*{
    box-sizing: border-box;
}
img{
    max-width: 100%;
}
body, html{
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    font-family: 'Raleway', sans-serif;
}
.header{
    padding: 10px 0px 56px;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}
.no-webp .header{
    background-image: url("../images/desktop/jp2/main.jp2");
}
.webp .header{
    background-image: url("../images/desktop/webp/main.webp");
}
.header__top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 98px;
}
.call__link{
    background: #FF0000;
    padding: 7px 7px 2px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 42px;
    line-height: 51px;
    text-align: center;
    color: #FFFFFF;
    max-width: 350px;
    display: block;
    text-decoration: none;
    width: 100%;
}
.center{
    margin: 0 auto;
}
.header__title{
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 56px;
    line-height: 56px;
    text-align: center;
    color: #FFFFFF;
    max-width: 678px;
    margin: 0 auto 42px;
}
.header__description{
    font-family: 'Raleway', sans-serif;
    text-align: center;
    font-style: normal;
    font-weight: 500;
    font-size: 23px;
    line-height: 27px;
    color: #F2F2F2;
    max-width: 730px;
    margin: 0 auto 60px;
}
.google_label{
    margin: 50px auto;
    background: #FFFFFF;
    padding: 15px 19px 15px 19px;
    display: flex;
    max-width: 350px;
    width: 100%;
    align-items: center;
}
.google__rating{
    display: flex;

}
.google__stars{
    display: flex;
    align-items: center;
}
.google__rank{
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 23px;
    line-height: 27px;
    text-align: center;
    color: #4F4F4F;
    margin-left: 5px;
}
.google__star{
    width: 23px;
}
.google__text{
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    line-height: 13px;
    color: #4F4F4F;
}
.google__logo-block{
    margin-right: 10px;
}
.social__links{
    display: flex;
    align-items: center;
    justify-content: center;

}
.social__link{
    margin: 0 10px;
    text-decoration: none;
}
.appliance{
    padding: 100px 0 83px;

}
.appliance__top-position{
    background: #00449F;
    padding: 25px 25px 34px;
    height: 100%;
}
.appliance__top-position-header{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.appliance__top-position-img-block{
    margin-right: 25px;
}
.appliance__top-position-title{
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    font-size: 26px;
    line-height: 31px;
    text-transform: uppercase;
    color: #FFFFFF;
}
.appliance__top-position-text{
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
}

@media(max-width: 767px){
.header__top{
    flex-direction: column;
    margin-bottom: 50px;
}
    .header__top-logo{
        margin-bottom: 30px;
    }
    .call__link{
        font-family: 'Montserrat', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 38px;
        line-height: 46px;
        text-align: center;
        color: #FFFFFF;
    }
    .header__title{
        font-family: 'Raleway', sans-serif;
        font-weight: bold;
        font-size: 26px;
        line-height: 34px;
        text-align: center;
        color: #FFFFFF;
        margin-bottom: 30px;
    }
    .header__description{
        margin-bottom: 70px;
        font-weight: 500;
        font-size: 22px;
        line-height: 26px;
        text-align: center;
    }
    .desktop{
        display: none;
    }
    .google_label{
        padding: 10px 12px 10px 10px;
        margin: 70px 0;
    }
    .google__logo-block{
        max-width: 127px;
    }
    .google__text{
        font-size: 10px;
        line-height: 12px;
        color: #4F4F4F;
    }
    .google__rank{
        font-weight: 500;
        font-size: 18px;
        line-height: 21px;
        text-align: center;
        color: #4F4F4F;
    }
}


/* fist content */

.appliance__title{
    margin-top: 100px;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    font-size: 48px;
    line-height: 56px;
    text-align: center;
    text-transform: uppercase;
    color: #1F3996;
    margin-bottom: 15px;
}
.appliance__description{
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #4F4F4F;
    max-width: 745px;
    margin: 0px auto 75px;
}
.appliance__items{
    display: flex;
    margin-bottom: 50px;
    justify-content: space-between;
}
.appliance__item{
    width: 139px;
    display: flex;
    flex-direction: column;
    text-decoration: none;
}
.appliance__img-block{
    max-height: 80px;
    margin-bottom: 25px;
}
.appliance__item-title{
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    text-transform: capitalize;
    color: #4F4F4F;
}
.give__divider{
    padding: 36px 0px;
    display: flex;
    align-items: center;
    background: #171D2C;
    font-family: 'Raleway',sans-serif;
    font-size: 26px;
    line-height: 31px;
    color: #FFFFFF;
    justify-content: center;
}
.large{
    margin: 0px 15px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 34px;
    line-height: 41px;
    text-decoration-line: underline;
}
.blue{
    color: #56CCF2;
}
.content{
    padding: 100px 0;
}
.content__text{
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;

    /* Gray 1 */

    color: #333333;
    margin-bottom: 70px;
}
.content__img{
    margin-bottom: 70px;

}
.content__item{
    display: flex;
    margin-bottom: 70px;
}
.counter__item-counter{
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    font-size: 36px;
    line-height: 47px;
    text-align: center;
    text-transform: uppercase;
    color: #1F3996;
    margin-bottom: 10px;
    margin-right: 30px;
}
.content__item-title{
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 26px;
    color: #1F3996;
    margin-bottom: 10px;
}
.content__item-text{
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    line-height: 26px;
    color: #4F4F4F;
}
.repair{
    overflow-x: hidden;
}
.repair__header{
    padding: 60px 0;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}
.no-webp .repair__header{
    background-image: url("../images/desktop/jp2/appl_reap_service.jp2");
}
.webp .repair__header{
    background-image: url("../images/desktop/webp/appl_reap_service.webp");
}
.repair__header-title{
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    font-size: 48px;
    line-height: 62px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: center;
}
.repair__header-description{
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #FFFFFF;
    max-width: 730px;
    margin: 0 auto;
}
.repair__body{
    padding: 130px 0 0;
}
.repair__body-title{
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 32px;
    line-height: 42px;
    text-transform: uppercase;
    color: #0D53B0;
    margin-bottom: 20px;
}
.repair__body-description{
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 40px;
    color: #4F4F4F;
}
.picture__block{
    position: relative;
}

.blue__bg{
    position: absolute;
    z-index: -1;
    height: calc(100% + 100px);
    width: 100%;
    background: #171D2C;
    transform: matrix(-1, 0, 0, 1, 0, 0);
}
.blue__bg.left{
    left: -190px;
    top: -50px;
    bottom: -50px;
}
.blue__bg.right{
    right: -190px;
    top: -50px;
    bottom: -50px;
}
.picture__block{
    margin-bottom: 170px;
}
.repair__content{
    margin-bottom: 170px;
}
.image__divider{
    display: flex;
    justify-content: center;
    margin-bottom: 100px;
}
.px-35 {
    padding: 0px 3.5px;
}
.call_us{
    padding: 90px 0 70px;
}
.call_us_title{
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 20px;
    color: #FFFFFF;
    text-align: center;
}
.call_us-25{
    display: flex;
    margin-bottom: 50px;
    align-items: center;
}
.call__us-price{
    display: flex;
    margin-right: 10px;
}
.call__us-currency{
    margin-right: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 87.2728px;
    line-height: 87px;
}
.call__us-much{
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 185px;
    line-height: 151px;
}
.coll__us-text{
    display: flex;
    flex-direction: column;
}
.call_us{
    position: relative;
    background: linear-gradient(90deg,#171D2C 62%, white 38%);
}
.off{
    font-family: 'Montserrat',sans-serif;
    font-weight: bold;
    font-size: 87.2728px;
    line-height: 87px;
}
.call-us__repair{
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 66.0172px;
    line-height: 80px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}
.call__us-img{
    position: relative;
}
.call-us__img{
    position: absolute;
    right: 0;
    top: -90px;
}
.brands{
    padding: 100px 0px;
}
.brands__header{
    padding: 60px 0;
    background-size: cover;
    background-repeat:no-repeat;
    background-position: top center;
}
.no-webp .brands__header{
    background-image: url('../images/desktop/jp2/brands_main.jp2') ;
}
.webp .brands__header{
    margin-bottom: 120px;
    background-image: url('../images/desktop/webp/brands_main.webp') ;
}
.brands__header-title{
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 62px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 11px;
}
.brands__header-description{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 23px;
    line-height: 28px;
    text-align: center;
    color: #FFFFFF;
    max-width: 730px;
    margin: 0 auto;

}


.customers__header{
    padding: 60px 0;
    background-size: cover;
    background-repeat:no-repeat;
    background-position: top center;
}
.no-webp .customers__header{
    background-image: url('../images/desktop/jp2/reviews_main.jp2') ;
}
.webp .customers__header{
    margin-bottom: 120px;
    background-image: url('../images/desktop/webp/reviews_main.webp') ;
}
.customers__header-title{
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 62px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 11px;
}
.customers__header-description{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 23px;
    line-height: 28px;
    text-align: center;
    color: #FFFFFF;
    max-width: 920px;
    margin: 0 auto;

}
.customers__item{
    padding: 40px 30px 60px;
    background: #00449F;
    height: 100%;
    box-shadow: 0 14px 30px rgba(0, 5, 130, 0.25);
}
.customers__item-image-block{
    margin-bottom: 40px;
}
.customers__item-text{
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 30px;
}
.customers__name{
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    font-size: 22px;
    line-height: 29px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 30px;
}
.customers__stars{
    display: flex;
    justify-content: center;
}
.map{
    margin-top: 130px;
    position: relative;
}
.map__container{
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
}
.map__content{
    padding: 69px 0;
}
.map__title{
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 42px;
    text-transform: uppercase;
    color: #0D53B0;
    margin-bottom: 34px;
}
.map__name{
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: #171D2C;
    margin-bottom: 28px;
}
.map__adress{
    max-width: 233px;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 26px;
    line-height: 31px;
    color: #171D2C;
    margin-bottom: 36px;
}
.map__phone{
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 26px;
    line-height: 32px;
    color: #171D2C;
}
.map__phone-label{
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 26px;
    line-height: 31px;
    color: #2F80ED;
}
.footer{
    padding: 59px 0 17px;
    background: #171D2C;
}
.footer__block{
    margin-bottom: 40px;
}
.footer__title{
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    font-size: 22px;
    line-height: 26px;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.footer__list{
    margin: 0;
    padding: 0;
    list-style: square;
    color: #56CCF2;
}
.footer__link{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #D3E2E7;
    text-decoration: none;
}
.footer__item{
    margin-bottom: 14px;
}
.footer__adress{
    max-width: 148px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #D3E2E7;
    margin-bottom: 62px;
}
.footer__shcedule{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #D3E2E7;

}
.footer__phone{
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 37px;
    line-height: 45px;
    color: #FFFFFF;
    margin-bottom: 5px;
}
.footer__email{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #D3E2E7;
    margin-bottom: 67px;

}
.footer__label{
    color: #2D9CDB;
}
.footer__partners{
    display: flex;
    width: 167px;
    justify-content: space-between;
    margin-right: 62px;
}
.footer__social{
    display: flex;
    align-items: center;
    width: 187px;
    justify-content: space-between;
}
.footer__images{
    margin-bottom: 22px;
    display: flex;
    justify-content: space-between;
}
.footer__partner{
    margin-right: 15px;
}
.footer__links{
    display: flex;
    align-items: center;
}
.copyright{
    text-align: center;
    font-family: 'Montserrat',sans-serif;
    font-size: 14px;
    line-height: 17px;
    color: #D3E2E7;
}
.mobile{
    display: none;
}
@media (max-width: 767px) {
    .mobile{
        display: block;
    }
    .appliance{
        padding: 50px 0;
    }
    .pm15{
        margin-bottom: 16px;
    }
    .appliance__top-position{
        padding: 25px 15px ;
    }
    .appliance__top-position-header{
        margin-bottom: 20px;
    }
    .appliance__top-position-img-block{
        margin-right: 20px;
    }
    .appliance__top-position-title{
        font-family: 'Raleway', sans-serif;
        font-weight: bold;
        font-size: 22px;
        line-height: 26px;
        text-transform: uppercase;
        color: #FFFFFF;
    }
    .appliance__top-position-text{
        font-size: 16px;
        line-height: 19px;
        color: #FFFFFF;
    }
    .appliance__title{
        font-weight: bold;
        font-size: 32px;
        line-height: 38px;
        text-align: center;
        text-transform: uppercase;
        color: #1F3996;
        margin-bottom: 20px;
        margin-top: 35px;
        max-width: 292px;
    }
    .appliance__description{
        font-size: 20px;
        line-height: 24px;
        text-align: center;
        color: #373535;
        margin-bottom: 45px;
    }
    .appliance__items{
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-row-gap: 20px;
    }
    .give__divider{
        display: flex;
        flex-direction: column;
        padding: 25px 40px;
        text-align: center;
        font-weight: 500;
        font-size: 20px;
        line-height: 23px;
        color: #FFFFFF;
    }
    .large{
        margin: 11px 0 7px;
    }
    .content{
        padding: 50px 0;
    }
    .content__img{
        margin-bottom: 30px;
    }
    .content__text{
        margin-bottom: 30px;
    }
    .content__item-text{
        font-size: 16px;
        line-height: 20px;
        color: #4F4F4F;
    }
    .content__item{
        margin-bottom: 20px;
    }
    .repair__header{
        padding: 50px 0;
    }
    .repair__header-title{
        font-weight: bold;
        font-size: 32px;
        line-height: 38px;
        text-align: center;
        text-transform: uppercase;
        max-width: 292px;
        margin-bottom: 30px;
    }
    .repair__header-description{
        font-size: 20px;
        line-height: 24px;
        text-align: center;
        color: #FFFFFF;
    }
    .repair__body{
        padding: 30px 0px;
    }
    .blue__bg{

        height: calc(100% + 30px);
        width: 50%;
    }
    .blue__bg.left{
        left: -15px;
        top: -15px;
        bottom: -15px;
    }
    .blue__bg.right{
        right: -15px;
        top: -15px;
        bottom: -15px;
    }
    .picture__block{
        margin-bottom: 35px;
    }
    .repair__body-title{
        font-size: 28px;
        line-height: 36px;
        text-transform: uppercase;
        color: #1F3996;
    }
    .content__text{
        font-size: 18px;
        line-height: 23px;
        color: #4F4F4F;
        margin-bottom: 30px;
    }
    .repair__content{
        margin-bottom: 50px;
    }
    .odd{
        flex-direction: column-reverse;
    }
    .image__divider{
        margin-bottom: 50px;
        flex-direction: column;
    }
    .call_us{
        background: linear-gradient(#171D2C 62%, white 38%);
        padding: 30px 0 50px;
    }
.call_us_title{
    font-weight: bold;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
    color: #FFFFFF;
    max-width: 176px;
    margin: 0 auto 15px;
}
    .call__us-currency{
        font-weight: bold;
        font-size: 42px;
        line-height: 42px;
    }
    .call__us-much{
        font-weight: bold;
        font-size: 92px;
        line-height: 92px;
        color: #56CCF2;
    }
    .off{
        font-weight: bold;
        font-size: 42px;
        line-height: 42px;
    }
    .call-us__repair{
        font-size: 32px;
        line-height: 39px;
        text-align: center;
        text-transform: uppercase;
        color: #FFFFFF;
    }
    .call_us-25{
        margin-bottom: 235px;
    }
    .call-us__img{
        right: calc(50% - 117px);
        bottom: 57px;
        max-width: 234px;
        top: auto;
    }
    .brands{
        padding: 0 0 30px 0 ;
    }
    .brands__header-title{
        font-weight: bold;
        font-size: 32px;
        line-height: 38px;
        text-align: center;
        text-transform: uppercase;
        margin-bottom: 30px;
    }
    .brands__header-description{
        font-size: 20px;
        line-height: 24px;
        text-align: center;
        color: #FFFFFF;
    }
    .webp .brands__header, .no-webp .brands__header{
        margin-bottom: 30px;
    }
    .customers__header{
        padding: 50px 0;
    }
    .customers__header-title{
        font-weight: bold;
        font-size: 32px;
        line-height: 38px;
        text-align: center;
        text-transform: uppercase;
    }
    .customers__header-description{
        font-size: 20px;
        line-height: 24px;
        text-align: center;
        color: #FFFFFF;
    }
    .webp .customers__header, .no-webp .customers__header{
        margin-bottom: 30px;
    }
    .customers__item{
        background: #00449F;
        box-shadow: 0px 14px 30px rgba(0, 5, 130, 0.25);
    }
    .customers__item{
        padding: 30px 20px 50px;
    }
    .customers__item-image-block{
        margin-bottom: 30px;
    }
    .customers__item-text{
        font-size: 18px;
        line-height: 23px;
        text-align: center;
        color: #FFFFFF;
        margin-bottom: 30px;
    }
    .customers__name{
        font-weight: bold;
        font-size: 20px;
        line-height: 26px;
        text-align: center;
        color: #FFFFFF;
        margin-bottom: 30px;
    }
    .mb15{
        margin-bottom: 20px;
    }
    .map{
        margin: 30px 0px;
    }
    .map__container{
        position: static;
        width: 100%;
    }
    .map__content{
        padding:0 0 50px 0;
    }
    .map__title{
        font-weight: 600;
        font-size: 32px;
        line-height: 38px;
        text-align: center;
        text-transform: uppercase;
        color: #0D53B0;
        margin-bottom: 30px;
    }
    .map__name{
        font-weight: 500;
        font-size: 20px;
        line-height: 23px;
        text-align: center;
        color: #171D2C;
        max-width: 259px;
        margin: 0 auto 30px;
    }
    .map__adress{
        max-width: 180px;
        font-weight: 500;
        font-size: 22px;
        line-height: 26px;
        text-align: center;
        color: #171D2C;
        margin: 0 auto 30px;
    }
    .map__phone{
        font-weight: 600;
        font-size: 22px;
        line-height: 26px;
        text-align: center;
    }
    .footer__list{
        max-width: 153px;
        margin: 0 auto;
    }
    .footer__title{
        font-size: 22px;
        line-height: 26px;
        color: #FFFFFF;
        text-align: center;
        margin-bottom: 20px;
    }
    .footer__adress{
        margin: 0 auto 50px;
    }
    .footer__shcedule{
        text-align: center;
    }
    .footer__phone{
        text-align: center;
        margin-bottom: 10px;
    }
    .footer__email{
        font-size: 14px;
        line-height: 16px;
text-align: center;
        margin-bottom: 30px;

    }
    .footer__label{
        font-size: 12px;
        line-height: 15px;
    }
    .footer__images{
        flex-direction: column;
    }
    .footer__image{
        max-width: 160px;
        margin: 0 auto 25px ;
    }
    .footer__links{
        flex-direction: column;
    }
    .footer__partners{
        margin: 0 auto 50px;
        justify-content: center;
    }
    .footer__partner{
        margin: 0 7.5px 0 7.5px;
    }
    .copyright{
        font-size: 14px;
        line-height: 16px;
        text-align: center;
        color: #D3E2E7;
    }
}