

/* 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/.default/bitrix/catalog.element/compl_offer_truba/style.css?175801636012563*/
.set-card-page .show-1200{
    display: none;
}
@media screen and (max-width: 1199px){
    .set-card-page .show-1200{
        display: block;
    }
    .set-card-page .hide-1200{
        display: none;
    }
}

.set-card-page h1{
    color: #004288;
    font-size: 30px;
    line-height: 120%;
    margin-bottom: 15px;
}

.card-tab-block{
    border: 1px solid #D0D0D0;
    background: #fff;
    /*padding: 10px 30px 0;*/
}

.nav-tabs{
    border-bottom: 2px solid #D0D0D0;
}
.nav-tabs:after{
    content: "";
    display: table;
    width: 100%;
    clear: both;
}
.nav-tabs .nav-link{
    font-size: 13px;
    line-height: 35px;
    text-decoration: none !important;
    color: #242424;
    position: relative;
    display: block;
    border: none !important;
    padding: 0;
    border-radius: 0 !important;
}
.nav-tabs .nav-link:before{
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 3px;
    background: #004288;
    width: 100%;
    opacity: 0;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
}

.nav-tabs .nav-link.active:before{
    opacity: 1;
}
.nav-tabs .nav-link.active{
    font-weight: 600;
}
.nav-tabs .nav-item{
    float: left;
    padding: 0 5px;
}
.nav-tabs .nav-item:last-child{
    margin-right: 0;
}
.tab-content{
    background: #FAFAFA;
    /*padding: 30px 0 30px 15px;*/
}

.tab-content .tab-cont,
.tab-content .text-formatted {
    padding: 10px;
}
@media screen and (max-width: 767px) {
    .nav-tabs .nav-item {
        margin: 0 20px 0 0;
    }
}
.card-tab-block .tab-content{
    /*height: 360px;*/
    height: 315px;
    overflow: hidden;
    overflow-y: auto;
    /*padding-right: 20px;*/
    position: relative;
}
.tab-content::-webkit-scrollbar-track{
    background: #D0D0D0;
    border-radius: 11px;
}
.tab-content::-webkit-scrollbar-thumb{
    background: #888888;
    border-radius: 8px;
}
.card-tab-block .attr-value{
    font-size: 14px;
    line-height: 160%;
    color: #242424;
}
.card-tab-block .attr-value:not(:last-child) {
    margin-bottom: 5px;
}
.card-tab-block .attr-value:after{
    content: "";
    display: table;
    width: 100%;
    clear: both;
}
.card-tab-block .attr{
    float: left;
    font-weight: bold;
    /*width: 105px;*/
}
.card-tab-block .attr:after {
    content: ": ";
    white-space: pre;
    float: right;
}
.card-tab-block .value{
    /*margin-left: 105px;*/
}

.card-tab-block .img-list {
    overflow: hidden;
}

.card-tab-block .img-list .img{
    margin: 0 15px 15px 0;
    float: left;
    width: 90px;
    height: 60px;
}
.card-tab-block .img-list .img img{
    width: 100%;
    height: 100%;
    display: block;
}
.set-card-raty{
    margin-bottom: 15px;
}
.set-price-block {
    margin-bottom: 15px;
}

.set-price-block:after{
    content: "";
    display: table;
    width: 100%;
    clear: both;
}

.set-price-block .icon{
    font-family: 'Roboto', sans-serif;
    width: 28px;
    height: 28px;
    background: #004288;
    border-radius: 50%;
    float: left;
    color: #fff;
    margin: 0 15px 0 0;
    text-align: center;
    font-weight: 300;
    font-size: 20px;
    line-height: 28px;
}

.set-price-block .price {
    float: left;
    color: #004288;
    font-size: 25px;
    line-height: 120%;
    font-weight: bold;
    /*font-family: 'RotondaC', sans-serif;*/
    font-family: Roboto, sans-serif;
}

.set-card-stock{
    font-size: 14px;
    line-height: 160%;
    color: #000000;
    margin-bottom: 25px;
}

.set-attr-value .attr-value{
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 160%;
    color: #000000;
}

.set-attr-value .attr-value:after{
    content: "";
    display: table;
    width: 100%;
    clear: both;
}

.set-attr-value .attr{
    color: #888888;
    float: left;
    width: 55%;
}
.set-attr-value .value{
    float: left;
    width: 45%;
}
.set-qty-btn:after{
    content: "";
    display: table;
    width: 100%;
    clear: both;
}
.set-qty-btn .qty{
    width: 150px;
    float: left;
    text-align: center;
}
.set-qty-btn .qty .qty-text{
    padding: 0 10px 0 0;
}

.set-qty-btn .block-btn{
    width: 165px;
    float: right;
}

.set-qty-btn .block-btn a{
    padding: 0;
    text-align: center;
    width: 100%;
    display: block;
}
.set-qty-btn .block-btn a:first-child{
    margin-bottom: 15px;
}

.tags{
    overflow: hidden;
}
.tags-label{
    float: left;
    font-size: 14px;
    line-height: 22px;
    margin: 0 15px 10px 0;
}

.tags .tag{
    padding: 0 10px;
    border-radius: 30px;
    float: left;
    display: inline-block;
    color: #888888;
    font-size: 12px;
    line-height: 22px;
    border: 1px solid #888888;
}



.slider-category-component .category-component{
    margin: 0 15px;
    width: auto;
    float: none;
}
.set-tab-price:after{
    content: "";
    display: table;
    width: 100%;
    clear: both;
}
.set-tab-price .set-card-price-block{
    float: right;
    width: 40%;
}

.set-tab-price .card-tab-block{
    width: 55%;
    float: left;
}

@media screen and (max-width: 1840px){
    .set-tab-price .set-card-price-block {
        float: none;
        width: 100%;
        max-width: 600px;
        margin-bottom: 20px;
    }

    .set-tab-price .card-tab-block {
        width: 100%;
        float: none;
    }
    /*.card-tab-block{
        padding-left: 15px;
        padding-right: 15px;
    }*/
}


@media screen and (max-width: 767px) {
    .set-card-page h1{
        font-size: 25px;
        line-height: 110%;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 349px) {
    .set-qty-btn .qty{
        float: none;
        margin-bottom: 20px;
    }
    .set-qty-btn .block-btn{
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }
}
/* cart_set_gallery.css */
.card-set-gallery{
    overflow: hidden;
}
.card-set-gallery-nav{
    padding: 0 60px;
}
.card-set-gallery-nav .img{
    width: 85px;
    height: 50px;
    border: 1px solid #D0D0D0;
    margin: 0 7px;
    cursor: pointer;
}

.card-set-gallery-nav .img img{
    display: block;
    width: 100%;
    height: 100%;
}

.card-set-gallery-for {
    border: 1px solid #D0D0D0;
    margin-bottom: 30px;
    position: relative;
}
.card-set-gallery-for .slide a{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 400px;
}
.card-set-gallery-for img{
    max-width: 100%;
    max-height: 100%;
}

.set-card-page .card-set-gallery .slick-slider .slick-arrow.slick-prev{
    left: 0;
}
.set-card-page .card-set-gallery .slick-slider .slick-arrow.slick-next{
    right: 0;
}



.set-card-page .card-set-gallery .card-set-gallery-for .slick-arrow.slick-prev{
    left: 15px;
}
.set-card-page .card-set-gallery .card-set-gallery-for .slick-arrow.slick-next{
    right: 15px;
}

.set-card-page .arrow-top-right.slick-slider .slick-arrow.slick-prev:before {
     transform: rotate(-90deg);
}
.set-card-page .arrow-top-right.slick-slider .slick-arrow:before {
    opacity: 1;
}
@media screen and (max-width: 1840px){
    .card-set-gallery{
        margin-bottom: 25px;
    }
}
@media screen and (min-width: 767px){
    .set-card-page .card-set-gallery .card-set-gallery-for .slick-arrow{
        display: none !important;
    }

}
@media screen and (max-width: 767px){
    .card-set-gallery-nav{
        left: -9999px;
        position: absolute;
        height: 0;
        overflow: hidden;
    }
    .card-set-gallery-for{
        margin-bottom: 0;
    }
}
@media screen and (max-width: 575px) {
    .card-set-gallery-for .slide a{
        height: 300px;
    }
}

/* photo_object_slider.css */
.slider-photo-object .img{
    width: 160px;
    height: 90px;
    margin: 0 15px;
}

.slider-photo-object .img img{
    display: block;
    width: 100%;
    height: 100%;
}

.card-set-photo{
    margin: 35px 0 50px;
}
.card-set-photo h2{
    color: #242424;
    font-size: 22px;
    line-height: 120%;
    margin-bottom: 25px;
}

@media screen and (max-width: 991px){
    .slider-photo-object .img{
        width: auto;
        height: auto;
    }
    .card-set-photo {
        margin: 35px 0 20px;
    }
}


.tab-content .text-formatted {
    font-size: 14px;
}
.tab-content  p {
    display: block;
    line-height: initial;
    letter-spacing: initial;
    margin-bottom: 10px;
    font-size: 14px;
    clear: both;
}

.tab-content .attr-value .value.newline {
    clear: both;
}

.offer-card-block {
    border: 1px solid #d0d0d0;
    display: table;
    width: 100%;
    font-size: 14px;
}

.offer-card-block-header {
    display: table-header-group;
}

.offer-card-block-header > div > div,
.offer-card-block-body .offer > div {
    display: table-cell;
    padding: 3px;
}
.offer-card-block-header > div > div,
.offer-card-block-body .offer:not(:last-child) > div {
    border-bottom: 1px solid #d0d0d0;
}

.offer-card-block-body {
    display: table-row-group;
}
.offer-card-block-header > div,
.offer-card-block-body .offer {
    display: table-row;
}

table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after{
    bottom: 2px !important;
}

.offers-filter {
    border: 1px solid #D0D0D0;
    padding: 20px 45px;
}
.offers-filter .filter-container {
    height: 29px;
}
.offers-filter .filter-container > div,
.offers-filter .filter-container > div > div {
    height: 100%;
}
.offers-filter .name {
    color: #242424;
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    margin-bottom: 10px;
}
.offers-filter .yadcf-filter-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.offers-filter .yadcf-number-slider-filter-wrapper-inner,
.offers-filter select {
    width: calc(100% - 30px);
}
.offers-filter .yadcf-number-slider-filter-wrapper-inner {
    margin-bottom: 0;
    margin-top: 7px;
}

.offers-filter .yadcf-filter-reset-button {
    border: none;
    background: transparent;
    color: #004288;
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    padding: 0;
    transition: color 0.3s;
    top: -2px !important;
}

.offers-filter .yadcf-filter-reset-button:hover {
    color: #d0080a;
}

.offers-filter .yadcf-filter-range-number-slider .ui-slider-range {
    background: #065ba9;
}
.dataTables_scroll {
    position: relative;
}
.dataTables_scroll:after {
    content: '';
    position: absolute;
    top: calc(100% - 1px);
    width: calc(100% - 10px);
    height: 1px;
    background: #d0d0d0;
    z-index: 2;
}
table.dataTable thead>tr>th,
table.dataTable thead>tr>td {
    padding-left: 5px;
}
table.dataTable tbody>tr>td {
    padding: 5px;
}
table.dataTable thead>tr>th:not(:last-child),
table.dataTable thead>tr>td:not(:last-child) {
    border-right: 1px solid #d0d0d0;
}

.offer-amount .input {
    width: 80px;
    text-align: right;
}

table.dataTable tbody td:not(:first-child) {
    text-align: right;
}

table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after {
    bottom: 0 !important;
    top: 0 !important;
    margin: auto !important;
    height: 24px !important;
}

.btn.btn-small:hover {

}
/* End */


/* Start:/bitrix/templates/pgsnew_v2_0/components/pgs/product.review/.default/style.css?17580163608029*/
.reviews {
    overflow-y: auto;
    margin-bottom: 49px;
}
.add_review input[type=radio] {
    display: none;
}

.reviews .review {
    padding-right: 10px;
}
.reviews .review .heading > div:not(.rating) {
    display: flex;
    flex-wrap: nowrap;
    align-items: baseline;
}
.reviews .review .heading .date {
    font-size: 12px;
}

.reviews .review .heading .user {
    font-weight: bold;
    color: #004288;
    margin-right: 10px;
}
.reviews .review .heading .user > span {
    color: #d0080a;
}
.reviews .review:not(:last-child) {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
}
.reviews .review .rating > i {
    color: #004288;
}
.reviews .review .rating[data-ratio='1'] > i:nth-child(1) {
    color: #d0080a;
    font-weight:bold;
}

.reviews .review .rating[data-ratio='2'] > i:nth-child(1),
.reviews .review .rating[data-ratio='2'] > i:nth-child(2){
    color: #d0080a;
    font-weight:bold;
}

.reviews .review .rating[data-ratio='3'] > i:nth-child(1),
.reviews .review .rating[data-ratio='3'] > i:nth-child(2),
.reviews .review .rating[data-ratio='3'] > i:nth-child(3){
    color: #d0080a;
    font-weight:bold;
}

.reviews .review .rating[data-ratio='4'] > i:nth-child(1),
.reviews .review .rating[data-ratio='4'] > i:nth-child(2),
.reviews .review .rating[data-ratio='4'] > i:nth-child(3),
.reviews .review .rating[data-ratio='4'] > i:nth-child(4) {
    color: #d0080a;
    font-weight:bold;
}

.reviews .review .rating[data-ratio='5'] > i:nth-child(1),
.reviews .review .rating[data-ratio='5'] > i:nth-child(2),
.reviews .review .rating[data-ratio='5'] > i:nth-child(3),
.reviews .review .rating[data-ratio='5'] > i:nth-child(4),
.reviews .review .rating[data-ratio='5'] > i:nth-child(5){
    color: #d0080a;
    font-weight:bold;
}

.reviews + .add_review {
    position: absolute;
    width: calc(100% - 22px);
    bottom: 0;
    background: #fafafa;
    border: 1px solid #e1e1e1;
    border-bottom: none;
    padding: 10px;
    top: calc(100% - 49px);
    transition: all 0.3s;
    overflow: hidden;
}

.reviews + .add_review button,
.reviews + .add_review form input[type=submit],
.reviews + .add_review form input[type=reset]{
    float: right;
    border: 1px solid #004288;
    background: #004288;
    color: white;
    font-size: 16px;
    border-radius: 5px;
    padding: 0 10px;
    line-height: 26px;
    cursor: pointer;
    transition: all 0.3s;
    margin-right: 10px;
    outline: none;
}
.reviews + .add_review button:hover,
.reviews + .add_review form input[type=submit]:hover,
.reviews + .add_review form input[type=reset]:hover {
    background: transparent;
    color: #004288;
}

.reviews + .add_review.active {
    top: 0;
}
.reviews + .add_review.active > .buttons,
.reviews + .add_review:not(.active) > .form{
    display: none;
}
.reviews + .add_review .form {
    padding: 10px;
    height: calc(100% - 20px);
}
.reviews + .add_review form {
    height: 100%;
}
.reviews + .add_review form > div:first-child {
    display: flex;
    justify-content: space-between;
    height: calc(100% - 38px);
    margin-bottom: 10px;
}
.reviews + .add_review form > div:first-child > div:first-child {
    width: calc(30% - 10px);
}
.reviews + .add_review form > div:first-child > div:last-child {
    width: calc(70% - 10px);
}
.reviews + .add_review form > div > div > div {
    margin-bottom: 10px;
}
.reviews + .add_review form input[type=text] {
    border: 1px solid #004288;
    border-radius: 5px;
    font-size: 14px;
    line-height: 24px;
    padding: 0 5px;
    outline: none;
    width: calc(100% - 12px);
}
.reviews + .add_review form textarea {
    display: block;
    border: 1px solid #004288;
    border-radius: 5px;
    padding: 5px;
    width: calc(100% - 12px);
    height: calc(100% - 34px);
    resize: none;
    outline: none;
}
.reviews + .add_review form input[type=text],
.reviews + .add_review form input[type=text],
.reviews + .add_review form textarea,
.reviews + .add_review form textarea {
    transition: all 0.3s;
}
.reviews + .add_review form input[type=text]:hover,
.reviews + .add_review form input[type=text]:focus,
.reviews + .add_review form textarea:hover,
.reviews + .add_review form textarea:focus {
    box-shadow: 0 0 5px 2px #004288;
}

.reviews + .add_review form input[type=text].error,
.reviews + .add_review form textarea.error {
    box-shadow: 0 0 5px 2px #d0080a;
    border-color: #d0080a;
}

.reviews + .add_review form label {
    display: block;
    padding-bottom: 5px;
}
.reviews + .add_review form input#fl_review_add_soglasie {
    display: none;
}
.reviews + .add_review form input#fl_review_add_soglasie + label {
    padding-left: 20px;
    position: relative;
}
.reviews + .add_review form input#fl_review_add_soglasie + label:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    background: white;
    width: 15px;
    height: 15px;
    border: 1px solid #cccccc;
}
.reviews + .add_review form input#fl_review_add_soglasie:checked + label:after {
    content: '';
    background: #004288;
    width: 9px;
    height: 9px;
    position: absolute;
    top: 3px;
    left: 3px;
}

.reviews + .add_review form input[type=submit] {
    margin-right: 0;
}
.reviews + .add_review form .ratio-wrp {
    float: left;
}
.reviews + .add_review form .ratio-wrp > span:first-child {
     font-weight: bold;
     margin-right: 10px;
}

.reviews + .add_review form .ratio label {
    display: inline-block;
    float: right;
    cursor: pointer;
}
.reviews + .add_review form .ratio label i {
    color: #004288;
}

.reviews + .add_review form .ratio:not(:hover) input#fl_review_add_ratio_1:checked ~ label[for=fl_review_add_ratio_1] i {
    font-weight: bold;
    color: #d0080a;
}
.reviews + .add_review form .ratio:not(:hover) input#fl_review_add_ratio_2:checked ~ label[for=fl_review_add_ratio_1] i,
.reviews + .add_review form .ratio:not(:hover) input#fl_review_add_ratio_2:checked ~ label[for=fl_review_add_ratio_2] i{
    font-weight: bold;
    color: #d0080a;
}
.reviews + .add_review form .ratio:not(:hover) input#fl_review_add_ratio_3:checked ~ label[for=fl_review_add_ratio_1] i,
.reviews + .add_review form .ratio:not(:hover) input#fl_review_add_ratio_3:checked ~ label[for=fl_review_add_ratio_2] i,
.reviews + .add_review form .ratio:not(:hover) input#fl_review_add_ratio_3:checked ~ label[for=fl_review_add_ratio_3] i{
    font-weight: bold;
    color: #d0080a;
}
.reviews + .add_review form .ratio:not(:hover) input#fl_review_add_ratio_4:checked ~ label[for=fl_review_add_ratio_1] i,
.reviews + .add_review form .ratio:not(:hover) input#fl_review_add_ratio_4:checked ~ label[for=fl_review_add_ratio_2] i,
.reviews + .add_review form .ratio:not(:hover) input#fl_review_add_ratio_4:checked ~ label[for=fl_review_add_ratio_3] i,
.reviews + .add_review form .ratio:not(:hover) input#fl_review_add_ratio_4:checked ~ label[for=fl_review_add_ratio_4] i{
    font-weight: bold;
    color: #d0080a;
}
.reviews + .add_review form .ratio:not(:hover) input#fl_review_add_ratio_5:checked ~ label[for=fl_review_add_ratio_1] i,
.reviews + .add_review form .ratio:not(:hover) input#fl_review_add_ratio_5:checked ~ label[for=fl_review_add_ratio_2] i,
.reviews + .add_review form .ratio:not(:hover) input#fl_review_add_ratio_5:checked ~ label[for=fl_review_add_ratio_3] i,
.reviews + .add_review form .ratio:not(:hover) input#fl_review_add_ratio_5:checked ~ label[for=fl_review_add_ratio_4] i,
.reviews + .add_review form .ratio:not(:hover) input#fl_review_add_ratio_5:checked ~ label[for=fl_review_add_ratio_5] i{
    font-weight: bold;
    color: #d0080a;
}

.reviews + .add_review form .ratio > label:hover i,
.reviews + .add_review form .ratio > label:hover ~ label i {
    font-weight: bold;
    color: #d0080a;
}
/* End */


/* Start:/bitrix/templates/pgsnew_v2_0/components/bitrix/form.result.new/popup/style.css?17580163604797*/
.modal-quick-order .modal-dialog{
    max-width: 1200px;
}
.modal-quick-order .column-block{
    display: table;
    width: 100%;
}
.modal-quick-order .modal-body{
    padding: 0;
}
.modal-quick-order .left-block{
    vertical-align: top;
    position: relative;
    display: table-cell;
    width: 475px;
    background: #004288;
    padding: 110px 55px 15px 90px;
    overflow: hidden;
}

.modal-quick-order .left-block:after{
    content: "";
    background: url(/bitrix/templates/pgsnew_v2_0/images/delivery.svg) center center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    position: absolute;
    bottom: 80px;
    left: -30px;
    width: 370px;
    height: 90px;

}
.modal-quick-order .right-block{
    display: table-cell;
    vertical-align: top;
    position: relative;
    padding: 80px 95px 75px 90px;
}

.modal-quick-order .title{
    color: #fff;
    font-weight: bold;
    font-size: 40px;
    letter-spacing: 0.4px;
    margin-bottom: 20px;
    /*font-family: 'RotondaC', sans-serif;*/
    font-family: Roboto, sans-serif;
}

.modal-quick-order .left-block .text{
    color: #7094bb;
    font-size: 14px;
    line-height: 140%;
}

.modal .close{
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
    z-index: 10;
    cursor: pointer;
    position: absolute;
    top: 30px;
    right: 30px;
    overflow: hidden;
    width: 40px;
    height: 40px;
    color: #004288;
    font-size: 70px;
    line-height: 40px;
    opacity: 1;
    font-weight: 400;
    text-shadow: none;
}

.modal .form-control{
    border: 2px solid #D0D0D0;
    background: #fff;
    height: 50px;
    line-height: 50px;
    color: #242424;
    font-size: 18px;
    border-radius: 0;
}
.modal .form-group{
    margin-bottom: 25px;
}
.modal .form-group label{
    color: #888888;
    font-size: 18px;
    line-height: 20px;
    display: block;
}

.modal .btn.btn-submit{
    border-radius: 0;
    line-height: 55px;
    height: 55px;
    padding: 0 0;
}
.modal .btn.btn-submit input{
    padding: 0 35px;
    cursor: pointer;
}
.modal .jq-selectbox{
    width: 100%;
    display: block;
}

.form-group[data-name='ROISTAT_VISIT'] {
    display: none;
}


@media screen and (max-width: 1250px){
    #modal-quick-order .modal-dialog {
        max-width: 985px;
    }
    .modal-quick-order{
        padding-left: 0 !important;
    }
    .modal-quick-order .left-block{
        width: 400px;
        padding: 30px 20px 15px 20px;
    }
    .modal-quick-order .right-block{
        padding: 80px 30px 30px 30px;
    }

}
@media screen and (max-width: 991px){
    .modal-quick-order .left-block{
        width: 290px;
    }
    .modal-quick-order .title{
        font-size: 26px;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 767px){
    .modal .close{
        right: 15px;
    }
    .modal-quick-order .column-block{
        display: block;
    }
    .modal-quick-order .left-block{
        display: block;
        width: auto;
        background: #fff;
        padding: 30px 15px 15px 15px;
    }
    .modal-quick-order .right-block{
        display: block;
        width: 100%;
        padding: 0 15px 15px;
    }
    .modal-quick-order .left-block:after{
        display: none;
    }
    .modal-quick-order .left-block .text{
        display: none;
    }
    .modal-quick-order .title{
        color: #004288;
        margin: 0 0 20px 0;
        padding-right: 40px;
    }
}

@media screen and (max-width: 400px){
    .modal .btn.btn-submit{
        display: block;
        width: 100%;
    }
}

.modal-quick-order input[type=checkbox] {
    opacity: 0;
    position: absolute;
}
.modal-quick-order input[type=checkbox] + label {
    position: relative;
    padding-left: 20px;
}
.modal-quick-order input[type=checkbox] + label:before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    border: 1px solid #d0d0d0;
    position: absolute;
    left: 0;
    top: 2px;
}
.modal-quick-order input[type=checkbox]:checked + label:before {
    border-color: #004288;
}
.modal-quick-order input[type=checkbox]:checked + label:after {
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    background: #004288;
    position: absolute;
    left: 0;
    top: 2px;
    margin: 3px;
}

@media screen and (min-width: 520px) {
    .modal-quick-order .form-group.btn-block {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

/* End */


/* Start:/bitrix/templates/pgsnew_v2_0/components/bitrix/catalog.products.viewed/p_13_4/style.css?17580163607333*/
.category-component-slider{
    width: 100%;
    margin-bottom: 60px;
}
.category-component-slider h2,
.category-component-slider .h2{
    padding-right: 145px;
    font-size: 22px;
    line-height: 120%;
    margin-bottom: 30px;
}
.slider-category-component .category-component{
    margin: 0 15px;
    width: auto;
    float: none;
}

@media screen and (max-width: 575px){
    .category-component-slider h2,
    .category-component-slider .h2{
        margin-bottom: 15px;
    }
}

/* category-component.css */
.category-components-list:after{
    content: "";
    display: table;
    width: 100%;
    clear: both;
}

.category-component{
    border: 1px solid #D0D0D0;
    width: 100%;
    position: relative;
    /*margin: 0 15px 15px 15px;*/
    margin: 0 0 15px 0;
    float: left;
}

.category-component .link{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 2;
}

.category-component .img{
    position: relative;
    overflow: hidden;
}
.category-component .price{
    position: absolute;
    bottom: 0;
    right: 0;
    background: #004288;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    padding: 0 15px;
}
.category-component:hover .img img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.category-component .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;
}

.category-component .text-block{
    border-top: 1px solid #D0D0D0;
    height: 65px;
    padding: 10px 45px 10px 10px;
    position: relative;
}

.category-component .title{
    position: relative;
    color: #242424;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
}

.category-component .arrow{
    border: 1px solid #004288;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff url(/bitrix/templates/pgsnew_v2_0/images/arrow-blue.svg) center center no-repeat;
    -webkit-background-size: 14px 8px;
    background-size: 14px 8px;
    position: absolute;
    bottom: 12px;
    right: 12px;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
}
.category-component .arrow:before{
    border-radius: 50%;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
    opacity: 0;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #004288 url(/bitrix/templates/pgsnew_v2_0/images/arrow-white.svg) center center no-repeat;
    -webkit-background-size: 14px 8px;
    background-size: 14px 8px;
}

.category-component:hover .arrow{
    background: none;
}
.category-component:hover .arrow:before{
    opacity: 1;
}

.category-components-list .column-padding{
    padding-right: 280px;
    min-height: 430px;
}
.column-padding{
    position: relative;
}
.column-padding:after{
    content: "";
    display: table;
    width: 100%;
    clear: both;
}

.category-components-list .mini-banner{
    width: 100%;
    margin-bottom: 15px;
    /*position: absolute;*/
    /*right: 15px;*/
    /*top: 0;*/
}
.category-components-list .mini-banner .title{
    height: 30px;
    overflow: hidden;
}
.category-components-list .mini-banner .text-block{
    padding: 25px 15px 15px;
}
.category-components-list .mini-banner .text{
    padding: 0 55px 0 0;
    height: 71px;
    overflow: hidden;
    margin: 0 0 19px 0;
}
.category-components-list .column-block:after{
    content: "";
    display: table;
    width: 100%;
    clear: both;
}

.category-components-list .column-block .column{
    float: left;
    width: 20%;
    padding: 0 15px 14px 15px;
}
.category-components-list .column-block .column .category-component:nth-child(2){
    margin-bottom: 0;
}
.show-1450{
    display: none;
}
.category-components-list .show-column-1450{
    display: none;
}
@media screen and (max-width: 1450px){
    .category-components-list .hide-column-1450{
        display: none;
    }
    .category-components-list .show-column-1450{
        display: block;
    }
    .category-components-list .column-banner{
        display: none;
    }
    .category-components-list .column-block .column{
        width: 25%;
    }
}

@media screen and (max-width: 1199px){
    .category-components-list .column-block .column {
        width: 33%;
    }
}

@media screen and (max-width: 699px){
    .category-components-list .margin-15{
        margin-left: -10px;
        margin-right: -10px;
    }
    .category-components-list .column-block .column {
        width: 50%;
        padding: 0 10px 15px 10px;
    }
    .category-components-list .category-component{
        margin-bottom: 0;
    }

}
@media screen and (max-width: 369px){
    .category-components-list .column-block .column{
        width: 100%;
    }
}

.arrow-top-right.slick-slider .slick-arrow{
    border-radius: 50%;
    position: absolute;
    width: 48px;
    height: 48px;
    background: #F4F4F4;
    top: -65px;
    margin: 0 0 0 0;
    font-size: 0;
    border: none;
    padding: 0;
    cursor: pointer;
}
.arrow-top-right.slick-slider .slick-arrow.slick-prev{
    left: auto;
    right: 100px;
}
.arrow-top-right.slick-slider .slick-arrow.slick-prev:before{
    transform: rotate(-90deg);
}
.arrow-top-right.slick-slider .slick-arrow.slick-next{
    left: auto;
    right: 15px;
}
.arrow-top-right.slick-slider .slick-arrow:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(/bitrix/templates/pgsnew_v2_0/images/arrow-black.svg) center center no-repeat;
    -webkit-background-size: 24px 22px;
    background-size: 24px 22px;
    opacity: 0.3;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
}
.arrow-top-right.slick-slider .slick-arrow:hover:before{
    opacity: 1;
}

@media screen and (max-width: 575px) {
    .arrow-top-right.slick-slider .slick-arrow.slick-prev{
        right: 65px;
    }
    .arrow-top-right.slick-slider .slick-arrow{
        width: 35px;
        height: 35px;
        top: -45px;
    }
}
@media screen and (max-width: 479px){
    .category-component .text-block {
        padding: 5px;
    }
    .category-component .arrow {
        display: none;
    }
}
/* End */
/* /bitrix/templates/pgsnew_v2_0/components/bitrix/breadcrumb/.default/style.css?17580163601037 */
/* /bitrix/templates/pgsnew_v2_0/components/bitrix/catalog/.default/bitrix/catalog.element/compl_offer_truba/style.css?175801636012563 */
/* /bitrix/templates/pgsnew_v2_0/components/pgs/product.review/.default/style.css?17580163608029 */
/* /bitrix/templates/pgsnew_v2_0/components/bitrix/form.result.new/popup/style.css?17580163604797 */
/* /bitrix/templates/pgsnew_v2_0/components/bitrix/catalog.products.viewed/p_13_4/style.css?17580163607333 */
