html,
body,
body * {
    box-sizing: border-box;
    font-size: 100%;
    font-weight: 400;
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    background-repeat: no-repeat
}

body {
    line-height: 1;
    background-color: #FFF;
    color: #000;
    position: relative;
    margin: 0
}
:root {
    --h1-fs: 48px;
    --h2-fs: 36px;
    --h3-fs: 24px;
    --big-text-fs: 20px;
    --normal-text-fs: 18px;
    --small-text-fs: 16px;
    --mini-text-fs: 13px;
}
ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer
}

button,
input {
    outline: none
}

button {
    cursor: pointer
}

textarea {
    outline: none
}

@charset "UTF-8";

body * {
    outline: none
}

main * {
    max-height: 1000000px
}

textarea {
    resize: vertical
}

.container {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.container-b {
    margin: 0 auto;
    position: relative
}

.row:after {
    content: "";
    display: table;
    clear: both
}

input,
textarea,
button {
    outline: none;
    transition: all ease 0.2s
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #9F9F9F
}

input::-moz-placeholder,
textarea::-webkit-input-placeholder {
    color: #9F9F9F
}

input:-ms-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #9F9F9F
}

input:-moz-placeholder,
textarea::-webkit-input-placeholder {
    color: #9F9F9F
}

.city-change {
    color: #B7B7B7;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #333;
    border-bottom: 1px dashed;
    cursor: pointer;
}

.city-item {
    font-size: var(--mini-text-fs);
}

.phone-callback {
    display: inline-block
}

.header__top .phone-callback {
    margin: 0 -5px 0 0
}

.header__top .container-b {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1110px;
    padding: 0 16px;
}

.header__top .col__left {
    display: flex;
    align-items: center
}

.header__top .col__left .logo {
    display: block;
    margin: 0 25px 0 0
}

.header__top .col__left .logo-text {
    font-size: var(--big-text-fs);
    line-height: 1.1;
    display: block;
}

.header__top .phone {
    width: 240px;
    text-align: right
}

.header__top .phone .sub__text {
    font-size: var(--small-text-fs);
}

.header__top .phone .small {
    font-size: var(--normal-text-fs);
    display: inline-block;
    position: relative;
    bottom: 2px
}

.header__top .phone .big {
    font-weight: 700;
    font-size: var(--h2-fs);
    transition: all ease 0.2s
}

nav.main-menu {
    position: relative
}

nav.main-menu>.container {
    position: static
}

ul.main-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: 0 -20px 0 -20px;

}

ul.main-menu>li>a {
    font-weight: 600;
    font-size: var(--normal-text-fs);
    padding: 0 10px;
    color: #fff;
    display: inline-block;
    line-height: 52px;
    transition: all ease 0.2s;
    position: relative
}

ul.main-menu>li.drop>a {
    padding: 0 12px
}

ul.main-menu>li.drop:hover>a {
    background: #E9ECF0;
    z-index: 3;
    color: #9F9F9F
}

.main-menu-drop {
    visibility: hidden;
    opacity: 0;
    z-index: -5;
    transition: all ease 0.2s;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 40px 0 45px 0;
    border-top: 1px solid #E9ECF0;
    box-shadow: 0 10px 50px rgba(128, 141, 159, .5)
}

.show .main-menu-drop {
    visibility: visible;
    opacity: 1;
    z-index: 4
}

.main-menu-drop .container {
    display: flex
}

.main-menu-drop-left {
    width: 77%;
    display: flex;
    flex-wrap: wrap
}

.main-menu-drop-right {
    width: 23%;
    padding: 0 0 0 75px;
    display: flex;
    align-items: center;
    border-left: 1px solid #D4DCE5
}

.main-menu-drop-right .title {
    font-weight: 600;
    font-size: var(--big-text-fs);
    color: #024E68;
    line-height: 1;
    margin: 0 0 20px 0
}

.main-menu-drop-right ul li {
    display: block;
    margin: 0 0 12px 0
}

.main-menu-drop-right ul li a {
    font-size: var(--small-text-fs);
    color: #9F9F9F;
    line-height: 1;
    transition: all ease 0.2s
}

.main-menu-drop-close {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 25px;
    right: 25px;
    background: url(../img/icons/ico-modal-close-dark.png) no-repeat;
    cursor: pointer
}

.main-menu-level-1 {
    display: flex;
    flex-wrap: wrap
}

.main-menu-level-1 .col {
    padding-bottom: 70px;
    display: block;
    width: 198px;
    text-align: center
}

.main-menu-level-1 .col:nth-child(4n) {
    width: 235px
}

.main-menu-level-1 .col .img-box {
    display: flex;
    justify-content: center;
    align-items: center
}

.main-menu-level-1 .col .img-box img {
    vertical-align: bottom
}

.main-menu-level-1 .col .title {
    height: 3em;
    font-weight: 300;
    font-size: var(--small-text-fs);
    color: #024E68;
    line-height: 1.2;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    padding: 0 15px;
    transition: all ease 0.2s
}

.main-menu-level-1 .col .title span {
    display: inline-block;
    position: relative
}

.main-menu-level-1 .col .title span:after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 5px;
    height: 10px;
    background: url(../img/icons/ico-right-tabs.png) no-repeat;
    margin: 4px 0 0 7px
}

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

.service__row .service__col a {
    text-decoration: none
}

.service__row .service__col {
    width: 20%
}

.service__row .service__col:last-child {
    width: 12%
}

.service__row .service__col .service__img {
    height: 170px;
    display: flex;
    align-items: flex-end;
    margin-bottom: 20px
}

.service__row .service__col .service__img img[src*="fridge"] {
    display: block;
    margin-left: 30px
}

.service__row .service__col .title {
    font-size: var(--big-text-fs);
    color: #024E68;
    text-decoration: none;
    transition: all ease 0.2s;
    width: 90%;
    line-height: 24px
}

.service__row .service__col .title:hover span:after {
    content: '';
    display: inline-block;
    background: url(../img/icons/up-arrow-menu.png) no-repeat;
    width: 6px;
    height: 10px;
    margin: 8px 0 0 7px;
    position: absolute
}

article.showcase__head {
    height: 480px;
    background-repeat: no-repeat;
    background-position: right 50% top
}

article.showcase__head .content {
    display: flex;
    align-items: center;
    height: 100%;
}

article.showcase__head .text {
    padding: 40px 0 0 0;
    width: 500px;
    margin-left: auto;
}

article.showcase__head .text h1 {
    font-weight: 600;
    font-size: var(--h1-fs);
    color: #024E68;
    margin-bottom: 10px;
    line-height: .95;
    padding-right: 10px
}

article.showcase__head .text ul {
    margin: 12px 0 20px 0
}

article.showcase__head .text ul li {
    font-size: var(--normal-text-fs);
    color: #024E68;
    margin-bottom: 12px;
    position: relative;
    padding-left: 15px
}

article.showcase__head .text ul li:last-child {
    margin-bottom: 0
}

article.showcase__head .text ul li:before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    position: absolute;
    background: #9F9F9F;
    border-radius: 100%;
    left: 0;
    margin-top: 6px
}

article.showcase__head .text p {
    font-size: var(--normal-text-fs);
    color: #024E68;
    line-height: 1.4
}

article.showcase__head .text p .link {
    font-weight: 700;
    white-space: nowrap
}

article.showcase__head .img-box img {
    max-height: 280px;
    max-width: 350px
}

article.showcase__head .bottom__line {
    margin-top: var(--small-text-fs);
    display: flex;
    align-items: center
}

article.showcase__head .bottom__line .sub__text {
    margin-left: 25px;
    font-size: var(--normal-text-fs);
    color: #9F9F9F
}

.showcase__head_breakage__col_price {
    font-weight: 700;
    font-size: var(--normal-text-fs);
    transition: all ease 0.2s;
    margin-right: 20px
}

.breadcrumbs {
    padding: 18px 0;
}

.politic .breadcrumbs {
    position: relative;
    padding: 30px 0 65px 0
}

.breadcrumbs a {
    font-size: var(--small-text-fs);
    color: #024E68;
    transition: all ease 0.2s;
    position: relative
}

.breadcrumbs span {
    font-size: var(--small-text-fs);
    color: #9F9F9F
}

.breadcrumbs a:after {
    content: '';
    background: url(../img/icons/ico-breadcrumbs-arrow.png) no-repeat center top 4px;
    display: inline-block;
    width: 6px;
    height: 10px;
    padding: 0 0 4px 0;
    margin: 0 10px 0 13px;
    position: relative
}

.btn-bg {
    height: 46px;
    line-height: 46px;
    padding: 0 25px 0 25px;
    font-weight: 600;
    font-size: var(--normal-text-fs);
    color: #fff;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    transition: all ease 0.2s
}

.btn-bg-light {
    line-height: 45px;
    background: none;
}

.btn-bg-light:hover {
    color: #fff;
}

.btn-call-back.question {
    background: #024E68
}

.btn-call-back.question:hover {
    background: #494646
}

.breakage .container {
    width: auto
}

.breakage__line-title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 0 22px 0
}

.breakage__line-title h2 {
    font-weight: 600;
    font-size: var(--h2-fs);
    color: #024E68;
    line-height: 1;
    margin: 0 20px 5px 0
}

.breakage__line-title .subtext {
    font-size: var(--normal-text-fs);
    line-height: 1;
    margin: 0 0 5px 0
}

.breakage__container {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    margin: 0 -10px 0 0
}
.breakage__model {
    justify-content: space-between;
}


.breakage__col {
    display: block;
    width: 270px;
    min-height: 165px;
    padding: 20px 25px 45px 25px;
    background: #F5F7F9;
    margin: 0 10px 10px 0;
    border: 1px solid transparent;
    transition: all ease 0.2s;
    position: relative
}

.models__col{
    display: flex;
   
    width: 200px;
    min-height: 55px;
    padding: 20px 25px 25px 25px;
    background: #F5F7F9;
    margin: 0 10px 20px 0;
    border: 1px solid transparent;
    transition: all ease 0.2s;
}
.models__col .brand {
    display: inline-block;
    text-transform: uppercase;
}
.models__col .series {
    display: inline-block;
    padding-left: 5px;
}
.models__col .name {
    display: block;
    padding-top: 5px;
}

a.breakage__col:not(.ending):hover {
    background: #fff
}

.breakage__col_img-out {
    position: absolute;
    right: 0;
    bottom: 0
}

.breakage__col_title {
    font-weight: 600;
    font-size: var(--normal-text-fs);
    color: #024E68;
    margin: 0 0 8px 0;
    line-height: 1;
    transition: all ease 0.2s
}

.breakage__col_title_span {
    font-family: inherit;
    padding: 0 10px 0 0
}

.breakage__col_title_span:after {
    content: '';
    display: inline-block;
    position: absolute;
    margin: 6px 0 0 5px;
    width: 5px;
    height: 8px;
    background: url(../img/icons/ico-right.png) no-repeat center
}

.breakage__col_desc {
    font-size: var(--small-text-fs);
    color: #9F9F9F;
    overflow: hidden;
    line-height: 1.25
}

.failures-prevew-col .breakage__col_desc {
    font-size: var(--small-text-fs)ж
}

.breakage__col_price {
    font-weight: 700;
    font-size: var(--normal-text-fs);
    transition: all ease 0.2s;
    position: absolute;
    bottom: 20px;
    display: flex;
    align-items: center
}

.master .breakage__col_price,
.diagnos .breakage__col_price,
.guarantee .breakage__col_price,
.parts .breakage__col_price {
    color: #fff;
    text-transform: uppercase
}

.breakage__col_price-sum {
    font-weight: 700;
    display: inline-block;
    margin: 0 15px 0 0
}

.breakage__col_price-request {
    font-size: var(--small-text-fs);
    text-transform: none;
    margin: 0 0 0 0;
    display: inline-block
}

.breakage__col.master {
    background: url(../img/prices/accordion-prices-inner-bg-master.jpg) no-repeat;
    background-size: cover
}

.breakage__col.diagnos {
    background: url(../img/prices/accordion-prices-inner-bg-diagnos.jpg) no-repeat;
    background-size: cover;
    padding-right: 105px
}

.breakage__col.guarantee {
    background: url(../img/prices/accordion-prices-inner-bg-guarantee.jpg) no-repeat;
    background-size: cover;
    padding-right: 105px
}

.breakage__col.parts {
    background: #503E3E;
    padding-right: 75px
}

.breakage__col.master .breakage__col_title,
.breakage__col.diagnos .breakage__col_title,
.breakage__col.guarantee .breakage__col_title,
.breakage__col.parts .breakage__col_title {
    color: #fff;
    margin: 0 0 6px 0
}

.breakage__col.master .breakage__col_desc {
    font-size: var(--small-text-fs);
}

.breakage__col.diagnos .breakage__col_desc {
    font-size: var(--small-text-fs);
    color: #8B8B8B
}

.breakage__col.guarantee .breakage__col_desc {
    font-size: var(--small-text-fs);
    color: #919FB1
}

.breakage__col.parts .breakage__col_desc {
    font-size: var(--small-text-fs);
}

.failures-estimated-cost {
    margin: 85px 0 85px 0
}

.failures-estimated-cost.consultation {
    display: block
}

main.failures .failures-estimated-cost.consultation {
    display: none
}

.failures-estimated-cost.failures {
    display: none
}

main.failures .failures-estimated-cost.failures {
    display: block
}

.failures-estimated-cost .row {
    display: flex;
    align-items: center
}

.failures-estimated-cost .col__left {
    width: 50%;
    padding-right: 70px;
    position: relative
}

.appliances .failures-estimated-cost .col__left,
.failures .failures-estimated-cost .col__left {
    padding: 0 0 0 90px;
    width: 42%
}

.failures-estimated-cost .col__left::after {
    content: '';
    position: absolute;
    height: 97px;
    border-left: 1px solid #E9ECF0;
    right: 0;
    top: 50%;
    margin: -48px 0 0 0
}

.failures-estimated-cost .col__right {
    width: 50%;
    padding-left: 90px
}

.appliances .failures-estimated-cost .col__right,
.failures .failures-estimated-cost .col__right {
    width: 58%;
    padding: 0 90px 0 100px
}

.failures-estimated-cost .col__left h2 {
    font-weight: 600;
    font-size: var(--h2-fs);
    color: #024E68;
    line-height: 1
}

.failures-estimated-cost .col__right .description {
    font-size: var(--normal-text-fs);
    line-height: 1.4;
    color: #024E68;
    margin-bottom: 15px
}

.failures-estimated-cost .col__right .btn-group {
    display: flex;
    align-items: center
}

.failures-estimated-cost .col__right .btn-group .master {
    margin-right: 5px
}

.failures-estimated-cost .col__right .phone {
    font-weight: 600;
    font-size: var(--h3-fs);
    color: #024E68;
    line-height: 1.3;
    display: inline-block;
    margin: 0 15px 0 0
}

.failures-estimated-cost .col__right .phone span {
    font-weight: 600;
}

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

.failures-sidebar {
    width: 255px;
    margin-left: 25px;
    flex-shrink: 0
}

.failures .failures-sidebar {
    display: none
}

.failures-prevew-col {
    display: flex;
    position: relative;
    padding: 0 0 50px 0;
    margin: 0 0 25px 0;
    border-bottom: 1px solid #E9ECF0
}

.failures-prevew-col__img-box {
    flex-shrink: 0;
    margin: 0 15px 0 0
}

.failures-light-col {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 18px 0
}

.failures-light-col__title {
    font-weight: 600;
    font-size: var(--small-text-fs);
    color: #024E68;
    line-height: 1;
    transition: all ease 0.2s
}

.failures-light-col__title-span {
    font-family: inherit
}

.failures-light-col__title-span:after {
    content: '';
    display: inline-block;
    position: absolute;
    margin: 4px 0 0 5px;
    width: 5px;
    height: 8px;
    background: url(../img/icons/ico-right.png) no-repeat center
}

.failures-light-col__price {
    font-weight: 700;
    font-size: var(--small-text-fs);
    flex-shrink: 0;
    margin-left: 10px
}

.failures-sale {
    width: 100%;
    height: 305px;
    display: flex;
    align-items: center;
    background: #024E68;
    padding: 0 95px 0 130px;
    position: relative;
    box-shadow: 0 5px 50px rgba(28, 36, 148, .15);
    position: relative;
    margin: 25px 0 0 0
}

.failures-sale:before {
    content: '';
    width: 11px;
    height: 42px;
    display: block;
    background: url(../img/prices/sale/badge.png) no-repeat;
    position: absolute;
    top: 36px;
    left: -10px
}

.failures-sale .wrap {
    margin-left: auto;
    width: 60%;
}

.failures-sale .text {
    margin: 0 0 25px 0;
    position: relative
}

.failures-sale .title {
    font-weight: 600;
    font-size: var(--h2-fs);
    color: #fff;
    line-height: 1.05;
    margin: 0 0 15px 0
}

.failures-sale .title span {
    color: #fff;
    display: inline-block;
    padding: 2px 8px 6px 5px
}

.failures-sale .description {
    font-size: var(--normal-text-fs);
    color: #fff;
    line-height: 1.4;
    width: 430px
}

.failures-sale form input {
    font-size: var(--normal-text-fs);
    color: #024E68;
    width: 200px;
    height: 46px;
    border: none;
    border-radius: 2px;
    padding: 0 0 0 25px;
    margin: 0 1em 0 0;
    vertical-align: bottom
}

.failures-sale form .submit {
    background-image: url(%5binc_image%7b/public/img/prices/sale/ico-percent.html);
    background-position: left 20px center;
    color: #fff;
    background-repeat: no-repeat;
    height: 46px;
    line-height: 46px
}

.failures-sale .bt {
    position: absolute;
    right: 120px;
    bottom: 0
}

.failures-sale .bt.extractor-fan {
    top: 0;
    bottom: auto
}

.failures-sale .bt.air-conditioning {
    bottom: auto;
    top: 45px;
    left: 120px;
}

.failures-sale .master {
    position: absolute;
    left: 80px;
    bottom: 0;
    height: 100%;
}

.certificates {
    background-color: #e9ecf1;
    height: 389px
}

.certificates .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%
}

.certificates .col__left {
    width: 460px
}

.certificates .col__left h2 {
    font-weight: 600;
    font-size: var(--h2-fs);
    color: #024E68;
    line-height: 1.05;
    margin: -5px 0 25px 0
}

.certificates .col__left .subtext {
    font-size: var(--normal-text-fs);
    color: #024E68;
    line-height: 1.4
}

.certificates .col__right {
    width: 485px;
    display: flex;
    justify-content: space-evenly;
}

.scheme-of-work {
    padding: 80px 0
}

.scheme-of-work h2 {
    font-weight: 600;
    font-size: var(--h2-fs);
    color: #024E68;
    line-height: 1;
    margin-bottom: 20px;
    text-align: center
}

.scheme-of-work .description {
    font-size: var(--normal-text-fs);
    color: #024E68;
    line-height: 1.4;
    text-align: center;
    margin: auto auto 25px auto
}

.scheme-of-work .steps {
    display: flex;
    justify-content: space-between
}

.scheme-of-work .steps .col {
    width: 260px;
    display: flex
}

.scheme-of-work .steps .col .img-box {
    padding-right: 20px;
    align-self: center;
}

.scheme-of-work .steps .col .title {
    font-weight: 600;
    font-size: var(--small-text-fs);
    color: #024E68;
    line-height: 1.1;
    margin-bottom: 12px;
    height: 2em;
}

.scheme-of-work .steps .col .subtext {
    font-size: var(--small-text-fs);
    color: #9F9F9F;
    line-height: 1.3
}

section.about-page .showcase__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 0 0 0;
    height: 265px
}

section.about-page .showcase__head h1 {
    width: 60%;
    font-weight: 600;
    font-size: var(--h1-fs);
    color: #024E68;
    line-height: .95
}

section.about-page .showcase__head .btn-call-back {
    margin-right: 2px
}

section.about-page .about__line {
    height: 400px;
    background: url(%5binc_image%7b/public/img/about/bg-about.html) no-repeat;
    background-size: cover;
    padding-top: 190px
}

section.about-page .about__line h2 {
    font-weight: 600;
    font-size: var(--h2-fs);
    color: #fff;
    line-height: 1;
    width: 65%
}

.about__layer .col__left {
    width: 70%;
    float: left;
    margin-top: -80px;
    padding: 60px 180px 60px 65px;
    font-weight: 300;
    font-size: var(--big-text-fs);
    color: #fff;
    line-height: 1.3;
    background: url(%5binc_image%7b/public/img/about/logo-in-window.html) no-repeat bottom right #024E68
}

.about__layer .col__right {
    width: 30%;
    float: left;
    padding: 40px 0 0 45px
}

.about__layer .col__right h3 {
    font-weight: 600;
    font-size: var(--normal-text-fs);
    color: #024E68;
    margin-bottom: 10px
}

.about__layer .col__right p {
    font-size: var(--small-text-fs);
    color: #9F9F9F;
    line-height: 1.4
}

.about__technique {
    padding: 75px 0 0 0;
    margin-bottom: -25px
}

.about__technique h2 {
    font-weight: 600;
    font-size: var(--h2-fs);
    color: #024E68;
    margin-bottom: 30px;
    text-align: center
}

.about__technique .columns {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -30px -40px 0;
    justify-content: space-between;
    width: 100%;
}

.about__technique .col {
    display: block;
    text-decoration: none;
    width: 25%;
    /*margin: 0 30px 30px 0*/
    /* margin-bottom: 7em; */
    text-align: center;
    padding-bottom: 1em;
    background: #fff;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.12), 0 0 3px 0 rgba(0,0,0,0.06);
}

.about__technique .col:nth-child(3n) {
    margin-right: 0
}

.about__technique .col:nth-child(n+9) {
    display: none
}

.about__technique .col img {
    margin: 10px auto 5px;
    width: 155px;
    height: 155px;
    object-fit: cover;
}


.about__technique .col .title {
    font-weight: 600;
    font-size: var(--normal-text-fs);
    color: #024E68;
    margin-bottom: 10px
}

.about__technique .col .description {
    font-weight: 300;
    font-size: var(--small-text-fs);
    color: #9F9F9F;
    line-height: 1.3
}

.about__advantages {
    padding: 35px 0 55px 0
}

.about .about__advantages {
    padding: 75px 0 80px 0
}

.about__advantages h2 {
    font-weight: 600;
    font-size: var(--h2-fs);
    color: #024E68;
    margin-bottom: 30px;
    text-align: center;
    display: none
}

.about .about__advantages h2 {
    display: block
}

.about__advantages .line {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.about__advantages .col {
    display: flex;
    padding-right: 15px;    
}

.about__advantages .col:nth-child(1) {
    width: 255px
}

.about__advantages .col:nth-child(2) {
    width: 250px
}

.about__advantages .col:nth-child(3) {
    width: 285px
}

.about__advantages .col:nth-child(4) {
    width: 245px
}

.about__advantages .col .img-box {
    margin-right: 10px;
    flex-shrink: 0
}

.about__advantages .col .title {
    font-weight: 600;
    font-size: var(--small-text-fs);
    color: #024E68;
    margin-bottom: 9px;
    line-height: 1.1
}

.about__advantages .col .sub__text {
    font-size: var(--small-text-fs);
    color: #9F9F9F;
    line-height: 1.2
}

.about__brand {
    padding: 75px 0 80px 0;
    background: #E9ECF0
}

.about__brand .container>.row:not(.we-know) {
    margin-bottom: 35px
}

.about__brand h2 {
    font-weight: 600;
    font-size: var(--h2-fs);
    color: #024E68;
    display: inline-block;
    vertical-align: middle;
    margin-right: 18px
}

.about__brand .sub__text {
    font-size: var(--normal-text-fs);
    display: inline-block;
    vertical-align: middle
}

.about__brand .we-know .col {
    width: 50%;
    float: left;
    padding: 0 25px 0 25px;
    margin-bottom: 45px
}

.about__brand .we-know .col .title {
    font-weight: 600;
    font-size: var(--big-text-fs);
    color: #024E68;
    margin-bottom: 12px
}

.about__brand .we-know .col .description {
    font-size: var(--small-text-fs);
    color: #024E68;
    line-height: 1.35
}

.news__block h3 {
    font-weight: 600;
    font-size: var(--big-text-fs);
    color: #024E68;
    padding: 18px 0;
    text-align: center;
    background: #fff;
    margin: 0 0 40px 0
}

.news__block .img-box {
    background: url(%5binc_image%7b/public/img/about/bg-news.html) no-repeat top left;
    width: 50%;
    height: 400px;
    float: left
}

.news__block .news-item {
    width: 50%;
    float: left;
    padding: 0 0 0 30px
}

.news__block .news-item .col {
    display: flex;
    padding: 40px 0 40px 0;
    border-bottom: 1px solid #D4DCE5
}

.news__block .news-item .col:first-child {
    padding-top: 0
}

.news__block .news-item .col:last-child {
    border: none;
    padding-bottom: 0
}

.news__block .news-item .col .date {
    font-weight: 700;
    font-size: var(--small-text-fs);
    line-height: 1
}

.news__block .news-item .col .text {
    font-size: var(--small-text-fs);
    color: #024E68;
    line-height: 1.2;
    padding: 0 0 0 25px;
    margin-top: -5px
}

.differences__other {
    padding: 75px 0
}

.differences__other .col__left {
    width: 51%;
    float: left;
    padding-right: 40px
}

.differences__other .col__right {
    width: 49%;
    float: left;
    text-align: right
}

.differences__other h2 {
    font-weight: 600;
    font-size: var(--h2-fs);
    color: #024E68;
    margin-bottom: 22px;
    line-height: 1;
    width: 55%;
}

.differences__other .description {
    font-size: var(--normal-text-fs);
    color: #024E68;
    line-height: 1.4;
    margin: -7px 0 30px 0
}

.differences__other .items .col {
    display: flex;
    align-items: center;
    margin-bottom: 35px
}

.differences__other .items .col img {
    margin-right: 25px;
    vertical-align: bottom
}

.differences__other .items .col .title {
    font-weight: 600;
    font-size: var(--big-text-fs);
    margin-bottom: 15px
}

.differences__other .items .col .sub__text {
    font-size: var(--small-text-fs);
    color: #9F9F9F;
    line-height: 1.3
}

.differences__other .numbers .row {
    display: flex;
    justify-content: space-around;
    padding: 30px 40px 0 100px
}

.differences__other .numbers .col {
    width: 18%
}

.differences__other .numbers .col:nth-child(3) {
    width: 23%
}

.differences__other .numbers .col .number {
    font-size: 85px;
    font-weight: 600;
}

.differences__other .numbers .col .sub__text {
    font-size: var(--normal-text-fs);
    color: #024E68;
    line-height: 1.4
}

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

.content__left {
    width: 805px;
    margin-bottom: 70px
}

.content__sidebar {
    width: 270px;
    margin-bottom: 70px
}

.img-text__block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 -18px 75px -18px
}

.img-text__block .img-box {
    flex-shrink: 0;
    margin: 0 18px
}

.img-text__block .img-box img {
    display: block
}

.img-text__block .text-box {
    margin: 0 18px
}

.img-text__block .text-box h2 {
    font-weight: 600;
    font-size: var(--h2-fs);
    color: #024E68;
    line-height: 1.05;
    margin: 0 0 18px 0
}

.img-text__block .text-box p {
    font-size: var(--normal-text-fs);
    color: #024E68;
    line-height: 1.3;
    margin: 15px 0 0 0
}

.img-text__block .text-box p.grey {
    color: #9F9F9F
}

.img-text__block .number-box {
    width: 350px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-shrink: 0;
    margin: 0 18px -30px 18px
}

.img-text__block .number-box .col {
    width: 48%;
    margin: 0 0 30px 0
}

.number-box .number {
    font-weight: 600;
    font-size: var(--h1-fs);
    line-height: 1;
    margin: 0 0 5px 0
}

.number-box .subtext {
    font-size: var(--small-text-fs);
    line-height: 1.3
}

.img-text__block-diag {
    display: block
}

.img-text__block-diag .text-box {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.img-text__block-diag .text-box h2 {
    width: 295px;
    flex-shrink: 0;
    margin: 0 35px 0 0
}

.img-text__block-diag .number-box {
    justify-content: flex-start;
    width: auto;
    margin-top: 40px;
    margin-bottom: 0
}

.img-text__block-diag .number-box .col {
    width: 295px;
    margin: 0 35px 0 0
}

.hr-base {
    height: 1px;
    background: #E9ECF0;
    margin: 75px 0
}

.parts__list {
    width: 730px
}

.parts__list .columns {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0 -25px 0
}

.parts__list .col {
    width: 350px;
    margin: 0 0 25px 0
}

.parts__list .col h3 {
    font-weight: 600;
    font-size: var(--big-text-fs);
    color: #024E68;
    line-height: 1.05;
    margin: 0 0 15px 0
}

.parts__list .col .item {
    display: flex;
    margin: 0 0 12px 0
}

.parts__list .col .item:last-child {
    margin: 0
}

.parts__list .col .item .number {
    font-weight: 600;
    font-size: var(--mini-text-fs);
    color: #9F9F9F;
    line-height: 1.05;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin: 0 10px 0 0;
    flex-shrink: 0
}

.parts__list .col .item .title {
    font-size: var(--small-text-fs);
    color: #024E68;
    line-height: 1.3;
    margin: -3px 0 0 0
}

.form__support {
    background: #F5F7F9;
    border-radius: 2px;
    padding: 30px 25px 25px 25px;
    margin: 0 0 10px 0
}

.form__support h3 {
    font-weight: 600;
    font-size: var(--big-text-fs);
    color: #024E68;
    line-height: 1.05;
    margin: 0 0 12px 0
}

.form__support .subtitle {
    font-size: var(--small-text-fs);
    color: #9F9F9F;
    line-height: 1.3;
    margin: 0 0 15px 0
}

.form__support input {
    font-size: var(--small-text-fs);
    color: #024E68;
    width: 100%;
    height: 42px;
    box-sizing: border-box;
    border-radius: 2px;
    border: 1px solid #E5EAEF;
    margin: 0 0 5px 0;
    padding: 0 15px;
    transition: all ease 0.2s
}

.form__support textarea {
    font-size: var(--small-text-fs);
    color: #024E68;
    width: 100%;
    height: 120px;
    box-sizing: border-box;
    border-radius: 2px;
    border: 1px solid #E5EAEF;
    margin: 0 0 2px 0;
    padding: 10px 15px;
    transition: all ease 0.2s;
    resize: none
}

.form__support .bottom {
    border-top: 1px solid #E1EAF3;
    padding: 30px 25px 0 25px;
    margin: 30px -25px 0 -25px
}

.form__support .bottom .phone-callback {
    display: block;
    margin: 0 0 15px 0
}

.form__support .bottom .phone-callback span {
    font-weight: 700;
    font-size: var(--big-text-fs);
    color: #024E68;
    line-height: 1.05
}

.form__support .bottom .subphone {
    font-size: var(--small-text-fs);
    color: #024E68
}

section.index-page {
    padding: 45px 1.5rem 0 1.5rem
}

section.index-page h2 {
    font-weight: 600;
    font-size: var(--h2-fs);
    color: #024E68;
    margin-bottom: 30px;
    text-align: center
}

section.index-page .service__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: -10px
}

section.index-page .service__list .col {
    max-width: 25%;
    min-width: 25%;
    padding-bottom: 1em;
    position: relative;
    display: block;
        background: #fff;
    webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.12),0 0 3px 0 rgba(0,0,0,0.06);
    -moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.12),0 0 3px 0 rgba(0,0,0,0.06);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.12), 0 0 3px 0 rgba(0,0,0,0.06);
}

section.index-page .service__list .col .img-box {
 
}

section.index-page .service__list .col:nth-child(1),
section.index-page .service__list .col:nth-child(6),
section.index-page .service__list .col:nth-child(8) {
    width: 25%
}

section.index-page .service__list .col .img-box img {
    display: block;
    margin: 10px auto 5px;
    height: 155px;
    padding: 12px;
    object-fit: cover;
}

section.index-page .service__list .col .bottom-text {
  width: 100%;
    font-weight: 600;
    font-size: var(--big-text-fs);
    color: #024E68;
    text-align: center;
    transition: all ease 0.2s;
}

section.index-page .service__list .col:hover {

}

section.index-page .service__list .col:hover .bottom-text {
    /*color: var(--rgba);*/
    opacity: 0.7;
}

section.index-page .service__list div.col .text-box {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    padding: 40px 120px 40px 45px
}

section.index-page .service__list div.col .title {
    font-weight: 300;
    font-size: var(--h2-fs);
    color: #fff;
    margin-bottom: 18px
}

section.index-page .service__list div.col .description {
    font-size: var(--big-text-fs);
    color: #fff;
    margin-bottom: 25px;
    line-height: 1.3
}

section.index-page .service__list div.col a.button {
    border: 1px solid #fff;
    color: #fff;
    font-size: var(--normal-text-fs);
    padding: 10px 20px;
    border-radius: 2px;
    display: inline-block;
    transition: all ease 0.2s
}

section.index-page .service__list div.col a.button:hover {
    background: #fff;
}

.repair__central .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 80px 0 80px 0
}

.repair__central .col__left {
    width: 42%
}

.repair__central .col-center {
    width: 34%
}

.repair__central .col__right {
    width: 15%
}

.repair__central .col__left h2 {
    font-weight: 600;
    font-size: var(--h2-fs);
    text-align: left;
    line-height: 1.05;
    margin-bottom: 20px
}

.repair__central .col__left p {
    font-size: var(--normal-text-fs);
    color: #024E68;
    line-height: 1.4
}

.repair__central .items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.repair__central .items .col {
    margin-bottom: 30px;
    display: flex;
    align-items: center
}

.repair__central .items .col:last-child {
    margin-bottom: 0
}

.repair__central .items .col .img-box {
    width: 132px;
    min-width: 132px
}

.repair__central .items .col .title {
    font-weight: 600;
    font-size: var(--big-text-fs);
    color: #024E68;
    line-height: 1.1;
    margin: 0 0 10px 0
}

.repair__central .items .col .sub__text {
    font-size: var(--small-text-fs);
    color: #9F9F9F;
    line-height: 1.3
}

.repair__central .items-small {
    background: #E9ECF0;
    text-align: center;
    padding: 35px 20px
}

.repair__central .items-small .col .title {
    font-weight: 600;
    font-size: var(--big-text-fs);
    color: #024E68;
    line-height: 1
}

.repair__central .items-small .col .subtext {
    font-size: var(--small-text-fs);
    color: #ACACAC;
    line-height: 1.3;
    margin: 15px 0 0 0;
    padding: 0 0 20px 0;
    position: relative
}

.repair__central .items-small .col:last-child .subtext {
    padding-bottom: 0
}

.repair__central .items-small .col .subtext:after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 1px;
    width: 45px;
    background: #8D9AAA;
    display: block;
    bottom: 0;
    left: 50%;
    margin: 0 0 0 -22px
}

.repair__central .items-small .col:last-child .subtext:after {
    display: none
}

.slider-index {
    position: relative
}

.slider-index .window {
    background: rgba(255, 255, 255, .9);
    padding: 55px 65px 60px 60px;
    z-index: 5;
    position: absolute;
    width: 640px;
    margin-top: 80px;
    border-radius: 4px
}

.slider-index .window h1 {
    font-weight: 600;
    font-size: var(--h1-fs);
    color: #024E68;
    margin-bottom: 15px;
    line-height: .95
}

.slider-index .window .description {
    font-weight: 300;
    font-size: var(--big-text-fs);
    line-height: 1.35;
    color: #024E68;
    margin-bottom: 25px
}

.slider-index .window .bottom__line {
    display: flex;
    align-items: center
}

.slider-index .window .bottom__line .sub__text {
    font-size: var(--normal-text-fs);
    color: #9F9F9F;
    line-height: 1;
    display: inline-block;
    margin-left: 20px
}

.slider-container {
    overflow: hidden
}

.slider-services li {
    outline: none
}

.slick-dotted.slick-slider {
    margin-bottom: 0
}

.slider-services .slick-dots {
    bottom: 30px
}

.slider-services .slick-dots li {
    margin: 0 5px;
    width: auto;
    height: auto
}

.slider-services .slick-dots li button {
    width: 16px;
    height: 16px;
    padding: 0;
    border-radius: 100%;
    border: 1px solid #dcdbdc;
    background: #fff;
    transition: all ease 0.2s
}

.slider-services .slick-dots li button:hover {
    background: #fff;
}

.slick-dots li button:before {
    display: none
}

.slider-services .slick-prev:before,
.slider-services .slick-next:before {
    display: none
}

.slider-services .slick-prev {
    width: 16px;
    height: 44px;
    display: block;
    border-radius: 100%;
    background: url(%5binc_image%7b/public/img/icons/ico-prev.html) no-repeat center;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    left: 25px;
    z-index: 1;
    font-size: 0;
    top: 46%
}

.slider-services .slick-prev:hover,
.slider-services .slick-prev:focus {
    background: url(%5binc_image%7b/public/img/icons/ico-prev-hover.html) no-repeat center
}

.slider-services .slick-next {
    width: 16px;
    height: 44px;
    display: block;
    border-radius: 100%;
    background: url(%5binc_image%7b/public/img/icons/ico-next.html) no-repeat center;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    right: 25px;
    z-index: 1;
    font-size: 0;
    top: 46%
}

.slider-services .slick-next:hover,
.slider-services .slick-next:focus {
    background: url(../img/icons/ico-next-hover.png) no-repeat center
}

.slider-repair-any-block .bx-wrapper {
    margin: 0;
    box-shadow: none;
    border: none;
    background: none
}

.slider-repair-any-block .description {
    font-size: var(--mini-text-fs);
    color: #024E68;
    margin-bottom: 20px;
    line-height: 24px
}

.slider-repair-any-block h4 {
    font-weight: 700;
    font-size: var(--mini-text-fs);
    text-transform: uppercase;
    float: left
}

.slider-repair-any-block .controls-line {
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.slider-repair-any-block .controls-line .btn-group {
    float: right
}

.slider-repair-any-block .controls-line .btn-prev {
    width: 16px;
    height: 20px;
    display: inline-block;
    background: url(../img/icons/slider-prev.png) no-repeat left center;
    cursor: pointer
}

.slider-repair-any-block .controls-line .btn-prev:hover {
    background: url(../img/icons/slider-prev-hover.png) no-repeat left center
}

.slider-repair-any-block .controls-line .btn-prev a {
    display: block;
    height: 100%
}

.slider-repair-any-block .controls-line .btn-next {
    width: 16px;
    height: 20px;
    background: url(../img/icons/slider-next.png) no-repeat right center;
    cursor: pointer;
    display: inline-block
}

.slider-repair-any-block .controls-line .btn-next:hover {
    background: url(../img/icons/slider-next-hover.png) no-repeat right center
}

.slider-repair-any-block .controls-line .btn-next a {
    display: block;
    height: 100%
}

.slider-repair-any-block .slide {
    display: block;
    text-align: center;
    height: 160px;
    overflow: hidden;
    position: relative;
    border: 1px solid #E9ECF0;
    padding: 15px 5px 0 5px;
    transition: all ease 0.2s;
    cursor: default
}

.slider-repair-any-block .slide .title {
    font-size: var(--mini-text-fs);
    color: #024E68;
    margin-bottom: 5px;
    transition: all ease 0.2s
}

.slider-repair-any-block .slide .sum {
    font-size: var(--mini-text-fs);
    color: #9F9F9F
}

.slider-repair-any-block .slide .img-box {
    position: absolute;
    margin-top: 5px;
    display: flex;
    justify-content: center;
    overflow: hidden;
    width: 100%
}

.slider-repair-any-block .slide .img-box img {
    max-width: none;
    display: block;
    margin: 0 auto
}

.slider-repair-any-block .bx-wrapper .bx-pager {
    bottom: auto;
    top: -30px;
    padding-top: 0;
    width: 200px;
    left: 50%;
    margin-left: -100px
}

.slider-repair-any-block .bx-wrapper .bx-pager.bx-default-pager a {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    border: 1px solid #dcdbdc;
    background: #fff;
    transition: all ease 0.2s
}

.slider-repair-any-block .bx-pager.bx-default-pager a:hover {
    background: #555;
    border: 1px solid #555
}

.contacts__phone-line {
    background: #024E68;
    background-size: cover
}

.contacts__phone-line>.container {
    display: flex;
    align-items: center;
    height: 152px
}

.contacts__phone-line .col__left {
    width: 50%
}

.contacts__phone-line .col__right {
    width: 50%
}

.contacts__phone-line a.phone {
    font-weight: 600;
    font-size: 55px;
    color: #fff;
    display: block
}

.contacts__phone-line .col__right .text {
    font-size: var(--normal-text-fs);
    color: #9F9F9F;
    line-height: 1.4;
    position: relative;
    padding-top: 18px
}

.contacts__phone-line .col__right .text:before {
    content: '';
    position: absolute;
    top: 0;
    display: block;
    width: 50px;
    height: 2px;
}

.callback {
    height: 350px;
   /* background: url(/public/img/contacts/bg-call-question.jpg) no-repeat bottom center #f7f7f7;*/
    background: url("/incfs?type=file&file=<?=$this->genContent('contacts_call_background', 'g_brands' => $brand['id']]) ?>");
}

.callback>.container {
    display: flex;
    align-items: center;
    padding-left: 190px;
    height: 100%
}

.callback .col__left {
    width: 495px;
    height: 195px;
    position: relative;
    border-right: 1px solid #D4DCE5
}

.callback .col__left .title {
    font-weight: 600;
    font-size: var(--h2-fs);
    color: #024E68;
    line-height: 1;
    margin: 0 0 10px 0;
    padding-right: 50px
}

.callback .col__left .subtext {
    font-size: var(--normal-text-fs);
    color: #9F9F9F;
    line-height: 1.4
}

.callback .col__left .btn-box {
    margin: 20px 0 0 0;
    display: flex;
    align-items: center
}

.callback .col__left .btn-box .subtext-btn {
    font-size: var(--normal-text-fs);
    margin-left: 18px
}

.callback .col__right {
    width: 425px;
    height: 195px;
    position: relative;
    padding-left: 75px
}

.callback .col__right .title {
    font-weight: 600;
    font-size: var(--h2-fs);
    color: #024E68;
    line-height: 1;
    margin: 0 0 15px 0
}

.callback .col__right .subtext {
    font-size: var(--normal-text-fs);
    color: #9F9F9F;
    line-height: 1.4
}

.callback .col__right .btn-box {
    display: flex;
    align-items: center;
    margin: 20px 0 0 0
}

section.map {
    margin-top: 25px
}

.base-text h2 {
    font-weight: 600;
    font-size: var(--h2-fs);
    color: #024E68;
    line-height: 1;
    margin: 70px 0 16px 0
}

.base-text p {
    font-size: var(--normal-text-fs);
    color: #024E68;
    line-height: 1.3;
    margin: 15px 0 25px 0
}

.base-text ul li {
    font-size: var(--normal-text-fs);
    color: #024E68;
    margin-bottom: 12px;
    position: relative;
    padding-left: 15px
}

.base-text ul li:before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    position: absolute;
    background: #9F9F9F;
    border-radius: 100%;
    left: 0;
    margin-top: 6px
}

.search__catalog {
    padding: 0 0 0 0;
    margin: 0 0 80px 0
}

.search-line {
    height: 90px;
    background: #024E68
}

.search-line .container {
    display: flex;
    align-items: center;
    height: 100%
}

.search-line .title {
    font-weight: 600;
    font-size: var(--normal-text-fs);
    color: #fff;
    margin: 0 70px 0 0
}

.search-line form input.search {
    font-size: var(--mini-text-fs);
    color: #9F9F9F;
    border-radius: 2px;
    padding: 0 45px;
    margin: 0 2px 0 0;
    width: 425px;
    height: 42px;
    background: url(../img/icons/ico-search.png) no-repeat left 15px center #fff;
    vertical-align: bottom
}

.search-line form button.submit {
    height: 42px;
    line-height: 42px;
    vertical-align: bottom
}

.search-line .sum {
    font-size: var(--normal-text-fs);
    color: #9F9F9F;
    margin-left: auto
}

.search__catalog .models-grid {
    padding: 45px 0 0 0;
    display: flex;
    flex-wrap: wrap
}

.search__catalog .models-grid .item {
    width: 25%;
    text-align: center;
    display: block
}

.search__catalog .models-grid .item:nth-child(n+5) {
    display: none
}

.search__catalog .models-grid .item .title {
    font-weight: 300;
    font-size: var(--normal-text-fs);
    color: #024E68;
    height: 40px;
    text-transform: uppercase;
    transition: all ease 0.2s
}

.search__catalog .models-grid .item .title span {
    background: url(../img/icons/ico-right-tabs.png) no-repeat center right;
    display: inline-block;
    padding-right: 15px
}

.search__catalog .models-grid .item .img-box {
    margin: 0 0 30px 0
}

.search__catalog .models-grid .item .img-box img {
    display: block;
    margin: auto;
    max-height: 195px;
    max-width: 240px
}

.search__catalog .models-more-box {
    text-align: center
}

.search__catalog .models-more-box .models-more {
    height: 42px;
    line-height: 42px;
    padding-right: 40px;
    background-image: url(../img/icons/ico-more-down.png);
    background-position: right 25px top 18px;
    background-repeat: no-repeat
}

.search__catalog .models-more-box .models-more.active {
    background-image: url(../img/icons/ico-more-up.png)
}

.search__catalog .models-list {
    padding: 45px 0 0 0
}

.search__catalog .models-list_no_img {
    padding: 50px 0 40px 0;
    display: block
}

.models-list_hide {
    display: none
}

.search__catalog .models-list .model-list-item {
    font-weight: 300;
    font-size: var(--small-text-fs);
    color: #024E68;
    text-transform: uppercase;
    margin-bottom: 15px;
    width: 25%;
    float: left;
    padding-right: 20px;
    display: block;
    transition: all ease 0.2s;
    letter-spacing: .5px
}

.search__catalog .models-list .model-list-item span {
    background: url(../img/icons/ico-model-list-item.png) no-repeat top 2px right;
    display: inline-block;
    padding-right: 15px
}

.search__catalog .nothing-found {
    padding: 0 0 0 0;
    text-align: center
}

.search__catalog .nothing-found .title {
    font-weight: 600;
    font-size: var(--h2-fs);
    color: #024E68;
    margin-bottom: 10px
}

.search__catalog .nothing-found .description {
    font-size: var(--normal-text-fs);
    color: #024E68;
    line-height: 1.5;
    margin-bottom: 15px
}

.search__catalog .nothing-found .btn-group .master {
    margin-right: 2px
}

.tabs__service {
    background: #024E68;
    padding-top: 75px;
    position: relative;
    overflow: hidden
}

.tabs__service .tabs {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column
}

.tabs__service h2 {
    font-weight: 600;
    font-size: var(--h2-fs);
    color: #fff;
    margin-bottom: 35px;
    text-align: center
}

.tabs__service .tabs ul {
    margin: 0 auto 45px auto
}

.tabs__service .tabs ul li {
    padding: 14px 12px;
    float: left;
    border-radius: 4px;
    transition: all ease 0.2s
}

.tabs__service .tabs ul .ionTabs__tab.ionTabs__tab_state_active {
    background: #fff;
    padding: 14px 25px;
    margin: 0 10px
}

.tabs__service .tabs .ionTabs__tab a {
    font-weight: 600;
    font-size: var(--normal-text-fs);
    color: #fff;
    border-bottom: 1px dotted #fff;
    display: inline-block;
    transition: all ease 0.2s
}

.tabs__service .tabs .ionTabs__tab:not(.ionTabs__tab_state_active) a:hover {
    color: #C7C7C7
}

.tabs__service .tabs .ionTabs__tab_state_active a {
    border-bottom: none;
    color: #024E68
}

.tabs__service .tabs div.tabs-block {
    width: 100%
}

.tabs__service .tabs div.tabs-block:after {
    content: "";
    display: table;
    clear: both
}

.tabs__service .tabs div.tabs-block .col__left {
    width: 625px;
    float: left;
    min-height: 1px
}

.tabs__service .tabs div.tabs-block .col__left .img-block {
    position: relative
}

.tabs__service .tabs div.tabs-block .col__left .img-block>img {
    vertical-align: bottom
}

.tabs__service .tabs div.tabs-block .col__left .img-block .icon {
    width: 90px;
    height: 90px;
    background: #fff;
    border-radius: 100%;
    position: absolute;
    top: 0;
    right: 70px;
    display: flex
}

.tabs__service .tabs div.tabs-block .col__left .img-block .icon img {
    margin: auto
}

.tabs__service .tabs div.tabs-block .col__right {
    width: 485px;
    float: left
}

.tabs__service .tabs div.tabs-block h3 {
    font-weight: 600;
    font-size: var(--h3-fs);
    color: #fff;
    margin-bottom: 15px;
    line-height: 1.15;
    width: 405px
}

.tabs__service .tabs div.tabs-block .description {
    font-size: var(--normal-text-fs);
    color: #fff;
    line-height: 1.4
}

.tabs__service .tabs div.tabs-block .bottom-text {
    font-size: var(--small-text-fs);
    line-height: 1.4;
    color: #9F9F9F;
    position: absolute;
    bottom: 50px
}

.accordion-prices {
    margin: 25px 0 20px 0
}

.accordion-prices>li {
    border-bottom: 1px solid #e3e3e3
}

.accordion-prices>li:last-child {
    border: none
}

.accordion-prices a.title {
    font-size: var(--h3-fs);
    color: #024E68;
    padding: 25px 0 25px 25px;
    display: block;
    background: url(../img/icons/accordion-control-right.png) no-repeat left center
}

.accordion-prices a.title.accordion__active-elem {
    background: url(../img/icons/accordion-control-down.png) no-repeat left center
}

.accordion-prices .info-blocks {
    display: flex;
    justify-content: space-between;
    margin-top: 15px
}

.accordion-prices .info-blocks .col {
    width: 356px;
    height: 180px;
    padding: 30px
}

.accordion-prices .info-blocks h3 {
    font-size: var(--h3-fs);
    color: #fff;
    margin-bottom: 15px
}

.accordion-prices .info-blocks .sub__text {
    font-size: var(--small-text-fs);
    line-height: 24px;
}

.accordion-prices .info-blocks .col.diagnos .sub__text {
    color: #9F9F9F
}

.accordion-prices .info-blocks .col.master {
    background: url(../img/prices/accordion-prices-inner-bg-master.jpg) no-repeat
}

.accordion-prices .info-blocks .col.diagnos {
    background: url(../img/prices/accordion-prices-inner-bg-diagnos.jpg) no-repeat
}

.accordion-prices .row.tr {
    padding: 20px 15px 20px 30px;
    border-top: 1px solid #e3e3e3;
    margin-top: -1px;
    display: block;
    transition: all ease 0.2s
}

.accordion-prices .rows a.row.tr:first-child {
    border-top: none
}

.accordion-prices .rows a.row.tr:first-child:hover {
    border-top: none
}

.accordion-prices .rows a.row.tr:hover .col-services:after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 7px;
    height: 12px;
    background: url(../img/icons/accordion-control-right.png);
    background-size: cover;
    margin: 6px
}

.accordion-prices .row.th {
    padding: 15px 15px 15px 30px;
    background: #f4f4f4
}

.accordion-prices .row.th .col-services,
.accordion-prices .row.th .col-doing,
.accordion-prices .row.th .col-price {
    font-weight: 700;
    font-size: var(--mini-text-fs);
    color: #024E68;
    text-transform: uppercase;
    line-height: 1
}

.accordion-prices .col-services {
    float: left;
    width: 35%;
    padding-right: 15px;
    transition: all ease 0.2s;
    position: relative;
    min-height: 1px
}

.accordion-prices .row.tr .col-services {
    font-size: var(--big-text-fs);
    color: #024E68
}

.accordion-prices .col-doing {
    float: left;
    width: 45%;
    font-size: var(--mini-text-fs);
    color: #9F9F9F;
    line-height: 22px;
    padding-right: 15px;
    min-height: 1px
}

.accordion-prices .col-price {
    float: left;
    width: 20%;
    font-weight: 700;
    font-size: var(--mini-text-fs);
    line-height: 22px;
    text-align: center;
    min-height: 1px
}

.place-an-order-form {
    padding: 75px 0;
    text-align: center
}

.place-an-order-form h2 {
    font-size: var(--h2-fs);
    color: #024E68;
    margin-bottom: 15px
}

.place-an-order-form .sub__text {
    font-size: var(--small-text-fs);
    color: #024E68;
    margin-bottom: 55px
}

.place-an-order-form form label {
    display: inline-block;
    width: 270px;
    margin-right: 25px
}

.place-an-order-form form label span {
    display: block;
    font-size: var(--mini-text-fs);
    color: #024E68;
    margin-bottom: 5px;
    text-align: left
}

.place-an-order-form form label input {
    width: 100%;
    height: 40px;
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    font-size: var(--small-text-fs);
    color: #024E68;
    padding-left: 20px;
    vertical-align: middle;
    transition: all ease 0.2s
}

.place-an-order-form form .submit {
    height: 40px
}

.slider__tabs {
    /*display: none;*/
    padding: 25px 1.5rem 80px 1.5rem;
    /*border-top: 1px solid #E9ECF0*/
}

.contacts .slider__tabs {
    border-top: none
}

.slider__tabs h2 {
    font-weight: 600;
    font-size: var(--h2-fs);
    text-align: center;
    line-height: 1;
    margin-bottom: 30px;
    color: #024E68
}

.slider__tabs .ionTabs__head {
    display: flex;
    justify-content: center;
    margin-bottom: 35px
}

.slider__tabs .ionTabs__head li {
    font-weight: 600;
    font-size: var(--normal-text-fs);
    line-height: 1;
    padding: 13px 10px;
    transition: all ease 0.2s
}

.slider__tabs .ionTabs__head li.ionTabs__tab_state_active {
    background: #024E68;
    border-radius: 2px;
    color: #fff;
    padding: 13px 25px;
    margin: 0 10px
}

.slider__tabs .ionTabs__head li.ionTabs__tab_state_active span {
    border-bottom: none
}

.slider__tabs .ionTabs__head li span {
    font-weight: 600;
    line-height: 1;
    display: inline-block;
    border-bottom: 1px dotted #024E68
}

.slider__tabs .ionTabs__body li {
    text-align: center;
    outline: none
}

.slider__tabs .ionTabs__body .slider-catalog {
    display: flex;
    justify-content: space-between
}

.slider__tabs .ionTabs__body .slider-catalog.phone,
.slider__tabs .ionTabs__body .slider-catalog.dryer,
.slider__tabs .ionTabs__body .slider-catalog.oven {
    justify-content: center
}

.slider__tabs .ionTabs__body .slider-catalog li {
    width: 255px
}

.slider__tabs .ionTabs__body .slider-catalog.phone li,
.slider__tabs .ionTabs__body .slider-catalog.dryer li,
.slider__tabs .ionTabs__body .slider-catalog.oven li {
    margin: 0 15px
}

.slider__tabs .ionTabs__body .wrap {
    display: block
}

.slider__tabs .ionTabs__body .title {
    font-weight: 300;
    font-size: var(--normal-text-fs);
    color: #024E68;
    line-height: 1.2;
    text-transform: uppercase;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin: 0 0 20px 0;
    height: 45px;
    letter-spacing: .4px;
    transition: all ease 0.2s
}

.slider__tabs .ionTabs__body #Tab__Tabs_Group_name__tv .title {
    padding: 0 45px
}

.slider__tabs .ionTabs__body #Tab__Tabs_Group_name__tv li:last-child .title {
    padding: 0 55px
}

.slider__tabs .ionTabs__body .title span {
    font-weight: 300;
}

.slider__tabs .ionTabs__body .title span:after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 5px;
    height: 10px;
    background: url(../img/icons/ico-right-tabs.png) no-repeat;
    margin: 4px 0 0 5px
}

.slider__tabs .ionTabs__body .img-box {
    height: 220px
}

.slider__tabs .ionTabs__body .img-box img {
    margin: auto
}

.slider__tabs .ionTabs__body .description {
    font-size: var(--small-text-fs);
    color: #9F9F9F;
    line-height: 1.25;
    padding: 0 45px;
    height: 65px
}

.slider-catalog .slick-list {
    width: 1110px;
    min-height: 1px
}

.slider-catalog .slick-prev {
    width: 22px;
    height: 39px;
    background: url(../img/icons/slider-category-left.png) no-repeat;
    left: 0;
    z-index: 5;
    transition: background ease 0.2s
}

.slider-catalog .slick-prev:hover {
    background: url(../img/icons/slider-category-left-hover.png) no-repeat
}

.slider-catalog .slick-prev:before {
    display: none
}

.slider-catalog .slick-next {
    width: 22px;
    height: 39px;
    background: url(../img/icons/slider-category-right.png) no-repeat;
    right: 0;
    z-index: 5;
    transition: background ease 0.2s
}

.slider-catalog .slick-next:hover {
    background: url(../img/icons/slider-category-right-hover.png) no-repeat
}

.slider-catalog .slick-next:before {
    display: none
}

.slider-catalog .slick-slide {
    height: auto
}

.expert__form {
    height: 187px;
    padding: 10px 45px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
}

.expert__form .col__left {
    width: 30%
}

.expert__form .col__left .title {
    font-weight: 600;
    font-size: var(--h2-fs);
    color: #024E68;
    margin: 0 0 12px 0
}

.expert__form .col__left .subtext {
    font-size: var(--normal-text-fs);
    color: #024E68;
    line-height: 1.4
}

.expert__form .col-center {
    width: 33%
}

.expert__form .col-center .over-text {
    font-size: var(--small-text-fs);
    color: #024E68;
    margin: 0 0 6px 0
}

.expert__form .col-center input {
    font-size: var(--small-text-fs);
    color: #024E68;
    width: 200px;
    height: 46px;
    border: 1px solid #cfcfcf;
    border-radius: 2px;
    padding: 0 0 0 25px;
    margin: 0 2px 0 0;
    vertical-align: bottom
}

.expert__form .col-center .submit {
    vertical-align: bottom
}

.expert__form .col-center .politic {
    font-weight: 300;
    font-size: var(--mini-text-fs);
    color: #9F9F9F;
    line-height: 1.4;
    margin: 12px 0 0 0
}

.expert__form .col-center .politic a {
    line-height: 1;
    display: inline-block;
    transition: all ease 0.2s
}

.expert__form .col-center .politic a:hover {
    border-bottom: 1px solid #b3b2b2
}

.expert__form .col__right {
    width: 28%;
    text-align: right
}

.expert__form .col__right .phone-callback {
    margin: 0 0 10px 0
}

.expert__form .col__right .phone-callback .small {
    font-size: var(--normal-text-fs);
    color: #9F9F9F;
    display: inline-block;
    position: relative;
    bottom: 2px
}

.expert__form .col__right .phone-callback .big {
    font-weight: 700;
    font-size: var(--h2-fs);
    color: #024E68
}

.expert__form .col__right .subtext {
    font-size: var(--normal-text-fs);
    color: #024E68;
    line-height: 1.3
}

.reviews__item {
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 20px;
    margin-bottom: 20px
}

.reviews__item-name {
    font-size: var(--normal-text-fs);
    margin-bottom: 10px;
    position: relative
}

.reviews__item-name span {
    font-size: var(--mini-text-fs);
    color: #9F9F9F;
    line-height: 18px;
    display: inline-block;
    margin-left: 10px
}

.reviews__item-name div.mark {
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: #6a707b;
    border-radius: 100%;
    display: block;
    font-weight: 700;
    font-size: var(--mini-text-fs);
    color: #fff
}

.reviews__item-message {
    font-size: var(--mini-text-fs);
    color: #024E68;
    line-height: 24px
}

.politic h1 {
    font-weight: 600;
    font-size: var(--h2-fs);
    color: #024E68;
    line-height: 1.05;
    margin: 70px 0;
}

.politic-content {
    padding: 0 0 40px 0
}

.politic-content p {
    font-size: var(--normal-text-fs);
    color: #024E68;
    line-height: 1.5;
    margin: 10px 0 15px 0
}

.politic-content p .link {
    white-space: nowrap
}

.politic-content h2 {
    font-weight: 600;
    font-size: var(--h2-fs);
    color: #024E68;
    line-height: 1.05;
    margin: 30px 0 10px 0
}

.politic-content ul {
    margin: 10px 0 15px 0
}

.politic-content ul li {
    font-size: var(--big-text-fs);
    color: #024E68;
    line-height: 1.25;
    margin-bottom: 5px;
    padding-left: 15px;
    background: url(../img/icons/dot-base-list.png) no-repeat top 11px left
}

.error-message {
    text-align: center;
    padding: 116px 0
}

.error-message h1 {
    font-weight: 600;
    font-size: var(--h1-fs);
    color: #024E68;
    line-height: 1;
    margin: 0 0 15px 0
}

.error-message .subtext {
    font-weight: 300;
    font-size: var(--big-text-fs);
    color: #024E68;
    line-height: 1.3;
    margin: 0 0 30px 0
}

.error-message .subtext a {
    font-weight: 300;
    font-size: var(--h3-fs);
    color: #024E68
}

.error-message .btn-group .master {
    margin-right: 2px
}

.call-widget {
    position: fixed;
    right: 50px;
    bottom: 50px;
    z-index: 1;
    width: 310px;
    height: 90px;
    display: none
}

.call-widget .outline {
    background: rgba(255, 248, 250, .25);
    border: 1px solid rgba(242, 210, 220, .25);
    border-radius: 2px;
    position: absolute;
    width: 100%;
    height: 100%;
    left: -10px;
    top: -10px;
    animation: call_widget infinite 2s linear;
    display: none;
}

@keyframes call_widget {
    0% {
        background: rgba(255, 248, 250, 0);
        border: 1px solid rgba(242, 210, 220, 0);
        transform: scale(.9)
    }

    20% {
        background: rgba(255, 248, 250, .25);
        border: 1px solid rgba(242, 210, 220, .25);
        transform: scale(1)
    }

    60% {
        background: rgba(255, 248, 250, .1);
        border: 1px solid rgba(242, 210, 220, .1);
        transform: scale(1.1)
    }

    100% {
        background: rgba(255, 248, 250, 0);
        border: 1px solid rgba(242, 210, 220, 0);
        transform: scale(1.15)
    }
}

.call-widget .wrap {
    min-width: 290px;
    height: 70px;
    background: url(../img/footer/call-widget/phone.png) no-repeat center left 15px, url(../img/footer/call-widget/circle.png) no-repeat top left, url(../img/footer/call-widget/circle2.png) no-repeat top left #cfcfcf;
    border-radius: 4px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    padding: 0 0 0 85px;
    transition: all ease 0.2s
}

.call-widget .wrap:hover {
    background: url(../img/footer/call-widget/phone.png) no-repeat center left 15px, url(../img/footer/call-widget/circle-hover.png) no-repeat top left, url(../img/footer/call-widget/circle2.png) no-repeat top left #494646;
}

.call-widget .title {
    position: relative
}

.call-widget .title span {
    font-weight: 700;
    font-size: var(--normal-text-fs);
    color: #111
}

.call-widget .title span:after {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #45E155;
    border-radius: 100%;
    position: absolute;
    margin: 7px 0 0 5px
}

.call-widget:hover .title span {
    color: #efefef;
}

.call-widget:hover .subtitle {
    color: #ddd;
}

.call-widget .subtitle {
    font-size: var(--small-text-fs);
    color: #444;
    margin: 5px 0 0 0
}

.call-widget .logo {
    position: absolute;
    top: 4px;
    right: 4px
}

footer .line-color .col {
    height: 15px
}

footer .line-title .container {
    display: flex;
    align-items: center;
    height: 52px
}

footer .line-title img:not(.btn-to-top) {
    margin-right: 30px
}

footer .line-title h3 {
    font-size: var(--normal-text-fs);
    color: #fff;
    margin-right: 30px
}

footer .btn-to-top {
    margin-left: auto;
    cursor: pointer;
    width: 34px;
    height: 34px;
    background: url(../img/icons/up-arrow-footer.png) no-repeat center center;
    transition: all ease 0.2s;
    border-radius: 4px;
    border: 1px solid #fff
}

footer .btn-to-top:hover {
    background: url(../img/icons/up-arrow-footer-hover.png) no-repeat center center #fff
}

footer .menu__bottom {
    padding: 45px 0 30px 0;
    display: flex;
    justify-content: space-between
}

footer .menu__bottom .col__left {
    width: 70%;
    display: flex;
    justify-content: space-between
}

footer .menu__bottom .col__left .col:nth-child(1) {
    width: 80%;
}

footer .menu__bottom .col__left .col:nth-child(2) {
    margin-left: 25px
}

footer .menu__bottom .col__left .col ul.menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

footer .menu__bottom .col__left .col ul.menu li {
    width: 33%;
}

footer .menu__bottom .col__left .col .title {
    font-weight: 600;
    font-size: var(--big-text-fs);
    line-height: 1;
    margin-bottom: 16px
}

footer .menu__bottom .col__left .col ul li a {
    font-size: var(--small-text-fs);
    margin-bottom: 10px;
    display: block;
    transition: all ease 0.2s
}

footer .menu__bottom .col__left .col ul li span {
    font-size: var(--small-text-fs);
    margin-bottom: 12px;
    display: block;
    transition: all ease 0.2s
}

footer .menu__bottom .col__right {
    width: 25%;
    float: left;
    text-align: right
}

footer .phone-callback {
    font-weight: 700;
    font-size: var(--h2-fs);
}

footer .phone-callback {
    transition: all ease 0.2s
}

footer .menu__bottom .col__right {
    text-align: right
}

footer .menu__bottom .col__right .phone .title {
    font-size: var(--small-text-fs);
}

footer .menu__bottom .col__right .phone .small {
    font-size: var(--normal-text-fs);
    display: inline-block;
    position: relative;
    bottom: 2px;
    transition: all ease 0.2s
}

footer .menu__bottom .col__right .phone .big {
    font-weight: 700;
    font-size: var(--h2-fs);
    transition: all ease 0.2s
}

footer .menu__bottom .col__right .sub__text {
    /* font-size: var(--normal-text-fs); */
    line-height: 1.35;
    margin: 12px 0 20px 0
}

footer .line__rules>.container {
    display: flex;
    align-items: center;
    height: 68px
}

footer .line__rules .title {
    font-size: var(--normal-text-fs);
    line-height: 1;
    margin-right: 10px
}

footer .line__rules .politic {
    font-size: var(--small-text-fs);
    line-height: 1;
    display: block;
    transition: all ease 0.2s
}

footer .line__rules .img-box {
    margin-left: auto
}

footer .line__rules .img-box img {
    vertical-align: bottom
}

.politic-bottom-info.center {
    font-size: var(--mini-text-fs);
    color: #9e9e9e;
    line-height: 16px;
    margin-top: 15px;
    text-align: center
}

.politic-bottom-info.center a {
    text-decoration: underline
}

div.blocker {
    z-index: 20;
    background: rgba(106, 112, 123, .9)
}

div.modal {
    z-index: 30;
    padding: 0;
    max-width: 395px;
    border-radius: 4px;
    box-shadow: 0 0 40px rgba(106, 111, 117, .3)
}

div.modal a.close-modal {
    background: url(../img/icons/ico-modal-close.png) no-repeat center;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    transition: all ease 0.2s;
    top: 5px;
    right: 5px
}

div.modal a.close-modal:hover {
    background: url(../img/icons/ico-modal-close-hover.png) no-repeat center
}

.modal .content {
    padding: 40px 45px
}

.modal .content .title {
    font-weight: 600;
    font-size: var(--h2-fs);
    color: #024E68;
    line-height: 1;
    margin: 0 0 10px 0
}

.modal .content p {
    font-size: var(--normal-text-fs);
    color: #024E68;
    line-height: 1.4;
    margin: 0 0 18px 0
}

.modal .content form label {
    font-size: var(--normal-text-fs);
    color: #024E68;
    line-height: 1;
    margin: 0 0 6px 0;
    display: block
}

.modal .content form input {
    font-size: var(--small-text-fs);
    color: #024E68;
    width: 100%;
    height: 42px;
    box-sizing: border-box;
    border-radius: 2px;
    border: 1px solid #cfcfcf;
    margin: 0 0 10px 0;
    padding: 0 25px;
    transition: all ease 0.2s
}

.modal .content form textarea {
    font-size: var(--small-text-fs);
    color: #024E68;
    width: 100%;
    height: 90px;
    box-sizing: border-box;
    border-radius: 2px;
    border: 1px solid #cfcfcf;
    margin: 0 0 10px 0;
    padding: 10px 25px;
    transition: all ease 0.2s;
    resize: none
}

.modal .content form .btn-line {
    display: flex;
    align-items: center;
    margin: 0 0 15px 0
}

.modal .content form .btn-line .btn-bg {
    flex-shrink: 0
}

.modal .content form .btn-line .sub-btn {
    font-size: var(--small-text-fs);
    color: #9F9F9F;
    line-height: 1;
    margin: 0 0 0 15px
}

.personal-data {
    font-weight: 300;
    font-size: var(--mini-text-fs);
    color: #9F9F9F;
    line-height: 1.4;
    margin: 12px 0 0 0;
    display: flex;
}

.personal-data a {
    display: inline-block;
    line-height: 1;
    transition: all ease 0.2s
}

.price-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    min-height: 10%;
    background: #F5F7F9;
    border: 1px solid transparent;
    transition: all ease 0.2s;
    font-size: 16px;
    color: var(--accent);
    font-weight: 700;
    font-size: var(--normal-text-fs);
}
.price-btn:hover {
    border: 1px solid var(--accent_bright);
    background: #fff;
}

@media screen and (max-width:1680px) {
    .header__top {
        padding: 0 40px
    }
}

#map {
    height: 415px;
    width: 100%;
}

@media screen and (max-width:1440px) {
    section.index-page .service__list .col .bottom-text {
        height: 45px;
        font-size: var(--big-text-fs);
    }

    section.index-page .service__list div.col .text-box {
        padding: 40px 100px 40px 40px
    }

    section.index-page .service__list div.col .title {
        font-size: var(--h3-fs);
        margin-bottom: 15px
    }

    section.index-page .service__list div.col .description {
        font-size: var(--small-text-fs);
        line-height: 1.4;
        margin-bottom: 25px
    }

    section.index-page .service__list div.col a.button {
        font-size: var(--small-text-fs);
    }
}

@media all and (max-width:1240px) {
    section.index-page .service__list .col .bottom-text {
        height: 34px;
        font-size: var(--small-text-fs);
    }

    section.index-page .service__list div.col .text-box {
        padding: 10px 50px 10px 40px
    }

    section.index-page .service__list div.col .title {
        font-size: var(--h3-fs);
        margin-bottom: 10px
    }

    section.index-page .service__list div.col .description {
        font-size: var(--small-text-fs);
        line-height: 1.4;
        margin-bottom: 15px
    }

    section.index-page .service__list div.col a.button {
        font-size: var(--small-text-fs);
    }
   /* section.index-page .service__list .col {
        min-width: 40%;
    }*/
}

div:has(> .form-error-border) {
    position: absolute;
    display: block;
    width: 100%;
    height: 50px;
    content: "Введён не корретный номер телефона";
}

