.banner-horizontal{
    position: relative;
}

.banner-horizontal .img img{
    width: 100%;
    display: block;
    max-width: 100%;
}

.banner-horizontal .text-block{
    width: 240px;
    background: #004288;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    padding: 25px 25px 70px;
}
.banner-horizontal .title{
    margin-top: 35px;
    color: #ffffff;
    font-weight: bold;
    font-size: 26px;
    line-height: 30px;
    font-family: "RotondaC";
    margin-bottom: 20px;
}

.banner-horizontal .text{
    color: #FFFFFF;
    font-size: 23px;
    line-height: 30px;
    margin-bottom: 20px;
}
.banner-horizontal .arrow{
    width: 40px;
    height: 40px;
    font-size: 0;
    background: #FFFFFF;
    position: absolute;
    bottom: 15px;
    right: 15px;
    margin: 0;
    border-radius: 50%;
    padding: 0;
    border: none;
    cursor: pointer;
    z-index: 10;
}
.banner-horizontal .arrow:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(/bitrix/templates/pgsnew_v2_0/images/arrow-red.svg) center center no-repeat;
    -webkit-background-size: 20px 13px;
    background-size: 20px 13px;
    opacity: 1;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
}
@media screen and (max-width: 1560px){
    .banner-horizontal .text-block{
        width: auto;
        position: relative;
        padding: 20px 20px 60px;
    }
    .banner-horizontal .title{
        margin-top: 0;
        margin-bottom: 10px;
    }
    .banner-horizontal .text{
        margin-bottom: 10px;
    }

}
.banner-price{
    margin-bottom: 40px;
}
.banner-price h2{
    margin-bottom: 25px;
}
.price-block-content{
    position: relative;
    margin-bottom: 25px;
}
.price-block-content:after{
    content: "";
    display: table;
    width: 100%;
    clear: both;
}

.price-block-content .img{
    width: 80px;
    border: 1px solid #B6B6B6;
    float: left;
}
.price-block-content .img img{
    max-width: 100%;
    max-height: 100%;
}
.price-block-content .text-block{
    margin-left: 100px;
    padding-top: 15px;
    color: #242424;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0.4px;
}
.price-block-content .text-block div:first-child{
    margin-bottom: 5px;
}
.price-block-content .update{
    font-size: 16px;
    line-height: 170%;
}
@media screen and (max-width: 1550px){
    .price-block-content .img{
        width: 70px;
    }
    .price-block-content .text-block{
        margin-left: 80px;
        padding-top: 0;
        font-size: 15px;
    }
}

.banner-price .price-block-content:hover {
	color: #242424;
	text-decoration: none;
}
.banner-price .price-block-content:hover .text-block > div:first-child {
	text-decoration: underline;
}

.banner-price .banner-horizontal {
	display: block; 
}