@font-face {
    font-family: Ubuntu;
    src: url('../fonts/Ubuntu-Regular.ttf');
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: Ubuntu;
    src: url('../fonts/Ubuntu-Medium.ttf');
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: Ubuntu;
    src: url('../fonts/Ubuntu-Bold.ttf');
    font-weight: 700;
    font-display: swap;
}
html, body{
    font-family: Ubuntu, sans-serif;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a, a:focus{
    color: #ffffff;
    text-decoration: none;
    transition: all .3s ease;
}
a:hover{
    filter: opacity(0.8);
    color: #FFFFFF;
}
img{
    max-width: 100%;
}
.strong{
    font-weight: 700;
}
.header__up{
    background-color: #333333;
}
.header__up_in{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 11px 0;
    color: white;
}
.header__up_in-left{
    font-size: 14px;
    line-height: 26px;
}
.time-icon{
    margin-right: 10px;
}
.header__up_in-left .strong{
    margin-left: 10px;
}
.header__contacts{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
}
.header__contacts_geo,
.header__contacts_google,
.footer_contacts_geo,
.footer__contacts_call,
.footer__contacts_google{
    display: flex;
    align-items: center;
    font-size: 15px;
    line-height: 17px;
    color: #808080;
}
.header__contacts_google-icon,
.header__contacts_geo-icon,
.footer__contacts_geo-icon,
.footer__contacts_google-icon{
    margin-right: 14px;
}
.header__contacts_google-up,
.header__contacts_geo-up,
.footer__contacts_geo-up,
.footer__contacts_geo-up,
.footer__contacts_google-up{
    margin-bottom: 5px;
    color: #333333;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
}
.header__contacts_google-up .star:first-child{
    margin-left: 5px;
}
.header__contacts_google-up .star{
    margin-right: 2px;
}
.header__contacts_google-up,
.header__contacts_google-down,
.footer__contacts_google-down,
.footer__contacts_geo-down{
    display: flex;
    align-items: center;
}
.google-img{
    margin-left: 5px;
}
.header__contacts_btn{
    display: block;
    position: relative;
    padding: 8px 80px 8px 30px;
    background: linear-gradient(0deg, #F95E01 3.05%, #F89501 100.93%);
    border-radius: 8px;
    text-align: right;
    color: white;
}
.header__contacts_btn_up{
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    margin-right: 20px;
}
.header__contacts_btn_down{
    font-weight: 700;
    font-size: 34px;
    line-height: 39px;
    margin-right: 20px;
}
.header__contacts_btn-rib{
    position: absolute;
    top: 0;
    right: 20px;
    width: 60px;
    height: 85px;
}
.orange-text{
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #F95E01;
}
.header__pretitle{
    margin-top: 83px;
}
.header__title{
    margin-top: 30px;
    font-size: 60px;
    line-height: 69px;
    font-weight: 700;
    text-transform: uppercase;
}
.header__subtitle{
    margin-top: 30px;
    font-size: 22px;
    line-height: 31px;
    color: #808080;
}
.call{
    display: block;
    border-radius: 8px;
    text-align: center;
    color: white;
}
.header__btn{
    margin-top: 40px;
    max-width: 367px;
    padding: 8px 0;
    background: #019CF9;
}
.call__text{
    display: block;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
}
.call__num{
    display: block;
    font-size: 34px;
    line-height: 39px;
    font-weight: 700;
}
.header__google{
    display: flex;
    align-items: center;
    margin-top: 21px;
    margin-bottom: 114px;
}
.header__google_img{
    margin-right: 10px;
}
.header__google_text-up{
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 22px;
    line-height: 25px;
    color: #333333;
}
.header__google_text-up .star{
    margin-right: 2px;
}
.header__google_text-up .star:last-child{
    margin-right: 10px;
}
.header__google_text-down{
    margin-top: 1px;
    font-size: 12px;
    line-height: 14px;
    color: #4F4F4F;
}
.relative{
    position: relative;
}
.master-img{
    position: absolute;
    bottom: 0;
    right: 0;
}
.intro{
    margin-top: 61px;
    text-align: center;
}
.titling{
    font-weight: 700;
    font-size: 38px;
    line-height: 44px;
    text-align: center;
    text-transform: uppercase;
    color: #333333;
}
.intro__header{
    margin-top: 30px;
}
.subheader{
    margin-top: 20px;
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    color: #BDC3C7;
}
.intro__services{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 70px;
}
.intro__services_box{
    display: block;
    max-width: 139px;
}
.intro__services_box-text{
    display: block;
    padding-top: 15px;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    text-transform: uppercase;
    color: #333333;
}
.about{
    margin-top: 70px;
}
.about__text{
    padding-top: 90px;
}
.about__text_title{
    margin-top: 30px;
    text-align: left;
}
.about__text_desc{
    margin-top: 30px;
    font-size: 18px;
    line-height: 25px;
    color: #808080;
}
.about__text_desc div{
    margin-top: 8px;
}
.about__text_btn{
    margin-top: 48px;
    max-width: 330px;
    padding: 8px 0;
}
.orange-bg{
    background: linear-gradient(0deg, #F95E01 3.05%, #F89501 100.93%);
}
.pluses{
    background-image: url("../img/Desk/webp/bg_1.webp");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 90px 0;
    margin-top: 64px;
}
.jp2 .pluses{
    background-image: url("../img/Desk/jp2/bg_1.jp2");
}
.plus{
    text-align: center;
}
.plus__title{
    padding-top: 35px;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #333333;
    text-transform: uppercase;
}
.plus__desc{
    padding-top: 20px;
    font-size: 18px;
    line-height: 25px;
    color: #808080;
}
.service-pretitle{
    margin-top: 70px;
    text-align: center;
}
.service-header{
    margin-top: 30px;
}
.services{
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    padding-top: 60px;
}
.service{
    padding: 40px 40px 60px 40px;
    height: auto;
    text-align: center;
    box-shadow: 0px 20px 40px rgba(110, 110, 110, 0.06);
}
.service__title{
    margin-top: 30px;
    font-weight: 700;
    font-size: 32px;
    line-height: 37px;
    color: #333333;
}
.service__desc{
    margin-top: 30px;
    font-size: 18px;
    line-height: 25px;
    color: #808080;
}
.service__btn{
    margin: 40px auto 0 auto;
    padding: 8px 0;
    max-width: 400px;
}
.promo{
    position: relative;
    padding: 73px 61px 68px 61px;
    box-shadow: 0px 20px 40px rgba(110, 110, 110, 0.06);
    border-radius: 8px;
    text-align: center;
    color: white;
    margin: 20px 0;
}
.promo-orange{
    background: linear-gradient(0deg, #F95E01 3.05%, #F89501 100.93%);
}
.promo-black{
    background: #333333;
}
.promo__ribbon{
    position: absolute;
    top: 0;
    right: 20px;
}
.promo__title{
    font-weight: 700;
    font-size: 38px;
    line-height: 44px;
}
.promo__text{
    display: flex;
    align-items: center;
    margin-top: 40px;
}
.promo__text_img{
    margin-right: 20px;
}
.promo__text_num{
    font-weight: 700;
    font-size: 55px;
    line-height: 63px;
}
.brands{
    margin-top: 100px;
    padding: 70px 0;
    background-image: url('../img/Desk/webp/bg_brands.webp');
    background-size: cover;
    background-repeat: no-repeat;
 }
.jp2 .brands{
    background-image: url('../img/Desk/jp2/bg_brands.jp2');
}
.brands__img{
    margin: 40px auto 0 auto;
}
.brands__btn{
    max-width: 330px;
    margin: 50px auto 0 auto;
    padding: 8px 0;
}
.why-title{
    margin-top: 70px;
}
.why-subheader{
    margin-bottom: 60px;
}
.why-item{
    display: flex;
    margin-bottom: 56px;
}
.why-item__img{
    margin-right: 24px;
}
.why-item__text_title{
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 22px;
    line-height: 25px;
    color: #333333;
    text-transform: uppercase;
}
.why-item__text_desc{
    font-size: 18px;
    line-height: 25px;
    color: #808080;
}
.about-pretitle{
    margin-top: 85px;
    text-align: center;
}
.about-title{
    margin-top: 30px;
}
.about-subtitle{
    margin: 20px auto 40px auto;
    max-width: 800px;
}
.comment{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 46px 45px 50px 30px;
    color: #FFFFFF;
    background: #4F4F4F;
    box-shadow: 0px 20px 40px rgba(110, 110, 110, 0.06);
    border-radius: 8px;
}
.comment.orange-bg{
    background: linear-gradient(0deg, #F95E01 3.05%, #F89501 100.93%);
}
.comment__up_text{
    margin-top: 35px;
    font-size: 18px;
    line-height: 25px;
}
.comment__down{
    margin-top: 40px;
    font-weight: 700;
    font-size: 22px;
    line-height: 25px;
    text-transform: uppercase;
}
.comment-btn{
    margin: 40px auto 70px auto;
    max-width: 400px;
    padding: 9px 0 12px;
    background: #019CF9;
}
.map{
    height: 519px;
}
.map iframe{
    width: 100%;
    height: 100%;
}
.footer{
    background: #4F4F4F;
    padding: 40px 0 41px 0;
}
.footer__logo{
    display: block;
    margin: 0 auto;
}
.footer__menu{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 40px;
}
.footer__menu_link{
    display: block;
    font-size: 15px;
    line-height: 17px;
    color: #FFFFFF;
}
.footer__menu_link:not(.footer__menu_link:last-child){
    margin-right: 20px;
}
.footer__contacts{
    margin-top: 40px;
    display: flex;
    justify-content: center;
}
.footer_contacts_geo{
    margin-right: 63px;
}
.footer__up_in-right{
    display: block;
    width: fit-content;
    margin: 44px auto 0 auto;
}
.footer__contacts_geo-up{
    color: #FFFFFF;
}
.footer__contacts_geo-up{
    display: block;
}
.footer__contacts_google-up{
    color: #FFFFFF;
}
.footer-down{
    background: #333333;
    padding: 14px 0 18px 0;
}
.copyright{
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
}
@media (max-width: 1400px) {
    .header__contacts_btn{
        padding-right: 70px;
        padding-left: 20px;
    }
    .header__contacts_btn-rib{
        right: 15.5px;
    }
}
@media (max-width: 1200px) {
    .header__up_in{
        justify-content: center;
    }
    .header__up_in-right{
        display: none;
    }
    .header__contacts{
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column;
    }
    .header__contacts_logo{
        max-width: 267px;
    }
    .header__contacts_google-up, .header__contacts_geo-up, .footer__contacts_geo-up, .footer__contacts_geo-up, .footer__contacts_google-up{
        font-size: 16px;
        line-height: 18px;
    }
    .header__contacts_geo, .header__contacts_google, .footer_contacts_geo, .footer__contacts_call, .footer__contacts_google{
        font-size: 14px;
        line-height: 16px;
    }
    .header__contacts_geo, .header__contacts_google{
        margin-top: 15px;
    }
    .header__contacts_btn{
        margin-top: 20px;
        padding: 10px 90px 10px 20px;
    }
    .star{
        width: 10px;
    }
    .header__contacts_btn-rib{
        right: 20px;
    }
    .header__contacts_btn_up{
        font-size: 13px;
        line-height: 15px;
        margin-right: 0;
    }
    .header__contacts_btn_down{
        font-size: 28px;
        line-height: 32px;
        margin-right: 0;
    }
    .orange-text{
        font-size: 14px;
        line-height: 16px;
    }
    .header__pretitle{
        margin-top: 55px;
    }
    .header__title{
        margin-top: 20px;
        font-size: 38px;
        line-height: 44px;
    }
    .header__subtitle{
        margin-top: 20px;
        font-size: 18px;
        line-height: 25px;
    }
    .master-img{
        display: block;
        position: static;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
    }
    .header__btn{
        margin: 36px auto 0 auto;
    }
    .header__google{
        margin: 10px auto 0 auto;
        width: fit-content;
    }
    .titling{
        font-size: 28px;
        line-height: 32px;
    }
    .intro__header{
        margin-top: 20px;
    }
    .subheader{
        margin-top: 20px;
        font-size: 18px;
        line-height: 25px;
    }
    .intro__services{
        margin-top: 40px;
    }
    .intro__services_box{
        margin-bottom: 30px;
    }
    .intro__services_box-img{
        height: auto;
        display: block;
        max-width: 400px;
        margin: 30px auto 0 auto;
    }
    .about{
        margin-top: 70px;
        display: flex;
        flex-wrap: wrap;
    }
    .order-2{
        order: 2;
    }
    .about__text{
        padding: 0;
    }
    .titling{
        margin-top: 20px;
    }
    .about__text_desc{
        margin-top: 20px;
        font-size: 16px;
        line-height: 22px;
    }
    .about__text_btn{
        margin-top: 30px;
    }
    .pluses{
        margin-top: 30px;
        padding: 81px 0 36px 0;
    }
    .plus{
        margin-bottom: 60px;
    }
    .services{
        padding-top: 30px;
        webkit-column-count: initial;
        -moz-column-count: initial;
        column-count: initial;
        display: flex;
        flex-wrap: wrap;
    }
    .service{
        padding: 20px 10px 30px 10px;
    }
    .service__img{
        max-width: 250px;
    }
    .service__title{
        margin-top: 27px;
        font-size: 28px;
        line-height: 32px;
    }
    .service__desc{
        margin-top: 27px;
        font-size: 16px;
        line-height: 22px;
    }
    .service__btn{
        margin: 27px auto 0 auto;
    }
    .promo{
        width: 100%;
        padding: 105px 25px 60px 25px;
    }
    .promo__title{
        font-size: 32px;
        line-height: 37px;
    }
    .promo__text{
        margin-top: 30px;
        flex-direction: column;
    }
    .promo__text_img{
        margin: 0;
        max-width: 70px;
        height: auto;
    }
    .promo__text_num{
        padding-top: 15px;
        font-size: 38px;
        line-height: 44px;
    }
    #Fridge{
        order: 1
    }
    #Washer{
        order: 2;
    }
    #Dryer{
        order: 3;
    }
    .promo-black{
        order: 4;
    }
    #Freezer{
        order: 5;
    }
    #Dishwasher{
        order: 6;
    }
    #Range{
        order: 7;
    }
    #Oven{
        order: 8;
    }
    .promo-orange{
        order: 9;
    }
    #Wine{
        order: 10;
    }
    .brands{
        margin-top: 70px;
    }
    .brands__img{
        height: auto;
    }
    .brands__btn{
        margin-top: 40px;
    }
    .why-title{
        margin-top: 70px;
    }
    .why-item{
        margin-top: 40px;
        margin-bottom: 0;
        align-items: flex-start;
    }
    .why-item__img{
        max-width: 60px;
        height: auto;
        margin-right: 15px;
    }
    .why-item__text_title{
        font-size: 20px;
        line-height: 23px;
        margin-bottom: 15px;
    }
    .why-item__text_desc{
        font-size: 16px;
        line-height: 22px;
    }
    .about-pretitle{
        margin-top: 70px;
    }
    .about-subtitle{
        margin-bottom: 30px;
        padding: 0 2px;
    }
    .comment{
        display: block;
        padding: 30px 20px 46px 20px;
        margin-bottom: 30px;
        height: auto;
    }
    .comment__up_img{
        width: 30px;
        height: auto;
    }
    .comment__up_text{
        margin-top: 30px;
        font-size: 16px;
        line-height: 22px;
    }
    .comment__down{
        margin-top: 30px;
        font-size: 20px;
        line-height: 23px;
    }
    .comment-btn{
        margin-top: 0;
        margin-bottom: 50px;
    }
    .map{
        height: 386px;
    }
    .footer{
        padding: 50px 25px;
    }
    .footer__logo{
        max-width: 200px;
        height: auto;
    }
    .footer__menu{
        justify-content: space-evenly;
    }
    .footer .footer__menu .footer__menu_link{
        margin: 0 2px 21px 2px;
        font-size: 14px;
        line-height: 16px;
    }
    .footer__contacts{
        width: fit-content;
        flex-wrap: wrap;
        justify-content: flex-start;
        flex-direction: column;
        margin: 50px auto 0 auto;
    }
    .footer_contacts_geo,
    .footer__contacts_google{
        margin: 0 0 20px 0;
    }
    .footer__up_in-right{
        margin-top: 30px;
    }
    .footer-down{
        padding: 20px 38px;
    }
    .copyright{
        font-size: 12px;
        line-height: 17px;
    }
}
