

/* Start:/local/templates/general/components/bitrix/catalog/catalog/style.css?17510054302937*/
.grid {
}

.grid .bx_content_section {
    margin-bottom: 15px;
}

.grid .bx_sidebar {
    margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1 {
}

.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__title {
    margin-top: 0px;
}

.col-xs-12 .catalog__topbar .catalog__title {
    padding: 0 15px;
}

.bx_catalog-compare-list {
    display: none !important;
}

/*a{
    text-decoration: none;
}
.active{
font-weight:bold;}
.filters__filter--top{
font-weight: 400;
}*/
.seo_meta_tags {
    display: flex;
    flex-wrap: wrap
}

.sotbit-seometa-tags-wrapper {
    margin-bottom: 10px;
    margin-right: 20px;
    box-sizing: border-box;
}

.catalog-item__image-link {
    width: 175px;
}

.catalog-item__image:not([src$="preload.svg"]) {
    /*padding-left: 35px;*/
    /*max-width: 100%;*/
    margin-right: auto;
}

.catalog-item__aside {
    left: 225px;
}

.card-projects__doors-wrp .catalog-item:hover .catalog-item__aside {
    right: 10px;
}

.catalog__sort-container .catalog-sort-popup__list {
    display: flex;
    font-size: 11px;
    border: none;
}

.catalog-sort-popup__item {
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 8px;
    margin-right: 5px !important;
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.catalog-sort-popup__item:not(:last-child){
    border-bottom: none;
}

.catalog-sort-popup__list .catalog-sort-popup__item:hover {
    border-color: #ff562e;
    -webkit-box-shadow: inset 0 0 0 1px #ff562e;
    box-shadow: inset 0 0 0 1px #ff562e;
}

.catalog-sort-popup__item a:hover {
    background-color: unset;
}

.catalog-sort-popup__list:after, .catalog-sort-popup__list:before{
    display: none !important;
}

.catalog-sort-popup__item.active{
    border-color: #ff562e;
    -webkit-box-shadow: inset 0 0 0 1px #ff562e;
    box-shadow: inset 0 0 0 1px #ff562e;
}

@media (max-width: 640px) {
    .catalog-item__image:not([src$="preload.svg"]) {
        /*padding-left: 0;*/
        margin-right: 0;
    }

    .catalog-item:not(:hover) .catalog-item__top {
        min-width: 195px;
    }
}

@media (max-width: 767px) {
    .catalog-sort-popup__item .catalog-sort-popup__link{
        padding: 5px 5px;
    }
}


.artis-feedback #showHideButton{
    display: none !important;
}
/* End */


/* Start:/local/templates/general/components/bitrix/catalog/catalog/bitrix/catalog.element/.default/style.css?175093881422411*/
.text-dec{
    text-decoration: underline;
}
.prop_title{
    width: 140px;
    display: inline-block;
}
.wide {
  width: 100vw;
  min-width: 100%;
  margin-left: calc(50% - 50vw);
}
[data-offer-id] {
  visibility: hidden;
}
.hidden {
  display: none !important;
}
.select-sku-value.active {
  border: 1px solid red;
}
.simple-quantity {
  text-align: center;
  height: 37px;
  line-height: 37px;
  vertical-align: middle;
  border-color: transparent !important;
}
.product-preview__small-images {
  display: none;
}
.product-preview__big-images{
    height: 470px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-preview__door-image-small{
    object-fit: contain;
}
@media screen and (max-width: 599px) {
  .product-preview__small-images {
    display: block;
  }
  .product-preview__big-images {
    display: none;
  }
}
.product-top-compare__text::after{
    position: relative!important;
    bottom: 10px!important;
}

.tooltip {

    width: 290px!important;

}

/*.tooltip-link.tooltip-top:hover .tooltip {
    top: -60px!important;
     bottom:  50px!important;
}

.tooltip:after {
    content: '';
    position: absolute;
    display: block;
    left: 86%!important;
    margin-left: -4px;
}*/
.product-top__badge--sklad{
    max-width: 76px;
    background: #491760;
    line-height: 12px!important;
    padding: 2px 8px!important;
}

.tooltip1 {
    position: relative;
    display: inline-block;
}

.tooltip1 .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 1px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 20%;
    margin-left: -20px;
    opacity: 0;
    transition: opacity 1s;
}

.tooltip1 .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 20%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip1:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.news__item:first-child{
    height: auto !important;
    width: 25% !important;
}
.news__item:first-child .news__image{
    height: 170px !important;
}
.news__item:first-child .news__text-container{
    position: relative !important;
    bottom: auto !important;
    width: auto !important;
    background-color: inherit !important;
    padding: 0 !important;
}
.news__item:first-child .news__text{
    color: inherit !important;
    margin-top: 12px !important;
}
.news__item:nth-child(6){
    clear: none !important;
}
@media screen and (max-width: 839px){
    .news__item:first-child{
        width: 50% !important;
    }
}
@media screen and (max-width: 479px){
    .news__item:first-child{
        width: 100% !important;
    }
}

.product-top__button.img_button{
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    position: relative;
    background-size: 100%;
    border: 1px solid #ccc;
    transition: .25s linear;
    margin-right: 12px;
}
.product-top__button.img_button img{
    width: 45px;
    height: 45px;
    border-radius: 6px;
}


.product-top__button.img_button.active{
    position: relative;
    z-index: 1;
    border-color: #ff562e;
    box-shadow: inset 0 0 0 1px #ff562e;
}

.order-splittable-door .button--w-icon{
    width: 100%;
    justify-content: space-evenly;
}

.product-filter-price-tabs__discount{
    display: flex;
}

.product-preview__advantages {
    position: absolute;
    /*left: -40px;
    top: 50%;*/
    left: -12px;
    top: 27%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.product-preview__advantages-items {
    width: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product-preview__advantages-item {
    /* margin-bottom: 50px;*/
    margin-bottom: 17px;
    position: relative;
    width: 70px;
    height: 70px;
    cursor: pointer;
}

.product-preview__advantages-item .icon {
    width: 100% !important;
    height: 100% !important;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    fill: #222227;
}

.product-preview__advantages-item span {
    position: absolute;
    top: -40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #fff;
    /*font-weight: 600;*/
    font-weight: 400;
    font-size:14px;
    padding: 5px 10px;
    background-color: #ff652e;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0;
    visibility: hidden;
}

.product-preview__advantages-item span:before {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -18px;
    border: 10px solid transparent;
    border-top: 10px solid #ff652e;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.product-preview__advantages-item:hover span {
    opacity: 1;
    visibility: visible;
}

.product-preview__advantages-item:hover .icon {
    fill: #ff652e;
}

.product_view._big-door .product_img {
    max-width: 100%;
    width: 45%;
    padding-left: 40px;
}

.product_view._big-door .product_params {
    width: 25%;
}

.catalog-item {
    min-height: 520px !important;
}

.catalog-item__advantages {
    position: relative;
    z-index: 20;
}

.catalog-item__advantages-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.catalog-item__advantages-item {
    margin-top: 10px;
    position: relative;
    width: 50px;
    height: 50px;
    cursor: pointer;
}

.catalog-item__advantages-item .icon {
    width: 100% !important;
    height: 100% !important;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    fill: #222227;
}

.catalog-item__advantages-item span {
    position: absolute;
    top: -40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #fff;
    font-weight: 600;
    padding: 5px 10px;
    background-color: #ff652e;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0;
    visibility: hidden;
}

.catalog-item__advantages-item span:before {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -18px;
    border: 10px solid transparent;
    border-top: 10px solid #ff652e;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.catalog-item__advantages-item:hover span {
    opacity: 1;
    visibility: visible;
}

.catalog-item__advantages-item:hover .icon {
    fill: #ff652e;
}

.catalog--main .catalog-item:hover {
    z-index: 22;
}

.product-info-availability__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product-info-availability__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 20px;
    border-bottom: 1px solid #cccccc;
}

.product-info-availability__item:last-child {
    border-bottom: none;
}

.product-info-availability__address {
    width: 25%;
    padding-right: 20px;
}

.product-info-availability__hours {
    width: 25%;
    padding-right: 20px;
}

.product-info-availability__link {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
@media screen and (max-width: 1440px) {

    .product_view .product_img {
        max-width: 100%;
        width: 50%;
    }

    .product_view .product_params {
        width: 25%;
    }

    .product_view .product_order {
        width: 25%;
    }
}

@media screen and (max-width: 1180px) {

    .product_view._big-door > div {
        width: 100% !important;
    }

    .product-filter__price-block {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .product-filter-submit__prices {
        margin-bottom: 10px;
        width: 100%;
        text-align: center;
    }

    .product-info-availability__address {
        width: 33.33%;
    }

    .product-info-availability__hours {
        width: 33.33%;
    }

    .product-info-availability__link {
        width: 33.33%;
    }
}

@media screen and (max-width: 990px) {

    .product_view > div {
        width: 100% !important;
        max-width: 100%;
    }
}

@media screen and (max-width: 768px) {

    .product_view {
        position: relative;
        padding-top: 120px;
    }

    .product_view .product_img {
        position: initial;
        padding-left: 0 !important;
    }

    .product_view .product-preview__big-images {
        position: initial;
    }

    .product_view .product-preview__advantages {
        top: 30px;
        left: 50%;
    }

    .product_view .product-preview__advantages-items {
        width: auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 20px;
    }

    .catalog-item__advantages-item {
        width: 35px;
        height: 35px;
    }

    .product-info-availability__item {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .product-info-availability__address {
        width: 50%;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 10px;
    }

    .product-info-availability__hours {
        width: 50%;
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }

    .product-info-availability__link {
        width: 50%;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
}

@media screen and (max-width: 600px) {

    .product_view .product-preview__advantages {
        width: 100%;
        top: 30px;
    }

    .product_view .product-preview__advantages-item {
        width: 55px;
        height: 55px;
    }

    .product-preview__door-image-small {
        -o-object-fit: contain;
        object-fit: contain;
    }

    .product-info-availability__item {
        padding: 20px 0;
    }

    .product-info-availability__address {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 10px;
    }

    .product-info-availability__hours {
        width: 100%;
        margin-bottom: 10px;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    .product-info-availability__link {
        width: 100%;
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

@media screen and (max-width: 600px){
    .product-preview__big-images{
        display: block !important;
        height: 0 !important;
    }
}

.product-preview__advantages-item:last-child {
    margin-bottom: 0;
}

.product-preview__big-images{
    position: relative;
}

@media screen and (max-width: 768px){
    .product_view .product-preview__advantages{
        transform: translateX(-50%) !important;
    }
    .product-preview__advantages-item:last-child{
        margin-bottom: 16px;
    }
}
.product-preview__advantages{
    transform: none !important;
    top: 0 !important;
}
.product-preview__advantages-item{
    margin-bottom: 17px !important;
}
.product-preview__advantages-item span{
    font-size: 14px !important;
    font-weight: 400 !important;
}
.amount_text{
    font-size: 15px;
    color: black;
    font-weight: 100;
}
.product-price__block .favorites-btn{
    height: 45px;
    min-width: 45px;
    width: 45px;
    float: right;
    margin-left: 20px;
}
.characteristics-el {
    width: 80% !important;
    margin-top: 15px;
}
.characteristics-el-span {
    color: #ff652e;
    font-size: 14px;
    line-height: 24px;
}/**/

/*loader*/
.similar_ajax_loader {
    margin: 50px auto;
    display: block;
    width: 150px;
}

/*stars*/

.product-top ~ .common-rating .wd_reviews2_rating img {
    margin-bottom: 10px;
}
.product-top ~ .common-rating {
    margin-top: -34px;
    margin-left: 12px;
    cursor: pointer;
    z-index: 10;
    transform: translateZ(0);
    max-width: max-content;
}
@media screen and (max-width: 1180px) {
    .product-top ~ .common-rating {
        margin-left: 32px;
    }
}

@media screen and (max-width: 991px) {
    .product-top ~ .common-rating {
        margin-top: -10px;
    }
    .product-top ~ .common-rating .wd_reviews2_rating img {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 600px) {
    .product-top ~ .common-rating {
        margin-left: 22px;
    }
}

.wdr2_add {
    padding: 18px;
}

.wdr2_add table{
    max-width: max-content;
    margin-left: 0;
}

.tabs__content .wdr2_add .fields .field .input input[type=text],
.tabs__content .wdr2_add .fields .field .input textarea {
    display: block;
    width: 100%;
    color: #222227;
    height: 36px;
    outline: 0;
    border: 1px solid #bdbdbd;
    background-color: #fff;
    font: 16px/normal "Open Sans", sans-serif;
    padding: 0 10px;
    border-radius: 6px;
    box-shadow: unset;
}

.tabs__content .wdr2_add .add_btn, .tabs__content .wdr2_add .submit input[type=submit],
.tabs__content .wdr2_add .submit input[type=submit]:hover,
.tabs__content .wdr2_add .submit input[type=submit]:focus,
.tabs__content .wdr2_add .submit input[type=submit]:active{
    display: inline-block;
    height: 35px;
    outline: 0;
    border: 1px solid #ff652e;
    background-color: #ff652e;
    font: 14px/33px "Open Sans", sans-serif;
    padding: 0 20px;
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    position: relative;
    transition: all .25s linear;
    border-radius: 8px;
    max-width: max-content;
    background: #ff652e;
    text-shadow: unset;
}

.tabs__content .field[class*=_captcha] table,
.tabs__content .field[class*=_captcha] td{
    border: unset;
    padding: 0;
}

.tabs__content .field[class*=_captcha] td:nth-child(1){
    display: flex;
}

.tabs__content .field[class*=_captcha] td:nth-child(1) input{
    margin-top: 2px;
    margin-right: 9px;
}

.tabs__content .wdr2_add .fields .field .input textarea {
    height: 76px;
}

.wdr2_add input.validate:invalid {
    border-color: red;
}

.wdr2_add tbody tr:first-child {
    background: unset;
}

@media (max-width: 600px) {
    .tabs__content .field[class*=_captcha] tr {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .tabs__content .field[class*=_captcha] td:nth-last-child(1) {
        text-align: left;
    }
}

/*stars*/

.product-top ~ .common-rating .wd_reviews2_rating img {
    margin-bottom: 10px;
}
.product-top ~ .common-rating {
    margin-top: -34px;
    margin-left: 12px;
    cursor: pointer;
    z-index: 10;
    transform: translateZ(0);
    max-width: max-content;
}
@media screen and (max-width: 1180px) {
    .product-top ~ .common-rating {
        margin-left: 32px;
    }
}

@media screen and (max-width: 991px) {
    .product-top ~ .common-rating {
        margin-top: -10px;
    }
    .product-top ~ .common-rating .wd_reviews2_rating img {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 600px) {
    .product-top ~ .common-rating {
        margin-left: 22px;
    }
}

.wdr2_add {
    padding: 18px;
}

.wdr2_add table{
    max-width: max-content;
    margin-left: 0;
}

.tabs__content .wdr2_add .fields .field .input input[type=text],
.tabs__content .wdr2_add .fields .field .input textarea {
    display: block;
    width: 100%;
    color: #222227;
    height: 36px;
    outline: 0;
    border: 1px solid #bdbdbd;
    background-color: #fff;
    font: 16px/normal "Open Sans", sans-serif;
    padding: 0 10px;
    border-radius: 6px;
    box-shadow: unset;
}

.tabs__content .wdr2_add .add_btn, .tabs__content .wdr2_add .submit input[type=submit],
.tabs__content .wdr2_add .submit input[type=submit]:hover,
.tabs__content .wdr2_add .submit input[type=submit]:focus,
.tabs__content .wdr2_add .submit input[type=submit]:active{
    display: inline-block;
    height: 35px;
    outline: 0;
    border: 1px solid #ff652e;
    background-color: #ff652e;
    font: 14px/33px "Open Sans", sans-serif;
    padding: 0 20px;
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    position: relative;
    transition: all .25s linear;
    border-radius: 8px;
    max-width: max-content;
    background: #ff652e;
    text-shadow: unset;
}

.tabs__content .field[class*=_captcha] table,
.tabs__content .field[class*=_captcha] td{
    border: unset;
    padding: 0;
}

.tabs__content .field[class*=_captcha] td:nth-child(1){
    display: flex;
}

.tabs__content .field[class*=_captcha] td:nth-child(1) input{
    margin-top: 2px;
    margin-right: 9px;
}

.tabs__content .wdr2_add .fields .field .input textarea {
    height: 76px;
}

.wdr2_add input.validate:invalid {
    border-color: red;
}

.wdr2_add tbody tr:first-child {
    background: unset;
}

@media (max-width: 600px) {
    .tabs__content .field[class*=_captcha] tr {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .tabs__content .field[class*=_captcha] td:nth-last-child(1) {
        text-align: left;
    }
}

.product-bottom__badge-container{
    position: absolute;
    right: 0;
    z-index: 1;
    bottom: 22%;
    word-wrap: break-word;
    display: flex;
    justify-content: end;
    z-index: 10;
}
.product-bottom__badge-container .catalog-item__label {
    padding: 17px !important;
    border-radius: 50%;
    word-wrap: inherit;
    width: 40%;
    text-align: center;
    text-transform: none;
    min-width: 30px;
    display: table;
    position: relative;
}

.product_params {
    display: flex;
    flex-direction: column;
}

.product_params .product__gallery {
    margin: 0 -15px;
}

.product_params .product__gallery-slide {
    position: relative;
    width: 70px;
    height: 135px;
    border-radius: 8px;
    overflow: hidden;
    text-decoration: none;
    display: flex;
}

.product_params .product__gallery-slide img {
    object-fit: contain;
    object-position: center;
    width: 100%;
    height: 100%;
    max-height: 135px;
}

.product__gallery.models .owl-prev, .product__gallery.models .owl-next{
    top: 36px;
}

@media screen and (max-width: 1000px) {
    .product-bottom__badge-container{
        zoom: 0.8;
        -moz-transform: scale(0.8);
        bottom: 25%;
    }
}
@media screen and (max-width: 990px) {
    .product-bottom__badge-container{
        right: 18%;
        zoom: 0.8;
        -moz-transform: scale(0.8);
    }
}
@media screen and (max-width: 768px) {
    .product-bottom__badge-container{
        bottom: 71%;
        right: 10%;
        zoom: 0.8;
        -moz-transform: scale(0.8);
    }
}
@media screen and (max-width: 600px) {
    .product-bottom__badge-container{
        right: 4%;
        bottom: 85%;
        zoom: 0.8;
        -moz-transform: scale(0.8);
    }

}

.size-value.custm{
    background-color: #f5f5f5;
    color: #000000;
    display: inline-flex;
    align-items: center;
    line-height: 1;
}


.special-doors__descr {
    font-size: 16px;
    line-height: 1.5;
    max-height: 200px;
    position: relative;
    overflow: hidden;
    transition: all ease .3s;
}

.special-doors__descr:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 40px;
    z-index: 2;
    /*opacity: 0;*/
    /*visibility: hidden;*/
    transition: all ease .3s;
    background: linear-gradient(to top, #fff 0%, rgba(255,255,255, 0.8) 60%, rgba(255,255,255, 0) 100%);
}
.product-center.is-overflow {
    /*.special-doors__descr {*/
    /*    overflow: hidden;*/
    /*}*/
    /*.special-doors__descr:before {*/
    /*    opacity: 1;*/
    /*    visibility: visible;*/
    /*}*/

    .special-doors__more {
        display: inline-flex;
    }

}

.special-doors__more{
    align-items: center;
    gap: 1.2rem;
    margin-top: 16px;
    display: none;
    font-size: 18px;
    text-decoration: underline;
    transition: all ease .3s;
    &:hover {
        @media (hover: hover) {
            cursor: pointer;
            color: #ff652e;
        }
    }
}


.product{
    scroll-margin-top: 140px;
    .tabs__list ul.product-info-parameters__list{
        padding-left: 0;
    }
}

@media (max-width: 990px) {
    .special-doors__more{

        font-size: 14px;
        margin-top: 10px;
    }
    .special-doors__descr{
        max-height: 140px;
    }
    .special-doors__descr:before {
        height: 30px;
    }

}


/* End */


/* Start:/local/templates/general/components/webdebug/reviews2.add/.default/style.css?16928747128425*/
.wdr2_add {}
	.wdr2_add .wdr2_result {}
		.wdr2_add .wdr2_result ul {margin:0; padding:0 0 0 21px;}
	.wdr2_add form {margin:0; padding:0;}
	.wdr2_add .wdr2_success {color:green; font-weight:bold; margin-bottom:20px;}
	.wdr2_add .wdr2_error {color:red; margin-bottom:20px;}
	.wdr2_add hr {background:#999; border:0; border-bottom:1px solid #eee; display:block; font-size:0; height:1px; line-height:0; margin:0 0 12px; overflow:hidden;}
	.wdr2_add .form_title {font-size:20px; line-height:140%; margin-bottom:10px;}
	.wdr2_add .ratings {font-size:11px; margin:0 0 12px;}
		.wdr2_add .ratings table {background:transparent; border:0; }
			.wdr2_add .ratings table td {background:transparent!important; border:0!important; padding:1px 6px 1px 0;}
			.wdr2_add .ratings table td.rating_title {text-align:right; vertical-align:top;}
			.wdr2_add .ratings table td.rating_value {text-align:left; vertical-align:middle;}
	.wdr2_add .fields {}
		.wdr2_add .fields .field {margin:16px 0;}
			.wdr2_add .fields .field label {display:block;}
				.wdr2_add .fields .field label .required {color:red; padding:1px; position:relative; top:-1px;}
			.wdr2_add .fields .field .input {margin-top:10px;}
				.wdr2_add .fields .field .input input[type=text],
				.wdr2_add .fields .field .input textarea,
				.wdr2_add .fields .field .input select {background:#fff; border-width:1px; border-style:solid; border-color:#8ca3ae #a0b4be #b6c8d1 #a0b4be; font:normal 12px "Arial", "Helvetica", sans-serif; height:26px; max-width:100%; outline:0; -moz-box-shadow:inset 0 2px 3px 0 rgba(0,0,0,0.1); -webkit-box-shadow:inset 0 2px 3px 0 rgba(0,0,0,0.1); box-shadow:inset 0 2px 3px 0 rgba(0,0,0,0.1); -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box;}
				.wdr2_add .fields .field .input input[type=text] {line-height:26px; padding:2px 8px;}
				.wdr2_add .fields .field .input textarea {height:auto; line-height:26px; padding:2px 8px;}
				.wdr2_add .fields .field .input select {padding:6px 1px;}
				.wdr2_add .fields .field .input select option {padding:2px 4px;}
				.wdr2_add .fields .field .input input[type=file] {outline:0;}
				.wdr2_add .fields .field .input .file_design_wrapper {background:#fff; border-width:1px; border-style:solid; border-color:#8ca3ae #a0b4be #b6c8d1 #a0b4be; font:normal 12px "Arial", "Helvetica", sans-serif; height:30px; outline:0; width:360px; -moz-box-shadow:inset 0 2px 3px 0 rgba(0,0,0,0.1); -webkit-box-shadow:inset 0 2px 3px 0 rgba(0,0,0,0.1); box-shadow:inset 0 2px 3px 0 rgba(0,0,0,0.1);}
					.wdr2_add .fields .field .input .file_design_wrapper .panel1 {background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABM0lEQVR42pWTIa+CYBSG/YkGgolCM9FMNhOJ4gkENv+J1blZmM3AFFBA0M1ie+95mZ/iletVtmfPe87ZYfIJvd4H12w2EwV079srDENRcL1eQX+1HASBKDifz6B/8f7XTKdTUXA6nUCbTC6Xi+l138T3fVFQ1zVoUhTFPbdnL8ue54mCqqpAkzzPTRYzj+O46T0tTyYTUXA8HkGT/X5vsph5u3dfHo/HoqAsS9AkyzKTpWP+WB6NRqI0z0mTJElMlo75Y9l1XVFwOBxAk+12a7J0zJ9PfjgcNs9EK0Kv1+unuj1/OXXHcRBFEehbLczGPAdTd/7ntm1juVyCbvWEdZqmTZ/1n2/cYDDAYrEA3YaHeMvvX1nLsjCfz7FarbDb7Ro2mw3YV/7/+vr9vijo4KNP9weiTpKdOX1I7QAAAABJRU5ErkJggg==") 10px center no-repeat; cursor:text; display:block; height:100%; line-height:22px; min-height:16px; overflow:hidden; padding:4px 8px 4px 32px; text-overflow:ellipsis; white-space:nowrap; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box;}
					.wdr2_add .fields .field .input .file_design_wrapper .panel1[data-empty=Y] {color:gray;}
					.wdr2_add .fields .field .input .file_design_wrapper input[type=file] {width:300px; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0;}
	.wdr2_add .agreement {}
		.wdr2_add .agreement input[type=checkbox] {margin:0; vertical-align:middle;}
		.wdr2_add .agreement label {display:inline; font-weight:normal; vertical-align:middle;}
	.wdr2_add .wdr2_reqfield {display:none;}
	.wdr2_add .submit {margin-top:16px;}
		.wdr2_add .add_btn, .wdr2_add .submit input[type=submit] {top:-9px; border:0; cursor:pointer; display:inline-block; padding:0 18px; border-radius:3px; background:#00a2df; color:#fff; vertical-align:bottom; text-decoration:none; text-shadow:0 1px 0 #0075b6; font-weight:bold; line-height:36px; background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#00a2df), color-stop(100%,#006fcb)); background:-webkit-linear-gradient(top, #00a2df 0%,#006fcb 100%); background:-moz-linear-gradient(top, #00a2df 0%,#006fcb 100%); background:-ms-linear-gradient(top, #00a2df 0%,#006fcb 100%); background:-o-linear-gradient(top, #00a2df 0%,#006fcb 100%); background:linear-gradient(to bottom, #00a2df 0%,#006fcb 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a2df', endColorstr='#006fcb',GradientType=0 );}
		.wdr2_add .add_btn:hover, .wdr2_add .submit input[type=submit]:hover {background:#00a2df; background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#00a2df), color-stop(100%,#0a7ddd)); background:-webkit-linear-gradient(top, #00a2df 0%,#0a7ddd 100%); background:-moz-linear-gradient(top, #00a2df 0%,#0a7ddd 100%); background:-ms-linear-gradient(top, #00a2df 0%,#0a7ddd 100%); background:-o-linear-gradient(top, #00a2df 0%,#0a7ddd 100%); background:linear-gradient(to bottom, #00a2df 0%,#0a7ddd 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a2df', endColorstr='#0a7ddd',GradientType=0 );}
		.wdr2_add .add_btn:active, .wdr2_add .submit input[type=submit]:active {background:#0a7ddd; background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#0a7ddd), color-stop(100%,#00a2df)); background:-webkit-linear-gradient(top, #0a7ddd 0%,#00a2df 100%); background:-moz-linear-gradient(top, #0a7ddd 0%,#00a2df 100%); background:-ms-linear-gradient(top, #0a7ddd 0%,#00a2df 100%); background:-o-linear-gradient(top, #0a7ddd 0%,#00a2df 100%); background:linear-gradient(to bottom, #0a7ddd 0%,#00a2df 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a7ddd', endColorstr='#00a2df',GradientType=0 ); -moz-box-shadow:inset 0 3px 2px 1px rgba(0,0,0,.22); -webkit-box-shadow:inset 0 3px 2px 1px rgba(0,0,0,.22); box-shadow:inset 0 3px 2px 1px rgba(0,0,0,.22);}
		.wdr2_add .add_btn[disabled], .wdr2_add .submit input[type=submit][disabled] {background:#d8d8d8; background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q4ZDhkOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiY2JjYmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background:-moz-linear-gradient(top,  #d8d8d8 0%, #bcbcbc 100%); background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#d8d8d8), color-stop(100%,#bcbcbc)); background:-webkit-linear-gradient(top,  #d8d8d8 0%,#bcbcbc 100%); background:-o-linear-gradient(top,  #d8d8d8 0%,#bcbcbc 100%); background:-ms-linear-gradient(top,  #d8d8d8 0%,#bcbcbc 100%); background:linear-gradient(to bottom,  #d8d8d8 0%,#bcbcbc 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8d8d8', endColorstr='#bcbcbc',GradientType=0 );}

/* Visual HTML-editor */
.wdr2_add {} .nicEdit-panelContain {border-color:#8ca3ae #a0b4be #b6c8d1 #a0b4be!important;}
.wdr2_add {} .nicEdit-editorContent {border-color:#fff #a0b4be #b6c8d1 #a0b4be!important; -moz-box-shadow:inset 0 2px 3px 0 rgba(0,0,0,0.1); -webkit-box-shadow:inset 0 2px 3px 0 rgba(0,0,0,0.1); box-shadow:inset 0 2px 3px 0 rgba(0,0,0,0.1);}

/* End */


/* Start:/bitrix/components/webdebug/reviews2.list/templates/.default/style.css?168914623811599*/
.wdr2_list {}
	.wdr2_list .wdr2_pager {}
	.wdr2_list .wdr2_pager.wdr2_pager_top {margin-bottom:16px;}
	.wdr2_list .wdr2_pager.wdr2_pager_bottom {margin-top:16px;}
	.wdr2_list .wdr2_items {}
		.wdr2_list .wdr2_items .wdr2_item {margin-bottom:50px; position:relative;}
		.wdr2_list .wdr2_items .wdr2_item_moderated_Y:before {content:''; height:16px; position:absolute; right:8px; top:8px; width:16px; z-index:10; -moz-border-radius:8px; -webkit-border-radius:8px; border-radius:8px; background:#b4e391; background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNiNGUzOTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiM2MWM0MTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYjRlMzkxIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background:-moz-radial-gradient(center, ellipse cover,  #b4e391 0%, #61c419 50%, #b4e391 100%); background:-webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#b4e391), color-stop(50%,#61c419), color-stop(100%,#b4e391)); background:-webkit-radial-gradient(center, ellipse cover,  #b4e391 0%,#61c419 50%,#b4e391 100%); background:-o-radial-gradient(center, ellipse cover,  #b4e391 0%,#61c419 50%,#b4e391 100%); background:-ms-radial-gradient(center, ellipse cover,  #b4e391 0%,#61c419 50%,#b4e391 100%); background:radial-gradient(ellipse at center,  #b4e391 0%,#61c419 50%,#b4e391 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4e391', endColorstr='#b4e391',GradientType=1 );}
		.wdr2_list .wdr2_items .wdr2_item_moderated_N:before{content:''; height:16px; position:absolute; right:8px; top:8px; width:16px; z-index:10; -moz-border-radius:8px; -webkit-border-radius:8px; border-radius:8px; background:#ff3019; background url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZjMwMTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjY2YwNDA0IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background:-moz-radial-gradient(center, ellipse cover,  #ff3019 0%, #cf0404 100%); background:-webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#ff3019), color-stop(100%,#cf0404)); background:-webkit-radial-gradient(center, ellipse cover,  #ff3019 0%,#cf0404 100%); background:-o-radial-gradient(center, ellipse cover,  #ff3019 0%,#cf0404 100%); background:-ms-radial-gradient(center, ellipse cover,  #ff3019 0%,#cf0404 100%); background:radial-gradient(ellipse at center,  #ff3019 0%,#cf0404 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=1 );}
			.wdr2_list .wdr2_items .wdr2_item .wdr2_baloon_body {background:#F4F4F4; border:1px solid #E4E4E4; margin-bottom:24px; padding:18px; position:relative;}
			.wdr2_list .wdr2_items .wdr2_item .wdr2_baloon_body:before {content:''; border-style: solid; border-width: 20px 20px 0 0; border-color: #E4E4E4 transparent transparent transparent; height: 0; left:36px; position:absolute; top:100%; width: 0;}
			.wdr2_list .wdr2_items .wdr2_item .wdr2_baloon_body:after {content:''; border-style: solid; border-width: 20px 18px 0 0; border-color: #F4F4F4 transparent transparent transparent; height: 0; left:37px; margin-top:-1px; position:absolute; top:100%; width: 0;}
				.wdr2_list .wdr2_items .wdr2_item .wdr2_target_name {margin-bottom:10px;}
				.wdr2_list .wdr2_items .wdr2_item .wdr2_item_rating {margin-bottom:10px; position:relative;}
					.wdr2_list .wdr2_items .wdr2_item .wdr2_item_rating .wdr2_item_rating_detail {background:#fff; border:1px solid #E4E4E4; display:none; font-size:14px; left:-21px; overflow:hidden; padding:12px 20px 6px; position:absolute; top:-32px; z-index:11; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; -moz-box-shadow:0 0 6px 0px rgba(0,0,0,0.2); -webkit-box-shadow:0 0 6px 0px rgba(0,0,0,0.2); box-shadow:0 0 6px 0px rgba(0,0,0,0.2);}
					.wdr2_list .wdr2_items .wdr2_item .wdr2_item_rating:hover .wdr2_item_rating_detail {display:block;}
						.wdr2_list .wdr2_items .wdr2_item .wdr2_item_rating:hover .wdr2_one_rating {margin-bottom:10px;}
							.wdr2_list .wdr2_items .wdr2_item .wdr2_item_rating:hover .wdr2_one_rating .wd_reviews2_rating {margin-top:1px;}
				.wdr2_list .wdr2_items .wdr2_item .wdr2_fields {}
					.wdr2_list .wdr2_items .wdr2_item .wdr2_fields .wdr2_field {margin:0 0 6px;}
					.wdr2_list .wdr2_items .wdr2_item .wdr2_fields .wdr2_field.wdr2_field_block {margin-bottom:10px;}
						.wdr2_list .wdr2_items .wdr2_item .wdr2_fields .wdr2_field_title {display:inline-block; font-weight:bold;}
						.wdr2_list .wdr2_items .wdr2_item .wdr2_fields .wdr2_field_block .wdr2_field_title {display:block;}
						.wdr2_list .wdr2_items .wdr2_item .wdr2_fields .wdr2_field_value {display:inline-block; max-width:100%; word-wrap:break-word; word-break:break-word; overflow-wrap:break-word;}
							.wdr2_list .wdr2_items .wdr2_item .wdr2_fields .wdr2_field_value img {border:0; height:auto; max-width:100%;}
			.wdr2_list .wdr2_items .wdr2_item .wdr2_meta {}
				.wdr2_list .wdr2_items .wdr2_item .wdr2_meta .wdr2_photo {float:left; height:27px; margin:0 8px 0 0;}
					.wdr2_list .wdr2_items .wdr2_item .wdr2_meta .wdr2_photo table {border-collapse:collapse; border-spacing:0; height:27px;}
						.wdr2_list .wdr2_items .wdr2_item .wdr2_meta .wdr2_photo td {padding:0; vertical-align:middle;}
							.wdr2_list .wdr2_items .wdr2_item .wdr2_meta .wdr2_photo td img {background:#F4F4F4; border:1px solid #E4E4E4; display:inline-block; font-size:0; padding:2px;}
				.wdr2_list .wdr2_items .wdr2_item .wdr2_meta .wdr2_name {color:#3d8810; float:left; font-size:100%; font-weight:bold; height:27px; line-height:27px; margin:0 8px 0 0;}
				.wdr2_list .wdr2_items .wdr2_item .wdr2_meta .wdr2_date {color:#999; float:left; font-size:90%; font-style:italic; height:27px; line-height:27px;}
				.wdr2_list .wdr2_items .wdr2_item .wdr2_meta .wdr2_vote {color:#999; display:block; float:right; font-size:90%;}
					.wdr2_list .wdr2_items .wdr2_item .wdr2_meta .wdr2_vote a {text-decoration:underline;}
					.wdr2_list .wdr2_items .wdr2_item .wdr2_meta .wdr2_vote a:hover {text-decoration:none;}
					.wdr2_list .wdr2_items .wdr2_item .wdr2_meta .wdr2_vote .wdr2_vote_send {font-weight:bold; text-decoration:none; margin-left:4px;}
					.wdr2_list .wdr2_items .wdr2_item .wdr2_meta .wdr2_vote .wdr2_vote_send_y {color:#099913;}
					.wdr2_list .wdr2_items .wdr2_item .wdr2_meta .wdr2_vote .wdr2_vote_send_n {color:#d5181f;}
					.wdr2_list .wdr2_items .wdr2_item .wdr2_meta .wdr2_vote .wdr2_vote_count {}
			.wdr2_list .wdr2_items .wdr2_item .wdr2_baloon_body.wdr2_baloon_answer {margin:20px 0 24px 100px; }
			.wdr2_list .wdr2_items .wdr2_item .wdr2_baloon_body.wdr2_baloon_answer:before {border-width:0 20px 20px 0; border-color:transparent #E4E4E4 transparent transparent; left:auto; right:36px;}
			.wdr2_list .wdr2_items .wdr2_item .wdr2_baloon_body.wdr2_baloon_answer:after {border-width:0 18px 20px 0; border-color:transparent #F4F4F4  transparent transparent; left:auto; right:37px;}
			.wdr2_list .wdr2_items .wdr2_item .wdr2_meta_answer .wdr2_name {float:right; margin-right:0;}
			.wdr2_list .wdr2_items .wdr2_item .wdr2_meta_answer .wdr2_date {float:right; margin:0 0 0 8px;}
			.wdr2_list .wdr2_items .wdr2_item .wdr2_meta_answer .wdr2_date {float:right;}
		.wdr2_list .wdr2_items .wdr2_item .wdr2_user_review_admin {}
			.wdr2_list .wdr2_items .wdr2_item .wdr2_user_review_admin .wdr2_buttons {display:none; position:absolute; left:0; text-align:right; top:-26px; width:100%;}
			.wdr2_list .wdr2_items .wdr2_item:hover .wdr2_user_review_admin .wdr2_buttons {display:block; padding-bottom:10px;}
				.wdr2_list .wdr2_items .wdr2_item .wdr2_user_review_admin .wdr2_buttons a {display:inline-block; font-size:90%; height:16px; line-height:16px; margin-left:8px; padding-left:20px; position:relative; text-decoration:none;}
					.wdr2_list .wdr2_items .wdr2_item .wdr2_user_review_admin .wdr2_buttons a:before {background:url("/bitrix/components/webdebug/reviews2.list/templates/.default/images/buttons.png") 0 0 no-repeat; content:''; display:inline-block; display:inline-block; height:16px; left:0; position:absolute; top:0; width:16px;}
					.wdr2_list .wdr2_items .wdr2_item .wdr2_user_review_admin .wdr2_buttons a span {display:inline-block; border-bottom:1px dashed gray; line-height:120%; padding-bottom:0;}
					.wdr2_list .wdr2_items .wdr2_item .wdr2_user_review_admin .wdr2_buttons a:hover span {border-bottom:0; padding-bottom:1px;}
					.wdr2_list .wdr2_items .wdr2_item .wdr2_user_review_admin .wdr2_buttons a.wdr2_btn_answer:before {background-position:0 0;}
					.wdr2_list .wdr2_items .wdr2_item .wdr2_user_review_admin .wdr2_buttons a.wdr2_btn_up:before {background-position:-16px 0;}
					.wdr2_list .wdr2_items .wdr2_item .wdr2_user_review_admin .wdr2_buttons a.wdr2_btn_down:before {background-position:-32px 0;}
					.wdr2_list .wdr2_items .wdr2_item .wdr2_user_review_admin .wdr2_buttons a.wdr2_btn_moderate_y:before {background-position:-48px 0;}
					.wdr2_list .wdr2_items .wdr2_item .wdr2_user_review_admin .wdr2_buttons a.wdr2_btn_moderate_n:before {background-position:-64px 0;}
					.wdr2_list .wdr2_items .wdr2_item .wdr2_user_review_admin .wdr2_buttons a.wdr2_btn_delete:before {background-position:-80px 0;}
			.wdr2_list .wdr2_items .wdr2_item .wdr2_user_review_admin .wdr2_answer_block {display:none;}
				.wdr2_list .wdr2_items .wdr2_item .wdr2_user_review_admin .wdr2_answer_block h2 {background:transparent; border:0; font-size:120%; font-weight:bold; margin:0 0 8px;}
		.wdr2_list .wdr2_items .wdr2_item .wdr2_user_review_admin .wdr2_btn_save {top:-9px; border:0; cursor:pointer; display:inline-block; padding:0 14px; border-radius:3px; background:#00a2df; color:#fff; vertical-align:bottom; text-decoration:none; text-shadow:0 1px 0 #0075b6; font-weight:bold; line-height:24px; outline:0; background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodвЂ¦EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#00a2df), color-stop(100%,#006fcb)); background:-webkit-linear-gradient(top, #00a2df 0%,#006fcb 100%); background:-moz-linear-gradient(top, #00a2df 0%,#006fcb 100%); background:-ms-linear-gradient(top, #00a2df 0%,#006fcb 100%); background:-o-linear-gradient(top, #00a2df 0%,#006fcb 100%); background:linear-gradient(to bottom, #00a2df 0%,#006fcb 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a2df', endColorstr='#006fcb',GradientType=0 );}

.wdr2_clear {clear:both;}




/* End */
/* /local/templates/general/components/bitrix/catalog/catalog/style.css?17510054302937 */
/* /local/templates/general/components/bitrix/catalog/catalog/bitrix/catalog.element/.default/style.css?175093881422411 */
/* /local/templates/general/components/webdebug/reviews2.add/.default/style.css?16928747128425 */
/* /bitrix/components/webdebug/reviews2.list/templates/.default/style.css?168914623811599 */
