

/* Start:/local/templates/qtool/a/css/index.css?172606421518574*/
.topindex {
	margin-bottom: 16px;
}

.topindex__banners {
    height: 180px;
    width: calc(100% + 40px);
    margin: 0 -20px;
}

.topindex__banner {
    width: 100%;
    height: 100%;
    background-position: left center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    /*display: flex;
    justify-content: center;
    flex-flow: column wrap;
    align-items: flex-start;*/
}

.topindex__banner-inner {
	height: 180px;
	display: block;
	text-decoration: none;
    padding: 0 20px;
}

.topindex__banner-innerbox {
	height: 100%;
	display: flex;
	justify-content: center;
	flex-flow: column wrap;
	align-items: flex-start;
	text-decoration: none;
}

.topindex__bannertitle {
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
	color: #333333;
	margin: 0 0 5px 0;
}

.topindex__bannertext {
	font-weight: 500;
	font-size: 12px;
	line-height: 15px;
	color: #666666;
	margin: 0 0 14px 0;
}

.topindex__bannerlink {
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
	width: auto;
	display: inline-block;
	padding: 6px 17px;
	line-height: 1;
	outline: none;
    border: 1px solid;
    color: var(--color-blue);
    border-color: var(--color-blue);
}

.topindex__bannerlink:hover {
    color: #fff;
    background-color: var(--color-blue);
    border-color: var(--color-blue)
}

.topindex .slick-arrow {
    background-image: url(/local/templates/qtool/a/icon/sprite.svg#arr--blue);
    background-size: auto 16px;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 1;
    width: 24px;
    height: 60%;
    top: 20%;
    transform: none;
    left: 10px;
	z-index: 2;
    filter: grayscale(1);
    transition: all 0.1s linear;
}

.topindex .slick-arrow:hover {
    opacity: 1;
    background-image: url(/local/templates/qtool/a/icon/sprite.svg#arr--blue);
    background-size: auto 16px;
    background-position: center center;
    background-repeat: no-repeat;
    filter: grayscale(0);
}

.topindex .slick-arrow:focus {
    background-image: url(/local/templates/qtool/a/icon/sprite.svg#arr--blue);
    background-size: auto 16px;
    background-position: center center;
    background-repeat: no-repeat;
}

.topindex .slick-next {
    transform: scaleX(-1);
    right: 10px;
    left: unset;
}

.topindex .slick-arrow:before {
    display: none;
}

.topindex .slick-dots {
	bottom: -30px;
}

.topindex .slick-dots li {
	font-size: 14px;
	width: 1em;
	height: 1em;
	margin: 0 0.25em;
}

.topindex .slick-dots li button {
	padding: 0;
	background-color: #efefef;
	font-size: inherit;
	width: inherit;
	height: inherit;
	transition: var(--transition);
}

.topindex .slick-dots li button:before {
	display: none;
}

.topindex .slick-dots li.slick-active button {
	background-color: var(--color-blue);
}

@media all and (min-width: 768px) {
	.topindex__banners {
	    height: 340px;
	}

	.topindex__banner-inner {
		height: 340px;
	}

	.topindex__bannertitle {
		font-size: 24px;
		line-height: 29px;
		margin: 0 0 19px 0;
	}

	.topindex__bannertext {
		font-size: 18px;
		line-height: 22px;
		margin: 0 0 29px 0;
	}

	.topindex__bannerlink {
		font-size: 12px;
		line-height: 15px;
		display: inline-block;
		padding: 11px 58px;
		line-height: 1;
	}
}

@media all and (min-width: 1200px) {
	.topindex {
		margin-top: 18px;
		margin-bottom: 0;
	}

	.topindex__banners {
	    height: 420px;
	    margin: 0;
	    max-width: 950px;
	    margin-right: 30px;
	    width: calc(100% - 330px);
	}

	.topindex__banner {
		/*padding: 0 80px*/
	}

	.topindex__banner-inner {
		height: 420px;
		padding: 0 80px
	}

	.topindex__topgood {
		width: 300px;
		flex-shrink: 0;
    	margin: 0 0 30px 0;
	}
}


/* CATALOGGRID */

.cataloggrid .heading__title {
    margin-top: -5px;
    margin-bottom: 20px;
}

.cataloggrid__list {
    display: grid;
    gap: 12px;
    margin-bottom: 30px;
}

.cataloggrid__item {
    min-height: 120px;
    background-color: #F9F9F9;
    padding: 30px 15px 15px;
    line-height: 1.25;
    font-size: 12px;
    transition: var(--transition);
    background-repeat: no-repeat;
}

/*.cataloggrid__item:nth-child(1) {
    background-image: url(/local/templates/qtool/a/img/cat1.png);
    background-size: auto 110px;
    background-position: calc(100% - 30px) bottom;
}

.cataloggrid__item:nth-child(2) {
    background-image: url(/local/templates/qtool/a/img/cat2.png);
    background-size: 111px auto;
    background-position: calc(100% - 14px) 37px;
}

.cataloggrid__item:nth-child(3) {
    background-image: url(/local/templates/qtool/a/img/cat3.png);
    background-size: 76px auto;
    background-position: calc(100% - 24px) 22px;
}

.cataloggrid__item:nth-child(4) {
    background-image: url(/local/templates/qtool/a/img/cat4.png);
    background-size: 135px auto;
    background-position: right 24px;
}

.cataloggrid__item:nth-child(5) {
    background-image: url(/local/templates/qtool/a/img/cat6.png);
    background-size: 109px auto;
    background-position: right 31px;
}

.cataloggrid__item:nth-child(6) {
    background-image: url(/local/templates/qtool/a/img/cat5.png);
    background-size: 130px auto;
    background-position: calc(100% + 13px) 16px;
}

.cataloggrid__item:nth-child(7) {
	background-image: url(/local/templates/qtool/a/img/sale-grid.png);
    background-size: contain;
    background-position: right center;
}*/

.cataloggrid__item {
	position: relative;
}

.cataloggrid__item > * {
	position: relative;
}

.cataloggrid__item:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	background-repeat: no-repeat;
}

.cataloggrid__item:nth-child(1):before {
    background-size: contain;
    background-position: right center;
    background-image: url(/local/templates/qtool/a/img/index-plastini.png);
}

.cataloggrid__item:nth-child(2):before {
    background-size: contain;
    background-position: right center;
    background-image: url(/local/templates/qtool/a/img/index-rezci.png);
}

.cataloggrid__item:nth-child(3):before {
    background-size: contain;
    background-position: calc(100% - 30px) center;
    background-image: url(/local/templates/qtool/a/img/sverla-back.png);
}

.cataloggrid__item:nth-child(4):before {
    background-size: contain;
    background-position: right center;
    background-image: url(/local/templates/qtool/a/img/frezi-back.png);
}

.cataloggrid__item:nth-child(5):before {
    background-size: contain;
    background-position: right center;
    background-image: url(/local/templates/qtool/a/img/frezi-back.png);
}

.cataloggrid__item:nth-child(6):before {
    background-size: contain;
    background-position: right center;
    background-image: url(/local/templates/qtool/a/img/frezi-back.png);
}

.cataloggrid__item:nth-child(7):before {
    background-size: 40% auto;
    background-position: right center;
    background-image: url(/local/templates/qtool/a/img/index-sale.png);
}

.cataloggrid__name {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 3px;
}

.cataloggrid__prename {
	font-weight: bold;
	font-size: 12px;
	line-height: 15px;
	color: #999999;
	transition: var(--transition);
}

.cataloggrid__item:hover .cataloggrid__prename {
	color: #fff;
}

.cataloggrid__sublist {
    display: none;
}

.cataloggrid__sublist-link {
    color: #ffffff;
    font-size: 14px;
	line-height: 32px;
    text-decoration: none;
}

.cataloggrid__sublist-link:hover {
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}

.cataloggrid__sublist-count {
	display: none;
}

.cataloggrid__sublist-count:before {
	content: "(";
}

.cataloggrid__sublist-count:after {
	content: ")";
}

.cataloggrid__link {
    font-size: 0;
    position: absolute !important;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}


@media all and (min-width: 575px) {
    .cataloggrid__list {
    	grid-template-columns: repeat(2, 1fr);
    }

	.cataloggrid__name br {
		display: none
	}
}

/*@media all and (min-width: 992px) {
	.cataloggrid__list {
		grid-template-columns: repeat(3, 1fr);
	}
}*/

@media all and (min-width: 1200px) {
	.cataloggrid__list {
		gap: 25px;
		margin-top: 42px;
		margin-bottom: 90px;
	}

	.cataloggrid__item {
	    min-height: 160px;
	    padding: 60px 80px 15px;
	}

    .cataloggrid__item:hover {
        box-shadow: var(--shadow);
    }

    /*.cataloggrid__item:nth-child(1) {
	    grid-row: 1 / 3;
	    background-size: auto 242px;
	    background-position: calc(100% - 37px) bottom;
	}

	.cataloggrid__item:nth-child(2) {
	    grid-row: 2 / 4;
	    grid-column: 2 / 3;
	    background-size: 206px auto;
	    background-position: calc(100% - 28px) calc(100% - 32px);
	}

	.cataloggrid__item:nth-child(3) {
	    background-size: 102px auto;
	    background-position: calc(100% - 39px) 36px;
	}
	.cataloggrid__item:nth-child(4) {
	    background-size: 192px auto;
	    background-position: calc(100% - 6px) 30px;
	}
	.cataloggrid__item:nth-child(5) {
	    background-size: 173px auto;
	    background-position: calc(100% - 7px) 31px;
	}
	.cataloggrid__item:nth-child(6) {
	    background-size: 202px auto;
	    background-position: calc(100% + 35px) 29px;
	}*/

	.cataloggrid__item:before {
		opacity: 0.25;
		transition: var(--transition);
	}

	.cataloggrid__item:hover:before {
		opacity: 1;
	}

	.cataloggrid__item:nth-child(1) {
	    grid-row: 1 / 4;
	    grid-column: 1 / 2;
	    background-size: auto auto;
	    background-position: right bottom;
	}

	.cataloggrid__item:nth-child(2) {
	    grid-row: 1 / 3;
	    grid-column: 2 / 3;
	    height:  320px;
	    background-size: auto auto;
	    background-position: right center;
	}

	.cataloggrid__item:nth-child(3) {
	    grid-row: 3 / 5;
	    grid-column: 2 / 3;
	    height:  330px;
	    background-size: auto auto;
	    background-position: right center;
	}

	.cataloggrid__item:nth-child(4) {
	    grid-row: 4 / 6;
	    grid-column: 1 / 2;
	    background-size: 440px auto;
	    background-position: 80% center;
	}

	.cataloggrid__item:nth-child(5) {
	    grid-row: 5 / 6;
	    grid-column: 2 / 3;
	    background-size: auto auto;
	    background-position: right center;
	}

	.cataloggrid__item:nth-child(1):before {
	    background-size: auto auto;
	    background-position: right bottom;
	    opacity: 1;
	}

	.cataloggrid__item:nth-child(2):before {
	    background-size: auto auto;
	    opacity: 1;
	}

	.cataloggrid__item:nth-child(3):before {
	    background-size: auto 100%;
	    opacity: 1;
	}

	.cataloggrid__item:nth-child(4):before {
	    background-size: auto 100%;
	    opacity: 1;
	}

	.cataloggrid__item:nth-child(5):before {
	    background-size: auto auto;
	    /*opacity: 1;*/
	}

	.cataloggrid__item:hover .cataloggrid__postname {
	    display: none;
	}

	.cataloggrid__item .cataloggrid__sublist {
	    display: block;
	    margin-top: 24px;
	}

	.cataloggrid__sublist-link {
		color: #333333;
	}

	.cataloggrid__item:hover .cataloggrid__sublist-link {
		color: #ffffff;
	}

	.cataloggrid__item:hover .cataloggrid__postname {
		display:  block;
	}

    .cataloggrid__name {
    	font-size: 21px;
		line-height: 26px;
	    margin-bottom: 5px;
	}

	.cataloggrid__link {
	    display: none;
	    color: #ffffff;
	    padding-right: 27px;
	    background-position: right center;
	    background-repeat: no-repeat;
	    margin-top: 15px;
	    position: relative;
	    text-decoration: none;
	    font-size: 1em;
	    position: relative !important;
	    width: auto;
	    height: auto;
	}

	.cataloggrid__link:hover {
	    color: #ffffff;
	    font-weight: bold;
	}

	.cataloggrid__link:before {
		font-size: 17px;
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
	}

	.cataloggrid__item:hover {
	    background-color: var(--color-blue);
	    box-shadow: var(--shadow);
	    color: #ffffff;
	}

	.cataloggrid__item:hover .cataloggrid__link {
	    display: inline-block;
	}
}

/* GOODSBLOCKS */

.goodsblocks {
	margin-bottom: 24px;
}

.goodsblocks__list {
	min-width: 800px;
}

.goodsblocks__list .goods {
	width: calc((100% / 4) - 16px);
	margin: 0 8px;
	padding-top: 10px;
}

.goodsblocks__list .goods .labels {
	display: none;
}

.goodsblocks__list .goods .goods__btns {
	display: none;
}

.goodsblocks__list .goods .goods__img {
	height: 105px;
	margin-bottom: 10px;
}

.goodsblocks__list .goods .goods__name {
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 10px;
}

.goodsblocks__list .goods .goods__rating {
	display: none;
}

@media all and (min-width: 640px) {
	.goodsblocks__list .goods {
		padding-top: 10px;
	}
}

@media all and (min-width: 1200px) {
	.goodsblocks {
		margin-bottom: 60px;
	}

	.goodsblocks__list {
		min-width: unset;
	}

	.goodsblocks__list .goods {
		width: calc((100% / 4) - 30px);
		margin: 0 15px 30px;
		padding-top: 60px
	}

	.goodsblocks__list .goods .labels {
		display: flex;
	}

	.goodsblocks__list .goods .goods__btns {
		display: flex;
	}

	.goodsblocks__list .goods .goods__img {
		height: 180px;
		margin-bottom: 14px;
	}

	.goodsblocks__list .goods .goods__name {
		font-size: 14px;
		line-height: 17px;
		margin-bottom: 3px;
	}

	.goodsblocks__list .goods .goods__rating {
		display: block;
	}
}


/* --- SERVICES --- */

.indexservices {
    margin: 45px 0;
}

.indexservices__item {
    background-color: #F9F9F9;
    margin: 0 0 10px;
    text-align: center;
    font-size: 14px;
    line-height: 17px;
    padding: 24px 0 35px;
    color: #333333;
    text-decoration: none;
    display: block;
    transition: var(--transition)
}

.indexservices__item:hover {
    background-color: var(--color-blue);
    box-shadow: var(--shadow);
    color: #ffffff;
}

.indexservices__item:before {
	font-size: 56px;
    margin: 0 auto 10px;
    color: var(--color-blue);
}

.indexservices__item:hover:before {
    color: #ffffff;
}

@media all and (min-width: 768px) {
    .indexservices__item {
        width: calc((100% - 10px) / 2);
    }
}

@media all and (min-width: 1200px) {
	.indexservices {
		margin: 72px 0
	}

	.indexservices__list {
		margin-top: 50px
	}

	.indexservices__item {
        width: calc((100% - 90px) / 4);
        padding: 35px 0;
    }

	.indexservices__item:before {
	    font-size: 80px;
	    margin: 0 auto 25px;
	}
}
/* --- ABOUT --- */

.indexabout {
	position: relative;
	padding: 40px 20px 45px;
	margin: 45px -20px;
}

.indexabout__back {
	background-image: url(/local/templates/qtool/a/css/../img/back--aboutblock.jpg);
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.indexabout__back:after {
    content: '';
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 75%);
    display: block;
}

.indexabout__left {
	background-color: var(--color-blue);
	color: #ffffff;
	padding: 26px 8px 26px 16px;
}

.indexabout__heading {
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 5px;
}

.indexabout__name {
	font-size: 22px;
	line-height: 22px;
	margin-bottom: 16px;
}

.indexabout__text {
	font-weight: 500;
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 22px;
}

.indexabout__link {
	font-size: 14px;
	line-height: 34px;
	padding: 0 21px 0 14px;
	color: #fff;
	border: 1px solid;
	text-decoration: none;
	transition: var(--transition);
	display: inline-block;
}

.indexabout__link:hover {
	color: var(--color-blue--hover);
	background-color: #fff;
}

.indexabout__list {
    color: #ffffff;
    margin-top: 25px;
    margin-bottom: 0;
}

.indexabout__listitem {
    display: flex;
    align-items: center;
}

.indexabout__listitem span {
    width: 50%;
}

.indexabout__numb {
    padding-right: 30px;
    font-size: 36px;
    line-height: 44px;
    text-align: right;
}

.indexabout__listtext {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
}

@media all and (min-width: 1200px) {
	.indexabout {
	    display: flex;
	    margin: 90px 0;
	    padding: 40px 0;
	}

	.indexabout__left {
	    width: 550px;
	    padding: 65px 45px;
	}

	.indexabout__back {
	    left: 440px;
	}

	.indexabout__heading {
	    font-size: 18px;
	    line-height: 22px;
	    margin-bottom: 8px;
	}

	.indexabout__name {
	    font-size: 32px;
	    line-height: 39px;
	    margin-bottom: 1em;
	}

	.indexabout__text {
	    margin-bottom: 40px;
	}

	.indexabout__list {
	    width: calc(100% - 550px);
	    display: flex;
	    flex-flow: column nowrap;
	    justify-content: center;
	    margin: 0;
	}

	.indexabout__numb {
	    font-size: 72px;
	    line-height: 88px;
	}

	.indexabout__listtext {
	    font-size: 21px;
	    line-height: 26px;
	}
}

/* --- BLOG --- */

.blogblocks {
	margin: 45px 0 30px;
}

.blogblocks .article:nth-child(1) ~ .article {
	display: none;
}

.blogblocks__all {
    text-decoration: none;
    display: block;
    margin-right: 25px;
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    /* text-transform: uppercase; */
    white-space: nowrap;
    color: red;
    margin: 0 0 0 auto;
}


@media all and (min-width: 481px) {
	.blogblocks .article:nth-child(1) ~ .article:nth-child(2) {
		display: flex;
	}

	.blogblocks .article {
		width: calc(50% - 20px);
	}
}

@media all and (min-width: 991px) {
	.blogblocks .article:nth-child(1) ~ .article:nth-child(3) {
		display: flex;
	}

	.blogblocks .article {
		width: calc(100% / 3 - 20px)
	}
}

@media all and (min-width: 1200px) {
	.blogblocks {
		margin-top: 90px;
		margin-bottom: 30px;
	}

	
    .blogblocks__all {
        font-size: 16px;
        line-height: 20px;
    }

	.blogblocks .article:nth-child(1) ~ .article {
		display: flex;
	}

	.blogblocks .article {
		width: calc(100% / 4 - 30px)
	}	
}
/* End */


/* Start:/local/templates/qtool/a/css/orderform.css?17567184216335*/
.order {
    background-color: #F9F9F9;
    padding: 55px 30px;
    margin: 0 -20px;
    position: relative;
}

.order__yak {
    position: absolute;
    bottom: calc(100% + 80px);
    left: 0;
}

.order .heading__title {
    margin-bottom: 16px;
}

.order .heading__pretitle {
    margin-bottom: 6px;
}

.order__text {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 28px;
}

.orderform__inputbox {
    position: relative;
    margin-bottom: 6px;
}

.orderform__input {
    width: 100%;
    line-height: 35px;
    border: 0;
    background-color: transparent;
    border-bottom: 1px solid #999999;
    outline: none;
    font-size: 14px;
}

.orderform__input:focus {
	border-color: #333333
}

.orderform__input.--textarea {
    line-height: 17px;
    padding-top: 9px;
    padding-bottom: 9px;
    height: 36px;
    display: block;
}

.orderform__label {
    color: #666666;
    font-size: 12px;
    line-height: 15px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.1s linear;
    cursor: pointer;
}

.orderform__input:not(:placeholder-shown) + .orderform__label,
.orderform__input.not-empty + .orderform__label,
.orderform__input:focus + .orderform__label {
	left: 0;
	top: -1px;
	transform: unset;
	font-size: 9px;
}

.orderform__file {
    margin-top: 14px;
    position: relative;
}

.orderform__file-input {
    display: none;
}

.orderform__file-label {
    border: 1px dashed;
    width: 100%;
    line-height: 34px;
    text-align: center;
    font-size: 14px;
    color: #666666;
    cursor: pointer;
    transition: all 0.1s linear;
    position: relative;
}

.orderform__file-label:hover {
	color: #00669d;
	border-color: #00669d;
}

.orderform__file-label span {
    line-height: 20px;
    padding-right: 24px;
    background-position: right center;
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
}

.orderform__file-label span:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    font-size: 20px;
}

.file__clear {
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 2px;
    font-size: 11px;
    color: red;
    opacity: 0.8;
}

.file__clear:hover {
    opacity: 1;
}

.file__clear:after {
    content: 'X';
    margin-left: 5px;
    font-weight: bold;
}


.orderform__btn {
    box-shadow: none;
    border: 0;
    background-color: #0475B1;
    line-height: 36px;
    width: 100%;
    margin-top: 14px;
    color: #fff;
    margin-bottom: 12px;
    transition: all 0.1s linear
}

.orderform__btn:hover {
    background-color: #00669d;
}

.--contacts .orderform__btn {
    line-height: 34px;
    margin: 12px 0;
}

.orderform__checkbox {
    position: relative;
    line-height: 12px;
}

.orderform__checkinput {
    display: none;
}

.orderform__checkinput {transform: scale(0);width:0;height:0;margin: 0;padding: 0;font-size: 0;display: none;}
.orderform__checkinput:invalid + label {color: red }
.orderform__checkinput:invalid + label:before {border-color: red}

.orderform__checklabel {
    padding-left: 31px;
    font-size: 10px;
    line-height: 12px;
    color: #666666;
    cursor: pointer;
}

.orderform__checklabel:before {
	content: "";
	left: 5px;
	top: -2px;
	width: 16px;
	height: 16px;
	border: 1px solid #999999;
	display: block;
	position: absolute;
}

.orderform__checklabel:hover:before {
    border: 1px solid #333333;
}

.orderform__checkinput:checked + .orderform__checklabel:before {
    border-color: #0475B1;
}

.orderform__checkinput:checked + .orderform__checklabel:after {
	content: '';
	left: 7px;
	top: 0px;
	width: 12px;
	height: 12px;
	display: block;
	position: absolute;
	background-color: #0475B1;
}

@media all and (min-width: 1200px) {
    .order {
        padding: 45px 75px 25px 75px;
        margin: 0
    }

    .order__text {
	    font-weight: normal;
	    font-size: 16px;
	    line-height: 20px;
	    margin-bottom: 0;
	}

	.orderform__inputbox {
	    margin-bottom: 21px;
	}

	.orderform__input {
	    line-height: 47px;
	}

	.orderform__file-label {
	    line-height: 46px;
	}

	.orderform__file-label span {
	    line-height: 24px;
	    padding-right: 28px;
	}

    .orderform__file-label span:before {
        font-size: 24px;
    }

	.orderform__btn {
	    line-height: 48px;
	    margin-bottom: 20px;
	}

    .order.--contacts {
        margin-top: 80px;
        padding: 55px 70px 80px;
    }

    .orderform__input.--textarea {
        line-height: 23px;
        padding-top: 12px;
        padding-bottom: 12px;
        height: 48px;
    }

    .--contacts .orderform__btn {
        line-height: 46px;
        margin: 0;
    }
}

.order.order--blue {
    background-color: #0475B1;
}

.order.order--blue .heading__pretitle {
    color: #ffffff;
}

.order.order--blue .heading__title {
    color: #ffffff;
}

.order.order--blue .order__text {
    color: #ffffff;
}

.order.order--blue .orderform__input {
    border-color: #fff;
    color: #ffffff;
}

.order.order--blue .orderform__input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #0475b1 inset;
    -webkit-text-fill-color: #ffffff !important;
    
}

.order.order--blue .orderform__label {
    color: #ffffff;
}

.order.order--blue .orderform__file-label {
    color: #ffffff;
}

.order.order--blue .orderform__btn {
    background-color: #ffffff;
    color: #0475B1;
}

.order.order--blue .orderform__checklabel {
    color: #ffffff;
}

.order.order--blue .orderform__checkinput:checked + .orderform__checklabel:before {
    border-color: #ffffff;
}

.order.order--blue .orderform__checkinput:checked + .orderform__checklabel:after {
    background-color: #ffffff;
}

.order.order--blue .orderform__btn:hover {
    color: #ffffff;
    background-color: #00669d;
}

.order.order--blue .file__clear {
    color: #ffffff;
    opacity: 1;
}

.order.order--blue .file__clear:hover {
    color: red;
}

.order.order--blue .orderform__checkbox a {
    color:  #ffffff;
}

/* End */


/* Start:/local/templates/qtool/components/bitrix/catalog/root/style.css?1652252213721*/
.cat {
	display: flex;
	flex-flow: column;
}

.cat__row.--main {
	order: 3;
}

.catfilt.--forms {
	order: 1;
}

.catfilt.--brands {
	order: 2;
}

.cat__taglinks {
	display: flex;
	flex-flow: row wrap;
}

.cat__taglink {
	color: #6f6f6f;
	font-size: 12px;
	border: 1px solid #6f6f6f;
	margin: 2px 5px 2px 0;
	padding: 2px 5px;
	text-decoration: none;
}

.cat__taglink:hover, .cat__taglink.--active {
	color: var(--color-blue--hover);
	border: 1px solid var(--color-blue--hover);
}

.catsort__order.--table {
	display: block;
}

@media all and (min-width: 1024px) {
	.catsort__order.--table {
		display: block
	}

	.cat__taglink {
		font-size: 14px;
		padding: 2px 8px;
	}
}
/* End */


/* Start:/local/templates/qtool/components/bitrix/catalog.element/default/style.css?172979041821469*/
input[type='number'] { -moz-appearance: textfield; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button { -webkit-appearance: none; }



.detail {
    margin: -24px 0 0 0;
}
.detail__top {
    position: relative;
    display: flex;
    flex-flow: column-reverse nowrap;
}
.detail__brand {
    display: block;
    margin: 24px 0 0 0;
/*    position: absolute;
    right: 0;
    top: -24px;*/
}
.detail__brandlogo {
    display: block;
    max-width: 100%;
    width: auto;
    height: 40px;
}
.detail__toprow {
}
.detail__topcol {
}
.detail__art {
    margin: 24px 0 16px 0;
    margin: 0 0 16px 0;
    color: #666;
    font-size: 12px;
    line-height: 16px;
    display: flex;
    flex-flow: row nowrap;
}
.detail__artval {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}
.detail__artval:before {
    margin: 0 6px;
}
.detail__cats {
    display: flex;
    flex-flow: row nowrap;
    margin: 0 0 16px 0;
}
.detail__catslink {
    text-decoration: none;
    color: var(--color-blue);
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    padding: 0 20px 0 0;
    position: relative;
    margin: 0 8px 0 0;
}
.detail__catslink:before {
    position: absolute;
    right: 0;
    top: -2px;
    width: 18px !important;
    height: 18px !important;
    line-height: 18px !important;
    font-size: 15.4px !important;
}

.detail__actions {
    display: flex;
    align-items: center;
    flex-flow: row nowrap;
    margin: 0 -16px 0 0;
}

.detail__share {
    position: relative;
    margin: 0 10px 0 0;
    min-width: 145px;
    z-index: 1;
}
.detail__sharetitle {
    color: var(--color-blue);
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    padding: 0 0 0 38px;
}
.detail__sharetitle:before {
    position: absolute;
    left: 12px;
    top: -1px;
    height: 18px !important;
    width: 18px !important;
    line-height: 18px !important;
    font-size: 15.4px !important;

}
.detail__sharebox {
    display: none;
    padding: 19px 0 0 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
}
.detail__sharelist {
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.10);
}
.detail__sharelist:after {
    content: ''; 
    position: absolute; /* Абсолютное позиционирование */
    left: calc(50% - 5px);
    top: 0; /* Положение треугольника */
    border: 10px solid transparent; /* Прозрачные границы */
    border-bottom: 10px solid #ffffff; /* Добавляем треугольник */
   }
.detail__sharelink {
    padding: 5px 16px;
    text-decoration: none;
    color: #666;
    font-size: 12px;
    line-height: 24px;
    font-weight: 500;
    display: flex;
    flex-flow: row nowrap;
}
.detail__sharelink:before {
    color: var(--color-blue);
    width: 24px !important;
    height: 24px !important;
    line-height: 24px !important;
    font-size: 16px !important;
    margin: 0 8px 0 0;
}

.detail__sharelink:hover {
    text-decoration: none;
    color: #666;
}







.detail__action {
    font-size: 0;
    margin: 0 16px 0 0;
    display: block;
    color: #000000;
}


.detail__action:before {
    height: 18px !important;
    width: 18px !important;
    line-height: 18px !important;
    font-size: 15.4px !important;
}

.detail__action:hover {
    color: var(--color-blue--hover);
}


.detail__action.icf-heart,
.detail__action.icf-compare {
    color: var(--color-blue);
}



.detail__main {
}
.detail__mainblock {
}
.detail__mainblock_pics {
    position: relative;
}

.labels.--detail {
    max-width: auto;
    z-index: 1;
    top: 8px;
}

.detail__mainpic {
    position: relative;
    width: 100%;
    padding-top: 75%;
    margin-bottom: 20px;
}

.detail__mainpicimg {
    position: absolute;
    object-fit: contain;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 80%;
    height: 80%;
    margin: auto;
}

.detail__morepic {
    display: flex;
    padding: 0 17.5px;
    position: relative;
    margin-bottom: 20px;
}

.detail__morepicitem {
    width: calc(100% / 4 - 5px);
    position: relative;
    margin: 0 2.5px;
    border: 1px solid #F3F3F3;
    cursor: pointer;
}

.detail__morepicitem.slick-slide {
    height: auto;
}

.detail__morepicitem.active {
    border-color: var(--color-blue);
}

.detail__morepicbox {
    padding-top: 80%;
}

.detail__morepicitem img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 90%;
    height: 90%;
    margin: auto;
    object-fit: contain;
}

.detail .slick-arrow {
    background-image: url(/local/templates/qtool/a/icon/sprite.svg#arr--blue);
    background-size: auto 8px;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 1;
    width: 16px;
    height: 100%;
    top: 0;
    transform: none;
    left: 0px;
    filter: grayscale(1);
    transition: all 0.1s linear;
}

.detail .slick-arrow:hover {
    opacity: 1;
    background-image: url(/local/templates/qtool/a/icon/sprite.svg#arr--blue);
    background-size: auto 8px;
    background-position: center center;
    background-repeat: no-repeat;
    filter: grayscale(0);
}

.detail .slick-arrow:focus {
    background-image: url(/local/templates/qtool/a/icon/sprite.svg#arr--blue);
    background-size: auto 8px;
    background-position: center center;
    background-repeat: no-repeat;
}

.detail .slick-next {
    transform: scaleX(-1);
    right: 0;
    left: unset;
}

.detail .slick-arrow:before {
    display: none;
}




.detail__mainblock_info {
}




.detail__topprops {
    list-style: none;
    padding: 0;
    margin: 0 0 36px 0;
    font-size: 12px;
}
.detail__toppropslist {
    padding: 0 0 0 30px;
}
.detail__toppropsitem {
    padding: 6px 0;
    border-bottom: 1px solid #F3F3F3;
    margin: 0 0 10px 0;
    display: flex;
    flex-flow: row nowrap;
    position: relative;
}

.detail__toppropsinfo {
    position: absolute;
    left: -30px;
    top: 7px;
    width: 15px;
    height: 15px;
}
.detail__toppropsinfo:before {
    content: '?';
    display: block;
    width: 15px;
    height: 15px;
    line-height: 14px;
    font-size: 12px;
    font-weight: 300;
    text-align: center;
    background-color: #ffffff;
    color: #666666;
    border: 1px solid #666666;
}

.detail__toppropsinfo:hover:before {
    background-color: var(--color-blue--hover);
    border: 1px solid var(--color-blue--hover);
    color: #ffffff;
    font-weight: 500;
}

.detail__toppropsinfobox {
    display: none;
}
.detail__toppropsinfo:hover .detail__toppropsinfobox {
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    font-size: 12px;
    line-height: 1.21;
    padding: 4px 0;
    z-index: 1;
    width: 280px;
}

.detail__toppropsinfotext {
    border: 1px solid var(--color-blue);
    background-color: #fff;
    padding: 8px;
}


.detail__toppropsname {
    color: #666;
}
.detail__toppropsdelimiter {
    margin: 0 4px;
    flex-grow: 1;
}
.detail__toppropsvals {
    font-weight: 500;
    color: #333;
}
.detail__toppropsval {
}

.detail__toppropsval.--att_obr_material {
    margin: 0 3px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    background-color: #cccccc;
    color: #ffffff;
    text-align: center;
    margin: 0 0 0 3px;
}

.detail__toppropsval.--att_obr_material.--h {background-color: #BCCBD1}
.detail__toppropsval.--att_obr_material.--k {background-color: #ED1D23}
.detail__toppropsval.--att_obr_material.--m {background-color: #FEF100}
.detail__toppropsval.--att_obr_material.--n {background-color: #8CC4B1}
.detail__toppropsval.--att_obr_material.--p {background-color: #00AEEC}
.detail__toppropsval.--att_obr_material.--s {background-color: #FBBE85}

.detail__toppropslink {
    color: #999;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline;
    margin: 20px 0 10px auto;
    text-align: right;
}
.detail__pay {
}
.detail__prices {
    margin: 0 0 24px 0;
}
.detail__pricestop {
    display: flex;
    align-items: center;
    margin: 0 0 10px 0;
}
.detail__price {
}
.detail__pricends {
    text-align: left;
    font-size: 10px;
    color: grey;
    margin: 0 0 8px 0;
}
.detail__price_current, 
.detail__price_order {
    color: #333;
    font-size: 24px;
    font-weight: 600;
    line-height: 92.857%;
    margin: 0 16px 0 0;
    white-space: nowrap;
}
.detail__pricedisc {
    background: #CB2B08;
    padding: 6px 8px;
    color: #FFF;
    font-size: 10px;
    font-weight: 700;
    line-height: normal;
}
.detail__pricenotice {
    color: var(--color-blue);
    border: 1px solid;
    padding: 6px 8px;
    font-size: 10px;  
    line-height: normal;
}
.detail__pricesbottom {
}
.detail__price_old {
    color: #666;
    font-size: 16px;
    line-height: 138.095%;
}
.detail__price_discount {
    color: #999;
    text-decoration: line-through;
}

.detail__btnsstock {
    /*display: flex;*/
    flex-flow: row nowrap;
    margin: 0 -10px;
}
.detail__btnsstockcol {
    padding: 0 10px;
    margin: 0 0 10px 0;
}




.detail__btn {
    line-height: 34px;
    text-align: center;
    cursor: pointer;
    transition: all 0.1s linear;
    min-width: 170px;
    display: block;
}

.detail__btn.--buyoneclick {
    width: 100%;
    border: 1px solid var(--color-blue);
    font-weight: 500;
    font-size: 14px;
    color: var(--color-blue);
    text-align: center;
}

.detail__btn.--buyoneclick:hover {
    border-color: var(--color-blue--hover);
    background-color: var(--color-blue--hover);
    color: #ffffff;
}

.detail__btn.--buy {
    border: 1px solid var(--color-blue);
    background-color: var(--color-blue);
    color: #ffffff;
    flex: 1 1 auto;
    font-size: 14px;
}

.detail__btn.--buy:hover {
    background-color: var(--color-blue--hover);
    border-color: var(--color-blue--hover);
}

.detail__btn.--subscribe {
    border: 1px solid var(--color-blue);
    color: var(--color-blue);
    flex: 1 1 auto;
    font-size: 14px;
}

.detail__btn.--subscribe span {
    padding-right: 20px;
    position: relative;
}

.detail__btn.--subscribe span:before {
    font-family: 'qtoolicon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 1em;
    height: 1em;
    display: flex;
    align-items: center;
    justify-content: center;

    content: "\e939";
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.detail__btn.--subscribe:hover {
    border-color: var(--color-blue--hover);
    background-color: var(--color-blue--hover);
    color: #ffffff;
}


.detail__stock {
    font-size: 12px;
    line-height: 15px;
    color: #666666;
    margin-bottom: 18px;
}

.detail__instock {
    font-size: 12px;
    line-height: 15px;
    color: #666666;
    margin-bottom: 18px;
    width: 124px;
}

.detail__instocktext {
    margin: 0 0 8px 0;
}

.detail__instockgraph {
    display: flex;
    margin: 0 -1.2px;
    flex: 1 1 auto;
    line-height: 10px;
}

.detail__instockgraphitem {
    padding: 0 1.2px;
    position: relative;
    flex: 0 0 25%;
}

.detail__instockgraphitem:before {
    content: '';
    background-color: #588C1D;
    width: 100%;
    height: 10px;
    display: block;
}

.detail__instocktext {
    padding-right: 11px;
}

.detail__instockgraphitem:nth-child(1):before {
    opacity: 0.25
}

.detail__instockgraphitem:nth-child(2):before {
    opacity: 0.50
}

.detail__instockgraphitem:nth-child(3):before {
    opacity: 0.75
}

.detail__instockgraphitem.--grey:before {
    background-color:#f0f0f0;
    opacity: 1
}







.detail__delivery {
    border: 1px solid #F3F3F3;
    background: #FFF;
    padding: 12px 8px;
    margin: 0 0 20px 0;
}
.detail__deliveryblock {
    padding: 0 0 0 27px;
    position: relative;
}

.detail__deliveryblock:before {
    color: #51B3E7;
    position: absolute;
    width: 24px !important;
    height: 24px !important;
    line-height: 24px !important;
    top: 0;
    left: 0;
    font-size: 20px !important;
}
.detail__deliverycol {
}
.detail__deliverytitle {
    color: #333;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
.detail__deliveryrow {
    color: #666;
    font-size: 14px;
    line-height: 150%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}
.detail__deliveryname {
    
}
.detail__deliveryval {
    color: #333;
    font-weight: 500;
}



.detail__properties {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
}
.detail__propertiesitem {
    list-style: none;
    display: flex;
/*    align-items: center;*/
    flex-flow: row nowrap;
    position: relative;
    padding: 0 0 0 20px;
    margin: 0 0 10px 0;
}
.detail__propertiesinfo {
    position: absolute;
    left: 0;
    top: 1px;
    width: 16px;
    height: 16px;
}
.detail__propertiesinfo:before {
    content: '?';
    display: block;
    width: 16px;
    height: 16px;
    line-height: 18px;
    font-size: 10px;
    text-align: center;
    border-radius: 50%;
    font-weight: 500;
    background-color: #F2F2F2;
    color: rgba(0, 0, 0, 0.50);
}

.detail__propertiesinfo:hover:before {
    background-color: var(--color-blue--hover);
    color: #ffffff;
}

.detail__propertiesinfobox {
    display: none;
}
.detail__propertiesinfo:hover .detail__propertiesinfobox {
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    font-size: 12px;
    line-height: 1.21;
    padding: 4px 0;
    z-index: 1;
    width: 280px;
}
.detail__propertiesinfotext {
    border: 1px solid var(--color-blue);
    background-color: #fff;
    padding: 8px;
}
.detail__propertiesname {
    flex-shrink: 0;
}
.detail__propertiesdelimiter {
    margin: 0 4px;
    height: 16px;
    border-bottom: 1px dotted #E9E9E9;
    flex-grow: 1;
}
.detail__propertiesvalues {
    flex: 0 1 auto;
    text-align: right;
    font-weight: 500;
    color: #333;
}
.detail__propertiesvalue {
}

.detail__propertiesvalue.--att_obr_material {
    margin: 0 3px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    background-color: #cccccc;
    color: #ffffff;
    text-align: center;
    margin: 0 0 0 3px;
}


.detail__propertiesvalue.--att_obr_material.--h {background-color: #BCCBD1}
.detail__propertiesvalue.--att_obr_material.--k {background-color: #ED1D23}
.detail__propertiesvalue.--att_obr_material.--m {background-color: #FEF100}
.detail__propertiesvalue.--att_obr_material.--n {background-color: #8CC4B1}
.detail__propertiesvalue.--att_obr_material.--p {background-color: #00AEEC}
.detail__propertiesvalue.--att_obr_material.--s {background-color: #FBBE85}


.detail__blocks {
    margin: 0 0 40px 0;
}
.detail__block {
    width: 100%;
    padding: 16px;
    background-color: #F9F9F9;
    margin: 0 0 8px 0;
    font-size: 14px;
    line-height: 1.25;
    color: #666;
}
.detail__block_half {
}
.detail__blocktitle {
    font-weight: 500;
    margin: 0 0 16px 0;
    color: #333;
}
.detail__blocktext {
}
.detail__blockpic {
    margin: 10px 0;
}
.detail__blockimg {
    display: block;
    max-width: 100%;
    height: auto;
}
.detail__blockrow {
}
.detail__blocknotice {
    margin: 16px 0 0 0;
    padding: 8px 12px;
    border: 1px solid #FBC9C9;
    color: #333;
    font-size: 12px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

.detail__blocknotice:before {
    color: #FA5656;
    margin: 0 12px 0 0;
    font-size: 16px;
}

@media all and (min-width: 1280px) {
    .detail {
        margin: 5px 0 0 0;
        
    }
    .detail__top {
        margin: 0 0 20px 0;
        display: block;

    }
    .detail__brand {
        position: absolute;
        right: 0;
        margin: 0;
        display: block; 
        top: unset;
        bottom: calc(100% + 25px);
    }
    .detail__brandlogo {
       
    }
    .detail__toprow {
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
    }
    .detail__topcol {
        display: flex;
        flex-flow: row nowrap;
    }
    .detail__art {
        margin: 0 40px 0 0;
        
    }
    .detail__cats {
        margin: 0;        
    }

    .detail__actions {
        margin: 0;
    }

    .detail__actions > span:last-child .detail__action {
       margin: 0;
    }


    .detail__action:before {
    }

    .detail__main {
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
    }

    
    .detail__morepic {
        display: flex;
        padding: 0 17.5px;
        position: relative;
        margin-bottom: 20px;
    }

    .detail__morepicitem {
        width: calc(100% / 5 - 30px);
        margin: 0 15px;
    }

    .detail__mainblock_pics {
        flex: 0 1 auto;
        width: 50%;
    }
    .detail__mainblock_info {
        max-width: 520px;
        flex: 1 0 520px;
    }

    .detail__topprops {
        margin: 0 0 39px -30px;
        font-size: 14px;
    }

    .detail__toppropslink {
        font-size: 14px;
    }

    .detail__toppropsinfo:hover .detail__toppropsinfobox {
        left: unset;
        top: 0;
        right: 100%;
        font-size: 10px;
        padding: 0 6px;
        width: 248px;
    }

    .detail__toppropsinfotext {
        padding: 14px;
    }

    .detail__toppropsval.--att_obr_material {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
        margin: -5px 0 0 3px;
    }





    .detail__properties {
        list-style: none;
        padding: 0;
        margin: 0;
        font-size: 14px;
        columns: 2;
        column-gap: 120px;
    }
    .detail__propertiesitem {
    }
    .detail__propertiesinfo {
    }


    .detail__propertiesinfo:hover .detail__propertiesinfobox {
        font-size: 10px;
        padding: 4px 0;
        width: 248px;
    }
    .detail__propertiesinfotext {
        padding: 14px;
    }

    .detail__propertiesdelimiter {
        margin: 0 4px;
        height: 16px;
        border-bottom: 1px dotted #E9E9E9;
        flex-grow: 1;
    }

    .detail__propertiesvalue.--att_obr_material {
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 14px;
    }


    
    .detail__instocktext {
        padding: 0;
    }


    .detail__blocks {
        margin: 0 0 30px 0;
        display: flex;
        flex-flow: row wrap;
    }
    .detail__block {
        width: 100%;
        padding: 32px;
        margin: 0 0 10px 0;
        font-size: 16px;
    }

    .detail__block_half {
        max-width: calc(50% - 4px);
    }

    .detail__block_half + .detail__block_half {
        margin-left: 8px;
    }

    .detail__blockpic {
        max-width: 50%;
    }

    .detail__blockrow {
    }
    .detail__blocknotice {
        padding: 8px 24px;
        font-size: 14px;
    }

    .detail__blocknotice:before {
        margin: 0 16px 0 0;
        font-size: 16px;
    }

    .detail__price_current,
    .detail__price_order {
        font-size: 42px;
        margin: 0 24px 0 0;
    }

    .detail__pricedisc {
        padding: 9px 12px;
        font-size: 12px;
    }

    .detail__pricenotice {
        padding: 6px 8px;
    }

    .detail__price_old {
        font-size: 21px;
    }

    .detail__prices {
        margin: 0 0 32px 0;
    }

    .detail__btnsstock {
        display: flex;
        margin: 0 0 28px 0;
        align-items: center;
    }

    .detail__btnsstockcol {
        padding: 0;
        margin: 0;
    }

    .detail__btn {
        font-size: 16px;
        font-weight: 500;
        line-height: 48px;
    }

    .detail__instock {
        margin: 0 auto;
        font-size: 14px;
        line-height: 17px;
        width: 160px;
    }

    .detail__btnsstockcol:first-child {
        flex-grow: 1;
    }

    .detail__btnsstockcol:last-child {
        flex: 0 0 200px;
    }

    .detail__delivery {
        margin: 0 0 32px 0;
        padding: 23px 36px 30px 16px;
    }

    .detail__deliveryblock {
        padding: 0 0 0 39px;
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
    }

    .detail__deliverycol {
        width: calc(50% - 18px);
    }

    .detail__deliveryblock:before {
        width: 36px !important;
        height: 36px !important;
        line-height: 36px !important;
        font-size: 32px !important;
    }

}



@media all and (min-width: 1200px) {
    h1.heading__title {
        padding-right: 125px !important;
    }
 }

@media all and (min-width: 1740px) {
    .detail__propertiesinfo:hover .detail__propertiesinfobox {
        left: unset;
        top: 0;
        right: 100%;
        padding: 0 6px;
    }

    .detail__properties {
        column-gap: 180px;
    }
}

/* Fix columns */
@media all and (min-width: 1280px) {
    .detail__props {
        display: flex;
        justify-content: space-between;
        margin: 0 -60px;
    }

    .detail__propscol {
        width: 50%;
        padding: 0 60px;
    }

    .detail__propscol .detail__properties {
        column-count: unset;
    }
}

@media all and (min-width: 1740px) {

    .detail__props {
        margin: 0 -90px;
    }

    .detail__propscol {
        padding: 0 90px;
    }
}
/* End */
/* /local/templates/qtool/a/css/index.css?172606421518574 */
/* /local/templates/qtool/a/css/orderform.css?17567184216335 */
/* /local/templates/qtool/components/bitrix/catalog/root/style.css?1652252213721 */
/* /local/templates/qtool/components/bitrix/catalog.element/default/style.css?172979041821469 */
