@import "normalize.css";
@import "fonts.css";
@import "components.css";

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    font-size: 16px;
}

body {
    font-family: 'SF UI Text', sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #313239;
}

img,
picture {
    max-width: 100%;
}

a {
    text-decoration: none;
    cursor: pointer;
}

button,
input,
select,
textarea {
    font-weight: inherit;
    border: none;
    outline: none;
}

button,
select {
    cursor: pointer;
}

textarea {
    resize: none;
}

label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.container-big {
    max-width: 1620px;
    width: calc(100% - ((100vw - 1455px) / 2));
    padding: 0 20px;
    margin-left: calc((100vw - 1455px) / 2);
}

.container {
    max-width: 1455px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}

.container-right {
    padding-left: 20px;
    padding-right: calc((100vw - 1415px) / 2)
}

.container-left {
    padding-right: 20px;
    padding-left: calc((100vw - 1415px) / 2)
}

.half-container {
    width: 50%;
}

.add-bg-skew {
    position: relative;
}

    .add-bg-skew::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: #E7C36B;
        border-radius: 10px;
        z-index: -1;
        transform: skewX(4deg) rotate(-4deg);
    }

.mobile-item {
    display: none;
}

.main-top-block {
    background: #ECEEED;
    padding-bottom: 95px;
    position: relative;
}

.main-top-block::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 160px;
    background: linear-gradient(0deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
    bottom: 0;
    left: 0;
}

.main-top-block2 {

    background: url("/upload/phone1.jpg") no-repeat right bottom / contain;
}

    .header {
        z-index: 2;


        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }


        .header-main {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 47px 0;
        }

        .header-content {
            display: flex;
            align-items: center;
        }

        .header-content .arrow-btn {
            margin-left: 50px;
        }

            .header-info {
                display: flex;
                justify-content: space-between;
                align-items: center;
            }

                .header-info__item {
                    display: flex;
                    align-items: flex-start;
                }

                .header-info__item:not(:last-child) {
                }

                    .header-info__item a {
                        white-space: nowrap;
                    }

                    .header-info__item a[href^='mailto:'] {
                    }

                    .header-info__item a[href^='tel:'] {
                    }

                    .header-info__item img {
                        margin-right: 10px;
                        margin-top: 5px;
                        flex-shrink: 0;

                    }


                    .contact-block-row {
                        display: flex;
                        align-items: center;
                        margin-top: 81px;
                    }

.contact-block-row + .contact-block-row {
    margin-top: 40px;
}



.header-nav {
                display: flex;
            }

                .header-nav a {
                    color: #4C4C4C;

                    font-family: Geologica;
                    font-size: 18px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: normal;
                }

                .white-btn {
                    color: #141414;
                    font-family: Geologica;
                    font-size: 18px;
                    font-style: normal;
                    font-weight: 500;
                    line-height: 105.5%; /* 18.99px */
                    letter-spacing: -0.36px;
                    padding: 14px 21px 17px;
                    border-radius: 40px;
                    background: #FFF;
                }

                .header-nav > a:not(:last-child) {
                    margin-right: 45px;
                }

            .lang-change-buttons {
                display: flex;
            }

                .lang-change-buttons a {
                    font-family: 'Gilroy';
                    font-style: normal;
                    font-weight: 500;
                    font-size: 16px;
                    line-height: 100%;
                    letter-spacing: 0.05em;
                    text-transform: uppercase;
                    color: rgba(231, 196, 108, 0.6);

                    display: flex;
                    align-items: center;
                    justify-content: center;
                }

                .lang-change-buttons a.active {
                    width: 37px;
                    height: 35px;
                    background: #E7C46C;
                    border-radius: 10px;
                    color: #030303;
                }

                .lang-change-buttons a:not(:first-child) {
                    margin-left: 13px;
                }

.logo {
    display: flex;
    align-items: flex-end;
}

    .logo__image {
        margin-right: 15px;
        flex-shrink: 0;
    }

        .logo__image img {
            display: block;
        }

        .main-top-block .container {
            position: relative;
            padding-top: 235px;
        }

        .top-img {
            position: absolute;
            display: block;
            top: 0;
            left: 20px;
            width: 51.066%;
            z-index: 1;
        }

        .top-img-2 {
            /*position: absolute;*/
            display: block;
            /*top: 0;*/
            /*left: 20px;*/
            /*width: 23.918%;*/

            margin-top: 16px;
        }

        .top-ab-text {
            color: #000;
            font-family: Sulphur Point;
            font-size: 26px;
            font-style: normal;
            font-weight: 700;
            line-height: 110%; /* 28.6px */
            letter-spacing: -0.52px;
            border-radius: 100px 0px;
            background: #FFF;

            padding: 182px 37px 46px 40px;

            /*position: absolute;*/
            /*left: 20px;*/
            /*top: 39.5%;*/
            /*z-index: 0;*/

            /*width: 23.918%;*/
            width: 100%;
        }

        .dwdawd {
            position: absolute;
            width: 23.918%;
            bottom: 18px;
            z-index: 0;
            left: 20px;
            display: flex;
            flex-direction: column;
        }

        .top-ps2-wr {
            color: #000;
            font-family: Sulphur Point;
            font-size: 70px;
            font-style: normal;
            font-weight: 700;
            line-height: 110%; /* 77px */
            text-transform: uppercase;
            margin-top: 152px;

            width: 66.078%;
            margin-left: auto;
        }

.nav-toggle-block {
    position: relative;
    margin-left: 45px;
}

.nav-toggle-selected {
    position: relative;
    padding-right: 15px;
}

.nav-toggle-selected::after {
    content: '';
    position: absolute;
    width: 11px;
    height: 11px;
    background: url("/upload/Rectangles2.svg") no-repeat center;
    right: 0;
    top: 5.5px;

    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
}

.nav-toggle-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.license-slider-text {
    flex-grow: 1;
}

.nav-toggle-hidden {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;

    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
}

.nav-toggle-block:hover .nav-toggle-hidden {
    display: block;
}

.nav-toggle-block:hover .nav-toggle-selected::after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.main-top-text {

    width: 40.495%;
    margin-left: auto;
}

.main-top-text-text {
    color: #898989;
    font-family: Geologica;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
    margin-top: 26px;
}

.main-top-cards {
    margin-top: 160px;
}

.main-top-modern-card {
    display: flex;
}

.main-top-modern-card-number {
    color: #FF7A00;
    font-family: Sulphur Point;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    width: 66px;
    padding-right: 20px;
    flex-shrink: 0;
}

.main-top-sss h3 {
    color: #000;
    font-family: Sulphur Point;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%; /* 28.6px */
    letter-spacing: -0.52px;
}

.main-top-sss p {
    color: #898989;
    font-family: Geologica;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 27px */
    margin-top: 5px;

    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.main-top-sss p img {
    margin-right: 29px;
}

.main-top-modern-card {
    padding: 25px 0 28px;
    border-top: 1px solid #000;
}


.main-top-modern-card:last-child {
    border-bottom: 1px solid #000;
}

.main-top-text .arrow-btn {
}

.main-top-button {
    margin-top: 28px;
    display: flex;
    align-items: center;
}

.dark-btn {
    color: #FFF;
    text-align: center;
    font-family: Geologica;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 27px */
    text-transform: uppercase;
    border-radius: 53px;
    background: #000;
    padding: 22px 20px 23px;
}



.scroll-sign {
    color: var(--fw-5, #797B86);
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 125% */
    letter-spacing: 0.64px;
    padding-left: 26px;
    position: relative;
}

.adv-card-container {
    margin-top: 80px;
}

.scroll-sign::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    background: url("/upload/arrow-down.svg") no-repeat center;
}


.main-top-small-text {
    color: var(--fw-6, #313239);
    font-family: Raleway;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    margin-bottom: 40px;
}

    .page-main-title {
        font-family: 'Gotham Pro Narrow';
        font-weight: 700;
        font-size: 70px;
        line-height: 100%;
        letter-spacing: -0.02em;
    }

    .main-top-text p {
    }

.strips-2-container {
}

.about-container {
    padding: 100px 0;
    text-align: center;
}

.license-container {
    padding: 100px 0;
}

.page-card-block {
    padding: 150px 0;

    display: flex;
}

    .page-card__image {
        width: 53.698%;
        margin-bottom: -60px;

        display: flex;
        align-items: flex-end;

        flex-shrink: 0;
    }

    .page-card__text {
        position: relative;
        z-index: 1;
    }

    .license-slider-wrap {
        display: flex;
        align-items: flex-start;
    }


    .license-slider-label {
        width: 100%;
        max-width: 345px;
        margin-right: 40px;
    }


.page-modern-card-container {
    padding: 0 0 110px;
}

    .page-modern-card-row {
        text-align: left;
        margin-top: 70px;

        display: flex;
        flex-wrap: wrap;
    }

        .page-modern-card {
            width: calc(50% - 42px);

            display: flex;
            align-items: flex-start;

            color: var(--fw-6, #313239);
            font-family: Raleway;
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            line-height: 150%; /* 27px */
        }

        .page-modern-card-number {
            color: #FFF;

            font-family: Sulphur Point;
            font-size: 90px;
            font-style: normal;
            font-weight: 700;
            line-height: 40%; /* 36px */
            letter-spacing: -4.5px;
            text-transform: uppercase;

            width: 80px;
            height: 80px;
            flex-shrink: 0;
            background: #ECEEED;

            margin-top: 5px;
            margin-right: 35px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;

            display: flex;
            align-items: flex-end;
        }

            .page-modern-card:nth-child(even) {
                margin-left: 84px;
            }

.page-modern-card:not(:nth-child(-n+2)) {
    margin-top: 70px;
}

            .page-modern-card img {
                width: 92px;
                flex-shrink: 0;
                margin-right: 25px;
            }

            .adv-img {
                display: flex;
                width: 33%;
                align-items: flex-start;
                margin-right: 9%;
            }

            .adb-main {
                width: 58%;
            }

        .page-modern-card-number {

        }

        .page-modern-card-text p {
            color: #898989;
            font-family: Geologica;
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            line-height: 150%; /* 27px */
        }

        .page-modern-card h3 {
            color: #000;

            font-family: Sulphur Point;
            font-size: 30px;
            font-style: normal;
            font-weight: 700;
            line-height: 110%; /* 33px */
            letter-spacing: -0.3px;
            margin-bottom: 12px;
        }

        .page-card-img-right {
            position: relative;
        }

        .page-card-img {
            position: absolute;
            right: 0;
            top: 0;

            width: 48.66%;
        }

.advantages-container {
    padding: 150px 0;
}

    .adv-card-list {
        display: flex;
        flex-wrap: wrap;
        margin-top: 60px;
        text-align: left;
    }

        .adv-card {
            display: flex;
            flex-direction: column;

            width: calc(25% - 45px);
        }

        .adv-card:not(:nth-child(4n+1)) {
            margin-left: 60px;
        }

            .adv-card__image {
                width: 100%;
                height: 130px;
                flex-shrink: 0;
                position: relative;

                display: flex;
            }

            .adv-card__image.add-bg-skew::before {
                /*border-radius: 18px;*/
                /*transform: skewX(0deg) rotate(-32deg);*/
            }

            .adv-card__image_bg {
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
                z-index: 2;
                background: #FFFFFF;
                border: 2px solid #2B2C2F;
                border-radius: 18px;
                transform: rotate(-45deg);
                position: absolute;
            }

                .adv-card__image img {
                    position: relative;
                    z-index: 3;
                    /*-webkit-transform: rotate(45deg);*/
                    /*-moz-transform: rotate(45deg);*/
                    /*-ms-transform: rotate(45deg);*/
                    /*-o-transform: rotate(45deg);*/
                    /*transform: rotate(45deg);*/
                }

            .adv-card__text {
                margin-top: 30px;

                color: var(--fw-6, #313239);
                font-family: Raleway;
                font-size: 18px;
                font-style: normal;
                font-weight: 400;
                line-height: 140%; /* 25.2px */
            }

                .adv-card__text h3 {
                    color: var(--fw-6, #313239);
                    font-family: Raleway;
                    font-size: 24px;
                    font-style: normal;
                    font-weight: 600;
                    line-height: 140%; /* 33.6px */
                    margin-bottom: 10px;
                }

.contact-block {
    border-radius: 100px 0px 0px 0px;
    background: #1B1B1B;
    color: #fff;
    padding: 60px 0 0;
}

.contact-info-wrap {
    display: flex;
}

.contact-map-block {
    width: 60.5%;
}
.contact-map-block.add-bg-skew::before {
    border-radius: 18px;
    -webkit-transform: skewX(-2deg) rotate(-2deg);
    -moz-transform: skewX(-2deg) rotate(-2deg);
    -ms-transform: skewX(-2deg) rotate(-2deg);
    -o-transform: skewX(-2deg) rotate(-2deg);
    transform: skewX(-2deg) rotate(-2deg);
}

    .contact-map {
        border: 2px solid #2B2C2F;
        border-radius: 18px;
        overflow: hidden;
        width: 100%;
        height: 100%;
    }

.contact-info-list {
    width: calc(39.5% - 20px);
    margin-right: 20px;

    padding: 60px 65px 75px;

    background: #FFFFFF;
    border: 2px solid #2B2C2F;
    border-radius: 18px;
}

.contact-info-list.add-bg-skew::before {
    border-radius: 18px;
    -webkit-transform: skewX(-2deg) rotate(-4deg);
    -moz-transform: skewX(-2deg) rotate(-4deg);
    -ms-transform: skewX(-2deg) rotate(-4deg);
    -o-transform: skewX(-2deg) rotate(-4deg);
    transform: skewX(-2deg) rotate(-4deg);
}

    .contact-info-list .arrow-btn {
        margin-top: 35px;
    }

    .contact-block-info {
        margin-top: 43px;

    }

    .contact-block-left {
        position: relative;
        z-index: 2;
        margin-right: 20px;
    }

    .contact-block-row .header-info__item:not(:first-child) {
        margin-left: 25px;
    }

    .contact-block-row + .header-info__item {
        margin-top: 40px;
    }

    .contact-block-info .header-info__item a[href^='mailto:'] {
        color: #FFF;

        font-family: Sulphur Point;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 105.5%;
        border-radius: 40px;
        border: 1px solid #FFF;
        padding: 26px 58px;
    }

    .contact-block-info .header-info__item a[href^='tel:'] {
        color: #FFF;
        font-family: Sulphur Point;
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: 105.5%; /* 31.65px */
        letter-spacing: -0.6px;
        padding: 21px 38px 20px 39px;
        border-radius: 40px;
        background: rgba(255, 255, 255, 0.2);
    }

    .contact-block-logo {
        margin-left: auto;
        display: flex;
    }

    .contact-block-logo img {
        border-radius: 100px 0px 0px 0px;
    }

    .flex-row {
        display: flex;
    }

    .contact-block .flex-row {
        align-items: center;
    }



    .contact-block-info .header-info__item a[href^='tel:'] {

    }

    .header-info-address {
        color: var(--cuvee-3, #FFF);
        font-family: Geologica;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 150%; /* 27px */
        text-transform: uppercase;
    }

.footer {
    background: #F8F8F8;
    border-top: 1px solid rgba(219, 219, 215, 0.1);
}

    .footer-main {
        padding-top: 47px;
        padding-bottom: 61px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .footer-info-links {

        }

    .footer-info {
    }

        .footer-copyright {
            padding: 19px 0;
            color: var(--5, #A6A6A6);    font-family: 'Geologica';

            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 21px; /* 150% */
            text-align: center;
        }

.page-card-container,
.advantages-container,
.page-card-wrap,
.license-container,
.about-container {
    /*border-bottom: 1px solid rgba(0, 0, 0, 0.2);*/
}

.advantages-container {
    /*border-top: 1px solid rgba(0, 0, 0, 0.2);*/
}

.text-block-main {
    margin-top: 58px;
    color: #898989;
    font-family: Geologica;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */

    width: 43.039%;
}

.text-1 {
    margin-top: 62px;
    color: #000;
    font-family: Geologica;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 33px */
}

.contact-block-row-2 {
    display: flex;
    margin-top: 22px;
}

.header-info__item-2 {
    display: flex;
}

.header-info__item-2 a[href^='tel:'] {
    color: #000;
    font-family: Sulphur Point;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 105.5%; /* 31.65px */
    letter-spacing: -0.6px;
    padding: 21px 38px 22px 39px;
    border-radius: 40px;
    background: #FFF;
}


.header-info__item-2 a[href^='mailto:'] {
    color: #000;
    font-family: Sulphur Point;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 105.5%; /* 21.1px */
    padding: 27px 58px;
    border-radius: 40px;
    border: 1px solid #000;
}

.header-info__item-2:not(:first-child) {
    margin-left: 25px;
}

.footer {
    background: #1B1B1B;
}

.contact-block,
.page-card-container,
.advantages-container,
.page-modern-card-wrap,
.page-card-wrap,
.license-container,
.about-container {
    position: relative;
}

.page-card-wrap {
    background: #ECEEED;
}

.strip-borders {

}

.strip-border-right,
.strip-border-left {
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.2);
    top: 0;

    z-index: -1;
}

.advantages-container .adv-card-list {
    z-index: 2;
    position: relative;
}

.advantages-container .strip-border-right,
.advantages-container .strip-border-left{
    z-index: 1;
}

.strip-border-right {
    right: calc((100% - 1100px) / 2);
}

.strip-border-left {
    left: calc((100% - 1100px) / 2);
}

.slit-card-mobile-image {
    display: none;
}

.rect-top::before,
.rect-bottom::after {
    content: '';
    position: absolute;
    width: 17px;
    height: 15px;
    background-image: url('/img/rectangle.svg');
    left: 50%;
    margin-left: -8.5px;
}

.page-card-wrap {
    background-repeat: no-repeat;
    background-position: right bottom;
    -webkit-background-size: contain;
    background-size: contain;
}

.rect-top::before {
    top: 0;
}

.rect-bottom::after {
    bottom: 0;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.main-borders-center,
.main-borders-bottom,
.main-borders-top {
    width: 100%;
    position: relative;
}

.main-borders-center {
    height: 60vh;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.main-borders-bottom,
.main-borders-top {
    height: 20vh;
}

.main-top-block .strip-border-right,
.main-top-block .strip-border-left {
    background-color: rgba(255, 255, 255, 0.2);
    z-index: 1;
}

.fullpage-img {
    width: 100%;
}

.fullpage-img img {
    width: 100%;
    display: block;
}

.adv-card-list {

}

.contact-form-wrap {
    border-bottom: 40px solid #313239;

}

.page-form-block {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-top: 60px;
}

.page-contact-form {
    padding-bottom: 84px;
    max-width: 638px;
}

.page-contact-text {
    color: var(--fw-6, #313239);
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 27px */
}

.page-contact-text {
    margin-top: 10px;
}

.contact-form {
    margin-top: 40px;
}

.main-top-top-text {
    position: absolute;
    top: 15px;
    left: calc((100vw - 1640px) / 2);
}

.mt-t-1 {
    color: var(--fw-5, #797B86);
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px; /* 137.5% */
    letter-spacing: 0.64px;
}

.mt-t-2 {
    color: var(--fw-6, #313239);
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px; /* 137.5% */
    letter-spacing: 0.64px;
    margin-top: 15px;
}

.welcome-page-header {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 36px 0 0;
}

.welcome-page-header .nav-toggle-block {
    margin-left: auto;
}

.welcome-page-header .nav-toggle-block a {
    color: var(--fw-6, #313239);
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0.64px;
}

.welcome-page-header-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-left: auto;
}

.welcome-page-header-logo p {
    margin-top: 24px;
    text-align: center;
    color: var(--fw-6, #313239);
    font-family: Raleway;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.72px;
    text-transform: uppercase;
}

.welcome-page-split-block {
    display: flex;
    flex-grow: 1;
}

.welcome-page-split-card {
    width: calc(50% - 20px);

    display: flex;
    flex-direction: column;

    margin: 60px 0 108px;

    background-repeat: no-repeat;

}

.split-card-right {
    background-position: right center;
}

.welcome-page-split-card:not(:first-child) {
    padding-left: 40px;
    margin-left: 40px;
    border-left: 1px solid #E5E5E5;
}

.split-card-left {
    background-position: left top;
}

.welcome-page-main {
    display: flex;
    padding: 0 20px;
    flex-direction: column;
    min-height: 100vh;
}

.slit-card-main {
    display: flex;
    flex-direction: column;
    align-items: flex-start;

    margin-top: auto;
}

.slit-card-main p {
    color: var(--fw-6, #313239);
    font-family: Raleway;
    font-size: 48px;
    font-weight: 500;
    line-height: 130%; /* 62.4px */
}

.slit-card-main .arrow-btn {
    margin-top: 27px;
}


.partners-block {
    margin-top: 30px;
}

.partner-item {
    border-radius: 0px 25px 0px 0px;
    background: #FFF;

    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;

    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;

    position: relative;
    overflow: hidden;
}

.partners-title{
    display: flex;
    justify-content: space-between;
}

.partners-container {
    background: #F6F7F8;
    padding-top: 100px;
    padding-bottom: 130px;
    margin-bottom: 100px;
}

.partners-container .swiper-button-next:not(:hover), .partners-container .swiper-button-prev:not(:hover) {
    background: #fff;
}


.license-slider-thumbs {
    order: -1;
    width: 100%;
    height: 512px;
}


.license-slider-thumbs .swiper-slide-active {
}

.license-slider-thumbs-swiper-slide {
    color: #010101;
    text-align: center;
    font-family: Geologica;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 105.5%; /* 18.99px */
    letter-spacing: -0.36px;
    padding: 27px 20px 29px;
    border-radius: 100px;
    background: #ECEEED;
    cursor: pointer;
}

.license-slider-thumbs .swiper-slide-thumb-active {
    color: #FFF;
    background: #000;
}

.main-top-title {
    color: #000;
    font-family: Sulphur Point;
    font-size: 110px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;

    background: url("/upload/efff.png") no-repeat right 62px top 12px;
}

@media all and (max-width: 1455px) {
    .container-big {
        margin-left: 0;
        width: 100%;
    }
}
@media all and (max-width: 1415px) {
    .container-right {
        padding-right: 20px;
    }
    .container-left {
        padding-left: 20px;
    }

    .contact-block-logo {
        right: 20px;
    }

    .main-top-top-text {
        left: 20px;
    }

    .page-contact-form {
        padding-left: 20px;
    }
}
@media all and (max-width: 1300px) {
    .container {
        width: 100%;
    }

    .license-slider-container {
    }

    .swiper-button-next, .swiper-rtl .swiper-button-prev {
        right: 0;
    }

    .swiper-button-prev, .swiper-rtl .swiper-button-next {
        left: 0;
    }
}

@media all and (max-width: 1140px) {
    .small-container {
        width: 100%;
    }

    .strip-border-left {
        left: 10px;
    }

    .strip-border-right {
        right: 10px;
    }
}

@media all and (max-width: 960px) {

    .mobile-item {
        display: block;
    }

    .mobile-menu-btn {
        display: block;
        /*margin-left: auto;*/
    }

    .header-nav a:not(:last-child) {
        margin-right: 0;
    }

    .header-nav a {
        margin-bottom: 50px;
        font-size: 1.375rem;
    }

    .header-nav {
        display: none;
        position: fixed;
        padding-top: 136px;
        width: 100%;
        height: 100%;
        overflow-y: auto;
        top: 0;
        left: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        align-items: center;
        padding-left: 0;
        z-index: 10;
        background: #fff;
    }

    .menu-open {
        position: fixed;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .menu-open .header-nav {
        display: flex;
    }

    .menu-open .header {
        position: fixed;
        width: 100%;
        height: 100vh;
        background: #fff;
        left: 0;
        top: 0;
        z-index: 999;
    }

    .menu-open .main-top-block {
        /*z-index: 999;*/
        /*position: relative;*/
    }

    .menu-open .header-main .logo {
        /*position: fixed;*/
        z-index: 11;
    }

    .menu-open .mobile-menu-btn {
        /*position: fixed;*/
    }

    .menu-open .main-top-block .arrow-btn {
        position: fixed;
        width: 100%;
        bottom: 0;
        left: 0;
    }

    .header-info {
        flex-direction: column;
    }

    .header-info__item:not(:last-child) {
    }

    .main-top-text {
        width: 100%;
        font-size: 28px;
    }

    .logo__image {
        flex-shrink: unset;
    }

    .header-content .arrow-btn {
        display: none;
    }
    
    .main-top-block {
        -webkit-background-size: cover;
        background-size: cover;
        background-position: right 50% bottom;
    }

    .scroll-sign {
        display: none;
    }

    .welcome-page-split-block {
        flex-direction: column;
    }

    .slit-card-mobile-image {
        display: flex;
    }

    .welcome-page-split-card {
        width: 100%;
        margin-bottom: 0;
        background-image: unset !important;
    }

    .welcome-page-split-card:not(:first-child) {
        margin-left: 0;
        padding-left: 0;
        border: unset;
    }

    .slit-card-main p {
        font-size: 28px;
    }

    .welcome-page-main {
        padding-bottom: 80px;
    }

    .partners-container {
        padding-top: 40px;
        padding-bottom: 40px;
        margin-bottom: 0;
    }

    .top-img {

        display: none;
    }

    .main-top-title {
        font-size: 60px;
        -webkit-background-size: auto 45px;
        background-size: auto 45px;
    }

    .nav-toggle-block {
        margin-left: 0;
        margin-top: 40px;
    }

    .nav-toggle-selected {
        margin-bottom: 0 !important;
    }

    .main-top-block .container {
        padding-top: 180px;
    }

    .main-top-cards {
        margin-top: 40px;
    }

    .top-ps2-wr {
        width: 100%;
        margin-top: 40px;
    }

    .dwdawd {
        display: none;
    }

    .top-ps2-wr {
        font-size: 36px;
    }

    .license-slider-label {
        display: none;
    }

    .license-slider-container {
        width: 100%;
    }

    .license-slider__slide {
        flex-direction: column;
    }

    .license-slider__slide {
        border-radius: 0px 40px;
        padding: 20px;
    }

    .text-block-main {
        width: 100%;
        margin-top: 40px;
    }

    .text-1 {
        margin-top: 40px;
    }

    .contact-block-row-2 {
        flex-direction: column;
    }

    .header-info__item-2:not(:first-child) {
        margin-left: 0;
        margin-top: 20px;
    }

    .flex-row {
        flex-direction: column;
    }


    .adv-img {
        margin-right: 0;
        width: 100%;
    }

    .adb-main {
        width: 100%;
        margin-top: 40px;
    }

    .page-card-img {
        display: none;
    }

    .license-slider-img {
        width: 100%;
        height: auto;
        border-radius: 0px 40px;
    }

    .license-slider-text {
        width: 100%;
        padding-left: 0;
        margin-top: 30px;
    }

    .page-modern-card:nth-child(even) {
        margin-left: 0;
        margin-top: 20px;
    }

    .page-modern-card:not(:nth-child(-n+2)) {
        margin-top: 20px;
    }

    .page-modern-card-row {
        margin-top: 40px;
    }

    .contact-block {
        border-radius: 40px 0px 0px 0px;
    }
}

@media all and (max-width: 640px) {

    .footer-main,
    .contact-block,
    .advantages-container,
    .page-modern-card-container,
    .page-card-block,
    .license-container,
    .about-container {
        padding: 40px 0;
    }

    .contact-info-list {
        padding: 40px 20px;
    }

    .popup_container_inner {
        padding: 40px;
    }

    .footer-main,
    .contact-info-wrap,
    .page-card-block {
        flex-direction: column;
    }

    .header-main .header-info {
        display: none;
    }

    .contact-info-list,
    .contact-map-block,
    .adv-card,
    .page-modern-card,
    .page-card__text,
    .page-card__image {
        width: 100%;
    }

    .page-card__image {
        padding-right: 0;
    }

    .adv-card:not(:nth-child(4n+1)) {
        margin-left: 0;
        margin-top: 20px;
    }

    .footer-main .header-info__item:not(:last-child) {
        margin-bottom: 0;
    }

    .footer-main .header-info__item {
        margin-top: 15px;
    }

    .license-slider-container {
        padding: 0;
    }

    .page-main-title {
        font-size: 36px;
    }

    .page-title {
        font-size: 32px;
    }

    .page-modern-card {
        font-size: 18px;
        height: auto;
    }

    .page-modern-card img {
        width: 25%;
    }

    .adv-card__image {
        height: 90px;
        margin-right: 25px;
    }

    .contact-map {
        height: 380px;
    }

    .contact-block-logo {
        margin-top: 40px;
    }

    .contact-block-logo img {
        border-radius: unset;
    }


    .contact-block-row + .contact-block-row {
        margin-top: 40px;
    }

    .contact-block-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .contact-block-row .header-info__item:not(:first-child) {
        margin-left: 0;
        margin-top: 40px;
    }

    .page-form-block {
        flex-direction: column-reverse;
        padding-top: 40px;
    }

    .container-right {
    }

    .page-contact-form {
        padding-bottom: 40px;
    }
    .license-container {
        padding-top: 0;
    }
}