body {
    --active: #0074e8;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

*:focus {
    outline: none;
}

a, button {
    cursor: pointer;
}

a, button, li {
    border: none;
    text-decoration: none;
    color: inherit;
    outline: none;
    list-style: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
}

a:hover, button:hover, li:hover {
    text-decoration: none;
}

a:focus, a:active, button:focus, button:active, li:focus, li:active {
    outline: none;
}

input[type="tel"], input[type="submit"] {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
}

input[type="tel"], input[type="tel"]:invalid, textarea, textarea:invalid {
    border: 2px solid #e80000;
    text-decoration: none;
    outline: none;
    list-style: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    background: #ffffffd5;
}

input[type="tel"]:focus, input[type="tel"]:active, input[type="tel"]:invalid:focus, input[type="tel"]:invalid:active, textarea:focus, textarea:active, textarea:invalid:focus, textarea:invalid:active {
    outline: none;
}

body, html {
    height: 100%;
}

body {
    position: relative;
    margin: 0;
    overflow-x: hidden;
    font-family: 'segoe ui';
}
main {
    min-height: 100%;
}

h1, h2, h3, h4, h5, h6, p, ul {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

li {
    list-style: none;
}

img {
    max-width: 100%;
    border: none;
    outline: none;
}

small {
    display: block;
    max-width: 100%;
}

.modal form {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

form span {
    width: 100%;
}

.input_shell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

textarea {
    color: #000000;
}

textarea::-webkit-input-placeholder {
    color: inherit;
    font-size: inherit;
    font-family: inherit;
}
textarea::-moz-placeholder {
    color: inherit;
    font-size: inherit;
    font-family: inherit;
}

textarea:-ms-input-placeholder {
    color: inherit;
    font-size: inherit;
    font-family: inherit;
}

textarea::-ms-input-placeholder {
    color: inherit;
    font-size: inherit;
    font-family: inherit;
}

textarea::placeholder {
    color: inherit;
    font-size: inherit;
    font-family: inherit;
}
picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

body.no-scroll {
    overflow-y: hidden;
}

.window-padding {
    padding-right: 17px !important;
}
.form form {
    width: 100%;
    max-width: 514px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.form small {
    margin-top: 25px;
    color: #fff;
    font-size: 16px;
    line-height: calc(19 / 16);
}

.form .input_shell {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.form span {
    padding-right: 14px;
}

.form .submit {
    position: relative;
}

input[type="tel"] {
    width: 100%;
    height: 100%;
    padding: 0 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: 'segoe ui';
    font-size: 18px;
    color: #312f2f;
}

input[type="tel"]::-webkit-input-placeholder {
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    -webkit-transition: all .3s;
    transition: all .3s;
}

input[type="tel"]::-moz-placeholder {
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    -moz-transition: all .3s;
    transition: all .3s;
}

input[type="tel"]:-ms-input-placeholder {
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    -ms-transition: all .3s;
    transition: all .3s;
}

input[type="tel"]::-ms-input-placeholder {
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    -ms-transition: all .3s;
    transition: all .3s;
}

input[type="tel"]::placeholder {
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.submit {
    min-width: 255px;
    height: 60px;
    border-radius: 8px;
    background-color: #e80000;
    font-size: 18px;
    font-family: 'helvetica';
    color: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.title {
    margin-bottom: 80px;
    font-size: 40px;
    line-height: calc(48.7 / 40);
    color: #2E2E34;
    font-family: 'helvetica';
    font-weight: 700;
}

.title_white {
    color: #fff;
}
.title span {
    color: #0074e8;
}
.button {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    width: 100%;
    padding: 0 16px;
}

.bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.menu-link {
    display: none;
    position: relative;
    width: 35px;
    height: 35px;
    margin-left: 8px;
    background: transparent;
    border-radius: 4px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.menu-link_active .menu-lines {
    background: transparent;
}

.menu-link_active .menu-lines:after {
    top: 0;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.menu-link_active .menu-lines:before {
    top: 0;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.menu-lines, .menu-lines:before, .menu-lines:after {
    position: absolute;
    width: 30px;
    height: 2.5px;
    background-color: var(--active);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.menu-lines {
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.menu-lines:before {
    content: '';
    top: -9px;
}

.menu-lines:after {
    content: '';
    top: 9px;
}

.header-bg {
    background-image: url('/assets/images/header-bg.jpg');
    background-size: cover;
    background-position: right center;
}
.header__row {
    min-height: 100px;
    padding: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__row_shell {
    background: #fff;
    -webkit-box-shadow: 0px 4px 15px rgba(46, 46, 52, 0.15);
    box-shadow: 0px 4px 15px rgba(46, 46, 52, 0.15);
}

.header__row_shell_fixed {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 5;
    width: 100%;
    background: #fff;
    -webkit-animation: fadeInTop .8s;
    animation: fadeInTop .8s;
    -webkit-box-shadow: 0px 4px 15px rgba(46, 46, 52, 0.15);
    box-shadow: 0px 4px 15px rgba(46, 46, 52, 0.15);
}

.header__row_shell_fixed .header__number small {
    display: none;
}

.header_fixed {
    min-height: 100px;
}

.header--logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 110px;
    flex: 0 0 110px;
}

.logo_tip {
    font-size: 18px;
    font-family: 'helvetica';
    font-weight: 700;
    border: 3px solid;
    border-radius: 5px;
    padding: 0 5px;
    border-color: #0074e8 #2f8dea #e80000 #f44949;
}

.logo_tip span {
    color: #0074e8;
}

.header__menu, .header__right_navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.header__menu {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.header__menu li {
    margin-left: 25px;
    font-size: 16px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.header__right_navigation {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header__number {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.header__number small {
    position: absolute;
    right: 0;
    bottom: -25px;
    font-size: 16px;
    color: #0074e8;
    font-family: 'helvetica';
    font-weight: 700;
}

.header__phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 132px;
    font-size: 24px;
    font-family: 'helvetica';
    font-weight: 700;
    line-height: 1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.header__phone span {
    margin-left: 14px;
}
.header__main {
    max-width: 2500px;
    margin: 0 auto;
    padding: 30px 0 130px;
    color: #2E2E34;
}

.header__main-left-navigation {
    max-width: 100%;
    margin-right: 100px;
}

.header__title {
    margin-bottom: 30px;
    font-size: 52px;
    line-height: calc(63 / 52);
    font-family: 'helvetica';
    font-weight: 700;
}

.header__subtitle {
    margin-bottom: 28px;
    font-size: 20px;
    line-height: 1.3;
    color: rgba(46, 46, 52, 0.85);
}

.header__title span {
    color: #0074e8;
}
.header--list {
    margin-bottom: 40px;
}

.header--list li {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: calc(29 / 24);
    font-style: italic;
    position: relative;
    padding-left: 45px;
    line-height: 1;
}

.header--list li:last-child {
    margin-bottom: 0;
}

.header--list li span {
    font-weight: 600;
}

.header--list li:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 10px;
    width: 23px;
    height: 5px;
    border-radius: 5px;
    background: #0074e8;
}

.header--form small {
    color: rgba(46, 46, 52, 0.6);
}

.submit--primary {
    background-color: #e80000;
}

.header-trust {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
    color: rgba(46, 46, 52, 0.8);
    font-size: 16px;
}

.header-trust__item {
    white-space: nowrap;
}

.header-trust__dot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: rgba(46, 46, 52, 0.4);
}

.header-shell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.dignity {
    padding: 80px 0;
    background: linear-gradient(to bottom, #ebf4fe, #fff);
}

.dignity__img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.dignity__img img {
    max-height: 314px;
    -o-object-fit: contain;
    object-fit: contain;
}

.dignity__row {
    position: relative;
}

.dignity-shell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: -65px;
    padding-left: 76px;
    padding-right: 76px;
}

.dignity__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 65px;
    gap: 38px;
}
.dignity__item-text {
    max-width: 200px;
    color: rgba(46, 46, 52, 0.8);
    line-height: calc(21 / 18);
    font-size: 18px;
}

.price {
    position: relative;
}

.tceny__title {
    margin-bottom: 55px;
}
.advantages {
    -webkit-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    transform: translatey(-50%);
}

.advantage-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 25px;
    gap: 25px;
    -webkit-box-shadow: 0px 4px 20px rgba(46, 46, 52, 0.15);
    box-shadow: 0px 4px 20px rgba(46, 46, 52, 0.15);
    background-color: #ffffff;
}

.advantage-item-shell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.advantage-item-icon {
    max-width: 34px;
    max-height: 34px;
    -ms-flex-preferred-size: 34px;
    flex-basis: 34px;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.advantage-item-text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    line-height: calc(19.5 / 16);
    font-size: 16px;
    color: rgba(46, 46, 52, 0.8);
}

.service {
    padding: 80px 0;
}

.service__title {
    text-align: left;
}

.service__title span {
    color: var(--active);
}

.service-shell {
    margin: 0;
    border: 1px solid #E5E5E5;
}

.service-shell > div {
    padding: 0;
}

.service__item {
    position: relative;
    z-index: 1;
    padding: 45px 25px 45px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    border-bottom: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
    color: #2E2E34;
    overflow: hidden;
}

.service__item-img {
    position: absolute;
    right: 33px;
    bottom: 0;
    max-width: 260px;
    -o-object-fit: contain;
    object-fit: contain;
}

.service__item-shell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.service__item_1 {
    min-height: 342px;
    background: #f8f8f8;
}

.service__item_2 {
    min-height: 358px;
}

.service__item_3 {
    min-height: 358px;
}

.service__item_7 {
    min-height: 358px;
    border-right: none;
}

.service__item_8 {
    min-height: 358px;
    padding: 40px;
    border-right: none;
}

.service-item-title {
    margin-bottom: 25px;
    font-size: 20px;
    line-height: calc(24 / 20);
    font-family: 'helvetica';
    font-weight: 700;
}
.service-item-list {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.service-item-list li {
    position: relative;
    margin-bottom: 15px;
    padding-left: 45px;
    font-size: 14px;
    line-height: 1;
    color: rgba(46, 46, 52, 0.8);
    font-family: 'helvetica';
}

.service-item-list li:last-child {
    margin-bottom: 0;
}

.service-item-list li:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 7px;
    width: 23px;
    height: 5px;
    border-radius: 5px;
    background: #0074e8;
}

.service__item-price {
    padding: 12px 15px;
    min-width: 114px;
    max-width: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #E5E5E5;
    cursor: pointer;
    font-family: 'helvetica';
    font-weight: 700;
    border-radius: 10px;
    font-size: 18px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.service__item_1 .service__item-price {
    background: #0075ec;
    color: #FFF;
}

.service__form-title {
    margin-bottom: 10px;
    font-size: 36px;
    line-height: calc(44 / 36);
    font-family: 'helvetica';
    font-weight: 700;
}

.service__form-subtitle {
    margin-bottom: 40px;
    font-size: 24px;
    line-height: calc(29 / 24);
    font-family: 'helvetica';
}

.service__form small {
    max-width: 326px;
    font-size: 14px;
    line-height: calc(16 / 14);
    color: rgba(46, 46, 52, 0.6);
}

.service__form .form {
    position: relative;
    z-index: 1;
}

.service__form .form form {
    padding: 15px 15px 15px 40px;
}

.service__form .form .submit {
    min-width: 230px;
    border-radius: 10px;
}

.service__form .form small {
    max-width: 100%;
}
.brands {
    padding-bottom: 80px;
    padding-top: 80px;
}
.brands small {
    text-align: center;
    margin-top: 15px;
    color: #7b7474;
}

.delivery {
    position: relative;
    z-index: 1;
    min-height: 485px;
    background: #0074E8;
}

.delivery__bg {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    max-width: 43.8%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: left;
    object-position: left;
}

.delivery__col {
    width: 100%;
    max-width: 656px;
    padding: 80px 40px 80px 0;
    color: #fff;
}

.delivery__title {
    margin-bottom: 20px;
    text-align: left;
    color: #fff;
    font-size: 36px;
    font-family: 'helvetica';
    line-height: calc(43 / 36);
}
.delivery__subtitle {
    margin-bottom: 57px;
    font-size: 24px;
}

.delivery__form small {
    font-size: 14px;
    line-height: calc(16 / 14);
    color: rgba(255, 255, 255, 0.6);
}

.contacts {
    position: relative;
    padding-top: 70px;
    padding-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #ebf4fe;
}

.contacts-shell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 68px;
}
.contacts__text {
    font-size: 24px;
    line-height: calc(39 / 24);
    color: #2E2E34;
    font-family: 'helvetica';
    font-weight: 700;
}

.contacts__text span, .contacts__text a {
    position: relative;
    z-index: 1;
    color: var(--active);
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.contacts__text span:before, .contacts__text a:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 2px;
    background: var(--active);
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.contacts__subtitle2 {
    font-size: 14px;
    margin: 20px 0;
}

.list-contacts {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    font-size: 14px;
    margin-top: 10px;
}

.list-contacts li {
    position: relative;
    padding-left: 20px;
}

.list-contacts li::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 9px;
    width: 10px;
    height: 4px;
    border-radius: 4px;
    background: #0074e8;
}

.table {
    width: 100%;
    max-width: 700px;
    border: none;
    margin: auto;
    margin-bottom: 20px;
}

.table tbody td {
    text-align: left;
    border: none;
    padding: 10px 15px;
    font-size: 18px;
    vertical-align: top;
}

.table tbody tr:nth-child(even) {
    background: #f3f3f3;
}

.table tbody tr td:first-child {
    border-radius: 8px 0 0 8px;
}

.table tbody tr td:last-child {
    border-radius: 0 8px 8px 0;
    color: #0074e8;
}

.table tbody tr td b:last-child:hover {
    cursor: pointer;
}

@media only screen and (max-width: 768px) {
    .list-contacts {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

.discount-section {
    position: relative;
    z-index: 1;
    min-height: 426px;
    padding: 80px 0;
    color: #fff;
    background-image: url('/assets/images/discount-bg.jpg');
    background-size: cover;
}

.discount-section:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #0074e8d9;
}

.discount-section-shell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.discount-section__title {
    margin-bottom: 35px;
    font-size: 36px;
    font-family: 'helvetica';
    font-weight: 700;
}

.discount-section__title div {
    display: inline-block;
}

.discount-section__subtitle {
    margin-bottom: 50px;
    font-size: 24px;
    line-height: calc(28 / 24);
    font-family: 'helvetica';
    font-weight: 700;
}

.discount-section__subtitle div {
    display: inline-block;
}

.discount-section__form form {
    margin: 0 auto;
}

.questions {
    position: relative;
    z-index: 1;
    min-height: 426px;
    padding: 80px 0;
    color: #fff;
    background-image: url('/assets/images/questions-bg.jpg');
    background-size: cover;
}

.questions:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #0074e8d9;
}

.questions-shell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.questions__title {
    margin-bottom: 35px;
    font-size: 36px;
    font-family: 'helvetica';
    font-weight: 700;
}

.questions__title div {
    display: inline-block;
}

.questions__subtitle {
    margin-bottom: 50px;
    font-size: 24px;
    line-height: calc(28 / 24);
    font-family: 'helvetica';
    font-weight: 700;
}

.questions__subtitle div {
    display: inline-block;
}

.questions__form form {
    margin: 0 auto;
}

.questions-fields {
    margin-right: 15px;
}

.questions-input {
    height: 60px;
    margin-bottom: 15px;
}

.textpole__control {
    width: 100%;
    margin-right: 15px;
    padding: 0 20px;
    font-family: 'segoe ui';
    font-size: 18px;
    color: #312f2f;
}

.reviews {
    padding: 80px 0;
    background: #ebf4fe;
}

.reviews-shell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 125px;
    -moz-column-gap: 125px;
    column-gap: 125px;
    row-gap: 53px;
}

.reviews-item {
    width: 100%;
    max-width: 43.8439%;
}

.reviews-item-content {
    position: relative;
    margin-bottom: 30px;
    padding: 37px;
    min-height: 218px;
    background: #fff;
    box-shadow: 0px 4px 15px rgba(46, 46, 52, 0.15);
}

.reviews-item-text {
    margin-bottom: 38px;
    font-size: 18px;
    line-height: calc(21 / 18);
    color: #000;
}
.reviews-item-user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
}

.reviews-item-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -o-object-fit: contain;
    object-fit: contain;
}

.reviews-item-name {
    letter-spacing: 0.03em;
    font-size: 22px;
    font-weight: 600;
}

.footer {
    padding: 22px 0;
}

.footer_shell, .footer-up {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer_shell {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 87px;
}

.footer-middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 27px;
}

.footer-policy {
    color: #0074e8;
    font-size: 14px;
    text-decoration: underline;
}

.footer__text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: 10px;
    color: rgba(46, 46, 52, 0.8);
}

.footer-up {
    width: 45px;
    height: 45px;
    background-image: url('/assets/images/up.png');
    background-size: contain;
    background-repeat: no-repeat;
}
.popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 21;
    display: none;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}

.popup_show {
    padding-right: 17px !important;
}

.popup.show {
    -webkit-animation: fadeInTop .7s;
    animation: fadeInTop .7s;
}

.popup__dialog {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.popup__content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-height: 95%;
    padding: 65px 55px;
    width: 100%;
    max-width: 540px;
    min-height: 447px;
    background: #fff;
    -webkit-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.05);
}

.popup__title {
    margin-bottom: 20px;
    font-size: 40px;
    line-height: calc(48 / 40);
    font-family: 'helvetica';
    text-align: center;
}

.popup__title::first-letter {
    text-transform: uppercase;
}

.popup__subtitle {
    margin-bottom: 25px;
    font-size: 14px;
    font-family: 'helvetica';
    text-align: center;
    line-height: calc(17 / 14);
}

.popup__form {
    max-width: 335px;
}

.popup__form span {
    padding-right: 0;
}

.popup__form input[type="tel"] {
    width: 100%;
    height: 50px;
    margin-bottom: 20px;
}

.popup__form .submit {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 50px;
    margin-bottom: 25px;
}

.popup__form small {
    margin-top: 0;
    font-size: 11px;
    line-height: calc(13 / 11);
    color: #2E2E34;
    text-align: center;
}

.popup__close {
    position: absolute;
    right: -67px;
    top: -46px;
    font-size: 86px;
    color: var(--active);
    font-weight: normal;
    text-shadow: none;
    cursor: pointer;
    opacity: 1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.popup__close:hover {
    color: var(--active);
}

.popup__ok .popup__content {
    min-height: auto;
}

@media (min-width: 768px) {
    .container {
        width: 100%;
        padding: 0 24px;
    }

    .dignity__item:nth-child(odd) {
        width: 50%;
    }
    .service__item-shell:nth-last-child(1) .service__item, .service__item-shell:nth-last-child(2) .service__item {
        border-bottom: none;
    }
    .discount-section__title br {
        display: none;
    }

    .discount-section__subtitle br {
        display: none;
    }
}
@media (min-width: 992px) {
    .container {
        width: 100%;
        padding: 0 32px;
    }

    .header__menu li:hover {
        color: var(--active);
    }

    .header__phone:hover {
        color: var(--active);
    }

    .dignity__item:nth-child(3) {
        margin-left: -76px;
    }

    .dignity__item:nth-child(4) {
        margin-right: -76px;
    }

    .service__item_3 {
        border-right: none;
    }

    .contacts__text span:hover:before, .contacts__text a:hover:before {
        opacity: 1;
    }

    .reviews-shell {
        padding-top: 192px;
    }

    .reviews-item:nth-child(odd) {
        margin-top: -192px;
    }
    .reviews-item:nth-child(even) .reviews-item-content:before {
        left: auto;
        right: 50px;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .reviews-item:nth-child(even) .reviews-item-user {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}

.price {
    padding: 80px 0;
}

@media (min-width: 1200px) {
    .container {
        width: 100%;
        padding: 0 40px;
    }
}
@media (max-width: 1300px) {
    .contacts__text {
        margin-left: 10px;
        font-size: 18.5px;
    }
}

@media (max-width: 1199px) {
    .form form {
        border-radius: calc(10px + 10 * ((100vw - 320px) / 1600));
    }

    .form form {
        min-height: 70px;
    }

    .form small {
        margin-top: calc(15px + 10 * ((100vw - 320px) / 1600));
    }

    .form small {
        font-size: calc(14px + 2 * ((100vw - 320px) / 1600));
    }

    input[type="tel"] {
        font-size: calc(16px + 2 * ((100vw - 320px) / 1600));
    }

    .submit, .questions-input {
        height: calc(48px + 12 * ((100vw - 320px) / 1600));
    }

    .submit, .questions-input, .textpole__control {
        font-size: calc(15px + 3 * ((100vw - 320px) / 1600));
    }

    .padding-section {
        padding: 35px 0;
    }

    .padding-section-top {
        padding-top: 70px;
    }

    .padding-section-bottom {
        padding-bottom: 70px;
    }

    .title {
        font-size: calc(23px + 17 * ((100vw - 320px) / 1600));
    }

    .title {
        margin-bottom: 55px;
        font-size: 45px;
    }

    .header__menu li {
        margin-left: calc(20px + 41 * ((100vw - 320px) / 1600));
    }

    .header__menu li {
        font-size: calc(14px + 3 * ((100vw - 320px) / 1600));
    }

    .header__number small {
        font-size: calc(14px + 2 * ((100vw - 320px) / 1600));
    }

    .header__phone {
        margin-left: calc(20px + 112 * ((100vw - 320px) / 1600));
    }

    .header__phone {
        font-size: calc(18px + 6 * ((100vw - 320px) / 1600));
    }

    .header__phone span {
        margin-left: calc(10px + 4 * ((100vw - 320px) / 1600));
    }
    .header__title {
        margin-bottom: calc(30px + 25 * ((100vw - 320px) / 1600));
    }

    .header__title {
        font-size: calc(25px + 27 * ((100vw - 320px) / 1600));
    }

    .header--list {
        margin-bottom: calc(30px + 38 * ((100vw - 320px) / 1600));
    }

    .header--list li {
        margin-bottom: calc(15px + 9 * ((100vw - 320px) / 1600));
    }

    .header--list li {
        font-size: calc(17px + 7 * ((100vw - 320px) / 1600));
    }

    .header--list li:before {
        width: calc(20px + 10 * ((100vw - 320px) / 1600));
    }

    .header--list li:before {
        margin-right: calc(5px + 19 * ((100vw - 320px) / 1600));
    }
    .header__main {
        min-height: auto;
    }

    .header__main-left-navigation {
        margin-right: 30px;
    }
    .header__menu li {
        margin-left: 40px;
    }

    .header__phone {
        margin-left: 50px;
    }

    .header__title {
        margin-bottom: 38px;
        font-size: 45px;
    }

    .dignity__img img {
        max-height: calc(250px + 64 * ((100vw - 320px) / 1600));
    }

    .dignity-shell {
        margin-bottom: calc(-30px + -35 * ((100vw - 320px) / 1600));
    }

    .dignity-shell {
        padding-left: calc(30px + 46 * ((100vw - 320px) / 1600));
    }

    .dignity-shell {
        padding-right: calc(30px + 46 * ((100vw - 320px) / 1600));
    }

    .dignity__item {
        margin-bottom: calc(30px + 35 * ((100vw - 320px) / 1600));
    }

    .dignity__item {
        gap: calc(15px + 23 * ((100vw - 320px) / 1600));
    }

    .dignity__item-text {
        font-size: calc(15px + 3 * ((100vw - 320px) / 1600));
    }

    .tceny__title {
        margin-bottom: calc(20px + 35 * ((100vw - 320px) / 1600));
    }
    .advantage-item {
        padding: calc(10px + 20 * ((100vw - 320px) / 1600));
    }

    .advantage-item {
        gap: calc(5px + 18 * ((100vw - 320px) / 1600));
    }

    .advantage-item-icon {
        max-width: calc(25px + 10 * ((100vw - 320px) / 1600));
    }

    .advantage-item-icon {
        max-height: calc(25px + 10 * ((100vw - 320px) / 1600));
    }

    .advantage-item-icon {
        -ms-flex-preferred-size: calc(25px + 10 * ((100vw - 320px) / 1600));
        flex-basis: calc(25px + 10 * ((100vw - 320px) / 1600));
    }
    .advantage-item-text {
        font-size: calc(14px + 2 * ((100vw - 320px) / 1600));
    }

    .advantage-item {
        min-height: auto;
        padding: 28px;
    }

    .service-item-list {
        margin-bottom: calc(20px + 20 * ((100vw - 320px) / 1600));
    }

    .service-item-list li {
        padding-left: calc(25px + 20 * ((100vw - 320px) / 1600));
    }

    .service-item-list li:before {
        width: calc(15px + 8 * ((100vw - 320px) / 1600));
    }

    .service-item-list li:before {
        height: calc(4px + 1 * ((100vw - 320px) / 1600));
    }

    .service__item-price {
        font-size: calc(15px + 3 * ((100vw - 320px) / 1600));
    }

    .service__form-title {
        font-size: calc(23px + 13 * ((100vw - 320px) / 1600));
    }

    .service__form-subtitle {
        margin-bottom: calc(20px + 20 * ((100vw - 320px) / 1600));
    }

    .service__form-subtitle {
        font-size: calc(17px + 7 * ((100vw - 320px) / 1600));
    }

    .service__form small {
        font-size: calc(13px + 1 * ((100vw - 320px) / 1600));
    }

    .service__item {
        padding-top: 35px;
        padding-bottom: 35px;
        padding-left: 28px;
        padding-right: 28px;
        min-height: auto;
    }

    .service-item-title {
        margin-bottom: 25px;
        font-size: 20px;
    }

    .service-item-list {
        margin-bottom: 38px;
    }

    .service-item-list li {
        margin-bottom: 20px;
    }

    .service__item-price {
        padding: 10px 15px;
        font-size: 20px;
    }

    .service__item-img {
        max-height: 170px;
    }
    .service__form-title {
        font-size: 44px;
    }

    .service__form-subtitle {
        margin-bottom: 35px;
        font-size: 14px;
    }
    .brands {
        padding-bottom: calc(30px + 50 * ((100vw - 320px) / 1600));
    }

    .brands {
        padding-top: calc(30px + 50 * ((100vw - 320px) / 1600));
    }

    .delivery__title {
        font-size: calc(21px + 15 * ((100vw - 320px) / 1600));
    }

    .delivery__subtitle {
        margin-bottom: calc(20px + 37 * ((100vw - 320px) / 1600));
    }

    .delivery__subtitle {
        font-size: calc(17px + 7 * ((100vw - 320px) / 1600));
    }

    .delivery__form small {
        font-size: calc(13px + 1 * ((100vw - 320px) / 1600));
    }

    .delivery {
        min-height: auto;
    }

    .delivery__col {
        padding: 40px 0;
        max-width: 550px;
    }

    .delivery__bg {
        max-width: 43%;
    }

    .contacts {
        padding-top: calc(30px + 40 * ((100vw - 320px) / 1600));
    }

    .contacts-shell {
        gap: calc(20px + 48 * ((100vw - 320px) / 1600));
    }
    .contacts__text {
        font-size: calc(17px + 7 * ((100vw - 320px) / 1600));
    }

    .contacts-shell {
        gap: 20px;
    }

    .discount-section__title {
        margin-bottom: calc(15px + 20 * ((100vw - 320px) / 1600));
    }

    .discount-section__title {
        font-size: calc(22px + 14 * ((100vw - 320px) / 1600));
    }

    .discount-section__subtitle {
        font-size: calc(17px + 7 * ((100vw - 320px) / 1600));
    }

    .discount-section {
        min-height: auto;
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .discount-section__title {
        margin-bottom: 10px;
    }

    .discount-section__subtitle {
        margin-bottom: 50px;
        font-size: 20px;
    }

    .questions__title {
        margin-bottom: calc(15px + 20 * ((100vw - 320px) / 1600));
    }

    .questions__title {
        font-size: calc(22px + 14 * ((100vw - 320px) / 1600));
    }

    .questions__subtitle {
        font-size: calc(17px + 7 * ((100vw - 320px) / 1600));
    }

    .questions {
        min-height: auto;
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .questions__title {
        margin-bottom: 10px;
    }

    .questions__subtitle {
        margin-bottom: 50px;
        font-size: 20px;
    }

    .reviews-shell {
        -webkit-column-gap: calc(20px + 105 * ((100vw - 320px) / 1600));
        -moz-column-gap: calc(20px + 105 * ((100vw - 320px) / 1600));
        column-gap: calc(20px + 105 * ((100vw - 320px) / 1600));
    }

    .reviews-shell {
        row-gap: calc(20px + 33 * ((100vw - 320px) / 1600));
    }

    .reviews-item-content {
        margin-bottom: calc(15px + 15 * ((100vw - 320px) / 1600));
    }

    .reviews-item-content {
        padding-top: calc(18px + 19 * ((100vw - 320px) / 1600));
    }

    .reviews-item-content {
        padding-right: calc(18px + 39 * ((100vw - 320px) / 1600));
    }

    .reviews-item-content {
        padding-left: calc(19px + 23 * ((100vw - 320px) / 1600));
    }

    .reviews-item-content {
        padding-bottom: calc(19px + 1 * ((100vw - 320px) / 1600));
    }

    .reviews-item-content:before {
        left: calc(20px + 30 * ((100vw - 320px) / 1600));
    }

    .reviews-item-text {
        margin-bottom: calc(20px + 18 * ((100vw - 320px) / 1600));
    }

    .reviews-item-text {
        font-size: calc(16px + 2 * ((100vw - 320px) / 1600));
    }
    .reviews-item-user {
        gap: calc(15px + 25 * ((100vw - 320px) / 1600));
    }

    .reviews-item-img {
        width: calc(40px + 10 * ((100vw - 320px) / 1600));
    }

    .reviews-item-img {
        height: calc(40px + 10 * ((100vw - 320px) / 1600));
    }

    .reviews-item-name {
        font-size: calc(16px + 8 * ((100vw - 320px) / 1600));
    }

    .footer_shell {
        gap: calc(20px + 67 * ((100vw - 320px) / 1600));
    }

    .footer-middle {
        gap: calc(10px + 17 * ((100vw - 320px) / 1600));
    }

    .footer-policy {
        font-size: calc(13px + 1 * ((100vw - 320px) / 1600));
    }

    .footer__text {
        font-size: calc(10px + 1 * ((100vw - 320px) / 1600));
    }

    .footer-up {
        width: calc(35px + 20 * ((100vw - 320px) / 1600));
    }

    .footer-up {
        height: calc(35px + 20 * ((100vw - 320px) / 1600));
    }

    .footer-up {
        -ms-flex-preferred-size: calc(35px + 20 * ((100vw - 320px) / 1600));
        flex-basis: calc(35px + 20 * ((100vw - 320px) / 1600));
    }
}
@media (max-width: 1199px) and (max-width: 1199px) {
    .title {
        margin-bottom: calc(25px + 30 * ((100vw - 320px) / 1600));
    }

    .title {
        font-size: calc(23px + 22 * ((100vw - 320px) / 1600));
    }

    .header__menu li {
        margin-left: calc(15px + 15 * ((100vw - 320px) / 1600));
    }

    .header__phone {
        margin-left: calc(20px + 30 * ((100vw - 320px) / 1600));
    }

    .header__title {
        margin-bottom: calc(20px + 18 * ((100vw - 320px) / 1600));
    }

    .header__title {
        font-size: calc(27px + 18 * ((100vw - 320px) / 1600));
    }
    .table tbody td {
        font-size: calc(14px + 2 * ((100vw - 320px) / 1600));
    }

    .advantage-item {
        padding: calc(20px + 8 * ((100vw - 320px) / 1600));
    }

    .service__item {
        padding-top: calc(20px + 15 * ((100vw - 320px) / 1600));
    }

    .service__item {
        padding-bottom: calc(20px + 15 * ((100vw - 320px) / 1600));
    }

    .service__item {
        padding-left: calc(12px + 16 * ((100vw - 320px) / 1600));
    }

    .service__item {
        padding-right: calc(12px + 16 * ((100vw - 320px) / 1600));
    }

    .service-item-title {
        margin-bottom: calc(12px + 13 * ((100vw - 320px) / 1600));
    }

    .service-item-title {
        font-size: calc(17px + 3 * ((100vw - 320px) / 1600));
    }

    .service-item-list {
        margin-bottom: calc(20px + 18 * ((100vw - 320px) / 1600));
    }

    .service-item-list li {
        margin-bottom: calc(10px + 10 * ((100vw - 320px) / 1600));
    }

    .service__item-price {
        font-size: calc(17px + 3 * ((100vw - 320px) / 1600));
    }

    .service__form-title {
        font-size: calc(20px + 24 * ((100vw - 320px) / 1600));
    }

    .service__form-subtitle {
        margin-bottom: calc(15px + 20 * ((100vw - 320px) / 1600));
    }

    .service__form-subtitle {
        font-size: calc(13px + 1 * ((100vw - 320px) / 1600));
    }

    .discount-section {
        padding-top: calc(30px + 50 * ((100vw - 320px) / 1600));
    }

    .discount-section__subtitle {
        margin-bottom: calc(20px + 30 * ((100vw - 320px) / 1600));
    }

    .discount-section__subtitle {
        font-size: calc(18px + 2 * ((100vw - 320px) / 1600));
    }

    .questions {
        padding-top: calc(30px + 50 * ((100vw - 320px) / 1600));
    }

    .questions__subtitle {
        margin-bottom: calc(20px + 30 * ((100vw - 320px) / 1600));
    }

    .questions__subtitle {
        font-size: calc(18px + 2 * ((100vw - 320px) / 1600));
    }
}

@media (max-width: 991px) {
    body {
        padding-top: 76px;
    }

    .padding-section {
        padding: 30px 0;
    }

    .padding-section-top {
        padding-top: 60px;
    }

    .padding-section-bottom {
        padding-bottom: 60px;
    }

    .menu-link {
        display: block;
    }
    .header__main {
        padding: 40px 0;
    }

    .header__main-left-navigation {
        margin-right: 0;
        max-width: 100%;
    }

    .header__row, .header_fixed {
        min-height: auto;
    }

    .header_fixed {
        height: 0;
    }

    .header__top-shell {
        display: none;
    }

    .header__mobile-menu {
        position: fixed;
        right: -100vw;
        top: 0;
        z-index: 5;
        max-width: 100%;
        width: 100vw;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 76px;
        padding-bottom: 76px;
        overflow: auto;
        background: rgba(0, 0, 0, 0.9);
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

    .header__mobile-menu_active {
        right: 0;
    }

    .header__row_shell {
        position: fixed;
        left: 0;
        top: 0;
        z-index: 5;
        width: 100%;
        background: #fff;
        padding-bottom: 5px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .header__menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .header__menu li {
        margin-left: 0;
        margin-bottom: 25px;
        font-size: 19px;
        color: #fff;
    }

    .header--list {
        margin-bottom: 45px;
    }

    .header--list li {
        font-size: 16px;
    }
    .dignity-shell {
        padding: 0;
    }

    .dignity__item {
        width: 50%;
    }

    .dignity__item-text {
        max-width: 240px;
        font-size: 16px;
        line-height: 1.4;
    }

    .dignity__img {
        display: none;
    }
    .advantages {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        padding: 60px 0 0 0;
    }

    .advantage-item-shell {
        margin-bottom: 25px;
    }

    .service-item-list li {
        line-height: 1.4;
    }

    .service__form .form form {
        padding: 15px;
    }

    .service__item-img {
        display: none;
    }

    .service__item:before {
        display: none;
    }

    .service__item_2, .service__item_4, .service__item_6 {
        border-right: none;
    }

    .service__form .input_shell {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .service__form form {
        min-height: auto;
    }

    .service__form span {
        max-width: 100%;
        margin-right: 0;
        padding-right: 0;
        margin-bottom: 8px;
        height: 50px;
    }

    .service__form span input[type="tel"] {
        padding: 0 10px;
        text-align: center;
    }

    .service__form .submit {
        max-width: 100%;
        width: 100%;
    }

    .service__form .submit:before {
        display: none;
    }

    .service__form small {
        font-size: 10px;
        text-align: center;
    }
    .delivery__bg {
        display: none;
    }

    .delivery__col {
        max-width: 100%;
    }

    .reviews-item {
        max-width: 100%;
    }

    .reviews-item-content {
        min-height: auto;
    }

    .footer_shell {
        gap: 10px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .footer_logotip {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .header__row_shell {
        padding-bottom: 0px;
    }
    .footer_logotip {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }	
}

@media (max-width: 991px) and (max-width: 1199px) {
    .header--list {
        margin-bottom: calc(20px + 25 * ((100vw - 320px) / 1600));
    }

    .header--list li {
        font-size: calc(15px + 1 * ((100vw - 320px) / 1600));
    }

    .dignity__item-text {
        font-size: calc(15px + 1 * ((100vw - 320px) / 1600));
    }
}

@media (max-width: 767px) {
    body {
        padding-top: 53px;
    }

    input[type="tel"] {
        text-align: center;
    }

    .form .input_shell {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .form form {
        min-height: auto;
        padding: 15px;
    }

    .form span {
        max-width: 100%;
        margin-right: 0;
        padding-right: 0;
        margin-bottom: 8px;
        height: 50px;
    }

    .questions-fields {
        margin-bottom: 20px;
        margin-right: 0px;
    }

    .form span input[type="tel"] {
        padding: 0 10px;
        text-align: center;
    }

    .form .submit {
        max-width: 100%;
        width: 100%;
    }

    .form .submit:before {
        display: none;
    }

    .form small {
        font-size: 10px;
        text-align: center;
    }

    .form textarea {
        text-align: center;
    }

    .padding-section {
        padding: 25px 0;
    }
    .padding-section-top {
        padding-top: 50px;
    }

    .padding-section-bottom {
        padding-bottom: 50px;
    }
    .title {
        font-size: 25px;
    }

    .header-bg {
        background-image: none;
        background:
            radial-gradient(120px 120px at 90% 10%, rgba(0,116,232,0.12) 0%, rgba(0,116,232,0) 60%),
            radial-gradient(160px 160px at 10% 80%, rgba(232,0,0,0.10) 0%, rgba(232,0,0,0) 60%),
            #f8f8f8;
    }
    .header__row {
        padding: 9px 0;
    }

    .header__number small {
        display: none;
    }

    .header__phone {
        margin: 0 5px 0 0;
    }

    .header__phone span {
        display: none;
    }
    .header__title {
        font-size: 23px;
    }

	.header__subtitle {
		margin-top: 8px;
		font-size: 14px;
		text-align: center;
	}

	.header-trust {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		font-size: 13px;
		gap: 8px;
		margin-bottom: 18px;
	}

    .header__main {
        padding: 53px 0;
    }

    .header__mobile-menu {
        padding-bottom: 53px;
        margin-top: 53px;
    }

    .dignity-shell {
        margin-bottom: 0;
    }

    .dignity__item {
        margin-bottom: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 28px;
        width: 100%;
        -webkit-box-shadow: 0 4px 45px rgba(0, 0, 0, 0.08);
        box-shadow: 0 4px 45px rgba(0, 0, 0, 0.08);
        border-radius: 10px;
        background-color: #ffffff;
        text-align: center;
    }

    .dignity__item-icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .dignity__item:last-child {
        margin-bottom: 0;
    }

    .dignity__item-text {
        max-width: 100%;
        margin-left: 0;
    }
    .table tbody tr td:last-child {
        width: 40%;
    }

    .table tbody tr td b span:last-child {
        display: none;
    }
    .advantages {
        padding: 50px 0 0 0;
    }

    .advantage_shell {
        margin: 0 -15px;
    }

    .advantage-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }

    .advantage-item-shell {
        margin-bottom: 20px;
    }

    .advantage-item-shell:last-child {
        margin-bottom: 0;
    }

    .service__item {
        border-right: none;
    }

    .service__item-shell:last-child .service__item {
        border-bottom: none;
    }

    .service__form {
        text-align: center;
    }
    .delivery__title {
        margin-bottom: 15px;
        font-size: 21px;
        text-align: center;
    }

    .delivery__subtitle {
        margin-bottom: 15px;
        text-align: center;
    }

    .contacts-shell {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .contacts__text {
        text-align: center;
    }
    .discount-section {
        background: #3c3c41 !important;
    }

    .questions {
        background: #3c3c41 !important;
    }

    .reviews-item-text {
        line-height: 1.4;
    }

    .footer {
        padding: 25px 0;
    }

    .footer_shell, .footer__right, .footer-middle {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }

    .footer-policy {
        font-size: 15px;
    }

    .popup .popup__dialog {
        max-width: 310px;
        margin: 0 auto;
    }

    .popup .popup__content {
        min-height: auto;
        padding: 40px 10px 35px 10px;
    }

    .popup .popup__close {
        font-size: 44px;
        right: 15px;
        top: -5px;
    }

    .popup .popup__title {
        margin-bottom: 10px;
        font-size: 28px;
    }

    .popup .popup__subtitle {
        margin-bottom: 10px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        font-size: 13px;
        line-height: 1.2;
    }

    .popup .popup__form input[type="tel"] {
        height: 100%;
    }

    .popup .popup__form .submit {
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) and (max-width: 1199px) {
    .dignity__item {
        padding: calc(20px + 8 * ((100vw - 320px) / 1600));
    }

    .popup .popup__title {
        font-size: calc(24px + 4 * ((100vw - 320px) / 1600));
    }
}

@media (max-width: 575px) {
    .modal-dialog {
        margin: 0 auto;
    }
	
	h1 {
		text-align: center;
	}
	
	h1 br {
		display: none;
	}
	
	.header__title span {
		color: #000;
	}

}
@media (min-width: 992px) and (max-width: 1199px) {
    .dignity__item:nth-child(3) {
        margin-left: calc(-30px + -46 * ((100vw - 320px) / 1600));
    }

    .dignity__item:nth-child(4) {
        margin-right: calc(-30px + -46 * ((100vw - 320px) / 1600));
    }

    .reviews-shell {
        padding-right: calc(20px + 75 * ((100vw - 320px) / 1600));
    }

    .reviews-shell {
        padding-top: calc(50px + 142 * ((100vw - 320px) / 1600));
    }

    .reviews-item:nth-child(odd) {
        margin-top: calc(-50px + -142 * ((100vw - 320px) / 1600));
    }
}
@media (any-hover: hover) {
    .dark-hover:hover {
        background: #bd0202;
    }

    .service__item-price:hover {
        -webkit-box-shadow: 0px 0px 15px rgba(46, 46, 52, 0.55);
        box-shadow: 0px 0px 15px rgba(46, 46, 52, 0.55);
    }

    .footer-up:hover {
        background-image: url('/assets/images/up-hover.png');
    }
}
.brand-list {
    position: relative;
    margin-top: 30px;
}

.brand-radio {
    max-width: 260px;
    width: 100%;
    vertical-align: top;
    text-align: center;
    margin-bottom: 18px;
}
.brand_desc {
    font-size: 22px;
    letter-spacing: -0.01em;
    color: #000;
    margin-top: 2px;
    line-height: 105%;
}

.brand_desc span {
    display: block;
}

.brand__form {
    text-align: center;
    margin: auto auto;
    max-width: 550px;
}

.spacer {
    text-align: justify;
}

.spacer > * {
    display: inline-block;
}

.spacer:after {
    content: '';
    display: inline-block;
    width: 100%;
}

.brand-radio {
    display: inline-block;
}

.brand-radio input[type=radio] {
    display: none;
}

.brand-radio label {
    display: inline-block;
    cursor: pointer;
    line-height: 34px;
    user-select: none;
    max-width: 260px;
    width: 100%;
    padding: 12px 0;
    border: 2px solid #ebf4fe;
    border-radius: 15px;
}

.brand-radio input[type=radio]:checked + label {
    background: #ebf4fe;
}

.brand-radio label:hover {
    background: #f5f5f5;
}

/* Floating call button */
.call-fab {
    position: fixed;
    right: 16px;
    bottom: 16px;
    z-index: 20;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0074e8 0%, #e80000 100%);
    -webkit-box-shadow: 0 8px 20px rgba(0, 116, 232, 0.3);
    box-shadow: 0 8px 20px rgba(0, 116, 232, 0.3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-animation: call-fab-pulse 2s infinite;
    animation: call-fab-pulse 2s infinite;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.call-fab:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-box-shadow: 0 12px 30px rgba(0, 116, 232, 0.4);
    box-shadow: 0 12px 30px rgba(0, 116, 232, 0.4);
}

@-webkit-keyframes call-fab-pulse {
    0% {
        -webkit-box-shadow: 0 8px 20px rgba(0, 116, 232, 0.3);
        box-shadow: 0 8px 20px rgba(0, 116, 232, 0.3);
    }
    50% {
        -webkit-box-shadow: 0 8px 20px rgba(0, 116, 232, 0.6), 0 0 0 8px rgba(0, 116, 232, 0.1);
        box-shadow: 0 8px 20px rgba(0, 116, 232, 0.6), 0 0 0 8px rgba(0, 116, 232, 0.1);
    }
    100% {
        -webkit-box-shadow: 0 8px 20px rgba(0, 116, 232, 0.3);
        box-shadow: 0 8px 20px rgba(0, 116, 232, 0.3);
    }
}

@keyframes call-fab-pulse {
    0% {
        -webkit-box-shadow: 0 8px 20px rgba(0, 116, 232, 0.3);
        box-shadow: 0 8px 20px rgba(0, 116, 232, 0.3);
    }
    50% {
        -webkit-box-shadow: 0 8px 20px rgba(0, 116, 232, 0.6), 0 0 0 8px rgba(0, 116, 232, 0.1);
        box-shadow: 0 8px 20px rgba(0, 116, 232, 0.6), 0 0 0 8px rgba(0, 116, 232, 0.1);
    }
    100% {
        -webkit-box-shadow: 0 8px 20px rgba(0, 116, 232, 0.3);
        box-shadow: 0 8px 20px rgba(0, 116, 232, 0.3);
    }
}

.call-fab__icon {
    width: 24px;
    height: 24px;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23fff"><path d="M6.62 10.79a15.05 15.05 0 006.59 6.59l2.2-2.2a1 1 0 011.01-.24c1.12.37 2.33.57 3.58.57a1 1 0 011 1V21a1 1 0 01-1 1C10.07 22 2 13.93 2 3a1 1 0 011-1h3.5a1 1 0 011 1c0 1.25.2 2.46.57 3.58a1 1 0 01-.24 1.01l-2.2 2.2z"/></svg>') center/contain no-repeat;
    mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23fff"><path d="M6.62 10.79a15.05 15.05 0 006.59 6.59l2.2-2.2a1 1 0 011.01-.24c1.12.37 2.33.57 3.58.57a1 1 0 011 1V21a1 1 0 01-1 1C10.07 22 2 13.93 2 3a1 1 0 011-1h3.5a1 1 0 011 1c0 1.25.2 2.46.57 3.58a1 1 0 01-.24 1.01l-2.2 2.2z"/></svg>') center/contain no-repeat;
    background: #fff;
}

/* Скрываем кнопку по умолчанию, показываем только после прокрутки */
.call-fab {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.call-fab.call-fab-visible {
    opacity: 1;
    visibility: visible;
}

/* Класс для поднятия кнопки звонка при отображении дисклеймера */
.call-fab.cookie-notice-active {
    bottom: 80px; /* Поднимаем на высоту дисклеймера */
    transition: bottom 0.3s ease;
}

@media (max-width: 768px) {
    .call-fab.cookie-notice-active {
        bottom: 120px; /* На мобильных дисклеймер выше */
    }
}
