

/* Start:/bitrix/templates/general/components/bitrix/catalog/catalog/style.css?16563162641601*/
.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;
}

@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;
	}
}
/* End */


/* Start:/bitrix/templates/general/components/bitrix/catalog/catalog/bitrix/catalog.element/.default/style.css?16563162643591*/
.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;
}
/* End */
/* /bitrix/templates/general/components/bitrix/catalog/catalog/style.css?16563162641601 */
/* /bitrix/templates/general/components/bitrix/catalog/catalog/bitrix/catalog.element/.default/style.css?16563162643591 */
