@charset "UTF-8";

@font-face {
    font-family: "Montserrat";
    font-weight: 400;
    src: url(./../fonts/Montserrat/Montserrat-Regular.ttf);
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    font-weight: 600;
    src: url(./../fonts/Montserrat/Montserrat-SemiBold.ttf);
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    font-weight: 700;
    src: url(./../fonts/Montserrat/Montserrat-Bold.ttf);
    font-display: swap;
}

:root {
    --Colored: #384fce;
}

.none {
    display: none;
}

* {
    margin: 0;
    border: 0;
    padding: 0;
    margin-block: 0;
}

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

::-webkit-scrollbar {
    width: 6px;
    height: 4px;
    background-color: #ffffff;
}

::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: var(--Colored);
}

html,
body {
    height: 100%;
    width: 100%;
    font-size: 10px;
    color: #211a1f;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: Montserrat, Sans-Serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1.2;
    cursor: default;
    position: relative;
    scroll-behavior: smooth;
}

:focus,
:active {
    outline: none;
}

a,
a:focus,
a:active {
    outline: none;
    text-decoration: none;
}

nav,
footer,
header,
aside {
    display: block;
}

input,
button,
textarea {
    font-family: inherit;
    line-height: inherit;
    font-size: 10px;
    background-color: inherit;
}

input {
    transition: all 0.3s ease;
}

input.name:focus {
    box-shadow: 0px 4px 6px 0px #6060600d;
    border: 1px solid #60606033;
}

input:focus {
    box-shadow: 0px 4px 6px 0px #6060600d;
    border: 1px solid var(--Colored);
}

input::-ms-clear {
    display: none;
}

button {
    cursor: pointer;
    height: auto;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

ul li {
    list-style: none;
    text-decoration: none;
}

img {
    vertical-align: middle;
}

.title {
    margin-bottom: 24px;
    line-height: 1.2;
    font-weight: 700;
    font-size: 42px;
    color: #211a1f;
    letter-spacing: 0.01em;
}

.title span {
    color: var(--Colored);
}

.title-submain {
    margin-bottom: 40px;
    text-align: center;
    line-height: 1.2;
    font-weight: 700;
    font-size: 32px;
    color: #211a1f;
    letter-spacing: 0.01em;
}

.title-submain span {
    color: var(--Colored);
}

.title-submain.mb-0 {
    margin-bottom: 0;
}

.left {
    text-align: left;
}

.center {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.text-223 {
    font-size: 223px;
}

.text-120 {
    font-size: 120px;
}

.text-90 {
    font-size: 90px;
}

.text-60 {
    font-size: 60px;
}

.text-56 {
    font-size: 56px;
}

.text-48 {
    font-size: 48px;
}

.text-36 {
    font-size: 36px;
}

.text-32 {
    font-size: 32px;
}

.text-30 {
    font-size: 30px;
}

.text-28 {
    font-size: 28px;
}

.text-26 {
    font-size: 26px;
}

.text-24 {
    font-size: 24px;
}

.text-20 {
    font-size: 20px;
}

.text-18 {
    font-size: 18px;
}

.text-16 {
    font-size: 16px;
}

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

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

.Gray {
    color: #211a1f;
}

.Black {
    color: #000000;
}

.White {
    color: #ffffff;
}

.Colored {
    color: var(--Colored);
}

.colored-BG {
    position: relative;
    padding: 40px 0;
}

.colored-BG .back {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    position: absolute;
    background-color: var(--Colored);
    opacity: 0.1;
}

.colored-BG .container {
    position: relative;
    z-index: 3;
}

.colored-BG .colorBtn .back {
    opacity: 1;
}

.colored-BG.sale_form {
    padding: 60px 0;
}

@media (max-width: 1050px) {
    .colored-BG {
        padding: 32px 0;
    }

    .colored-BG.sale_form {
        padding: 32px 0;
    }
}

.ColoredBG {
    background: linear-gradient(
        138.84deg,
        #72ad15 -3.22%,
        #fcb788 63.78%,
        #72ad15 133.63%
    );
}

.w-300 {
    font-weight: 300;
}

.w-600 {
    font-weight: 600;
}

.w-700 {
    font-weight: 700;
}

.mx-auto {
    margin: 0 auto;
}

.pt-32 {
    padding: 32px 0 0 0;
}

.pt-64 {
    padding-top: 64px;
}

.pb-64 {
    padding-bottom: 64px;
}

.pt-165 {
    padding-top: 165px;
}

.pt-125 {
    padding-top: 125px;
}

.mb-48 {
    margin-bottom: 48px;
}

.mb-32 {
    margin-bottom: 32px;
}

.mb-56 {
    margin-bottom: 56px;
}

.mb-24 {
    margin-bottom: 24px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-32 {
    margin-top: 32px;
}

.mb-16 {
    margin-bottom: 16px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-12 {
    margin-bottom: 16px;
}

.pb-72 {
    padding-bottom: 72px;
}

.underline {
    text-decoration: underline;
    transition: all 0.3s ease;
    cursor: pointer;
}

.underline:hover {
    text-decoration: none;
}

.colorBtn {
    height: fit-content;
    color: #ffffff;
    border-radius: 50px;
    padding: 14px 28px;
    display: flex;
    align-items: center;
    transition: all ease 0.5s;
    cursor: pointer;
    justify-content: center;
    color: #ffffff;
    font-size: 16px;
    position: relative;
    gap: 10px;
}

.colorBtn .back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    background-color: var(--Colored);
    transition: all 0.3s ease;
    z-index: 1;
}

.colorBtn svg {
    position: relative;
    z-index: 2;
}

.colorBtn .text {
    position: relative;
    z-index: 2;
    font-size: 16px;
}

.colorBtn:hover .back {
    opacity: 0.8;
}

.defaultBtn {
    height: fit-content;
    color: #211a1f;
    background-color: transparent;
    border-radius: 50px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    border: 2px solid var(--Colored);
    transition: all ease 0.5s;
    cursor: pointer;
    font-size: 14px;
    justify-content: center;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.defaultBtn .back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    background-color: transparent;
}

.defaultBtn .text {
    position: relative;
    z-index: 2;
    font-size: 16px;
}

.defaultBtn:hover {
    color: white;
}

.defaultBtn:hover .back {
    background-color: var(--Colored);
}

.arrowBtn {
    background-color: var(--Colored);
    border-radius: 6px;
    padding: 12px 13px 11px 15px;
}

.link-default {
    display: flex;
    align-items: center;
    gap: 12px;
    transition: all 0.5s ease;
}

.link-default:hover {
    transform: translateX(5px);
}

.logo-block {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    min-width: fit-content;
    max-width: 450px;
    width: fit-content;
    flex-direction: column;
}

.logo-block .city-changer {
    line-height: 1.21;
    cursor: pointer;
    font-weight: 300;
    transition: all 0.3s ease;
}

.logo-block .city-changer img {
    transition: all ease 0.3s;
}

.logo-block .city-changer:hover img {
    transform: translateY(2px);
}

.logo-block .header__logo {
    display: flex;
    align-items: center;
    gap: 15px;
}

.logo-block .header__logo img {
    max-width: 50px;
    max-height: 50px;
}

.address-block {
    display: flex;
    flex-direction: column;
    gap: 4px 6px;
    flex-wrap: wrap;
    max-width: 210px;
    justify-content: flex-start;
}

.phone-links {
    transition: 300ms;
}

.phone-links img {
    margin-right: 9px;
    margin-bottom: 3px;
}

.phone-links:hover {
    color: #000000;
}

.address-links :nth-child(1) img {
    margin-right: 7px;
}

.address-links :nth-child(2) img {
    margin-right: 5px;
}

.dropdown {
    position: relative;
}

.dropdown .dropbtn img {
    margin-left: 4px;
    transition: all ease 0.3s;
}

.dropdown .dropdown-content {
    display: none;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    padding: 16px;
    background-color: #ffffff;
    border-radius: 0px 0px 6px 6px;
    box-shadow: 0px 9px 15px 0px rgba(0, 0, 0, 0.05);
    z-index: 1;
    min-width: 160px;
    width: 100%;
    max-width: 1168px;
    margin: 0 auto;
}

.dropdown .dropdown-content a {
    line-height: 1.18;
    text-decoration: none;
    display: block;
    transition: all 0.3s ease;
}

.dropdown .dropdown-content a:nth-child(3) {
    padding: 0;
}

.dropdown .dropdown-content a:hover {
    transform: translateY(-1px);
    color: var(--Colored);
}

.form-text {
    line-height: 1.25;
    padding-bottom: 28px;
}

.form__input {
    background-color: transparent;
    border-radius: 50px;
    display: flex;
    gap: 32px;
    margin-bottom: 4px;
}

.form__input .form__input.name {
    border-radius: 4px;
    padding: 15px 103px 15px 28px;
    border: 1px solid #211a1f;
    width: 100%;
}

.form__input-input {
    border-radius: 50px;
    padding: 15px 103px 15px 28px;
    border: 1px solid #211a1f;
    background-color: white;
    color: rgba(59, 59, 59, 0.5);
}

.form__input .sel-input {
    border: 1px solid #d3d3d4;
    padding: 16px 16px 15px 20px;
    width: 100%;
    border-radius: 4px;
    height: fit-content;
}

.form__input .sel-input select {
    background-color: transparent;
    color: rgba(59, 59, 59, 0.5);
}

.form__input-btn {
    position: relative;
    float: right;
    min-width: fit-content;
}

.form-after-text {
    line-height: 1.28;
    font-size: 12px;
}

.form-after-text span {
    text-decoration: underline;
}

.form.form-inputs .form__input.name {
    height: fit-content;
}

.form.form-inputs .form__input-input {
    height: fit-content;
}

.filter {
    background-color: #ffffff;
    min-width: 231px;
    width: 100%;
    height: 50px;
    border-radius: 20%;
    opacity: 1;
    filter: blur(9px);
    position: absolute;
    z-index: 0;
    transform: translateY(-30%);
    left: 0;
}

.achievement-cards {
    flex: 1 0 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px 0px;
    border-radius: 8px;
    box-shadow: 0px 9px 15px 0px rgba(0, 0, 0, 0.05);
    transform: translateY(-12px);
    z-index: 5;
    background-color: #ffffff;
}

.achievement-cards .achievement-card {
    display: flex;
    align-items: center;
    flex: 1 0 30%;
    justify-content: center;
    position: relative;
}

.achievement-cards .achievement-card:last-child::after {
    content: "";
    display: none;
}

.achievement-cards .achievement-card::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    height: 120%;
    width: 1px;
    background-color: #211a1f;
}

.achievement-cards .achievement-card .achievement-card-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.achievement-cards .achievement-card .achievement-card-item svg {
    margin-bottom: 12px;
}

.achievement-cards .achievement-card .achievement-card-item-text {
    line-height: 1.42;
    max-width: 126px;
}

.phone-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 32px;
    align-items: center;
}

.phone-cards.brands-table .phone-card-link:nth-child(n + 11) {
    display: none;
}

.phone-cards.brands-table.show .phone-card-link:nth-child(n + 11) {
    display: block;
}

.phone-cards .phone-card-link {
    flex: 1 0 20%;
    max-width: 208px;
}

.phone-cards .phone-card {
    flex: 1 0 20%;
    border-radius: 6px;
    padding: 12px 20px;
    min-height: 153px;
    display: flex;
    align-items: center;
    flex-direction: column;
    transition: all 0.3s ease;
    border: 1px solid transparent;
    position: relative;
}

.phone-cards .phone-card .back {
    background-color: var(--Colored);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    opacity: 0.1;
    transition: all 0.1s ease;
}

.phone-cards .phone-card .phone-card-crop {
    max-width: 100%;
    height: 93px;
    margin-bottom: 16px;
    position: relative;
    z-index: 2;
}

.phone-cards .phone-card .phone-card-crop .card-crop-img {
    width: 100%;
    height: 100%;
    max-height: 93px;
    object-fit: contain;
}

.phone-cards .phone-card .phone-card-info {
    /* flex: 1 0 36%; */
    text-align: center;
    position: relative;
    margin-top: auto;
    z-index: 2;
}

.phone-cards .phone-card .phone-card-info .info-title {
    transition: all 0.3s ease-in-out;
    font-weight: 700;
}

.phone-cards .phone-card .phone-card-info .info-text {
    color: #211a1f;
    height: 0;
    opacity: 0;
    margin: 0;
}

.phone-cards .phone-card .phone-card-info .info-btn {
    height: 0;
    opacity: 0;
    pointer-events: none;
    padding: 0;
}

.phone-cards .phone-card:hover {
    transform: translateY(-5px);
}

.phone-cards.model__phone-cards {
    align-items: stretch;
}

.phone-cards.model__phone-cards .phone-card {
    min-height: 400px;
    padding: 40px 36px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex: 1 0 50%;
    max-width: 568px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.phone-cards.model__phone-cards .phone-card .phone-card-info {
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
    max-width: 197px;
    flex: 1 0 100%;
    height: 100%;
}

.phone-cards.model__phone-cards .phone-card .phone-card-info .info-title {
    margin-bottom: 12px;
}

.phone-cards.model__phone-cards .phone-card .phone-card-info .info-text {
    height: fit-content;
    margin-bottom: 33px;
    opacity: 1;
    font-size: 18px;
}

.phone-cards.model__phone-cards .phone-card .phone-card-info .info-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
}

.phone-cards.model__phone-cards .phone-card .phone-card-info .info-list li {
    transition: all 0.5s ease;
}

.phone-cards.model__phone-cards
    .phone-card
    .phone-card-info
    .info-list
    li:hover {
    transform: translateX(5px);
}

.phone-cards.model__phone-cards .phone-card .phone-card-info .list-link {
    font-size: 16px;
    text-decoration: underline;
}

.phone-cards.model__phone-cards .phone-card .phone-card-info .colorBtn {
    margin-top: auto;
}

.phone-cards.model__phone-cards .phone-card .phone-card-crop {
    max-width: 300px;
    max-height: 300px;
    margin-bottom: 0;
}

.phone-cards.model__phone-cards .phone-card .phone-card-crop img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.phone-cards.model__phone-cards .phone-card:hover .phone-card-info .info-text {
    margin: 0px 0 33px 0;
}

/*
.seo_spin {
  font-size: 16px;
}

.seo_spin .container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media (max-width: 830px) {
  .seo_spin {
    font-size: 14px;
  }
}
*/

.seo_spin .container {
    margin: 40px auto;
    padding: 30px 40px;
    background-color: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
}

.seo_spin .container h2 {
    font-size: 28px;
    margin-bottom: 20px;
    border-bottom: 2px solid #e0e0e0;
    padding-bottom: 10px;
}

.seo_spin .container h3 {
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #374151;
}

.seo_spin .container p {
    margin-bottom: 18px;
    font-size: 17px;
}

.seo_spin .container ul {
    padding-left: 20px;
    margin-bottom: 20px;
}

.seo_spin .container ul li {
    margin-bottom: 10px;
    font-size: 16px;
    position: relative;
    padding-left: 18px;
}

.seo_spin .container ul li::before {
    content: "•";
    color: #3b82f6;
    position: absolute;
    left: 0;
    font-size: 18px;
    line-height: 1;
}

.seo_spin .container em {
    background-color: #fef3c7;
    padding: 2px 5px;
    border-radius: 4px;
    font-style: normal;
    font-weight: 500;
    color: #92400e;
}

.seo_spin .container strong {
    color: #111827;
    font-weight: bold;
}

@media (max-width: 600px) {
    .seo_spin .container {
        padding: 20px;
    }

    .seo_spin .container h2 {
        font-size: 24px;
    }

    .seo_spin .container h3 {
        font-size: 20px;
    }

    .seo_spin .container p,
    .seo_spin .container ul li {
        font-size: 15px;
    }
}

.masters_inner {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
}

.masters_inner-item {
    flex: 1 0 25%;
    max-width: 268px;
    gap: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: space-between;
}

.item-img {
    max-width: 268px;
    max-height: 268px;
}

.item-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 100%;
}

.item-name {
    font-size: 16px;
    font-weight: 600;
}

.item-name span {
    font-weight: 400;
}

.item-prof {
    font-size: 16px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-weight: 400;
}

.item-prof span {
    font-weight: 600;
}

.item-age {
    font-size: 16px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-weight: 400;
}

.item-age span {
    font-weight: 600;
}

.repair_box {
    display: none;
    justify-content: center;
    gap: 70px;
    align-items: center;
    flex-wrap: wrap;
}

.repair_box.open {
    display: flex;
}

.repair_box .repair_box-item {
    max-width: 200px;
    flex: 1 0 25%;
    font-size: 18px;
    font-style: normal;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.repair_box .repair_box-item .item_list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.repair_box .repair_box-item .item_list-text {
    list-style: inherit;
    font-size: 18px;
}

.catalog-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.catalog-cards.hide {
    display: none;
}

.catalog-cards .cards-item {
    cursor: pointer;
    border-radius: 8px;
    background-color: var(--white);
    padding: 40px;
    flex: 1 0 45%;
    min-height: 152px;
    cursor: pointer;
    flex: 1 0 45%;
    max-width: 569px;
    display: flex;
    align-items: center;
    transition: all ease 1.5s;
    position: relative;
}

.catalog-cards .cards-item .dashed {
    border-radius: 8px;
    height: 95%;
}

.catalog-cards .cards-item .phone-card-info {
    flex: 1 0 40%;
    position: relative;
    z-index: 10;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.catalog-cards .cards-item .phone-card-info .grad-btn {
    max-width: 242px;
}

.catalog-cards .cards-item .phone-card-info .info-title {
    margin-bottom: 12px;
}

.catalog-cards .cards-item .phone-card-info .info-text {
    margin-bottom: 33px;
}

.catalog-cards .cards-item .phone-card-info .info-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-right: 24px;
    margin-bottom: 33px;
    width: fit-content;
    max-height: 132px;
    overflow: auto;
    position: relative;
    z-index: 10;
}

.catalog-cards .cards-item .cards-item-crop {
    max-width: 310px;
    position: relative;
    z-index: 5;
    overflow: hidden;
}

.catalog-cards .cards-item .cards-item-crop .cards-item-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.catalog-cards .cards-item .cards-item-text {
    transition: all 1s ease;
    text-align: center;
    max-width: 150px;
}

.catalog-cards.brand-cards {
    gap: 12px;
}

.catalog-cards.brand-cards .cards-item {
    padding: 18px 10px 13px 10px;
    gap: 12px;
    border-radius: 6px;
    flex: 1 0 14%;
    max-width: 168px;
    min-height: 120px;
    display: flex;
    flex-direction: column;
    transition: all 0.5s ease;
}

.catalog-cards.brand-cards .cards-item:nth-child(n + 13) {
    display: none;
}

.catalog-cards.brand-cards.show .cards-item:nth-child(n + 13) {
    display: flex;
}

.catalog-cards.brand-cards .cards-item img {
    max-height: 56px;
    z-index: 2;
}

.catalog-cards.brand-cards .cards-item .text-16 {
    position: relative;
    z-index: 2;
}

.catalog-cards.brand-cards .cards-item .back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    background-color: #f9f9f9;
    z-index: 1;
}

.catalog-cards.brand-cards .cards-item:hover .back {
    background-color: var(--Colored);
    opacity: 0.1;
}

.model-lines {
    display: flex;
    align-items: center;
    overflow-x: auto;
    padding-bottom: 5px;
    gap: 12px;
}

.model-lines .model-lines-item {
    display: flex;
    position: relative;
    font-size: 16px;
    padding: 12px 20px;
    border-radius: 6px;
    box-shadow: 0px 4px 6px 0px #6060600d;
}

.model-lines .model-lines-item .back {
    background-color: white;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 6px;
}

.model-lines .model-lines-item .text {
    position: relative;
    z-index: 2;
}

.model-lines .model-lines-item:hover .back {
    background-color: var(--Colored);
    opacity: 0.1;
}

.seo-attention .container {
    display: flex;
    gap: 24px;
    align-items: baseline;
}

.seo-attention .container .bannner-text-box {
    flex-direction: column;
    border-radius: 8px;
    box-shadow: 0px 9px 15px 0px rgba(0, 0, 0, 0.05);
    position: relative;
    display: flex;
    gap: 20px;
    width: 100%;
    max-width: 466px;
    padding: 36px 26px 36px 100px;
}

.seo-attention .container .bannner-text-box .attention {
    position: absolute;
    left: 24px;
    top: 50%;
    transform: translate(0, -50%);
}

.seo-attention .container .bannner-text-box span {
    min-width: 342px;
    width: 100%;
}

.attention-block {
    margin-top: 40px;
    background-color: var(--Colored);
    border-radius: 8px;
    padding: 10px 18px;
    display: flex;
    align-items: center;
}

.attention-block svg {
    min-width: 35px;
}

.attention-block .attention-block-text {
    flex: 1 0 80%;
    text-align: center;
    color: #ffffff;
}

.main-seo .main-seo-inner {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.main-seo .main-seo-inner p {
    font-size: 16px;
    font-weight: 300;
}

.main-seo .main-seo-inner span {
    font-size: 16px;
    font-weight: 700;
}

.main-seo .main-seo-inner ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.main-seo .main-seo-inner ul li {
    list-style: inside;
    font-size: 16px;
    font-weight: 300;
}

.tech_inner {
    display: flex;
    justify-content: flex-end;
}

.feature {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 0;
    padding: 0;
    flex: 0 0 45%;
}

.feature li {
    display: block;
    letter-spacing: -1ex;
    margin: 5px 0;
}

.feature-left {
    font-size: 16px;
    font-weight: 700;
    margin-right: -50%;
    width: 45%;
    vertical-align: top;
    overflow: hidden;
    display: inline-block;
    letter-spacing: normal;
}

.feature-left:after {
    content: "";
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    width: 100%;
    margin: 0 -99% 0 3px;
    vertical-align: baseline;
    border-bottom: 1px dotted #888;
}

.feature-right {
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    letter-spacing: normal;
    padding-left: 3px;
    margin-left: 50%;
    width: 50%;
    vertical-align: bottom;
}

.example-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.example-inner-text {
    max-width: 563px;
    display: flex;
    gap: 32px;
    flex-direction: column;
}

.example-inner-text span {
    display: block;
    margin-top: 32px;
    margin-bottom: 32px;
}

.example-inner img {
    border-radius: 6px;
    max-width: 568px;
    max-height: 438px;
    width: 100%;
}

.mySwiperEx {
    max-width: 1167px;
    height: 550px;
}

.mySwiperEx .swiper-wrapper {
    height: fit-content;
}

.mySwiperEx .swiper-slide {
    opacity: 1;
    display: flex;
    flex-direction: column;
    padding: 12px;
    background-color: #ffffff;
    border-radius: 4px;
    max-height: 474px;
    transition: all 0.3s ease;
}

.mySwiperEx .swiper-slide .slide-img-case {
    max-width: 244px;
    max-height: 344px;
    border-radius: 4px;
}

.mySwiperEx .swiper-slide .slide-img-case img {
    border-radius: 4px;
    max-height: 335px;
    height: auto;
    width: 100%;
    object-fit: contain;
}

.mySwiperEx .swiper-slide .slide-text {
    margin-top: 20px;
    line-height: 1.3;
}

.mySwiperEx .swiper-slide .slide-text .slide-text-title {
    max-width: 240px;
    margin-bottom: 20px;
}

.mySwiperEx.grayBG .swiper-slide {
    background-color: #f9f9f9;
}

.mySwiperEx .swiper-button-prev,
.mySwiperEx .swiper-button-next {
    top: 93%;
    opacity: 0.4;
}

.mySwiperEx .swiper-button-prev:after,
.mySwiperEx .swiper-button-next:after {
    content: "";
}

.mySwiperEx .swiper-button-prev:hover,
.mySwiperEx .swiper-button-next:hover {
    opacity: 1;
}

.mySwiperEx .swiper-button-prev {
    padding: 11px 16px;
    border: 1px solid #211a1f;
    border-radius: 4px;
    transform: rotate(180deg);
    left: var(--swiper-navigation-sides-offset, 42%);
}

.mySwiperEx .swiper-button-next {
    padding: 11px 16px;
    border: 1px solid #211a1f;
    border-radius: 4px;
    right: var(--swiper-navigation-sides-offset, 42%);
}

.sale_form {
    overflow: hidden;
}

.sale_form .sale-bannner-1 {
    position: absolute;
    right: 33px;
    font-size: 210px;
    color: var(--Colored);
    font-weight: 700;
    top: 50%;
    transform: translateY(-50%);
}

.sale_form .sale-bannner-inside {
    display: none;
}

@media (max-width: 1050px) {
    .sale_form .sale-bannner-inside {
        display: block;
        font-size: 140px;
        margin-top: 20px;
        font-weight: 700;
        color: white;
    }
}

.sale_form .sale-bannner-2 {
    position: absolute;
    right: -65px;
    font-size: 210px;
    color: transparent;
    font-weight: 700;
    top: -90%;
    -webkit-text-stroke: 1px var(--Colored);
    /* Толщина и цвет обводки */
    text-stroke: 1px var(--Colored);
    opacity: 0.1;
}

.sale_form .sale-bannner-3 {
    position: absolute;
    right: 133px;
    font-size: 210px;
    color: var(--Colored);
    font-weight: 700;
    top: 60%;
    color: transparent;
    /* Цвет текста */
    -webkit-text-stroke: 1px var(--Colored);
    /* Толщина и цвет обводки */
    text-stroke: 1px var(--Colored);
    opacity: 0.1;
}

.sale-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
}

.sale-inner .que-word {
    position: absolute;
    font-size: 230px;
    font-weight: 700;
    color: white;
}

.sale-inner .que-word.one {
    bottom: -80px;
    left: 58px;
    transform: rotate(15deg);
}

.sale-inner .que-word.two {
    top: -65px;
    right: 20px;
    transform: rotate(15deg);
}

.sale-bannner {
    position: relative;
    display: flex;
    padding-top: 27px;
}

.sale-bannner .sale-bannner-text {
    position: relative;
    font-size: 46px;
    color: var(--Colored);
    font-weight: 700;
    font-style: italic;
    display: flex;
    flex-direction: column;
    gap: 10px;
    background-color: white;
    padding: 30px;
    max-width: 564px;
    width: 100%;
    transform: translate(-20px, 60px) rotate(-7deg);
    box-shadow: 0px 0px 14px 0px #6060601a;
    border-radius: 6px;
    z-index: 3;
}

.sale-bannner .sale-bannner-text span {
    font-size: 20px;
    font-weight: 400;
    font-style: italic;
    color: #211a1f;
}

.sale-bannner .sale-bannner-text::after {
    content: "";
    position: absolute;
    top: 8px;
    right: 8px;
    background-color: #f9f9f9;
    width: 16px;
    height: 16px;
    border-radius: 100%;
}

.sale-bannner svg {
    transform: translate(-50px, 40px);
}

.sale-bannner svg path {
    stroke: var(--Colored);
}

.sale-inner-form {
    width: 100%;
}

.sale-inner-form .form-title {
    margin-bottom: 50px;
    max-width: 457px;
    font-size: 32px;
}

.sale-inner-form .form-text {
    max-width: 330px;
}

.sale-inner-form .form {
    position: relative;
    z-index: 2;
}

.sale-inner-form .form .form__input-input {
    border: none;
}

.sale-inner-form.inside {
    position: relative;
    z-index: 3;
}

.sale-inner-form.inside .form-title {
    margin-bottom: 12px;
    text-align: center;
    color: white;
    font-size: 26px;
}

@media (max-width: 1050px) {
    .sale-inner-form.inside .form-title {
        font-size: 20px;
    }
}

.sale-inner-form.inside .colorBtn {
    position: relative;
    z-index: 2;
    background-color: white;
    color: var(--Colored);
}

@keyframes pulse {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1.05);
        opacity: 0;
    }
}

@keyframes buzz-out-on-hover {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }

    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }

    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }

    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }

    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }

    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }

    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0);
    }

    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0);
    }
}

.buzz-out-on-hover {
    position: relative;
    z-index: 5;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.buzz-out-on-hover:hover,
.buzz-out-on-hover:focus,
.buzz-out-on-hover:active {
    -webkit-animation-name: buzz-out-on-hover;
    animation-name: buzz-out-on-hover;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.sale-inner-timer {
    flex: 1 0 50%;
    max-width: 500px;
    position: relative;
    padding: 20px 32px;
    background-color: #ffffff;
    border-radius: 4px;
    overflow: hidden;
    max-height: 185px;
}

.sale-inner-timer .timer-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 2px;
    color: var(--Colored);
}

.sale-inner-timer .timer-text {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 25px;
}

.sale-inner-timer .timer-end {
    font-size: 44px;
    font-weight: 700;
}

.sale-inner-timer .pulse {
    position: relative;
    text-align: center;
    padding: 20px;
    border-radius: 50%;
    background: var(--Colored);
    width: 112px;
    height: 112px;
    transform: translate(100%, -115%);
    left: 60%;
}

.sale-inner-timer .pulse::after {
    content: "";
    position: absolute;
    border: 2px solid var(--Colored);
    left: -20px;
    opacity: 0;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: pulse 2.5s linear infinite;
    animation-delay: 1.25s;
}

.sale-inner-timer .pulse::before {
    content: "";
    position: absolute;
    border: 2px solid var(--Colored);
    left: -20px;
    opacity: 0;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: pulse 2.5s linear infinite;
}

@media (max-width: 600px) {
    .sale-inner-timer .pulse {
        transform: translate(100px, -115%);
        left: 50%;
    }
}

.sale-inner-timer .circle {
    background-color: var(--Colored);
    padding: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100px;
    height: auto;
    border-radius: 100%;
}

.sale-inner-timer .circle svg {
    width: 54px;
    height: 54px;
}

.calc .container {
    background-color: white;
    padding: 32px 38px;
    border-radius: 6px;
}

.calc-footnote .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.calc-footnote .container .calc-footnote-left {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.calc-footnote .container .cals-foot-img {
    background: #ffffff;
    padding: 24px 72px;
    border-radius: 8px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.calc-slide {
    flex-wrap: wrap;
    height: 100%;
    justify-content: space-between;
    align-items: flex-start;
}

.calc-slide .grad-btn {
    max-width: 242px;
    align-self: flex-end;
    margin-right: auto;
}

.calc-slide .calc-utp .calc-utp-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 16px;
    text-align: center;
}

.calc-slide .calc-utp .calc-utp-cards {
    display: flex;
    gap: 17px;
    align-items: center;
}

.calc-slide .calc-utp .calc-utp-cards .calc-utp-cards-item {
    max-width: 200px;
    height: 162px;
    width: 100%;
    background-color: #d4d4d4;
    border-radius: 8px;
    padding: 16px;
    position: relative;
    overflow: hidden;
}

.calc-slide
    .calc-utp
    .calc-utp-cards
    .calc-utp-cards-item:nth-child(2)
    .item-img {
    mix-blend-mode: multiply;
}

.calc-slide .calc-utp .calc-utp-cards .calc-utp-cards-item:nth-child(3) {
    background-color: #c5e0ce;
}

.calc-slide .calc-utp .calc-utp-cards .calc-utp-cards-item .item-text {
    font-size: 16px;
    line-height: 1.25;
    font-weight: 400;
}

.calc-slide .calc-utp .calc-utp-cards .calc-utp-cards-item .item-img {
    z-index: 3;
    bottom: 0;
    top: inherit;
}

.calc-slide .slide-btn {
    max-width: fit-content;
}

.calc-slide .slide-btns {
    display: flex;
    gap: 20px;
    margin-right: auto;
    margin-top: auto;
}

.calc-slide .slide-btns .slide-btn {
    padding: 16px 32px;
    gap: 12px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.calc-slide .slide-btns .check-btn {
    align-self: flex-end;
    height: 32px;
    font-size: 16px;
    text-decoration: underline;
    cursor: pointer;
}

#slide2 .slide-btn {
    margin-right: inherit;
}

#slide2 .check-btn {
    align-self: flex-end;
    margin-right: auto;
    height: 32px;
}

#slide2 .calc-select-box {
    flex: 1 0 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 81px;
    max-height: 360px;
    overflow-y: auto;
}

#slide2 .calc-select-box .slide-label {
    border-radius: 6px;
    background: #f9f9f9;
    padding: 8px 12px 8px 28px;
    display: flex;
    align-items: center;
    gap: 41px;
    transition: all 0.5s ease;
}

#slide2 .calc-select-box .slide-label input[type="radio"] {
    position: absolute;
    visibility: hidden;
}

#slide2 .calc-select-box .slide-label .label-title {
    font-size: 16px;
    line-height: 1.75;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: all 0.5s ease;
}

#slide2 .calc-select-box .slide-label .label-btn {
    margin-left: auto;
    padding: 6px 12px;
    color: var(--Colored);
    border-radius: 6px;
    font-size: 16px;
    text-decoration: underline;
    gap: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

#slide2 .calc-select-box .slide-label.active {
    background-color: var(--Colored);
}

#slide2 .calc-select-box .slide-label.active .label-title {
    color: #ffffff;
}

#slide2 .calc-select-box .slide-label.active .label-btn {
    color: #ffffff;
}

#slide2 .calc-select-box .slide-label.active svg path {
    fill: white;
}

#slide2 .calc-slide-select {
    border: none;
    outline: none;
    max-width: 526px;
    width: 100%;
    height: 44px;
    border-radius: 8px;
    padding: 12px;
    background-color: transparent;
    color: var(--darkgray);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.calc-slide-info {
    display: flex;
    flex-direction: column;
    max-width: 438px;
    min-height: 100%;
    align-self: stretch;
    flex: 1 0 100%;
}

.calc-slide-steps {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-width: 332px;
    width: 100%;
}

.steps-text {
    font-size: 16px;
    line-height: 1.25;
}

.steps-box {
    max-width: 332px;
    width: 100%;
    height: 10px;
    border-radius: 6px;
    background-color: #f9f9f9;
}

.steps-box .steps-box-item {
    border-radius: 6px;
    background: var(--Colored);
    height: 10px;
}

.slide-title {
    flex: 1 0 100%;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 24px;
    color: var(--Colored);
    display: flex;
    align-items: center;
    gap: 12px;
}

.slide-title .slide-title-num {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    border-radius: 4px;
    background-color: var(--Colored);
    color: white;
    font-size: 16px;
    font-weight: 400;
}

.slide-check {
    flex: 1 0 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 40px;
    justify-content: center;
    justify-content: flex-start;
}

.slide-check .slide-label {
    flex: 1 0 16%;
    min-width: 132px;
    width: fit-content;
    padding: 24px 32px 16px 32px;
    border-radius: 6px;
    min-height: 44px;
    gap: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    background: #f9f9f9;
}

.slide-check .slide-label input[type="radio"] {
    position: absolute;
    visibility: hidden;
}

.slide-check .slide-label img {
    max-width: 143px;
    width: 100%;
    max-height: 75px;
}

.slide-check .slide-label.active {
    background: var(--Colored);
    color: #ffffff;
}

.slide-check .slide-label .dashed {
    border-radius: 6px;
    width: 100%;
    height: 100%;
}

.displayedImage-crop {
    max-width: 634px;
    position: relative;
}

.displayedImage-crop .displayedImage-crop-text {
    font-size: 18px;
    color: #ffffff;
    position: absolute;
    text-align: left;
    max-width: 335px;
    left: 24px;
    bottom: 24px;
    font-weight: 700;
}

.displayedImage {
    width: auto;
    height: auto;
}

#slide3 .calc-slide-box {
    display: flex;
    flex: 1 0 100%;
    font-size: 16px;
    gap: 16px;
    flex-direction: column;
    margin-bottom: 80px;
}

.how-work .how-work_inner {
    display: flex;
    justify-content: center;
    gap: 32px;
    flex-wrap: wrap;
}

.how-work .how-work_inner .inner-item {
    display: flex;
    background-color: white;
    border-radius: 20px;
    padding: 20px;
    flex-wrap: wrap;
    flex: 1 0 30%;
    align-items: center;
    max-width: 368px;
    align-content: baseline;
}

.how-work .how-work_inner .inner-item .inner-item-title {
    display: flex;
    font-weight: 700;
    font-size: 16px;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}

.how-work .how-work_inner .inner-item .inner-item-title .title-num {
    min-width: 48px;
    height: 48px;
    border-radius: 100%;
    background-color: var(--Colored);
    color: white;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.how-work .how-work_inner .inner-item .inner-item-text {
    line-height: 1.33;
    font-size: 16px;
    text-align: left;
}

.versus_inner {
    overflow: hidden;
    background-color: var(--Colored);
    padding: 36px 40px;
    border-radius: 8px;
    position: relative;
}

.versus_inner .versus_top-text {
    margin-bottom: 40px;
}

.versus_inner svg {
    position: absolute;
    top: 0;
    right: 0;
}

.versus_top {
    display: flex;
    justify-content: center;
    gap: 16px;
    align-items: center;
    margin-bottom: 81px;
    flex-direction: column;
}

.versus_top .versus_top-card {
    padding: 36px 89px;
    box-shadow: 0px 4px 6px 0px #6060600d;
    background-color: var(--white);
    border-radius: 8px;
    position: relative;
    max-width: 368px;
}

.versus_bot {
    display: flex;
    gap: 46px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    align-items: center;
    text-align: center;
}

.versus_bot .versus_bot-block {
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
    max-width: 466px;
    width: 100%;
    padding: 24px;
    box-shadow: 0px 4px 6px 0px #6060600d;
}

.versus_bot .versus_bot-block .back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    z-index: 1;
}

.versus_bot .versus_bot-block .block-title {
    position: relative;
    z-index: 2;
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 700;
}

.versus_bot .versus_bot-block .block-price {
    position: relative;
    z-index: 2;
    margin-bottom: 28px;
    font-size: 16px;
    font-weight: 400;
}

.versus_bot .versus_bot-block .block-price span {
    font-weight: 700;
    color: var(var(--Colored));
}

.versus_bot .versus_bot-block .block-text {
    position: relative;
    z-index: 2;
    font-weight: 400;
    border-radius: 6px;
    max-width: 330px;
    font-size: 16px;
    line-height: 1.3;
    padding: 20px;
}

.versus_bot .versus_bot-block .block-text .back {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    position: absolute;
}

.versus_bot .versus_bot-block .block-text .text {
    position: relative;
    z-index: 2;
}

.versus_bot .versus_bot-block.versus_bot-left .back {
    background-color: var(--Colored);
    opacity: 0.1;
}

.versus_bot .versus_bot-block.versus_bot-left .block-text {
    position: relative;
}

.versus_bot .versus_bot-block.versus_bot-left .block-text .back {
    background-color: white;
    opacity: 0.4;
}

.versus_bot .versus_bot-block.versus_bot-right {
    background-color: white;
}

.versus_bot .versus_bot-block.versus_bot-right .block-text .back {
    background-color: #606060;
    opacity: 0.1;
}

.versus_bot .versus_bot-mid {
    font-size: 26px;
    font-weight: 700;
}

.versus_bot .block-img {
    transform: translateY(-75px);
    max-width: 75px;
    align-self: center;
}

.advantages-cards {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.advantages-cards .advantages-card {
    flex: 1 0 33%;
    max-width: 350px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.advantages-cards .advantages-card .advantages-card-box {
    margin-bottom: 22px;
    max-width: 185px;
    max-height: 185px;
    position: relative;
}

.advantages-cards .advantages-card .advantages-card-box .box-number {
    top: 15px;
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: var(--Colored);
    border-radius: 100%;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    z-index: 3;
}

.advantages-cards .advantages-card .advantages-card-box .box-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    z-index: 2;
    position: relative;
}

.advantages-cards .advantages-card .advantages-card-box::after {
    z-index: 1;
    content: "";
    position: absolute;
    bottom: 0px;
    right: -5px;
    width: 95%;
    height: 95%;
    background-color: white;
    border-radius: 100%;
}

.advantages-cards .advantages-card-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
}

.advantages-cards .advantages-card-text {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

.advantages-cards.colored .advantages-card .advantages-card-box::after {
    background-color: var(--Colored);
    opacity: 0.2;
}

.option__cards {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.option__cards.hide {
    display: none;
}

.option__cards.show {
    display: flex;
}

.option__cards .option__cards-item {
    flex: 1 0 20%;
    max-width: 286px;
    min-height: 286px;
    display: flex;
    flex-direction: column;
    padding: 32px 24px 28px 24px;
    border-radius: 4px;
    transform-style: preserve-3d;
    position: relative;
}

.option__cards .option__cards-item svg {
    margin-bottom: 12px;
}

.option__cards .option__cards-item .item-title {
    font-weight: 700;
    margin-bottom: 78px;
}

.option__cards .option__cards-item .item-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 700;
}

.option__cards .option__cards-item .item-text span {
    font-weight: 400;
}

.option__cards .option__cards-item :nth-child(3) {
    margin-bottom: 24px;
}

.option__cards .option__cards-item .item-btn {
    background-color: var(--Colored);
    padding: 4px 10px;
    line-height: 1.37;
    font-size: 16px;
    border-radius: 4px;
    color: #ffffff;
    height: fit-content;
}

.option__cards .option__cards-item .face {
    position: absolute;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    max-width: 286px;
    display: flex;
    flex-direction: column;
    padding: 32px 24px 28px 24px;
    border-radius: 4px;
    transform-style: preserve-3d;
    perspective: 1000px;
}

.option__cards .option__cards-item .face.front {
    background-color: #f9f9f9;
    transform: rotateY(0deg);
    transition: transform 0.6s;
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}

.option__cards .option__cards-item .face.back {
    transition: transform 0.6s;
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    transform: rotateY(-180deg);
    background-color: var(--Colored);
    color: #ffffff;
    font-size: 16px;
}

.option__cards .option__cards-item .face.back .item-title {
    margin-bottom: 32px;
}

.option__cards .option__cards-item .face.back :nth-child(2) {
    margin-bottom: 62px;
}

.option__cards .option__cards-item .face.back .item-btn {
    background-color: #ffffff;
    width: 100%;
    padding: 4px 0;
    color: var(--Colored);
    transition: all 0.3s ease;
}

.option__cards .option__cards-item .face.back .item-btn:hover {
    transform: translateY(-3px);
}

.option__cards .option__cards-item:hover .face.front {
    transform: rotateY(-180deg);
}

.option__cards .option__cards-item:hover .face.back {
    transform: rotateY(0deg);
}

.option__cards .option__cards-item:focus .face.front {
    transform: rotateY(-180deg);
}

.option__cards .option__cards-item:focus .face.back {
    transform: rotateY(0deg);
}

.option__cards.grayBG .option__cards-item .face.front {
    background-color: #ffffff;
}

.sale-form-block {
    background-color: #72ad15;
}

.plus-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.plus-card {
    flex: 1 0 25%;
    text-align: center;
}

.plus-card .card-title {
    line-height: 1;
    font-size: 86px;
    color: var(--Colored);
}

.plus-card .card-text {
    font-weight: 400;
    margin-top: 12px;
    font-size: 18px;
    line-height: 1.33;
}

.swiper-button-prev,
.swiper-button-next {
    width: inherit !important;
    height: fit-content !important;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    content: "";
}

.swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, 0px);
}

.swiper-button-next {
    right: var(--swiper-navigation-sides-offset, 0px);
}

.swiper {
    padding: 0 15px;
}

@media (max-width: 920px) {
    .swiper {
        padding: 0 5px;
    }
}

.swiper.reviews {
    height: 500px;
    max-width: 1167px;
}

.swiper.reviews .swiper-wrapper .swiper-slide {
    height: fit-content;
}

.swiper.reviews .swiper-wrapper .swiper-slide .slider-case {
    background-color: #f9f9f9;
    display: flex;
    flex-direction: column;
    padding: 12px;
    gap: 12px;
    border-radius: 8px;
}

.swiper.reviews .swiper-wrapper .swiper-slide .slide-img {
    position: relative;
}

.swiper.reviews .swiper-wrapper .swiper-slide .slide-img .slide-crop {
    margin-bottom: 12px;
    max-width: 311px;
    min-width: 100%;
    max-height: 196px;
    border-radius: 4px;
    position: relative;
}

.swiper.reviews .swiper-wrapper .swiper-slide .slide-img .slide-crop svg {
    position: absolute;
    top: 10px;
    right: 10px;
}

.swiper.reviews .swiper-wrapper .swiper-slide .slide-img .slide-crop img {
    border-radius: 4px;
    width: 100%;
    max-height: 196px;
    object-fit: cover;
}

.swiper.reviews .swiper-wrapper .swiper-slide .slide-img .slide-btn {
    padding: 10px;
    min-width: 100%;
    text-align: center;
    position: relative;
    font-size: 16px;
    max-width: 244px;
    width: 100%;
    color: #ffffff;
}

.swiper.reviews .swiper-wrapper .swiper-slide .slide-img .slide-btn .color {
    max-width: 244px;
    width: 100%;
    height: 40px;
    background-color: var(--Colored);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    border-radius: 4px;
}

.swiper.reviews
    .swiper-wrapper
    .swiper-slide
    .slide-img
    .slide-btn
    .color.half {
    opacity: 0.7;
}

.swiper.reviews
    .swiper-wrapper
    .swiper-slide
    .slide-img
    .slide-btn
    .color.dark {
    background-color: #211a1f;
}

.swiper.reviews .swiper-wrapper .swiper-slide .slide-img .slide-btn .text {
    position: relative;
    z-index: 1;
    font-weight: 300;
    line-height: 1.3;
}

.swiper.reviews .swiper-wrapper .swiper-slide .slide-about {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.swiper.reviews .swiper-wrapper .swiper-slide .slide-about .slide-about-name {
    font-size: 16px;
    margin-bottom: 28px;
    line-height: 1.3;
    font-weight: 700;
    text-align: center;
}

.swiper.reviews .swiper-wrapper .swiper-slide .slide-about .slide-about-age {
    font-size: 16px;
    font-weight: 300;
}

.swiper.reviews .swiper-wrapper .swiper-slide .slide-about .slide-about-text {
    font-size: 18px;
    line-height: 1.3;
}

.swiper.reviews
    .swiper-wrapper
    .swiper-slide
    .slide-about
    .slide-about-text
    span {
    font-weight: 700;
}

.swiper.reviews .swiper-wrapper .swiper-slide .slide-about .sert-footnote {
    font-weight: 700;
    font-size: 18px;
    display: flex;
    gap: 12px;
    margin-top: auto;
    flex-direction: column;
}

.swiper.reviews .swiper-wrapper.GrayBG .swiper-slide .slider-case {
    background-color: #ffffff;
}

.swiper.reviews .swiper-button-prev,
.swiper.reviews .swiper-button-next {
    top: 93%;
    opacity: 0.4;
}

.swiper.reviews .swiper-button-prev:after,
.swiper.reviews .swiper-button-next:after {
    content: "";
}

.swiper.reviews .swiper-button-prev:hover,
.swiper.reviews .swiper-button-next:hover {
    opacity: 1;
}

.swiper.reviews .swiper-button-prev {
    padding: 16px;
    border-radius: 100%;
    transform: rotate(180deg);
    left: var(--swiper-navigation-sides-offset, 42%);
}

.swiper.reviews .swiper-button-next {
    padding: 16px;
    border-radius: 100%;
    right: var(--swiper-navigation-sides-offset, 42%);
}

.mySwiper {
    height: 413px;
    max-width: 1160px;
}

.mySwiper .swiper-wrapper .swiper-slide {
    transition: 0.5s;
    display: flex;
    justify-content: center;
    cursor: grab;
}

.mySwiper .swiper-wrapper .swiper-slide .slider-item {
    position: relative;
    height: fit-content;
    background-color: white;
    flex: 1 0 50%;
    padding: 24px 24px 32px 24px;
    transition: 200ms;
    border-radius: 20px;
    max-width: 368px;
    line-height: 1.25;
}

.mySwiper .swiper-wrapper .swiper-slide .slider-item .back {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: 0.1;
    border-radius: 20px;
}

.mySwiper .swiper-wrapper .swiper-slide .slider-item-profile {
    display: flex;
}

.mySwiper .swiper-wrapper .swiper-slide .slider-item-profile .profile-name {
    display: flex;
    flex-wrap: wrap;
    flex: 1 0 60%;
    position: relative;
    align-items: center;
}

.mySwiper .swiper-wrapper .swiper-slide .slider-item-profile .profile-name img {
    border-radius: 100%;
    margin-right: 11px;
    max-width: 48px;
    height: 48px;
}

.mySwiper
    .swiper-wrapper
    .swiper-slide
    .slider-item-profile
    .profile-name-item
    .item-title {
    margin-bottom: 6px;
}

.mySwiper
    .swiper-wrapper
    .swiper-slide
    .slider-item-profile
    .profile-name-item
    .star-block {
    display: flex;
    align-items: center;
    gap: 8px;
}

.mySwiper
    .swiper-wrapper
    .swiper-slide
    .slider-item-profile
    .profile-name-item
    .text {
    font-weight: 400;
}

.mySwiper
    .swiper-wrapper
    .swiper-slide
    .slider-item-profile
    .profile-name-item
    .item-stars {
    display: flex;
    align-items: center;
    gap: 4px;
}

.mySwiper .swiper-wrapper .swiper-slide .slider-item-text {
    position: relative;
    z-index: 2;
    margin-top: 20px;
    font-weight: 400;
    font-size: 16px;
    padding-right: 1rem;
    line-height: 1.3;
    max-height: 210px;
    overflow-y: auto;
    overflow-x: hidden;
}

.mySwiper .swiper-wrapper .swiper-slide .slider-item .profile-star {
    margin-left: auto;
    text-align: end;
}

.mySwiper .swiper-wrapper .swiper-slide .slider-item .profile-star .star-text {
    margin-bottom: 3px;
}

.mySwiper .swiper-wrapper .swiper-slide .slider-item .profile-star ul {
    margin-top: auto;
    display: flex;
    gap: 6px;
}

.mySwiper
    .swiper-wrapper
    .swiper-slide
    .slider-item
    .profile-star
    ul
    li
    svg
    path {
    fill: var(--Colored);
}

.mySwiper .swiper-wrapper .swiper-slide .slider-item.active {
    opacity: 1;
}

.mySwiper .swiper-wrapper .swiper-slide-active .slider-item {
    opacity: 1;
}

.mySwiper .swiper-wrapper .swiper-slide-next .slider-item {
    opacity: 1;
}

.mySwiper .swiper-wrapper .swiper-slide-prev .slider-item {
    opacity: 1;
}

.mySwiper .swiper-wrapper .swiper-slide-active,
.mySwiper .swiper-wrapper .swiper-slide-next,
.mySwiper .swiper-wrapper .swiper-slide-prev {
    opacity: 1;
}

@media (max-width: 920px) {
    .mySwiper .swiper-wrapper .swiper-slide-active {
        opacity: 1;
    }

    .mySwiper .swiper-wrapper .swiper-slide-next {
        opacity: 0;
    }
}

.mySwiper.GrayBG .swiper-wrapper .swiper-slide .slider-item {
    border: 1px solid #211a1f99;
}

.mySwiper .swiper-button-prev,
.mySwiper .swiper-button-next {
    top: 94%;
}

.mySwiper .swiper-button-prev:after,
.mySwiper .swiper-button-next:after {
    content: "";
}

.mySwiper .swiper-button-prev:hover,
.mySwiper .swiper-button-next:hover {
    opacity: 1;
}

.mySwiper .swiper-button-prev {
    padding: 16px;
    border-radius: 100%;
    background-color: var(--Colored);
    transform: rotate(180deg);
    left: var(--swiper-navigation-sides-offset, 45%);
}

.mySwiper .swiper-button-next {
    padding: 16px;
    border-radius: 100%;
    background-color: var(--Colored);
    right: var(--swiper-navigation-sides-offset, 45%);
}

.reviews_box {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
}

.reviews_box .slider-item {
    background-color: #ffffff;
    height: fit-content;
    flex: 1 0 30%;
    padding: 20px 20px 28px 20px;
    transform: translate3d(0px, 0px, 0px);
    transition: 200ms;
    border-radius: 8px;
    max-width: 386px;
    line-height: 1.25;
}

.reviews_box .slider-item-profile {
    display: flex;
}

.reviews_box .slider-item-profile .profile-name {
    display: flex;
    flex-wrap: wrap;
    flex: 1 0 60%;
    position: relative;
    align-items: center;
}

.reviews_box .slider-item-profile .profile-name img {
    border-radius: 100%;
    margin-right: 11px;
}

.reviews_box .slider-item-profile .profile-name-item .item-title {
    margin-bottom: 4px;
}

.reviews_box .slider-item-profile .profile-name-item .text {
    font-weight: 400;
}

.reviews_box .slider-item-profile .profile-name-item .item-stars {
    display: flex;
    align-items: center;
    gap: 4px;
}

.reviews_box .slider-item-text {
    margin-top: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
}

.reviews_box .slider-item .profile-star {
    margin-left: auto;
    text-align: end;
}

.reviews_box .slider-item .profile-star .star-text {
    margin-bottom: 3px;
}

.reviews_box .slider-item .profile-star ul {
    margin-top: auto;
    display: flex;
    gap: 6px;
}

.reviews_box .slider-item .profile-star ul li svg path {
    fill: var(--Colored);
}

.reviews_box.stock .slider-item {
    background-color: #ffffff;
    height: fit-content;
    flex: 1 0 30%;
    width: 100%;
    padding: 32px;
    transition: 200ms;
    border-radius: 8px;
    max-width: 386px;
    line-height: 1.25;
    display: flex;
    gap: 20px;
    flex-direction: column;
}

.reviews_box.stock .slider-item-profile {
    display: flex;
}

.reviews_box.stock .slider-item-profile .profile-name {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    flex: 1 0 100%;
    position: relative;
    gap: 20px;
    align-items: flex-start;
}

.reviews_box.stock .slider-item-profile .profile-name img {
    border-radius: 4px;
    width: 100%;
    max-height: 198px;
}

.reviews_box.stock .slider-item-profile .profile-name-item .text {
    font-weight: 400;
}

.reviews_box.stock .slider-item-text {
    margin-top: 0px;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 0px;
    line-height: 1.3;
}

.reviews_box.stock .slider-item:hover {
    background-color: var(--Colored);
}

.reviews_box.stock
    .slider-item:hover
    .slider-item-profile
    .profile-name-item
    .item-title {
    color: #ffffff;
}

.reviews_box.stock .slider-item:hover .slider-item-text {
    color: #ffffff;
}

.questions__inner.inside {
    padding: 0;
    background-color: #f9f9f9;
}

.questions__inner.inside .text-cards .text-cards-item {
    background-color: #ffffff;
}

.questions__inner.inside .text-cards .text-cards-item.active {
    background-color: var(--Colored);
}

.questions__inner.inside .text-cards .text-cards-item .item-btn {
    background-color: #f9f9f9;
}

.text-cards {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.text-cards .text-cards-item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 0 12px 0px;
    transition: 300ms;
    position: relative;
    cursor: pointer;
}

.text-cards .text-cards-item::after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: var(--Colored);
}

.text-cards .text-cards-item .item-title {
    font-weight: 400;
    line-height: 1.33;
    font-size: 16px;
    transition: all 0.3s ease;
}

.text-cards .text-cards-item .item-btn {
    margin-left: auto;
    transition: 0.5s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.text-cards .text-cards-item .item-btn svg {
    transition: 0.5s ease;
}

.text-cards .text-cards-item .item-block {
    flex: 0 0 100%;
    margin-top: 20px;
    display: none;
}

.text-cards .text-cards-item .item-block-text {
    line-height: 1.33;
    color: #211a1f;
}

.text-cards .text-cards-item.active .item-title {
    font-weight: 700;
}

.text-cards .text-cards-item.active .item-block {
    display: block;
}

.text-cards .text-cards-item.active .item-btn svg {
    transform: rotate(180deg);
}

@media (max-width: 830px) {
    .text-cards {
        gap: 12px;
    }
}

.text-cards.GrayBG .text-cards-item {
    background-color: #ffffff;
}

.model-vid .model-vid-text {
    background-color: var(--Colored);
    padding: 28px;
    border-radius: 4px;
    margin-bottom: 40px;
    color: #ffffff;
}

.model-vid .model-vid-block {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
    justify-content: center;
}

.model-vid .model-vid-block .block-item {
    max-width: 568px;
    min-height: 336px;
    max-height: 336px;
    flex: 1 0 50%;
    padding: 1px;
    border-radius: 8px;
}

.model-vid .model-vid-block iframe {
    border-radius: 8px;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media (max-width: 1050px) {
    .model-vid .model-vid-text {
        background-color: var(--Colored);
        padding: 20px;
        margin-bottom: 20px;
        font-size: 14px;
    }

    .model-vid .model-vid-block {
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .model-vid .model-vid-block .block-item {
        max-width: 568px;
        min-height: 200px;
        max-height: 200px;
        flex: 1 0 50%;
        padding: 1px;
        border-radius: 8px;
    }
}

.area-cards {
    display: grid;
    gap: 17px;
    grid-template:
        "hd hd hd hd   hd   hd   hd   hd   hd hd" minmax(43px, auto)
        "main main main main main main main main main main" minmax(43px, auto)
        "ft ft ft ft   ft   ft   ft   ft  ft ft" minmax(43px, auto)
        / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.area-cards .area-cards-items {
    padding: 10px 14px;
    box-shadow: 0px 9px 15px 0px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    text-align: center;
    transition: 300ms;
    cursor: pointer;
}

.area-cards .area-cards-items .items-text {
    line-height: 1.33;
    font-size: 18px;
}

.area-cards .area-cards-items:hover {
    box-shadow: 0px 2px 6px 0px #72717140;
    background-color: var(--Colored);
}

.area-cards .area-cards-items:hover .items-text {
    color: #ffffff;
}

.area-cards .hd {
    grid-area: hd;
    display: flex;
    gap: 17px;
    flex-wrap: wrap;
    justify-content: center;
}

.area-cards .main {
    grid-area: main;
    display: flex;
    flex-wrap: wrap;
    gap: 17px;
    justify-content: center;
}

.area-cards .ft {
    grid-area: ft;
    display: flex;
    flex-wrap: wrap;
    gap: 17px;
    justify-content: center;
}

.area-cards :nth-child(n + 11):nth-child(-n + 18) {
    grid-area: main;
}

.area-cards :nth-child(n + 19):nth-child(-n + 21) {
    grid-area: ft;
}

.idea-list {
    display: flex;
    flex-wrap: wrap;
    gap: 100px;
    margin-bottom: 32px;
}

.idea-list .list-item-img {
    flex: 1 0 43%;
    padding: 24px 23px 36px 24px;
    box-shadow: 0px 9px 15px 0px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    line-height: 1.25;
    align-items: center;
}

.idea-list .list-item-img svg {
    flex: 0 0 20%;
    transform: translate(-15px, 0px);
}

.idea-list .list-item-img :nth-child(2) {
    flex: 0 0 70%;
}

.idea-list .list-item-img :nth-child(3) {
    flex: 0 0 100%;
    margin-bottom: 25px;
}

.idea-list .list-item-img :nth-child(4) {
    flex: 0 0 100%;
}

.idea-list .list-item-text {
    flex: 0 0 45%;
    display: flex;
    flex-direction: column;
    gap: 25px;
    line-height: 1.25;
    justify-content: center;
}

.burger-menu {
    display: none;
    padding: 14px 15px;
    width: 124px;
    height: 40px;
    background-color: var(--Colored);
    border-radius: 50px;
    color: white;
}

.burger-menu .line {
    width: 22px;
    height: 2px;
    background-color: #ffffff;
    border-radius: 6px;
}

@media (max-width: 830px) {
    .burger-menu {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .burger-menu svg {
        width: 20px;
        height: 20px;
    }
}

.menu {
    display: none;
}

@media (max-width: 830px) {
    .menu {
        overflow-y: auto;
        display: block;
        position: absolute;
        width: 100vw;
        height: 100vh;
        z-index: 9999;
        visibility: hidden;
        height: 0;
        left: 0;
        background-color: #ffffff;
        padding: 0;
        transition: 750ms;
    }

    .menu .menu__inner {
        display: none;
        flex-direction: column;
        align-items: self-start;
        justify-content: center;
    }

    .menu .menu__inner .header__city-changer {
        margin-bottom: 0;
    }

    .menu .menu__inner .menu__info {
        width: 100%;
    }

    .menu .menu__inner .menu__title {
        display: flex;
        align-items: center;
        margin-bottom: 24px;
        gap: 20px;
        width: 100%;
        justify-content: space-between;
        position: relative;
    }

    .menu .menu__inner .menu__title .menu__logo-block {
        justify-content: flex-start;
        flex: 1 0 85%;
    }

    .menu .menu__inner .menu__title .menu-close {
        width: 50px;
        height: 50px;
        background-color: var(--Colored);
        border-radius: 6px;
        position: relative;
        top: 0px;
        right: 0px;
        order: 3;
    }

    .menu .menu__inner .menu__title .menu-close-line {
        left: 50%;
        top: 50%;
        position: absolute;
        width: 19px;
        height: 2px;
        background-color: #ffffff;
        border-radius: 6px;
    }

    .menu .menu__inner .menu__title .menu-close-line:nth-child(1) {
        transform: translate(-50%, 0) rotate(45deg);
    }

    .menu .menu__inner .menu__title .menu-close-line:nth-child(2) {
        transform: translate(-50%, 0) rotate(-45deg);
    }

    .menu .menu__inner .defaultBtn {
        margin: 0px 0 0px 0;
        width: 100%;
        margin-bottom: 40px;
    }

    .menu .menu__inner .address-block {
        margin: 0 auto;
        margin-bottom: 24px;
    }

    .menu .menu__inner .address-block span.text-12 {
        padding-left: 0px;
    }

    .menu .menu__inner .contact-block {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: 16px;
        width: 100%;
    }

    .menu .menu__inner .menu__nav {
        margin: 0 auto;
        width: 100%;
    }

    .menu .menu__inner .menu__nav .menu__nav-list {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 32px;
        line-height: 1.2;
    }

    .menu .menu__inner .menu__nav .menu__nav-list .list-item {
        width: 100%;
        font-size: 20px;
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    .menu .menu__inner .menu__nav .menu__nav-list .list-item-title {
        display: flex;
        align-items: center;
    }

    .menu.active {
        height: 100vh;
        padding: 12px 0px;
        visibility: visible;
    }

    .menu.active .menu__inner {
        display: flex;
    }
}

.menu .header__bottom-menu {
    overflow-x: auto;
    justify-content: space-between;
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 0px 0 5px 0;
    margin-bottom: 24px;
}

.menu .header__bottom-menu .menu-item {
    padding: 8px 16px;
    min-width: fit-content;
    border-radius: 6px;
    background-color: #f9f9f9;
    position: relative;
}

.menu .header__bottom-menu .menu-item .menu-link a {
    font-size: 12px;
}

.menu .header__bottom-menu .dropdown .dropdown-content {
    min-width: 140px;
}

.menu .header__bottom-menu .dropdown .dropdown-content a {
    font-size: 12px;
}

.block-idea {
    margin: 24px 0;
    box-shadow: 0px 0px 10px 0px #72717126;
    padding: 41px 24px 41px 24px;
    border-radius: 2px;
    display: flex;
    align-items: center;
    gap: 13px;
}

.block-idea .block-idea-text {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.container {
    max-width: 1170px;
    margin: 0 auto;
}

.block {
    margin-bottom: 72px;
}

header {
    position: fixed;
    width: 100%;
    z-index: 20;
}

header.fixed {
    background-color: white;
    border-bottom: 1px solid #211a1f99;
}

header.fixed .header__inner {
    padding: 20px 0 0px 0;
}

header.fixed .logo-block {
    gap: 0;
}

header.fixed .logo-block .city-changer {
    transform: translateY(-999%);
}

header.fixed .header__inner .header__top .container .header__top-btns {
    flex-direction: row-reverse;
    align-items: baseline;
    flex-direction: column;
}

header.fixed
    .header__inner
    .header__top
    .container
    .header__top-btns
    .header_num_box
    :nth-child(1) {
    display: none;
}

header.fixed .mobile-btn-box {
    gap: 0;
}

@media (max-width: 830px) {
    header.fixed .header__inner .header__top .logo-block {
        gap: 0;
    }

    header.fixed .city-changer {
        transform: translateY(-999%);
        height: 1px;
        opacity: 0;
        /* flex: 0 0 0; */
        pointer-events: none;
    }
}

.header__inner {
    position: relative;
    z-index: 1;
    padding: 20px 0;
}

.header__inner .header__top .header__top-menu {
    display: flex;
    padding-top: 8px;
    flex: 1;
    margin: 0 auto;
    align-items: center;
    gap: 24px;
    justify-content: center;
}

.header__inner .header__top .header__top-menu .menu-item {
    position: relative;
}

.header__inner .header__top .header__top-menu .menu-item a {
    display: flex;
    align-items: baseline;
    gap: 4px;
    transition: all 0.3s ease;
}

.header__inner .header__top .header__top-menu .menu-item a svg {
    transition: all 0.5s ease;
}

.header__inner .header__top .header__top-menu .menu-item a:hover {
    transform: translateY(-1px);
    color: var(--Colored);
}

.header__inner .header__top .header__top-menu .menu-item a:hover svg {
    transform: rotate(180deg);
}

.header__inner .header__top .header__top-menu .menu-item:hover .dropdown img {
    transform: translateY(2px);
}

.header__inner
    .header__top
    .header__top-menu
    .menu-item:hover
    .dropdown-content {
    position: absolute;
    left: 0;
    transform: translate(0);
    display: flex;
    gap: 8px;
    flex-direction: column;
    max-height: 400px;
    overflow-y: auto;
    height: fit-content;
}

.header__inner .header__top .container {
    gap: 22px;
    align-items: flex-start;
    display: flex;
}

.header__inner .header__top .container .header__top-phone {
    margin-left: auto;
    text-decoration: none;
}

.header__inner .header__top .container .header__top-address {
    flex: 1 0 34%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}

.header__inner .header__top .container .header__top-address .number-box {
    display: flex;
    gap: 28px;
}

.header__inner .header__top .container .header__top-address .address-btns {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.header__inner .header__top .container .header__top-colorBtn {
    margin-left: 24px;
    flex-shrink: 0;
}

.header__inner .header__top .container .header__top-btns {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-end;
    transition: all 0.3s ease;
}

@media (max-width: 1200px) {
    .header__inner .header__top .header__top-menu {
        gap: 12px;
    }

    .header__inner .header__top .container .header__top-address {
        flex: 1 0 25%;
    }
}

@media (max-width: 1050px) {
    .header__inner .logo-block {
        min-width: inherit;
    }

    .header__inner .logo-block .city-changer {
        font-size: 12px;
    }

    .header__inner .link-default {
        font-size: 16px;
    }
}

@media (max-width: 830px) {
    .header__inner {
        position: inherit;
        padding: 0;
        background: #ffffff;
    }

    .header__inner .header__top {
        align-items: inherit;
        text-align: center;
        flex-direction: column;
        padding: 16px 0;
    }

    .header__inner .header__top .header__top-menu {
        display: none;
    }

    .header__inner .header__top .container {
        padding-bottom: 0;
        justify-content: space-between;
    }

    .header__inner .header__top .container .address-block {
        order: 2;
        margin: 0 auto;
    }

    .header__inner .header__top .logo-block {
        max-width: 180px;
        padding: 0;
        gap: 20px;
    }

    .header__inner .header__top .logo-block .city-changer {
        text-align: left;
        font-size: 12px;
    }

    .header__inner .header__top .logo-block span {
        text-align: left;
    }

    .header__inner .header__top .header__top-phone {
        margin: 26px 0;
    }

    .header__inner .header__top .container .header__top-address {
        flex: none;
        display: flex;
    }

    .header__inner .header__top .container .header__top-address svg {
        display: none;
    }

    .header__inner .header__top .container .header__top-address .address-btn {
        display: none;
    }

    .header__inner .header__top .container .header__top-address .phone-links {
        margin: 0;
    }

    .header__inner .header__top .header__top-defaultBtn {
        display: none;
    }

    .header__inner .header__top .header__top-colorBtn {
        display: none;
    }

    .header__inner .header__bottom .header__bottom-menu .menu-item {
        padding: 8px 16px;
    }

    .header__inner
        .header__bottom
        .header__bottom-menu
        .menu-item
        .menu-link
        a {
        font-size: 12px;
    }

    .header__inner
        .header__bottom
        .header__bottom-menu
        .dropdown
        .dropdown-content {
        min-width: 140px;
    }

    .header__inner
        .header__bottom
        .header__bottom-menu
        .dropdown
        .dropdown-content
        a {
        font-size: 12px;
    }
}

.big-margin {
    margin: 56px 0 112px 0;
}

.bannner {
    background-image: url(/public/images/bannner-bg.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    mix-blend-mode: luminosity;
    overflow: hidden;
    margin-bottom: 115px;
    position: relative;
}

.bannner::after {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0;
    background-color: #211a1f;
    opacity: 0.6;
    height: 1px;
    transform: translateY(-1px);
}

.bannner.inside {
    margin-bottom: 72px;
}

.bannner .bannner-seo {
    font-size: 16px;
    margin-bottom: 32px;
    line-height: 1.5;
}

.bannner .line-vertical-1 {
    width: 100%;
    position: absolute;
    height: 1px;
    background-color: #211a1f;
    top: 0;
    transform: rotate(90deg);
    right: 30%;
    opacity: 0.1;
    z-index: 1;
}

.bannner .line-vertical-2 {
    width: 100%;
    height: 1px;
    background-color: #211a1f;
    top: 0;
    transform: rotate(90deg);
    right: 27%;
    opacity: 0.1;
    position: absolute;
    z-index: 1;
}

.bannner .line-horizontal-1 {
    width: 100%;
    height: 1px;
    left: 0;
    top: 44%;
    opacity: 0.1;
    position: absolute;
    background-color: #211a1f;
}

.bannner .line-horizontal-2 {
    width: 100%;
    height: 1px;
    left: 0;
    top: 47%;
    opacity: 0.1;
    position: absolute;
    background-color: #211a1f;
}

.bannner .bannner__inner {
    display: flex;
    flex-wrap: wrap;
    z-index: 3;
    align-items: center;
    position: relative;
    overflow: hidden;
    justify-content: space-between;
}

.bannner .bannner__inner .bannner__info {
    width: 100%;
    max-width: 670px;
}

.bannner .bannner__inner .bannner__info ul {
    display: flex;
    gap: 12px;
    flex-direction: column;
    padding-left: 2rem;
}

.bannner .bannner__inner .bannner__info ul li {
    position: relative;
}

.bannner .bannner__inner .bannner__info ul li::after {
    position: absolute;
    content: "";
    left: -2rem;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: #211a1f;
}

.bannner .bannner__inner .bannner__info.device {
    max-width: 670px;
    z-index: 2;
    position: relative;
}

.bannner .bannner__inner .bannner__info.device .bannner__info-form {
    max-width: 435px;
}

.bannner .bannner__inner .bannner__info .bannner__info-stage {
    margin-bottom: 20px;
    border-radius: 6px;
    padding: 24px 26px;
    position: relative;
    background: white;
}

.bannner .bannner__inner .bannner__info .bannner__info-stage .back {
    z-index: 1;
    border-radius: 6px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--Colored);
    opacity: 0.1;
}

.bannner .bannner__inner .bannner__info .bannner__info-stage .stage-title {
    position: relative;
    z-index: 2;
    margin-bottom: 24px;
}

.bannner .bannner__inner .bannner__info .bannner__info-stage .stage-boxs {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 24px 40px;
    flex-wrap: wrap;
    max-height: 146px;
}

.bannner
    .bannner__inner
    .bannner__info
    .bannner__info-stage
    .stage-boxs
    .stage-box {
    display: flex;
    gap: 16px;
    align-items: center;
    flex: 1 0 45%;
    max-width: 295px;
}

.bannner
    .bannner__inner
    .bannner__info
    .bannner__info-stage
    .stage-boxs
    .stage-box
    .box-num {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    padding: 8px 12px;
    background-color: #211a1f;
}

.utp .bannner__info-utp {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 32px 21px;
    flex-wrap: wrap;
}

/* .utp_block {
  display: flex;
  gap: 70px;
  margin-bottom: 32px;
} */

.utp .utp-item {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 265px;
    align-items: center;
    gap: 12px 16px;
}

.utp .utp-item .utp-item-title {
    font-size: 16px;
    font-weight: 700;
    max-width: 194px;
}

.utp .utp-item .utp-item-text {
    font-size: 16px;
    font-weight: 400;
}

.utp .utp-item svg {
    width: 40px;
    height: 40px;
}

.swiper-button-next svg,
.swiper-button-prev svg {
    width: 10px;
    height: 12px;
}

@media (max-width: 920px) {
    .utp .utp-item {
        flex: 1 0 45%;
    }

    .utp .utp-item .utp-item-title {
        font-size: 12px;
        max-width: 121px;
    }

    .utp .utp-item .utp-item-text {
        font-size: 12px;
    }

    .utp svg {
        width: 28px;
        height: 28px;
    }

    .utp .utp-item svg {
        width: 32px;
        height: 32px;
    }

    .utp .utp-item {
        gap: 12px 8px;
    }
}

.utp svg path {
    fill: var(--Colored);
}

.bannner .bannner__inner .bannner__img-inner {
    width: 100%;
    max-width: 490px;
    max-height: 336px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bannner .bannner__inner .bannner__img-inner.device {
    z-index: 1;
    max-height: 450px;
    width: inherit;
}

.bannner .bannner__inner .bannner__img-inner.device img {
    max-height: 450px;
    /* width: inherit; */
    object-fit: contain;
}

.bannner .bannner__inner .bannner__img-inner img {
    border-radius: 6px;
    width: 100%;
    height: 100%;
    max-height: 336px;
    object-fit: contain;
}

.bannner .bannner__inner .form {
    max-width: 560px;
}

.bannner .bannner__inner .form.device {
    margin-bottom: 50px;
}

.sale_bannner .sale_bannner-text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
}

.sale_bannner .sale_bannner-text .text-item {
    flex: 1 0 20%;
    display: flex;
    gap: 16px;
    align-items: center;
    flex-direction: column;
    position: relative;
    padding: 16px 0 28px 0;
}

.sale_bannner .sale_bannner-text .text-item-num {
    position: relative;
    z-index: 2;
    opacity: 0.4;
}

.sale_bannner .sale_bannner-text .text-item-text {
    text-align: center;
    position: relative;
    z-index: 2;
}

.sale_bannner .sale_bannner-text .back {
    z-index: 1;
    background-color: var(--Colored);
    opacity: 0.1;
    border-radius: 6px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.sale_bannner .sale_bannner_ads {
    padding: 31px 77px 15px 0;
    position: relative;
    background:
        linear-gradient(0deg, var(--Colored) 0%, var(--Colored) 100%), #fff;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sale_bannner .sale_bannner_ads .ads-img {
    flex: 0 0 40%;
    display: flex;
    justify-content: center;
}

.sale_bannner .sale_bannner_ads .ads-img svg {
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0.1;
}

.sale_bannner .sale_bannner_ads .ads-text {
    max-width: 591px;
}

.sale_bannner .sale_bannner_ads .ads-text .ads-text-title {
    font-size: 32px;
    margin-bottom: 24px;
}

.sale_bannner .sale_bannner_ads .ads-text .ads-text-text {
    margin-bottom: 28px;
}

.sale_bannner .sale_bannner_ads .ads-text .ads-text-btn {
    padding: 16px 32px;
    background-color: #ffffff;
    color: var(--Colored);
    border-radius: 4px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.sale_bannner .sale_bannner_ads .ads-text .ads-text-btn:hover {
    transform: translateY(-3px);
}

.malfs .container {
    position: relative;
}

.malfs svg.malfs {
    position: absolute;
    right: -80px;
    top: -50px;
    opacity: 0.4;
    transform: rotate(-6deg);
}

.malfs svg.malfs path {
    fill: var(--Colored);
}

.malfs__inner {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    margin-bottom: 32px;
}

.malfs__inner .malfs__inner-item {
    flex: 1 0 33%;
    max-width: 368px;
}

.malfs__inner .malfs__inner-item .item-title {
    font-size: 16px;
}

.malfs__inner .malfs__inner-item .item-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.malfs__inner .malfs__inner-item .item-list .item-list-box {
    padding: 14px 28px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 50px;
    font-size: 16px;
    position: relative;
    overflow: hidden;
}

.malfs__inner .malfs__inner-item .item-list .item-list-box svg {
    min-width: 16px;
    position: relative;
    z-index: 2;
    transform: translateX(300%);
    transition: all 0.3s ease-in;
}

.malfs__inner .malfs__inner-item .item-list .item-list-box .back {
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--Colored);
    width: 100%;
    height: 100%;
    border-radius: 50px;
    z-index: 1;
    opacity: 0.8;
    transition: all 0.5s ease;
}

.malfs__inner .malfs__inner-item .item-list .item-list-box .text {
    position: relative;
    z-index: 2;
    color: white;
}

.malfs__inner .malfs__inner-item .item-list .item-list-box:hover svg {
    transform: inherit;
}

.malfs__inner .malfs__inner-item .item-list .item-list-box:hover .back {
    background-color: var(--Colored);
    opacity: 1;
}

.model .model-img {
    cursor: pointer;
    position: relative;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    padding: 12.5px 15.5px;
    border-radius: 100%;
    background-color: var(--Colored);
    box-shadow: 0px 5px 4px 0px #72717126;
}

.model .model-img img {
    transition: all ease 0.3s;
}

.model .model-img:hover img {
    transform: translateY(3px);
}

.work {
    background-color: #f9f9f9;
}

.work:nth-child(5) .advantages-cards {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 32px;
}

.work:nth-child(5) .advantages-cards .advantages-card {
    flex: 1 0 30%;
    align-self: stretch;
    border-radius: 6px;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px rgba(114, 113, 113, 0.15);
    height: 460px;
}

.work:nth-child(5) .advantages-cards .advantages-card .card-img {
    box-shadow: 0px 0px 10px 0px #72717126;
    padding: 0 0 14px 24px;
    position: relative;
    border-radius: 6px;
    min-height: 298px;
}

.work:nth-child(5)
    .advantages-cards
    .advantages-card
    .card-img
    .card__title-box {
    position: absolute;
    bottom: 14px;
}

.work:nth-child(5) .advantages-cards .advantages-card .card-img .card-title {
    opacity: 0.2;
    line-height: 1.19;
    font-weight: 900;
    transform: translate(-5%, -15%);
}

.work:nth-child(5) .advantages-cards .advantages-card .card-img img {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
    border-bottom-right-radius: 10px;
}

.work:nth-child(5) .advantages-cards .advantages-card .card-img .box-title {
    line-height: 1.19;
    position: relative;
}

.work:nth-child(5) .advantages-cards .advantages-card-info {
    padding: 24px 57px 24px 24px;
}

.work:nth-child(5) .advantages-cards .advantages-card-info .card-info-text {
    line-height: 1.42;
}

.work:nth-child(5) .advantages-cards :nth-child(2) .advantages-card-info {
    padding: 24px 57px 24px 24px;
}

.work:nth-child(5) .advantages-cards :nth-child(5) {
    display: block;
}

.work:nth-child(5) .advantages-cards :nth-child(5) .card-img {
    flex: 0 0 48%;
    min-height: 298px;
}

.work:nth-child(5) .advantages-cards :nth-child(5) .advantages-card-info {
    flex: 0 0 52%;
    padding: 24px 26px 24px 24px;
}

.work:nth-child(5)
    .advantages-cards
    :nth-child(5)
    .advantages-card-info
    .card-info-text {
    line-height: 1.42;
}

@media (max-width: 376px) {
    .work:nth-child(5) .advantages-cards :nth-child(5) {
        flex-direction: column;
    }

    .work:nth-child(5) .advantages-cards :nth-child(5) .advantages-card-img {
        min-height: 298px;
    }

    .work:nth-child(5) .advantages-cards :nth-child(5) .advantages-card-info {
        padding: 24px 26px 24px 24px;
    }
}

.advantages_inner {
    display: flex;
    gap: 72px 36px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}

.advantages_inner .advantages_inner-item {
    max-width: 368px;
    flex: 1 0 30%;
}

.advantages_inner .advantages_inner-item .item-num {
    padding-left: 12px;
    font-size: 20px;
    font-weight: 700;
    color: var(--Colored);
}

.advantages_inner .advantages_inner-item .item-box {
    margin-bottom: 22px;
    margin-top: 14px;
    width: 100%;
}

.advantages_inner .advantages_inner-item .item-box .item-box-full {
    width: 100%;
    background-color: var(--Colored);
    opacity: 0.2;
    height: 4px;
    border-radius: 4px;
}

.advantages_inner .advantages_inner-item .item-box .item-box-part {
    background-color: var(--Colored);
    transform: translateY(-4px);
    height: 4px;
    border-radius: 4px;
}

.advantages_inner .advantages_inner-item .item-text {
    padding-left: 12px;
    line-height: 1.33;
    font-size: 18px;
}

.advantages_inner .advantages_inner-item:nth-child(1) .item-box .item-box-part {
    width: 16%;
}

.advantages_inner .advantages_inner-item:nth-child(2) .item-box .item-box-part {
    width: 33%;
}

.advantages_inner .advantages_inner-item:nth-child(3) .item-box .item-box-part {
    width: 50%;
}

.advantages_inner .advantages_inner-item:nth-child(4) .item-box .item-box-part {
    width: 66%;
}

.advantages_inner .advantages_inner-item:nth-child(5) .item-box .item-box-part {
    width: 83%;
}

.advantages_inner .advantages_inner-item:nth-child(6) .item-box .item-box-part {
    width: 100%;
}

.consult__card {
    box-shadow: 0px 9px 15px 0px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    padding: 45px 40px;
    display: flex;
    position: relative;
    background: var(--Colored);
}

.consult__card .form {
    max-width: 564px;
}

.consult__card .form .form__input {
    gap: 24px;
}

.consult__card .form .form__input-input {
    background-color: #ffffff;
    width: 100%;
    max-width: 345px;
    margin-right: 0;
}

.consult__card .form .form__input-btn {
    margin-left: 0;
    background-color: transparent;
    border: 1px solid #ffffff;
}

.consult__card .title-submain {
    margin-bottom: 28px;
    text-align: left;
}

.consult__card .consult__card-form {
    flex: 0 0 70%;
}

.consult__card .consult__card-text {
    line-height: 1.33;
    flex: 0 0 30%;
}

.consult__card .consult-svg {
    position: absolute;
    right: 0;
    bottom: 0;
}

.price-table {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.price-table .price-table-item {
    display: flex;
    align-items: center;
    gap: 41px;
    transition: all 0.5s ease;
    position: relative;
}

.price-table .price-table-item:nth-child(n + 8) {
    display: none;
}

.price-table.show .price-table-item:nth-child(n + 8) {
    display: flex;
}

.price-table .price-table-item::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: var(--Colored);
    transition: all 0.3s ease;
}

.price-table .price-table-item:hover .price-cost {
    background-color: var(--Colored);
    padding: 10px 16px;
    color: white;
}

.price-table .price-table-item:hover .price-btn {
    background: white;
    color: var(--Colored);
}

.price-table .price-table-item:hover .price-btn:hover {
    color: var(--base);
}

.price-table .price-table-item:hover::after {
    width: 95%;
}

.price-table .price-title {
    font-size: 16px;
    line-height: 1.75;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: all 0.5s ease;
}

.price-table .price-cost {
    font-size: 16px;
    padding: 10px 0;
    border-radius: 50px;
    line-height: 1.75;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-left: auto;
    transition: all 0.5s ease;
}

.price-table .price-cost svg path {
    fill: var(--Colored);
}

.price-table .price-btn {
    padding: 6px 12px;
    color: var(--Colored);
    border-radius: 6px;
    font-size: 16px;
    text-decoration: underline;
    gap: 6px;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.price-btn-mob {
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    border-radius: 6px;
    min-width: 24px;
}

.price-btn-mob svg {
    min-width: fit-content;
}

.mobile-none {
    display: block;
}

.mobile-none-flex {
    display: flex;
}

.pc-none {
    display: none;
}

.pc-none-flex {
    display: none;
}

.price_data-block {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    position: relative;
    height: fit-content;
}

.price_data-block span {
    flex: 1 0 100%;
}

.price_data-block .price_data-switch-arr {
    position: absolute;
    top: 50%;
    right: 0;
    transition: all 0.5s ease;
    pointer-events: none;
    transform: translateY(-50%);
}

.price_data-switch {
    padding-right: 10px;
    font-family: Montserrat, Sans-Serif;
    font-size: 16px;
    text-decoration: underline;
    color: #606060;
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.price_data-switch:focus ~ .price_data-switch-arr {
    transform: translateY(-50%) rotate(180deg);
}

.type__inner {
    display: flex;
    flex-direction: column;
}

.type__inner .type__inner-head {
    display: flex;
    margin-bottom: 40px;
    flex-direction: column;
    gap: 24px;
}

.type__inner .type__inner-head .title-submain {
    margin-bottom: 0;
}

.type__inner .type__inner-head .center {
    font-size: 16px;
    font-weight: 700;
}

.type__inner .type__inner-head .center span {
    color: var(--Colored);
}

.type__inner .type__switcher-data {
    font-weight: 300;
    margin: 35px 0;
}

.type__inner .type__switcher {
    display: flex;
    flex-direction: column;
}

.type__inner .type__switcher-btns {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 32px;
}

.type__inner .type__switcher-btns .type__switcher-btn {
    color: #211a1f;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    padding: 4px 10px;
    transition: 300ms;
    justify-content: center;
    min-width: fit-content;
    position: relative;
    background-color: transparent;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.type__inner .type__switcher-btns .type__switcher-btn:hover {
    color: var(--Colored);
    text-decoration: underline;
}

.type__inner .type__switcher-btns .type__switcher-btn.active {
    background-color: var(--Colored);
    color: #ffffff;
}

.type__inner .type__switcher-btns .type__switcher-btn.active:hover {
    text-decoration: none;
}

.type__inner .type__switcher-option__cards {
    margin-bottom: 24px;
}

.type__inner .type__switcher-option__cards .option__cards-table {
    background-color: #ffffff;
    border-radius: 20px;
    display: flex;
    gap: 30px;
    align-items: center;
    line-height: 1.33;
    transform: translateY(-12px);
    width: fit-content;
}

.type__inner .type__switcher-option__cards .option__cards-table .table-name {
    min-width: fit-content;
    width: 590px;
    max-width: 660px;
}

.type__inner .type__switcher-option__cards .option__cards-table .table-war {
    min-width: fit-content;
    margin-right: 130px;
}

.type__inner .type__switcher-option__cards .option__cards-table .table-price {
    min-width: fit-content;
}

.type__inner
    .type__switcher-option__cards
    .option__cards-item:nth-child(n + 5) {
    display: none;
}

.type__inner
    .type__switcher-option__cards.open
    .option__cards-item:nth-child(n + 5) {
    display: block;
}

.type__inner .type__switcher-end {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.type__inner .type__switcher-end .end-text {
    display: flex;
    align-items: center;
    gap: 12px;
}

.type__inner .type__switcher-end .end-text .end-text-svgs {
    display: flex;
    gap: 12px;
    align-items: center;
}

.type__inner .type__switcher-end .end-text .end-text-svgs svg {
    opacity: 0.4;
    transition: all 0.3s ease;
    max-height: 74px;
    max-width: 74px;
}

.type__inner .type__switcher-end .end-text .end-text-svgs svg:hover {
    opacity: 1;
}

.type__inner.inside {
    padding: 0;
    background-color: #f9f9f9;
}

.type__inner.inside .price_data-switch {
    background-color: transparent;
}

.type__inner.inside .price-table .price-table-item {
    background-color: white;
}

.type__inner.inside .price-table .price-table-item:hover {
    background-color: var(--Colored);
}

@media (max-width: 1050px) {
    .type__inner .type__switcher-btns {
        overflow: auto;
    }

    .type__inner .type__switcher-btns .type__switcher-btn {
        min-width: fit-content;
        padding: 7px 20px;
    }

    .type__inner .type__switcher-option__cards {
        margin-bottom: 42px;
        padding: 0 28px 20px 28px;
        border: 1px solid #727171;
        border-radius: 8px;
    }

    .type__inner .type__switcher-option__cards .option__cards-table {
        background-color: #ffffff;
        border-radius: 20px;
        display: flex;
        gap: 30px;
        align-items: center;
        line-height: 1.33;
        transform: translateY(-12px);
        width: fit-content;
    }

    .type__inner
        .type__switcher-option__cards
        .option__cards-table
        .table-name {
        min-width: fit-content;
        width: 590px;
        max-width: 660px;
    }

    .type__inner .type__switcher-option__cards .option__cards-table .table-war {
        display: none;
    }

    .type__inner
        .type__switcher-option__cards
        .option__cards-table
        .table-price {
        min-width: fit-content;
    }
}

.excellence {
    background-color: #f9f9f9;
}

.reviews__slider {
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.reviews__slider .slider-prev-btn {
    transform: rotate(180deg);
    position: absolute;
    left: 0;
    z-index: 3;
}

.reviews__slider .slider-next-btn {
    position: absolute;
    right: 0;
    z-index: 3;
}

.map .map__inner-box {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.map .questions-form {
    flex: 1 0 50%;
    max-width: 568px;
}

.map .questions-form .questions-form-title {
    margin-top: 40px;
    margin-bottom: 16px;
}

.map .questions-form .questions-form-text {
    margin-bottom: 32px;
}

.map .questions-form .form__input {
    flex-wrap: wrap;
    gap: 6px 32px;
}

.map .questions-form .form__input.name {
    max-width: 100%;
    width: 100%;
    margin-bottom: 0;
}

.map .questions-form .form__input .form-after-text {
    flex: 1 0 100%;
    opacity: 0.6;
}

.map .questions-form .form__input-input {
    max-width: 268px;
}

.map .questions-form .form__input-btn {
    max-width: 268px;
    width: 100%;
}

.map #map {
    width: 100%;
    max-width: 568px;
    height: 350px;
    padding: 0;
    margin: 0;
}

.map #map .ymaps-2-1-79-map {
    border-radius: 10px;
    box-shadow: 0px 4px 6px 0px #6060600d;
}

.map #map .ymaps-2-1-79-inner-panes {
    border-radius: 10px;
    box-shadow: 0px 4px 6px 0px #6060600d;
}

.form-after-text {
    opacity: 0.6;
}

.contact-block {
    display: flex;
    justify-content: center;
    gap: 12px 32px;
    flex-wrap: wrap;
    padding-bottom: 40px;
    position: relative;
    width: 100%;
}

.contact-block::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #211a1f;
    position: absolute;
    bottom: 0;
    left: 0;
}

.contact-block .contact-block-address {
    position: relative;
    padding: 22px 0px;
    flex: 1 0 100%;
    background-color: #ffffff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: center;
}

.contact-block .contact-block-address .back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-color: var(--Colored);
    opacity: 0.1;
}

.contact-block .contact-block-address .address-title {
    font-size: 16px;
    font-weight: 700;
}

.contact-block .contact-block-address .address-text {
    font-size: 16px;
    color: #211a1f;
}

.contact-block .contact-block-address.colored {
    background-color: white;
    flex: 1 0 50%;
    padding: 0;
    max-width: 268px;
    justify-content: center;
    gap: 20px;
}

.contact-block .contact-block-address.colored .address-text {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.delivery_inner {
    display: flex;
    gap: 50px;
    align-items: center;
}

.delivery_inner .delivery_inner-img {
    max-width: 564px;
    width: 100%;
    border-radius: 8px;
}

.delivery_inner .delivery_inner-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 490px;
}

.delivery_inner .delivery_inner-text span {
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 32px;
}

.warranty .container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px;
}

.warranty .warranty-left {
    max-width: 530px;
}

.warranty .warranty-left .title {
    margin-bottom: 44px;
}

@media (max-width: 830px) {
    .warranty .warranty-left .title {
        margin-bottom: 23px;
    }
}

.warranty .warranty-left .warranty-text {
    font-size: 18px;
    line-height: 1.33;
}

@media (max-width: 830px) {
    .warranty .warranty-left .warranty-text {
        font-size: 16px;
    }
}

.warranty .warranty-img {
    width: 100%;
}

.error .container {
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 26px;
    flex-wrap: wrap;
    margin-top: 90px;
}

.error .error-num {
    color: var(--Colored);
    font-size: 187px;
    font-weight: 700;
}

.error .error-text {
    font-size: 48px;
    font-weight: 700;
}

.popup__bg {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.2);
    opacity: 0;
    pointer-events: none;
    transition: 0.5s all;
}

.popup__bg.active {
    opacity: 1;
    pointer-events: all;
    transition: 0.5s all;
}

.popup {
    transform: translate(-50%, -50%) scale(0);
    padding: 32px;
    display: flex;
    flex-direction: column;
    text-align: center;
    max-width: 468px;
    width: 100%;
    box-shadow: 0px 0px 10px 0px #72717126;
    background-color: #ffffff;
    border-radius: 8px;
    position: relative;
    left: 50%;
}

.popup .popup-title {
    line-height: 1.2;
    margin-bottom: 28px;
    font-size: 26px;
    font-weight: 400;
}

@media (max-width: 830px) {
    .popup .popup-title {
        font-size: 20px;
        margin-bottom: 36px;
    }
}

.popup .popup-text {
    font-size: 16px;
    line-height: 1.33;
    margin-bottom: 18px;
}

.popup form {
    margin: 0 auto;
    width: 100%;
    max-width: 292px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.popup form input {
    font-size: 14px;
    padding: 15px 28px;
    border-radius: 50px;
    border: 1px solid #211a1f;
}

.popup form textarea {
    padding: 15px;
    border-radius: 8px;
    border: 1px solid #d3d3d4;
    margin-bottom: 24px;
    resize: none;
}

.popup .close-btn {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 24px;
    height: 24px;
    border-radius: 100%;
}

.popup .close-btn line {
    stroke: white;
}

.popup .close-btn g path {
    fill: var(--Colored);
}

.popup .popup-colorBtn {
    margin: 0 auto;
    width: 100%;
    justify-content: center;
}

.popup.active {
    transform: translate(-50%, 20%) scale(1);
    transition: 0.5s all;
}

@media (max-width: 830px) {
    .popup.active {
        transform: translate(-50%, 20%) scale(1);
    }
}

.close-btn:hover line {
    stroke: var(--Colored);
}

.popup__address {
    padding: 24px;
    max-width: 468px;
    box-shadow: 0px 0px 10px 0px #72717126;
    background-color: #ffffff;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    text-align: center;
    transform: translate(-50%, -50%) scale(0);
    position: relative;
    left: 50%;
}

.popup__address .address-title {
    line-height: 1.17;
    margin-bottom: 42px;
}

.popup__address ul {
    display: flex;
    flex-direction: column;
    gap: 18px;
    line-height: 1.25;
    overflow-y: auto;
    height: 250px;
}

.popup__address.active {
    transform: translate(-50%, 20%) scale(1);
    transition: 0.5s all;
}

@media (max-width: 830px) {
    .popup__address.active {
        transform: translate(-50%, 20%) scale(1);
    }
}

.popup-checker.box {
    padding: 60px 54px 54px 54px;
    max-width: 468px;
    box-shadow: 0px 0px 10px 0px #72717126;
    background-color: #ffffff;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    text-align: center;
    transform: translate(-50%, -50%) scale(0);
    position: relative;
    left: 50%;
}

.popup-checker.box .close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
}

.popup-checker.box .address-title {
    margin-bottom: 32px;
}

.popup-checker.box .form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.popup-checker.box #order-input {
    width: 100%;
    text-align: center;
    border-radius: 4px;
    padding: 14px 62px;
    border: 1px solid #d3d3d4;
    font-size: 14px;
}

.popup-checker.box .check-btn-1 {
    width: 100%;
    justify-content: center;
}

.popup-checker.active .box {
    transform: translate(-50%, 50%) scale(1);
    transition: 0.5s all;
}

.popup-num-box {
    padding: 60px 70px;
    max-width: 432px;
}

.popup-num-box .popup-title {
    margin-bottom: 20px;
}

.popup-num-box .popup-num-box-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.popup-num-box .popup-num-box-text .popup-title {
    color: red;
    margin-bottom: 28px;
}

.popup-num-box .popup-num-box-text .colorBtn {
    width: 144px;
}

.history {
    padding-bottom: 40px;
}

.history .history__inner {
    font-size: 14px;
    line-height: 1.3;
    gap: 8px;
    display: flex;
    align-items: center;
    overflow-x: auto;
    overflow-y: hidden;
}

.history .history__inner a {
    min-width: fit-content;
    font-size: 14px;
}

.history .history__inner a:hover {
    color: var(--Colored);
}

.history .history__inner a.active {
    color: var(--Colored);
    text-decoration: underline;
}

.history .history__inner a.active:hover {
    /* color: var(--Colored); */
    text-decoration: none;
}

.history .history__inner span {
    min-width: fit-content;
}

.inside__model {
    margin-bottom: 64px;
}

.inside__consult {
    margin-bottom: 31px;
}

.inside__contact {
    margin-bottom: 76px;
}

.inside__contact .contact__block {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 46px;
}

.inside__contact .contact__block .contact__block-item:nth-child(1) {
    flex: 0 0 46%;
}

.inside__contact .contact__block .contact__block-item:nth-child(2) {
    flex: 0 0 50%;
}

.inside__contact .contact__block .item-form {
    margin-top: 50px;
}

.inside__contact .contact__block #map {
    width: 100%;
    height: 447px;
    padding: 0;
    margin: 0;
}

@media (max-width: 830px) {
    .inside__contact {
        margin-bottom: 76px;
    }

    .inside__contact .contact__block {
        justify-content: left;
        gap: 46px;
    }

    .inside__contact .contact__block .contact__block-item:nth-child(1) {
        flex: 1 0 46%;
    }

    .inside__contact .contact__block .contact__block-item:nth-child(2) {
        flex: 1 0 50%;
    }

    .inside__contact .contact__block .item-form {
        margin-top: 35px;
    }

    .inside__contact .contact__block #map {
        width: 100%;
        height: 447px;
        padding: 0;
        margin: 0;
    }
}

.about__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.about__inner .about__inner-block .block-text {
    font-size: 16px;
    max-width: 670px;
    line-height: 1.5;
}

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

.quantity__inner-list {
    display: flex;
    gap: 28px;
    flex-direction: column;
}

.quantity__inner-list .list-item {
    line-height: 1.3;
    display: flex;
    gap: 32px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.quantity__inner-list .list-item .item-block {
    position: relative;
    padding: 17px 32px;
    border-radius: 4px;
    border: 1px solid #211a1f;
    display: flex;
    align-items: center;
    gap: 20px;
    max-width: 511px;
    flex: 1 0 50%;
}

.quantity__inner-list .list-item .item-block .item-block-background {
    background-color: var(--Colored);
    border-radius: 4px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.quantity__inner-list .list-item .item-block .item-block-percent {
    position: relative;
    z-index: 2;
    color: #ffffff;
    font-size: 32px;
    font-weight: 700;
}

.quantity__inner-list .list-item .item-block .item-block-text {
    position: relative;
    z-index: 2;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
}

.quantity__inner-list .list-item .item-text {
    max-width: 350px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.3;
    flex: 1 0 45%;
}

@media (max-width: 830px) {
    .quantity__inner-list .list-item .item-text {
        font-size: 14px;
    }
}

.quantity__inner-list
    .list-item:nth-child(1)
    .item-block
    .item-block-background {
    width: 90%;
}

.quantity__inner-list
    .list-item:nth-child(2)
    .item-block
    .item-block-background {
    width: 80%;
}

.quantity__inner-list
    .list-item:nth-child(3)
    .item-block
    .item-block-background {
    width: 85%;
}

.quantity__inner-list
    .list-item:nth-child(4)
    .item-block
    .item-block-background {
    width: 100%;
}

.delivery__inner {
    display: flex;
    gap: 32px;
}

.delivery__inner .delivery__inner-block {
    flex: 1 0 48.5%;
}

.delivery__inner .delivery__inner-block .block__img {
    border-radius: 6px;
    background: var(--Colored);
    opacity: 0.1;
    line-height: 1.17;
    height: 100%;
    flex: 1 0 60%;
    position: relative;
}

.delivery__inner .delivery__inner-block .block__img .block__img-text {
    padding: 24px 0 0 24px;
    position: absolute;
    width: 60%;
}

.delivery__inner .delivery__inner-block .block__img .block__img-image {
    float: right;
}

.delivery__inner .delivery__inner-block .block__text {
    line-height: 1.25;
    display: flex;
    flex-direction: column;
    gap: 65px;
}

.delivery__inner .delivery__inner-block .block__text .block__idea {
    margin: 0;
}

footer {
    background-color: var(--Colored);
    position: relative;
    color: white;
}

footer .footer__inner {
    padding: 32px 0;
    display: grid;
    justify-content: space-between;
    grid-template-areas: "A N-2 N-3 " "R N-2 N-3 " "P-1 P-1 N-3 " "P-2 P-2 P-2 ";
}

footer .footer__inner .req {
    display: flex;
    flex-direction: column;
    gap: 32px;
    grid-area: R;
}

footer .footer__inner .type__inner {
    grid-area: P-1;
    position: relative;
    padding: 0;
}

footer .footer__inner .type__inner::after {
    position: absolute;
    top: -45px;
    right: 12%;
    content: "";
    height: 1px;
    width: 100%;
    max-width: 530px;
    background: #211a1f;
}

@media (max-width: 1200px) {
    footer .footer__inner .type__inner::after {
        display: none;
    }
}

footer .footer__inner .address-block {
    margin-top: 40px;
}

footer .footer__inner .contact-block {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 64px;
    margin-top: 40px;
}

footer .footer__inner .footer__info {
    grid-area: A;
}

footer .footer__inner .footer__info .footer__info-nav {
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
    gap: 20px;
    flex-direction: column;
}

footer .footer__inner .footer__info .footer__info-nav .menu-item {
    position: relative;
}

footer .footer__inner .footer__info .footer__info-nav a {
    display: flex;
    align-items: baseline;
    gap: 4px;
    transition: all 0.3s ease;
}

footer .footer__inner .footer__info .footer__info-nav a svg {
    transition: all 0.5s ease;
}

footer .footer__inner .footer__info .footer__info-nav a:hover {
    transform: translateY(-1px);
    color: var(--Colored);
}

footer .footer__inner .footer__info .footer__info-nav a:hover svg {
    transform: rotate(180deg);
}

footer .footer__inner .footer__info .footer__info-text {
    margin: 14px 0 27px 0;
    line-height: 1.28;
}

footer .footer__inner .footer__info .logo-block {
    align-items: flex-start;
}

footer .footer__inner .header__inner.m {
    grid-area: N-2;
    padding: 0 30px;
}

footer .footer__inner .header__inner.m .header__top {
    margin-bottom: 83px;
}

footer .footer__inner .header__inner.m .header__top .header__top-menu {
    justify-content: start;
}

footer
    .footer__inner
    .header__inner.m
    .header__top
    .header__top-menu
    .menu-item
    a:hover {
    color: white;
}

footer
    .footer__inner
    .header__inner.m
    .header__top
    .header__top-menu
    .dropdown
    .dropdown-content
    a:hover {
    color: var(--Colored);
}

footer .footer__inner .footer__nav-card .card-text {
    line-height: 1.33;
    margin-bottom: 24px;
    font-size: 16px;
}

footer .footer__inner .footer__nav-card ul {
    display: flex;
    flex-direction: column;
    gap: 18px;
    line-height: 1.33;
}

footer .footer__inner .footer__nav-card ul li {
    transition: all 0.3s ease;
}

footer .footer__inner .footer__nav-card ul li:hover {
    transform: translateX(5px);
}

footer .footer__inner .footer__nav-card.brand {
    max-width: inherit;
    width: 100%;
    position: relative;
}

footer .footer__inner .footer__nav-card.brand ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 18px;
    line-height: 1.33;
}

footer .footer__inner .footer__nav-card.brand ul li {
    transition: all 0.3s ease;
}

footer .footer__inner .footer__nav-card.brand ul li:hover {
    transform: translateX(5px);
}

footer .footer__inner .footer__nav-card.s {
    grid-area: N-2;
    max-width: 295px;
    overflow-y: auto;
    overflow-x: hidden;
}

footer .footer__inner .footer__nav-card.t {
    grid-area: N-3;
    position: relative;
}

footer .footer__inner .footer__nav-card.t .t-stars {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
}

footer .footer__inner .footer__nav-card.t ul {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 340px;
    padding-right: 1rem;
}

footer .footer__inner .footer__nav-card.t ul::-webkit-scrollbar {
    width: 6px;
    height: 4px;
    background-color: var(--Colored);
}

footer .footer__inner .footer__nav-card.t ul::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: white;
}

footer .footer__inner .politic {
    grid-area: P-2;
    margin-top: 10px;
    text-align: center;
    flex: 1 0 100%;
    font-size: 14px;
    font-weight: 300;
}

footer .footer__inner .politic a {
    font-size: 12px;
    color: white;
}

footer .footer__inner .footer-pay.mobile {
    display: none;
}

@media (max-width: 1050px) {
    footer .footer__inner {
        flex-direction: column;
        padding: 20px 0;
        justify-items: start;
        grid-template-areas: "A   " "N-1  " "N-2 " "N-3   " "R  " "P-1  " "P-2  ";
    }

    footer .footer__inner .header__inner.m {
        background-color: transparent;
        /* display: none; */
    }

    footer .footer__inner .header__inner.m .header__top {
        background-color: transparent;
        /* display: none; */
        margin-bottom: 0;
    }

    footer .footer__inner .politic {
        width: 100%;
    }

    footer .footer__inner .req {
        margin: 40px auto;
        /* align-items: center; */
        gap: 20px;
    }

    footer .footer__inner .type__inner .type__switcher-end .end-text {
        margin-bottom: 32px;
    }

    footer .footer__inner .contact-block {
        width: 100%;
        max-width: 100%;
        margin-top: 0;
        margin-bottom: 32px;
    }

    footer .footer__inner .footer__info .footer__info-nav {
        display: none;
    }

    footer .footer__inner .footer__info .footer__logo-block {
        text-align: center;
    }

    footer .footer__inner .footer__info .logo-block {
        margin-bottom: 28px;
        gap: 12px;
    }

    footer .footer__inner .footer__info .footer__info-text {
        display: none;
    }

    footer .footer__inner .address-block {
        margin-bottom: 16px;
        margin-top: 16px;
    }

    footer .footer__inner .footer__nav-card {
        padding: 0;
        margin-top: 20px;
        flex: 1 0 100%;
    }

    footer .footer__inner .footer__nav-card:nth-child(1) {
        display: none;
    }

    footer .footer__inner .footer__nav-card p {
        line-height: 1.19;
        margin-bottom: 12px;
    }

    footer .footer__inner .footer__nav-card ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 20px 12px;
        line-height: 1.21;
    }

    footer .footer__inner .footer__nav-card.f {
        padding-left: 0;
    }

    footer .footer__inner .footer__nav-card.f .card-text {
        margin-bottom: 20px;
    }

    footer .footer__inner .footer__nav-card.f ul {
        max-height: 150px;
        overflow-y: scroll;
    }

    footer .footer__inner .footer__nav-card:nth-child(2) {
        order: 2;
        margin-top: 20px;
    }

    footer .footer__inner .footer__nav-card:nth-child(3) {
        order: 1;
    }
}

.footer__contacts {
    display: flex;
    gap: 35px;
    flex-wrap: wrap;
}

.footer__contacts .footer__contacts-link {
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.footer__contacts .address-links-btns {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
}

@media (max-width: 1050px) {
    .footer__contacts {
        flex-direction: column;
        gap: 26px;
    }

    .footer__contacts .footer__contacts-link {
        display: flex;
        flex-direction: column;
        margin-top: 27px;
    }

    .footer__contacts .footer__contacts-link .contacts__phone {
        text-align: center;
    }

    .footer__contacts .footer__contacts-link :nth-child(2) {
        display: none;
    }

    .footer__contacts .footer__address-links {
        display: flex;
        flex-direction: row;
        gap: 16px;
        align-items: flex-start;
        margin-bottom: 56px;
    }

    .footer__contacts .footer__address-links .address-links-btns {
        display: flex;
        gap: 6px;
        flex-direction: column;
        align-items: flex-start;
        flex: 1 0 80%;
    }
}

@media (max-width: 1400px) {
    .malfs svg.malfs {
        display: none;
    }
}

@media (max-width: 1300px) {
    .logo-text {
        flex-wrap: wrap;
    }

    .address-block svg {
        min-width: 20px;
        height: auto;
    }

    .has-parent .nav-parent {
        max-height: 75vh;
        min-width: 220px;
        left: 0;
    }
}

@media (max-width: 1200px) {
    .header_top {
        gap: 10px;
    }

    .header-btn {
        padding: 10px;
        margin-left: auto;
    }

    .phone-block {
        flex: none;
    }

    .category-button {
        padding: 10px 5px;
    }

    .faq-women {
        position: absolute;
        top: 45px;
        left: 85px;
        transform: scale(-1, 1);
        max-width: 600px;
    }

    .faq_cards {
        flex: 0 0 40%;
    }

    .faq_inner.about_block .faq-women {
        position: absolute;
        top: 50px;
        left: 240px;
        transform: scale(-1, 1);
        max-width: 510px;
    }

    .faq_inner.about_block .about_block-text {
        font-size: 14px;
        padding: 24px;
        max-width: 495px;
    }

    .faq_inner.about_block .faq-text_inner {
        flex: 0 0 45%;
    }

    .faq_inner.about_block .faq-text_inner .faq-text {
        right: 45px;
        top: 40%;
        transform: translate(0, -50%);
        max-width: 240px;
    }

    .title {
        margin-bottom: 20px;
    }

    .bannner .bannner__inner .bannner__info .bannner__info-seo {
        margin-bottom: 24px;
    }

    .bannner .bannner__inner .bannner-item {
        max-width: 440px;
    }

    .bannner .bannner__inner .utp-cards-img {
        gap: 14px;
        flex-wrap: wrap;
    }

    .bannner .bannner__inner .utp-cards-img .img-item {
        flex: 1 0 45%;
        max-width: 100%;
        justify-content: center;
    }

    .bannner .bannner__inner .utp-cards-img .img-item:nth-child(1) {
        order: 3;
    }

    .bannner .bannner__inner .bannner__img-inner {
        max-width: 360px;
    }

    .bannner .bannner__inner .bannner__img-inner img {
        max-height: 400px;
    }

    .bannner .bannner__inner .utp-cards {
        max-width: 450px;
    }

    .bannner .bannner__inner.device .bannner-crop {
        position: absolute;
        right: -55px;
        bottom: inherit;
        top: 50%;
        transform: translateY(-50%);
        max-width: 420px;
        max-height: 391px;
    }

    .problem_inner-stage {
        max-width: 520px;
        gap: 20px;
    }

    .faq_inner.error_block .error_block-text {
        flex: 0 0 40%;
    }

    .faq_inner.error_block .faq-women {
        left: 0px;
    }

    .reviews .questions_block .form {
        max-width: 100%;
        box-shadow: none;
        padding: 0;
        gap: 32px;
        display: grid;
        justify-content: center;
        grid-template-areas: "n p" "d r" "t t" "b b";
        grid-template-columns: 325px 325px;
        grid-template-rows: 105px 105px 192px 56px;
    }

    .displayedImage-crop {
        max-width: 525px;
    }

    .questions .questions_inner {
        padding: 20px 20px;
    }

    .questions .questions_inner .circle {
        position: absolute;
        height: 365px;
        width: 365px;
        border: 50px solid var(--white);
        border-radius: 100%;
        right: 27px;
        top: 50%;
        transform: translateY(-50%);
    }

    .questions .questions_inner .que-pic {
        right: 30px;
    }

    .versus_bot .versus_bot-mid {
        flex: 1 0 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .reviews_inner {
        display: flex;
        align-items: center;
        position: relative;
    }

    .reviews_inner:after {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        position: absolute;
        content: "";
        height: 90%;
        width: 3px;
    }

    .reviews_inner .reviews_inner-img {
        transform: translateX(-100px);
        max-width: 550px;
    }

    .mySwiper2 .swiper-slide .slide-inner {
        align-items: flex-start;
    }

    .mySwiper2 .swiper-slide .slide-inner .slide-block .block-list .block-svg {
        display: none;
    }

    .mySwiper2 .swiper-button-next,
    .mySwiper2 .swiper-button-prev {
        bottom: 0px;
    }

    .mySwiper2 .swiper-button-next {
        left: var(--swiper-navigation-sides-offset, 50%);
    }

    .mySwiper2 .swiper-button-prev {
        left: var(--swiper-navigation-sides-offset, 45%);
    }

    .seo-attention .container {
        display: flex;
        gap: 20px;
        align-items: center;
    }

    .seo-attention .container .bannner-text-box {
        margin: 0;
    }

    .type__inner .type__switcher-option__cards {
        border: none;
    }

    .type__inner .type__switcher-option__cards .option__cards-table {
        background-color: #ffffff;
        border-radius: 20px;
        display: flex;
        gap: 30px;
        align-items: center;
        line-height: 1.33;
        transform: translateY(-12px);
        width: 100%;
    }

    .type__inner
        .type__switcher-option__cards
        .option__cards-table
        .table-name {
        min-width: fit-content;
        width: 100%;
        max-width: 660px;
    }

    .type__inner .type__switcher-option__cards .option__cards-table .table-war {
        display: none;
    }

    .type__inner
        .type__switcher-option__cards
        .option__cards-table
        .table-price {
        margin-left: auto;
        padding-right: 200px;
        min-width: fit-content;
    }

    .mySwiper .swiper-button-next {
        right: var(--swiper-navigation-sides-offset, 45%);
    }

    .mySwiper .swiper-button-prev {
        left: var(--swiper-navigation-sides-offset, 45%);
    }

    .swiper.reviews {
        height: 500px;
    }

    .swiper.reviews .swiper-button-prev {
        left: var(--swiper-navigation-sides-offset, 40%);
    }

    .swiper.reviews .swiper-button-next {
        right: var(--swiper-navigation-sides-offset, 40%);
    }

    .swiper.reviews .swiper-wrapper .swiper-slide .slide-img .slide-btn .text {
        font-size: 14px;
    }

    .swiper.reviews .swiper-wrapper .swiper-slide .slide-img .slide-btn .color {
        max-width: 100%;
    }
}

@media (max-width: 1050px) {
    .sale-bannner-1 {
        display: none;
    }

    .sale-bannner-2 {
        display: none;
    }

    .sale-bannner-3 {
        display: none;
    }

    .container {
        padding: 0 1rem;
    }

    .defaultBtn {
        padding: 12px;
    }

    body {
        letter-spacing: 0.15px;
    }

    .title {
        margin-bottom: 32px;
        font-size: 20px;
    }

    .pt-125 {
        padding-top: 125px;
    }

    .mb-48 {
        margin-bottom: 32px;
    }

    .mb-28 {
        margin-bottom: 20px;
    }

    .mb-56 {
        margin-bottom: 25px;
    }

    .mb-62 {
        margin-bottom: 24px;
    }

    .title-main {
        font-size: 20px;
        margin-bottom: 28px;
    }

    .title-submain {
        font-size: 20px;
        margin-bottom: 32px;
    }

    .mobile-none {
        display: none;
    }

    .mobile-none-flex {
        display: none;
    }

    .pc-none {
        display: block;
    }

    .pc-none-flex {
        display: flex;
    }

    .form {
        margin: 0 auto;
    }

    .form .form-after-text {
        text-align: center;
        max-width: 100%;
        margin: 0 auto;
        margin-top: 10px;
        font-size: 10px;
    }

    .form .form-after-text span a {
        font-size: 10px;
    }

    .form .form__input {
        flex-direction: column;
        gap: 12px !important;
    }

    .form .form__input .form__input-input {
        margin: 0;
        max-width: 100%;
        padding: 15px 28px;
    }

    .form .form__input .form__input-btn {
        margin: 0;
        width: 100%;
        max-width: 100%;
    }

    .contact-block .contact-block-address.colored {
        max-width: 100%;
        justify-content: center;
    }

    .form.form-inputs .form__input.name {
        max-width: 100%;
    }

    .form-btn {
        max-width: 100%;
    }

    .title-main {
        margin-bottom: 24px;
        text-align: center;
    }

    .dashed {
        width: 99%;
    }

    .title-submain {
        font-size: 20px;
        margin-bottom: 24px;
    }

    .bread {
        padding-top: 24px;
        margin-bottom: 32px;
        padding-bottom: 10px;
        gap: 7px;
        overflow: auto;
    }

    .bread svg {
        min-width: fit-content;
    }

    .bread a {
        min-width: fit-content;
    }

    header.scrolled {
        padding-bottom: 14px;
    }

    header.scrolled .header_top {
        gap: 0;
    }

    header.scrolled .address-block {
        display: none;
    }

    header.scrolled .phone-block {
        display: none;
    }

    header.scrolled .phone-block span {
        display: none;
    }

    .header__inner .header__top .container {
        gap: 5px;
    }

    .header__inner .header__top .container .header__top-address .address-btns {
        gap: 5px;
    }

    .header__inner
        .header__top
        .container
        .header__top-address
        .address-btns
        .phone-links {
        font-size: 14px;
    }

    .header_top {
        gap: 10px;
        margin-bottom: 14px;
    }

    .header-nav ul {
        flex-direction: column;
        gap: 12px;
        justify-content: center;
    }

    .header-nav ul .has-parent {
        border-radius: 8px;
        padding: 12px 21px;
        width: 100%;
        height: 100%;
        flex-wrap: wrap;
        background-color: rgba(19, 150, 62, 0.1);
        justify-content: space-between;
    }

    .header-nav ul .has-parent .nav-parent.grayBG {
        top: 0;
        padding: 12px 0;
        gap: 12px;
        flex: 1 0 100%;
        background-color: inherit;
        background: transparent;
        position: relative;
    }

    .main-btn.header {
        max-width: 200px;
    }

    .logo-block {
        min-width: inherit;
    }

    .logo-block .city-changer {
        font-size: 12px;
    }

    .logo-text {
        flex-wrap: wrap;
    }

    .address-block {
        flex: 1;
    }

    .address-block svg {
        min-width: 20px;
        height: auto;
    }

    .address-block span {
        font-size: 12px;
    }

    .mobile-menu {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 24px;
        width: 74px;
        height: 74px;
        border-radius: 0 0 16px 0;
        font-size: 16px;
        font-weight: 600;
    }

    .mobile-menu svg {
        width: 26px;
        height: 26px;
    }

    .header_bottom {
        gap: 15px;
        justify-content: space-around;
    }

    .header-nav ul {
        gap: 15px;
        width: 100%;
    }

    .header-search .check-input {
        min-width: 228px;
    }

    .has-parent {
        width: 56px;
    }

    .has-parent svg {
        min-width: 24px;
    }

    .has-parent span.colored-text {
        display: none;
    }

    .has-parent .nav-parent {
        max-height: 75vh;
        min-width: 220px;
        left: 0;
    }

    .bannner .line-vertical-1 {
        display: none;
    }

    .bannner .line-vertical-2 {
        display: none;
    }

    .bannner .line-horizontal-1 {
        display: none;
    }

    .bannner .line-horizontal-2 {
        display: none;
    }

    .bannner .bannner__inner .bannner__info {
        width: fit-content;
        margin: 0 auto;
    }

    .bannner .bannner__inner .bannner__info .bannner__info-seo {
        text-align: center;
    }

    .bannner .bannner__inner .bannner__info .bannner__info-utp {
        margin-top: 40px;
        gap: 25px;
        justify-content: space-between;
    }

    .bannner .bannner__inner .bannner__info .bannner__info-utp .utp-item {
        font-size: 12px;
        justify-content: center;
        max-width: 135px;
        align-items: center;
        text-align: center;
    }

    .bannner .bannner__inner .box-text :nth-child(1) {
        font-size: 36px;
    }

    .bannner .bannner__inner .box-text :nth-child(2) {
        font-size: 20px;
    }

    .bannner .bannner__inner .bannner__img-box .box-num .box-num-circle {
        width: 133px;
        height: 133px;
        top: -50px;
        right: -30px;
    }

    .bannner .bannner__inner .bannner__img-box .box-num .box-num-text {
        top: 10px;
        font-size: 36px;
    }

    .bannner .bannner__inner .achievement-cards {
        gap: 50px 0;
    }

    .bannner .bannner__inner .achievement-cards .achievement-card {
        flex: 1 0 50%;
    }

    .bannner
        .bannner__inner
        .achievement-cards
        .achievement-card:nth-child(2):after {
        top: 135px;
        content: "";
        position: absolute;
        right: 100%;
        transform: translate(0, -50%) rotate(90deg);
        height: 120%;
        width: 1px;
        background-color: #727171;
    }

    .bannner .bannner__inner .bannner__img-inner {
        display: none;
    }

    .bannner .clip-path {
        clip-path: polygon(
            9% 83%,
            11% 83%,
            55% 60%,
            58% 60%,
            60% 61%,
            100% 81%,
            100% 100%,
            0 100%,
            0 65%,
            7% 81%
        );
        height: 280px;
    }

    .bannner_inner {
        flex-wrap: wrap;
        justify-content: center;
        gap: 32px;
    }

    .bannner_inner .utp-cards-img {
        margin-bottom: 20px;
    }

    .bannner_inner .bannner-item {
        max-width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .bannner_inner .bannner-item .utp-cards-img .img-item-text {
        font-size: 13px;
        line-height: 1.2;
    }

    .bannner_inner .bannner-item .bannner-text {
        text-align: center;
        max-width: 100%;
        font-size: 14px;
        line-height: 1.28;
        margin-bottom: 20px;
    }

    .input-block {
        display: flex;
        gap: 5px;
        flex-direction: column;
        width: 100%;
    }

    .input-block .input-block-name {
        max-width: 100%;
        width: 100%;
    }

    .input-block .input-block-name .white-inp {
        max-width: 100%;
        width: 100%;
    }

    .input-block .input-block-phone {
        max-width: 100%;
        width: 100%;
    }

    .input-block .input-block-phone .white-inp {
        max-width: 100%;
        width: 100%;
    }

    .button-block {
        width: 100%;
        gap: 12px;
        flex: 1 0 100%;
        flex-direction: column;
    }

    .faq-text_inner {
        display: none;
    }

    .about_block {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .about_block .about_block-text {
        line-height: 20px;
    }

    .faq-text.pc-none {
        display: block;
        margin-bottom: 32px;
        max-width: 400px;
        text-align: center;
    }

    .faq-women {
        display: none;
    }

    .faq_cards {
        flex: 1 0 100%;
    }

    .faq_cards .faq_cards-item {
        display: flex;
        flex-wrap: wrap;
        gap: 0px;
        padding: 33px 40px;
        max-width: 100%;
        transition: all 0.3s ease;
        align-items: flex-end;
    }

    .faq_cards .faq_cards-item .item-footnote {
        height: 0;
        width: 100%;
        flex: 1 0 100%;
        opacity: 0;
        transition: all 0.7s ease;
    }

    .faq_cards .faq_cards-item .item-text {
        flex: 1 0 100%;
        max-width: 450px;
    }

    .faq_cards .faq_cards-item.active {
        gap: 20px;
    }

    .faq_cards .faq_cards-item.active .item-footnote {
        display: block;
        height: auto;
        opacity: 1;
    }

    .cases-carousel__svg {
        display: block;
        margin: 0 auto;
    }

    .footer-left {
        flex-direction: row;
        flex-wrap: wrap;
        display: grid;
        max-width: 100%;
        width: 100%;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(2, 30px);
        gap: 25px;
        align-items: center;
    }

    .footer-left .address-block {
        grid-column: 1/3;
        grid-row: 2/3;
    }

    .footer-left .mobile-menu {
        grid-row: 3/1;
        justify-self: end;
    }

    .footer-left .logo-block {
        padding: 0;
        grid-column: 1/3;
        grid-row: 1/2;
    }

    .sec-footnote_inner {
        gap: 32px;
    }

    .sec-footnote-text {
        flex: 1 0 40%;
        line-height: 1.75;
        /* 175% */
        letter-spacing: 0.75px;
        font-size: 14px;
    }

    .sec-footnote-text.full {
        flex: 1 0 100%;
        font-size: 14px;
    }

    .sec-footnote-text.colored {
        background-color: var(--yellow);
        padding: 24px;
        border-radius: 16px;
        flex: 1 0 55%;
        font-size: 14px;
    }

    .sec-footnote-text.colored img {
        max-width: 60px;
        float: left;
        margin-right: 12px;
        margin-bottom: 10px;
        max-height: 102px;
    }

    .sec-footnote-text.centered {
        text-align: center;
    }

    .bannner {
        background-position: left;
        margin-bottom: 56px;
    }

    .bannner_inner .utp-cards {
        display: none;
    }

    .bannner_inner.device {
        padding: 32px 24px;
        gap: 5px;
    }

    .bannner_inner.device .title-submain {
        margin-bottom: 16px;
    }

    .bannner_inner.device .bannner-text {
        font-size: 16px;
        line-height: 1.75;
    }

    .bannner_inner.device .bannner-crop {
        position: relative;
        right: inherit;
        bottom: inherit;
        top: inherit;
        transform: translateY(32px);
        max-width: 420px;
        max-height: 391px;
    }

    .bannner_inner.device .bannner-crop.model {
        position: relative;
        right: inherit;
        bottom: inherit;
        top: inherit;
        transform: translateY(32px);
        max-width: 420px;
        max-height: 391px;
    }

    .bannner_inner.device .bannner-attention {
        border-radius: 100%;
        width: 29px;
        height: 29px;
        top: 16px;
        right: 16px;
        position: absolute;
        z-index: 1;
    }

    .bannner_inner.device .bannner-attention .bannner-attention_img {
        width: 29px;
        height: 29px;
    }

    .bannner_inner.device .bannner-attention .bannner-attention_box {
        min-width: 170px;
        border-radius: 16px 16px 16px 16px;
        padding: 10px 10px 10px 10px;
        gap: 0px;
    }

    .catalog-cards {
        gap: 6px;
    }

    .catalog-cards.brand-cards {
        gap: 20px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    .catalog-cards.brand-cards .cards-item {
        flex: 1 0 30%;
    }

    .problem_inner-stage {
        max-width: 100%;
    }

    .problem-crop {
        display: none;
    }

    .how_inner-cards.vol-2 .cards-item {
        flex: 1 0 35%;
    }

    .how_inner-cards.vol-2 .cards-item .device-que-img {
        max-width: 130px;
    }

    .catalog-cards.models .cards-item {
        flex: 0 0 23%;
    }

    .catalog-cards .cards-item {
        flex: 1 0 45%;
        padding: 20px 0px 20px 20px;
        overflow: hidden;
    }

    .catalog-cards .cards-item .phone-card-info .info-title {
        max-width: 200px;
        margin-bottom: 16px;
    }

    .catalog-cards .cards-item .phone-card-info .info-text {
        max-width: 200px;
        margin-bottom: 16px;
    }

    .catalog-cards .cards-item .phone-card-info .info-list {
        max-width: 200px;
        margin-bottom: 16px;
        width: 100%;
        max-height: 120px;
    }

    .catalog-cards .cards-item .phone-card-info .info-list .info-list-item {
        text-align: left;
        width: 100%;
    }

    .catalog-cards
        .cards-item
        .phone-card-info
        .info-list
        .info-list-item
        .list-link {
        font-size: 12px;
    }

    .catalog-cards .cards-item .phone-card-info .grad-btn {
        max-width: 190px;
    }

    .catalog-cards .cards-item .cards-item-crop {
        max-width: 130px;
        transform: translateX(40px);
    }

    .models-switcher {
        padding-bottom: 10px;
    }

    .mySwiperEx .swiper-wrapper {
        margin-bottom: 32px;
    }

    .advantages-cards {
        flex-wrap: wrap;
    }

    .advantages-cards .advantages-cards-item {
        flex: 1 0 45%;
    }

    .branch_box {
        flex-wrap: wrap;
    }

    .branch_box .branch_box-item {
        flex: 0 0 45%;
    }

    .delivery_inner {
        flex-wrap: wrap;
        justify-content: center;
    }

    .delivery_inner .delivery_inner-text {
        padding: 24px;
        font-size: 14px;
        line-height: 20px;
    }

    .delivery_inner .delivery-crop {
        max-width: 550px;
    }

    .delivery_inner.grid {
        display: grid;
        gap: 0px;
        grid-template-areas: "a" "t" "p" "b";
        align-items: center;
        justify-items: center;
        text-align: center;
    }

    .delivery_inner.grid .title-main {
        margin-bottom: 24px;
    }

    .delivery_inner.grid .text-18 {
        margin-bottom: 24px;
        max-width: 325px;
    }

    .delivery_inner.grid .delivery-crop {
        margin-bottom: 24px;
    }

    .politic_inner {
        font-size: 16px;
        line-height: 28px;
    }

    .bannner-item.model {
        max-width: 560px;
    }

    .faq_inner.error_block {
        position: relative;
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .faq_inner.error_block .faq-women {
        display: block;
        position: absolute;
        order: 3;
        transform: scale(-1, 1) translate(-105px, 30%);
        bottom: 0;
        max-width: 495px;
        height: fit-content;
    }

    .faq_inner.error_block .error_block-text {
        padding: 100px 0;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        flex: 0 0 50%;
        order: 2;
    }

    .faq_inner.error_block .error-title {
        font-size: 140px;
        font-weight: 700;
        letter-spacing: 1px;
        line-height: 1;
    }

    .faq_inner.error_block .faq-text_inner {
        display: flex;
        background-image: none !important;
        order: 1;
        flex: 1 0 100%;
        min-height: 60px;
        justify-content: center;
        align-items: center;
    }

    .faq_inner.error_block .faq-text {
        right: inherit;
        top: 0;
        transform: translate(0, 0);
        max-width: 280px;
        text-align: center;
    }

    .faq_inner.error_block .error-text {
        font-size: 32px;
        line-height: 1.31;
        letter-spacing: 1px;
    }

    .modal__container .form {
        padding: 0;
        gap: 4px;
    }

    .mySwiperEx .swiper-slide {
        align-items: center;
    }

    .mySwiperEx .swiper-button-prev {
        left: var(--swiper-navigation-sides-offset, 40%);
    }

    .mySwiperEx .swiper-button-next {
        right: var(--swiper-navigation-sides-offset, 40%);
    }

    .calc .container {
        padding: 20px;
    }

    .calc-slide {
        flex-direction: column;
    }

    .calc-slide .displayedImage-crop {
        display: flex;
        flex-direction: column;
        margin-bottom: 20px;
    }

    .calc-slide .displayedImage-crop .displayedImage-crop-text {
        bottom: 12px;
        left: 12px;
        max-width: 270;
        font-size: 14px;
    }

    .calc-slide .displayedImage-crop .displayedImage {
        margin-bottom: 0px;
        max-width: 526px;
        width: 100%;
    }

    .calc-slide .slide-title {
        margin-bottom: 20px;
        order: 1;
    }

    .calc-slide .slide-btns {
        margin-top: 28px;
        flex-direction: column;
        width: 100%;
    }

    .calc-slide .slide-btns .defaultBtn {
        width: 100%;
        max-width: 100%;
    }

    .calc-slide .slide-btns .check-btn {
        width: 100%;
        margin-right: inherit;
        max-width: 100%;
        text-align: center;
    }

    .calc-slide .slide-btn {
        max-width: 100%;
        width: 100%;
    }

    #slide1 .calc-slide-info {
        order: 2;
    }

    #slide1 .displayedImage-crop {
        order: 1;
    }

    #slide1 .slide-check {
        order: 2;
        margin-bottom: 28px;
        justify-content: center;
    }

    #slide1 .slide-check .slide-label {
        flex: 1 0 45%;
        max-width: 150px;
    }

    #slide1 .slide-btn {
        order: 4;
    }

    #slide1 .calc-slide-steps {
        order: 3;
        margin-bottom: 32px;
    }

    #slide2 {
        gap: 28px;
    }

    #slide2 .check-btn {
        margin-right: inherit;
    }

    #slide2 .calc-slide-select {
        max-width: 100%;
    }

    #slide2 .calc-select-box {
        max-width: 100%;
        order: 2;
        margin-bottom: 0;
        width: 100%;
    }

    #slide2 .calc-slide-steps {
        order: 3;
    }

    #slide2 .slide-btn {
        order: 4;
    }

    #slide3 .calc-slide-steps {
        order: 3;
    }

    #slide3 .slide-btns {
        margin-right: inherit;
        order: 4;
    }

    #slide3 .btn-text {
        font-size: 14px;
    }

    #slide3 .calc-slide-box {
        order: 2;
        margin-bottom: 28px;
    }

    .calc-slide-steps {
        max-width: 100%;
    }

    .calc-slide-steps .steps-box {
        max-width: 100%;
    }

    .how_inner .how_inner-item .how-item-img {
        position: absolute;
        left: 85%;
        top: 50%;
        transform: translate(0%, -50%);
        max-width: 130px;
    }

    .how_inner .how_inner-item:nth-child(2) .how-item-img {
        position: absolute;
        left: 0%;
        top: 50%;
        transform: translate(0%, -50%);
    }

    .how_inner .how_inner-item .how-item-box {
        max-width: 80%;
    }

    .how_inner .how_inner-item .how-item-title {
        max-width: 80%;
    }

    .how_inner .how_inner-item .how-item-text {
        max-width: 80%;
    }

    .questions .questions_inner {
        padding: 20px 20px;
    }

    .questions .questions_inner .text-26 {
        font-size: 20px;
        margin-bottom: 16px;
    }

    .questions .questions_inner .text-16 {
        font-size: 14px;
        margin-bottom: 24px;
    }

    .questions .questions_inner .input-block {
        gap: 10px;
    }

    .questions .questions_inner .grad-btn {
        max-width: 100%;
    }

    .questions .questions_inner .form.not-col {
        width: 100%;
        max-width: 100%;
    }

    .questions .questions_inner .circle {
        display: none;
    }

    .questions .questions_inner .que-pic {
        display: none;
    }

    .reviews_inner-title {
        margin-bottom: 32px;
        justify-content: center;
        gap: 20px;
    }

    .reviews_inner-title .title-submain {
        font-size: 16px;
    }

    .reviews_inner-title .title-footnote {
        padding: 20px;
    }

    .reviews_inner {
        display: flex;
        align-items: center;
        position: relative;
    }

    .reviews_inner:after {
        display: none;
    }

    .reviews_inner .reviews_inner-img {
        display: none;
    }

    .mySwiper {
        height: 390px;
    }

    .mySwiper .swiper-wrapper .swiper-slide {
        opacity: 0;
    }

    .mySwiper .swiper-wrapper .swiper-slide-active {
        opacity: 1;
        max-width: 100% !important;
        width: 100% !important;
    }

    .mySwiper .swiper-wrapper .swiper-slide-active .slider-item {
        transform: inherit;
    }

    .mySwiper.reviews {
        margin: 0 auto;
        padding: 0 !important;
        height: 390px;
    }

    .mySwiper.reviews .slider-case .stars {
        justify-content: center;
    }

    .mySwiper.reviews .slider-case .slide-profile {
        justify-content: center;
    }

    .mySwiper.reviews .slider-case .slide-comment .comment-text {
        text-align: center;
        font-size: 16px;
        max-height: 150px;
    }

    .mySwiper.reviews .swiper-button-next {
        right: var(--swiper-navigation-sides-offset, 90px);
    }

    .mySwiper.reviews .swiper-button-prev {
        left: var(--swiper-navigation-sides-offset, 90px);
    }

    .mySwiper2 {
        height: 450px;
    }

    .mySwiper2 .swiper-slide .slide-inner {
        align-items: flex-start;
        justify-content: center;
    }

    .mySwiper2 .swiper-slide .slide-inner .slide-block {
        max-width: 380px;
    }

    .mySwiper2 .swiper-slide .slide-inner .slide-block .block-title {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .mySwiper2
        .swiper-slide
        .slide-inner
        .slide-block
        .block-list
        .block-model {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .mySwiper2
        .swiper-slide
        .slide-inner
        .slide-block
        .block-list
        .block-model-text {
        display: none;
    }

    .mySwiper2 .swiper-button-next,
    .mySwiper2 .swiper-button-prev {
        bottom: 0px;
    }

    .mySwiper2 .swiper-button-next {
        left: var(--swiper-navigation-sides-offset, 55%);
    }

    .mySwiper2 .swiper-button-prev {
        left: var(--swiper-navigation-sides-offset, 50%);
    }

    .faq_inner .faq-text_inner {
        display: none;
    }

    .faq_inner .faq_cards {
        flex: 1 0 100%;
    }

    .faq_inner .faq_cards .faq_cards-item {
        padding: 20px;
    }

    .dashed {
        height: 98%;
    }

    .map #map {
        height: 400px;
    }

    .map .map__inner {
        display: flex;
        gap: 20px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

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

    .tech_inner .feature {
        gap: 20px;
        flex: 1 0 100%;
    }

    .tech_inner .feature:nth-child(2) {
        display: none;
    }

    .tech_inner .feature .feature-left {
        width: 70%;
    }

    .tech_inner .feature .feature-right {
        width: 30%;
    }

    .num-block .container {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 50px;
        flex-wrap: wrap;
    }

    .num-block .container .num-block {
        flex: 1 0 40%;
    }

    .num-block .container .block-title {
        text-align: center;
        margin-bottom: 6px;
        font-size: 70px;
        line-height: 1;
        font-weight: 700;
    }

    .num-block .container .block-text {
        text-align: center;
        font-size: 16px;
    }

    .circle-green {
        display: none;
    }

    .calc-footnote {
        margin-bottom: 44px;
    }

    .calc-footnote .container {
        margin: 0 auto;
        justify-content: left;
        max-width: 350px;
        gap: 20px;
    }

    .calc-footnote .container .cals-foot-title {
        font-size: 20px;
        text-align: left;
        flex: 0 0 40%;
    }

    .calc-footnote .container .cals-foot-plus {
        font-size: 60px;
        font-weight: 700;
    }

    .calc-footnote .container .cals-foot-img {
        padding: 20px;
        font-size: 16px;
    }

    .type__inner .type__switcher-option__cards {
        border: none;
        padding: 0;
    }

    .type__inner .type__switcher-option__cards .option__cards-table {
        background-color: #ffffff;
        border-radius: 20px;
        display: flex;
        gap: 30px;
        align-items: center;
        line-height: 1.33;
        transform: translateY(0px);
        width: 100%;
    }

    .type__inner
        .type__switcher-option__cards
        .option__cards-table
        .table-name {
        min-width: fit-content;
        width: 100%;
        max-width: 660px;
        font-size: 16px;
    }

    .type__inner .type__switcher-option__cards .option__cards-table .table-war {
        display: none;
    }

    .type__inner
        .type__switcher-option__cards
        .option__cards-table
        .table-price {
        font-size: 16px;
        margin-left: auto;
        padding-right: 75px;
        min-width: fit-content;
    }

    .type__inner .type__switcher-option__cards .option__cards-item {
        flex: 1 0 30%;
        max-width: 100%;
        width: 100%;
        min-height: 252px;
        padding: 32px 24px 28px 24px;
        position: relative;
        padding: 16px;
        gap: 20px;
    }

    .type__inner .type__switcher-option__cards .option__cards-item svg {
        min-width: 20px;
        min-height: 16px;
        margin-bottom: 12px;
    }

    .type__inner .type__switcher-option__cards .option__cards-item .face {
        max-width: 100%;
        height: fit-content;
        min-height: 252px;
        max-height: 252px;
        padding: 32px 24px;
    }

    .type__inner
        .type__switcher-option__cards
        .option__cards-item
        .face
        .item-title {
        font-size: 16px;
        width: 100%;
        margin-bottom: 40px;
    }

    .type__inner
        .type__switcher-option__cards
        .option__cards-item
        .face
        .item-text {
        min-width: fit-content;
        font-size: 16px;
    }

    .type__inner
        .type__switcher-option__cards
        .option__cards-item
        .face.back
        :nth-child(2) {
        margin-bottom: 24px;
    }

    .versus_inner {
        padding: 28px 24px;
        position: relative;
    }

    .versus_inner .text-32 {
        margin-bottom: 16px;
    }

    .versus_inner .versus_top-text {
        margin-bottom: 32px;
    }

    .versus_inner svg {
        position: absolute;
        top: -85px;
        right: -100px;
        z-index: 0;
        max-width: 350px;
    }

    .versus_top {
        position: relative;
        z-index: 2;
        display: flex;
        justify-content: center;
        gap: 16px;
        align-items: center;
        margin-bottom: 124px;
        flex-direction: column;
    }

    .versus_top .versus_top-card {
        padding: 36px 89px;
        position: relative;
        max-width: 368px;
    }

    .versus_bot {
        position: relative;
        z-index: 2;
        display: flex;
        gap: 24px;
        flex-wrap: wrap;
    }

    .versus_bot .versus_bot-block {
        border-radius: 6px;
        display: flex;
        flex-direction: column;
        align-self: stretch;
        max-width: 328px;
        width: 100%;
        padding: 20px;
    }

    .versus_bot .versus_bot-block .block-title {
        margin-bottom: 12px;
        font-size: 14px;
    }

    .versus_bot .versus_bot-block .block-price {
        margin-bottom: 32px;
        font-size: 14px;
    }

    .versus_bot .versus_bot-block .block-text {
        max-width: 250px;
        font-size: 14px;
    }

    .versus_bot .versus_bot-mid {
        font-size: 26px;
        font-weight: 700;
    }

    .sale-bannner .sale-bannner-text {
        transform: translate(0px, 10px) rotate(-7deg);
    }

    .sale-inner {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        text-align: center;
        gap: 28px;
        flex-wrap: wrap;
    }

    .sale-inner .eclipse.one {
        top: -70%;
    }

    .sale-inner .eclipse.two {
        bottom: -60%;
    }

    .sale-inner .que-word {
        display: none;
    }

    .sale-inner-form .form-title {
        text-align: center;
        margin-bottom: 32px;
        font-size: 20px;
    }

    .sale-inner-form .form-text {
        max-width: 330px;
    }

    .sale-inner-form .form.form-inputs .form__input {
        margin-bottom: 0;
        align-items: center;
        gap: 12px;
    }

    .sale-inner-form .form.form-inputs .form__input.name {
        max-width: 100%;
    }

    .sale-inner-form .form.form-inputs .form__input-input {
        max-width: 100%;
    }

    .sale-inner-form .form.form-inputs .form__input-btn {
        max-width: 100%;
    }

    .sale-inner-timer {
        width: 100%;
        position: relative;
    }

    .about__inner {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        align-items: center;
        justify-content: center;
    }

    .about__inner .about__inner-block .block-idea {
        padding: 32px 22px;
    }

    .about__inner .about__inner-block .block-idea-text svg {
        display: none;
    }

    .about__inner .about__inner-block svg {
        width: 57px;
    }

    .about__inner .about__inner-block:nth-child(1) {
        line-height: 1.33;
        flex: 1 0 100%;
    }

    .about__inner .about__inner-block:nth-child(1) .block-text span {
        font-size: 16px;
    }

    .about__inner .about__inner-block:nth-child(2) img {
        display: none;
    }

    .about__inner .about__inner-block:nth-child(2) img.sert {
        display: block;
    }

    .about__inner .about__inner-block:nth-child(2) .block-text {
        position: relative;
        transform: none;
        left: auto;
        bottom: inherit;
        padding: 14px;
        gap: 0;
    }

    .reviews_box {
        gap: 12px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .reviews_box.stock {
        gap: 20px;
    }

    .reviews_box.stock .slider-item {
        padding: 12px;
    }

    .vertical-vid {
        gap: 20px;
    }

    .vertical-vid .block-item {
        max-width: 320px;
    }

    .audio {
        gap: 12px;
    }

    .audio .aWrap .pleer-text-item {
        font-size: 14px;
    }

    .sale_bannner .sale_bannner-text {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        gap: 12px;
        margin-bottom: 32px;
    }

    .sale_bannner .sale_bannner-text .text-item {
        flex: 1 0 45%;
        display: flex;
        gap: 16px;
        align-items: center;
    }

    .sale_bannner .sale_bannner-text .text-item-num {
        flex: 1 0 45%;
        text-align: end;
    }

    .sale_bannner .sale_bannner-text .text-item-text {
        flex: 1 0 50%;
    }

    .price-table .price-title {
        font-size: 12px;
    }

    .price-table .price-table-item {
        padding: 0;
    }

    .price-table .price-cost {
        font-size: 12px;
    }

    .price-table .price-cost svg {
        display: none;
    }

    .example-inner {
        flex-wrap: wrap;
        justify-content: center;
        gap: 24px;
    }

    .example-inner span {
        display: contents;
    }

    .example-inner span.dots {
        display: contents;
    }

    .example-inner .example-inner-text {
        font-size: 16px;
    }

    .malfs__inner {
        justify-content: center;
        max-height: 300px;
        overflow-y: scroll;
        padding-right: 10px;
        gap: 12px;
    }

    .malfs__inner::-webkit-scrollbar {
        -webkit-appearance: none;
    }

    .malfs__inner::-webkit-scrollbar:vertical {
        width: 8px;
    }

    .malfs__inner::-webkit-scrollbar:horizontal {
        height: 8px;
    }

    .malfs__inner::-webkit-scrollbar-thumb {
        background-color: var(--Colored);
        border-radius: 10px;
        /* border: 2px solid #ffffff; */
    }

    .malfs__inner::-webkit-scrollbar-track {
        border-radius: 10px;
        background-color: #ffffff;
    }

    .about__inner .about__inner-block:nth-child(1) .block-text span {
        display: contents;
        font-size: 16px;
    }

    .about__inner .about__inner-block:nth-child(1) .block-text p {
        font-size: 16px;
    }

    .about__inner .about__inner-block:nth-child(1) .block-text span.dots {
        display: contents;
    }

    .about__inner
        .about__inner-block:nth-child(1)
        .block-text
        span.morecontent {
        font-size: 16px;
        display: none;
        font-weight: 400;
    }

    .price_data-block {
        max-width: fit-content;
    }
}

@media (max-width: 992px) {
    .bannner {
        mix-blend-mode: initial;
    }
}

@media (max-width: 830px) {
    .pt-165 {
        padding-top: 75px;
    }

    .masters_inner-item .item-img {
        max-width: 185px;
        max-height: 185px;
    }

    .history {
        padding-top: 20px;
        padding-bottom: 32px;
    }

    .left {
        text-align: left;
    }

    .block {
        margin-bottom: 56px;
    }

    .bannner .bannner__inner .bannner__info .bannner__info-stage {
        padding: 20px;
    }

    .bannner .bannner__inner .bannner__info .bannner__info-stage .stage-title {
        margin-bottom: 20px;
    }

    .bannner .bannner__inner .bannner__info .bannner__info-stage .stage-boxs {
        gap: 16px;
        flex-direction: column;
        align-items: start;
        max-height: none;
    }

    .bannner
        .bannner__inner
        .bannner__info
        .bannner__info-stage
        .stage-boxs
        .stage-box
        .box-num {
        width: 32px;
        height: 32px;
    }

    .bannner .bannner__inner .bannner__img-inner {
        max-width: 233px;
        margin-bottom: 24px;
    }

    .bannner .bannner__inner .bannner__ancors {
        padding: 20px 0 64px 0;
        flex-wrap: wrap;
    }

    header {
        z-index: 99;
        position: fixed;
        top: 0px;
        width: 100%;
    }

    header .container {
        padding: 0 1rem;
    }

    header .header__top-mail {
        display: none;
    }

    header .header__inner {
        width: 100%;
    }

    header.fixed .header__inner {
        border-bottom: 1px solid #211a1f99;
        padding: 0;
    }

    header .header__inner .header__top .container .header__top-btns {
        display: none;
    }

    .main-btn.header {
        display: none;
    }

    .logo-block .logo {
        max-width: 33px;
    }

    .logo-block .logo img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    .address-block {
        flex: 1;
        align-items: center;
    }

    .address-block svg {
        min-width: 20px;
        height: auto;
    }

    .phone-block a {
        font-size: 14px;
    }

    .phone-block span {
        text-align: end;
        max-width: 110px;
    }

    .header-search .check-input {
        display: none;
    }

    .cat-button-grad {
        display: none;
    }

    .how_inner .how_inner-item .how-item-img {
        position: absolute;
        left: inherit;
        right: 0;
        top: 0%;
        transform: translate(0%, 0%);
        max-width: 90px;
    }

    .how_inner .how_inner-item:nth-child(2) .how-item-img {
        position: absolute;
        left: 0%;
        top: 25%;
        transform: translate(0%, 0%);
    }

    .how_inner .how_inner-item .how-item-box {
        max-width: 80%;
        margin-bottom: 20px;
    }

    .how_inner .how_inner-item .how-item-box .how-item-card {
        font-size: 15px;
    }

    .how_inner .how_inner-item .how-item-title {
        max-width: 80%;
        margin-bottom: 12px;
        font-size: 20px;
    }

    .how_inner .how_inner-item .how-item-text {
        max-width: 75%;
    }

    .phone-cards {
        gap: 6px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .phone-cards .phone-card-link {
        display: flex;
        flex: 1 0 45%;
        max-width: 100%;
        justify-content: center;
    }

    .phone-cards .phone-card-link .phone-card {
        min-height: inherit;
        max-height: inherit;
        width: 100%;
        justify-content: center;
        padding: 5px;
    }

    .phone-cards .phone-card-link .phone-card .phone-card-crop {
        margin-bottom: 21px;
        max-height: 67px;
    }

    .phone-cards .phone-card-link .phone-card .phone-card-crop img {
        max-height: 67px;
        display: block;
        margin: auto;
        width: 80%;
    }

    .phone-cards .phone-card-link .phone-card .phone-card-info {
        flex: 0;
        max-width: 160px;
    }

    .phone-cards .phone-card-link .phone-card .phone-card-info .info-title {
        font-size: 14px;
    }

    .phone-cards .phone-card-link .phone-card .phone-card-info .info-text {
        font-size: 12px;
    }

    .phone-cards.model__phone-cards {
        align-items: stretch;
    }

    .phone-cards.model__phone-cards .phone-card {
        min-height: 400px;
        padding: 28px 24px;
        overflow: hidden;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex: 1 0 50%;
        max-width: 568px;
    }

    .phone-cards.model__phone-cards .phone-card .phone-card-info {
        display: flex;
        align-items: start;
        justify-content: start;
        flex-direction: column;
        max-width: 197px;
        flex: 1 0 100%;
        height: 100%;
    }

    .phone-cards.model__phone-cards .phone-card .phone-card-info .info-title {
        margin-bottom: 12px;
    }

    .phone-cards.model__phone-cards .phone-card .phone-card-info .info-text {
        height: fit-content;
        margin-bottom: 45px;
        opacity: 1;
        font-size: 18px;
    }

    .phone-cards.model__phone-cards .phone-card .phone-card-info .info-list {
        display: flex;
        flex-direction: column;
        gap: 12px;
        align-items: flex-start;
        margin-bottom: 50px;
    }

    .phone-cards.model__phone-cards .phone-card .phone-card-info .info-list li {
        transition: all 0.5s ease;
    }

    .phone-cards.model__phone-cards
        .phone-card
        .phone-card-info
        .info-list
        li:hover {
        transform: translateX(5px);
    }

    .phone-cards.model__phone-cards .phone-card .phone-card-info .list-link {
        font-size: 16px;
        text-decoration: underline;
    }

    .phone-cards.model__phone-cards .phone-card .phone-card-info .colorBtn {
        margin-top: auto;
    }

    .phone-cards.model__phone-cards .phone-card .phone-card-crop {
        transform: translateX(50%);
    }

    .phone-cards.model__phone-cards .phone-card .phone-card-crop img {
        scale: 1.5;
    }

    .phone-cards.model__phone-cards
        .phone-card:hover
        .phone-card-info
        .info-text {
        margin: 0px 0 33px 0;
    }

    .how-work .how-work_inner {
        gap: 32px;
        justify-content: center;
    }

    .how-work .how-work_inner .inner-item {
        flex: 1 0 100%;
    }

    .how-work .how-work_inner .inner-item .inner-item-title {
        font-size: 16px;
    }

    .how-work .how-work_inner .inner-item .inner-item-text {
        font-size: 16px;
    }

    .repair_box.open {
        gap: 12px;
    }

    .mySwiper .swiper-slide .slider-case {
        opacity: 0;
    }

    .mySwiper .swiper-slide-active {
        z-index: 5;
    }

    .mySwiper .swiper-slide-next {
        z-index: 0;
    }

    .mySwiper .swiper-slide-next .slider-case {
        opacity: 0.3;
        transform: translateY(0);
    }

    .mySwiper .swiper-slide-prev {
        z-index: 0;
    }

    .mySwiper .swiper-slide-prev .slider-case {
        opacity: 0.3;
        transform: translateY(0);
    }

    .area-title {
        margin-bottom: 24px;
    }

    .footer .burger-menu {
        padding: 24px;
        border-radius: 8px;
    }

    .footer-mid {
        flex: 1 0 100%;
        flex-direction: column;
        gap: 32px;
    }

    .footer-mid .footer-mid-title {
        padding-top: 32px;
        text-align: center;
    }

    .footer-mid .footer-mid-menu {
        display: flex;
        gap: 8px;
        justify-content: space-evenly;
    }

    .footer_inner {
        justify-content: flex-start;
    }

    .footer-left-text.mobile {
        margin-top: 32px;
        flex: 1 0 100%;
        text-align: center;
        display: block;
    }

    .footer-right {
        padding-top: 0;
    }

    .footer-right .footer-mid-menu {
        gap: 20px;
    }

    .footer-left {
        width: 100%;
        align-items: flex-start;
        max-width: 100%;
    }

    .footer-left .logo-block {
        padding-left: 0;
    }

    .catalog-cards .cards-item .dashed {
        height: 98%;
    }

    .catalog-cards.brand-cards .cards-item {
        /* flex: 1 0 25%; */
        /* max-width: 105px; */
        padding: 5px;
    }

    .catalog-cards.brand-cards .cards-item:nth-child(n + 9) {
        display: none;
    }

    .catalog-cards.brand-cards .cards-item .text-16 {
        font-size: 14px;
        max-width: 130px;
    }

    .price-table .button_center {
        margin-top: 0;
    }

    .price-table-item {
        padding: 12px 16px;
        gap: 12px;
    }

    .price-title {
        font-size: 12px;
        flex: 1 0 45%;
    }

    .how_inner-cards.vol-2 {
        max-width: 100%;
        gap: 16px;
        width: 100%;
    }

    .how_inner-cards.vol-2 .cards-item {
        pointer-events: all;
        min-height: 320px;
        overflow: hidden;
        position: relative;
        flex: 1 0 100%;
        border-radius: 16px;
        padding: 28px 32px;
        color: var(--white);
        justify-content: flex-end;
        gap: 16px;
        text-align: left;
        align-items: start;
        transition: all 0.3s ease;
    }

    .how_inner-cards.vol-2 .cards-item .device-que-img {
        display: none;
        pointer-events: none;
    }

    .how_inner-cards.vol-2 .cards-item .cards-item-text {
        pointer-events: none;
    }

    .how_inner-cards.vol-2 .cards-item .cards-item-title {
        pointer-events: none;
        max-width: 250px;
    }

    .how_inner-cards.vol-2 .cards-item:nth-child(1) {
        flex: 1 0 100%;
    }

    .how_inner-cards.vol-2 .cards-item:nth-child(2) {
        flex: 1 0 100%;
    }

    .how_inner-cards.vol-2 .cards-item .cards-item-num {
        pointer-events: none;
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
        position: absolute;
        padding: 10px 17px;
        position: absolute;
        top: -40px;
        left: -40px;
        width: 72px;
        height: 72px;
        background-color: var(--white);
        color: var(--green);
        border-radius: 100%;
        font-size: 14px;
    }

    .how_inner-cards.vol-2 .cards-item .item-arrow {
        pointer-events: none;
        display: flex;
    }

    .how_inner-cards.vol-2 .cards-item .item-arrow .item-arrow-svg {
        transition: all 0.5s ease;
    }

    .how_inner-cards.vol-2 .cards-item .item-arrow .item-arrow-svg path {
        fill: var(--base);
        stroke: var(--base);
    }

    .how_inner-cards.vol-2 .cards-item.hide {
        gap: 0;
        min-height: 92px;
    }

    .how_inner-cards.vol-2 .cards-item.hide .cards-item-text {
        height: 0;
        opacity: 0;
    }

    .how_inner-cards.vol-2 .cards-item.active {
        gap: 16px;
    }

    .how_inner-cards.vol-2 .cards-item.active .cards-item-text {
        height: auto;
        opacity: 1;
    }

    .how_inner-cards.vol-2 .cards-item.active .device-que-img {
        display: block;
        max-width: 180px;
        width: 100%;
    }

    .how_inner-cards.vol-2 .cards-item.active .cards-item-num {
        background-color: var(--white);
        color: var(--green);
    }

    .how_inner-cards.vol-2 .cards-item.active .item-arrow {
        background-color: var(--white);
        top: inherit;
        bottom: -36px;
        align-items: flex-start;
    }

    .how_inner-cards.vol-2 .cards-item.active .item-arrow .item-arrow-svg {
        transform: rotate(180deg);
    }

    .utp-cases {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .utp-cases .utp-case {
        min-width: 100%;
    }

    .catalog-cards.models .cards-item {
        flex: 1 0 45%;
    }

    .advantages-cards {
        flex-wrap: wrap;
    }

    .advantages-cards .advantages-cards-item {
        flex: 1 0 100%;
    }

    .branch_box {
        flex-wrap: wrap;
    }

    .branch_box .branch_box-item {
        flex: 1 0 100%;
        align-items: center;
    }

    .branch_box .branch_box-item:nth-child(n + 5) {
        display: none;
    }

    .catalog-cards .cards-item {
        flex: 1 0 100%;
    }

    .catalog-cards .cards-item .phone-card-info {
        flex: 1 0 63%;
    }

    .tech-btn {
        margin-top: 32px;
    }

    .faq_inner.error_block .faq-women {
        display: block;
        position: absolute;
        order: 3;
        transform: scale(-1, 1) translate(-5px, 30%);
        bottom: 0;
        max-width: 495px;
        height: fit-content;
    }

    .reviews .questions_inner {
        padding: 0;
    }

    .reviews .questions_block {
        width: 100%;
    }

    .reviews .questions_block .form {
        max-width: 100%;
        box-shadow: none;
        padding: 0;
        gap: 25px;
        display: grid;
        justify-content: center;
        grid-template-areas: "n" "p" "d" "r" "t" "b";
        grid-template-columns: 100%;
        grid-template-rows: 105px 105px 96px 96px 224px 120px;
    }

    .reviews_block .reviews-case {
        flex: 1 0 100%;
    }

    .reviews_block .reviews-case:nth-child(n + 3) {
        display: none;
    }

    .repair_box {
        justify-content: left;
        gap: 0px;
    }

    .repair_box .repair_box-item {
        flex: 1 0 100%;
        align-items: center;
        gap: 12px;
    }

    .calc-slide .calc-utp .calc-utp-cards {
        display: flex;
        gap: 5px;
        align-items: center;
    }

    .calc-slide .calc-utp .calc-utp-cards .calc-utp-cards-item {
        max-width: 168px;
        height: 93px;
        padding: 8px;
    }

    .calc-slide .calc-utp .calc-utp-cards .calc-utp-cards-item .item-text {
        font-size: 10px;
    }

    .calc-slide .calc-utp .calc-utp-cards .calc-utp-cards-item .item-img {
        max-width: 70px;
        z-index: 3;
        bottom: 0;
        top: inherit;
    }

    .calc-slide .calc-utp .calc-utp-title {
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 12px;
        text-align: center;
    }

    .calc-slide .grad-btn {
        margin-right: inherit;
    }

    .calc-slide .slide-btns {
        flex-wrap: wrap;
        justify-content: center;
    }

    #slide1 .calc-slide-info {
        order: 2;
    }

    #slide1 .displayedImage-crop {
        order: 1;
    }

    #slide1 .displayedImage-crop .displayedImage-crop-text {
        font-size: 14px;
        left: 18px;
        bottom: 18px;
    }

    #slide1 .grad-btn {
        order: 3;
        width: 100%;
        flex: 1 0 100%;
        max-width: 100%;
    }

    #slide1 .calc-utp {
        order: 4;
    }

    #slide2 .check-btn {
        margin-right: inherit;
    }

    #slide2 .displayedImage-crop .displayedImage-crop-text {
        font-size: 14px;
        left: 18px;
        bottom: 18px;
    }

    #slide3 .slide-btns {
        margin-right: inherit;
    }

    #slide3 .btn-text {
        font-size: 14px;
    }

    #slide3 .displayedImage-crop .displayedImage-crop-text {
        font-size: 14px;
        left: 18px;
        bottom: 18px;
    }

    .versus_inner .text-32 {
        font-size: 20px;
    }

    .versus_inner .versus_top-text {
        font-size: 14px;
    }

    .versus_bot {
        position: relative;
        z-index: 2;
        display: flex;
        gap: 16px;
        flex-wrap: wrap;
        align-items: stretch;
    }

    .versus_bot .versus_bot-block {
        border-radius: 8px;
        display: flex;
        flex-direction: column;
        max-width: 100%;
        width: 100%;
        padding: 20px;
    }

    .versus_bot .versus_bot-block .block-title {
        margin-bottom: 14px;
        font-size: 14px;
    }

    .versus_bot .versus_bot-block .block-price {
        margin-bottom: 22px;
        font-size: 14px;
    }

    .versus_bot .versus_bot-block .block-text {
        max-width: 250px;
        font-size: 14px;
    }

    .mySwiper2 {
        height: 850px;
    }

    .mySwiper2 .swiper-slide .slide-inner {
        flex-wrap: wrap;
    }

    .mySwiper2 .swiper-slide .slide-inner .slide-block {
        text-align: center;
    }

    .mySwiper2 .swiper-slide .slide-inner .block-model-crop {
        transform: translateX(0px);
    }

    .mySwiper2 .swiper-slide .slide-inner .grad-btn {
        max-width: 100%;
        width: 100%;
    }

    .mySwiper2 .swiper-button-next,
    .mySwiper2 .swiper-button-prev {
        bottom: 0px;
    }

    .mySwiper2 .swiper-button-next {
        right: var(--swiper-navigation-sides-offset, 40%);
    }

    .mySwiper2 .swiper-button-prev {
        left: var(--swiper-navigation-sides-offset, 40%);
    }

    .delivery_inner {
        display: flex;
        align-items: stretch;
        gap: 20px;
    }

    .delivery_inner .delivery_block {
        max-width: 550px;
    }

    .delivery_inner .delivery_block .delivery_block-title {
        margin-bottom: 24px;
        font-size: 16px;
        text-align: center;
    }

    .delivery_inner .delivery_block .delivery_block-text {
        font-size: 16px;
        line-height: 1.2;
        margin-bottom: 24px;
    }

    .delivery_inner .delivery_block .grad-btn {
        max-width: 326px;
    }

    .seo-block {
        font-size: 16px;
    }

    .seo-block ul {
        padding-left: 2rem;
    }

    .seo-block .title-submain {
        margin-bottom: 17px;
    }

    .seo-block-inner {
        gap: 16px;
    }

    .seo-block-inner .seo-block-text {
        font-size: 16px;
    }

    .seo-attention .container {
        flex-wrap: wrap;
    }

    .seo-attention .container .bannner-text-box {
        margin: 0;
        padding: 47px 32px 47px 76px;
    }

    .seo-attention .container .bannner-text-box span {
        min-width: inherit;
    }

    .swiper.reviews {
        height: 490px;
    }

    .swiper.reviews .swiper-slide {
        opacity: 0;
    }

    .swiper.reviews .swiper-slide-active {
        opacity: 1;
    }

    .swiper.reviews .swiper-slide .slider-case {
        display: flex;
        flex-direction: column;
        padding: 12px;
        gap: 24px;
    }

    .swiper.reviews .swiper-slide .slide-img {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .swiper.reviews .swiper-slide .slide-img .slide-crop {
        margin-bottom: 24px;
        max-width: 276px;
        max-height: 276px;
        border-radius: 2px;
    }

    .swiper.reviews .swiper-slide .slide-img .slide-crop img {
        max-height: 276px;
    }

    .swiper.reviews .swiper-slide .slide-img .slide-btn {
        min-width: 100%;
        text-align: center;
    }

    .swiper.reviews .swiper-slide .slide-about {
        display: flex;
        flex-direction: column;
        gap: 0px;
    }

    .swiper.reviews .swiper-slide .slide-about .slide-about-name {
        font-size: 20px;
        line-height: 1;
    }

    .swiper.reviews .swiper-slide .slide-about .sert-footnote {
        font-weight: 700;
        font-size: 18px;
        display: flex;
        gap: 12px;
        margin-top: auto;
        flex-direction: column;
    }

    .swiper.reviews .swiper-button-prev,
    .swiper.reviews .swiper-button-next {
        top: 90%;
    }

    .swiper.reviews .swiper-button-prev:after,
    .swiper.reviews .swiper-button-next:after {
        content: "";
    }

    .swiper.reviews .swiper-button-prev {
        left: var(--swiper-navigation-sides-offset, 90px);
    }

    .swiper.reviews .swiper-button-next {
        right: var(--swiper-navigation-sides-offset, 90px);
    }

    .consult__card {
        flex-direction: column;
        align-items: center;
        overflow: hidden;
        gap: 32px;
        padding: 24px;
    }

    .consult__card .consult-svg {
        display: none;
        position: relative;
        right: -40px;
        bottom: -20px;
        align-self: flex-end;
    }

    .consult__card .form .form__input {
        gap: 12px;
    }

    .consult__card .form .form__input-input {
        background-color: #ffffff;
        width: 100%;
        max-width: 100%;
        margin-right: 0;
    }

    .advantages_inner {
        flex-direction: column;
        gap: 46px;
        max-width: 100%;
        margin: 0 auto;
    }

    .advantages_inner .advantages_inner-item {
        max-width: 100%;
        width: 100%;
    }

    .text-cards .text-cards-item .item-btn svg {
        width: 17px;
        height: 17px;
    }

    .text-cards .text-cards-item .item-title {
        max-width: 240px;
        font-size: 12px;
    }

    .text-cards .text-cards-item .item-block-text {
        font-size: 12px;
    }

    .map .map-block {
        position: relative;
        z-index: 30;
        margin: 0 auto;
        margin-bottom: 20px;
        flex-direction: column;
        gap: 12px;
    }

    .map #map {
        height: fit-content;
        max-height: 600px;
    }

    .ymaps-2-1-79-map {
        height: 300px !important;
    }

    .contact-block .contact-block-address .address-title {
        font-size: 14px;
    }

    .contact-block .contact-block-address .address-text {
        font-size: 14px;
    }

    .idea-list {
        display: flex;
        flex-wrap: wrap;
        gap: 32px;
        margin-bottom: 32px;
    }

    .idea-list .list-item-img {
        flex: 1 0 43%;
        padding: 18px 18px 36px 18px;
        border-radius: 8px;
        display: flex;
        flex-wrap: wrap;
        line-height: 1.25;
        align-items: center;
    }

    .idea-list .list-item-img svg {
        flex: 0 0 20%;
        transform: translate(-10px, 10px);
        margin-bottom: 24px;
    }

    .idea-list .list-item-img :nth-child(2) {
        flex: 1 0 70%;
    }

    .idea-list .list-item-img :nth-child(3) {
        flex: 0 0 100%;
        margin-bottom: 25px;
    }

    .idea-list .list-item-img :nth-child(4) {
        flex: 0 0 100%;
    }

    .idea-list .list-item-text {
        flex: 1 0 100%;
        display: flex;
        flex-direction: column;
        gap: 25px;
        line-height: 1.25;
        justify-content: center;
    }

    .type__inner .type__switcher-btns {
        gap: 8px;
    }

    .type__inner .type__switcher-btns .type__switcher-btn {
        font-size: 14px;
        padding: 4px 10px;
    }

    .type__inner .type__switcher-option__cards {
        gap: 16px;
    }

    .type__inner .type__switcher-option__cards .option__cards-table {
        display: flex;
        gap: 30px;
        align-items: center;
        width: 100%;
    }

    .type__inner
        .type__switcher-option__cards
        .option__cards-table
        .table-name {
        min-width: fit-content;
        width: 100%;
        max-width: 660px;
        font-size: 16px;
    }

    .type__inner .type__switcher-option__cards .option__cards-table .table-war {
        display: none;
    }

    .type__inner
        .type__switcher-option__cards
        .option__cards-table
        .table-price {
        font-size: 16px;
        margin-left: auto;
        padding-right: 75px;
        min-width: fit-content;
    }

    .type__inner .type__switcher-option__cards .option__cards-item {
        flex: 1 0 50%;
    }

    .type__inner .type__switcher-end {
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column;
    }

    .type__inner .type__switcher-end .end-text span {
        font-size: 14px;
    }

    .type__inner .type__switcher-end .end-text .end-text-svgs {
        gap: 5px;
        max-width: 200px;
    }

    .type__inner .type__switcher-end .end-text .end-text-svgs svg {
        max-height: 30px;
        max-width: 30px;
    }

    .type__inner .type__switcher-end .type__switcher-colorBtn {
        margin: 0 auto;
        margin-top: 28px;
    }

    .error .container {
        display: flex;
        justify-content: center;
        align-items: baseline;
        gap: 0px;
        flex-wrap: wrap;
        margin-top: 90px;
    }

    .error .error-num {
        color: var(--Colored);
        font-size: 154px;
        line-height: 1;
    }

    .error .error-text {
        font-size: 35px;
    }

    .info__inner {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 76px;
    }

    .plus-card {
        flex: 1 0 100%;
    }

    .quantity__inner-list {
        display: flex;
        gap: 28px;
        align-items: flex-start;
        flex-wrap: wrap;
        justify-content: center;
    }

    .quantity__inner-list .list-item {
        flex: 1 0 30%;
        width: 100%;
        flex-direction: column;
        gap: 12px;
        line-height: 1.16;
        align-items: flex-start;
    }

    .quantity__inner-list .list-item .item-block {
        width: 100%;
        max-width: 100%;
        padding: 12px 32px 12px 12px;
    }

    .quantity__inner-list .list-item .item-block .item-block-text {
        max-width: 188px;
        font-size: 14px;
    }

    .quantity__inner-list .list-item .item-block .item-block-percent {
        font-size: 28px;
    }

    .swiper {
        padding: 0px !important;
        height: 400px;
    }

    .mySwiperEx {
        height: 415px;
    }

    .mySwiperEx .swiper-slide {
        align-items: center;
    }

    .mySwiperEx .swiper-slide .slide-text {
        margin-top: 12px;
    }

    .mySwiperEx .swiper-slide .slide-img-case {
        max-width: 140px;
    }

    .mySwiperEx .swiper-button-prev {
        left: var(--swiper-navigation-sides-offset, 90px);
    }

    .mySwiperEx .swiper-button-next {
        right: var(--swiper-navigation-sides-offset, 90px);
    }

    .mySwiper .swiper-button-next {
        right: 35%;
    }

    .mySwiper .swiper-button-prev {
        left: 35%;
    }

    .main-seo .main-seo-inner {
        gap: 28px;
    }

    .main-seo .main-seo-inner p {
        font-size: 14px;
    }

    .main-seo .main-seo-inner span {
        font-size: 14px;
    }

    .main-seo .main-seo-inner ul li {
        font-size: 14px;
        font-weight: 300;
    }

    .sale_bannner .sale_bannner-text {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        gap: 12px;
        margin-bottom: 32px;
    }

    .sale_bannner .sale_bannner-text .text-item {
        min-height: 100px;
        padding: 14px;
        flex: 1 0 100%;
        display: flex;
        flex-direction: row;
        gap: 30px;
        align-items: center;
    }

    .sale_bannner .sale_bannner-text .text-item-num {
        flex: none;
        text-align: left;
        max-width: 80px;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .sale_bannner .sale_bannner-text .text-item-text {
        flex: none;
        text-align: left;
    }

    .sale_bannner .sale_bannner-text :nth-child(3) .text-item-num {
        font-size: 30px;
    }

    .sale_bannner .sale_bannner-text :nth-child(4) .text-item-num {
        font-size: 30px;
    }

    .sale-bannner {
        align-items: flex-start;
        position: relative;
    }

    .sale-bannner .sale-bannner-text {
        max-width: 315px;
        position: relative;
        z-index: 2;
        padding: 15px;
        font-size: 30px;
        transform: translate(-5px, 10px) rotate(-5deg);
    }

    .sale-bannner .sale-bannner-text span {
        font-size: 12px;
    }

    .versus_bot .versus_bot-block.versus_bot-right {
        margin-top: 50px;
    }

    .bannner .bannner__inner .mb-24.text-20 {
        font-size: 16px;
        margin-bottom: 28px;
    }

    .malfs__inner .malfs__inner-item {
        flex: 1 0 100%;
        max-width: 100%;
    }

    /* .malfs__inner .malfs__inner-item:nth-child(n + 2) {
      display: none; } */

    .advantages-cards {
        flex-wrap: wrap;
        gap: 46px;
    }

    .advantages-cards .advantages-card {
        flex: 1 0 100%;
        max-width: 100%;
    }

    .masters_inner {
        justify-content: center;
    }

    .masters_inner-item {
        flex: 1 0 100%;
        max-width: 268px;
        gap: 20px;
    }
}

@media (max-width: 650px) {
    .mySwiperEx {
        padding: 0px 20px 0 20px !important;
    }

    .mySwiperEx .swiper-wrapper {
        margin-bottom: 32px;
    }
}

@media (max-width: 520px) {
    .footer-mid {
        flex: 1 0 100%;
    }

    .footer-mid .footer-mid-title {
        text-align: left;
    }

    .footer-mid .footer-mid-menu {
        display: flex;
        flex-direction: column;
        gap: 8px;
        justify-content: space-evenly;
    }

    .title_role_inpage {
        text-align: left;
    }

    body {
        overflow-x: hidden;
    }

    .city__inner .city__btn-col {
        width: 100%;
    }

    .clear__block {
        padding: 32px 0;
    }

    .clear__block-inner .clear__block-card {
        display: none;
        flex: 1 0 42%;
        padding: 32px 13px;
        gap: 15px;
    }

    .clear__block-inner .clear__block-card.mobile {
        display: flex;
        width: 113%;
        transform: translateX(-2rem);
    }

    .clear__block-inner .clear__block-card .card-item {
        margin-left: 20px;
    }

    .order .order__inner .order__inner-text .text-peragraf {
        margin-bottom: 42px;
        position: relative;
        padding-left: 30px;
    }

    .order .order__inner .order__inner-text .text-footnote {
        margin-bottom: 42px;
        width: 100%;
        padding-left: 39px;
        position: relative;
    }

    .order .order__inner .order__inner-text .text-footnote::before {
        position: absolute;
        content: "";
        width: 18px;
        height: 70px;
        left: 0;
        transform: translate(0%, -10px);
        background-color: var(--purple);
    }

    .order .order__inner .order__inner-text .text-btn {
        width: 100%;
    }

    .bin__inner .bin-text::before {
        content: "";
        position: absolute;
        width: 18px;
        height: 190px;
        left: -40px;
        top: -20px;
    }

    .how .how__block .how__block-clock {
        flex: 0 0 90%;
        margin-left: auto;
        padding-left: 23px;
    }

    .how .how__block .how__block-clock::after {
        left: -15px;
    }

    .header-controls {
        display: block;
        width: 100%;
        display: none;
    }

    .temple__modal {
        padding: 20px;
        max-width: 990px;
        top: 20%;
    }

    .temple__modal .temple-tilte {
        margin-bottom: 20px;
    }

    .temple__modal .temple__modal-table .table-body .table-line {
        display: flex;
        flex-direction: column;
        margin-bottom: 10px;
    }

    .temple__modal .temple__modal-table .table-body .table-line:last-child {
        margin-bottom: 0;
    }

    .header__top {
        background: white;
    }

    .logo__img {
        max-height: 58px;
        max-width: 40px;
    }

    .logo__text_size_big {
        font-size: 10px;
        max-width: 210px;
    }

    .header__logo {
        flex: 0 0 35%;
        column-gap: 9px;
        justify-content: flex-start;
    }

    .header__phone-main {
        text-align: right;
        justify-content: flex-end;
        order: 3;
        flex: 1;
        padding-right: 21px;
    }

    .logo__text {
        padding-bottom: 5px;
    }

    .phone-main__title {
        font-size: 13px;
    }

    .phone-main__label {
        font-size: 9px;
    }

    .header__row {
        justify-content: space-between;
        flex-wrap: nowrap;
    }

    .mobile-block {
        display: block;
    }

    .header__work-hours {
        display: flex;
        order: 2;
        padding: 0;
        flex: 0 0 15%;
    }

    [data-visible="desktop"] {
        display: none;
    }

    .work-hours__svg {
        height: 20px;
        margin: 0 auto;
    }

    .work-hours__label {
        text-align: center;
        color: var(--purple);
        font-weight: 700;
        padding-top: 2px;
        font-size: 12px;
    }

    .header__btn-menu {
        order: 4;
        padding: 6px 0;
        width: 33px;
        border: 0;
        margin-right: 0;
    }

    .offer-section {
        padding: 23px 0 48px 0;
    }

    .utp-item__media {
        display: none;
    }

    .offer__utp {
        font-size: 15px;
        text-align: center;
    }

    .btn {
        font-size: 15px;
    }

    .offer-block__btn {
        padding: 20px 15px;
    }

    .offer-section {
        background-position: 17% 50%;
    }

    .list-card__item {
        flex: 1 0 100%;
        padding: 12px 17px 12px 21px;
        justify-content: center;
        gap: 0 12px;
    }

    .list-card__img {
        max-height: 25px;
    }

    .list-card__title {
        text-align: center;
    }

    .offer-list {
        margin-top: 41px;
    }

    .offer-block__title {
        font-size: 23px;
    }

    .about-section {
        padding: 63px 0 82px 0;
    }

    .title_role_inpage {
        margin-bottom: 11px;
    }

    .subtitle_role_inpage {
        font-size: 15px;
    }

    .law-block {
        flex-wrap: wrap;
        text-align: center;
    }

    .law-block__media {
        justify-content: center;
    }

    .law-block__img {
        height: 120px;
    }

    .card__point_style_light {
        max-width: 45px;
        max-height: 45px;
    }

    .card__title {
        font-size: 15px;
    }

    .card_style_light {
        padding: 26px 40px 26px 43px;
    }

    .todo-section__btn {
        margin-top: 30px;
    }

    .alert-block__title {
        text-align: center;
    }

    .alert-contacts__phone {
        font-size: 20px;
    }

    .alert-block__img {
        max-height: 90px;
    }

    .alert-block {
        padding-bottom: 29px;
        background: #f7f7f7;
    }

    .alert-block__right {
        padding-top: 27px;
    }

    .thieves-section {
        padding-bottom: 68px;
    }

    .check-number__title {
        text-align: center;
        margin-bottom: 22px;
        padding: 0;
    }

    .check-number {
        padding: 49px 0px 116px 0px;
        background-position: 50% 411px;
        background-size: 141%;
    }

    .check-number__heading {
        font-size: 14px;
        max-width: 230px;
        margin: 0 auto;
    }

    .check-form {
        margin-top: 30px;
    }

    .check-form__number {
        padding: 24px 30px;
    }

    .check_number__img {
        margin-bottom: -194px;
        max-width: 240px;
    }

    .check-number__media {
        padding-top: 36px;
    }

    .checknumber-section {
        padding-bottom: 68px;
    }

    .trust-section__title {
        display: none;
    }

    .advantages__cards {
        margin-top: 10px;
        padding: 0 14px;
    }

    .advantages__card {
        padding: 29px 41px 26px 61px;
    }

    .card__point_style_dark {
        max-width: 69px;
        height: 69px;
    }

    .card__point-media {
        height: unset;
    }

    .advantages__cards {
        gap: 44px 22px;
    }

    .card-infoblock__text_last {
        margin-bottom: 0;
    }

    .card-listgroup__list_last {
        margin-bottom: 0;
    }

    .trust-section {
        padding-bottom: 71px;
    }
}

@media (max-width: 520px) {
    .price-data {
        text-align: center;
    }

    .modal_menu {
        z-index: 1000;
    }

    .price_data-block .price-data {
        margin: 0 auto;
    }

    .faq_inner.error_block .faq-women {
        display: block;
        position: absolute;
        order: 3;
        left: 45%;
        transform: scale(-1, 1) translate(50%, 28%);
        bottom: 0;
        max-width: 495px;
        height: fit-content;
    }

    .faq_inner.error_block .error_block-text .error-title {
        font-size: 88px;
    }

    .faq_inner.error_block .error_block-text .error-text {
        font-size: 20px;
    }
}

.d-n {
    display: none;
}

.swiper.example-slider {
    height: fit-content;
    padding-bottom: 62px;
}

.swiper.example-slider .swiper-button-prev,
.swiper.example-slider .swiper-button-next {
    min-width: fit-content;
    position: absolute;
    bottom: 0;
}

.swiper.example-slider .swiper-button-next {
    right: 45%;
    top: 95%;
    left: auto;
    width: 44px !important;
    height: 44px !important;
    border-radius: 100%;
    background-color: var(--Colored);
}

.swiper.example-slider .swiper-button-prev {
    left: 45%;
    top: 95%;
    right: auto;
    width: 44px !important;
    height: 44px !important;
    border-radius: 100%;
    background-color: var(--Colored);
}

.swiper.example-slider .slider-case {
    padding: 20px;
    background: white;
    border-radius: 6px;
}

.swiper.example-slider .slider-case .slider-case-text {
    padding: 16px;
    font-size: 14px;
    line-height: 1.33;
    background: #f9f9f9;
    border-radius: 6px;
}

.swiper.example-slider .slider-case .slider-case-about {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.swiper.example-slider .slider-case .slider-case-about .case-about {
    border-radius: 6px;
    padding: 6px 12px;
    background: #f9f9f9;
    font-size: 14px;
    line-height: 1.33;
}

.swiper.example-slider .slider-case .slider-case-about .case-about span {
    font-weight: 700;
}

.swiper.example-slider .slider-case .slider-case-title {
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 1;
    color: var(--Colored);
}

.swiper.example-slider .slider-case .slider-case-imgs {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}

.swiper.example-slider .slider-case .slider-case-imgs .case-crop {
    border-radius: 10px;
    position: relative;
    background: #d9d9d9;
    max-width: 300px;
    min-height: 150px;
    max-height: 150px;
    width: 100%;
    height: 100%;
}

.swiper.example-slider .slider-case .slider-case-imgs .case-crop .case-img {
    width: 100%;
    max-height: 150px;
    height: 100%;
    border-radius: 10px;
}

.swiper.example-slider .slider-case .slider-case-imgs .case-crop .case-text {
    position: absolute;
    width: fit-content;
    border-radius: 0px 10px 0px 10px;
    background-color: #fff;
    padding: 5px 15px;
    font-size: 12px;
    line-height: 1.33;
    left: 0;
    bottom: 0;
}

@media (max-width: 1250px) {
    .swiper.example-slider .swiper-button-next {
        right: 35%;
        left: auto;
    }

    .swiper.example-slider .swiper-button-prev {
        left: 35%;
        right: auto;
    }
}

@media (max-width: 1050px) {
    .swiper.example-slider {
        height: 530px;
        padding-bottom: 58px;
    }

    .swiper.example-slider .slider-case {
        padding: 12px;
    }

    .swiper.example-slider .slider-case .slider-case-text {
        padding: 12px;
        font-size: 12px;
    }

    .swiper.example-slider .slider-case .slider-case-about {
        gap: 12px;
        margin-bottom: 12px;
        flex-direction: column;
    }

    .swiper.example-slider .slider-case .slider-case-about .case-about {
        padding: 6px 8px;
        font-size: 14px;
        width: fit-content;
    }

    .swiper.example-slider
        .slider-case
        .slider-case-about
        .case-about.case-about-model {
        font-size: 12px;
    }

    .swiper.example-slider .slider-case .slider-case-title {
        margin-top: 28px;
        margin-bottom: 12px;
        font-size: 14px;
    }

    .swiper.example-slider .slider-case .slider-case-imgs {
        gap: 12px;
    }

    .swiper.example-slider .slider-case .slider-case-imgs .case-crop {
        min-height: 157px;
        max-height: 157px;
        width: 100%;
        height: 100%;
    }

    .swiper.example-slider .slider-case .slider-case-imgs .case-crop .case-img {
        width: 100%;
        max-height: 157px;
        height: 100%;
        border-radius: 10px;
    }

    .swiper.example-slider
        .slider-case
        .slider-case-imgs
        .case-crop
        .case-text {
        padding: 5px 15px;
        font-size: 16px;
    }
}

.morelink {
    display: block;
    font-size: 16px;
    color: var(--Colored);
    margin-top: 24px;
}

.morecontent span {
    display: none;
}

.mobile-btn-box {
    display: none;
}

@media (max-width: 830px) {
    .mobile-btn-box {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        gap: 10px;
    }
}

.success {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.2);
    opacity: 0;
    pointer-events: none;
    transition: 0.5s all;
}

.success.active {
    opacity: 1;
    pointer-events: all;
    transition: 0.5s all;
}

.success-popup {
    transform: translate(-50%, -100%) scale(1);
    padding: 10px;
    display: flex;
    flex-direction: column;
    text-align: center;
    /* max-width: 468px; */
    width: 100%;
    box-shadow: 0px 0px 10px 0px #72717126;
    background-color: var(--Colored);
    color: white;
    border-radius: 0 0 8px 8px;
    position: relative;
    left: 50%;
    font-size: 16px;
}

.success.active .success-popup {
    transform: translate(-50%, 0%) scale(1);
    transition: 0.5s all;
}

.menu .menu__inner .menu__nav .menu__nav-list .menu-btn svg {
    transition: 300ms;
    margin-left: 4px;
}

.menu .menu__inner .menu__nav .menu__nav-list .menu-btn .submenu {
    margin: 16px 0 35px 0;
    line-height: 1.18;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    gap: 16px;
    opacity: 0;
    position: absolute;
}

.menu .menu__inner .menu__nav .menu__nav-list .menu-btn .submenu-item {
    transition: 0.1s linear;
    transform-origin: 0 0;
}

.menu
    .menu__inner
    .menu__nav
    .menu__nav-list
    .menu-btn.active
    .list-item-title {
    color: var(--Colored);
    font-weight: 700;
}

.menu .menu__inner .menu__nav .menu__nav-list .menu-btn.active svg {
    transform: rotateX(180deg);
}

.menu .menu__inner .menu__nav .menu__nav-list .menu-btn.active .submenu {
    opacity: 1;
    pointer-events: all;
    position: relative;
}

.menu .menu__inner .menu__nav .menu__nav-list .menu-btn.active .submenu-item {
    transform: rotateX(0deg);
}

.header_num_box {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-left: auto;
}

.logo-block {
    gap: 4px;
}

.header__logo span.custom_text {
    display: inline-block;
    width: min-content;
}

.city-logo {
    cursor: pointer;
}

.modal-city {
    display: none;
}

.modal-city.active {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.modal-city .bg_modal-city {
    display: block;
    background: rgb(0 0 0 / 15%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.content-modal-city {
    background-color: white;
    border-radius: 10px;
    height: 400px;
    width: 340px;
    position: relative;
    z-index: 5;
    padding: 24px;
}

.content-modal-city a {
    color: black;
}

.content-modal-city ul {
    overflow-y: auto;
    height: calc(100% - 45px);
    border: 1px solid #e3e3e3;
    padding-top: 14px;
    padding-left: 14px;
    padding-right: 14px;
    border-radius: 5px;
}

.content-modal-city ul li {
    margin-bottom: 10px;
}

.content-modal-city .h3 {
    font-size: 26px;
    margin-bottom: 14px;
}

@media (max-width: 1050px) {
    footer .footer__inner .footer__nav-card.brand ul {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }

    footer .footer__inner .header__inner.m {
        width: 100%;
    }

    footer .footer__inner .footer__nav-card.brand .card-text {
        text-align: center;
    }

    footer .header__inner .header__top .header__top-menu .menu-item {
        display: flex;
        justify-content: center;
        margin-bottom: 10px;
    }
}

@media (max-width: 830px) {
    footer .header__inner .header__top .header__top-menu {
        display: block;
        margin-bottom: 0;
        flex-direction: column;
        text-align: center;
    }

    .bannner.inside {
        padding-top: 120px;
    }

    .bannner.inside.pt-125 {
        padding-top: 75px;
    }
}

.about h1 {
    margin-bottom: 60px;
}

.about .row {
    display: grid;
    grid-template-columns: 40% 60%;
    gap: 30px;
}

@media (max-width: 992px) {
    .about .row {
        display: grid;
        grid-template-columns: 100%;
        gap: 20px;
    }

    .about h1 {
        margin-bottom: 30px;
    }

    .about.pt-125 {
        padding-top: 125px;
    }
}

.about .secondary-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.2;
    margin-top: 30px;
    margin-bottom: 20px;
}

.warranty-list__item {
    display: flex;
    margin-bottom: 30px;
    border-bottom: 1px solid var(--Colored);
    padding-bottom: 14px;
}

.warranty-list__num {
    width: 40px;
    min-width: 40px;
    height: 40px;
    font-size: 19px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    border: 2px solid var(--Colored);
}

.warranty-list__content {
    padding-left: 20px;
    padding-right: 20px;
}

.warranty-list__title {
    font-size: 20px;
    margin-bottom: 12px;
}

.warranty-list__desc {
    font-size: 14px;
    line-height: 1.2;
}

.about .secondary-title.garant-title {
    margin-top: 0;
}

.about .block-text p {
    margin-bottom: 14px;
}

.varranty-block__buttonrow {
    margin-top: 30px;
}

.dropdown-menu {
    position: relative;
}

.menu_dropdowen {
    position: absolute;
    top: 100%;
    padding-top: 15px;
}

.child_menu {
    background-color: white;
    border: 1px solid #e3e3e3;
    min-width: 140px;
    padding: 14px;
    border-radius: 8px;
}

.child_menu a {
    margin-bottom: 14px;
}

.child_menu a:last-child {
    margin-bottom: 0px;
}

.child_menu_none .menu_dropdowen {
    display: none;
}

/* СТранциа ПРАЙСА  */
.card-repair .title {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--Colored);
    color: white;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
    cursor: pointer;
}

.list-prices {
    display: none;
    grid-template-columns: 1;
    border: 1px solid var(--Colored);
}

.list-prices.active {
    display: grid;
}

.column-prices {
    display: grid;
    grid-template-columns: 80% 20%;
    gap: 14px;
    cursor: pointer;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
}

.column-prices .back-col {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

.column-prices:nth-child(2n) .back-col {
    background-color: var(--Colored);
    opacity: 0.1;
}

.price-table .column-prices .price-cost {
    margin-left: auto;
    margin-right: auto;
}

.price-table .column-prices .price-title a {
    color: #211a1f;
    cursor: pointer;
    display: inline-block;
    width: 100%;
}

.link-text {
    color: #211a1f;
}

/* block cert */

.cert .container {
    padding: 40px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 32px;
    justify-content: space-between;
    flex-wrap: wrap;
    overflow: hidden;
}

.cert .container .title-submain {
    margin-bottom: 0;
}

.cert-text {
    flex: 1 0 65%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
    z-index: 2;
    align-items: start;
}

.cert-text p {
    font-size: 18px;
}

.colorBtn {
}

.cert-img {
    flex: 1 0 35%;
    max-width: 200px;
    width: 100%;
}

.cert-img img {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cert svg {
    position: absolute;
    /* top: 0; */
    left: 0;
    z-index: 1;
    /* right: 50%; */
    /* transform: translateX(-50%); */
    width: 100%;
    /* height: 100%; */
    border-radius: 6px;
}

.cert svg path {
    stroke: var(--Colored);
}

@media (max-width: 830px) {
    .cert .container {
        flex-direction: column-reverse;
    }

    .cert-text {
        align-items: stretch;
    }
}

/* block cert */

.btn-device {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 10px;
    margin-bottom: 20px;
}

.btn-device button {
    padding: 12px 24px;
    border: 1px solid var(--Colored);
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
}

.btn-device button:hover {
    background-color: var(--Colored);
    color: white;
}

.table-none {
    display: none;
}

.table-none.active {
    display: block;
}

.linkText {
    color: #211a1f;
}

@media (max-width: 830px) {
    button.top.menu-close {
        width: 24px;
        height: 24px;
        position: absolute;
        right: 10px;
        top: 10px;
        border: 1px solid #8c8c8c;
        border-radius: 100%;
    }

    button.top.menu-close span:first-child {
        width: 100%;
        display: inline-block;
        height: 2px;
        background: #8c8c8c;
        position: relative;
        transform: rotateZ(45deg);
        top: 2px;
        z-index: 1;
    }

    button.top.menu-close span:last-child {
        width: 100%;
        display: inline-block;
        height: 2px;
        background: #8c8c8c;
        position: relative;
        transform: rotateZ(-45deg);
        top: -10px;
        z-index: 2;
    }

    header.fixed .city-changer {
        transform: translateY(0%);
        height: auto;
        opacity: 1;
        pointer-events: all;
    }

    .city-changer.link-default.phone-links.w-700.address-btn.text-16.w-700.Gray {
        display: none;
    }

    .header__top .city-logo.text-14 {
        display: none;
    }

    .header__top .city-changer.header__city-changer.Gray.text-14 {
        display: none;
    }

    .menu .city-logo.text-14 {
        padding-top: 50px;
        display: flex;
        justify-content: center;
    }

    .menu .city-changer {
        display: flex;
        justify-content: center;
        margin-top: 12px;
        margin-bottom: 20px;
    }

    .menu .header__top-menu li {
        display: flex;
        justify-content: center;
        margin-bottom: 12px;
    }

    .menu .dropdown .dropdown-content a {
        display: flex;
        justify-content: center;
    }

    .menu .menu-item.dropdown-menu.child_menu_none {
        flex-direction: column;
    }

    .menu .child_menu_none .menu_dropdowen {
        display: block;
        position: relative;
    }

    .menu .child_menu_none a {
        text-align: center;
    }

    .menu .child_menu_none a.menu-link svg {
        display: none;
    }

    .menu .child_menu {
        display: flex;
        flex-direction: column;
        border: none;
        padding: 0;
    }

    .about.pt-125 {
        padding-top: 75px;
    }

    .pt-125 {
        padding-top: 75px;
    }

    .dropdown-content.active {
        display: block;
    }
}

@keyframes pulse {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(0.9);
        opacity: 0;
    }
}

.phone_block {
    z-index: 31;
    right: 54px;
    position: fixed;
    display: none;
    bottom: calc(54px * 3 + 15px * 2);
}

.phone_block.visible {
    display: block;
}

.overlay_phone {
    /* transform: translateX(54px); */
    position: relative;
    width: 54px;
    height: 54px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* right: -100%; */
    background-color: var(--Colored);
}

.phone_block.phone_block-telega {
    bottom: calc(54px * 2 + 15px);
}
.phone_block.phone_block-telega .overlay_phone {
    background-color: #40b3e0;
}

.phone_block.phone_block-max {
    bottom: 54px;
}

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

.overlay_phone svg {
    width: 30px;
    height: 30px;
    min-width: 30px;
}

.overlay_phone::after,
.overlay_phone::before {
    content: "";
    position: absolute;
    border: 2px solid var(--Colored);
    left: -15px;
    opacity: 0;
    right: -15px;
    top: -15px;
    bottom: -15px;
    border-radius: 50%;
    animation: pulse 2.5s linear infinite;
}

.overlay_phone::after {
    animation-delay: 1.25s;
}

@media (max-width: 992px) {
    .phone_block {
        right: 12px;
        bottom: calc(45px * 3 + 20px * 2);
    }
    .phone_block.phone_block-telega {
        bottom: calc(45px * 2 + 10px);
    }
    .phone_block.phone_block-max {
        bottom: 30px;
    }
}

.card-text {
    margin-bottom: 80px;
}

.box-card-text {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.card_text-card {
    width: 100%;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
    border: 1px solid #e3e3e3;
}

.card_text-card:hover {
    transform: translateY(-5px);
}

.card_text-card .icon-container {
    display: flex;
    /* justify-content: center; */
    margin-bottom: 15px;
}

.card_text-card .icon-container {
    width: 50px;
    height: 50px;
    fill: #000;
    /* Placeholder for icon color */
}

.card_text-card .icon-container svg {
    width: 100%;
    height: 100%;
}

.card_text-card .icon-container svg path {
    fill: var(--Colored);
}

.card_text-card .text {
    font-size: 16px;
    line-height: 1.6;
    color: #000;
    /* Placeholder for text color */
}

@media (max-width: 992px) {
    .box-card-text {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
}

@media (max-width: 576px) {
    .box-card-text {
        grid-template-columns: repeat(1, 1fr);
        gap: 12px;
    }
}

.breakdown_box {
    margin-bottom: 80px;
}

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

.breakdown_box .card {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    gap: 12px;
    border: 1px solid #e3e3e3;
    cursor: pointer;
}

.breakdown_box .card.hidden {
    display: none;
}

.breakdown_box .card:hover {
    transform: scale(1.05);
}

.breakdown_box .card-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #e9f5ff;
    border-radius: 50%;
    margin-right: 10px;
}

.breakdown_box .card-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

.breakdown_box .card-price {
    font-size: 14px;
    color: #6c757d;
}

.breakdown_box .show-all-button {
    color: #ffffff;
    border-radius: 50px;
    padding: 14px 28px;
    display: flex;
    align-items: center;
    transition: all ease 0.5s;
    cursor: pointer;
    justify-content: center;
    font-size: 16px;
    position: relative;
    gap: 10px;
    background-color: var(--Colored);
    margin-top: 20px;
}

.breakdown_box .show-all-button:hover {
    cursor: pointer;
    opacity: 0.87;
}

@media (max-width: 992px) {
    .breakdown_box .cards-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .breakdown_box .cards-container {
        grid-template-columns: repeat(1, 1fr);
        gap: 14px;
    }
}

/* Блок с характеристиками */
.features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

/* Каждая характеристика */
.feature {
    background-color: #f9f9f9;
    border: 1px solid #e0e0e0;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.feature:hover {
    transform: scale(1.02);
}

/* Иконка */
.icon {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    vertical-align: middle;
}

/* Заголовок характеристики */
.feature h3 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 18px;
    color: #333;
}

/* Текст характеристики */
.feature p {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
}

@media (max-width: 992px) {
    .features {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .features {
        grid-template-columns: repeat(1, 1fr);
        gap: 14px;
    }
}

/* БЛОК ПОЛОМКИ  */
.section-repair_box {
    margin-bottom: 60px;
}

.subtitle {
    text-align: center;
    font-size: 1.1rem;
    margin-bottom: 30px;
    color: #1a2d4e;
}

.services-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.service-card {
    flex: 1 1 calc(33.33% - 20px);
    background: white;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    border: 2px solid #f4f4f4;
    transition: transform 0.3s ease;
    position: relative;
    display: flex;
    flex-direction: column;
}

.service-card:hover {
    transform: translateY(-5px);
}

.service-card h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #1a2d4e;
}

.service-card p {
    font-size: 16px;
    margin-bottom: 20px;
    color: #333;
}

.service-card p.price {
    font-size: 20px;
    font-weight: bold;
    color: var(--Colored);
    margin-top: auto;
    margin-bottom: 0;
}

.service-card.hidden {
    display: none;
}

.service-card.fade-out {
    opacity: 0;
    transform: translateY(-20px);
    transition: all 0.3s ease;
}

.service-card.fade-in {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.3s ease;
}

.block-btn {
    text-align: center;
    margin-top: 30px;
}

.toggle-btn {
    padding: 12px 30px;
    background-color: var(--Colored);
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.toggle-btn:hover {
    /* background-color: #e09518; */
    opacity: 0.87;
}

/* Мобильный адаптив */
@media (max-width: 768px) {
    .service-card {
        flex: 1 1 calc(50% - 20px);
    }
}

@media (max-width: 576px) {
    .service-card {
        flex: 1 1 100%;
    }

    h1 {
        font-size: 1.8rem;
    }

    .subtitle {
        font-size: 1rem;
    }
}

/* Стили иконок (SVG) */
.icon-touchpad {
    width: 32px;
    height: 32px;
}

.icon-slow {
    width: 32px;
    height: 32px;
}

.icon-no-sound {
    width: 32px;
    height: 32px;
}

.icon-black-screen {
    width: 32px;
    height: 32px;
}

.icon-hot {
    width: 32px;
    height: 32px;
}

.icon-internet {
    width: 32px;
    height: 32px;
}

.block-btn {
    display: flex;
    justify-content: center;
}

.metro-service {
    padding: 50px 0;
    /* background-color: #f9f9f9; */
}

.metro-service h2 {
    text-align: center;
}

.metro-service_tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 32px;
}

.metro-service_tabs .metro-service-tab {
    padding: 10px 16px;
    border-radius: 10px;
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    background-color: #ebedfa;
    box-shadow: 0px 4px 12px 0px #00000005;
}

.metro-service_tabs .metro-tab-icon {
    transition: all 0.3s ease;
    background-color: transparent;
    width: 36px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
}

.metro-service_tabs .metro-tab-text {
    font-size: 16px;
    font-weight: 700;
    text-decoration: underline;
    color: #3b3b3b;
    transition: all 0.3s ease;
    line-height: 1.375;
}

.metro-service_tabs .metro-service-tab.active {
    background-color: var(--Colored);
}

.metro-service_tabs .metro-service-tab.active .metro-tab-icon {
    background-color: white;
}

.metro-service_tabs .metro-service-tab.active .metro-tab-text {
    color: white;
    text-decoration: none;
}

.metro-service_tabs .metro-service-tab:hover {
    background-color: var(--Colored);
}

.metro-service_tabs .metro-service-tab:hover .metro-tab-icon {
    background-color: white;
}

.metro-service_tabs .metro-service-tab:hover .metro-tab-text {
    color: white;
    text-decoration: none;
}

.metro-service-content {
    display: none;
}

.metro-service-content.active {
    display: flex;
    gap: 16px 24px;
    flex-wrap: wrap;
    align-items: center;
}

.metro-content-item {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    color: #3b3b3b;
    gap: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.metro-content-item svg path {
    fill: var(--Colored);
}

.metro-content-text {
    text-decoration: underline;
    color: #3b3b3b;
    transition: all 0.3s ease;
}

.metro-content-item:hover .metro-content-text {
    text-decoration: none;
}

.more-metro {
    color: var(--Colored);
    font-size: 14px;
    font-weight: 700;
    text-decoration: underline;
    display: none;
    margin-top: 16px;
    margin-bottom: 28px;
}

@media (max-width: 992px) {
    .more-metro {
        display: block;
    }

    .metro-service_tabs {
        gap: 8px;
        margin-bottom: 0px;
    }

    .metro-service_tabs .metro-service-tab {
        padding: 8px 10px;
        gap: 8px;
    }

    .metro-service_tabs .metro-service-tab:nth-child(n + 5) {
        display: none;
    }

    .metro-service_tabs.open .metro-service-tab:nth-child(n + 5) {
        display: flex;
    }

    .metro-service_tabs .metro-tab-text {
        font-size: 14px;
    }
}

.regions .regions_inner {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.regions .regions_tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.regions .regions_tab {
    padding: 10px 16px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 500;
    color: #3b3b3b;
    background-color: #ebedfa;
    gap: 8px;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: underline;
    box-shadow: 0px 4px 12px 0px #00000005;
    text-decoration: underline;
}

.regions .regions_tab svg {
    pointer-events: none;
}

.regions .regions_tab:hover {
    color: white;
    background: var(--Colored);
}

.regions .regions_tab:hover svg path {
    fill: white;
}

.regions .regions_tab.active {
    color: white;
    background: var(--Colored);
    text-decoration: none;
}

.regions .regions_tab.active svg path {
    fill: white;
}

.regions .regions_body {
    grid-template-columns: repeat(auto-fit, minmax(188px, 1fr));
    gap: 16px 60px;
    display: none;
}

.regions .regions_body.active {
    display: grid;
}

.regions .regions-item {
    font-size: 16px;
    font-weight: 700;
    text-decoration: underline;
    cursor: pointer;
    color: #3b3b3b;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.regions .regions-item svg path {
    fill: var(--Colored);
}

.regions .regions-item:hover {
    text-decoration: none;
}

@media (max-width: 992px) {
    .regions .regions_tab {
        font-size: 12px;
    }

    footer .footer__inner .header__inner.m {
        padding: 0;
    }

    footer .header__inner .header__top .header__top-menu .menu-item {
        justify-content: flex-start;
    }

    .menu .city-logo.text-14 span.adress {
        padding-left: 5px;
    }

    .dropdown .dropdown-content {
        box-shadow: none;
    }

    .bannner .bannner__inner.pb-72 {
        padding-bottom: 20px;
    }
}

@media (max-width: 992px) {
    .swiper.mySwiper {
        padding: 0 1rem !important;
    }
}
