.items_catalog {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
#form-language .dropdown-menu{
    z-index: 9999;
}
#form-language {
    margin-right: 25px;
}
.btn-lang {
    position: relative;
    display: inline-block;
    background: transparent;
    border: none;
    line-height: 20px;
    color: #333;
    font-size: 13px;
    height: 40px;
    padding: 10px 5px;
}
.btn-lang.active {
    color: #8d0e5a;
}
.btn-lang + .btn-lang:before {
    content: "/";
    position: absolute;
    left: -4px;
    color: #333 !important;
}
.discount_block {
    list-style: none;
    text-align: left;
    margin: 0;
    margin-bottom: 20px;
    border: 1px solid #d0d0d0;
    border-radius: 5px;
    padding: 10px;
    background: #f7fbf4;
}
.discount_block li {
    color: #2f9c49;
    font-weight: bold;
    font-size: 14px;
}
.discount_block li .discount-title {
    font-size: 18px;
    font-weight: 400;
}
.discount_block li .discount-price {
    font-weight: bold;
    font-size: 18px;
}

.qty-col-wrap {
    display: flex;
    align-items: center;
}
.qty-col-wrap .qty {
    width: 100%;
}
.qty-col-wrap .close {
    margin-left: 10px;
    color: #000000;
    font-size: 26px;
}
@media screen and (max-width: 991px) {
    #form-language {
        position: absolute;
        left: 54%;
        transform: translate(-50%, 0);
        margin-right: 0;
    }
    .yt {
        height: 180px !important;
    }
}

@media screen and (min-width: 992px) {
    .yt {
        height: 360px !important;
        width: 640px;
    }
}

.yts {
    width: 320px !important;
    height: 570px !important;
}

@media screen and (max-width: 767px) {
    #form-language {
        position: relative;
        left: unset;
        transform: none;
        margin-right: 25px;
    }
    iframe {
        height: auto !important;
/*        width: 340px;*/
        width: 320px;
        margin: 0;
    }
    .sh_news_item iframe {
        min-height: 203px !important;
    }

}
@media screen and (min-width: 767px) and (max-width: 989px) {
    .sh_news_item iframe {
        height: 140px !important;
        width: 230px !important;
    }
} 
@media screen and (min-width: 990px) and (max-width: 1200px) {
    .sh_news_item iframe {
        height: 160px !important;
        width: 280px !important;
    }
    .sh_news_item .news-title {
        font-size: 14px;
} 
@media screen and (max-width: 400px) {
    .top_navigation .navbar-right:before {
        display: none !important;
    }
    #form-language {
        margin-right: -2px;
    }
    .market_link {
        padding-right: 30px;
        padding-left: 10px;
    }
}
@media screen and (max-width: 350px) {
    .top_navigation .navbar-right:before {
        display: none !important;
    }
    #form-language {
        position: absolute;
        left: 108px;
        margin-right: 0;
    }
    .btn-lang + .btn-lang:before {
        left: -4px;
    }
    .btn-lang {
        font-size: 12px !important;
        line-height: 24px !important;
        padding-left: 2px !important;
        padding-right: 2px !important;
    }
}

.pagination li a{
    min-height: 34px;
}
.small_item .stars
{
    white-space: nowrap;
}
