.btn-ozon {
    background-color: #005bff;
    border-color: #005bff;
}
.btn-ozon img {
    width: auto;
    height: 26px;
}

.btn-ozon:not(:disabled):not(.disabled).active,
.btn-ozon:not(:disabled):not(.disabled):active,
.show > .btn-ozon.dropdown-toggle {
    background-color: #005bff;
    border-color: #005bff;
}

.btn-ozon:hover {
    background-color: #2573ff;
    border-color: #2573ff;
}
.shop {
    margin-bottom: 40px;
}
.shop .tab-content .item {
    text-align: center;
    padding: 30px 20px;
    margin-bottom: 25px;
    border: 1px solid #dee2e6;
    border-radius: 10px;
}
.nav-tabs .nav-link {
    color: #039;
    padding: 10px 30px;
}
.shop .tab-content {
    background-color: #fff;
    padding: 30px;
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
}
.shop .tab-content .item .bottom {
    display: flex;
    justify-content: space-between;
}
.shop .tab-content .item > a {

}
.shop .tab-content .item > a > img {
    max-height: 160px;
    margin-bottom: 25px;
    max-width: 100%;
    height: auto;
}
.shop .tab-content .name {
    margin-bottom: 15px;
    font-weight: bold;
    color: #039;
    font-size: 13px;
}
.shop .tab-content .price {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}
.shop .tab-content .price--request {
    font-size: 16px;
    font-weight: normal;
}
.shop-detail .contact .caption {
    font-weight: bold;
}
.shop-detail .contact .caption a {
    font-weight: normal;
}
.shop-detail .img-wrap {
    display: flex;
    align-content: center;
    justify-content: center;
    border: 1px solid #dee2e6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
/* .shop-detail .img-wrap img {
    padding: 15px;
    max-width: 100%;
    height: auto;
} */
.shop-detail .aside .download {
    font-size: 14px;
    display: inline-block;
    margin-top: 15px;
}
.shop-detail .aside .download:hover {
    text-decoration: none;
}
.shop-detail .price {
    font-size: 26px;
    font-weight: bold;
    color: #039;
    margin-bottom: 20px;
}
.shop-detail .download {
    font-size: 14px;
}
.shop-detail .section {
    padding: 20px 0;
}
.shop-detail .section:not(:last-of-type) {
    border-bottom: 1px solid #c2c2c2;
}
.shop-detail .sections .section:first-child {
    padding-top: 0;
}
.shop .descr {
    text-align: center;
    margin-bottom: 25px;
}
.shop .descr p {
    text-align: center;
    font-size: 18px;
    margin-bottom: 5px;
}
.shop .descr a {
    font-size: 18px;
    color: #039;
}
.shop .shop-dev .video {
    text-align: center;
    margin-bottom: 80px;
}
.shop .shop-dev .video h5 {
    font-size: 20px;
    margin-bottom: 30px;
}


@media screen and (min-width: 1199px) {
    .product-image {
        width: 238px;
        /* height: 290px; */
        padding: 15px;
    }
    .product-image-square {
        width: 238px;
        height: 238px;
        padding: 15px;
    }
    .product-image-width {
        width: 238px;
        height: 157px;
        padding: 15px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .shop-detail .img-wrap {
        max-width: 250px;
        margin-bottom: 15px;
    }
    .shop-detail .section li {
        font-size: 14px;
    }

}
@media (max-width: 1199px) and (min-width: 768px) {
    .product-image {
        width: 203px;
        /* height: 255px; */
        padding: 10px;
    }
    .product-image-square {
        width: 203px;
        height: 203px;
        padding: 10px;
    }
    .product-image-width {
        width: 184px;
        height: 124px;
        padding: 10px;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .shop-detail .img-wrap {
        max-width: 250px;
        margin-bottom: 15px;
    }
    .shop-detail .section li {
        font-size: 14px;
    }
    .product-image {
        width: 108px;
        height: 131px;
        padding: 10px;
    }
    .product-image-square {
        width: 108px;
        height: 108px;
        padding: 10px;
    }
    .product-image-width {
        width: 108px;
        height: 72px;
        padding: 10px;
    }

}
@media (min-width: 0) and (max-width: 575px) {
    .shop-detail .img-wrap {
        max-width: 120px;
        margin-bottom: 15px;
    }
    /* .shop-detail .img-wrap img {
        padding: 10px;
    } */
    .product-image {
        width: 108px;
        height: 131px;
        padding: 10px;
    }
    .product-image-square {
        width: 108px;
        height: 108px;
        padding: 10px;
    }
    .product-image-width {
        width: 108px;
        height: 72px;
        padding: 10px;
    }
    .shop-detail .price {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .shop-detail .request-form .form-row label {
        display: none;
    }
    .shop .tab-content {
        padding: 20px;
    }
    .shop .tab-content .item .name {
        font-size: 14px;
    }
    .shop-detail .section li {
        font-size: 14px;
    }

}
