.banner-img {
    width: 49.8%;
    padding: 10px;
}

.phone-img {
    padding-right:10px;
    width: 36px;
    height: 25px;
}
.phone-container {
    font-size: 18px;
    font-weight: 200;
    text-decoration: none;
}

.location-img-left {
    padding-right: 10px;
    float: left;
}
.location-img-right {
    padding-right: 50px;
    float: right;
}
.location-center {
    font-size: 16px;
    text-decoration: none;
    padding-right: 15px;
}

.suggestions-input {
    width: 100% !important;
}
.suggestions-suggestions {
    width: 100% !important;
}

.popup__location__cities__list-city {
    cursor: pointer;
}

.popup__location__cities__caption {
    font-weight: bold;
    font-size: 14pt;
}

.popup__location__cities__list {
    float: left;
    text-align: left;
    padding-left: 20px;
}

.popup__location__cities {
    /*display: none;*/
    position: absolute;
    width: 305px;
    height: 300px;
    padding-top: 15px;
    padding-left: 25px;
    text-align: center;
    background-color: #f9f9f9;
    border-radius: 5px;
    box-shadow: 0px 0px 30px #d8d8d8;
    margin-top: 30px;
    z-index: 100;
    right: 25%;
    top: 85px;
    color: black;    
}
.popup__location-main {
    padding-top: 15px;
}

:root {
    --left-padding-page: 50px;
    --right-padding-page: 68px;

    --left-padding-page-750px: 15px;
    --right-padding-page-750px: 15px;
}

* {
    /*ввппаыввпапаппвапо/*
    /*box-sizing: content-box;*/
    font-family: 'Helioscond';
    box-sizing: border-box;
}

.red-button {
    background: #ee1d23;
    height: 50px;
    align-items: center;
    justify-content: center;
    display: flex;
    border: 0;
    border-radius: 5px;
    color: white;
    cursor: pointer;
    outline: none;
}

.red-button:hover{
    background-color: #bd1017;
}

.red-button:active{
    background-color: #68b62c;
}

.transparent-red-button{
    display: flex;
    color: #ee1d23;
    text-decoration: none;
    border: 1px solid #ee1d23;
    border-radius: 3px;
    width: 150px;
    height: 50px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-weight: bold;
    outline: none;
}
.transparent-red-button:active{
    background-color: #ee1d23;
    color: white;
}

.block__head {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 70px 0 25px;
}

.block__caption {
    font-size: 32px;
    font-weight: bold;
}

body {
    margin: 0;
}

.header {
    /*margin: 0 20px;*/
}

.header__section1 {
    display: flex;
    justify-content: space-between;
    background: #231f20;
    color: white;
    text-decoration: none;
    padding: 20px 68px 20px var(--left-padding-page);
}

.header-region {
    border-bottom: 1px dotted;
    cursor: pointer;
}

.popup__location {
    display: none;
    position: absolute;
    width: 280px;
    height: 180px;
    padding: 30px;
    text-align: center;
    background-color: #f9f9f9;
    border-radius: 5px;
    box-shadow: 0px 0px 30px #d8d8d8;
    margin-top: 30px;
    z-index: 100;
    /*right: 130px;*/
    right: 25%;
    top: 85px;
    color: black;
}
.popup__location-buttons {
    display: flex;
    justify-content: space-between;
    margin: 10px 0 15px;
}
.popup__location-desc {
    font-size: 14px;
}
.red-button_locationpopup{
    background: #ee1d23;
    height: 35px;
    width: 70px;
    align-items: center;
    justify-content: center;
    display: flex;
    border: 0;
    border-radius: 5px;
    color: white;
    cursor: pointer;
    outline: none;
}
.red-button_locationpopup_revers{
    background: #f9f9f9;
    height: 35px;
    width: 145px;
    align-items: center;
    justify-content: center;
    display: flex;
    border: 1px solid #ee1d23;
    border-radius: 5px;
    color: #ee1d23;
    cursor: pointer;
    outline: none;
    font-weight: bold;
}

.navigation {

}

.location {
    display: flex;
    cursor: pointer;
    position: relative;
}

.location i {
    color: brown;
}

.menu-icon{
    display: none;
    width: 30px;
    /*height: 30px;*/
}
.navigation{
    margin-right: auto;
}

.navigation__link {
    text-decoration: none;
    color: white;
    margin-right: 30px;
    font-size: 14px;
    white-space: nowrap;
}
.navigation__link:hover{
    font-weight: bold;
}
.navigation__link:active{
    color: #ee1d23;
}

.location__content {
    margin: 0 15px;
    font-size: 16px;
}




.header__section2 {
    display: flex;
    justify-content: space-between;
    height: 110px;
    padding-left: 50px;
    padding-right: 68px;
}
/*.official-info {
    width: 190px;
}*/

.header__section2-logo {
    margin: auto 0;
}

.header__section2-logo > div {
    color: lightgray;
    font-size: 15px;
}
/*.header__section2-logo img{
    width: 300px;
}*/

.header__section2-main {
    display: flex;
    width: 500px;
}


.header__section2-phone {
    align-items: center;
    display: flex;
}
.header__section2-phone img{
    height: 25px;
}

.header__section2-phone > span {
    font-size: 18px;
    margin-left: 20px;
    font-weight: bold;
    white-space: nowrap;
}

.header__section2-phone i {

}

.header__section2-basket {
    display: flex;
    align-items: center;
    /*margin: 0 68px;*/
    margin: 0 45px;
    position: relative;
}
.header__section2-basket-context{
    margin: 0 15px;
}

.header__section2-basket-container{
    display: flex;
    align-items: center;
}

.header__section2-basket-count {
    position: relative;
    top: -80px;
    right: -50px;

    font-size: 12px;
    background: red;
    color: WHITE;
    width: 18px;
    height: 18px;
    text-align: center;
    /*position: absolute;
    top: 40px;
    left: 20px;
    right: 10px;*/
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    display: flex;
}

.header__section2-basket-icon {
    font-size: 22px;
    width: 30px;
}

.header__section2-basket-caption {
    font-size: 14px;
    margin: 0;
    text-decoration: none;
    color: black;
}

.header__section2-basket-price {
    font-size: 18px;
    margin: 0;
    font-weight: bold;
    white-space:nowrap;
    text-align: center;
}

.header__section2-login-form {
    display: flex;
    align-items: center;
    width: 190px;
}
.header__section2-login-form img{
    width: 30px;
    /*margin-right: 15px;*/
}

.header__section2-login-form-link {
    text-decoration: none;
    color: black;
    font-size: 14px;
    /*margin: 0 3px;*/
}
.header__section2-login-form-link:hover{
    font-weight: bold;
}
.header__section2-login-form-link:active{
    color:#ee1d23;
}

.header__section2-login-form i {
    font-size: 22px;
    border: 2px solid black;
    border-radius: 50%;
    padding: 4px;
    margin-right: 30px;
}

.header__section3 {
    padding-right:var(--right-padding-page);
    height: 90px;
    display: flex;
    align-items: center;
    padding-left: 50px;
    /*padding-right: 25px;*/
    position: relative;
}

.header-section3__catalog {
    background: #ee1d23;
    height: 50px;
    padding: 0 15px;
    align-items: center;
    display: flex;
    width: 296px;
    min-width: 296px;
    justify-content: space-between;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    cursor: pointer;
    /*z-index: 250;*/
    flex: 0 0 296px;
}

.header-section3__catalog > span {
    color: white;
    font-size: 18px;
}

.header-section3__catalog > i {
    color: white;
    height: 18px;
}

.header-section3__dropdownlist {
    display: none;
    position: absolute;
    width: 296px;
    top: 70px;
    box-shadow: 0 5px 20px lightgrey;
    z-index: 200;
}
.header-section3__dropdownlist-active{
    display: block;
}
.header-section3__dropdownlist_open{
    display: block!important;
}
.header-section3{
    height: 50px;
    border-top: 1px solid lightgray;
    cursor: pointer;
    display: flex;
    position: relative;
    align-items: center;
}
.header-section3__dropdownlist-item {
    position: relative;
    border-bottom: 1px solid lightgray;
    background: white;
}

.header-section3__dropdownlist-item:hover>.header-section3__subitems {
    display: block;
}
.header-section3__dropdownlist-item:hover>.sections__item-link{
    color: white;
}

.header-section3__subitems:hover{
    display: block;
}

.header-section3__subitems{
    display: none;
    position: absolute;
    left: 296px;
    top: 0px;
    z-index: 10;
    width: 294px;
    background-color: white;
    box-shadow: 4px 4px 10px lightgrey;
}


.header-section3__dropdownlist-item:hover{
    background: #ee1d23;
}
.header-section3__dropdownlist-item a:hover{
    color: white;
}
.header-section3__subitem a:hover{
    color: #ee1d23;
}

.header-section3__dropdownlist-item a {
    text-decoration: none;
    font-size: 14px;
    color: black;
    padding: 10px 15px;
    display: block;
    font-weight: bold;
}
.header-section3__dropdownlist-item:hover>.header-section3__subitem{
    color: #ee1d23;
}

.header-section3__search-form-container {
    flex: 1 1 auto;
}

.breadcrumbs {
    height: 50px;
    padding-left: var(--left-padding-page);
    padding-right: var(--right-padding-page);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 12px;
}

.breadcrumbs__wrap {

}

.breadcrumbs > .separator {
    margin: 0 10px;
    color: black;
}

.breadcrumbs a {
    text-transform: uppercase;
    text-decoration: none;
    color: black;
}

.breadcrumbs:last-child {
    color: #ee1d23;
}


.search-form {
    display: flex;
    width: 100%;
    position: relative;
}

.search-form i {
    color: #ee1d23;
    position: absolute;
    left: 65px;
    top: 15px;
    z-index: 1;
    font-size: 20px;
}

.search-form__input {
    height: 50px;
    /*width: 78%;*/
    width: 80%;
    /*width: 820px;*/
    margin-left: 56px;
    margin-right: 13px;
    border: 1px solid lightgrey;
    border-radius: 5px;
    padding-left: 35px;
}

.search-form__button {
    padding: 0 15px;
    width: 140px;
    font-size: 16px;
}

.main {
    padding-left: var(--left-padding-page);
    padding-right: var(--right-padding-page);
    min-height: 800px;
}


.block-moreIM {
    margin: 20px 0 30px;
}
.block-moreIM>.block__head{
    padding: 0px 0 25px!important;
}

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

.block-moreIM__item {
    box-shadow: 0 0 5px lightgray;
    max-width: 31%;
    width: 100%;
}

.block-moreIM__item-wrap {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: calc(100% - 80px);
    margin: 40px 45px;
    text-align: center;
}

.block-moreIM__item-caption {
    color: #ee1d23;
    margin-bottom: 20px;
}

.block-moreIM__item-content {
    text-align: left;
}

.block-moreIM__item-content ul {
    line-height: 2.15;
    margin-top: 0;
}

.block-moreIM__item-content-section {
    margin-bottom: 20px;
}

.block-moreIM__item-content-section-record {
    font-size: 11px;
    background: #55c873;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    margin-bottom: 4px;
    display: block;
    width: fit-content;
    width: -moz-fit-content;

}

.block-moreIM__item-content-section-date {
    margin-top: 10px;
}

.block-moreIM__item-content-section-date p {
    margin: 0;
    font-size: 14px;
}

.block-moreIM__item-content-section-datecreate {
    font-size: 13px;
    display: block;
    margin-bottom: 10px;
}

.block-moreIM__item-content-section-caption {
    font-weight: bold;
}

.block-moreIM__item-button {
    margin: auto auto 0;

}
.red-button-moreIM__item{

}
.block-moreIM__item-button button,
.block-moreIM__item-button a {
    width: 200px;
    height: 40px;
    font-size: 16px;
    text-decoration: none;
}

.block-moreIM__item-img img {
    color: #ee1d23;
    height: 40px;
}
.block-moreIM__item-img i{
    color: #ee1d23;
    margin-left: auto;
    display: none;
}

.block-ReadySet {
    margin-bottom: 30px;
}

.block-ReadySet__sets {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 200px 200px;
    grid-gap: 20px;
}

.block-ReadySet__set {
    padding: 20px;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-decoration: none;
}

.block-ReadySet__set-button,
.block-ReadySet__set-title {
    color: white;
    font-size: 24px;
    width: 72%;
    z-index: 1;
}

.block-ReadySet__set-button {
    border: 1px solid white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    align-items: center;
    display: flex;
    justify-content: center;
    text-decoration: none;
}

.block-ReadySet__set-img {
    position: absolute;
    bottom: 0;
    right: 0;
    max-height: 100%;
}


.block__auto-service{
    margin: 50px 0 30px;
}
.block__auto-service-warp{
    width: 100%;
    height: 600px;
    overflow: hidden;
    position: relative;
}

.block__auto-service-img{
    width: 100%;
}

.block__auto-service-colorFill{
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
}

.block__auto-service-content{
    position: absolute;
    top: 150px;
    left: 70px;
    color: white;
    width: 45%;
}
.block__auto-service-head{
    font-size: 37px;
    font-weight: bold;
}
.block__auto-service-text{
    font-size: 22px;
    margin: 30px 0;
}
.block__auto-service-more a{
    padding: 0 100px;
    font-size: 16px;
    width: 300px;
    text-decoration: none;
}


.block__advantages{
    padding-bottom: 50px;
}

.block__advantages-content{
}

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

.block__advantages-Item{
    width: 310px;
    text-align: center;
    display: flex;
    flex-direction: column;
    padding: 0 30px;
}
.block__advantages-Item>img{
    width: 70px;
    margin: 20px auto;
}
.block__advantages-Item>span{
    font-size: 22px;
}
.block__advantages-Item>p{
    font-size: 16px;
}


.footer {
    width: 100%;
}

.footer__section {
    padding-left: var(--left-padding-page);
    padding-right: var(--right-padding-page);
}

.footer__contact-warp {
    height: 360px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid lightgray;
    padding-top: 80px;
}

.footer__feedback {
    background: #231f20;
    height: 125px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer__feedback-content {
    color: white;
}

.footer__feedback-content-right {
    width: 50%;
}

.footer__feedback-content p {
    margin: 5px 0;
    font-size: 20px;
}

.feedback__form {
    display: flex;
    align-items: center;
}

.feedback__form i {
    color: #ee1d23;
    position: absolute;
}

.feedback__input {
    width: 100%;
    height: 20px;
    background: none;
    border: 0;
    border-bottom: 1px solid white;
    margin-right: 30px;
    padding-left: 20px;
    color: white;
}

.feedback__button {
    padding: 0 40px;
    font-size: 16px;
}


.menu-header {
    font-weight: bold;
}
.footer{
    background-color: #fafafa;
}

.footer__menu ul {
    padding: 0;
    list-style-type: none;
}

.footer__menu li {
    margin: 10px 0;
}

.footer__menu a {
    text-decoration: none;
    color: black;
}

.footer__contact-phone-header {
    font-weight: bold;
    font-size: 25px;
}

.footer__contact-phone-header p {
    margin-top: 0;
}

.footer__contact-timejob {
    margin-top: 16px;
}

.footer__contact-timejob p {
    margin: 0;
}

.footer__social-header {
    font-weight: bold;
}

.footer__social-icons {
    display: flex;
    justify-content: space-around;
    margin-top: 16px;
}

.footer__social-icons>img {
    width: 45px;
    margin: 0 5px;
}

.footer__social-icons>img:hover{
    box-shadow: 0px 0px 15px lightgray;
    border-radius: 50%;
    z-index: 10;
}

.footer__social-icons>img:active{
    box-shadow: 0px 0px 15px darkgrey;
    border-radius: 50%;
    z-index: 10;
}

.footer__social-icons_mobile{
    display: none;
}

.footer__logo {
    display: flex;
    justify-content: space-between;
    height: 145px;
    align-items: center;
}
.footer__logo img {
    width: 300px;
}

.footer__logo p {
    width: 100%;
    margin-left: 35px;
}

.footer__copyright {
    /*height: 55px;*/
    background: #231f20;
    display: flex;
    align-items: center;
}

.footer__copyright p {
    font-size: 13px;
    color: #ffffff;
}

@media (max-width: 505px) {
    .location-center-your-city {
        display: none;
    }
    .location-container {
        padding-left: 30px;
        padding-top: 2px;
    }
}

@media (max-width: 768px) {
    #educational-center {
        display: none;
    }
    .block__news {
        margin-bottom: 0px;
    }
    .block__advantages{
        padding-bottom: 0px;
    }
    .block-moreIM {
        margin: 0px 0 0px;
    }
    .banner-img {
        width: 100%;
    }
    .phone-img {
        padding-right: 0px;
        width: 25px;
    }
    .phone-container {
        font-size: 15px;
    }
    .popup__location__cities {
        left: 50px;
        top: 50px;
    }
    .location-img-right {
        padding-right: 0px;
    }
    .popup__location {
        top: 45px;
        /*left: 100px;*/
        left: 15%;
    }
    :root{
        --left-padding-page:15px;
        --right-padding-page: 15px;
    }
    .header{
        position: relative;
    }
    .block__head{
        /*padding: 20px 0 25px;*/
        padding: 0px 0 13px;
    }
    .block__caption{
        font-size: 26px;
    }
    .header__section1{
        padding: 20px var(--right-padding-page-750px) 20px var(--left-padding-page-750px);
        position: absolute;
        width: 100%;
        z-index: 1000;
    }
    .header__section2{
        padding-top: 70px;
    }
    .menu-icon{
        display: block;
    }
    .menu-icon:after{
        display: block;
        content: "Меню";
    }
    .navigation{
        display: none;
        margin-top: 20px;
    }
    .navigation_active{
        display: block;
        position: absolute;
        background-color: #231f20;
        left: 0px;
        top: 45px;        
        width: 100%;
        padding-left: 25px;
    }
    .navigation__link{
        display: block;
        margin: 15px 0;
    }

    .header__section2-logo> div{
        font-size: 14px;
    }
    .header__section2-logo> a>img{
        width: 200px;
    }
    .header__section2-phone{
        margin-right: 0px;
    }
    .header__section2-phone > span{
        font-size: 15px;
        margin-left: 5px;
        font-weight: bold;
    }
    .header__section2-basket{
        margin: 0 10px;
        margin-right: 0;
        padding-top: 50px;
    }
    .header__section2-basket-context{
        margin: 0 10px 0 5px;
    }
    .header__section2-main {
        /*padding-top: 15px;*/
        padding-top: 10px;
    }
    .header__section2-basket-count{
        font-size: 11px;
        /*top: 5px;*/
    }
    .header__section2-basket-caption{
        font-size: 12px;
    }
    .header__section2-basket-price{
        font-size: 15px;
        font-weight: bold;
    }
    .header__section2-login-form{
        width: auto;
    }
    .header__section2-login-form img{
        margin-right: 5px;
    }
    .header__section2-login-form-link{
        font-size: 12px;
    }

    .header__section2-login-form i{
        margin-right: 10px;
    }


    .header__section2{
        padding-left: var(--left-padding-page-750px);
        padding-right: var(--right-padding-page-750px);
    }
    .header__section3{
        padding-top: 60px;
        padding-right: 50px;
        padding-left: var(--left-padding-page-750px);
        padding-right: var(--right-padding-page-750px);
    }
    .header-section3__catalog{
        width: 250px;
        flex: 0 0 250px;
        min-width: 250px;
    }
    .header-section3__dropdownlist{
        width: 250px;
        position: absolute;
    }
    .header-section3__dropdownlist-active{
        display: none;
    }
    .header-section3__subitems{
        left: 250px;
    }

    .breadcrumbs a{
        width: max-content;
    }
    .breadcrumbs > .breadcrumbs-item{
        display: flex;
        align-items: center;
    }

    .search-form__input{
        margin-left: 25px;
        font-size: 14px;
        font-weight: bold;
    }
    .search-form i{
        left: 35px;
    }
    .block-products{
        margin-left: 0;
    }
    .block__advantages-Items{
        flex-wrap: wrap;
    }
    .block__advantages-Item{
        width: 50%;
    }
    .block-moreIM>.block__head{
        padding: 10px 0 25px;
    }

    .block-moreIM__item-button{
        margin: auto 0 0;
    }

    .main {
        max-width: 750px;
        padding-left: var(--left-padding-page-750px);
        padding-right: var(--right-padding-page-750px);
    }
    .block-moreIM__item-wrap{
        margin: 20px;
    }
    .block-moreIM__item-button a{
        width: 100%;
    }


    .block-moreIM__item-content ul{
        padding-left: 15px;
        line-height: 1.85;
    }
    .block-moreIM__item-content li {
        font-size: 14px;
    }

    .block-moreIM__item{
        padding: 20px;
    }
    .block-moreIM__item-wrap{
        height: 100%;
        margin: 0;
    }

    .block-ReadySet__sets{
        grid-template-columns: 1fr 1fr;
    }
    .block-ReadySet__set-title{
        font-size: 20px;
    }
    .block__auto-service-content{
        position: absolute;
        top: 0;
        left: 0;
        width: 70%;
        padding-left: 30px;
        padding-top: 60px;
    }
	.block__auto-service-warp{
		height: 330px;
	}
    .block__auto-service-head{
        font-size: 26px;
    }
    .block__auto-service-text{
        font-size: 16px;
        margin: 10px 0;
        line-height: 1.5;
    }
    .block__auto-service-more button{
        width: 155px;
        height: 40px;

    }
    .footer__feedback-content p{
        font-size: 16px;
    }
    .feedback__button{
        height: 40px;
        width: 120px;
        font-size: 14px;
    }

    .footer__menu ul{
        font-size: 15px;
    }

    .footer__contact-phone-header{
        font-size: 20px;
    }

    .footer__social{
        display: none;
    }
    .footer__social-icons_mobile{
        display: block;
    }
}

@media screen and (max-width: 425px){
    .search-form {
        display: block;
        width: 100%;
        position: relative;
    }
    .menu-icon:after{
        display: none;
        content: "Меню";
    }

    .header__section2{
        display: block;
        height: auto;
        /*margin-top: 20px;*/
    }
    .header__section2-main{
        justify-content: space-around;
        height: 10px;
        /*margin: 20px 0;*/
        margin: 0px 0 20px 0px;

        width: 100%;
    }
    .header__section2-logo> a{
        display: flex;
        justify-content: center;
    }
    .header__section2-logo> a>img{
        width: 80%;
    }
    .header__section2-logo> div{
        width: 80%;
        margin: auto;
    }
    .header__section2-phone{
        margin-right: 0;
        width: 30%;
        display: flex;
        justify-content: center;
    }
    .header__section2-phone i{
        font-size: 25px;
    }
    .header__section2-phone> span{
        display: none;
    }
    .header__section2-basket{
        /*border-left: 1px solid lightgray;
        border-right: 1px solid lightgray;*/
        margin: 0;
        width: 30%;
        display: flex;
        justify-content: center;
    }
    .header__section2-basket-context{
        display: none;
    }
    .header__section2-basket-icon{
        font-size: 25px;
    }
    .header__section2-basket-count{
        /*top: 0;*/
        left: 40px;
    }
    .header__section2-login-form{
        width: 30%;
        display: flex;
        justify-content: center;
    }
    .header__section2-login-form-link{
        /*display: none;*/
    }
    .header__section3{
        display: block;
        height: auto;
        margin-bottom: 10px;
    }
    .header-section3__catalog{
        width: 100%;
    }
    .header-section3__dropdownlist{
        position: absolute;
        width: calc(100% - 30px);
        top: 50px;
    }

    .header-section3__dropdownlist-active{
        display: none;
    }
    .header-section3__search-form-container{
        margin-top: 20px;
    }

    .header-section3__subitems{
        position: initial;
        width: 100%;
    }
    .header-section3__subitem>.header-section3__item-link{
        font-weight: initial;
        padding: 10px 35px;
    }

    .search-form__input{
        margin: 0;
    }
    .search-form i{
        left: auto;
        right: 35px;
    }
    .search-form__button{
        display: none;
    }

    .slider_area{
        margin-left: 0px;
    }

    .block__caption{
        font-size: 25px;
    }

    .block-moreIM__item-wrap{
        margin: 15px 15px 25px 20px;
    }

    .block-moreIM__items{
        flex-direction: column;
    }
    .block-moreIM__item{
        max-width: 100%;
        margin-bottom: 15px;
    }

    .block-moreIM__item-img{
        width: 100%;
        display: flex;
        align-items: center;
        margin-bottom: 20px;
    }
    .block-moreIM__item-img i{
        display: block;
    }

    .block-moreIM__item-img img{
        margin-right: 15px;
    }
    .block-moreIM__item-caption{
        margin-bottom: 0;
    }

    .block-ReadySet__sets{
        grid-template-columns: 1fr;
        grid-template-rows: 165px;
    }
    .block-ReadySet__set-title{
        font-size: 18px;
    }

    .block-consulting{
        display: block;
    }
    .block-consulting__content{
        padding-right: 0px;
        width: 100%;
        min-width: 100%;
    }
    .block-consulting__content-text > p{
        padding-right: 0;
    }
    .block-consulting-items-gallery{
        padding-top: 25px;
    }

    .block__auto-service-content{
        top: 0;
        left: 0;
        width: 90%;
    }
    .block__auto-service-head{
        font-size: 22px;
    }
    .block__auto-service-warp{
        height: 400px;
    }
    .block__auto-service-img{
        width: auto;
        height: fit-content;
    }
    .block__auto-service-text{
        font-size: 16px;
        margin: 15px 0;
    }
    .block__auto-service-more button{
        padding: 0 50px;
    }

    .block__advantages-Items{
        display: block;
    }
    .block__advantages-Item{
        width: 100%;
        padding: 0 20px;
    }
    .block__advantages-Item>span{
        font-size: 20px;
    }
    .block__advantages-Item>p{
        font-size: 15px;
    }
    .footer__contact{
        background-color: #fafafa;
    }

    .footer__feedback{
        display: flex;
        height: 175px;
        flex-direction: column;
        justify-content: center;
    }
    .footer__feedback-content{
        text-align: center;
        margin-bottom: 20px;
    }
    .footer__feedback-content-right{
        width: 100%;
    }
    .footer__contact-warp{
        display: block;
        height: auto;
        padding-top: 30px;
        padding-bottom: 20px;
    }


    .footer__logo{
        justify-content: center;
        flex-direction: column;
        height: auto;
        margin-top: 15px;
        background-color: #fafafa;
    }
    .footer__logo p{
        margin-left: 0;
    }
}

@media screen and (min-width: 425px) {
    .ik-logo {
        display: none;
    }
}

@media screen and (max-width: 425px) {
    #title-search-input {
        width: 100%;
    }
    .fas.fa-search {
        right: 25px;
    }

    .header-section3__filters {
        display: block;
    }
    .header__section2-logo, .sectionPage__aside {
        display: none;
    }
}

.header-section3__filters {
    margin-top: 20px;
    background: #ee1d23;
    color: white;
    height: 50px;
    padding: 0 15px;
    align-items: center;
    display: flex;
    width: 100%;
    min-width: 296px;
    justify-content: space-between;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    cursor: pointer;
    z-index: 250;
    flex: 0 0 296px;
}