/* montserrat-regular - latin */
@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/montserrat-v15-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/montserrat-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/montserrat-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/montserrat-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/montserrat-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/montserrat-v15-latin-regular.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/* montserrat-500 - latin */
@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/montserrat-v15-latin-500.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/montserrat-v15-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/montserrat-v15-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/montserrat-v15-latin-500.woff') format('woff'), /* Modern Browsers */
    url('../fonts/montserrat-v15-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/montserrat-v15-latin-500.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/* montserrat-600 - latin */
@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/montserrat-v15-latin-600.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/montserrat-v15-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/montserrat-v15-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/montserrat-v15-latin-600.woff') format('woff'), /* Modern Browsers */
    url('../fonts/montserrat-v15-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/montserrat-v15-latin-600.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/* montserrat-700 - latin */
@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/montserrat-v15-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/montserrat-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/montserrat-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/montserrat-v15-latin-700.woff') format('woff'), /* Modern Browsers */
    url('../fonts/montserrat-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/montserrat-v15-latin-700.svg#Montserrat') format('svg'); /* Legacy iOS */
}

/* inter-regular - latin */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/inter-v3-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/inter-v3-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/inter-v3-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/inter-v3-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/inter-v3-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/inter-v3-latin-regular.svg#Inter') format('svg'); /* Legacy iOS */
}
/* inter-500 - latin */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/inter-v3-latin-500.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/inter-v3-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/inter-v3-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/inter-v3-latin-500.woff') format('woff'), /* Modern Browsers */
    url('../fonts/inter-v3-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/inter-v3-latin-500.svg#Inter') format('svg'); /* Legacy iOS */
}
/* inter-700 - latin */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/inter-v3-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/inter-v3-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/inter-v3-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/inter-v3-latin-700.woff') format('woff'), /* Modern Browsers */
    url('../fonts/inter-v3-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/inter-v3-latin-700.svg#Inter') format('svg'); /* Legacy iOS */
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
img{
    max-width: 100%;
}
a, a:hover{
    color: inherit;
    text-decoration: none;
}
ul, ol, li{
    margin: 0;
    padding: 0;
    list-style: none;
}
html, body{
    font-family: 'Montserrat', 'sans-serif';
    overflow-x: hidden;
}
.header__up{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}
.header__up_number{
    background: #FF6600;
    border-radius: 55px;
    padding: 13px 34px;
    font-weight: 700;
    font-size: 32px;
    line-height: 32px;
    color: #FFFFFF;
}
.jp2 .header__down{
    background-image: url("../img/jp2/main.jp2");
}
.header__down{
    font-family: Montserrat, sans-serif;
    background-image: url("../img/webp/main.webp");
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}
.header__down_title{
    margin-top: 100px;
    font-size: 56px;
    line-height: 56px;
}
.header__down_title .bold{
    display: block;
}
.bold{
    font-weight: 700;
}
.header__down_subtitle{
    margin-top: 60px;
    font-weight: 500;
    font-size: 23px;
    line-height: 28px;
    color: #F2F2F2;
}
.header__down_tel{
    display: block;
    background: #FFFFFF;
    box-shadow: 0px 7px 14px rgba(32, 30, 128, 0.25);
    border-radius: 55px;
    margin-top: 108px;
    font-weight: 700;
    font-size: 48px;
    line-height: 48px;
    color: #FF6600;
    padding: 18px 0;
    width: 100%;
    max-width: 416px;
    text-align: center;
}
.header__down_tel:hover{
    color: #FF6600;
    text-decoration: underline;
}
.header__down_icons{
    margin-top: 40px;
    margin-bottom: 95px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header__down_icons-img:not(.header__down_icons-img:first-child){
    margin-left: 20px;
}
.header-img-wrap{
    position: relative;
}
.header-img{
    position: absolute;
    bottom: -199px;
    right: 0;
    z-index: 2;
    width: 746px;
    height: 746px;
}
.sale{
    font-family: Montserrat, sans-serif;
    margin-top: 30px;
    background: linear-gradient(45deg, #FF1515 0%, #F48D42 100%);
    border-radius: 20px;
    padding: 5px;
}
.sale__inner{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 19px 0;
    color: #FFFFFF;
    border-radius: 15px;
    border: 2px dashed #FFFFFF;
}
.sale__inner_first{
    font-weight: 700;
    font-size: 56.2667px;
    line-height: 73px;
}
.sale__inner_second{
    margin-left: 27px;
    font-size: 32.5858px;
    line-height: 40px;
    text-transform: uppercase;
}
.merge-img{
    margin: 30px 0 0 0;
    display: block;
}
.list{
    counter-reset: section;
    font-family: Montserrat, sans-serif;
    margin-top: 234px;
}
.list__item{
    padding-left: 100px;
    position: relative;
}
.list__item:not(.list__item:last-child){
    margin-bottom: 50px;
}
.list__item:before{
    counter-increment: section;
    content: counters(section,".") ". ";
    background: -webkit-linear-gradient(45deg, #15C7FF 0%, #5042F4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 48px;
    line-height: 48px;
    font-weight: 700;
    position: absolute;
    top: 0;
    left: 28px;
    height: 45px;
    width: 54px;
    z-index: 2;
}
.list__item:after{
    content: "";
    position: absolute;
    background: #FFBC3A;
    top: 17px;
    left: 0;
    width: 15px;
    height: 15px;
}
.list__item_text{
    font-size: 18px;
    line-height: 23px;
    color: #000000;
}
.awards{
    margin-top: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.awards-img:not(.awards-img:first-child){
    margin-left: 60px;
}
.pluses{
    margin-top: 100px;
    display: flex;
    justify-content: center;
}
.plus{
    font-family: Montserrat, sans-serif;
    border-radius: 20px;
    text-align: center;
    width: 23.7%;
    padding: 40px;
    color: #ffffff;
}
.plus:first-child{
    background: #4285F4;
}
.plus:nth-child(2){
    background: #3464E0;
}
.plus:last-child{
    background: #1A4ED6;
}
.plus:not(.plus:first-child){
    margin-left: 24px;
}
.plus__text_title{
    font-weight: 700;
    font-size: 22px;
    line-height: 22px;
    margin-top: 40px;
}
.plus__text_desc{
    font-size: 17px;
    line-height: 21px;
    margin-top: 20px;
}
.repair{
    padding: 133px 0 0 0;
    text-align: center;
    font-family: Montserrat, sans-serif;
}
.gradient{
    padding-left: 15px;
    border-left: 17px solid #FFBC3A;
    background: -webkit-linear-gradient(45deg, #15C7FF 0%, #5042F4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}
.heading{
    margin: 0 auto;
    width: fit-content;
    font-size: 42px;
    line-height: 51px;
    text-transform: uppercase;
}
.repair__subtitle{
    max-width: 745px;
    margin: 0 auto;
    margin-top: 20px;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #4F4F4F;
}
.repair__list{
    margin-top: 103px;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.repair__list_item{
    display: inline-block;
    padding: 12px 13px;
    border-radius: 10px;
    box-shadow: none;
    max-width: 10%;
}
.repair__list_item:hover{
    cursor: pointer;
    background: #FFFFFF;
    box-shadow: 0px 4px 15px rgba(26, 19, 68, 0.03), 0px 20px 50px rgba(26, 19, 68, 0.1);
}
.repair__list_item-text{
    font-family: Montserrat, sans-serif;
    display: block;
    margin-top: 10px;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #4F4F4F;
}
.button{
    color: #ffffff;
    text-align: center;
    display: block;
    padding: 17px 0;
    background: #FF6600;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 7px 20px rgba(255, 102, 0, 0.25);
    border-radius: 55px;
    font-family: Inter;
    font-weight: 700;
    font-size: 48px;
    line-height: 48px;
    margin: 0 auto;
    max-width: 416px;
}
.button:hover{
    color: white;
}
.repair__button{
    margin-top: 75px;
}
.m-auto{
    margin: 0 auto;
}
.jp2 .bg{
    background-image: url("../img/jp2/bg.jp2");
}
.bg{
    margin-top: 100px;
    margin-bottom: 50px;
    padding: 33px 0;
    color: white;
    background-image: url("../img/webp/bg.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
}
.bg__title{
    background: none;
    -webkit-background-clip: initial;
    -webkit-text-fill-color: initial;
    color: white;
}
.bg__subtitle{
    text-align: center;
    max-width: 745px;
    margin: 0 auto;
    padding: 20px 0 0 0;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
}
.service__desc{
    font-size: 18px;
    line-height: 23px;
}
.p{
    margin: 8px 0;
}
.services{
    margin-top: 70px;
}
.container-odd{
    background: linear-gradient(45deg, rgba(21, 199, 255, .1) 0%, rgba(80, 66, 244, .1) 100%);
}
.service:first-child{
    margin-top: 40px;
}
.service{
    padding: 40px 0 40px 0;
    justify-content: space-between;
}
.service.even{
    flex-direction: row-reverse;
}
.service__title{
    display: flex;
    align-items: center;
}
.service.odd .service__img{
    padding-left: 0px;
    padding-right: 30px;
    text-align: left;
}
.service.even .service__img{
    padding-right: 0;
    padding-left: 30px;
    text-align: right;
}
.service__title_text{
    margin-left: 10px;
    font-weight: 600;
    font-size: 32px;
    line-height: 42px;
    color: #0F3368;
}
.service__text{
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 40px;
}
.works{
    margin-top: 100px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.works__img{
    width: 25%;
}
.works__img_item{
    width: 100%;
}
.brands__bg{
    margin-bottom: 0;
}
.brands__img{
    background: linear-gradient(45deg, rgba(21, 199, 255 , 0.1) 0%, rgba(80, 66, 244, .1) 100%);
    padding: 100px 0 200px 0;
    text-align: center;
}
.why__item{
    display: flex;
}
.why__item-wrap:nth-child(4),
.why__item-wrap:nth-child(5),
.why__item-wrap:nth-child(6){
    margin-top: 86px;
}
.why__item_right{
    margin-left: 30px;
}
.why__item_right-title{
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    background: -webkit-linear-gradient(45deg, #15C7FF 0%, #5042F4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.why__item_right-text{
    font-size: 18px;
    line-height: 23px;
    color: #4F4F4F;
}
.why__title{
    margin-top: 20px;
}
.why__subtitle{
    margin-top: 20px;
    margin-bottom: 70px;
    text-align: center;
    font-size: 18px;
    line-height: 23px;
    color: #4F4F4F;
}
.blue{
    background: -webkit-linear-gradient(45deg, #15C7FF 0%, #5042F4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.button-wrap{
    margin-top: 54px;
    justify-content: center;
}
.comment{
    display: flex;
    padding: 35px 25px 40px 33px;
    color: #000000;
    border-radius: 20px;
    background: linear-gradient(45deg, rgba(21, 199, 255 , 0.1) 0%, rgba(80, 66, 244, .1) 100%);
}
.comment__right{
    padding: 0 24px 0 0;
}
.comment__left_text{
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 30px;
}
.comment__left_stars{
    margin-bottom: 20px;
}
.comment__left_name{
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
}
.map{
    margin-top: 100px;
    height: 437px;
}
.map iframe{
    width: 100%;
}
.footer{
    position: relative;
    background: #211C44;
    padding: 59px 0 17px;
    color: #ffffff;
}
.footer__inner{
    justify-content: flex-end;
}
.custom-padding{
    padding-left: 0 !important;
}
.footer-title{
    margin-bottom: 5px;
    display: block;
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
}
.footer-text{
    display: block;
    font-size: 16px;
    line-height: 20px;
    color: #D3E2E7;
    margin: 14px 0;
}
.business{
    margin-top: 64px;
}
.footer-images{
    margin-top: 20px;
}
.footer-images__img{
    width: calc(33% - 10px);
    max-width: 45px;
    display: inline-block;
}
.footer-images__img:not(.footer-images__img:first-child){
    margin-left: 15px;
}
.footer-number{
    font-family: Inter;
    font-weight: 700;
    font-size: 37px;
    line-height: 45px;
}
.footer__contacts{
    z-index: 2;
}
.footer-email .footer-text{
    display: inline;
}
.footer-text__email{
    text-decoration: underline;
    font-size: 16px;
    line-height: 20px;
    color: #2D9CDB;
}
.footer-icons{
    margin-top: 79px;
}
.footer-icons__upper{
    display: flex;
}
.footer__down{
    text-align: center;
}
.footer-icons_logo{
    width: 196px;
    margin-right: 60px;
}
.footer-icons__down-img{
    margin-left: 19px;
}
.footer-icons__down-img{
    width: 23px;
    height: 23px;
}
.footer-icons__down{
    display: flex;
    align-items: center;
    padding-left: 220px;
    margin-top: 35px;
}
.google{
    display: inline-block;
}
.google__left{
    vertical-align: super;
    display: inline-block;
    border: 1px solid #BDBDBD;
    background: white;
    padding: 9.3px;
    border-radius: 10px  0 0 10px;
}
.google__right{
    display: inline-block;
    font-size: 13px;
    line-height: 13px;
    background: #4285F4;
    color: white;
    padding: 15px 7px;
    border-radius: 0 10px 10px 0;
    width: fit-content;
}
.inline-block{
    display: inline-block;
    vertical-align: middle;
}
.footer__down{
    margin-top: 23px;
}
.footer__down_text{
    font-size: 14px;
    line-height: 17px;
    color: #D3E2E7
}
.footer__map{
    position: absolute;
    top: 0;
    right: 182px;
    width: 526px;
    height: 100%;
    z-index: 1;
}
.comment-img{
    min-width: 53px;
}
@media (max-width: 1400px){
    .header-img{
        width: 534px;
        height: 534px;
        bottom: -139px;
    }
}
@media (max-width: 1199px) {
    .header__up {
        flex-wrap: wrap;
        padding: 15px 0 14px 0;
    }

    .logo {
        text-align: center;
        width: 100%;
        padding-bottom: 20px;
    }

    .header__up_number {
        font-size: 34px;
        line-height: 34px;
        padding: 13px 0;
        text-align: center;
        width: 100%;
    }
    .jp2 .header__down{
        background-image: url("../img/jp2/main_mob.jp2");
    }
    .header__down {
        padding: 50px 0 0 0;
        background-position: center;
        background-image: url("../img/webp/main_mob.webp");
    }

    .header__down_title {
        margin-top: 0;
        margin-bottom: 30px;
        font-size: 33px;
        line-height: 100%;
    }

    .header__down_subtitle {
        font-size: 22px;
        line-height: 27px;
        margin-bottom: 40px;
    }

    .header-img-wrap {
        padding-top: 238px;
    }

    .header-img {
        width: 292px;
        height: 292px;
        bottom: -84px;
        right: calc(50% - 146px);
    }

    .header__down_tel {
        margin-top: 0;
        font-size: 34px;
        line-height: 34px;
    }

    .header__down_icons {
        margin: 55px 0 0 0;
        text-align: center;
    }

    .sale {
        margin-top: 114px;
        padding: 10px;
    }

    .sale__inner {
        text-align: center;
        padding: 10px;
        flex-wrap: wrap;
    }

    .sale__inner_first {
        font-size: 56px;
        line-height: 73px;
        margin-bottom: 10px;
    }

    .sale__inner_second {
        font-size: 32px;
        line-height: 39px;
    }

    .list__item {
        padding-left: 90px;
    }

    .list__item:before {
        left: 33px;
    }

    .list__item:before {
        margin-bottom: 30px;
    }

    .awards {
        display: flex;
        justify-content: space-between;
        margin-top: 35px;
    }

    .awards .awards-img {
        width: 80px;
        margin: 0;
    }

    .list ~ .awards .awards-img img {
        max-width: 80px;
        margin: 0;
    }

    .merge-img {
        margin-top: 50px;
        text-align: center;
    }
    .service img{
        margin: 0 auto;
        display: block;
    }
    .list {
        margin-top: 30px;
    }

    .pluses {
        flex-wrap: wrap;
        margin-top: 70px;
    }

    .row .pluses .plus {
        width: 100%;
        margin-left: 0;
        padding: 40px 10px;
    }

    .plus__text_desc {
        font-size: 17px;
        line-height: 21px;
    }

    .plus__text_title {
        margin-top: 20px;
    }

    .repair {
        padding-top: 80px;
    }

    .repair__list_item {
        max-width: 45%;
        padding: 0;
        margin-bottom: 20px;
    }

    .heading {
        font-size: 32px;
        line-height: 39px;
        text-align: left;
    }

    .gradient {
        border-width: 10px;
    }

    .button {
        font-size: 34px;
        line-height: 34px;
        padding: 13px 0;
        border-radius: 35px;
    }

    .repair__button {
        margin-top: 20px;
    }

    .repair__list {
        margin-top: 28px;
        padding: 0 4px;
    }

    .services {
        margin-top: 60px;
    }

    .service {
        padding-top: 20px;
    }

    .footer-email {
        display: none;
    }

    .footer-icons__down {
        padding-left: 0;
    }

    .p {
        margin-bottom: 18px;
    }

    .service.odd .service__img,
    .service.even .service__img {
        padding: 15px 15px 20px 15px;
    }

    .service__title_text {
        font-size: 28px;
        line-height: 28px;
        margin-left: 17px;
    }

    .service__title_icon {
        max-width: 50px;
    }

    .service__title {
        padding-bottom: 23px;
    }

    .service__title_text {
        text-align: left;
    }

    .bg {
        padding: 40px 10px 40px 14px;
    }

    .bg__subtitle {
        padding: 20px 4px 0 4px;
    }

    .works {
        padding: 0 15px;
        margin-top: 40px;
        margin-bottom: 40px;
        justify-content: center;
    }

    .works__img {
       width: 320px;
    }

    .brands__img {
        padding: 40px 0 120px 0;
    }

    .why__item {
        margin-bottom: 40px;
        align-items: end;
    }

    .why__title {
        max-width: 75%;
        margin: 0 0 20px 0;
    }

    .why__subtitle {
        margin-bottom: 50px;
    }

    .why__item img {
        max-width: 63px;
    }

    .why__item_right {
        margin-left: 13px;
    }

    .why__item_right-title {
        max-width: 80%;
    }

    .why .why__item-wrap {
        margin: 0;
    }

    .why__item_right-text {
        padding-right: 4px;
    }

    .button-wrap {
        margin-top: 0;
        margin-bottom: 40px;
    }

    .comment {
        margin-bottom: 20px;
        padding: 35px 19px 50px 10px;
    }

    .comment__right {
        padding-right: 13px;
    }

    .map {
        height: 396px;
        margin-top: 60px;
    }

    .custom-padding {
        padding-left: 15px !important;
    }
    .footer{
        overflow-x: hidden;
    }
    .footer-title {
        margin-bottom: 4px;
        padding-left: 78px;
    }

    .footer-text {
        margin: 15px 0;
        padding-left: 78px;
    }

    .footer__adress {
        margin-top: 35px;
    }

    .business {
        margin-top: 47px;
    }

    .footer-text {
        line-height: 19px;
    }

    .footer__contacts {
        margin-top: 58px;
        text-align: center;
    }

    .footer-number {
        font-size: 34px;
        line-height: 34px;
    }

    .footer-icons {
        margin-top: 40px;
    }

    .footer-icons__upper {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
    }

    .footer-icons_logo {
        margin-right: 0;
    }

    .google {
        margin-top: 20px;
    }

    .google__left {
        vertical-align: bottom;
    }

    .footer-icons__down {
        margin: 45px 0 30px;
        justify-content: center;
    }

    .footer__down {
        margin-top: 30px;
    }

    .footer-images__mob {
        margin: 40px 0;
        justify-content: center;
    }

    .footer__contacts_title {
        padding: 0;
        margin-bottom: 20px;
    }

    .inline-block:first-child .footer-icons__down-img {
        margin: 0;
    }

    .footer__map {
        right: calc(50% - 374px);
        top: initial;
        bottom: 0;
        width: 768px;
        height: 549px;
        max-width: initial;
    }
}