

/* Start:/bitrix/templates/16_01_2023/components/bitrix/catalog/.default/style.min.css?1676415490959*/
.grid .bx_content_section{margin-bottom:15px}.grid .bx_sidebar{margin-bottom:15px}.grid2x1 .bx_content_section{float:left;width:66%;margin-bottom:15px}.grid2x1 .bx_sidebar{float:right;width:33%;margin-bottom:15px;padding-left:5%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}@media(max-width:960px){.grid2x1 .bx_sidebar{padding-left:4%}}@media(max-width:640px){.grid2x1 .bx_content_section,.grid2x1 .bx_sidebar{width:100%;float:none}.grid2x1 .bx_sidebar{padding-left:3%}}@media(max-width:479px){.grid2x1 .bx_sidebar{padding-left:1%}}.catalog-block-header{font-size:14px;font-weight:bold;text-align:left;margin:5px 0;padding:5px 15px;border-bottom:2px solid #d9dee6;color:#000}body.bx-theme-blue .catalog-block-header{border-color:#006cc0}body.bx-theme-green .catalog-block-header{border-color:#63aa28}body.bx-theme-red .catalog-block-header{border-color:#da3737}body.bx-theme-yellow .catalog-block-header{border-color:#f4b236}
/* End */


/* Start:/bitrix/templates/16_01_2023/components/bitrix/catalog/.default/bitrix/catalog.element/.default/style.css?174050556439646*/
.breadcrumbs {
  margin-bottom: 90px;
}
.breadcrumbs a.breadcrumbs__link, .breadcrumbs span.breadcrumbs__link {
    color: rgba(20, 20, 20, 0.6);
}

.breadcrumbs svg {
    margin: 0 16px;
}
.catalog-element > .flex-container > .flex-row{
    gap: 40px;
}
.catalog-element .left-cell{
    max-width: calc(100% - 537px);
    flex-basis: calc(100% - 537px);
    width: calc(100% - 537px);
}
.catalog-element .right-cell{
    max-width: 497px;
    flex-basis: 497px;
    width: 497px;
}
.catalog-element .right-cell.fixed{
    position: fixed;
    top: 5px;
    z-index: 99;
    background: #fff;
}
.catalog-element h1{
    font-size: 36px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 16px;
}
.catalog-element .address{
    font-size: 18px;
    margin-bottom: 40px;
}
.catalog-element .social{
    margin-bottom: 20px;
}
.catalog-element .social a {
    gap: 10px;
    border-radius: 10px;
    border: 1px solid rgba(78, 75, 72, 0.40);
    padding: 9px;
}
.catalog-element .social a:hover,
.catalog-element .social a.active{
    border-color: #A4D233;
    color: #A4D233;
}
.catalog-element .social a span{
    font-size: 16px;
    font-weight: 500;
}
.catalog-element .social > div > .flex-row{
    gap: 20px;
}
.catalog-element .social a.flex-row{
    gap: 10px;
}
.catalog-element .social a.add-wishlist:hover path,
.catalog-element .social a.hide-item:hover path,
.catalog-element .social a.item-on-map:hover path,
.catalog-element .social a.add-wishlist.active path,
.catalog-element .social a.hide-item.active path,
.catalog-element .social a.item-on-map.active path{
    fill: #A4D233;
}
.catalog-element .social a.add-compare:hover path,
.catalog-element .social a.add-compare.active path{
    stroke: #A4D233;
}
.catalog-element .photo {
    width: 100%;
    position: relative;
}
.catalog-element .mobile-icon-block {
    display: none;
    position: absolute;
    z-index: 10;
    top: 16px;
    right: 16px;
}
.catalog-element .mobile-icon-block a {
    height: 38px;
    display: block;
    position: relative;
}
.catalog-element .mobile-icon-block .svg-hover {
    visibility: hidden;
    transition: all .3s;
    position: absolute;
    left: 0;
    top: 0;
}
.catalog-element .mobile-icon-block li+li {
    margin-top: 10px;
}
.catalog-element .photo div[class*="big-thumb-swiper-"] {
    width: 100%;
    height: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.catalog-element .sert-herson {
    border-radius: 10px;
    background: rgba(238, 255, 197, 0.8);
    padding: 10px;
    font-size: 12px;
    position: absolute;
    top: 24px;
    left: 24px;
    z-index: 10;
    color: #141414;
}
.catalog-element .photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.catalog-element div.swiper-button-disabled {
    opacity: 0.5;
}
  
.catalog-element div[class*="catalog-section-item-prev-"], 
.catalog-element div[class*="catalog-section-item-next-"] {
    border-radius: 150px;
    background: rgba(68, 65, 62, 0.40);
    height: 50px;
    width: 50px;
    background-repeat: no-repeat;
    background-size: auto;
    position: absolute;
    background-position: center;
    top: calc(50% - 16px);
    z-index: 1;
    outline: none;
    cursor: pointer;
}
.catalog-element .item .swiper-pagination {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 0;
    border-radius: 10px;
    background: rgba(78, 75, 72, 0.40);
    width: 46px;
    left: calc(50% - 23px);
    letter-spacing: -0.8px;
}
.catalog-element .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
.catalog-element .photo div[class*="small-thumb-swiper-"] {
    width: 100%;
    height: 77px;
    margin-left: auto;
    margin-right: auto;
}
.catalog-element .photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.catalog-element .swiper-pagination {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 6px 0;
    border-radius: 10px;
    background: rgba(78, 75, 72, 0.40);
    width: 49px;
    left: calc(50% - 24.5px);
    letter-spacing: -0.8px;
    bottom: 24px;
}
.catalog-element div[class*="catalog-section-item-prev-"] {
    left: 24px;
}

.catalog-element div[class*="catalog-section-item-next-"] {
    right: 24px;
}
.catalog-element .short-charact{
    margin-top: 42px;
}
.catalog-element .short-charact .item .flex-row{
    gap: 16px;
}
.catalog-element .short-charact .item .charact-name{
    color: #4E4B48;
    font-size: 16px;
    margin-bottom: 11px;
}
.catalog-element .short-charact .item .charact-value{
    color: #4E4B48;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
}
.catalog-element .short-charact .item{
    margin-bottom: 40px;
}
.catalog-element .element-description{
    margin-top: 40px;
    margin-bottom: 80px;
}
.catalog-element .element-description *{
    text-overflow: ellipsis;
    font-size: 18px;
    line-height: 140%;
}
.catalog-element .full-chatact > .flex-row{
    gap: 40px;
}
.catalog-element .full-chatact .item{
    border-bottom: 1px solid rgba(78, 75, 72, 0.2);
    padding: 16px 0;
}
.catalog-element .full-chatact .flex-cell .item:last-child{
    border-bottom: none;
}
.catalog-element .full-chatact .chatact-name{
    color: #727272;
    font-size: 18px;
}
.catalog-element .full-chatact .chatact-value{
    font-size: 18px;
}
.catalog-element .infrastructure{
    margin: 80px 0;
    position: relative;
}
.catalog-element .infrastructure ul.flex-row{
    gap: 20px;
    margin: 32px 0;
}
.catalog-element .infrastructure ul.flex-row a{
    gap: 10px;
    border-radius: 10px;
    border: 1px solid rgba(78, 75, 72, 0.40);
    background: rgba(78, 75, 72, 0.10);
    padding: 9px;
}
.catalog-element .infrastructure ul.flex-row a:hover,
.catalog-element .infrastructure ul.flex-row a.active{
    border-color: #A4D233;
}
.catalog-element .infrastructure ul.flex-row a span{
    font-size: 16px;
    font-weight: 500;
}
.catalog-element .infrastructure ul.flex-row a.active span{
    color: #A4D233;
}
.catalog-element .infrastructure ul.flex-row a:hover path,
.catalog-element .infrastructure ul.flex-row a.active path{
    fill: #A4D233;
}
.catalog-element .infrastructure .catalog-element-map,
.catalog-element .infrastructure #element-map{
    width: 100%;
    height: 600px;
}
.catalog-element .catalog-element-calc h3{
    margin-bottom: 32px;
}

.catalog-element-calc .calc-top-row,
.catalog-element-calc .procent-row,
.catalog-element-calc .info-text-row{
    gap: 40px;
}
.catalog-element-calc .info-text-row > .flex-cell:first-child{
    width: 241px;
    max-width: 241px;
    flex-basis: 241px;
}
.catalog-element-calc .calc-top-row > .flex-cell{
    flex-basis: calc(50% - 20px);
    max-width: calc(50% - 20px);
    width: calc(50% - 20px);
}
.catalog-element-calc .procent-row{
    padding-left: 10px;
}
.catalog-element .catalog-element-calc.ipo-calc .field-block {
    width: 206px;
    max-width: 206px;
    flex-basis: 206px;
}
.catalog-element-calc .nedv-filter .filter-input-block input {
    height: 32px;
}
.catalog-element-calc.ipo-calc .input-row{
    margin-top: 0;
}

.catalog-element-calc.ipo-calc .procent-field input {
    padding: 7px 16px;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
}
.catalog-element-calc.ipo-calc .procent-field .filter-input {
    width: 172px;
}

.catalog-element-calc .nedv-filter .dropdowns-menu button.btn.btn-default {
    border-radius: 5px;
    height: 40px;
}
.catalog-element-calc .filter-input .input-proc:after {
    content: "%";
    position: absolute;
    right: 14px;
    top: calc(50% - 17px);
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #141414;
}
.catalog-element-calc .total-calc-row{
    gap: 40px;
    margin-bottom: 40px;
    margin-top: 60px;
}
.catalog-element-calc .total-calc-row .field-title{
    color: rgba(20, 20, 20, 0.60);
    font-size: 16px;
    margin-bottom: 8px;
}
.catalog-element-calc .total-calc-row .filed-block-val{
    color: #000;
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 0;
}
.catalog-element-calc .total-calc-row .bottom-line{
    height: 5px;
}
.catalog-element-calc .banks{
    margin-top: 60px;
    gap: 20px;
}
.catalog-element-calc .banks > .flex-cell{
    max-width: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    width: calc(50% - 10px);
    position: relative;
}
.catalog-element-calc .banks button{
    border-radius: 5px;
    border: 1px solid rgba(78, 75, 72, 0.20);
    background: #FCFDF8;
    padding: 24px 16px;
    gap: 16px;
    position: relative;
    width: 100%;
}
.catalog-element-calc .banks button svg{
    height: auto;
}
.catalog-element-calc .banks .title{
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    margin-bottom: 11px;
}
.catalog-element-calc .banks > .flex-row > .flex-cell{
    position: relative;
}
.catalog-element-calc .banks .flex-row span{
    font-size: 16px;
    color:rgba(78, 75, 72, 0.8);
}
.catalog-element-calc .banks .flex-row span.bank-ipo{
    color: #141414;
    font-size: 20px;
    font-weight: 600;
    margin-right: 40px;
}
.catalog-element-calc .banks .flex-row span.bank-stavka{
    margin-right: 26px;
}
.catalog-element-calc .banks .drpdwn-open-icon{
    position: absolute;
    right: 16px;
    top: 24px;
    width: 15px;
    height: 15px;
}
.catalog-element-calc .banks .bank-drpdwn-block {
    padding: 24px;
    background: #fff;
    display: none;
}
.catalog-element-calc .bank.active .bank-drpdwn-block {
    display: block;
}
.catalog-element-calc .banks .bank-drpdwn-block .flex-row{
    gap: 42px;
}
.catalog-element-calc .banks .bank-drpdwn-block .item{
    margin-bottom: 16px;
}
.catalog-element-calc .banks .bank-drpdwn-block .item:last-child{
    margin-bottom: 0;
}
.catalog-element-calc .banks .bank-drpdwn-block .title{
    font-size: 12px;
    line-height: 140%;
    color: rgba(20, 20, 20, 0.6);
    margin-bottom: 2px;
}
.catalog-element-calc .banks .bank-drpdwn-block .value{
    font-size: 14px;
    margin-bottom: 0;
}
.catalog-element-calc .bank .drpdwn-open-icon svg{
    transition: .2s all;
}
.catalog-element-calc .bank.active .drpdwn-open-icon svg{
    transform: rotate(180deg);
    transition: .2s all;
}
.catalog-element-calc .bank.active{
    border-radius: 5px;
    border: 1px solid rgba(78, 75, 72, 0.20);
    background: #FFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 2px);
    z-index: 1;
}

.catalog-element-calc .bank.active button{
    background: #fff;
    border: none;
}
.catalog-element-calc .calc-btn-row{
    margin-top: 46px;
    gap: 47px;
}
.catalog-element-calc .calc-btn-row button[type="button"]{
    width: 234px;
    height: 54px;
}
.catalog-element-calc .calc-btn-row p{
    color: rgba(78, 75, 72, 0.80);
    font-size: 14px;
}
.catalog-element-calc .calc-btn-row p:last-child{
    margin-bottom: 0;
}
.catalog-element .similar-items{
    margin-top: 100px;
    position: relative;
}
.catalog-element .viewed-items{
    margin-top: 70px;
    position: relative;
}
.catalog-element .swiper-scrollbar.custom-scrollbar{
    bottom: -33px;
}

.catalog-element .viewed-items .best-items .items {
    margin-top: 0;
    padding-bottom: 1px;
}
.catalog-element .viewed-items .best-items .item .img {
    height: 160px;
    margin: 0;
}
.catalog-element .viewed-items .best-items .item .img .odobr{
    right: auto;
    bottom: auto;
    top: 20px;
    left: 16px;
}
.catalog-element .viewed-items .best-items.catalog-section-best-items .item .info {
    padding: 16px 10px;
}
.catalog-element .viewed-items .swiper-scrollbar.custom-scrollbar{
    width: 100%;
    left: 0;
}
.catalog-element .viewed-items .best-items .item .price-block {
    margin-top: 0;
}
.catalog-element .best-items.catalog-section-best-items .item .info {
    padding: 20px 16px;
}
.catalog-element .best-items .title{
    font-size: 14px;
}
.catalog-element .best-items .title,
.catalog-element .best-items .item .adress{
    margin-top: 8px;
}
.catalog-element .best-items .item .adress {
    height: 40px;
    opacity: 1;
    color: #727272;
    font-size: 14px;
    line-height: 140%;
}
.catalog-element .best-items .item .price-block .price {
    font-size: 18px;
    color: #141414;
}
.catalog-element .best-items .item .item-row{
    display: block;
}
.catalog-element .best-items a.item-row:hover .odobr,
.catalog-element .best-items a.item-row:hover .title,
.catalog-element .best-items a.item-row:hover .adress{
    font-weight: 400;
}
.catalog-element .form{
    border-radius: 10px;
    border: 1px solid rgba(78, 75, 72, 0.20);
    padding: 40px 23px;
}
.catalog-element .form .cost{
    margin-bottom: 10px;
    gap: 10px;
}
.catalog-element .form .cost .value{
    font-size: 32px;
    font-weight: 600;
    line-height: 120%;
}
.catalog-element .form .track-cost{
    margin-bottom: 24px;
}
.catalog-element .form .track-cost a{
    color: #4E4B48;
    font-size: 14px;
    text-decoration: underline;
}
.catalog-element .form .input{
    gap: 10px;
}
.catalog-element .form .input-label{
    font-size: 14px;
    font-weight: 500;
    color: rgba(20, 20, 20, 0.8);
}
.catalog-element .form .input input{
    width: calc(100% - 86px);
    padding: 12px 0 12px 16px;
    font-size: 16px;
    border-radius: 10px;
    border: 1px solid rgba(78, 75, 72, 0.40);
}
.catalog-element .form .input input::placeholder{
    color: rgb(20, 20, 20, 0.4);
    font-size: 16px;
}
.catalog-element .form .input button{
    border-radius: 10px;
    border: 1px solid rgba(20, 20, 20, 0.20);
    background: #EEFFC5;
    width: 60px;
}
.catalog-element .form form{
    margin-bottom: 40px;
}
.catalog-element .form .ipoteka{
    padding: 12px 16px;
    border-radius: 10px;
    border: 1px solid rgba(20, 20, 20, 0.20);
    background: #EEFFC5;
    margin-bottom: 40px;
}
.catalog-element .form .ipoteka .text{
    font-size: 16px;
    line-height: 120%;
}
.catalog-element .form .short-info-param{
    margin-bottom: 16px;
    gap: 8px;
}
.catalog-element .form .short-info-param span{
    font-size: 16px;
    color: rgba(20, 20, 20, 0.8);
}
.catalog-element .form .short-info-param .sep{
    border-bottom: 1px dashed rgba(20, 20, 20, 0.40);
}
.catalog-element .form .short-info-param:last-child{
    margin-bottom: 0;
}
.catalog-element .form .btn-block{
    margin-top: 40px;
}
.catalog-element .form .btn-block a{
    height: 42px;
    line-height: 42px;
}
.catalog-element .form .btn-block a:last-child{
    margin-top: 10px;
}
.catalog-element .element-description-more{
    display: none;
    margin-bottom: 0;
}
.catalog-element .element-description-more a{
    text-decoration: underline;
}
.catalog-element .element-description-more a svg{
    transition: .2s all;
}
.catalog-element .element-description-more a:hover,
.catalog-element .element-description-more a:focus{
    font-weight: 400;
    color: #141414;
}
.catalog-element .element-description-more a.active svg{
    transform: rotate(180deg);
    transition: .2s all;
}
.catalog-element .ipo-calc .result-cell .info-text .value,
.catalog-element .ipo-calc .result-cell .info-text .text{
    margin-left: 0;
    display: block;
}
.catalog-element .map-baloon-header{
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 0;
}
.catalog-element .map-baloon-body{
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 0;
}
.ymaps-object-info{
    position: absolute;
    background-color: #fff;
    bottom: 16px;
    left: 40px;
    position: absolute;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0,0,0,.1);
    box-shadow: 0 10px 20px 0 rgba(0,0,0,.1);
    background: #fff;
    padding: 12px 40px 12px 12px;
    max-width: 450px;
    color: #121212;
}
.ymaps-object-info .wrapper{
    position: relative;
}
.ymaps-object-info .title{
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    padding-left: 20px;
    color: #141414;
    font-weight: 600;
}
.ymaps-object-info .title svg {
    position: absolute;
    top: 4px;
    left: 0;
    width: 12px;
    height: 12px;
    color: #2b87db;
}
.ymaps-object-info .ymaps-object-info-close{
    position: absolute;
    top: 1px;
    right: -32px;
    cursor: pointer;
    width: 12px;
    height: 12px;
    color: #999;
}
.school-icon{
    color: red;
}
.catalog-element .viewed-items .swiper-slide{
    gap: 20px;
}
.catalog-element .viewed-items .swiper-slide .item{
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
}
@media (min-width: 1440px) and (max-width: 1530px) {
    .catalog-element h1 {
        font-size: 32px;
    }
    .catalog-element .left-cell {
        max-width: calc(100% - 424px);
        flex-basis: calc(100% - 424px);
        width: calc(100% - 424px);
    }
    .catalog-element .right-cell {
        max-width: 373px;
        flex-basis: 373px;
        width: 373px;
    }
    .catalog-element > .flex-container > .flex-row {
        gap: 51px;
    }
    .catalog-element .form .cost {
        margin-bottom: 4px;
    }
    .catalog-element .form .track-cost {
        margin-bottom: 40px;
    }
    .catalog-element .form form,
    .catalog-element .form .ipoteka {
        margin-bottom: 30px;
    }
    .catalog-element .photo div[class*="big-thumb-swiper-"]{
        height: 400px;
    }
    .catalog-element .sert-herson {
        left: 27px;
    }
    .catalog-element .short-charact {
        margin-top: 40px;
    }
    .catalog-element .element-description .description{
        text-overflow: ellipsis;
        overflow: hidden;
        max-height: 259px;
        transition: max-height 0.15s ease-in;
    }
    .catalog-element .element-description .description.active{
        max-height: 100%;
        transition: max-height 0.25s ease-in;
    }
    .catalog-element .element-description-more{
        display: block;
    }
    .catalog-element .element-description-more a{
        gap: 8px;
    }
    .catalog-element .ipo-calc .ui-desc .buttons-block button{
        margin-left: 10px;
        font-size: 12px;
        padding: 9px;
    }
    .catalog-element .ipo-calc .ui-desc .buttons-block button[data-val="35"]{
        display: none;
    }
    .catalog-element .ipo-calc .result-cell .info-text .text {
        max-width: 139px;
    }
    .catalog-element-calc .info-text-row > .flex-cell:first-child .info-text .text{
        max-width: 116px;
    }
    .catalog-element .ipo-calc .result-cell {
        max-width: 50%;
        flex-basis: 50%;
        width: 50%;
    }
    .catalog-element .ipo-calc .result-cell .info-text {
        gap: 16px;
    }
    .catalog-element-calc .banks button{
        padding: 16px;
    }
    .catalog-element-calc .banks > .flex-cell{
        max-width: calc(33.33% - 14px);
        flex-basis: calc(33.33% - 14px);
        width: calc(33.33% - 14px);
    }
    .catalog-element-calc .banks .flex-row span.bank-ipo {
        margin-right: 0;
        text-align: left;
        margin-bottom: 8px;
    }
    .catalog-element-calc .banks .flex-row span.bank-stavka {
        margin-right: 18px;
    }
    .catalog-element-calc .banks .title {
        margin-top: 5px;
    }
    .catalog-element-calc .banks .drpdwn-open-icon {
        top: 23px;
    }
    .catalog-element-calc .calc-btn-row {
        margin-top: 40px;
        gap: 20px;
    }
    .catalog-element .viewed-items {
        margin-top: 80px;
    }
    .catalog-element h3 {
        margin-bottom: 40px;
    }
    .catalog-element .catalog-element-calc.ipo-calc .field-block {
        width: 107px;
        max-width: 107px;
        flex-basis: 107px;
    }
    .catalog-element-calc.ipo-calc .procent-field .filter-input {
        width: 100%;
    }
    .catalog-element-calc .procent-row {
        padding-left: 0;
    }
    .catalog-element-calc.ipo-calc .procent-field input {
        width: calc(100% - 32px);
    }
}
@media (min-width: 1024px) and (max-width: 1439.98px) {
    .catalog-element{
        margin-top: -74px;
    }
    .catalog-element h1 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .catalog-element .address {
        font-size: 16px;
        margin-bottom: 32px;
    }
    .catalog-element .left-cell {
        max-width: calc(100% - 367px);
        flex-basis: calc(100% - 367px);
        width: calc(100% - 367px);
    }
    .catalog-element .right-cell {
        max-width: 335px;
        flex-basis: 335px;
        width: 335px;
    }
    .catalog-element > .flex-container > .flex-row {
        gap: 32px;
    }
    .catalog-element .form .cost {
        margin-bottom: 4px;
    }
    .catalog-element .social a svg,
    .catalog-element .infrastructure ul.flex-row a svg{
        width: 20px;
        height: 20px;
    }
    .catalog-element .photo div[class*="small-thumb-swiper-"] {
        height: 71px;
    }
    .catalog-element .social a span {
        font-size: 14px;
    }
    .catalog-element .form .track-cost {
        margin-bottom: 32px;
    }
    .catalog-element .form form,
    .catalog-element .form .ipoteka {
        margin-bottom: 32px;
    }
    .catalog-element .photo div[class*="big-thumb-swiper-"]{
        height: 400px;
    }
    .catalog-element .sert-herson {
        left: 16px;
        top: 16px;
    }
    .catalog-element .short-charact {
        margin-top: 32px;
    }
    .catalog-element .short-charact .item .charact-name {
        font-size: 14px;
    }
    .catalog-element .element-description {
        margin-top: 20px;
        margin-bottom: 60px;
    }
    .catalog-element .element-description .description{
        text-overflow: ellipsis;
        overflow: hidden;
        max-height: 259px;
        transition: max-height 0.15s ease-in;
    }
    .catalog-element .element-description .description.active{
        max-height: 100%;
        transition: max-height 0.25s ease-in;
    }
    .catalog-element .element-description-more{
        display: block;
    }
    .catalog-element .element-description-more a{
        gap: 8px;
    }
    .catalog-element .element-description *{
        font-size: 16px;
    }
    .catalog-element .ipo-calc .ui-desc .buttons-block button{
        margin-left: 10px;
        font-size: 12px;
        padding: 9px;
    }
    .catalog-element .ipo-calc .ui-desc .buttons-block button[data-val="35"]{
        display: none;
    }
    .catalog-element .ipo-calc .result-cell .info-text .text {
        max-width: 139px;
    }
    .catalog-element-calc .info-text-row > .flex-cell:first-child .info-text .text{
        max-width: 116px;
    }
    .catalog-element .ipo-calc .result-cell {
        max-width: 50%;
        flex-basis: 50%;
        width: 50%;
    }
    .catalog-element .ipo-calc .result-cell .info-text {
        gap: 16px;
    }
    .catalog-element-calc .banks button{
        padding: 13px 16px 16px 16px;
    }
    .catalog-element-calc .banks button svg.bank-logo{
        width: 30px;
        height: 30px;
        position: absolute;
        left: 16px;
        top: 13px;
    }
    .catalog-element-calc .banks .flex-row span.bank-ipo {
        margin-right: 0;
        text-align: left;
        margin-bottom: 8px;
        font-size: 16px;
        width: 100%;
    }
    .catalog-element-calc .banks .flex-row span.bank-stavka {
        font-size: 14px;
    }
    .catalog-element-calc .banks .bank-info .title {
        margin-top: 5px;
        padding-left: 40px;
        margin-bottom: 21px;
    }
    .catalog-element-calc .banks .drpdwn-open-icon {
        top: 23px;
    }
    .catalog-element-calc .calc-btn-row {
        margin-top: 40px;
        gap: 20px;
    }
    .catalog-element .viewed-items {
        margin-top: 90px;
    }
    .catalog-element .viewed-items.similar-items{
        margin-top: 60px;
    }
    .catalog-element .viewed-items h3{
        padding-left: 32px;
        margin-bottom: 32px;
    }
    .catalog-element h3 {
        font-size: 20px;
        margin-bottom: 24px;
    }
    .catalog-element .full-chatact .chatact-name {
        font-size: 16px;
    }
    .catalog-element .full-chatact > .flex-row {
        gap: 32px;
    }
    .catalog-element .infrastructure {
        margin: 60px 0;
    }
    .catalog-element .infrastructure ul.flex-row a span {
        font-size: 14px;
    }
    .catalog-element .infrastructure h3{
        margin-bottom: 22px;
    }
    .catalog-element .infrastructure ul.flex-row {
        gap: 10px;
        margin-top: 0;
        margin-bottom: 26px;
    }
    .catalog-element .infrastructure .catalog-element-map, .catalog-element .infrastructure #element-map {
        height: 400px;
    }
    .catalog-element .ipo-calc .nedv-filter{
        padding: 0;
        width: 100%;
    }
    .catalog-element .ipo-calc .field-title {
        margin-bottom: 13px;
        font-size: 14px;
    }

    .catalog-element-calc .calc-top-row, 
    .catalog-element-calc .procent-row, 
    .catalog-element-calc .info-text-row {
        gap: 32px;
    }
    .catalog-element .ipo-calc .nedv-filter .filter-input-block input {
        font-size: 16px;
    }
    .catalog-element .ipo-calc .input-row.nedv-vznos-row {
        margin-left: 0;
    }
    .catalog-element-calc .total-calc-row .filed-block-val{
        font-size: 20px;
    }
    .catalog-element .ipo-calc .nedv-filter .field-block, 
    .catalog-element .ipo-calc .stavka-cell {
        margin-right: 0;
    }
    .catalog-element .ipo-calc .result-cell{
        margin-top: 0;
    }
    .catalog-element-calc .banks {
        margin-top: 32px;
    }
    .catalog-element-calc .calc-btn-row button[type="button"]{
        font-size: 16px;
        width: 215px;
        height: 52px;
    }
    .catalog-element-calc .calc-btn-row p {
        font-size: 12px;
    }
    .catalog-element .viewed-items .best-items .item .img .odobr{
        display: none;
    }
    .catalog-element .viewed-items .best-items .item .img {
        height: 115px;
    }
    .catalog-element .best-items .item .price-block .price {
        font-size: 14px;
    }
    .catalog-element .best-items .title,
    .catalog-element .best-items .item .adress {
        font-size: 12px;
    }

    .catalog-element .best-items.catalog-section-best-items .item .info {
        padding: 10px 11px 10px 10px;
    }
    .catalog-element .best-items .item .adress{
        margin-top: 2px;
        max-height: 17px;
        overflow: hidden;
        white-space: nowrap;
    }
    .catalog-element .best-items .item .adress br{
        display: none;
    }
    .catalog-element .form {
        padding: 32px 16px;
    }
    .catalog-element .form .cost .value {
        font-size: 24px;
    }
    .catalog-element .form .input button{
        width: 55px;
    }
    .catalog-element .form .input input{
        width: calc(100% - 69px);
    }
    .catalog-element .form .input input,
    .catalog-element .form .input input::placeholder,
    .catalog-element .form .ipoteka .text,
    .catalog-element .form .short-info-param span {
        font-size: 14px;
    }
    .catalog-element .form .short-info-param {
        margin-bottom: 10px;
    }
    .catalog-element .form .btn-block {
        margin-top: 32px;
    }
    .catalog-element .form .btn-block a {
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
    .catalog-element-calc .procent-row {
        padding-left: 0;
    }
    .catalog-element-calc.ipo-calc .procent-field input {
        width: calc(100% - 32px);
    }
    .catalog-element-calc.ipo-calc .input-row.nedv-credit-row {
        margin-top: 0;
    }
    .catalog-element-calc .calc-top-row > .flex-cell.procent-cell {
        flex-basis: 100%;
        max-width: 100%;
        width: 100%;
    }
    .catalog-element-calc .procent-row{
        gap: 34px;
    }
    .catalog-element-calc .procent-row > .flex-cell,
    .catalog-element .catalog-element-calc.ipo-calc .field-block{
        max-width: calc(50% - 20px);
        flex-basis: calc(50% - 20px);
        width: calc(50% - 20px);
        margin: 0;
    }
    .catalog-element-calc.ipo-calc .radio-field-block .dropdowns-menu {
        max-width: none;
        width: 100%;
    }
    .catalog-element-calc.ipo-calc .procent-field .filter-input {
        width: 100%;
    }
    .catalog-element-calc.ipo-calc .ui-desc{
        display: none;
    }
    .catalog-element-calc .total-calc-row {
        margin-top: 32px;
    }
    .catalog-element-calc .info-text-row > .flex-cell:first-child {
        width: 50%;
        max-width: 50%;
        flex-basis: 50%;
    }
    .catalog-element-calc .info-text-row > .flex-cell .info-text p{
        font-size: 14px;
    }
    .catalog-element-calc .banks .bank-drpdwn-block{
        padding: 16px;
    }
    .catalog-element-calc .banks .bank-drpdwn-block .flex-row {
        gap: 16px;
    }
    .catalog-element-calc .banks .bank-drpdwn-block .value {
        font-size: 10px;
    }
    .catalog-element-calc .banks .bank-drpdwn-block .title {
        font-size: 11px;
    }
}
@media (min-width: 0) and (max-width: 1023.98px) {
    .catalog-element{
        margin-top: -74px;
    }
    .catalog-element h1 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .catalog-element .address {
        font-size: 16px;
        margin-bottom: 32px;
    }
    .catalog-element .left-cell,
    .catalog-element .right-cell {
        max-width: 100%;
        flex-basis: 100%;
        width: 100%;
    }
    .catalog-element > .flex-container > .flex-row {
        gap: 32px;
    }
    .catalog-element .form .cost {
        margin-bottom: 4px;
    }
    .catalog-element .social a svg,
    .catalog-element .infrastructure ul.flex-row a svg{
        width: 20px;
        height: 20px;
    }
    .catalog-element .photo div[class*="small-thumb-swiper-"] {
        height: 71px;
    }
    .catalog-element .social a span {
        font-size: 14px;
    }
    .catalog-element .form .track-cost {
        margin-bottom: 32px;
    }
    .catalog-element .form form,
    .catalog-element .form .ipoteka {
        margin-bottom: 32px;
    }
    .catalog-element .photo div[class*="big-thumb-swiper-"]{
        height: 400px;
    }
    .catalog-element .sert-herson {
        left: 16px;
        top: 16px;
    }
    .catalog-element .short-charact {
        margin-top: 32px;
    }
    .catalog-element .short-charact .item .charact-name {
        font-size: 14px;
    }
    .catalog-element .element-description {
        margin-top: 20px;
        margin-bottom: 60px;
    }
    .catalog-element .element-description .description{
        text-overflow: ellipsis;
        overflow: hidden;
        max-height: 259px;
        transition: max-height 0.15s ease-in;
    }
    .catalog-element .element-description .description.active{
        max-height: 100%;
        transition: max-height 0.25s ease-in;
    }
    .catalog-element .element-description-more{
        display: block;
    }
    .catalog-element .element-description-more a{
        gap: 8px;
    }
    .catalog-element .element-description *{
        font-size: 16px;
    }
    .catalog-element .ipo-calc .ui-desc .buttons-block button{
        margin-left: 10px;
        font-size: 12px;
        padding: 9px;
    }
    .catalog-element .ipo-calc .ui-desc .buttons-block button[data-val="35"]{
        display: none;
    }
    .catalog-element .ipo-calc .result-cell .info-text .text {
        max-width: 139px;
    }
    .catalog-element-calc .info-text-row > .flex-cell:first-child .info-text .text{
        max-width: 116px;
    }
    .catalog-element .ipo-calc .result-cell {
        max-width: 50%;
        flex-basis: 50%;
        width: 50%;
    }
    .catalog-element .ipo-calc .result-cell .info-text {
        gap: 16px;
    }
    .catalog-element-calc .banks button{
        padding: 13px 16px 16px 16px;
    }
    .catalog-element-calc .banks button svg.bank-logo{
        width: 30px;
        height: 30px;
        position: absolute;
        left: 16px;
        top: 13px;
    }
    .catalog-element-calc .banks .flex-row span.bank-ipo {
        margin-right: 0;
        text-align: left;
        margin-bottom: 8px;
        font-size: 16px;
        width: 100%;
    }
    .catalog-element-calc .banks .flex-row span.bank-stavka {
        font-size: 14px;
    }
    .catalog-element-calc .banks .bank-info .title {
        margin-top: 5px;
        padding-left: 40px;
        margin-bottom: 21px;
    }
    .catalog-element-calc .banks .drpdwn-open-icon {
        top: 23px;
    }
    .catalog-element-calc .calc-btn-row {
        margin-top: 40px;
        gap: 20px;
    }
    .catalog-element .viewed-items {
        margin-top: 90px;
    }
    .catalog-element .viewed-items.similar-items{
        margin-top: 60px;
    }
    .catalog-element .viewed-items h3{
        padding-left: 32px;
        margin-bottom: 32px;
    }
    .catalog-element h3 {
        font-size: 20px;
        margin-bottom: 24px;
    }
    .catalog-element .full-chatact .chatact-name {
        font-size: 16px;
    }
    .catalog-element .full-chatact > .flex-row {
        gap: 32px;
    }
    .catalog-element .infrastructure {
        margin: 60px 0;
    }
    .catalog-element .infrastructure ul.flex-row a span {
        font-size: 14px;
    }
    .catalog-element .infrastructure h3{
        margin-bottom: 22px;
    }
    .catalog-element .infrastructure ul.flex-row {
        gap: 10px;
        margin-top: 0;
        margin-bottom: 26px;
    }
    .catalog-element .infrastructure .catalog-element-map, .catalog-element .infrastructure #element-map {
        height: 400px;
    }
    .catalog-element .ipo-calc .nedv-filter{
        padding: 0;
        width: 100%;
    }
    .catalog-element .ipo-calc .field-title {
        margin-bottom: 13px;
        font-size: 14px;
    }

    .catalog-element-calc .calc-top-row, 
    .catalog-element-calc .procent-row, 
    .catalog-element-calc .info-text-row {
        gap: 32px;
    }
    .catalog-element .ipo-calc .nedv-filter .filter-input-block input {
        font-size: 16px;
    }
    .catalog-element .ipo-calc .input-row.nedv-vznos-row {
        margin-left: 0;
    }
    .catalog-element-calc .total-calc-row .filed-block-val{
        font-size: 20px;
    }
    .catalog-element .ipo-calc .nedv-filter .field-block, 
    .catalog-element .ipo-calc .stavka-cell {
        margin-right: 0;
    }
    .catalog-element .ipo-calc .result-cell{
        margin-top: 0;
    }
    .catalog-element-calc .banks {
        margin-top: 32px;
    }
    .catalog-element-calc .calc-btn-row button[type="button"]{
        font-size: 16px;
        width: 215px;
        height: 52px;
    }
    .catalog-element-calc .calc-btn-row p {
        font-size: 12px;
    }
    .catalog-element .viewed-items .best-items .item .img .odobr{
        display: none;
    }
    .catalog-element .viewed-items .best-items .item .img {
        height: 115px;
    }
    .catalog-element .best-items .item .price-block .price {
        font-size: 14px;
    }
    .catalog-element .best-items .title,
    .catalog-element .best-items .item .adress {
        font-size: 12px;
    }

    .catalog-element .best-items.catalog-section-best-items .item .info {
        padding: 10px 11px 10px 10px;
    }
    .catalog-element .best-items .item .adress{
        margin-top: 2px;
        max-height: 17px;
        overflow: hidden;
        white-space: nowrap;
    }
    .catalog-element .best-items .item .adress br{
        display: none;
    }
    .catalog-element .form {
        padding: 32px 16px;
    }
    .catalog-element .form .cost .value {
        font-size: 24px;
    }
    .catalog-element .form .input button{
        width: 55px;
    }
    .catalog-element .form .input input{
        width: calc(100% - 69px);
    }
    .catalog-element .form .input input,
    .catalog-element .form .input input::placeholder,
    .catalog-element .form .ipoteka .text,
    .catalog-element .form .short-info-param span {
        font-size: 14px;
    }
    .catalog-element .form .short-info-param {
        margin-bottom: 10px;
    }
    .catalog-element .form .btn-block {
        margin-top: 32px;
    }
    .catalog-element .form .btn-block a {
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
    .catalog-element-calc .procent-row {
        padding-left: 0;
    }
    .catalog-element-calc.ipo-calc .procent-field input {
        width: calc(100% - 32px);
    }
    .catalog-element-calc.ipo-calc .input-row.nedv-credit-row {
        margin-top: 0;
    }
    .catalog-element-calc .calc-top-row > .flex-cell.procent-cell {
        flex-basis: 100%;
        max-width: 100%;
        width: 100%;
    }
    .catalog-element-calc .procent-row{
        gap: 34px;
    }
    .catalog-element-calc .procent-row > .flex-cell,
    .catalog-element .catalog-element-calc.ipo-calc .field-block{
        max-width: calc(50% - 20px);
        flex-basis: calc(50% - 20px);
        width: calc(50% - 20px);
        margin: 0;
    }
    .catalog-element-calc.ipo-calc .radio-field-block .dropdowns-menu {
        max-width: none;
        width: 100%;
    }
    .catalog-element-calc.ipo-calc .procent-field .filter-input {
        width: 100%;
    }
    .catalog-element-calc.ipo-calc .ui-desc{
        display: none;
    }
    .catalog-element-calc .total-calc-row {
        margin-top: 32px;
    }
    .catalog-element-calc .info-text-row > .flex-cell:first-child {
        width: 50%;
        max-width: 50%;
        flex-basis: 50%;
    }
    .catalog-element-calc .info-text-row > .flex-cell .info-text p{
        font-size: 14px;
    }
    .catalog-element-calc .banks .bank-drpdwn-block{
        padding: 16px;
    }
    .catalog-element-calc .banks .bank-drpdwn-block .flex-row {
        gap: 16px;
    }
    .catalog-element-calc .banks .bank-drpdwn-block .value {
        font-size: 10px;
    }
    .catalog-element-calc .banks .bank-drpdwn-block .title {
        font-size: 11px;
    }
}

/* End */


/* Start:/bitrix/templates/16_01_2023/components/bitrix/catalog.section/catalog-element-best/themes/blue/style.min.css?1703355754706*/
.bx-blue .product-item-image-slider-progress-bar{background-color:#0083d1}.bx-blue .product-item-image-slider-control:hover{background-color:rgba(0,131,209,.8)}.bx-blue .product-item-image-slider-control.active,.bx-blue .product-item-image-slider-control:hover{background-color:#0083d1}.bx-blue .product-item-scu-item-text-block:hover,.bx-blue .product-item-scu-item-color-block:hover,.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{outline-color:#006cc0}.bx-blue .product-item-amount-field:focus{border-color:#006cc0}.bx-blue .catalog-section-header{border-color:#006cc0}
/* End */


/* Start:/bitrix/components/bitrix/catalog.item/templates/.default/style.min.css?175329200422843*/
.product-item-container{position:relative}.product-item-container.hover{z-index:17}.product-item{display:block;box-sizing:border-box;padding:15px 0 5px;width:100%;border:1px solid transparent;border-radius:2px}.product-item-line-card .product-item{width:auto !important;border-bottom:1px solid #dadada}@media(max-width:991px){.product-item-line-card .product-item .col-sm-6:nth-child(2n){clear:both}}.bx-retina .product-item{border-width:.5px}.product-item *{transition:opacity 300ms ease}@media(max-width:767px){.product-item{padding:15px 5px 5px}.product-item-line-card .product-item .col-xs-12:nth-child(2n){clear:both}}.bx-no-touch .product-item-container.hover .product-item{position:absolute;right:-15px;left:-15px;padding:15px 15px 0;width:auto;border:1px solid transparent;background:#fff;box-shadow:0 7px 15px 0 rgba(0,0,0,.19)}.bx-touch .product-item{padding:15px 0 0;width:auto;background:#fff}.bx-no-touch .product-item-container.hover .product-item{-webkit-animation:product-item-hover 300ms 1 ease}@-webkit-keyframes product-item-hover{0%{position:absolute;left:-15px;right:-15px;border:1px solid transparent;box-shadow:0 0 0 0 rgba(0,0,0,0)}100%{border:1px solid transparent;box-shadow:0 7px 15px 0 rgba(0,0,0,.19)}}.product-item-image-wrapper{position:relative;display:block;margin-bottom:15px;padding-top:116%;width:100%;transition:all 300ms ease}.product-item-container.hover.product-item-scalable-card .product-item-image-wrapper{padding-top:54%}.product-item-image-original,.product-item-image-alternative{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;background-position:center;background-size:contain;background-repeat:no-repeat;transition:opacity 300ms linear}.product-item-image-original{z-index:11}.product-item-image-alternative{z-index:13;opacity:0}.bx-no-touch .product-item-container.hover .product-item-image-original{opacity:0}.bx-no-touch .product-item-container.hover .product-item-image-alternative{opacity:1}.product-item-big-card .product-item-image-wrapper{margin-bottom:25px}.product-item-image-slider-slide-container{position:absolute;top:0;right:0;bottom:0;left:0;display:block;overflow:hidden;width:100%;height:100%;transition:opacity 300ms ease}.product-item-image-slide{position:relative;display:none;height:100%;background-color:#fff;background-position:center;background-size:contain;background-repeat:no-repeat;transition:.6s ease-in-out left}@media all and (transform-3d),(-webkit-transform-3d){.product-item-image-slide{transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.product-item-image-slide.next,.product-item-image-slide.active.right{left:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.product-item-image-slide.prev,.product-item-image-slide.active.left{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.product-item-image-slide.next.left,.product-item-image-slide.prev.right,.product-item-image-slide.active{left:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.product-item-image-slider-slide-container>.active,.product-item-image-slider-slide-container>.next,.product-item-image-slider-slide-container>.prev{display:block}.product-item-image-slider-slide-container>.active{left:0}.product-item-image-slider-slide-container>.next,.product-item-image-slider-slide-container>.prev{position:absolute;top:0;width:100%}.product-item-image-slider-slide-container>.next{left:100%}.product-item-image-slider-slide-container>.prev{left:-100%}.product-item-image-slider-slide-container>.next.left,.product-item-image-slider-slide-container>.prev.right{left:0}.product-item-image-slider-progress-bar-container{position:absolute;right:0;bottom:0;left:0;width:100%;height:1px}.product-item-image-slider-progress-bar{position:absolute;top:0;bottom:0;left:0;height:1px;background-color:#f42c2c;opacity:.8}.product-item-image-slider-control-container{position:absolute;right:0;bottom:10px;left:0;z-index:15;padding:0;text-align:center;opacity:0;transition:opacity 300ms ease}.product-item-container.hover .product-item-image-slider-control-container,.product-item-line-card:hover .product-item-image-slider-control-container{opacity:1}.product-item-image-slider-control,.product-item-image-slider-control.active{display:inline-block;width:12px;height:12px;border-radius:50%;background-color:rgba(128,128,128,.8);opacity:.6;cursor:pointer;transition:all 300ms ease}.product-item-image-slider-control:hover,.product-item-image-slider-control.active:hover{cursor:pointer}.product-item-label-text,.product-item-label-ring{position:absolute;z-index:15}.product-item-label-text span,.product-item-label-ring{display:inline-block;clear:both;margin-bottom:2px;background:#f42c2c;color:#fff;vertical-align:middle;text-align:center;transition:all 250ms ease}.bx-red .product-item-label-text span,.bx-red .product-item-label-ring{background-color:#fba90c}.product-item-label-text>div,.product-item-label-ring>div{line-height:0}.product-item-label-text span{padding:2px 5px;vertical-align:middle;font-weight:bold}.product-item-label-text.product-item-label-small span,.product-item-scalable-card.hover .product-item-label-text.product-item-label-small span{margin-bottom:1px;padding:2px 7px;font-weight:normal;font-size:13px;line-height:14px}.product-item-big-card .product-item-label-text.product-item-label-small span{padding:5px 12px;font-size:16px;line-height:21px}.product-item-label-text.product-item-label-big span,.product-item-scalable-card.hover .product-item-label-text.product-item-label-big span{padding:4px 10px;font-size:13px;line-height:17px}.product-item-big-card .product-item-label-text.product-item-label-big span{padding:5px 17px;font-size:22px;line-height:33px}@media(max-width:767px){.product-item-label-text>div{line-height:0}.product-item-label-text.product-item-label-small span,.product-item-scalable-card.hover .product-item-label-text.product-item-label-small span{margin-bottom:1px;padding:2px 7px;font-size:10px;line-height:14px}.product-item-big-card .product-item-label-text.product-item-label-small span,.product-item-label-text.product-item-label-big span,.product-item-scalable-card.hover .product-item-label-text.product-item-label-big span{margin-bottom:1px;padding:3px 12px;font-size:14px;line-height:16px}.product-item-big-card .product-item-label-text.product-item-label-big span{padding:3px 12px;font-size:20px;line-height:25px}}.product-item-label-ring{box-sizing:border-box;border-radius:50%;font-weight:bold}.product-item-label-ring.product-item-label-small,.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small{width:40px;height:40px;font-size:14px;line-height:40px}.product-item-big-card .product-item-label-ring.product-item-label-small{width:100px;height:100px;font-size:30px;line-height:100px}.product-item-label-ring.product-item-label-big,.product-item-scalable-card.hover .product-item-label-ring.product-item-label-big{width:50px;height:50px;font-size:18px;line-height:50px}.product-item-big-card .product-item-label-ring.product-item-label-big{width:120px;height:120px;font-size:42px;line-height:120px}@media(max-width:767px){.product-item-label-ring.product-item-label-small,.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small{--product-item-label-ring-size:40px;width:var(--product-item-label-ring-size);height:var(--product-item-label-ring-size);line-height:var(--product-item-label-ring-size);font-size:14px}.product-item-big-card .product-item-label-ring.product-item-label-small,.product-item-label-ring.product-item-label-big,.product-item-scalable-card.hover .product-item-label-ring.product-item-label-big{width:35px;height:35px;font-size:12px;line-height:35px}.product-item-big-card .product-item-label-ring.product-item-label-big{width:70px;height:70px;font-size:24px;line-height:70px}}.product-item-label-top{top:-5px}.product-item-label-center{left:50%;transform:translateX(-50%)}.product-item-label-center>div{text-align:center}.product-item-label-left{left:-5px}.product-item-label-left>div{text-align:left}.product-item-label-bottom{bottom:-5px}.product-item-label-middle{top:50%;transform:translateY(-50%)}.product-item-label-right{right:-5px}.product-item-label-right>div{text-align:right}.product-item-label-center.product-item-label-middle{transform:translateY(-50%) translateX(-50%)}.product-item-title{overflow:hidden;margin-bottom:15px;text-overflow:ellipsis;white-space:nowrap}.bx-touch .product-item-title,.product-item-container.hover .product-item-title{overflow:auto;white-space:normal}.product-item-title a{color:#3f3f3f;text-decoration:none;font-size:13px}.product-item-big-card .product-item-title a{font-size:21px}.product-item-line-card .product-item-title a{font-size:20px}.product-item-price-container{margin:5px 0 10px}.product-item-price-current{color:#3f3f3f;white-space:nowrap;font-weight:bold;font-size:13px}.product-item-price-old{color:#a5a5a5;text-decoration:line-through;white-space:nowrap;font-size:12px}.product-item-big-card .product-item-price-current,.product-item-big-card .product-item-price-old{vertical-align:middle;line-height:20px}.product-item-big-card .product-item-price-container{margin:0 0 10px}.product-item-big-card .product-item-price-current{font-size:18px}.product-item-big-card .product-item-price-old{font-size:15px}.product-item-line-card .product-item-info-container{text-align:center}.product-item-info-container{margin-bottom:8px}.product-item-info-container-title{color:#000;font-weight:bold;font-size:13px}.bx-no-touch .product-item-container .product-item-info-container.product-item-hidden{display:none;opacity:0;transition:opacity 300ms ease}.bx-touch .product-item-info-container.product-item-touch-hidden{display:none !important}.bx-touch .product-item-info-container.product-item-hidden,.bx-no-touch .product-item-container.hover .product-item-info-container.product-item-hidden,.product-item-line-card .product-item-container .product-item-info-container.product-item-hidden{display:block;opacity:1}.product-item-amount{padding:0 0 2px;text-align:center}.product-item-amount-field-btn-plus,.product-item-amount-field-btn-minus{position:relative;display:inline-block;min-width:22px;height:22px;border-radius:2px;background-color:#f2f2f2;color:#fff;vertical-align:middle;text-align:center;cursor:pointer;transition:background 300ms ease,opacity 300ms ease}.bx-retina .product-item-amount-field-btn-plus,.bx-retina .product-item-amount-field-btn-minus{border-width:.5px}.product-item-amount-field-btn-plus:hover,.product-item-amount-field-btn-minus:hover{background:#d3d3d3}.product-item-amount-field-btn-plus:after,.product-item-amount-field-btn-minus:after{position:absolute;top:0;right:0;bottom:0;left:0;content:"";opacity:.8;transition:opacity 300ms ease,background 300ms ease}.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:after,.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:after{opacity:.3 !important;cursor:default}.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:hover,.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:hover{background-color:#f2f2f2}.product-item-amount-field-btn-plus:after{	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxwYXRoIGZpbGw9IiM1MjVDNjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LDEyIEwxOCwwIEwxMiwwIEwxMiwxMiBMMCwxMiBMMCwxOCBMMTIsMTggTDEyLDMwIEwxOCwzMCBMMTgsMTggTDMwLDE4IEwzMCwxMiBMMTgsMTIgWiIvPjwvc3ZnPg==) no-repeat center; background-size:10px}.product-item-amount-field-btn-minus:after{	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSI2IiB5PSIxMiIgZmlsbD0iIzUyNUM2OCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) no-repeat center; background-size:10px}.product-item-amount-field-btn-plus:hover:after,.product-item-amount-field-btn-minus:hover:after{opacity:1}.product-item-amount-field{display:inline-block;padding:0;max-width:50px;width:auto;height:22px;border:1px solid transparent;border-radius:2px;background:transparent !important;color:#000;vertical-align:middle;text-align:center;font-weight:bold;line-height:22px;transition:border 300ms ease}.bx-retina .product-item-amount-field{border-width:.5px}.product-item-amount-field:focus{outline:none !important}.bx-no-touch input.product-item-amount-field::-webkit-outer-spin-button,.bx-no-touch input.product-item-amount-field::-webkit-inner-spin-button{margin:0;-webkit-appearance:none;appearance:none}.product-item-amount-description-container{color:#a5a5a5;white-space:nowrap;font-size:12px;display:block}.product-item-big-card .product-item-amount-field-container{text-align:left}.product-item-amount-description-container strong{color:#333;white-space:nowrap}.product-item-amount-label-container{margin:5px 0;color:#a5a5a5;font-weight:bold;font-size:12px}.product-item-quantity{color:#333;font-weight:normal;font-size:12px}.product-item-properties{display:block;overflow:hidden;margin:0;color:#a5a5a5;font-size:12px}.product-item-properties dl{clear:both}.product-item-properties dt{float:left;clear:both;font-weight:normal}.product-item-properties dd{float:right;margin-bottom:3px;margin-left:5px;color:#000}.product-item-compare-container{position:relative;display:none;margin:0 -15px;padding:4px 15px;min-height:30px;border-top:1px solid #e6e6e6;background:#f3f3f3;box-shadow:inset 0 1px 1px 0 #eee;vertical-align:middle;font-size:12px;line-height:20px}.product-item-line-card .product-item-compare-container{margin:0;border:0;background-color:transparent;box-shadow:none;text-align:center}.bx-touch .product-item-compare-container{display:none}.product-item-line-card .product-item-compare-container,.product-item-container.hover .product-item-compare-container{display:block}.product-item-compare .checkbox{margin:0;padding:0}.product-item-scu-container{padding:0 0 2px}.product-item-scu-container-title{color:#333;font-size:12px}.product-item-scu-list{margin:0}.product-item-scu-item-list{overflow:hidden;margin:0 0 0 -2px;padding:0;list-style:none}.product-item-scu-item-color-container,.product-item-scu-item-text-container{display:inline-block;box-sizing:border-box;padding:5px 3px;max-width:100%}.product-item-scu-item-text-container{min-width:32px}.product-item-scu-item-color-container{max-width:38px;width:25%}.product-item-scu-item-color-block{position:relative;padding-top:100%;outline:1px solid #c0cfda;cursor:pointer}.bx-no-touch .product-item-scu-item-color-block{transition:outline 200ms ease}.bx-retina .product-item-scu-item-color-block{outline-width:.5px}.product-item-scu-item-color-container.selected .product-item-scu-item-color-block{outline-width:2px}.bx-retina .product-item-scu-item.selected .product-item-scu-item-color-block{outline-width:1px}.product-item-scu-item-color{position:absolute;top:2px;right:2px;bottom:2px;left:2px;background-position:center;background-size:contain;background-repeat:no-repeat}.product-item-scu-item-text-block{position:relative;padding:0 5px;outline:1px solid #c0cfda;cursor:pointer}.bx-no-touch .product-item-scu-item-text-block{transition:outline 300ms ease}.bx-retina .product-item-scu-item-text-block{outline-width:.5px}.product-item-scu-item-text-container.selected .product-item-scu-item-text-block{outline-width:2px}.bx-retina .product-item-scu-item.selected .product-item-scu-item-text-block{outline-width:1px}.product-item-scu-item-text{overflow:hidden;max-width:100%;vertical-align:middle;text-align:center;text-transform:uppercase;text-overflow:ellipsis;white-space:nowrap;font-size:11px;line-height:18px}.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block,.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block{position:relative;outline-color:#a9adb4 !important}.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block:after,.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block:after{position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;	background: rgba(255, 255, 255, 0.75) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4gIDxwYXRoIGZpbGw9IiNBOUFEQjQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjM5MjEyNjgsMTMuMjMyMzAyOSBMMjUuOTkyLDEuNDE4IEwyNC42LDAgTDEyLjk5OTk5NTYsMTEuODE0NDM2NCBMMS40LDAgTDAuMDA5LDEuNDE5IEwxMS42MDc4Njg3LDEzLjIzMjI5NzUgTDAuNDczLDI0LjU3MyBMMS44NjUsMjUuOTkxIEwxMi45OTk5OTkzLDE0LjY1MDE2NDUgTDI0LjEzNCwyNS45OSBMMjUuNTI2LDI0LjU3MiBMMTQuMzkyMTI2OCwxMy4yMzIzMDI5IFoiLz48L3N2Zz4=) no-repeat center; background-size:80% 80%;content:""}@media(max-width:991px){.product-item-line-card .product-item-scu-container-title{text-align:center}.product-item-line-card .product-item-scu-item-list{text-align:center}.product-item-line-card .product-item-scu-item-color-container,.product-item-line-card .product-item-scu-item-text-container{display:inline-block;float:none}}.product-item-description-container p{color:#575757;font-size:13px}.product-item-button-container{text-align:center}.product-item-button-container .btn{margin-bottom:2px}.product-item-sticker,.product-item-sticker-round{display:none}.product-item-more-container{position:relative;display:block;box-sizing:border-box;padding:15px 15px 5px;width:100%;border:1px solid transparent;border-radius:2px;transition:all 300ms ease}.product-item-more-wrapper{position:relative;display:block;margin-bottom:15px;padding-top:116%;width:100%}.product-item-more{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;	background: #f3f3f3 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjk3LjYxMyAyOTcuNjEzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjxjaXJjbGUgY3g9IjE1LjI3OSIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iMTQuODMiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjU5Ljc2OSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTAzLjgxIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIxNC44MyIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE0OC4zMDIiIGN5PSIxMDMuODEiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE5Mi4zNDMiIGN5PSI1OS43NjkiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjM4LjIzOCIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNS4yNzkiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjI4Mi43ODIiIHI9IjE0LjgzMSIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMjgyLjc4MiIgcj0iMTQuODMxIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjgyLjMzNCIgY3k9IjE0Ny44NTIiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjwvc3ZnPg==) no-repeat center; background-size:50%;opacity:.7;transition:opacity 300ms ease}.bx-touch .product-item-more,.product-item-container.hover .product-item-more{opacity:1}.product-item-more-title{overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap}.no-select{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}input[type='number']{-moz-appearance:textfield}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none}
/* End */


/* Start:/bitrix/templates/16_01_2023/components/bitrix/catalog.section/catalog-element-viewed/themes/blue/style.min.css?1727728369706*/
.bx-blue .product-item-image-slider-progress-bar{background-color:#0083d1}.bx-blue .product-item-image-slider-control:hover{background-color:rgba(0,131,209,.8)}.bx-blue .product-item-image-slider-control.active,.bx-blue .product-item-image-slider-control:hover{background-color:#0083d1}.bx-blue .product-item-scu-item-text-block:hover,.bx-blue .product-item-scu-item-color-block:hover,.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{outline-color:#006cc0}.bx-blue .product-item-amount-field:focus{border-color:#006cc0}.bx-blue .catalog-section-header{border-color:#006cc0}
/* End */


/* Start:/bitrix/templates/16_01_2023/components/bitrix/catalog/.default/bitrix/catalog.element/.default/themes/blue/style.min.css?1676415600902*/
.bx-blue .product-item-image-slider-progress-bar{background-color:#0083d1}.bx-blue .product-item-image-slider-control:hover{background-color:rgba(0,131,209,.8)}.bx-blue .product-item-image-slider-control.active,.bx-blue .product-item-image-slider-control:hover{background-color:#0083d1}.bx-blue .product-item-selected-scu,.bx-blue .product-item-detail-slider-controls-image:hover,.bx-blue .product-item-detail-slider-controls-image.active{outline-color:#006cc0}.bx-blue .product-item-scu-item-text-block:hover,.bx-blue .product-item-scu-item-color-block:hover,.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{outline-color:#006cc0}.bx-blue .product-item-amount-field:focus{border-color:#006cc0}.bx-blue .product-item-detail-slider-progress-bar{background-color:#006cc0}
/* End */
/* /bitrix/templates/16_01_2023/components/bitrix/catalog/.default/style.min.css?1676415490959 */
/* /bitrix/templates/16_01_2023/components/bitrix/catalog/.default/bitrix/catalog.element/.default/style.css?174050556439646 */
/* /bitrix/templates/16_01_2023/components/bitrix/catalog.section/catalog-element-best/themes/blue/style.min.css?1703355754706 */
/* /bitrix/components/bitrix/catalog.item/templates/.default/style.min.css?175329200422843 */
/* /bitrix/templates/16_01_2023/components/bitrix/catalog.section/catalog-element-viewed/themes/blue/style.min.css?1727728369706 */
/* /bitrix/templates/16_01_2023/components/bitrix/catalog/.default/bitrix/catalog.element/.default/themes/blue/style.min.css?1676415600902 */
