.main-menu-level-1 .col .img-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 135px;
    margin: 0 auto;
}

:root {
    --h1_fs: 48px;
    --h2_fs: 36px;
    --big_text_fs: 20px;
    --normal_text_fs: 18px;
    --small_text_fs: 16px;
    --mini-text-fs: 13px;
}

.main-menu-level-1 .col .title span {
    display: inline-block;
    position: relative;
    height: 45px;
}
.main-menu-level-1 .col .img-box img{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.container {
    padding: 0 1em;
}

ul.main-menu {
    display: none;
}

.main-menu.main-menu-js.menu_for_open.open-menu {
    display: block;
    text-align: center;
    transition: display 0.5s;
}

ul.main-menu > li > a {
    font-size: var(--small-text-fs);
    width: 100%;
}

.burger-button {
    width: 3rem;
    height: 3rem;
    border-radius: 5px;
    cursor: pointer;
    margin-left: 10px;
    position: relative;
}

.burger-button i {
    font-size: var(--big-text-fs);
    color: #fff;
    margin-top: 11px;
}

.logo-text .city-block {
    position: relative;
    display: inline-block;
}

.logo-text-mob {
    position: absolute;
    top: 6px;
    right: 12px;
    color: rgba(255, 255, 255, 0.8);
}


.city-block-dropdown {
    display: none;
    transition: all ease 0.2s;
    position: absolute;
    margin-top: 15px;
    z-index: 10;
    left: 0;
    width: 500px;
    background: #efefef;
    padding: 1em;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.23);
    color: #777;
}

.city-block-dropdown-footer {
    top: 76%;
}

.city-block-dropdown li:hover {
    text-decoration: underline;
    color: #555;
}

.active {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.active li{
    width: 33.33%;
    text-align: center;
    padding: 5px 0;
}

.city-block-select{
    cursor: pointer;
    display: inline-block;
}

.city-block-select:after {
    color: #B7B7B7;
    content: '\f0d7';
    font-family: FontAwesome;
    font-size: var(--mini-text-fs);
    margin-left: 3px;
}
.open-cities:after {
    color: #B7B7B7;
    font-family: FontAwesome;
    content: '\f0d8';
    font-size: var(--mini-text-fs);
    margin-left: 3px;
}



.city-block-select span {
    border-bottom: 1px solid #B7B7B7;
}




/****** ЭКРАН ***********/
@media screen and (max-width: 479px) {
    #map {
        height: 70vh;
    }

    .slider-index {
        display: none;
    }

    /*Хэдер*/
    .header__top {
        padding: 0 10px;
    }
    .header__top .col__left .logo {
        width: 60px;
        height: 60px;
        margin: 0 20px 0 0;
    }

    .header__top .col__left .logo img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .header__top .col__left .logo-text {
        display: none;
    }
    .header__top .phone .small {
        font-size: var(--mini-text-fs);
    }
    .header__top .phone .sub__text {
        font-size: var(--mini-text-fs);
    }
    .header__top .phone .big {
        font-size: var(--h3-fs);
    }

    .city-block-dropdown {
        left: inherit;
        right: 0;
        width: 380px;
    }


    /*Навигация в шапке*/
    ul.main-menu > li:nth-child(n+2)  {
        border-top: 1px solid rgba(255, 255, 255, 0.17);
    }

    *ul.main-menu>li>a {
        line-height: 30px;
    }

    .drop {
    position: relative;
    }

    .main-menu-drop {
        top: 3em;
    }

    .main-menu-drop .container {
        flex-wrap: wrap;
    }

    .main-menu-drop-left,
    .main-menu-drop-right {
        width: 100%;
    }

    .main-menu-drop-right {
        padding: 0;
        justify-content: center;
        margin-top: 2em;
    }

    .main-menu-level-1 .col {
        margin-bottom: 1em;
    }

    .main-menu-level-1 {
        justify-content: center;
    }

    /*Слайдер*/

    .slick-slider .slick-track {
        height: 400px;
    }

    .slick-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .slider-services .slick-dots li button {
        width: 8px;
        height: 8px;
        border: 1px solid #dcdbdc;
    }
    .slider-index .window {
        padding: 55px 65px 35px 25px;
        margin-top: 30px;
        width: calc(100% - 32px);
    }

    .slider-index .window .bottom__line .sub__text {
        font-size: var(--small-text-fs);
    }
    .slider-index .window h1 {
        font-size: var(--big-text-fs);
    }
    .slider-index .window .description {
        font-weight: 300;
        font-size: var(--small-text-fs);
    }

    .btn-bg {
        padding: 0 25px;
        overflow: hidden;
        min-width: 120px;
        text-align: center;
    }
    .btn-call-back .bottom__line .btn-bg {
        height: 45px;
        line-height: 18px;
        padding: 12px 25px;
        font-size: var(--small-text-fs);
    }


    .btn-call-back .btn-bg .two-line {
        padding: 4px 25px;
        line-height:inherit;
    }

    /*Ремонт любых моделей*/

    section.index-page h2 {
        font-size: var(--h3-fs);
    }

    /*Витрина*/

   

    section.index-page .service__list .col .img-box img {
        display: block;
     /*   width: 100%;
        height: 100%;*/
        object-fit: cover;
    }
    section.index-page .service__list .col {
        max-width: 100%;
        min-width: 100%;
        margin-bottom: 1.5em;
    }


    /*Окно заказать ремонт Вызвать кнопка*/

    .blocker {
        padding: 0px;
    }
    .modal .content {
        padding: 20px 20px;
    }

    .modal .content form .btn-line {
        flex-wrap: wrap;
        justify-content: center;
    }

    .modal .content form .btn-line .btn-bg {
        width: 100%;
        margin-bottom: 10px;
    }

    /*Доверьте ремонт специалистам*/
    .repair__central .container {
        flex-wrap: wrap;
        justify-content: center;
        padding: 80px 0 80px 0;
    }

    .repair__central .col__left {
        width: 92%;
        margin-bottom: 20px;
    }
    .repair__central .col-center {
        width: 92%;
        margin-bottom: 20px;
    }

    .repair__central .col__right {
        width: 92%;
    }

    /*Квалифицированный ремонт бытовой техники*/
    .slider__tabs .ionTabs__head {
        flex-wrap: wrap;
    }

    .slider__tabs .ionTabs__body .slider-catalog {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    /*Спросите эксперта*/
    .expert__form {
        height: auto;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .expert__form .col__left,
    .expert__form .col-center,
    .expert__form .col__right {
        width: 92%;
        margin-bottom: 10px;
    }
    .expert__form .col-center .row {
        width: 100%;
    }
    .expert__form .col-center input,
    .expert__form .col-center .submit{
        width: 100%;
    }
    /*Футер Центральный сервисный центр */
    footer .line-title .container {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        width: 100%;
        padding: 5px 10px;
    }

    footer .menu__bottom {
        padding: 45px 10px 30px 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    footer .menu__bottom .col__left,
    footer .menu__bottom .col__right {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    footer .menu__bottom .col__left {
        flex-wrap: wrap;
        justify-content: center;
    }
    footer .menu__bottom .col__left .col {
        width: 90%;
        margin-bottom: 10px;
    }

    footer .menu__bottom .col__left .col:nth-last-child(2) {
        margin-right: 0px;
    }
    footer .menu__bottom .col__left .col ul.menu {
        width: 100%;
    }

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

    footer .menu__bottom .col__right .sub__text {
        margin: 20px 0 20px 0;
    }

    footer .line__rules {
        padding: 0 10px;
    }

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

    /*Оператор на связи*/
    .call-widget .outline,
    .call-widget .wrap {
        display: none;
    }

     /*-----Контакты------*/

    .contacts__phone-line .col__right .text {
        font-size: var(--small-text-fs);
    }

    .callback .container-b{
        height: inherit;
    }
    .callback {
        height: inherit;
    }
    .callback > .container {
        flex-wrap: wrap;
        padding-left: 1em;
    }

    .contacts .callback > .container {
        padding-bottom: 40px;
        padding-top: 40px;
    }

    .callback .col__left {
        width: 100%;
        height: inherit;
        position: relative;
        border-right: 0px;
    }

    .callback .col__right {
        width: 100%;
        height: inherit;
        position: relative;
        padding-left: 0px;
    }

    .callback .col__left .title,
    .callback .col__right .title {
        font-size: var(--h3-fs);
    }

    .callback .col__left .btn-box {
        margin: 0 0 30px 0;
        flex-wrap: wrap-reverse;
    }

    .contacts .callback .col__left .btn-box .subtext-btn {
        margin-left: 0;
        margin-bottom: 10px;
    }

    .callback .col__left .btn-box .subtext-btn {
        margin-top: 1em;
    }



    /*----О сервисе----*/
    section.about-page .showcase__head {
        flex-wrap: wrap;
        justify-content: center;
    }

    section.about-page .showcase__head {
        padding: 60px 0 0 0;
    }
    section.about-page .showcase__head h1 {
        font-size: var(--h2-fs);
        width: 100%;
    }
    .showcase__head .btn-group {
        margin: 30px 0;
    }

    section.about-page .showcase__head .btn-call-back {
        /*width: 100%;*/
    }

    section.about-page .about__line {
        padding-top: 55px;
    }

    section.about-page .about__line {
        padding-top: 60px;
        margin-top: 7em;
    }


    .about__technique .col {
        width: 90%;
    }

    section.about-page .about__line h2 {
        font-size: var(--h2-fs);
        margin: 0 auto;
    }

    .container {
        padding: 0 1rem;
    }

    .modal .content form .btn-line .sub-btn {
        margin: 10px 0em 0 15px;
        width: 100%;
        text-align: center;
    }

    .news__block .img-box {
        display: none;
    }

    .news__block .news-item {
        width: 90%;
        margin: 0 auto;
        padding: 0;
    }
    /*Часы работы*/
    .contacts__phone-line > .container {
        flex-wrap: wrap;
        justify-content: center;
    }

    .contacts__phone-line .col__left,
    .contacts__phone-line .col__right {
        width: 70%;
    }
    .contacts__phone-line a.phone {
        font-size: var(--big-text-fs);
    }
    /*------------*/

    .about__layer .col__left {
        width: 100%;
        padding: 50px 30px;
        font-size: var(--small-text-fs);
        line-height: 1.4;
        margin-top: -50px;
    }
    .about__advantages .col:nth-child(1),
    .about__advantages .col:nth-child(2),
    .about__advantages .col:nth-child(3),
    .about__advantages .col:nth-child(4),
    .about__advantages .col {
        width: 90%;
        margin-bottom: 1em;
    }

    .about__advantages .col .img-box {
        width: 15%;
    }
    .about__layer .col__right {
        width: 100%;
    }

    .about__layer .col__right {
        width: 100%;
        padding: 40px 30px 0 30px;
    }

    .about__brand .sub__text {
        margin-top: 1rem;
    }

    .about__brand .we-know .col {
        width: 100%;
    }

    .differences__other h2 {
        font-size: var(--h2-fs);
        width: 100%;
    }

    .differences__other .container .row {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .differences__other .col__left,
    .differences__other .col__right {
        width: 100%;
    }

    .differences__other .col__right {
        display: none;
    }
    /*
    .differences__other .col__right img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }*/

    .differences__other .numbers .col,
    .differences__other .numbers .col:nth-child(3) {
        width: 90%;
        margin-bottom: 10px;
    }

    .differences__other .numbers .row {
        padding: 30px 30px 0 30px;
    }

    .differences__other .numbers .col .number {
        font-size: 55px;
        text-align: center;
    }

    .differences__other .numbers .col .sub__text {
        font-size: var(--small-text-fs);
        text-align: center;
    }
    footer .line-title h3 {
        font-size: var(--small-text-fs);
    }
    footer .btn-to-top {
        width: 38px;
        height: 28px;
    }

    /*Комплектующие*/
    article.showcase__head {
        height: inherit;
    }
    article.showcase__head .text h1 {
        font-size: var(--h2-fs);
    }

    .content__columns {
        justify-content: center;
        flex-wrap: wrap;
    }

    .content__columns .content__left {
        width: 100%;
    }

    .img-text__block {
        justify-content: center;
        flex-wrap: wrap;
    }

    .content__sidebar {
        width: 100%;
    }

    /*Гарантия*/
    .img-text__block .number-box {
        margin: 15px 18px -100px 18px;
        width: 100%;
    }
    .img-text__block .number-box .col {
        width: 100%;
        margin: 0 10px 30px 10px;
        align-items: center;
    }

    .img-text__block-diag .text-box {
        display: flex;
        flex-wrap: wrap;
    }

    .img-text__block-diag .text-box h2 {
        width: 100%;
    }

    footer .line__rules > .container {
        flex-wrap: wrap;
    }
    footer .line__rules .img-box {
        display: none;
    }
    .breakage__col {
        margin: 0 auto 10px auto;
        /*width: 100%;*/
        height: 21em;
        padding: 75px 25px 69px 25px;
    }

    .breakage__col_img-out {
        width: 70%;
    }

    .btn-call-back.question {
        margin-top: 15px;
    }

    .breakage__col.master .breakage__col_title,
    .breakage__col.diagnos .breakage__col_title,
    .breakage__col.guarantee .breakage__col_title,
    .breakage__col.parts .breakage__col_title {
        margin: 70px 0 10px 0;
    }

    .breakage__col_price {
        bottom: 70px;
    }


    /***Хабовая страница*/

    article.showcase__head .text {
        width: 100%;
        margin-right: 0;
        padding: 80px 0 0 0;
    }

    article.showcase__head .bottom__line {
        flex-wrap: wrap-reverse;
        margin-top: 0;
        margin-bottom: 10px;
        /*justify-content: center;*/
    }

    article.showcase__head .bottom__line .sub__text {
        margin-left: 0;
        margin-top: 1em;
        margin-bottom: 1em;
        width: 100%;
    }
    .equipment .about__advantages,
    .diagnostics .about__advantages  {
        padding: 75px 0 75px 0;
    }

    .img-text__block .img-box {
        width: 98%;
    }

    .img-text__block .text-box {
        margin-top: 35px;
    }

    .img-text__block .img-box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }


    /**/
    .failures-sale .bt.air-conditioning,
    .failures-sale .master {
        display: none;
    }

    .failures-sale {
        padding: 0 30px;
    }

    .failures-sale .wrap {
        width: 100%;
    }

    .failures-sale .title {
        font-size: var(--h3-fs);
        text-align: end;
    }

    .failures-sale .description {
        width: 100%;
        font-size: var(--small-text-fs);
    }


    .failures-sale form input {
        margin-bottom: 5px;
    }

    /*Табы*/
    .tabs__service {
        padding-bottom: 1.5em;
    }

    .tabs__service .tabs ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .tabs__service .tabs div.tabs-block .col__left {
        display: none;
    }

    .tabs__service .tabs ul .ionTabs__tab.ionTabs__tab_state_active {
        padding: 10px 16px;
    }

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

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

    .tabs__service .tabs div.tabs-block .bottom-text {
        position: unset;
        margin-top: 15px;
    }
    /*В списке нет поломки*/
    .failures-estimated-cost .row {
        flex-wrap: wrap;
    }

    .failures-estimated-cost .col__left,
    .failures-estimated-cost .col__right {
        width: 90%;
        padding-left: 0;
        padding-right: 0;
    }

    .failures-estimated-cost .col__right {
        width: 90%;
    }

    .failures-estimated-cost .col__left::after {
        border-left: 0;
    }

    .failures-estimated-cost .col__left h2 {
        font-size: var(--h2-fs);
    }

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

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

    .failures-estimated-cost .btn-call-back.question {
        margin-top: 0;
    }

    .failures-estimated-cost .col__right .phone {
        font-size: var(--big-text-fs);
        margin-bottom: 1em;
        margin-top: 1em;
    }

    .failures-estimated-cost .col__right .btn-group {
        flex-wrap: wrap;
    }

    /*Сертификаты*/

    .certificates {
        height: inherit;
    }

    .certificates .container {
        justify-content: center;
        flex-wrap: wrap;
        padding: 4em 1em;
    }

    .certificates .col__right {
        width: 100%;
        justify-content: center;
        margin-top: 1em;
    }

    .certificates .col__right a{
        width: 33%;
    }

    .certificates .col__right img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }


    /*Схема работы*/
    .scheme-of-work .steps {
        justify-content: center;
        flex-wrap: wrap;
    }

    .scheme-of-work .steps .col {
        margin-bottom: 1em;
    }

    .scheme-of-work .description {
        font-size: var(--big-text-fs);
    }
}
@media screen and (max-width:460px)  {
        /*Футер Центральный сервисный центр */
    footer .line-title .container img {
        margin-right: 10px !important;
    }
}
@media screen and (min-width: 479px) and (max-width: 766px) {
    .for-mob {
        display: none;
    }

    .logo-text-mob {
        display: none;
    }
    /*Хедер*/

    .header__top {
        padding: 0 10px;
    }
    .header__top .col__left .logo {
        width: 70px;
        height: 70px;
        margin: 0 25px 0 0;
    }

    .header__top .col__left .logo img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .header__top .col__left .logo-text {
        font-size: var(--small-text-fs);
        width: 200px;
    }
    .header__top .phone .small {
        font-size: var(--mini-text-fs);
    }
    .header__top .phone .sub__text {
        font-size: var(--small-text-fs);
    }
    .header__top .phone .big {
        font-size: var(--h3-fs);
    }
    .btn-call-back .btn-bg {
        height: 45px;
        line-height: 18px;
        padding: 12px 25px;
        font-size: var(--small-text-fs);
    }
    .btn-bg {
        padding: 0 25px;
        overflow: hidden;
        min-width: 120px;
        text-align: center;
    }


    /*Навигация в шапке*/


    ul .main-menu li {
        padding: 10px;
    }

    ul.main-menu > li:nth-child(n+2)  {
        border-top: 1px solid white;
    }

    .drop {
    position: relative;
    }

    .main-menu-drop {
        top: 2em;
    }

    .main-menu-drop .container {
    flex-wrap: wrap;
    }

    .main-menu-drop-left,
    .main-menu-drop-right {
        width: 100%;
    }

    .main-menu-drop-right {
        padding: 0;
        justify-content: center;
        margin-top: 2em;
    }

    .main-menu-level-1 .col {
        margin-bottom: 1em;
    }

    .main-menu-level-1 {
        justify-content: center;
    }

    /*Слайдер*/
    .slick-slider .slick-track {
        height: 450px;
    }

    .slick-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .slider-index .window {
        padding: 20px 65px 35px 25px;
        width: 20em;
        margin-top: 0px;
    }
    .slider-index .window h1 {
        font-size: var(--h2-fs);
    }
    .slider-services .slick-dots li button {
        width: 9px;
        height: 9px;
        border: 1px solid #dcdbdc;
    }
    /*Ремонт любых моделей*/

    section.index-page h2 {
        font-size: var(--h3-fs);
    }

    /*Витрина*/
    section.index-page .service__list .col {
        max-width: 49%;
        min-width: 49%;
    }

    section.index-page .service__list .col .img-box {
        height: 16em;
    }

    section.index-page .service__list .col .img-box img {
        display: block;
        /*width: 100%;
        height: 100%;*/
        object-fit: cover;
    }
    /*Доверьте ремонт специалистам*/
    .repair__central .container {
        flex-wrap: wrap;
        justify-content: center;
        padding: 80px 0 80px 0;
    }

    .repair__central .col__left {
        width: 92%;
        margin-bottom: 20px;
    }
    .repair__central .col-center {
        width: 92%;
        margin-bottom: 20px;
    }

    .repair__central .col__right {
        width: 92%;
    }

    /*Квалифицированный ремонт бытовой техники*/
    .slider__tabs .ionTabs__head {
        flex-wrap: wrap;
    }

    .slider__tabs .ionTabs__body .slider-catalog {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    /*Спросите эксперта*/
    .expert__form {/*article.showcase__head .text h1*/
        height: auto;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .expert__form .col__left,
    .expert__form .col-center,
    .expert__form .col__right {
        width: 92%;
        margin-bottom: 10px;
        text-align: center;
    }
    .expert__form .col-center .row {
        width: 100%;
        margin: 0 auto;
    }
    .expert__form .col-center input,
    .expert__form .col-center .submit{
        width: 100%;
    }
    /*Футер Центральный сервисный центр */
    footer .line-title .container {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        width: 100%;
        padding: 5px 10px;
    }

    footer .menu__bottom {
        padding: 45px 10px 30px 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    footer .menu__bottom .col__left,
    footer .menu__bottom .col__right {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    footer .menu__bottom .col__left {
        flex-wrap: wrap;
    }

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

    footer .menu__bottom .col__left .col {
        width: 45%;
    }

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



    footer .menu__bottom .col__right .sub__text {
        margin: 20px 0 20px 0;
    }

    footer .line__rules {
        padding: 0 10px;
    }

    .call-widget {
        display: none;
    }

    /*Комплектующие*/

    article.showcase__head .text h1 {
        font-size: var(--h2-fs);
    }

    .content__columns {
        justify-content: center;
        flex-wrap: wrap;
    }

    .content__columns .content__left {
        width: 100%;
    }

    .img-text__block {
        justify-content: center;
        flex-wrap: wrap;
    }

    .content__sidebar {
        width: 100%;
    }

    /*О сервисе*/

    .about__advantages .col:nth-child(1),
    .about__advantages .col:nth-child(2),
    .about__advantages .col:nth-child(3),
    .about__advantages .col:nth-child(4),
    .about__advantages .col {
        width: 90%;
        margin-bottom: 1em;
    }

    .about__advantages .col .img-box {
        width: 15%;
    }

    .about__technique .col {
        width: 45%;
    }

    .news__block .img-box {
        display: none;
    }

    .news__block .news-item {
        width: 90%;
        margin: 0 auto;
        padding: 0;
    }

    .differences__other .numbers .col,
    .differences__other .numbers .col:nth-child(3) {
        width: 90%;
        margin-bottom: 10px;
    }

    .differences__other .numbers .row {
        padding: 30px 30px 0 30px;
    }

    .differences__other .numbers .col .number {
        font-size: var(--h1-fs);
        text-align: center;
    }

    .differences__other .numbers .col .sub__text {
        font-size: var(--small-text-fs);
        text-align: center;
    }

    section.about-page .showcase__head {
        flex-wrap: wrap;
        justify-content: center;
    }

    section.about-page .showcase__head {
        padding: 60px 0 0 0;
    }
    section.about-page .showcase__head h1 {
        font-size: var(--h3-fs);
    }
    .showcase__head .btn-group {
        margin: 30px 35px;
    }

    section.about-page .showcase__head .btn-call-back {
        width: 100%;
    }

    /*Контакты*/

    .contacts__phone-line > .container {
        flex-wrap: wrap;
        justify-content: center;
    }

    .contacts__phone-line a.phone {
        font-size: var(--big-text-fs);
    }

    .callback .container-b{
        height: inherit;
    }
    .callback {
        height: inherit;
    }
    .callback > .container {
        flex-wrap: wrap;
        padding-top: 1em;
        padding-left: 1em;
    }

    .callback > .container {
        flex-wrap: wrap;
        padding-left: 1em;
    }

    .contacts .callback > .container {
        padding-bottom: 40px;
        padding-top: 40px;
    }

    .callback .col__left {
        width: 100%;
        height: inherit;
        position: relative;
        border-right: 0px;
    }

    .callback .col__right {
        width: 100%;
        height: inherit;
        position: relative;
        padding-left: 0px;
    }

    .callback .col__left .title,
    .callback .col__right .title {
        font-size: var(--h3-fs);
    }

    .callback .col__left .btn-box {
        margin: 0 0 30px 0;
        flex-wrap: wrap-reverse;
    }

    .contacts .callback .col__left .btn-box .subtext-btn {
        margin-left: 0;
        margin-bottom: 10px;
    }

    .callback .col__left .title,
    .callback .col__right .title {
        font-size: var(--h3-fs);
    }

    .callback .col__left .btn-box .subtext-btn {
        margin-top: 1em;
    }

    /***Хабовая страница*/

    .failures-sale .bt.air-conditioning,
    .failures-sale .master {
        display: none;
    }

    .failures-sale {
        padding: 0 30px;
        margin: 25px auto 0 auto;
    }

    .failures-sale .wrap {
        width: 50%;
        margin: 0 auto;
    }

    .failures-sale .title {
        font-size: var(--h3-fs);
        text-align: center;
    }

    .failures-sale .description {
        width: 100%;
        font-size: var(--small-text-fs);
    }

    .failures-sale form .submit,
    .failures-sale form input {
        width: 100%;
    }
    .breakage__col {
        width: 47%;
    }
    /*Табы*/
    .tabs__service {
        padding-bottom: 1.5em;
    }

    .tabs__service .tabs div.tabs-block .col__left {
        width: 47%;
    }

    .tabs__service .tabs div.tabs-block .col__left .img-block {
        width: 84%;
    }

    .tabs__service .tabs div.tabs-block .col__left .img-block > img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .tabs__service .tabs div.tabs-block .col__left .img-block .icon {
        width: 75px;
        height: 75px;
        right: -26px;
    }

    .tabs__service .tabs ul .ionTabs__tab.ionTabs__tab_state_active {
        padding: 10px 16px;
    }

    .tabs__service .tabs div.tabs-block .col__right {
        width: 50%;
    }

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

    .tabs__service .tabs div.tabs-block .bottom-text {
        position: unset;
        margin-top: 15px;
    }
    /*В списке нет поломки*/
    .failures-estimated-cost .row {
        flex-wrap: wrap;
    }

    .failures-estimated-cost .col__left,
    .failures-estimated-cost .col__right {
        width: 90%;
        padding-left: 0;
        padding-right: 0;
    }

    .failures-estimated-cost .col__right {
        margin-top: 1em;
    }

    .failures-estimated-cost .col__left::after {
        border-left: 0;
    }

    .failures-estimated-cost .col__left h2 {
        font-size: var(--h3-fs);
    }

    .failures-estimated-cost .col__right .phone {
        font-size: var(--big-text-fs);
    }

    /*Схема работы*/
    .scheme-of-work .steps {
        justify-content: center;
        flex-wrap: wrap;
    }

    .scheme-of-work .steps .col {
        margin-bottom: 1em;
    }

    .scheme-of-work .description {
        font-size: var(--big-text-fs);
    }

    /*Сертификаты*/
    .certificates .container {
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 2em;
    }

    .certificates .col__right {
        width: 100%;
        justify-content: center;
        margin-top: 1em;
    }

    .certificates .col__right a{
        width: 25%;
    }

    .certificates .col__right img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .certificates {
        height: inherit;
    }



}

@media screen and (min-width: 767px) and (max-width: 991px) {
    .for-mob {
        display: none;
    }
    .burger-button {
        display: none;
    }

    .logo-text-mob {
        display: none;
    }
    ul.main-menu > li > a {
        line-height: 37px;
    }

    ul.main-menu {
        display: flex;
    }

    /*Витрина*/
    section.index-page .service__list .col .img-box {
        height: 16em;
    }

    section.index-page .service__list .col .img-box img {
        display: block;
        /*width: 100%;
        height: 100%;*/
        object-fit: cover;
    }
    section.index-page .service__list .col {
        max-width: 48%;
        min-width: 48%;
        margin-bottom: 1.45%;
    }



    /**/

    .repair__central .container {
        flex-wrap: wrap;
    }

    .repair__central .col__left,
    .repair__central .col-center {
        width: 50%;
    }
    .repair__central .col__right {
        width: 100%;
    }

    /*Слайдер*/
    .slick-slider .slick-track {
        height: 550px;
    }

    .slick-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /*Квалифицированный ремонт бытовой техники*/
    .slider__tabs .ionTabs__head {
        flex-wrap: wrap;
        justify-content: center;
    }

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

    .slider__tabs .ionTabs__body .slider-catalog li {
        width: 47%;
    }

    /*Спросите эксперта*/
    .expert__form {
        height: auto;
        display: flex;
        padding: 10px 40px;
        align-items: center;
        justify-content: center;
    }
    .expert__form .col__left,
    .expert__form .col-center,
    .expert__form .col__right {
        width: 33%;
        text-align: center;
        margin-right: 1.5rem;
    }
    .expert__form .col-center .row {
        width: 100%;
        margin: 0 auto;
    }
    .expert__form .col-center input,
    .expert__form .col-center .submit{
        width: 100%;
    }
    /*----О сервисе----*/

    .showcase__head .btn-group {
        text-align: center;
    }
    section.about-page .showcase__head .btn-call-back {
        width: 72%;
    }

    .differences__other .numbers .col .number {
        font-size: var(--h1-fs);
    }

    .differences__other .numbers .col .sub__text {
        font-size: var(--small-text-fs);
    }

    .about__technique .columns {
        margin: 0;
    }

    /*Комплетующие*/
    .about__advantages .col {
        margin-bottom: 18px;
    }

    .about__advantages .col:nth-child(1),
    .about__advantages .col:nth-child(2),
    .about__advantages .col:nth-child(3),
    .about__advantages .col:nth-child(4) {
        width: 48%;
    }

    .img-text__block {
        justify-content: center;
        width: 100%;
    }

    .img-text__block .img-box {
        width: 40%;
    }

    .img-text__block .text-box {
        width: 60%;
    }

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

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

    .call-widget .outline, .call-widget .wrap {
        display: none;
    }

    /****Диагностика*****/

    .img-text__block-diag .text-box {
        flex-wrap: wrap;
    }

    .img-text__block-diag .number-box .col {
        width: 40%;
    }
            /*********Контакты***************/
    .contacts__phone-line a.phone {
        font-size: var(--h2-fs);
    }

    .callback .container {
        padding-left: 1.5em;
    }

    .callback .col__right {
        padding-left: 50px;
    }

    .contacts__phone-line > .container {
        flex-wrap: wrap;
        justify-content: center;
    }

    .contacts__phone-line .col__left {
        width: 52%;
    }
    .contacts__phone-line a.phone {
        font-size: var(--big-text-fs);
    }



    /***Хабовая страница*/

    .failures-sale .bt.air-conditioning,
    .failures-sale .master {
        display: none;
    }

    .failures-sale {
        padding: 0 30px;
        margin: 25px auto 0 auto;
    }

    .failures-sale .wrap {
        width: 50%;
        margin: 0 auto;
    }

    .failures-sale .title {
        font-size: var(--h3-fs);
        text-align: center;
    }

    .failures-sale .description {
        width: 100%;
        font-size: var(--small-text-fs);
    }

    .failures-sale form .submit,
    .failures-sale form input {
        width: 100%;
    }

    .breakage__line-title {
        width: 93%;
    }

    .breakage__container {
        justify-content: center;
    }

    .breakage__col {
        width: 30%;
    }

    .breakage__col_wrap {
        width: 100%;
    }


    .img-text__block {
        margin: 0 0px 75px 0;
        flex-wrap: wrap;
    }

    .tabs__service {
        padding-bottom: 1.5em;
    }

    .tabs__service .tabs div.tabs-block .col__left {
        width: 47%;
    }

    .tabs__service .tabs div.tabs-block .col__left .img-block {
        width: 84%;
    }

    .tabs__service .tabs div.tabs-block .col__left .img-block > img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .tabs__service .tabs div.tabs-block .col__left .img-block .icon {
        width: 75px;
        height: 75px;
        right: -26px;
    }

    .tabs__service .tabs ul .ionTabs__tab.ionTabs__tab_state_active {
        padding: 10px 16px;
    }

    .tabs__service .tabs div.tabs-block .col__right {
        width: 50%;
    }

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

    .tabs__service .tabs div.tabs-block .bottom-text {
        position: unset;
        margin-top: 15px;
    }

    .failures-estimated-cost .col__right {
        padding-left: 30px;
    }
    .failures-estimated-cost .col__right .phone {
        font-size: var(--small-text-fs);
    }

    .failures-estimated-cost .col__left h2 {
        font-size: var(--h2-fs);
    }




}

@media screen and (min-width: 991px) {

    .for-mob {
        display: none;
    }
    ul.main-menu {
        display: flex;
    }
    .burger-button {
        display: none;
    }
    .logo-text-mob {
        display: none;
    }
    section.index-page .service__list .col .img-box {
       
    }

    section.index-page .service__list .col .img-box img {
        object-fit: cover;
    }

    /*Слайдер*/
    .slick-slider .slick-track {
        height: 620px;
    }

    .slick-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        max-height: 620px;
    }
    /*Квалифицированный ремонт бытовой техники*/
    .slider__tabs .ionTabs__head {
        flex-wrap: wrap;
        justify-content: center;
    }

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

    .slider__tabs .ionTabs__body .slider-catalog li {
        width: 47%;
    }

    /*Спросите эксперта*/
    .expert__form {
        height: auto;
        display: flex;
        padding: 10px 40px;
        align-items: center;
        justify-content: center;
    }
    .expert__form .col__left,
    .expert__form .col-center,
    .expert__form .col__right {
        width: 33%;
        text-align: center;
        margin-right: 1.5rem;
    }
    .expert__form .col-center .row {
        width: 100%;
        margin: 0 auto;
    }
    .expert__form .col-center input,
    .expert__form .col-center .submit{
        width: 100%;
    }

    /*Комплектующие*/

    article.showcase__head .text h1 {
        font-size: var(--h1-fs);
    }

    /*.content__columns {
        justify-content: center;
        flex-wrap: wrap;
    }*/

    .content__columns .content__left {
        width: 70%;
    }

    .img-text__block {
        justify-content: center;
        width: 100%;
    }

    .img-text__block .img-box {
        width: 40%;
    }

    .img-text__block .text-box {
        width: 60%;
    }

   /* .content__sidebar {
        width: 30%;
    }*/


    /*Хабовая*/

    .tabs__service {
        /*padding-bottom: 1.5em;*/
    }

    .tabs__service .tabs div.tabs-block .col__left {
        width: 47%;
    }

    .tabs__service .tabs div.tabs-block .col__left .img-block {
        width: 84%;
    }

    .tabs__service .tabs div.tabs-block .col__left .img-block > img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .tabs__service .tabs div.tabs-block .col__left .img-block .icon {
        /*right: -26px;*/
    }

    .tabs__service .tabs ul .ionTabs__tab.ionTabs__tab_state_active {
        padding: 10px 16px;
    }

    .tabs__service .tabs div.tabs-block .col__right {
        width: 50%;
    }

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

    .tabs__service .tabs div.tabs-block .bottom-text {
        position: unset;
        margin-top: 15px;
    }

    .breakage__col {
        width: 24%;
    }

    .breakage__col_wrap {
        width: 100%;
    }

    .img-text__block .img-box {
        width: 40%;
    }
    .img-text__block .text-box {
        width: 80%;
    }

}



