
@font-face {
    font-family: 'GraphikRegular';
    src: url('../fonts/Graphik-Regular.woff2') format('woff2'),
         url('../fonts/Graphik-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'EuclidFlex';
    src: url('../fonts/EuclidFlex-Regular.woff2') format('woff2'),
         url('../fonts/EuclidFlex-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'EuclidFlex';
    src: url('../fonts/EuclidFlex-Medium.woff2') format('woff2'),
         url('../fonts/EuclidFlex-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'EuclidFlex';
    src: url('../fonts/EuclidFlex-Bold.woff2') format('woff2'),
         url('../fonts/EuclidFlex-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
:root{
    --brandbook-third: #FCC900;
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1;
}
* {
    -webkit-tap-highlight-color: transparent;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

ul, ol {
    list-style:none;
}

input, select {
    vertical-align:middle;
}
*,
*::after,
*::before{
    padding: 0;
    margin: 0;
    box-sizing: border-box;   
}
a{
    color: inherit;
    text-decoration: none;
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
button{
    cursor: pointer;
    outline: none;
    border: none;
    font-family: 'EuclidFlex', sans-serif;
    background-color: transparent;
}
html,body{
    font-variant-numeric: lining-nums proportional-nums;
    font-family: 'EuclidFlex', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    scroll-behavior: smooth;
    background: #FFF;
    color: #222;
}
.body{
    min-width: 320px;
}
.body.no-scroll{
    overflow: hidden;
}
.container{
    max-width: 1460px;
    padding: 0 10px;
    margin: 0 auto;
}
h1{
    font-size: 60px;
    font-weight: 400;
}
h2, .title-2{
    font-size: 60px;
    font-weight: 400;
}
h3{
    font-size: 36px;
    font-weight: 400;
}
h4{
    font-size: 28px;
    font-weight: 400;
}
h5{
    font-size: 20px;
    font-weight: 400;
}
.btn,
.btn-2,
.btn-3{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 70px;
    background: #FEE000;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 100%;
    max-width: 202px;
    padding: 16.5px;
    transition: all .2s ease;
}
.btn:active{
    background: #FCC900;
}
.btn-2{
    max-width: 207px;
    height: 78px;
    background: transparent;
    color: #222;
    border: 1px solid #222;
}
.btn-2:hover{
    background: #222;
    color: #fff;
}
.btn-2:active{
    background: transparent;
    color: #222;
}
.btn-3{
    max-width: 233px;
    height: 78px;
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
}
.btn-3:hover{
    background: #fff;
    color: #222;
}
.btn-3:active{
    background: transparent;
    color: #fff;
}
main.main{
    overflow: hidden;
    margin-top: 137px;
}
main.main-page{
    margin-top: 0 !important;
}
.breadcrumb{
    margin-top: 30px;
    width: 100%;
    margin-bottom: 25px;
}
.article .breadcrumb{
    margin-bottom: 30px;
}
.breadcrumb ul{
    display: flex;
    align-items: center;
    gap: 9px;
    overflow-x: auto;
}
.breadcrumb ul li{
    position: relative;
    text-wrap: nowrap;
}
.breadcrumb ul li:nth-of-type(n+3)::before{
    content: '/';
    position: absolute;
    color: #9393A3;
    font-family: 'EuclidFlex', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 5px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.breadcrumb ul li:nth-of-type(n+3) {
    padding-left: 14px;
}
.breadcrumb ul li a{
    font-size: 12px;
    color: #9393A3;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all .1s ease;
}
.breadcrumb ul li svg path{
    transition: all .1s ease;
}
.breadcrumb ul li a:hover{
    color: #222;
}
.breadcrumb ul li:hover svg path{
    stroke: #222;
}
.content__form{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.content__form-box{
    display: flex;
    align-items: center;
    gap: 20px;
}
.content__form-block{
    position: relative;
    width: 100%;
}
input,
textarea{
    padding: 15px 23px;
    width: 100%;
    border-radius: 300px;
    border: 1px solid #E6E6F0;
    background: #FFF;
    font-size: 16px;
    font-family: 'EuclidFlex', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    outline: none;
}
textarea{
    resize: none;
    height: 109px;
    border-radius: 16px;
}
textarea + label{
    top: 16px;
    transform: none;
}
select{
    padding: 16px 23px;
    width: 100%;
    border-radius: 300px;
    border: 1px solid #E6E6F0;
    background: #FFF;
    font-size: 16px;
    font-family: 'EuclidFlex', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    outline: none;
}
label{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 24px;
    pointer-events: none;
    font-family: 'EuclidFlex', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
label span{
    color: #F22A52;
}
input:focus + label,
textarea:focus + label{
    display: none;
}
input[type="file"] {
    opacity: 0;
    position: absolute;
    z-index: -1;
}
label {
    cursor: pointer;
}
label.content__form-file{
    pointer-events: all;
    z-index: 1;
    border-radius: 300px;
    border: 1px dashed #E6E6F0;
    background: #FFF;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: initial;
    transform: none;
    padding: 15px 23px;
    height: 56px;
}
label.content__form-file > span{
    color: #222;
}
input[type=date] {
    color: transparent;
}
input[type=date]:focus {
    color: #222 !important;
}
input[type="date"]::-webkit-calendar-picker-indicator {
    color: rgba(0, 0, 0, 0);
    opacity: 1;
    display: block;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M14.1865 7.58632H1.81438M5.14586 1.00012L5.14586 4.19981M11.011 1.00012V4.19981M3.40527 15.0002H12.5956C13.7001 15.0002 14.5956 14.1048 14.5956 13.0002V4.50358C14.5956 3.39901 13.7001 2.50358 12.5956 2.50358H3.40527C2.3007 2.50358 1.40527 3.39901 1.40527 4.50358V13.0002C1.40527 14.1047 2.30071 15.0002 3.40527 15.0002Z' stroke='%23222222' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat;
    width: 16px;
    height: 16px;
    border-width: thin;
}
.hidden-label + label,
label.hidden-label{
    display: none;
}
.content__form-block input:focus{
    border-color: #006438;
}
.content__form-block.input-error input,
.content__form-block.input-error .content__form-file{
    border-color: #F22A52;
}
.content__form-block select {
    color: transparent;
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='14' viewBox='0 0 16 14' fill='none'%3E%3Cpath d='M14.125 4.55957L8 10.5L1.875 4.55957' stroke='%23464646' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    background-position: right 23px center;
    background-repeat: no-repeat, repeat;
    background-size: 14px 14px;
}
.content__form-block select option {
    color: #222;
}
.custom-file-upload {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.custom-file-upload input[type=file] {
    position: absolute;
    font-size: 100px;
    opacity: 0;
    right: 0;
    top: 0;
}
.content__form-file.active{
    pointer-events: none;
}
.content__form-file.active .photo-label-text{
    display: none;
}
.content__form-agree {
    color: #9393A3;
    font-family: 'EuclidFlex', sans-serif;
    font-style: normal;
    font-size: 13px;
    font-weight: 400;
    line-height: 19.5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    user-select: none;
    position: initial;
    transform: none;
    pointer-events: all;
}
.content__form-agree span{
    color: #9393A3;
}
.content__form-agree a{
    text-decoration-line: underline;
    text-decoration: underline;
    text-decoration-style: underline;
    text-underline-position: under;
    transition: all .1s ease;
}
.content__form-agree a:hover{
    color: #222;
}
.content__form-agree.input-error span{
    color: #F22A52;
}
.agree__checkbox{
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.agree__checkbox + .checkmark {
    position: relative;
    top: 1px;
    left: 24px;
    padding-left: 28px;
    cursor: pointer;
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Crect x='0.5' y='0.5' width='17' height='17' rx='3.5' stroke='%239393A3'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
}
.agree__checkbox:checked + .checkmark {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Crect width='18' height='18' rx='4' fill='%23006438'/%3E%3Cpath d='M12 6.75L8 11.25L6 9' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.content__form-buttons{
    padding: 5px;
    border-radius: 300px;
    border: 1px solid #E6E6F0;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.content__form-buttons button{
    background-color: #fff;
    border-radius: 300px;
    overflow: hidden;
    color: #006438;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; /* 150% */
    width: 100%;
    padding: 11px;
    text-wrap: nowrap;
}
.content__form-buttons button:hover{
    background-color: rgba(0, 100, 57, 0.1);
}
.content__form-buttons button.selected{
    background-color: #006438;
    color: #fff;
}
.slider-pagination{
    display: none;
    position: absolute;
    bottom: 30px !important;
    left: 40px !important;
    z-index: 1;
    align-items: center;
    justify-content: center;
    width: max-content !important;
    mask-position: 7px;
    top: initial !important;
    gap: 7px;
}
.slider-pagination .swiper-pagination-bullet{
    margin: 0 !important;
    width: 8px;
    height: 8px;
    background-color: #fff;
    opacity: 0.3;
}
.slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    opacity: 1;
}
.pages-btns,
.interested__slider-pagination{
    margin-top: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}
.addresses__pages{
    margin-top: 70px;
}
.pages-btns-item,
.interested__slider-pagination .swiper-pagination-bullet{
    width: 70px;
    min-width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .1s ease;
    font-weight: 500;
    font-size: 20px;
    border-radius: 12px;
    user-select: none;
}
.interested__slider-pagination{
    margin-top: 60px;
}
.interested__slider-pagination .swiper-pagination-bullet{
    margin: 0 !important;
    opacity: 1;
    background-color: transparent;
}
.pages-btns-item:hover,
.interested__slider-pagination .swiper-pagination-bullet:hover{
    background-color: rgba(0, 100, 57, 0.1);
}
.pages-btns-item.active,
.interested__slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: #006438;
    color: #fff;
}
.filter__select{
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    max-width: 280px;
}
.filter__select-content{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.filter__select-item label{
    position: initial;
    transform: none;
    pointer-events: all;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 9px;
    user-select: none;
}
.filter__select-item label > span:first-of-type{
    display: flex;
    align-items: center;
    gap: 9px;
}
.filter__select-item label span span{
    color: #222;
    font-size: 18px;
}
.filter__select-item label > span:last-of-type{
    color: #BCBCCC;
    font-size: 12px;
    transition: all .1s ease;
}
.filter__select-item label > span:first-of-type input {
    position: relative;
    top: 0px;
    left: 0px;
    width: 14px;
    height: 14px;
    min-width: 14px;
    border-radius: 10px;
    background: 0 0;
    border: 0;
    -webkit-box-shadow: inset 0 0 0 1px #BCBCCC;
    box-shadow: inset 0 0 0 1px #BCBCCC;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    margin: 0;
    opacity: 1;
    pointer-events: none;
}
.filter__select-item label > span:first-of-type input:hover + span{
    color: #006438;
}
.filter__select-item label > span:first-of-type input:hover{
    -webkit-box-shadow:inset 0 0 0 3px #fff;
    box-shadow:inset 0 0 0 3px #fff;
    border:1px solid #006438;
}
.filter__select-item label > span:first-of-type input:checked{
    background:#006438;
    -webkit-box-shadow:inset 0 0 0 3px #fff;
    box-shadow:inset 0 0 0 3px #fff;
    border:1px solid #006438;
}
.filter__select-item label > span:first-of-type input:checked + span{
    color: #006438;
}
.filter__select-btn{
    display: none;
}
.filter__select-block{
    display: none;
}
.filter__select-item.active .filter__select-block{
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-left: 25px;
    max-width: 265px;
    margin-top: 10px;
}
.filter__select-item.active .filter__select-block a{
    font-size: 16px;
    color: #9393A3;
    line-height: 24px;
}
.filter__select-categories{
    display: none;
}
@media (max-width: 1279px) {
    main.main {
        margin-top: 114.45px;
    }
    .container{
        max-width: 1000px;
    }
    html,body{
        font-size: 18px;
    }
    h1, h2{
        font-size: 50px;
    }
}
@media (max-width: 999px) {
    .container{
        max-width: 768px;
    }
    h1, h2{
        font-size: 40px;
    }
    .filter__select{
        position: relative;
        border: 1px solid #E6E6F0;
        padding: 5px;
        border-radius: 300px;
        height: 50px;
        justify-content: center;
        max-width: 400px;
    }
    .filter__select-btn,
    .filter__select-categories{
        padding: 10px 18px;
        display: flex;
        align-items: center;
        justify-content: start;
        gap: 10px;
        background: #fff;
        height: 40px;
        width: 100%;
        border-radius: 300px;
        font-weight: 500;
        color: #006438;
        font-size: 14px;
    }
    .filter__select-categories{
        display: none;
    }
    .filter__select-btn::after{
        content: '';
        position: absolute;
        top: 50%;
        right: 19px;
        transform: translateY(-50%);
        width: 14px;
        height: 14px;
        background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='12' viewBox='0 0 14 12' fill='none'%3E%3Cpath d='M12.25 3.9082L7 9L1.75 3.9082' stroke='%23BCBCCC' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
    }
    .filter__select.active .filter__select-btn::after{
        transform: translateY(-50%) rotate(-180deg);
    }
    .filter__select-content{
        position: absolute;
        top: 49px;
        left: -1px;
        right: -1px;
        background-color: #fff;
        z-index: 3;
        padding: 16px;
        border: 1px solid #E6E6F0;
        border-top: none;
        display: none;
        border-radius: 0 0 22px 22px;
    }
    .filter__select-content::before{
        content: '';
        position: absolute;
        height: 1px;
        background-color: #E6E6F0;
        top: 0;
        left: 5px;
        right: 5px;
    }
    .filter__select.active{
        border-radius: 22px 22px 0 0;
        border-bottom-color: transparent;
    }
    .filter__select.active .filter__select-content{
        display: flex;
    }
    .filter__select-item label > span:last-of-type {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .container{
        max-width: 480px;
    }
    .interested__slider-pagination,
    .pages-btns{
        margin-top: 20px;
    }
    .pages-btns-item,
    .interested__slider-pagination .swiper-pagination-bullet{
        width: 50px;
        min-width: 50px;
        height: 50px;
        font-size: 18px;
        border-radius: 8px;
    }
    .filter__select-btn--box{
        display: flex;
        align-items: center;
        border-radius: 300px;
        overflow: hidden;
    }
    .filter__select-btn--box .filter__select-btn{
        width: max-content;
        border-right: 1px solid #E6E6F0;
        border-radius: 0;
    }
    .filter__select-btn--box .filter__select-btn::after{
        content: none;
    }
    .filter__select-btn, .filter__select-categories{
        padding: 10px 13px;
    }
    .filter__select-btn--box::after {
        content: '';
        position: absolute;
        top: 50%;
        right: 19px;
        transform: translateY(-50%);
        width: 14px;
        height: 14px;
        background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='12' viewBox='0 0 14 12' fill='none'%3E%3Cpath d='M12.25 3.9082L7 9L1.75 3.9082' stroke='%23BCBCCC' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
    }
    .filter__select.active .filter__select-btn--box::after {
        transform: translateY(-50%) rotate(-180deg);
    }
    .filter__select-categories{
        display: flex;
    }
    .content__form-buttons.materials__select-buttons{
        display: none;
    }
    .content__form-buttons.materials__select-buttons {
        display: flex;
        flex-direction: column;
        align-items: start;
        border-radius: 0 0 22px 22px;
        position: absolute;
        z-index: 2;
        top: 50px;
        margin-top: 0;
        left: -1px;
        right: -1px;
        border-top: none;
    }
    .filter__select.active-buttons {
        border-radius: 22px 22px 0 0;
        border-bottom-color: transparent;
    }
    .content__form-buttons.materials__select-buttons{
        display: none;
    }
    .filter__select.active-buttons .content__form-buttons.materials__select-buttons{
        display: flex;
    }
    .content__form-buttons.materials__select-buttons::before {
        content: '';
        position: absolute;
        height: 1px;
        background-color: #E6E6F0;
        top: 0;
        left: 5px;
        right: 5px;
    }
    .content__form-buttons.materials__select-buttons button{
        max-width: 100% !important;
        align-items: center;
        justify-content: start;
        display: flex;
        font-size: 14px;
        padding: 7px 14px;
    }
    .filter__select-item label span span{
        font-size: 16px;
    }
    .filter__select-item.active .filter__select-block a{
        font-size: 14px;
    }
}
@media (max-width: 479px) {
    main.main {
        margin-top: 113.36px;   
    }
    .container{
        max-width: 360px;
    }
    html,body{
        font-size: 15px;
    }
    h1{
        font-size: 24px;
    }
    h2, .title-2{
        font-size: 27px;
    }
    h3{
        font-size: 18px;
    }
    h4{
        font-size: 18px;
    }
    h5{
        font-size: 16px;
    }
    .article .breadcrumb{
        margin-bottom: 15px;
    }
    .breadcrumb {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .content__form-buttons button{
        line-height: 24px;
        font-size: 14px;
    }
    input, textarea{
        padding: 11px 17px;
        font-size: 14px;
    }
    textarea{
        border-radius: 12px;
    }
    textarea + label {
        top: 12px;
        left: 18px;
    }
    .agree__checkbox + .checkmark{
        left: 18px;
    }
    label{
        left: 17px;
        font-size: 14px;
    }
    input + label {
        display: inline-block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 100%;
        width: calc(100% - 34px);
    }
    .btn, .btn-2, .btn-3{
        font-size: 13px;
        padding: 5px;
    }
}
.header{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background-color: #fff;
    transition: all .1s ease;
}
.header__inner{
    position: relative;
}
.header__inner::before{
    content: '';
    position: absolute;
    left: -100vw;
    bottom: 0;
    background-color: rgba(188, 188, 204, 0.3);
    width: 100vw;
    height: 1px;
    z-index: -1;
}
.header__inner::after{
    content: '';
    position: absolute;
    left: 82px;
    bottom: 0;
    background-color: rgba(188, 188, 204, 0.3);
    width: 100vw;
    height: 1px;
    z-index: -1;
}
.header__logo{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 197px;
    margin-bottom: -15px;
    transition: all .1s ease;
}
.header__logo img{
    width: 100%;
    transition: all .1s ease;
}
.header__top{
    background-color: var(--brandbook-third);
    overflow: hidden;
}
.header__top-content{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 5px 0 6px;
    width: max-content;
    margin: 0 auto;
}
.header__top-name{
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
}
.header__top-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    max-width: 290px;
    top: 5px;
    left: -318px;
    user-select: none;
    pointer-events: none;
}
.header__top-icon img{
    width: 100%;
}
.header__top-icon:last-of-type{
    transform: scaleX(-1);
    left: initial;
    right: -318px;
}
.header__inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}
.header__menu{
    width: 100%;
    max-width: 660px;
}
.header__menu ul{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.header__link{
    font-weight: 500;
    text-transform: uppercase;
    transition: all .1s ease;
}
.header__menu ul li{
    position: relative;
}
.header__link-content{
    position: absolute;
    top: 59px;
    border-top: none;
    display: none;
    flex-direction: column;
    width: 235px;
}
.header__link-items {
    overflow-x: hidden;
    overflow-y: auto;
    margin-right: -100%;
    height: 81vh;
    overscroll-behavior: contain;
}
.header__link-items::-webkit-scrollbar { width: 0 !important }
.header__link-items { -ms-overflow-style: none; }

.header__link-content-prev{
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    height: 40px;
}
.header__link-content a{
    padding: 10px 20px;
    transition: all .1s ease;
    font-weight: 500;
    line-height: 24px; 
    font-size: 16px;
    width: 235px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #FFF;
    border-left: 1px solid rgba(188, 188, 204, 0.3);
    border-right: 1px solid rgba(188, 188, 204, 0.3);
}
.header__link-content > a:first-child{
    border-top: 1px solid rgba(188, 188, 204, 0.3);
}
.header__link-content a:last-child{
    border-bottom: 1px solid rgba(188, 188, 204, 0.3);
}
.header__link-content a svg{
    min-width: 12px;
}
.header__link-content a:hover{
    color: #B91230;
}
.header__link-item{
    position: relative;
    width: 100%;
    width: 235px;
}
.header__link-block{
    position: absolute;
    right: -234px;
    width: 100%;
    top: 0;
    background-color: #F5F5FF;
    flex-direction: column;
    display: none;
    height: max-content;
    max-height: 37.5vh;
    overflow-y: auto;
    overflow-x: hidden;
    overscroll-behavior: contain;
    border: 1px solid rgba(188, 188, 204, 0.3);
}
.header__link-block a{
    border: none;
}
.header__link-content a svg path{
    transition: all .1s ease;
}
.header__link-block::-webkit-scrollbar {
    width: 3px !important;
}
.header__link-block::-webkit-scrollbar-track {
    background-color: #fff !important;
}
.header__link-block::-webkit-scrollbar-thumb {
    background-color: #B91230 !important;
    border-radius: 6px !important;
}
.header__menu ul li:nth-of-type(2) .header__link-content,
.header__menu ul li:nth-of-type(2) .header__link-content a,
.header__menu ul li:nth-of-type(2) .header__link-item{
    width: 305px;
}
.header__menu ul li:nth-of-type(2) .header__link-block {
    right: -304px;
}
.header__menu ul li:nth-of-type(3) .header__link-content,
.header__menu ul li:nth-of-type(3) .header__link-content a,
.header__menu ul li:nth-of-type(3) .header__link-item{
    width: 368px;
}
.header__menu ul li:nth-of-type(3) .header__link-block {
    right: -367px;
}
.header__box{
    width: 100%;
    max-width: 346px;
}
.header__box,
.header__social{
    display: flex;
    align-items: center;
    gap: 20px;
}
.header__social-link{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    min-width: 52px;
    border: 1px solid #BCBCCC;
    border-radius: 50%;
    transition: all .1s ease;
}
.header__social-link svg path{
    transition: all .1s ease;
}
.header__burger{
    display: none;
    align-items: center;
    justify-content: center;
}
.header-transparent{
    background-color: transparent;
}
.header-transparent .header__link{
    color: #fff;
}
.header__link:hover{
    color: #B91230;
}
.header-transparent .header__link:hover{
    color: #FEE000;
}
.header-transparent .header__logo img{
    opacity: 0;
}
.header-transparent .header__logo{
    background-image: url('../img/logo.svg');
    background-repeat: no-repeat;
    background-size: 100%;
}
.header__add{
    justify-content: start !important;
    gap: 10px;
}
.header__menu .header__social{
    display: none;
}
.header__menu .header__btn{
    display: none;
}
@media (max-width: 1279px) {
    .header__inner{
        gap: 19px;
    }
    .header__box, .header__social{
        gap: 10px;
    }
    .header__logo{
        max-width: 157px;
    }
    .header__social-link {
        width: 42px;
        height: 42px;
        min-width: 42px;
    }
    .header__menu ul{
        gap: 15px;
    }
    .header__link-content{
        top: 47px;
    }
    .header__link-content-prev{
        top: -30px;
        height: 30px;
    }
    .header__menu ul li:nth-of-type(2) .header__link-content,
    .header__menu ul li:nth-of-type(2) .header__link-content a,
    .header__menu ul li:nth-of-type(2) .header__link-item {
        width: 255px;
    }
    .header__menu ul li:nth-of-type(2) .header__link-block {
        right: -254px;
    }
    .header__menu ul li:nth-of-type(3) .header__link-content, .header__menu ul li:nth-of-type(3) .header__link-content a, .header__menu ul li:nth-of-type(3) .header__link-item {
        width: 318px;
    }
    .header__menu ul li:nth-of-type(3) .header__link-block {
        right: -317px;
    }
}
@media (min-width: 1000px) {
    .header__link-content a:hover svg path,
    .header__link-item:hover a svg path{
        stroke: #B91230;
    }
    .header__link-item:hover,
    .header__link-item:hover .header__link-block a{
        background-color: #F5F5FF;
    }
    .header__link:hover + .header__link-content{
        display: flex;
    }
    .header__link-item:hover > a{
        color: #B91230;
    }
    .header__link-item:hover a{
        background-color: #F5F5FF;
    }
    .header__link-content.active{
        display: block;
    }
    .header__link-item.active .header__link-block{
        display: flex;
    }
    .header__social-link:first-of-type:hover{
        background-color: #35AEE2;
        border-color: #35AEE2;
    }
    .header__social-link:last-of-type:hover{
        background-color: #1D52A1;
        border-color: #1D52A1;
    }
    .header__social-link:hover svg path{
        fill: #fff;
    }
    .header-transparent .header__social-link svg path{
        fill: #fff;
    }
}
@media (max-width: 999px) {
    .header__link-content-prev{
        display: none;
    }
    .header__menu{
        position: fixed;
        bottom: 10px;
        top: 134px;
        left: 10px;
        right: 10px;
        background-color: #fff;
        border-radius: 22px;
        height: max-content;
        max-height: calc(100vh - 164px);
        opacity: 0;
        pointer-events: none;
        width:calc(100% - 20px);
        max-width: 768px;
        margin: 0 auto;
        overflow-y: auto;
        overflow-x: hidden;
        padding: 30px 20px;
        border: 1px solid #F5F5FF;
        transition: all .1s ease;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .header__menu.active{
        opacity: 1;
        pointer-events: all;
    }
    .header__menu ul li{
        width: 100%;
    }
    .header__menu ul li:nth-of-type(2) .header__link-content,
    .header__menu ul li:nth-of-type(2) .header__link-content a,
    .header__menu ul li:nth-of-type(2) .header__link-item{
        width: 100%;
    }
    .header__menu ul li:nth-of-type(3) .header__link-content,
    .header__menu ul li:nth-of-type(3) .header__link-content a,
    .header__menu ul li:nth-of-type(3) .header__link-item{
        width: 100%;
    }
    .header-transparent .header__link {
        color: #222;
    }
    .header-transparent .header__link:hover{
        color: #B91230;
    }
    .header__box .header__social{
        display: none;
    }
    .header__box{
        max-width: max-content;
        margin-left: auto;
    }
    .header__burger{
        display: flex;
        width: 40px;
        min-width: 40px;
        height: 40px;
        border-radius: 50%;
        border: 1px solid #006438;
        transition: all .1s ease;
    }
    .header__burger svg:last-of-type{
        display: none;
    }
    .header-transparent .header__burger{
        border-color: #fff;
    }
    .header__burger svg rect{
        transition: all .1s ease;
    }
    .header__burger.active svg:first-of-type{
        display: none;
    }
    .header__burger.active svg:last-of-type{
        display: block;
    }
    .header__burger:active{
        background-color: #006438;
    }
    .header__burger:active svg path{
        stroke: #fff;
    }
    .header__burger:active svg rect{
        fill: #fff;
    }
    .header-transparent .header__burger svg rect{
        fill: #fff;
    }
    .header-transparent .header__burger svg path{
        stroke: #fff;
    }
    .header__menu ul{
        flex-direction: column;
        align-items: start;
        gap: 30px;
    }
    .header__link-content{
        position: initial;
        margin-top: 5px;
        width: 100%;
    }
    .header__link-more.active + .header__link-content{
        display: flex;
    }
    .header__link-items{
        margin: 0;
        height: auto;
    }
    .header__link-content a{
        border: none;
        width: 100%;
    }
    .header__link-item{
        width: 100%;
    }
    .header__link-block {
        position: initial;
        right: -234px;
        width: 100%;
        top: 0;
        background-color: transparent;
        flex-direction: column;
        display: none;
        height: max-content;
        max-height: none;
        overscroll-behavior: contain;
        border: none;
        padding-left: 20px;
    }
    .header__link-content a:last-child {
        border-bottom: navajowhite;
    }
    .header__link-item a.active + .header__link-block{
        display: flex;
    }
    .header__link-item a.active svg{
        transform: rotate(90deg);
    }
    .header__menu .header__social{
        display: flex;
        justify-content: center;
    }
    .header__menu .header__btn{
        display: flex;
        margin: 0 auto;
        height: 40px;
        font-size: 15px;
        align-items: center;
        justify-content: center;
        max-width: 100%;
    }
    .header__social-link {
        width: auto;
        height: auto;
        min-width: auto;
        border-radius: 22px;
        gap: 10px;
        padding: 9px 21px 9px 12px;
        width: 100%;
    }
    .header__social-link svg{
        min-width: 20px;
    }
    .header__social-link:first-of-type:active{
        background-color: #35AEE2;
        border-color: #35AEE2;
        color: #fff;
    }
    .header__social-link:last-of-type:active{
        background-color: #1D52A1;
        color: #fff;
        border-color: #1D52A1;
    }
    .header__social-link:first-of-type:active svg path,
    .header__social-link:last-of-type:active svg path{
        fill: #fff;
    }
    .header__top-name {
        font-size: 20px;
    }
    .header__top-icon{
        max-width: 210px;
        left: -230px;
    }
    .header__top-icon:last-of-type {
        right: -230px;
    }
}
@media (max-width: 767px) {
    .header__menu{
        max-width: 480px;
    }
}
@media (max-width: 479px) {
    .header__box .header__btn {
        font-size: 0;
        max-width: 109px;
        height: 40px;
        padding: 5px 19px;
    }
    .header__box .header__btn::before {
        content: "Долучитись";
        font-size: 13px;
    }
    .header__top-name {
        font-size: 14px;
    }
    .header__top-icon{
        display: none;
    }
    .header__inner{
        padding-top: 7px;
    }
    .header__logo{
        max-width: 116px;
        margin-bottom: 0;
    }
    .header__inner::after{
        left: 31px;
    }
    .header__inner::before {
        left: calc(-100vw + 9px);
    }
    .header__menu{
        max-width: 360px;
        top: 123.36px;
    }
    .header__link{
        font-size: 18px;
    }
    .header__top-content{
        padding: 12px 0 11px;
    }
    .header__link-content a,
    .header__link-block{
        padding-left: 10px;
    }
    .header__link-content a{
        font-size: 14px;
    }
}
.hero{
    position: relative;
    overflow: hidden;
} 
.hero::after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 70px;
    border-radius: 70px 70px 0 0;
    background: #fff;
    z-index: 3;
}
.hero__inner{
    position: relative;
}
.hero__slider {
    overflow: hidden;
}
.hero__slider .swiper-wrapper{
    align-items: stretch;
    height: 100%;
    min-height: 785px;
}
.hero__slide{
    height: auto;
}
.hero__slide .container {
    height: 100%;
    display: flex;
    align-items: end;
    justify-content: space-between;
    width: 100%;
}
.hero__slide-image{
    inset: 0;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
.hero__slide-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.hero__slide-box{
    margin-top: 170px;
    position: relative;
    z-index: 2;
    height: max-content;
    width: 100%;
    margin-bottom: 185px;
}
.hero__slide-content{
    display: flex;
    align-items: end;
    justify-content: space-between;
}
.hero__slide-content h1,
.hero__slide-content h2{
    overflow: hidden;
    color: #FFF;
    font-variant-numeric: lining-nums proportional-nums;
    text-overflow: ellipsis;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 710px;
}
.hero__slide-content h2{
    max-width: 553px;
}
.hero__slide-content p{
    max-width: 385px;
    overflow: hidden;
    color: #FFF;
    text-overflow: ellipsis;
    margin-bottom: 7px;
}
.hero__slide-link{
    margin-top: 37px;
}
.hero__slider-container{
    width: 100%;
    margin-bottom: 188px;
}
.hero__slider-btns{
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 23px;
    position: relative;
    z-index: 3;
    margin-top: -263px;
    width: max-content;
    margin-left: auto;
}
.slider-btn,
.slider-btn-second{
    width: 78px;
    height: 78px;
    min-width: 78px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #FFF;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
    backdrop-filter: blur(24.46637535095215px);
    cursor: pointer;
    transition: all .1s ease;
    user-select: none;
}
.slider-btn svg path,
.slider-btn-second svg path{
    transition: all .1s ease;
}
.slider-btn:hover{
    background: #FFF;
}
.slider-btn:hover svg path{
    stroke: #222;
}
.slider-btn-second{
    background: #fff;
    border-color: #222;
}
.slider-btn-second:hover{
    background: #222;
}
.slider-btn-second:hover svg path{
    stroke: #fff;
}
@media (max-width: 1279px) {
    .hero__slide-box {
        margin-top: 210px;
        margin-bottom: 195px;
    }
    .hero__slide-content h1,
    .hero__slide-content h2{
        font-size: 50px;
        max-width: 540px;
    }
    .hero__slider-btns{
        margin-top: -273px;
    }
}
@media (max-width: 999px) {
    .hero__slide-content h1, .hero__slide-content h2 {
        font-size: 40px;
        max-width: 390px;
    }
    .hero__slide-content p{
        max-width: 275px;
    }
}
@media (max-width: 767px) {
    .hero__slide-content p{
        display: none;
    }
    .hero__slider-btns{
        display: none;
    }
    .hero__slide-link {
        margin-top: 37px;
        max-width: 193px;
        height: 58px;
    }
    .hero__slide-box {
        margin-top: 240px;
        margin-bottom: 165px;
    }
    .hero__slider-container{
        margin-bottom: 0;
    }
    .hero__slider-pagination.slider-pagination{
        display: flex;
        bottom: 193px !important;
        right: 18vw ;
        left: initial !important;
    }
}
@media (max-width: 479px) {
    .hero::after {
        bottom: -50px;
        height: 70px;
        border-radius: 22px 22px 0 0;
    }
    .hero__slider .swiper-wrapper {
        min-height: 553px;
    }
    .hero__slide-box {
        margin-top: 100px;
        margin-bottom: 51px;
    }
    .hero__slide-content h1, .hero__slide-content h2 {
        font-size: 24px;
        max-width: 390px;
    }
    .hero__slide-link {
        margin-top: 15px;
        max-width: 146px;
        height: 40px;
        font-size: 13px;
    }
    .hero__slider-pagination.slider-pagination {
        bottom: 70px !important;
        right: 4vw;
    }
}
.clause{
    padding-top: 49px;
}
.clause__inner{
    display: flex;
    justify-content: space-between;
    gap: 46px;
}
.clause__box{
    width: 50%;
    max-width: 700px;
    position: relative;
    z-index: 1;
    height: max-content;
}
.clause__title{
    position: absolute;
    top: 57px;
    left: 51px;
    z-index: 2;
    color: #fff;
}
.clause__slider{
    overflow: hidden;
    border-radius: 16px;
    height: 671px;
}
.clause__slide {
    height: auto;
    display: flex;
    align-items: end;
    justify-content: end;
}
.clause__image{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    inset: 0;
    z-index: -1;
    border-radius: 16px;
    overflow: hidden;
}
.clause__image::before{
    content: '';
    position: absolute;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 16.47%, #000 100%);
    inset: 0;
    z-index: 1;
}
.clause__image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all .7s ease;
}
.clause__image:hover img{
    transform: scale(1.1);
}
.clause__slider .swiper-wrapper{
    align-items: stretch;
}
.clause__top{
    display: flex;
    align-items: center;
    gap: 20px;
}
.clause__time{
    display: flex;
    align-items: top;
    justify-content: center;
    gap: 10px;
}
.clause__content{
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: auto;
    padding: 50px 50px 138px;
    height: auto;
    width: 100%;
}
.article__top-about,
.clause__content p{
    color: #fff;
}
.clause__top p{
    font-size: 12px;
}
.clause__content > a p{
    font-weight: 500;
    font-size: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
    transition: all .1s ease;
}
.clause__content > a:hover p{
    color: #FCC900;
}
.clause__slider-btns{
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 15px;
    position: relative;
    z-index: 3;
    width: max-content;
    position: absolute;
    z-index: 2;
    bottom: 50px;
    left: 50px;
}
.clause__slider-btns .slider-btn{
    width: 58px;
    height: 58px;
    min-width: 58px;
}
.clause__block{
    width: 100%;
    margin-top: 58px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
}
.clause__block-item{
    padding: 24px 0;
    border-top: 1px solid #E6E6F0;
}
.clause__block-item .clause__top p{
    color: #9393A3;
}
.clause__block-item > a{
    margin-top: 12px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
    transition: all .1s ease;
}
.clause__block-item:last-of-type{
    border-bottom: 1px solid #E6E6F0;
}
.clause__block-item > a:hover{
    color: #B91230;
}
@media (max-width: 999px) {
    .clause__inner{
        flex-direction: column;
    }
    .clause__box{
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
    }
    .clause__slider{
        height: 500px;
    }
    .clause__content {
        display: flex;
        flex-direction: column;
        gap: 30px;
        margin-top: auto;
        padding: 40px 30px 78px;
        height: auto;
    }
    .clause__slider-btns{
        display: none;
    }
    .clause__slider-pagination.slider-pagination{
        display: flex;
    }
    .clause__block{
        margin-top: 0;
    }
}
@media (max-width: 479px) {
    .clause {
        padding-top: 0;
    }
    .clause__inner{
        gap: 22px;
    }
    .clause__slider {
        height: 300px;
    }
    .clause__title {
        top: 13px;
        left: 20px;
    }
    .clause__top p{
        font-size: 11px;
    }
    .clause__content > a p {
        font-size: 15px;
        -webkit-line-clamp: 3;
    }
    .clause__content {
        gap: 6px;
        padding: 20px 20px 41px;
    }
    .clause__slider-pagination.slider-pagination{
        bottom: 20px !important;
        left: 20px !important;
    }
    .clause__block-item {
        padding: 10px 0;
    }
    .clause__block-item > a{
        margin-top: 10px;
    }
    .clause__image{
        border-radius: 8px;
    }
}
.goals{
    margin-top: 100px;
    padding-top: 13px;
    min-height: 763px;
    position: relative;
    z-index: 1;
}
.goals::after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 70px;
    border-radius: 70px 70px 0 0;
    background: #fff;
    z-index: 3;
}
.goals__inner{
    position: relative;
    z-index: 3;
}
.goals__top{
    display: flex;
    align-items: end;
    justify-content: space-between;
}
.goals__title{
    max-width: 476px;
}
.goals__content{
    max-width: 529px;
}
.goals__content p + p{
    margin-top: 20px;
}
.goals__btn{
    margin-top: 42px;
}
.goals__front{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background-image: url('../img/goals/front.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 747px;
}
.goals__bg{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background-image: url('../img/goals/bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 791px;
}
.goals__block {
    padding-bottom: 200px;
}
@media (max-width: 1279px) {
    .goals__content {
        max-width: 326px;
    }
    .goals__front {
        bottom: 20px;
        width: calc(100% + 66px);
    }
}
@media (max-width: 999px) {
    .goals__top{
        flex-direction: column;
        align-items: start;
        gap: 30px;
    }
    .goals__front {
        bottom: 1px;
        width: calc(100% + 564px);
    }
    .goals__content {
        max-width: 396px;
    }
    .goals__title br{
        display: none;
    }
}
@media (max-width: 767px) {
    .goals__content {
        max-width: 330px;
    }
    .goals__front {
        bottom: 1px;
        width: calc(100% + 374px);
        height: 520px;
    }
}
@media (max-width: 479px) {
    .goals {
        margin-top: 33px;
        min-height: 491px;
    }
    .goals__block{
        max-width: 176px;
    }
    .goals__top{
        gap: 20px;
    }
    .goals__content p{
        font-size: 11px;
    }
    .goals__content.hidden-text p{
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        max-width: 100%;
        text-overflow: ellipsis;
    }
    .goals__content.hidden-text p:not(:first-of-type){
        display: none;
    }
    .goals__btn {
        margin-top: 20px;
        max-width: 138px;
        height: 40px;
    }
    .goals__front {
        bottom: 0;
        width: calc(100% + 280px);
        height: 480.704px;
    }
    .goals__bg {
        bottom: -14px;
        height: 509.018px;
    }
    .goals::after{
        content: none;
    }
}
.team{
    padding-top: 34px;
}
.team__top{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.team__slider-btns{
    display: flex;
    align-items: center;
    gap: 23px;
}
.team__slider{
    margin-top: 51px;  
    overflow: hidden; 
}
.team__slide{
    position: relative;
}
.team__slide-image{
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 16px;
    max-height: 411px;
    width: 100%;
}
.team__slide-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.team__slide-content{
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: start;
    justify-content: end;
    padding: 40px;
    gap: 12px;
    flex-direction: column;
}
.team__slide-content h3{
    color: #FFF;
    font-size: 24px;
    font-weight: 500;
}
.team__slide-content p{
    font-size: 14px;
    color: #FFF;
}
.team__slide-second .team__slide-image{
    position: initial;
    max-height: 217px;
    max-width: 216px;
}
.team__slide-second .team__slide-content{
    position: initial;
    padding: 0;
    margin-top: 17px;
}
.team__slide-second .team__slide-content h3,
.team__slide-second .team__slide-content p{
    color: #222;
}
.team__slide-second .team__slide-content{
    margin-right: -15px;
}
.team__slide{
    width: 28.542% !important;
}
.team__slide.team__slide-second{
    width: 15% !important;
}
@media (max-width: 1470px) {
    .team__slide {
        width: 27.542% !important;
    }
}
@media (max-width: 1279px) {
    .team__slide {
        width: 28.542% !important;
    }
    .team__slide.team__slide-second {
        width: 16.5% !important;
    }
    .team__slide-content{
        padding: 25px;
    }
    .team__slide-second .team__slide-content{
        margin-right: 0;
    }
}
@media (max-width: 999px) {
    .team__slide {
        width: 34.542% !important;
    }
    .team__slide.team__slide-second {
        width: 19.5% !important;
    }
}
@media (max-width: 767px) {
    .team__slider-btns{
        display: none;
    }
    .team__slider-pagination{
        display: flex;
        position: initial;
        margin-top: 20px;
    }
    .team__slider-pagination .swiper-pagination-bullet{
        background: #222222;
    }
    .team__slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        opacity: 1;
        background: #006438;
    }
    .team__slide {
        width: 67.542% !important;
    }
    .team__slide.team__slide-second {
        width: 27.5% !important;
    }
}
@media (max-width: 479px) {
    .team {
        padding-top: 28px;
    }
    .team__slider{
        margin-top: 30px;
        overflow: visible;
    }
    .team__slide {
        width: 84% !important;
    }
    .team__slide.team__slide-second {
        width: 44.334% !important;
    }
    .team__slide-content {
        padding: 20px;
        gap: 10px;
    }
    .team__slide-content h3 {
        font-size: 18px;
    }
    .team__slide-content p {
        font-size: 12px;
    }
}
.partners{
    margin-top: 100px;
    margin-top: 100px;
}
.partners__slider{
    margin-top: 41px;
}
.partners__slider .swiper-wrapper{
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: 177px 177px;
    gap: 4px;
    grid-auto-flow: row;
    align-items: stretch;
    grid-template-areas:
      "a a b c f f g h"
      "a a d e f f i j";
}
.partners__slider .swiper-wrapper .partners__item:nth-of-type(1) { grid-area: a; }
.partners__slider .swiper-wrapper .partners__item:nth-of-type(2) { grid-area: b; }
.partners__slider .swiper-wrapper .partners__item:nth-of-type(3) { grid-area: c; }
.partners__slider .swiper-wrapper .partners__item:nth-of-type(4) { grid-area: d; }
.partners__slider .swiper-wrapper .partners__item:nth-of-type(5) { grid-area: e; }
.partners__slider .swiper-wrapper .partners__item:nth-of-type(6) { grid-area: f; }
.partners__slider .swiper-wrapper .partners__item:nth-of-type(7) { grid-area: g; }
.partners__slider .swiper-wrapper .partners__item:nth-of-type(8) { grid-area: h; }
.partners__slider .swiper-wrapper .partners__item:nth-of-type(9) { grid-area: i; }
.partners__slider .swiper-wrapper .partners__item:nth-of-type(10) { grid-area: j; }
.partners__item{
    user-select: none;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 4px;
    background: #F5F5FF;
    padding: 19px 14px;
    position: relative;
    border: 1px solid #F5F5FF;
    transition: all .1s ease;
    height: auto !important;
}
.partners__item-image{
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.partners__item-image img{
    max-width: 100%;
}
.partners__item-name{
    position: absolute;
    bottom: 19px;
    color: #9393A3;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
}
.partners__item:nth-of-type(1) .partners__item-name,
.partners__item:nth-of-type(6) .partners__item-name{
    bottom: 19px;
}
.partners__item:hover{
    background-color: transparent;
}
@media (min-width: 1000px) {
    .partners__slider .swiper-wrapper{
        width: 100% !important;
        transform:  none !important;
    }
}
@media (max-width: 999px) {
    .partners__slider .swiper-wrapper{
        grid-template-columns: repeat(8, 177px);
    }
    .partners__item{
        width: 100%;
    }
}
@media (max-width: 767px) {
    .partners__slider-pagination{
        display: flex;
        position: initial;
        margin-top: 20px;
    }
    .partners__slider-pagination .swiper-pagination-bullet{
        background: #222222;
    }
    .partners__slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        opacity: 1;
        background: #006438;
    }
    .partners__slider-pagination .swiper-pagination-bullet:nth-last-child(-n+3) {
        display: none;
    }
}
@media (max-width: 479px) {
    .partners{
        margin-top: 50px;
    }
    .partners__slider {
        margin-top: 30px;
    }
    .partners__item-name,
    .partners__item:nth-of-type(1) .partners__item-name, .partners__item:nth-of-type(6) .partners__item-name {
        bottom: 10px;
    }
    .partners__item-name{
        font-family: var(--font-golos);
        font-size: 11px;
        line-height: 20px;
    }
    .partners__item-image {
        width: 91%;
        max-width: 131px;
    }
    .partners__slider .swiper-wrapper {
        grid-template-columns: repeat(8, 87.823px);
        grid-template-rows: 87.823px 87.823px;
    }    
}
.faq{
    margin-top: 100px;
    padding-bottom: 73px;
}
.faq-page{
    padding-bottom: 100px;
}
.faq__block{
    margin-top: 50px;
}
.faq-page .faq__block{
    margin-top: 25px;
}
.faq__item{
    border-top: 1px solid #E6E6F0;
    border-bottom: 1px solid #E6E6F0;
}
.faq__item h3{
    padding: 30px 59px 30px 0;
    cursor: pointer;
    font-weight: 500;
    font-size: 24px;
    position: relative;
    user-select: none;
}
.faq__item h3:hover{
    color: #B91230;
}
.faq__item h3::after{
    content: '';
    position: absolute;
    top: 30px;
    right: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29' fill='none'%3E%3Cpath d='M1.8125 14.2793H14.2794M14.2794 14.2793L27.1875 14.2793M14.2794 14.2793V27.1875M14.2794 14.2793L14.2794 1.8125' stroke='%23222222' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 29px;
    height: 29px;
    z-index: 1;
    transition: all .1s ease;
    transform: rotate(0);
}
.faq__item p{
    font-size: 16px;
    line-height: 24px;
    display: none;
}
.faq__item.active{
    padding-bottom: 30px;
}
.faq__item.active h3{
    padding: 30px 59px 10px 0;
}
.faq__item.active h3::after{
    transform: rotate(-45deg);
}
.faq__item.active p{
    display: block;
    padding-right: 59px;
}
@media (max-width: 767px) {
    .faq__item h3{
        font-size: 20px;
    }
}
@media (max-width: 479px) {
    .faq {
        margin-top: 52px;
        padding-bottom: 50px;
    }
    .faq__block {
        margin-top: 30px;
    }
    .faq-page {
        padding-bottom: 50px;
    }
    .faq-page .faq__block {
        margin-top: 20px;
    }
    .faq__item h3 {
        padding: 10px 32.63px 10px 0;
        font-size: 14px;
    }
    .faq__item h3::after {
        top: 10px;
        width: 16px;
        height: 16px;
    }
    .faq__item.active {
        padding-bottom: 10px;
    }
    .faq__item.active h3 {
        padding: 10px 32.63px 10px 0;
    }
    .faq__item p {
        font-size: 13px;
        line-height: 19.5px;
        display: none;
        padding-right: 32.63px;
    }
}
.footer{
    border-radius: 70px 70px 0 0;
    background-color: #F5F5FF;
    padding-top: 70px;
    padding-bottom: 49px;
    position: relative;
    z-index: 1;
}
.footer-white{
    border-radius: 0;
}
.footer-white::before{
    content: '';
    position: absolute;
    background-color: #fff;
    inset: 0;
    z-index: -1;
    border-radius: 70px;
}
.footer__top{
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 40px;
}
.footer__logo{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 197px;
}
.footer__logo img{
    width: 100%;
}
.footer__content{
    width: 100%;
    max-width: 1173px;
    display: flex;
    justify-content: space-between;
    gap: 40px;
    margin-top: 16px;
}
.footer__block,
.footer__block-content{
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}
.footer__block:nth-of-type(1){
    max-width: 195px;
}
.footer__block:nth-of-type(2){
    max-width: 209px;
}
.footer__block:nth-of-type(3),
.footer__block:nth-of-type(4){
    max-width: 275px;
}
.footer__block ul{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.footer__block ul li a{
    font-weight: 500;
    line-height: 24px;
    font-size: 16px;
    transition: all .1s ease;
}
.footer__block ul li a:hover{
    color: #B91230;
}
.footer__feedback{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.footer__feedback-item{
    width: max-content;
    transition: all .1s ease;
}
.footer__feedback-item:hover{
    color: #B91230;
}
.footer__social{
    display: flex;
    align-items: center;
    gap: 20px;
}
.footer__social-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    min-width: 52px;
    border-radius: 50%;
    transition: all .1s ease;
    background-color: #fff;
}
.footer__social-item:first-of-type:hover{
    background-color: #35AEE2;
}
.footer__social-item:last-of-type:hover{
    background-color: #1D52A1;
}
.footer__social-item svg path{
    transition: all .1s ease;
}
.footer__social-item:hover svg path{
    fill: #fff;
}
.footer__bottom{
    margin-top: 48px;
    display: flex;
    align-items: center;
}
.footer__copy {
    width: 18.4%;
    color: #9393A3;
    font-size: 14px;
}
.footer__bottom-block{
    display: flex;
    align-items: center;
    gap: 56px;
}
.footer__bottom-link{
    color: #9393A3;
    font-size: 14px;
    text-decoration-line: underline;
    text-decoration: underline;
    text-decoration-style: underline;
    text-underline-position: under;
}
.footer__bottom-link:hover{
    color: #B91230;
}
.footer__feedback a:first-of-type{
    font-size: 24px;
    font-weight: 500;
}
.footer__feedback a:last-of-type{
    font-size: 18px;
    font-weight: 500;
}
@media (max-width: 1279px) {
    .footer__top{
        gap: 20px;
    }
    .footer__logo{
        max-width: 157px;
    }
    .footer__copy {
        width: 18%;
    }
    .footer__block:nth-of-type(1) {
        max-width: 151px;
    }
}
@media (max-width: 999px) {
    .footer__content{
        display: grid;
        grid-template-columns: 1fr 1fr;
        max-width: 513px;
    }
    .footer__copy {
        width: 31%;
    }
}
@media (max-width: 767px) {
    .footer__logo {
        max-width: 197px;
    }
    .footer__top{
        flex-direction: column;
    }
    .footer__copy {
        width: auto;
    }
    .footer__bottom{
        flex-direction: column;
        align-items: start;
    }
    .footer__bottom,
    .footer__bottom-block{
        gap: 20px;
    }
}
@media (max-width: 479px) {
    .footer {
        border-radius: 30px 30px 0 0;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .footer-white::before{
        border-radius: 22px;
    }
    .footer__content {
        grid-template-columns: 1fr;
        max-width: 100%;
        gap: 0;
        margin-top: 0;
    }
    .footer__block{
        max-width: 100% !important;
        gap: 10px;
        border-bottom: 1px solid #E6E6F0;
    }
    .footer__name{
        padding: 13px 0;
        position: relative;
    }
    .footer__name::after{
        content: '';
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='18' viewBox='0 0 16 18' fill='none'%3E%3Cpath d='M4.60547 16.1055L11.3945 9.10547L4.60547 2.10547' stroke='%23222222' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
        background-position: center;
        background-repeat: no-repeat;
        width: 16px;
        height: 16px;
        background-size: 100%;
    }
    .footer__block.active{
        padding-bottom: 13px;
    }
    .footer__block.active .footer__name::after{
        transform: translateY(-50%) rotate(90deg);
    }
    .footer__block ul,
    .footer__block-content{
        display: none;
    }
    .footer__block.active ul,
    .footer__block.active .footer__block-content{
        display: flex;
    }
    .footer__bottom{
        margin-top: 20px;
    }
    .footer__bottom-block{
        align-items: start;
        flex-direction: column;
    }
    .footer__block ul{
        gap: 20px;
    }
    .footer__block ul li a{
        line-height: normal;
        font-size: 16px;
    }
    .footer__block.active h3{
        padding-bottom: 10px;
    }
    .footer__feedback a:first-of-type{
        font-size: 20px;
    }
    .footer__feedback a:last-of-type{
        font-size: 16px;
    }
}
.join{
    padding-bottom: 91px;
}
.join__content{
    margin-top: 39px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.join__item{
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}
.join__image{
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}
.join__image::after{
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(207deg, rgba(0, 0, 0, 0.00) 17.08%, rgba(0, 0, 0, 0.60) 82.92%);
    z-index: 1;
    pointer-events: none;
}
.join__image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all .7s ease;
}
.join__item:hover .join__image img{
    transform: scale(1.1);
}
.join__item-content{
    position: absolute;
    padding: 30px;
    margin-top: auto;
    z-index: 2;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.join__name{
    color: #FFF;
}
.join__btn{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    min-width: 56px;
    border-radius: 50%;
    border: 1px solid #fff;
    transition: all .1s ease;
}
.join__btn svg path{
    transition: all .1s ease;
}
.join__btn:hover{
    background-color: #fff;
}
.join__btn:hover svg path{
    stroke: #222;
}
@media (max-width: 1279px) {

}
@media (max-width: 999px) {
    .join__content{
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 767px) {
    .join__content{
        grid-template-columns: 1fr;
    }
    .join__item{
        max-height: 300px;
    }
}
@media (max-width: 479px) {
    .join {
        padding-bottom: 50px;
    }
    .join__content{
        gap: 10px;
        margin-top: 15px;
    }
    .join__item-content{
        padding: 20px;
    }
    .join__btn {
        width: 40px;
        height: 40px;
        min-width: 40px;
    }
}




.joinuser{
    position: fixed;
    inset: 0;
    z-index: 200;
    background-color: #00000033;
    overflow: auto;
    opacity: 0;
    pointer-events: none;
    transition: all .1s ease;
}
.joinuser.active{
    opacity: 1;
    pointer-events: all;
}
.joinuser__inner{
    width: 100%;
    max-width: 526px;
    margin: 5% auto 5%;
    background-color: #fff;
    padding: 40px;
    border-radius: 16px;
    position: relative;
}
.joinuser__close,
.addpopup__close{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 24px;
    right: 20px;
}
.addpopup__close{
    right: 24px;
}
.joinuser__close svg path,
.addpopup__close svg path{
    transition: all .1s ease;
}
.joinuser__close:hover svg path,
.addpopup__close:hover svg path{
    stroke: #222;
}
.joinuser__content{
    margin-top: 20px;
    display: none;
}
.joinuser__content.active{
    display: block;
}
.joinuser__content-selected,
.joinuser__content-step{
    display: none;
    flex-direction: column;
    gap: 20px;
}
.joinuser__content-step.active{
    display: flex;
}
.joinuser__content-selected{
    display: none;
}
.joinuser__content-selected.show{
    display: flex;
}
.joinuser__form-name{
    line-height: 24px;
    font-size: 16px;
}
.joinuser__form-series{
    max-width: 132px;
}
.joinuser__form-next{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.step-info{
    color: #9393A3;
    font-weight: 500;
    font-size: 15px;
}
.joinuser__form-next .btn{
    max-width: 138px;
    height: 56px;
}
.preview-container{
    display: none;
    align-items: center;
    gap: 20px;
}
.preview-container-image{
    width: 31px;
    height: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.preview-container-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.preview-container .delete-button{
    color: #9393A3;
    font-size: 13px;
    line-height: 19.5px;
    margin-top: 4px;
    pointer-events: all;
    display: flex;
    align-items: center;
    gap: 8px;
}
.content__form-file + .joinuser__form-descr{
    color: #9393A3;
    font-size: 13px;
    line-height: 19.5px;
    margin-top: 4px;
    margin-left: 24px;
}
.joinuser__form-after{
    color: #9393A3;
    font-size: 15px;
    font-weight: 500;
}
.send__btn-inform.btn{
    max-width: 159px;
}
.addpopup{
    position: fixed;
    inset: 0;
    z-index: 200;
    background-color: #00000033;
    overflow-y: scroll;
    overflow-x: hidden;
    opacity: 0;
    pointer-events: none;
    transition: all .1s ease;
}
.addpopup.active {
    opacity: 1;
    pointer-events: all;
}
.addpopup__inner{
    width: 100%;
    max-width: 960px;
    margin: 5% auto 5%;
    background-color: #fff;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}
.addpopup__box{
    display: none;
    justify-content: space-between;
}
.addpopup__box.active{
    display: flex;
}
.addpopup__image{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.addpopup__image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.addpopup__content{
    padding: 40px;
    width: 50%;
}
.addpopup__form{
    margin-top: 20px;
}
.addpopup__form-btn{
    height: 56px;
    max-width: 100%;
}
@media (max-width: 767px) {
    .addpopup__box{
        flex-direction: column;   
    }
    .addpopup__content{
        width: 100%;
    }
    .addpopup__image{
        display: none;
    }
}
@media (max-width: 490px) {
    .addpopup__content,
    .joinuser__inner{
        padding: 15px;
    }
    .joinuser__close,
    .addpopup__close{
        right: 15px;
        top: 20px;
    }
    .addpopup__title{
        padding-right: 20px;
    }
    .addpopup__form {
        margin-top: 14px;
        gap: 14px;
    }
    .joinuser__content-selected, .joinuser__content-step{
        gap: 14px;
    }
    .content__form-file + .joinuser__form-descr{
        margin-top: 8px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        max-width: 100%;
        text-overflow: ellipsis;
    }
    .joinuser__form-next .btn {
        max-width: 159px;
        height: 48px;
    }
    .addpopup__inner,
    .joinuser__inner{
        margin-top: 19%;
    }
    .joinuser__form-after {
        font-size: 13px;
        font-weight: 400;
        line-height: 19.5px;
    }
    .joinuser__form-name{
        font-size: 14px;
    }
}
/* contacs-page */


.contacts{
    padding-bottom: 62px;
}
.contacts__inner{
    display: flex;
    gap: 40px;
    justify-content: space-between;
}
.contacts__content{
    margin-top: 47px;
    display: flex;
    flex-direction: column;
    gap: 25px;
    width: 100%;
    max-width: 614px;
}
.contacts__about{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}
.contacts__name{
    margin-bottom: 8px;
}
.contacts__block{
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.contacts__block-number{
    font-family: 'EuclidFlex', sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px; /* 125% */
    text-transform: uppercase;
    width: max-content;
}
.contacts__block + .contacts__block{
    margin-top: 8px;
}
.contacts__block-email{
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    width: max-content;
}
.contacts__socials{
    margin-top: 14px;
    display: flex;
    align-items: center;
    gap: 20px;
}
.contacts__social-link{
    display: flex;
    width: 60px;
    min-width: 60px;
    height: 60px;
    padding: 12px 10px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border-radius: 12px;
    background: #006438;
    backdrop-filter: blur(24.46637535095215px);
    transition: all .1s ease;
}
.contacts__social-link:hover{
    background: #F22A52;
}
.contacts__block-name{
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
}
.contacts__block-number:hover,
.contacts__block-email:hover{    
    color: #006438;
}
.contacts__form{
    padding: 50px;
    background-color: #F5F5FF;
    border-radius: 16px;
    width: 100%;
    max-width: 734px;
    height: max-content;
}
.contacts__form .content__form{
    margin-top: 38px;
}
.contacts__form textarea{
    height: 144px;
}
.contacts__form-btn{
    max-width: 159px;
    height: 56px;
}
@media (max-width: 1279px) {
    .contacts__about{
        grid-template-columns: 1fr;
    }
}
@media (max-width: 767px) {
    .contacts__inner{
        flex-direction: column;
        gap: 50px;
    }
    .contacts__content{
        margin-top: 0;
    }
    .contacts__about{
        gap: 30px;
    }
}
@media (max-width: 479px) {
    .contacts {
        padding-bottom: 50px;
    }
    .contacts__content{
        gap: 20px;
    }
    .contacts__about {
        gap: 20px;
    }
    .contacts__form{
        padding: 20px 3vw 10px;
        border-radius: 22px;
        width: auto;
        margin: 0 -3vw;
    }
    .contacts__form .content__form{
        margin-top: 20px;
        gap: 10px;
    }
    .contacts__form .content__form-box{
        flex-direction: column;
        gap: 10px;
    }
    .contacts__form-btn {
        max-width: 148px;
        height: 41px;
        font-size: 13px;
    }
}

/* addresses */
.addresses{
    padding-bottom: 100px;
}
.addresses__form{
    margin-top: 30px;
}
.addresses__form-buttons{
    justify-content: start;
}
.addresses__form .toggle-button{
    max-width: 195px;
}
.addresses__content{
    margin-top: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.addresses__item{
    border-radius: 16px;
    border: 2px solid #F5F5FF;
    background: #FFF;
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 13px;
}
.addresses__type{
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.addresses__type li{
    padding: 5px 13px;
    border-radius: 12px;
}
.addresses__type li p{
    font-family: "Raleway", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 19px;
    color: #fff;
}
.type-competition{
    background-color: #FCC900;
}
.type-shooting-range{
    background-color: #006438;
}
.type-shooting-gallery{
    background-color: #B91230;
}
.type-land{
    background-color: #2DBE64;
}
.type-adress{
    background-color: transparent;
    border: 2px solid #006438;
}
li.type-adress p,
li.type-competition p{
    color: #222;
}
.addresses__item > h3{
    font-size: 25px;
    font-weight: 500;
}
.addresses__item > p{
    font-size: 18px;
}
.addresses__block{
    display: flex;
    gap: 30px;
}
.addresses__block-item{
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.addresses__block-name{
    color: #67677A;
    font-size: 12px;
}
.addresses__block-item a{
    font-weight: 500;
    font-size: 24px;
    width: max-content;
    transition: all .1s ease;
}
.addresses__block-item a:hover{
    color: #006438;
}
@media (max-width: 1279px) {
    .addresses__block{
        flex-direction: column;
        gap: 13px;
    }
}
@media (max-width: 767px) {
    .addresses__content{
        grid-template-columns: 1fr;
    }
    .addresses__form{
        position: relative;
        padding-bottom: 50px;
    }
    .addresses__form-buttons{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        flex-direction: column;
        border-radius: 24px;
        align-items: start;
    }
    .addresses__form-buttons button{
        text-align: left;
        max-width: 100% !important;
    }
    .addresses__form .toggle-button.selected{
        display: flex;
        order: -1;
        font-weight: 500;
    }
    .addresses__form-buttons.active .toggle-button{
        display: flex;
    }
    .addresses__form-buttons:not(.active) button.selected{
        background-color: transparent;
        color: #006438;
    }
    .addresses__form .toggle-button{
        display: none;
        padding: 7px 14px;
        position: relative;
    }
    .addresses__form .toggle-button.selected::before{
        content: '';
        position: absolute;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='12' viewBox='0 0 14 12' fill='none'%3E%3Cpath d='M12.25 3.9082L7 9L1.75 3.9082' stroke='%23BCBCCC' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
        top: 50%;
        transform: translateY(-50%);
        width: 12px;
        height: 12px;
        right: 19px;
        background-repeat: no-repeat;
        background-size: 100%;
    }
    .addresses__form-buttons.active .toggle-button.selected::before{
        transform: translateY(-50%) rotate(180deg);
    }
}
@media (max-width: 479px) {
    .addresses {
        padding-bottom: 50px;
    }
    .addresses__form{
        margin-top: 20px;
    }
    .addresses__content{
        gap: 10px;
        margin-top: 10px;
    }
    .addresses__item{
        padding: 20px;
        gap: 10px;
    }
    .addresses__item > h3 {
        font-size: 16px;
    }
    .addresses__item > p {
        font-size: 14px;
    }
    .addresses__block-name {
        font-size: 11px;        
    }
    .addresses__block-item a {
        font-size: 16px;
    }
    .addresses__block{
        gap: 16px;
    }
}

/* article */
.article__top{
    position: relative;
    padding: 40px;
}
.article__top-image{
    position: absolute;
    inset: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
}
.article__top-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.article__top-content{
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
    z-index: 1;
    min-height: 442px;
    max-width: 523px;
    width: 100%;
    padding: 30px;
    border-radius: 12px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
    backdrop-filter: blur(24.46637535095215px);
}
.article__top-content h1{
   font-size: 28px;
   color: #fff; 
}
.article__top-content > p{
    font-size: 18px;
    color: #fff; 
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
}
.article__content{
    width: 100%;
    max-width: 1140px;
    margin: 70px auto 0;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.article__content p{
    font-size: 16px;
    line-height: 24px;
}
.article__image{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border: 1px solid #E6E6F0;
    border-radius: 4px;
    overflow: hidden;
}
.article__image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.article__content table {
    border-spacing: 0px;
    border-collapse: collapse;
    width: 100%;
}
.article__content table tr th {
    text-align: left;
    color: #9393A3;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 11px 14px;
    border-bottom: 1px solid #E6E6F0;
}
.article__content table tr td {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 9px 14px;
    border-bottom: 1px solid #E6E6F0;
}
.article__image-block{
    display: flex;
    align-items: center;
    gap: 40px;
}
.article__content-box {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.article__content ul,
.article__content ol{
    width: 100%;
}
.article__content ul li,
.article__content ol li {
    padding-left: 26px;
    position: relative;
}
.article__content ul li::before {
    position: absolute;
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M15 3.71094L5.66667 12.289L1 7.99997' stroke='%23006438' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    width: 16px;
    height: 16px;
    left: 0;
    top: 3px;
}
.article__content ul li + li,
.article__content ol li + li{
    margin-top: 3px;
}
.article__content ol li p{
    font-weight: 400;
    line-height: 24px;
    font-size: 16px;
}
.article__content ol {
    counter-reset: section;
}
.article__content ol li::before {
    position: absolute;
    left: 0;
    top: 0;
    color: #222;
    font-family: 'EuclidFlex', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-right: 10px;
    content: counter(section) ".";
    counter-increment: section;
}
.article__message {
    background-color: #FAFAFF;
    border-radius: 4px;
    padding: 20px;
    display: flex;
    gap: 17px;
    width: 100%;
    max-width: 100%;
}
.article__message p{
    font-family: 'GraphikRegular', sans-serif;
    font-size: 16px;
    line-height: 24px;
}
.article__send-block {
    margin-top: 23px;
    display: flex;
    flex-wrap: wrap;
    gap: 23px;
}
.article__send-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}
.article__send-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: #F5F5FF;
    width: 48px;
    height: 48px;
}
.article__send-icon:hover{
    background-color: #dfdfeb;
}
.article__send-name {
    text-align: center;
    color: #222;
    font-family: "Raleway", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 19px;
}
@media (max-width: 1279px) {

}
@media (max-width: 999px) {
    .article__top-content{
        max-width: 423px;
    }
}
@media (max-width: 767px) {
    .article__top{
        padding: 0;
    }
    .article__top-image{
        position: initial;
        height: 320px;
    }
    .article__top-content{
        max-width: 100%;
        background: #fff;
        backdrop-filter: initial;
        padding: 0;
        min-height: auto;
        margin-top: 20px;
    }
    .article__top-content h1 {
        font-size: 20px;
        color: #222;
        font-weight: 500;
    }
    .article__top-content > p{
        display: none;
    }
    .article__top-about p{
        color: #222;
    }
    .article__top-about  .clause__time svg path{
        stroke: #222;
    }
    .article__content{
        margin-top: 38px;
    }
    .article__image-block{
        flex-direction: column;
    }
}
@media (max-width: 479px) {
    .article__top-image{
        margin: 0 -3vw;
        border-radius: 8px;
    }
    .article__top-content{
        margin-top: 15px;
        gap: 7px;
    }
    .article__top-content h1{
        font-size: 15px;
    }
    .article__content{
        gap: 20px;
    }
    .article__content p {
        font-size: 14px;
    }
    .article__image{
        height: 300px;
    }
    .article__content table tr td,
    .article__content table tr th{
        font-size: 14px;
    }
    .article__content-box{
        flex-direction: column;
    }
    .article__image-block{
        gap: 20px;
    }
    .article__message p{
        font-size: 16px;
    }
}
.interested{
    padding-bottom: 100px;
    width: 100%;
    max-width: 1140px;
    margin: 60px auto 0;
}
.interested__slider{
    margin-top: 20px;
    overflow: hidden;
}
.interested__slider .swiper-wrapper{
    align-items: stretch;
}
.interested__slide{
    height: auto;
    position: relative;
    min-height: 342px;
}
.interested__slide .clause__image{
    position: relative;
    z-index: 1;
    height: 100%;
}
.interested__slide .clause__content{
    position: absolute;
    bottom: 0;
    z-index: 2;
    padding: 40px;
    gap: 17px;
}
.interested__slide .clause__content > a p{
    -webkit-line-clamp: 3;
    font-size: 20px;
}
@media (max-width: 479px) {
    .interested{
        margin-top: 20px;
        padding-bottom: 50px;
    }
    .interested__slide{
        min-height: 300px;
    }
    .interested__slide .clause__content {
        padding: 20px;
        gap: 6px;
    }
    .interested__slider-pagination .swiper-pagination-bullet {
        min-width: auto;
        background-color: #F5F5FF;
    }
    .interested__slider-pagination{
        flex-wrap: nowrap;
        gap: 13px;
    }
}

/* blog */
.blog{
    padding-bottom: 100px;
}
.blog__content{
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
    gap: 40px;
}
.blog__result-content{
    width: 100%;
    max-width: 1074px;
}
.blog__result{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    align-items: stretch;
    width: 100%;
}
.blog__item{
    height: auto;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 13px;
    background-color: #fff;
    border: 2px solid #F5F5FF;
    border-radius: 16px;
}
.blog__item-image{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 285px;
    overflow: hidden;
    border-radius: 16px;
}
.blog__item-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all .7s ease;
}
.blog__item-image:hover img{
    transform: scale(1.1);
}
.blog__item-about{
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: space-between;
}
.blog__item-about > div{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.blog__item-about > div p{
    font-family: 'Raleway' ,sans-serif;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 19px;
}
.blog__item h3{
    font-weight: 500;
    font-size: 20px;
}
.blog__item a:hover h3{
    color: #B91230;
}
.blog__item p{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
    font-family: 'Raleway' ,sans-serif;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 25.6px; 
}
.blog__item-hashtags{
    display: flex;
    flex-wrap: wrap;
    gap: 6px 12px;
}
.blog__item-hashtags p{
    color: #9FA8B0;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: 'Raleway' ,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 19px; /* 158.333% */
}
.blog__item-send{
    background-color: #006438;
    border: none;
    padding: 30px;
    gap: 20px;
    align-items: center;
    justify-content: center;
}
.blog__item-send--title{
    text-align: center;
    color: #fff;
}
.blog__item-send--btn{
    height: 52px;
    max-width: 161px;
}
.blog__pages{
    margin-top: 24px;
}
@media (max-width: 1279px) {
    .blog__result {
        grid-template-columns: repeat(2, 1fr);
    }
    .blog__item-send{
        grid-column: span 2;
    }
}
@media (max-width: 999px) {
    .blog__content{
        flex-direction: column;
    }    
}
@media (max-width: 767px) {
    .blog__pages{
        margin-top: 30px;
    }
    .blog__result{
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .blog__item-send {
        grid-column: span 1;
    }
}
@media (max-width: 479px) {
    .blog {
        padding-bottom: 50px;
    }
    .blog__content{
        gap: 20px;
        margin-top: 20px;
    }
    .blog__item{
        padding: 0;
        border: none;
    }
    .blog__item h3 {
        font-size: 18px;
    }
}
/* materials */
.materials{
    position: relative;
    z-index: 1;
    padding-bottom: 100px;
}
.materials__inner{
    display: flex;
    flex-direction: column;
}
.materials__select-buttons{
    justify-content: start;
    margin-top: 21px;   
    order: -1;
}
.materials__select-buttons button:nth-of-type(1){
    max-width: 195px;
}
.materials__select-buttons button:nth-of-type(2){
    max-width: 159px;
}
.materials__content{
    margin-top: 31px;
    display: flex;
    justify-content: space-between;
    gap: 55px;
}
.materials__content-first{
    margin-top: 90px;
}
.materials__content-first::before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -200px;
    background-color: #F5F5FF;
    top: 242px;
    border-radius: 70px;
    z-index: -1;
}
.materials__result{
    display: flex;
    flex-wrap: wrap;
    gap: 23px;
}
.materials__result-grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.materials__result-grid .materials__item{
    width: 100% !important;
}
.materials__result-grid .materials__item:first-of-type{
    grid-column: span 2;
    max-height: 566px;
}
.materials__item{
    position: relative;
    width: calc(33.33% - 15.3px);
}
.materials__item:first-of-type {
    width: calc(43.33% - 15.3px);
}
.materials__item:nth-of-type(2),
.materials__item:nth-of-type(3) {
    width: calc(28.33% - 15.3px);
}
.materials__item .clause__image{
    position: relative;
    z-index: 1;
}
.materials__item .clause__image{
    position: relative;
    z-index: 1;
    height: 100%;
}
.materials__item .clause__content{
    position: absolute;
    bottom: 0;
    z-index: 2;
    padding: 40px;
    gap: 17px;
}
.materials__item .clause__content > a p{
    -webkit-line-clamp: 3;
    font-size: 20px;
}
.materials__filter{
    display: none;
}
.materials__title{
    order: -2;
}
.materials__title.selected-title{
    color: #9393A3;
}
.materials__title.selected-title span{
    color: #222;
}
.materials__content.categories-active .materials__filter{
    display: flex;
}
.materials__content.categories-active .materials__result{
    max-width: 1075px;
}
.materials__content.categories-active .materials__item {
    width: calc(50% - 12.3px);
}
.materials__content.categories-active .materials__item:first-of-type {
    width: calc(67.284% - 15.3px);
}
.materials__content.categories-active .materials__item:nth-of-type(2) {
    width: calc(33.384% - 15.3px);
}
.materials__pages{
    margin-top: 53px;
}
@media (max-width: 1279px) {
    .materials__item, .materials__item:nth-of-type(3) {
        width: calc(50% - 11.5px);
    }
    .materials__item:first-of-type {
        width: calc(62.884% - 15.3px);
    }
    .materials__item:nth-of-type(2) {
        width: calc(37.884% - 15.3px);
    }
    .materials__content.categories-active .materials__item:nth-of-type(2),
    .materials__content.categories-active .materials__item:first-of-type{
        width: calc(50% - 11.5px);
    }
    .materials__content.categories-active .materials__item .clause__content{
        padding: 20px;
    }
    .materials__result-grid{
        grid-template-columns: 1fr 1fr;
    }
    .materials__result-grid .materials__item:first-of-type {
        grid-column: span 1;
        max-height: 566px;
    }
}
@media (max-width: 999px) {
    .materials__content{
        flex-direction: column;
    }
    .materials__item{
        width: 100% !important;
    }
    .materials__result{
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .materials__content.categories-active{
        margin-top: 10px;
        gap: 30px;
    }
    .materials__item .clause__content,
    .materials__content.categories-active .materials__item .clause__content {
        padding: 30px;
    }
}
@media (max-width: 767px) {
    .materials__pages{
        margin-top: 40px;
    }
    .materials__result {
        grid-template-columns: 1fr;
    }
    .materials__filter {
        display: flex;
        background-color: #fff;
    }
    .materials__content.categories-active,
    .materials__content{
        margin-top: 20px;
        gap: 25px;
    }
    .materials__content::before {
        top: 177px;
    }
    .materials__content:not(.categories-active) .filter__select-btn{
        display: none;
    }
}
@media (max-width: 479px) {
    .materials{
        padding-bottom: 50px;
    }
    .materials__content::before{
        border-radius: 22px;
        top: 148px;
    }
    .materials__result{
        gap: 15px;
    }
    .materials__pages{
        margin-top: 15px;
    }
    .materials__item .clause__content,
    .materials__content.categories-active .materials__item .clause__content {
        padding: 20px;
    }
    .materials__item .clause__content > a p {
        font-size: 15px;
    }
}