@font-face {
    font-family: "Samsung One 400";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("/public/fonts/SamsungOne-400.woff2") format("woff2");
}

@font-face {
    font-family: "Samsung One 700";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("/public/fonts/SamsungOne-700.woff2") format("woff2");
}

@font-face {
    font-family: SamsungSharpSans;
    font-style: normal;
    font-weight: bold;
    font-display: swap;
    src: url("/public/fonts/SamsungSharpSans.woff2") format("woff2");
}

.search-trigger {
    border: 1px solid rgb(229, 229, 229);
    border-radius: 4px;
    background: url("/public/img/icons/zoom.svg") center center / 23px no-repeat transparent;
    font-size: 0px;
    width: 46px;
    height: 42px;
}

.logo-name {
    font-size: 21px;
    color: var(--main-color);
    font-family: SamsungSharpSans;
    text-transform: uppercase;
    padding: 10px 30px;
    border: 1px solid;
    display: inline-block;
    border-radius: 10px;
}

.search-trigger:hover {
    background-color: rgb(251, 251, 251);
}

.horizontal-header .web-header__contacts a svg {
    margin-right: 4px;
    height: 20px;
}
.horizontal-header .custom-menu .web-header__phones :nth-child(2) span{
    display: none;
}

.search-area {
    position: relative;
}

.togglesearch {
    display: none;
    position: absolute;
    top: 50px;
    left: 0px;
    padding: 20px;
    background-color: white;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.17) 0px 8px 23px -10px;
    border: 1px solid rgb(243, 243, 243);
}

.vertical-header .container {
    height: 100%;
    padding: 0px;
    display: flex;
    align-items: center;
}

.web-header {
    background-color: white;
    z-index: 99;
}

.vertical-header .logo {
    max-height: 112px;
    height: 13vh;
}

.vertical-header .logo__img {
    height: 100%;
    margin: 0px auto;
}

.vertical-header .header-menu .menu-list a {
    font-size: 1.7vh;
    width: 100%;
    height: 100%;
    display: flex;
    padding: 0px;
}

.vertical-header .header-menu .menu-list a:hover::before {
    height: 100%;
}

.header-menu .menu-list a::before {
    content: "";
    position: absolute;
    transition: all 0.25s ease-in-out 0s;
    background: var(--main-color);
}

.vertical-header .menu-list a::before {
    left: -2px;
    height: 0%;
    width: 1px;
    transition: all 0.25s ease-in-out 0s;
}

.horizontal-header .header-menu .menu-list a::before {
    height: 1px;
    width: 0%;
    bottom: -2px;
}

.horizontal-header .header-menu .menu-list a:hover::before {
    width: 100%;
}

.mob-num{
    display: none;
}

.header-menu .menu-list a {
    color: black;
    position: relative;
    font-size: 18px;
    font-family: "Samsung One 700", sans-serif;
}

.vertical-header .menu .menu-list {
    margin: 0px auto;
    flex-wrap: nowrap;
    width: 100%;
    column-gap: 2vh;
}

.menu .menu-list {
    list-style: none;
    padding: 0px;
    display: flex;
    margin: 0px;
}

.horizontal-header .menu .menu-list li {
    padding: 0px 20px;
}

.horizontal-header .menu .menu-list li:first-child {
    padding-left: 0px;
}

.horizontal-header .menu .menu-list li:last-child {
    padding-right: 0px;
}

.menu .menu-list li {
    display: flex;
    flex-wrap: nowrap;
}

.web-header__contacts a {
    color: var(--main-color);
    display: flex;
    align-items: center;
    font-family: SamsungSharpSans, sans-serif;
}

.vertical-header .web-header__contacts a {
    font-size: 1.7vh;
}

.vertical-header .web-header__contacts {
    padding: 1vh 17px 1vh 19px;
    border-top: 1px solid rgb(209, 209, 209);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 21vh;
}

.web-header__contacts a i {
    display: block;
    width: 18px;
    height: 18px;
    background-image: url("/public/img/icons/phone.svg");
    background-position: center center;
    background-size: 16px;
    transform: rotate(94deg);
    background-repeat: no-repeat;
}

.contacts__working-hours {
    margin-top: 4px;
    color: #7d7d7d;
    font-size: 13px;
}

.contacts__phone i {
    display: block;
    width: 22px;
    height: 22px;
    background-image: url("/public/img/icons/phone.svg");
    background-position: center center;
    background-size: 22px;
    background-repeat: no-repeat;
    margin-right: 9px;
}

.vertical-header .header-menu {
    padding-top: 2vh;
    padding-bottom: 3vh;
    height: 55vh;
}

.header-offer__title {
    font-size: 47px;
    font-family: "Samsung One 700", sans-serif;
    line-height: 1.1;
    color: rgb(0, 0, 0);
}

.header-offer {
    padding-top: 76px;
    background-color: rgb(247, 247, 247);
    position: relative;
}

.header-offer.transparent {
    background-color: transparent;
    padding-bottom: 0;
}

.contacts__phone {
    font-size: 22px;
    color: var(--main-color);
    display: flex;
    align-items: center;
    line-height: 1;
    font-family: "Samsung One 700", sans-serif;
    margin-bottom: 13px;
}

.contacts {
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(33, 57, 151, 0.02) 0px 0px 0px 8px;
    padding: 21px 33px 22px 20px;
    display: inline-block;
    border-radius: 10px;
}

.contact-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 58px;
    padding-top: 5px;
}

.wrapper {
    padding: 0px 4% 0px 8%;
}

.header-offer__img {
    max-width: 100%;
    margin: 0px auto;
    max-height: 400px;
}

.contacts__addres {}

.contacts__addres span {
    font-family: "Samsung One 700", sans-serif;
}

.header-offer__homepage {
    padding-bottom: 42px;
}

.header-offer__list {
    margin: 28px 0;
    line-height: 1.375;
    font-size: 16px;
}
.header-offer__list.simple-text {
    margin-top: 28px;
    margin-bottom: 28px;
    list-style: none;
    padding-left: 0px;
    font-size: 16px;
    max-width: 507px;
}

.header-offer__list li:not(:last-child) {
    margin-bottom: 19px;
}

.header-offer__list li {
    display: flex;
    align-items: center;
}
.header-offer__list li span span{
    font-family: "Samsung One 700", sans-serif;
}

.header-offer__list li svg {
    height: 32px;
    width: 32px;
    margin-right: 7px;
    min-width: 18px;
}

.offer-form__title {
    font-family: "Samsung One 700", sans-serif;
    margin-bottom: 22px;
}

.form__input.phone {
    border-radius: 54px;
    border: 1px solid rgb(201, 201, 201);
    padding: 16px 60px 16px 54px;
    width: 100%;
}

.form__input.phone:hover {
    border-color: rgb(139, 139, 139);
}

.form__input.name {
    border-radius: 54px;
    border: 1px solid rgb(201, 201, 201);
    padding: 16px 60px 16px 54px;
    margin-right: 20px;
}

.confirm {
    font-family: "Samsung One 400", sans-serif;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.28);
}

.form__confirm {
    margin-top: 19px;
}

.confirm a {
    border-bottom: 1px solid;
    font-weight: unset;
    font-family: "Samsung One 700", sans-serif;
    margin-left: 3px;
    color: rgba(0, 0, 0, 0.28);
}

.form__input.submit {
    padding: 19px 20px;
    border-radius: 54px;
    background-color: var(--main-color);
    border: 0px;
    color: rgb(255, 255, 255);
    width: 100%;
}

.after-hero-section,
.after-devices-section,
.type-text2,
.type-text1__wrapper {
    padding: 60px 0 20px;
}

.adv-list {
    padding: 0;
}

.adv-list__item {
    list-style: none;
}

.adv-list__content {
    position: relative;
    padding: 40px 52px 40px 30px;
    border-radius: 10px;
}

.adv-list_icon {
    position: absolute;
    top: -20px;
    right: -10px;
    padding: 10px;
    border-width: 2px !important;
    border-radius: 10px;
    background-color: #ffffff;
    border-color: rgb(247, 247, 247) !important;
}

.adv-list__item p {
    margin-bottom: 0;
}

.line-height p,
.line-height li {
    line-height: 1.2em;
}

.professional-text {
    padding: 50px;
    border-radius: 10px;
    background-color: rgb(248, 248, 248);
}

.professional-figure,
.type-text1__figure {
    margin: 0 !important;
    padding: 0 0 0 20px !important;
}

.professional-image,
.type-text1__image {
    height: 100%;
    object-fit: cover;
}

.before-faq-section {
    padding: 0 0 40px 0;
}

.categories-section {
    padding-top: 61px;
    padding-bottom: 57px;
}

.category-item {
    background-color: rgb(248, 248, 248);
    padding: 53px 20px 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    /* height: 90%; */
    transition: all 0.3s ease-in-out 0s;
}

.category-item:hover,
.models-item:hover {
    box-shadow: rgb(134, 134, 134) 0px 7px 10px -12px;
    transition: all 0.3s ease-in-out 0s;
}

.category-item__img {
    margin: 0px auto;
    max-height: 100%;
    object-fit: contain;
}

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

.category-item__title {
    font-size: 24px;
    font-family: "Samsung One 700", sans-serif;
    text-align: center;
    padding: 10px 0px;
    margin-top: 8px;
    color: black;
}

.advantages__icon {
    background-color: rgb(255, 255, 255);
    width: 100px;
    display: inline-flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 20px 22px;
    border-radius: 6px;
    border: 2px solid rgb(247, 247, 247);
}

.advantages__img {
    height: 46px;
}

.advantages__title {
    font-size: 20px;
    color: var(--main-color);
    font-family: "Samsung One 700", sans-serif;
    margin-top: 16px;
    margin-bottom: 7px;
}

.advantages__desc {
    line-height: 1.4;
}

.quiz {
    padding: 45px 60px 120px;
    background-color: rgb(247, 247, 247);
    border-radius: 10px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: 33%;
    background-position: 93% 119%;
}

.quiz-block {
    margin-top: 64px;
}

.quiz-heading__right {
    width: 50%;
    padding-left: 60px;
    padding-right: 25px;
    max-width: 570px;
    margin: 0px 0px 0px auto;
}

.quiz-progress__line {
    height: 10px;
    background-image: linear-gradient(to right, var(--main-color) 20%, #ebebeb 20%);
    border-radius: 110px;
    margin-top: 9px;
}

.quiz-progress__label {
    color: rgb(0, 0, 0);
    font-family: SamsungSharpSans, sans-serif;
    font-size: 14px;
}

.quiz-progress__num {
    margin: 0px 5px;
}

.quiz-heading {
    margin-bottom: 41px;
}

.quiz-item__num {
    width: 28px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid;
    border-radius: 40px;
    line-height: 1;
    padding-top: 2px;
    margin-right: 13px;
    color: rgb(0, 0, 0);
    font-family: "Samsung One 700", sans-serif;
    margin-bottom: 2px;
    font-size: 16px;
}

.quiz-item__heading {
    font-family: "Samsung One 700", sans-serif;
    margin-bottom: 24px;
    line-height: 1;
    font-size: 18px;
}

.quiz-item__content label {
    padding: 10px;
    border: 1px solid rgb(225, 225, 225);
    border-radius: 6px;
    display: flex;
    align-items: center;
    line-height: 1;
    color: var(--main-color);
    background-color: rgb(255, 255, 255);
    /* flex-basis: 29%; */
    width: 18%;
    position: relative;
    cursor: pointer;
    font-size: 16px;
}

.quiz-item__content {
    /* max-width: 64.5%; */
    gap: 13px 16px;
}

.quiz-item__content label input {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

.quiz-item__content .toggle-radio {
    width: 31px;
    height: 31px;
    min-width: 32px;
    border: 1px solid var(--main-color);
    border-radius: 50%;
    top: 50%;
    transform: translate(0px, -50%);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    opacity: 0.3;
    transition: all 0.15s ease-in-out 0s;
}

.quiz-item__content label:hover .toggle-radio {
    opacity: 1;
}

.quiz-item__content label input[type="radio"]:checked+.toggle-radio {
    border: 1px solid var(--main-color);
}

.quiz-item__content label input[type="radio"]:checked+.toggle-radio::after {
    content: "";
    background-color: var(--main-color);
    top: 3px;
    left: 3px;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    display: block;
}

.quiz-item__content .toggle-radio::after {
    content: "";
    background-color: var(--main-color);
    top: 3px;
    left: 3px;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    display: block;
}

.type-adv,
.type-adv.col4,
.type-adv.col3 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.type-adv__item {
    position: relative;
    border: 2px solid rgb(247, 247, 247);
    border-radius: 10px;
    list-style: none;
}

.type-adv.col3 {
    grid-template-columns: repeat(3, 1fr);
}

.type-adv.col4 {
    grid-template-columns: repeat(4, 1fr);
}

.col4.last-12 .type-adv__item:last-child {
    grid-column-start: 1;
    grid-column-end: 5;
    border: none;
    opacity: 0.8;
}

.type-text2__right {
    background-color: rgb(248, 248, 248);
    border-radius: 10px;
}

.type-blockquote {
    background-color: #ffffff;
    border-radius: 10px;
}

.red-dots li:before {
    content: "";
    position: absolute;
    top: -8px;
    left: -8px;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    background-color: var(--main-color);
}

.four-tables {
    margin-bottom: 60px;
}

.added-sec {
    margin-top: 60px;
}

@media (max-width: 991px) {

    .after-hero-section,
    .after-devices-section,
    .type-text2,
    .type-text1__wrapper {
        padding: 40px 0 20px;
    }

    .adv-list__item {
        margin-bottom: 30px;
    }

    .type-adv,
    .type-adv.col4,
    .type-adv.col3 {
        grid-template-columns: 1fr;
    }

    .type-adv.col4 .type-adv__item:last-child {
        grid-column-start: unset;
        grid-column-end: unset;
    }
}

@media (max-width: 767px) {
    .adv-list_icon {
        right: 0;
    }

    .professional-text {
        padding: 30px;
    }

    .professional-figure,
    .type-text1__figure {
        padding: 20px 0 0 0 !important;
    }
}

.stages-item {
    flex: 1 1 0%;
    border-radius: 10px;
    border-color: rgb(248, 248, 248);
    background-color: rgb(248, 248, 248);
    padding: 20px 20px 26px 24px;
    position: relative;
}

.stages {
    column-gap: 27px;
    margin-top: 29px;
}

.stages-section {
    padding-top: 90px;
    padding-bottom: 60px;
}

.stages__title {
    color: var(--main-color);
    margin: 22px 0px 0px;
    font-family: "Samsung One 700", sans-serif;
    text-align: center;
    font-size: 18px;
}

.category-item__media {
    height: 191px;
    display: flex;
    align-items: center;
}

.stages__media {
    padding: 20px 22px;
    background-color: rgb(255, 255, 255);
    width: 100px;
    border-radius: 6px;
    border: 2px solid rgb(247, 247, 247);
    height: 89px;
    margin: -44px auto 10px;
}

.stages__img {
    height: 46px;
    margin: 0px auto;
    display: block;
}

.stages__desc {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 13px;
}

.stages-item::before {
    content: "";
    width: 48px;
    height: 48px;
    position: absolute;
    right: -37px;
    top: 50%;
    transform: translate(0px, -50%);
    background-color: rgb(255, 255, 255);
    border-radius: 100px;
    border: 1px solid rgb(248, 248, 248);
    box-shadow: white 0px 0px 0px 5px;
    z-index: 1;
    background-position: center center;
    background-image: url("/public/img/icons/chevron-right.svg");
    background-repeat: no-repeat;
    background-size: 10px;
}

.stages-item:last-child::before {
    display: none;
}

.faq-block {
    margin-top: 39px;
}

.faq-block__item {
    position: relative;
    display: block;
    margin-bottom: 7px;
    cursor: pointer;
    background-color: rgb(243, 243, 243);
    border-radius: 6px;
    overflow: hidden;
}

.faq-block__item.shown .faq-block__heading {
    border-bottom: 1px solid rgb(221, 221, 221) !important;
}

.faq-block__heading {
    display: flex;
    align-items: center;
    padding: 15px 81px 15px 23px;
    margin: 0px;
    color: rgb(0, 0, 0);
    background-color: rgb(243, 243, 243);
    position: relative;
    z-index: 1;
    font-family: "Samsung One 400", sans-serif;
    font-size: 16px;
}

.shown .faq-block__content {
    max-height: 9999px;
    opacity: 1;
    visibility: visible;
    padding: 16px 30px 20px;
}

.faq-block__content {
    opacity: 0;
    transition: all 0.5s ease-in-out 0s;
    max-height: 0px;
    padding: 0px 30px;
    visibility: hidden;
    font-size: 16px;
    line-height: 1.6;
}

.faq-block__heading span {
    transition: all 0.4s ease 0s;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    margin-right: 26px;
    font-family: MuseoSansCyrl-500, sans-serif;
    font-size: 30px;
    background-color: rgb(255, 255, 255);
}

.faq-block__content p {
    margin-bottom: 0px;
}

.faq-block__item:last-child .faq-block__heading {
    border-bottom: 0px;
}

.contact-form-block__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-image: url("/public/img/bg/form-man-min.png");
    background-repeat: no-repeat;
    background-position: 82% 100%;
    background-size: 30%;
}

.contact-form-block {
    padding: 45px 100px 52px;
    border-radius: 10px;
    color: rgb(255, 255, 255);
    position: relative;
    overflow: hidden;
    background-image: url("/public/img/bg/form-bg.jpg");
    background-size: cover;
    margin-top: 33px;
}

.contact-form__subtitle {
    line-height: 1.55;
    margin-top: 23px;
    margin-bottom: 28px;
}

.contact-form .form__input {
    width: 100%;
    margin-bottom: 20px;
}

.contact-form {
    max-width: 520px;
    position: relative;
    z-index: 1;
}
.contact-form.example-page {
    max-width: 350px;
    margin-top: 18px;
}
.contact-form.example-page .form__input.submit{
    margin-top: 0;
}


.example-page.text{
    font-size: 16px;
    font-family: "Samsung One 700", sans-serif;
    line-height: 1.375;
}

@media (min-width: 320px) and (max-width: 1000px) {
    .contact-form.example-page{
        margin: 12px auto 0;
    }
    .example-page.text{
        font-size: 13px;
        text-align: center;
    }
    .header-offer__list.simple-text {
        text-align: center;
        font-size: 13px;
    }
}

.contact-form .form__confirm,
.contact-form .form__confirm a {
    color: rgb(255, 255, 255);
}

.contact-form .form__input.submit {
    margin-bottom: 0px;
    margin-top: 12px;
    max-width: unset;
    transition: all 0.3s ease-in-out 0s;
}

.faq-section {
    padding-bottom: 60px;
}

.seo-section::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.94);
}

.seo-section {
    position: relative;
    padding: 50px 0px;
    background-color: rgb(151, 151, 151);
    background-size: cover;
}

.seo-title {
    font-size: 40px;
    margin-bottom: 20px;
}

.seo-section p,
.seo-section ol,
.seo-section ul {
    line-height: 1.5;
}

.web-footer .menu-list {
    padding: 0px;
    list-style: none;
}

.web-footer .footer-logo {
    max-width: 174px;
    height: unset;
    margin-bottom: 27px;
}

.web-footer {
    padding: 70px 0px 40px;
}

.web-footer__title {
    font-family: "Samsung One 700", sans-serif;
    font-size: 18px;
    margin-bottom: 14px;
    color: var(--main-color);
}

.web-footer__phone {
    display: flex;
    align-items: center;
    line-height: 1;
    margin-bottom: 14px;
    font-family: SamsungSharpSans, sans-serif;
    color: var(--main-color);
}

.web-footer__phone svg {
    margin-right: 7px;
}

.web-footer__phone i {
    height: 24px;
    width: 24px;
    background-image: url("/public/img/icons/icon-phone.svg");
    background-position: center center;
    background-size: 24px;
    background-repeat: no-repeat;
    margin-right: 7px;
}

.web-footer__contacts {
    font-size: 16px;
}

.web-footer ul {
    list-style: none;
    padding-left: 0px;
}

.web-footer__subtitle {
    font-family: "Samsung One 700", sans-serif;
    color: rgb(94, 94, 94);
    font-size: 17px;
    margin-top: 18px;
    margin-bottom: 10px;
}

.web-footer .menu-list {
    line-height: 1.65;
    margin-bottom: 11px;
}

.web-footer .menu-list a:hover {
    opacity: 0.6;
}

.web-footer .menu-list.menu a {
    color: rgb(33, 37, 41);
}

.web-footer .menu-list a {
    color: var(--main-color);
}

.header-offer__subtitle {
    font-family: "Samsung One 700", sans-serif;
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 1.3;
}

.header-offer__inside .header-offer__title {
    margin-bottom: 20px;
}

.header-offer__inside .header-offer__list {
    margin-top: 30px;
    margin-bottom: 36px;
}

.header-offer__inside {
    padding-bottom: 36px;
    padding-top: 48px;
    background-size: cover;
}

.header-offer__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(251, 251, 251, 0.92);
}

.header-offer__label {
    padding: 39px 50px 39px 138px;
    background-color: rgba(255, 255, 255, 0.97);
    border-radius: 10px;
    font-size: 21px;
    line-height: 1.1;
    font-family: "Samsung One 700", sans-serif;
    float: right;
    margin-top: -93px;
    max-width: 400px;
    z-index: 1;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 20px 25px -5px, rgba(0, 0, 0, 0) 0px 10px 10px -5px;
    background-image: url("/public/img/icons/headphones.svg");
    background-repeat: no-repeat;
    background-position: 11% 50%;
    background-size: 16%;
}

.header-offer__inside .header-offer__img {
    max-width: 100%;
    height: 100%;
    max-height: 380px;
}

.catalog-offer .header-offer__inside .header-offer__media {
    padding-top: 30px;
}

.header-offer__inside .contact-row {
    padding-bottom: 35px;
}

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

.categories-section+.stages-section {
    padding-top: 0px;
}

.price-section {
    padding: 0px 0px 30px;
}

.paragraph {
    line-height: 1.45;
}

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

.price {
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid rgb(235, 235, 235);
    margin-top: 50px;
    transition: all 0.3s ease-in-out 0s;
}

.price__heading {
    padding: 26px 40px;
    /* background-image: url("/public/img/bg/price-bg.jpg"); */
    background-color: black;
    border-radius: 0 0 8px 8px;
}

.price__body {
    background-color: rgb(245, 245, 245);
}

.column-1 {
    flex-basis: 45%;
}

.column-2 {
    flex-basis: 16%;
}

.column-3 {
    flex-basis: 13%;
}

.column {
    flex-grow: 1;
    flex-shrink: 1;
    position: relative;
}

.price__heading {
    color: white;
    font-family: "Samsung One 700", sans-serif;
    font-size: 18px;
    position: relative;
}

.price__row {
    padding: 10px 40px;
}

.price__row:nth-child(2n + 1) {
    background-color: rgb(255, 255, 255);
}

.price__row:last-child {}

.price__title {
    font-size: 18px;
    font-family: "Samsung One 700", sans-serif;
    color: black;
}

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

.price__heading::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(26, 26, 26, 0.22);
    z-index: 0;
    border-radius: 0 0 8px 8px;
}

.price__num {
    display: inline-block;
    padding: 7px 20px;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 110px;
}

.price__time::before {
    content: "";
    width: 25px;
    height: 25px;
    background-image: url("/public/img/icons/clocks.svg");
    background-position: center center;
    background-size: 18px;
    background-repeat: no-repeat;
    margin-right: 8px;
}

.price__time {
    align-items: center;
}

.header-offer__price {
    padding: 19px 39px;
    border-radius: 120px;
    background-color: rgba(255, 255, 255, 0.65);
    font-size: 18px;
    align-items: center;
}

.header-offer__pricelabel {
    margin-right: 20px;
    font-family: "Samsung One 700", sans-serif;
    font-size: 19px;
}

.other-price__item a {
    padding: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    color: black;
    font-family: "Samsung One 700", sans-serif;
    font-size: 16px;
    transition: unset;
}

.other-price__item {
    border: 1px solid;
    border-radius: 48px;
    transition: all 0.3s ease-in-out 0s;
}

.other-price {
    margin-top: 27px;
}

.other-price .row {
    row-gap: 21px;
}

.other-price__item:hover {
    background-color: var(--main-color);
    background-image: var(--bg);
    background-size: 110%;
    background-position: center center;
}

.other-price__item:hover a {
    color: white;
}

.type-text1__text-wrap {
    border-radius: 10px;
    background-color: rgb(248, 248, 248);
}

.type-text1__text {
    font-size: 18px;
}

.btn--type-text1 {
    margin-top: 20px;
}

.page-content {
    padding-top: 65px;
    padding-bottom: 30px;
}

.page-content.pt-0 {
    padding-top: 0px;
}



.express-repair__media {
    height: 169px;
    max-width: 320px;
    width: 100%;
    background-color: rgb(253, 253, 253);
    padding: 30px 30px 30px 40px;
    box-shadow: rgba(60, 64, 67, 0.02) 0px 1px 2px 0px, rgba(60, 64, 67, 0.1) 0px 1px 3px 1px;
    border-radius: 10px;
    margin-bottom: 22px;
}

.express-repair__title {
    font-size: 27px;
    font-family: "Samsung One 700", sans-serif;
    max-width: 320px;
    line-height: 1.1;
}

.about-center__media {
    max-width: 470px;
    width: 100%;
    border-radius: 30px;
}

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

.stages-section+.categories-section {
    padding-top: 0px;
    padding-bottom: 1px;
}

.categories-section+.faq-section {
    padding-bottom: 110px;
}

.faq-block__content .price {
    margin-top: 0px;
}

.faq-block__item.shown .price {
    margin-top: 20px;
    margin-bottom: 17px;
}

.price-section+.stages-section {
    padding-top: 20px;
}

.cutted-offer {
    padding-bottom: 80px;
}

.contacts-block__item {
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(33, 57, 151, 0.02) 0px 0px 0px 8px;
    padding: 29px 24px 32px;
    border-radius: 10px;
    width: 100%;
    min-height: 160px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    flex-wrap: wrap;
}

.contacts-block__title {
    font-family: SamsungSharpSans, sans-serif;
    font-size: 19px;
    margin-bottom: 12px;
}

.contacts-block__content .phone {
    font-family: "Samsung One 700", sans-serif;
    color: black;
    font-size: 19px;
}

.contacts-block {
    margin-top: -100px;
}

.map-block {
    padding-top: 30px;
}

.map {
    min-height: 500px;
    background-color: rgb(251, 251, 251);
    border-radius: 10px;
    overflow: hidden;
}

.modal-body .form__input.phone {
    width: 100%;
    margin: 0px 0px 13px;
    text-align: center;
    padding: 16px 60px;
}

.confirmation__text {
    font-size: 10px;
    margin-top: 24px;
}

.quiz-heading__left {
    width: 50%;
}

.categories-section .contact-form-block {
    margin-top: 73px;
}

.header-offer__type .header-offer__img {
    max-height: 390px;
}

.price-column {
    width: 100%;
    align-items: center;
}

.vertical-header .wh-wrapper {
    flex-wrap: nowrap;
    height: 100vh;
}

.next {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

select.dynamicContent {
    width: 100%;
    padding: 15px 31px;
    max-width: 592px;
}

.quiz-item__content .form__input.phone,
.quiz-item__content .form__input.submit {
    width: 100%;
    max-width: 490px;
    margin-bottom: 14px;
}

.vertical-header {
    writing-mode: vertical-lr;
    text-orientation: mixed;
    position: fixed;
    width: 90px;
    height: 93vh;
    border-radius: 0px 13px 15px 0px;
    padding: 22px 0px;
    top: 20px;
    box-shadow: rgba(0, 0, 0, 0.49) 1px 0px 18px -10px;
    display: flex;
    justify-content: center;
}

.horizontal-header {
    z-index: 99;
    box-shadow: rgba(115, 115, 115, 0.19) 0px 0px 50px -20px;
    position: relative;
    transition: all 0.2s ease-in-out 0s;
}

.horizontal-template .wrapper {
    padding: 0px !important;
}

.horizontal-header.sticky {
    position: fixed;
    width: 100%;
    top: 0px;
    background-color: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(11px);
}

.horizontal-header .web-header__contacts a i {
    transform: rotate(10deg);
    margin-right: 2px;
}

.horizontal-header .contacts__addres {}

.horizontal-header .callback-btn {}

.contact-wrapper {
    width: 100%;
}

.horizontal-header .header-menu {
    padding-right: 40px;
}

.message {
    margin-top: 25px;
}

.privacyText {
    line-height: 2;
}

.form__input.message {
    margin-top: 6px;
    border-radius: 18px;
    padding: 23px 30px 16px;
    border: 1px solid rgb(201, 201, 201);
    margin-bottom: 9px;
}

#callbackModal2 .form__input.phone {
    padding: 16px 60px 16px 34px;
    text-align: left;
}

.payment {
    margin-top: 40px;
    width: 250px;
}

.ghostHeader {
    max-height: 0px;
}

.ghostHeader.shown {
    max-height: 999px;
}

.map-section {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.28) 0px 8px 40px -30px;
    border: 7px solid rgb(239, 239, 239);
    background-color: rgb(251, 251, 251);
}

.error-body {
    padding: 70px 0px 110px;
    text-align: center;
}

.error-title {
    font-size: 112px;
    font-weight: 700;
    border: 4px solid var(--main-color);
    display: inline-block;
    padding: 23px 115px;
    border-radius: 19px;
    color: var(--main-color);
    margin-bottom: 20px;
}

.error-subtitle {
    font-weight: 800;
    font-size: 23px;
    margin-bottom: 29px;
    margin-top: 20px;
}

.error-button {
    color: rgb(145, 145, 145);
    border-bottom: 1px solid;
    font-size: 20px;
}

.contact-form__title {
    margin-bottom: 0px;
}

.result-block__title {
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    margin-bottom: 22px;
    padding: 18px 57px 18px 20px;
    background-color: white;
    border-radius: 6px;
    border: 1px solid rgb(213, 213, 213);
}

.result-block__service {
    margin-right: 40px;
    font-family: "Samsung One 700", sans-serif;
}

.quiz-item__subtitle {
    font-size: 15px;
    font-family: "Samsung One 400", sans-serif;
    margin-top: 3px;
}

.mini-contactform .form__input.name {
    display: none;
}

.mini-contactform .contact-form-block {
    margin-top: 40px;
    background-color: rgb(248, 248, 248);
    padding: 37px 100px 55px;
    background-image: none !important;
}

.mini-contactform .contact-form__title,
.mini-contactform .form__confirm,
.mini-contactform .form__confirm * {
    color: rgb(33, 37, 41) !important;
}

.mini-contactform .contact-form__title {
    margin-bottom: 24px;
    font-size: 31px;
}

.mini-contactform .contact-form-block__bg {
    background-image: url("/public/img/elements/womanForm.png");
    background-position: 13% 35px;
    background-size: 18%;
    z-index: 1;
}

.mini-contactform .form__input.phone {
    margin-bottom: 4px;
}

.mini-contactform__number {
    position: absolute;
    font-family: SamsungSharpSans, sans-serif;
    left: -169px;
    top: 15px;
    opacity: 1;
    z-index: 0;
    color: var(--main-color);
    filter: drop-shadow(white 6px 7px 1px);
    background-color: white;
    border-radius: 330px;
    line-height: 1;
    font-size: 215px;
    padding-left: 120px;
}

.map-contacts {
    padding-left: 50px;
}

.map-form__title {
    margin-bottom: 12px;
}

.map-form__subtitle {
    line-height: 1.2;
    margin-bottom: 24px;
}

.map-contacts__label {
    font-family: "Samsung One 700", sans-serif;
    font-size: 17px;
    margin-bottom: 7px;
}

.map-contacts__icon {
    background-color: rgb(255, 255, 255);
    width: 60px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 10px;
    border-radius: 6px;
    border: 2px solid rgb(247, 247, 247);
}

.map-contacts__item {
    display: flex;
    align-items: center;
    margin-bottom: 19px;
}

.map-contacts__content .web-footer__phone {
    margin-bottom: 0px;
}

.map-contacts__content {
    padding-left: 27px;
}

.map-form {
    margin-bottom: 35px;
}

.map-worktime {
    font-family: "Samsung One 400", sans-serif;
    font-size: 18px;
    padding: 17px 49px 17px 17px;
    border-radius: 6px;
    border: 2px solid rgb(247, 247, 247);
    margin-bottom: 24px;
    display: flex;
    align-items: center;
}

.review-heading {
    display: flex;
    align-items: center;
    padding: 18px 40px;
    background-color: rgb(238, 238, 238);
    background-image: url("/public/img/bg/price-bg.jpg");
    background-position: center center;
    background-size: cover;
    position: relative;
    border-radius: 12px 11px 0px 0px;
}

.review-heading__overlay {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.94);
    z-index: 0;
}

.review-media {
    width: 45px;
    height: 45px;
    background-color: white;
    border-radius: 100px;
    background-image: url("/public/img/icons/user.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 45px;
    position: relative;
}

.review-item {
    border-color: rgb(248, 248, 248);
    background-color: rgb(248, 248, 248);
    border-radius: 8px;
    overflow: hidden;
    max-width: 430px;
}

.review-author {
    padding-left: 19px;
    position: relative;
}

.review-author__name {
    font-family: "Samsung One 700", sans-serif;
    margin-bottom: 5px;
    font-size: 18px;
}

.review-author__referal {
    font-size: 13px;
}

.review-content {
    line-height: 1.5;
    padding: 27px 40px 40px;
}

.review-content p {
    margin: 0px;
}

.type-reviews {
    padding-top: 73px;
}

.reviews-section {
    padding: 0px 0px 73px;
}

.review-author__referal span {
    text-decoration: underline;
    color: var(--main-color);
    cursor: pointer;
}

.review-author__referal span:hover {
    color: rgb(46, 107, 192);
}

.reviews-page {
    padding-bottom: 70px;
}

.map-worktime span {
    font-family: "Samsung One 700", sans-serif;
    margin-right: 9px;
}

.varranty-page {
    margin-bottom: 50px;
}

.stages-section+.reviews-section {
    padding-bottom: 61px;
}

.form__input.submit:hover,
.quiz-progress__back:hover {
    box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 0px 5px;
    transition: all 0.3s ease-in-out 0s;
}

.mini-contactform p {
    font-size: 18px;
    color: rgb(33, 37, 41);
    line-height: 1.2;
    margin-bottom: 18px;
}

.quiz-progress__back {
    margin-top: 0px;
    display: inline-block;
    padding: 10px 20px;
    background-color: white;
    border-radius: 6px;
    font-family: "Samsung One 700", sans-serif;
    cursor: pointer;
    transition: all 0.3s ease-in-out 0s;
}

.result-stars {
    margin-top: 14px;
    display: flex;
    align-items: center;
    line-height: 1;
}

.result-stars__title {
    font-family: "Samsung One 700", sans-serif;
    font-size: 17px;
}

.result-stars__rate {
    width: 100px;
    height: 14px;
    margin-left: 13px;
    background-image: url("/public/img/icons/stars.svg");
    background-position: left center;
    background-size: contain;
    background-repeat: no-repeat;
}

.swiper-container {
    overflow: hidden;
}

.swiper-button-prev {
    background-image: url("/public/img/icons/left.svg");
}

.swiper-button-next {
    background-image: url("/public/img/icons/right.svg");
}

.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;
    padding: 5px 14px;
    border-radius: 4px;
border: 1px solid #CBCBCB;
}
.swiper.example-slider .swiper-button-next{
        right: 45%;
        left: auto;
}
.swiper.example-slider .swiper-button-prev{
        left: 45%;
        right: auto;
}
.swiper.example-slider .slider-case{
    padding: 20px;
     background: rgba(248, 248, 248, 1);
     border-radius: 10px;
}
.swiper.example-slider .slider-case .slider-case-text{
    padding: 16px 20px;
    font-size: 12px;
    line-height: 1.33;
    background: #fff;
    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: #fff;
    font-size: 12px;
    line-height: 1.33;
}
.swiper.example-slider .slider-case .slider-case-about .case-about span{
    font-family: "Samsung One 700", sans-serif;
}
.swiper.example-slider .slider-case .slider-case-title{
    display: flex;
    justify-content: space-between;
    margin-top: 32px;
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 1;
    font-family: "Samsung One 700", sans-serif;
    color: var(--main-color);
}
.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: rgba(217, 217, 217, 1);
   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: 0;
    left: auto;
}
.swiper.example-slider .swiper-button-prev{
    left: auto;
    right: 70px;
}
}
@media (max-width:1050px) {
    .swiper.example-slider{
        height: fit-content;
        padding-bottom: 58px;
    }
   
    .swiper.example-slider .slider-case{
        padding: 12px;
    }
    .swiper.example-slider .slider-case .slider-case-text{
        padding: 12px;
        font-size: 10px;
    }
    .swiper.example-slider .slider-case .slider-case-about{
        gap: 12px;
        margin-bottom: 12px;
    }
    .swiper.example-slider .slider-case .slider-case-about .case-about{
        padding: 6px 8px;
        font-size: 10px;
    }
    .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{
       max-width: 157px;
       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: 10px;
    }
}

.swiper-button {
    width: 50px;
    height: 30px;
    margin: 0px 5px;
    border: 1px solid rgb(203, 203, 203);
    background-color: white;
    border-radius: 4px;
    background-size: 21px;
}

.reviews-controls {
    padding-left: 28px;
}

.endform {
    padding-bottom: 56px;
    border-bottom: 1px solid rgb(237, 237, 237);
    margin-bottom: 54px;
}

.map-worktime svg {
    height: 32px;
    position: relative;
    bottom: 3px;
    margin-right: 10px;
}

.get-call {
    padding: 14px 40px;
}

.choose-title {
    font-family: "Samsung One 700", sans-serif;
    text-align: center;
    display: block;
    margin-bottom: 14px;
}

.price-section+.faq-section {
    padding-bottom: 0px;
}

.page-content .faq-section {
    padding-bottom: 0px;
}

.models-row {
    margin-top: 40px;
    /* grid-row: 1 row / auto;
    display: grid;
    grid-template-columns: repeat(5, 1fr); */
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.models-section {
    padding-top: 20px;
    padding-bottom: 10px;
}

.models-item__media {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    width: 100%;
    margin-bottom: 17px;
}

.models-item__media img {
    height: 100%;
    object-fit: contain;
}

.models-item__img {
    height: 100%;
    object-fit: contain;
}

.models-item {
    background-color: rgb(247, 247, 247);
    border-radius: 10px;
    padding: 25px 15px;
    transition: all 0.3s ease-in-out 0s;
}

.models-item__title {
    text-align: center;
    font-family: "Samsung One 700", sans-serif;
    line-height: 1.4;
    font-size: 15px;
    color: rgb(33, 37, 41);
    max-width: 210px;
    margin: 0 auto;
    word-wrap: break-word;
}

.header-offer__title-modelmalf {
    font-size: 38px;
}

.header-offer__title-malfunction {
    font-size: 42px;
}

.header-offer_malfunction {
    padding-bottom: 45px;
}

.catalog-offer .header-offer__media {
    padding-top: 20px;
}

.social-share__title {
    font-family: "Samsung One 700", sans-serif;
}

.social-share__row {
    display: inline-flex;
    padding: 8px 15px;
    background-color: rgb(242, 242, 242);
    border-radius: 4px;
    margin-top: 12px;
    align-items: center;
    justify-content: space-between;
}

.social-share__link {
    width: 37px;
    height: 37px;
    background-color: white;
    border-radius: 6px;
    margin-right: 13px;
    background-position: center center;
    background-size: 100%;
    display: block;
}

.social-share__link {
    font-size: 0px;
    cursor: pointer;
}

.social-share__link.vk {
    background-image: url("/public/img/icons/vk.svg");
}

.social-share__link.ok {
    background-image: url("/public/img/icons/ok.svg");
}

.social-share__link.mailru {
    background-image: url("/public/img/icons/mailru.svg");
}

.social-share__link.twitter {
    background-image: url("/public/img/icons/twitter.svg");
}

.social-share__link.whatsapp {
    background-image: url("/public/img/icons/whatsapp.svg");
}

.social-share__link.telegram {
    background-image: url("/public/img/icons/telegram.svg");
}

.social-share__link:last-child {
    margin: 0px;
}

.social-share {
    margin-top: 20px;
}

.price-page {
    padding-bottom: 0px;
}

.price-page .stages-section {
    padding-top: 23px;
}

.search-result__title {
    font-size: 20px;
    margin-bottom: 40px;
}

.search-result__title .bolder {
    font-family: "Samsung One 700", sans-serif;
}

.price-page .faq-section {
    padding-bottom: 10px;
}

.review-page .reviews-page {
    padding-bottom: 0px;
}

.review-page .page-content {
    padding-bottom: 0px;
}

.search-models {
    margin-bottom: 40px;
}

.query-input {
    border: 1px solid rgb(205, 205, 205);
    padding: 13px 16px;
    border-radius: 4px;
    outline: none;
    color: rgb(47, 47, 47);
    font-size: 15px;
}

.togglesearch__form {
    display: flex;
}

.query-input__submit {
    font-size: 16px;
    margin-left: 14px;
    padding: 10px 19px;
}

.result-label__empty {
    margin-bottom: 40px;
    padding: 30px;
    border: 1px solid rgb(230, 230, 230);
    border-radius: 7px;
    font-family: "Samsung One 700", sans-serif;
    color: rgb(123, 123, 123);
    max-width: 700px;
}

.rate-number {
    font-size: 19px;
    margin-bottom: 6px;
    font-family: "Samsung One 700", sans-serif;
}

.rate {
    list-style: none;
    margin: 0px auto -27px;
    padding: 8px 10px;
    display: flex;
    justify-content: center;
    max-width: 160px;
    background-color: white;
    width: 100%;
    border-radius: 100px;
    position: relative;
    z-index: 1;
    box-shadow: 0 0px 0px 2px var(--main-color);
}

.rate li {
    width: 14px;
    height: 18px;
    background-image: url("/public/img/icons/star.svg");
    background-position: center center;
    background-size: 100%;
    margin: 0px 4px;
    cursor: pointer;
    background-repeat: no-repeat;
}

.ratingValue {
    font-family: "Samsung One 700", sans-serif;
    margin: 0px 6px;
}

.catalog-rating {
    text-align: center;
    margin: -70px auto 0px;
    position: relative;
    z-index: 1;
    max-width: 260px;
}

.rate-label {
    color: rgb(3, 3, 3);
    font-size: 13px;
}

.rate-content {
    background-color: rgba(255, 255, 255, 0.94);
    padding: 40px 0px 24px;
    border-radius: 9px;
}

.itemprop-logo {
    height: 20px;
    margin: 0px auto 12px;
}

.date-annotation {
    font-size: 15px;
    margin-left: 18px;
    border-bottom: 1px solid rgb(214, 214, 214);
}

.contacts-block__servicename {
    order: 2;
    color: var(--main-color);
    font-size: 0px;
}

.contacts-block__item .block-wrapper {
    order: 1;
}

.organization-block {
    margin-top: 32px;
    font-family: "Samsung One 700", sans-serif;
}

.offer-form .row {
    flex-direction: column;
    row-gap: 15px;
}

.date-heading .secondary-title,
.date-heading__day {
    display: inline-block;
    margin: 0px;
}

.not-official {
    font-size: 11px;
    line-height: 11px;
    display: block;
    margin-top: 7px;
    color: red;
    font-family: "Samsung One 700", sans-serif;
}

@media (min-width: 900px) {
    .horizontal-template .header-offer__inside {
        padding-top: 55px;
        padding-bottom: 45px;
    }

    .horizontal-template .header-offer__homepage {
        padding-top: 95px;
        padding-bottom: 49px;
    }

    .mobile-hidden {
        display: none;
    }
}

.category-item__media {
    height: 120px;
}

.logo__img {
    min-height: 55px;
    background-image: var(--logo-header);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    max-width: 64%;
}

.footer-logo .logo__img {
    background-image: var(--logo-footer);
    max-width: 80%;
}

.title-price-date {
    display: flex;
}

@media (max-width: 992px) {}

.address-worktime {
    padding: 10px 0;
}

.address-worktime .col-lg-6 div {
    display: flex;
    justify-content: center;
}

@media (max-width: 992px) {
    .address-worktime .col-lg-6 .contacts__addres:nth-child(1) {
        margin-bottom: 10px;
    }
}

/* 10.02.2023 */
/* [type="submit"]:disabled {
    opacity: 0.6;
} */

.requestModal {
    max-width: 520px;
}

.popap-response-service {
    display: flex;
    padding: 14px;
    background: #f2f3f5;
    border-radius: 4px;
    margin-bottom: 35px;
}

.popap-response-service .icon {
    width: 28px;
    height: 28px;
    min-width: 28px;
}

.popap-response-service .name-service {
    padding: 5px 10px;
    text-align: left;
}

.popap-response-service .name-service .text-1 {
    font-weight: 700;
}

.titleModal {
    font-size: 31px;
}

.btn-ok {
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
}

.ok-thankYou {
    background: white;
    padding: 15px 40px;
    border-radius: 6px;
    font-weight: 600;
    border: 2px solid #f3f3f3;
    transition: 0.3s;
}

.ok-thankYou:hover {
    border-color: #1cc63a;
}

.bg-modal-yes {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 50%);
    display: none;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
}

.modal-yes-img {
    width: 60px;
    height: 60px;
    margin: 0 auto;
}

.modal-yes-img svg {
    width: 100%;
    height: 100%;
}

#successFormLabel {
    font-size: 27px;
    width: 100%;
    text-align: center;
}

.bg-modal-yes .close {
    position: absolute;
    top: 0px;
    right: 4px;
    background: rgb(0 0 0 / 0%);
    border: 0;
    font-size: 26px;
    cursor: pointer;
}

.bg-modal-yes .success-text {
    text-align: center;
    font-size: 20px;
    line-height: 1.3;
    padding: 25px 0 0;
}

.modal-dialog {
    background: white;
    border-radius: 10px;
    max-width: 420px;
}

.modal-header {
    padding: 16px;
    border-bottom: 1px solid rgb(233, 236, 239);
}

.modal-body {
    padding: 27px 32px 32px;
}

.button-ajax-load {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.button-ajax-load button {
    padding: 20px 40px;
}

.type-malfunction-page .faq-section {
    padding-bottom: 72px;
}

/* Добавляем жирности для надписей поломок на странице МОДЕЛЕЙ 13.02.23 г */
.title-price-column-1 {
    font-weight: 600;
}

.callPhone-model {
    margin-top: 50px;
}

.search-modal {
    padding: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 25px;
    overflow: hidden;
    min-height: 320px;
}

.problem-block__icon {
    position: relative;
    left: -10px;
    top: 0;
    color: #fff;
    font-size: 170px;
    font-weight: 700;
    filter: drop-shadow(-6px 8px 8px rgb(0 0 0 / 50%));
    line-height: 1;
}

.search-modal .block-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.search-modal .block-left h2 {
    font-size: 40px;
    font-weight: 700;
    color: white;
    margin-bottom: 20px;
    line-height: 44px;
}

.search-modal .block-left p {
    font-size: 23px;
    line-height: 27px;
    color: white;
}

.search-modal .block-right {
    position: relative;
}

.search-modal .block-right img {
    position: absolute;
    top: 0;
    right: -15%;
    transform: rotate(-45deg);
    opacity: .75;
}

@media (max-width: 920px) {
    .callPhone-model {
        padding: 0 12px;
    }

    .callPhone-model .search-modal {
        padding: 30px 12px 12px;
    }

    .search-modal .block-left h2 {
        font-size: 19px;
        text-align: center;
        margin-bottom: 12px;
    }

    .search-modal .block-left p {
        font-size: 15px;
        line-height: 18px;
        text-align: center;
    }

    .search-modal .block-righ {
        padding-top: 100px;
    }
}

.models-row__item.models-item {
    cursor: pointer
}

.email-class {
    display: flex;
    margin-bottom: 10px;
}

.email-class a {
    display: inline-block;
    color: var(--main-color);
    padding-left: 8px;
}

@media (max-width: 767px) {
    .email-class {
        display: flex;
        justify-content: center;
    }
}

.svg-email {
    width: 18px;
    height: 18px;
}

.svg-email svg {
    width: 100%;
    height: 100%;
}

.svg-email svg path {
    fill: var(--main-color);
}

.text-signature {
    font-size: 13px;
    color: #7d7d7d;
    position: relative;
}

@media (max-width: 999px) {
    .vertical-header .text-signature {
        font-size: 9px;
        position: absolute;
        left: 2px;
    }
}

.email-contact {
    display: flex;
}

.email-contact a {
    color: black;
}

.email-phone {
    position: relative;
    top: 10px;
}

.info-brand {
    font-size: 12px;
    line-height: 16px;
    margin-top: 40px;
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .info-brand {
        margin-top: 0;
    }

    .problem-block__icon {
        font-size: 110px;
    }

    .search-modal .block-left {
        position: relative;
        z-index: 1;
    }

    .search-modal .block-righ {
        padding-top: 0;
    }
}

/* Выбор города */
.select-city {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 10;
}

.content-select-field {
    display: block;
    width: fit-content;
    background: white;
    padding: 2px;
    margin-top: 0;
    margin-left: auto;
    border-radius: 0 0 6px 6px;
}

.content-select-field button {
    width: 100%;
    background-color: white;
    padding: 10px 30px;
    border-radius: 4px;
    border: 0px;
    color: var(--main-color);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    outline: inherit;
    cursor: pointer;
    font-family: 'Samsung One 700', sans-serif;
}

.content-select-field button span {
    margin-left: 8px;
}

.content-select-field .house {
    display: block;
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

.content-select-field .house svg {
    width: 100%;
    height: 100%;
}

.content-select-field .house svg path {
    fill: var(--main-color)
}

.citys-hide-block {
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: none;
    justify-content: center;
    align-items: center;
    background-color: rgb(0 0 0 / 50%);
    padding-left: 10px;
    padding-right: 10px;
}

.citys-hide-block.showCity {
    display: flex;
}

.citys-hide-block div.box {
    width: fit-content;
    padding: 30px 0px;
    background-color: white;
    border-radius: 6px;
    font-size: 19px;
    line-height: 27px;
    max-height: 500px;
    overflow: hidden;
}

.citys-hide-block div.box a {
    display: block;
    margin: 8px 0;
    cursor: pointer;
    color: black;
    text-align: center;
    min-width: 300px;
    padding: 0 20px;
}

.citys-hide-block div.box span {
    font-family: 'Samsung One 700', sans-serif;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #c3c3c3;
}

@media (max-width: 999px) {
    .content-select-field {
        margin-right: auto;
    }

    .select-city {
        position: relative;
    }
}

.contacts__addres span {
    cursor: pointer;
}

.scroll-auto {
    overflow-y: auto;
    max-height: 400px;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #c3c3c3;
}

.stopScroll {
    overflow: hidden;
}

/* Выбр города the end  */
/* Карточка с характеристиками на странице модели */
.model-price {
    margin-top: 10px;
}
.model-price.hide {
    display: none;
}
.model-price.show {
    display: block;
}

.model--characteristics .h4 {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 19px;
    text-align: center;
    min-height: 60px;
    margin-bottom: 10px;
}

.card-charact .model-charact--title {
    padding: 10px;
    text-align: center;
    font-weight: 900;
    background-color: var(--main-color);
    color: white;
    border-radius: 8px 8px 0 0;
}

.card-charact .model-charact--decription {
    margin-bottom: 15px;
    border-left: 1px solid var(--main-color);
    border-right: 1px solid var(--main-color);
    border-radius: 0 0 8px 8px;
}

.card-charact .model-charact--decription .model-charact--cell div.card__haract {
    padding: 10px;
    display: flex;
    border-bottom: 1px solid var(--main-color);
}

.card-charact .model-charact--decription .model-charact--cell div.card__haract:last-child {
    border-radius: 0 0 8px 8px
}

.model-charact--cell .cell-1 {
    font-family: "Samsung One 700", sans-serif;
    width: 100%;
    line-height: 1.2;
}

.model-charact--cell .cell-2 {
    width: 100%;
    text-align: center;
}

/* Карточка с характеристиками на странице модели the end */
/* Мастера */
.card-master {
    padding: 10px;
}

.back-master {
    background-color: rgb(248, 248, 248);
    box-shadow: rgb(134, 134, 134) 0px 7px 10px -12px;
    padding: 44px 24px;
    border-radius: 10px;
    margin-bottom: 24px;
}

.card-master .right {
    /* padding-bottom: 100px; */
    padding-left: 30px;
}

.card-master .right img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 8px;
}

.card-master .left {
    border-right: 1px solid var(--main-color);
    border-left: 1px solid var(--main-color);
}

.card-master .left div {
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 1.2;
    padding-right: 30px;
}

.card-master .left div.last-child {
    margin-bottom: 30px;
    font-size: 16px;
}

.card-master .left div span {
    font-weight: 600;
    font-family: "Samsung One 700", sans-serif;
}

.card-master .fio {
    font-size: 26px !important;
    font-family: "Samsung One 700", sans-serif;
    padding-top: 8px;
    padding-bottom: 8px;
}

@media (max-width: 900px) {
    .back-master {
        padding: 12px 12px 24px 12px;
    }

    .card-master .left {
        order: 5;
        border: 0;
        padding: 0;
    }

    .card-master .right {
        padding: 0 0 16px 0;
    }

    .page-content-master .wrapper {
        padding: 0 8px;
    }

    .card-master .left div {
        padding-right: 0;
    }
}

.last-child+button {
    color: black !important;
}

.last-child+button:hover {
    color: white !important;
}

/* ---- */
/* Stages v.2 */
.stages-v2__item {
    flex: 1 1 0%;
    border-radius: 10px;
    border-color: rgb(248, 248, 248);
    background-color: rgb(248, 248, 248);
    padding: 20px 30px 26px 34px;
    position: relative;
}

.stages-v2 {
    column-gap: 27px;
    row-gap: 21px;
}

.stages-v2__count {
    background-color: rgb(255, 255, 255);
    width: 60px;
    height: 60px;
    border-radius: 100px;
    border: 2px solid rgb(247, 247, 247);
    position: absolute;
    left: -45px;
    top: 50%;
    transform: translate(0%, -50%);
    font-family: 'SamsungSharpSans', sans-serif;
    font-size: 24px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--main-color);
}

.stages-v2__title {
    font-family: "Samsung One 700", sans-serif;
    text-align: left;
    font-size: 18px;
}

.stages-v2__text {
    font-size: 15px;
    line-height: 1.6;
    margin-top: 13px;
}

.stages-v2__item:first-child .stages-v2__count {
    left: -28px;
}

.stages-v2__item:first-child {
    padding-left: 45px;
}

@media (max-width: 1500px) {
    .stages-v2__count {
        font-size: 19px;
        width: 50px;
        height: 50px;
        left: -40px;
    }

    .stages-v2__item {
        padding: 20px 23px 26px 23px;
    }

    .stages-v2__item:first-child {
        padding-left: 30px;
    }
}

@media (max-width: 1300px) {
    .stages-v2__text {
        font-size: 14px;
    }

    .stages-v2__title {
        font-size: 17px;
    }
}

@media (max-width: 1200px) {
    .stages-v2__item {
        padding: 19px 23px 16px 23px;
    }

    .stages-v2__text {
        margin-top: 7px;
    }
}

@media (max-width: 1100px) {
    .stages-v2__item {
        flex: 1 1 40%;
    }
}

/* ---- */
/* Stages v.3 */
.stages-v3__item {
    flex: 1 1 32%;
    border-radius: 10px;
    border-color: rgb(248, 248, 248);
    background-color: rgb(248, 248, 248);
    padding: 20px 30px 26px 34px;
    position: relative;
    display: flex;
    overflow: hidden;
    align-items: center;
}

.stages-v3 {
    column-gap: 27px;
    row-gap: 21px;
}

.stages-v3__count {
    background-color: rgb(255, 255, 255);
    width: 40px;
    height: 40px;
    border-radius: 100px;
    border: 2px solid rgb(247, 247, 247);
    font-family: 'SamsungSharpSans', sans-serif;
    font-size: 18px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--main-color);
}

.stages-v3__pseudocount {
    position: absolute;
    bottom: -20px;
    right: 20px;
    font-size: 70px;
    color: #0000000d;
}

.stages-v3__title {
    font-family: "Samsung One 700", sans-serif;
    text-align: left;
    font-size: 18px;
    padding-left: 17px;
}

/* ---- */
.web-header__phones {
    display: flex;
    column-gap: 44px;
    /* flex: 1; */
}

.web-header__phone {
    font-size: 25px;
}

.web-header__top {
    border-bottom: 1px solid #c1c1c1;
    padding: 11px 0 12px 0;
}

.web-header__info {
    display: flex;
    margin: 0 0 0 auto;
    align-items: center;
    flex: 1;
    justify-content: flex-end;
}

.web-header__bottom {
    padding: 12px 3px;
}

.web-header__city {
    color: var(--main-color);
    font-size: 20px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    border-bottom: 1px dashed;
    padding-bottom: 1px;
    margin-bottom: 5px;
}

.web-header__address {
    font-size: 16px;
    display: block;
    color: #ababab;
}

.web-header__city-icon {
    height: 19px;
    width: auto;
    fill: var(--main-color);
    margin-top: 1px;
    margin-right: 4px;
}

.web-header__info-company {
    margin: 0 auto;
}

.header-menu .menu-list a:hover {
    color: var(--main-color);
}

.web-header__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}


.web-header.sticky .logo__img {
    min-height: 27px;
    transition: all 0.35s ease-in-out 0s;
}

.web-header.sticky .web-header__bottom {
    transition: all 0.2s ease-in-out 0s;
    padding: 6px 3px;
}



.review-content p {
    height: 148px;
    overflow-y: auto;
    padding-right: 10px;
}

.review-content p::-webkit-scrollbar {
    width: 4px;
}

.review-content p::-webkit-scrollbar-track {
    background: #e4e4e4;
}

.review-content {
    line-height: 1.5;
    padding: 27px 26px 40px;
}

.review-content p::-webkit-scrollbar-thumb {
    border-radius: 4px;
    border: 3px solid #c1c1c1;
}





#delivery .header-offer__label {
    background-image: none;
}

#delivery .header-offer__label img {
    position: absolute;
    top: 14px;
    left: 18px;
}

.pagination {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 20px auto 0;
    gap: 6px 6px;
}

.pagination a {
    padding: 12px 13px 12px 13px;
    border-radius: 4px;
    transition: all .3s;
    color: var(--main-color);
    border: 1px solid #dbdbdb;
    min-width: 47px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination a:hover {
    background: var(--main-color);
    color: white;
    border: 1px solid var(--main-color);
}

.pagination-link.active {
    background: var(--main-color);
    color: white;
    border: 1px solid var(--main-color);
}

.model--characteristics {
    position: relative;
    padding-top: 10px;
}

.card-charact {
    position: sticky;
    top: 146px;
}



/* Настройки для кнопки о ПОКАЗАТЬ МОДЕЛИ и относязиеся к этйо теме */
.btn-bigshow {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 40px;
}

.hidden_modal .pagination,
.hidden_modal .models-row__item.models-item:not(:nth-child(-n+18)) {
    display: none;
}

.btn-bigshow button {
    padding: 12px 13px 12px 13px;
    border-radius: 4px;
    transition: all .3s;
    color: var(--main-color);
    border: 1px solid #dbdbdb;
    min-width: 47px;
    background: var(--main-color);
    color: white;
}

.hidden_modal .btn-bigshow button::after {
    content: 'Показать больше';
}

.btn-bigshow button::after {
    content: 'Скрыть';
}

@media (max-width: 920px) {
    .pagination {
        padding-bottom: 0 !important;
        justify-content: center !important;
    }
}


footer .logo__img {
    min-height: 27px;
}

footer .menu-list.menu.two-column {
    display: flex;
    flex-direction: column;
}

@media (min-width: 767px) {
    .dubble {
        padding-top: 34px;
    }
}

@media (max-width: 767px) {
    footer .menu-list.menu.two-column {
        margin-bottom: 0;
    }
}




.card-master .right button {
    margin: 0 auto;
    width: 100%;
    max-width: 220px;
    display: block;
    margin-top: 40px;
}

.sertificate-master {
    padding-top: 14px;
}

.sertificate-master a {
    display: block;
    width: 100%;
    height: 240px;
}

.sertificate-master img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}




.planshet {
    display: none;
}

@media (min-width: 768px) and (max-width: 1000px) {
    .web-header__contacts {
        width: 50% !important;
    }

    header .btn-wrapper button.callback-btn {
        display: none;
    }

    .planshet {
        display: block;
    }

    .modal-body nav {
        padding-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .web-header__contacts {
        flex-direction: column;
    }
}

@media (min-width: 767px) and (max-width: 900px) {
    .page-content-master .callback-btn {
        margin-top: 40px !important;
    }

    .card-master .left {
        padding-left: 24px;
    }
}

@media (max-width: 766px) {
    .page-content-master .callback-btn {
        margin-top: 30px !important;
    }
}







/* Блок неисправности  */
.section__malfunction {
    padding-top: 80px;
    padding-bottom: 80px;
}

.link__malfunction {
    background: #fff;
    padding: 14px 24px;
    font-size: 18px;
    letter-spacing: 1px;
    display: inline-flex;
    width: 100%;
    justify-content: center;
    color: black;
    /* border-radius: 4px; */
    border: 1px solid #a1a1a1;
    transition: all .3s;
    margin-bottom: 16px;
}

.link__malfunction:hover {
    background-color: var(--main-color);
    color: white;
    box-shadow: 0 0 10px rgb(0 0 0 / 25%);
}

.box__malfunctions {
    padding-top: 40px;
}

@media (max-width: 992px) {
    .section__malfunction {
        padding-top: 40px;
        padding-bottom: 40px;
    }

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

    .box__malfunctions {
        padding-top: 20px;
    }
}

.title__category__malfunction {
    font-weight: 900;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    padding: 0 0 12px 0;
}

.bg__malfunctions {
    padding: 12px 12px 0 12px;
    margin-bottom: 20px;
    border-radius: 6px;
    background-color: #f5f5f5;
}





.model-link_hover {
    color: rgb(33, 37, 41);
}

.model-link_hover:hover {
    text-decoration: underline;
}

.header-offer__list p {
    line-height: 1.3;
    font-size: 16px;
}

.seo-section-model {
    padding-top: 60px;
}

.seo-section-model h2 {
    font-size: 26px;
    font-family: 'Samsung One 400', sans-serif;
    margin-bottom: 18px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

.seo-section-model p {
    font-size: 16px;
    line-height: 1.4;
}

.seo-section-model li {
    font-size: 16px;
    line-height: 1.4;
}


@media (min-width: 920px) {
    .quiz-item {
        height: 0;
    }

    .quiz-item.swiper-slide.swiper-slide-active {
        height: 100%;
    }

    .quiz {
        padding: 45px 60px 200px;
    }

    .models-row {
        grid-template-columns: repeat(6, 1fr);
    }

    .quiz-item.swiper-slide.swiper-slide-active[data-slide="3"] {
        height: 200px !important;
    }

}






/* 27-07-2023  */
.li_menu {
    position: relative;
    padding-bottom: 6px !important;
}

.a__menu {
    position: relative;
}

.a__menu::after {
    content: '▼';
    position: absolute;
    right: -16px;
    font-size: 10px;
    top: 5px;
    transition: all .3s;
}

.a__menu:hover::after {
    transform: rotate(180deg);
    top: 4px;
}

.drop_menu {
    position: absolute;
    top: 100%;
    background: white;
    border: 1px solid #b3b3b3;
    padding: 20px;
    border-radius: 8px;
    z-index: 100;
    display: none;
}

.drop_menu ul {
    padding-left: 0;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
}

.drop_menu li {
    padding: 0 !important;
    margin-bottom: 12px;
    width: 150px;
    display: flex;
    justify-content: center;
}

.drop_menu a span.text {
    width: 100%;
    display: inline-block;
    text-align: center;
    max-width: 150px;
    word-wrap: break-word;
}

.drop_menu img {
    height: 80px;
    object-fit: contain;
    margin-bottom: 16px;
    margin-left: auto;
    margin-right: auto;
}

.horizontal-header .header-menu .menu-list .drop_menu a::before {
    display: none;
}


/* Отдельно для Apple  */
.apple_cat {
    padding: 0;
}

.apple_ul {
    display: flex !important;
    flex-direction: column;
    gap: 0 !important;
}

.apple_ul li {
    margin-bottom: 0;
    justify-content: flex-start;
    position: relative;
    width: 100%;
    cursor: pointer;
    padding: 10px 30px !important;
}

.apple_ul li:last-child {
    margin-bottom: 0;
}

.apple_ul span {
    white-space: pre;
}

.apple_ul li::after {
    font-size: 10px;
    content: '►';
    position: absolute;
    right: 6px;
    top: 14px;
}

.apple_ul li:hover a span {
    opacity: .6;
}

.app_cat {
    position: relative;
}

.app_cat ul {
    position: absolute;
    left: 100%;
    display: flex;
    flex-direction: column;
    background-color: white;
    padding: 10px;
    border: 1px solid #b3b3b3;
    z-index: 5;
    border-radius: 0 8px 8px 8px;
    gap: 0;
    max-height: 404px;
    overflow-y: auto;
    display: none;
}

.app_cat ul li {
    white-space: pre;
    margin-bottom: 0 !important;
    padding: 5px 20px 5px 10px !important;
}

.app_cat ul li::after {
    display: none;
}

.app_cat ul li a {
    font-size: 16px !important;
}

.app_cat ul li a:hover {
    opacity: .6;
}

.nav-parent {
    max-height: 284px;
    overflow-y: scroll;
}

.col-md-7.m-order-2 p {
    line-height: 1.4;
}




.seo-models {
    margin: 100px 0 40px;
    font-size: 18px;
    font-weight: 400;
    color: rgb(33, 37, 41);
    line-height: 1.2;
    margin-bottom: 18px;
}

.qseo-models {
    margin-top: 20px;
}

.qseo-models p,
.qseo-models ul,
.qseo-models ol {
    line-height: 1.4;
}



/* Удаляем ненужные карточки  */
@media (min-width: 1001px) {
    .categories-section .hidden__card:nth-child(n + 14) {
        display: none;
    }
}

@media (max-width: 1000px) {
    .categories-section .mobile_hidden__card:nth-child(n + 8) {
        display: none;
    }
}

.hidde__card_btn:nth-child(n + 9) {
    display: none;
}

.faq-block.price-block.active .hidde__card_btn:nth-child(n + 9) {
    display: block;
}

.text__btn::after,
.btn__price_card::after {
    content: 'Показать больше';
}

.text__btn.open_text::after,
.btn__price_card.new_text::after {
    content: 'Скрыть';
}

.model__title {
    margin-top: 40px;
}

.price.model-price.col-xl-12.col-lg-12 .price__body {
    max-height: 530px;
    overflow-y: auto;
}

.d-flex-style .col-md-12 {
    display: flex;
    justify-content: space-between;
}

.d-flex-style .col-md-12 input {
    width: 49%;
    max-width: inherit !important;
}

.offer-form__title {
    font-family: "Samsung One 400", sans-serif;
    line-height: 22px;
}

.offer-form__title span {
    font-family: "Samsung One 700", sans-serif;
}

.scroll-models ul {
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.line_card {
    list-style-type: none;
    padding: 8px 24px;
    border-radius: 6px;
    background-color: #f5f5f5;
    border: 1px solid #a1a1a1;
    cursor: pointer;
    font-family: "Samsung One 700", sans-serif;
    transition: all .4s;
    color: #212529;
}

.line_card:hover {
    background-color: var(--main-color);
    color: white;
}

.modal__line {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.modal__line.displaBlock {
    display: block;
}

.modal__line .bg__modal {
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 40%);
}

.modal__line .content_modal {
    background-color: white;
    width: calc(100% - 28px);
    max-width: 1000px;
    height: calc(100% - 28px);
    max-height: 700px;
    padding: 14px;
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 14px;
    overflow-y: hidden;
}

.modal__line .content_modal div.cont {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 14px;
    overflow: auto;
    height: 100%;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 8px;
}

.cardModalLine {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #f5f5f5;
    border-radius: 10px;
    padding: 10px;
    cursor: pointer;
    transition: box-shadow .4s;
}

.cardModalLine:hover {
    box-shadow: 0 10px 10px rgb(0 0 0 / 25%);
}

.text_line {
    height: 40px;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    color: #000;
}

.cardModalLine:hover .text_line {
    color: var(--main-color);
}

.img_line {
    height: 115px;
    object-fit: contain;
    width: 100%;
    margin-bottom: 10px;
}


/* Вышел с отпуска и пошел работать  */
@media (min-width: 1001px) {
    .click____text {
        display: none;
    }

    .mobileVER {
        display: none;
    }
}

.show__box_btn {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 10px 0 30px 0
}

.text_type_show::after {
    content: 'Показать больше';
}

.text_type_show.show::after {
    content: 'Скрыть';
}

.car___type:nth-child(n + 10) {
    display: none;
}

.car___type.show {
    display: block;
}

.bg__malfunctions .card__malfunctions {
    display: none;
}

.bg__malfunctions {
    cursor: pointer;
}

@media (max-width: 1000px) {

    .pcVER {
        display: none;
    }

    .click____text {
        display: flex;
        width: 100%;
        justify-content: center;
        color: #888;
    }

    .quiz-item.swiper-slide {
        height: 0;
    }

    .quiz-item.swiper-slide.swiper-slide-active {
        height: 100%;
    }

    .quiz,
    .contact-form-block__bg {
        background-image: none !important;
    }

}

.text___hide div {
    margin-bottom: 28px;
    margin-top: 4px;
}

.text___hide div span::after {
    content: 'Показать весь';
    font-size: 16px;
    color: #888;
    cursor: pointer;
}

.text___hide div span.show::after {
    content: 'Скрыть';
}

.text___hide div span:hover {
    text-decoration: underline;
}

.text___hide p {
    overflow-y: hidden;
    max-height: 64px;
    margin-bottom: 0;
    line-height: 1.4;
}

.text___hide p.show {
    overflow-y: hidden;
    max-height: inherit;
    margin-bottom: 0;
}

.title__category__malfunction {
    display: flex;
}

.title__category__malfunction svg path {
    stroke: #888;
}

.title__category__malfunction svg:first-child {
    width: auto;
    height: 19px;
    margin-right: auto;
}

.title__category__malfunction svg:last-child {
    width: auto;
    height: 19px;
    margin-left: auto;
}






.page-client .mini-contactform__number {
    position: absolute;
    font-family: "SamsungSharpSans", sans-serif;
    left: 0;
    top: 0;
    opacity: 1;
    z-index: 0;
    color: var(--main-color);
    filter: drop-shadow(white 6px 7px 1px);
    background-color: white;
    border-radius: 330px;
    line-height: 1;
    font-size: 145px;
    padding: 20px 70px 0;
    height: 100%;
    display: flex;
    align-items: center;
}

.box__card_advantage {
    padding-top: 80px;
    padding-bottom: 60px;
}

.box__card_work {
    padding-bottom: 60px;
}

.card_advantage_client {
    background-color: #F8F8F8;
    margin-bottom: 24px;
    height: 110px;
    display: flex;
    align-items: center;
    padding: 14px;
}

.icon__advantage_client {
    width: 90px;
    height: 80px;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 12px;
}

.card_advantage_client div:last-child {
    font-size: 21px;
    line-height: 21px;
    text-align: center;
    max-width: 263px;
}

.title__client_h4 {
    margin-bottom: 48px;
}



.box__card_work {
    padding-top: 0px;
    padding-bottom: 60px;
}

.card_work_client {
    background-color: white;
    margin-bottom: 24px;
    height: 228px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.icon__work_client {
    width: 100px;
    height: 90px;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
    border: 1px solid #F7F7F7;
}

.card_work_client div:last-child {
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    max-width: 263px;
    color: var(--main-color);
}

.spec_price {
    padding-bottom: 40px;
}

.form_spec_price {
    background-color: #f8f8f8;
    padding: 45px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.form_spec_price .proc {
    color: var(--main-color);
    opacity: 5%;
    font-family: 'Samsung One 700', sans-serif;
    display: block;
    position: absolute;
    z-index: 0;
}

.form_spec_price .proc-1 {
    left: 39%;
    top: -15px;
    transform: rotate(-15deg);
    font-size: 85px;
    opacity: 11%;
}

.form_spec_price .proc-2 {
    right: 5%;
    font-size: 220px;
    top: 15%;
    opacity: 5%;
}

.form_spec_price .proc-3 {
    left: 45%;
    bottom: -15px;
    transform: rotate(15deg);
    font-size: 85px;
    opacity: 7%;
}

.title_spec_price {
    font-size: 31px;
    font-family: 'Samsung One 700', sans-serif;
    color: var(--main-color);
    margin-bottom: 50px;
}

.subtitle_spec_price {
    font-size: 18px;
    font-family: 'Samsung One 400', sans-serif;
    color: #212529;
    margin-bottom: 60px;
}

.form_spec_price button {
    height: 54px;
    width: 333px;
    border-radius: 54px;
    border: 1px solid var(--main-color);
    color: var(--main-color);
}

.form_spec_price button:hover {
    background-color: var(--main-color);
    ;
    color: white;
    font-size: 16px;
}

.content__spec_price {
    position: relative;
    z-index: 5;
}


.background--last_form {
    background-color: #f8f8f8;
    padding: 46px;
    position: relative;
}

.last_form--title {
    font-size: 32px;
    color: #212529;
    line-height: 38px;
    margin-bottom: 28px;
}

.last_form--subtitle {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 47px;
    color: #212529;
}

.form___last form {
    margin-bottom: 14px;
}

.form___last form input[type="input"] {
    height: 53px;
    margin-right: 24px;
    border-radius: 54px;
    border: 1px solid #C9C9C9;
    font-size: 16px;
    width: 100%;
    max-width: 335px;
}

.form___last form input[type="submit"] {
    height: 53px;
    border-radius: 54px;
    width: 100%;
    max-width: 215px;
    background-color: var(--main-color);
    color: white;
    border: 1px solid var(--main-color);
}

/* .form___last form input[type="submit"]:disabled {
    opacity: 60%;
} */

.form___last form input[type="submit"] {
    opacity: 100%;
}

.text__privace {
    color: silver;
    font-size: 12px;
}

.text__privace a {
    color: silver;
    font-size: 12px;
    text-decoration: underline;
}

.text__privace a:hover {
    text-decoration: none
}

.manager--last_form {
    position: absolute;
    bottom: -46px;
    right: 30px;
}

.last__form {
    padding-top: 150px;
}

@media (min-width: 992px) {
    .version_mobile {
        display: none;
    }
}

@media (max-width: 992px) {
    .icon__advantage_client {
        margin-bottom: 12px;
        margin-right: 0;
    }

    .card_advantage_client {
        padding: 6px;
        flex-direction: column;
        height: auto;
    }

    .card_advantage_client div:last-child {
        font-size: 15px;
        line-height: 16px;
    }

    .contact-form-block .mini-contactform__number {
        display: none;
    }

    .manager--last_form {
        display: none;
    }

    .background--last_form {
        padding: 14px;
    }

    .last__form {
        padding-top: 10px;
        padding-left: 12px;
        padding-right: 12px;
    }

    .form___last form input[type="submit"],
    .form___last form input[type="input"] {
        max-width: inherit;
    }

    .card_advantage_client div.etxt {
        display: flex;
        align-items: center;
    }

    .card_work_client {
        height: 120px;
    }

    .form_spec_price {
        padding: 16px;
    }

    .form_spec_price button {
        width: 100%;
    }

    .title_spec_price,
    .subtitle_spec_price {
        margin-bottom: 20px;
    }

    .pc_version {
        display: none;
    }

    .page-client .title__client_h4 {
        margin-bottom: 20px;
    }
}

.version_mobile {
    padding: 0 20px;
}

.arrow-lr {
    height: 2px;
    width: 100%;
    max-width: 220px;
    margin: 0 auto;
    background-color: #0077C8;
    position: relative;
}

.arrow-lr::after {
    content: '';
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    right: -1px;
    border-right: 2px solid #0077C8;
    border-top: 2px solid #0077C8;
    transform: rotate(45deg);
    top: -4px;
}

.arrow-lr::before {
    content: '';
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    left: -1px;
    border-left: 2px solid #0077C8;
    border-top: 2px solid #0077C8;
    transform: rotate(-45deg);
    top: -4px;
}




@media (max-width: 768px) {
    .scroll-models ul {
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: 14px;
    }

    .line_card {
        white-space: nowrap;
    }
}



@media (min-width: 992px) {
    .version_mobile_work {
        display: none;
    }
}

@media (max-width: 992px) {
    .pc_version_work {
        display: none !important;
    }

    .page-client .stages-item {
        margin-bottom: 0 !important;
        flex: 1 0 auto !important;
        height: auto;
    }

    .page-client .stages-item::before {
        bottom: 42% !important;
        left: inherit !important;
        right: -15px !important;
        transform: rotate(0deg) !important;
    }

    .client_slider_work {
        width: 65%;
    }
}




.page-client .stages-item::before {
    display: none;
}





.pc-none {
    display: block;
}

.pc-none .whatsapp-fix {
    position: fixed;
    bottom: 40px;
    right: 40px;
    width: 100px;
    height: 100px;
    animation: pulse 1s infinite;
    z-index: 5;
}

.pc-none .whatsapp-fix svg {
    width: 100%;
    height: 100%;
}

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

    50% {
        transform: scale(1.15);
    }

    100% {
        transform: scale(1);
    }
}

.header_social_link svg path[fill="url(#paint0_linear_87_7264)"] {
    fill: var(--main-color);
}

.sert .wrapper .container{
    display: flex; 
    gap: 90px;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 60px;
}
.sert .wrapper .container .sert-crop{
    max-width: 200px;
    max-height: 524px;
    flex: 1 0 45%;
    border-radius: 10px;
}
.sert .wrapper .container .sert-crop img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 10px;
}
.sert .wrapper .container .sert-text{
    display: flex; 
    flex-direction: column;
    gap: 28px;
    flex: 1 0 45%;
}
.sert .wrapper .container .sert-text .paragraph{
    font-size: 21px;
    line-height: 1.2;
}
.sert .wrapper .container .sert-text .secondary-title{
    font-size: 31px;
    line-height: 1.2;
}
.sert .wrapper .container .sert-text .secondary-title span{
    font-family: "Samsung One 400", sans-serif;
    color: var(--main-color);
}

@media (max-width:1050px) {
    .sert .wrapper .container{
        gap: 32px;
    }
    .sert .wrapper .container .sert-crop{
        max-width: 242px;
        max-height: 342px;
        flex: 1 0 50%;
    }
    
    .sert .wrapper .container .sert-text{
        gap: 20px;
    }
    .sert .wrapper .container .sert-text .paragraph{
        
        text-align: center;
    }
    .sert .wrapper .container .sert-text .secondary-title{
        font-size: 24px;
        text-align: center;
    }
    
}



.box__haracteristika {
    margin:0 0 60px 0;
    width: 100%;
}
.box__haracteristika.hide {
    display: none;
}
.box__haracteristika.show {
    display:block;
}
.box__haracteristika .form__input {
    max-width: 250px;
    margin: 0 auto;
    display: block;
    margin-top: 30px;
}


.model-charact--decription {
    display: flex;
    flex-wrap: wrap;
    border: 3px solid rgb(248, 248, 248);
    padding: 11px 0;
    border-radius: 6px;
    max-height: 310px;
    overflow-y: hidden;
    background-color: rgb(248, 248, 248);
}
.model-charact--decription.open {
    max-height: inherit;
}

.card__haract {
    border-radius: 4px;
    box-shadow: 0 3px 5px rgb(0 0 0 /6%);
    padding: 14px;
    display: flex;
    align-items: center;
    height: 100%;
    background-color: white;
}

.card__haract div:first-child {
    text-align: left;
    line-height: 1.2;
}

.card__haract div:last-child {
    text-align: right;
    line-height: 1.2;
    word-wrap: break-word;
}

.title-haracteristiks {
    width: 100%;
    font-size: 20px;
    font-family: "Samsung One 700", sans-serif;
    padding: 14px 28px;
    border-color: rgb(248, 248, 248);
    background-color: rgb(248, 248, 248);
    border-top: 1px solid var(--main-color);
}

.title-haracteristiks:nth-child(n + 2) {
    margin-top: 16px;
}

.card__haract .cell-1 {
    width: 50%;
}

.card__haract .cell-2 {
    width: 50%;
}

@media (max-width: 992px) {
    .header_social_link {
        padding: 20px !important;
    }

    .box__haracteristika {
        margin: 24px 0;
    }
}

.segment-model.segment__hiden .models-item:nth-child(n + 19) {
    display: none;
}

.segment-model {
    display: grid;
}

.btn-bigshow-segment {
    display: block;
    padding: 14px 28px;
    border-radius: 6px;
    background-color: var(--main-color);
    border: 1px solid var(--main-color);
    color: white;
    width: fit-content;
    margin: 30px auto 0;
    transition: all .3s;
}

.btn-bigshow-segment:hover {
    background-color: white;
    color: var(--main-color);
    cursor: pointer;
}

.btn-bigshow-segment.text_show {
    font-size: 0;
}

.btn-bigshow-segment.text_show::after {
    content: "Скрыть";
    font-size: 16px;
}

.device_segment_card {
    display: grid;
}

.header-offer__title.custom-04-2024{
font-size: 44px;
font-family: "Samsung One 400", sans-serif;
}

.header-offer__list.custom-04-2024{
    margin: 32px 0;
    padding: 0;
}
.header-offer__list.custom-04-2024 li svg {
    height: 32px;
    width: 32px;
    margin-right: 17px;
    min-width: 32px;
}
.header-offer__list.custom-04-2024 li span span {
    font-family: "Samsung One 700", sans-serif;
    color: var(--main-color);
}
.offer-form__title.custom-04-2024 {
    font-size: 20px;
}
.header-offer__list.custom-04-2024 li:not(:last-child) {
    margin-bottom: 15px;
}

.header-offer.custom-04-2024{
    padding-top: 59px;
}

.fixed-modal.none{
    display: none;
}
.fixed-modal{
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 50;
    width: 100%;
}
.fixed-modal .container {
    padding: 23px 39px;
    display: flex;
    align-items: center;
    gap: 80px;
    width: 100%;
    border-radius: 20px 20px 0 0;
    background-color: var(--main-color);
    
}
.container {
}
.fixed-modal-text {
    font-size: 20px;
    color: white;
    font-family: "Samsung One 700", sans-serif;
}
.fixed-modal-button{
    background-color: white;
    color: var(--main-color);
    font-family: "Samsung One 400", sans-serif;
    font-size: 16px;
    border-radius: 54px;
    padding: 20px 0;
    max-width: 360px;
    width: 100%;
    border: none;
transition: all 0.3s ease-out;
}
.fixed-modal-button:hover{
    transform: translateY(-3px);
}
.fixed-modal-close.pc-seen{
    margin-left: auto;
    transition: all 0.3s ease-out;
}
.fixed-modal-close.pc-seen:hover{
    transform: translateY(-3px);
}
.pc-seen {
}
.pc-invisible {
    display: none;
}

@media (min-width: 320px) and (max-width: 1000px) {

    .fixed-modal-text {
        font-size: 16px;
        max-width: 125px;
        text-align: left;
        /* color: white; */
        /* font-family: "Samsung One 700", sans-serif; */
    }
    .fixed-modal .container {
        padding: 23px 20px;
        display: flex;
        align-items: center;
        gap: 27px;
        justify-content: center;
        width: 100%;
        border-radius: 20px 0px 0 0;
        background-color: var(--main-color);
        position: relative;
        
    }
    .fixed-modal-button{
        /* background-color: white; */
        /* color: var(--main-color); */
        /* font-family: "Samsung One 400", sans-serif; */
        /* font-size: 16px; */
        /* border-radius: 54px; */
        /* padding: 20px 0; */
        max-width: 202px;
        /* width: 100%; */
        /* border: none; */
    /* transition: all 0.3s ease-out; */
    }
    .fixed-modal-button:hover{
        /* transform: translateY(-3px); */
    }
    .fixed-modal-close.pc-seen{
        margin-left: auto;
        transition: all 0.3s ease-out;
    }
    .fixed-modal-close.pc-seen:hover{
        transform: translateY(-3px);
    }
    .pc-seen {
        display: none;
    }
    .pc-invisible {
        position: absolute;
        right: 0;
        width: 32px;
        height: 32px;
        justify-content: center;
        align-items: center;
        top: -31px;
        background-color: var(--main-color);
        border-radius: 12px 12px 0 0 ;
        display: flex;

    }
    .pc-invisible svg{
        width: 20px;
        height: 20px;
    }

}

.price-har_switch {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 1rem 0;
}
.switch-box {
    border-radius: 4px;
    border: 1px solid #CBCBCB;
    padding: 7px 15px;
    font-size: 16px;
    color: #212529;
    background-color: transparent;
    
    transition: all 0.3s ease;
    cursor: pointer;
}
.switch-box:hover {
    background-color: var(--main-color);
    color: white;
}
.switch-box.active {
    background-color: var(--main-color);
    color: white;
}
.switch-box.active:hover {
    background-color: var(--main-color);
    color: white;
}


.web-footer__contacts .text ul li  {
    margin-bottom: 12px;
}


