.mobile-block {
    display: none !important;
}

.desctop-block {
    display: block;
}

.page-contacts h1 {
    margin-bottom: 50px;
}
.page-contacts .product_blocks {
    margin-top: unset;
    margin-bottom: unset;
}

.page-contacts .section-product:hover {
    border: 2px solid #EC1C23;
}
.page-contacts .section-products {
    margin-top: 30px;
}

.page-contacts .two-columns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-items: left;
}

.main_text {
    /*margin-left: 120px;*/
}

.swiper-container {
    /*max-width: 100%;*/
    max-height: 700px;
}


swiper-slide {
    max-height: 500px;
    max-width: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.main_text{
    font-size: 18px;
}
h1, .h1 {
    font-size: 31px;
}

.product_blocks  .swiper-container {
    max-height: 500px;
}

.product_blocks  .swiper-container {
    max-width: 50%;
}

.product_blocks{
    display: flex;
    margin-top: 18px;
    margin-bottom: 18px;
}
.product_blocks_inner{
    width: 50%;
}
.product_blocks_inner.text{
    padding: 19px;
    background-color: #D60000;
    display: flex;
    align-items: center;
}
.black .product_blocks_inner.text{
    background-color: #E9E9E9;
    display: flex;
    align-items: center;
}
.product_blocks_inner_title{
    font-family: Arial;
    font-style: normal;
    font-weight: bold;
    font-size: 17px;
    line-height: 23px;
    color: #FFFFFF;
    margin-bottom: 19px;
}
.black .product_blocks_inner_title{
    color: #010101;
}
.product_blocks_inner_text{
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 17px;
    color: #FFFFFF;
    font-family: Arial;
}
.black .product_blocks_inner_text{
    color: #010101;
}
.product_blocks_inner.img{
    background-repeat: no-repeat;
    background-size: cover;
}
.product_adv{
    margin-top: 23px;
}
.product_adv_title{
    margin-bottom: 84px;
    font-family: Arial;
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 29px;
    text-align: center;
    color: #010101;
}
.product_adv_blocks{
    display: flex;
    justify-content: space-between;
}
.product_adv_blocks_textblock{
    width: 28%;
}
.product_adv_blocks_imgblock{
    width: 40%;
}
.product_adv_blocks_textblock_title{
    font-family: Arial;
    font-style: normal;
    font-weight: bold;
    font-size: 17px;
    line-height: 23px;
    /* identical to box height */
    margin-bottom: 12px;
    color: #000000;
}
.product_adv_blocks_textblock_text{

    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 17px;
    color: #010101;
}
.product_adv_blocks_textblock_inner{
    margin-bottom: 54px;
}
.description .product-slider-item__image{
    height: auto;
}
.product_desc_products{
    min-width: 180px;
}
.product_desc_products_title{
    font-family: Arial;
    font-style: normal;
    font-weight: bold;
    font-size: 17px;
    line-height: 23px;
    color: #010101;
    margin-bottom: 19px;
}
.description .product-slider-item__name{
    margin-bottom: 10px;
}
.description .product-slider-item__price{
    font-size: 17px;
    line-height: 17px;
}
.description .product-slider-item{
    margin-bottom: 20px;
}
.product-detail__action-block{
    width: 350px;
}
.product_delivery_item{
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
    margin-bottom: 5px;
    color: #000000;
    font-size: 14px;
    font-weight: 500;
}
.separator{
    margin-top: 5px;
    margin-bottom: 5px;
    height: 2px;
    width: 100%;
    background-color: #DBDEE0;
}
.product-detail__action-block{
    -webkit-box-shadow: 0 1px 8px 0 rgba(0,0,0,.06), 0 2px 2px 0 rgba(0,0,0,.12);
    -moz-box-shadow: 0 1px 8px 0 rgba(0,0,0,.06),0 2px 2px 0 rgba(0,0,0,.12);
    box-shadow: 0 1px 8px 0 rgba(0,0,0,.06), 0 2px 2px 0 rgba(0,0,0,.12);
    border: none;
}

/*    section */
.section-products {
    width: calc(100% + 32px);
    margin-left: -16px;
    margin-right: -16px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
}

.section-product {
    border: 2px solid #DBDEE0;
    border-radius: 10px;
    width: calc(100% / 3 - 32px);
    max-width: 100%;
    padding: 20px;
    margin: 16px;
    display: flex;
    flex-direction: column;
    position: relative;
}

.section-product__image {
    max-width: 100%;
    height: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 0;
    margin-bottom: 10px;
    overflow: hidden;
}

.section-product__image img {
    max-width: 100%;
    max-height: 100%;
    object-position: center;
    object-fit: contain;
    display: block;
    width: 100%;
    height: 100%;
}

.section-product__info {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.section-product__image + .section-product__info {
    margin-top: 0;
}

.section-product__price-wrapper {
    display: flex;
    align-items: flex-end;
}

.section-product__price-title {
    margin-right: 10px;
}

.section-product__price {
    font-size: 24px;
    line-height: 28px;
    color: #222222;
    cursor: default;
}

.section-product__price-wrapper {
    margin-bottom: 10px;
}

.section-product__name {
    line-height: 21px;
    color: #222222;
    margin-bottom: 20px;
}

.button-cart-icon {
    width: 24px;
    height: 24px;
    display: inline-block;
    background-image: url("image/basket.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 10px;
}

.default-button.section-to-cart-button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 28px;
    min-width: 0;
    width: 100%;
}

.section-bottom-pagen {
    text-align: right;
    text-align-last: right;
    margin-bottom: 10px;
}

.section-product__action-block {
    margin-top: auto;
}

.section-product__rating-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.section-product-rating__group {
    margin-right: 10px;
    display: flex;
}

.section-product-rating__star {
    width: 16px;
    height: 16px;
    background-image: url("image/star.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.section-product-rating__star.active {
    background-image: url("image/star-red.svg");
}

.section-product-rating__text {
    font-size: 12px;
    line-height: 14px;
    color: #797A79;
    cursor: default;
}

.section-product__price .old__price {
    font-size: 14px;
    line-height: 14px;
}

.section-product__description {
    color: #797A79;
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 10px;
    max-height: calc(16px * 3);
    overflow: hidden;
}

.section-product__description p {
    margin: 0;
}

.section-product__available {
    font-size: 14px;
    line-height: 16px;
    color: #EC1C23;
    position: absolute;
    top: 10px;
    left: 14px;
    text-shadow: 0px 0px 4px rgba(255, 255, 255, 1);
}

.section-product__favorite_button {
    position: absolute;
    top: 7px;
    right: 9px;
    width: 20px;
    height: 25px;
    background-image: url(image/heart.svg);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: 7px center;
    transition: background-image .2s ease;
    line-height: 25px;
    overflow: hidden;
    white-space: nowrap;
    padding-left: 30px;
    border-radius: 10px;
    font-size: 14px;
}

.section-product__favorite_button.in-favorites {
    background-image: url(image/heart-red.svg);
}

@media (hover) {
    .section-product__favorite_button:hover {
        width: auto;
        background-color: white;
        padding-right: 7px;
    }
}

@media (max-width: 1025px) {
    .section-product__price {
        font-size: 18px;
        line-height: 21px;
    }
}

@media (max-width: 600px) {

    .mobile-block {
        display: block !important;
    }

    .desctop-block {
        display: none !important;
    }

    .product_blocks .swiper-container {
        max-width: 100%;
        display: flex;
    }
    .product_blocks_inner {
        width: 100%;
    }

    .section-product {
        width: unset;
        max-width: unset;
    }

    .page-contacts .two-columns {
        grid-template-columns: unset;
        grid-template-rows: repeat(2, 1fr);
    }

    .product_blocks {
        display: block;
    }

    /*.section-products {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .section-product:first-of-type {
        margin-top: 10px;
    }

    .section-product {
        width: 100%;
        margin: 5px 0;
        flex-direction: row;
    }

    .section-product__image {
        max-width: 70px;
        margin-right: 20px;
        margin-bottom: 0;
        height: auto;
    }

    .section-product__info {
        width: calc(100% - 90px);
    }

    .section-product__name {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 7px;
    }

    .default-button.section-to-cart-button {
        width: 140px;
    }

    .section-product__price-title {
        font-size: 12px;
        line-height: 14px;
    }

    .section-product__info .default-button {
        min-width: 0;
    }

    .section-bottom-pagen {
        text-align: left;
        text-align-last: left;
        margin-top: 10px;
    }

    .section-product-rating__star {
        width: 10px;
        height: 10px;
    }

    .section-product-rating__text {
        font-size: 10px;
        line-height: 12px;
    }

    .section-product__favorite_button {
        top: 12px;
        right: 13px;
        background-size: 14px;
    }*/
}