

/* 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:/bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?165225224951*/
font.errortext{color:red}font.notetext{color:green}
/* 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 */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?165225224951 */
