
@font-face {
    font-family: "GaggenBold";
    src:
    url("/assets/ui/fonts/GaggenBold.woff") format("woff"),
    url("/assets/ui/fonts/GaggenBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
	font-display: swap;
}
@font-face {
    font-family: "GaggenRegular";
    src:
    url("/assets/ui/fonts/GaggenRegular.woff") format("woff"),
    url("/assets/ui/fonts/GaggenRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
	font-display: swap;
}


body * {
    outline: none;
}
main * {
    max-height: 10000000px;
}
main {
    display: block;
    width: 100%;
    background: #000;
    background-repeat: no-repeat;
    background-position: top center;
}

.form-error-border {
    border: 1px solid #be1f1f!important;
}
textarea {
    resize: vertical;
}
input::-webkit-input-placeholder {
    color: #a1a1a1;
}
input::-moz-placeholder {
    color: #a1a1a1;
}
input:-ms-input-placeholder {
    color: #a1a1a1;
}
input:-moz-placeholder {
    color: #a1a1a1;
}
.phone{
    white-space: nowrap;
}

.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----*/
.phone-callback {
    display: inline-block;
}
header {
    background: #000;
    position: sticky;
    top: 0;
    z-index: 10;
}
.line-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 115px;
}
.line-top .container {
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.line-top .col-left {
    display: flex;
    align-items: center;
    margin-left: 0;
}
.line-top .col-left .logo {
    display: block;
    margin: 0;
}
.line-top .col-left .logo-text {
    font-family: 'GaggenBold', Arial, sans-serif;
    font-size: 18px;
    color: #A2A2A2;
    line-height: 1.35;
    display: block;
    width: 280px;
    margin-left: 40px;
}

.line-top .phone {
    width: 240px;
    text-align: right;
}
.line-top .phone .sub-text {
    font-family: 'GaggenRegular', Arial, sans-serif;
    font-size: 15px;
    color: #A2A2A2;
    margin: 0 0 3px 0;
}
.line-top .phone .small {
    font-family: 'GaggenRegular';
    font-size: 15px;
    color: #fff;
    display: inline-block;
    position: relative;
    bottom: 2px;
    right: 2px;
    transition: all ease 0.2s;
}
.line-top .phone .big {
    font-family: 'GaggenBold', Arial, sans-serif;
    font-size: 40px;
    color: #fff;
    transition: all ease 0.2s;
}
.line-top .phone:hover .small,
.line-top .phone:hover .big {
    color: #DD682B;
}

nav {

}
nav.main-menu {

}

ul.main-menu {
    position: relative;
    display: flex;
    justify-content: space-between;
}
ul.main-menu li {
    position: relative;
}
ul.main-menu li:last-child {
    padding: 0;
}
ul.main-menu li.active a {
    color: #696969;
    pointer-events: none;
}
ul.main-menu li a {
    font-family: 'GaggenBold', Arial, sans-serif;
    font-size: 16px;
    color: #fff;
    display: inline-block;
    transition: all ease 0.2s;
    padding: 0 0 23px 0;
    position: relative;
}
ul.main-menu li a:hover {
    color: #DD682B;
}

.drop-block {
    position: absolute;
    width: 100%;
    padding: 40px 60px 50px 60px;
    -webkit-box-shadow: 0 20px 40px rgba(50,50,50,0.06);
            box-shadow: 0 20px 40px rgba(50,50,50,0.06);
    background: #fff;
    display: none;
    top: 53px;
    z-index: 10;
}
.drop-block:before {
    content: '';
    position: absolute;
    height: 5px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 5px solid #fff;
    top: -10px;
    left: 80px;
}
.drop-block h2 {
    font-family: 'Raleway-Regular', Arial, sans-serif;
    font-size: 25px;
    color: #2f2f2f;
    margin-bottom: 40px;
}

.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 {
    height: 580px;
    background-repeat: no-repeat;
    background-position: right 50% top;
}

.contacts article.head-banner {
    background-image: url(/assets/ui/img/contacts/bg_contacts.jpg);
    height: 680px;
}
.feedback article.head-banner {
    background-image: url(/assets/ui/img/feedback/bg_feedback.jpg);
}

.ovens article.head-banner {
    background-image: url(/assets/ui/img/equipment/ovens/bg-ovens.jpg);
}
.dishwasher article.head-banner {
    background-image: url(/assets/ui/img/equipment/dishwasher/bg-dishwasher.jpg);
}
.cooktops article.head-banner {
    background-image: url(/assets/ui/img/equipment/cooktops/bg-cooktops.jpg);
}

.vytyazhki article.head-banner {
    background-image: url(/assets/ui/img/equipment/vytyazhki/bg-vytyazhki.jpg);
}
.ovens article.head-banner .text {
    margin-left: 0;
    margin-right: auto;
}
.fridge article.head-banner {
    background-image: url(/assets/ui/img/equipment/fridge/bg-fridge.jpg);
}
.appliances article.head-banner {
    background-image: url(/assets/ui/img/equipment/appliances/bg-appliances.jpg);
}
.about article.head-banner {

}

.model article.head-banner {

}

article.head-banner .content {
    display: flex;
    align-items: flex-end;
    height: 100%;
}
article.head-banner .text {
    width: 500px;
    margin-left: auto;
    margin-bottom: 40px;
    padding: 40px;
    background: #000;
}

.model article.head-banner .text {
    width: 700px;
    display: flex;
    padding: 0;
    position: relative;
}
.model.failures article.head-banner .text {

}
.model article.head-banner .text > .col-left {
    width: 500px;
    justify-content: center;
    padding: 30px 40px 40px 40px;
}
.model article.head-banner .text > .col-right {
    background-size: cover;
    width: 190px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}

article.head-banner .text h1 {
    font-family: 'GaggenBold', Arial, sans-serif;
    font-size: 40px;
    color: #fff;
    margin-bottom: 12px;
    line-height: 1.08;
}
.model article.head-banner .text h1 {
    color:  white;
}
article.head-banner .text ul {
    margin: 15px 0 0 0;
}
article.head-banner .text ul li {
    font-family: 'GaggenRegular', Arial, sans-serif;
    font-size: 18px;
    color: #fff;
    margin-bottom: 16px;
    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: 3px;
    height: 3px;
    position: absolute;
    background-color: #fff;
    left: 0;
    margin-top: 7px;
}

article.head-banner .text p {
    font-family: 'GaggenRegular', Arial, sans-serif;
    font-size: 18px;
    color: #fff;
    line-height: 1.5;
}
article.head-banner .text p .link {
    font-family: 'GaggenRegular', Arial, sans-serif;
    white-space: nowrap;
}
article.head-banner .text .price-start {
    font-family: 'GaggenBold', Arial, sans-serif;
    font-size: 21px;
    color: #DD682B;
    margin: 15px 0 0 0;
}
article.head-banner .img-box img {
    max-height: 250px;
    max-width: 160px;
}
article.head-banner .bottom-line {
    margin-top: 22px;
    display: flex;
    align-items: center;
}
.article.head-banner .bottom-line {
    height: 40px;
}
article.head-banner .bottom-line .sub-text {
    font-family: 'GaggenRegular', Arial, sans-serif;
    font-size: 15px;
    color:  #696969;
    background: none;
    padding: 0 0 0 15px;
    display: flex;
    align-items: center;
    letter-spacing: 0.5px;
    line-height: 20px;
}

.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 {
    z-index: 1;
    padding: 16px 0 18px 0;
}
.politic .breadcrumbs {
    position: relative;
}
.breadcrumbs a {
    font-family: 'GaggenRegular', Arial, sans-serif;
    font-size: 11px;
    color:  white;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}
.breadcrumbs a:hover {
    color: #DD682B;
}
article.head-banner .breadcrumbs a {
    color:  white;
}
.breadcrumbs span {
    font-family: 'GaggenRegular', Arial, sans-serif;
    font-size: 11px;
    color:  white;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}
article.head-banner .breadcrumbs span {
    color:  white;
}
.breadcrumbs a:after {
    content: '/';
    display: inline-block;
    width: 4px;
    height: 6px;
    padding: 0 0 4px 0;
    margin: 0 2px 0 4px;
    color: #a2a2a2;
}
article.head-banner .breadcrumbs a:after {
    background: url(/assets/ui/fonts/img/icons/ico-breadcrumbs-arrow-light.png) no-repeat center center;
}
/*----/breadcrumbs----*/

/*----btn-call-back----*/


.btn-bg {
    padding: 0 20px 0 20px;
    font-family: 'GaggenBold', Arial, sans-serif;
    font-size: 18px;
    color: #000000;
    line-height: 39px;
    height: 40px;
    cursor: pointer;
    display: inline-block;
    transition: all ease 0.2s;
    position: relative;
    letter-spacing: 0.4px;
    background: #fff;
    border: 1px solid transparent;
}
.btn-bg span {
    padding: 0 10px 0 0;
    position: relative;
    white-space: nowrap;
}
.btn-bg span:after {
    content: '';
    position: absolute;
    width: 4px;
    height: 7px;
    background: url(/assets/ui/img/icons/ico-right-dark.png) no-repeat center;
    margin: 0 0 0 6px;
    top: 8px;
}
.btn-bg.btn-bg-dark {
    background: #000;
    color: #fff;
    border: 1px solid #FFFFFF;
}
.btn-bg.btn-bg-dark span:after{
    background: url(/assets/ui/img/icons/ico-right-light.png) no-repeat center;
}
/*----/btn-call-back----*/
.btn-call-back {
    border: 1px solid transparent;
}
.head-banner .btn-call-back{
    white-space: nowrap;
}
/*----failures_table----*/
article.failures_table {
    margin: 50px auto 60px auto;
}
.cooktops.failures article.failures_table {
    margin-bottom: 30px;
}
article.failures_table .line-title {
    display: flex;
    align-items: center;
    margin: 0 0 30px 0;
}
.failures_table .line-title h2 {
    font-family: 'GaggenBold', Arial, sans-serif;
    font-size: 30px;
    color:  white;
    display: inline-block;
}
.failures_table .line-title .subtext {
    font-family: 'GaggenRegular', Arial, sans-serif;
    line-height: 24px;
    font-size: 18px;
    color: #DD682B;
    margin: 1px 0 0 18px;
    display: inline-block;
}
.failures_table .line-title .subtext strong {
    font-family: 'ElectroluxSansSemibold', Arial, sans-serif;
}

.failures_table__container{
    display: flex;
    flex-wrap: wrap;
}
.failures_table__col {
    display: block;
    width: 356px;
    min-height: 190px;
    padding: 35px 40px 35px 40px;
    background: #ffffff;
    margin: 0 21px 21px 0;
    border: 1px solid transparent;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    position: relative;
}
a.failures_table__col.ending{
    height: 225px;
}
.failures_table__col:nth-child(3n) {
    margin-right: 0;
}

a.failures_table__col:not(.ending):hover {
    border: 1px solid #DD682B;
    background: #DD682B;
}
a.failures_table__col:not(.ending):hover .failures_table__col_title {
    color: #fff;
}
a.failures_table__col:not(.ending):hover .failures_table__col_price {
    color: #fff;
}
a.failures_table__col:hover .failures_table__col_title_span {

}
.failures_table__col_title_span {
    padding-right: 12px;
    background-image: url(/assets/ui/img/icons/ico-right-tabs-d.png);
    background-repeat: no-repeat;
    background-position: right top 9px;
    -webkit-transition: background ease 0.2s;
    transition: background ease 0.2s;
}
.failures_table__col_title {
    font-family: 'GaggenBold', Arial, sans-serif;
    font-size: 21px;
    color: #000000;
    margin: 0 0 12px 0;
    line-height: 1.1;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
}
.failures_table__col_desc {
    font-family: 'GaggenRegular', Arial, sans-serif;
    font-size: 15px;
    color: #696969;
    overflow: hidden;
    line-height: 1.3;
    transition: all ease 0.2s;
}
a.failures_table__col:not(.ending):hover .failures_table__col_desc {
    color: #fff;
}
.failures_table__col_price {
    font-family: 'GaggenBold', Arial, sans-serif;
    font-size: 21px;
    color: #000000;
    line-height: 1.4;
    transition: all ease 0.2s;
    position: absolute;
    bottom: 30px;
    letter-spacing: 0.6px;
    transition: all ease 0.2s;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.master .failures_table__col_price,
.diagnos .failures_table__col_price,
.guarantee .failures_table__col_price{
    color: #DD682B;
    letter-spacing: 0.5px;
}
.failures_table__col_price-sum {
    margin: 0 10px 0 0;
}
.failures_table__col_price-request {
    font-family: 'GaggenRegular', Arial, sans-serif;
    font-size: 15px;
    text-transform: none;
    display: inline-block;
    color: #A2A2A2;
    letter-spacing: 0;
    transition: all ease 0.2s;
    margin: 2px 0 0 0;
}
.failures_table__col_price-request:hover {
    color: #DD682B;
}
.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,
.failures_table__col.diagnos .failures_table__col_title {
    color: #fff;
}
.failures_table__col.guarantee .failures_table__col_title {
    color:  white;
}
.failures_table__col.master .failures_table__col_desc {
    color: #696969;
    font-size: 18px;
}
.failures_table__col.diagnos .failures_table__col_desc {
    color: #696969;
    font-size: 18px;
}
.failures_table__col.guarantee .failures_table__col_desc {
    color: #a2a2a2;
    font-size: 18px;
}

main.appliances .failures_table__col.master,
main.appliances .failures_table__col.diagnos {

}

.failures-estimated-cost {
    padding: 55px 0 10px 0;
}
.failures-estimated-cost .columns {
    display: flex;
    align-items: center;
}
.failures-estimated-cost .col-left {
    width: 50%;
    padding: 0 0 0 90px;
    position: relative;
}

.failures-estimated-cost .col-left h2 {
    font-family: 'GaggenBold', Arial, sans-serif;
    font-size: 30px;
    color:  white;
    line-height: 1.1;
}
.failures-estimated-cost .col-left h2 span {
    color: #696969;
}

.failures-estimated-cost .col-right {
    width: 50%;
    padding: 0 70px 0 0;
}
.failures-estimated-cost .col-right .description {
    font-family: 'GaggenRegular', Arial, sans-serif;
    font-size: 18px;
    line-height: 1.5;
    color:  white;
    margin-bottom: 18px;
}
.failures-estimated-cost .col-right .btn-group .master {
    margin-right: 1px;
}
/*----/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: 37px;
    left: -10px;
}
.failures-sale .text{
    margin: 0 0 25px 0;
    position: relative;
}
.failures-sale .title{
    font-family: 'GaggenBold', Arial;
    font-size: 40px;
    color: #fff;
    line-height: 1.1;
    margin: 0 0 12px 0;
}
.failures-sale .title span{
    color: #DD682B;
    display: inline-block;
}
.failures-sale .description{
    font-family: 'GaggenRegular', Arial;
    font-size: 20px;
    color: #fff;
    line-height: 1.4;
    width: 390px;
}
.failures-sale form{

}
.failures-sale form input{
    font-family: 'GaggenRegular', Arial;
    font-size: 15px;
    color: #363636;
    width: 200px;
    height: 40px;
    border: none;
    padding: 0 0 1px 20px;
    margin: 0 1px 0 0;
    vertical-align: bottom;
}
.failures-sale form .submit{
    background-image: url(/assets/ui/img/prices/sale/ico-percent.png);
    background-position: left 20px center;
    background-repeat: no-repeat;
    padding-left: 50px;
}

.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 .bt.vytyazhki {
    right: 5px;
}
.failures-sale .bt.ovens {
    right: 29px;
}
.failures-sale .bt.cooktops {
    right: 31px;
}
.failures-sale .master{
    position: absolute;
    right: 150px;
    bottom: 0;
}
/*----/failures-sale----*/


/*--certificates--*/
.certificates {
    background: #fff;
    height: 280px;
    margin: 20px auto 75px auto;
    padding: 0 40px 0 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.certificates .col-left {
    width: 500px;
    padding: 0 20px 0 0;
    position: relative;
    z-index: 1;
}
.certificates .col-left h2 {
    font-family: 'GaggenBold', Arial, sans-serif;
    font-size: 30px;
    color: black;
    line-height: 1;
    margin-bottom: 15px;
}
.certificates .col-left .subtext {
    font-family: 'GaggenRegular', Arial, sans-serif;
    font-size: 18px;
    color: black;
    line-height: 1.4;
}
.certificates .col-right {
    width: 640px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    z-index: 0;
    right: 40px;
}
/*--/certificates--*/

/*--scheme-of-work--*/
.scheme-of-work {
    padding: 0 0 75px 0;
    background: #000;
    border-bottom: 1px solid #1D1D1D;
}
.scheme-of-work h2 {
    font-family: 'GaggenBold', Arial, sans-serif;
    font-size: 40px;
    color: white;
    line-height: 1;
    margin-bottom: 20px;
    text-align: center;
}
.scheme-of-work .description {
    font-family: 'GaggenRegular', Arial, sans-serif;
    font-size: 18px;
    color:  white;
    line-height: 1.4;
    text-align: center;
    margin: auto auto 35px auto;
    padding: 0 30%;
}
.scheme-of-work .steps {
    display: flex;
    justify-content: space-between;
}
.scheme-of-work .steps .col {
    width: 260px;
    display: flex;
}
.scheme-of-work .steps .col .img-box {
    padding-right: 20px;
}
.scheme-of-work .steps .col .title {
    font-family: 'GaggenBold', Arial, sans-serif;
    font-size: 18px;
    color:  white;
    line-height: 1.3;
    margin-bottom: 10px;
    letter-spacing: .5px;
}
.scheme-of-work .steps .col .subtext {
    font-family: 'GaggenRegular', Arial, sans-serif;
    font-size: 15px;
    color: #696969;
    line-height: 1.4;
}
/*--/scheme-of-work--*/

/*----section.about-page----*/
section.about-page .head-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 280px;
    margin: 0 0 10px 0;
}
section.about-page .head-banner h1 {
    width: 55%;
    font-family: 'GaggenBold', Arial, sans-serif;
    font-size: 40px;
    color:  white;
    line-height: 1.1;
}
section.about-page .head-banner .btn-call-back {
    margin-right: 1px;
}
section.about-page .about-line-top {
    height: 390px;
    background: url(/assets/ui/img/about/bg-about-line-top.jpg) no-repeat;
    background-size: cover;
    display: flex;
    align-items: flex-end;
    padding: 0 65px;
}

section.about-page .about-line-top h2 {
    font-family: 'GaggenBold', Arial, sans-serif;
    font-size: 30px;
    color: #fff;
    line-height: 1.2;
    width: 65%;
    margin: 0 0 110px 0;
}

.about-layer-over > .container{
    margin: -80px auto 0 auto;
    display: flex;
    align-items: flex-end;
}
.about-layer-over .col-left {
    display: flex;
    align-items: center;
    width: 730px;
    float: left;
    padding: 40px 80px 40px 40px;
    font-family: 'GaggenRegular', Arial, sans-serif;
    font-size: 18px;
    color: #fff;
    line-height: 1.5;
    background: url(/assets/ui/img/about/bg-about-col-left.jpg) no-repeat bottom right  white;
    background-size: cover;
    height: 220px;
}
.about-layer-over .col-right {
    width: 380px;
    float: left;
    padding: 0 0px 15px 30px;
    display: flex;
    align-content: center;
    flex-wrap: wrap;

}
.about-layer-over .col-right h3 {
    font-family: 'GaggenBold', Arial, sans-serif;
    font-size: 21px;
    color:  white;
    margin-bottom: 15px;
}
.about-layer-over .col-right p {
    font-family: 'GaggenRegular', Arial, sans-serif;
    font-size: 12px;
    color: #A2A2A2;
    line-height: 1.5;
}
.about-any-technique {
    margin: 75px auto 0 auto;
}
.about-any-technique h2 {
    font-family: 'GaggenBold', Arial, sans-serif;
    font-size: 30px;
    color:  white;
    margin-bottom: 35px;
    text-align: center;
}
.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-right: 0;
}
.about-any-technique .col:nth-last-of-type(-n+3){
    margin-bottom: 0;
}
.about-any-technique .col img {
    margin-bottom: 20px;
    transition: opacity 0.2s ease;
}
.about-any-technique .col:hover img{
    opacity: 0.5;
}
.about-any-technique .col .title {
    font-family: 'GaggenBold', Arial, sans-serif;
    font-size: 18px;
    color:  white;
    margin-bottom: 10px;
    transition: all 0.2s ease;
}
.about-any-technique .col:hover .title{
    color: #DD682B;
}
.about-any-technique .col .description {
    font-family: 'GaggenRegular', Arial, sans-serif;
    font-size: 12px;
    color: #a2a2a2;
    line-height: 1.5;
    display: none;
}

.about-advantages {
    padding: 20px 0 20px 0;
    background: #000000;
    margin: 20px auto;
}
.about .about-advantages {
    padding: 50px 0 60px 0;
}
.about-advantages h2 {
    font-family: 'GaggenBold', Arial, sans-serif;
    font-size: 24px;
    color:  white;
    margin-bottom: 20px;
    display: none;
}
.about .about-advantages h2 {

}
.about-advantages .line {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.about-advantages .col {
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 5px 0 0;
}
.about-advantages .col:nth-child(1) {
    width: 240px;
}
.about-advantages .col:nth-child(2) {
    width: 225px;
}
.about-advantages .col:nth-child(3) {
    width: 250px;
}
.about-advantages .col:nth-child(4) {
    width: 192px;
}

.about-advantages .col .img-box {
    padding-right: 15px;
}
.about-advantages .col .title {
    font-family: 'GaggenBold', Arial, sans-serif;
    color: white;
    line-height: 21px;
    font-size: 18px;
}
.about-advantages .col .sub-text {
    font-family: 'GaggenRegular', Arial, sans-serif;
    font-size: 12px;
    color: #a2a2a2;
    line-height: 1.5;
}
.equipment .about-advantages {
    padding: 20px 0 20px 0;
}

/*--about-brand--*/
.about-brand{
    padding: 75px 80px 75px 80px;
    background: #1D1D1D;
    margin-bottom: 80px;
}
.about-brand .title-line{
    display: flex;
    align-items: center;
    margin: 0 0 45px 0;
}
.about-brand .title-line h2{
    font-family: 'GaggenBold', Arial, sans-serif;
    color: #fff;
    line-height: 1px;
    font-size: 30px;
}
.about-brand .title-line .subtext{
    font-family: 'GaggenRegular', Arial, sans-serif;
    font-size: 18px;
    color: #DD682B;
    line-height: 1.5;
    margin: 5px 0 0 20px;
}
.about-brand .columns{
    display: flex;
}
.about-brand .col{
    width: 50%;
    padding: 0 30px 0 20px;
    border-left: 2px solid #DD682B;
}
.about-brand .col:nth-child(2){
    padding-right: 0;
}
.about-brand .col .title{
    font-family: 'GaggenBold', Arial, sans-serif;
    font-size: 21px;
    color: #fff;
    line-height: 1;
    margin: 0 0 18px 0;
}
.about-brand .col .text{
    font-family: 'GaggenRegular', Arial, sans-serif;
    font-size: 15px;
    color: #fff;
    line-height: 1.5;
}
/*--/about-brand--*/

.news-block {

}
.news-block .img-box {
    background: url(/assets/ui/fonts/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: 'HotpointRegular', Arial, sans-serif;
    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/fonts/img/icons/down-arrow.png) no-repeat right bottom 20px;
}
.accordion-news .parent-li a.parent.active {
    background: url(/assets/ui/fonts/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: 'HotpointRegular', Arial, sans-serif;
    font-size: 13px;
    color: #222222;
    line-height: 1.5;
    padding: 0 0 20px 0;
}

.differences-from-others {
    padding: 75px 80px 75px 80px;
    margin-top: 80px;
    background: #fff;
}
.differences-from-others .columns{
    display: flex;
}
.differences-from-others .col-left {
    width: 50%;
    padding-right: 30px;
}
.differences-from-others .col-right {
    width: 50%;
    text-align: right;
}
.differences-from-others h2 {
    font-family: 'GaggenBold', Arial, sans-serif;
    font-size: 30px;
    color: #000000;
    margin-bottom: 15px;
}
.differences-from-others .description {
    font-family: 'GaggenRegular', Arial, sans-serif;
    font-size: 18px;
    color: #000000;
    line-height: 1.3;
    margin: 0 0 45px 0;
}
.differences-from-others .items .col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-bottom: 35px;
}
.differences-from-others .items .col:last-of-type{
    margin: 0;
}
.differences-from-others .items .col .img-box{
    width: 84px;
    min-width: 84px;
}
.differences-from-others .items .col img {

}
.differences-from-others .items .col .title {
    font-family: 'GaggenBold', Arial, sans-serif;
    font-size: 21px;
    color:  #000000;
    margin-bottom: 10px;
}
.differences-from-others .items .col .sub-text {
    font-family: 'GaggenRegular', Arial, sans-serif;
    font-size: 12px;
    color: #696969;
    line-height: 1.4;
}

.numbers{
    padding: 90px 0 75px 0;
    border-bottom: 1px solid #1D1D1D;
}
.numbers .columns {
    display: flex;
    justify-content: space-between;
}
.numbers .col {
    width: 20%;
}
.numbers .col:nth-child(3) {
    width: 26%;
}
.numbers .col .number {
    font-family: 'GaggenBold', Arial, sans-serif;
    font-size: 120px;
    color: #FFF;
    margin-bottom: 10px;
}
.numbers .col .number span{
    font-family: Arial, sans-serif;
    font-size: 85%;
    font-weight: bold;
}
.numbers .col .sub-text {
    font-family: 'GaggenRegular', Arial, sans-serif;
    font-size: 18px;
    color:  white;
    line-height: 1.4;
    padding: 0 40px 0 0;
}
/*----/section.about-page----*/

/*----repair-central-service----*/
.repair-central-service {
    margin: 40px 0 0 0;
}

.repair-central-service .col-left {
    height: 300px;
    padding: 35px 520px 40px 40px;
    background: url(/assets/ui/img/index/bg-repair-central-service.png) no-repeat right top #fff;
    margin-bottom: 80px;
}
.repair-central-service .col-right {
    width: 100%;
}
.repair-central-service .col-left h2 {
    font-family: 'GaggenBold', Arial, sans-serif;
    color:  #000000;
    line-height: normal;
    font-size: 40px;
    margin: 0 0 20px 0;
}
.repair-central-service .col-left p {
    font-family: 'GaggenRegular', Arial, sans-serif;
    color:  #000000;
    line-height: 24px;
    font-size: 18px;
    padding: 0 10px 0 0;
}
.repair-central-service .items {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.repair-central-service .items .col {
    display: flex;
}

.repair-central-service .items .col img {
    margin-right: 20px;
}
.repair-central-service .items .col .sub-text {
    font-family: 'GaggenBold', Arial, sans-serif;
    font-size: 18px;
    color:  white;
    line-height: 1.2;
    text-align: left;
}
.repair-central-service .bottom-line {
    height: 80px;
    background: url(/assets/ui/fonts/img/index/bottom-line.jpg) no-repeat;
}
/*----/repair-central-service----*/

/*----services-list----*/
.services-list {
    width: 100%;
    display: flex;
    align-items: center;
}
.services-list h2 {
    font-size: 40px;
    font-family: "GaggenBold", Arial, sans-serif;
    color: #fff;
    line-height: 1.25;
    text-align: center;
    margin: 75px 0 30px 0;
}

.services-list .columns {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}
.services-list .col {
    transition: all ease 0.2s;
    width: 350px;
    margin-bottom: 40px;
}

.services-list .col .img-box {
    position: relative;
    margin: 0 0 25px 0;
}
.services-list .col .img-box img {
    vertical-align: bottom;
    transition: all ease 0.4s;
}
.services-list .col:hover .img-box img {
    opacity: 0.5;
}
.services-list .col .name {
    font-family: 'GaggenBold', Arial, sans-serif;
    font-size: 18px;
    color: #fff;
    transition: all ease 0.4s;
    z-index: 1;
}
.services-list .col:hover .name {
    color: #DD682B;
}

.services-list .col.contact {
    background-image: url(../img/index/contact.jpg);
    padding: 40px;
    text-align: left;
}
.services-list .col.contact h3 {
    font-family: "GaggenBold", Arial, sans-serif;
    font-size: 30px;
    color: #fff;
    line-height: normal;
    margin: 0 0 15px 0;
}
.services-list .col.contact p {
    font-family: "GaggenRegular", Arial, sans-serif;
    color: #fff;
    margin: 0 0 25px 0;
    line-height: 24px;
    font-size: 18px;
}

/*----/services-list----*/

/*----slider-index---*/
.slider-index {
    position: relative;
}
.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.slider-index .window-wrap {
    width: 100%;
    height: 680px;
    position: absolute;
    top: 0;
}
.slider-index .window {
    z-index: 1;
    position: absolute;
    width: 500px;
    right: 0;
    bottom: 40px;
    display: flex;
    align-items: center;
    padding: 40px 40px 40px 40px;
    background: #000000;
}

.slider-index .window .h1 {
    font-family: 'GaggenBold', Arial, sans-serif;
    font-size: 40px;
    color: #fff;
    line-height: 1;
    margin: 0 0 12px 0;
}

.slider-index .window .description {
    font-family: 'GaggenRegular', Arial, sans-serif;
    font-size: 18px;
    color: #fff;
    line-height: 1.4;
    margin: 0 0 22px 0;
}

.slider-index .window .bottom-line {
    display: flex;
    align-items: center;
}
.slider-index .window .bottom-line .btn-call-back {
    white-space: nowrap;
}
.slider-index .window .bottom-line .sub-text {
    font-family: 'GaggenRegular', Arial, sans-serif;
    font-size: 15px;
    color: #696969;
    line-height: 1.5;
    display: inline-block;
    margin-left: 15px;
}

.slider-container {

}
.slider-services li {
    outline: none;
}

.slider-services .slick-prev:before,
.slider-services .slick-next:before {
    display: none;
}

.slider-services .slick-prev {
    width: 21px;
    height: 40px;
    display: block;
    background: url(/assets/ui/img/icons/ico-prev.png) no-repeat center;
    transition: all ease 0.2s;
    left: 20px;
    z-index: 2;
    font-size: 0;
    top: 47%;
}
.slider-services .slick-prev:hover {
    background: url(/assets/ui/img/icons/ico-prev-hover.png) no-repeat center;
}
.slider-services .slick-next {
    width: 21px;
    height: 40px;
    display: block;
    background: url(/assets/ui/img/icons/ico-next.png) no-repeat center;
    transition: all ease 0.2s;
    right: 20px;
    z-index: 2;
    font-size: 0;
    top: 47%;
}
 .slider-services .slick-next:hover {
    background: url(/assets/ui/img/icons/ico-next-hover.png) no-repeat center;
}

.slider-services .slick-dots {
    bottom: 20px;
}
.slider-services .slick-dots li {
    margin: 0 5px;
    width: auto;
    height: auto;
}
.slider-services .slick-dots li button {
    width: 12px;
    height: 12px;
    padding: 0;
    border-radius: 100%;
    border: 2px solid #FFFFFF;
    transition: all ease 0.2s;
}
.slider-services .slick-dots li button:hover {
    border: 2px solid #DD682B;
}
.slick-dots li button:before {
    display: none;
}
.slider-services .slick-dots li.slick-active button {

}
.slider-services .slick-dots li.slick-active button:before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 3px;
    left: 3px;
    background: #fff;
    border-radius: 100%;
    opacity: 1;
}
/*----/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/fonts/img/icons/slider-prev.png) no-repeat left center;
    cursor: pointer;
}
.slider-repair-any-block .controls-line .btn-prev:hover {
    background: url(/assets/ui/fonts/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/fonts/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/fonts/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: #1D1D1D;
    display: flex;
    align-items: center;
    height: 145px;
    padding: 0 40px;
    margin-top: 50px;
    margin-bottom: 50px;
}
.contacts-phone-line .col-left {
    width: 50%;
    margin-bottom: 8px;
}
.contacts-phone-line .col-right {
    width: 50%;
    padding: 0 0 0 30px;
}
.contacts-phone-line a.phone {
    font-family: 'GaggenBold', Arial, sans-serif;
    font-size: 60px;
    color: #ffffff;
    display: block;
}
.contacts-phone-line .col-right .text {
    font-family: 'GaggenRegular', Arial, sans-serif;
    font-size: 18px;
    color: #ffffff;
    line-height: 1.4;
    position: relative;
    padding-top: 20px;
}
.contacts-phone-line .col-right .text:before {
    content: '';
    position: absolute;
    top: 0;
    display: block;
    width: 50px;
    height: 2px;
    background-color: #DD682B;
}

.call-question {
    display: flex;
    align-items: center;
    height: 285px;
}
.call-question .col-left {
    width: 50%;
    height: 100%;
    position: relative;
    background: url(/assets/ui/img/contacts/bg-call-question.jpg) no-repeat bottom left #fff;
    border-right: 1px solid rgb( 237, 237, 237 );
    padding: 35px 35px 0 215px;
}
.call-question .col-left .img-outside{
    position: absolute;
    bottom: 0;
    left: -40px;
}
.call-question .col-left .title {
    font-family: 'GaggenBold', Arial, sans-serif;
    font-size: 30px;
    color:  #000000;
    line-height: 1;
    margin: 0 0 15px 0;
    padding-right: 30px;
}
.call-question .col-left .subtext {
    font-family: 'GaggenRegular', Arial, sans-serif;
    font-size: 15px;
    color: #000000;
    line-height: 1.4;
    padding-right: 30px;
    margin: 0 0 15px 0;
}
.call-question .col-left .btn-box {
    position: absolute;
    bottom: 40px;
}
.call-question .col-left .btn-call-back {
    border: 1px solid #000;
}
.call-question .col-left .btn-call-back:hover{
    border: 1px solid #DD682B;;
}
.call-question .col-left .btn-box .subtext-btn {
    font-family: 'GaggenRegular', Arial, sans-serif;
    font-size: 16px;
    color: #44ace9;
    margin-left: 18px;
}

.call-question .col-right {
    width: 50%;
    height: 100%;
    position: relative;
    padding: 35px 15px 0 30px;
}
.call-question .col-right .title {
    font-family: 'GaggenBold', Arial, sans-serif;
    font-size: 30px;
    color:  white;
    line-height: 1.1;
    margin: 0 0 15px 0;
}
.call-question .col-right .subtext {
    font-family: 'GaggenRegular', Arial, sans-serif;
    font-size: 15px;
    color:  white;
    line-height: 1.5;
}
.call-question .col-right .btn-box {
    position: absolute;
    bottom: 40px;
    display: flex;
    align-items: center;
}
.call-question .col-right .btn-box .btn-call-back {

}

.departure-master {
    margin: 75px auto 70px auto;
}
.departure-master .base-text h2 {
    margin-top: 0;
}

section.map {
    margin: 20px auto 10px auto;
}
section.map .base-text {

}
section.map .base-text h2 {
    margin-top: 0;
}
/*----/contacts-page----*/

/*--base-text--*/
.base-text {

}
.base-text h2 {
    font-family: 'GaggenBold', Arial, sans-serif;
    font-size: 30px;
    color:  white;
    line-height: 1.2;
    margin: 55px 0 15px 0;
}
.base-text p {
    font-family: 'GaggenRegular', Arial, sans-serif;
    font-size: 15px;
    color:  white;
    line-height: 1.5;
    margin: 15px 0 15px 0;
}
.base-text ul li {
    font-family: 'GaggenRegular', Arial, sans-serif;
    font-size: 15px;
    color:  white;
    margin-bottom: 12px;
    padding-left: 14px;
    background: url(/assets/ui/fonts/img/icons/dot-base-list.png) no-repeat top 5px left;
    position: relative;
}
.base-text ul li:before {
    content: '';
    display: block;
    width: 3px;
    height: 3px;
    position: absolute;
    background-color: #fff;
    border-radius: 50%;
    left: 0;
    margin-top: 6px;
}
/*--/base-text--*/

/*--search-catalog--*/
.search-catalog {
    margin: 60px 0 0 0;
}
.search-line {
    height: 96px;
    background: #1D1D1D;
    display: flex;
    align-items: center;
    padding: 0 40px;
}
.search-line .title {
    font-family: 'GaggenBold', Arial, sans-serif;
    font-size: 21px;
    color: #ffffff;
    padding: 0 40px 0 0;
}
.search-line form input.search {
    font-family: 'GaggenRegular', Arial, sans-serif;
    font-size: 15px;
    color: #A2A2A2;
    padding: 0 40px 0 56px;
    line-height: 20px;
    margin: 0 -3px 0 0;
    width: 340px;
    height: 40px;
    background: url(/assets/ui/img/icons/ico-search.png) no-repeat left 20px center #fff;
}
.search-line form input.search::-webkit-input-placeholder {
    color: #a2a2a2;
}
.search-line form input.search:-ms-input-placeholder {
    color: #a2a2a2;
}
.search-line form input.search::placeholder {
    color: #a2a2a2;
}
.search-line form button.submit {
    font-family: 'GaggenBold', Arial, sans-serif;
    height: 40px;
    line-height: 40px;
    vertical-align: top;
    font-size: 18px;
    padding: 0 18px;
}
.search-line .sum {
    font-family: 'GaggenRegular', Arial, sans-serif;
    font-size: 15px;
    color: #696969;
    margin-left: auto;
}

.search-catalog .models-grid {
    padding: 45px 20px 0 20px;
    display: flex;
    flex-wrap: wrap;
}
.search-catalog .models-grid .item {
    width: 33.33333333%;
    text-align: center;
    display: block;
    margin: 0 0 35px 0;
}
.search-catalog .models-grid .item:nth-child(n+10) {
    display: none;
}
.search-catalog .models-grid .item:hover .title {
    color: #DD682B;
}
.search-catalog .models-grid .item .title {
    font-family: 'GaggenRegular', Arial, sans-serif;
    font-size: 18px;
    color:  white;
    height: 45px;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
}
.search-catalog .models-grid .item .title span {

}
.search-catalog .models-grid .item .img-box {

}
.search-catalog .models-grid .item .img-box img {
    display: block;
    margin: auto;
    max-height: 250px;
    max-width: 230px;
}

.search-catalog .models-more-box {
    text-align: center;
    padding: 0 0 40px 0;
}
.search-catalog .models-more-box .models-more {
    height: 40px;
    line-height: 40px;
    background-image: url(/assets/ui/img/icons/ico-more-down.png);
    background-position: right 18px center;
    background-repeat: no-repeat;
    font-size: 18px;
    padding: 0 20px;
    padding-right: 30px;
    transition: all ease 0.2s;
    color: #fff;
}
.search-catalog .models-more-box .models-more.active {
    background-image: url(/assets/ui/img/icons/ico-more-up.png);
}
.search-catalog .models-more-box .models-more:hover {

}

.search-catalog .models-grid-container {
    background: #000;
}
.search-catalog .models-list {
    padding: 0 65px 40px 65px;
}
.search-catalog .models-list_no_img {
    display: block;
    padding: 40px 65px 30px 65px;
}
.models-list_hide {
    display: none;
}
.search-catalog .models-list .model-list-item {
    font-family: 'GaggenRegular', Arial, sans-serif;
    font-size: 15px;
    color: #696969;
    margin-bottom: 15px;
    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: #DD682B;
}
.search-catalog .models-list .model-list-item span {
/*    background: url(/assets/ui/img/icons/ico-right-tabs.png) no-repeat top 4px right;*/
    display: inline-block;
}

.search-catalog .nothing-found {
    padding: 10px 0 70px 0;
    text-align: center;
}
.search-catalog .nothing-found .title {
    font-family: 'GaggenBold', Arial, sans-serif;
    font-size: 30px;
    color: white;
    margin-bottom: 15px;
}
.search-catalog .nothing-found .description {
    font-family: 'GaggenRegular', Arial, sans-serif;
    font-size: 18px;
    color: white;
    line-height: 1.4;
    margin-bottom: 20px;
}
.search-catalog .nothing-found .btn-group {

}
.search-catalog .nothing-found .btn-group .master {
    margin-right: 2px;
}
/*--/search-catalog--*/

/*----tabs----*/
.tabs-service {
    margin: 20px auto 80px auto;
    background: #131313;
    padding: 65px 40px 0 40px;
    position: relative;
    overflow: hidden;
    background-size: cover;
}
.tabs-service .tabs {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}
.tabs-service h2 {
    font-family: 'GaggenBold', Arial, sans-serif;
    font-size: 30px;
    color: #ffffff;
    margin-bottom: 28px;
    text-align: center;
}
.tabs-service .tabs ul {
    margin: 0 auto 0 auto;
    width: 100%;
    display: flex;
}
.tabs-service .tabs ul li {
    width: 20%;
    border: 1px solid transparent;
    text-align: center;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1D1D1D;
    border-right: 1px solid #222222;
    transition: all ease 0.2s;
}
.tabs-service .tabs ul li:not(.ionTabs__tab_state_active):hover{
    background: #DD682B;
}
.tabs-service .tabs ul li:last-of-type {
    margin: 0;
}
.tabs-service .tabs ul .ionTabs__tab_state_active {

}

.tabs-service .ionTabs__tab.ionTabs__tab_state_active {
    background: #fff;
    transition: all ease 0.2s;
}
.tabs-service .tabs .ionTabs__tab a {
    font-family: 'GaggenBold', Arial, sans-serif;
    font-size: 18px;
    color: #696969;
    display: inline-block;
}
.tabs-service .tabs ul li:not(.ionTabs__tab_state_active):hover a{
    color: #fff;
}
.tabs-service .tabs .ionTabs__tab_state_active a {
    color: #000;
}
.ionTabs__body {
    padding-top: 40px;
}
.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: 540px;
    float: left;
    min-height: 1px;
}
.tabs-service .tabs div.tabs-block .col-left .img-block {
    position: relative;
    text-align: right;
    padding: 0 65px 0 0;
}
.tabs-service .tabs div.tabs-block .col-left .img-block>img {
    vertical-align:bottom;
}
.tabs-service .tabs .fridge div.tabs-block .col-left .img-block>img {

}
/* .tabs-service .tabs .appliances div.tabs-block .col-left .img-block .icon {
    top: -45px;
    right: 35px;
} */
.tabs-service .tabs .appliances div.tabs-block .col-left .img-block>img {

}

.tabs-service .tabs div.tabs-block .col-left .img-block .icon {
    width: 90px;
    height: 90px;
    background: #fff;
    border-radius: 100%;
    position: absolute;
    top: 25px;
    right: -20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tabs-service .tabs div.tabs-block .col-right {
    width: 570px;
    float: left;
    padding: 30px 0 0 50px;
}
.tabs-service .tabs div.tabs-block h3 {
    font-family: 'GaggenBold', Arial, sans-serif;
    font-size: 21px;
    color: #ffffff;
    margin-bottom: 15px;
    line-height: 1.2;
    width: 90%;
}

.tabs-service .tabs div.tabs-block .description {
    font-family: 'GaggenRegular', Arial, sans-serif;
    font-size: 15px;
    color: #ffffff;
    line-height: 1.6;
    width: 90%;
}
.tabs-service .tabs div.tabs-block .bottom-text {
    font-family: 'GaggenRegular', Arial, sans-serif;
    font-size: 15px;
    line-height: 1.4;
    color: #DD682B;
    position: absolute;
    width: 350px;
    bottom: 55px;
}
.tabs-service .tabs div.tabs-block .bottom-text:before {
    content: '';
    display: none;
    width: 14px;
    height: 14px;
    position: absolute;
    background: url(/assets/ui/img/tabs/dot.png) no-repeat top left;
    top: -25px;
}
.tabs-service .ionTabs__head:before,
tabs-service .ionTabs__head:after {
    display: none;
}
/*----/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/fonts/img/icons/accordion-control-right.png) no-repeat left center;
}
.accordion-prices a.title.accordion__active-elem {
    background: url(/assets/ui/fonts/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/fonts/img/prices/accordion-prices-inner-bg-master.jpg) no-repeat;
}
.accordion-prices .info-blocks .col.diagnos {
    background: url(/assets/ui/fonts/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/fonts/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;
    background: #000000;
    border-top: 1px solid #000000;
}
main.index .slider-catalog-tabs {
    margin: 80px 0 0 0;
    border-top: 1px solid #1D1D1D;
}
.ionTabs__body {
    width: 1110px;
    margin: 0 auto;
}
.slider-catalog-tabs .ionTabs__body {
    border-top: none;
    padding: 0;
}
.contacts .slider-catalog-tabs {
    border-top: none;
}
#tabs_catalog {
    margin-bottom: 75px;
}
.slider-catalog-tabs h1, .slider-catalog-tabs .h1,.slider-catalog-tabs .h2, .slider-catalog-tabs h2 {
    font-family: 'GaggenBold', Arial, sans-serif;
    font-size: 40px;
    text-align: center;
    line-height: 1;
    margin-bottom: 35px;
    color:  white;
}
.slider-catalog-tabs .ionTabs__head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.slider-catalog-tabs .ionTabs__head li {
    width: 100%;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease 0.2s;
    position: relative;
    letter-spacing: 0.5px;
    background: #1D1D1D;
    border-right: 1px solid #000000;
}
.slider-catalog-tabs .ionTabs__head li:last-of-type{
    border-right: none;
}

.slider-catalog-tabs .ionTabs__head li:hover:not(.ionTabs__tab_state_active) {
    background: #DD682B;
}

.slider-catalog-tabs .ionTabs__head li:hover {

}
.slider-catalog-tabs .ionTabs__head li:hover span {

}
.slider-catalog-tabs .ionTabs__head li.ionTabs__tab_state_active {
    color: #000000;
    background: #ffffff;
}
.slider-catalog-tabs .ionTabs__head li.ionTabs__tab_state_active:hover::after {
    width: 0;
}
.slider-catalog-tabs .ionTabs__head li.ionTabs__tab_state_active span {
    border-bottom: none;
    color: #000;
}
.slider-catalog-tabs .ionTabs__head li span {
    font-family: 'GaggenBold', Arial, sans-serif;
    font-size: 18px;
    line-height: 21px;
    display: inline-block;
    border: none;
    color: #696969;
}
.slider-catalog-tabs .ionTabs__head li:hover:not(.ionTabs__tab_state_active) span{
    color: #fff;
}
.slider-catalog-tabs .ionTabs__body li {
    text-align: center;
    outline: none;
}
.slider-catalog-tabs .ionTabs__body .columns {
    display: flex;
    justify-content: space-between;
}
.slider-catalog-tabs .ionTabs__body .columns.cooktops {

}

.slider-catalog-tabs .ionTabs__body .columns.dishwasher
 {
    justify-content: center;
}
.slider-catalog-tabs .ionTabs__body .columns.dishwasher .col {
    margin: 0 15px;
}
.slider-catalog-tabs .ionTabs__body .columns.cooktops .title {

}
.slider-catalog-tabs .ionTabs__body .col {
    display: block;
    width: 255px;
    text-align: center;
    padding: 0;
    transition: all ease 0.2s;
}
.slider-catalog-tabs .ionTabs__body .title {
    font-family: 'GaggenBold', Arial, sans-serif;
    font-size: 18px;
    color:  white;
    line-height: 1.2;
    display: block;
    margin: 0 0 20px 0;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    padding: 0;
    text-align: left;
}
.slider-catalog-tabs .ionTabs__body .col:hover .title{
    color: #DD682B;
}
.slider-catalog-tabs .ionTabs__body .title span{
    position: relative;
}
.slider-catalog-tabs .ionTabs__body .title span:after{
    content: '';
    position: absolute;
    width: 4px;
    height: 7px;
    background: url(/assets/ui/img/icons/ico-right-light.png) no-repeat center;
    margin: 0 0 0 5px;
    top: 7px;
}
.slider-catalog-tabs .ionTabs__body .col:hover .title span:after{
    background: url(/assets/ui/img/icons/ico-right-color.png) no-repeat center;
}
.slider-catalog-tabs .ionTabs__body .img-box {
    margin-bottom: 22px;
}
.slider-catalog-tabs .ionTabs__body .img-box img {
    margin: auto;
    transition: all ease 0.2s;
}
.slider-catalog-tabs .ionTabs__body .col:hover .img-box img{
    opacity: 0.5;
}

.slider-catalog-tabs .ionTabs__body .description {
    font-family: 'GaggenRegular', Arial, sans-serif;
    text-align: left;
    color:  white;
    padding: 0;
    line-height: 20px;
    font-size: 15px;
}

.slider-catalog .slick-list {
    width: 1110px;
    min-height: 1px;
}

/*--/slider-catalog-tabs*/

/*--form-expert--*/
.form-expert {
    height: 224px;
    border: none;
    padding: 30px 40px;
    display: flex;
    align-items: center;
    margin: 0;
    margin-bottom: 80px;
    background: #1D1D1D;
}
.form-expert .col-left {
    width: 29%;
}
.form-expert .col-left .title {
    font-family: 'GaggenBold', Arial, sans-serif;
    font-size: 30px;
    color: white;
    margin: 0 0 15px 0;
    line-height: 1;
}
.form-expert .col-left .subtext {
    font-family: 'GaggenRegular', Arial, sans-serif;
    font-size: 18px;
    color:  white;
    line-height: 1.5;
}
.form-expert .col-center {
    width: 41%;
    padding: 0 0 0 70px;
    position: relative;
}
.form-expert .col-center::before {
    display: none;
    position: absolute;
    content: "";
    width: 1px;
    height: 100px;
    background-color: #f6f6f6;
    left: 0;
    top: 8px;
}
.form-expert .col-center::after {
    display: none;
    position: absolute;
    content: "";
    width: 1px;
    height: 100px;
    background-color:  #f6f6f6;
    right: -20px;
    top: 8px;
}
.form-expert .col-center .over-text {
    font-family: 'GaggenRegular', Arial, sans-serif;
    font-size: 18px;
    color: #FFFFFF;
    margin: 0 0 10px 0;
    line-height: 1;
}
.form-expert .col-center .input {
    font-family: 'GaggenRegular', Arial, sans-serif;
    font-size: 15px;
    color: #000000;
    width: 200px;
    height: 40px;
    border-right: 1px solid #000;
    padding: 0 0 0 15px;
    margin: 0 -4px 0 0;
    vertical-align: bottom;
    transition: all ease 0.2s;
}
.form-expert .col-center .submit {
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    vertical-align: bottom;
    margin-left:5px;
}
.form-expert .col-center .submit span{
    position: relative;
}
.form-expert .col-center .submit span:after{

}
.form-expert .col-center .politic {
    font-family: 'GaggenRegular', Arial, sans-serif;
    font-size: 12px;
    color: #696969;
    line-height: 1.3;
    margin: 12px 0 0 0;
}
.form-expert .col-center .politic a {
    color: #A2A2A2;
    line-height: 1;
    display: inline-block;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
}
.form-expert .col-center .politic a:hover {
    color: #DD682B;
}
.form-expert .col-right {
    width: 25%;
    text-align: right;
    padding: 0 0 0 25px;
    margin: 0 0 0 auto;
}
.form-expert .col-right .phone-callback {
    margin: 0 0 10px 0;
}
.form-expert .col-right .phone-callback .small {
    font-family: 'GaggenRegular', Arial, sans-serif;
    font-size: 15px;
    color: #FFFFFF;
    display: inline-block;
    position: relative;
    bottom: 2px;
    right: 2px;
    transition: color 0.2s ease;
}
.form-expert .col-right .phone-callback .big {
    font-family: 'GaggenBold', Arial, sans-serif;
    font-size: 40px;
    color: #FFFFFF;
    transition: color 0.2s ease;
}
.form-expert .col-right .phone-callback:hover .small,
.form-expert .col-right .phone-callback:hover .big {
    color: #DD682B;
}
.form-expert .col-right .subtext {
    font-family: 'GaggenRegular', Arial, sans-serif;
    font-size: 15px;
    color: #FFFFFF;
    line-height: 1.5;
    text-align: right;
}
/*--/form-expert--*/

/*--slider-techno--*/
div.slider-techno{
    margin: 0 0 80px 0;
}
div.slider-techno.about{
    margin: 0;
}
.slider-techno li > .container{
    display: flex;
    align-items: center;
}
.slider-techno .img{
    width: 540px;
    min-width: 540px;
}
.slider-techno .text{
    width: 570px;
    padding: 0 0 0 30px;
}
.about .slider-techno li:nth-child(2n) .text{
    padding: 0 30px 0 0;
}
.slider-techno .text .title{
    font-family: 'GaggenBold', Arial, sans-serif;
    font-size: 40px;
    color: #fff;
    line-height: 1;
    margin: 0 0 12px 0;
}
.slider-techno .text .description{
    font-family: 'GaggenRegular', Arial, sans-serif;
    font-size: 15px;
    color: #fff;
    line-height: 1.5;
}

.slider-techno .slick-prev:before,
.slider-techno .slick-next:before {
    display: none;
}

.slider-techno .slick-prev {
    width: 21px;
    height: 40px;
    display: block;
    background: url(/assets/ui/img/icons/ico-prev.png) no-repeat center;
    transition: all ease 0.2s;
    left: 20px;
    z-index: 2;
    font-size: 0;
    top: 47%;
}
.slider-techno .slick-prev:hover {
    background: url(/assets/ui/img/icons/ico-prev-hover.png) no-repeat center;
}
.slider-techno .slick-next {
    width: 21px;
    height: 40px;
    display: block;
    background: url(/assets/ui/img/icons/ico-next.png) no-repeat center;
    transition: all ease 0.2s;
    right: 20px;
    z-index: 2;
    font-size: 0;
    top: 47%;
}
.slider-techno .slick-next:hover {
    background: url(/assets/ui/img/icons/ico-next-hover.png) no-repeat center;
}
/*--/slider-techno--*/

/* --BLOCKS -- */
.blocks {
    background-color: #f6f5f5;
    margin-top: 80px;
    font-family: 'ElectroluxSansLight';
    padding: 40px 0;
}
.blocks .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.blocks .blocks-item {
    padding: 50px 0 50px 30px;
    width: 540px;
}
.blocks .blocks-item:nth-child(2) h3 {
    font-size: 28px;
}
.blocks .blocks-item ul li {
    font-size: 18px;
    background: url(/assets/ui/fonts/img/icons/check.png) no-repeat 0 4px;
    margin-top: 20px;
    padding-left: 20px;
}
.blocks .semibold {
    font-family: 'ElectroluxSansSemibold';
}
.blocks .blocks-item h3 {
    font-size: 30px;
    margin-bottom: 20px;
    line-height: 1.2em;
}
.blocks .blocks-item p {
    line-height: 1.5em;
    color: #0b1d39;
}
.blocks .blocks-item:nth-child(1) {
    background-color: #46cbd2;
    color: #fff;
}
.blocks .blocks-item:nth-child(2) {
    background-color: #e7ecf0;
    color: #0b1d39;
    position: relative;
}
.blocks-background {
    background: url(/assets/ui/fonts/img/index/blocks-background.jpg) no-repeat;
    background-size:cover;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 190px;
}
/*----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----*/
main.politic {
    padding: 0 0 80px 0;
}
.politic-content {
    padding-top: 75px;
    background: #000000;
}
.politic-content h1 {
    font-family: 'GaggenBold', Arial, sans-serif;
    line-height: normal;
    font-size: 40px;
    color:  white;
    margin: 0 0 30px 0;
}
.politic-content h2 {
    font-family: 'GaggenBold', Arial, sans-serif;
    font-size: 30px;
    line-height: normal;
    color:  white;
    margin-bottom: 15px;
}
.politic-content p {
    font-family: 'GaggenRegular', Arial, sans-serif;
    font-size: 15px;
    color:  white;
    line-height: 1.7;
    margin: 18px 0 18px 0;
}
.politic-content p .link {
    white-space: nowrap;
}

.politic-content ul {
    margin: 0;
}

.politic-content ul li {
    font-family: 'GaggenRegular', Arial, sans-serif;
    color: white;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 15px;
}
.politic-content ul li:last-child {
    margin-bottom: 30px;
}
.politic-content ul ul {
    margin: 25px 0 0 0;
}
.politic-content ul ul li {
    padding-left: 13px;
    margin-bottom: 8px;
    position: relative;
}
.politic-content ul ul li:before{
    content: '';
    display: block;
    width: 3px;
    height: 3px;
    position: absolute;
    background-color: #fff;
    left: 0;
    margin-top: 9px;
}
.politic-content ul ul li:last-child {
    margin-bottom: 0;
}
/*----/politic----*/

/*----error page----*/
.error-message {
    text-align: center;
    padding: 90px 0;
}
.error-message h1 {
    font-family: 'GaggenBold', Arial, sans-serif;
    font-size: 40px;
    color:  white;
    line-height: 1.1;
    margin: 0 0 15px 0;
}
.error-message .subtext {
    font-family: 'GaggenRegular', Arial, sans-serif;
    font-size: 18px;
    color:  white;
    line-height: 1.563;
    margin: 0 0 20px 0;
    padding: 0 20%;
}
.error-message .subtext .link-main {

}
.error-message .btn-group .master {
    margin-right: 2px;
}
/*----/error page----*/

/*----footer-----*/
footer .line-color .col {
    height: 15px;
}
footer .line-title {
     background: #1D1D1D;
     border-bottom: 1px solid #2F2F2F;
}
footer .line-title .container {
    display: flex;
    align-items: center;
    height: 100px;
}
footer .line-title img:not(.btn-to-top) {
    margin-right: 40px;
}
footer .line-title h3 {
    font-family: 'GaggenRegular', Arial, sans-serif;
    font-size: 18px;
    color: #fff;
    margin-right: 30px;
}
footer .btn-to-top {
    margin-left: auto;
    cursor: pointer;
    width: 40px;
    height: 40px;
    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-footer-hover.png) no-repeat center center #DD682B;
    border: 1px solid #DD682B;
}
footer {
    background-color: #f6f6f6;
    border-top: 1px solid #1D1D1D;
}
footer .line-links {
    background: #1D1D1D;
}
footer .bottom-menu.row {
    padding: 35px 0 60px 0;
}
footer .bottom-menu .col-left {
    width: 62%;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

footer .bottom-menu .col-left .col .title {
    font-family: 'GaggenBold', Arial, sans-serif;
    font-size: 21px;
    color: #fff;
    line-height: 1;
    margin-bottom: 20px;
}
footer .bottom-menu .col-left .col ul li a {
    font-family: 'GaggenRegular', Arial, sans-serif;
    font-size: 15px;
    color: #696969;
    margin-bottom: 12px;
    display: block;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
}
footer .bottom-menu .col-left .col ul li a:hover {
    color: #DD682B;
}
footer .bottom-menu .col-left .col ul li span {
    font-family: 'GaggenRegular', Arial, sans-serif;
    font-size: 14px;
    color: #696969;
    margin-bottom: 15px;
    display: block;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
}
footer .bottom-menu .col-right {
    width: 38%;
    float: left;
    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 {

}

footer .bottom-menu .col-right .phone .title {
    font-family: 'GaggenRegular', Arial, sans-serif;
    font-size: 14px;
    color: #A2A2A2;
    margin: 0 0 3px 0;
}
footer .bottom-menu .col-right .phone .small {
    font-family: 'GaggenRegular', Arial, sans-serif;
    font-size: 16px;
    color: #fff;
    display: inline-block;
    position: relative;
    bottom: 2px;
    right: 2px;
    transition: all ease 0.2s;
}
footer .bottom-menu .col-right .phone:hover .small {
    color: #DD682B;
}
footer .bottom-menu .col-right .phone .big {
    font-family: 'GaggenBold', Arial, sans-serif;
    font-size: 40px;
    color: #fff;
    transition: all ease 0.2s;
    margin-left: -4px;
}
footer .bottom-menu .col-right .phone:hover .big {
    color: #DD682B;
}

footer .bottom-menu .col-right .sub-text {
    font-family: 'GaggenRegular', Arial, sans-serif;
    font-size: 16px;
    color: #fff;
    line-height: 1.5;
    margin: 10px 0 20px 0;
}

footer .line-politic {
    background: #1D1D1D;
}
footer .line-politic > .container {
    display: flex;
    align-items: center;
    padding: 0 0 35px 0;
}
.social-links {
    margin: 0 0 0 auto;
}
.social-links svg path{
    transition: all ease 0.2s;
}
.social-links svg:hover path{
    fill: #DD682B;
}
footer .line-politic .title {
    font-family: 'GaggenRegular', Arial, sans-serif;
    font-size: 15px;
    color: #ffffff;
    line-height: 1;
    margin-right: 20px;
}
.footer-botom-line {
    height: 15px;
    background-image: url(/assets/ui/fonts/img/footer/bottom-line.jpg);
    /* min-width: 1110px;
    max-width: 1920px; */
    background-size: cover;
    margin: auto;
}
footer .line-politic .politic {
    font-family: 'GaggenBold', Arial, sans-serif;
    font-size: 15px;
    color: #696969;
    line-height: 20px;
    display: block;
    transition: all ease 0.2s;
    margin: 2px 0 0 0;
}
footer .line-politic .politic:hover {
    color: #DD682B;
}
footer .line-politic .img-box {
    margin-left: auto;
}
footer .payment .items {
    white-space: nowrap;
}
footer .payment .item{
    border: 1px solid #DCDCDC;
}
footer .payment .title{
    font-family: 'Roboto', Arial;
    font-size: 13px;
    color: #ACACAC;
    margin: 15px 0 10px 0;
}
/*----/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.9);
}
div.modal {
    z-index: 30;
    padding: 0;
    max-width: 380px;
    border-radius: 0;
    box-shadow: 0 0 40px 0 rgb( 106, 111, 117, 0.3);
}
div.modal a.close-modal {
    background: url(/assets/ui/img/icons/ico-close.png) no-repeat center;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    top: 0;
    right: 0;
}
.modal a.close-modal:hover {
    background: url(/assets/ui/img/icons/ico-close-hover.png) no-repeat center;
}

.modal .content {
    padding: 35px 40px;
}
.modal .content .title {
    font-family: 'GaggenBold', Arial, sans-serif;
    font-size: 30px;
    color: black;
    line-height: 1;
    margin: 0 0 15px 0;
}
.modal .content p {
    font-family: 'GaggenRegular', Arial, sans-serif;
    font-size: 15px;
    color: #000;
    line-height: 1.5;
    margin: 0 0 20px 0;
}
.modal .content form label {
    font-family: 'GaggenRegular', Arial, sans-serif;
    font-size: 14px;
    color: black;
    line-height: 1;
    margin: 0 0 8px 0;
    display: block;
}
.modal .content form input {
    font-family: 'GaggenRegular', Arial, sans-serif;
    font-size: 15px;
    color: black;
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #000000;
    margin: 0 0 15px 0;
    padding: 0 15px;
    transition: all ease 0.2s;
}
.modal .content form input::-webkit-input-placeholder {
    color: #A2A2A2;
}
.modal .content form input:-ms-input-placeholder {
    color: #A2A2A2;
}
.modal .content form input::placeholder {
    color: #A2A2A2;
}

.modal .content form textarea {
    font-family: 'GaggenRegular', Arial, sans-serif;
    font-size: 15px;
    color:  white;
    width: 100%;
    height: 90px;
    box-sizing: border-box;
    border: 1px solid #000;
    margin: 0 0 12px 0;
    padding: 10px;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    resize: none;
}
.modal .content form .btn-line {
    display: flex;
    align-items: center;
    margin: 0 0 15px 0;
}
.modal .content form .btn-line .submit {
    border: 1px solid #000;
}
.modal .content form .btn-line .submit:hover{
    border: 1px solid #DD682B;;
}
.modal .content form .btn-line .sub-btn {
    font-family: 'GaggenRegular', Arial, sans-serif;
    font-size: 14px;
    color: #aaaaaa;
    line-height: 1;
    margin: 0 0 0 15px;
}

.modal .content .close{
    border: 1px solid #000;
}
.modal .content .close:hover{
    border: 1px solid #DD682B;
}
/*--/modal--*/

/*--personal-data--*/


.personal-data {
    font-size: 12px;
    font-family: 'GaggenRegular', Arial, sans-serif;
    color: #a2a2a2;
    line-height: 1.3;
    margin: 15px 0 0 0;
}
.personal-data a {
    display: inline-block;
    border-bottom: 1px solid #a2a2a2;
    line-height: 1;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
}
.personal-data a:hover {
    color: #DD682B;
    border-bottom: 1px solid #DD682B;
}
/*--/personal-data--*/


/*--/Инфо по коронавирусу--*/
.covid-header {
    background-color: #1D1D1D;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 0;
    font-family: 'GaggenBold',Arial,sans-serif;  
}
.covid-header img {
    height: 55px;
    margin-left: 10px;        
}
/*--/Инфо по коронавирусу--*/


@media screen and (max-width:1680px) {
    /* .line-top {
        padding: 0 40px;
    } */
}

.coffee-machine article.head-banner {
    background-image: url(/assets/ui/img/equipment/coffee-machine/bg-coffee.jpg);
    height: 404px;
}
.text-bottom {
font-family: 'GaggenRegular', Arial, sans-serif;
margin-bottom:40px;
}

.text-bottom p, .text-bottom ul li {
    font-size: 18px;
    color: #fff;
    line-height: 1.5;
    margin-bottom:15px;
}

.text-bottom ul {
    list-style: disc;
    margin-left:30px;
}

.text-bottom h2 {
    font-family: 'GaggenBold', Arial, sans-serif;
    font-size: 35px;
    color: #fff;
    margin: 30px 0 15px 0;
    line-height: 1.08;
}