@charset "UTF-8";

@font-face {
	font-family: 'RobotoCondensedBold';
	src:
    url('/assets/ui/fonts/RobotoCondensed/RobotoCondensedBold.woff') format('woff'),
    url('/assets/ui/fonts/RobotoCondensed/RobotoCondensedBold.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'RobotoRegular';
	src:
    url('/assets/ui/fonts/Roboto/RobotoRegular.woff') format('woff'),
    url('/assets/ui/fonts/Roboto/RobotoRegular.ttf') format('truetype');
	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;
}
.input-base{
    font-family: 'RobotoRegular', Arial;
    font-size: 15px;
    color: #000000;
    width: 200px;
    height: 50px;
    border: 1px solid #F4F4F4;
    padding: 0 0 0 20px;
    margin: 0 0 0 0;
    vertical-align: bottom;
    transition: all ease 0.2s;
}
.textarea-base{
    font-family: 'RobotoRegular', Arial;
    font-size: 15px;
    color: #000000;
    width: 100%;
    height: 120px;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid #F4F4F4;
    margin: 0 0 14px 0;
    padding: 15px 20px;
    transition: all ease 0.2s;
    resize: none;
}
.input-base:hover,
.textarea-base:hover{
    border: 1px solid #D6D6D6;
}

.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;
}

/*----header----*/
.header-top{
    min-width: 1110px;
    max-width: 1920px;
    background-color: #000000;
    margin: auto;
    color: #fff;
    font-family: 'RobotoRegular';
    font-size: 15px;
}
.header-top ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.header-top li{
    background-color: #282828;
    margin-right: 1px;
    -webkit-transition: .3s;
    transition: .3s;
}
.header-top li:nth-child(4){
    background-color: #282828;
    margin-right: 0;
}
.header-top li:hover a{
    color: #F6F5F5;
}

.header-top li.active{
    background-color: #F6DC3E;
}
.header-top li.active a{
    color: #9D8A14;
}
.header-top li a{
    font-family: 'RobotoRegular';
    font-size: 15px;
    display: block;
    padding: 0 30px;
    color: #7A7A7A;
    line-height: 44px;
    -webkit-transition: .3s;
    transition: .3s;
}
.header-top li a svg{
    margin: 0 8px 0 0;
    fill: #7A7A7A;
    transition: all ease 0.2s;
}
.header-top li a:hover svg{
    margin: 0 8px 0 0;
    fill: #F6F5F5;
}
.header-top li:nth-child(3){
    margin-left: auto;
}
.phone-callback {
    display: inline-block;
}
.line-top{
    background: #F6DC3E;
    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:'RobotoRegular';
    font-size: 17px;
    color: #000000;
    line-height: 1.4;
    display: block;
    width: 310px;
}
.line-top .phone{
    width: 240px;
    text-align: right;
}
.line-top .phone .sub-text{
    font-family: 'RobotoRegular', Arial;
    font-size: 12px;
    color: #9D8A14;
    margin: 0 0 4px 0;
}
.line-top .phone .small{
    font-family: 'RobotoRegular', Arial;
    font-size: 16px;
    color: #000000;
    display: inline-block;
    position: relative;
    bottom: 2px;
    transition: all ease 0.2s;
}
.line-top .phone .big{
    font-family: 'RobotoCondensedBold', Arial;
    font-size: 35px;
    color: #000000;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
}
.line-top .phone:hover .small,
.line-top .phone:hover .big{
    color: #848484;
}

nav{

}
nav.main-menu{
    background: #F6DC3E;
    border-top: 1px solid #E7CB21;
    position: relative;
    max-width: 1920px;
    margin: auto;
}
nav.main-menu.about,
nav.main-menu.politic,
nav.main-menu.error{
    border-bottom: 1px solid #F4F4F4;
}
nav.main-menu > .container{
    position: static;
}

ul.main-menu{
    display: flex;
    justify-content: space-between;
}
ul.main-menu > li{

}
ul.main-menu > li:last-child{
    padding: 0;
}
ul.main-menu li.active > a{
    color: #9D8A14;
    pointer-events: none;
    border-bottom: 2px solid #9D8A14;
}
ul.main-menu > li > a{
    font-family: 'RobotoCondensedBold', Arial;
    font-size: 16px;
    color: #000000;
    display: inline-block;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    transition: all ease 0.2s;
    height: 78px;
    line-height: 80px;
    border-bottom: 2px solid transparent;
}
ul.main-menu > li:hover > a{
    color: #9D8A14;
    border-bottom: 2px solid #9D8A14;
}
@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: #9D8A14;
}

.main-menu-drop{
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    transition: opacity ease 0.2s;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 50px 0 50px 0;
    background: #fff;
    border-top: 1px solid #F4F4F4;
}
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: 245px;
    margin-top: 40px;
    display: flex;
    align-items: center;
    transition: all ease 0.2s;
    position: relative;
}
.main-menu-level-1 a svg{
    fill: #000000;
    margin: 0 15px 0 0;
    flex-shrink: 0;
    transition: all ease 0.2s;
}
.main-menu-level-1 a .text{
    font-family: 'RobotoCondensedBold', Arial;
    font-size: 16px;
    color: #000000;
    line-height: 1.3;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    transition: all ease 0.2s;
}
.main-menu-level-1 a:hover svg{
    fill: #848484;
}
.main-menu-level-1 a:hover .text{
    color: #848484;
}

.overlay-main{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 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(/assets/ui/img/icons/up-arrow-menu.png) no-repeat;
    width: 6px;
    height: 10px;
    margin: 8px 0 0 7px;
    position: absolute;
}

/*----/header----*/

/*----article.head-banner----*/
article.head-banner{
    min-height: 522px;
    max-width: 1920px;
    margin: 0 auto;
    padding-top: 25px;
    padding-bottom: 25px;
    background-repeat: no-repeat;
    background-position: right 50% top;
    background-size: cover;
}
.contacts article.head-banner{
    background-image: url(/assets/ui/img/contacts/bg_contacts.jpg);
}

.index article.head-banner{
    background-image: url(/assets/ui/img/equipment/washer/bg-washer.jpg);
}
.washer article.head-banner{
    background-image: url(/assets/ui/img/equipment/washer/bg-washer.jpg);
}
.dishwasher article.head-banner{
    background-image: url(/assets/ui/img/equipment/dishwasher/bg-dishwasher.jpg);
}
.fridge article.head-banner{
    background-image: url(/assets/ui/img/equipment/fridge/bg-fridge.jpg);
}
.dryer article.head-banner{
    background-image: url(/assets/ui/img/equipment/dryer/bg-dryer.jpg);
}
.appliances article.head-banner{
    background-image: url(/assets/ui/img/equipment/appliances/bg-appliances.jpg);
}
.oven article.head-banner{
    background-image: url(/assets/ui/img/equipment/oven/bg-oven.jpg);
}
.hob article.head-banner{
    background-image: url(/assets/ui/img/equipment/hob/bg-hob.jpg);
}
.electric-stove article.head-banner{
    background-image: url(/assets/ui/img/equipment/electric-stove/bg-electric-stove.jpg);
}
.extractor-fan article.head-banner{
    background-image: url(/assets/ui/img/equipment/extractor-fan/bg-extractor-fan.jpg);
}
.air-conditioner article.head-banner{
    background-image: url(/assets/ui/img/equipment/air-conditioner/bg-air-conditioner.jpg);
}
.coffee-machine article.head-banner{
    background-image: url(/assets/ui/img/equipment/coffee-machine/bg-coffee-machine.jpg);
}
.other article.head-banner{
    background-image: url(/assets/ui/img/equipment/other/bg-other.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(246, 220, 62, 0.8);
}
.equipment article.head-banner .text{
    width: 570px;
}
.model article.head-banner .text{
    width: 900px;
    display: flex;
    padding: 0;
    position: relative;
    background: rgba(255, 255, 255, 0.8);
}
.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(/ui/img/models/background.png);
    background-size: cover;
    background-color: #fff;
    width: 38%;
    display: flex;
    align-items: center;
    justify-content: center;
}


article.head-banner .text h1{
    font-family: 'RobotoCondensedBold', Arial;
    font-size: 40px;
    color: #000000;
    line-height: 1.15;
    text-transform: uppercase;
    margin-bottom: 20px;
}
article.head-banner .text ul li{
    font-family: 'RobotoRegular', Arial;
    font-size: 18px;
    color: #000000;
    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 ul li:before{
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    position: absolute;
    background: #000000;
    border-radius: 100%;
    left: 0;
    margin-top: 8px;
}
article.head-banner .text p{
    font-family: 'RobotoRegular', Arial;
    font-size: 18px;
    color: #000000;
    line-height: 1.5;
}
.equipment article.head-banner .text p{
    font-size: 15px;
    line-height: 1.6;
}
article.head-banner .text p .link{
    font-family: 'RobotoRegular', Arial;
    white-space: nowrap;
}
article.head-banner .text .price-start{
    font-family: 'RobotoCondensedBold', Arial;
    font-size: 18px;
    color: #000000;
    margin: 15px 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: 'RobotoRegular', Arial;
    font-size: 12px;
    line-height: 1.7;
    color: #9D8A14;
}

.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;
}
/*----/article.head-banner----*/

/*----breadcrumbs----*/
.breadcrumbs{
    padding-top: 28px;
    position: absolute;
    z-index: 1;
    display: none;
}
.politic .breadcrumbs{
    position: relative;
    padding: 28px 0 65px 0;
}
.breadcrumbs a{
    font-family: 'RobotoRegular', Arial;
    font-size: 13px;
    color: #222222;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
}
.breadcrumbs a:hover{
    color: #494646;
}
article.head-banner .breadcrumbs a{
    color: #fff;
}
.breadcrumbs span{
    font-family: 'RobotoRegular', Arial, sans-serif;
    font-size: 13px;
    color: #909397;
}
article.head-banner .breadcrumbs span{
    color: #d8d8d8;
}
.breadcrumbs a:after{
    content: '';
    background: url(/assets/ui/img/icons/ico-breadcrumbs-arrow.png) no-repeat center center;
    display: inline-block;
    width: 4px;
    height: 6px;
    padding: 0 0 4px 0;
    margin: 0 6px 0 10px;
}
article.head-banner .breadcrumbs a:after{
    background: url(/assets/ui/img/icons/ico-breadcrumbs-arrow-light.png) no-repeat center center;
}
/*----/breadcrumbs----*/

/*----btn-call-back----*/
.btn-bg{
    height: 50px;
    line-height: 44px;
    padding: 0 30px 0px 30px;
    font-family: 'RobotoCondensedBold', Arial;
    font-size: 17px;
    color: #fff;
    text-transform: uppercase;
    background: #000000;
    border: 3px solid transparent;
    cursor: pointer;
    display: inline-block;
    transition: all ease 0.2s;
    white-space: nowrap;
}
.btn-bg:hover{
    color: #000000;
    background: #fff;
    border: 3px solid #000000;
}

.btn-bg-light{
    background: #FFFFFF;
    color: #000000;
    line-height: 50px;
    border: none;
}
.btn-bg-light:hover{
    background: #F6DC3E;
    border: none;
}

.btn-bg-dark{
    color: #000000;
    background: #fff;
    border: 3px solid #000000;
}
.btn-bg-dark:hover{
    color: #fff;
    background: #000000;
}

.btn-bg-color{
    color: #000000;
    background: #F6DC3E;
    border: 3px solid #F6DC3E;
}
.btn-bg-color:hover{
    background: #fff;
    border: 3px solid #F6DC3E;
}
/*----/btn-call-back----*/

/*----failures_table----*/
article.failures_table{

}
.failures_table .line-title{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 0 30px 0;
}
.failures_table .line-title h2{
    font-family: 'RobotoCondensedBold', Arial;
    font-size: 30px;
    color: #000000;
    line-height: 1.2;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 20px 5px 0;
}
.failures_table .line-title .subtext{
    font-family: 'RobotoRegular', Arial;
    font-size: 15px;
    color: #000000;
    line-height: 1.2;
    margin: 4px 0 9px 0;
    display: inline-block;
}
.failures_table .line-title .subtext strong{
    font-family: 'RobotoCondensedBold', 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: #FDFBEE;
}
.failures_table__col:nth-child(-2n){
    background: #FDFBEE;
}
a.failures_table__col:not(.ending):hover{
    border: 1px solid #F6F5F5;
    background: #fff;
}
.failures_table__col:hover .failures_table__col_title{
    /* color: #848484; */
}

a.failures_table__col:not(.ending):hover .failures_table__col_title{

}
a.failures_table__col:hover .failures_table__col_price{

}
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: 'RobotoCondensedBold', Arial;
    font-size: 21px;
    color: #000000;
    margin: 0 0 10px 0;
    line-height: 1.25;
    text-transform: uppercase;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
}
.failures_table__col_desc{
    font-family: 'RobotoRegular', Arial;
    font-size: 12px;
    color: #AAAAAA;
    overflow: hidden;
    line-height: 1.7;
}
.failures_table__col_price{
    font-family: 'RobotoCondensedBold', Arial;
    font-size: 16px;
    color: #000000;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    position: absolute;
    bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.failures_table__col_price span:not(.failures_table__col_price-request){
    background: #F6DC3E;
    padding: 2px 3px 0 3px;
}
.master .failures_table__col_price{
    color: #000000;
}
.diagnos .failures_table__col_price{
    color: #fff;
}

.failures_table__col_price-sum{
    font-family: 'RobotoCondensedBold', Arial;
    display: inline-block;
    margin: 0px 15px 1px 0;
}
.failures_table__col_price-request{
    font-family: 'RobotoRegular', Arial;
    font-size: 15px;
    text-transform: none;
    display: inline-block;
    color: #000000;
    letter-spacing: 0;
}
.failures_table__col_price-request:hover{
    color: #848484;
}
.failures_table__col.master{
    background: url(/assets/ui/img/prices/accordion-prices-inner-bg-master.jpg) no-repeat;
    background-size: cover;
}
.failures_table__col.diagnos{
    background: url(/assets/ui/img/prices/accordion-prices-inner-bg-diagnos.jpg) no-repeat;
    background-size: cover;
}
.failures_table__col.guarantee{
    background: url(/assets/ui/img/prices/accordion-prices-inner-bg-guarantee.jpg) no-repeat;
    background-size: cover;
}
.failures_table__col.master .failures_table__col_title{
    color: #000000;
}
.failures_table__col.diagnos .failures_table__col_title{
    color: #fff;
}
.failures_table__col.guarantee .failures_table__col_title{
    color: #000000;
}
.failures_table__col.master .failures_table__col_desc{
    color: #000000;
    font-size: 15px;
}
.failures_table__col.diagnos .failures_table__col_desc{
    color: #fff;
    font-size: 15px;
}
.failures_table__col.guarantee .failures_table__col_desc{
    color: #000000;
    line-height: 1.5;
    font-size: 15px;
}

.failures_table__col.guarantee .failures_table__col_price{
    color: #000000;
}
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: 42%;
}
.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: 58%;
    padding: 0 70px 0 90px;
}
.failures-estimated-cost .col-left h2{
    font-family: 'RobotoCondensedBold', Arial;
    font-size: 21px;
    color: #000000;
    line-height: 1.4;
    text-transform: uppercase;
}
.failures-estimated-cost .col-left h2 span{
    color: #F6DC3E;
}
.failures-estimated-cost .col-right:after{
    content: '';
    position: absolute;
    height: 50px;
    border-left: 1px solid #F4F4F4;
    top: 50%;
    left: 0;
    margin: -25px 0 0 0;
}
.failures-estimated-cost .col-right .description{
    font-family: 'RobotoRegular', Arial;
    font-size: 15px;
    line-height: 1.6;
    color: #000000;
    margin-bottom: 25px;
}
.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: 'RobotoCondensedBold', Arial;
    font-size: 20px;
    color: #000000;
    line-height: 1.3;
    display: inline-block;
    margin: 0 20px 0 0;
}
.failures-estimated-cost .col-right .phone span{
    font-size: 20px;
}
/*----/failures_table----*/

/*----failures-sale----*/
.failures-sale{
    width: 100%;
    height: 305px;
    display: flex;
    align-items: center;
    background: url(/assets/ui/img/prices/sale/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);
    position: relative;
}
.failures-sale:before{
    content: '';
    width: 11px;
    height: 42px;
    display: block;
    background: url(/assets/ui/img/prices/sale/badge.png) no-repeat;
    position: absolute;
    top: 36px;
    left: -10px;
}
.failures-sale .text{
    margin: 0 0 18px 0;
    position: relative;
}
.failures-sale .title{
    font-family: 'RobotoCondensedBold', Arial;
    font-size: 40px;
    color: #000000;
    text-transform: uppercase;
    line-height: 1.05;
    margin: 0 0 10px 0;
}
.failures-sale .title span{
    color: #fff;
    display: inline-block;
    background: #000000;
    padding: 4px 8px 4px 8px;
}
.failures-sale .description{
    font-family: 'RobotoRegular', Arial;
    font-size: 18px;
    color: #000000;
    line-height: 1.6;
    width: 390px;
}
.failures-sale form{

}
.failures-sale form input{
    font-family: 'RobotoRegular', Arial;
    font-size: 16px;
    color: #363636;
    width: 200px;
    height: 50px;
    border: none;
    border-radius: 4px;
    padding: 0 0 1px 20px;
    margin: 0 1px 0 0;
    vertical-align: bottom;
}
.failures-sale form .submit{
    background-color: #000;
    background-image: url(/assets/ui/img/prices/sale/ico-percent.png);
    background-position: left 20px center;
    color: #fff;
    background-repeat: no-repeat;
    padding-left: 55px;
    border: 3px solid transparent;
}

.failures-sale .bt{
    position: absolute;
    right: 100px;
    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: 110px;
    bottom: 0;
}
/*----/failures-sale----*/

/*--certificates--*/
.certificates{
    background: url(/assets/ui/img/certificates/bg-certificates.jpg) no-repeat top center;
    height: 370px;
    /* padding-bottom: 20px; */
}
.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: 'RobotoCondensedBold', Arial;
    font-size: 30px;
    color: #000000;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.certificates .col-left .subtext{
    font-family: 'RobotoRegular', Arial;
    font-size: 15px;
    color: #000000;
    line-height: 1.6;
}
.certificates .col-right{
    width: 555px;
    display: flex;
    justify-content: space-between;
}
/*--/certificates--*/

/*--scheme-of-work--*/
.scheme-of-work{
    padding: 75px 0 75px 0;
}
.scheme-of-work h2{
    font-family: 'RobotoCondensedBold', Arial;
    font-size: 30px;
    color: #000000;
    line-height: 1;
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
}
.scheme-of-work .description{
    font-family: 'RobotoRegular', Arial;
    font-size: 15px;
    color: #000000;
    line-height: 1.6;
    text-align: center;
    margin: auto auto 35px auto;
}
.scheme-of-work .steps{
    display: flex;
    justify-content: space-between;
}
.scheme-of-work .steps .col{
    width: 260px;
    display: flex;
}
.scheme-of-work .steps .col .img-box{
    padding-right: 15px;
}
.scheme-of-work .steps .col .img-box .number{
    font-family: 'RobotoCondensedBold', Arial;
    font-size: 24px;
    color: #000;
    line-height: 1;
    margin: -2px 0 0 0;
}
.scheme-of-work .steps .col .title{
    font-family: 'RobotoCondensedBold', Arial;
    font-size: 16px;
    color: #000000;
    line-height: 1.3;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.scheme-of-work .steps .col .title span{
    background: #F6DC3E;
    padding: 2px 3px 2px 3px;
}
.scheme-of-work .steps .col .subtext{
    font-family: 'RobotoRegular', Arial;
    font-size: 12px;
    color: #AAAAAA;
    line-height: 1.7;
}
/*--/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: 'RobotoCondensedBold', Arial;
    font-size: 40px;
    color: #000000;
    line-height: 1.15;
    text-transform: uppercase;
}
section.about-page .head-banner .btn-call-back{

}
section.about-page .about-line-top{
    height: 400px;
    background: url(/assets/ui/img/about/bg-line-top.jpg) no-repeat;
    background-size: cover;
    padding-top: 220px;
}
section.about-page .about-line-top h2{
    font-family: 'RobotoCondensedBold', Arial;
    font-size: 30px;
    color: #000000;
    line-height: 1.2;
    text-transform: uppercase;
    width: 65%;
}

.about-layer-over .col-left{
    width: 730px;
    float: left;
    margin-top: -50px;
    padding: 55px 190px 55px 60px;
    font-family: 'RobotoRegular', Arial, sans-serif;
    font-size: 18px;
    color: #000000;
    line-height: 1.6;
    background: url(/assets/ui/img/about/logo-in-window.png) no-repeat bottom right #F6DC3E;
}
.about-layer-over .col-right{
    width: 380px;
    float: left;
    padding: 75px 0 0 40px;
}
.about-layer-over .col-right h3{
    font-family: 'RobotoCondensedBold', Arial;
    font-size: 21px;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.about-layer-over .col-right p{
    font-family: 'RobotoRegular', Arial;
    font-size: 12px;
    color: #000000;
    line-height: 1.7;
}
.about-any-technique{
    padding: 75px 0 0 0;
    margin-bottom: -25px;
}
.about-any-technique h2{
    font-family: 'RobotoCondensedBold', Arial;
    font-size: 30px;
    color: #000000;
    text-transform: uppercase;
    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 30px 0;
}
.about-any-technique .col:nth-child(3n){
    margin: 0;
}
.about-any-technique .col img{
    margin-bottom: 22px;
    transition: all ease 0.2s;
}
.about-any-technique .col:hover img{

}
.about-any-technique .col .title{
    font-family: 'RobotoCondensedBold', Arial;
    font-size: 21px;
    color: #000000;
    margin-bottom: 14px;
    text-transform: uppercase;
    transition: all ease 0.2s;
}
.about-any-technique .col:hover .title{
    color: #848484;
}
.about-any-technique .col .description{
    font-family: 'RobotoRegular', Arial;
    font-size: 12px;
    color: #AAAAAA;
    line-height: 1.7;
}

.about .about-advantages{
    margin: 65px 0 80px 0;
}
.about-advantages{
    margin: 40px 0 75px 0;
}
.about-advantages .img-box img{
    margin: 5px 0 0 0;
}
.about-advantages h2{
    font-family: 'RobotoCondensedBold', Arial;
    font-size: 30px;
    color: #000000;
    margin-bottom: 35px;
    text-transform: uppercase;
    display: none;
}
.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: 'RobotoCondensedBold', Arial;
    font-size: 16px;
    color: #000000;
    margin: 0 0 12px -3px;
    line-height: 1.3;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}
.about-advantages .col .title span{
    background: #F6DC3E;
    padding: 2px 3px 0 3px;
}
.about-advantages .col .sub-text{
    font-family: 'RobotoRegular', Arial;
    font-size: 12px;
    color: #AAAAAA;
    line-height: 1.4;
}

.about-brand{
    padding: 75px 0 80px 0;
    border-top: 1px solid #E2E5EE;
}
.about-brand .container> .row:not(.we-know){
    margin-bottom: 40px;
}
.about-brand h2{
    font-family: 'RobotoCondensedBold', Arial;
    font-size: 30px;
    color: #000000;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    text-transform: uppercase;
}
.about-brand .sub-text{
    font-family: 'RobotoRegular', Arial;
    font-size: 15px;
    color: #000000;
    display: inline-block;
    vertical-align: middle;
    margin: 6px 0 0 0;
}
.about-brand .we-know .col{
    width: 50%;
    float: left;
    border-left: 2px solid #F6DC3E;
    padding: 0 25px 0 20px;
}
.about-brand .we-know .col .title{
    font-family: 'RobotoCondensedBold', Arial;
    font-size: 21px;
    color: #000000;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.about-brand .we-know .col .description{
    font-family: 'RobotoRegular', Arial;
    font-size: 12px;
    color: #000000;
    line-height: 1.7;
}

.about-brand-steps{
    background: #F2E047;
    padding: 80px 0;
}
.about-brand-steps h2{
    font-family: 'RobotoCondensedBold', Arial;
    font-size: 30px;
    color: #000000;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 45px 0;
    text-transform: uppercase;
}


.news-block{

}
.news-block .img-box{
    background: url(/assets/ui/img/about/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: 'RobotoRegular', 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(/assets/ui/img/icons/down-arrow.png) no-repeat right bottom 20px;
}
.accordion-news .parent-li a.parent.active{
    background: url(/assets/ui/img/icons/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: 'RobotoRegular', 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;
}
.differences-from-others .col-left{
    width: 540px;
}
.differences-from-others .col-right{
    width: 540px;
    text-align: right;
}
.differences-from-others h2{
    font-family: 'RobotoCondensedBold', Arial;
    font-size: 30px;
    color: #000000;
    margin-bottom: 35px;
    line-height: 1.1;
    text-transform: uppercase;
    width: 55%;
}
.differences-from-others .description{
    font-family: 'RobotoRegular', Arial;
    font-size: 15px;
    color: #000000;
    line-height: 1.6;
    margin: 0 0 30px 0;
}
.differences-from-others .items .col{
    display: flex;
    align-items: flex-start;
    align-items: center;
    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: 'RobotoCondensedBold', Arial;
    font-size: 16px;
    color: #000000;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin: 0 0 16px -3px;
}
.differences-from-others .items .col .title span{
    padding: 2px 3px 2px 3px;
    background: #F6DC3E;
}
.differences-from-others .items .col .sub-text{
    font-family: 'RobotoRegular', Arial;
    font-size: 12px;
    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: 'RobotoCondensedBold', Arial;
    font-size: 68px;
    color: #F6DC3E;
    margin-bottom: 10px;
}
.differences-from-others .numbers .col .sub-text{
    font-family: 'RobotoRegular', Arial;
    font-size: 15px;
    color: #000000;
    line-height: 1.5;
}
/*----/section.about-page----*/

/*----repair-central-service----*/
.repair-central-service{

}
.repair-central-service .container:nth-child(1){
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    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-left h2{
    font-family: 'RobotoCondensedBold', Arial;
    font-size: 30px;
    color: #000000;
    line-height: 1.2;
    text-transform: uppercase;
    margin: -5px 0 25px 0;
}
.repair-central-service .col-left p{
    font-family: 'RobotoRegular', Arial;
    font-size: 15px;
    color: #000000;
    line-height: 1.6;
}
.repair-central-service .items{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 35px 0 -30px 0;
}
.repair-central-service .items .col{
    margin-bottom: 30px;
    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: 'RobotoCondensedBold', Arial;
    font-size: 16px;
    color: #000000;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin: 0 0 12px -5px;
}
.repair-central-service .items .col .title span{
    background: #F6DC3E;
    padding: 2px 5px;
}
.repair-central-service .items .col .subtext, .repair-central-service .items .col .sub-text{
    font-family: 'RobotoRegular', Arial;
    font-size: 12px;
    color: #AAAAAA;
    line-height: 1.4;
}

.repair-central-service .bottom-line{
    height: 80px;
    background: url(/assets/ui/img/index/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: 'RobotoRegular', 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: #F6F5F5;
    color: #000000;
    padding: 45px 0px 25px 0;
    margin: 0 5px;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    width: 20%;
}
.services-list .col:hover{

}
.services-list .col:last-child{
    margin-right: 0;
}
.services-list .col:first-child{
    margin-left: 0;
}
.services-list .col .img-box{

}
.services-list .col .img-box img{
    display: block;
    margin: 0 auto 22px auto;
    transition: all ease 0.2s;
}
.services-list .col .name{
    font-family: 'RobotoCondensedBold', Arial;
    font-size: 16px;
    color: #000000;
    line-height: 1.3;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    height: 40px;
    transition: all ease 0.2s;
}
.services-list .col .price {
    font-family: 'RobotoRegular', Arial;
    font-size: 14px;
    color: #000000;
    line-height: 1.6;
}
.services-list .col .price b {
    font-family: 'RobotoCondensedBold', Arial;
    font-size: 16px;
}
.services-list .col:hover .name{
    color: #848484;
}

.services-list .col-nav{
    width: calc(20% - 2px);
    background: #F6F5F5;
    display: flex;
    align-items: center;
    justify-content: center;
}
.prev-arrow{
    display: inline-block;
    width: 49px;
    height: 48px;
    background: url(/assets/ui/img/icons/ico-prev-big.png) no-repeat;
    margin: 0 5px;
    transition: all ease 0.2s;
}
.prev-arrow:hover{
    background: url(/assets/ui/img/icons/ico-prev-big-hover.png) no-repeat;
}
.next-arrow{
    display: inline-block;
    width: 49px;
    height: 48px;
    background: url(/assets/ui/img/icons/ico-next-big.png) no-repeat;
    margin: 0 5px;
    transition: all ease 0.2s;
}
.next-arrow:hover{
    background: url(/assets/ui/img/icons/ico-next-big-hover.png) no-repeat;
}
/*----/services-list----*/

/*----slider-index---*/
.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: 'RobotoCondensedBold', Arial;
    font-size: 40px;
    color: #000000;
    margin-bottom: 12px;
    line-height: 1.1;
}
.slider-index .window .description{
    font-family: 'RobotoRegular', Arial;
    font-size: 18px;
    line-height: 1.48;
    color: #000000;
    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: 'RobotoRegular', 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(/assets/ui/img/icons/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(/assets/ui/img/icons/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(/assets/ui/img/icons/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(/assets/ui/img/icons/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(/assets/ui/img/icons/slider-prev.png) no-repeat left center;
    cursor: pointer;
}
.slider-repair-any-block .controls-line .btn-prev:hover{
    background: url(/assets/ui/img/icons/slider-prev-hover.png) no-repeat left center;
}
.slider-repair-any-block .controls-line .btn-prev a{
    display: block;
    height: 100%;
}
.slider-repair-any-block .controls-line .btn-next{
    width: 16px;
    height: 20px;
    background: url(/assets/ui/img/icons/slider-next.png) no-repeat right center;
    cursor: pointer;
    display: inline-block;
}
.slider-repair-any-block .controls-line .btn-next:hover{
    background: url(/assets/ui/img/icons/slider-next-hover.png) no-repeat right center;
}
.slider-repair-any-block .controls-line .btn-next a{
    display: block;
    height: 100%;
}
.slider-repair-any-block .slide{
    display: block;
    text-align: center;
    height: 160px;
    overflow: hidden;
    position: relative;
    border: 1px solid #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: #000000;
}
.contacts-phone-line > .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 140px;
}
.contacts-phone-line .col-left{
    width: 47%;
}
.contacts-phone-line .col-right{
    width: 51%;
}
.contacts-phone-line a.phone{
    font-family: 'RobotoCondensedBold', Arial;
    font-size: 50px;
    color: #fff;
    display: block;
}
.contacts-phone-line a.email{
    font-family: 'RobotoRegular', Arial;
    font-size: 20px;
    color: #fff;
}
.contacts-phone-line .col-right .text{
    font-family: 'RobotoRegular', Arial;
    font-size: 15px;
    color: #AAAAAA;
    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: #F6DC3E;
}

.call-question{
    height: 405px;
    background: #F6F5F5;
}
.call-question .img-master{
    position: absolute;
    bottom: 0;
    left: -120px;
}
.call-question > .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 210px;
    height: 100%;
}
.call-question .col-left{
    width: 460px;
    height: 280px;
    position: relative;
}
.call-question .col-left .title{
    font-family: 'RobotoCondensedBold', Arial;
    font-size: 30px;
    color: #000000;
    line-height: 1.2;
    text-transform: uppercase;
    margin: 0 0 25px 0;
    padding-right: 30px;
}
.call-question .col-left .subtext{
    font-family: 'RobotoRegular', 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: 'RobotoRegular', Arial;
    font-size: 15px;
    color: #000000;
    line-height: 1.6;
    margin-left: 18px;
}
.call-question .col-left .btn-box .subtext-btn strong{
    font-family: 'RobotoCondensedBold', Arial;
}
.call-question .col-right{
    width: 350px;
    height: 280px;
    position: relative;
}
.call-question .col-right .title{
    font-family: 'RobotoCondensedBold', Arial;
    font-size: 30px;
    color: #000000;
    line-height: 1.2;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}
.call-question .col-right .subtext{
    font-family: 'RobotoRegular', 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----*/

.select_town {
    margin-left: auto;
    position: relative;
    z-index: 10;
    min-width: 180px;
}
.select_town__active {
    font-family: 'RobotoCondensedBold', Arial;
    font-size: 16px;

    border: 1px solid #E2CD4A;
    padding: 11px 16px;
    padding-right: 45px;
    cursor: pointer;
    position: relative;
}
.select_town__active:before {
    content: '';
    display: block;
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -5px;
    width: 6px;
    height: 9px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg width='6' height='9' viewBox='0 0 6 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 8L4 4.5L1 1' stroke='black' stroke-width='2'/%3E%3C/svg%3E%0A");
    transition: all 0.2s ease-in-out;
}
.select_town.is-open .select_town__active:before {
    transform: rotate(90deg);
}
.select_town__list {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #fff;
    box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.08);
    padding: 18px 24px;
}
.select_town.is-open .select_town__list {
    display: block;
}
.select_town__list ul {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.select_town__list ul li {
    display: block;
    position: relative;
    margin: 0;
    padding: 3px 0;
    list-style-type: none;
    font-size: 16px;
    line-height: 19px;
}
.select_town__list ul li a {
    font-family: 'RobotoCondensedBold', Arial;
}
.masters {
    padding-top: 80px;
}
.masters h2 {

    font-family: 'RobotoCondensedBold', Arial;
    font-size: 30px;
    color: #000000;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
}

.masters__list {
    display: flex;
    justify-content: flex-start;
    padding-top: 45px;
    padding-bottom: 45px;
}

.masters__el {
    border: 6px solid #F2DD5E;
    margin-right: 20px;
    width: 25%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-top: 29px;
    padding-bottom: 34px;
    padding-left: 15px;
    padding-right: 15px;
}

.masters__photo {
    margin-bottom: 37px;
    text-align: center;
}

.masters__photo img {
    border-radius: 50%;
}

.masters__name {
    margin-bottom: 23px;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    font-family: 'RobotoCondensedBold', Arial;
}

.masters__exp {
    font-family: 'RobotoRegular', Arial;
    text-align: center;
    font-size: 16px;
    line-height: 19px;

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

}
.base-text h2{
    font-family: 'RobotoCondensedBold', Arial;
    font-size: 30px;
    color: #000000;
    line-height: 1.2;
    text-transform: uppercase;
    margin: 75px 0 20px 0;
}
.base-text p{
    font-family: 'RobotoRegular', Arial;
    font-size: 15px;
    color: #000000;
    line-height: 1.6;
    margin: 20px 0;
}
.base-text ul li{
    font-family: 'RobotoRegular', Arial;
    font-size: 15px;
    color: #000000;
    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: #F6DC3E;
    position: absolute;
    left: 0;
    top: 10px;
}
/*--/base-text--*/

/*--search-catalog--*/
.search-catalog{
    padding: 0 0 0 0;
}
.search-line{
    height: 86px;
    background: #000000;
    
}
.search-line .container{
    display: flex;
    align-items: center;
    height: 100%;
}
.search-line .title{
    font-family: 'RobotoCondensedBold', Arial;
    font-size: 16px;
    color: #fff;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin: 0 55px 0 0;
}
.search-line form input.search{
    font-family: 'RobotoRegular', Arial;
    font-size: 15px;
    color: #000000;
    padding: 0 0 0 46px;
    padding-bottom: 2px;
    margin: 0 1px 0 0;
    width: 420px;
    height: 50px;
    background: url(/assets/ui/img/icons/ico-search.png) no-repeat left 20px center #fff;
}
.search-line form button.submit{
    vertical-align: top;
}
.search-line .sum{
    font-family: 'RobotoRegular', Arial;
    font-size: 12px;
    color: #F6F5F5;
    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: #848484
}
.search-catalog .models-grid .item .title{
    font-family: 'RobotoCondensedBold', Arial;
    font-size: 16px;
    color: #000000;
    line-height: 1.3;
    height: 50px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    transition: all ease 0.2s;
}
.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{

}
.search-catalog .models-more-box .models-more.active{

}
.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: 'RobotoRegular', Arial;
    font-size: 14px;
    color: #000000;
    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: #848484;
}
.search-catalog .models-list .model-list-item span{
    background: url(/assets/ui/img/icons/ico-right-tabs.png) no-repeat top 1px right;
    display: inline-block;
    padding-right: 10px;
/*
    background: url(/assets/ui/img/icons/ico-model-list-item.png) no-repeat top 3px right;
    display: inline-block;
    padding-right: 10px;
*/
}

.search-catalog .nothing-found{
    padding: 0 0 80px 0;
    text-align: center;
}
.search-catalog .nothing-found .title{
    font-family: 'RobotoCondensedBold', Arial;
    font-size: 30px;
    color: #000000;
    margin-bottom: 18px;
}
.search-catalog .nothing-found .description{
    font-family: 'RobotoRegular', Arial;
    font-size: 18px;
    color: #000000;
    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(/assets/ui/img/tabs/tabs_bg.jpg) no-repeat center top;
    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: 'RobotoCondensedBold', Arial;
    font-size: 30px;
    color: #fff;
    margin-bottom: 35px;
    text-align: center;
    text-transform: uppercase;
}
.tabs-service .tabs ul{
    margin: 0 auto 40px auto;
}
.tabs-service .tabs ul li{
    margin: 0 15px;
    padding: 13px 0;
    float: left;
    transition: all ease 0.2s;
}
.tabs-service .tabs ul li:not(.ionTabs__tab_state_active):hover a{
    color: #848484;
    border-bottom: 1px dotted #848484;
}
.tabs-service .tabs ul .ionTabs__tab_state_active{
    padding: 13px 30px 12px 30px;
    background: #F6DC3E;
}

.ionTabs__tab.ionTabs__tab_state_active{

}
.tabs-service .tabs .ionTabs__tab a{
    font-family: 'RobotoRegular', Arial;
    font-size: 15px;
    color: #fff;
    border-bottom: 1px dotted #fff;
    display: inline-block;
    padding: 0 0 1px 0;
    transition: all ease 0.2s;
}
.tabs-service .tabs .ionTabs__tab_state_active a{
    font-family: 'RobotoCondensedBold', Arial;
    border-bottom: none;
    color: #000000;
}

.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: 'RobotoCondensedBold', Arial;
    font-size: 21px;
    color: #fff;
    margin-bottom: 18px;
    line-height: 1.4;
    text-transform: uppercase;
    width: 95%;
}
.tabs-service .tabs div.tabs-block .description{
    font-family: 'RobotoRegular', Arial;
    font-size: 15px;
    color: #fff;
    line-height: 1.6;
    width: 485px;
}
.tabs-service .tabs div.tabs-block .bottom-text{
    font-family: 'RobotoRegular', Arial;
    font-size: 12px;
    line-height: 1.7;
    color: #AAAAAA;
    position: absolute;
    width: 500px;
    bottom: 40px;
}
.tabs-service .tabs div.tabs-block .bottom-text:before{
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background: #F6DC3E;
    box-shadow: 0 0 0 4px rgba(246, 220, 62, 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(/assets/ui/img/icons/accordion-control-right.png) no-repeat left center;
}
.accordion-prices a.title.accordion__active-elem{
    background: url(/assets/ui/img/icons/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(/assets/ui/img/prices/accordion-prices-inner-bg-master.jpg) no-repeat;
}
.accordion-prices .info-blocks .col.diagnos{
    background: url(/assets/ui/img/prices/accordion-prices-inner-bg-diagnos.jpg) no-repeat;
}

.accordion-prices .row.tr{
    padding: 20px 15px 20px 30px;
    border-top: 1px solid #e3e3e3;
    margin-top: -1px;
    display: block;
    -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(/assets/ui/img/icons/accordion-control-right.png);
    background-size: cover;
    margin: 6px;
}
.accordion-prices .row.th{
    padding: 15px 15px 15px 30px;
    background: #f4f4f4;
}
.accordion-prices .row.th .col-services,
.accordion-prices .row.th .col-doing,
.accordion-prices .row.th .col-price{
    font-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 #F4F4F4;
}
.contacts .slider-catalog-tabs{
    border-top: none;
}
.slider-catalog-tabs h2{
    font-family: 'RobotoCondensedBold', Arial;
    font-size: 30px;
    text-align: center;
    line-height: 1;
    margin-bottom: 35px;
    color: #000000;
    text-transform: uppercase;
}
.slider-catalog-tabs .ionTabs__head{
    display: flex;
    justify-content: center;
}
.slider-catalog-tabs .ionTabs__head li{
    font-family: 'RobotoRegular', Arial;
    font-size: 15px;
    line-height: 1;
    color: #000000;
    padding: 13px 0 12px 0;
    transition: all ease 0.2s;
    margin: 0 15px 0 15px;
}
.slider-catalog-tabs .ionTabs__head li:hover{
    color: #848484;
}
.slider-catalog-tabs .ionTabs__head li.ionTabs__tab_state_active{
    font-family: 'RobotoCondensedBold', Arial;
    background: #F6DC3E;
    color: #000000;
    padding: 13px 30px 12px 30px;
}
.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 #000000;
}
.slider-catalog-tabs .ionTabs__head li:not(.ionTabs__tab_state_active):hover span{
    border-bottom: 1px dotted #848484;
}
.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.fridge,
.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: 255px;
    text-align: center;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
}
.slider-catalog-tabs .ionTabs__body .columns.fridge .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: #848484;
}
.slider-catalog-tabs .ionTabs__body .title{
    font-family: 'RobotoCondensedBold', Arial;
    font-size: 16px;
    color: #000000;
    line-height: 1.3;
    display: block;
    margin: 0 0 16px 0;
    height: 45px;
    letter-spacing: 0.06em;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}
.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: 'RobotoRegular', Arial;
    font-size: 12px;
    color: #AAAAAA;
    line-height: 1.7;
    padding: 0 30px 0 30px;
    height: 58px;
}

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

/*--/slider-catalog-tabs*/


/*--form-expert--*/
.form-expert{
    height: 190px;
    border: 4px solid #F6DC3E;
    padding: 0 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 65px 0 0 0;
}
.form-expert .col-left{
    width: 32%;
}
.form-expert .col-left .title{
    font-family: 'RobotoCondensedBold', Arial;
    font-size: 21px;
    color: #000000;
    margin: 0 0 6px 0;
    line-height: 1.6;
    text-transform: uppercase;
}
.form-expert .col-left .subtext{
    font-family: 'RobotoRegular', Arial;
    font-size: 15px;
    color: #000000;
    line-height: 1.6;
}
.form-expert .col-center{
    width: 38%;
    position: relative;
}
.form-expert .col-center .over-text{
    font-family: 'RobotoRegular', Arial;
    font-size: 16px;
    color: #000000;
    margin: 0 0 6px 0;
}
.form-expert .col-center .input{
    margin: 0 2px 0 0;
}

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: 'RobotoRegular', Arial;
    font-size: 12px;
    color: #AAAAAA;
    line-height: 1.6;
    margin: 12px 0 0 0;
}
.form-expert .col-center .politic a{
    color: #000000;
    transition: all ease 0.2s;
}
.form-expert .col-center .politic a:hover{
    color: #848484;
}
.form-expert .col-right{
    width: 25%;
    text-align: right;
}
.form-expert .col-right .phone-callback{
    margin: 0 0 8px 0;
}
.form-expert .col-right .phone-callback .small{
    font-family: 'RobotoRegular', Arial;
    font-size: 17px;
    color: #000000;
    display: inline-block;
    position: relative;
    bottom: 2px;
    transition: all ease 0.2s;
}
.form-expert .col-right .phone-callback .big{
    font-family: 'RobotoCondensedBold', Arial;
    font-size: 35px;
    color: #000000;
    transition: all ease 0.2s;
}
.form-expert .col-right .phone-callback:hover .small,
.form-expert .col-right .phone-callback:hover .big{
    color: #848484;
}
.form-expert .col-right .subtext{
    font-family: 'RobotoRegular', Arial;
    font-size: 14px;
    color: #000000;
    line-height: 1.5;
}
/*--/form-expert--*/

/* --BLOCKS -- */
.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: 282px;
    display: flex;
    align-items: center;
}
.blocks .blocks-item:nth-child(1){
    background: #F6DC3E;
}
.blocks .blocks-item:nth-child(2){
    background: url(/assets/ui/img/footer/bg-blocks-wasger.png) no-repeat top right #F3EECC;
}
.blocks .blocks-item h3{
    font-family: 'RobotoCondensedBold', Arial;
    font-size: 30px;
    color: #000000;
    line-height: 1.2;
    text-transform: uppercase;
    margin: 0 0 25px 0;
}
.blocks .blocks-item:nth-child(2) h3{
    color: #000000;
}
.blocks .blocks-item ul{

}
.blocks .blocks-item ul li{
    font-family: 'RobotoRegular', Arial;
    font-size: 18px;
    color: #000000;
    line-height: 1.6;
    background: url(/assets/ui/img/icons/check.png) no-repeat 0 6px;
    padding-left: 26px;
    margin: 0 0 15px 0;
}
.blocks .blocks-item ul li:last-child{
    margin: 0;
}
.blocks .blocks-item p{
    font-family: 'RobotoRegular', Arial;
    font-size: 15px;
    color: #000000;
    line-height: 1.6;
    padding: 0 80px 0 0px;
}

/*----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: 'RobotoCondensedBold', Arial;
    font-size: 40px;
    color: #000000;
    line-height: 1.1;
    text-transform: uppercase;
    margin: 70px 0 70px 0;
}
.politic-content{
    padding: 0 0 40px 0;
}
.politic-content p{
    font-family: 'RobotoRegular', Arial;
    font-size: 15px;
    color: #000000;
    line-height: 1.6;
    margin: 18px 0 18px 0;
}
.politic-content p .link{
    white-space: nowrap;
}
.politic-content h2{
    font-family: 'RobotoCondensedBold', Arial;
    font-size: 30px;
    color: #000000;
    line-height: 1.2;
    text-transform: uppercase;
    margin: 55px 0 20px 0;
}
.politic-content ul{
    margin: 18px 0 18px 0;
}
.politic-content ul li{
    font-family: 'RobotoRegular', Arial;
    font-size: 15px;
    color: #000000;
    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: #F6DC3E;
    border-radius: 100%;
    left: 0;
    margin-top: 8px;
}
/*----/politic----*/

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

/*----footer-----*/
footer .line-color .col{
    height: 15px;
}
footer .line-title{
    background: #000000;
}
footer .line-title .container{
    display: flex;
    align-items: center;
    height: 100px;
}
footer .line-title img:not(.btn-to-top){
    margin-right: 30px;
}
footer .line-title h3{
    font-family: 'RobotoRegular', Arial;
    font-size: 18px;
    color: #fff;
    margin-right: 30px;
}
footer .btn-to-top{
    margin-left: auto;
    cursor: pointer;
    width: 36px;
    height: 36px;
    background: url(/assets/ui/img/icons/up-arrow-footer.png) no-repeat center center;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    border: 1px solid #fff;
}
footer .btn-to-top:hover{
    background: url(/assets/ui/img/icons/up-arrow-footer-hover.png) no-repeat center center #fff;
}

footer .line-links{
    background: #000000;
}
footer .bottom-menu{
    padding: 20px 0 45px 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: 'RobotoCondensedBold', Arial;
    font-size: 16px;
    color: #fff;
    line-height: 1;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 26px;
}
footer .bottom-menu .col-left .col .menu{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 340px;
}
footer .bottom-menu .col li{
    margin-bottom: 18px;
}
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: 'RobotoRegular', Arial;
    font-size: 14px;
    color: #fff;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
}
footer .bottom-menu .col-left .col ul li a:hover{
    color: #fff;
    border-bottom: 1px solid #fff;
}
footer .bottom-menu .col-left .col ul li span{
    font-family: 'RobotoRegular', 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: 'RobotoRegular', Arial;
    font-size: 12px;
    color: #AAAAAA;
    margin: 0 0 3px 0;
}
footer .bottom-menu .col-right .phone .small{
    font-family: 'RobotoRegular', Arial;
    font-size: 17px;
    color: #AAAAAA;
    display: inline-block;
    position: relative;
    bottom: 2px;
}
footer .bottom-menu .col-right .phone .big{
    font-family: 'RobotoCondensedBold', Arial;
    font-size: 35px;
    color: #fff;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    margin-left: -4px;
}
footer .bottom-menu .col-right .phone:hover .big{
    color: #848484;
}
footer .bottom-menu .col-right .sub-text{
    font-family: 'RobotoRegular', Arial;
    font-size: 12px;
    color: #fff;
    line-height: 1.7;
    margin: 18px 0 28px 0;
}
footer .bottom-menu .col-right .btn-call-back{

}

footer .line-politic{
    background: #282828;
}
footer .line-politic > .container{
    display: flex;
    align-items: center;
    height: 62px;
}
footer .line-politic .title{
    font-family: 'RobotoRegular', Arial;
    font-size: 15px;
    color: #fff;
    line-height: 1;
    margin-right: 20px;
}
footer .line-politic .politic{
    font-family: 'RobotoRegular', Arial;
    font-size: 12px;
    color: #7A7A7A;
    line-height: 1;
    display: block;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
}
footer .line-politic .politic:hover{
    color: #AAAAAA;
}
footer .line-politic .img-box{
    margin-left: auto;
}
/*----/footer-----*/
.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;
}
.politic-bottom-info.center a{
    text-decoration: underline;
}

/*--modal--*/
div.blocker{
    z-index: 20;
    background: rgba(0, 0, 0, 0.6);
}

div.modal{
    z-index: 30;
    padding: 0;
    max-width: 386px;
    border-radius: 0;
    -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(/assets/ui/img/icons/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(/assets/ui/img/icons/ico-modal-close-hover.png) no-repeat center;
}

.modal .content{
    padding: 35px 40px;
}
.modal .content .title{
    font-family: 'RobotoCondensedBold', Arial;
    font-size: 30px;
    color: #000000;
    line-height: 1;
    text-transform: uppercase;
    margin: 0 0 25px 0;
}
.modal .content p{
    font-family: 'RobotoRegular', Arial;
    font-size: 15px;
    color: #000000;
    line-height: 1.6;
    margin: 0 0 20px 0;
}
.modal .content form label{
    font-family: 'RobotoRegular', Arial;
    font-size: 14px;
    color: #000000;
    line-height: 1;
    margin: 0 0 8px 0;
    display: block;
}
.modal .content form input{
    width: 100%;
    margin: 0 0 5px 0;
}
.modal .content form input:hover,
.modal .content form textarea:hover{

}
.modal .content form textarea{

}
.modal .content .close{

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

}
.modal .content form .btn-line .sub-btn{
    font-family: 'RobotoRegular', Arial;
    font-size: 12px;
    color: #AAAAAA;
    line-height: 1.7;
    margin: 0 0 0 20px;
}

/*--/modal--*/

/*--personal-data--*/
.personal-data{
    font-family: 'RobotoRegular', Arial;
    font-size: 12px;
    color: #AAAAAA;
    line-height: 1.5;
    margin: 12px 0 0 0;
}
.personal-data a{
    color: #000000;
    display: inline-block;
    line-height: 1;
    transition: all ease 0.2s;
}
.personal-data a:hover{
    color: #848484;
}
/*--/personal-data--*/




@media screen and (max-width:1680px){
    /* .line-top{
        padding: 0 40px;
    } */
}
.text_bottom {
font-family: 'RobotoRegular', Arial;
    font-size: 15px;
    color: #000000;
    line-height: 1.6;
    padding-top:40px;
    padding-bottom:20px;
}
.text_bottom h2 {
    font-size: 30px;
    line-height: 1.2;
    text-transform: uppercase;
    padding: 20px 0 20px;
}


.text_bottom p, .text_bottom ul li {
margin-bottom:20px;
}

.text_bottom ul {list-style: disc;margin-left:30px;}

header.fixed{
    position: fixed;
    z-index: 5;
    top: 0;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 5px 0px rgb(50 50 50 / 75%);
    -moz-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 2px 5px 0px rgb(50 50 50 / 29%);
}
header.fixed .header-top{
    display: none;
}
header.fixed .line-top{
    height: 73px;
}
header.fixed ul.main-menu > li > a{
    height: 63px;
    line-height: 60px;
}
main.fixed-menu{
    margin-top: 230px;
}

.ionTabs__item.ionTabs__item_state_active {
            display: block;
        }
.text_bottom ol {
    list-style-type: auto;
    margin-left: 30px;
}

.text_bottom ol li {
    margin-bottom: 20px;
}

.examples {
    padding: 55px 0;
}

.examples h2 {
    font-family: 'RobotoCondensedBold', Arial;
    font-size: 30px;
    color: #000000;
    line-height: 1;
    margin-bottom: 40px;
    text-align: center;
    text-transform: uppercase;
}
.examples__container {
    border: 3px solid #F6DC3E;
    padding: 44px 65px;
}

.examples__slider {
    display: flex;
    
}

.examples__slider .is-slide {
    
}

.examples__slide {
    
}

.examples__slide img {
    max-width: 100%;
    height: auto;
}

.examples__slider .slick-arrow {
    width: 20px;
    height: 30px;
    opacity: 1 !important;
}
.examples__slider .slick-arrow:before {
    display: block;
    width: 20px;
    height: 30px;
    opacity: 1 !important;
    font-size: 0;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='17' viewBox='0 0 11 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.5 2L3 8.5L9.5 15' stroke='%23F6DC3E' stroke-width='3'/%3E%3C/svg%3E%0A") !important;
}
.examples__slider .slick-next:before {
    transform: rotate(180deg);
    
}
.examples__slider .slick-prev {
    left: -110px;
}

.examples__slider .slick-next {
    right: -110px;
}

.examples__slider .slick-disabled {
    opacity: 0.65 !important;
    
}




footer.footer {
    background: #000;
    padding: 30px 0;
}

footer.footer .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 30px;
    border-bottom: 1px solid #ffffff7a;
}

footer.footer .top .logo-slogan {
    display: flex;
    align-items: center;
    gap: 35px;
}

footer.footer .top .logo-slogan .slogan {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}

footer.footer  .phone {
    text-align: right;
}
footer.footer  .phone.dn {
    display: none;
}
footer.footer .phone .title {
    color: #fff;
    font-size: 14px;
    line-height: 30px;
}

footer.footer  .phone a.phone-callback {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}

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


footer.footer .middle .menu-footer {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 80px;
    list-style-type: none;
    max-width: 65%;
    flex-direction: column;
    max-height: 180px;
}

footer.footer .middle .menu-footer li,footer.footer .middle .menu-footer li a {
    font-size: 13px;
    color: #fff;
    font-weight: 400;
}

footer.footer .middle .pay .list {
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: flex-end;
}

footer.footer .middle .pay .list img {
    height: 27px;
}

footer.footer .middle .pay .name {
    font-size: 15px;
    color: #fff;
    text-align: right;
    margin-bottom: 12px;
}

footer.footer .middle .pay {
    margin-top: 33px;
}

footer.footer .bottom {
    padding-top: 30px;
    border-top: 1px solid #ffffff7a;
    display: flex;
    justify-content: space-between;
    color: #fff;
    font-size: 13px;
}

footer.footer .bottom .politic {
    text-decoration: underline;
}



.list-catalog-main {
    padding: 50px 0;
    background: #F6F5F5;
}

.list-catalog-main .title {
    font-family: 'RobotoCondensedBold';
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.list-catalog-main .wrap {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

.list-catalog-main .wrap .col {
    width: calc(100%/3 - 12px);
    background: #fff;
}
.list-catalog-main .wrap .col .img-box img{
    width: 100%;
}
.list-catalog-main .wrap .col .name {
    padding: 15px;
    font-family: 'RobotoCondensedBold';
    font-size: 20px;
    font-weight: 500;
    line-height: 23px;
    text-transform: uppercase;
}

.list-catalog-main .wrap .col .bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px 20px;
}

.list-catalog-main .wrap .col .bottom .link {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
}

.list-catalog-main .wrap .col .bottom .price {
    background: #000;
    padding: 8px 14px;
    font-family: 'RobotoCondensedBold';
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
    color: #F6DC3E;
}

@media screen and (max-width:768px) {
    .list-catalog-main .wrap .col {
        width: calc(100%/2 - 12px);
    }
}
@media screen and (max-width:600px) {
    .list-catalog-main .wrap .col {
        width: 100%;
    }
}