

/* Start:/local/templates/xtech_landing/css/style.css?177073373136535*/
:root {
    --rtk-primary-color: #7700FF;
    --rtk-secondary-color: #FF4F12;
    --rtk-border-radius: 8px;
}

html {
    scroll-behavior: smooth;
}

body {
    background: #fff;
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    box-sizing: border-box;
    transition: all .3s ease;
}


a {
    color: inherit;
}

a:hover {
    color: #101828D9;
}

button {
    border: none;
    font: inherit;
    cursor: pointer;
}

input, select, textarea {
    border: none;
    outline: none;
    font: inherit;
    width: 100%;
    color: #101828;
    border-bottom: 2px solid #1018281A;
    padding-bottom: 4px;
}

.modal input {
    width: auto;
}

input:focus, textarea:focus {
    border-bottom-color: #7700FF;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

/* input[type=number] {
  -moz-appearance: textfield;
} */


h1, h2, h3, h4, h5, h6 {
    color: #101828;
}

h1 {
    font-size: 50px;
    font-weight: 500;
    line-height: 60px;
}


h2 {
    font-weight: 500;
    font-size: 36px;
    line-height: 44px;
}

h3 {
    font-weight: 500;
    font-size: 28px;
    line-height: 36px;
}

h4 {
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
}

h5 {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
}

ul {
    padding-left: 20px;
}

li::marker {
    color: var(--rtk-primary-color);
}

.landing-block {
    padding: 80px 0;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.gray-bg {
    border: none !important;
    background-color: #F8F8F8 !important;
}

.purple-bg {
    background-color: #7700FF !important;
}

.white-bg {
    background-color: #FFF;
    border-radius: 16px !important;
    display: flex;
    flex-direction: row !important;
    gap: 40px;
    align-items: center;
}

.frame-img {
    max-width: 50%;
}

.white-block {
    background-color: #fff;
    border-radius: 16px;
    padding: 60px;
    width: 100%;
    background-image: url("/local/templates/xtech_landing/images/gallery/main-cover-bg.png");
    background-position: right;
    background-repeat: no-repeat;
}

.landing-block-container {
    max-width: 1440px;
    margin: 0 auto;
}

.landing-block-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.landing-block-head-title {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 60%;
}

.landing-block-frame {
    border-radius: var(--rtk-border-radius);
    padding: 60px 0;
    display: flex;
    flex-direction: column;
    gap: 40px;
}


.xtech-menu-margin {
    height: 89px;
}


.landing-header {
    position: fixed;
    padding: 16px 0;
    width: 100%;
    border-bottom: 1px solid #1018281A;
    background-color: #fff;
    z-index: 300;
}


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

.header-links {
    display: flex;
    gap: 40px;
    align-items: flex-end;
}


.menu-list {
    display: flex;
    margin: 0;
    padding: 0;
    gap: 20px;
    font-size: 14px;
    line-height: 20px;

}

.menu-item {
    position: relative;
}

.menu-item::after {
    content: '';
    position: absolute;
    bottom: -17px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--rtk-primary-color);
}

.menu-item:hover::after, .menu-item.active::after {
    width: 100%;
}

.form-link {
    color: #7700FF;
}

.form-link:hover {
    color: #D33706;
}


.landing-footer {
    padding: 20px 0 40px;
    width: 100%;
    background-color: #F8F8F8;
}

.footer-container {
    display: flex;
    flex-direction: column;
    gap: 40px;
    justify-content: space-between;
}

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

.footer-info-content {
    max-width: 710px;
}

.footer-privacy-info {
    font-size: 12px;
    line-height: 16px;
}

.footer-copyright-info {
    font-size: 14px;
    line-height: 20px;
}


.main-cover-bg {
    width: 100%;
    background-color: #F8F2FF;
}

.main-cover-content, .cover-content {
    display: flex;
    flex-direction: column;
    gap: 32px;
    max-height: 520px;
}

.main-cover-content {
    padding: 120px 0;
    background-image: url("/local/templates/xtech_landing/images/gallery/main-cover-bg.png");
    background-position: right;
    background-repeat: no-repeat;
}

.cover {
    padding: 40px 0;
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
}

.cover-text {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.assets .card-footer.details-link {
    display: none;
}

.cover-description {
    max-width: 640px;
    font-size: 18px;
    line-height: 28px;
    color: #101828;
}

.cover-button-wrapper {
    display: flex;
    flex-direction: row;
    gap: 30px;
}

.cover-img {
    width: 710px;
    border-radius: 32px;
}

.primary {
    color: var(--rtk-primary-color);
}

.secondary {
    color: var(--rtk-secondary-color)
}

.third {
    border: #7700FF solid 2px;
}

.btn {
    display: inline-block;
    text-align: center;
    border-radius: 8px;
    padding: 12px 24px;
    height: 100%;
    transition: .15s cubic-bezier(0.4, 0, 0.6, 1);
}

.btn.primary {
    color: #fff;
    background-color: var(--rtk-primary-color);
}

.btn.primary:hover {
    background-color: #5B09C0;
}

.btn.primary:active {
    background-color: #3F028C;
}


.advantages {
    background-image: url("/local/templates/xtech_landing/images/gallery/partnership.png");
    background-size: contain;
    height: 600px;
    border-radius: 24px;
}

.advantages-card-wrapper {
    padding: 20px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.advantages-card {
    display: flex;
    flex-direction: column;
    gap: 32px;
    background-color: #FFFFFF;
    padding: 20px 20px 32px 20px;
    border-radius: 24px;
    flex: 1 1 calc(33% - 10px);
    height: fit-content;
}

.advantages-card-topic {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.advantages.five .advantages-card:nth-child(-n+2) {
    flex: 1 1 calc(50% - 10px);
}


.advantages-card-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.card-icon {
    width: 56px;
}

.advantages-title {
    display: flex;
    flex-direction: column;
    gap: 16px;
}


.card-img {
    max-width: 384px;
    border-radius: 8px;
}

.accent-link {
    color: #FF4F12;
}

.accent-link:hover {
    color: #D33706;
}

.assets-description-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.assets-description-text {
    max-width: 710px;
}

.navigation-button {
    color: #FF4F12;
    display: flex;
    padding: 4px 12px;
    align-items: center;
    gap: 4px;
    border-radius: 8px;
    height: 32px;
}

.navigation-button:hover {
    color: #FF4F12;
    background-color: #FF4F120D;
}

.form-block {
    width: 100%;
    background-image: url("/local/templates/xtech_landing/images/form-bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.form-content {
    background-color: #fff;
    padding: 60px;
    border-radius: 24px;
    display: flex;
    gap: 40px;
    justify-content: space-between;
}

.form-description {
    max-width: 605px;
    position: relative;
}

.form-division {
    border: 1px solid #10182808;
    width: 2px;
}

.form-info {
    position: absolute;
    bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    color: #101828;
}

.form-info-item {
    display: flex;
    align-items: center;
    gap: 8px;
}


.steps-header {
    display: flex;
    justify-content: center;
    margin-bottom: 48px;
}

.steps-container {
    display: grid;
    grid-template-columns: repeat(3, minmax(320px, 1fr));
    gap: 20px;
}

.step-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.step-container:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 40px;
    left: calc(100% - 70px);
    width: 140px;
    height: 1px;
    border-bottom: 2px dashed #868B95;
}

.step-img {
    margin-bottom: 24px;
}


.step-description {
    text-align: center;
    margin-top: 12px;
    max-width: 340px;
}


.gallery-container {
    display: grid;
    gap: 20px;
    grid-template-rows: repeat(2, 303px);
    grid-template-columns: minmax(508px, 997px) minmax(200px, 303px);
}

.gallery-img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 32px;
}

.secondary-btn {
    background-color: #fff;
    color: #101828;
    border: 2px solid #FF4F12;
}


.secondary-btn:hover {
    background-color: #FF4F120D;
}

.thirdy-btn {
    background-color: #fff;
    color: #101828;
    border: 2px solid #7700FF;
}

.thirdy-btn:hover {
    background-color: #7700FF0D;
}

.landing-header-description {
    max-width: 640px;
    margin-top: 12px;
    margin-bottom: 24px;
}

.landing-block-head-description-adaptive {
    display: none
}

.partnership .cards-container {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.partnership .landing-block-frame {
    justify-content: center;
    align-items: center;
    background-color: #7700FF0D;
    border-radius: 24px;
}

.partnership .cards-container.active {
    display: flex;
}

.partnership .cards-container {
    display: none;
}

.landing-block.partnership .landing-block-frame.landing-block-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.partnership .cover-content {
    text-align: center;
    max-width: 860px;
    width: 100%;
}

.partnership .cards-container .card {
    width: calc((1312px - (20px * 2)) / 3);
    color: white;
    padding: 20px 20px 40px 20px;
}

.partnership .cards-container .card h4 {
    color: white;
}

.partnership .card-switch {
    display: flex;
    justify-content: center;
    border-radius: 24px;
    background-color: #1018280D;
    width: fit-content;
    margin: 0 auto;
    max-width: 416px;
    height: 48px;
    position: relative;
}

.partnership .card-switch .switch {
    padding: 12px 24px;
    border-radius: 24px;
    cursor: pointer;
    z-index: 200;
}

.partnership .card-switch .moving-element {
    position: absolute;
    width: 216px;
    height: 44px;
    border-radius: 24px;
    width: 216px;
    background-color: #7700FF;
    z-index: 200;
    left: 0;
}

.partnership .card-switch .moving-element.active {
    left: 50%;
}

.partnership .card-switch .switch.active {
    color: white;
}

.partnership .partnership-cards-body {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.partnership .landing-block-frame.landing-block-container {
    background-color: #7700FF0D;
    padding: 64px;
}

.what-you-get {
    background-image: url("/local/templates/xtech_landing/images/pattern.png");
}

.what-you-get.page {
    background-image: none;
}

.what-you-get .cards-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.what-you-get .cards-wrapper .card {
    width: calc((1440px - (26px * 4)) / 4);
    border-radius: 24px;
    padding: 20px 20px 40px 20px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    justify-content: start;
    height: 204px;
    background-color: #F8F2FF;
}

.what-you-get .cards-wrapper .card:nth-child(2),
.what-you-get .cards-wrapper .card:nth-child(4),
.what-you-get .cards-wrapper .card:nth-child(5),
.what-you-get .cards-wrapper .card:nth-child(7) {
    background-color: #7700FF;
}

.what-you-get .cards-wrapper .card:nth-child(2) h4,
.what-you-get .cards-wrapper .card:nth-child(4) h4,
.what-you-get .cards-wrapper .card:nth-child(5) h4,
.what-you-get .cards-wrapper .card:nth-child(7) h4 {
    color: white;
}

.what-you-get .cards-wrapper .card img {
    height: 56px;
    width: 56px;
}

/**/
.what-we-find .cards-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.what-we-find .cards-wrapper .card {
    width: calc((1440px - (26px * 2)) / 3);
    border-radius: 24px;
    padding: 20px 20px 40px 20px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    justify-content: start;
    height: 308px;
}

.what-we-find .cards-wrapper .card:nth-child(1),
.what-we-find .cards-wrapper .card:nth-child(3),
.what-we-find .cards-wrapper .card:nth-child(5) {
    background-color: #F8F2FF;
}

.what-we-find .cards-wrapper .card:nth-child(1) h4,
.what-we-find .cards-wrapper .card:nth-child(3) h4,
.what-we-find .cards-wrapper .card:nth-child(5) h4 {
    color: #101828;
}

.what-we-find .cards-wrapper .card:nth-child(2),
.what-we-find .cards-wrapper .card:nth-child(4) {
    background-color: #7700FF;
    color: white;
}

.what-we-find .cards-wrapper .card:nth-child(2) h4,
.what-we-find .cards-wrapper .card:nth-child(4) h4 {
    color: white;
}

.what-we-find .cards-wrapper .card img {
    height: 56px;
    width: 56px;
}

.what-we-find .cards-wrapper .card.last {
    justify-content: end;
    border: none;
    padding-bottom: 0;
}

.what-we-find .cards-wrapper .card.last a {
    height: 48px;
}

.window .gallery-container {
    display: flex;
}

.experts .landing-block {
    display: flex;
    flex-direction: row;
    background-color: #7700FF0D;
    padding: 60px;
    border-radius: 24px;
}

.experts .landing-block-head-description {
    padding-bottom: 32px;
}

.experts .landing-block-head-title {
    max-width: 80%;
}

.experts .btn.third {
    max-width: 280px;
}

.experts .landing-block-content img {
    max-height: 240px;
    width: 640px;
    border-radius: 24px;
    object-fit: cover;
}

.who-am-i .landing-block-head-title {
    max-width: 50%;
}

/**/
.step-form-field {
    position: relative;
}

.custom-select-ui {
    position: relative;
    cursor: pointer;
}

.step-form-field .dropdown {
    z-index: 200;
}

.dropdown__placeholder {
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: white;
    position: relative;
    padding-right: 35px;
}

.dropdown__arrow {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    transition: transform 0.3s;
}

.dropdown-open .dropdown__arrow {
    transform: translateY(-50%) rotate(180deg);
}

.step-form-field .dropdown__items {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    max-height: 250px;
    overflow-y: auto;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: white;
    z-index: 1000;
    margin-top: 2px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    background-color: white;
    z-index: 200;
}

.step-form-field .dropdown__item {
    z-index: 200;
    padding: 10px 15px;
    cursor: pointer;
    transition: background 0.2s;
    background-color: white;
}

.dropdown__item:hover {
    background: #f5f5f5;
}

.dropdown__item--selected {
    background-color: #e8f4ff;
    color: #0066cc;
}

.dropdown__item[data-value=""] {
    color: #999;
    font-style: italic;
    border-bottom: 1px solid #eee;
}

/**/
.what-you-get.page .advantages {
    display: flex;
    gap: 20px;
    background-image: none;
    height: fit-content;
}

.what-you-get.page .landing-block-frame {
    background-color: #7700FF0D;
    border-radius: 24px;
    padding: 40px;
}

.what-you-get.page .advantages-card {
    background-color: #7700FF;
    color: white;
    height: 260px;
}

.what-you-get.page .advantages-card h4 {
    color: white;
}

.what-you-get.page .tittle-svg {
    display: none;
}

.what-you-get.page .card-body {
    padding-top: 0;
    gap: 20px;
}

.what-you-get.page .card {
    gap: 20px;
}

.what-you-get.page li::marker {
    color: white;
}

.what-we-find.page .cards-wrapper .card {
    height: 206px;
}

.accent {
    color: #7700FF;
}

.new-bg {
    background-color: #7700FF0D;
}

.cookies-agreement {
    display: none;
    z-index: 900;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 1px;
    padding: 0 32px 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #F3F3F4;
}

.cookies-agreement.show {
    display: flex;
}

.cookie-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 100px;
    padding: 40px 240px;
}

.cookie-container a,
#cookie-policy-popup a {
    color: #7700FF;
}

.no-scroll {
    overflow: hidden;
}

#cookie-policy-popup {
    max-height: 70vh;
    overflow-y: auto;
    padding-right: 10px;
}

/**/

/* Overlay */
.modal-overlay {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Modal */
.modal {
    background: #fff;
    width: 100%;
    max-width: 720px;
    max-height: 90vh;
}

/* Title */
.modal-title {
    margin: 0 0 12px;
    font-size: 28px;
    font-weight: 600;
    color: #111;
}

.modal-subtitle {
    margin: 0 0 32px;
    color: #666;
    font-size: 16px;
}

/* Form */
.modal-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.modal-form input[type="text"],
.modal-form input[type="email"] {
    border: none;
    border-bottom: 1px solid #e0e0e0;
    padding: 10px 0;
    font-size: 16px;
    outline: none;
}

.modal-form input::placeholder {
    color: #9a9a9a;
}

.modal-form input:focus {
    border-color: #7b2cff;
}

/* Checkbox */
.checkbox {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    color: #555;
}

.checkbox input {
    margin-top: 3px;
}

.checkbox a {
    color: #7b2cff;
    text-decoration: none;
}

/* Button */
.btn-primary {
    margin-top: 10px;
    align-self: flex-start;
    background: #7b2cff;
    color: #fff;
    border: none;
    padding: 14px 28px;
    font-size: 16px;
    border-radius: 10px;
    cursor: pointer;
}

.btn-primary:hover {
    background: #6924e6;
}

.who-am-i .adaptive-image,
.landing-block-head-action-adaptive {
    display: none;
}

.footer-privacy-info,
.footer-copyright-info {
    color: #1018284D;
}

.footer-privacy-info a {
    color: #101828D9;
}


.adaptive-menu,
.news-cards-grid.adaptive,
.cards-wrapper.adaptive,
.adaptive-menu__burger {
    display: none;
}

.cards-grid.owl-carousel {
    display: none;
}

@media (max-width: 1366px) {
    .news-page.landing-block-container {
        padding: 0 15px;
    }

    .partnership .cards-container .card {
        width: calc((1086px - (20px * 2)) / 3);
    }

    .what-you-get .cards-wrapper .card {
        width: calc((1206px - (26px * 4)) / 4);
    }

    .what-we-find .cards-wrapper .card {
        width: calc((1206px - (26px * 2)) / 3);
    }

    .landing-block-container {
        max-width: 1206px;
    }

    .gallery-container {
        grid-template-rows: repeat(2, 278px);
    }

    h2 {
        font-size: 32px;
        line-height: 40px;
    }

    h1 {
        font-size: 44px;
        line-height: 52px;
    }

    h4 {
        font-size: 20px;
        line-height: 24px;
    }

    .faq-title h4 {
        flex: 2;
    }

    .experts .landing-block-content {
        width: 100%;
    }
}

@media (max-width: 1280px) {
    .experts .landing-block-content img {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .about-cluster.page {
        padding: 0 15px;
    }

    .cover-img {
        width: 100%;
    }

    .write-us .white-block.landing-block-container {
        height: 520px;
        padding: 60px 20px;
        background-position: bottom;
        background-size: 768px 384px;
    }

    .our-team .card-img {
        max-width: 100%;
        width: 100%;
        height: 234px;
    }

    .about-cluster.page {
        flex-direction: column;
    }

    .faq-grid {
        display: grid;
        grid-template-columns: none;
    }

    .popup-window-close-icon {
        cursor: pointer;
        height: 27px;
        outline: 0;
        opacity: .5;
        position: absolute;
        right: 3px;
        top: 5px;
        width: 27px;
        -webkit-transition: opacity .2s linear;
        -o-transition: opacity .2s linear;
        transition: opacity .2s linear;
    }

    .popup-window-close-icon:after {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0);
        width: 10px;
        height: 10px;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width= '10' height= '10' fill= 'none' xmlns= 'http://www.w3.org/2000/svg' %3E%3Cpath d= 'M8.666.621a.5.5 0 00-.707 0L5.002 3.58 2.044.62a.5.5 0 00-.707 0l-.714.714a.5.5 0 000 .707L3.581 5 .623 7.957a.5.5 0 000 .708l.714.713a.5.5 0 00.707 0L5.002 6.42l2.957 2.958a.5.5 0 00.708 0l.713-.714a.5.5 0 000-.707L6.422 5 9.38 2.042a.5.5 0 000-.707L8.666.62z' fill= '%23828b95' /%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: cover;
        content: "";
    }

    .form-block.page .form-info {
        position: static;
    }

    .form-block.page .form-description {
        display: flex;
        flex-direction: column;
        gap: 32px;
    }

    .steps-container {
        display: flex;
        flex-direction: column;
        gap: 80px;
    }

    .step-container:not(:last-child)::after {
        top: 225px;
        left: 47%;
        transform: rotate(90deg);
        width: 40px;
    }

    .what-we-find.page .cards-wrapper .card.last {
        width: calc((728px - 20px) / 2);
        margin: 0;
    }

    .what-we-find.page .cards-wrapper .card {
        width: calc((728px - 20px) / 2);
    }

    .what-we-find.page .cards-wrapper .card:nth-child(1),
    .what-we-find.page .cards-wrapper .card:nth-child(4),
    .what-we-find.page .cards-wrapper .card:nth-child(5) {
        background-color: #F8F2FF;
    }

    .what-we-find.page .cards-wrapper .card:nth-child(1) h4,
    .what-we-find.page .cards-wrapper .card:nth-child(4) h4,
    .what-we-find.page .cards-wrapper .card:nth-child(5) h4 {
        color: #101828;
    }

    .what-we-find.page .cards-wrapper .card:nth-child(2),
    .what-we-find.page .cards-wrapper .card:nth-child(3) {
        background-color: #7700FF;
        color: white;
    }

    .what-we-find.page .cards-wrapper .card:nth-child(2) h4,
    .what-we-find.page .cards-wrapper .card:nth-child(3) h4 {
        color: white;
    }

    .what-you-get.page {
        background-image: none;
    }

    .window.page.landing-block-container {
        flex-direction: column;
    }

    .window.page .cover-description {
        font-size: 18px;
        line-height: 28px;
    }

    .window.page .cover-img {
        border-radius: 0;
        height: 400px;
        width: 100%;
        object-fit: cover;
    }

    .menu-item::after {
        bottom: -5px;
    }

    .what-you-get.page .landing-block-frame {
        padding: 15px;
    }

    .what-you-get.page .advantages-card {
        height: auto;
    }

    .what-you-get.page .landing-block-head-title {
        flex: 2;
    }

    .what-you-get.page .landing-block-head-action {
        flex: 1;
    }

    /**/
    .adaptive-menu {
        display: block;
    }

    .cover-description {
        font-size: 16px;
        line-height: 20px;
    }

    .landing-block {
        padding: 80px 20px;
    }

    .partnership .cards-container .card {
        width: calc((728px - (20px * 2)) / 3);
        gap: 14px;
        padding: 20px 20px 20px 20px;
    }

    .landing-block-container {
        max-width: 768px;
        margin: 0;
    }

    .main-info .main-cover-content.landing-block-container {
        height: 710px;
        max-height: 710px;
        padding: 40px 20px;
        background-position: bottom;
        background-size: 770px 365px;
    }

    .main-info .cover-text {
        width: 100%;
    }

    .main-info .cover-description {
        max-width: none;
    }

    .who-am-i .landing-block-head-title {
        max-width: 100%;
    }

    .who-am-i .adaptive-image {
        display: block;
        background-image: url(/local/templates/xtech_landing/images/gallery/partnership.png);
        background-size: contain;
        height: 256px;
        border-radius: 24px;
    }

    .main-way .landing-block-head-action {
        padding: 0;
        justify-content: end;
    }

    .advantages {
        background-image: none;
    }

    .landing-block.who-am-i {
        background-color: #F8F8F8;
    }

    .advantages-card-wrapper {
        flex-direction: column;
        padding: 0 0 20px 0;
    }

    .advantages-card {
        gap: 16px;
    }

    .advantages-card-topic {
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-between;
        gap: 24px;
    }

    .advantages-card-topic h4 {
        color: #343B48;
    }

    .landing-block.landing-block-container.assets {
        flex-direction: column;
    }

    .assets .landing-block-head-title h2 {
        max-width: 100%;
    }

    .assets .landing-block-head-description {
        display: none;
    }

    .landing-block-head-description-adaptive {
        display: inline-block;
        max-width: 354px;
    }

    .landing-block-head-action {
        display: flex;
        padding: 20px 0 30px 0;
        justify-content: space-between;
        width: 100%;
    }

    .experts .landing-block {
        flex-direction: column;
    }

    .landing-block.landing-block-container.partnership {
        padding: 40px 0;
    }

    .partnership .landing-block-head-description {
        padding: 0 20px;
    }

    .partnership .landing-block-frame {
        border-radius: 0;
    }

    .what-you-get .cards-wrapper .card {
        width: calc((728px - (20px * 1)) / 2);
    }

    .what-you-get .cards-wrapper .card:nth-child(2),
    .what-you-get .cards-wrapper .card:nth-child(3),
    .what-you-get .cards-wrapper .card:nth-child(6),
    .what-you-get .cards-wrapper .card:nth-child(7) {
        background-color: #7700FF;
    }

    .what-you-get .cards-wrapper .card:nth-child(2) h4,
    .what-you-get .cards-wrapper .card:nth-child(3) h4,
    .what-you-get .cards-wrapper .card:nth-child(6) h4,
    .what-you-get .cards-wrapper .card:nth-child(7) h4 {
        color: white;
    }

    .what-you-get .cards-wrapper .card:nth-child(1),
    .what-you-get .cards-wrapper .card:nth-child(4),
    .what-you-get .cards-wrapper .card:nth-child(5),
    .what-you-get .cards-wrapper .card:nth-child(8) {
        background-color: white;
    }

    .what-you-get .cards-wrapper .card:nth-child(1) h4,
    .what-you-get .cards-wrapper .card:nth-child(4) h4,
    .what-you-get .cards-wrapper .card:nth-child(5) h4,
    .what-you-get .cards-wrapper .card:nth-child(8) h4 {
        color: #343B48;
    }

    .what-we-find .cards-wrapper .card {
        width: 100%;
    }

    .what-we-find .cards-wrapper .card.last {
        height: auto;
        max-width: 360px;
        width: 100%;
        margin: 0 auto;
    }

    .what-we-find .landing-block-head {
        width: 100%;
    }

    .what-we-find .landing-block-head-title {
        max-width: 100%;
    }

    .window .landing-block-head {
        padding: 0 20px;
        flex-direction: column;
        align-items: flex-start;
    }

    .window .landing-block-head-title {
        max-width: 95%;
    }

    .window .landing-block-head-action {
        justify-content: end;
    }

    .window.landing-block {
        padding: 0;
        background-color: #F8F8F8;
    }

    .window .gallery-img {
        border-radius: 0;
    }

    .window .landing-block-frame {
        padding: 0;
    }

    .landing-block-container.form-content {
        display: flex;
        flex-direction: column;
    }

    .form-content {
        padding: 60px 40px;
    }

    .experts.landing-block.landing-block-container {
        padding: 0;
    }

    .experts .landing-block {
        background-color: white;
        border-radius: 0;
        padding: 0;
    }

    .experts .landing-block-head {
        padding: 20px;
    }

    .experts .landing-block-head-title {
        max-width: 100%;
    }

    .experts .landing-block-head-description {
        padding: 0;
    }

    .experts img {
        width: 100%;
    }

    .experts .landing-block-content img {
        height: 320px;
    }

    .news .landing-block-head-title {
        flex: 2;
        max-width: 70%;
    }

    .news .landing-block-head-action {
        justify-content: end;
        align-items: end;
        padding: 0;
        flex: 1;
    }

    .news .card-body {
        height: 100%;
    }

    .news .card:nth-child(3) {
        display: none;
    }

    .landing-footer {
        padding: 20px 20px 40px;
    }

    .footer-container {
        gap: 25px;
    }

    .footer-logo-container .logo img {
        height: 28px;
    }

    .footer-info-container {
        max-width: 428px;
    }

    .landing-header {
        padding: 16px 20px;
    }

    .menu-list,
    .header-actions {
        display: none;
    }

    .adaptive-menu__burger {
        display: block;
    }

    /* Overlay */
    .menu-overlay {
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.5);
        opacity: 0;
        visibility: hidden;
        transition: .3s;
        z-index: 1100;
    }

    .menu-overlay.active {
        opacity: 1;
        visibility: visible;
    }

    /* Меню */
    .adaptive-menu {
        position: fixed;
        top: 0;
        right: -320px;
        width: 320px;
        height: 100vh;
        background: #fff;
        box-shadow: -4px 0 20px rgba(0, 0, 0, 0.15);
        transition: .3s;
        z-index: 1101;
    }

    .adaptive-menu.active {
        right: 0;
    }

    .adaptive-menu.active .menu-list,
    .adaptive-menu.active .header-actions {
        display: flex;
    }

    .adaptive-menu .menu-list {
        flex-direction: column;
        padding: 40px;
    }

    .adaptive-menu .header-actions {
        padding: 40px;
    }
}

@media (min-width: 320px) and (max-width: 576px) {
    .main-way .landing-block-head-title {
        padding: 0 15px;
    }

    .our-team .card {
        width: 280px;
        height: 507px;
    }

    .our-team .cards-grid {
        display: none;
    }

    .our-team .cards-grid.owl-carousel {
        display: block;
    }

    .landing-block.landing-block-container.about.main-way {
        padding: 40px 0;
    }

    .write-us .white-block.landing-block-container {
        background-size: 600px 285px;
    }

    .main-way .landing-block-head-action {
        display: none;
    }

    .what-we-find.page .cards-wrapper .card:nth-child(1n) {
        background-color: #F8F2FF;
    }

    .what-we-find.page .cards-wrapper .card:nth-child(1n) h4 {
        color: #101828;
    }

    .what-we-find.page .cards-wrapper .card:nth-child(2n) {
        background-color: #7700FF;
        color: white;
    }

    .what-we-find.page .cards-wrapper .card:nth-child(2n) h4 {
        color: white;
    }

    .what-you-get.page .landing-block-head-title {
        padding: 0 15px;
    }

    .what-you-get.page .landing-block-head-action {
        display: none;
    }

    .what-you-get.page {
        padding: 40px 0;
    }

    .window.page .btn.primary {
        border-radius: 4px;
    }

    .window.page .cover-action {
        padding: 0 15px;
    }

    .window.page .cover-text {
        padding: 0 15px;
    }

    .window.page .cover-text br {
        display: none;
    }

    .window.page .cover-img {
        height: 224px;
    }

    .what-you-get.page .advantages {
        flex-direction: column;
    }

    .partnership-cards-body {
        width: 95%;
    }

    .what-you-get .cards-wrapper .card {
        width: 100%;
    }

    .popup-window {
        padding: 20px;
    }

    h1 {
        font-size: 28px;
        line-height: 32px;
    }

    h2,
    .landing-block-head-title {
        font-size: 24px;
        line-height: 32px;
    }

    h4 {
        font-size: 18px;
        line-height: 24px;
    }

    .cover-description,
    .advantages-card-content,
    .landing-block-head-description {
        font-size: 14px;
        line-height: 20px;
    }

    .partnership .cards-container {
        flex-direction: column;
    }

    .adaptive-menu {
        height: 110vh;
        width: 375px;
        right: -375px;
    }

    .menu-item {
        text-align: center;
    }

    .header-actions {
        justify-content: center;
    }

    .step-form-header {
        grid-template-columns: none;
    }

    .cover-button-wrapper {
        flex-direction: column;
    }

    .cover-action {
        font-size: 14px;
        line-height: 20px;
    }

    .cover-action a {
        width: 100%;
    }

    .main-info .main-cover-content.landing-block-container {
        background-position: -215px 400px;
        background-size: 610px 313px;
    }

    .advantages-card {
        padding: 15px 15px 32px 15px;
    }

    .who-am-i .adaptive-image {
        background-size: cover;
        height: 214px;
    }

    .advantages {
        height: auto;
    }

    .landing-block {
        padding: 40px 20px;
    }

    .news-cards-grid {
        grid-template-columns: none;
    }

    .assets .cards-wrapper {
        display: none;
    }

    .assets .cards-wrapper.adaptive {
        display: flex;
    }

    .assets .navigation-button {
        display: none;
    }

    .assets .card-footer.details-link {
        display: none;
    }

    .landing-block.landing-block-container.assets {
        padding: 40px 0;
    }

    .assets .landing-block-head {
        padding: 0 20px;
    }

    .assets .cards-wrapper {
        gap: 0;
    }

    .assets .cards-wrapper .card {
        width: 340px;
    }

    .landing-block-head-title {
        max-width: 100%;
    }

    .partnership .cards-container .card {
        width: 100%;
    }

    .partnership .card-switch .moving-element {
        width: 138px;
    }

    .what-you-get .cards-wrapper .card:nth-child(1n) {
        background-color: white;
    }

    .what-you-get .cards-wrapper .card:nth-child(1n) h4 {
        color: #101828;
    }

    .what-you-get .cards-wrapper .card:nth-child(2n) {
        background-color: #7700FF;
    }

    .what-you-get .cards-wrapper .card:nth-child(2n) h4 {
        color: white;
    }

    .what-you-get .cards-wrapper .card {
        height: 164px;
    }

    .what-we-find .cards-wrapper .card.last {
        padding: 0;
        border-radius: 8px;
    }

    .what-we-find .cards-wrapper .card {
        gap: 15px;
        padding: 20px 20px 32px 20px;
        height: auto;

    }

    .text,
    .card-description,
    .cookie-message {
        font-size: 14px;
        line-height: 20px;
    }

    .window.landing-block {
        padding: 0;
        background-color: inherit;
    }

    .window .landing-block-head-action {
        justify-content: start;
    }

    .form-content {
        padding: 40px 20px;
    }

    .btn {
        font-size: 16px;
        line-height: 24px;
    }

    .news .landing-block-head-action {
        display: none;
    }

    .news .landing-block-head-title {
        max-width: 100%;
        padding: 0 15px;
    }

    .news-card-img {
        height: 188px;
    }

    .news .card-footer {
        margin: auto 0 0 0;
    }

    .news .card-body {
        height: 100%;
    }

    .news .news-cards-grid {
        display: none;
    }

    .news .news-cards-grid.adaptive {
        display: block;
    }

    .news .card {
        width: 340px;
        height: 610px;
    }

    .news .card:nth-child(3) {
        display: flex;
    }

    .experts .landing-block-content img {
        height: 220px;
    }

    .news.landing-block {
        padding: 40px 0;
    }

    .cookie-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 15px;
        padding: 15px 15px;
    }

    .cookies-agreement {
        padding: 0;
    }

    .rt-button,
    #cookie-accept {
        width: 100%;
    }

    .page .landing-block-head-action {
        display: none;
    }

    .page .landing-block-head-action.adaptive {
        display: flex;
    }

    .landing-block-head-action {
        font-size: 14px;
        line-height: 20px;
    }

    .what-we-find.page .cards-wrapper .card,
    .what-we-find.page .cards-wrapper .card.last {
        width: 100%;
        max-width: 100%;
    }

    .assets-page .cards-wrapper .card {
        width: 100%;
    }

    .assets-page .card-img {
        max-width: 100%;
    }

    .slider-item-m {
        height: 275px;
    }

    .main-way .card-img {
        bottom: 110px;
    }
}
/* End */


/* Start:/local/templates/xtech_landing/css/cards.css?17697863981366*/
.cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 20px;
}

.card {
    border: 2px solid #F3F3F4;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    justify-content: start;
    cursor: pointer;
    transition: .2s cubic-bezier(0, 0, 0.6, 1);
    overflow: hidden;
}

.card-body {
    padding: 20px 20px 20px 20px;
    display: flex;
    flex-direction: column;
    gap: 35px;
    height: 100%;
}

.card-img {
    position: relative;
    bottom: 75px;
    border-radius: 24px;
    width: 100%;
    object-fit: cover;
}

.card-icon {
    width: fit-content !important;
}

.card-body h4 {
    color: white;
}

.card-description {
    display: flex;
    color: white;
}

.card-body-tittle {
    display: flex;
    justify-content: space-between;
}

.card-body .card-body-tittle .tittle-svg {
    height: 24px;
    width: 24px;
}

.card-footer {
    margin: auto 0 0 0;
}

.pointer-card {
    cursor: pointer;
}

.pointer-card:is(:hover,:active) {
    box-shadow: 0px 4px 16px 0px #10182826;
}
@media (min-width: 760px){
.card-body {
    padding: 20px 20px 20px 20px;
    display: flex;
    flex-direction: column;
    gap: 60px;
    height: 100%;
}
.card-img {
    position: relative;
    bottom: 120px;
    border-radius: 24px;
    width: 100%;
    object-fit: cover;
}
}
/* End */


/* Start:/local/templates/xtech_landing/fonts/fonts.css?1765043252441*/
@font-face {
    font-family: 'RostelecomBasis';
    src: url('/local/templates/xtech_landing/fonts/RostelecomBasis-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'RostelecomBasis';
    src: url('/local/templates/xtech_landing/fonts/RostelecomBasis-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

body {
    font-family: 'RostelecomBasis', Arial, sans-serif;
	font-size: 16px;
	color: #101828B2;
	line-height: 24px;
}
/* End */
/* /local/templates/xtech_landing/css/style.css?177073373136535 */
/* /local/templates/xtech_landing/css/cards.css?17697863981366 */
/* /local/templates/xtech_landing/fonts/fonts.css?1765043252441 */
