/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: 0.35em 0.75em 0.625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}



p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: 400;
}

html {
    box-sizing: border-box;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

* {
    outline: none;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

body {
    overflow-x: hidden;
    font-family: "Inter Tight", sans-serif;
    color: #252525;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.container {
    max-width: 1370px;
    margin: 0 auto;
    padding: 0 15px;
}

.header {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 10;
}

.header_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 30px 0;
}

.header_logo {
    display: flex;
    align-items: center;
    gap: 30px;
}

.header_logo-text {
    font-size: 12px;
    line-height: 130%;
    max-width: 260px;
    color: #797979;
}

.header_right {
    display: flex;
    background: #FFFFFF1A;
    backdrop-filter: blur(20px);
    align-items: center;
    padding: 20px 30px;
    border-radius: 8px;

}

.header_numbers {
    margin-right: 20px;
}

.header_number {
    display: flex;
    font-weight: 600;
    font-size: 16px;
    line-height: 110%;
    color: #fff;
    transition: all 0.3s;
}

.header_number:hover {
    color: #A6A2D3;
}

.header_btn {
    background: #FFFFFF;
    border-radius: 8px;
    width: 146px;
    height: 45px;
    display: flex;
    font-weight: 500;
    transition: all 0.3s;
    font-size: 14px;
    line-height: 110%;
    text-align: center;
    color: #252525;
    justify-content: center;
    align-items: center;
}

.header_btn:hover {
    background: #A6A2D3;
    color: #fff;
}

.menu {
    display: flex;
    gap: 30px;
    margin-right: 92px;
}

.menu a {
    display: block;
    color: #fff;
    transition: all 0.3s;
}

.menu a:hover {
    color: #A6A2D3;
}

.main {
    position: relative;
    padding: 140px 0 0;
    margin-bottom: 140px;
}

.main_wrapper {
    position: relative;
}

.main_img {
    position: absolute;
    top: -140px;
    left: 600px;
    display: flex;
    width: 1030px;
    border-radius: 0 0 0 10px;
    overflow: hidden;
}

.main_img picture,
.main_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main_tegs {
    position: absolute;
    display: flex;
    bottom: 30px;
    left: 30px;
    flex-wrap: wrap;
    gap: 10px;
    width: 700px;
}

.main_teg {
    background: #FFFFFF1A;
    backdrop-filter: blur(20px);
    padding: 14px 22px;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    color: #FFFFFF;
    border-radius: 8px;
}

.main_info {
    width: 540px;
}

.main_title {
    font-weight: 600;
    font-size: 50px;
    line-height: 110%;
    margin-bottom: 45px;
}

.main_text {
    font-weight: 500;
    font-size: 24px;
    line-height: 140%;
    margin-bottom: 30px;
}

.main_desc {
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    margin-top: 30px;
}

.main_radio {
    display: flex;
    align-items: center;
    gap: 15px;
    width: fit-content;
    margin-bottom: 20px;
    cursor: pointer;
    line-height: 1;
    font-size: 18px;
}

.main_radio span {
    display: block;
    width: 30px;
    height: 30px;
    min-width: 20px;
    border-radius: 50%;
    border: 1px solid #A6A2D3;
    position: relative;
}

.main_radio input {
    display: none;
}

.main_radio input:checked+span::before {
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #A6A2D3;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
}

.main_item {
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    margin-bottom: 15px;
    display: flex;
    gap: 20px;
    align-items: center;
}

.main_items {
    margin-bottom: 46px;
}

.main_btns {
    display: flex;
    gap: 30px;
}

.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
    font-weight: 600;
    font-size: 16px;
    line-height: 110%;
    text-align: center;
    color: #fff;
    background: #252525;
    border-radius: 8px;
    transition: all 0.3s;
}

.btn:hover {
    color: #fff;
    background: #A6A2D3;
}

.btn_revers {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
    font-weight: 600;
    font-size: 16px;
    line-height: 110%;
    text-align: center;
    color: #fff;
    background: #A6A2D3;
    border-radius: 8px;
    transition: all 0.3s;
}

.btn_revers:hover {
    background: #252525;
}

.main_btn {
    width: 250px;
    height: 68px;

}

.main_options {
    display: flex;
    justify-content: space-between;
    gap: 60px;
    margin-top: 100px;
}

.main_option {
    display: flex;
    align-items: center;
    gap: 20px;
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
}

section {
    margin-bottom: 140px;
}

.title {
    font-weight: 600;
    font-size: 46px;
    line-height: 110%;
    margin-bottom: 20px;
}

.subtitle {
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    margin-bottom: 40px;
    color: #797979;
}

.why .subtitle,
.why .title {
    text-align: center;
}

.why_items {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    flex-wrap: wrap;
    gap: 30px;
}

.why_item {
    background: #F8F7FB;
    padding: 10px 30px 10px 10px;
    display: flex;
    align-items: center;
    gap: 30px;
    color: #252525;
    border-radius: 10px;
}

.why_item-img {
    width: 125px;
    height: 100px;
    display: flex;
    border-radius: 8px;
    overflow: hidden;
}

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

.why_item-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
}

.why_inner {
    background: #A6A2D3;
    width: 780px;
    color: #fff;
    margin: 0 auto;
    padding: 40px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
}

.why_inner-info {
    width: 400px;
}

.why_inner-title {
    font-weight: 600;
    font-size: 22px;
    line-height: 120%;
    margin-bottom: 10px;
}

.why_inner-text {
    font-size: 14px;
    line-height: 130%;
}

.why_inner-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    width: 209px;
    height: 68px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    line-height: 110%;
    color: #252525;
    transition: all 0.3s;
}

.why_inner-btn:hover {
    color: #fff;
    background: #252525;
}

.clients_wrapper {
    display: flex;
    justify-content: space-between;
}

.clients_info {
    width: 300px;
}

.clients_imgs-wrapper {
    width: 1000px;
    overflow: hidden;
    position: relative;
}

.clients_imgs-wrapper::before {
    position: absolute;
    content: "";
    width: 65px;
    height: 100%;
    left: -1px;
    z-index: 1;
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    top: 0;
}

.clients_imgs-wrapper::after {
    position: absolute;
    content: "";
    width: 65px;
    height: 100%;
    right: -1px;
    background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    top: 0;
}

.clients_title {
    font-weight: 500;
    font-size: 90px;
    line-height: 130%;
    color: #A6A2D3;
}

.clients_text {
    font-weight: 500;
    width: 210px;
    font-size: 18px;
    line-height: 130%;
}

.clients_imgs {
    display: flex;
    gap: 20px;
    animation: imgLine 50s linear infinite;
    width: max-content;
}

@keyframes imgLine {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-50%);
    }
}

.clients_img {
    width: 260px;
    min-width: 260px;
    height: 310px;
    border-radius: 10px;
    display: flex;
    overflow: hidden;
}

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

.catalog .title {
    text-align: center;
    margin-bottom: 50px;
}

.catalog_items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.catalog_item {
    width: calc(25% - 15px);
    z-index: 1;
    height: 400px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.catalog_item::before {
    position: absolute;
    content: "";
    background-image: url(../img/catalog_item-arrow1.svg);
    background-size: cover;
    width: 14px;
    height: 14px;
    top: 30px;
    right: 30px;
}

.catalog_item:nth-child(1),
.catalog_item:nth-child(5) {
    width: calc(50% - 10px);
}

.catalog_item:nth-child(2)::before,
.catalog_item:nth-child(4)::before,
.catalog_item:nth-child(9)::before {
    background-image: url(../img/catalog_item-arrow2.svg);

}

.catalog_item-img {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    transition: all 0.3s;
}

.catalog_item:hover .catalog_item-img {
    transform: scale(1.1);
}

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

.catalog_item-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    color: #FFFFFF;
}

.catalog_item-link {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    cursor: pointer;
    height: 100%;
}

.catalog_item-btn {
    background: #FFFFFF4D;
    backdrop-filter: blur(30px);
    width: 140px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
    line-height: 110%;
    text-align: center;
    color: #fff;
    transition: all 0.3s;
}


.catalog_item:nth-child(5) .catalog_item-btn,
.catalog_item:nth-child(7) .catalog_item-btn {
    background: #2E2E2E4D;
}

.catalog_item:not(:last-child):hover .catalog_item-btn {
    background: #A6A2D3 !important;
    backdrop-filter: blur(0px);
}

.catalog_item:last-child {
    background: #A6A2D3;
    justify-content: center;
    align-items: center;
}

.catalog_item-subtitle {
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
}

.catalog_item:last-child .catalog_item-btn {
    background: #FFFFFF;
    color: #252525;
}

.catalog_item:nth-child(3) .catalog_item-title,
.catalog_item:nth-child(7) .catalog_item-title {
    color: #252525;
}

.catalog_item:nth-child(10)::before {
    display: none;
}

.catalog_item:nth-child(10) .catalog_item-btn:hover {
    background: #252525;
    color: #fff;
}

.catalog_item-info {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 40px 30px 30px;
    width: 100%;
    z-index: 1;
    transition: all 0.3s;
    background: #A6A2D3;
    transform: translateY(100%);
    border-radius: 10px 10px 0 0;
}

.catalog_item-info.active {
    transform: translateY(0%);
}

.catalog_item-close {
    top: 20px;
    right: 10px;
    position: absolute;
    cursor: pointer;
}

.catalog_item-info::before {
    position: absolute;
    content: "";
    width: 100%;
    height: calc(100% - 10px);
    background: #F8F7FB;
    border-radius: 10px 10px 0 0;
    z-index: -1;
    bottom: 0;
    right: 0;
}

.catalog_item-desc {
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 10px;
}

.catalog_item-text {
    font-size: 14px;
    line-height: 130%;
    color: #797979;
}

.catalog_item-text span {
    color: #252525;
    font-weight: 500;
}

.catalog_item-text p {
    margin-bottom: 10px;
}

.catalog_item-more {
    width: 200px;
    height: 45px;
    margin-top: 20px;
}

.durability {
    background: #F8F7FB;
    padding: 60px 0;
    margin-bottom: 60px;
}

.catalog {
    margin-bottom: 60px;
}


.durability .title {
    text-align: center;
}

.durability .subtitle {
    text-align: center;
}

.durability_items {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.durability_item {
    width: calc(50% - 20px);
    background: #FFFFFF;
    padding: 30px;
    border-radius: 10px;
}

.durability_item-img {
    margin-bottom: 30px;
    height: 260px;
    border-radius: 10px;
    display: flex;
    overflow: hidden;
}

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

.durability_item-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    margin-bottom: 10px;
}

.durability_item-text {
    font-size: 16px;
    line-height: 130%;
    color: #797979;
}

.examination_wrapper {
    display: flex;
    justify-content: space-between;
}

.examination_info {
    width: 285px;
}

.examination_info p {
    font-size: 16px;
    line-height: 130%;
    margin-bottom: 20px;
    color: #797979;
}

.examination_info p span {
    color: #252525;
    font-weight: 500;
}

.examination_imgs {
    display: flex;
    width: 990px;
    gap: 30px;
}

.examination .title {
    margin-bottom: 40px;
}

.examination_img {
    width: 310px;
    height: 300px;
    border-radius: 10px;
    display: flex;
    overflow: hidden;
}

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

.examination_btn {
    width: 230px;
    height: 68px;
    margin-top: 65px;
}

.corporation_items {
    display: flex;
    margin-bottom: 40px;
    gap: 60px;
}

.corporation_item {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 16px;
    line-height: 130%;
    color: #797979;
}

.corporation_item-img {
    width: 120px;
    height: 120px;
    display: flex;
    min-width: 120px;
    border-radius: 8px;
    overflow: hidden;
}

.corporation_img {
    width: 1760px;
    height: 620px;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    margin: 0 auto;
    max-width: calc(100% - 30px);
}

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

.corporation {
    margin-bottom: 30px;
}

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

.quiz {
    margin-left: auto;
    margin-right: auto;
    width: 1760px;
    max-width: calc(100% - 30px);
    background: linear-gradient(180deg, #E4E3F3 0%, #F8F7FB 100%);
    border-radius: 10px;
    padding: 100px 0 120px;
}

.quiz .title {
    text-align: center;
    margin-bottom: 30px;
}

.quiz .subtitle {
    text-align: center;
    margin-bottom: 20px;
    color: #252525;
}

.quiz_items {
    display: flex;
    justify-content: center;
    gap: 50px;
    margin-bottom: 40px;
}

.quiz_item {
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    text-align: center;
    display: flex;
    align-items: center;
    gap: 15px;
}

.quiz_img {
    display: flex;
    justify-content: center;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 auto;
}

.quiz_img .marquiz__container {
    border-radius: 10px;
    overflow: hidden;
}

.quiz_img img {
    max-width: 100%;
    height: auto;
}

.about_title {
    display: flex;
    margin-bottom: 30px;
}

.about_title img {
    max-width: 100%;
}

.about_subtitle {
    font-weight: 600;
    font-size: 36px;
    line-height: 120%;
    margin-bottom: 56px;
}

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

.about_video {
    width: 1000px;
    height: 562px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    display: flex;
}

.about_video::before {
    position: absolute;
    content: "";
    background-image: url(../img/play.svg);
    background-size: cover;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    width: 100px;
    height: 100px;
}

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

.about_info {
    width: 240px;
}

.about_info-title {
    font-weight: 600;
    font-size: 70px;
    line-height: 130%;
    color: #A6A2D3;
    margin-bottom: 4px;
}

.about_info-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
}

.steps_slider-wrapper {
    position: relative;
}

.steps_slider {
    position: relative;
    width: calc(100% + ((100vw - 1340px) / 2));
}

.steps_slider .slick-arrow {
    display: none !important;
}

.steps_slider-arrow {
    position: absolute;
    content: "";
    background-image: url(../img/swipe.svg);
    background-size: cover;
    width: 60px;
    height: 30px;
    left: 1280px;
    top: -45px;
    cursor: pointer;
}

.steps_slider .slick-track {
    display: flex;
}

.steps_slide {
    background-color: #F9F9F9;
    width: 320px;
    border-radius: 10px;
    padding: 30px;
    height: inherit;
    margin-right: 20px;
}

.steps_slide-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    margin-bottom: 10px;
}

.steps_slide-text {
    font-size: 14px;
    line-height: 130%;
    color: #797979;
}

.steps_slide-icon {
    display: flex;
    margin-bottom: 40px;
    width: fit-content;
}

.want_wrapper {
    padding: 60px 50px;
    background-image: url(../img/want_wrapper.jpg);
    background-size: cover;
    background-position: center;
    border-radius: 10px;
}

.want_inner {
    background: #FFFFFFB2;
    backdrop-filter: blur(30px);
    border-radius: 10px;
    padding: 60px;
    width: 480px;
}

.want_inner .subtitle {
    color: #252525;
}

.want_btn {
    width: 260px;
    height: 68px;
}

.responsibility .title {
    text-align: center;
    margin-bottom: 50px;
}

.responsibility_items {
    display: flex;
    justify-content: center;
    gap: 60px;
}

.responsibility_item {
    display: flex;
    align-items: center;
    gap: 20px;
    width: calc(33.333% - 40px);
}

.responsibility_item-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    margin-bottom: 10px;
}

.responsibility_item-text {
    font-size: 14px;
    line-height: 130%;
    color: #797979;
}

.need_wrapper {
    display: flex;
    justify-content: space-between;
}

.need_info {
    width: calc(50% - 5px);
    position: relative;
    z-index: 1;
    color: #fff;
    padding: 80px 110px 80px 0;
}

.need_info::before {
    position: absolute;
    content: "";
    max-width: calc(50vw - 20px);
    background: #A6A2D3;
    border-radius: 10px;
    width: 875px;
    height: 100%;
    z-index: -1;
    top: 0;
    right: 0;
}

.need_img {
    display: flex;
    width: calc(50% - 5px);
    position: relative;
}

.need_img img {
    position: absolute;
    width: 875px;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 10px;
    object-fit: cover;
    max-width: calc(50vw - 20px);
}

.need_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    width: 275px;
    height: 68px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    line-height: 110%;
    color: #252525;
    margin-top: 40px;
    transition: all 0.3s;
}

.need_btn:hover {
    background-color: #252525;
    color: #fff;
}

.faq_wrapper {
    display: flex;
    justify-content: space-between;
}

.faq_wrapper .title {
    width: 490px;
}

.faq_items {
    width: 740px;
}

.faq_item {
    background: #F8F7FB;
    border-radius: 8px;
    margin-bottom: 10px;
}

.faq_item-tiltle {
    font-weight: 600;
    cursor: pointer;
    position: relative;
    font-size: 18px;
    line-height: 130%;
    padding: 30px 60px 30px 30px;
}

.faq_item-tiltle::before {
    position: absolute;
    content: "";
    background-image: url(../img/faq_arrow.svg);
    background-size: cover;
    width: 16px;
    height: 16px;
    right: 30px;
    top: 50%;
    transition: all 0.3s;
    transform: translateY(-50%);
}

.faq_item-tiltle.active::before {
    transform: translateY(-50%) rotate(180deg);

}

.faq_item-content {
    font-size: 14px;
    line-height: 130%;
    color: #797979;
    padding: 0 30px 30px;
    display: none;
}

.faq_item-content ul {
    list-style: disc;
    padding-left: 25px;
    margin: 10px 0;
}

.footer {
    background: #F8F7FB;
    padding: 100px 0;
}

.footer_wrapper {
    display: flex;
    justify-content: space-between;
}

.footer_logo {
    display: flex;
    margin-bottom: 20px;
}

.footer_text {
    font-size: 14px;
    line-height: 130%;
    width: 314px;
    margin-bottom: 42px;
    color: #797979;
}

.footer_options {
    margin-bottom: 30px;
}

.footer_option {
    display: block;
    font-size: 14px;
    line-height: 120%;
    margin-bottom: 5px;
    color: #797979;
}

.footer_desc {
    font-size: 14px;
    line-height: 120%;
    color: #797979;
}

.footer_links-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
    margin-bottom: 20px;
}

.footer_link {
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
    color: #252525;
    margin-bottom: 20px;
    max-width: 230px;
}

.footer_link a {
    display: block;
    color: #252525;
    transition: all 0.3s;
}

.footer a {
    transition: all 0.3s;
}

.footer a:hover {
    color: #A6A2D3;
}

.footer_messages {
    display: flex;
    margin-bottom: 20px;
    gap: 40px;
}

.footer_message {
    font-size: 14px;
    line-height: 120%;
    display: flex;
    align-items: center;
    gap: 15px;
    color: #797979;
}

.footer_inner {
    background: #A6A2D3;
    border-radius: 10px;
    width: 330px;
    padding: 40px;
    margin-bottom: 40px;
    color: #fff;
}

.footer_inner-title {
    font-weight: 600;
    font-size: 26px;
    line-height: 120%;
    margin-bottom: 10px;
}

.footer_inner-text {
    font-size: 16px;
    line-height: 130%;
    margin-bottom: 30px;
}

.footer_inner-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    width: 185px;
    height: 68px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    line-height: 110%;
    color: #252525;
    transition: all 0.3s;
}

.footer_inner-btn:hover {
    background-color: #252525;
    color: #fff !important;
}

.footer_inner-dev {
    display: flex;
    align-items: center;
    width: fit-content;
    margin-left: auto;
    font-size: 14px;
    line-height: 120%;
    color: #797979;
    gap: 10px;
}


.popup_body {
    background: #F8F7FB;
    border-radius: 10px;
    padding: 60px 70px;
    width: 880px;
    position: relative;
}

.popup_body-title {
    font-weight: 600;
    font-size: 46px;
    line-height: 110%;
    margin-bottom: 20px;
}

.popup_body-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    margin-bottom: 30px;
    max-width: 290px;
}

.popup_body-form {
    width: 300px;
}

.inp {
    background: #FFFFFF;
    border-radius: 8px;
    height: 71px;
    border: none;
    padding-left: 20px;
    font-weight: 500;
    width: 100%;
    margin-bottom: 10px;
}

.popup_body-btn {
    margin-bottom: 10px;
    width: 100%;
    height: 69px;
    border: none;
    cursor: pointer;
}

.form_ok {
    position: relative;
    font-size: 10px;
    line-height: 120%;
    cursor: pointer;
    color: #252525;
    display: block;
    margin-bottom: 5px;
    padding-left: 20px;
}

.form_ok a {
    color: #252525;
}

.form_ok input {
    display: none;
}

.form_ok input:checked+span {
    background-image: url(../img/check.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 7px 6px;
}

.form_ok span {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid #252525;
    border-radius: 2px;
    width: 12px;
    height: 12px;
}

.popup_body-img {
    position: absolute;
    display: flex;
    bottom: 50px;
    right: 123px;
}

#popup_examination {
    width: 960px;
}

#popup_examination .popup_body-img {
    bottom: 60px;
    right: 70px;
}

#popup_examination .popup_body-title {
    margin-bottom: 40px;
}

.footer_mobile,
.header_oreder,
.menu_burger {
    display: none;
}



.header_right .header_logo-text {
    display: none;
}

.trigger_scroll {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}

.scroll_up.active {
    transform: scale(1);
}

.scroll_up {
    border-radius: 8px;
    background-color: #A6A2D3;
    width: 46px;
    height: 46px;
    z-index: 8;
    position: fixed;
    padding: 6px;
    bottom: 50px;
    right: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
    transform: scale(0);
}

.thanks_page .main_wrapper {
    min-height: 600px;
}

.thanks_page .main_text+.main_desc+.main_btn {
    margin-top: 30px;
}

.cookies {
    position: fixed;
    bottom: 20px;
    right: 50%;
    transform: translateX(50%);
    background: #A6A2D3;
    width: 780px;
    color: #fff;
    margin: 0 auto;
    max-width: calc(100% - 40px);
    padding: 20px 30px;
    border-radius: 10px;
    z-index: 9;
}

.cookies_text {
    margin-bottom: 20px;
}

.cookies_btns {
    display: flex;
    align-items: center;
    gap: 20px;
}


.cookies_more {
    text-decoration: underline;
    color: #fff;
}

.cookies_done,
.cookies_none {
    width: 180px;
    cursor: pointer;
    height: 52px;
}

.cookies_none {
    background: #FFFFFF;
    color: #252525;
}

.cookies_none:hover {
    color: #fff;
}

.cookies_done:hover {
    color: #252525;
    background: #fff;
}


@media (max-width: 767.98px) {
    .cookies {
        width: 100%;
        bottom: 0;
        left: 0;
        transform: none;
        max-width: 100%;
        border-radius: 10px 10px 0 0;
        padding: 14px;
    }

    .cookies_btns {
        flex-wrap: wrap;
        gap: 10px;
    }

    .cookies_text {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .cookies_done,
    .cookies_none {
        font-size: 14px;
        width: calc(50% - 5px);
        height: 40px;
    }

    .cookies_more {
        width: 100%;
        text-align: center;
        font-size: 14px;
    }
}




@media (max-width: 1400px) {
    .container {
        max-width: 1180px;
    }

    .menu {
        margin-right: 20px;
        gap: 20px;
    }

    .header_right {
        padding: 20px;
    }

    .main_img {
        left: 550px;
    }

    .main_teg {
        font-size: 14px;
        padding: 10px 16px;
    }

    .main_tegs {
        width: 600px;
    }

    .main_options {
        gap: 30px;
    }

    .main_option {
        font-size: 16px;
    }

    .main_option img {
        width: 120px;
        height: 120px;
        min-width: 120px;
    }

    .why_item {
        gap: 20px;
    }

    .why_items {
        gap: 20px;
    }

    .why_item-title {
        font-size: 16px;
    }

    .clients_imgs-wrapper {
        width: 800px;
    }

    .catalog_item-info {
        padding: 30px 20px 20px;
    }

    .catalog_item {
        height: 360px;
        padding: 20px;
    }

    .catalog_item-desc {
        font-size: 18px;
    }

    .durability_item {
        padding: 20px;
    }

    .durability_item-img {
        height: 230px;
        margin-bottom: 20px;
    }

    .examination_info {
        width: 240px;
    }

    .examination_imgs {
        width: 840px;
        gap: 20px;
    }

    .corporation_items {
        gap: 30px;
    }

    .corporation_img {
        height: 430px;
    }

    .about_video {
        width: 880px;
    }

    .steps_slider {
        width: calc(100% + ((100vw - 1150px) / 2));
    }

    .steps_slider::before {
        left: 1090px;
    }

    .want_inner {
        padding: 40px;
    }

    .responsibility_items {
        gap: 30px;
    }

    .responsibility_item-img {

        display: flex;
        width: 120px;
        min-width: 120px;
    }

    .responsibility_item-img img {
        width: 100%;
        object-fit: cover;
    }

    .faq_items {
        width: 680px;
    }

    .faq_wrapper .title {
        width: 420px;
    }
}

@media (max-width: 1200px) {
    .container {
        max-width: 950px;
    }

    .main_img {
        position: relative;
        inset: auto;
        border-radius: 0;
        margin-bottom: 20px;
        width: 100vw;
        height: 600px;
    }

    .main_info {
        width: 100%;
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .main_items {
        order: 1;
        margin-bottom: 0;
        margin-top: 20px;
        width: 100%;
    }

    .header {
        position: fixed;
        backdrop-filter: blur(10px);
        background: #F8F7FBCC;
        border-radius: 8px;
        padding: 15px;
    }

    .header_right {
        position: fixed;
        opacity: 0;
        visibility: hidden;
        background: #F8F7FB;
        top: 0;
        right: 0;
        width: 100%;
        height: 100vh;
        transition: all 0.3s;
        flex-direction: column;
        padding-top: 90px;
    }

    .header_right.active {
        opacity: 1;
        visibility: visible;
    }

    .menu_burger,
    .header_logo {
        position: relative;
        z-index: 2;
    }

    .menu {
        flex-direction: column;
        gap: 18px;
        margin-bottom: 40px;
    }

    .menu a {
        color: #252525;
        display: block;
        font-weight: 500;
        font-size: 18px;
        text-align: center;
    }

    .header_numbers {
        display: flex;
        gap: 20px;
        margin-bottom: 40px;
    }

    .header_number {
        color: #252525;
    }

    .header_wrapper {
        padding: 0;
    }

    .main {
        padding-top: 110px;
    }

    .main_title {
        margin-bottom: 30px;
    }

    .main_options {
        gap: 20px;
        margin-top: 40px;
    }

    .clients_imgs-wrapper {
        width: 660px;
    }

    .clients_info {
        width: 240px;
    }

    .clients_title {
        font-size: 78px;
    }

    .catalog_items {
        gap: 20px;
    }

    .catalog_item {
        height: 400px;
        width: calc(50% - 10px);
    }

    .durability_items {
        gap: 20px;
    }

    .durability_item {
        width: calc(50% - 10px);
    }

    .examination_wrapper {
        flex-direction: column;
        padding-bottom: 75px;
        position: relative;
        gap: 30px;
    }

    .examination_info {
        width: 100%;
    }

    .examination_btn {
        position: absolute;
        bottom: 0;
        left: 0;
        margin: 0;
        height: 55px;
    }

    .examination_info p:last-child {
        margin-bottom: 0;
    }

    .corporation_item {
        font-size: 14px;
    }


    .quiz_items {
        gap: 30px;
        flex-wrap: wrap;
    }

    .about_video {
        width: 660px;
        height: 372px;
    }

    .steps_slider {
        width: calc(100% + ((100vw - 930px) / 2));
    }

    .want_wrapper {
        padding: 60px 30px;
    }

    .responsibility_items {
        flex-wrap: wrap;
    }

    .responsibility_item {
        width: calc(50% - 15px);
    }

    .need_info {
        padding: 60px 60px 60px 0;
    }

    .faq_wrapper {
        flex-direction: column;
        gap: 30px;
    }

    .faq_items {
        width: 100%;
    }

    .footer_wrapper {
        gap: 30px;
        flex-wrap: wrap;
    }

    .footer_left {
        width: 260px;
    }

    .footer_inner {
        padding: 30px;
        width: 300px;
    }

    .footer_logo img {
        max-width: 100%;
    }

    .footer_text {
        max-width: 100%;
    }

    .menu_burger {
        display: flex;
        justify-content: center;
        align-items: center;
        background: #A6A2D3;
        width: 34px;
        height: 34px;
        border-radius: 6px;
    }

    .menu_burger img {
        transition: all 0.3s;
    }

    .menu_burger.active img {
        transform: rotate(90deg);
    }

    .header_btn {
        width: 290px;
        background: #252525;
        color: #fff;
        height: 55px;
    }

    .header_oreder {
        display: flex;
        width: 290px;
        height: 55px;
        margin-top: 15px;
    }

    .main_title {
        width: 100%;
    }

    .main_radio {
        width: 100%;
    }

    .main_text {
        width: 100%;
    }

    .main_desc {
        width: 100%;
        margin-bottom: 30px;
    }

    .thanks_page .main_btn {
        margin-right: auto;
    }
}

@media (max-width: 991.98px) {
    .container {
        max-width: 730px;
    }

    .main_title {
        font-size: 36px;
    }

    .main_img {
        height: 500px;
    }

    .main_options {
        flex-wrap: wrap;
        gap: 20px;
    }

    .main_option {
        width: calc(50% - 10px);
    }

    .why_item {
        width: calc(50% - 10px);
    }

    .why_inner {
        padding: 30px;
        width: 100%;
    }

    .main,
    section {
        margin-bottom: 80px;
    }

    .clients_wrapper {
        flex-direction: column;
        gap: 30px;
    }

    .clients_info {
        width: 100%;
    }

    .clients_text {
        width: 100%;
    }

    .clients_imgs-wrapper {
        width: 100%;
    }

    .catalog_item {
        height: 320px;
    }

    .durability {
        padding: 60px 0;
    }

    .durability_item-img {
        height: 160px;
    }

    .examination_imgs {
        width: 100%;
    }

    .examination_img {
        height: 260px;
    }

    .corporation_items {
        flex-wrap: wrap;
        gap: 20px;
    }

    .corporation_item {
        width: calc(50% - 10px);
    }

    .corporation_img {
        height: 360px;
    }

    .quiz {
        padding: 60px 0;
    }

    .quiz_items {
        gap: 20px;
    }

    .about_subtitle {
        font-size: 24px;
    }

    .about_wrapper {
        flex-direction: column;
        gap: 20px;
    }

    .about_video {
        width: 100%;
    }

    .about_info {
        width: 100%;
    }

    .steps_slider {
        width: calc(100% + ((100vw - 700px) / 2));
    }

    .want_inner {
        padding: 30px;
    }

    .need_wrapper {
        flex-direction: column;
        gap: 10px;
    }

    .need_info {
        width: 100%;
        padding: 30px;
    }

    .need_info::before {
        max-width: 100%;
        width: 100%;
        height: 100%;
    }

    .need_img {
        width: 100%;
        height: 340px;
    }

    .need_img img {
        width: 100%;
        max-width: 100%;
    }

    .footer_wrapper {
        gap: 30px;
    }

    .footer_links,
    .footer_left {
        width: calc(50% - 15px);
    }

    .footer_right {
        width: 100%;
    }

    .footer_inner-dev {
        margin-left: 0;
    }

    .footer_inner {
        width: 100%;
        margin-bottom: 30px;
    }

    .footer_left .footer_desc,
    .footer_left .footer_options {
        display: none;
    }

    .footer_mobile {
        display: block;
    }

    .footer_options {
        margin-bottom: 20px;
    }

    .footer_desc {
        margin-bottom: 20px;
    }

    .popup_body-img {
        right: 80px;
    }

    #popup_examination .popup_body-title {
        margin-bottom: 20px;
    }

    #popup_examination .popup_body-img {
        right: 30px;
        width: 320px;
        bottom: 135px;
    }

    #popup_examination .popup_body-img img {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 767.98px) {
    .container {
        max-width: 100%;
        padding: 0 20px;
    }

    .header_logo-text {
        display: none;
    }

    .header {
        margin: 15px 20px;
        width: calc(100% - 40px);
    }

    .header .container {
        padding: 0;
    }

    .header_logo {
        width: 115px;
    }

    .header_logo img {
        width: 100%;
        height: auto;
    }

    .header_right {
        width: 100vw;
        right: 50%;
        transform: translateX(50%);
        left: auto;
        top: -15px;
        border-radius: 0;
    }

    .main {
        padding-top: 95px;
        margin-bottom: 80px;
    }

    .main_title {
        font-size: 30px;
        margin-bottom: 20px;
    }


    .header_right .header_logo-text {
        display: block;
        text-align: center;
        margin-bottom: 40px;
    }

    .main_img {
        height: 380px;
    }

    .main_tegs {
        bottom: 20px;
        left: 20px;
        width: calc(100% - 40px);
        gap: 6px;
    }

    .main_teg {
        padding: 10px 18px;
    }

    .main_btns {
        width: 100%;
        flex-direction: column;
        gap: 15px;
    }

    .main_btn {
        width: 100%;
        height: 55px;
        font-size: 14px;
    }

    .header_oreder {
        font-size: 14px;
    }

    .main_item {
        font-size: 14px;
        gap: 15px;
        margin-bottom: 10px;
    }

    .main_options {
        margin-top: 50px;
    }

    .main_option {
        width: 100%;
    }

    .main_option br {
        display: none;
    }

    .title {
        font-size: 30px;
    }

    .subtitle {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .why_items {
        gap: 10px;
    }

    .why_item {
        width: calc(50% - 5px);
        padding: 15px;
        flex: auto;
        flex-direction: column;
        gap: 10px;
    }

    .why_item-title {
        font-size: 14px;
        text-align: center;
        flex: auto;
    }

    .why_item-title br {
        display: none;
    }

    .why_item-img {
        width: 100%;
        height: 100px;
    }

    .why_item:last-child {
        flex-direction: row;
        gap: 30px;
    }

    .why_item:last-child .why_item-img {
        width: 45%;
        min-width: 45%;
    }

    .why_item:last-child {
        gap: 10px;
    }

    .why_items {
        margin-bottom: 10px;
    }

    .why_inner {
        padding: 40px 24px;
        text-align: center;
        flex-direction: column;
        gap: 30px;
    }

    .why_inner-info {
        width: 100%;
    }

    .why_inner-title {
        margin-bottom: 20px;
    }

    .why_inner-btn {
        width: 193px;
        height: 55px;
        font-size: 14px;
    }

    .clients_title {
        font-size: 70px;
    }

    .clients_text {
        font-size: 16px;
    }

    .clients_text br {
        display: none;
    }

    .clients_img {
        width: 200px;
        height: 240px;
        min-width: 200px;
    }

    .clients_imgs {
        gap: 8px;
    }

    .catalog .title {
        margin-bottom: 30px;
    }

    .catalog_items {
        gap: 15px;
    }

    .catalog_item:nth-child(1),
    .catalog_item:nth-child(5) {
        width: 100%;
    }

    .catalog_item {
        width: 100%;
        padding: 30px;
        height: 320px;
    }

    .catalog_item:last-child {
        height: 204px;
    }

    .catalog_item-subtitle {
        margin-bottom: 20px;
    }

    .catalog_item:last-child .catalog_item-btn {
        width: 179px;
    }

    .catalog_item-text {
        font-size: 12px;
    }

    .durability {
        padding: 70px 0;
    }

    .durability_item {
        width: 100%;
    }

    .durability_items {
        gap: 15px;
    }

    .durability_item-img {
        height: 123px;
    }

    .durability_item-title {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .durability_item-text {
        font-size: 14px;
    }

    .examination .title {
        margin-bottom: 30px;
    }

    .examination .title br {
        display: none;
    }

    .examination_info p {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .examination_btn {
        width: 100%;
        font-size: 14px;
    }

    .examination_imgs {
        gap: 10px;
    }

    .examination_img {
        height: 96px;
    }

    .subtitle br {
        display: none;
    }

    .corporation {
        margin-bottom: 0;
    }

    .corporation_item {
        width: 100%;
    }

    .corporation_img {
        height: 300px;
        width: 100vw;
        border-radius: 0;
        max-width: none;
    }

    .quiz {
        max-width: none;
        width: 100%;
        border-radius: 0;
        text-align: left;
        padding: 70px 20px;
    }

    .quiz .subtitle,
    .quiz .title {
        text-align: left;
    }

    .quiz_item {
        width: 100%;
        text-align: left;
        font-size: 16px;
    }

    .quiz_items {
        gap: 15px;
        margin-bottom: 30px;
    }

    .quiz .container {
        padding: 0;
    }

    .about_subtitle {
        margin-bottom: 30px;
        font-size: 20px;
    }

    .about_video {
        height: 180px;
    }

    .about_video::before {
        width: 50px;
        height: 50px;
    }

    .about_info-title {
        font-size: 50px;
    }

    .about_info-text {
        font-size: 14px;
    }

    .steps_slider {
        width: calc(100% + 15px);
    }

    .steps_slide {
        width: 290px;
        margin-right: 10px;
    }

    .steps_slider-proggres {
        background: #F9F9F9;
        height: 4px;
        border-radius: 10px;
        margin-top: 10px;
        position: relative;
    }

    .steps_slider-proggres span {
        position: absolute;
        left: 0;
        transition: all 0.3s;
        top: 0;
        height: 100%;
        background: #A6A2D3;
        border-radius: 10px;
    }

    .want_wrapper {
        background: none;
        padding: 0;
        width: 100%;
        filter: none;
    }

    .want_wrapper::before {
        position: relative;
        content: "";
        background-image: url(../img/want_wrapper2.jpg);
        background-size: cover;
        display: block;
        height: 200px;
        width: 100%;
        border-radius: 10px;
        margin-bottom: 20px;
    }

    .want_inner {
        background: none;
        width: 100%;
        text-align: center;
        padding: 0;
    }

    .want_btn {
        width: 240px;
        height: 55px;
        margin: 0 auto;
    }

    .responsibility .title {
        text-align: left;
        margin-bottom: 30px;
    }

    .responsibility .title br {
        display: none;
    }

    .responsibility_item {
        width: 100%;
    }

    .responsibility_items {
        gap: 40px;
    }

    .responsibility_item-img {
        width: 110px;
        min-width: 110px;
    }

    .responsibility_item-title {
        font-size: 16px;
    }

    .responsibility_item {
        align-items: flex-start;
    }

    .need_info {
        padding: 40px 30px;
    }

    .need_btn {
        margin-top: 30px;
        height: 55px;
        width: 100%;
    }

    .need_img {
        height: 280px;
    }

    .faq_wrapper .title {
        width: 100%;
        margin-bottom: 0;
    }

    .faq_item-tiltle {
        padding: 20px 50px 20px 20px;
        font-size: 16px;
    }

    .faq_item-content {
        padding: 0 20px 20px;
    }

    .faq_item-tiltle::before {
        right: 20px;
    }

    .footer {
        padding: 70px 0 60px;
    }

    .footer_links,
    .footer_left {
        width: 100%;
    }

    .footer_logo {
        width: 182px;
        margin-bottom: 16px;
    }

    .footer_text {
        margin-bottom: 0;
    }

    .footer_link {
        font-size: 16px;
    }

    .popup_body-img {
        display: none;
    }

    .popup_body {
        padding: 30px;
    }

    .popup_body-title {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .popup_body-text {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .popup_body-form {
        width: 100%;
    }

    .inp {
        height: 58px;
    }

    .popup_body-btn {
        height: 55px;
        font-size: 14px;
    }

    #popup_examination .popup_body-img {
        display: flex;
        position: relative;
        inset: auto;
        margin-bottom: 20px;
        width: 100%;
    }

    .corporation_img img {
        object-position: 76%;
    }

    .main_text {
        font-size: 16px;
    }

    .main_desc {
        font-size: 16px;
    }

    .thanks_page {
        margin-bottom: 0;
    }

    .thanks_page .main_img {
        margin-bottom: 0;
    }

    .thanks_page .main_text+.main_desc {
        margin-top: 0;
    }

    .thanks_page .main_text+.main_desc+.main_btn {
        margin-bottom: 30px;
        margin-top: 0;
    }

    .scroll_up {
        right: 20px;
        bottom: 30px;
    }
}