@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: 'Geologica', sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
}

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: 1290px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}

.container {
    max-width: 1290px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}

.container-right {
    padding-left: calc((100vw - 1640px) / 2)
}

.half-container {
    width: 50%;
}

.add-bg-skew {
    position: relative;
}

.add-bg-skew::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: #E7C36B;
    border-radius: 10px;
    z-index: -1;
    transform: skewX(-4deg) rotate(4deg);
}

.mobile-item {
    display: none;
}

.main-top-block {
    min-height: 100vh;

    background: url("/upload/Group20.png") no-repeat center / cover;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    position: relative;

    transform: scale(-1, 1);
}

.main-top-block > .container {
    transform: scale(-1, 1);
}

.main-top-block2 {

    background: url("/upload/phone1.jpg") no-repeat left bottom / contain;
}

.nav-toggle-hidden a {
    padding-top: 5px;
    display: inline-block;
}

.header {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 20;
}


.header-main {
    display: flex;
    /*justify-content: space-between;*/
    align-items: center;
    padding: 36px 60px 36px 69px;
}

.header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 147px;
    flex-grow: 1;
}

.header-content .arrow-btn {
    margin-right: 50px;
}

.header-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-info__item {
    display: flex;
    align-items: center;
}

.header-info__item:not(:last-child) {
    margin-left: 20px;
}

.header-info__item a {
    color: #FFF;

    font-family: Geologica;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 105.5%;
}

.header-info__item a[href^='mailto:'] {
}

.header-info__item a[href^='tel:'] {
    font-size: 20px;
}

.header-info__item img {
    margin-left: 4px;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    object-fit: contain;
    object-position: center;
}


.contact-block-row {
    display: flex;
    align-items: center;
}


.header-nav-lang {
    margin-right: 40px;
}

.header-nav-lang,
.header-nav {
    display: flex;
}

.header-nav-lang a,
.header-nav a {
    color: #FFF;

    font-family: Geologica;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 105.5%;
}

.header-nav > a:not(:last-child) {
    margin-left: 50px;
}

.lang-change-buttons {
    display: flex;
}

.lang-change-buttons a {
    font-family: 'Geologica', sans-serif;;
    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-right: 13px;
}

.logo {
    display: flex;
    align-items: flex-end;
}

.logo__image {
    margin-left: 15px;
    flex-shrink: 0;
}

.logo__image img {
    display: block;
}

.nav-toggle-block {
    position: relative;
}

.nav-toggle-selected {
    position: relative;
    padding-left: 15px;
}

.nav-toggle-selected::after {
    content: '';
    position: absolute;
    width: 11px;
    height: 11px;
    background: url("/upload/Rectangles2.svg") no-repeat center;
    left: 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;
    right: 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 {
    position: relative;
    z-index: 2;
}

.i-title {
    font-family: Raleway;
    font-size: 110px;
    font-style: normal;
    font-weight: 700;
    line-height: 90%; /* 99px */
    letter-spacing: -1.1px;
    background: linear-gradient(-343deg, #607F9B 3.38%, #FFF 33.69%, #FFF 63.42%, #607F9B 95%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.i-line {
    display: flex;
    margin-top: 38px;
}

.i-line span {
    padding: 11px 24px 12px 22px;
    border-radius: 53px;
    border: 0.5px solid #FFF;
    background: #1D1D1D;
    color: #FFF;

    font-family: Geologica;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 105.5%; /* 16.88px */
    text-transform: uppercase;
}

.i-text-1 {
    color: #9E9E9E;
    font-family: Geologica;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 27px */
    margin-top: 29px;
}

.i-line span:not(:last-child) {
    margin-left: 20px;
}

.main-top-text .arrow-btn {
    margin-top: 38px;
}

.main-top-button {
    margin-top: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.scroll-sign {
    color: var(--fw-5, #797B86);
    font-family: 'Geologica', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 125% */
    letter-spacing: 0.64px;
    padding-right: 26px;
    position: relative;
}

.adv-card-container {
    margin-top: 80px;
}

.scroll-sign::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    right: 0;
    background: url("/upload/arrow-down.svg") no-repeat center;
}


.main-top-small-text {
    color: var(--fw-6, #313239);
    font-family: 'Geologica', sans-serif;
    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 {

}


.page-card__text .page-title-2 {
    color: #FFF;
    font-family: Raleway;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 50px */
    margin-bottom: 33px;
}

.page-card__text  .page-title-2 span {
    color: #316DFF;
    font-family: Raleway;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}

.page-card__image {
    width: 53.698%;
    margin-bottom: -60px;

    display: flex;
    align-items: flex-end;

    flex-shrink: 0;
}

.page-card__text {
    width: 57%;
    background: rgba(0, 0, 0, 0.20);
    backdrop-filter: blur(25.5px);
    padding: 220px 121px 182px 114px;
}

.page-card__text .arrow-btn {
    margin-top: 80px;
}

.page-modern-card-container {
    padding: 0 0 110px;
}

.klkww {
    position: relative;
    z-index: 1;
}

.klkwwss {
    position: absolute;
    left: 0;
    top: 0;
    padding: 70px 80px;
    border-radius: 0px 0px 70px 70px;
    background: var(--111, linear-gradient(-154deg, #183149 12.82%, rgba(24, 49, 73, 0.00) 107.62%));
    backdrop-filter: blur(25.5px);
    width: 520px;

    color: #FFF;
    font-family: Geologica;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 36px */
}

.klkwwss .header-info-address {
    color: #FFF;
    font-family: Geologica;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 36px */
}


.klkwwss a {
    color: #FFF;
    font-family: Geologica;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 105.5%; /* 21.1px */
    border-radius: 53px;
    border: 0.5px solid #FFF;
    padding: 9px 19px 10px 25px;

    display: inline-block;
}

.klkwwss a {
    margin-top: 20px;
}

.page-modern-card-row {
    text-align: right;
    margin-top: 40px;

    display: flex;
    flex-direction: column;
}

.page-modern-card {

    display: flex;

}

.page-modern-card-text {
    color: rgba(255, 255, 255, 0.6);
    font-family: Geologica;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 27px */
}

.page-modern-card-number {
    background: var(--111, linear-gradient(-154deg, #183149 12.82%, rgba(24, 49, 73, 0.00) 107.62%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Raleway;
    font-size: 100px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 100px */
    letter-spacing: -4px;
    margin-left: 33px;
}

.page-modern-card:not(:nth-child(4n+1)) {
    margin-top: 60px;
}

.page-modern-card img {
    width: 92px;
    flex-shrink: 0;
    margin-left: 25px;
}

.page-modern-card-number {

}

.page-modern-card h3 {
    color: #FFF;
    font-family: Raleway;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%; /* 26.4px */
    margin-bottom: 10px;
}

.advantages-container {
    padding: 171px 0 160px;
    background: url("/upload/Group22.jpg") no-repeat left bottom;
    transform: scale(-1, 1);
}

.advantages-container > .container {
    transform: scale(-1, 1);
}

.fullpage-img img {
    transform: scale(-1, 1);
}

.adv-card-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
    text-align: right;
}


.adv-card {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #FFF;
    font-family: Raleway;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 26px */
    border-radius: 30px;
    background: var(--111, linear-gradient(-154deg, #183149 12.82%, rgba(24, 49, 73, 0.00) 107.62%));
    height: 187px;
    padding: 20px;
    cursor: pointer;
    margin-bottom: 12px;
}

.adv-card.swiper-slide-thumb-active {
    background: var(--09, linear-gradient(-184deg, #316DFF 3.18%, rgba(49, 109, 255, 0.00) 159.18%));


}
.adv-card.swiper-slide-thumb-active::before {
    content: '';
    position: absolute;
    bottom: -12px;
    right: 50%;
    margin-right: -12.5px;
    width: 25px;
    height: 14px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='14' viewBox='0 0 25 14' fill='none'%3E%3Cpath d='M12.5 14L0.808657 0.5L24.1913 0.499998L12.5 14Z' fill='%23142E6D'/%3E%3C/svg%3E");
}

.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;
    right: 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: 'Geologica', sans-serif;
    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: 'Geologica', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 33.6px */
    margin-bottom: 10px;
}

.contact-block {
    background: #313239;
    color: #fff;
    padding: 80px 0 120px;
}

.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-left: 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: 20px;

}

.contact-block-left {
    position: relative;
    z-index: 2;
}

.contact-block-row .header-info__item:not(:first-child) {
    margin-right: 40px;
}

.contact-block-row {
    margin-top: 54px;
    display: flex;
}

.contact-block-row a {
    border-radius: 40px;
    border: 0.5px solid #FFF;
    white-space: nowrap;
}

.contact-block-row a[href^='tel:'] {
    color: #FFF;
    font-family: Geologica;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 105.5%; /* 23.21px */
    padding: 14px 28px 13px 30px;
}

.contact-block-row a[href^='mailto:'] {
    color: #FFF;
    font-family: Geologica;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 105.5%; /* 18.99px */
    padding: 14px 29px 17px 28px;
}

.contact-block-row a:not(:first-child) {
    margin-right: 20px;
}

.contact-block-row + .header-info__item {
    margin-top: 40px;
}

.contact-block-info .header-info__item a[href^='mailto:'] {
    color: var(--cuvee-4, #DBDBD7);
    font-family: 'Geologica', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 33.6px */
}

.contact-block-logo {
    position: absolute;
    top: 120px;
    left: calc((100vw - 1640px) / 2);
}

.contact-block-info .header-info__item a[href^='tel:'] {
    color: var(--cuvee-4, #DBDBD7);
    font-family: 'Geologica', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 33.6px */
}

.header-info-address {
    color: var(--cuvee-4, #DBDBD7);
    font-family: 'Geologica', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 33.6px */
}

.footer {
}

.footer-main {
    padding-top: 47px;
    padding-bottom: 61px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-info-links {

}

.footer-info {
    padding: 30px 0 50px;
}

.footer-info .header-main {
    padding: 0;
}

.footer-copyright {
    padding: 10px 0;
    color: var(--5, #A6A6A6);
    font-family: 'Geologica', sans-serif;
    font-size: 14px;
    font-style: normal;
    text-align: center;
    border-top: 1px solid #383B45;
    font-weight: 500;
    line-height: 21px; /* 150% */
}

.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: 40px;
}

.footer {
}

.text-block-main-2 {
    color: #C0C0C0;
    font-family: Geologica;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 27px */
    letter-spacing: 0.54px;
}

.contact-block-row {

}

.contact-block,
.page-card-container,
.advantages-container,
.page-modern-card-wrap,
.page-card-wrap,
.license-container,
.about-container {
    position: relative;
}

.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 {
    left: calc((100% - 1100px) / 2);
}

.strip-border-left {
    right: 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');
    right: 50%;
    margin-right: -8.5px;
}

.page-card-wrap {
    background-repeat: no-repeat;
    background-size: auto calc(100% - 144px) ;
    background-position: center 85px;

    margin: 81px 0 59px;

}

.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: 'Geologica', sans-serif;
    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;
    right: calc((100vw - 1640px) / 2);
}

.mt-t-1 {
    color: var(--fw-5, #797B86);
    font-family: 'Geologica', sans-serif;
    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: 'Geologica', sans-serif;
    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-right: auto;
}

.welcome-page-header .nav-toggle-block a {
    color: var(--fw-6, #313239);
    font-family: 'Geologica', sans-serif;
    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-right: auto;
}

.welcome-page-header-logo p {
    margin-top: 24px;
    text-align: center;
    color: var(--fw-6, #313239);
    font-family: 'Geologica', sans-serif;
    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: left center;
}

.welcome-page-split-card:not(:first-child) {
    padding-right: 40px;
    margin-right: 40px;
    border-right: 1px solid #E5E5E5;
}

.split-card-left {
    background-position: right 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: 'Geologica', sans-serif;
    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: 25px 0px 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;
}

.small-card {
    border-radius: 40px;
    background:  url("/upload/Masksgroup.svg") no-repeat right bottom, linear-gradient(-172deg, #002A51 6.1%, #000E1A 37.67%);
    padding: 120px 120px 120px 150px;
    display: flex;
}

.small-card-title {
    color: #FFF;
    font-family: Raleway;
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 80px */
    letter-spacing: -0.8px;
    width: 50%;
}

.small-card-left {
    width: 50%;
    padding-right: 100px;
}

.small-card-card {
    display: flex;
}

.popup_container_inner .arrow-btn {
    background: #1D1D1D;
    color: #fff;
}

.small-card-card:not(:first-child) {
    margin-top: 60px;
}

.small-card--img {
    width: 74px;
    height: 74px;
    flex-shrink: 0;
    position: relative;

    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 40px;
}

.small-card--img::before {
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 15px;
    opacity: 0.1;
    background: linear-gradient(-180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
}

.small-card--text h2 {
    color: #FFF;
    font-family: Raleway;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%; /* 26.4px */
}


.small-card--text p {
    color: #9E9E9E;
    font-family: Geologica;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 27px */
    margin-top: 10px;
}


.small-card--text p img:not(:last-child){
    margin-left: 23px;
}

.taks {
    padding: 140px 0;
    position: relative;
}

.taks-img {
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%,-50%);
    -moz-transform: translate(50%,-50%);
    -ms-transform: translate(50%,-50%);
    -o-transform: translate(50%,-50%);
    transform: translate(50%,-50%);
}

@media all and (max-width: 1640px) {
    .container-right {
        padding-left: 20px;
    }

    .contact-block-logo {
        left: 20px;
    }

    .main-top-top-text {
        right: 20px;
    }

    .page-contact-form {
        padding-right: 20px;
    }
}
@media all and (max-width: 1300px) {
    .container {
        width: 100%;
    }

    .license-slider-container {
    }

    .swiper-button-next, .swiper-rtl .swiper-button-prev {
        left: 0;
    }

    .swiper-button-prev, .swiper-rtl .swiper-button-next {
        right: 0;
    }
}

@media all and (max-width: 1140px) {
    .small-container {
        width: 100%;
    }

    .strip-border-left {
        right: 10px;
    }

    .strip-border-right {
        left: 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-left: 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;
        right: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        align-items: center;
        padding-right: 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;
        right: 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;
        right: 0;
    }

    .header-info {
        flex-direction: column;
    }

    .header-info__item:not(:last-child) {
        margin-left: 0;
    }

    .main-top-text {
        width: 100%;
        font-size: 28px;
    }

    .menu-open .header-nav a {
        color: #000;
    }

    .logo__image {
        flex-shrink: unset;
    }

    .i-title {
        font-size: 60px;
    }

    .license-slider__slide {
        flex-direction: column;
    }

    .license-slider-img {
        width: 100%;
        padding: 40px;
    }

    .license-slider-text {
        width: 100%;
        padding-right: 0;
        margin-top: 50px;
    }

    .page-card__text {
        width: 100%;
        padding: 60px 40px;
    }

    .advantages-container {
        padding: 60px 20px;
    }

    .contact-block-row a:not(:first-child) {
        margin-right: 0;
        margin-top: 20px;
    }

    .klkwwss {
        width: 100%;
        position: static;
        padding: 40px 20px;
        border-radius: unset;
    }

    .klkww {
        padding: 0;
    }

    .page-title {
        font-size: 52px;
    }

    .taks {
        padding: 60px 0;
    }

    .small-card {
        padding: 40px;
        flex-direction: column;
    }

    .small-card-title {
        width: 100%;
    }

    .license-container {
        padding: 40px 0;
    }

    .small-card-title {
        font-size: 32px;
    }

    .small-card-left {
        width: 100%;
        padding-right: 0;
        margin-top: 40px;
    }


    .header-content .arrow-btn {
        display: none;
    }

    .main-top-block {
        -webkit-background-size: cover;
        background-size: cover;
        background-position: left 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-right: 0;
        padding-right: 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;
    }

    .header-content {
        margin-right: 20px;
    }

}

@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-left: 0;
    }

    .page-modern-card:not(:nth-child(4n+1)) {
        margin-right: 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-left: 25px;
    }

    .contact-map {
        height: 380px;
    }

    .contact-block-logo {
        display: none;
    }

    .contact-block-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .contact-block-row .header-info__item:not(:first-child) {
        margin-right: 0;
        margin-top: 40px;
    }

    .page-form-block {
        flex-direction: column-reverse;
        padding-top: 40px;
    }

    .container-right {
    }

    .page-contact-form {
        padding-bottom: 40px;
    }

    .mobile-hidden {
        display: none;
    }

}