@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Unbounded:wght@200..900&display=swap');

/*! 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: "Unbounded", serif;
    /*  font-family: "Inter", serif; */
    background: #212833;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.container {
    max-width: 1660px;
    margin: 0 auto;
    padding: 0 15px;
}

.header {
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    z-index: 10;
}

.menu {
    gap: 40px;
    display: flex;
    font-family: "Inter", serif;
    margin-right: 440px;
}

.menu a {
    display: block;
    line-height: 24.2px;
    font-size: 20px;
    color: #fff;
}

.header_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 40px;
}


.main {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 156px 0 84px;
    position: relative;
    z-index: 1;
}

.main::before {
    position: absolute;
    content: "";
    background: linear-gradient(0deg, rgba(33, 40, 51, 0) 0%, #212833 100%);
    width: 100%;
    height: 143px;
    top: 0;
    right: 0;
    z-index: -1;
    pointer-events: none;
}

.main::after {
    position: absolute;
    content: "";
    background: linear-gradient(180deg, rgba(33, 40, 51, 0) 0%, #212833 100%);
    width: 100%;
    height: 350px;
    bottom: 0;
    right: 0;
    z-index: -1;
    pointer-events: none;
}

.main h1 {
    font-weight: 800;
    line-height: 101.68px;
    font-size: 82px;
    color: #fff;
    margin-bottom: 556px;
    font-family: "Unbounded", serif;
    text-transform: uppercase;
}

.main h1 span {
    color: #E42424;
}

.main_inner {
    font-family: "Unbounded", serif;
    margin-left: auto;
    background: linear-gradient(276.06deg, #E42424 27.71%, rgba(33, 40, 51, 0) 100%);
    backdrop-filter: blur(50px);
    width: 667px;
    padding: 28px 44px;
    text-align: right;
    border-radius: 27px;
    overflow: hidden;
}

.main_inner-title {
    font-size: 24px;
    line-height: 31.2px;
    font-weight: 700;
    color: #fff;
}

.main_inner-text {
    margin-top: 30px;
    font-weight: 300;
    line-height: 31.2px;
    font-size: 24px;
    color: #fff;
}

.servies {
    margin: 77px 0 184px;
}

.servies_wrapper {
    display: flex;
    justify-content: space-between;
}

.servies_left {
    width: 802px;
}

.servies_title-wrapper {
    margin-bottom: 16px;
    border-radius: 16px;
    overflow: hidden;
    min-height: 254px;
    display: flex;
    align-items: flex-end;
    position: relative;
}

.servies_title-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    display: flex;
}

.servies_title-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.servies_title {
    font-size: 47px;
    font-weight: 700;
    line-height: 58.28px;
    color: #fff;
    padding: 20px 26px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
    background: #161B2361;
    backdrop-filter: blur(8.100000381469727px);
    border-radius: 0 16px 0 0;
}

.servies_items {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.servies_item {
    width: calc(33.333% - 12px);
    background: #FFFFFF;
    border-radius: 16px;
    padding: 16px;
    min-height: 122px;
    display: flex;
    font-family: "Unbounded", serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 19.84px;
    align-items: center;
    text-align: center;
}

.servies_left-desc {
    font-family: "Unbounded", serif;
    font-size: 20px;
    line-height: 24.8px;
    color: #fff;
    display: flex;
    align-items: center;
    padding-right: 20px;
    width: calc(66.666% - 6px);
}

.servies_right {
    width: 670px;
}

.servies_right-title {
    font-family: "Unbounded", serif;
    font-size: 47px;
    line-height: 58.28px;
    font-weight: 800;
    margin-bottom: 40px;
    color: #fff;
    text-transform: uppercase;
}

.servies_right-title span {
    color: #E42424;
}

.servies_right-subtitle {
    font-weight: 700;
    line-height: 29.76px;
    color: #fff;
    font-size: 24px;
    background: #000000;
    padding: 20px 30px;
    margin-bottom: 40px;
    border-radius: 16px;
}

.servies_right-text {
    line-height: 26px;
    color: #fff;
    font-size: 20px;
    margin-bottom: 40px;
}

.servies_right-desc {
    font-size: 24px;
    font-weight: 700;
    line-height: 29.76px;
    color: #fff;
    background: #E42424;
    border-radius: 16px;
    padding: 0 66px 0 25px;
}

.servies_right-desc span {
    background: #212833;
    display: block;
    padding: 0 12px;
}

.catalog {
    padding: 65px 0 520px;
    background: #FFFFFF;
    border-radius: 16px;
    position: relative;

    z-index: 1;
}

.catalog::before {
    position: absolute;
    content: "";
    background-image: url(../img/catalog_bef.png);
    width: 1920px;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
    z-index: -1;
    pointer-events: none;
    height: 831px;
}

.catalog_title {
    text-align: center;
    font-weight: 700;
    line-height: 59.52px;
    text-transform: uppercase;
    margin-bottom: 36px;
    font-size: 48px;
}

.catalog_title span {
    color: #E42424;
}

.catalog_items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.catalog_item {
    width: calc(50% - 10px);
    box-shadow: 7px 4px 54.5px 0px #0000001A;
    background-color: #fff;
    border-radius: 16px;
    padding: 62px 28px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.catalog_item:nth-child(n+7) {
    display: none;
}

.catalog_item.active {
    display: flex;
}

.catalog_item-left {
    width: 346px;
}

.catalog_modal .catalog_item-left {
    width: calc(70% - 40px);
}

.catalog_modal .catalog_item-img {
    height: 32vw;
}

.catalog_modal .catalog_item-dot {
    height: 120px;
}

.catalog_item-img {
    height: 252px;
    margin-bottom: 8px;
    border-radius: 16px;
    position: relative;
    border: 1px solid #E42424;
    overflow: hidden;
    display: flex;
}

.catalog_item-img img {
    display: flex;
    position: absolute;
    top: 0;
    opacity: 0;
    transition: all 0.3s;
    pointer-events: none;
    width: 100%;
    height: 100%;
}

.catalog_item-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.catalog_item-img img.active {
    opacity: 1;
    pointer-events: all;
}

.catalog_modal {
    width: 90%;
    border-radius: 16px;
    display: flex;
    padding: 60px 80px;
}

.catalog_modal-wrapper {
    display: flex;
    justify-content: space-between;
}

.catalog_modal-text {
    width: 30%;
    font-size: 16px;
    line-height: 1.4;
}

.catalog_item-dots {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.catalog_item-dot {
    background: #FFFFFF;
    border: 1px solid #E42424;
    border-radius: 8px;
    height: 49px;
    width: calc(20% - 4.8px);
    overflow: hidden;
    display: flex;
    cursor: pointer;
}

.catalog_item-dot:first-child {
    border-radius: 16px 8px 8px 8px;
}

.catalog_item-dot:nth-child(5) {
    border-radius: 8px 16px 8px 8px;
}

.catalog_item-dot img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.catalog_item-right {
    width: 362px;
    padding-top: 12px;
}

.catalog_item-title {
    font-weight: 500;
    line-height: 24.8px;
    margin-bottom: 10px;
    font-size: 20px;
    text-transform: none;
}

.catalog_item-option {
    font-weight: 500;
    line-height: 17.36px;
    font-size: 14px;
    color: #969696;
}

.catalog_item-option span {
    color: #0F0F0F;
}

.catalog_item-options {
    margin-bottom: 17px;
}

.catalog_price {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 17px;
}

.catalog_price-title {
    font-size: 14px;
    font-weight: 300;
    line-height: 17.36px;
    color: #969696;
}

.catalog_price-value {
    font-size: 16px;
    line-height: 19.84px;
    text-align: right;
    color: #000000;
    white-space: nowrap;
    font-weight: 700;
}

.catalog_price-value span {
    font-weight: 300;
    line-height: 17.36px;
    text-align: right;
    color: #969696;
    display: block;
    font-size: 14px;
    margin-top: 2px;
}

.catalog_price.full .catalog_price-title {
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    max-width: 160px;
}

.catalog_btn {
    background: #E42424;
    width: 100%;
    height: 49px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    line-height: 20.8px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    border-radius: 16px;
}

.catalog_more {
    margin: 36px auto 0;
    background: #E42424;
    border-radius: 16px;
    display: none;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    width: 427px;
    height: 68px;
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}

.catalog_more.active {
    display: flex;
}

.advantages {
    margin: 155px 0 118px;
}

.advantages_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.advantages_img {
    width: 804px;
    border-radius: 20px;
    height: 522px;
    display: flex;
    overflow: hidden;
}

.advantages_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.advantages_info {
    width: 684px;
}

.advantages_title {
    font-weight: 700;
    line-height: 49.6px;
    color: #fff;
    font-size: 40px;
    text-transform: uppercase;
}

.advantages_title span {
    display: block;
    font-weight: 700;
    line-height: 59.52px;
    text-align: right;
    font-size: 48px;
    color: #E42424;
}

.advantages_items {
    margin-top: -37px;
    display: grid;
    width: 100%;
    gap: 20px;
    grid-template-rows: 0.5fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 0.5fr 1fr;
}

.advantages_item {
    background: #FFFFFF;
    border-radius: 16px;
    font-size: 20px;
    font-weight: 400;
    line-height: 24.8px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 17px;
}

.advantages_item:nth-child(1) {
    grid-row-start: 1;
    grid-column-start: 1;
    grid-row-end: 3;
    grid-column-end: 3;
}

.advantages_item:nth-child(2) {
    grid-row-start: 2;
    grid-column-start: 3;
    grid-row-end: 3;
    grid-column-end: 4;
}

.advantages_item:nth-child(3) {
    grid-row-start: 3;
    grid-column-start: 1;
    grid-row-end: 5;
    grid-column-end: 2;
}

.advantages_item:nth-child(4) {
    grid-row-start: 3;
    grid-column-start: 2;
    grid-row-end: 4;
    grid-column-end: 4;
}

.advantages_item:nth-child(5) {
    grid-row-start: 4;
    grid-column-start: 2;
    grid-row-end: 5;
    grid-column-end: 4;
}

.steps {
    margin-bottom: 75px;
}

.steps h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 49.6px;
    margin-bottom: 66px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

.steps_items {
    display: flex;
    gap: 40px;
    padding: 0 10px;
    margin-bottom: 70px;
}

.steps_item {
    position: relative;
    flex: 1;
}

.steps_item-number {
    border: 3px solid #E42424;
    border-radius: 50%;
    width: 151px;
    height: 151px;
    margin: 0 auto 17px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    line-height: 44.64px;
    text-align: center;
    background: #212833;
    color: #fff;
    font-size: 36px;
    position: relative;
}

.steps_item::before {
    position: absolute;
    content: "";
    width: 100%;
    background-color: #FFFFFF;
    height: 3px;
    z-index: -1;
    top: 75px;
    left: 50%;
}

.steps_item:last-child:before {
    display: none;
}

.steps_item-title {
    font-size: 24px;
    line-height: 29.76px;
    text-align: center;
    color: #fff;
}

.steps_desc {
    font-size: 32px;
    line-height: 39.68px;
    text-align: center;
    font-weight: 700;
    border-bottom: 3px solid #E42424;
    width: fit-content;
    margin: 0 auto;
    padding-bottom: 6px;
    font-size: 32px;
    font-weight: 700;
    line-height: 39.68px;
    text-align: center;
    color: #fff;
}

.connection {
    padding: 240px 0 132px;
    position: relative;
    min-height: 1216px;
    z-index: 1;
}

.connection::after,
.connection::before {
    position: absolute;
    content: "Mercedes-AMG GT";
    font-weight: 700;
    line-height: 248px;
    text-align: center;
    color: #212833;
    font-family: "Unbounded", serif;
    text-transform: uppercase;
    white-space: nowrap;
    top: 10px;
    right: 50%;
    transform: translateX(50%);
    z-index: -1;
    text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff,
        1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
    font-size: 200px;
}

.connection::after {
    top: auto;
    bottom: 0;
    z-index: -2;
}

.connection_title {
    color: #E42424;
    font-size: 48px;
    text-transform: uppercase;
    margin-bottom: 34px;
    font-weight: 700;
    line-height: 59.52px;
}

.connection_img {
    position: absolute;
    width: 100%;
    top: 126px;
    height: 968px;
    left: 0;
    overflow: hidden;
    z-index: -1;
}

.connection_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    mask: url("../img/shape.svg");
    mask-repeat: no-repeat;
    mask-size: cover;
    mask-position: center;
}

.connection_items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.connection_item {
    background: #FFFFFF;
    position: relative;
    width: calc(25% - 15px);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 26px 46px 26px 192px;
    min-height: 182px;
}

.connection_item::after {
    position: relative;
    content: "";
    background-image: url(../img/connection_item-bef.svg);
    background-size: cover;
    height: 28px;
    width: 100%;
    background-position: top center;
    margin-top: 14px;
}

.connection_item-title {
    font-weight: 700;
    line-height: 19.84px;
    margin-bottom: 1px;
    font-size: 16px;
}

.connection_item-number {
    line-height: 17.36px;
    color: #00000073;
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
}

.connection_item-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #212833;
    border-radius: 16px;
    font-weight: 700;
    line-height: 19.84px;
    height: 42px;
    color: #fff;
    font-size: 16px;
}

.connection_item-img {
    width: 132px;
    height: 132px;
    border-radius: 50%;
    left: 26px;
    display: flex;
    overflow: hidden;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

.connection_item-img img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.sold {
    margin: 80px 0 228px;
}

.sold .catalog_item {
    padding: 46px 28px;
}

.sold_title {
    text-align: center;
    font-weight: 700;
    line-height: 59.52px;
    margin-bottom: 60px;
    font-size: 48px;
    color: #fff;
    text-transform: uppercase;
}

.sold_title span {
    color: #E42424;
}

.footer {
    padding-bottom: 266px;
}

.footer_wrapper {
    box-shadow: 7px 4px 54.5px 0px #0000001A;
    background: #FFFFFF;
    max-width: 1080px;
    margin: 0 auto;
    border-radius: 16px;
    padding: 40px;
    text-align: center;
    position: relative;
}

.footer_wrapper::before {
    position: absolute;
    content: "";
    background-image: url(../img/footer_wrapper.svg);
    background-size: cover;
    width: 28px;
    height: 106px;
    top: -15px;
    left: 134px;
}

.footer_wrapper::after {
    position: absolute;
    content: "";
    background-image: url(../img/footer_wrapper.svg);
    background-size: cover;
    width: 28px;
    height: 106px;
    top: -15px;
    right: 134px;
}

.footer_title {
    font-size: 36px;
    font-weight: 700;
    line-height: 44.64px;
    text-align: center;
    text-transform: uppercase;
    max-width: 520px;
    margin: 0 auto 25px;
}

.footer_title span {
    color: #E42424;
}

.footer_links {
    display: flex;
    justify-content: center;
    gap: 45px;
    margin-bottom: 30px;
}

.footer_link {
    flex-direction: column;
    align-items: center;
    gap: 9px;
    display: flex;
    font-size: 20px;
    justify-content: space-between;
    line-height: 24.8px;
    text-align: center;
    color: #000000;
    font-weight: 700;
}

.footer_inner {
    width: 676px;
    display: flex;
    justify-content: center;
    justify-content: space-between;
    margin: 0 auto;
}

.footer_inner-img {
    width: 275px;
    border-radius: 16px;
    height: 183px;
    display: flex;
    overflow: hidden;
}

.footer_inner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer_inner-desc {
    width: 376px;
    padding: 16px 0 16px 27px;
    font-size: 20px;
    color: #797979;
    line-height: 24.8px;
    text-align: left;
    position: relative;
}

.footer_inner-desc::before {
    position: absolute;
    content: "";
    height: 100%;
    background-color: #E42424;
    width: 7px;
    left: 0;
    top: 0;
    border-radius: 6px;
}

.header_inner .header_link {
    display: none;
}



.menu_burger {
    display: none;
}




@media(max-width:1700px) {
    .container {
        max-width: 1350px;
    }

    .menu {
        margin-right: 300px;
    }

    .servies_left {
        width: 58%;
    }

    .servies_right {
        width: 40%;
    }

    .servies_right-title br {
        display: none;
    }

    .catalog_item-left {
        width: 270px;
    }

    .catalog_item-right {
        width: 310px;
    }

    .catalog_item-img {
        height: 216px;
    }

    .catalog_item-dot {
        height: 40px;
    }

    .advantages_img {
        width: 580px;
        height: 380px;
    }

    .connection_item {
        padding: 26px 26px 26px 140px;
    }

    .connection_item-img {
        width: 110px;
        height: 110px;
        left: 16px;
    }

}

@media(max-width:1450px) {
    .container {
        max-width: 1150px;
    }

    .menu {
        margin: 0;
    }

    .main h1 {
        line-height: 92px;
        font-size: 68px;
        margin-bottom: 374px;
    }

    .servies_right-title {
        font-size: 32px;
        line-height: 48px;
    }

    .servies_right-title span {
        display: block;
    }

    .servies_title {
        font-size: 38px;
    }

    .servies_item {
        padding: 16px;
        font-size: 14px;
        line-height: 17px;
    }

    .servies_right-subtitle {
        line-height: 26px;
        font-size: 20px;
    }

    .servies_right-text {
        line-height: 26px;
        font-size: 18px;
    }

    .servies_right-desc {
        font-size: 20px;
        line-height: 26px;
    }

    .catalog_item-option {
        font-size: 12px;
    }

    .catalog_item-left {
        width: 230px;
    }

    .catalog_item-right {
        width: 250px;
    }

    .catalog_price-value {
        font-size: 14px;
        line-height: 16px;
    }

    .catalog_item {
        padding: 28px 28px 84px;
        position: relative;
    }

    .catalog_btn {
        position: absolute;
        bottom: 28px;
        width: calc(100% - 56px);
        right: 50%;
        transform: translateX(50%);
    }

    .catalog_item-img {
        height: 170px;
    }

    .catalog_price {
        flex-direction: column;
    }

    .catalog_price-value span,
    .catalog_price-value {
        text-align: left;
    }

    .catalog_price.full .catalog_price-title {
        max-width: 100%;
    }

    .catalog_item-dot {
        width: calc(33.333% - 4px);
        height: 56px;
    }

    .catalog::before {
        width: 1700px;
        height: 722px;
        background-size: cover;
    }

    .advantages_info {
        width: 570px;
    }

    .advantages_img {
        width: 530px;
        height: 380px;
    }

    .advantages_item {
        font-size: 18px;
        line-height: 22.8px;
    }

    .advantages_title {
        line-height: 46px;
        font-size: 33px;
    }

    .advantages_title span {
        line-height: 54px;
        font-size: 40px;
    }

    .steps_item-title {
        font-size: 20px;
        line-height: 28px;
    }

    .connection_item {
        width: calc(33.333% - 13.333px);
    }

    .connection_img {
        height: 854px;
    }

    .connection {
        min-height: 1100px;
    }

    .connection::after,
    .connection::before {
        font-size: 150px;
    }

    .sold .catalog_item {
        padding: 28px;
    }

    .sold {
        margin-bottom: 160px;
    }

    .footer {
        padding-bottom: 160px;
    }

    .catalog_modal .catalog_item-img {
        height: 30vw;
    }
}

@media (max-width: 1200px) {
    .container {
        max-width: 930px;
    }

    .header_logo {
        width: 180px;
    }

    .catalog_modal-wrapper {
        flex-direction: column;
        gap: 20px;
    }

    .catalog_modal-text {
        width: 100%;
    }

    .header_logo img {
        width: 100%;
        height: auto;
    }

    .catalog_modal .catalog_item-left {
        width: 100%;
    }

    .main_inner {
        width: 540px;
        padding: 28px;
    }

    .catalog_modal .catalog_item-img {
        height: 52vw;
    }

    .main h1 {
        margin-bottom: 360px;

    }

    .main_inner-title {
        font-size: 20px;
        line-height: 30px;
    }

    .servies_wrapper {
        flex-direction: column;
        gap: 54px;
    }

    .servies_left {
        width: 100%;
    }

    .servies_right {
        width: 100%;
    }

    .catalog_item {
        width: 100%;
    }

    .catalog_item-right {
        width: calc(100% - 260px);
    }

    .catalog::before {
        width: 1450px;
        background-position: center;
        height: 620px;
    }

    .catalog {
        padding: 65px 0 460px;
    }

    .advantages_wrapper {
        flex-direction: column-reverse;
        align-items: flex-start;
        gap: 20px;
    }

    .advantages_img {
        width: 100%;
        height: auto;
    }

    .advantages_info {
        width: 684px;
    }

    .steps_item-number {
        width: 122px;
        height: 122px;
        font-size: 26px;
    }

    .steps_item-title {
        font-size: 16px;
        line-height: 24px;
    }

    .connection_item {
        width: calc(50% - 10px);
    }

    .catalog_modal {
        padding: 60px;
    }
}

@media (max-width: 991.98px) {
    .container {
        max-width: 730px;
    }

    .main h1 {
        text-align: right;
    }

    .main h1 {
        line-height: 74px;
        font-size: 48px;
    }

    .main_inner {
        margin-left: 0;
        text-align: left;
    }

    .header_wrapper {
        position: relative;
        z-index: 1;
        padding: 30px 0;
    }

    .header {
        position: fixed;
        background: #00000099;
    }

    .header.active .header_wrapper::before {
        background: #000000;
    }

    .header_wrapper::before {
        position: absolute;
        content: "";
        width: 100vw;
        height: 100%;
        top: 0;
        right: 50%;
        transform: translateX(50%);
        transition: all 0.3s;
        z-index: -1;
    }

    .header_inner {
        position: fixed;
        opacity: 0;
        visibility: hidden;
        top: 108px;
        right: 50%;
        transform: translateX(50%);
        z-index: 2;
        background: #00000099;
        backdrop-filter: blur(10px);
        width: 100vw;
        transition: all 0.5s;
        padding: 30px 0;
    }


    .menu {
        max-width: 700px;
        margin: 0 auto;
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .header.active .header_inner {
        opacity: 1;
        visibility: visible;
    }

    .header_wrapper>.header_link {
        display: none;
    }

    .menu_burger {
        display: block;
        width: 50px;
        background: #FFFFFF;
        border-radius: 5px;
        transition: all 0.3s;
        position: relative;
        height: 35px;
    }

    .menu_burger.active {
        width: 35px;
    }

    .menu_burger::before {
        position: absolute;
        content: "";
        width: 32px;
        height: 2px;
        background-color: #E42424;
        top: 10px;
        right: 9px;
        transition: all 0.3s;
    }

    .menu_burger.active::before {
        transform: rotate(45deg);
        top: 16px;
        right: 2px;
    }

    .menu_burger::after {
        position: absolute;
        content: "";
        width: 32px;
        height: 2px;
        background-color: #E42424;
        bottom: 11px;
        right: 9px;
        transition: all 0.3s;
    }

    .menu_burger.active::after {
        transform: rotate(-45deg);
        bottom: 16px;
        right: 2px;
    }

    .menu_burger span {
        position: absolute;
        content: "";
        width: 32px;
        height: 2px;
        background-color: #E42424;
        top: 16px;
        right: 9px;
        transition: all 0.3s;
    }


    .menu_burger.active span {
        transform: scale(0);
        right: 2px;
    }

    .header_inner .header_link {
        display: flex;
        margin: 30px auto 0;
        width: fit-content;
    }

    .footer_wrapper::before {
        left: 40px;
    }

    .footer_wrapper::after {
        right: 40px;
    }

    .footer_inner {
        width: 100%;
    }

    .footer_inner-desc {
        width: 330px;
        font-size: 18px;
    }

    .catalog_modal-wrapper {
        gap: 30px;
        flex-direction: column;
    }

    .catalog_modal-text {
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .container {
        max-width: 100%;
        padding: 0 30px;
    }

    .header_logo {
        width: 136px;
    }

    .header_wrapper {
        padding: 20px 0;
    }

    .header_inner {
        top: 77px;
    }

    .main {
        padding: 97px 0 20px;
        background-image: url(../img/main2.jpg) !important;
    }

    .main h1 {
        line-height: 32.24px;
        margin-bottom: 294px;
        font-size: 26px;
    }

    .main_inner {
        width: 274px;
        padding: 0;
        background: none;
        border-radius: 0;
        backdrop-filter: blur(0px);
    }

    .main_inner-title {
        line-height: 20.8px;
        font-size: 16px;
        padding: 10px 15px;
        background: linear-gradient(276.06deg, #E42424 27.71%, rgba(33, 40, 51, 0) 100%);
        backdrop-filter: blur(50px);
        border-radius: 15px;
    }

    .main_inner-text {
        line-height: 20.8px;
        font-size: 16px;
        padding: 0 15px;
        margin-top: 10px;
    }

    .servies {
        margin: 50px 0 85px;
    }

    .servies_title-wrapper {
        min-height: 102px;
        border-radius: 8px;
    }

    .servies_title {
        line-height: 19.84px;
        font-size: 16px;
        padding: 10px;
        border-radius: 0 8px 0 0;
    }

    .servies_items {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
    }

    .servies_item {
        width: calc(50% - 5px);
        line-height: 11.16px;
        min-height: 49px;
        font-size: 9px;
        flex: auto;
        border-radius: 8px;
        text-align: center;
        justify-content: center;
    }

    .servies_left-desc {
        width: 100%;
        padding: 0;
        line-height: 12.4px;
        font-size: 10px;
    }

    .servies_right-title {
        line-height: 24.8px;
        margin-bottom: 26px;
        font-size: 20px;
    }

    .servies_right-subtitle {
        line-height: 12.4px;
        padding: 11px 14px;
        font-size: 10px;
        margin-bottom: 26px;
        border-radius: 8px;
    }

    .servies_right-text {
        font-size: 12px;
        margin-bottom: 26px;
        line-height: 14.88px;
    }

    .servies_right-desc {
        padding-left: 12px;
        font-size: 12px;
        line-height: 14.88px;
        border-radius: 8px;
        padding-right: 20px;
    }

    .servies_right-desc span {
        padding-left: 6px;
        padding-right: 6px;
    }

    .catalog {
        padding: 30px 0 140px;
        border-radius: 8px;
    }

    .catalog_title {
        line-height: 29.76px;
        text-align: left;
        font-size: 24px;
        margin-bottom: 34px;
    }

    .catalog_item {
        padding: 16px 16px 67px;
    }

    .catalog_item-left {
        width: 160px;
    }

    .catalog_item-img {
        height: 118px;
        margin-bottom: 4px;
    }

    .catalog_item-dot {
        height: 39px;
    }

    .catalog_item-right {
        padding-top: 0;
        width: calc(100% - 173px);
    }

    .catalog_item-title {
        line-height: 14.88px;
        margin-bottom: 4px;
        font-size: 12px;
    }

    .catalog_item-option {
        line-height: 9.92px;
        font-size: 8px;
    }

    .catalog_item-options {
        margin-bottom: 8px;
    }

    .catalog_price-title {
        line-height: 9.92px;
        font-size: 8px;
    }

    .catalog_price-value {
        line-height: 9.92px;
        font-size: 8px;
    }

    .catalog_price {
        gap: 2px;
        margin-bottom: 8px;
    }

    .catalog_price.full .catalog_price-title {
        line-height: 9.92px;
        font-size: 8px;
    }

    .catalog_price-value span {
        line-height: 9.92px;
        font-size: 8px;
    }

    .catalog_btn {
        height: 35px;
        line-height: 18.2px;
        font-size: 14px;
        width: calc(100% - 32px);
        border-radius: 8px;
    }

    .catalog_items {
        gap: 15px;
    }

    .catalog_more {
        border-radius: 8px;
        width: 170px;
        height: 49px;
        margin-top: 24px;
        line-height: 18.2px;
        font-size: 14px;
    }

    .catalog::before {
        width: 440px;
        height: 180px;
    }

    .advantages {
        margin: 70px 0 32px;
    }

    .advantages_title {
        font-size: 18.8px;
        line-height: 23.31px;
        white-space: nowrap;
    }

    .advantages_title span {
        line-height: 27.9px;
        font-size: 22.5px;
    }

    .advantages_info {
        width: 100%;
    }

    .advantages_items {
        margin-top: -22px;
        gap: 10px;
    }

    .advantages_item {
        font-size: 10px;
        line-height: 12.4px;
        border-radius: 8px;
        padding: 7px;
    }

    .advantages_img {
        border-radius: 8px;
    }

    .steps h2 {
        line-height: 24.8px;
        font-size: 20px;
        margin-bottom: 17px;
    }

    .steps_items {
        flex-direction: column;
        padding: 0;
        gap: 17px;
    }

    .steps_item {
        display: flex;
        align-items: center;
        gap: 7px;
    }

    .steps_item-title br {
        display: none;
    }

    .steps_item::before {
        display: none;
    }

    .steps_item-number {
        width: 52px;
        height: 52px;
        margin: 0;
        min-width: 52px;
        line-height: 14.88px;
        font-size: 12px;
    }

    .steps_item-title {
        font-size: 12px;
        text-align: left;
        line-height: 14.88px;
    }

    .steps_items {
        margin-bottom: 18px;
    }

    .steps_desc {
        line-height: 14.88px;
        font-size: 12px;
        border-width: 2px;
        padding-bottom: 4px;
    }

    .steps {

        margin-bottom: 34px;
    }

    .connection {
        padding: 56px 0;
    }

    .connection::after,
    .connection::before {
        line-height: 49.6px;
        font-size: 40px;
        text-shadow: 1px 0 #FFFFFF4D, -1px 0 #FFFFFF4D, 0 1px #FFFFFF4D, 0 -1px #FFFFFF4D, 1px 1px #FFFFFF4D, -1px -1px #FFFFFF4D, 1px -1px #FFFFFF4D, -1px 1px #FFFFFF4D;
    }

    .connection_title {
        line-height: 24.8px;
        margin-bottom: 14px;
        font-size: 20px;
    }

    .connection_img {
        background-image: url(../img/connection_img2.png);
        height: 413px;
        top: 0;
        right: 0;
    }

    .connection_img img {
        display: none;
    }

    .connection {
        min-height: 440px;
    }

    .connection_items {
        display: block;
        width: calc(100% + 30px);
    }

    .connection_items .slick-arrow {
        position: absolute;
        width: 25px;
        height: 25px;
        border-radius: 3px;
        font-size: 0;
        border: none;
        background: #FFFFFF;
        box-shadow: 2px 2px 4px 0px #00000073;
        font-size: 0;
        bottom: -33px;
        background-repeat: no-repeat;
        background-position: center;
    }

    .connection_items .slick-next {
        right: calc(50% - 30px);
        background-image: url(../img/arrow_right.svg);
    }

    .connection_items .slick-prev {
        right: calc(50% + 30px);
        background-image: url(../img/arrow_left.svg);
    }

    .connection_item {
        width: 320px;
        margin-right: 13px;
        border-radius: 8px;
        padding: 20px 36px 20px 156px;
    }

    .connection_item-img {
        left: 23px;
    }

    .connection_item-title {
        line-height: 14.88px;
        font-size: 12px;
    }

    .connection_item-number {
        line-height: 14.88px;
        margin-bottom: 8px;
        font-size: 12px;
    }

    .connection_item-btn {
        border-radius: 8px;
        line-height: 14.88px;
        font-size: 12px;
        height: 35px;
    }

    .connection_item::after {
        display: block;
        height: 24px;
    }

    .sold_title {
        text-align: left;
        font-size: 24px;
        line-height: 29.76px;
        margin-bottom: 18px;
    }

    .sold {
        margin: 33px 0 100px;
    }

    .sold .catalog_item {
        padding: 16px;
    }

    .footer {
        padding-bottom: 114px;
    }

    .footer_wrapper {
        padding: 44px 18px 32px;
    }

    .footer_wrapper::after,
    .footer_wrapper::before {
        width: 8px;
        top: -4px;
        height: 31px;
    }

    .footer_title {
        max-width: 242px;
    }

    .footer_title {
        line-height: 22.32px;
        margin-bottom: 12px;
        font-size: 18px;
    }

    .footer_link {
        line-height: 12.4px;
        font-size: 10px;
        gap: 4px;
    }

    .footer_link img {
        width: 40px;
        height: auto;
    }

    .footer_links {
        gap: 20px;
        margin-bottom: 20px;
    }

    .footer_inner-img {
        width: 81.63px;
        border-radius: 8px;
        height: 54.32px;
    }

    .footer_inner-desc {
        width: calc(100% - 88px);
        line-height: 9.92px;
        font-size: 8px;
        padding-left: 8px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .footer_inner-desc::before {
        width: 2px;
    }

    .catalog_modal .catalog_item-img {
        height: 58vw;
    }

    .catalog_modal .catalog_item-dot {
        height: 19vw;
    }

    .catalog_modal {
        padding: 40px 20px;
        width: 100%;
    }

    .catalog_modal-text {
        font-size: 16px;
    }

    .catalog_modal .catalog_item-left {
        width: 100%;
    }

    .catalog_modal .catalog_item-img {
        height: 58vw;
    }

    .catalog_modal .catalog_item-dot {
        height: 19vw;
    }
}