

/* Start:/local/templates/obmen/template_styles.css?177852255366045*/
@font-face {
    font-family: 'Involve';
    src: url('/local/templates/obmen/./font/Involve-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Involve';
    src: url('/local/templates/obmen/./font/Involve-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

html {
    scroll-behavior: smooth;
}

body.noscroll {
    overflow: hidden;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Inter Tight", sans-serif;
    font-style: normal;
    font-weight: 400;
}

a {
    text-decoration: none;
}

.first-block {
    position: relative;
    overflow: hidden;
    width: calc(100% - 24px);
    margin-left: 12px;
    z-index: 3;
    padding-top: 105px;

    @media(max-width: 650px) {
        width: 100%;
        margin-left: 0;
    }
}

.first-block::after {
    content: '';
    background: #F6F7F9;
    border-radius: 33px;
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: calc(100% - 80px);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    z-index: -1;

    @media(max-width: 650px) {
        height: 100%;
        border-radius: 0px;
    }
}

.container {
    max-width: 1290px;
    width: 100%;
    margin: 0 auto;

    @media(max-width: 1350px) {
        margin-left: 20px;
        width: calc(100% - 40px);
    }
}

header {
    z-index: 10;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

header.active {
    background-color: #fff;
    height: 70px;
    box-shadow: 0px 4px 24.5px 0px #00000012;

    @media(max-width: 650px) {
        height: 70px;
    }
}

header.active.header--office {
    @media(max-width: 950px) {
        height: 80px;
    }
}

.header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 11px;
    height: 60px;

    @media(max-width: 650px) {
        padding-top: 10px;
    }
}

.header-top--office {
    padding-top: 5px;

    @media(max-width: 950px) {
        padding-top: 10px;
    }
}

.header-link {
    display: flex;
    align-items: center;
    gap: 46px;

    @media(max-width: 950px) {
        display: none;
    }
}

.header__link {
    color: #0E1217;
    font-size: 15px;
    line-height: 130%;
    letter-spacing: -0.02em;
    transition: .6s;
}

.header__logo {
    width: 153px;
    display: block;
    margin-left: -17px;
}

.header__logo img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.header__link:hover {
    color: #FFCC23;
}

.header-network {
    display: flex;
    align-items: center;
    gap: 12px;

    @media(max-width: 950px) {
        display: none;
    }
}

.header-network a {
    gap: 7px;
    display: flex;
    align-items: center;
    transition: .6s;
}

.header-network a span {
    color: #0E1217;
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    transition: .6s;
}

.header-network a:hover span {
    color: #FFCC23;
}

.header-network a i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #FFCC23;
}

.header-bottom {
    margin-top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    padding: 5px;
    background: #EFF1F5;
    border-radius: 82px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    height: 48px;

    @media(max-width: 650px) {
        margin-top: 0px;
        box-shadow: 0px 17px 14.6px 0px #0000001C;
    }
}

.header-bottom a {
    padding: 9px 17px;
    color: #0E1217;
    font-size: 15px;
    line-height: 130%;
    letter-spacing: -0.01em;
    background: #FFFFFF;
    border-radius: 49px;
    transition: .6s;
    display: block;
    cursor: pointer;
}

.header-bottom a:hover {
    background: #0E1217;
    color: #FFFFFF;
}

.header-bottom a.active {
    background: #0E1217;
    color: #FFFFFF;
}

.header__burger {
    display: none;
    cursor: pointer;

    @media(max-width: 950px) {
        display: flex;
    }
}

.first-b h1 {
    font-family: 'Involve', sans-serif;
    font-weight: 500;
    color: #0E1217;
    font-size: 55px;
    line-height: 96%;
    letter-spacing: -0.02em;
    text-align: center;
    margin-top: 65px;
    max-width: 902px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;

    @media(max-width: 950px) {
        font-size: 40px;
    }

    @media(max-width: 650px) {
        margin-top: 40px;
    }
}

.first-b__flex {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    gap: 21px;
}

.first-b__block {
    width: calc(100%/3 - 42px/3);
    background: #ECEEF2;
    border-radius: 20px;
    position: relative;
    padding-bottom: 4px;

    @media(max-width: 950px) {
        display: none;
    }
}

.active.first-b__block {
    background: #0E1217;

    @media(max-width: 950px) {
        display: block;
        width: 100%;
    }
}

.first-b__block-top {
    display: flex;
    height: 162px;

}

.first-b__block-top span {
    padding-left: 25px;
    width: calc(100%/2 - 5px);
    font-family: 'Involve';
    font-weight: 500;
    font-size: 24px;
    line-height: 102%;
    letter-spacing: -0.02em;
    color: #0E1217;
    margin-top: 46px;

    @media(max-width: 1350px) {
        padding-left: 20px;
        width: calc(100%/2 - 15px);
        font-size: 20px;
    }

    @media(max-width: 1170px) {
        padding-left: 15px;
        width: calc(100%/2 - 25px);
        font-size: 18px;
    }

    @media(max-width: 950px) {
        padding-left: 25px;
        width: calc(100%/2 - 25px);
        font-size: 20px;
    }

    @media(max-width: 650px) {
        padding-left: 25px;
        width: calc(100%/2 - 25px);
        font-size: 18px;
    }

}

.active .first-b__block-top span {
    color: #FFFFFF;
}

.first-b__block-top img {
    position: absolute;
    z-index: 1;
    right: 16px;
    top: -38px;

    @media(max-width: 1170px) {
        width: 60%;
    }

    @media(max-width: 950px) {
        width: auto;
    }
}

.first-b__block-bottom {
    position: relative;
    z-index: 2;
    background: #FFFFFF;
    height: 275px;
    border-radius: 16px;
    width: calc(100% - 8px);
    margin-left: 4px;
    padding: 31px 21px 24px 21px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.active .first-b__block-bottom {
    background: #1F2327;
}

.first-b__block-wrap {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.first-b__block-item {
    display: flex;
    gap: 7px;
}

.first-b__block-item i {
    width: 13px;
    height: 13px;
    background-image: url(/local/templates/obmen/./img/check.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.first-b__block-item span {
    font-size: 15px;
    line-height: 130%;
    letter-spacing: -0.02em;
    max-width: 289px;
    margin-top: -5px;
    color: #0E1217;
}

.active .first-b__block-item span {
    color: #FFFFFF;
}

.first-b__flex .first-b__block:nth-child(3) .first-b__block-item span {
    max-width: 223px;
}

.first-b__flex .first-b__block:nth-child(3) img {
    top: -67px;
    right: -0px;
}

.first-b__flex .first-b__block:nth-child(2) img {
    top: -60px;
    right: -8px;
}

.first-b__block-btn {
    width: 100%;
    height: 45px;
    border-radius: 33px;
    background-color: #0E1217;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    transition: .6s;
    cursor: pointer;
}


.first-b__block:hover .first-b__block-btn {
    background: #FFCC23;
    color: #0E1217;
}

.active .first-b__block-btn {
    background: #FFCC23;
    color: #0E1217;
}

.active .first-b__block-btn:hover {
    background: #fff;
    color: #0E1217;
}

.banner-b {
    margin-top: 12px;
    margin-left: 12px;
    width: calc(100% - 24px);
    background: #0E1217;
    border-radius: 33px;
    padding-top: 24px;
    position: relative;
    padding-bottom: 140px;
    overflow: hidden;

    @media(max-width: 650px) {
        border-radius: 0;
        width: 100%;
        margin-left: 0;
        margin-top: 0;
        padding-bottom: 79px;
    }
}

.banner-content {
    display: flex;
    flex-direction: column;
    align-items: center;

    @media(max-width: 650px) {
        align-items: flex-start;
    }
}

.banner-content img {
    @media(max-width: 810px) {
        width: 100%;
    }
}


.banner-content h2 {
    margin-top: 31px;
    font-family: 'Involve';
    font-weight: 500;
    font-size: 56px;
    line-height: 102%;
    letter-spacing: -0.02em;
    text-align: center;
    color: white;
    max-width: 866px;

    @media(max-width: 950px) {
        font-size: 40px;
    }

    @media(max-width: 650px) {
        font-size: 37px;
    }

    @media(max-width: 650px) {
        text-align: left;
    }
}

.banner-content h2 span {
    color: #FFCC23;
}

.banner-content p {
    margin-top: 24px;
    font-size: 15px;
    line-height: 135%;
    text-align: center;
    max-width: 692px;
    color: #FFFFFF;
    opacity: .7;

    @media(max-width: 650px) {
        text-align: left;
    }
}

.banner-btn {
    margin-top: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 222px;
    height: 60px;
    border-radius: 33px;
    cursor: pointer;
    transition: .6s;
    gap: 20px;
    padding: 7px 7px 7px 32px;
    background: #FFCC23;
    border: 1px solid #FFCC23;

    @media(max-width: 650px) {
        height: 53px;
        padding: 6px 6px 6px 34px;
    }

    @media(max-width: 450px) {
        width: 100%;
        justify-content: flex-end;
        gap: 0px;
    }
}

.banner-btn:hover {
    background: #0E1217;
    border: 1px solid #FFCC23;
}

.banner-btn span {
    font-size: 15px;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: #0E1217;
    transition: .6s;

    @media(max-width: 450px) {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

.banner-btn:hover span {
    color: #fff;
}

.banner-btn i {
    background: #FFFFFF;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    flex-shrink: 0;

    @media(max-width: 650px) {
        width: 41px;
        height: 41px;
    }
}

.banner-btn:hover i {
    background: #FFCC23;
}

.banner-b__strip {
    display: flex;
    position: absolute;
    z-index: 1;
    width: calc(100% + 24px);
    left: -12px;
    justify-content: space-between;
    align-items: center;
    top: 150px;
    overflow: hidden;

    @media(max-width: 950px) {
        top: 100px;
    }

    @media(max-width: 650px) {
        width: 100%;
        left: 0;
    }
}

.banner-b__strip-box {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 280px;
    position: relative;

    @media(max-width: 950px) {
        height: 390px;
    }

    @media(max-width: 650px) {
        height: 170px;
    }
}

.banner-b__strip-item {
    background: #FFFFFF26;
    width: 302px;
    height: 78px;
    border-radius: 24px;
    backdrop-filter: blur(21.399999618530273px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 27px;
    flex-shrink: 0;

    @media(max-width: 650px) {
        width: 165px;
        height: 42px;
        padding: 12px;
    }
}

.banner-b__strip-box .banner-b__strip-item:nth-child(2) {
    transform: rotate(13.56deg) translateY(-70px);
    z-index: 1;

    @media(max-width: 950px) {
        transform: rotate(7.56deg) translateY(-120px);
    }

    @media(max-width: 650px) {
        transform: rotate(-4.56deg) translateY(0px);
    }
}

.banner-b__strip-box .banner-b__strip-item:nth-child(1) {
    transform: rotate(-6.05deg) translate(70px, -20px);
    z-index: 2;

    @media(max-width: 650px) {
        transform: rotate(6.05deg) translate(70px, -60px);
    }
}

.banner-b__strip-box .banner-b__strip-item:nth-child(3) {
    transform: rotate(-3.31deg) translateX(-70px);
    z-index: 3;

    @media(max-width: 1350px) {
        display: none;
    }
}

.banner-b__strip-left {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.banner-b__strip-left p {
    font-family: 'Involve';
    font-weight: 500;
    font-size: 15px;
    line-height: 102%;
    letter-spacing: -0.02em;
    color: #FFFFFF;

    @media(max-width: 650px) {
        font-size: 8px;
    }
}

.banner-b__strip-left span {
    opacity: 0.6;
    font-family: 'Involve';
    font-weight: 500;
    font-size: 11px;
    line-height: 102%;
    letter-spacing: -0.02em;
    color: #FFFFFF;

    @media(max-width: 650px) {
        font-size: 6px;
    }
}

.banner-b__strip-right {
    display: flex;
    align-items: center;
    gap: 7px;
}

.banner-b__strip-right b {
    font-family: 'Involve';
    font-weight: 600;
    font-size: 18.36px;
    line-height: 102%;
    letter-spacing: -0.02em;
    text-align: right;
    color: #FFCC23;

    @media(max-width: 650px) {
        font-size: 10px;
    }
}

.banner-b__strip-right i {
    width: 26px;
    height: 26px;
    background: #2A2A2A;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;

    @media(max-width: 650px) {
        width: 14px;
        height: 14px;
    }
}

.why-b {
    margin-top: 12px;
    background: #F6F7F9;
    border-radius: 33px;
    margin-left: 12px;
    width: calc(100% - 24px);
    padding-top: 120px;
    padding-bottom: 115px;

    @media(max-width: 950px) {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    @media(max-width: 650px) {
        margin-top: 0;
        margin-left: 0;
        width: 100%;
        padding-top: 90px;
        border-radius: 0;
    }
}

.why-b h2 {
    font-family: 'Involve';
    font-weight: 500;
    font-size: 55px;
    line-height: 102%;
    letter-spacing: -0.02em;
    text-align: center;
    color: #0E1217;

    @media(max-width: 950px) {
        font-size: 40px;
    }

    @media(max-width: 650px) {
        text-align: left;
    }
}

.why-content {
    margin-top: 138px;
    display: flex;
    gap: 25px;


    @media(max-width: 950px) {
        margin-top: 100px;
    }

    @media(max-width: 850px) {
        margin-top: 90px;
    }

    @media(max-width: 750px) {
        margin-top: 70px;
    }

    @media(max-width: 650px) {
        margin-top: 44px;
        flex-wrap: wrap;
        gap: 20px;
    }
}

.why-b__item {
    background: #FFFFFF;
    border-radius: 37px;
    padding-top: 4px;
    position: relative;
    width: calc(100%/3 - 50px/3);
    padding-bottom: 44px;


    @media(max-width: 650px) {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        padding: 0px;
        align-items: center;
        padding-bottom: 33px;
    }
}

.why-b__item-top {
    margin-left: 4px;
    width: calc(100% - 8px);
    height: 290px;
    background: #ECEEF2;
    border-radius: 33px;
    position: relative;


    @media(max-width: 1250px) {
        height: 250px;
    }

    @media(max-width: 1150px) {
        height: 200px;
    }

    @media(max-width: 950px) {
        height: 160px;
    }

    @media(max-width: 650px) {
        width: 104px;
        height: 97px;
        background: transparent;
    }

}

.why-content .why-b__item .why-b__item-top:nth-child(2) {
    @media(max-width: 650px) {
        width: 83px;
        height: 95px;
    }
}

.why-content .why-b__item .why-b__item-top:nth-child(3) {
    @media(max-width: 650px) {
        width: 100px;
        height: 94px;
    }
}

.why-b__item img {
    display: block;

    width: calc(100% - 8px);
    position: absolute;
    bottom: 0;
    left: 4px;

    @media(max-width: 650px) {
        width: 100%;
        border-radius: 0;
    }
}



.why-b__item span {
    margin-left: 30px;
    margin-top: 27px;
    font-family: 'Involve';
    font-weight: 500;
    font-size: 25px;
    line-height: 102%;
    letter-spacing: -0.02em;
    color: #0E1217;
    display: block;

    @media(max-width: 1150px) {
        max-width: inherit;
        margin-left: 15px;
        width: calc(100% - 30px);
        font-size: 22px;
    }

    @media(max-width: 650px) {
        width: calc(100% - 130px);
        margin-left: 16px;
        margin-top: 0;
    }
}

.why-b__item p {
    margin-left: 30px;
    margin-top: 14px;
    font-size: 15px;
    line-height: 130%;
    letter-spacing: -0.02em;
    color: #0E1217;
    display: block;
    opacity: 0.57;
    max-width: 274px;

    @media(max-width: 1150px) {
        max-width: inherit;
        margin-left: 15px;
        width: calc(100% - 30px);
    }

    @media(max-width: 650px) {
        margin-left: 18px;
        width: calc(100% - 36px);
    }
}

.why-content .why-b__item:nth-child(1) p {
    max-width: 299px;

    @media(max-width: 650px) {
        max-width: inherit;
    }
}

.stages-b {
    background: #F6F7F9;
    margin-top: 12px;
    margin-left: 12px;
    width: calc(100% - 24px);
    padding-top: 112px;
    padding-bottom: 177px;

    @media(max-width: 950px) {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    @media(max-width: 650px) {
        margin-top: 0;
        margin-left: 0;
        width: 100%;
        padding-top: 20px;
        border-radius: 0;
        padding-bottom: 88px;
    }
}

.stages-b img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 123px;
    height: auto;
}

.stages-b h2 {
    font-family: 'Involve';
    font-weight: 500;
    font-size: 55px;
    line-height: 102%;
    letter-spacing: -0.02em;
    text-align: center;
    color: #0E1217;
    margin-top: 14px;
    margin-bottom: 14px;
    margin-left: auto;
    margin-right: auto;

    @media(max-width: 950px) {
        font-size: 40px;
    }
}

.stages-b__subtittle {
    opacity: .7;
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
    line-height: 135%;
    text-align: center;
    color: #303030;
}

.stages-content {
    display: flex;
    margin-top: 78px;
    flex-wrap: wrap;
    gap: 19px;

    @media(max-width: 950px) {
        gap: 20px;
        margin-top: 40px;
    }

    @media(max-width: 650px) {
        gap: 12px;
    }
}

.stages-content--big .stages-b__card {
    width: calc(20% - 76px/5);

    @media(max-width: 1200px) {
        width: calc(100%/3 - 57px/3);
    }

    @media(max-width: 950px) {
        width: calc(50% - 10px);
    }

    @media(max-width: 650px) {
        width: 100%;
        padding: 30px 25px 0px 25px;
        height: 205px;
    }
}

.stages-b__card {
    width: calc(25% - 57px/4);
    background: #FFFFFF;
    border-radius: 27px;
    padding: 30px 25px 65px 25px;
    transition: .6s;

    @media(max-width: 950px) {
        width: calc(50% - 10px);
    }

    @media(max-width: 650px) {
        width: 100%;
        padding: 30px 25px 0px 25px;
        height: 205px;
    }
}

.stages-b__card:hover {
    background: #0E1217;
}

.stages-b__card-num {
    background: #FFCC23;
    width: 36px;
    height: 34px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Involve';
    font-weight: 600;
    font-size: 15px;
    line-height: 102%;
    letter-spacing: -0.03em;
    text-align: center;
    color: #0E1217;
}

.stages-b__card span {
    font-family: 'Involve';
    font-weight: 500;
    font-size: 22px;
    line-height: 102%;
    letter-spacing: -0.02em;
    color: #0E1217;
    display: block;
    margin-top: 79px;
    margin-bottom: 31px;
    transition: .6s;

    @media(max-width: 650px) {
        margin-top: 30px;
        margin-bottom: 20px;
    }
}

.stages-b__card:hover span {
    color: #fff;
}

.stages-b__card p {
    font-size: 15px;
    line-height: 130%;
    letter-spacing: -0.02em;
    color: #0E1217;
    opacity: 0.57;
}

.stages-b__card:hover p {
    color: #fff;
}

.faq-content .banner-btn {
    width: 267px;
    margin-top: 0;
    padding-left: 24px;


    @media(max-width: 450px) {
        width: 100%;
        justify-content: flex-end;
        gap: 0px;
    }
}

.faq-content .banner-btn:hover {
    border-color: transparent;
}

.banner-btn--desctop {
    @media(max-width: 950px) {
        display: none;
    }
}

.banner-btn--mobile {
    display: none;

    @media(max-width: 950px) {
        display: flex;
        margin-top: 34px !important;
    }
}

.faq-b {
    padding-top: 172px;
    padding-bottom: 167px;

    @media(max-width: 950px) {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

.faq-content {
    display: flex;
    justify-content: space-between;

    @media(max-width: 950px) {
        flex-direction: column;
    }
}

.faq-headling h2 {
    font-family: 'Involve';
    font-weight: 500;
    font-size: 55px;
    line-height: 102%;
    letter-spacing: -0.02em;
    color: #0E1217;

    @media(max-width: 950px) {
        font-size: 40px;
    }
}

.faq-headling p {
    font-size: 15px;
    line-height: 135%;
    letter-spacing: 0%;
    color: #303030;
    opacity: 0.71;
    margin-top: 14px;
    margin-bottom: 37px;
}

.faq-accordion {
    width: 678px;
    display: flex;
    flex-direction: column;
    gap: 16px;

    @media(max-width: 950px) {
        width: 100%;
    }

    @media(max-width: 650px) {
        gap: 11px;
    }
}

.faq-accordion__item {
    background: #F6F7F9;
    border-radius: 11px;

    font-family: 'Involve';
    font-weight: 500;
    font-size: 17px;
    line-height: 102%;
    letter-spacing: -0.02em;
    color: #0E1217;
}

.faq-accordion__item-body {

    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.faq-accordion__item-body p {
    font-size: 15px;
    line-height: 135%;
    color: #303030;
    padding: 25px 0;
    border-top: 1px solid #0E12171A;
    margin-top: 0px;
    margin-left: 23px;
    margin-right: 23px;
    width: calc(100% - 46px);
    margin-bottom: 25px;
}

.faq-accordion__item-head {
    font-family: 'Involve';
    font-weight: 500;
    font-size: 17px;
    line-height: 102%;
    letter-spacing: -0.02em;
    position: relative;
    padding-right: 15px;
    cursor: pointer;
    padding: 25px 23px;
}

.faq-accordion__item-head::after {
    content: '';
    width: 8px;
    height: 13px;
    background-image: url(/local/templates/obmen/./img/arrow-acc.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 25px;
    right: 23px;
    transition: .6s;
}

.open .faq-accordion__item-head::after {
    transform: rotate(90deg);
}

.review-b {
    padding-top: 104px;
    padding-bottom: 77px;
    border-radius: 33px;
    background: #F6F7F9;
    margin-left: 12px;
    width: calc(100% - 24px);

    @media(max-width: 950px) {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    @media(max-width: 650px) {
        border-radius: 0;
        margin-left: 0;
        width: 100%;
        position: relative;
        padding-bottom: 80px;
    }
}

.review-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.review-flex h2 {
    font-family: 'Involve';
    font-weight: 500;
    font-size: 45px;
    line-height: 102%;
    letter-spacing: -0.02em;
    color: #0E1217;
    max-width: 400px;

    @media(max-width: 950px) {
        font-size: 40px;
    }
}

.review-arrows {
    display: flex;
    gap: 6px;

    @media(max-width: 650px) {
        position: absolute;
        bottom: 80px;
        left: 20px;
    }
}

.review__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 51px;
    height: 51px;
    border-radius: 50%;
    border: 1px solid #D5D5D5;
    cursor: pointer;
    transition: .6s;


    @media(max-width: 650px) {
        width: 20px;
        height: 20px;
        border: none;
    }
}

.review__arrow:hover {
    background: #0E1217;
    border-color: #0E1217;

    @media(max-width: 650px) {
        border: none;
        background: transparent;
    }
}

.review__arrow svg path {
    transition: .6s;
}

.review__arrow:hover svg path {
    stroke: #fff;
    stroke-width: 2px;

    @media(max-width: 650px) {
        stroke: inherit;
        stroke-width: inherit;
    }
}

.review-slider {
    margin-top: 33px;
    width: calc(100% - (100% - 1290px)/2);
    margin-left: calc((100% - 1290px)/2);

    @media(max-width: 1350px) {
        margin-left: 20px;
        width: calc(100% - 20px);
    }

    @media(max-width: 650px) {
        margin-top: 48px;
    }

    @media(max-width: 450px) {
        width: calc(100% - 40px);
    }
}

.review-slider .swiper-slide {
    background: #FFFFFF;
    border-radius: 27px;
    width: 422px;
    height: 310px;
    padding: 32px 30px 25px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    @media(max-width: 450px) {
        width: calc(100% - 20px);
    }
}

.review-slider__star {
    display: flex;
    gap: 1px;
}

.review-slider__body {
    font-size: 15px;
    line-height: 135%;
    color: #303030;
    margin-bottom: auto;
}

.review-slider__name {
    font-weight: 500;
    font-size: 17px;
    line-height: 135%;
    color: #303030;
}

.review-slider__date {
    font-weight: 500;
    font-size: 15px;
    line-height: 135%;
    color: #303030;
    margin-top: 5px;
}

.review__btn {
    margin-top: 33px;
    display: flex;
    gap: 8px;
    cursor: pointer;
    align-items: center;

    @media(max-width: 650px) {
        justify-content: flex-start;
        margin-top: 15px;
        flex-direction: row-reverse;
    }
}

.review__btn span {
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.09em;
    text-align: center;
    text-transform: uppercase;
    color: #0E1217;
    transition: .6s;
}

.review__btn:hover span {
    color: #FFCC23;
}

.review__btn svg path {
    transition: .6s;
}

.review__btn:hover svg path {
    fill: #FFCC23;
}

.news-b {
    padding-top: 138px;
    padding-bottom: 132px;

    @media(max-width: 950px) {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    @media(max-width: 650px) {
        padding-top: 90px;
        padding-bottom: 110px;
        position: relative;
    }
}

.review__arrow svg:nth-child(2) {
    display: none;

    @media(max-width: 650px) {
        display: block;
        margin-top: 3px;
    }
}

.review__arrow svg:nth-child(1) {
    display: block;

    @media(max-width: 650px) {
        display: none;
    }
}

.news-b .review-arrows .review__arrow:hover {
    background: #0E1217;
    border-color: #0E1217;

    @media(max-width: 650px) {
        border: none;
        background: transparent;
    }
}

.news-b .review-arrows .review__arrow:hover svg path {
    stroke: #fff;
    stroke-width: 2px;

    @media(max-width: 650px) {
        stroke: inherit;
        stroke-width: inherit;
    }
}

.news-slider {
    margin-top: 33px;
    width: calc(100% - (100% - 1290px)/2);
    margin-left: calc((100% - 1290px)/2);
    overflow: hidden;

    @media(max-width: 1350px) {
        margin-left: 20px;
        width: calc(100% - 20px);
    }

    @media(max-width: 450px) {
        width: calc(100% - 40px);
    }
}

.news-slider .swiper-slide {
    background: #F6F7F9;
    border-radius: 27px;
    padding: 7px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 383px;

}

.news-slider__img {
    width: 100%;
    height: 247px;
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    overflow: hidden;
}

.news-slider__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.news-slider__date {
    margin-top: 13px;
    font-weight: 500;
    font-size: 13px;
    line-height: 135%;
    text-transform: uppercase;
    color: #303030;
    padding-left: 17px;
    padding-right: 17px;
}

.news-slider__head {
    font-weight: 500;
    font-size: 20px;
    line-height: 136%;
    margin-top: 9px;
    color: #303030;
    padding-left: 17px;
    padding-right: 17px;
}

.news-slider__body {
    margin-top: 13px;
    color: #303030;
    font-weight: 300;
    font-size: 15px;
    line-height: 135%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 17px;
    padding-right: 17px;

    @media(max-width: 395px) {
        -webkit-line-clamp: 3;
    }
}

.news-slider__btn {
    padding-left: 17px;
    padding-right: 17px;
    margin-top: 25px;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    padding-bottom: 32px;
    transition: .6s;

    @media(max-width: 395px) {
        margin-top: 38px;
    }
}

.news-slider__btn span {
    font-weight: 600;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: 0.09em;
    text-align: center;
    text-transform: uppercase;
    color: #0E1217;
    transition: .6s;
}

.news-slider__btn:hover span {
    color: #FFCC23;
}

.news-slider__btn svg path {
    transition: .6s;
}

.news-slider__btn:hover svg path {
    fill: #FFCC23;
}

.map-b {
    background: #F6F7F9;
    border-radius: 33px;
    margin-left: 12px;
    width: calc(100% - 24px);
    padding: 98px 0;

    @media(max-width: 950px) {
        padding: 70px 0;
    }

    @media(max-width: 650px) {
        border-radius: 0;
        margin-left: 0;
        width: 100%;
        padding-top: 90px;
        overflow: hidden;
    }
}

.map__logo {
    margin: 0 auto;
    width: 153px;

    @media(max-width: 650px) {
        margin: 0;
        margin-left: -17px;
        margin-bottom: -20px;
    }
}

.map__logo img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.map-b h2 {
    font-family: 'Involve';
    font-weight: 500;
    font-size: 55px;
    line-height: 102%;
    letter-spacing: -0.02em;
    text-align: center;
    color: #0E1217;
    margin-top: 16px;

    @media(max-width: 950px) {
        font-size: 40px;
    }

    @media(max-width: 650px) {
        text-align: left;
    }
}

.map__bg {
    margin-top: 44px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 1082px;



    @media(max-width: 1170px) {
        width: 100%;
    }

    @media(max-width: 650px) {
        margin-left: -20px;
        width: calc(100% + 40px);
        height: 400px;
        position: relative;
    }

    @media(max-width: 502px) {
        height: 500px;
    }
}

.map__bg img {
    width: 100%;

    @media(max-width: 650px) {
        width: 800px;
        position: absolute;
        right: -100px;
        top: 0;
    }

    @media(max-width: 502px) {
        width: 1000px;
        position: absolute;
        right: -170px;
        top: 0;
    }
}

.map__box {
    position: absolute;
    background: #FFFFFF;
    border-radius: 15px;
    padding: 30px;
    box-shadow: -1px 14px 32px 0px #0000001A, -5px 57px 57px 0px #00000017, -12px 128px 77px 0px #0000000D, -22px 228px 92px 0px #00000003, -34px 357px 100px 0px #00000000;

    @media(max-width: 650px) {
        padding: 20px 18px 32px 18px;
        width: 100%;
    }
}

.map__box-head {
    display: flex;
    gap: 7px;
}

.map__box-head span {
    font-family: 'Involve';
    font-weight: 500;
    font-size: 20px;
    line-height: 102%;
    letter-spacing: -0.02em;
    color: #0E1217;

    @media(max-width: 650px) {
        font-size: 17px;
    }
}

.map__box-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 18px;
}

.map__box-item {
    height: 40px;
    border-radius: 36px;
    background: #F6F7F9;
    padding: 0 24px;
    font-size: 15px;
    line-height: 135%;
    color: #0E1217;
    display: flex;
    align-items: center;
    justify-content: center;

}

.map__box--top {
    top: 56px;
    right: -108px;
    width: 498px;

    @media(max-width: 1350px) {
        right: 0;
    }

    @media(max-width: 850px) {
        top: 30px;
        right: inherit;
        left: 0px;
    }

    @media(max-width: 650px) {
        top: 0;
        left: 20px;
    }

    @media(max-width: 550px) {
        width: calc(100% - 40px);
    }
}

.map__box--bottom {
    bottom: 30px;
    left: 6px;
    width: 410px;

    @media(max-width: 850px) {
        bottom: inherit;
        left: 0px;
        top: 230px;
    }

    @media(max-width: 650px) {
        top: 190px;
        left: 20px;
    }

    @media(max-width: 550px) {
        width: calc(100% - 40px);
    }

    @media(max-width: 502px) {
        top: 240px;
    }

    @media(max-width: 395px) {
        top: 290px;
    }
}

footer {
    margin-top: 12px;
    margin-left: 12px;
    width: calc(100% - 24px);
    background: #0E1217;
    border-radius: 33px;
    padding-top: 67px;
    padding-bottom: 31px;

    @media(max-width: 650px) {
        margin-top: 0;
        margin-left: 0;
        width: 100%;
        border-radius: 0;
    }
}

.footer-flex {
    display: flex;
    justify-content: space-between;

    @media(max-width: 650px) {
        flex-wrap: wrap;
        gap: 60px;
    }
}

.footer-left {
    @media(max-width: 650px) {
        width: 100%;
    }
}


.footer__content {
    font-size: 23px;
    line-height: 130%;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    max-width: 306px;
    margin-top: 22px;

    @media(max-width: 650px) {
        font-size: 26px;
        max-width: 356px;
    }
}

.footer__logo {
    width: 153px;
    display: block;
    margin-left: -17px;

    @media(max-width: 650px) {
        margin-bottom: -20px;
    }
}

.footer__logo img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.footer-bottom {
    opacity: .43;
    max-width: 905px;
    margin: 183px auto 0 auto;
    color: #fff;
    font-size: 15px;
    line-height: 130%;
    letter-spacing: -0.02em;
    text-align: center;

    @media(max-width: 950px) {
        margin-top: 100px;
    }
}

.footer-link {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-flex .footer-link:nth-child(2) {
    @media(max-width: 950px) {
        display: none;
    }
}

.footer-flex .footer-link:nth-child(4) {
    @media(max-width: 950px) {
        display: none;
    }
}

.footer-bottom__link {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 50px;

    @media(max-width: 950px) {
        display: flex;
    }
}


.footer-link span {
    font-size: 13px;
    line-height: 130%;
    letter-spacing: -0.01em;
    color: #fff;
    opacity: 0.61;
    display: block;
    margin-bottom: 10px;

    @media(max-width: 650px) {
        font-size: 17px;
    }
}

.footer__link {
    font-size: 15px;
    line-height: 130%;
    letter-spacing: -0.02em;
    color: #fff;
    transition: .6s;
}

.footer__link:hover {
    color: #FFCC23;
}

.footer__link-contact {
    display: flex;
    align-items: center;
    gap: 11px;
}

.footer__link-contact i {
    width: 14px;
    height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer__link-contact p {
    font-size: 15px;
    line-height: 130%;
    letter-spacing: -0.02em;
    color: #fff;
    transition: .6s;

    @media(max-width: 650px) {
        font-size: 21px;
    }
}

a.footer__link-contact:hover p {
    color: #FFCC23;
}

.footer__link-add {
    font-size: 15px;
    line-height: 130%;
    letter-spacing: -0.02em;
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: .6s;
}

.footer__link-add:hover {
    color: #FFCC23;
}

.exchanger-b {
    margin-top: 165px;
    margin-left: 12px;
    width: calc(100% - 24px);
    background: #F6F7F9;
    border-radius: 33px;
    padding-top: 113px;
    padding-bottom: 123px;

    @media(max-width: 950px) {
        margin-top: 100px;
        padding-top: 70px;
        padding-bottom: 70px;
    }

    @media(max-width: 650px) {
        margin-top: 0px;
        padding-top: 0;
        width: 100%;
        margin-left: 0;
        border-radius: 0;
        padding-bottom: 90px;
    }
}

.exchanger-b.active {
    display: block;
}

.exchanger-b h2 {
    font-family: 'Involve';
    font-weight: 500;
    font-size: 55px;
    line-height: 102%;
    letter-spacing: -0.02em;
    text-align: center;
    color: #0E1217;
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;

    @media(max-width: 950px) {
        font-size: 40px;
    }

    @media(max-width: 650px) {
        display: none;
    }
}

.exchanger-b .container {
    @media(max-width: 650px) {
        margin: 0;
        width: 100%;
    }
}

.exchanger__subtittle {
    margin-top: 18px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 15px;
    line-height: 135%;
    text-align: center;
    opacity: 0.71;

    @media(max-width: 650px) {
        display: none;
    }
}

.exchanger-content {
    margin-top: 49px;
    margin-left: auto;
    margin-right: auto;
    background: #F6F7F9;
    border-radius: 36px;
    box-shadow: 0px 19px 41px 0px #0000000F, 0px 74px 74px 0px #0000000D, 0px 167px 100px 0px #00000008, 0px 297px 119px 0px #00000003, 0px 464px 130px 0px #00000000;
    max-width: 645px;
    width: 100%;
    padding: 22px 11px 34px 11px;
    position: relative;

    @media(max-width: 950px) {
        box-shadow: 0px 9px 21px 0px #0000000F, 0px 14px 34px 0px #0000000D, 0px 67px 40px 0px #00000008;
    }

    @media(max-width: 650px) {
        margin-top: 0;
        background: #E7EAF1;
        padding: 11px;
        padding-top: 4px;
        border-radius: 26px;
    }
}

.exchanger-content .exchanger__item:nth-child(2) {
    @media(max-width: 650px) {
        padding: 63px 16px 44px 16px;
    }
}

.exchanger-tittle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;

    @media(max-width: 650px) {
        justify-content: flex-end;
        display: none;
    }
}

.exchanger__tittle {
    font-weight: 500;
    font-size: 15px;
    line-height: 130%;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #0E1217;
    padding-left: 30px;

    @media(max-width: 650px) {
        display: none;
    }
}

.exchanger__price {
    background: #0E1217;
    border-radius: 74px;
    height: 35px;
    padding: 0 18px;
    font-weight: 500;
    font-size: 15px;
    line-height: 130%;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.exchanger__item {
    background: #FFFFFF;
    border-radius: 33px;
    padding: 33px 30px 44px 30px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 7px;

    @media(max-width: 650px) {
        padding: 33px 16px 65px 16px;
        border-radius: 16px;
    }
}

.exchanger__item span {
    font-size: 13px;
    line-height: 135%;
    opacity: .51;
    color: #303030;
}

.exchanger__item-inp {
    background: #F6F6F6;
    border-radius: 8px;
    height: 50px;
    width: 100%;
    padding-left: 20px;
    padding-right: 9px;
    position: relative;
}

.exchanger__item-inp input {
    background: #F6F6F6;
    border: none;
    width: 100%;
    height: 100%;
    box-shadow: none;
    outline: none;
    font-size: 17px;
    line-height: 135%;
    color: #303030;
}

.exchanger__option {
    position: absolute;
    top: 7px;
    right: 9px;
    cursor: pointer;
}

.exchanger__option-box {
    background: #FFFFFF9E;
    width: 100px;
    height: 35px;
    border-radius: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.exchanger__option-box span {
    font-size: 15px;
    line-height: 130%;
    letter-spacing: -0.01em;
    color: #0E1217;
}

.exchanger__option-box i {
    width: 9px;
    height: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .6s;
}

.active.exchanger__option .exchanger__option-box i {
    transform: rotate(180deg);
}

.exchanger__option-wrap {
    background-color: #fff;
    border-radius: 16px;
    position: absolute;
    top: 37px;
    left: 0;
    width: 165px;
    padding: 13px 0;
    flex-direction: column;
    box-shadow: 0px 7px 4.6px 0px #0000001C;
    z-index: 2;
    display: none;
    padding-right: 5px;
}

.exchanger__option-scroll::-webkit-scrollbar {
    width: 3px;
}

.exchanger__option-scroll::-webkit-scrollbar-track {
    background-color: #0000000D;
    border-radius: 0px;
}

.exchanger__option-scroll::-webkit-scrollbar-thumb {
    box-shadow: none;
    background: #0E121714;
    border-radius: 0px;
}

.active.exchanger__option .exchanger__option-wrap {
    display: flex;
}

.exchanger__option-scroll {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    overflow-y: scroll;
    height: 130px;
}

.exchanger__option-scroll-box {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    height: auto;
}

.exchanger__option-item {
    display: flex;
    gap: 4px;
    align-items: center;
    cursor: pointer;
    padding: 6px 17px;
    transition: .6s;
}

.exchanger__option-item span {
    transition: .6s;
}

.exchanger__option-item:hover span {
    color: #FFCC23;
}

.exchanger__option-item:hover {
    background-color: #0E12171A;
}

.exchanger__logo {
    position: absolute;
    width: 63px;
    height: 63px;
    border-radius: 50%;
    background: #FFCC23;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    left: 50%;
    transform: translateX(-50%);
    top: 380px;
    cursor: pointer;

    @media(max-width: 650px) {
        top: 350px;
    }
}

.exchanger__logo_disable {
    background: #bababa;
}

.exchanger__logo i {
    width: 47px;
    height: 47px;
    border-radius: 50%;
    border: 1px solid #0E121714;
    display: flex;
    align-items: center;
    justify-content: center;
}

.exchanger__submit {
    width: calc(100% - 60px);
    height: 45px;
    border-radius: 33px;
    margin-left: 30px;
    margin-top: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    box-shadow: none;
    outline: none;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: #0E1217;
    cursor: pointer;
    background: #FFCC23;
    cursor: pointer;
    transition: .6s;

    @media(max-width: 650px) {
        margin-top: 18px;
        width: 100%;
        margin-left: 0;
    }
}

.exchanger__submit:hover {
    background: #0E1217;
    color: #fff;
}

.country-b {
    background: #0E1217;
    margin-top: 165px;
    margin-left: 12px;
    width: calc(100% - 24px);
    border-radius: 33px;
    padding-top: 150px;
    padding-bottom: 230px;


    @media(max-width: 950px) {
        margin-top: 100px;
        padding-top: 70px;
        padding-bottom: 70px;
    }

    @media(max-width: 650px) {
        border-radius: 0;
        margin-left: 0;
        width: 100%;
        margin-top: 0px;
    }
}

.country-b.active {
    display: block;
}

.first-b {
    padding-bottom: 45px;
}

.country-b h2 {
    font-family: 'Involve';
    font-weight: 500;
    font-size: 55px;
    line-height: 102%;
    letter-spacing: -0.02em;
    text-align: center;
    color: #fff;
    max-width: 784px;
    margin-left: auto;
    margin-right: auto;

    @media(max-width: 950px) {
        font-size: 40px;
    }

    @media(max-width: 650px) {
        font-size: 37px;
        text-align: left;
    }

}

.country__subtittle {
    margin-top: 18px;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
    line-height: 135%;
    text-align: center;
    color: #fff;
    opacity: 0.71;

    @media(max-width: 650px) {
        display: none;
    }
}

.country__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 13px 10px;
    margin-top: 57px;
    background: #202020;
    border-radius: 36px;
    box-shadow: 0px 19px 41px 0px #0000000F, 0px 74px 74px 0px #0000000D, 0px 167px 100px 0px #00000008, 0px 297px 119px 0px #00000003, 0px 464px 130px 0px #00000000;
    padding: 50px 106px 77px 106px;
    max-width: 1128px;
    margin-left: auto;
    margin-right: auto;
    border: 10px solid #292929;
    transition: .6s;

    @media(max-width: 650px) {
        width: 100%;
        margin-top: 45px;
        gap: 7px;
        background: transparent;
        border: none;
        padding: 0;
        overflow: hidden;
        overflow-x: auto;
        border-radius: 0;
        justify-content: flex-start;
        width: calc(100% + 20px);
        padding-bottom: 20px;
    }
}

.country__content::-webkit-scrollbar {
    height: 4px;
}

.country__content::-webkit-scrollbar-track {
    background: #0E1217;

}

.country__content::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background: #FFCC23;
    border-radius: 4px;
}

.country__content-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 13px 10px;
    transition: .6s;

    @media(max-width: 650px) {
        gap: 7px;
        width: 1720px;
        justify-content: flex-start;
        height: 273px;
        flex-direction: column;
        flex-shrink: 0;
        padding-right: 20px;
    }
}

.active.country__content-wrap {
    @media(max-width: 650px) {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        height: auto;
        flex-direction: row;
    }
}

.country__btn-all {
    cursor: pointer;
    margin-top: 24px;
    height: 49px;
    width: 100%;
    background: #FFCC23;
    border-radius: 33px;
    font-weight: 500;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: -0.02em;
    display: none;
    align-items: center;
    justify-content: center;

    @media(max-width: 650px) {
        display: flex;
    }
}

.country__btn-all--grey {
    margin-top: 7px;
    background: #FFFFFF26;
    color: #fff;
}

.country__item {
    height: 49px;
    width: 171px;
    border: 1px solid #333333;
    border-radius: 63px;
    display: flex;
    align-items: center;
    padding-left: 14px;
    gap: 10px;
    background: #252525;
    transition: .6s;

    @media(max-width: 650px) {
        width: 164px;
    }
}

.country__item:hover {
    background: #0E1217;
}

.country__item span {
    font-size: 15px;
    line-height: 135%;
    color: #FFFFFF;
    text-shadow: 1px 1px 1px #333333;
}

.cockie-b {
    max-width: 1290px;
    width: 100%;
    position: fixed;
    bottom: 32px;
    background: #F6F7F9;
    border-radius: 14px;
    display: none;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    padding: 11px 15px;
    box-shadow: 0px 4px 24.5px 0px #00000012;

    @media(max-width: 1330px) {
        width: calc(100% - 40px);
        left: 20px;
        transform: translateX(0%);
    }

    @media(max-width: 550px) {
        flex-direction: column;
    }
}

.cockie-b.active {
    display: flex;


}

.cockie__btn {
    flex-shrink: 0;
    background: #0E1217;
    width: 120px;
    height: 45px;
    border-radius: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: #fff;
    transition: .6s;

    @media(max-width: 550px) {
        width: 100%;
    }
}

.cockie__btn:hover {
    background-color: #FFCC23;
    color: #0E1217;
}

.cockie__text p {
    font-size: 15px;
    line-height: 135%;
    color: #303030;

    @media(max-width: 550px) {
        text-align: center;
    }
}

.cockie__text p a {
    font-size: 15px;
    line-height: 135%;
    color: #303030;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.menu-b {
    position: fixed;
    background: #0E1217B0;
    width: 100%;
    height: 100svh;
    top: 0;
    left: 100%;
    transition: .3s;
    z-index: 11;
    overflow: hidden;
}

.menu-b.active {
    left: 0;
}

.menu-wrap {
    background: #0E1217;
    width: calc(100% - 34px);
    margin-left: 34px;
    height: 100svh;
    padding: 125px 38px 60px 38px;
    position: absolute;
    top: 0;
    left: 100%;
}

.active .menu-wrap {
    animation: anim .3s forwards;
}

@keyframes anim {
    from {
        left: 100%;
    }

    to {
        left: 0;
    }
}


.menu__close {
    position: absolute;
    top: 31px;
    right: 38px;
    cursor: pointer;
}

.menu-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100% - 285px);
}

.menu-content__top {
    gap: 26px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.menu__link {
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu__link span {
    font-size: 20px;
    line-height: 130%;
    letter-spacing: -0.02em;
    color: #FFFFFF;
}

.menu-network {
    margin-top: 43px;
    display: flex;
    gap: 11px;
}

.menu__network {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFCC23;
    width: 57px;
    height: 57px;
    border-radius: 50%;
}

.partner-b {
    margin-top: 120px;
    margin-left: 12px;
    width: calc(100% - 24px);
    border-radius: 33px;
    background: #F6F7F9;
    padding-top: 120px;
    padding-bottom: 77px;

    @media(max-width: 950px) {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    @media(max-width: 650px) {
        margin-top: 0;
        margin-left: 0;
        width: 100%;
        padding-top: 30px;
        border-radius: 0;
    }
}

.active.partner-b {
    display: block;
}

.partner-b h2 {
    font-family: 'Involve';
    font-weight: 500;
    font-size: 55px;
    line-height: 102%;
    letter-spacing: -0.02em;
    text-align: center;
    color: #0E1217;

    @media(max-width: 950px) {
        font-size: 40px;
    }

    @media(max-width: 650px) {
        text-align: left;
    }
}

.partner-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 58px;
}

.partner-tabs {
    width: calc(40% - 6px);
    display: flex;
    flex-direction: column;
    gap: 12px;

    @media(max-width: 950px) {
        width: 100%;
    }
}

.partner-img {
    width: calc(60% - 6px);
    border: 7px solid #F6F7F9;
    border-radius: 18px;
    background: #FFFFFF;
    box-shadow: 0px 22px 49px 0px #B3B3B31A, 0px 88px 88px 0px #B3B3B317, 0px 199px 119px 0px #B3B3B30D, 0px 354px 141px 0px #B3B3B303, 0px 552px 155px 0px #B3B3B300;
    padding: 27px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 643px;

    @media(max-width: 950px) {
        display: none;
    }
}

.partners__subtittle {
    margin-top: 65px;
    font-size: 24px;
    line-height: 135%;
    text-align: center;
    color: #303030;

    @media(max-width: 650px) {
        font-family: 'Involve';
        font-weight: 500;
        font-size: 35px;
        line-height: 96%;
        letter-spacing: -0.02em;
        text-align: center;
        margin-top: 54px;
    }
}

.partners-btns {
    margin-top: 28px;
    display: flex;
    justify-content: center;
    gap: 11px;

}

.partners-btns .banner-btn {
    width: 239px;
    margin-top: 0;
    padding-left: 28px;
    gap: 13px;
    justify-content: flex-end;
    border: none;

    @media(max-width: 450px) {
        width: 100%;
    }
}

.partners-btns .banner-btn--black {
    width: 222px;
    background: #0E1217;
    color: #fff;

    @media(max-width: 650px) {
        display: none;
    }
}

.partners-btns .banner-btn--black span {
    color: #fff;
}

.partners-btns .banner-btn--black:hover {
    background-color: #FFCC23;
}

.partners-btns .banner-btn--black:hover i {
    background-color: #0E1217;
}

.partners-btns .banner-btn--black:hover span {
    color: #0E1217;
}

.partners-btns .banner-btn--black:hover path {
    stroke: #fff;
}

.partner-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.partner__img {
    display: none;
}

.active.partner__img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.partner__tab {
    width: 100%;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 22px 25px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    transition: .6s;
    cursor: pointer;

    @media(max-width: 950px) {
        pointer-events: none;
    }

    @media(max-width: 450px) {
        padding: 35px 5px 5px 5px;
    }
}

.active.partner__tab {
    background: #0E1217;

    @media(max-width: 950px) {
        background: #FFFFFF;
    }
}

.partner__num {
    background: #FFCC23;
    border-radius: 5px;
    width: 25px;
    height: 25px;
    font-family: 'Involve';
    font-weight: 500;
    font-size: 12px;
    line-height: 102%;
    letter-spacing: -0.03em;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0E1217;
    transition: .6s;

    @media(max-width: 450px) {
        margin-left: 12px;
    }
}

.active .partner__num {
    background: #4C4C4C;
    color: #fff;

    @media(max-width: 950px) {
        background: #FFCC23;
        color: #0E1217;
    }
}

.active.partner__tab span {
    color: #FFCC23;

    @media(max-width: 950px) {
        color: #0E1217;
    }
}

.partner__tab span {
    font-family: 'Involve';
    font-weight: 500;
    font-size: 20px;
    line-height: 102%;
    letter-spacing: -0.02em;
    color: #0E1217;
    transition: .6s;
    width: calc(100% - 70px);
}

.partner__tab p {
    font-size: 15px;
    transition: .6s;
    line-height: 130%;
    letter-spacing: -0.02em;
    opacity: .57;
    color: #0E1217;
    padding-left: 40px;
    width: 100%;

    @media(max-width: 950px) {
        padding-left: 0;
    }

    @media(max-width: 450px) {
        margin-left: 12px;
        width: calc(100% - 24px);
    }
}

.active.partner__tab p {
    opacity: .7;
    color: #fff;

    @media(max-width: 950px) {
        opacity: .57;
        color: #0E1217;
        padding-left: 0;
    }
}

.partner-tab__img {
    display: none;
    width: auto;
    background: #F6F7F9;
    border: 1px solid #EFEFEF;
    border-radius: 16px;
    overflow: hidden;

    @media(max-width: 950px) {
        display: block;
        margin-top: 5px;
    }

    @media(max-width: 450px) {
        width: 100%;
    }
}

.partner-tab__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.brad-crumbs {
    display: flex;
    align-items: center;
    padding-top: 167px;
}

.brad-crumbs a {
    font-size: 15px;
    line-height: 136%;
    color: #3030305E;
}

.brad-crumbs span {
    font-size: 15px;
    line-height: 136%;
    color: #303030;
}

.news-p h1 {
    font-family: 'Involve';
    font-weight: 500;
    font-size: 55px;
    line-height: 102%;
    letter-spacing: -0.02em;
    color: #0E1217;

    @media(max-width: 850px) {
        display: none;
    }
}

.news-p {
    margin-bottom: -64px;

    @media(max-width: 950px) {
        margin-bottom: 0;
    }

    @media(max-width: 850px) {
        background: #F6F7F9;

    }
}

.news-p-content {
    max-width: 778px;
    background: #F6F7F9;
    border-radius: 33px;
    padding: 7px;
    padding-bottom: 64px;
    margin-top: 27px;

    @media(max-width: 850px) {
        padding: 0;
        padding-bottom: 70px;
    }
}

.news-p__img {
    height: 394px;
    width: 100%;
    border-radius: 27px;
    overflow: hidden;

    @media(max-width: 550px) {
        border-radius: 5px;
        height: 290px;
    }

    @media(max-width: 375px) {
        height: 250px;
    }
}

.news-p__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.news-p__date {
    font-weight: 500;
    font-size: 15px;
    line-height: 135%;
    text-transform: uppercase;
    margin-top: 31px;
    color: #303030;
    padding-left: 32px;
    padding-right: 32px;
    opacity: .42;

    @media(max-width: 850px) {
        padding: 0;
    }

    @media(max-width: 550px) {
        font-size: 13px;
        margin-top: 18px;
    }
}

.news-p__tittle {
    padding-left: 32px;
    padding-right: 32px;
    margin-top: 12px;
    font-weight: 500;
    font-size: 25px;
    line-height: 126%;
    color: #303030;
    max-width: 400px;

    @media(max-width: 850px) {
        padding: 0;
    }
}

.news-p-content p {
    font-weight: 300;
    font-size: 15px;
    line-height: 135%;
    color: #303030;
    margin-top: 21px;
    padding-left: 32px;
    padding-right: 32px;

    @media(max-width: 850px) {
        padding: 0;
    }
}

.office-p {
    padding-top: 50px;
    background-color: #fff;

    @media(max-width: 950px) {
        background: #F6F7F9;
        padding-top: 70px;
    }

    @media(max-width: 650px) {
        padding-top: 80px;
    }
}

.map-b--office {
    margin-top: 12px;

    @media(max-width: 950px) {
        margin-top: 0;
    }
}

.footer-link--office {
    display: none;
}

.header__call {
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 57px;
    height: 57px;
    background: #0E1217;
    border-radius: 50%;

    @media(max-width: 950px) {
        display: flex;
    }
}

.header-mobail {
    align-items: center;
    gap: 7px;
    display: none;

    @media(max-width: 950px) {
        display: flex;
    }
}

.header-mobail .header__burger {
    background: #FFCC23;
    width: 57px;
    height: 57px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}

.popup {
    position: fixed;
    display: none;
    background: #000000B8;
    width: 100%;
    height: 100svh;
    justify-content: center;
    align-items: center;
    z-index: 20;
}

.popup.active {
    display: flex;
}

.request {
    max-width: 645px;
    background: #EAECEF;
    border-radius: 36px;
    padding: 53px 40px;
    width: 100%;

    @media(max-width: 685px) {
        max-width: inherit;
        width: calc(100% - 40px);
    }

    @media(max-width: 650px) {
        padding: 70px 20px;
    }
}

.request__tittle {
    font-family: 'Involve';
    font-weight: 500;
    font-size: 30px;
    line-height: 96%;
    letter-spacing: -0.02em;
    color: #0E1217;
    margin-bottom: 25px;
}

.request__input {
    margin-bottom: 13px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.request__input span {
    font-size: 13px;
    line-height: 135%;
    color: #8F8F90;
}

.request__input input {
    width: 100%;
    border-radius: 8px;
    background: #FFFFFF;
    height: 50px;
    outline: none;
    box-shadow: none;
    padding: 0 20px;
    color: #303030;
    font-size: 17px;
    line-height: 135%;
    border: none;
}

.request__input input::placeholder,
.request__input textarea::placeholder {
    color: #303030;
    font-size: 17px;
    line-height: 135%;
    opacity: .42;
}

.request__input textarea {
    width: 100%;
    border-radius: 8px;
    background: #FFFFFF;
    height: 100px;
    outline: none;
    box-shadow: none;
    padding: 15px 20px;
    color: #303030;
    font-size: 17px;
    line-height: 135%;
    border: none;
}

.request__submit {
    margin-top: 27px;
    width: 100%;
    background: #FFCC23;
    height: 45px;
    border-radius: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: -0.02em;
    cursor: pointer;
    transition: .6s;
    color: #0E1217;
    border: none;
    box-shadow: none;
    outline: none;
}

.request__submit:hover {
    color: #fff;
    background: #0E1217;
}

.pop__error {
    font-size: 13px;
    color: red;
    margin-top: 10px;
    display: none;
}

.pop__error.active {
    display: block;
}

.request-ok {
    max-width: 645px;
    width: 100%;
    padding: 80px 0 73px 0;
    background: #FFFFFF;
    border-radius: 36px;
    display: flex;
    flex-direction: column;
    align-items: center;

    @media(max-width: 650px) {
        width: calc(100% - 40px);
        margin-left: 20px;
        padding: 46px 20px 40px 20px;
    }
}

.request-ok__icon {
    border-radius: 50%;
    width: 45px;
    height: 45px;
    background: #0E1217;
    display: flex;
    align-items: center;
    justify-content: center;
}

.request-ok__tittle {
    margin: 20px 0 12px 0;
    font-family: 'Involve';
    font-weight: 500;
    font-size: 37px;
    line-height: 96%;
    letter-spacing: -0.02em;
    text-align: center;
    color: #0E1217;
}

.request-ok p {
    max-width: 280px;
    width: 100%;
    font-size: 15px;
    line-height: 130%;
    letter-spacing: -0.02em;
    text-align: center;
    color: #0E1217;
}

.request-ok__btn {
    margin-top: 40px;
    width: 167px;
    height: 40px;
    background: #FFCC23;
    border-radius: 33px;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: -0.02em;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .6s;

    @media(max-width: 650px) {
        width: 100%;
    }
}

.request-ok__btn:hover {
    color: #fff;
    background-color: #0E1217;
}

.review-check {
    margin-top: 9px;
    display: flex;
    gap: 7px;
}

.review-check p {
    font-size: 15px;
    line-height: 135%;
    color: #303030;
}

.review-check p a {
    font-size: 15px;
    line-height: 135%;
    color: #303030;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.review__check {
    width: 19px;
    height: 19px;
    position: relative;
    flex-shrink: 0;
    cursor: pointer;
}

.review__check input {
    width: 19px;
    height: 19px;
    opacity: 0;
    cursor: pointer;
}

.review__check label {
    position: absolute;
    width: 19px;
    height: 19px;
    border: 1px solid #C5C5C5;
    border-radius: 2px;
    top: 0;
    left: 0;
    display: block;
    transition: .6s;
    cursor: pointer;
}

.review__check label:after {
    opacity: 0;
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: transparent;
    top: 2px;
    left: 4px;
    border: 2px solid #0E1217;
    border-top: none;
    border-right: none;
    transform: rotate(-45deg);
    transition: .6s;
}

.review__check input[type=checkbox]:checked+label:after {
    opacity: 1;
}

.review__check input[type=checkbox]:checked+label {
    border: 1px solid #0E1217;
}


.exchanger-page {
    margin-top: 12px;
    margin-left: 12px;
    width: calc(100% - 24px);
    background: #F6F7F9;
    border-radius: 33px;
    padding-top: 49px;
    padding-bottom: 107px;


    @media(max-width: 650px) {
        margin-top: 0px;
        padding-top: 35px;
        width: 100%;
        margin-left: 0;
        border-radius: 0;
        padding-bottom: 40px;
        background: #EAECEF;
    }
}


.exchanger-page .exchanger-content {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    background: #EAECEF;
    border-radius: 36px;
    box-shadow: none;
    max-width: 645px;
    width: 100%;
    padding: 22px 11px 63px 11px;
    position: relative;

    @media(max-width: 650px) {
        margin-top: 0;
        background: #E7EAF1;
        padding: 13px 0px 70px 0px;
        border-radius: 20px;
        width: 100%;
    }
}

.exchanger-page-content {
    margin-top: 25px;
    padding: 0 31px;

    @media(max-width: 650px) {
        padding: 0 9px;
        position: relative;
    }
}

.exchanger-page .exchanger-tittle {
    @media(max-width: 650px) {
        display: flex;
    }
}

.exchanger-page .exchanger-tittle .exchanger__price {

    @media(max-width: 650px) {
        width: calc(100% - 32px);
        position: absolute;
        left: 16px;
        top: 46px;
    }
}

.exchanger-page .exchanger__tittle {
    @media(max-width: 650px) {
        display: block;
        width: calc(100% - 18px);
        position: absolute;
        left: 9px;
        top: 0px;
        padding-left: 0;
    }
}

.exchanger-page .exchanger__logo {
    @media (max-width: 650px) {
        top: 370px;
    }
}

.exchanger-page-tabs {
    height: 48px;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
    border-radius: 82px;
    background: #FFFFFF;
    box-shadow: 0px 7px 10.7px 0px #0000000F;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;

    @media (max-width: 650px) {
        margin-bottom: 50px;
    }

}

.exchanger__tab {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    padding: 9.5px 16px;
    background: #F6F7F9;
    border-radius: 49px;
    font-size: 15px;
    line-height: 130%;
    letter-spacing: -0.01em;
    color: #0E1217;
    transition: .6s;

    @media (max-width: 950px) {
        width: 155px;
    }
}

.exchanger__tab.active {
    background: #0E1217;
    color: #FFFFFF;
}

.exchanger__tab:hover {
    background: #0E1217;
    color: #FFFFFF;
}

.request__cap {
    display: flex;
    gap: 14px;
    align-items: flex-end;
    margin-bottom: 22px;

    @media (max-width: 400px) {
        flex-direction: column;
        gap: 15px;
        align-items: flex-start;
    }
}

.request__cap img {
    width: 179px;
    height: 39px;
    display: block;
    margin-top: 5px;
}

.request__cap-left span {
    color: #303030;
    font-size: 13px;
    line-height: 135%;
}

.request__cap-right {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.request__cap-left {
    display: flex;
    flex-direction: column;
}

.request__cap-right span {
    color: #303030;
    font-size: 13px;
    line-height: 135%;
    opacity: .52;
}

.request__cap-right input {
    background: #FFFFFF;
    width: 140px;
    height: 39px;
    border-radius: 8px;
    padding: 0 15px;
    color: #303030;
    font-size: 17px;
    border: none;
    box-shadow: none;
    outline: none;
}
/* End */
/* /local/templates/obmen/template_styles.css?177852255366045 */
