@font-face {
    font-family: 'Roboto Slab';
    src: url('../fonts/RobotoSlab-VariableFont_wght.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-VariableFont_wdth,wght.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Tektur';
    src: url('../fonts/Tektur-VariableFont_wdth,wght.ttf') format('truetype');
    font-display: swap;
}

:root {
    --green: #006800;
    --lightgreen: #99FF99;
}
html{
    scroll-behavior: smooth;
    scroll-padding-top: 120px;
}
.page-404{
    width: 100%;
    display: flex;
    padding: 200px 0px;
    background-image: url('/storage/images/fon_blok5-scaled.webp');
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    color: #142816;
    height: calc(100vh - 200px);
    gap: 200px;
    align-items: center;
    flex-direction: column;
    font-family: "Tektur", Sans-serif;
}
.page-404__heading{
    font-size: 72px;
    font-family: "Tektur", Sans-serif;
}
.page-404__text{

}
.page-404__link{
    text-align: center;

}
body {
    font-family: "Roboto", Sans-serif;
    line-height: 1.5;

}
body.noscroll{
    overflow-y: hidden;
}
.scroll-button{
    position: fixed;
    opacity: 0;
    right: 30px;
    bottom: 30px;
    background-color: #006800;
    transition: all 0.3s ease-in-out 0s;
    padding: 15px 15px 15px 15px;
    border-radius: 2px 2px 2px 2px;
    z-index: 5;
    cursor: pointer;
}
.scroll-button:active{
    background-color: #A9DDA9;
    transition: all 0.3s ease-in-out 0s;
}
.scroll-button svg{
    width: 14px;
    height: 16px;
    display: block;
}
.scroll-button.show{
    opacity: 1;
}
h1 {
    font-size: 40px;
    line-height: 1.2;
}

h2 {

}

.ck.ck-balloon-panel {
    z-index: 2000!important;
}
.cookie{
    position: fixed;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    padding: 30px;
    display: flex;
    gap: 20px;
    align-items: center;
    border-radius: 20px;
    background-color: #fff;
    max-width: 1110px;
    z-index: 2;
    width: 100%;
    box-shadow: 0px 20px 10px 0px #1B2F3526;
}
.cookie-text{
    color: var(--text700);
}
.cookie-text a{
    text-decoration: underline;
    color: var(--text700);

}
.cookie-btn{
    border-radius: 25px;
    padding: 10px 20px;
    border: 1px solid #38893D;
    transition: 0.5s;
    cursor: pointer;
    white-space: nowrap;
}
.container {
    max-width: 1600px;
    margin: 0 auto;
}
.flex{
    display: flex;
}
p {
    padding: 20px;
}

ps {
    padding-left: 20px;
    padding-right: 20px;
}

pl {
    padding-left: 20px;
}

pr {
    padding-right: 20px;
}

pt {
    padding-top: 20px;
    padding-bottom: 20px;
}

header {

}

.header {
    position: fixed;
    top: 0;
    width: 100%;
    backdrop-filter: blur(10px);
    z-index: 10;
    background-color: #ffffff7a;
    display: flex;
    align-items: start;
    padding: 10px;
    padding-top: 30px;
    box-sizing: border-box;
    margin: unset;
}

.header-logo {
    width: 25%;
    padding: 10px;
    display: flex;
    justify-content: center;
}

.header-btn {
    display: flex;
    justify-content: center;
    width: 25%;
    padding: 10px;
}

.header-btn a {
    width: auto;
    border: 1px solid #38893D;
    border-radius: 6px;
    padding: 12px 22px;
    margin-left: 24px;
    font-family: "Roboto", Sans-serif;
    font-weight: 500;
    line-height: 1;
    font-size: 15px;
}
.header-burger{
    display: none;
    gap: 6px;
    width: 50px;
    padding: 7px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    flex-direction: column;
}
.header-burger > div{
    height: 4px;
    background-color: #38893D;
    width: 100%;
    transition: all 0.3s ease;
}
.header-burger.active .header-burger-1{
}
.header-burger.active .header-burger-2{
}
.header-burger.active .header-burger-3{
}
.header-menu {
    width: 50%;
    padding: 11px 10px;
}
.modal-menu {
    position: fixed;
    inset: 0;
    top: 0;
    left: 100%;
    background-image: url('/storage/images/fon_blok5-scaled.webp');
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 85px;
    overflow-y: auto;
    transition: .5s;
    width: 100%;
    height: 100%;
}

.modal-menu.active {
    left: 0;
    transition: .5s;
}

.modal-menu__content {
    background-color: #142816;
    width: 100%;
    max-width: 400px;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 6px;
}

.modal-menu__close {
    color: white;
    background: none;
    border: none;
    font-size: 16px;
    margin-left: auto;
    display: block;
    cursor: pointer;
    margin-bottom: 20px;
}

.modal-menu__nav {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    margin-left: 10px;
}

.modal-menu__link {
    color: black;
    padding: 10px;
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
    font-family: "Tektur", Sans-serif;
    border-left: 3px solid #38893D;

}

.modal-menu__link:hover {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 4px;
}

.header-menu__list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    white-space: nowrap;
}

.header-menu__list-item {
    margin: 0px 6px;
}

.header-menu__list-item:first-child {
    margin-left: 0px;
}

.header-menu__list-item a {
    padding: 10px 4px;
    color: #006800;
    transition-duration: 0.2s;
    font-weight: 700;
    display: block;
    font-family: "Roboto Slab";
}

.main-banner {
    padding-top: 160px;
    padding-bottom: 130px;
    background-image: url("/storage/images/photo_2025-01-20_15-43-07.webp");
    background-size: cover;
    background-repeat: no-repeat;
}
.page-container{
    padding-top: 160px;
    padding-bottom: 130px;

}
.main-banner .container > div {
    width: 50%;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.main-banner h1 {
    font-size: 40px;
    font-family: "Tektur", Sans-serif;
}

.main-banner h2 {
    font-family: "Tektur", Sans-serif;
    font-size: 120px;
    font-weight: bold;
    color: #DC040D;
    line-height: 1;
}

.main-banner a {
    color: #ffffff;
    background-color: #38893D;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    border-color: #38893D;
    border-style: none;
    border-radius: 10px 10px 10px 10px;
    padding: 30.75px 76px;
    display: block;
    width: fit-content;
}

.main-banner .flex {
    display: flex;
    padding: 10px;
}

.main-banner .flex > div {
    padding: 10px;

}

.main-banner .flex > div:first-child {
    width: 39.488%;
}

.main-banner .flex > div:first-child p {
    font-family: "Roboto", Sans-serif;
    font-size: 25px;
    font-weight: 400;
    line-height: 30px;
    color: #142816;
}

.main-banner .flex > div:nth-child(2) {
    width: 50%;
}

.main-banner .flex > div:nth-child(2) p {
    font-family: "Roboto", Sans-serif;
    font-size: 70px;
    font-weight: 700;
}

.block-type-1 {
    padding: 10px;
    background-image: url('/storage/images/fon_blok5-scaled.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: left;
}

.block-type-1 .container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.block-type-1 .container div:first-child {
    box-sizing: border-box;
}

.block-type-1 .container div:first-child p {
    margin-bottom: .9rem;
}

.block-type-1 .container div:first-child ol {
    padding-left: 40px;
    list-style-type: decimal;
}

.block-type-1 h2:first-child {
    font-size: 32px;
    margin: 8px 0px 16px 0px;
    font-family: "Roboto", Sans-serif;
}

.block-type-1 .container div:nth-child(3) {
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 39.5%;
}

.block-type-1 .container div:nth-child(3) h2:first-child {
    font-family: "Tektur", Sans-serif;
    font-size: 60px;
    font-weight: bold;
    color: #142816;
    line-height: 1;
}

.block-type-1 .container div:nth-child(3) h2:nth-child(2) {
    font-family: "Tektur", Sans-serif;
    font-size: 100px;
    font-weight: bold;
    color: #DC040D;
    white-space: nowrap;
    line-height: 1;
}

.block-type-1 .container div:nth-child(3) p:first-of-type {
    color: #142816;
    font-family: "Roboto", Sans-serif;
    font-size: 33px;
    font-weight: 400;
    line-height: 31px;
    margin-bottom: .9rem;
}

.block-type-1 .container div:nth-child(3) a:first-of-type {
    color: #ffffff;
    background-color: #38893D;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    border-color: #38893D;
    border-style: none;
    border-radius: 10px 10px 10px 10px;
    padding: 30.75px 76px;
    display: block;
    width: fit-content;
    font-weight: 500;
}

.block-type-1 .container div:nth-child(5) h2 {
    margin: 8px 0px 16px 0px;
}

.block-type-1 .container div:nth-child(5) p {
    margin-bottom: .9em;
}

.block-type-2 {
    background-color: #38893D;
}

.block-type-2 .container {
    padding: 10px 0px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.block-type-2 .container h2 {
    font-family: "Tektur", Sans-serif;
    font-size: 60px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
}

.block-type-2 .container .flex {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-auto-flow: row;
    padding: 10px;
    width: 90%;
    gap: 20px;
    margin: 0 auto;
}

.block-type-2 .container a:first-of-type {
    color: #000000;
    background-color: white;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    border-color: white;
    border-style: none;
    border-radius: 10px 10px 10px 10px;
    padding: 30.75px 76px;
    display: block;
    width: fit-content;
    margin: 0 auto;
}

.block-type-2 .container div:nth-of-type(5) {
    padding: 10px;
}

.block-type-2 .container div:nth-of-type(5) h2 {
    margin-block-start: .5rem;
    margin-block-end: 1rem;
    font-family: inherit;
    font-weight: 700;
    line-height: 1.2;
    color: inherit;
    font-size: 32px;
    text-align: left;
    margin: 8px 0px 16px 0px;
    color: white;

}

.block-type-2 .container div:nth-of-type(5) p {
    margin-bottom: .9rem;
    color: white;

}

.block-type-3 {
    padding: 10px;
    background-image: url('/storage/images/fon_blok5-scaled.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: left;
}

.block-type-3 .container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 10px 0px;
    margin: 0 auto;
}

.block-type-3 .container .flex {
    padding: 10px;
    display: flex;
}

.block-type-3 .container .flex > div {
    padding: 10px;
}

.block-type-3 .container .flex div:first-of-type {
    width: 65%;
    display: flex;
    gap: 55px 20px;
    flex-direction: column;
    flex-shrink: 0;
}
.block-type-3 .container .flex div:first-of-type h2:first-of-type{
    font-family: "Tektur", Sans-serif;
    font-size: 60px;
    font-weight: bold;
    color: #142816;
    line-height: 1;
}
.block-type-3 .container .flex div:first-of-type ul {
    color: #142816;
    font-family: "Roboto", Sans-serif;
    font-size: 23px;
    font-weight: 400;
    line-height: 40px;
    list-style: disc;
    padding-left: 40px;
}
.block-type-3 .container .flex div:first-of-type h2:nth-of-type(2) {
    font-family: "Tektur", Sans-serif;
    font-weight: 600;
    letter-spacing: 10px;
    font-size: 32px;
}
.block-type-3 .container .flex div:nth-of-type(2) {
    width: 66.6666%;
}
footer{

}
.block-type-4{
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    background-color: #38893D;
}
.block-type-4 .container{
    width: 90%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.block-type-4 .container > .flex{
    display: flex;
    width: 100%;
}
.block-type-4 .container h2{
    font-family: "Tektur", Sans-serif;
    font-size: 40px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
}
.block-type-4 .container > .flex > div{
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.block-type-4 .container > .flex > div:first-of-type{
    width: 47.637%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.block-type-4 .container .flex div:first-of-type img{
    width: 350px;
    min-width: 350px;
    margin-bottom: 14px;
}
.block-type-4 .container .flex div:first-of-type p{
    color: white;
}
.block-type-4 .container .flex div:nth-of-type(2) p{
    margin-bottom: .9rem;
    color: #FFFFFF;
    font-family: "Roboto", Sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 26px;
}

.block-type-4 .container .flex div:nth-of-type(2) a{
    color: #FFFFFF;
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    text-decoration: underline;
}
.block-type-4 .container .flex > div:first-of-type > .flex-inner{
    display: flex;
}
.block-type-4 .container > .flex > div:first-of-type > .flex div:first-of-type{
    display: flex;
}
.block-type-4 .container .links{
    display: flex;
    flex-direction: column;
    width: 30%;
}
.block-type-4 .container .links > .link{
    line-height: 14px;
}
.footer{
    background-color: #1D4B22;
    padding: 0px 10px;
}
.footer-form{
    background-image: url('/storage/images/fon_forma.webp');
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
}
.footer-form .form-loader{
    position: absolute;
    transition: .5s;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(4px);
}
.footer-form .form-loader svg{
    width: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.footer-form__success{
    font-size: 15px;
    color: #333333;
    display: none;
    padding: 15px 20px 15px 22px;
    box-shadow: inset 4px 0 0 0 #1ABCA1, 1px 1px 4px 0 rgba(0,0,0,0.3);
    margin: 30px 15px 0px;
    border-radius: 2px;
    background-color: white;

}
.footer .container{
    padding: 10px 0px;
    display: flex;
    gap: 20px;
    text-align: left;
    color: #ADBDAD;
    font-family: "Roboto", Sans-serif;
    font-weight: 400;
}
.footer-content{
    width: 100%;
    padding: 40px 0px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.footer-block{
    width: 30%;
    line-height: 1.5;
}
.footer-block a{
    display: block;
    color: white;
    line-height: 1.5;
}
.footer-block a svg{
    filter: brightness(0) saturate(100%) invert(76%) sepia(9%) saturate(437%) hue-rotate(62deg) brightness(90%) contrast(86%);
    width: 24px;
    height: 24px;
}
.footer-spacer{
    width: 50px;
}
.footer-form form{
    position: relative;
    padding: 10px;
    width: 44%;
}
.footer-form form .error{
    font-size: 12px;
    color: #E04562;
    font-weight: 500;
}
.footer-form .container{
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 80px 10px 140px;
}
.footer-form .input-wrapper{
    font-size: 16px;
    font-family: inherit;
    font-weight: 400;
    margin: 30px 15px 0px;
    box-sizing: border-box;
    position: relative;
}
.footer-form .input-wrapper label{
    background-color: transparent;
    position: absolute;
    top: 25%;
    transition: .2s linear;
    left: 0;
    pointer-events: none;
    color: #666666;
}
.footer-form .input-wrapper.phone label{
    top: -40%;
    font-size: 12px;
    font-weight: 700;
    margin-left: 44px;
}
.footer-form .input-wrapper:focus-within label{
    top: -40%;
    font-size: 12px;
    font-weight: 700;
}
.footer-form .input-wrapper input{
    color: #142816;
    line-height: 1.3em;
    padding: 10px 0 9px;
    border: unset;
    background-color: transparent;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #333;
    transition: .2s linear;

}
.footer-form .input-wrapper input#phone{
    /*left: 44px;*/
    width: 100%;
}
.footer-form .input-wrapper input:focus-visible{
    outline: none;
    border-bottom: 1px solid #99ff99;
}
.footer-form .input-wrapper:after{
    content: " ";
    height: 2px;
    display: block;
    position: absolute;
    right: 50%;
    bottom: 0;
    left: 50%;
    background-color: #333;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: .2s linear;
    transition: .2s linear;
}
.footer-form__header{
    margin: 0 auto;
    width: fit-content;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.footer-form__header > h2{
    white-space: nowrap;
    font-family: "Tektur", Sans-serif;
    font-size: 60px;
    font-weight: bold;
    color: #142816;
    line-height: 1;
}
.footer-form__header > p{
    margin-bottom: .9rem;
}
.footer-form .checkbox-wrapper{
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-family: inherit;
    font-weight: 400;
    margin: 30px 15px 0px;
    box-sizing: border-box;
    position: relative;
}
.footer-form .checkbox-wrapper input[type="checkbox"]{
    opacity: 0;
    position: absolute;
    width: auto;
}
.footer-form .checkbox-wrapper label{
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
}
.footer-form .checkbox-wrapper label:before{
    border: 2px solid #142816;
    box-sizing: border-box;
    transform: translateY(-50%);
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 20px;
    height: 20px;
    border-radius: 3px;
}
.footer-form .checkbox-wrapper label:after {
    box-sizing: border-box;
    content: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='12px' height='12px'%3E%3Cpath d='M 20.738281 5.9941406 A 1.250125 1.250125 0 0 0 19.878906 6.3730469 L 9 17.234375 L 4.1152344 12.361328 A 1.250125 1.250125 0 1 0 2.3496094 14.130859 L 8.1171875 19.884766 A 1.250125 1.250125 0 0 0 9.8828125 19.884766 L 21.644531 8.140625 A 1.250125 1.250125 0 0 0 20.738281 5.9941406 z'/%3E%3C/svg%3E");
    position: absolute;
    left: 4px;
    top: 50%;
    transform: translateY(-50%) scale(0.2);
    border-radius: 1px;
    background-color: transparent;
    transition: .3s;
    transform: scale(0);
}

.footer-form p{
    font-size: 16px;
    font-family: inherit;
    font-weight: 400;
    margin: 30px 15px 0px;
    box-sizing: border-box;
    position: relative;
}
.footer-form .footer-form__header p{
    margin: 0px 15px 0px;

}
.checkbox-wrapper input[type="checkbox"]:checked + label{

}
.checkbox-wrapper input[type="checkbox"]:checked + label::after{
    transform: translateY(-50%) scale(1);
}
.checkbox-wrapper input[type="checkbox"]:checked + label::before{
    border-color: #38893d;
}
.input-wrapper button[type="submit"]{
    color: #ffffff;
    font-weight: 500;
    background-color: #38893D;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    border-color: #38893D;
    border-style: none;
    border-radius: 10px 10px 10px 10px;
    padding: 32px 21px;
    display: block;
    width: fit-content;
    font-size: 16px;
}

@media (hover: hover) {
    .scroll-button:hover{
        background-color: #A9DDA9;
        transition: all 0.3s ease-in-out 0s;
    }
    .cookie-btn:hover{
        color: var(--text900);
        transition: 0.5s;
    }
    .footer-form .input-wrapper:hover input{
        transition: .2s linear;
        border-bottom: 1px solid #99ff99;
    }
    .header-menu__list-item a:hover {
        color: #99FF99;
        transition-duration: 0.2s;
    }

}
@media(max-width: 1600px){

}
@media(max-width: 1440px){
    .block-type-1 .container div:nth-child(3){
        width: unset;
    }
    .main-banner .container > div{
        width: 100%;
    }
}
@media(max-width: 1200px){
    .cookie{
        right: 15px;
        left: 15px;
        transform: unset;
        width: unset;
        bottom: 60px;
    }
}
@media(max-width: 1025px){
    .main-banner{
        padding: 160px 20px 130px;
        background-image: url("/storage/images/флаг.webp");
        background-position: center center;

    }

    .block-type-1 .container div:first-child{
        padding: 0px 20px;
    }
    .block-type-3 .container .flex div:first-of-type{
        width: 50%;
    }
    .block-type-3 .container .flex div:nth-of-type(2){
        width: 50%;
    }
}
@media(max-width: 1023px) {
    .page-404{
        gap: 100px;
        padding: 160px 0px;
    }
    .header-btn{
        width: unset;
    }
    html{
        scroll-behavior: smooth;
        scroll-padding-top: 80px;
    }
    .header-menu{
        display: none;
    }
    .header-logo{
        display: none;
    }
    .header-burger{
        display: flex
    }
    .header{
        justify-content: space-between;
        margin-top: 0px;
        align-items: center;
        padding-top: 10px;
    }
    .footer-form form{
        width: 720px;
    }

}
@media(max-width: 992px){

}
@media(max-width: 767px){
    .cookie{
        flex-direction: column;
        gap: 15px;
        padding: 20px;
        bottom: 82px;
    }
    .block-type-4 .container > .flex{
        flex-direction: column;
        align-items: center;
    }
    .block-type-4 .container .links{
        width: 150px;
    }
    .block-type-4 .container h2{
        font-size: 32px;
    }
    .footer-form__header > h2{
        font-size: 40px;
    }
    .footer-form p{
        margin: unset;
    }
    .footer-form__header{
        margin: unset;
        margin-left: -10px;
    }
    .footer-form form{
        width: 100%;
        box-sizing: border-box;
    }
    .input-wrapper button[type="submit"]{
        width: 100%;
        margin-bottom: 30px;
    }
    .main-banner h2{
        font-size: 54px;
    }
    .main-banner .flex{
        flex-direction: column;
    }
    .block-type-1 .container div:nth-child(3) h2:first-child{
        font-size: 40px;
    }
    .block-type-1 .container div:nth-child(3) h2:nth-child(2){
        font-size: 48px;
    }
    .block-type-2 .container h2{
        font-size: 40px;
    }
    .block-type-2 .container .flex{
        grid-template-columns: repeat(1, 1fr);
    }
    .block-type-3 .container .flex div:first-of-type h2:first-of-type{
        font-size: 40px;
    }
    .block-type-3 .container .flex{
        flex-direction: column;
    }
    .block-type-3 .container .flex div:first-of-type{
        width: unset;
    }
    .block-type-3 .container .flex div:nth-of-type(2){
        width: unset;
    }
    .footer-block{
        width: 100%;
        font-size: 13px;
    }
    .footer-spacer{
        display: none;
    }
    .footer-content{
        padding: 50px 0px;
        flex-direction: column;
    }
    .footer{
        padding: 0px 20px;
    }
}
@media(max-width: 576px){
    .footer-form__header > h2{
        white-space: unset;
    }
}
@media(max-width: 480px){
    .cookie-btn{
        width: 100%;
        text-align: center;
        box-sizing: border-box;
    }
}