@font-face {
    font-family: OpenSans;
    src: url('../fonts/OpenSans-Regular.ttf');
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: OpenSans;
    src: url('../fonts/OpenSans-Bold.ttf');
    font-weight: 700;
    font-display: swap;
}
@font-face {
    font-family: OpenSans;
    src: url('../fonts/OpenSans-ExtraBold.ttf');
    font-weight: 800;
    font-display: swap;
}
@font-face {
    font-family: Roboto;
    src: url('../fonts/Roboto-Regular.ttf');
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: Roboto;
    src: url('../fonts/Roboto-Medium.ttf');
    font-weight: 500;
    font-display: swap;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a, a:focus{
    text-decoration: none;
    transition: all .3s ease;
}
a:hover{
    opacity: .8;
}
img{
    max-width: 100%;
}
body{
    font-family: OpenSans, Roboto, sans-serif;
}
.header-up{
     display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0 8px 0;
}
.info-block,
.header-up__call,
.footer-up__call{
    display: flex;
    align-items: flex-start;
}
.info-block__text{
    font-size: 14px;
    line-height: 19px;
    color: #1D1D1D;
    max-width: 183px;
    margin-left: 10px;
}
.info-block__text_accent{
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    margin-top: 3.5px;
    color: #0073E2;
}
.header-up__call_text,
.footer-up__call_text{
    display: block;
    margin-left: 10px;
    text-align: right;
}
.header-up__call_text-number,
.footer-up__call_text-number{
    display: block;
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    color: #1D1D1D;
}
.header-up__call_text-24,
.footer-up__call_text-24{
    display: block;
    color: #808080;
    font-size: 13px;
    line-height: 18px;
}
.header-down{
    background-image: url("../img/Desk/webp/img_hero.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.jp2 .header-down{
    background-image: url("../img/Desk/jp2/img_hero.jp2");
}
.header-down__inn{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    padding: 40px 0 140px 0;
}
.header-down__inn_block{
    background: rgba(0, 115, 226, .9);
    max-width: 640px;
    padding: 70px 40px 59px 40px;
    text-align: center;
    color: white;
}
.header-down__inn_block-title{
    font-weight: 700;
    font-size: 55px;
    line-height: 66px;
    text-transform: uppercase;
}
.header-down__inn_block-desc{
    margin: 20px 0 31px 0;
    font-size: 24px;
    line-height: 34px;
}
.picture-flex{
    display: flex;
    align-items: center;
    justify-content: center;
}
.first-picture{
    margin-right: 33px;
}
.call{
    display: block;
    max-width: 356px;
    width: 100%;
    padding: 14px 0;
    font-weight: 700;
    font-size: 38px;
    line-height: 52px;
    letter-spacing: 0.03em;
    margin: 0 auto;
    background: #E40006;
    box-shadow: 0px 5px 0px #A00004;
    border-radius: 8px;
    text-align: center;
    color: white;
}
.header-down__inn_block-call{
    margin: 30px auto 10px auto;
}
.header-down__inn_block-sale{
    font-weight: 800;
    font-size: 20px;
    line-height: 28px;
    color: rgba(255, 255, 255, .7);
}
.google{
    display: flex;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 12px 25px 8px 20px;
    color: #4F4F4F;
}
.google__text{
    margin-left: 10px;
    font-family: Roboto, sans-serif;
    font-size: 12px;
    line-height: 14px;
}
.google__text_up-stars{
    margin-right: 5px;
}
.google__text_up{
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
}
.about{
    margin-top: -14px;
}
.pre{
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 22px;
    line-height:  33px;
    text-transform: uppercase;
    color: #808080;
}
.titling{
    font-weight: 700;
    font-size: 36px;
    line-height: 49px;
    text-transform: uppercase;
    color: #1D1D1D;
}
.has-line:after{
    content: "";
    margin-top: 15px;
    display: block;
    background-image: url("../img/Desk/svg/line.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 296px;
    height: 31px;
}
.about__title:after{
    margin-top: 5px;
}
.about__text{
    padding-right: 37px;
    margin: 30px 0 40px 0;
    font-size: 18px;
    line-height: 27px;
    color: #4F4F4F;
}
.about__call{
    margin: 0 0 60px 0;
}
.pluses{
    margin: 80px 0 100px 0;
}
.plus{
    border: 1px solid #CCCCCC;
    padding: 40px 22px 43px 20px;
    height: 100%;
    text-align: center;
}
.plus__icon{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 120px;
    height: 120px;
    background: #0073E2;
    border-radius: 50%;
}
.plus__title{
    margin: 30px 0 20px 0;
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    color: #1D1D1D;
}
.plus__text{
    font-size: 18px;
    line-height: 27px;
    color: #4F4F4F;
}
.offer{
    text-align: center;
}
.subtitle{
    margin-top: 30px;
    font-size: 18px;
    line-height:  25px;
    color: #1D1D1D;
}
.offer__list{
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
}
.offer__list_item{
    display: block;
    text-align: center;
}
.offer__list_item-title{
    margin-top: 15px;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    color: #1D1D1D;
    text-transform: uppercase;
    max-width: 140px;
}
.offer__subtitle:after,
.what__title:after,
.about__subtitle:after,
.why__title:after,
.reviews__title:after{
    margin-left: auto;
    margin-right: auto;
}
.what{
    margin-top: 48px;
    padding: 100px 0 50px 0;
    background: #FAFCFE;
    text-align: center;
}
.what__title{
    margin-bottom: 60px;
}
.what__title:after{
    margin-top: 5px;
}
.service{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 50px;
    height: calc(100% - 50px);
    padding: 0 0 42px 0;
    background: #FFFFFF;
    border: 1px solid #F2F2F2;
    text-align: center;
}
.service__title{
    margin: 40px 0 30px 0;
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    color: #1D1D1D;
    text-transform: uppercase;
}
.service__text{
    margin-bottom: 50px;
    padding: 0 38px 0 42px;
    font-size: 18px;
    line-height:  27px;
    color: #4F4F4F;
}
.promo{
    background: #0073E2;
}
.promo__inn{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    padding: 24px 0;
}
.promo__inn_text{
    display: flex;
    align-items: center;
    margin-left: 30px;
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    text-transform: uppercase;
    color: #FFFFFF;
}
.promo__inn_text-accent{
    font-weight: 800;
    font-size: 45px;
    line-height: 61px;
    margin: 0 10px;
}
.brands{
    background: #FAFCFE;
    padding: 100px 0;
    text-align: center;
}
.brands__pict_img{
    margin: 60px auto;
}
.why{
    padding: 100px 0;
    text-align: center;
}
.why__title{
    margin-bottom: 60px;
}
.why__item{
    display: flex;
    align-items: flex-start;
    margin-bottom: 48px;
}
.why__item_text{
    margin-left: 24px;
    text-align: left;
}
.why__item_text-title{
    font-weight: bold;
    font-size: 22px;
    line-height: 30px;
}
.why__item_text-desc{
    margin-top: 15px;
    font-size: 18px;
    line-height: 27px;
    color: #4F4F4F;
}
.why__item_img{
    min-width: 86px;
}
.why__call{
    margin-top: 12px;
}
.reviews{
    text-align: center;
    background: #FAFCFE;
    padding: 100px 0;
}
.reviews__title{
    margin-bottom: 54px;
}
.review{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 40px;
    background: #FFFFFF;
}
.review__up{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.review__up_title{
    margin-left: 21px;
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    color: #1D1D1D;
    text-align: center;
}
.review__text{
    font-size: 16px;
    line-height: 24px;
    color: #4F4F4F;
    text-align: center;
}
.review__stars{
    display: block;
    margin: 45px auto 0 auto;
}
.review__up_pict{
    position: relative;
}
.review__up_pict:after{
    content: "";
    position: absolute;
    background-image: url('../img/Desk/svg/q.svg');
    background-repeat: no-repeat;
    background-size: contain;
    height: 23px;
    width: 27px;
    z-index: 2;
    bottom: 0;
    right: 0;
}
.map{
    height: 519px;
}
.map iframe{
    height: 100%;
    width: 100%;
}
.footer{
    background: #1D1D1D;
    padding: 50px 0 22px 0;
    color: #FFFFFF;
}
.footer-up{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 35px;
}
.footer .info-block:first-child{
    margin-bottom: 15px;
}
.footer .info-block__text{
    color: #FFFFFF;
}
.footer-up__menu, li{
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer-up__menu{
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
.footer-up__menu_link{
    display: block;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 7px;
    color: #FFFFFF;
}
.footer-up__social_google{
    display: block;
    margin-bottom: 24px;
}
.footer-down{
    text-align: center;
    font-size: 14px;
    line-height: 19px;
}
@media (max-width: 1199px){
    img{
        height: auto;
    }
    .header-up{
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 30px 0;
    }
    .header-up__logo{
        display: block;
        max-width: 250px;
        margin: 0 auto 30px auto;
    }
    .header-up__info{
        min-width: 320px;
        margin: 0 auto 20px auto;
    }
    .header-up__call{
        min-width: 320px;
        margin: 0 auto;
    }
    .header-down{
        background-image: url("../img/Mob/webp/img_hero.webp");
    }
    .jp2 .header-down{
        background-image: url("../img/Mob/jp2/img_hero.jp2");
    }
    .header-down__inn{
        padding: 40px 0 35px 0;
    }
    .header-down__inn_block{
        padding: 50px 10px 55px 10px;
        margin: 0 auto 78px auto;
    }
    .header-down__inn_block-title{
        font-size: 38px;
        line-height: 46px;
    }
    .header-down__inn_block-desc{
        margin-bottom: 22px;
        font-size: 18px;
        line-height: 25px;
    }
    .first-picture{
        margin-right: 23px;
    }
    .header-down__inn_block-call{
        margin: 32px auto 11px auto;
        font-size: 32px;
        line-height: 44px;
    }
    .google{
        box-shadow: 0px 11px 15px rgba(31, 57, 150, 0.1);
        border-radius: 4px;
        padding: 13px 13px 10px 10px;
        margin: 0 auto;
    }
    .google__img{
        max-width: 117px;
    }
    .google__text{
        margin-left: 16px;
    }
    .google__text_up-stars{
        margin-right: 0px;
    }
    .google__text_up-stars{
        max-width: 100px;
    }
    .about{
        margin-top: 15px;
    }
    .pre{
        font-size: 20px;
        line-height: 30px;
    }
    .titling{
        font-size: 28px;
        line-height: 38px;
    }
    .about__title{
        padding: 0 2px;
    }
    .has-line:after{
        width: 242px;
        height: 26px;
    }
    .about__text{
        margin: 26px 0 30px 0;
        padding-right: 0;
        font-size: 16px;
        line-height: 24px;
    }
    .about picture{
        display: block;
        text-align: center;
    }
    .about__call{
        margin-bottom: 30px;
    }
    .about-img{
        margin-bottom: 20px;
    }
    .pluses{
        margin: 50px 0 40px 0;
    }
    .plus{
        padding: 30px 20px 27px 20px;
        margin-bottom: 30px;
        height: auto;
    }
    .offer{
        padding-bottom: 29px;
    }
    .offer__subtitle{
        margin-top: 58px;
    }
    .offer__list{
        margin-top: 50px;
        flex-wrap: wrap;
    }
    .offer__list_item{
        margin-bottom: 42px;
    }
    .offer__list_item-title{
        font-size: 19px;
        line-height: 26px;
    }
    .what{
        margin-top: 0;
        padding: 70px 0 32px 0;
    }
    .what__title{
        margin-bottom: 50px;
    }
    .what__title:after{
        margin-top: 20px;
    }
    .service{
        height: auto;
        margin-bottom: 38px;
    }
    .service__title{
        margin: 30px 0;
        font-size: 22px;
        line-height: 30px;
    }
    .service__text{
        margin-bottom: 34px;
        padding: 0 20px;
        font-size: 16px;
        line-height: 24px;
    }
    .service .call{
        max-width: 272px;
    }
    .promo__inn{
        flex-wrap: wrap;
        padding: 70px 0 80px 0;
    }
    .promo__inn_text{
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
        margin: 40px 0 0 0;
    }
    .promo__inn_text-accent{
        width: 100%;
        margin: 15px 0;
        display: block;
        text-align: center;
    }
    .brands{
        padding: 70px 0;
    }
    .brands__pict_img{
        margin: 40px auto;
    }
    .why{
        padding: 70px 0;
    }
    .why__title{
        margin-bottom: 63px;
    }
    .why__item_img{
        margin-top: 7px;
        min-width: 60px;
        max-width: 60px;
    }
    .why__item_text{
        margin-left: 15px;
    }
    .why__item_text-title{
        font-size: 20px;
        line-height: 27px;
    }
    .why__item{
        margin-bottom: 50px;
    }
    .why__item_text-desc{
        font-size: 16px;
        line-height: 24px;
    }
    .why__call{
        margin-top: 0;
    }
    .reviews{
        padding: 70px 0 40px 0;
    }
    .reviews__title{
        margin-bottom: 50px;
    }
    .review{
        margin-bottom: 30px;
        padding: 40px 20px 30px 20px;
        height: auto;
    }
    .review__up_img{
        max-width: 72px;
    }
    .review__up_title{
        margin-left: 18px;
        font-size: 20px;
        line-height: 27px;
    }
    .review__up_pict:after{
        width: 20px;
        height: 16px;
        bottom: -1px;
        right: -1px;
    }
    .review__up{
        margin-bottom: 37px;
    }
    .review__stars{
        margin-top: 40px;
    }
    .map{
        height: 386px;
    }
    .footer{
        padding-bottom: 20px;
    }
    .footer-up{
        flex-direction: column;
        padding-bottom: 44px;
    }
    .footer-up__logo{
        max-width: 250px;
        margin: 0 auto;
    }
    .footer-up__info{
        max-width: 320px;
        margin: 40px auto 44.5px auto;
    }
    .footer .info-block:first-child{
        margin-bottom: 20px;
    }
    .footer-up__call_text-number,
    .footer-up__call_text-24{
        color: #FFFFFF;
    }
    .footer-up__call{
        max-width: 262px;
        margin: 0 auto 50px auto;
    }
    .footer-up__menu_link{
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 19px;
    }
    .footer-up__menu{
        max-width: 320px;
        margin: 0 auto;
    }
    .footer-up__social{
        max-width: 320px;
        margin: 49px auto 0 auto;
        text-align: center;
    }
    .footer-up__social_google{
        display: inline-block;
        margin-bottom: 38px;
    }
    .footer-down{
        font-size: 12px;
        line-height: 16px;
    }
}