.shop_box-map {
    min-height: 250px;
    flex: 1 1 auto;
    width: 100% !important;
    height: 100% !important;
    padding-left: 15px;
}
.shop_box-map .ymaps-2-1-76-map {
    width: 100%;
    height: 100%;
}
.shop_box-img {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.shop-img-block {
    display: flex;
}

.box_img-item {
    max-width: 400px;
    width: 100%;
    max-height: 300px;
    height: 100%;
}

.box-map {
    margin-left: 10px;
}

.big-banner {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.info_block-btns {
    display: flex;
    justify-content: space-around;

    padding-top: 20px;
}

.info_block-btns a:hover {
    color: #000;
}

.info-btn {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    color: #333333;
    max-width: 373px;
    width: 100%;
    height: 84px;
    background-color: #ffffff;
    border: 3px solid #f6d300;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    cursor: pointer;
    padding: 5px;
}

.info-btn:hover {
    background-color: #f6d300;
}

.info-btn + .info-btn {
    margin-left: 29px;
}

.services-header {
    font-size: 19.5px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    color: #333333;
    max-width: 120px;
    margin-top: 27px;
}

.info_block-services {
    display: flex;
    padding-bottom: 30px;
    border-bottom: 1px solid #EEF2F6;
}

.services-block {
    display: flex;
    flex-grow: 1;
}

.service_item-img {
    background-repeat: no-repeat;
    background-position: left top;
    width: 83px;
    height: 83px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid #eeeeee;
    background-size: 50%;
}

.measure {
    background-image: url(img/service-icon-0.png);
    background-position: 50% 50%;
}

.volumetric {
    background-image: url(img/service-icon-1.png);
    background-position: 50% 50%;
}

.credit {
    background-image: url(img/service-icon-2.png);
    background-position: 50% 50%;
}

.delivery {
    background-image: url(img/service-icon-3.png);
    background-position: 50% 50%;
}

.lifting {
    background-image: url(img/service-icon-4.png);
    background-position: 50% 50%;
}

.assembling {
    background-image: url(img/service-icon-5.png);
    background-position: 50% 50%;
}

.bonus {
    background-image: url(img/service-icon-6.png);
    background-position: 50% 50%;
}

.vr-glasses {
    background-image: url(img/service-icon-7.png);
    background-position: 50% 50%;
}

.ar-fitting {
    background-image: url(img/service-icon-8.png);
    background-position: 50% 50%;
}

.service_item-name {
    padding-top: 10px;
    font-size: 13.5px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #333333;
    text-align: center;
}

.services-item {
    width: 83px;
    cursor: pointer;
    margin-left: 39.5px;
}

@media (max-width: 1700px) {
    .services-item {
        margin-left: auto;
    }

    .services-item:first-child {
        margin-left: 0;
    }
}

@media (max-width: 1100px) {
    .services-item {
        padding: 0 10px;
        width: 103px;
    }
}
.services-item:hover .service_item-img {
    background-color: #eeeeee;
}

.services-item:hover .service_item-name {
    color: #4f95e8;
}

.info-block {
    padding: 40px 0;
    border-bottom: 1px solid #EEF2F6;
    border-top: 1px solid #EEF2F6;
    margin-bottom: 50px;
}

.svg--arrow-slider-new {
    background-color: rgba(0,0,0,0.3);
    height: 35px;
    width: 35px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 12px;
    position: absolute;
    top: 50%;
    margin-top: -18px;
    fill: rgba(255, 255, 255, 1);
}

.arrow-shop-left {
    left: 10px;
}

.arrow-shop-right {
    right: 10px;
}

.flex-layout--category .flex-layout__item {
    width: 25% !important;
}
@media (min-width: 1500px) and (max-width: 1700px) {
    .info_block-services {
        flex-direction: column;
    }

    .services-header {
        max-width: none;
        margin-left: 20px;
        margin-bottom: 20px;
    }

    .info_block-inner {
        align-items: center;
    }
}

@media (max-width: 1500px) {
    .info_block-services {
        flex-direction: column;
    }

    .services-header {
        max-width: none;
        margin-left: 20px;
        margin-bottom: 20px;
    }
}
@media screen and (min-width: 1367px) {
    .shop-slider-start {
        display: flex;
        flex: 0 0 510px;
    }

    /* .shop-slider-start .item {
        width: auto;
    } */

    .shop-slider-start .item img {
        height: 100%;
        width: auto;
        max-width: 100%;
        margin: 0 auto;
    }

    .shop_box-img {
        max-height: 250px;
        overflow: hidden;
    }
}

@media screen and (max-width: 1366px) {
    .shop-slider-start .item img {
        height: 100%;
    }

    .shop_box-img {
        flex-direction: column-reverse;
    }

    .shop_box-map {
        padding-left: 0;
    }

    .box_img-item {
        max-width: unset;
        width: 100%;
        max-height: 400px;
        margin-bottom: 30px;
    }

    .shop_box-map {
        max-height: 400px;
        margin-bottom: 30px;
        width: 100% !important;
        margin-left: 0;
    }

    .info_block-inner {
        display: flex;
        flex-direction: column;
        margin-left: 0;
    }

    .info-btn {
        max-width: 320px;
    }

    .info_block-services {
        justify-content: center;
    }

    .box-map {
        margin-left: 0;
    }

    .shop_box-map {
        max-height: 500px;
        height: 100%;
    }

    .box_img-item {
        height: 350px;
    }

    .box-map-item {
        height: 400px;
    }
    .services-header {
        font-size: 18px;
        line-height: 20px;
        margin-right: 20px;
    }
}

@media screen and (min-width: 708px) {
    .shop-slider-start {
        display: flex;
    }

    .shop-slider-start {
        margin-left: -10px;
    }

    .shop-slider-start .item {
        padding-left: 10px;
        flex: 1 1 auto;
    }

    .shop-slider-start .item img {
        width: 100%;
        object-fit: cover;
        object-position: 50% 50%;
    }

    .item {
        width: 50%;
    }

    .item img {
        width: 100%;
    }
}

@media screen and (max-width: 708px) {
    .shop-slider-start .item {
        padding-top: 100%;
        width: 100%;
        position: relative;
    }

    .shop-slider-start .item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        left: 0;
        top: 0;
    }

    .shop-slider-start .owl-dots {
        display: none;
    }

    .shop-slider-start .owl-prev, .shop-slider-start .owl-next {
        position: absolute;
        top: 50%;
    }

    .shop-slider-start .owl-next {
        right: 10px;
    }
}

@media screen and (max-width: 768px) {
    .info_block-inner {
        flex-direction: column;
    }

    .info_block-btns {
        justify-content: center;
        padding-bottom: 30px;
    }
    .box_img-item .info-btn {
        max-width: 320px;
    }

    .box_img-item {
        height: 100%;
    }

    .box-map-item {
        height: 100%;
    }

    .services-header {
        font-size: 12px;
    }
}

@media screen and (max-width: 690px) {
    .info_block-services {
        flex-direction: column;
        align-items: flex-start;
    }

    .services-header {
        max-width: unset;
        margin-bottom: 20px;
        font-size: 18px;
    }

    .services-item:first-child {
        margin-left: 0;
    }
    .box_img-item {
        height: 350px;
    }

    .box-map-item {
        height: 400px;
    }

    .info_block-btns {
        flex-direction: column;
        align-items: center;
    }

    .info-btn {
        max-width: 500px;
    }

    .info-btn:first-child {
        margin-bottom: 20px;
    }

    .info-btn + .info-btn {
        margin: 0;
    }
    .box_img-item {
        height: 350px;
    }

    .box-map-item {
        height: 400px;
    }

    .services-block {
        display: block;
    }
}

.text-product-wrapper {
    margin-bottom: 50px;
}

.shop_sale {
    margin-bottom: 50px !important;
}

.shop_sale .flex-layout--category .flex-layout__item {
    margin-bottom: 0 !important;
}

.empty-img .shop-slider-start {
    display: none !important;
}

.empty-img .shop_box-map {
    margin-left: 0;
}


@media (max-width: 767px) {
    .shop_reviews .text-product-wrapper > p{
        text-align: center;
    }
}
