html {
    min-height: 100%;
    min-width: 100%;
}

body {
    position: relative;
    padding: 0;
    margin: 0;
    min-width: 414px;
    font-family: Gilroy_Light, sans-serif;
    -webkit-animation: fade-in 1s linear;
    -moz-animation: fade-in 1s linear;
    -o-animation: fade-in 1s linear;
    animation: fade-in 1s linear
}

@-webkit-keyframes fade-in {
    0% {
        opacity: .1
    }

    to {
        opacity: 1
    }
}

@-moz-keyframes fade-in {
    0% {
        opacity: .1
    }

    to {
        opacity: 1
    }
}

@-o-keyframes fade-in {
    0% {
        opacity: .1
    }

    to {
        opacity: 1
    }
}

@keyframes fade-in {
    0% {
        opacity: .1
    }

    to {
        opacity: 1
    }
}

input,button {
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    font-family: inherit;
}

.plug_block {
    height: 85px;
    width: 100%;
}

.white_logo {
    background-image: url(../icon/woods_stroy_logo_white.png);
    width: 100%;
    height: 45px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

/************* MENU STYLE ****************/
.responsive-menu {
    position: fixed;
    width: 100%;
    height: 85px;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.8s;
    overflow: hidden;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.25);
    z-index: 9999;
    background-color: #242423;
    color: #FFFFFF;
    font-size: 17px;
    border: none;
}

.responsive-menu > * {
    flex-shrink: 0;
}

.responsive-logo {
    height: 60%;
    transition: 0.5s;
}

.responsive-logo > img {
    object-fit: cover;
    height: 100%;
    padding: 3px;
    box-sizing: border-box;
}

.responsive-menu > a {
    text-decoration: none !important;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    box-sizing: border-box;
    margin: 0 25px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.responsive-menu > a > span:hover {
    opacity: 0.5;
    transition: 0.5s;
}

.responsive-menu > a > span {
    transition: 0.5s;
}

.overflow-off {
    overflow: hidden;
}

.navigation_menu {
    position: relative;
    width: 34px;
    height: 30px;
    margin: 0 15px;
    transition: 0.8s;
    text-align: left;
}

.burger_deluxe {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.overlay_menu {
    overflow: hidden;
    position: fixed;
    display: block;
    width: 100%;
    height: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    background-color: #EC4100;
    transition: height 1s ease-in-out;
    z-index: 999;
}

.overlay_menu.open {
    height: 100%;
}

.overlay_menu.open .link-wrapper {
    opacity: 1;
}

.overlay_menu .link-wrapper {
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 300ms ease 300ms;
}

.overlay_menu .link-wrapper a {
    position: relative;
    font-family: inherit;
    font-size: inherit;
    line-height: 13vh;
    color: #FFFFFF;
    outline: none;
    border: none;
    text-decoration: none;
    display: block;
    text-align: center;
    padding-bottom: 2px;
    font-size: 5vh;
    margin: 25px 0;
}

.overlay_menu .link-wrapper a span {
    display: inline-block;
}

.overlay_menu .link-wrapper a:hover {
    color: #FFFFFF;
}

.overlay_menu .link-wrapper a span:after {
    content: '';
    display: block;
    margin: auto;
    height: 0.3vh;
    width: 0px;
    background: transparent;
    transition: width 300ms cubic-bezier(0.55, 0.06, 0.68, 0.19), background-color 300ms ease;
}

.overlay_menu .link-wrapper a:hover span:after {
    width: 100%;
    background-color: #FFFFFF;
}

.burger_deluxe .burger_global {
    position: absolute;
    border-top: 4px solid #FFFFFF;
    border-radius: 50px;
    width: 100%;
}

.burger_deluxe .burger_global.top_bun {
    top: 0;
    transition: transform 500ms ease, border 500ms ease;
    transform-origin: left center;
}

.burger_deluxe .burger_global.patty {
    top: 12px;
    transition: opacity 500ms ease;
}

.burger_deluxe .burger_global.bottom_bun {
    top: 24px;
    transition: transform 500ms ease, border 500ms ease;
    transform-origin: left center;
}

.burger_deluxe.open span {
    border-color: #FFFFFF;
}

.burger_deluxe.open .top_bun {
    transform: rotate(45deg);
}

.burger_deluxe.open .patty {
    opacity: 0;
}

.burger_deluxe.open .bottom_bun {
    transform: rotate(-45deg);
}

@media screen and ( max-width: 900px) {
    .responsive-menu > a:not(.responsive-logo):not(.more-info) {
        display: none ;
    }

    .navigation_menu {
        order: 1;
        margin: 0 15px 0 5px;
    }

    .responsive-logo,.more-info {
        margin: 0 5px !important;
    }
}

@media screen and ( min-width: 900px) {
    .navigation_menu {
        display: none;
    }
}

/************** MODAL CALL ****************/
.form_call_phone {
    position: fixed;
    top: 35%;
    left: -50%;
    margin: auto;
    display: none;
    opacity: 1;
    z-index: 99999999;
    min-width: 225px;
    transform: translate(-50%, -35%);
}

.call_phone_close {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    z-index: 10001;
    cursor: pointer;
    z-index: 99999999999999999;
}

.call_phone_close span {
    position: absolute;
    display: block;
    top: 9px;
    width: 100%;
    height: 2px;
    border-radius: 50px;
    left: 0;
    background-color: #fff;
    transition: all 0.3s;
}

.call_phone_close span:nth-child(1) {
    transform: rotate(135deg);
}

.call_phone_close span:nth-child(2) {
    transform: rotate(-135deg);
}

.call_phone_close:hover {
    opacity: 0.5;
    transition: 0.5s;
    color: rgba(0, 0, 0, 0.7);
}

.call_phone_overlay {
    z-index: 1000050;
    position: fixed;
    background-color: rgba(26, 27, 32, 0.8);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    display: none;
}

/************* SECTION ONE ***************/
.section_one {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background-image: url(../img/fon3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.section_one>.box_one {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 100px;
}

.section_one>.box_one>* {
    margin: 60px;
}

.section_one>.box_one h1 span {
    display: block;
    text-align: center;
    margin: 15px 0;
    line-height: 60px;
}

.section_one>.box_one h1 {
    color: #FFF679;
    text-transform: uppercase;
    text-shadow: 2px 0 2px #000, 
0 2px 2px #000, 
-2px 0 2px #000, 
0 -2px 2px #000;
}

.section_one>.box_one h1>span:nth-child(1) {
    font-size: calc(10px + 1vw);
}

.section_one>.box_one h1>span:nth-child(2) {
    font-size: calc(10px + 2vw);
}

.section_one>.box_one h1>span:nth-child(3) {
    font-size: calc(10px + 1vw);
}

.form_section_one, .form_call_phone {
    width: 340px;
    background-color: #242423;
    display: flex;
    flex-direction: column;
    padding: 15px;
    box-sizing: border-box;
    outline: 3px solid #EC4100;
    outline-offset: 15px;
}

.form_section_one>*, .form_call_phone>* {
    margin: 20px 10px;
    text-align: center;
}

.form_section_one .politika span, .form_section_one .politika a, .form_section_one .politika a:visited{
    color: white;
    text-align: center;
}

.form_call_phone .politika span, .form_call_phone .politika a, .form_call_phone .politika a:visited{
    color: white;
    text-align: center;
}

input[type="checkbox"] {
    appearance: checkbox !important;
    display:inline;
}

.form_section_one h2, .form_call_phone h2 {
    color: #FFF679;
    font-size: 29px;
    text-align: center;
    letter-spacing: 1px;
    line-height: 30px;
}

.form_section_one small, .form_call_phone small {
    color: #fff;
    font-size: 20px;
    text-align: center;
    letter-spacing: 1px;
    line-height: 25px;
}

.form_section_one input, .form_call_phone input {
    border-radius: 50px;
    padding: 15px 35px;
    font-size: 100%;
}

.all_btn {
    position: relative;
    padding: 15px 35px;
    margin: 20px;
    border-radius: 50px;
    cursor: pointer;
    background-color: #e4df1b;
    border: 2px solid #e4df1b;
    text-transform: uppercase;
    color: #383838;
    font-weight: bold;
    letter-spacing: 1px;
    transition: 0.9s;
    overflow: hidden;
}

.section_one>.box_two {
    display: flex;
    color: #fff;
    width: 100%;
    justify-content: center;
    padding: 15px;
    flex-wrap: wrap;
    box-sizing: border-box;
    margin-top: 50px;
}

.section_one>.box_two>p {
    position: relative;
    max-width: 170px;
    text-align: center;
    padding: 10px 20px;
    border: 3px solid #EC4100;
    box-sizing: border-box;
    margin: 45px 25px;
    line-height: 30px;
    font-size: 25px;
}

.section_one>.box_two>p:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 35px;
    background: #afca4a;
    transform: rotateZ(45deg);
    top: -45px;
    margin: auto;
    left: 15px;
    right: 0;
}

.section_one>.box_two>p:after {
    content: '';
    position: absolute;
    width: 15px;
    height: 35px;
    background: rgba(125, 149, 54, 0.88);
    transform: rotateZ(-45deg);
    top: -45px;
    margin: auto;
    left: -15px;
    right: 0;
}

@media (max-width: 700px) {
    .section_one>.box_one>* {
        margin: 60px 10px;
    }
}

/************* SECTION TWO ***************/
.section_two {
    position: relative;
    min-height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    background-image: url(../img/wood_block_two3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}

.section_two .box_one {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 75px;
}

.our_achievements {
    position: relative;
    text-align: center;
    padding: 30px;
    box-sizing: border-box;
    width: 225px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    line-height: 100px;
    border: solid #fff;
    border-width: 0;
}

.our_achievements:not(:last-child) {
    border-width: 0 1px 0 0;
}

.our_achievements>span:nth-child(1) {
    color: #ffffff;
    font-size: 100px;
    letter-spacing: 1px;
    font-weight: 600;
    font-style: normal;
    font-family: Tungsten_bold, sans-serif;
}

.our_achievements>span:nth-child(2) {
    color: #ffffff;
    font-size: 17px;
    line-height: 20px;
}

.section_two>p {
    position: relative;
    font-size: 18px;
    line-height: 40px;
    letter-spacing: 1px;
    padding: 25px;
    text-align: center;
    text-transform: uppercase;
    max-width: 500px;
    margin: 75px 0;
    border: solid #fff;
    color: #fff;
    border-width: 1px 0 0 0;
}

.all_btn {
    position: relative;
    padding: 15px 35px;
    margin: 20px;
    border-radius: 50px;
    cursor: pointer;
    background-color: #e4df1b;
    border: 2px solid #e4df1b;
    text-transform: uppercase;
    color: #383838;
    font-weight: bold;
    letter-spacing: 1px;
    transition: 0.9s;
    transition-property: hover;
    overflow: hidden;
    font-family: Gilroy_bold, sans-serif;
    display: inline-block;
    text-decoration: none;
}

.all_btn::after {
    content: "";
    position: absolute;
    top: -50%;
    bottom: -50%;
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0.1), hsla(0, 0%, 100%, 0.6) 100%);
    width: 45px;
    transform: skewX(-22deg);
    left: -65%;
    animation-name: blick;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

.all_btn:hover::after {
    animation-name: blick_fast;
    animation-duration: 0.8s;
    animation-iteration-count: 1;
}

@keyframes blick {
    60% {
        left: 100%
    }

    to {
        left: 130%
    }
}

@keyframes blick_fast {
    60% {
        left: 100%
    }

    to {
        left: 130%
    }
}

@media (max-width: 950px) {
    .section_two .box_one {
        flex-direction: column;
    }

    .our_achievements:not(:last-child) {
        border-width: 0 0 1px 0;
    }
}

/************* SECTION THREE *****************/
.section_three {
    position: relative;
    background-image: url(../img/stroitel.jpg);
    background-size: 125%;
    background-repeat: no-repeat;
    background-position: right bottom;
    min-height: 100vh;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.section_three .box_one {
    position: relative;
    padding: 20px;
    box-sizing: border-box;
    outline: 3px solid #EC4100;
    outline-offset: 15px;
    background-color: rgba(255, 255, 255, 0.91);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 70%;
    margin: 10% 0 10% 5%;
}

.section_three .stamp_garanty {
    background-image: url(../img/garant.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
    position: absolute;
    width: 50%;
    height: 150px;
    right: 0;
    top: 0;
    z-index: 9;
}

.section_three .container_img {
    position: relative;
    background-image: url(../img/YMY_StyiOgg.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    height: 400px;
    width: 400px;
    margin: 25px;
}

.section_three .container_text>p {
    margin: 45px 0;
}

.section_three .container_text>p:nth-child(1) {
    font-size: calc(16px + 1vw);
    color: #2c2c2c;
    text-transform: uppercase;
}

.section_three .container_text>p:nth-child(2) {
    font-size: calc(10px + 1vw);
    color: #EC4100;
    text-transform: uppercase;
}

.section_three .container_text>p:nth-child(3) {
    font-size: calc(5px + 1vw);
    color: #2c2c2c;
    text-transform: uppercase;
}

.section_three .container_text>p:nth-child(4) {
    font-size: calc(25px + 1vw);
    color: #EC4100;
    text-transform: uppercase;
}

.section_three .container_text>p:nth-child(5) {
    font-size: calc(10px + 1vw);
    color: #2c2c2c;
    text-transform: uppercase;
    text-decoration: line-through;
    text-decoration-color: rgba(110, 110, 110, 0.77);
    text-decoration-style: solid;
}

.section_three .container_icons {
    position: absolute;
    left: 25px;
    top: 25px;
    display: flex;
    z-index: 5;
}

.section_three .container_icons span {
    margin: -3px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: block;
    line-height: 45px;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    color: #fff;
    letter-spacing: 1px;
}

.section_three .container_icons span:nth-child(1) {
    background: #a7cc26;
}

.section_three .container_icons span:nth-child(2) {
    background: #ffcf00;
}

.section_three .container_icons span:nth-child(3) {
    background: #fd0d00;
}

@media (max-width: 700px) {
    .section_three {
        justify-content: center;
    }

    .section_three .box_one {
        margin: 10% 0;
        width: 85%;
    }

    .section_three .container_img {
        height: 230px;
    }
}

/************* SECTION FOUR *****************/
.section_four {
    position: relative;
    min-height: 50vh;
    background: #fff;
    text-align: center;
}

.section_four > p {
    text-align: center;
    color: #FFFFFF;
    font-weight: 300;
    margin: 0;
    text-transform: uppercase;
    padding: 25px;
}

.section_four > p:nth-child(1) {
    background-color: #242423;
    font-size: 30px;
}

.section_four > p:nth-child(2) {
    background-color: #EC4100;
    font-size: 25px;
}

/************* SECTION FIVE *****************/
.section_five {
    position: relative;
    min-height: 50vh;
    background: #fff;
    text-align: center;
}

.section_five > p {
    text-align: center;
    color: #FFFFFF;
    font-weight: 300;
    margin: 0;
    text-transform: uppercase;
    padding: 25px;
}

.section_five > p:nth-child(1) {
    background-color: #EC4100;
    font-size: 25px;
}

.section_five > p:nth-child(4) {
    background-color: #EC4100;
    font-size: 25px;
}

/************* SECTION SIX *****************/
.section_six {
    position: relative;
    min-height: 130vh;
    background: #fff;
    text-align: center;
    /*background-image: url(../img/wood_block_work_2.jpg);*/
    background-size: cover;
    background-position: bottom left;
}

.section_six > p {
    text-align: center;
    color: #FFFFFF;
    font-weight: 300;
    margin: 0;
    text-transform: uppercase;
    padding: 25px;
}

.section_six > p:nth-child(1) {
    background-color: #242423;
    font-size: 30px;
}

.section_six > p:nth-child(2), .section_six > p:nth-child(4) {
    background-color: #EC4100;
    font-size: 18px;
}

/* Slider one */
#slider_production, #slider_our_work {
    overflow: hidden;
    position: relative;
    min-height: 260px;
    height: auto;
    width: 100%;
    margin: 15px 0;
}

#slider_production ul, #slider_our_work ul {
    position: absolute;
    width: 100%;
    height: 100%;
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
}

#slider_production ul li, #slider_our_work ul li {
    position: relative;
    float: left;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.block_btn_quiz {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 15px;
    box-sizing: border-box;
    line-height: 30px;
}

.block_btn_quiz p {
    font-size: 23px;
    background-color: rgba(255, 255, 255, 0.77);
    max-width: 700px;
    padding: 15px;
    box-sizing: border-box;
}

.block_btn_quiz>* {
    margin-bottom: 10px;
}

/************* SECTION SEVEN *****************/
.section_seven {
    position: relative;
    min-height: 50vh;
    background: #fff;
    text-align: center;
}

.section_seven > p {
    text-align: center;
    color: #FFFFFF;
    font-weight: 300;
    margin: 0;
    text-transform: uppercase;
    padding: 25px;
}

.section_seven > p:nth-child(1) {
    background-color: #242423;
    font-size: 30px;
}

.section_seven > p:nth-child(2) {
    font-size: 20px;
    color: #000;
    line-height: 25px;
}

.section_seven > p:nth-child(2) > b {
    color: #EC4100;
}

.section_about {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    background-image: url(../img/arbor_fon.jpg);
    background-position: bottom left;
    background-repeat: no-repeat;
}

ul.list_about {
    padding: 0;
    margin: 0;
    max-width: 700px;
}

ul.list_about li {
    list-style: none;
    background-position: left top;
    background-size: 85px;
    background-repeat: no-repeat;
    padding-left: 115px;
    min-height: 100px;
    margin: 35px 0;
}

ul.list_about li:nth-child(1) {
    background-image: url(../icon/about_1.png);
}

ul.list_about li:nth-child(2) {
    background-image: url(../icon/about_2.png);
}

ul.list_about li:nth-child(3) {
    background-image: url(../icon/about_3.png);
}

ul.list_about li:nth-child(4) {
    background-image: url(../icon/about_4.png);
}

ul.list_about li:nth-child(5) {
    background-image: url(../icon/about_5.png);
}

ul.list_about p {
    margin: 0;
    padding-top: 5px;
    box-sizing: border-box;
    font-size: 20px;
    line-height: 25px;
    text-align: left;
}

/************* SECTION EIGHTH *****************/
.section_eighth {
    position: relative;
    width: 100%;
    min-height: 50vh;
    /*background: #FF3E00 url(../img/stroitel_2.jpg) right bottom / 25vh no-repeat;*/
    display: flex;
    justify-content: center;
    align-items: center;
}

.section_eighth .box_one {
    max-width: 50vw;
    font-size: calc(7px + 1vw);
    color: #FFFFFF;
    background-color: rgba(255, 62, 0, 0.65);
    border: 3px solid #ffffff;
    padding: 25px;
    margin: 5%;
    line-height: 50px;
    overflow: hidden;
}

.section_eighth .box_one a {
    color: #fff;
    font-size: calc(14px + 1vw);
    white-space: nowrap;
    text-decoration: none;
    padding: 25px;
    display: block;
    text-align: right;
}

@media (max-width: 700px) {
    .section_eighth .box_one {
        max-width: none;
        font-size: calc(14px + 1vw);
    }
}

/************* SECTION CONTACTS *****************/
.section_contact {
    position: relative;
    /*min-height: 50vh;*/
    background: #fff;
    text-align: center;
}

.section_contact > p {
    text-align: center;
    color: #FFFFFF;
    font-weight: 300;
    margin: 0;
    text-transform: uppercase;
    padding: 25px;
}

.section_contact > p:nth-child(1) {
    background-color: #242423;
    font-size: 30px;
}

.container_map {
    position: relative;
    height: 600px;
    width: 100%;
    display: flex;
    justify-content: center;
}

#map {
    height: 100%;
    width: 100%;
}

.contact_block {
    position: absolute;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    bottom: 0;
    right: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 35px;
    box-sizing: border-box;
    border: solid #EC4100;
    border-width: 0 2px 0 2px;
}

.contact_block ul {
    margin: 0;
    padding: 0;
}

.contact_block li {
    list-style: none;
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    margin: 25px 0;
    line-height: 24px;
    padding: 12px 0px;
}

.contact_block > ul > li:nth-child(1) {
    color: #ffff;
    line-height: 40px;
}

.contact_block > ul > li:nth-child(2) {
    background: url(../icon/geo_icon.png) left center / auto no-repeat;
    padding-left: 70px;
    text-align: left;
}

.contact_block > ul > li:nth-child(3) {
    background: url(../icon/email_icon.png) left center / auto no-repeat;
    padding-left: 70px;
    text-align: left;
}

.contact_block > ul > li:nth-child(4) {
    background: url(../icon/phone_icon.png) left center / auto no-repeat;
    padding-left: 70px;
    text-align: left;
}

.contact_block > ul > li:nth-child(5) {
    background: url(../icon/time_icon.png) left center / auto no-repeat;
    padding-left: 70px;
    text-align: left;
}

@media (max-width: 900px) {
    .container_map {
        height: 1300px;
        background-color: #242423;
    }

    .contact_block {
        left: 0;
        right: 0;
        border-width: 2px 0 2px 0px;
        height: 40%;
    }

    .contact_block ul li {
        margin: 15px 0;
    }
}

@media (max-width: 500px) {
    #map {
        height: 100%;
        width: 84%;
    }
}

/************** FOOTER *********************/
footer {
    position: relative;
    width: 100%;
    background-color: #242423;
    min-height: 210px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 60px;
    flex-wrap: wrap;
}

footer a {
    display: inline-block;
    height: 40px;
    margin: 50px;
    white-space: nowrap;
    color: #fff;
    font-size: 14px;
    line-height: 40px;
}

footer a img {
    height: 100%;
}

/*************** THANK PAGE **********************/
.section_thank {
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    text-align: center;
    box-sizing: border-box;
}

.cookie-message-link, .cookie-message-link a:visited {
	color: #01356f;
	text-decoration: underline;
}