

/* Start:/bitrix/templates/pgsnew_v2_0/components/bitrix/breadcrumb/.default/style.css?17580163601037*/
.breadcrumbs{
    display: block;
    list-style-type: none;
    padding: 0;
    margin: 0;
    float: left;
    width: 100%;
}
.breadcrumbs:after{
    display: table;
    width: 100%;
    content: "";
    clear: both;
}
.breadcrumbs li{
    float: left;
    margin: 0 18px 10px 0;
}
.breadcrumbs li a{
    text-decoration: none !important;
    color: #9D9D9D;
    font-size: 14px;
    line-height: 16px;
    display: inline;
    border-bottom: 1px solid transparent;
    position: relative;
}
.breadcrumbs li:not(:last-child) a:after{
    position: absolute;
    right: -15px;
    top: 5px;
    content: "";
    background: url(/bitrix/templates/pgsnew_v2_0/images/arrow.svg) no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    height: 7px;
    width: 11px;
    transform: rotate(-90deg);
}

.breadcrumbs li a:hover{
    color: #242424;
    border-color: #242424;
}
.breadcrumbs li span{
    color: #9D9D9D;
    font-size: 14px;
    line-height: 16px;
}
/* End */


/* Start:/bitrix/templates/pgsnew_v2_0/components/bitrix/catalog.element/card_components_element/style.css?17580163607385*/
.card-components{
    position: relative;
    /*border: 1px solid #b6b6b6;*/
    box-shadow: 0 10px 15px 0 rgba(182, 182, 182, 0.30);
}
.card-components:after{
    content: "";
    display: table;
    width: 100%;
    clear: both;
}
.card-components .link{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.card-components .link:hover{text-decoration: none;color:#004288;}
.card-components .mm{
    position: absolute;
    top: 5px;
    left: 5px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    color: #004288;
    z-index: 1;
}
.card-components .img{
    margin: 0 0 15px 0;
}
.card-components:hover .img > img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.card-components .img{
    position: relative;
    overflow: hidden;
}
.card-components .img img{
    webkit-transform: scale(1) translateZ(0);
    -moz-transform: scale(1) translateZ(0);
    -o-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
    transition: transform ease-in-out 1s, filter 0.4s, webkit-filter 0.4s;
    max-width: 100%;
    width: 100%;
    display: block;
    overflow: hidden;
}
.card-components .text-block{
    background: #fff;
    padding: 0 15px 0 15px;
}
.card-components:hover .title{
    /*color: #EC2127;*/
}
.card-components .title{
    /*font-weight: bold;*/
    color: #242424;
    font-size: 18px;
    line-height: 22px;
    /*font-family: 'RotondaC', sans-serif;*/
    font-family: Roboto, sans-serif;
    margin-bottom: 15px;
    height: 88px;
    overflow: hidden;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
}

.card-components .text{
    height: 66px;
    overflow: hidden;
    font-size: 16px;
    line-height: 140%;
    color: #000000;
}

.card-components .price{
    color: #fff;
    font-size: 16px;
    line-height: 29px;
    position: absolute;
    bottom: 35px;
    right: 0;
    display: flex;
}
.card-components .price > span{
    border-top: 1px solid #004288;
    border-bottom: 1px solid #004288;
    border-left: 1px solid #004288;
    padding: 0px 5px;
}
.card-components .price > span:last-child {
    border-right: 1px solid #004288;
}
.card-components .price .old {
    background: white;
    color: #004288;
    text-decoration: line-through;
}
.card-components .price .new {
    color: white;
    background: #004288;
}

.card-components .article {
    background: transparent;
    color: black;
    font-size: 16px;
    line-height: 29px;
    padding: 0 15px 0 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 1 !important;
    font-weight: bold;
    /*font-family: 'RotondaC', sans-serif;*/
    font-family: Roboto, sans-serif;
}
.card-components .price.p-bottom{
    bottom: 0;
}
.card-components .price .ic{
    color: #D0080A;
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    width: 20px;
    height: 20px;
    background: #fff;
    display: inline-block;
    vertical-align: top;
    margin: 5px 5px 0 0;
    border-radius: 50%;
}
.card-components .btn-card-qty{
    padding: 0 15px;
    position: relative;
    z-index: 2;
    margin-bottom: 15px;
}
.card-components .btn-card-qty:after{
    content: "";
    display: table;
    width: 100%;
    clear: both;
}
.card-components .btn.btn-add-cart{
    float: left;
    border-radius: 4px;
    height: 35px;
    line-height: 35px;
    padding: 0 20px;
}
.card-components .qty{
    width: 110px;
    float: right;
    text-align: center;
}
.card-components .qty .jq-number{
    width: 100%;
}

.card-components .qty .minus, .card-components .qty .plus{
    width: 30px;
}
.card-components .qty .jq-number__field{
    margin: 0 0 0 30px;
    width: 50px;
}
.card-components .qty .minus:after{
    left: 7px;
}
.card-components .qty .plus:after{
    right: 10px;
}
.card-components .qty .plus:before{
    right: 16px;
}
.card-components .qty input.input{
    width: 100%;
}

.card-components .qty {
    display: none;
}
@media screen and (max-width: 1599px){
    /*.card-components .btn.btn-add-cart{
        font-size:0;
        line-height: 0;
        background: #004288 url(/bitrix/templates/pgsnew_v2_0/images/cart-w.svg) center center no-repeat;
        width: 50px;
        display: block;
        padding: 0;
        text-align: center;
    }*/

}
@media screen and (max-width: 575px){

    .card-components .title{
        height: auto;
    }
}


.page-loading:not(.active){
    display: none;
}
.page-loading {
    position: relative;
}

.card-components .plates-additional {
    position: absolute;
    right: -1px;
    top: 0;
    display: flex;
}

.card-components .plates-additional .item {
    font-size: 16px;
    line-height: 29px;
    padding: 0 5px;
    background: #004288;
    color: #fff;
}

.card-components .btn.btn-add-cart.noqty {
    margin-bottom: 24px;
    float: right;
    background: #004288;
    line-height: 35px;
    display: inline-block;
    font-size: 16px;
    width: auto;
    padding: 0 20px;
}

.card-components.ADD2BASKET_TARGET .img .slider .slick-arrow {
    display: none !important;
}

.card-components.ADD2BASKET_TARGET .img .slider .slick-dots {
    position: absolute;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 29px;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.card-components.ADD2BASKET_TARGET .img .slider .slick-dots li {
    z-index: 100;
    text-align: center;
    padding:0;
    width: 10px;
    height: 5px;
}
.card-components.ADD2BASKET_TARGET .img .slider .slick-dots li button {
    width: 5px;
    height: 5px;
    color: transparent;
    padding: 0;
    border: none;
    border-radius: 5px;
    background-color: #004288;
}
.card-components.ADD2BASKET_TARGET .img .slider .slick-dots li.slick-active button {
    background-color: #d0080a;
}
.card-components.ADD2BASKET_TARGET {
    transition: border 0.3s;
}
.card-components.ADD2BASKET_TARGET:not(:hover){
    /*border-color: rgba(182, 182, 182, 0);*/
    box-shadow: none;
}
.card-components.ADD2BASKET_TARGET .article,
.card-components.ADD2BASKET_TARGET .plates-additional,
.card-components.ADD2BASKET_TARGET .slick-dots,
.card-components.ADD2BASKET_TARGET .section_product_preview_slider .dots {
    transition: opacity 0.3s;
}
.card-components.ADD2BASKET_TARGET:not(:hover) .article,
.card-components.ADD2BASKET_TARGET:not(:hover) .plates-additional,
.card-components.ADD2BASKET_TARGET:not(:hover) .slick-dots {
    opacity: 0;
}

.card-components.ADD2BASKET_TARGET:not(:hover) .section_product_preview_slider .dots {
    opacity: 0.5;
}

.card-components .discount {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    background: url(/bitrix/templates/pgsnew_v2_0/images/discount.png) no-repeat center;
    background-size: contain;
    z-index: 101;
}
/* End */


/* Start:/bitrix/components/bitrix/system.show_message/templates/.default/style.css?175801633364*/
font.errortext
{
	color:red;
}

font.notetext
{
	color:green;
}

/* End */


/* Start:/bitrix/templates/pgsnew_v2_0/components/bitrix/news/news/bitrix/news.detail/.default/style.css?1758016360187*/

.news_detail_picture img {
    max-width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    display: block;
}

.text-content img {
    width: 100%;
    height: auto;
}
/* End */
/* /bitrix/templates/pgsnew_v2_0/components/bitrix/breadcrumb/.default/style.css?17580163601037 */
/* /bitrix/templates/pgsnew_v2_0/components/bitrix/catalog.element/card_components_element/style.css?17580163607385 */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.css?175801633364 */
/* /bitrix/templates/pgsnew_v2_0/components/bitrix/news/news/bitrix/news.detail/.default/style.css?1758016360187 */
