

/* Start:/local/templates/.default/components/bquadro/catalog/products2/style.css?172172831114812*/
.catalog-line__top {
	padding: 40px 0 25px;
	display: flex;
    justify-content: flex-end;
}
.catalog-line__btn {
    display: flex;
}
.catalog-line__btn-item {
    width: 30px;
    height: 30px;
    margin-left: 23px;
    cursor: pointer;
}
.catalog-line__btn-item svg {
    fill: #3A3A3A;
    transition: 0.3s ease;
}
.catalog-line__btn-item:hover svg {
    fill: #000;
}
.catalog-line__btn-item.active svg {
    fill: #FF6417 !important;
}
.catalog-line__item-top {
    display: flex;
    flex-wrap: wrap;
    padding: 19px 0;
    position: relative;
    font-size: 20px;
    line-height: 1.25;
    cursor: pointer;
    width: calc(100% + 20px);
    margin: 0 -10px;
}
.catalog-line__item-cont {
    display: none;
    padding-bottom: 54px;
}
.catalog-line__item--list .catalog-line__item-cont {
    padding-top: 25px ;
}
.catalog-line__item--catalog .catalog-line__item-cont {
    padding-top: 45px ;
}
.catalog-line__item.active .catalog-line__item-cont {
    display: block;
}
.catalog-line__item-title {
    width: 20%;
    padding: 0 10px;
    font-size: 30px;
    line-height: 1.17;
}
.catalog-line__item-count {
    width: 20%;
    padding: 0 10px;
}
.catalog-line__item-btm {
    width: 100px;
    margin-left: auto;
    cursor: pointer;
    padding: 0 10px;
}
.catalog-line__item-btm:before,
.catalog-line__item-btm:after {
    content: "";
    width: 16px;
    height: 2px;
    background: #FF6417;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: transform 0.3s ease;
}
.catalog-line__item-btm:after {
    transform: rotate(90deg);
}
.catalog-line__item.active .catalog-line__item-btm:after {
    transform: rotate(0deg);
}
.catalog-line__item {
}
.catalog-line__item-line {
    position: absolute;
    width: 100vw;
    left: 50%;
    transform: translate(-50%);
    top: 0;
    height: 1px;
	
}
.catalog-line__item-line:before {
    content: "";
    width: 0%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 0;
    background: #3A3A3A;

}
.catalog-line__item.aos-animate .catalog-line__item-line:before {
    width: 100%;
    transition: width 1.5s cubic-bezier(0, 0, 0, 1);
}
@media(max-width: 1230px) {
    .catalog-line__item-title {
        font-size: 25px;
    }
}
@media(max-width: 991px) {
    .catalog-line__item-top {
        font-size: 15px;
        line-height: 1.33;
    }
    .catalog-line__item-count {
        width: 40%;
    }
    .catalog-line__item-title {
        width: 25%;
        font-size: 20px;
    }
    .catalog-line__item-cont {
        padding-bottom: 30px;
    }
    .catalog-line__item--list .catalog-line__item-cont,
    .catalog-line__item--catalog .catalog-line__item-cont {
        padding-top: 25px ;
    }
    .catalog-line__top {
        display: none;
    }
}
@media(max-width: 450px) {
    .catalog-line__item-top {
        padding: 13px 0;
    }
    .catalog-line__item-count,
    .catalog-line__item-title {
        width: 100%;
    }
    .catalog-line__item-btm {
        position: absolute;
        right: 0;
        top: 13px;
        height: 20px;
    }
}






.catalog-element__tab--list .catalog-element__item {
	width: 100%;
	padding: 24px 0;
	position: relative;
	margin: 0;
}

.catalog-element__tab--list .catalog-element__item:before {
	content: "";
	display: block;
	position: absolute;
	left: 0; bottom: 0;
	width: 100%;
	height: 1px;
	background: #DFDFDF;
}

.catalog-card-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 25px 10px;
    position: relative;
}
.catalog-card-list:before {
	content: "";
	width: 100%; height: 1px;
	background: #DFDFDF;
	position: absolute;
	left: 0; top: 0;
}
.catalog-card-list:last-child:after {
	content: "";
	width: 100%; height: 1px;
	background: #DFDFDF;
	position: absolute;
	left: 0; bottom: 0;
}


.catalog-card-list__img,
a.catalog-card-list__img
{
  width: 192px;
  background: #f8f8f8;
  position: relative;
}
a.catalog-card-list__img:before,
.catalog-card-list__img:before
{
  content: '';
  padding-top: 67.7%;
  display: block;
}
.catalog-card-list__img img,
a.catalog-card-list__img img
{
  max-width: 90%;
  max-height: 90%;
  width: auto;
  height: auto;
  position: absolute;
  left: 5%;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.catalog-card-list__name {
	width: calc(40% - 192px);
	font-size: 20px;
	line-height: 1.25;

	padding: 15px 40px 0;
}

.catalog-card-list__title {
	margin-bottom: 20px;
	font-weight: 500;
	text-decoration: none;
	display: block;
}

.catalog-card-list__spec .catalog-card-list__spec-item {
	padding-right: 40px;
	display: inline-block;
    font-size: 15px;
    line-height: 1.33;
}
.catalog-card-list__spec .catalog-card-list__spec-item:last-child {
	padding-right: 0;
}


.catalog-card-list__dop {
	width: 40%;
	font-size: 15px;
	line-height: 1.33;
	padding-top: 19px;
}

.catalog-card-list__dop-item {
	display: inline-block;
}
.catalog-card-list__dop .catalog-card-list__dop-item:after {
	content: "/";
	display: inline-block;
	color: #FF6417;
	padding: 0 2px 0 4px;
}
.catalog-card-list__dop .catalog-card-list__dop-item:last-child:after {
	display: none
}


.catalog-card-list__btm {
	width: 20%;
	text-align: right;
	font-size: 20px;
	line-height: 1.25;
	padding-top: 15px;
}
/*
.catalog-card-list__btm .link-orange {
    display: inline-block;
    overflow: hidden;
    position: relative;
}
.catalog-card-list__btm-text-1 {
    display: inline-block;
    transition: transform 0.3s;
}
.catalog-card-list__btm-text-2 {
    display: inline-block;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    transform: translateY(100%);
    transition: transform 0.3s;
}
.catalog-card-list__btm .link-orange.is-active .catalog-card-list__btm-text-1 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    transform: translateY(-100%);
}

.catalog-card-list__btm .link-orange.is-active .catalog-card-list__btm-text-2 {
    position: static;
    transform: translateY(0%);
}
*/


.catalog-card-list__btm>.btn {
    padding: 0;
    position: relative;
    display: inline-block;
    transition: color 0.3s, background 0.3s;
    border: 1px solid #FF6417;
    font-size: inherit;
    overflow: hidden;
}
.catalog-card-list__btm .link-orange {
    position: relative;
}
.catalog-card-list__btm .btn .catalog-card-list__btm-text {
    display: inline-block;
    transition: transform 0.3s;
    padding: 15px 20px;
    font-size: inherit;
}

.catalog-card-list__btm .btn .catalog-card-list__btm-text--1 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}
.catalog-card-list__btm .btn  .catalog-card-list__btm-text--2 {
    transform: translateY(100%);
    white-space: nowrap;
}
.catalog-card-list__btm .btn.is-active .catalog-card-list__btm-text--1 {
    transform: translateY(-100%);
}
.catalog-card-list__btm .btn.is-active .catalog-card-list__btm-text--2 {
    transform: translateY(0%);
}
.catalog-card-list__btm .btn.is-active {
    background: transparent;
    color: #000;
}


@media(max-width: 1230px) {
	.catalog-card-list__img,
	a.catalog-card-list__img
	{
	  width: 120px;
	}
	a.catalog-card-list__img:before,
	.catalog-card-list__img:before
	{
	  content: '';
	  padding-top: 67.7%;
	  display: block;
	}
	.catalog-card-list__name {
		width: calc(40% - 120px);
		padding: 0 25px;
	}
	.catalog-card-list__dop {
		padding-top: 2px;
	}
	.catalog-card-list__btm {
		padding-top: 0;
	}
	.catalog-card-list__spec .catalog-card-list__spec-item {
		padding-right: 25px;
	}
	.catalog-card-list__title {
		margin-bottom: 15px;
	}
	.catalog-card-list__spec {
		font-size: 15px;
		line-height: 1.25
	}
	.catalog-card-list__name,
	.catalog-card-list__btm {
		font-size: 17px;
	}
}
@media(max-width: 991px) {
	
	.catalog-element__tab--list {
		display: none !important;
	}
}







.catalog-element__item {
	margin-bottom: 60px;
}
.catalog-element__item {
	padding: 0 10px;
	margin-bottom: 60px;
	width: 20%;

}
.catalog-element__wrap {
	width: calc(100% + 20px);
	margin: 0 -10px;
	display: flex;
	flex-wrap: wrap;
}
.catalog-element__wrap>div:not(.catalog-element__item) {
    display: flex;
	flex-wrap: wrap;
}
@media(max-width: 1230px) {
	.catalog-element__item {
		width: 25%;
	}
}
@media(max-width: 991px) {
	.catalog-element__item {
		width: 33.33%;
	}
    .catalog-element__item {
        margin-bottom: 36px;
    }
}
@media(max-width: 600px) {
	.catalog-element__item {
		width: 50%;
        padding: 0 5px;
	}
    .catalog-element__wrap {
        width: calc(100% + 10px);
        margin: 0 -5px;
    }
}
@media(max-width: 360px) {
	.catalog-element__item {
		width: 100%;
	}
}




.catalog-card {
	
}
.catalog-card__wrap {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.catalog-card__img,
a.catalog-card__img
{
  position: relative;
  display: block;
  background: #f8f8f8;
  height: 100%;
}
.catalog-card__img img,
a.catalog-card__img img
{
  max-width: calc(100% - 40px);
  max-height: calc(100% - 40px);
  width: auto;
  height: auto;
  position: absolute;
  left: 5%;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}


.catalog-card__dots
{
  display: flex;
  justify-content: center;
  position: absolute;
  left: 0; bottom: 17px;
  width: 100%;
}
.catalog-card__dots span
{ 
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #DFDFDF;
  display: block;
  margin-left: 4px;
  margin-right: 4px;
}
.catalog-card__dots span.active {
	background: #FF6417;
}

.catalog-card__img-cols
{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}
.catalog-card__img-cols-item
{
  flex-grow: 1;
}


.catalog-card__dop {
	
}
.catalog-card__title {
	font-size: 25px;
	line-height: 1.2;
	margin-bottom: 4px;
	font-weight: 500;
	text-decoration: none;
}
.catalog-card__viscosity {
	margin-top: 4px;
}

.catalog-card__dop {
	margin-top: 19px;
	font-size: 20px;
	line-height: 1.25;
}
.catalog-card__dop-title {
	font-size: 15px;
	line-height: 1.33;
	letter-spacing: -0.01em;
	color: #9E9E9E;
	margin-bottom: 6px;
}

.catalog-card__dop-item {
	display: inline-block;
}
.catalog-card__dop--dop .catalog-card__dop-item:after {
	content: "/";
	display: inline-block;
	color: #FF6417;
	padding: 0 2px 0 4px;
}
.catalog-card__dop--dop .catalog-card__dop-item:last-child:after {
	display: none
}
.catalog-card__dop--spec .catalog-card__dop-item {
	padding-right: 40px;
}
.catalog-card__dop--spec .catalog-card__dop-item:last-child {
	padding-right: 0;
}
.catalog-card__btm {
	background: #fff;
	text-align: right;
	font-size: 20px;
	line-height: 1.25;
	position: absolute;
	width: 100%;
	left: 0; bottom: 0;
	opacity: 0;
	transition: opacity .6s cubic-bezier(.25,.74,.22,.99);
    overflow: hidden;
}
.catalog-card__btm>.btn {
    padding: 0;
    position: relative;
    display: inline-block;
    transition: color 0.3s, background 0.3s;
    border: 1px solid #FF6417;
    font-size: inherit;
}
.catalog-card__btm .link-orange {
    position: relative;
}
.catalog-card__btm .btn .catalog-card__btm-text {
    display: inline-block;
    transition: transform 0.3s;
    padding: 15px 20px;
    font-size: inherit;
}

.catalog-card__btm .btn .catalog-card__btm-text--1 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}
.catalog-card__btm .btn  .catalog-card__btm-text--2 {
    transform: translateY(100%);
}
.catalog-card__btm .btn.is-active .catalog-card__btm-text--1 {
    transform: translateY(-100%);
}
.catalog-card__btm .btn.is-active .catalog-card__btm-text--2 {
    transform: translateY(0%);
}
.catalog-card__btm .btn.is-active {
    background: transparent;
    color: #000;
}
/*
.catalog-card__btm .btn.is-active .catalog-card__btm-text-2 {
    position: static;
    transform: translateY(0%);
}
*/
.catalog-card.active .catalog-card__btm {
	opacity: 1;
}
.catalog-card__spec {
    font-size: 20px;
    line-height: 1.25;
    margin-bottom: 14px;
}
.catalog-card__viscosity {
    font-size: 20px;
    line-height: 1.25;
}
@media (max-width: 1560px) {
    .catalog-card__title {
        font-size: 20px;
        line-height: 1.25
    }
    .catalog-card__dop,
    .catalog-card__viscosity {
        font-size: 15px;
    }
    .catalog-card__dop-list .catalog-card-permission:nth-child(n + 5) {
        display: none;
    }
    .catalog-card__dop-list .catalog-card-permission:nth-child(n + 4):after {
        display: none;
    }

    .catalog-card__btm {
        font-size: 18px;
    }
    .catalog-card__btm .btn .catalog-card__btm-text {
        padding: 10px 15px;
    }

}
@media (max-width: 1230px) {
    
}
@media (max-width: 991px) {
    .catalog-card__dop-title {
        display: none;
    }
    .catalog-card__btm {
		opacity: 1;
		font-size: 18px;
	}
    .catalog-card__dots {
        display: none;
    }
}
@media (max-width: 767px) {
    .catalog-card__btm {
        font-size: 15px;
    }
}
@media (max-width: 700px) {
    .catalog-card__dots span {
        width: 5px;
        height: 5px;
        margin: 0 5px;
    }
}
@media (max-width: 600px) {
	.catalog-card__dop {
		margin-top: 10px;
    }
}
.catalog-card__bottom {
    padding: 20px 0 40px;
    max-height: calc(100% - 400px);
    /*transition: height .6s cubic-bezier(.25, .74, .22, .99);*/
    margin-bottom: -40px;
    position: relative;
}
.catalog-card__bottom:before {
    content: "";
    width: 100%;
    height: 500px;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateY(100%);
    background: #fff;
}
.catalog-card__hidden {
    display: block;
    max-height: 0;
    overflow: hidden;
    transition: max-height .6s cubic-bezier(.25, .74, .22, .99)
}
.catalog-card__hidden-content {
    display: block;
}
.catalog-card__top {
    height: 400px;
    overflow: hidden;
    transition: height .6s cubic-bezier(.25, .74, .22, .99)
}
.catalog-card.active .catalog-card__bottom {
    max-height: calc(100% - 160px)
}
.catalog-card.active .catalog-card__top {
    height: 160px;
}

.catalog-card__bottom > span {
    display: block;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.01em;
    margin-bottom: 5px;
    color: #FF6417;
}

@media (max-width: 1560px) {
    .catalog-card__bottom {
        max-height: calc(100% - 300px);
    }
    .catalog-card__top {
        height: 300px;
    }
    .catalog-card__btm>.btn {
        width: 100%;
    }
}
@media (max-width: 991px) {
    .catalog-card__bottom {
        margin-bottom: 0;
        padding: 20px 0 60px;
    }

    .catalog-card__bottom > span {
        line-height: 18px;
    }

}
@media (max-width: 767px) {
    .catalog-card__bottom {
        padding: 20px 0 50px;
    }
}


@media (max-width: 600px) {
    .catalog-card__bottom {
        max-height: calc(100% - 192px);
        margin-bottom: 0;
    }
    .catalog-card__top {
        height: 192px;
    }
}



/* End */


/* Start:/local/templates/.default/components/bitrix/breadcrumb/.default/style.css?1707129079384*/
.breadcrumb {
	display: inline-block;
}
.breadcrumb__item, .breadcrumb__item a, .breadcrumb__item span {
	display: inline;
}
.breadcrumb__item a:after {
	content: "";
	width: 20px; height: 20px;
	background: url(/local/templates/.default/components/bitrix/breadcrumb/.default/images/right-r.svg) no-repeat center;
	display: inline-block;
	vertical-align: middle;
	margin-left: 4px;
}
.breadcrumb__item a {
	color: #9E9E9E;
	text-decoration: none;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.element/catalog/style.css?170712907918058*/
/*
.fancybox-img-detail {
	pointer-events: none;
}
*/
.catalog-element-top {
	display: flex;
	padding: 23px 0;
}
.catalog-element-col--min {
	width: 25%;
}
.catalog-element-col--max {
	width: 75%;
}
.catalog-element-link {
	padding-left: 26px;
	padding-right: 0;
}
.catalog-element-link .link-arr__arr{
	left: 0; right: auto;
	transform: rotate(180deg)
}
.catalog-hidden {
	display: none;
}
@media(max-width: 1919px) {
	.catalog-element-link .hide-text {
		display: none;
	}
	.catalog-element-col--min {
		width: 20%;
	}
	.catalog-element-col--max {
		width: 80%;
	}
}



@media(max-width: 991px) {
	.catalog-element-col--max {
		display: none;
	}
	.catalog-element-col--min {
		width: 100%;
	}
	.catalog-element-link .hide-text {
		display: inline-block;
	}
	.catalog-element-top {
		border-bottom: 1px solid #9E9E9E;
		margin-bottom: 24px;
	}
}


.cat-det {
	margin-bottom: 235px;
}
@media(max-width:1560px) {
	.cat-det {
		margin-bottom: 100px;
	}
}
@media(max-width:1230px) {
	.cat-det {
		margin-bottom: 75px;
	}
}
@media(max-width:991px) {
	.cat-det {
		margin-bottom: 100px;
	}
}

.cat-det__top {
	/*overflow: hidden;*/
	margin-bottom: 100px;
}
.cat-det__top-wrap {
	width: calc(100% + 80px);
	margin: 0 -40px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
}
.cat-det__top-col {
	width: 50%;
	padding: 32px 40px 0;
	position: relative;
}
.cat-det__top-col:before {
	content: "";
	width: 0;
	height: 1px;
	left: 0; top: 0;
	position: absolute;
	background: #9E9E9E;
}

.cat-det__top-col.cat-det__slider:before {
	/*
	right: 0;
	left: auto;
	*/
	left: 40px;
}
.cat-det__top-col:after {
	content: "";
	width: 1px;
	height: 0;
	right: 0; top: 0;
	position: absolute;
	background: #9E9E9E;
	z-index: 2;
}
.cat-det__top-col:last-child:after {
	display: none;
}
.cat-det__top-col.aos-init:before {
    width: 0%;
}
.cat-det__top-col.aos-init:after {
    height: 0;
}
.cat-det__top-col.aos-animate:before {
    width: calc(100% - 40px);
    transition: width 0.75s ease-in;
}
.cat-det__top-col.aos-animate:after {
    height: 100%;
    transition: height 0.75s;
    transition-delay: 0.5s;
}
.cat-det__top-col:nth-child(even).aos-animate:before {
    transition-delay: 0.75s;
    transition-timing-function:  ease-out;
}


.cat-det__info {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: calc(100vh - 255px)
}
/*
.cat-det__slider:before,
.cat-det__info:before {
	position: absolute;
	width: 100%;
	height: 1px;
	background: #9E9E9E;
	left: 0; top: 0;
}	*/

.cat-det__slider-icons {
	position: absolute;
	right: 40px;
	top: 50px;
	display: flex;
	z-index: 3;
}
.cat-det__slider-icon {
	width: 40px; height: 40px;
	margin-left: 20px;
	background: no-repeat center;
	background-size: contain;
}
.cat-det__slider {
	display: flex;
	flex-direction: column;
	justify-content: space-between;

}
.cat-det__slider-wr {
	height: calc(100% - 180px);
	min-height: 500px;
	display: flex;
	align-content: center
}



.h1.cat-det__info-viscosity {
	font-weight: 400;
}

.cat-det__info-text {
	margin: 45px 0;
}
.cat-det__info-list {
	display: flex;
	flex-wrap: wrap;
}
.cat-det__info-item--sertif {
	width: 25%;
	padding-right: 30px;
}
.cat-det__info-item--dop {
	width: 75%;
	padding-right: 30px;
}
.cat-det__info-item-title {
	font-size: 15px;
	line-height: 1.33;
	letter-spacing: -0.01em;
	color: #9E9E9E;
	margin-bottom: 20px;
}
.cat-det__info-item-list {
	max-width: 464px;
}
.cat-det__info-item-list-more {
	margin-top: 15px;
}

.cat-det__info-btm {
	display: flex;
	justify-content: space-between;
	margin-top: 61px;
	flex-wrap: wrap;
	width: 100%;
}
.cat-det__info-btm:first-child {
	margin-top: 0;
}
.cat-det__info-btn {
	position: relative;
	width: calc(50% - 20px);
	padding: 20px 10px;
	font-size: 20px;
	line-height: 1;
	height: 62px;
	background: #FF6417;
	color: #fff;
	border: 1px solid #FF6417;
	text-decoration: none;
	text-align: center;
	transition: color 0.3s, background 0.3s;
	overflow: hidden;
}
.cat-det__info-btn.is-active {
	background: transparent;
    color: #000;
}
.cat-det__info-btn-text-1 {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	transition: transform 0.3s;
}
.cat-det__info-btn-text-2 {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	display: block;
	transform: translateY(200%);
	transition: transform 0.3s;
}
.cat-det__info-btn.is-active .cat-det__info-btn-text-1 {
	transform: translateY(-300%);
}
.cat-det__info-btn.is-active .cat-det__info-btn-text-2 {
	transform: translateY(-50%);
}
.cat-det__info-btn--border {
	background: transparent;
	color: #000;
}
.cat-det__info-btn--border:hover {
	background: #FF6417;
	color: #fff;
}

@media(max-width: 1560px) {
	
	.cat-det__info-item--sertif,
	.cat-det__info-item--dop {
		width: 100%;
		padding-right: 0px;
	}
	.cat-det__info-item--sertif {
		margin-bottom: 30px;
	}
	.cat-det__info-item-title {
		margin-bottom: 10px;
	}
	
	.cat-det__info-btn {
		font-size: 15px;
	}
}
@media(max-width: 1230px) {
	.cat-det__info-btn {
		width: 100%;
		margin-bottom: 15px;
		font-size: 20px;
	}
	.cat-det__info-btn:last-child {
		margin-bottom: 0;
	}
}
@media(max-width: 991px) {
	.cat-det__slider-wr {
		min-height: 0;
	}
	.cat-det__top {
		margin-bottom: 80px;
	}
	.cat-det__top-wrap {
		width: 100%;
		margin: 0;
	}
	.cat-det__top-col {
		width: 100%;
		padding: 0;
	}
	.cat-det__top-col:before,
	.cat-det__top-col:after {
		display: none;
	}
	.cat-det__info {
		margin-top: 44px;
		min-height: 0;
	}
	
	.cat-det__info-btn {
		width: calc(50% - 20px);
		margin-bottom: 0;
	}
	
	.cat-det__info-block--top {
		display: none;
	}
	.cat-det__info-text {
		margin-top: 0;
	}
	.cat-det__info-title {
		margin: 0;
	}
	
}
@media(max-width: 700px) {
	.cat-det__info-btn {
		font-size: 15px;
	}
}
@media(max-width: 550px) {
	.cat-det__top {
		overflow: visible;
	}
	.cat-det__info-btn {
		width: 100%;
		margin-bottom: 15px;
		font-size: 20px;
	}
}
@media(max-width: 350px) {
	.cat-det__info-btn {
		font-size: 15px;
	}
}



.cat-det__adap {
	display: none;
	position: relative;
	z-index: 2;
}
.cat-det__sec .content {
	padding: 20px 0 0;
}

.cat-det__sec {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	padding-bottom: 79px;

	font-size: 20px;
	line-height: 1.2
}
.cat-det__sec:last-child {
	padding-bottom: 0;
}
.cat-det__sec:before,
.cat-det__sec .table-list__line:before {
	background: #9E9E9E !important;
}

.cat-det__sec-text {
	max-width: 443px;
	font-size: 15px;
	line-height: 1.33;
	margin-top: 13px;
}

.cat-det__sec-title {
	margin: 15px 0;
}

.cat-det__specif-item {
	display: flex;
	justify-content: space-between;
}
.cat-det__specif-item-val {
	max-width: 50%;
	text-align: right;
}
.cat-det__specif-item-val .orange {
	padding: 0 5px;
}
.cat-det__specif-item--all {
	text-decoration: none;
	padding-right: 40px;
	position: relative
}
.cat-det__specif-item--all:before {
	content: "";
	width: 20px; height: 20px;
	background: url(/local/templates/.default/components/bitrix/catalog.element/catalog/images/right_up.svg) no-repeat center;
	background-size: contain;
	position: absolute;
	right: 0; top: 21px;
}

@media(max-width: 1560px) {
	.cat-det__sec {
		font-size: 15px;
	}
}
@media(max-width: 1230px) {
	
	.cat-det__sec-text {
		max-width: 350px;
	}	
	.cat-det__sec {
		font-size: 15px;
		line-height: 1.33
	}
	
	.cat-det__specif-item--all:before {
		width: 15px; height: 15px;
	}
}
@media(max-width: 991px) {
	
	.cat-det__sec-title {
		margin: 20px 0 34px;
	}

	.cat-det__adap {
		display: block;
	}
	
	.cat-det__sec {
		padding-bottom: 26px;
	}
	
	.cat-det__sec .table-list__name {
		padding-bottom: 0;
	}
	.cat-det__sec-text {
		max-width: 500px;
		margin-top: 28px;
	}
	.cat-det__sec .table-list__line:before {
		background: #DFDFDF !important;
	}

	.cat-det__specif-item.table-list__item:after {
		width: 100%
	}
	.cat-det__specif-item--all:before {
		top: 16px;
	}
}

@media(max-width: 450px) {
	
	.cat-det__specif-item {
		justify-content: inherit;
		flex-wrap: wrap;
	}
	.cat-det__specif-item-val {
		max-width: 100%;
		width: auto;
		text-align: left;
	}
	.cat-det__specif-item-name {
		width: 100%;
		margin-bottom: 10px;
	}
}	








.cat-det__tab {
	padding-top: 20px;
	position: relative;
}
.cat-det__tab:before {
	content: "";
	width: 0;
	height: 1px;
	left: 0; top: 0;
	position: absolute;
	background: #9E9E9E;
	z-index: 2;
}
.cat-det__top-col.aos-animate .cat-det__tab:before {
    width: 100%;
    transition: 0.5s width 1s cubic-bezier(0, 0, 0, 1);
}
.cat-det__tab-title {
	font-size: 15px;
	line-height: 1.33;
	color: #9E9E9E;
	margin-bottom: 32px;
}
.cat-det__tab-item {
	cursor: pointer;
}

.cat-det__tab-item-ico {
	width: 100%;
	height: 54px;
	display: flex;
	justify-content: center;
	
}
.cat-det__tab-item-ico svg {
	fill: #9E9E9E;
	transition: fill 0.3s;
}
.cat-det__tab-item-ico:hover svg {
	fill: #000;
}
.cat-det__tab-item.active .cat-det__tab-item-ico svg,
.cat-det__tab-item.active .cat-det__tab-item-ico:hover svg {
	fill: #FF6417
}
.cat-det__tab-item-name {
	text-align: center;
	font-size: 15px;
	line-height: 1.33;
	margin-top: 14px;
}
.cat-det__tab-list {
	display: flex;
}
.cat-det__tab-item {
	width: 9.09%;
}
@media(max-width: 1560px) {
	.cat-det__tab-item {
		width: 16.666%;
	}
}
@media(max-width: 1230px) {
	.cat-det__tab-item {
		width: 16.666%;
	}
}
@media(max-width: 991px) {
	.cat-det__tab {
		margin-top: 30px;
	}
	
}
@media(max-width: 550px) {
	.cat-det__tab-list {
		overflow: auto;
		width: calc(100% + 40px);
		padding: 0 20px;
		margin: 0 -20px;
	}
	.cat-det__tab-item {
		min-width: 22.22%;
	}
}


.detail-slider-swiper
{
  position: relative;
}

.detail-slider-swiper .swiper-slide img
{
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
.detail-slider-swiper .swiper-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;

  padding: 5px 0;
}
.detail-slider-swiper .swiper-container-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;

  height: auto;
  width: 100%;
}
.detail-slider-thumbs .swiper-slide 
{
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;

  width: 80px;
  height: 80px;
  cursor: pointer;
  padding: 10px;
 

  position: relative;
}
.detail-slider-thumbs .swiper-slide:before {
	content: "";
	position: absolute;
	left: 1px; top: 1px;
	width: calc(100% - 2px); height: calc(100% - 2px);
	border: 1px solid #DFDFDF;
}
.detail-slider-thumbs .swiper-wrapper {
  flex-direction: row;
}

.detail-slider-thumbs .swiper-slide-thumb-active:before {
	border: 1px solid #FF6417;
}

.detail-slider-top .swiper-button-next,
.detail-slider-top .swiper-button-prev {
	display: none;
}

.detail-slider-swiper .swiper-pagination
{
  display: none;
  position: relative;
}

.detail-slider-swiper--noslider .detail-slider-thumbs
{
  display: none;
}
.detail-slider-swiper--noarrow .detail-slider-thumbs
{
  padding: 0 !important;
}
.detail-slider-swiper--noarrow .swiper-button-next, 
.detail-slider-swiper--noarrow .swiper-button-prev
{
  display: none;
}
.detail-slider-swiper--noarrow .detail-slider-thumbs .swiper-wrapper
{
  justify-content: center;

}





.detail-slider-top,
.detail-slider-tab
{
  position: relative;
}
.detail-slider-tab:after {
	content: "";
	width: 45px; height: 45px;
	position: absolute;
	right: 0; bottom: 35px;
	background: url(/local/templates/.default/components/bitrix/catalog.element/catalog/images/maximize.svg) no-repeat center;
	background-size: contain;
	pointer-events: none;
	z-index: 2;
}
.detail-slider-top .swiper-pagination {
	margin: 0;
}
.detail-slider-tab  .big-img a {
	display: block;
	width: 100%; height: 100%;
}
.detail-slider-tab  .big-img,
.detail-slider-tab  .big-img > div
{
  position: relative;
  height: 100%;
}
.detail-slider-tab  .big-img img
{
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: calc(100% - 160px);
  margin: auto;
}
.detail-slider-tab[data-count="1"]  .big-img {
	height: 100%;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.detail-slider-top .swiper-slide {
	background: #fff;
}
.detail-slider-tab {
	position: relative;
}
.detail-slider-tab .detail-slider-thumbs {
	position: absolute;
	left: 0; top: 0;
	display: flex;
	padding: 20px 0;
}


.cat-det__slider-wrap {
	position: relative;
	height: 100%;
	width: 100%;
}
.detail-slider-tab {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	pointer-events: none;
	background: #fff;
}
.detail-slider-tab.active {
	opacity: 1;
	pointer-events: auto;
}





.detail-slider-thumbs {
	width: 80px;
	flex-direction: row;
	flex-wrap: nowrap;
	height: 465px;
	padding: 20px 0;
}
.detail-slider-thumbs .swiper-button-next, 
.detail-slider-thumbs .swiper-button-prev {
	width: 100%;
	height: 20px;
	background: #fff;
	opacity: 1;
	position: absolute;
	left: 0; top: 0;
	margin: 0;
}
.detail-slider-thumbs .swiper-button-next.swiper-button-disabled, 
.detail-slider-thumbs .swiper-button-prev.swiper-button-disabled {
	display: none;
}

.detail-slider-thumbs .swiper-button-next {
	top: auto; bottom: 0;
}

.detail-slider-thumbs .swiper-button-next:after, 
.detail-slider-thumbs .swiper-button-prev:after {
	display: none;
}


.detail-slider-thumbs .swiper-button-next:before, 
.detail-slider-thumbs .swiper-button-prev:before {
	content: "";
	position: absolute;
	left: 0; top: 0; bottom: 0; right: 0;
	margin: auto;
	width: 16px; height: 16px;
	background: url(/local/templates/.default/components/bitrix/catalog.element/catalog/images/slider-arr.svg) no-repeat center;
	background-size: contain;
	z-index: 2;
    opacity: 1;
    transform: rotate(0deg);
    border-radius: 0;
}
.detail-slider-thumbs .swiper-button-next:before {
	transform: rotate(180deg)
}

.detail-slider-top {
	width: calc(100% - 80px);
	margin-left: 80px !important;
	height: 100%;
}

.detail-slider-thumbs .swiper-slide {
	flex-direction: column;
	flex-wrap: nowrap;
	width: 100%;
}

@media (max-width: 1560px)
{
	.detail-slider-tab .detail-slider-thumbs {
    height: 80px;
    width: calc(100% + 80px);
    padding: 0 40px;
    top: auto;
    bottom: 20px;
	left: -40px;
  }
  .detail-slider-thumbs .swiper-slide {
	  width: 80px; height: 80px;
  }

  .detail-slider-top {
  	width: 100%;
    margin-left: 0px !important;
    padding-bottom: 120px !important;
  }

  .detail-slider-thumbs .swiper-button-prev,
  .detail-slider-thumbs .swiper-button-next
  {
    position: absolute;
    width: 40px;
    height: 100%;
    top: 0;
  }
  .detail-slider-thumbs .swiper-button-prev:after, 
  .detail-slider-thumbs .swiper-button-next:after,
  .detail-slider-thumbs .swiper-button-prev:before, 
  .detail-slider-thumbs .swiper-button-next:before
  {
    top: calc(50% - 8px);
    bottom: auto;
  }
  .detail-slider-thumbs .swiper-button-prev
  {
    left: 0;
    right: auto;
  }
  .detail-slider-thumbs .swiper-button-next
  {
    right: 0;
    left: auto
  }

  
  .detail-slider-swiper--noarrow  .detail-slider-thumbs .swiper-slide
  {
    width: 78px !important
  }
  
   .detail-slider-tab:after {
	   bottom: 120px;
	   width: 35px; height: 35px;
   }
   
	.detail-slider-thumbs .swiper-button-prev:before {
	    transform: rotate(-90deg);
	}
	.detail-slider-thumbs .swiper-button-next:before {
		transform: rotate(90deg)
	}
}
@media(max-width:  991px)
{
	.cat-det__slider-wr {
		height: auto;
	}
	.cat-det__slider-wrap {
		height: 440px;
	}
	.cat-det__slider-icons {
		top: 0;
		right: 0;
	}
	.detail-slider-tab  .big-img img {
		max-height: 100%;
	}

	.detail-slider-tab .detail-slider-thumbs {
	    height: 60px;
	}
	.detail-slider-tab:after {
		display: none;
	}

	.detail-slider-thumbs .swiper-slide {
		width: 60px; height: 60px;
	}
	
	.detail-slider-thumbs {
	    display: none !important
	}
	.detail-slider-top {
		height: 100%;
		padding: 24px 0 45px !important;
	}
	
	.detail-slider-top .swiper-pagination {
    	display: block;
		position: absolute;
		bottom: 0px !important;
		line-height: 10px;
	}
	.detail-slider-top .swiper-pagination-bullet {
	    background-color: #DFDFDF;
	    width: 10px;
	    height: 10px;
	    display: inline-block !important;
	    margin: 0 5px !important;
	    opacity: 1;
	}
	.detail-slider-top .swiper-pagination-bullet-active {
	    background-color: #FF6417;
	}
	
}
@media(max-width:  767px)
{
	
  .detail-slider-top:hover
	{
	  opacity: 1
	}
  
  .detail-slider-swiper .swiper-container-wrapper
  {
    height: auto
  }
  

}
@media(max-width:  550px)
{
	.cat-det__slider-wrap {
		height: 390px;
	}
	
	.cat-det__slider-icon {
		width: 30px;
	    height: 30px;
	    margin-left: 15px;
	}
}



.dopusk {
	display: flex;

}
.dopusk__name,
.dopusk__date,
.dopusk__assignment {
	width: 33.33%;
}
.dopusk-item .table-list__item:last-child:after {
	display: none;
}

.dopusk-list .table-list__cont {
	background: #fff;
	color: #000;
}

.dopusk-item__ico {
	margin-top: 20px;
}
.dopusk-item__ico img {
	max-width: calc(100% - 20px);
	max-height: 60px;
	-o-object-fit: contain;
    object-fit: contain;
}
/*
.dopusk-item .table-list__item {
	padding-bottom: 75px;
}
*/

.dopusk-item__title,
.dopusk-item__ico {
	margin-bottom: 20px;
}


@media(max-width: 991px) {
	.dopusk__name,
	.dopusk__date,
	.dopusk__assignment {
		width: 100%;
	}
	.dopusk__date,
	.dopusk__assignment {
		display: none;
	}
	.dopusk__name {
		position: relative;
		padding-right: 40px;
	}
	.dopusk__name:before {
		position: absolute;
		top: -1px;
		right: 0;
		width: 20px;
		height: 20px;
		margin: auto;
		background: url(/local/templates/bquadro/images/doc-right.svg) no-repeat center;
		background-size: contain;
		content: "";
	}

	.dopusk-item__ico {
		margin-top: 0px;
	}
	.dopusk-item__title  {
		margin-bottom: 0px;
	}
	.dopusk-item__ico img {
		max-height: 35px;
	}
	/*
	.dopusk-item .table-list__item {
		padding-bottom: 16px;
	} */
	.dopusk-item .table-list__item:last-child:after {
		display: block;
	}
}


@media(max-width:1230px) {
	.dopusk-list__col.dopusk-list__col--title {
		width: 25%;
	}
	.dopusk-list__col.dopusk-list__col--cont {
		width: 75%;
	}
}
@media(max-width:991px) {
	.dopusk-list__col.dopusk-list__col--title,
	.dopusk-list__col.dopusk-list__col--cont {
		width: 100%;
	}
}
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.element/catalog/themes/blue/style.css?17071290791064*/
/* catalog.section */

/*
#3052bf
#26b0e4
#00a2df
*/

/* Slider */
.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; }

/* SCU */
.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; }

/* Amount */
.bx-blue .product-item-amount-field:focus { border-color: #006cc0; }

/*Proress Bar*/
.bx-blue .product-item-detail-slider-progress-bar { background-color: #006cc0; }
/* End */


/* Start:/local/components/bquadro/similar.products/templates/slider/style.css?17071290791621*/
/***************************/
.similar-prod__slider.swiper-wrapper {
    height: auto;
}
.similar-prod.swiper {
    margin: 235px 0;
    padding-top: 90px;
    position: relative;
}
.similar-prod:before {
    content: "";
    width: 0%;
    height: 1px;
    background: #9E9E9E;
    position: absolute;
    left: 0;
    top: 0;
}
.similar-prod.aos-animate:before {
    width: 100%;
    transition: width 1s cubic-bezier(0, 0, 0, 1);
}
.similar-prod .swiper-pagination {
    display: none;
}
.similar-prod .similar-prod__arr-item {
    position: static;
    width: 40px;
    height: 40px;
    margin: 0;
    margin-left: 20px;
}
.similar-prod .similar-prod__arr-item:after {
    content: "";
    width: 100%;
    height: 100%;
    background: url(/local/components/bquadro/similar.products/templates/slider/images/right.svg) no-repeat center;
    background-size: contain
}
.similar-prod .similar-prod__arr-item.swiper-button-prev:after {
    transform: rotate(180deg)
}
.similar-prod__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 55px;
}
.similar-prod__arr {
    display: flex;
}
.similar-prod .catalog-element__item {
    padding: 0;
    margin: 0;
}
@media (max-width: 1560px) {
    .similar-prod.swiper {
        margin: 160px 0 100px;
        padding-top: 60px;
    }
}
@media (max-width: 1230px) {
    .similar-prod.swiper {
        margin: 100px 0 75px;
        padding-top: 25px;
    }
}
@media (max-width: 991px) {
    .similar-prod.swiper {
        margin: 100px 0;
        padding-top: 24px;
        position: relative;
    }
}
@media (max-width: 991px) {
    .similar-prod__arr {
        display: none;
    }
}
/* End */
/* /local/templates/.default/components/bquadro/catalog/products2/style.css?172172831114812 */
/* /local/templates/.default/components/bitrix/breadcrumb/.default/style.css?1707129079384 */
/* /local/templates/.default/components/bitrix/catalog.element/catalog/style.css?170712907918058 */
/* /local/templates/.default/components/bitrix/catalog.element/catalog/themes/blue/style.css?17071290791064 */
/* /local/components/bquadro/similar.products/templates/slider/style.css?17071290791621 */
