#vertical_gallery {
    width: 50px;
    float: left;
    text-align: center;
    position: relative;
}
.vertgal_undercontainer {
    overflow: hidden;
    height: 300px;
}

#vertical_gallery .button_up, #vertical_gallery .button_down {
    display: none;
    width: 50px;
    height: 20px;
    background: no-repeat center center;
    position: absolute;
}
#vertical_gallery .button_up {
    background-image: url("/img/uikit/arrow-domik_up.png");
    top: 0;
}

#vertical_gallery .button_down {
    background-image: url("/img/uikit/arrow-domik_down.png");
    bottom: 0;
}

#vertical_gallery.arrowed {
    margin-top: -20px;
}

#vertical_gallery.arrowed .button_up, #vertical_gallery.arrowed .button_down {
    display: block;
}

#vertical_gallery.arrowed .vertgal_undercontainer {
    height: 280px;
    margin: 20px auto;
}

.vert_gal_item {
    margin-bottom: 10px;
    display: block;
    padding: 0;
    box-sizing: border-box;
}

.vert_gal_item.active, .vert_gal_item:hover {
    border: 1px solid #a9a9a9
}

.vert_gal_item img {
    max-width: 50px;
    max-height: 50px;
    margin: 0;
}

.vert_gal_item.active img, .vert_gal_item:hover img {
    max-width: 48px;
    max-height: 48px;
}
.vert_gal_item.active img {
    opacity: 0.5;
}
.images_tab img {
    max-width: 800px;
}
.reviews_tab>div{
    margin-top: 20px;
}
.reviews_tab>div:first-child{
    margin-top: 0;
}
.reviews_tab pre {
    white-space: pre-wrap;
}
#review_error_container {
    color: #E94C3D;
}
#review_message {
    width: 910px;
    height: 210px;
}
#send_review label {
    display: inline-block;
    margin-bottom: 10px;
}
#send_review input {
    width: 200px;
}
#one_click_phone {
    width: 120px;
    height: 24px;
}
.related_products_block {
    padding: 30px 0;
}
.product{
    width: 224px;
    position: relative;
    padding: 5px;
    border-radius: 5px;
}
.product:hover {
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.product .img-container-small{
    display: flex;
    background-color: white;
}
.product .img-container-small img{
    margin: auto auto;
}
.product .product_bottom{
    width: 214px;
    margin: 0 auto;
    padding: 6px 6px 6px;
    font-weight: 600;
}

.product .price{
    padding-top: 5px;
}
.product a.opencart{
    display: none;

}
.product a.add_to_cart {
    display: inline-block;
}
.product.at_cart a.opencart{
    display: inline-block;
}
.product.at_cart a.add_to_cart{
    display: none;
}
.product_title{
    font-weight: 100;
    font-size: 12px;
    padding-bottom: 3px
}
.tag {
    display: inline-block;
    margin-right: 10px;
}
.product_description {
    padding: 20px;
}
.product_description pre {
    overflow: hidden;
    max-height: 195px;
    text-overflow: ellipsis;
}