@font-face {
    font-family: 'ElectroluxSans';
    src: url('/wp-content/themes/electrolux/fonts/ElectroluxSans-Regular.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'ElectroluxSansLight';
    src: url('/wp-content/themes/electrolux/fonts/ElectroluxSans-Light.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'ElectroluxSansSemibold';
    src: url('/wp-content/themes/electrolux/fonts/ElectroluxSans-Semibold.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
body *{
    outline: none;
}
main *{
    max-height: 1000000px;
}
main{
    position: relative;
    z-index: 0;
}
header{
    position: relative;
    z-index: 1;
}
.form-error-border {
    border: 1px solid #be1f1f!important;
}
textarea {
    resize: vertical;
}
.bottom-menu ul {
    padding-left: 0;
}
.container{
    width: 1110px;
    margin: 0 auto;
    position: relative;
}
.container-b{
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}
.row:after{
    content: "";
    display: table;
    clear: both;
}

footer .rekv {
    margin-top: 30px;
}
@media screen and (max-width:1110px){
    .rekv {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .rekv .rekv1 {
        width: 150px;
    }
    .rekv .rekv2 {
        margin-top: 10px;
        width: 280px;
    }
    .container .col-right img:not(.rekv img) {
        width: 85px;
    }
    footer .phone {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    body footer .bottom-menu .col-right .phone .small {
        bottom: -7px;
    }
}

/* Разработка */
.develop_block {
    padding-bottom: 30px;
    height: 60px;
    width: 100%;
}
.develop {
    width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    text-align: left;
    margin: auto;
}
.develop img {
    float: left;
    width: 45px;
}
.dev_text {
    display: block;
    float: left;
    font-weight: 300;
    font-size: 13px;
    line-height: 130%;
    letter-spacing: 0.03em;
    margin-left: 10px;
    color: #fff;
}
/* Разработка */
.infographic_first .infographic_item i.fa-truck {
    transform: scale(-1, 1);
    left: 6px!important;
}
.error404 {
    text-align: center;
    font-size: 40px;
    margin: 200px 0;
}
#phone_back_but[disabled], #phone_back_but:hover[disabled] {
    background: rgba(230, 94, 78, .5);
}
.header-top ul li, .bottom-menu ul li, .blocks .blocks-item ul li, .slider-catalog-tabs .ionTabs__head li {
    list-style: none;
}
.header-top{
    min-width: 1110px;
    max-width: 1920px;
    background-color: #011e41;
    margin: auto;
    color: #fff;
    font-family: 'ElectroluxSans';
    font-size: 15px;
}
.header-top ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
}
.header-top li{
    background-color: #1b4475;
    margin-right: 1px;
    -webkit-transition: .3s;
    transition: .3s;
}
.header-top li:nth-child(4){
    background-color: #1b4475;
    margin-right: 0;
}
.header-top li:hover{
    background-color: #2a578e;
}
.header-top li:hover a{
    color: #fff;
}

.header-top li.active{
    background-color: #fff;
}
.header-top li.active a{
    color: #0B1D39;
}
.header-top li a{
    display: block;
    padding: 0 30px;
    color: #fff;
    line-height: 44px;
    -webkit-transition: .3s;
    transition: .3s;
    text-decoration: none;
}
.header-top li a svg{
    margin: 0 8px 0 0;
    fill: #fff;
    transition: all ease 0.2s;
}
.header-top li:nth-child(3){
    margin-left: auto;
}
.phone-callback {
    display: inline-block;
}
.line-top{
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-width: 1110px;
    max-width: 1920px;
    margin: auto;
    padding: 0px 30px;
    height: 108px;
}
.line-top .container{
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.line-top .col-left{
    display: flex;
    align-items: center;
}
.line-top .col-left .logo{
    display: block;
    margin: 0 30px 0 0;
}
.line-top .col-left .logo-text{
    font-family:'ElectroluxSansSemibold';
    font-size: 17px;
    color: #0B1D39;
    line-height: 1.4;
    display: block;
    width: 310px;
}
.line-top .phone{
    width: 240px;
    text-align: right;
}
.line-top .phone .sub-text{
    font-family: 'ElectroluxSans', Arial;
    font-size: 16px;
    color: #0B1D39;
    margin: 0 0 1px 0;
}
.line-top .phone .small{
    font-family: 'ElectroluxSans', Arial;
    font-size: 16px;
    color: #AAAAAA;
    display: inline-block;
    position: relative;
    bottom: 2px;
    right: 6px;
}
.line-top .phone .big{
    font-family: 'ElectroluxSansSemibold', Arial;
    font-size: 35px;
    color: #0B1D39;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
}
.line-top .phone:hover .big{
    color: #7b8a9c;
}
nav.main-menu{
    background: #fff;
    border-top: 1px solid #E2E5EE;
    position: relative;
}
nav.main-menu.about,
nav.main-menu.politic,
nav.main-menu.error{
    border-bottom: 1px solid #E2E5EE;
}
nav.main-menu > .container{
    position: static;
    margin: 0 auto;
}
ul.main-menu{
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
}
ul.main-menu > li{
    list-style: none;
}
ul.main-menu > li:last-child{
    padding: 0;
}
ul.main-menu li.active > a{
    color: #AAAAAA;
}
ul.main-menu > li > a{
    font-family: 'ElectroluxSans', Arial;
    font-size: 17px;
    color: #041e41;
    display: inline-block;
    transition: all ease 0.2s;
    height: 75px;
    line-height: 75px;
    border-bottom: 2px solid transparent;
}
ul.main-menu > li.drop:hover > a{
    color: #7b8a9c;
    border-bottom: 2px solid #7b8a9c;
}
section.reviews {
    margin: 40px 0 100px 0;
}
.seo_text p {
    margin-bottom: 20px;
    line-height: 1.5;
}
.seo_text h2, .seo_text h3, .seo_text h4, .seo_text h5, .seo_text h6 {
    font-weight: 500;
    font-size: 1.6em;
    margin: 35px 0 15px;
}
.seo_text {
    font-family: 'ElectroluxSans', Arial, sans-serif;
    font-size: 16px;
    margin: 75px 0;
}
.seo_text .container {
    padding: 0 10px;
}
.seo_text ul {
    list-style: none;
}
.seo_text ul, ol, dl {
    margin-bottom: 20px;
}
.seo_text ul li {
    line-height: 1.5;
    position: relative;
    padding: 0 0 10px 15px;
}
.seo_text ul li::before {
    content: '';
    position: absolute;
    display: block;
    width: 5px;
    height: 5px;
    background: #011e41;
    border-radius: 50%;
    left: 0;
    top: 10px;
}
.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.section_articles {
    display: block;
    width: 100%;
    position: relative;
}
.section_articles_block {
    display: block;
    width: 100%;
    position: relative;
    padding-top: 80px;
    padding-bottom: 100px;
}
.page-title {
    width: 100%;
    margin-top: -30px;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
    position: relative;
    padding-left: 40px;
    padding-right: 40px;
    color: #0B1D39;
}
.content--u-ibdf5m69c {
    position: relative;
    width: 100%;
    display: block;
    line-height: 25px;
    color: #0B1D39;
}
.g-article-list {
    position: relative;
    margin: 1.06667em 0 1.06667em;
}
.g-article-list:last-child {
    margin-bottom: 0;
}
.g-article {
    border: 1px solid #0B1D39;
    border-radius: 40px;
    font-size: 15px;
}
.g-article--simple-view {
    margin: 20px 0;
    padding: 30px 30px 10px 50px;
}
.g-article__date {
    display: block;
    color: #0B1D39;
    font-size: .93333em;
    line-height: 1;
    margin-bottom: 10px;
    margin-right: 20px;
    float: right;
}
.content--u-ibdf5m69c a {
    color: #0B1D39;
}
.g-article--simple-view .g-article__name {
    font-size: 1.4em;
    line-height: 1.2;
}
.g-article__body {
    margin-top: 10px;
}
.g-article__image {
    float: left;
    margin-right: 1.33333em;
    margin-top: .5em;
    margin-left: .33333em;
}
.g-article__text {
    color: #0B1D39;
}
.g-article__image img {
    width: 120px;
    height: 110px;
    object-fit: cover;
    border-radius: 10px;
}
.one_news {
    color: #0B1D39;
    padding-top: 20px;
    padding-bottom: 40px;
    position: relative;
}
.news__main_article {
    padding-left: 40px;
    padding-right: 40px;
}
.news__main-image {
    width: 300px;
    height: auto;
    float: right;
    border-radius: 30px;
    margin-left: 30px;
    margin-bottom: 20px;
}
.news_main_date {
    display: block;
    font-size: 16px;
    color: #0B1D39;
}
.news_main_text {
    margin-top: 30px;
    font-size: 17px;
    font-weight: 300;
    text-align: justify;
}
header {
    z-index: 9;
}


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    ul.main-menu li{
        padding-right: 18px;
    }
}
@supports (-ms-ime-align:auto) {
    ul.main-menu li{
        padding-right: 18px;
    }
}
ul.main-menu li a:hover{
    color: #7b8a9c;
}

.main-menu-drop{
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    transition: opacity ease 0.2s;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 40px 0 40px 0;
    background: #fff;
    border-top: 1px solid #E2E5EE;
}
ul.main-menu > li:hover .main-menu-drop{
    visibility: visible;
    opacity: 1;
    z-index: 4;
}

.main-menu-level-1{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: -40px 0 0 0;
}
.main-menu-level-1 a{
    width: 25%;
    margin-top: 40px;
    display: flex;
    align-items: center;
    transition: all ease 0.2s;
    position: relative;
}
.main-menu-level-1 a svg{
    fill: #0B1D39;
    margin: 0 15px 0 0;
    transition: all ease 0.2s;
}
.main-menu-level-1 a .text{
    font-family: 'ElectroluxSansSemibold', Arial;
    font-size: 16px;
    color: #0B1D39;
    transition: all ease 0.2s;
}
.main-menu-level-1 a:hover svg{
    fill: #7b8a9c;
}
.main-menu-level-1 a:hover .text{
    color: #7b8a9c;
}

.overlay-main{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(11, 29, 57, 0.6);
    z-index: 2;
    display: none;
}

.services-row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.services-row .services-col a{
    text-decoration: none;
}
.services-row .services-col{
    width: 20%;
}
.services-row .services-col:last-child{
    width: 12%;
}
.services-row .services-col .services-img{
    height: 170px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 20px;
}
.services-row .services-col .services-img img[src*="fridge"]{
    display: block;
    margin-left: 30px;
}
.services-row .services-col .title{
    font-family: 'Raleway-Regular', Arial, sans-serif;
    font-size: 21px;
    color: #2f2f2f;
    text-decoration: none;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    width: 90%;
    line-height: 24px;
}
.services-row .services-col .title:hover{
    color: #d80546;
}
.services-row .services-col .title:hover span:after{
    content: '';
    display: inline-block;
    background: url(/wp-content/themes/electrolux/images/up-arrow-menu.png) no-repeat;
    width: 6px;
    height: 10px;
    margin: 8px 0 0 7px;
    position: absolute;
}
.menu-fixed{
    display: none;
}
.menu-fixed .columns{
    display: none;
}
.menu-fixed .menu-wrap{
    display: none;
}
.separate {
    width: calc(100vw - 50px);
    margin-left: 22px;
    border-top: 1px solid #D9D9D9;
}
article.head-banner{
    height: 522px;
    background-repeat: no-repeat;
    background-position: right 50% top;
}
.contacts article.head-banner{
    background-image: url(/wp-content/themes/electrolux/images/bg_contacts.jpg);
}
.prices article.head-banner{
    background-image: url(/wp-content/themes/electrolux/images/bg_contacts.jpg);
}
.index article.head-banner{
    background-image: url(/wp-content/themes/electrolux/images/fon.jpg);
}
.washer article.head-banner{
    background-image: url(/wp-content/themes/electrolux/images/fon.jpg);
}
.dishwasher article.head-banner{
    background-image: url(/wp-content/themes/electrolux/images/bg-dishwasher.jpg);
}
.sushilnye-mashiny article.head-banner{
    background-image: url(/wp-content/themes/electrolux/images/bg-sushilnye-mashiny.webp);
}
.fridge article.head-banner{
    background-image: url(/wp-content/themes/electrolux/images/bg-fridge.jpg);
    background-position: left 2% top -222px!important;
    background-size: 134% 175%; 
}
.mikrovolnovki article.head-banner{
    background-image: url(/wp-content/themes/electrolux/images/bg-mikrovolnovki.jpg);
    background-size: 114% 125%; 
}
.oven article.head-banner{
    background-image: url(/wp-content/themes/electrolux/images/bg-oven.jpg);
     background-repeat: repeat-x; 
}
.hob article.head-banner{
    background-image: url(/wp-content/themes/electrolux/images/bg-hob.jpg);
    background-position: center center;
}
.coffee-machine article.head-banner{
    background-image: url(/wp-content/themes/electrolux/images/bg-coffee-machine.jpg);
    background-position: center right;
}
/* .dryer article.head-banner{
    background-image: url(/wp-content/themes/electrolux/images/bg-dryer.jpg);
}
.appliances article.head-banner{
    background-image: url(/wp-content/themes/electrolux/images/bg-appliances.jpg);
}
.electric-stove article.head-banner{
    background-image: url(/wp-content/themes/electrolux/images/bg-electric-stove.jpg);
}
.gas-heater article.head-banner{
    background-image: url(/wp-content/themes/electrolux/images/bg-gas-heater.jpg);
}
.extractor-fan article.head-banner{
    background-image: url(/wp-content/themes/electrolux/images/bg-extractor-fan.jpg);
}
.air-conditioner article.head-banner{
    background-image: url(/wp-content/themes/electrolux/images/bg-air-conditioner.jpg);
}
.other article.head-banner{
    background-image: url(/wp-content/themes/electrolux/images/bg-other.jpg);
}
.vacuum article.head-banner {
    background-image: url("/wp-content/themes/electrolux/images/bg-vacuum.jpg");
}
.water-heater article.head-banner {
    background-image: url("/wp-content/themes/electrolux/images/bg-water-heater.jpg");
}
.about article.head-banner{

} */

article.head-banner .content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}
article.head-banner .text{
    padding: 55px 60px 60px 60px;
    width: 540px;
    background: rgba(255,255,255,0.95);
}
.equipment article.head-banner .text{
    width: 570px;
}
.model article.head-banner .text{
    width: 900px;
    display: flex;
    padding: 0;
    position: relative;
}
.model.failures article.head-banner .text{
    width: 100%;
}
.model article.head-banner .text > .col-left{
    width: 62%;
    padding: 55px 20px 55px 60px;
}
.model article.head-banner .text > .col-right{
    background-image: url(/wp-content/themes/electrolux/images/background.png);
    background-size: cover;
    width: 38%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}


article.head-banner .text h1{
    font-family: 'ElectroluxSansSemibold', Arial;
    font-size: 37px;
    color: #0B1D39;
    margin-bottom: 20px;
    line-height: 1.1;
}
article.head-banner .text ul li{
    font-family: 'ElectroluxSans', Arial;
    font-size: 15px;
    color: #0B1D39;
    line-height: 1.2;
    margin-bottom: 15px;
    position: relative;
    padding-left: 15px;
}
article.head-banner .text ul li:last-child{
    margin-bottom: 0;
}
article.head-banner .text p{
    font-family: 'ElectroluxSans', Arial;
    font-size: 15px;
    color: #0B1D39;
    line-height: 1.6;
}
.equipment article.head-banner .text p{
    font-size: 15px;
    line-height: 1.6;
}
article.head-banner .text p .link{
    font-family: 'ElectroluxSans', Arial;
    white-space: nowrap;
}
article.head-banner .text .price-start{
    font-family: 'ElectroluxSansSemibold', Arial;
    font-size: 18px;
    color: #30c5cd;
    margin: 15px 0 0 0;
}
article.head-banner .img-box img{
    max-height: 350px;
    max-width: 270px;
}
article.head-banner .bottom-line{
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
article.head-banner .bottom-line .sub-text{
    margin-left: 20px;
    font-family: 'ElectroluxSans', Arial;
    font-size: 14px;
    color: #7b8a9c;
}
.head-banner_failures_table__col_price{
    font-family: 'GothaProBol', Arial, sans-serif;
    font-size: 18px;
    color: #a50034;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    margin-right: 20px;
}
.breadcrumbs{
    z-index: 1;
    padding: 5px 0 25px 0;
    display: flex;
}

.about .breadcrumbs,
.politic .breadcrumbs{
    padding-top: 25px;
}
.breadcrumbs a{
    font-family: 'ElectroluxSans', Arial;
    font-size: 13px;
    color: #0B1D39;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
}
.breadcrumbs .nodisp{
    display: none;
}
.breadcrumbs a:hover{
    color: #494646;
}
article.head-banner .breadcrumbs a{
    color: #fff;
}
.breadcrumbs span{
    
}
.breadcrumbs li>span{
    font-family: 'ElectroluxSans', Arial, sans-serif;
    font-size: 13px;
    color: #AAAAAA;
}
article.head-banner .breadcrumbs span{
    color: #AAAAAA;
}
.breadcrumbs a:after{
    content: '';
    background: url(/wp-content/themes/electrolux/images/ico-breadcrumbs-arrow.png) no-repeat center center;
    display: inline-block;
    width: 4px;
    height: 6px;
    padding: 0 0 4px 0;
    margin: 0 10px 0 10px;
}
article.head-banner .breadcrumbs a:after{
    background: url(/wp-content/themes/electrolux/images/ico-breadcrumbs-arrow-light.png) no-repeat center center;
}
.btn-bg {
    height: 46px;
    line-height: 41px;
    padding: 0 20px 1px 20px;
    font-family: 'ElectroluxSans', Arial;
    font-size: 17px;
    color: #011e41;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    transition: all ease 0.2s;
    white-space: nowrap;
    border: 2px solid #011e41;
}
.btn-bg:hover{
    background: #dfe7ea;
}
#phone_back_but {
    background: #fff;
}
.btn-bg-dark{
    background: #0B1D39;
    color: #fff;
}
.btn-bg-dark:hover{
    background: #09162C;
    color: #fff;
}
.failures_table .line-title{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 0 30px 0;
}
.failures_table .line-title h2{
    font-family: 'ElectroluxSansSemibold', Arial;
    font-size: 28px;
    color: #0B1D39;
    line-height: 1.2;
    display: inline-block;
    margin: 0 20px 5px 0;
}
.failures_table .line-title .subtext{
    font-family: 'ElectroluxSans', Arial;
    font-size: 16px;
    color: #30c5cd;
    line-height: 1.2;
    margin: 4px 0 5px 0;
    display: inline-block;
}
.failures_table .line-title .subtext strong{
    font-family: 'ElectroluxSansSemibold', Arial;
}
.failures_table__col{
    display: block;
    width: 356px;
    height: 220px;
    float: left;
    padding: 25px 30px 25px 30px;
    background: #F6F5F5;
    margin: 0 21px 21px 0;
    border: 1px solid transparent;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    position: relative;
}
main.appliances .failures_table__col{

}
.failures_table__col:nth-child(3n){
    margin-right: 0;
}
.failures_table__col:nth-child(2n){
    background: #EEF2F7;
}
.failures_table__col:nth-child(-2n){
    background: #EEF2F7;
}
a.failures_table__col:not(.ending):hover{
    border: 1px solid #f1dcd9;
    background: #fff;
}
.failures_table__col:hover .failures_table__col_title{
    /* color: #7b8a9c; */
}

a.failures_table__col:not(.ending):hover .failures_table__col_title{
    color: #7b8a9c;
}
a.failures_table__col:hover .failures_table__col_price{
    color: #7b8a9c;
}
a.failures_table__col:hover .failures_table__col_title_span{

}
.failures_table__col_title_span{
    padding-right: 10px;
    background-repeat: no-repeat;
    background-position: right top 12.5px;
    -webkit-transition: background ease 0.2s;
    transition: background ease 0.2s;
}
.failures_table__col_title{
    font-family: 'ElectroluxSansSemibold', Arial;
    font-size: 21px;
    color: #0B1D39;
    margin: 0 0 10px 0;
    line-height: 1.25;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
}
.failures_table__col_desc{
    font-family: 'ElectroluxSans', Arial;
    font-size: 14px;
    color: #AAAAAA;
    overflow: hidden;
    line-height: 1.5;
}
.failures_table__col_price{
    font-family: 'ElectroluxSansSemibold', Arial;
    font-size: 18px;
    color: #46CBD2;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    position: absolute;
    bottom: 22px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    display: flex;
    flex-wrap: wrap;
}
.master .failures_table__col_price,
.diagnos .failures_table__col_price{
    color: #fff;
}
.failures_table__col_price-sum{
    font-family: 'ElectroluxSansSemibold', Arial;
    display: inline-block;
    margin: 0px 10px 5px 0;
}
.failures_table__col_price-request{
    font-family: 'ElectroluxSans', Arial;
    font-size: 16px;
    text-transform: none;
    display: inline-block;
    color: #e65e4e;
    letter-spacing: 0;
    margin: 0px 0 5px 0;
}
.failures_table__col_price-request:hover{
    color: #7b8a9c;
}
.failures_table__col.master{
    background: url(/wp-content/themes/electrolux/images/accordion-prices-inner-bg-master.jpg) no-repeat;
    background-size: cover;
}
.failures_table__col.diagnos{
    background: url(/wp-content/themes/electrolux/images/accordion-prices-inner-bg-diagnos.jpg) no-repeat;
    background-size: cover;
}
.failures_table__col.guarantee{
    background: url(/wp-content/themes/electrolux/images/accordion-prices-inner-bg-guarantee.jpg) no-repeat;
    background-size: cover;
}
.failures_table__col.master .failures_table__col_title,
.failures_table__col.diagnos .failures_table__col_title{
    color: #fff;
}
.failures_table__col.guarantee .failures_table__col_title{
    color: #fff;
}
.failures_table__col.master .failures_table__col_desc{
    color: #e3f4f5;
    font-size: 16px;
}
.failures_table__col.diagnos .failures_table__col_desc{
    color: #91A1C3;
    font-size: 15px;
}
.failures_table__col.guarantee .failures_table__col_desc{
    color: #FFDFDB;
    line-height: 1.5;
    font-size: 15px;
}

.failures_table__col.guarantee .failures_table__col_price{
    color: #fff;
}
main.appliances .failures_table__col.master,
main.appliances .failures_table__col.diagnos{

}

.failures-estimated-cost {
    margin: 80px 0 80px 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 .columns{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.failures-estimated-cost .col-left{
    width: 43%;
    padding-right: 80px;
    position: relative;
}
.appliances .failures-estimated-cost .col-left,
.failures .failures-estimated-cost .col-left{
    padding: 0 0 0 110px;
    width: 45%;
}
.appliances .failures-estimated-cost .col-left{
    width: 45%;
}
.failures-estimated-cost .col-right{
    width: 55%;
    padding-left: 120px;
    position: relative;
}
.appliances .failures-estimated-cost .col-right,
.failures .failures-estimated-cost .col-right{
    width: 55%;
    padding: 0 70px 0 90px;
}
.failures-estimated-cost .col-left h2{
    font-family: 'ElectroluxSansSemibold', Arial;
    font-size: 21px;
    color: #363636;
    line-height: 1.3;
}
.failures-estimated-cost .col-left h2 span{
    color: #46CBD2;
}
.failures-estimated-cost .col-right:after{
    content: '';
    position: absolute;
    height: 90%;
    border-left: 1px solid #E2E5EE;
    top: 8%;
    left: 0;
}
.failures-estimated-cost .col-right .description{
    font-family: 'ElectroluxSans', Arial;
    font-size: 15px;
    line-height: 1.6;
    color: #363636;
    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-family: 'ElectroluxSansSemibold', Arial;
    font-size: 20px;
    color: #363636;
    line-height: 1.3;
    display: inline-block;
    margin: 0 20px 0 0;
}
.failures-estimated-cost .col-right .phone span{
    font-size: 20px;
}
.failures-sale {
    width: 100%;
    height: 305px;
    display: flex;
    align-items: center;
    background: url(/wp-content/themes/electrolux/images/bg.jpg) no-repeat top left -5px;
    padding: 0 95px 0 130px;
    position: relative;
    box-shadow: 0px 5px 50px rgba(28, 36, 148, 0.15);
    background-size: 101% 100%;
    position: relative;
}
.failures-sale:before{
    content: '';
    width: 11px;
    height: 42px;
    display: block;
    background: url(/wp-content/themes/electrolux/images/badge.png) no-repeat;
    position: absolute;
    top: 36px;
    left: -10px;
}
.failures-sale .text{
    margin: 0 0 25px 0;
    position: relative;
}
.failures-sale .title{
    font-family: 'ElectroluxSansSemibold', Arial;
    font-size: 35px;
    color: #0B1D39;
    line-height: 1.05;
    margin: 0 0 10px 0;
}
.failures-sale .title span{
    color: #fff;
    display: inline-block;
    background: #46CBD2;
    padding: 2px 8px 6px 5px;
}
.failures-sale .description{
    font-family: 'ElectroluxSans', Arial;
    font-size: 18px;
    color: #7F969E;
    line-height: 1.6;
    width: 390px;
}
.failures-sale form{

}
.failures-sale form input{
    font-family: 'ElectroluxSans', Arial;
    font-size: 16px;
    color: #363636;
    width: 200px;
    height: 46px;
    border: none;
    border-radius: 4px;
    padding: 0 0 1px 20px;
    margin: 0 1px 0 0;
    vertical-align: bottom;
}
.failures-sale form .submit{
    background-image: url(/wp-content/themes/electrolux/images/ico-percent.png);
    background-position: left 20px center;
    color: #fff;
    background-repeat: no-repeat;
    padding-left: 55px;
}

.failures-sale .bt{
    position: absolute;
    right: 120px;
    bottom: 0;
}
.failures-sale .bt.extractor-fan{
    top: 0;
    bottom: auto;
}
.failures-sale .bt.air-conditioner{
    bottom: auto;
    top: 45px;
}
.failures-sale .master{
    position: absolute;
    right: 150px;
    bottom: 0;
    width: 335px;
}
.certificates{
    background: url(/wp-content/themes/electrolux/images/bg-certificates.jpg) no-repeat top center;
    height: 315px;
}
.certificates .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}
.certificates .col-left{
    width: 475px;
    margin-right: 45px;
}
.certificates .col-left h2{
    font-family: 'ElectroluxSansSemibold', Arial;
    font-size: 30px;
    color: #0B1D39;
    line-height: 1.2;
    margin-bottom: 20px;
}
.certificates .col-left .subtext{
    font-family: 'ElectroluxSans', Arial;
    font-size: 15px;
    color: #0B1D39;
    line-height: 1.6;
}
.certificates .col-right{
    width: 570px;
    display: flex;
    justify-content: space-between;
}
/*--/certificates--*/

/*--scheme-of-work--*/
.scheme-of-work{
    padding: 75px 0 75px 0;
}
.scheme-of-work h2{
    font-family: 'ElectroluxSansSemibold', Arial;
    font-size: 30px;
    color: #0B1D39;
    line-height: 1;
    margin-bottom: 30px;
    text-align: center;
}
.scheme-of-work .description{
    font-family: 'ElectroluxSans', Arial;
    font-size: 15px;
    color: #0B1D39;
    line-height: 1.6;
    text-align: center;
    margin: auto auto 35px auto;
    width: 40%;
}
.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: 15px;
}
.scheme-of-work .steps .col .img-box .number{
    font-family: 'ElectroluxSansSemibold', Arial;
    font-size: 24px;
    color: #46CBD2;
    line-height: 1;
    margin: -2px 0 0 0;
}
.scheme-of-work .steps .col .title{
    font-family: 'ElectroluxSansSemibold', Arial;
    font-size: 16px;
    color: #0B1D39;
    line-height: 1.2;
    margin-bottom: 12px;
}
.scheme-of-work .steps .col .subtext{
    font-family: 'ElectroluxSans', Arial;
    font-size: 14px;
    color: #AAAAAA;
    line-height: 1.5;
}
/*--/scheme-of-work--*/

/*----section.about-page----*/
section.about-page .head-banner{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 285px;
}
section.about-page .head-banner h1{
    width: 58%;
    font-family: 'ElectroluxSansSemibold', Arial;
    font-size: 40px;
    color: #0B1D39;
    line-height: 1.1;
}
section.about-page .head-banner .btn-call-back{
    margin-right: 2px;
}
section.about-page .about-line-blue{
    height: 400px;
    background: url(/wp-content/themes/electrolux/images/bg-blue.jpg) no-repeat;
    background-size: cover;
    padding-top: 220px;
}
section.about-page .about-line-blue h2{
    font-family: 'ElectroluxSansSemibold', Arial;
    font-size: 30px;
    color: #fff;
    line-height: 1.3;
    width: 65%;
}

.about-layer-over .col-left{
    width: 730px;
    float: left;
    margin-top: -50px;
    padding: 55px 190px 55px 60px;
    font-family: 'ElectroluxSans', Arial, sans-serif;
    font-size: 18px;
    color: #fff;
    line-height: 1.6;
    background: url(/wp-content/themes/electrolux/images/logo-in-window.png) no-repeat center right 60px #0B1D39;
}
.about-layer-over .col-right{
    width: 380px;
    float: left;
    padding: 55px 0 0 40px;
}
.about-layer-over .col-right h3{
    font-family: 'ElectroluxSansSemibold', Arial;
    font-size: 21px;
    color: #0B1D39;
    margin-bottom: 20px;
}
.about-layer-over .col-right p{
    font-family: 'ElectroluxSans', Arial;
    font-size: 14px;
    color: #0B1D39;
    line-height: 1.4;
}
.about-any-technique{
    padding: 75px 0 0 0;
    margin-bottom: -25px;
}
.about-any-technique h2{
    font-family: 'ElectroluxSansSemibold', Arial;
    font-size: 30px;
    color: #0B1D39;
    margin-bottom: 35px;
}
.about-any-technique .columns{
    display: flex;
    flex-wrap: wrap;
}
.about-any-technique .col{
    display: block;
    text-decoration: none;
    width: 350px;
    margin: 0 30px 25px 0;
}
.about-any-technique .col:nth-child(3n){
    margin: 0;
}
.about-any-technique .col img{
    margin-bottom: 16px;
    transition: all ease 0.2s;
}
.about-any-technique .col:hover img{
    opacity: 0.8;
}
.about-any-technique .col .title{
    font-family: 'ElectroluxSansSemibold', Arial;
    font-size: 21px;
    color: #0B1D39;
    margin-bottom: 14px;
    transition: all ease 0.2s;
}
.about-any-technique .col:hover .title{
    color: #7b8a9c;
}
.about-any-technique .col .description{
    font-family: 'ElectroluxSans', Arial;
    font-size: 14px;
    color: #AAAAAA;
    line-height: 1.5;
}

.about .about-advantages{
    margin: 65px 0 80px 0;
}
.about-advantages{
    margin: 40px 0 50px 0;
}
.about-advantages .img-box img{
    margin: 5px 0 0 0;
}
.about-advantages h2{
    font-family: 'ElectroluxSansSemibold', Arial;
    font-size: 30px;
    color: #0B1D39;
    margin-bottom: 35px;
}
.about .about-advantages h2{
    display: block;
}
.about-advantages .line{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.about-advantages .col{
    display: flex;
    align-items: flex-start;
    position: relative;
}
.about-advantages .col:nth-child(1){
    width: 290px;
}
.about-advantages .col:nth-child(2){
    width: 235px;
}
.about-advantages .col:nth-child(3){
    width: 235px;
}
.about-advantages .col:nth-child(4){
    width: 260px;
}

.about-advantages .col .img-box{
    padding-right: 20px;
}
.about-advantages .col .title{
    font-family: 'ElectroluxSansSemibold', Arial;
    font-size: 16px;
    color: #0B1D39;
    margin-bottom: 12px;
    line-height: 1.25;
}
.about-advantages .col .sub-text{
    font-family: 'ElectroluxSans', Arial;
    font-size: 14px;
    color: #AAAAAA;
    line-height: 1.4;
}

.about-brand{
    padding: 75px 0 80px 0;
    background: #F6F5F5;
}
.about-brand .container> .row:not(.we-know){
    margin-bottom: 40px;
}
.about-brand h2{
    font-family: 'ElectroluxSansSemibold', Arial;
    font-size: 30px;
    color: #0B1D39;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}
.about-brand .sub-text{
    font-family: 'ElectroluxSans', Arial;
    font-size: 15px;
    color: #46CBD2;
    display: inline-block;
    vertical-align: middle;
    margin: 6px 0 0 0;
}
.about-brand .we-know .col{
    width: 50%;
    float: left;
    border-left: 2px solid #E65E4E;
    padding: 0 25px 0 20px;
    margin-bottom: 80px;
}
.about-brand .we-know .col .title{
    font-family: 'ElectroluxSansSemibold', Arial;
    font-size: 21px;
    color: #0B1D39;
    margin-bottom: 12px;
}
.about-brand .we-know .col .description{
    font-family: 'ElectroluxSans', Arial;
    font-size: 14px;
    color: #0B1D39;
    line-height: 1.6;
}
.slider-about-history {
    position: relative;
}
.slider-about-history li .item{
    display: flex;
    background-color: #E2E5EE;
    font-family: 'ElectroluxSans';
    color: #0B1D39;
    font-size: 18px;
}
.slider-about-history li .item p{
    padding: 0 60px;
    margin: auto;
    line-height: 1.5;
    font-family: 'ElectroluxSans';
}
.slider-about-history li .history-date{
    background-color: #fff;
    font-size: 18px;
    color: #0B1D39;
    font-family: 'ElectroluxSans';
    padding: 18px 16px;
    text-align: center;
    margin-bottom: 15px;
}
.slider-about-history .slick-arrow{
    width: 44px;
    height: 54px;
    display: block;
    border-radius: 100%;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    right: 30px;
    z-index: 2;
    font-size: 0;
    top: 26px;
}
.slider-about-history .slick-prev{
    background: url(/wp-content/themes/electrolux/images/ico-prev.png) no-repeat left 18px center;
    left: 0;
}
.slider-about-history .slick-next{
    background: url(/wp-content/themes/electrolux/images/ico-next.png) no-repeat left 18px center ;
    right: 0;
}
.slider-about-history .slick-prev:hover,
.slider-about-history .slick-prev:focus{
    background: url(/wp-content/themes/electrolux/images/ico-prev.png) no-repeat center;
}
.slider-about-history .slick-next:hover,
.slider-about-history .slick-next:focus{
    background: url(/wp-content/themes/electrolux/images/ico-next.png) no-repeat center ;
}
.slider-about-history .slick-prev::before{
    content: '';
}
.slider-about-history .slick-next::before{
    content: '';
}

.news-block{

}
.news-block .img-box{
    background: url(/wp-content/themes/electrolux/images/bg-news.jpg) no-repeat top left;
    width: 465px;
    height: 400px;
    float: left;
}
.news-block .news-item{
    width: 645px;
    float: left;
    padding: 0 0 0 40px;
}

.accordion-news{

}
.accordion-news .parent-li{

}
.accordion-news .parent-li a.parent{
    font-family: 'HotpointRegular', Arial;
    font-size: 18px;
    color: #222222;
    line-height: 1;
    text-transform: uppercase;
    padding: 18px 0;
    display: block;
    border-top: 1px solid #d3d3d3;
    -webkit-transition: border ease 0.2s;
    transition: border ease 0.2s;
    background: url(/wp-content/themes/electrolux/images/down-arrow.png) no-repeat right bottom 20px;
}
.accordion-news .parent-li a.parent.active{
    background: url(/wp-content/themes/electrolux/images/up-arrow.png) no-repeat right bottom 20px;
}
.accordion-news .parent-li:first-child a.parent{
    border-top: 1px solid transparent;
    padding-top: 0;
}
.accordion-news .parent-li:last-child a.parent{
    border-bottom: 1px solid #d3d3d3;
}
.accordion-news .parent-li:last-child a.parent.active{
    border-bottom: 1px solid transparent;
}
.accordion-news .ul-level-1 .text{
    font-family: 'HotpointRegular', Arial;
    font-size: 13px;
    color: #222222;
    line-height: 1.5;
    padding: 0 0 20px 0;
}

.differences-from-others{
    padding: 70px 0 75px 0;
}
.differences-from-others .columns{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.differences-from-others .col-left{
    width: 540px;
}
.differences-from-others .col-right{
    width: 540px;
    text-align: right;
}
.differences-from-others h2{
    font-family: 'ElectroluxSansSemibold', Arial;
    font-size: 30px;
    color: #0B1D39;
    margin-bottom: 25px;
    line-height: 1.25;
    width: 55%;;
}
.differences-from-others .description{
    font-family: 'ElectroluxSans', Arial;
    font-size: 15px;
    color: #0B1D39;
    line-height: 1.6;
    margin: -7px 0 30px 0;
}
.differences-from-others .items .col{
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}
.differences-from-others .items .col:last-child{
    margin: 0;
}
.differences-from-others .items .col img{
    margin-right: 20px;
}
.differences-from-others .items .col .title{
    font-family: 'ElectroluxSansSemibold', Arial;
    font-size: 16px;
    color: #0B1D39;
    margin-bottom: 12px;
}
.differences-from-others .items .col .sub-text{
    font-family: 'ElectroluxSans', Arial;
    font-size: 14px;
    color: #AAAAAA;
    line-height: 1.5;
}

.differences-from-others .numbers .columns{
    display: flex;
    justify-content: space-between;
    padding: 60px 40px 0 45px;
}
.differences-from-others .numbers .col{
    width: 18%;
}
.differences-from-others .numbers .col:nth-child(3){
    width: 25%;
}
.differences-from-others .numbers .col .number{
    font-family: 'ElectroluxSansSemibold', Arial;
    font-size: 75px;
    color: #46CBD2;
    margin-bottom: 10px;
}
.differences-from-others .numbers .col .sub-text{
    font-family: 'ElectroluxSans', Arial;
    font-size: 15px;
    color: #0B1D39;
    line-height: 1.5;
}
.repair-central-service .container:nth-child(1){
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 80px 0 75px 0;
}
.repair-central-service .col-left{
    width: 540px;
}
.repair-central-service .col-right{
    width: 540px;
}
.repair-central-service .col-right img{
    object-fit: cover;
}
.repair-central-service .col-left h2{
    font-family: 'ElectroluxSansSemibold', Arial;
    font-size: 30px;
    color: #0B1D39;
    line-height: 1.2;
    margin: -20px 0 18px 0;
}
.repair-central-service .col-left p{
    font-family: 'ElectroluxSans', Arial;
    font-size: 15px;
    color: #0B1D39;
    line-height: 1.6;
}
.repair-central-service .items{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 30px 0 -25px 0;
}
.repair-central-service .items .col{
    margin-bottom: 25px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 285px;
}
.repair-central-service .items .col:nth-child(2n){
    width: 235px;
}

.repair-central-service .items .col img{
    margin: 5px 20px 0 0;
}
.repair-central-service .items .col .title{
    font-family: 'ElectroluxSansSemibold', Arial;
    font-size: 16px;
    color: #0B1D39;
    line-height: 1.2;
    margin: 0 0 12px 0;
}
.repair-central-service .items .col .subtext{
    font-family: 'ElectroluxSans', Arial;
    font-size: 14px;
    color: #AAAAAA;
    line-height: 1.4;
}

.repair-central-service .bottom-line{
    height: 80px;
    background: url(/wp-content/themes/electrolux/images/bottom-line.jpg) no-repeat;
}
/*----/repair-central-service----*/

/*----services-list----*/
.services-list{
    width: 100%;
    margin: 10px 0 0 0;
    display: flex;
    justify-content: space-between;
}
.services-list-title{
    font-family: 'HotpointRegular', Arial;
    font-size: 24px;
    color: #fff;
    line-height: 1;
    text-align: center;
    margin: 0 0 40px 0;
}
.services-list .col-slides{
    width: 80%;
}
.services-list .columns{
    display: flex;
    justify-content: space-between;
}
.services-list .col{
    display: block;
    text-align: center;
    background-color: #eaeef2;
    color: #011e41;
    padding: 45px 0px;
    margin: 0 5px;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    width: 20%;
    min-height: 230px;
}
.services-list .col:last-child{
    margin-right: 0;
}
.services-list .col:first-child{
    margin-left: 0;
}
.services-list .col:hover .name{
    color: #7b8a9c;
}
.services-list .col .img-box{

}
.services-list .col .img-box img{
    display: block;
    margin: 0 auto 22px auto;
    transition: all ease 0.2s;
    max-width: 85px;
}
.services-list .col:hover .img-box img{
    opacity: 0.8;
}
.services-list .col .name{
    font-family: 'ElectroluxSansSemibold', Arial;
    font-size: 16px;
    color: #0B1D39;
    line-height: 1;
    transition: all ease 0.2s;
}

.services-list .col-nav{
    width: calc(20% - 2px);
    background: #eaeef2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.prev-arrow{
    display: inline-block;
    width: 49px;
    height: 49px;
    background: url(/wp-content/themes/electrolux/images/ico-prev-big.png) no-repeat;
    margin: 0 10px;
    transition: all ease 0.2s;
    border: none;
}
.prev-arrow:hover{
    background: url(/wp-content/themes/electrolux/images/ico-prev-big-hover.png) no-repeat;
}
.next-arrow{
    display: inline-block;
    width: 49px;
    height: 49px;
    background: url(/wp-content/themes/electrolux/images/ico-next-big.png) no-repeat;
    margin: 0 10px;
    transition: all ease 0.2s;
    border: none;
}
.next-arrow:hover{
    background: url(/wp-content/themes/electrolux/images/ico-next-big-hover.png) no-repeat;
}
.slider-index{
    position: relative;
    min-width: 1110px;
    max-width: 1920px;
    margin: auto;
}

.Rectangle_30 {
    background-color: rgb( 255, 255, 255 );
    opacity: 0.902;
    position: absolute;
    left: 14.288cm;
    top: 10.513cm;
    width: 19.05cm;
    height: 13.617cm;
    z-index: 6;
}


.slider-index .window{
    background: rgba(255, 255, 255,0.902);
    padding: 60px 40px 60px 40px;
    z-index: 1;
    position: absolute;
    width: 530px;
    margin-top: 65px;
}

.slider-index .window h1{
    font-family: 'ElectroluxSansSemibold', Arial;
    font-size: 40px;
    color: #0B1D39;
    margin-bottom: 12px;
    line-height: 1.1;
}
.slider-index .window .description{
    font-family: 'ElectroluxSans', Arial;
    font-size: 18px;
    line-height: 1.48;
    color: #0B1D39;
    margin-bottom: 22px;
}
.slider-index .window .bottom-line{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.slider-index .window .bottom-line .btn-call-back{
    white-space: nowrap;
}
.slider-index .window .bottom-line .sub-text{
    font-family: 'ElectroluxSans', Arial;
    font-size: 14px;
    color: #AAAAAA;
    line-height: 1.4em;
    display: inline-block;
    margin-left: 15px;
    white-space: nowrap;
}

.slider-services li{
    outline: none;
}

.slider-services .slick-prev:before,
.slider-services .slick-next:before{
    display: none;
}
.slider-services .slick-prev{
    width: 44px;
    height: 44px;
    display: block;
    border-radius: 100%;
    background: url(/wp-content/themes/electrolux/images/ico-prev.png) no-repeat left 16px center rgba(93,93,93,0.65);
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    left: 30px;
    z-index: 2;
    font-size: 0;
    top: 35%;
}
.slider-services .slick-prev:hover{
    background: url(/wp-content/themes/electrolux/images/ico-prev.png) no-repeat left 16px center rgba(80,80,80,0.8);
}
.slider-services .slick-next{
    width: 44px;
    height: 44px;
    display: block;
    border-radius: 100%;
    background: url(/wp-content/themes/electrolux/images/ico-next.png) no-repeat left 18px center rgba(93,93,93,0.65);
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    right: 30px;
    z-index: 2;
    font-size: 0;
    top: 35%;
}
.slider-services .slick-next:hover{
    background: url(/wp-content/themes/electrolux/images/ico-next.png) no-repeat left 18px center rgba(80,80,80,0.8);
}

/*----/slider-index---*/


/*----slider-repair-any---*/
.slider-repair-any-block .bx-wrapper{
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: none;
}
.slider-repair-any-block .description{
    font-family: 'GothaProReg', Arial, sans-serif;
    font-size: 14px;
    color: #2f2f2f;
    margin-bottom: 20px;
    line-height: 24px;
}
.slider-repair-any-block h4{
    font-family: 'Raleway-Bold', Arial, sans-serif;
    font-size: 12px;
    color: #a50034;
    text-transform: uppercase;
    float: left;
}
.slider-repair-any-block .controls-line{
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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(/wp-content/themes/electrolux/images/slider-prev.png) no-repeat left center;
    cursor: pointer;
}
.slider-repair-any-block .controls-line .btn-prev:hover{
    background: url(/wp-content/themes/electrolux/images/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(/wp-content/themes/electrolux/images/slider-next.png) no-repeat right center;
    cursor: pointer;
    display: inline-block;
}
.slider-repair-any-block .controls-line .btn-next:hover{
    background: url(/wp-content/themes/electrolux/images/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 #dcdcdc;
    padding: 15px 5px 0 5px;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    cursor: default;
}
/*
.slider-repair-any-block .slide:hover{
    border: 1px solid #f2d2d3;
}
.slider-repair-any-block .slide:hover .title{
    color: #d80546;
}
*/
.slider-repair-any-block .slide .title{
    font-family: 'GothaProReg', Arial, sans-serif;
    font-size: 14px;
    color: #2f2f2f;
    margin-bottom: 5px;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
}
.slider-repair-any-block .slide .sum{
    font-family: 'GothaProReg', Arial, sans-serif;
    font-size: 12px;
    color: #9f9f9f;
}
.slider-repair-any-block .slide .img-box{
    position: absolute;
    margin-top: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    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;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
}
.slider-repair-any-block .bx-wrapper .bx-pager.bx-default-pager a.active{
    background: #a50034;
    border: 1px solid #a50034;
}
.slider-repair-any-block .bx-pager.bx-default-pager a:hover{
    background: #555;
    border: 1px solid #555;
}
/*----/slider-repair-any---*/

/*----contacts-page----*/
.contacts-phone-line{
    background: #0B1D39;
}
.contacts-phone-line > .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 140px;
}
.contacts-phone-line .col-left{
    width: 47%;
    margin-bottom: 8px;
}
.contacts-phone-line .col-right{
    width: 51%;
}
.contacts-phone-line a.phone{
    font-family: 'ElectroluxSansSemibold', Arial;
    font-size: 50px;
    color: #fff;
    display: block;
}
.contacts-phone-line a.email{
    font-family: 'HotpointRegular', Arial;
    font-size: 20px;
    color: #fff;
}
.contacts-phone-line .col-right .text{
    font-family: 'ElectroluxSans', Arial;
    font-size: 15px;
    color: #91A1C3;
    line-height: 1.7;
    position: relative;
    padding-top: 15px;
}
.contacts-phone-line .col-right .text:before{
    content: '';
    position: absolute;
    top: 0;
    display: block;
    width: 50px;
    height: 2px;
    background: #46CBD2;
}

.call-question{
    height: 385px;
    background: #F6F5F5;
}
.call-question .img-master{
    position: absolute;
    bottom: 0;
    left: -70px;
}
.call-question > .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 210px;
    height: 100%;
}
.call-question .col-left{
    width: 460px;
    height: 270px;
    position: relative;
}
.call-question .col-left .title{
    font-family: 'ElectroluxSansSemibold', Arial;
    font-size: 30px;
    color: #0B1D39;
    line-height: 1.2;
    margin: 0 0 20px 0;
    padding-right: 30px;
}
.call-question .col-left .subtext{
    font-family: 'ElectroluxSans', Arial;
    font-size: 15px;
    color: #AAAAAA;
    line-height: 1.6;
}
.call-question .col-left .btn-box{
    position: absolute;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.call-question .col-left .btn-box .btn-call-back{

}
.call-question .col-left .btn-box .subtext-btn{
    font-family: 'ElectroluxSans', Arial;
    font-size: 15px;
    color: #30c5cd;
    margin-left: 18px;
}
.call-question .col-left .btn-box .subtext-btn strong{
    font-family: 'ElectroluxSansSemibold', Arial;
}
.call-question .col-right{
    width: 350px;
    height: 270px;
    position: relative;
}
.call-question .col-right .title{
    font-family: 'ElectroluxSansSemibold', Arial;
    font-size: 30px;
    color: #0B1D39;
    line-height: 1.2;
    margin: 0 0 20px 0;
}
.call-question .col-right .subtext{
    font-family: 'ElectroluxSans', Arial;
    font-size: 15px;
    color: #AAAAAA;
    line-height: 1.6;
}
.call-question .col-right .btn-box{
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
}
.call-question .col-right .btn-box .btn-call-back{

}

section.map{
    margin-top: 25px;
}
/*----/contacts-page----*/

/*--base-text--*/
.base-text{

}
.base-text h2{
    font-family: 'ElectroluxSansSemibold', Arial;
    font-size: 30px;
    color: #0B1D39;
    line-height: 1.2;
    margin: 75px 0 20px 0;
}
.base-text p{
    font-family: 'ElectroluxSans', Arial;
    font-size: 15px;
    color: #0B1D39;
    line-height: 1.6;
    margin: 20px 0;
}
.base-text ul li{
    font-family: 'ElectroluxSans', Arial;
    font-size: 16px;
    color: #0B1D39;
    line-height: 1.5;
    margin-bottom: 10px;
    padding-left: 14px;
    position: relative;
}
.base-text ul li:before{
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #46CBD2;
    position: absolute;
    left: 0;
    top: 11px;
}
/*--/base-text--*/

/*--search-catalog--*/
.search-catalog{
    padding: 0 0 0 0;
}
.search-line{
    height: 86px;
    background: #0B1D39;
}
.search-line .container{
    display: flex;
    align-items: center;
    height: 100%;
}
.search-line .title{
    font-family: 'ElectroluxSansSemibold', Arial;
    font-size: 16px;
    color: #fff;
    margin: 0 55px 0 0;
}
.search-line form input.search{
    font-family: 'ElectroluxSans', Arial;
    font-size: 15px;
    color: #0B1D39;
    border-radius: 4px;
    padding: 0 0 0 46px;
    padding-bottom: 2px;
    margin: 0 2px 0 0;
    width: 298px;
    height: 46px;
    background: url(/wp-content/themes/electrolux/images/ico-phone.svg) no-repeat left 13px center #fff;
}
.search-line form button.submit{
    vertical-align: top;
}
.search-line .sum{
    font-family: 'ElectroluxSans', Arial;
    font-size: 14px;
    color: #91A1C3;
    margin-left: auto;
}

.search-catalog .models-grid-container{
    padding: 0 0 40px 0;
}
.search-catalog .models-grid{
    padding: 50px 0 0 0;
}
.search-catalog .models-grid .item{
    width: 25%;
    float: left;
    text-align: center;
    display: block;
    margin-bottom: 40px;
}
.search-catalog .models-grid .item:nth-child(n+10){
    display: none;
}
.search-catalog .models-grid .item:hover .title{
    color: #e65e4e
}
.search-catalog .models-grid .item .title{
    font-family: 'ElectroluxSansSemibold', Arial;
    font-size: 16px;
    color: #0B1D39;
    line-height: 1.3;
    height: 50px;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
}
.search-catalog .models-grid .item .title span{
    padding-right: 10px;
}
.search-catalog .models-grid .item .title span:after{
    content: '';
    position: absolute;
    display: inline-block;
    width: 5px;
    height: 9px;
    background: url(/wp-content/themes/electrolux/images/ico-right-tabs.png) no-repeat;
    margin: 6px 0 0 8px;
}
.search-catalog .models-grid .item .img-box{
    height: 200px;
}
.search-catalog .models-grid .item .img-box img{
    display: block;
    margin: auto;
    max-height: 200px;
    max-width: 240px;
}

.search-catalog .models-more-box{
    text-align: center;
    margin: 0 0 40px 0;
}
.search-catalog .models-more-box .models-more{
    background-image: url(/wp-content/themes/electrolux/images/ico-more-down.png);
    background-position: right 20px center;
    background-repeat: no-repeat;
    padding-right: 40px;
}
.search-catalog .models-more-box .models-more.active{
    background-image: url(/wp-content/themes/electrolux/images/ico-more-up.png);
}
.search-catalog .models-list{
    padding: 10px 0 40px 0;
}
.search-catalog .models-list_no_img{
    padding: 40px 0 0 0;
    display: block;
}
.models-list_hide{
    display: none;
}
.search-catalog .models-list .model-list-item{
    font-family: 'ElectroluxSans', Arial;
    font-size: 14px;
    color: #0B1D39;
    margin-bottom: 20px;
    width: 25%;
    float: left;
    padding-right: 20px;
    display: block;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
}
.search-catalog .models-list .model-list-item:hover{
    color: #e65e4e;
}
.search-catalog .models-list .model-list-item span{
    background: url(/wp-content/themes/electrolux/images/ico-right-tabs.png) no-repeat top 4px right;
    display: inline-block;
    padding-right: 10px;
}

.search-catalog .nothing-found{
    padding: 20px 0 10px 0;
    text-align: center;
    cursor: text;
}
.search-catalog .nothing-found .title{
    font-family: 'ElectroluxSansSemibold', Arial;
    font-size: 30px;
    color: #0B1D39;
    margin-bottom: 18px;
}
.search-catalog .nothing-found .description{
    font-family: 'ElectroluxSans', Arial;
    font-size: 18px;
    color: #0B1D39;
    line-height: 1.6;
    margin-bottom: 22px;
}
.search-catalog .nothing-found .btn-group{

}
.search-catalog .nothing-found .btn-group .master{
    margin-right: 1px;
}
/*--/search-catalog--*/

/*----tabs----*/
.tabs-service{
    background: url(/wp-content/themes/electrolux/images/tabs_bg.jpg) no-repeat top center #0B1D39;
    padding-top: 75px;
    position: relative;
    overflow: hidden;
}
.tabs-service .tabs{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.tabs-service h2{
    font-family: 'ElectroluxSansSemibold', Arial;
    font-size: 30px;
    color: #fff;
    margin-bottom: 35px;
    text-align: center;
}
.tabs-service .tabs ul{
    margin: 0 auto 40px auto;
}
.tabs-service .tabs ul li{
    margin: 0 10px;
    padding: 13px 0;
    float: left;
    transition: all ease 0.2s;
}
.tabs-service .tabs ul li:not(.ionTabs__tab_state_active):hover a{
    color: #CAD7EB;
    border-bottom: 1px dotted #CAD7EB;
}
.tabs-service .tabs ul .ionTabs__tab_state_active{
    padding: 13px 20px;
    border-bottom: 1px solid #46cbd2;
}

.ionTabs__tab.ionTabs__tab_state_active{
    background: #46cbd2;
    border-radius: 5px;
}
.tabs-service .tabs .ionTabs__tab a{
    font-family: 'ElectroluxSans', Arial;
    font-size: 15px;
    color: #fff;
    border-bottom: 1px dotted #fff;
    display: inline-block;
    padding: 0 0 3px 0;
    transition: all ease 0.2s;
}
.tabs-service .tabs .ionTabs__tab_state_active a{
    font-family: 'ElectroluxSansSemibold', Arial;
    border-bottom: none;
    color: #fff;
}

.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: 580px;
    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: 120px;
    height: 120px;
    background: #fff;
    border-radius: 100%;
    position: absolute;
    top: 5px;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tabs-service .tabs div.tabs-block .col-left .img-block .icon img{

}
.tabs-service .tabs div.tabs-block .col-right{
    width: 530px;
    float: left;
    padding: 0 0 0 45px;
}
.tabs-service .tabs div.tabs-block h3{
    font-family: 'ElectroluxSansSemibold', Arial;
    font-size: 21px;
    color: #fff;
    margin-bottom: 18px;
    line-height: 1.3;
    width: 95%;
}
.tabs-service .tabs div.tabs-block .description{
    font-family: 'ElectroluxSans', Arial;
    font-size: 15px;
    color: #fff;
    line-height: 1.6;
    width: 500px;
}
.tabs-service .tabs div.tabs-block .bottom-text{
    font-family: 'ElectroluxSans', Arial;
    font-size: 14px;
    line-height: 1.5;
    color: #91A1C3;
    position: absolute;
    width: 500px;
    bottom: 40px;
}
.tabs-service .tabs div.tabs-block .bottom-text:before{
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background: #E65E4E;
    box-shadow: 0 0 0 4px rgba(230, 94, 78, 0.5);
    border-radius: 100%;
    position: absolute;
    top: -25px;
    left: 4px;
}
/*----/tabs----*/

/*----accordion-prices----*/
.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-family: 'Raleway-Regular', Arial, sans-serif;
    font-size: 25px;
    color: #2f2f2f;
    padding: 25px 0 25px 25px;
    display: block;
    background: url(/wp-content/themes/electrolux/images/accordion-control-right.png) no-repeat left center;
}
.accordion-prices a.title.accordion__active-elem{
    background: url(/wp-content/themes/electrolux/images/accordion-control-down.png) no-repeat left center;
}

.accordion-prices .accordion__parent-li_text li{

}
.accordion-prices .info-blocks{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 15px;
}
.accordion-prices .info-blocks .col{
    width: 356px;
    height: 180px;
    padding: 30px;
}
.accordion-prices .info-blocks h3{
    font-family: 'Raleway-Regular', Arial, sans-serif;
    font-size: 25px;
    color: #fff;
    margin-bottom: 15px;
}
.accordion-prices .info-blocks .sub-text{
    font-family: 'GothaProReg', Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #dc9a9a;
}
.accordion-prices .info-blocks .col.diagnos .sub-text{
    color: #9f9f9f;
}
.accordion-prices .info-blocks .col.master{
    background: url(/wp-content/themes/electrolux/images/accordion-prices-inner-bg-master.jpg) no-repeat;
}
.accordion-prices .info-blocks .col.diagnos{
    background: url(/wp-content/themes/electrolux/images/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;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
}
.accordion-prices .rows a.row.tr:first-child{
    border-top: none;
}
.accordion-prices .rows a.row.tr:hover{
    border-top: 1px solid #f9cbdf;
}
.accordion-prices .rows a.row.tr:hover+ .row.tr{
    border-top: 1px solid #f9cbdf;
}
.accordion-prices .rows a.row.tr:hover .col-services{
    color: #d80546;
}
.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(/wp-content/themes/electrolux/images/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-family: 'GothaProBol', Arial, sans-serif;
    font-size: 13px;
    color: #2f2f2f;
    text-transform:uppercase;
    line-height: 1;
}
.accordion-prices .col-services{
    float: left;
    width: 35%;
    padding-right: 15px;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    position: relative;
    min-height: 1px;
}
.accordion-prices .row.tr .col-services{
    font-family: 'Raleway-Regular', Arial, sans-serif;
    font-size: 21px;
    color: #2f2f2f;
}
.accordion-prices .col-doing{
    float: left;
    width: 45%;
    font-family: 'GothaProReg', Arial, sans-serif;
    font-size: 14px;
    color: #9f9f9f;
    line-height: 22px;
    padding-right: 15px;
    min-height: 1px;
}
.accordion-prices .col-price{
    float: left;
    width: 20%;
    font-family: 'GothaProBol', Arial, sans-serif;
    font-size: 14px;
    color: #a50034;
    line-height: 22px;
    text-align: center;
    min-height: 1px;
}
/*----/accordion-prices----*/

/*----place-an-order-form----*/
.place-an-order-form{
    padding: 75px 0;
    text-align: center;
}
.place-an-order-form h2{
    font-family: 'Raleway-Regular', Arial, sans-serif;
    font-size: 42px;
    color: #2f2f2f;
    margin-bottom: 15px;
}
.place-an-order-form .sub-text{
    font-family: 'GothaProReg', Arial, sans-serif;
    font-size: 16px;
    color: #2f2f2f;
    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-family: 'GothaProReg', Arial, sans-serif;
    font-size: 13px;
    color: #2f2f2f;
    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-family: 'GothaProReg', Arial, sans-serif;
    font-size: 15px;
    color: #2f2f2f;
    padding-left: 20px;
    vertical-align: middle;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
}
.place-an-order-form form .submit{
    height: 40px;
}
/*----/place-an-order-form----*/

/*--slider-catalog-tabs--*/
.slider-catalog-tabs{
    padding: 75px 0 0 0;
    border-top: 1px solid #E2E5EE;
}
.contacts .slider-catalog-tabs{
    border-top: none;
}
.slider-catalog-tabs h2{
    font-family: 'ElectroluxSansSemibold', Arial;
    font-size: 30px;
    text-align: center;
    line-height: 1;
    margin-bottom: 35px;
    color: #0B1D39;
}
.slider-catalog-tabs .ionTabs__head{
    display: flex;
    justify-content: center;
}
.slider-catalog-tabs .ionTabs__head li{
    font-family: 'ElectroluxSans', Arial;
    font-size: 15px;
    line-height: 1;
    color: #0B1D39;
    padding: 12px 20px 13px 20px;
    transition: all ease 0.2s;
}
.slider-catalog-tabs .ionTabs__head li:hover{
    color: #7b8a9c;
}
.slider-catalog-tabs .ionTabs__head li.ionTabs__tab_state_active{
    font-family: 'ElectroluxSansSemibold', Arial;
    background: #1b4475;
    color: #fff;
}
.slider-catalog-tabs .ionTabs__head li.ionTabs__tab_state_active span{
    border-bottom: none;
}
.slider-catalog-tabs .ionTabs__head li span{
    line-height: 1.2;
    display: inline-block;
    border-bottom: 1px dotted #0B1D39;
    cursor: pointer;
}
.slider-catalog-tabs .ionTabs__head li:not(.ionTabs__tab_state_active):hover span{
    border-bottom: 1px dotted #7b8a9c;
}
.slider-catalog-tabs .ionTabs__body li{
    text-align: center;
    outline: none;
}
.slider-catalog-tabs .ionTabs__body .columns{
    display: flex;
    justify-content: space-between;
    padding: 35px 0 0 0;
}
.slider-catalog-tabs .ionTabs__body .columns.dryer,
.slider-catalog-tabs .ionTabs__body .columns.oven,
.slider-catalog-tabs .ionTabs__body .columns.hob{
    justify-content: center;
}
.slider-catalog-tabs .ionTabs__body .col{
    display: block;
    width: 315px;
    text-align: center;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
}
.slider-catalog-tabs .ionTabs__body .columns.dryer .col,
.slider-catalog-tabs .ionTabs__body .columns.oven .col,
.slider-catalog-tabs .ionTabs__body .columns.hob .col{
    margin: 0 15px;
}
.slider-catalog-tabs .ionTabs__body .col:hover{
    border: 1px solid #c6c6c6;
}
.slider-catalog-tabs .ionTabs__body .col:hover .title{
    color: #7b8a9c;
}
.slider-catalog-tabs .ionTabs__body .title{
    font-family: 'ElectroluxSansSemibold', Arial;
    font-size: 16px;
    color: #0B1D39;
    line-height: 1.3;
    display: block;
    margin: 0 0 16px 0;
    height: 45px;
    letter-spacing: 0.4px;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    padding: 0 25px;
}
.slider-catalog-tabs .ionTabs__body .title span:after{
    content: '';
    display: inline-block;
    position: absolute;
    width: 5px;
    height: 9px;
    background: url(/wp-content/themes/electrolux/images/ico-right-tabs.png) no-repeat;
    margin: 7px 0 0 7px;
}
.slider-catalog-tabs .ionTabs__body .img-box{
    margin: 0 0 18px 0;
}
.slider-catalog-tabs .ionTabs__body .img-box img{
    margin: auto;
}
.slider-catalog-tabs .ionTabs__body .description{
    font-family: 'ElectroluxSans', Arial;
    font-size: 14px;
    color: #AAAAAA;
    line-height: 1.4;
    padding: 0 30px 0 30px;
    height: 58px;
}
.slider-catalog .slick-list{
    width: 1110px;
    min-height: 1px;
}
.form-expert{
    height: 190px;
    border: 4px solid #1b4475;
    padding: 0 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 75px 0 0 0;
}
.form-expert .col-left{
    width: 32%;
}
.form-expert .col-left .title{
    font-family: 'ElectroluxSansSemibold', Arial;
    font-size: 21px;
    color: #0B1D39;
    margin: 0 0 12px 0;
}
.form-expert .col-left .subtext{
    font-family: 'ElectroluxSans', Arial;
    font-size: 15px;
    color: #0B1D39;
    line-height: 1.6;
}
.form-expert .col-center{
    width: 35%;
    position: relative;
}
.form-expert .col-center .over-text{
    font-family: 'ElectroluxSansLight', Arial;
    font-size: 16px;
    color: #0B1D39;
    margin: 0 0 6px 0;
}
.form-expert .col-center .input{
    font-family: 'ElectroluxSans', Arial;
    font-size: 15px;
    color: #0B1D39;
    width: 200px;
    height: 46px;
    border: 1px solid #E2E5EE;
    border-radius: 4px;
    padding: 0 0 0 20px;
    margin: 0 2px 0 0;
    vertical-align: bottom;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{
    color: #AAAAAA;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder{
    color: #AAAAAA;
}
input::placeholder,
textarea::placeholder{
    color: #AAAAAA;
}

.form-expert .col-center .submit{
    vertical-align: bottom;
}
.form-expert .col-center .politic{
    font-family: 'ElectroluxSans', Arial;
    font-size: 12px;
    color: #AAAAAA;
    line-height: 1.6;
    margin: 12px 0 0 0;
}
.form-expert .col-center .politic a{
    color: #E65E4E;
    line-height: 1;
    display: inline-block;
    transition: all ease 0.2s;
}
.form-expert .col-center .politic a:hover{
    color: #7b8a9c;
}
.form-expert .col-right{
    width: 25%;
    text-align: right;
}
.form-expert .col-right .phone-callback{
    margin: 0 0 10px 0;
}
.form-expert .col-right .phone-callback .small{
    font-family: 'ElectroluxSans', Arial;
    font-size: 17px;
    color: #AAAAAA;
    display: inline-block;
    position: relative;
    bottom: 2px;
}
.form-expert .col-right .phone-callback .big{
    font-family: 'ElectroluxSansSemibold', Arial;
    font-size: 35px;
    color: #0B1D39;
    transition: all ease 0.2s;
}
.form-expert .col-right .phone-callback .big:hover{
    color: #7b8a9c;
}
.form-expert .col-right .subtext{
    font-family: 'ElectroluxSans', Arial;
    font-size: 14px;
    color: #0B1D39;
    line-height: 1.5;
}
.blocks{
    background-color: #F6F5F5;
    margin-top: 80px;
    padding: 80px 0;
}
.blocks .container{
    display: flex;
    justify-content: space-between;
}
.blocks .blocks-item{
    padding: 0 60px 0 60px;
    width: 540px;
    height: 286px;
    display: flex;
    align-items: center;
}
.blocks .blocks-item:nth-child(1){
    background: #1b4475;
}
.blocks .blocks-item:nth-child(2){
    background: url(/wp-content/themes/electrolux/images/bg-blocks-wasger.png) no-repeat top right #E2E5EE;
}
.blocks .blocks-item h3{
    font-family: 'ElectroluxSansSemibold', Arial;
    font-size: 30px;
    color: #fff;
    line-height: 1.2;
    margin: 0 0 25px 0;
}
.blocks .blocks-item:nth-child(2) h3{
    color: #0B1D39;
}
.blocks .blocks-item ul{

}
.blocks .blocks-item ul li{
    font-family: 'ElectroluxSans', Arial;
    font-size: 18px;
    color: #fff;
    line-height: 1.5;
    background: url(/wp-content/themes/electrolux/images/check.png) no-repeat 0 7px;
    padding-left: 26px;
    margin: 0 0 15px 0;
}
.blocks .blocks-item ul li:last-child{
    margin: 0;
}
.blocks .blocks-item p{
    font-family: 'ElectroluxSans', Arial;
    font-size: 15px;
    color: #0B1D39;
    line-height: 1.6;
}

/*----feedback----*/
.reviews__item{
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.reviews__item-name{
    font-family: 'Raleway-Regular', Arial, sans-serif;
    font-size: 18px;
    color: #a50034;
    margin-bottom: 10px;
    position: relative;
}
.reviews__item-name span{
    font-family: 'GothaProReg', Arial, sans-serif;
    font-size: 13px;
    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-family: 'GothaProBol', Arial, sans-serif;
    font-size: 14px;
    color: #fff;
}
.reviews__item-message{
    font-family: 'GothaProReg', Arial, sans-serif;
    font-size: 14px;
    color: #2f2f2f;
    line-height: 24px;
}
/*----/feedback----*/

/*----politic----*/
.politic h1{
    font-family: 'ElectroluxSansSemibold', Arial;
    font-size: 40px;
    color: #0B1D39;
    line-height: 1;
    margin: 70px 0 20px 0;
}
.politic-content{
    padding: 0 0 40px 0;
}
.politic-content p{
    font-family: 'ElectroluxSans', Arial;
    font-size: 15px;
    color: #0B1D39;
    line-height: 1.6;
    margin: 18px 0 18px 0;
}
.politic-content p .link{
    white-space: nowrap;
}
.politic-content h2{
    font-family: 'ElectroluxSansSemibold', Arial;
    font-size: 30px;
    color: #0B1D39;
    line-height: 1.2;
    margin: 55px 0 20px 0;
}
.politic-content ul{
    margin: 18px 0 18px 0;
}
.politic-content ul li{
    font-family: 'ElectroluxSans', Arial;
    font-size: 15px;
    color: #0B1D39;
    line-height: 1.2;
    margin-bottom: 15px;
    padding-left: 14px;
    position: relative;
}
.politic-content ul li:before{
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    position: absolute;
    background: #46CBD2;
    border-radius: 100%;
    left: 0;
    margin-top: 8px;
}
/*----/politic----*/

/*----error page----*/
.error-message{
    text-align: center;
    padding: 80px 0;
}
.error-message h1{
    font-family: 'ElectroluxSansSemibold', Arial;
    font-size: 40px;
    color: #0B1D39;
    line-height: 1.2;
    margin: 0 0 20px 0;
}
.error-message .subtext{
    font-family: 'ElectroluxSans', Arial;
    font-size: 18px;
    color: #0B1D39;
    line-height: 1.5;
    margin: 0 0 25px 0;
}
.error-message .subtext .link-main{
    color: #e65e4e;
}
.error-message .btn-group .master{
    margin-right: 2px;
}
/*----/error page----*/

/*----footer-----*/
footer .line-color .col{
    height: 15px;
}
footer .line-title{
    background: #0B1D39;
}
footer .line-title .container{
    display: flex;
    align-items: center;
    height: 94px;
}
footer .line-title img:not(.btn-to-top){
    margin-right: 30px;
}
footer .line-title h3{
    font-family: 'ElectroluxSans', Arial;
    font-size: 18px;
    color: #fff;
    margin-right: 30px;
}
footer .btn-to-top{
    margin-left: auto;
    cursor: pointer;
    width: 34px;
    height: 34px;
    background: url(/wp-content/themes/electrolux/images/up-arrow-footer.png) no-repeat center center;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    border-radius: 4px;
    border: 1px solid #fff;
}
footer .btn-to-top:hover{
    background: url(/wp-content/themes/electrolux/images/up-arrow-footer-hover.png) no-repeat center center #fff;
}

footer .line-links{
    background: #0B1D39;
}
footer .bottom-menu{
    padding: 35px 0 55px 0;
    display:flex;
    justify-content: space-between;
}
footer .bottom-menu .col-left{
    width: 69%;
    display: flex;
    justify-content: space-between;
}
footer .bottom-menu .col-left .col:nth-child(2){
    margin: 0 10px 0 0;
}
footer .bottom-menu .col-left .col .title{
    font-family: 'ElectroluxSansSemibold', Arial;
    font-size: 16px;
    color: #fff;
    line-height: 1;
    margin-bottom: 26px;
}
footer .bottom-menu .col-left .col .menu{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 240px;
    padding-left: 0;
}
footer .bottom-menu .col-left .col .menu li{
    width: 175px;
}
footer .bottom-menu .col-left .col .menu li:nth-child(2n){
    width: 140px;
}
footer .bottom-menu .col-left .col ul li a{
    font-family: 'ElectroluxSans', Arial;
    font-size: 14px;
    color: #E2E5EE;
    margin-bottom: 18px;
    display: block;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
}
footer .bottom-menu .col-left .col ul li a:hover{
    color: #CAD7EB;
}
footer .bottom-menu .col-left .col ul li span{
    font-family: 'ElectroluxSans', Arial;
    font-size: 14px;
    color: #fff;
    margin-bottom: 20px;
    display: block;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
}
footer .bottom-menu .col-right{
    width: 30%;
    text-align: right;
}
footer .phone-callback{
    font-family: 'GothaProBol', Arial, sans-serif;
    font-size: 35px;
    color: #2f2f2f;
}
footer .phone-callback{
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
}
footer .phone-callback:hover{
    color: #6c6c6c;
}

footer .bottom-menu .col-right .phone .title{
    font-family: 'ElectroluxSans', Arial;
    font-size: 14px;
    color: #AAAAAA;
    margin: 0 0 2px 0;
}
footer .bottom-menu .col-right .phone .small{
    font-family: 'ElectroluxSans', Arial;
    font-size: 17px;
    color: #AAAAAA;
    display: inline-block;
    position: relative;
    bottom: -22px;
    right: 10px;
}
footer .bottom-menu .col-right .phone .big{
    font-family: 'ElectroluxSansSemibold', Arial;
    font-size: 35px;
    color: #46CBD2;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    margin-left: -4px;
}
footer .bottom-menu .col-right .phone:hover .big{
    color: #7b8a9c;
}
footer .bottom-menu .col-right .sub-text{
    font-family: 'ElectroluxSansLight', Arial;
    font-size: 14px;
    color: #fff;
    line-height: 1.5;
    margin: 18px 0 28px 0;
}
footer .bottom-menu .col-right .btn-call-back{
    background: #fff;
}
footer .line-politic{
    background: #1F2E4F;
}
footer .line-politic > .container{
    display: flex;
    align-items: center;
    height: 62px;
}
footer .line-politic .title{
    font-family: 'ElectroluxSansLight', Arial;
    font-size: 15px;
    color: #fff;
    line-height: 1.5;
    margin-right: 20px;
}
footer .line-politic .politic{
    font-family: 'ElectroluxSans', Arial;
    font-size: 14px;
    color: #91A1C3;
    line-height: 1;
    display: block;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
}
footer .line-politic .politic:hover{
    color: #b3c0dc;
}
footer .line-politic .img-box{
    margin-left: auto;
}
.phone-footer{
    font-size: 0;
}
.politic-bottom-info.center{
    font-family: 'Raleway-Regular', Arial, sans-serif;
    font-size: 11px;
    color: #9e9e9e;
    line-height: 16px;
    margin-top: 15px;
    text-align: center;
}
.center-phone {
    display: flex;
    justify-content: end;
}
.politic-bottom-info.center a{
    text-decoration: underline;
}
div.blocker{
    z-index: 20;
    background: rgba(11, 29, 57, 0.6);
}
div.modal{
    z-index: 30;
    padding: 0;
    max-width: 380px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 40px rgba(106,111,117,0.3);
    box-shadow: 0 0 40px rgba(106,111,117,0.3);
}
div.modal a.close-modal{
    background: url(/wp-content/themes/electrolux/images/ico-modal-close.png) no-repeat center;
    width: 24px;
    height: 24px;
    transition: all ease 0.2s;
    top: 5px;
    right: 5px;
}
.modal a.close-modal:hover{
    background: url(/wp-content/themes/electrolux/images/ico-modal-close-hover.png) no-repeat center;
}
.modal .content{
    padding: 35px 40px;
}
.modal .content .title{
    font-family: 'ElectroluxSansSemibold', Arial;
    font-size: 30px;
    color: #011e41;
    line-height: 1;
    margin: 0 0 20px 0;
}
.modal .content p{
    font-family: 'ElectroluxSans', Arial;
    font-size: 15px;
    color: #011e41;
    line-height: 1.6;
    margin: 0 0 20px 0;
}
.modal .content form label{
    font-family: 'ElectroluxSans', Arial;
    font-size: 14px;
    color: #011e41;
    line-height: 1;
    margin: 0 0 8px 0;
    display: block;
}
.modal .content form input{
    font-family: 'ElectroluxSan', Arial;
    font-size: 15px;
    color: #011e41;
    width: 100%;
    height: 46px;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid #E2E5EE;
    margin: 0 0 5px 0;
    padding: 0 20px;
    transition: all ease 0.2s;
}
.modal .content form input:hover,
.modal .content form textarea:hover{
    border: 1px solid #CFD4E2;
}
.modal .content form textarea{
    font-family: 'ElectroluxSans', Arial;
    font-size: 15px;
    color: #0B1D39;
    width: 100%;
    height: 120px;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid #E2E5EE;
    margin: 0 0 2px 0;
    padding: 15px 20px;
    transition: all ease 0.2s;
    resize: none;
}
.modal .content .close{

}
.modal .content form .btn-line{
    display: flex;
    align-items: center;
    margin: 0 0 15px 0;
}
.modal .content form .btn-line .submit{
    background: #fff;
}
.modal .content form .btn-line .sub-btn{
    font-family: 'ElectroluxSans', Arial;
    font-size: 14px;
    color: #AAAAAA;
    line-height: 1.4;
    margin: 0 0 0 20px;
}
div.personal-data{
    font-family: 'ElectroluxSans', Arial;
    font-size: 12px;
    color: #AAAAAA;
    line-height: 1.5;
    margin: 12px 0 0 0;
}
div.personal-data a{
    color: #E65E4E;
    display: inline-block;
    line-height: 1;
    transition: all ease 0.2s;
}
.personal-data a:hover{
    color: #7b8a9c;
}
.special-info{
    text-align: center;
    background: #46CBD2;
}
.special-info .wrap{
    display: flex;
    height: 83px;
    align-items: center;
    background: url(/wp-content/themes/electrolux/images/master.png) no-repeat bottom right 100px;
    padding: 0 50px 0 100px;
}
.special-info p{
    font-family: 'ElectroluxSans', Arial;
    font-size: 16px;
    color: #fff;
    line-height: 1.5;
    width: 80%;
}
.special-info p span{
    font-family: 'ElectroluxSansSemibold', Arial;
}
.call-widget{
    position: fixed;
    right: 50px;
    bottom: 50px;
    z-index: 3;
    width: 310px;
    height: 90px;
    display: none;
}
.call-widget.active{

}
.call-widget .outline{
    background: rgb(248, 251, 255, 0.25);
    border: 1px solid rgba(210, 213, 242, 0.25);
    border-radius: 2px;
    position: absolute;
    width: 100%;
    height: 100%;
    left: -10px;
    top: -10px;
    animation: call_widget infinite 2s linear;
}
@keyframes call_widget{
    0%{
        background: rgba(255, 248, 250, 0.0);
        border: 1px solid rgba(210, 213, 242, 0.0);
        transform: scale(0.9);
    }
    20%{
        background: rgba(255, 248, 250, 0.25);
        border: 1px solid rgba(210, 213, 242, 0.25);
        transform: scale(1);
    }
    60%{
        background: rgba(255, 248, 250, 0.1);
        border: 1px solid rgba(210, 213, 242, 0.1);
        transform: scale(1.1);

    }
    100%{
        background: rgba(255, 248, 250, 0.0);
        border: 1px solid rgba(210, 213, 242, 0.0);
        transform: scale(1.15);
    }
}
.call-widget .wrap{
    width: 300px;
    height: 70px;
    background: url(/wp-content/themes/electrolux/images/phone.png) no-repeat center left 15px,
    url(/wp-content/themes/electrolux/images/circle.png) no-repeat top left,
    url(/wp-content/themes/electrolux/images/circle2.png) no-repeat top left #1F2E4F;
    border-radius: 2px;
    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(/wp-content/themes/electrolux/images/phone.png) no-repeat center left 15px,
    url(/wp-content/themes/electrolux/images/circle-hover.png) no-repeat top left,
    url(/wp-content/themes/electrolux/images/circle2.png) no-repeat top left #46CBD2;
}
.call-widget .title{
    position: relative;
}
.call-widget .title span{
    font-family: 'ElectroluxSansSemibold',Arial;
    font-size: 13px;
    color: #fff;
}
.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 .subtitle{
    font-family: 'ElectroluxSans',Arial;
    font-weight: 300;
    font-size: 13px;
    color: #fff;
    margin: 5px 0 0 0;
}
.call-widget .logo{
    position: absolute;
    top: 4px;
    right: 4px;
}
/*----/call-widget----*/


@media screen and (max-width:1680px){
    /* .line-top{
        padding: 0 40px;
    } */
}
@media screen and (min-width:1111px){
    nav.main-menu{
        display: block;
    }
    nav.menu.mobile-menu{
        display: none;
    }
    .header-top li a span:nth-child(2){
        display: inline-block;
    }
    .header-top li a span:nth-child(3){
        display: none;
    }
}
@media screen and (max-width:1110px){
    .btn-bg {
        height: 46px;
        line-height: 45px;
        padding: 0 20px 1px 20px;
        font-family: 'ElectroluxSans',Arial;
        font-size: 17px;
        text-align: center;
        border-radius: 4px;
        cursor: pointer;
        display: inline-block;
        transition: all ease 0.2s;
        white-space: nowrap;
    }
    .menu-main {
        border-bottom: 1px solid #D9D9D9;
        margin-bottom: 10px;
    }
    .btn-bg-dark {
        background: #0B1D39;
    }
    .header-top li:nth-child(n) {
        margin:0;
        display:none;
    }
    .line-top .phone .big{
        font-size: 24px;
    }    
    .line-top .phone .small {
        margin-top: 5px;
        font-size: 24px;
        color: #AAAAAA;
        font-weight: bold;
    }
    .line-top .phone .sub-text{
        display: none;
    }
    .container{
        min-width: inherit;
        width: inherit;
    }
    .header-top{
        min-width: inherit;
    }
    .line-top{
        min-width: inherit;
    }
    .slider-index{
        min-width: inherit;
    }
    .slider-catalog .slick-list{
        min-width: inherit;
    }
    .special-info .wrap{
        display: block;
        height: auto;
        background: url(/wp-content/themes/electrolux/images/master-m.png) no-repeat bottom -10px right -50px;
        padding: 15px 80px 15px 15px;
    }
    .special-info p {
        font-family: 'ElectroluxSans',Arial;
        font-size: 16px;
        color: #fff;
        line-height: 1.5;
        width: auto;
        text-align: left;
    }
    .header-top li:nth-child(n)
    {
        margin:0;
        width: 50%;
        margin-right: 1px;
    }
    .header-top li a {
        text-align: center;
        padding: 0;
    }
    .header-top li a span:nth-child(2){
        display: none;
    }
    .header-top li a span:nth-child(3){
        display: inline-block;
    }

    .line-top{
        display: block;
        text-align: center;
        height: auto;
        padding: 18px 0 35px 0;
        position: relative;
        z-index: 21;

    }
    .line-top .col-left {
        display: flex;
        justify-content: space-between;
        margin-left: 18px;
        margin-right: 11px;
    }
    .line-top .col-left .logo {
        display: block;
        margin: 0 0 18px 0;
    }
    .line-top .col-left .logo-text{
        width: inherit;
        font-family: 'ElectroluxSansLight';
        font-size: 12px;
        color: #0B1D39;
        line-height: 1.4;
        display: block;
        margin: 0 0 18px 0;
        text-align: left;
    }
    .line-top .phone{
        width: inherit;
        display: flex;
        justify-content: space-between;
        margin-left: 18px;
        margin-right: 11px;
    }
    .phone-callback {
        display: flex;
        align-items: center;
    }
    nav.main-menu{
        display: none;
    }
    nav.menu.mobile-menu{
        display: block;
    }
    .menu-overlay {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(11, 29, 57, .6);
        z-index: 20;
        display: none
    }

    nav.menu {
        z-index: 21
    }
    
    .master_hide {
        display: none;
    }

    .menu-main-btn {
        font-family: 'ElectroluxSans', Arial;
        font-size: 17px;
        color: #0B1D39;
        position: relative;
        padding: 0 15px;
        text-align: center;
        height: 52px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #fff;
        z-index: 22
    }

    .menu-main-btn .hamburger {
        display: inline-block;
        width: 32px;
        height: 26px;
    }

    .menu-wrap {
        background: #fff;
        position: absolute;
        z-index: 5;
        width: 100%;
        top: 90%;
        left: 0px;
        display: none
    }
    .menu-main li {
        text-align: left;
    }
    .menu-sub li {
        display: flex;
        justify-content: space-between;
    }
    .menu-main li a {
        font-family: 'ElectroluxSans', Arial;
        font-size: 18px;
        font-style: normal;
        font-weight: 350;
        color: #0B1D39;
        line-height: 1.5;
        padding: 0px 5px 10px 0px;
        display: block
    }

    .menu-sub {
        padding: 40px 37px 48px 27px;
    }

    .menu-sub li {
        margin: 0 0 19px 0
    }

    .menu-sub li:last-child {
        margin: 0
    }

    .menu-sub a {
        font-family: 'ElectroluxSans', Arial;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        color: #0B1D39
    }

    .menu-fixed {
        display: none;
        position: fixed;
        top: 0;
        width: 100%;
        background: #fff;
        border-bottom: 2px solid #eae8e6;
        z-index: 21;
        text-align: center;
        padding: 10px 0 10px 0
    }

    .menu-fixed .subtext {
        font-family: 'ElectroluxSans', Arial;
        font-size: 16px;
        color: #B7B7B7;
        line-height: 1;
        margin: 0 0 2px 0
    }

    .menu-fixed .phone-callback {
        display: block
    }

    .menu-fixed .phone-callback .small {
        font-family: 'ElectroluxSans', Arial;
        font-size: 15px;
        color: #9F9F9F;
        display: inline-block;
        position: relative;
        bottom: 2px;
        left: -1px
    }

    .menu-fixed .phone-callback .big {
        font-family: 'ElectroluxSansSemibold', Arial;
        font-size: 30px;
        color: #2F2F2F;
        transition: all ease 0.2s
    }

    .menu-fixed .time {
        font-family: 'ElectroluxSans', Arial;
        font-size: 16px;
        color: #B7B7B7;
        line-height: 1;
        margin: 5px 0 0 0
    }
    
    .menu-fixed .columns{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 15px;
    }
    .menu-fixed .logo{
        
    }
    .menu-fixed .hamb{
        width: 40px;
        height: 40px;
        background: url(/wp-content/themes/electrolux/images/hamburger-menu.svg) no-repeat center;
        background-size: 40px;
        transition: all ease 0.2s;
    }
    .menu-fixed .hamb.active{
        background: url(/wp-content/themes/electrolux/images/ico-hamburger-close.png) no-repeat center;
    }
    
    main article.head-banner{
        height: auto;
        background-position: left top;
        padding: 40px 15px 40px 15px;
        background-size: cover;
    }
    
/*     .index article.head-banner{
        background-image: url(/wp-content/themes/electrolux/images/bg-washer.jpg);
    }
    .washer article.head-banner{
        background-image: url(/wp-content/themes/electrolux/images/bg-washer.jpg);
    }
    .dishwasher article.head-banner{
        background-image: url(/wp-content/themes/electrolux/images/bg-dishwasher.jpg);
    }
    .fridge article.head-banner{
        background-image: url(/wp-content/themes/electrolux/images/bg-fridge.jpg);
    }
    .dryer article.head-banner{
        background-image: url(/wp-content/themes/electrolux/images/bg-dryer.jpg);
    }
    .appliances article.head-banner{
        background-image: url(/wp-content/themes/electrolux/images/bg-appliances.jpg);
    }
    .oven article.head-banner{
        background-image: url(/wp-content/themes/electrolux/images/bg-oven.jpg);
    }
    .hob article.head-banner{
        background-image: url(/wp-content/themes/electrolux/images/bg-hob.jpg);
    }
    .electric-stove article.head-banner{
        background-image: url(/wp-content/themes/electrolux/images/bg-electric-stove.jpg);
    }
    .gas-heater article.head-banner{
        background-image: url(/wp-content/themes/electrolux/images/bg-gas-heater.jpg);
    }
    .extractor-fan article.head-banner{
        background-image: url(/wp-content/themes/electrolux/images/bg-extractor-fan.jpg);
    }
    .air-conditioner article.head-banner{
        background-image: url(/wp-content/themes/electrolux/images/bg-air-conditioner.jpg);
    }
    .coffee-machine article.head-banner{
        background-image: url(/wp-content/themes/electrolux/images/bg-coffee-machine.jpg);
    }
    .other article.head-banner{
        background-image: url(/wp-content/themes/electrolux/images/bg-other.jpg);
    }
    .vacuum article.head-banner {
        background-image: url("/wp-content/themes/electrolux/images/bg-vacuum.jpg");
    } */
    
    article.head-banner .text{
        width: inherit;
        box-sizing: border-box;
        padding: 35px 30px 35px 30px;
    }
    article.head-banner .text h1{
        font-size: 27px;
        line-height: 1.2;
        margin-bottom: 12px;
    }
    article.head-banner .text p{
        font-size: 15px;
    }
    article.head-banner .bottom-line{
        flex-direction: column;
    }
    article.head-banner .bottom-line .btn-call-back.btn-bg{
        width: 100%;
        text-align: center;
    }
    article.head-banner .bottom-line .sub-text{
        font-family: 'ElectroluxSans',Arial;
        font-size: 14px;
        color: #AAA;
        text-align: center;
        margin: 12px 0 0 0;
    }
    .model article.head-banner .text > .col-left{
        padding: 35px 30px 35px 30px;
        width: 100%;
    }
    .model article.head-banner .text > .col-right{
        display: none;
    }
    
    .slider-index .services-list .col-slides{
        width: calc(100% - 30px);
        margin: 0 15px;

    }
    .slider-services.slider-services-js{
        width: 100%;
        margin: 10px 0 0 0;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .services-list .col {
        display: block;
        text-align: center;
        background-color: #F6F5F5;
        color: #0B1D39;
        padding: 25px 10px 20px 10px;
        margin: 0 0 10px 0;
        -webkit-transition: all ease 0.2s;
        transition: all ease 0.2s;
        width: calc(50% - 5px);
    }
    .services-list .col .img-box img{
        max-width: 100%;
    }
    .services-list .col-nav {
        display: none;
    }
    .repair-central-service .container:nth-child(n){
        display: block;
        padding: 0;
    }
    .repair-central-service .col-left{
        padding: 35px 15px 20px 15px;
        width: 100%;
    }
    .repair-central-service .items{
        margin: 30px auto;
        max-width: 800px;
    }
    .repair-central-service .items .col:nth-child(n),.line .col:nth-child(n){
        width: 100%;
        margin-left: 15px;
        margin-bottom: 18px;
    }

    .repair-central-service .items .col .subtext{
        width: fit-content;
    }
    .repair-central-service .items .col br, .line .col br {
        display: none;
    }
    .repair-central-service .col-right {
        width: calc(100% - 30px);
        text-align: center;
        margin: 0 15px;
    }
    .repair-central-service .container .col-right img {
        width: 100%;
        max-width: 100%;
        height: auto;
        aspect-ratio: attr(width) / attr(height);
    }

    .slider-catalog-tabs{
        padding: 35px 0 0 0;
        border-top: 1px solid #E2E5EE;
    }
    .slider-catalog-tabs h2 {
        font-size: 22px;
        line-height: 1.2;
        margin-bottom: 22px;
    }
    .slider-catalog-tabs .ionTabs__head {
        display: flex;
        justify-content: flex-start;
        margin: 0 0 0 15px;
        overflow-x: scroll;
        -ms-overflow-style: none;
    }
    .slider-catalog-tabs .ionTabs__head li {
        font-family: 'ElectroluxSans',Arial;
        font-size: 15px;
        line-height: 1;
        color: #0B1D39;
        padding: 12px 15px 13px 15px;
        white-space: nowrap;
        transition: all ease 0.2s;
    }
    .slider-catalog-tabs .ionTabs__head li.ionTabs__tab_state_active {
        font-family: 'ElectroluxSansSemibold',Arial;
        color: #fff;
        padding: 12px 20px 13px 20px;
    }
    .slider-catalog-tabs .ionTabs__head li.ionTabs__tab_state_active span {
        border-bottom: none;
    }
    .slider-catalog-tabs .ionTabs__body .columns {
        display: flex;
        justify-content: space-between;
        padding: 0 15px 20px 15px;
        flex-direction: column;
    }
    .slider-catalog-tabs .ionTabs__body .col{
        width: 100%;
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
        padding: 25px 0 25px 0;
        border-bottom: 1px solid #F0F0F0;
    }
    .slider-catalog-tabs .ionTabs__body .col:last-child {
        border: none;
    }
    .slider-catalog-tabs .ionTabs__body .title{
        font-size: 15px;
        float: right;
        width: calc(100% - 80px);
        text-align: left;
        padding: 0;
        display: flex;
        align-items: center;
        margin: 0;
    }
    .slider-catalog-tabs .ionTabs__body .img-box {
        width: 80px;
        flex-shrink: 0;
        margin: 0 0 0 -15px;
    }
    .slider-catalog-tabs .ionTabs__body .img-box img {
        display: block;
        margin: auto;
        max-height: 60px;
        max-width: 75px;
    }
    .slider-catalog-tabs .ionTabs__body .description{
        display: none;
    }

    .slider-catalog-tabs .ionTabs__body .title span:after{
        display: none;
    }
    
    .form-expert-wrap {
        padding: 0 15px;
        margin: 0 0 40px 0;
    }
    .form-expert{
        flex-direction: column;
        height: auto;
        padding: 35px 25px 35px 25px;
        margin: 0;
    }
    .form-expert .col-left{
        width: 100%;
        text-align: center;
    }
    .form-expert .col-left .title {
        font-family: 'ElectroluxSansSemibold',Arial;
        font-size: 20px;
        color: #0B1D39;
        margin: 0 0 15px 0;
    }
    .form-expert .subtext{
        font-family: 'ElectroluxSans',Arial;
        font-size: 15px;
        color: #0B1D39;
        line-height: 1.6;
        margin: 0 0 20px 0;
    }
    .form-expert .col-center{
        width: 100%;
    }
    .form-expert .col-center .input {
        font-family: 'ElectroluxSans',Arial;
        font-size: 15px;
        color: #0B1D39;
        width: 100%;
        height: 46px;
        border: 1px solid #E2E5EE;
        border-radius: 4px;
        padding: 0 0 1px 20px;
        margin: 0 0 5px 0;
        vertical-align: bottom;
    }
    .form-expert .col-center .submit{
        vertical-align: bottom;
        width: 100%;
    }
    .form-expert .col-center .politic{
        font-family: 'ElectroluxSans',Arial;
        font-size: 11px;
        color: #AAA;
        line-height: 1.5;
        margin: 12px 0 0 0;
    }
    .form-expert .col-right{
        display: none;

    }
    .blocks{
        display: none;
    }
    footer .line-title{
        padding: 40px 15px 0 15px;
    }
    footer .line-title .container{
        flex-direction: column;
        text-align: center;
    }
    footer .btn-to-top{
        display: none;
    }
    footer .bottom-menu .col-left{
        display: none;
    }
    footer .bottom-menu .col-right{
        width: 100%;
        text-align: center;
    }
    footer .bottom-menu .col-right .phone .title{
        display: none;
    }
    footer .bottom-menu .col-right .sub-text{
        display: none;
    }
    footer .bottom-menu .col-right .btn-call-back{
        margin: 0 auto;
        float: none;
        width: 80%;
        margin-top: 25px;
    }
    footer .line-politic{
        padding: 35px 15px 35px 15px;
        text-align: center;
    }
    footer .line-politic > .container{
        flex-direction: column;
        height: auto;
    }
    footer .line-politic .title{
        margin: 0;
        margin-bottom: 15px;
    }
    footer .line-politic .img-box{
        display: none;
    }
    .modal .content form .btn-line .submit{
        margin: 0 auto;
    }
    .modal .content form .btn-line .sub-btn{
        display: none;
    }
    #order.modal{
        width: 100%;
    }

    /*******washer ****/
    .breadcrumbs{
        display: none;
    }

    .equipment article.head-banner .text{
        width: inherit;
    }

    .about-advantages{
        margin-bottom: 35px;
    }
    .about-advantages .line {
        width: 100%;
        flex-direction: column;
        margin: 30px auto;
        max-width: 800px;
    }
    .about-advantages .col:nth-child(n){
        width: auto;
    }
    .about-advantages .col:last-child {
        margin-bottom: 0;
    }
    .about-advantages .col .title{
        margin-bottom: 8px;
    }
    
    article.failures_table {
        padding: 0 15px;
    }
    .failures_table .line-title {
        display: block;
        margin: 0 0 20px 0;
    }
    .failures_table .line-title h2{
        font-size: 22px;
        line-height: 1.2;
        margin: 0 0 12px 0;
        display: inline-block;
    }
    .failures_table .line-title .subtext{
        font-family: 'ElectroluxSans',Arial;
        font-size: 15px;
        color: #46CBD2;
        line-height: 1.2;
        margin: 4px 0 5px 0;
        display: inline-block;
    }
    .failures_table__col {
        width: 100%;
        padding: 20px 25px 40px 25px;
        min-height: 165px;
        height: inherit;
    }
    .failures_table__col_title {
        margin: 0 0 6px 0;
        font-size: 16px;
    }
    .failures_table__col_desc {
        font-size: 12px;
        line-height: 1.5;
    }
    .failures_table__col_price {
        font-size: 16px;
        letter-spacing: .6px;
        text-transform: lowercase;

    }

    .failures-estimated-cost.consultation{
        margin: 35px 0 40px 0;
    }
    .failures-estimated-cost .columns{
        flex-direction: column;
        text-align: center;
    }
    .failures-estimated-cost .col-left,.failures-estimated-cost .col-right,.appliances .failures-estimated-cost .col-left,.appliances .failures-estimated-cost .col-right, .failures .failures-estimated-cost .col-left,.failures .failures-estimated-cost .col-right {
        width: 100%;
        padding: 0;
    }
    .failures-estimated-cost .col-left h2{
        font-size: 22px;
        color: #0B1D39;
        margin-bottom: 15px;
    }
    .failures-estimated-cost .col-right .btn-group{
        flex-direction: column;
    }
    .failures-estimated-cost .col-right .phone{
        margin: 0 0 20px 0;
    }
    .failures-estimated-cost .col-right .phone span{
        font-size: 25px;
    }
    a.btn-call-back.btn-bg.btn-bg-dark.question{
        width: 100%;
    }
    .failures-estimated-cost .col-right .btn-group .master{
        margin-right: 0;
        width: 100%;
        margin-bottom: 5px;

    }
    .failures-estimated-cost .col-right:after{
        display: none;
    }
    
    .tabs-service{
        background: url(/wp-content/themes/electrolux/images/tabs_bg.jpg) no-repeat bottom center #0B1D39;
        padding: 35px 0 0 0;
    }
    .tabs-service h2{
        font-family: 'ElectroluxSansSemibold',Arial;
        font-size: 22px;
        color: #fff;
        line-height: 1.2;
        margin-bottom: 22px;
        text-align: center;
        padding: 0 15px;
    }
    .tabs-service .tabs{
        display: block;
    }
    .tabs-service .tabs div.tabs-block h3 {
        font-family: 'ElectroluxSansSemibold',Arial;
        font-size: 20px;
        color: #fff;
        margin-bottom: 15px;
        line-height: 1.3;
    }
    .tabs-service .tabs ul {
        display: flex;
        margin: 0 auto 25px 15px;
        overflow-x: scroll;
        -ms-overflow-style: none;
    }
    .tabs-service .tabs ul li{
        margin: 0 15px 0 0;
        padding: 13px 0;
        white-space: nowrap;
    }
    .tabs-service .tabs div.tabs-block .col-left,.tabs-service .tabs div.tabs-block .bottom-text{
        display: none;
    }
    .tabs-service .tabs div.tabs-block .col-right .icon{
        width: 68px;
        height: 68px;
        background: #fff;
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
    }
    .tabs-service .tabs div.tabs-block .icon img{
        width: 30px;
    }
    .tabs-service .tabs div.tabs-block{
        width: 100%;
        padding: 0 15px;
    }
    .tabs-service .tabs div.tabs-block .col-right{
        width: 100%;
        text-align: center;
        padding: 0 15px;
    }
    .tabs-service .tabs div.tabs-block h3{
        width: 100%;
    }
    .tabs-service .tabs div.tabs-block .description{
        width: 100%;
    }
    .tabs-service .tabs div.tabs-block .img-block{
        text-align: center;
    }
    .tabs-service .tabs div.tabs-block .img-block img {
        margin-top: 35px;
        margin-bottom: -13%;
        max-width: 290px;
    }
    
    .certificates{
        height: auto;
        display: block;
        background-size: cover;
        padding: 35px 0 40px 0;
    }
    .certificates .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 100%;
        flex-direction: column;
    }
    .certificates .col-left{
        width: 100%;
        box-sizing: border-box;
        padding: 0 15px;
        margin: 0;
        text-align: left;
    }
    .certificates .col-left h2 {
        font-family: 'ElectroluxSansSemibold',Arial;
        font-size: 22px;
        color: #0B1D39;
        line-height: 1.2;
        margin-bottom: 15px;
    }
    .certificates .col-right{
        width: 100%;
        box-sizing: border-box;
        padding: 15px 15px 0 15px;
    }
    /* .container .col-right img {
        width: 85px;
    } */
    
    .scheme-of-work{
        padding: 35px 15px 35px 15px;
        max-width: 600px;
    }
    .scheme-of-work h2 {
        font-family: 'ElectroluxSansSemibold',Arial;
        font-size: 22px;
        color: #0B1D39;
        line-height: 1.2;
        text-align: left;
        margin-bottom: 12px;
    }
    .scheme-of-work .description {
        font-family: 'ElectroluxSans',Arial;
        font-size: 15px;
        color: #0B1D39;
        line-height: 1.6;
        text-align: left;
        margin: auto auto 15px auto;
        width: auto;
    }
    .scheme-of-work .steps{
        flex-direction: column;
    }
    .scheme-of-work .steps .col {
        margin: 0 0 18px 0;
        width: 100%;
    }
    .scheme-of-work .steps .col:last-child {
        margin: 0;
    }
    .scheme-of-work .description a{
        white-space: nowrap;
    }
    
    /*
    section.reviews{
        display: none;
    }
    */
    .failures-sale.bt.extractor-fan img.master{
        background-position: top right;
    }
    .failures-sale.bt.air-conditioner img.master{
        background-position: top right;
        background-size: contain;
    }
    section.about-page .head-banner{
        flex-direction: column;
        height: inherit;
        padding: 35px 15px 40px 15px;
    }
    section.about-page .head-banner h1{
        width: 100%;
        font-size: 27px;
        line-height: 1.2;
        margin: 0 0 20px 0;
    }
    section.about-page .head-banner .btn-group{
        width: 100%;
        text-align: center;
    }
    section.about-page .head-banner .btn-call-back.master{
        width: 100%;
        margin: 0 0 10px 0;
    }
    section.about-page .head-banner .btn-call-back.question{
        width: 100%;
        margin: 0;
    }
    section.about-page .about-line-blue{
        background: url(/wp-content/themes/electrolux/images/bg-blue-m.jpg) no-repeat;
        height: inherit;
        padding: 240px 15px 75px 15px;
        max-width: 100%;
        width: 100%;
    }
    section.about-page .about-line-blue h2{
        width: 100%;
        font-size: 20px;
    }
    .about-layer-over .col-left{
        padding: 35px 15px 110px 15px;
        font-family: 'ElectroluxSans',Arial,sans-serif;
        font-size: 15px;
        color: #fff;
        line-height: 1.6;
        background: url(/wp-content/themes/electrolux/images/logo-in-window.png) no-repeat bottom center #0B1D39;
        width: auto;
        float: none;
    }
    .about-layer-over .col-right{

        display: none;
    }
    .about-any-technique{
        padding: 35px 15px 0;
        margin: 0;
    }
    .about-any-technique .col{
        width: 100%;
    }
    .about-any-technique h2{
        font-size: 22px;
        line-height: 1.2;
        margin-bottom: 22px;
    }
    .about .about-advantages{
        padding: 0 15px;
        margin: 40px 0 35px 0;
    }
    .about .about-advantages .line{
        padding: 0;
    }
    .about .about-advantages .container h2{
        font-size: 22px;
        line-height: 1.2;
    }
    .about .about-advantages .col:nth-child(n){
        margin: 0 0 18px;
    }
    .about .we-know.row{
        margin-bottom: 40px;
    }
    .about-brand .we-know .col{
        width: 100%;
        margin: 10px 0;
    }
    .about-brand .we-know .col:nth-child(2){
        display: none;
    }
    .about .slider-about-history li .item{
        flex-direction: column;
    }
    .about .slider-about-history li .item img{
        width: 100%;
    }
    .about .about-brand{
        padding: 45px 15px 40px 15px;
    }
    .about .about-brand h2{
        margin: 0 0 15px 0;
        font-size: 22px;
    }
    .about .about-brand .sub-text {
        font-size: 15px;
        line-height: 1.4;
    }
    .about .slider-about-history li .item p{
        font-size: 15px;
        padding: 35px 30px 35px 30px;
        margin: auto;
        line-height: 1.5;
    }
    .differences-from-others{
        padding: 35px 15px 20px 15px;
    }
    .differences-from-others h2{
        width: auto;
    }
    .differences-from-others .columns {
        align-items: center;
        flex-direction: column;
    }
    .differences-from-others .col-left{
        width: auto;
    }
    .differences-from-others .col-right{
        width: auto;
        margin: 0 -15px;
    }
    .differences-from-others .container .col-right img{
        width: 100%;
        max-width: 100%;
        margin: 0 0 25px 0;
    }
    .differences-from-others .numbers .columns{
        padding: 0;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        padding: 30px 0 0;
    }
    .differences-from-others .numbers .col {
        width: 50%;
        float: left;
        display: block;
        position: relative;
        box-sizing: border-box;
    }
    .about .differences-from-others .numbers .columns .col .number {
        font-size: 42px;
    }
    .differences-from-others .numbers .columns .col .sub-text {
        font-size: 12px;
    }
    .contacts article.head-banner .text{
        width: 100%;
    }
    .contacts .contacts-phone-line > .container{
        flex-direction: column;
        height: auto;
        padding: 35px 15px;
    }
    .contacts-phone-line .col-left{
        width: 100%;
    }
    .contacts-phone-line a.phone{
        font-size: 30px;
        text-align: center;
    }
    .contacts-phone-line .col-right{
        width: 100%;
        text-align: center;
    }
    .contacts-phone-line .col-right .text:before {
        position: relative;
        margin: 20px auto 30px;
    }
    .call-question{
        height: auto;
        padding: 35px 15px;
    }
    .call-question > .container{
        padding: 0;
        flex-direction: column;
        position: relative;
    }
    .call-question .col-left{
        width: 100%;
        text-align: left;
        height: auto;
    }
    .call-question .col-left .title{
        font-size: 22px;
        padding: 0;
    }
    .call-question .col-left .subtext{
        margin: 0 0 20px 0;
    }
    .call-question .col-left .btn-box{
        flex-direction: column;
        position: relative;
    }
    .call-question .col-left .btn-box .btn-call-back{
        width: 100%;
        text-align: center;
        margin: 0 0 12px 0;
    }
    .call-question .col-left .btn-box .subtext-btn{
        font-size: 15px;
        margin: 0 0 35px 0;
        text-align: center;
    }
    .call-question .col-right{
        width: auto;
        height: auto;
        position: relative;
    }
    .call-question .col-right .btn-box{
        position: relative;
        text-align: center;
    }
    .call-question .img-master{
        position: relative;
        left: 0;
        margin: 30px auto -35px;

    }
    .base-text{
        padding: 0 15px;
    }
    .base-text h2{
        margin: 35px 0 20px;
        font-size: 22px;
    }
    main .seo_text{
        margin: 0;
        padding: 35px 15px;
    }

    .failures-sale {
        background: url(/wp-content/themes/electrolux/images/bg-m.jpg) no-repeat top left;
        padding: 60px 25px 0 25px;
        position: relative;
        height: inherit;
        display: flex;
        background-size: cover;
        text-align: center;
        flex-direction: column;
        box-shadow: none;
    }
    .failures-sale:before {
        content: '';
        width: 80px;
        height: 60px;
        position: absolute;
        top: 3px;
        background: url(/wp-content/themes/electrolux/images/skidka10.png) no-repeat;
        background-size: cover;
        left: -11px;
    }
    .failures-sale .title{
        font-family: 'ElectroluxSansSemibold',Arial;
        font-size: 20px;
        color: #0B1D39;
        line-height: 1.3;
        margin: 0 0 8px 0;
        text-align: left;
    }
    .failures-sale .description {
        font-family: 'ElectroluxSans',Arial;
        font-size: 15px;
        color: #7F969E;
        line-height: 1.6;
        text-align: left;
        width: 100%;
    }
    .failures-sale .master {
        background-image: url(/wp-content/themes/electrolux/images/washer.png);
        width: 250px;
        background-size: 140px;
        position: relative;
        background-position: bottom right;
        background-repeat: no-repeat;
        right: inherit;
        margin-top: 15px;
        padding-right: 35px;
        margin-left: -25px;
    }
    .failures-sale form input{
        font-family: 'ElectroluxSans',Arial;
        font-size: 15px;
        color: #0B1D39;
        width: 100%;
        height: 46px;
        border: 1px solid #F0F0F0;
        padding: 0 0 1px 20px;
        margin: 0 0 5px 0;
        vertical-align: bottom;
        border-radius: 4px;
        text-align: left;
    }
    .failures-sale form .submit{
        width: 100%;
        padding: 0 20px 1px 20px;
        background-image: none;
    }

    /*--search-line--*/
    .search-line {
        background: #0B1D39;
        padding: 35px 15px 40px 15px;
        text-align: center;
        height: auto;
    }
    .search-line .container{
        display: block;
    }
    .search-line .title {
        font-family: 'ElectroluxSansSemibold',Arial;
        font-size: 16px;
        color: #fff;
        line-height: 1.4;
        margin: 0 0 20px 0
    }
    .search-line form input.search {
        font-family: 'ElectroluxSans',Arial;
        font-size: 15px;
        color: #0B1D39;
        border-radius: 4px;
        padding: 0 0 1px 50px;
        margin: 0 0 5px 0;
        width: 100%;
        height: 46px;
        background: url(/wp-content/themes/electrolux/images/ico-search.png) no-repeat left 20px center #fff
    }
    .search-line form button.submit {
        vertical-align: top;
        width: 100%
    }
    .search-line .sum {
        display: none
    }
    .search-catalog>.catalog-list {
        padding: 0 15px
    }

    .search-catalog .models-grid-container {
        padding: 0 0 0 0
    }
    .search-catalog .models-grid {
        padding: 40px 0 0 0
    }
    .search-catalog .models-grid .item {
        width: 50%;
        float: left;
        text-align: center;
        display: block;
        margin-bottom: 40px
    }
    .search-catalog .models-grid .item:nth-child(n+10) {
        display: none
    }
    .search-catalog .models-grid .item:hover .title {
        color: #e65e4e
    }
    .search-catalog .models-grid .item .title {
        font-family: 'ElectroluxSansSemibold',Arial;
        font-size: 12px;
        color: #0B1D39;
        line-height: 1.3;
        height: 30px;
        -webkit-transition: all ease 0.2s;
        transition: all ease 0.2s
    }
    .search-catalog .models-grid .item .img-box {
        height: 120px
    }
    .search-catalog .models-grid .item .img-box img {
        display: block;
        margin: auto;
        max-height: 120px;
        max-width: 110px
    }
    .search-catalog .models-more-box {
        text-align: center;
        margin: 0 0 40px 0
    }
    .search-catalog .models-more-box .models-more {
        width: 100%
    }
    .search-catalog .models-more-box .models-more span {
        background-image: url(/wp-content/themes/electrolux/images/ico-more-down.png);
        background-position: right top 11px;
        background-repeat: no-repeat;
        padding-right: 15px
    }
    .search-catalog .models-more-box .models-more.active span {
        background-image: url(/wp-content/themes/electrolux/images/ico-more-up.png)
    }
    .search-catalog .models-list {
        padding: 0 0 35px 0
    }
    .search-catalog .models-list_no_img {
        padding: 40px 0 0 0;
        display: block
    }
    .models-list_hide {
        display: none
    }
    .search-catalog .models-list .model-list-item {
        font-family: 'ElectroluxSans',Arial;
        font-size: 12px;
        color: #0B1D39;
        margin-bottom: 20px;
        width: 50%;
        float: left;
        padding-right: 20px;
        display: block;
        -webkit-transition: all ease 0.2s;
        transition: all ease 0.2s
    }
    .search-catalog .models-list .model-list-item.no-results{
        width: 100%;
    }
    .search-catalog .models-list .model-list-item:nth-child(n+21) {
        display: none
    }
    .search-catalog .models-list .model-list-item span {
        position: relative
    }
    .search-catalog .models-list .model-list-item span:after {
        content: '';
        background: url(/wp-content/themes/electrolux/images/ico-right-tabs-m.png) no-repeat;
        display: inline;
        padding-right: 0;
        width: 4px;
        height: 6px;
        margin: 4px 0 0 5px;
        position: absolute
    }
    .search-catalog .nothing-found {
        padding: 0 0 0 0;
        text-align: center
    }
    .search-catalog .nothing-found .title {
        font-family: 'ElectroluxSansSemibold',Arial;
        font-size: 22px;
        color: #0B1D39;
        margin-bottom: 18px
    }
    .search-catalog .nothing-found .description {
        font-family: 'ElectroluxSans',Arial;
        font-size: 15px;
        color: #0B1D39;
        line-height: 1.6;
        margin-bottom: 20px
    }
    .search-catalog .nothing-found .btn-group .btn-call-back {
        width: 100%
    }
    .search-catalog .nothing-found .btn-group .master {
        margin: 0 0 10px 0
    }
    /*--/search-line--*/

    .call-widget{
        width: 50px;
        height: 50px;
        right: 30px;
        bottom: 30px;
    }
    .call-widget .outline{
        display: none;
    }
    .call-widget .wrap{
        width: 50px;
        height: 50px;
        background: url(/wp-content/themes/electrolux/images/phone.png) no-repeat #EC201F center;
        border-radius: 100%;
        padding: 0;
    }
    .call-widget .wrap:hover{
        background: url(/wp-content/themes/electrolux/images/phone.png) no-repeat #EC201F center;
    }
    .call-widget .text-box{
        display: none;
    }

    /*--modals--*/
    div.blocker {
        z-index: 22;
        background: rgba(11,29,57,.6);
        padding: 15px
    }
    div.modal {
        width: 100%;
        ;z-index: 30;
        padding: 0;
        max-width: 1100%;
        border-radius: 4px;
        -webkit-box-shadow: 0 0 40px rgba(106,111,117,.3);
        box-shadow: 0 0 40px rgba(106,111,117,.3)
    }
    div.modal a.close-modal {
        background: url(/wp-content/themes/electrolux/images/ico-modal-close.png) no-repeat center;
        width: 24px;
        height: 24px;
        transition: all ease 0.2s;
        top: 5px;
        right: 5px
    }
    .modal a.close-modal:hover {
        background: url(/wp-content/themes/electrolux/images/ico-modal-close-hover.png) no-repeat center
    }
    .modal .content {
        padding: 35px 30px
    }
    .modal .content .title {
        font-family: 'ElectroluxSansSemibold',Arial;
        font-size: 22px;
        color: #0B1D39;
        line-height: 1.2;
        margin: 0 0 15px 0
    }
    .modal .content p {
        font-family: 'ElectroluxSans',Arial;
        font-size: 15px;
        color: #0B1D39;
        line-height: 1.6;
        margin: 0 0 20px 0
    }
    .modal .content form label {
        font-family: 'ElectroluxSans',Arial;
        font-size: 14px;
        color: #0B1D39;
        line-height: 1;
        margin: 0 0 8px 0;
        display: block
    }
    .modal .content form input {
        font-family: 'ElectroluxSan',Arial;
        font-size: 15px;
        color: #0B1D39;
        width: 100%;
        height: 46px;
        box-sizing: border-box;
        border-radius: 4px;
        border: 1px solid #E2E5EE;
        margin: 0 0 5px 0;
        padding: 0 20px;
        transition: all ease 0.2s
    }
    .modal .content form textarea {
        font-family: 'ElectroluxSans',Arial;
        font-size: 15px;
        color: #0B1D39;
        width: 100%;
        height: 130px;
        box-sizing: border-box;
        border-radius: 4px;
        border: 1px solid #E2E5EE;
        margin: 0 0 2px 0;
        padding: 15px 20px;
        transition: all ease 0.2s;
        resize: none
    }
    .modal .content .close {
        width: 100%
    }
    .modal .content form .btn-line .submit {
        width: 100%
    }
    .modal .content form .btn-line .sub-btn {
        font-family: 'ElectroluxSans',Arial;
        font-size: 14px;
        color: #AAA;
        line-height: 1.4;
        margin: 0 0 0 20px
    }
    /*--/modals--*/
    
    div.personal-data {
        font-family: 'ElectroluxSans',Arial;
        font-size: 11px;
        color: #AAA;
        line-height: 1.5;
        margin: 10px 0 0 0;
        text-align: center
    }
    div.personal-data a {
        color: #E65E4E;
        display: inline-block;
        line-height: 1;
        transition: all ease 0.2s
    }
    


}

.failures-sale.bt.other {
    margin-bottom: 21px;
}

.clear {
    clear: both;
}

.footer-emailto {
    display: inline-block;
    margin: 5px 0;
    color: #fff;
    font-size: 16px;
    font-family: 'ElectroluxSans', Arial;
    text-decoration: underline;
    transition: all ease 0.2s;
}
.footer-emailto:hover {
    color: #46CBD2;
}
.footer-soc {
    margin-top: 30px;
    max-width: 220px;
    float: right;
}
.footer__soc-name {
    font-family: 'ElectroluxSansLight', Arial;
    font-size: 14px;
    color: #fff;
    line-height: 1.5;
    text-align: right;
}

.footer__soc-list {
    display: flex;
    margin-top: 10px;
    justify-content: flex-end;
}
.footer__soc-item {
    width: 41px;
    height: 26px;
    margin-right: 4px;
}
.footer__soc-icon1 {
    background: url(/wp-content/themes/electrolux/images/soc-icon1.png) no-repeat;
}
.footer__soc-icon2 {
    background: url(/wp-content/themes/electrolux/images/soc-icon2.png) no-repeat;
    width: 42px;
}
.footer__soc-icon3 {
    background: url(/wp-content/themes/electrolux/images/soc-icon3.png) no-repeat;
}
.footer__soc-icon4 {
    background: url(/wp-content/themes/electrolux/images/soc-icon4.png) no-repeat;
}
.footer__soc-icon5 {
    background: url(/wp-content/themes/electrolux/images/soc-icon5.png) no-repeat;
}
.footer__soc-item:last-child {
    margin-right: 0;
}
.footer__info-vk {
    display: block;
    margin-top: 20px;
    width: 100%;
    background: url(/wp-content/themes/electrolux/images/footer-vk-icon.png) center #4A76A8 no-repeat;
    border-radius: 4px;
    height: 28px;
}


.line-top .header-search {
    z-index: 20;
    position: relative;
    height: 90px;
    width: 520px;
}

.line-top .search-line {
    background: #fff;
}
.header-search  .search-catalog .models-list {
    background: #fff;
    padding: 15px 20px;
    max-height: 200px;
    background: #fff;
    overflow: auto;
}

.header-search .search-catalog .models-list .model-list-item {
    width: 49%;
}

.header-search .search-line form input.search {
    border: 1px solid #eee;
}

.header-search .search-catalog .models-grid-container {
    padding: 0;
}
.header-search .catalog-list {
    margin-top: -20px;
}
section.reviews h2 {
    font-family: 'BoschLight', Arial;
    font-size: 35px;
    color: #000000;
    line-height: 1.15;
    text-align: center;
    margin: 0 0 40px 0;
}
section.reviews {
    margin: 40px 0 100px 0;
}

@media screen and (max-width: 1110px) {
    .line-top {
        z-index: 25;
    }
    .header-search {
        display: none;
        margin: 0 auto;
        max-width: 100%;
        width: auto;
        text-align: left;
    }
    .header-search input[type="text"] {
        padding-left: 20px !important;
        margin-bottom: 10px !important;
    }
    .header-search .catalog-list {
        margin-top: -40px;
    }
}

.header-search .search-catalog .nothing-found {
    flex-direction: column;
    padding: 0;
    margin: 0;
}
.header-search .search-catalog .container {
    width: auto;
}
.header-search .search-catalog .model-list-item.no-results {
    width: 100%;
    padding: 0;
    margin: 0;
}

.header-search .search-catalog .nothing-found .title {
    font-size: 18px;
    text-align: center;
    padding: 0;
    margin: 0;
}

.header-search .search-catalog .nothing-found .description {
    display: none;
}
.header-search .search-catalog .nothing-found .btn-group {
    display: none;
}


/* soc-share */
.soc-share {
    width: 227px;
    color: #fff;
    float: right;
}
.soc-share__title {
    font-family: 'ElectroluxSans', Arial;
    font-style: normal;
    font-weight: 350;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    text-align: left;
}

.soc-share__list {
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
    padding-top: 10px;
}
@media screen and (max-width: 1110px) {
    .soc-share {
         float: none;
         margin: 0 auto;
    }
    .soc-share__list {
        padding-bottom: 20px;
    }
}
.soc-share__one {
    display: flex;
    position: relative;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.soc-share__one svg {
    fill: #fff !important;
    max-width: 100%;
    max-height: 100%;
    transition: all .4s linear;
}
.soc-share__one:hover svg {
    fill: #E65E4E !important;
}
.soc-share__one-count {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    background: #46CBD2;
    color: #0B1D39;
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    bottom: -5px;
    right: -9px;
    font-family: 'ElectroluxSans', Arial;
    text-align: center;
    border-radius: 50%;
}
.section-prices-all{
    margin: 90px 0 0 0;
}
.section-prices-all .ionTabs__head{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 15px 20px 30px 20px;
    background: #F6F6F6;
    border-radius: 5px 5px 0 0;
}
.section-prices-all .ionTabs__tab{
    border-bottom: 2px solid #fff;
    padding: 0 25px;
    margin-top: 15px;
}
.section-prices-all .ionTabs__tab.ionTabs__tab_state_active{
    background: none;
}
.section-prices-all .ionTabs__tab a{
    font-family: "HotpointRegular", Arial;
    font-size: 17px;
    color: #222222;
    line-height: 1;
    display: inline-block;
    padding: 10px 0;
    position: relative;
}
.section-prices-all .ionTabs__tab:first-child{
    padding-left: 0;
}
.section-prices-all .ionTabs__tab:last-child{
    padding-right: 0;
}
.section-prices-all .ionTabs__tab.ionTabs__tab_state_active a{
    color: #1FB5BE;
}
.section-prices-all .ionTabs__tab.ionTabs__tab_state_active a:after{
    content: '';
    display: block;
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: -2px;
    left: 0;
    background: #1FB5BE;
}

.section-prices-all .tabs-block .content{
    margin: 10px 0;
}


.accordion-failures{

}
.accordion-failures .item{

}
.accordion-failures .title-line{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #4b75a7;
    height: 70px;
    padding: 0 90px 0 50px;
    margin: 10px 0 0 0;
    cursor: pointer;
    transition: all ease 0.2s;
    position: relative;
}
.accordion-failures .title-line:after{
    content: '';
    display: block;
    width: 22px;
    height: 11px;
    background: url(/wp-content/themes/electrolux/images/ico-acc-right.png) no-repeat;
    position: absolute;
    top: 50%;
    right: 40px;
    margin: -5px 0 0 0;
    transition: all ease 0.2s;
}
.accordion-failures .title-line.active:after{
    transform: rotate(-90deg);
}
.accordion-failures .title-line.active,
.accordion-failures .title-line:hover{
    background: #4b75a7;
    color: #fff;
}
.accordion-failures .title-line .title-text{
    font-family: "HotpointRegular", Arial;
    font-size: 18px;
    color: #fff;
    line-height: 1.2;
}
.accordion-failures .title-line .btn{
    font-size: 16px;
    text-transform: none;
    height: 40px;
    line-height: 38px;
    padding: 0 30px 1px 30px;
}
.accordion-failures .title-line .price{
    font-family: "HotpointRegular", Arial;
    font-size: 18px;
    color: #fff;
    line-height: 1.2;
}
.accordion-failures .item .content{
    display: none;
    padding: 20px 0;
    margin: 0 0 10px 0;
}
.accordion-failures .item .content.active{
    display: block;
}
.accordion-failures .item .line{
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 60px;
    padding: 0 90px 0 50px;
    transition: all ease 0.2s;
    position: relative;
}
.accordion-failures .item .line:before{
    content: '';
    display: block;
    width: calc(100% - 140px);
    height: 1px;
    border-top: 1px dashed #c9c9c9;
    position: absolute;
    top: 50%;
    left: 50px;
}
.accordion-failures .item .failures .line:nth-of-type(n+11){
    display: none;
}
.accordion-failures .item .failures .line.active{
    display: flex;
}
.accordion-failures .item .services .line:nth-of-type(n+11){
    display: none;
}
.accordion-failures .item .services .line.active{
    display: flex;
}
.accordion-failures .item .line .title{
    font-family: "HotpointRegular", Arial;
    font-size: 18px;
    color: #222222;
    line-height: 1.2;
    transition: all ease 0.2s;
    background: #ffffff;
    position: relative;
    display: inline-block;
    padding: 0 15px 0 0;
}
.accordion-failures .item .line .price{
    font-family: "HotpointRegular", Arial;
    font-size: 18px;
    color: #0B1D39;
    line-height: 1.2;
    transition: all ease 0.2s;
    background: #ffffff;
    position: relative;
    display: inline-block;
    padding: 0 0 0 15px;
}
.accordion-failures .item a.line .price:after{
    content: 'Заказать';
    font-size: 16px;
    color: #fff;
    text-transform: none;
    height: 40px;
    line-height: 40px;
    padding: 0 30px 1px 30px;
    border-radius: 4px;
    background: #0B1D39;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    top: -10px;
    right: 0;
    opacity: 0;
    transition: all ease 0.2s;
}
.accordion-failures .item a.line:hover .price:after{
    opacity: 1;
}

.accordion-failures .item .btn-more{
    font-size: 16px;
    text-transform: none;
    height: 40px;
    line-height: 39px;
    margin: 20px 0 20px 50px;
}

@media screen and (max-width: 1110px) {
    .section-prices-all{
        margin: 40px 0 40px 0;
    }
    .section-prices-all .ionTabs__head{
        flex-wrap: nowrap;
        justify-content: flex-start;
        padding: 15px 20px 30px 20px;
        overflow-x: scroll;
        -ms-overflow-style: none;
    }
    .section-prices-all .ionTabs__head::-webkit-scrollbar {
        width: 0 !important;
        height: 0 !important;
    }
    .section-prices-all .ionTabs__tab{
        white-space: nowrap;
    }
    
    .accordion-failures .title-line{
        padding: 0 40px 0 15px;
    }
    .accordion-failures .title-line:after{
        right: 10px;
    }
    .accordion-failures .item .line{
        min-height: 25px;
        padding: 0 40px 0 15px;
        margin: 0 0 10px 0;
    }
    .accordion-failures .item .line:before{
        display: none;
    }
    .accordion-failures .item .line .title{
        font-size: 16px;
    }
    .accordion-failures .item .line .price{
        font-size: 16px;
        flex-shrink: 0;
    }
}
.reviews__list {
    padding-top: 61px;
    padding-bottom: 57px;
}
.reviews__list.is-paged {
    padding: 0;
}
.is-bg-gray {
    background: #F6F5F5;
}

.reviews__el {
    display: flex;
    justify-content: space-between;
    background: #fff;
    flex-direction: column;
    font-family: 'ElectroluxSans', Arial, sans-serif;
    padding-top: 33px;
    padding-bottom: 26px;
    padding-left: 55px;
    padding-right: 55px;
    margin-right: 19px;
}
.reviews__list.is-paged .reviews__el {
    margin-right: 0;
    margin-bottom: 10px;
    background: rgba(246, 245, 245, 0.37);
}
.reviews__head {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 22px;
}
.reviews__photo {
    width: 60px;
    min-width: 60px;
}
.reviews__photo img {
    max-width: 40px;
}
.reviews__name {
    font-weight: 700;
    color: #000000;
    font-size: 16px;
    line-height: 1.625;
}
.reviews__text {
    font-size: 14px;
    line-height: 1.375;
    color: #000000;
    margin-bottom: auto;
}
.reviews__footer {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #4C4D67;
    font-size: 14px;
    padding-top: 23px;
}
.reviews__rate {
    padding-right: 26px;
}
.reviews__rate span {
    color: #F0432E;
    font-weight: bold;
}
.reviews__date {
    display: flex;
    align-items: center;
    height: 22px;
    border-left: 1px solid #C7C7C7;
    padding-left: 26px;
}


.reviews__list .slick-list {
  transition: all .5s ease;
}

.reviews__list .slick-dots {
    position: relative;
    bottom: auto;
    padding-top: 33px;
}
.reviews__list .slick-dots li {
    margin: 0 2px;
}
.reviews__list .slick-dots li button {
    display: flex;
    justify-content: center;
    align-items: center;
}
.reviews__list .slick-dots li button:before {
    content: '';
    font-family: arial;
    width: 8px;
    height: 8px;
    background: #D1D1D1;
    position: relative;
    opacity: 1 !important;
    border-radius: 50%;
}

.reviews__list .slick-dots li.slick-active button:before {
    background: #E66050;
}

.reviews__list .slick-prev,
.reviews__list .slick-next {
    width: 48px;
    height: 48px;
}
.reviews__list .slick-prev {
    left: -76px;
}
.reviews__list .slick-next {
    right: -76px;
}
.reviews__list .slick-prev:before,
.reviews__list .slick-next:before {
    width: 48px;
    height: 48px;
    font-family: arial;
    display: block;
    content: '';
    opacity: 1 !important;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center center;
    background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M26 17L19.5 24L26 31' stroke='%23E65E4E' stroke-width='3' stroke-linecap='square'/%3E%3Ccircle cx='24' cy='24' r='22.5' stroke='%23E66050' stroke-width='3'/%3E%3C/svg%3E%0A") !important;
}
.reviews__list .slick-next:before {
    transform: rotate(180deg);
}

@media (max-width: 1320px) {
    .reviews__list .slick-prev,
    .reviews__list .slick-next {
        top: auto;
        transform: none;
        bottom: 50%;
        width: 28px;
        height: 28px;
        z-index: 99999;
    }
    .reviews__list .slick-prev {
        left: 15px;
    }
    .reviews__list .slick-next {
        right: 15px;
    }
    .reviews__list .slick-prev:before,
    .reviews__list .slick-next:before {
        width: 28px;
        height: 28px;
        
        background-image: url("data:image/svg+xml,%3Csvg width='12' height='20' viewBox='0 0 12 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.5 3L3 10L9.5 17' stroke='%23E65E4E' stroke-width='3' stroke-linecap='square'/%3E%3C/svg%3E%0A") !important;
    }
}

@media (max-width: 767px) {
    .reviews__el {
        margin-right: 0;
    }
    table.pricelist-table thead tr th.name {
        padding-left: 20px;
        font-size: 13px;
    }
    table.pricelist-table thead tr th.price {
        padding-right: 20px;
        font-size: 13px;
    }
    
    table.pricelist-table tbody tr td.name {
        padding-left: 20px;
        font-size: 13px;
    }
    table.pricelist-table tbody tr td.price {
        padding-right: 20px;
        font-size: 14px;
    }
     .models-list-el {
        width: 32%;
        margin-right: 1%;
    }
    section.reviews {
        padding: 0 !important;
    }
    section.reviews .container {
        padding: 0 15px;
    }
    .reviews__list {
        padding-top: 15px;
    }
    .reviews__pagination {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .reviews__pagination li.prev {
        margin-right: 20px;
    }
    .reviews__pagination li.next {
        margin-left: 20px;
    }
}


.reviews__filter {
    display: flex;
    position: relative;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 20px 0;
}
.reviews__select {
    margin-right: 17px;
}
.reviews__select select {
    border: 1px solid #1F2E4F;
    border-radius: 81px;
    padding: 15px 56px;
    padding-bottom: 18px;
    padding-right: 42px;
    box-sizing: border-box;
    text-overflow: ellipsis;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 1L5.5 5L9.5 1' stroke='%231F2E4F' stroke-linecap='square'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: 170px center;
    color: #1F2E4F;
    font-size: 16px;
}
.reviews__select select[name="type"] {
    width: 216px;
}
.reviews__select select[name="source"] {
    width: 255px;
    background-position: 200px center;
}

@media (max-width: 580px) {
    .models-list-el {
        width: 49%;
        margin-right: 1%;
    }
    .reviews__filter {
        justify-content: space-between;
        flex-wrap: nowrap;
    }
    .reviews__select {
        margin: 0;
        width: 49%;
    }
    .reviews__select select {
        font-size: 12px;
        padding: 15px 26px;
        padding-bottom: 18px;
        padding-right: 22px;
        background-position: 90% center !important;
    }
    .reviews__select select[name="type"] {
        width: 100%;
    }
    .reviews__select select[name="source"] {
        width: 100%;
    }
    .conts .block {
        width: 100%;
    }
    .repair-stages .container img {
        width: 100%;       
    }
}

.reviews__pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0;
    padding: 0;
    padding-top: 40px;
    padding-bottom: 40px;
    list-style-type: none;
    font-family: 'ElectroluxSans', Arial, sans-serif;
}
.reviews__pagination li {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    margin: 5px 5px;
}
.reviews__pagination li a {
    display: block;
    position: relative;
    padding: 4px 10px;
    font-size: 14px;
    line-height: 1;
    color: #000;
}
.reviews__pagination li.is-active a {
    font-weight: bold;
    color: #F0432E;
    background: #F5ECEC;
    border-radius: 50%;
}

.reviews__pagination li.prev,
.reviews__pagination li.next {
}
.reviews__pagination li.prev {
    margin-right: 90px;
}
.reviews__pagination li.next {
    margin-left: 90px;
}
.reviews__pagination li.prev a,
.reviews__pagination li.next a {
    width: 20px;
    height: 20px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='20' viewBox='0 0 12 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 3L2.5 10L9 17' stroke='%23E65E4E' stroke-width='3' stroke-linecap='square'/%3E%3C/svg%3E%0A");
}
.reviews__pagination li.next a {
    transform: rotate(180deg);
}
.models-list {
    padding: 45px 0;
}
@media (max-width: 1110px) {
    .models-list {
        padding: 25px 0;
    }
    .pricelist {
        padding: 25px 0;
    }
    .pricelist .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .pricelist h2 {
        font-size: 22px;
        line-height: 1.2;
        margin-bottom: 22px;
    }
    .footer-soc {
         float: none;
         margin: 0 auto;
         margin-top: 20px;
         max-width: 220px;
    }
    .footer__soc-name {
        text-align: center;
    }
    .models-list .container {
        padding-left: 15px;
        padding-right: 15px;
    }
     .models-list h2 {
        font-size: 22px;
        line-height: 1.2;
        margin-bottom: 22px;
    }
}
.models-list h2 {
    font-family: 'ElectroluxSansSemibold', Arial;
    font-size: 30px;
    text-align: center;
    line-height: 1;
    margin-bottom: 35px;
    color: #0B1D39;
}

.models-list-els {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    font-family: 'ElectroluxSans', Arial;
}

.models-list-el {
    background: rgba(70, 203, 210, 0.12);
    font-size: 14px;
    line-height: 1.571;
    color: #0B1D39;
    width: 24.2%;
    margin-right: 0.8%;
    margin-bottom: 7px;
    padding: 10px 5px;
    box-sizing: border-box;
    min-height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.models-list-el.is-other {
    font-weight: bold;
    text-decoration: underline;
}
@media (max-width: 380px) {
    .models-list-el {
        width: 100%;
        margin-right: 0;
    }
    .line-top .col-left {
        /*flex-direction: column;*/
    }
    .line-top .col-left .logo-text{
        font-size: 12px;
        text-align: left;

    }
    .logo img {
        width: 140px;
    }
    .need-repairs .container .conts .block {
        flex-direction: column;
    }
}



.pricelist {
    padding: 35px 0;
    padding-bottom: 75px;
}

.pricelist h2 {
    font-family: 'ElectroluxSansSemibold', Arial;
    font-size: 30px;
    text-align: left;
    line-height: 1;
    margin-bottom: 35px;
    color: #0B1D39;
}


.pricelist-all {
    text-align: center;
    padding: 15px 5px;
    display: none;
}
.pricelist-all button {
    
}


table.pricelist-table {
    font-family: 'ElectroluxSans', Arial;
    width: 100%;
}
table.pricelist-table thead {
    background: #46CBD2;
}
table.pricelist-table thead tr {
    
}
table.pricelist-table thead tr th {
    color: #fff;
    font-weight: bold;
    padding: 10px;
    padding-top: 23px;
    padding-bottom: 23px;
    box-sizing: border-box;
    white-space:nowrap;
}
table.pricelist-table thead tr th.name {
    padding-left: 70px;
    text-align: left;
}
table.pricelist-table thead tr th.price {
    padding-right: 70px;
    text-align: left;
    width: 24.5%;
}
table.pricelist-table tbody {
    
}
table.pricelist-table tbody tr {
    
}
table.pricelist-table tbody tr:nth-of-type(n+9) {
    display: none;
}
table.pricelist-table tbody tr:nth-child(even) {
    background: rgba(246, 245, 245, 0.37);
}
table.pricelist-table tbody tr td {
    font-size: 15px;
    line-height: 1.3;
    padding: 10px;
    padding-top: 17px;
    padding-bottom: 17px;
}
table.pricelist-table tbody tr td.name {
    color: #000000;
    padding-left: 70px;
    text-align: left;
}

table.pricelist-table tbody tr td.price {
    font-size: 16px;
    font-weight: bold;
    color: #E66050;
    padding-right: 70px;
    text-align: left;
    white-space: nowrap;
}
.tampl-new h1{
    display: contents;
}
@-moz-document url-prefix() {
    .tampl-new h1{
        display: initial;
    }
}
.tampl-new .description{
    margin-top: 20px;
}
.new-price{
    background: #15416B;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    font-family: 'ElectroluxSans';
    padding: 5px 25px 8px;
    margin-left: 30px;
    top: -5px;
    position: relative;
}


@media(max-width:525px){
    span.new-price {
        top: 0;
        margin-left: 0;
        font-size: 14px;
    }
     section.what .title , section.maybe .title, section.faq .title{
        font-size: 24px;
    }
    section.what{
        padding: 50px 15px;
    }
    section.what .wrap .item{
        width: 100%;
        margin-bottom: 0;
    }
    section.what .wrap .item:nth-child(n+6){
        display: none;
    }
    section.what .wrap .item.active:nth-child(n+6){
        display: block;
    }
    section.what .wrap .item a{
        padding-bottom: 0;
    }
    section.what a.content_toggle {
        display: block;
        width: max-content;
        text-align: center;
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 19px;
        color: #0B1D39;
        border-bottom: 1px solid;
        margin: 30px auto 0;
        padding: 0 5px 5px;
    }
        .maybe .title{
        text-align: center;
    }
    .maybe table.table tbody tr td:nth-child(3),.maybe table.table thead tr td:nth-child(3){
        display: none;
    }
    .maybe table.table thead tr td{
        padding: 30px;
        font-size: 16px;
    }
    .maybe table.table thead tr td:nth-child(2),.maybe table.table tbody tr td:nth-child(2){
        padding-left: 30px;
    }
    .maybe table.table tbody tr td{
        padding: 20px 30px;
    }
    .maybe table.table thead tr td:nth-child(1), .maybe table.table thead tr td:nth-child(3){
        width:auto;
    }
    .maybe table.table tbody tr td{
        vertical-align:top;
    }
    .maybe table.table thead tr td:nth-child(2){
        display: none;
    }
    .maybe table.table thead tr td:nth-child(4){
        display: block;
    }
    .maybe table.table tbody tr td:nth-child(2) .price{
        display: block;
        margin-top: 10px;
    }
    section.content .text-img{
        flex-wrap:wrap;
        margin-bottom: 15px;
    }
    section.content img{
        margin:15px 0;
        width: 100%;
    }
    section.new-form .wrap{
        flex-wrap:wrap;
        padding: 55px 35px;
        background-image:none;
    }
    section.new-form .wrap .text,section.new-form .wrap .buttons{
        padding: 0;
    }
    section.new-form .wrap .text:before{
        display: none;
    }
    section.new-form .wrap .buttons {
        display: flex;
        justify-content: space-between;
        margin-top: 30px;
        width: 100%;
    }
    .buttons a.btn-bg{
        max-width: 150px;
        margin: 0;
        padding: 0px;
    }
    .buttons span{
        display: flex;
        flex-direction:column;
        margin-left: 10px;
    }
    section.text-image .wrap{
        padding: 0 50px;
    }
    .tampl-new h1 {
        display: inline-block;
    }
    img.img_right {
        margin: 0 0 20px 0;
        max-width:380px;
        width: 100%;
    }
    .fridge article.head-banner {
        background-position: left 2% top 0px!important;
        background-size: 139% 139%;
    }
    .center-phone {
        justify-content: center;
    }
    footer .bottom-menu .col-right .phone .small {
        bottom: -6px;
    }
    section.faq{
        margin-bottom: 50px;
    }
    section.faq .tab-title{
        padding: 25px 30px;
        position: relative;
    }
    section.faq .tab-title::after {
        top: 50%;
        right: 20px;
        position: absolute;
        margin-top: -16px;
    }
    .comments-block{
        padding: 15px 15px 50px;
    }
    .seo-text{
        font-size: 14px;
    }
    .seo-text p.red{
        padding: 30px 30px 30px 50px;
    }
    .seo-text p.quote{
        padding: 30px 30px 30px 55px;
    }
    .seo-text .gallery .slick-dots li.slick-active button:before {
        color: #ec201f;
    }
    .seo-text .gallery .slick-dots li button:before{
        font-size: 46px;
    }
    section.reviews {
        margin: 40px 0 20px 0;
    }
    .seo-text .gallery.slick-dotted.slick-slider{
        margin-bottom: 65px;
    }


}
section.what .title , section.maybe .title, section.faq .title{
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    color: #0B1D39;
    line-height: 34px;
    margin-bottom: 40px;
}
section.what {
    padding: 100px 0;
    font-family: 'ElectroluxSans';
}
section.what .wrap{
    counter-reset: num;
    display: flex;
    flex-wrap:wrap
}
section.what .wrap .item {
    width: 50%;
    margin-bottom: 10px;
    position: relative;
    padding: 15px 0px 15px 50px;
}
section.what .wrap .item:before{
        content: counter(num);
    counter-increment: num;
    display: inline-block;
    position: absolute;
    top: 14px;
    left: 2px;
    width: 26px;
    height: 26px;
    color: #fff;
    text-align: center;
    line-height: 23px;
    font-size: 18px;
    border-radius: 50%;
    background: #E65E4E;
}
section.what .wrap .item a {
    font-style: normal;
    font-weight: 350;
    font-size: 16px;
    line-height: 19px;
    color: #0B1D39;
    padding-bottom: 4px;
    border-bottom: 1px dashed #838383;
}
section.what a.content_toggle{
    display: none;
}
.maybe{
    font-family: 'ElectroluxSans';
    padding: 30px 15px 50px;
}

.maybe table.table thead tr td {
    padding: 30px 0 30px 75px;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    position: relative;
    color: #fff;
    line-height: 22px;
}
.maybe table.table thead tr td:nth-child(1),.maybe table.table thead tr td:nth-child(3) {
    width: 330px;
}
.maybe table.table thead tr td:nth-child(1){
    border-radius:5px 0 0 5px;
}
.maybe table.table thead tr td:nth-child(3){
    border-radius:0 5px 5px 0;
}
.maybe table.table thead tr td:nth-child(4){
    display: none;
}

.maybe table.table thead tr td:nth-child(2){
    padding-left: 100px;
}
.maybe table.table thead tr td:nth-child(2):before{
        content: '';
    position: absolute;
    width: 1px;
    height: 56px;
    left: 0;
    background: #fff;
    top: 50%;
    margin-top: -28px;
}
.maybe table.table thead tr td:nth-child(2):after{
        content: '';
    position: absolute;
    width: 1px;
    height: 56px;
    right: 0;
    background: #fff;
    top: 50%;
    margin-top: -28px;
}
.maybe table.table thead {
    background: #46CBD2;
    border-radius: 5px;
    
}
.maybe table.table {
    width: 100%;
}

.maybe table.table tbody {
    font-style: normal;
    font-weight: 350;
    font-size: 14px;
    line-height: 151%;
    color: #0B1D39;
}
.maybe table.table tbody tr td {
    padding: 20px 50px 20px 75px;
    vertical-align: middle;
}
.maybe table.table tbody tr {
    border-bottom: 5px solid #fff;
    background: #FCFCFC;
}
.maybe table.table tbody tr:nth-child(1){
    border-top: 10px  solid #fff;
}
.maybe table.table tbody tr td:nth-child(2){
    padding-left: 100px;
}
.maybe table.table tbody tr td:nth-child(2) .price{
    display: none;
    font-weight: 600;
    font-size: 24px;
    line-height: 151%;
}
.maybe table.table tbody tr td:nth-child(3){
    font-weight: 600;
font-size: 24px;
line-height: 151%;
}
section.new-form{
    padding: 50px 15px;
}
section.new-form .wrap {
    background-color: #1F2E4F;
    border-radius: 10px;
    padding: 45px 90px 50px 240px;
    display: flex;
    background-image: url(../img/form-man.png);
    background-repeat: no-repeat;
    justify-content: space-between;
    background-position: left bottom;
    background-position-x: 30px;
}
section.new-form .wrap .text .first {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 33px;
}
section.new-form .wrap .text {
    font-family: 'ElectroluxSansLight';
    color: #fff;
    position: relative;
    padding-right: 65px;
}
section.new-form .wrap .text:before{
        content: '';
    position: absolute;
    right: 0;
    height: 120px;
    top: 50%;
    width: 1px;
    background: rgba(255, 255, 255, 0.53);
    margin-top: -60px;
}
section.new-form .wrap .text .second{
    font-style: normal;
    font-weight: 350;
    font-size: 16px;
    line-height: 19px;
}
.buttons span a {
    color: #e65e4e;
}
.buttons a.btn-bg {
    width: 100%;
    text-align: center;
    margin-bottom: 33px;
    max-width: 219px;
}
.buttons {
    padding-left: 62px;
    font-family: 'ElectroluxSansLight';
}
.buttons span {
    color: #fff;
    display: inline-block;
    font-style: normal;
    font-weight: 350;
    font-size: 16px;
    line-height: 19px;
}
section.content {
    font-family: 'ElectroluxSans';
    padding: 50px 15px;
}
section.content .text-img{
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
section.content img{
        float: right;
    margin-left: 110px;
}
section.content .title {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 35px;
    color: #0B1D39;
    margin-bottom: 50px;
}
section.content p {
    font-style: normal;
    font-weight: 350;
    font-size: 16px;
    line-height: 165%;
    color: #0B1D39;
}
section.text-image .wrap {
     font-family: 'ElectroluxSans';
    background-color: #F6F5F5;
    height: 98px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image:url('../img/washing-machine-repair1.png')
}
section.text-image a {
    font-weight: 600;
    text-decoration: underline;
}
section.text-image {
    padding: 50px 15px;
    font-style: normal;
    font-weight: 350;
    font-size: 14px;
    line-height: 165%;
    color: #0B1D39;
}
.seo-text{
    font-style: normal;
    font-weight: 350;
    font-size: 16px;
    line-height: 23px;
    font-family: 'ElectroluxSans';
    color: #0B1D39;
    padding: 0px 15px;
}
.seo-text p{
    margin-bottom: 20px;
}
.seo-text h1, .seo-text h2, .seo-text h3, .seo-text .title{
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 20px;
    color: #0B1D39;
}


.seo-text ol{
    counter-reset: num;
    display: flex;
    flex-wrap:wrap;
    margin-bottom: 30px;
}
.seo-text ol li {
    width: 100%;
    position: relative;
    padding: 15px 0px 15px 50px;
}
.seo-text ol li:before{
        content: counter(num);
    counter-increment: num;
    display: inline-block;
    position: absolute;
    top: 14px;
    left: 2px;
    width: 26px;
    height: 26px;
    color: #fff;
    text-align: center;
    line-height: 23px;
    font-size: 18px;
    border-radius: 50%;
    background: #E65E4E;
}

.seo-text p.red{
    padding:30px 100px 30px 65px;
    background: #F6F5F5;
    display:table;
    margin: 15px 0 25px;
    border-left:7px solid #E65E4E;
}
.seo-text p.quote{
    padding:30px 80px 30px 65px;
    background: url('../img/Group-24.png');
        background-repeat: no-repeat;
    background-position: left top;
    background-position-y: 5px;
    margin: 15px 0 25px;
}

.seo-text .gallery{
    margin: 30px 0 45px;
}
.seo-text .gallery .item{
    display: flex;
    justify-content: center;
    padding: 20px;
    flex-direction: column;
}
.seo-text .gallery .item img{
    margin-bottom: 20px;
}
.seo-text .gallery .item span{
    font-style: normal;
    font-weight: 350;
    font-size: 14px;
    line-height: 143%;
    color: #0B1D39;
}
.seo-text .gallery .slick-prev, .seo-text .gallery .slick-next{
    width: 38px;
    height: 38px;
}
.seo-text .gallery .slick-prev:before,.seo-text .gallery .slick-next:before{
    width: 38px;
    height: 38px;
    font-family: arial;
    display: block;
    content: '';
    opacity: 1 !important;
    background-repeat: no-repeat;
    background-size: auto;
    
    
}
.seo-text .gallery .slick-prev:before{
   background-image: url(../img/prev.svg) !important; 
   background-position: center center;
}
.seo-text .gallery .slick-next:before{
   background-image: url(../img/next.svg) !important; 
}
.seo-text .rating {
    margin: 35px 0 0;
    
}

section.faq{
    padding: 50px 15px 0;
    font-family: 'ElectroluxSans';
}
section.faq .tab input, .tab-content { display: none; }
section.faq .tab {
    margin-bottom: 10px;
    border-radius: 5px;
    font-style: normal;
    font-weight: 350;
    font-size: 16px;
    line-height: 23px;
    color: #0B1D39;
   }
section.faq .tab-title {
    padding: 30px 30px 30px 70px;
    display: block;
    cursor: pointer;
    background: #F6F5F5;
}
section.faq    .tab-title::after {
    content: '+'; 
    float: right;
    font-size: 40px;
   }
section.faq    .tab-content {
    padding: 25px 0px; /* Поля вокруг текста */
   }
section.faq    .tab :checked + .tab-title {
    background-color: #46CBD2;
    border-radius: 5px;
    color: #fff; /* Цвет текста */
   }
section.faq    .tab :checked + .tab-title::after {
    content: '−'; /* Выводим минус */
   }
section.faq    .tab :checked ~ .tab-content {
    display: block;
   }
.ask-expert{
    margin-bottom: 50px;
}
img.img_right {
    margin-left: 25px;
}
.slider-catalog-tabs .ionTabs__body .columns.fridge .slick-dots li button:before {
    font-size: 40px;
}
.need-repairs {
    padding: 0px 15px;
}
.repair-stages {
    padding: 50px 15px;
}
.repair-stages .container h2 {
    position: absolute;
    font-family: 'ElectroluxSans';
    font-style: normal;
    font-weight: 350;
    font-size: 28px;
    line-height: 28px;
    color: #000000;
}
.need-repairs .container .title, .need-repairs .container .conts {
    width: 100%; 
    margin-top: 44px;
    display: flex;
    flex-wrap: wrap; 
    justify-content: space-between;
}
.stages {
    position: absolute;
    left: 497px;
    top: 80px;
    height: auto;
}

.stage {
    display: flex;
    height: 134px;
    border-left: 1px dashed #46CBD2;
}
.stage:last-child {
    display: flex;
    height: 134px;
    border-left: none;
}
.stage-text {
    padding-left: 25px;
}
.stage-desc {
    font-family: 'ElectroluxSans';
    font-style: normal;
    font-weight: 350;
    font-size: 14px;
    line-height: 24px;
    color: #807474;
    margin-top: 18px;
}
.count-pos {
    margin-left: -20px;
}
.stage-title {
    font-family: 'ElectroluxSans';
    height: 40px;
    font-style: normal;
    font-weight: 350;
    font-size: 16px;
    line-height: 40px;
    color: #000000;
}
.need-repairs .container .title h2 {
    font-family: 'ElectroluxSans';
    color: #000000;
    font-style: normal;
    font-weight: 350;
    font-size: 28px;
    line-height: 34px;
}
.repair-stages h2 {
    font-family: 'ElectroluxSans';
    font-style: normal;
    font-weight: 350;
    font-size: 28px;
    line-height: 34px;
    color: #000000;
    margin-left: 477px;
}
.need-repairs .container .conts .block {
    width: 550px;
    min-width: 550px;
    height: 303px;
    background-color: #F9F9F9;
    padding: 26px;
    margin-top: 10px;
}
.conts .block .row {
    width: 100%;
    display: flex;
}
.block .row .count, .stage .count {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    border-radius: 20px;
    background-color: #46CBD2;
    font-family: 'ElectroluxSans';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    color: #FFFFFF;
}
.block .row .caption {
    height: 40px;
    font-family: 'ElectroluxSans';
    font-style: normal;
    font-weight: 350;
    font-size: 16px;
    line-height: 40px;
    color: #000000;
    margin-left: 25px;
}
.block .row .desc {
    font-family: 'ElectroluxSans';
    font-style: normal;
    font-weight: 350;
    font-size: 14px;
    line-height: 24px;
    color: #807474;
    margin-left: 65px;
}
.need-nav {
    width: 100%;
    min-width: fit-content;
    margin-top: 32px;
    height: 14px;
    display: none;
}
.nav-btns {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}
.need-points {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-self: center;
}
.need-points .point {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #D9D9D9;
}
.need-points .active {
    background: #46CBD2;
}
@media screen and (max-width: 1110px) {
    .need-repairs .container .conts .block {
        width: 500px;
        min-width: 500px;
    }
    .need-repairs .container .conts {
        flex-direction: inherit;
    }
    .repair-stages {
        padding-left: 15px;
    }
    .repair-stages .container {
        display: flex;
        flex-direction: column;
    }
    .repair-stages h2 {
        margin-left: 0px;
    }
    .repair-stages .container img {
        margin-top: 60px;        
    }  
    .stages {
        position: relative;
        margin-top: 30px;
        left: 20px;
        top: 30px;
        width: calc(100% - 20px);
    }   
}

@media screen and (max-width: 1040px) {
    .need-repairs .container .conts .block {
        width: 450px;
        min-width: 450px;
    }    
}
@media screen and (max-width: 940px) {
    .need-repairs .container .conts .block {
        width: 400px;
        min-width: 400px;
    }    
}
@media screen and (max-width: 840px) {
    .conts .block .row {
        flex-direction: column;
        margin-left: 0px;
    }
    .block .row .caption {
        margin-left: 0px;
        margin-top: 26px;
    }
    .block .row .desc {
        margin-left: 0px;
        margin-top: 12px;
    }
    .need-repairs .container .conts .block {
        width: 100%;
        min-width: fit-content;
        height: fit-content;
    }
    .need-nav {
        display: block;
    }
    /*
    .conts .block:first-child {
        display: block;
    }
    .conts .block {
        display: none;
    } 
    */
}

@media (max-width: 580px) {
    .conts .block .row {
        flex-direction: column;
        margin-left: 0px;
    }
    .block .row .caption {
        margin-left: 0px;
        margin-top: 26px;
    }
    .block .row .desc {
        margin-left: 0px;
        margin-top: 12px;
    }
    .need-repairs .container .conts .block {
        width: 100%;
        min-width: 100%;/*fit-content*/
        height: auto;
    }
    .need-nav {
        display: block;
    }
    .need-repairs .container .conts {
        width: 100%;
        margin-top: 44px;
        display: flex;
        flex-wrap: nowrap;
        justify-content: unset;
        
    }

.carousel-3 .owl-carousel button.owl-dot {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #D9D9D9;
}

.carousel-3 .owl-carousel button.owl-dot.active {
  background: #46CBD2;
}
    /*
    .conts .block:first-child {
        display: block;
    }
    .conts .block {
        display: none;
    }
    */
}
.owl-carousel {
    width: 100%;
}
.item__i {
    width: 100%;
    height: 50px;
    background-color: #77ff77;
}

