

/* 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.smart.filter/f_4_2/style.css?17580163603407*/


.filter-components{
    border: 1px solid #D0D0D0;
    padding: 20px 15px;
    margin-bottom: 10px;/*50px*/
    position: relative;
}

.filter-components .row {
    margin-right: 0;
    margin-left: 0;
}

.filter-components .btn.btn-add-cart.clear-filter {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 10px;
    font-size: 14px;
    padding: 0 10px;
    line-height: 30px;
    height: 30px;
    background: #004288;
    width: auto;
}

.filter-components-title{
    color: #242424;
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    margin-bottom: 10px;
}

.filter-components .column-2{
    column-count: 2;
    column-gap: 10px;
}

.filter-components .column-4{
    column-count: 4;
    column-gap: 10px;
}

.filter-components .check-box{
    margin-bottom: 10px;
}

@media screen and (max-width: 1499px){
    .filter-components{
        padding: 20px 15px;
        margin-bottom: 30px;
    }
    .filter-components .column-2 {
        column-count: 1;
        column-gap: 0;
    }
    .filter-components .column-4 {
        column-count: 3;
        column-gap: 0;
    }
}

@media screen and (max-width: 1250px){
    .filter-components .column-4 {
        column-count: 2;
        column-gap: 0;
    }
}

@media screen and (max-width: 991px){
    .filter-components{
        padding-bottom: 0;
    }
    .filter-components .column{
        margin-bottom: 20px;
    }
}

.check-box label.disabled {
    color: #b4b4b4;
}

.ui-value {
    position: absolute;
    top: 18px;
    font-size: 13px;
}

.FILTER_RANGE_CONTROL .ui-slider-range {
    background: #065ba9;
}
.filter-components .column{
    margin-bottom: 20px;
}

.filter-components-mobile {
    display: none;
}
@media screen and (max-width: 991px){
    .filter-components-mobile {
        display: block;
        background: #004288;
        color: #ffffff;
        font-size: 15px;
        /*font-family: 'RotondaC', sans-serif;*/
        font-family: Roboto, sans-serif;
        font-weight: bold;
        padding: 10px 15px;
        position:relative;
    }
    .filter-components-mobile:before {
        content: "";
        position: absolute;
        right: 15px;
        top: 17px;
        width: 15px;
        height: 10px;
        background: url(/bitrix/templates/pgsnew_v2_0/images/arrow-w.svg) no-repeat;
        -webkit-background-size: 100% 100%;
        background-size: 100% 100%;
    }
    .filter-components-mobile.active:before {
        transform: rotate(-180deg);
    }
    .filter-components {
        display: none;
    }
    .filter-components {
        border-top: none;
    }
    .filter-components-mobile.bound {
        position: fixed;
        top: 10px;
        width: calc(100% - 30px);
        z-index: 10000;
    }

    .filter-components-mobile.bound + .filter-components {
        position: fixed;
        top: 53px;
        width: calc(100% - 30px);
        background: white;
        z-index: 10000;
        bottom: 0;
        margin-bottom: 0;
        overflow-y: scroll;
    }
    .filter-components .btn.btn-add-cart.clear-filter {
        position: fixed;
        right: 15px;
    }
    .filter-components-mobile:not(.active) + .filter-components .btn.btn-add-cart.clear-filter {
        display: none;
    }
}
/* End */


/* Start:/bitrix/templates/pgsnew_v2_0/components/bitrix/catalog/.default/bitrix/catalog.section/QUIZ_2/style.css?17580163603665*/
.answers {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 23px;
}
.answers.hidden,
.question.hidden{
    display: none;
}

.answers input[type=radio] {
    display: none;
}

.answers input[type=radio] + label {
    display: block;
    margin-right: 10px;
    margin-bottom: 0;
    padding: 12px;
    text-align: center;

    border: 1px solid #CECECE;
    box-sizing: border-box;
    border-radius: 5px;
}
.answers input[type=radio] + label:last-child {
    margin-right: 0;
}
.answers input[type=radio]:checked + label {
    border-color: #004288;
    background-color: #004288;
    color: white;
}

#q1 .answers label {
    width: 200px;
}
#q3 .answers label {
    width: 200px;
}
#q4 .answers label {
    width: 100px;
}

#q2_a1 {
    display: block;
    padding: 12px;
    text-align: center;
    width: 70px;

    border: 1px solid #CECECE;
    border-radius: 5px;
}

.calc_title {
    font-weight: bold;
    text-align: center;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 36px;
}

#calc_cozyrki section {
    border: 1px solid #CECECE;
    box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.25);
    height: 100%;
}

#calc_cozyrki section.calc {
    padding: 40px 30px;

    font-size: 14px;
    line-height: 16px;
}

.question_title {
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
}
#calc_cozyrki section.preview img {
    height: auto;
    width: 100%;
}

/* ROWS */
.calc_result {
    margin-top: 44px;
    margin-bottom: 23px;
}
.calc_result .details .cart-line{
    border: 1px solid #CECECE;
    box-shadow: 2px 2px 7px rgba(0,0,0,0.25);
    display: table-row;
    margin-bottom: 24px;
}
.calc_result .details .cart-line > * {
    border-bottom: 1px solid #d0d0d0;
}
.calc_result .details .cart-line .img img{
    display: block;
    max-width: 100%;
}
.calc_result .details .cart-line .title{
}
.calc_result .details .cart-line .title a{
    font-size: 22px;
    line-height: 150%;
    color: #242424;
    font-weight: bold;
    text-decoration: none !important;
    display: block;
}
.calc_result .details .cart-line .title a:hover{
    color: #004288;
}
.calc_result .details .cart-line .price{
    font-weight: bold;
    font-size: 22px;
    line-height: 120%;
    color: #333333;
    margin-bottom: 10px;
}
.calc_result .details .cart-line .price-small{
    color: #888888;
    font-size: 14px;
    line-height: 120%;
    margin-bottom: 10px;
}
.calc_result .details .cart-line .text-red{
    font-size: 14px;
    line-height: 120%;
    color: #EC2127;
}
.calc_result .details {
    display: table;
    width: 100%;
    border-collapse: separate;
    -webkit-border-vertical-spacing: 24px;
}

.calc_result .details .td{
    vertical-align: middle;
    display: table-cell;
    padding: 20px 0;
}

.calc_result > .title {
    font-size: 24px;
    font-weight: bold;
}
.calc_result:not(.loaded){
    display: none;
}
.calc_result .button {
    margin: 20px;
    text-align: center;
}
.qty .number {text-align: center}

#calc_cozyrki .preview {
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-text {
    float: none !important;
}
.links {
    display: flex;
    margin-bottom: 15px;
}

.links > a {
    padding: 10px 15px;
    border: 1px solid #004288;
    color: #004288;
    border-radius: 4px;
    margin-right: 10px;
    text-decoration: none;
    cursor: pointer;
}

.links > a:hover,
.links > a.current {
    text-decoration: none;
    color: white;
    background: #004288;
}
/* End */
/* /bitrix/templates/pgsnew_v2_0/components/bitrix/breadcrumb/.default/style.css?17580163601037 */
/* /bitrix/templates/pgsnew_v2_0/components/bitrix/catalog.smart.filter/f_4_2/style.css?17580163603407 */
/* /bitrix/templates/pgsnew_v2_0/components/bitrix/catalog/.default/bitrix/catalog.section/QUIZ_2/style.css?17580163603665 */
