

/* Start:/local/templates/profholod_2021-11-17/assets/css/style.css?1747039699391861*/
@charset "UTF-8";

@font-face {
	font-family: NotoSans;
	src: url(/local/templates/profholod_2021-11-17/assets/css/../fonts/NotoSans-Regular.eot);
	src: local("../fonts/NotoSans-Regular"), local("../fonts/NotoSans-Regular"), url(/local/templates/profholod_2021-11-17/assets/css/../fonts/NotoSans-Regular.eot?#iefix) format("embedded-opentype"), url(/local/templates/profholod_2021-11-17/assets/css/../fonts/NotoSans-Regular.woff) format("woff"), url(/local/templates/profholod_2021-11-17/assets/css/../fonts/NotoSans-Regular.ttf) format("truetype");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: NotoSans;
	src: url(/local/templates/profholod_2021-11-17/assets/css/../fonts/NotoSans-Medium.eot);
	src: local("../fonts/NotoSans-Medium"), local("../fonts/NotoSans-Medium"), url(/local/templates/profholod_2021-11-17/assets/css/../fonts/NotoSans-Medium.eot?#iefix) format("embedded-opentype"), url(/local/templates/profholod_2021-11-17/assets/css/../fonts/NotoSans-Medium.woff) format("woff"), url(/local/templates/profholod_2021-11-17/assets/css/../fonts/NotoSans-Medium.ttf) format("truetype");
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: NotoSans;
	src: local("../fonts/noto-sans-semibold"), url("/local/templates/profholod_2021-11-17/assets/css/../fonts/noto-sans-semibold.woff") format("woff"), url("/local/templates/profholod_2021-11-17/assets/css/../fonts/noto-sans-semibold.woff2") format("woff2");
	font-weight: 600;
	font-style: normal;
}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

h1 {
	font-size: 2em;
	margin: 0;
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	overflow: visible;
	border: 1px solid #00aee6;
	height: 0;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
	width: auto;
	max-width: 100%;
	height: auto;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
	-webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
	outline: ButtonText dotted 1px;
}

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type=checkbox],
[type=radio] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details {
	display: block;
}

summary {
	display: list-item;
}

.hidden,
[hidden],
template {
	display: none;
}

[onclick] {
	cursor: pointer;
}

.container-fluid {
	min-width: 320px;
	overflow: hidden;
}

.container {
	max-width: 1390px;
	padding-right: 15px;
	padding-left: 15px;
}

.container,
.container-fluid {
	margin-right: auto;
	margin-left: auto;
}

.row {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -8px;
	margin-left: -8px;
}

.row-no-mrg {
	margin: 0;
}

.row-no-mrg .col {
	padding-right: 0;
	padding-left: 0;
}

.col,
[class^=col-] {
	min-height: 1px;
	word-wrap: break-word;
	padding-right: 8px;
	padding-left: 8px;
}

.col-1 {
	width: 8.33333333%;
}

.col-2 {
	width: 16.66666667%;
}

.col-3 {
	width: 25%;
}

.col-4 {
	width: 33.33333333%;
}

.col-5 {
	width: 41.66666667%;
}

.col-6 {
	width: 50%;
}

.col-7 {
	width: 58.33333333%;
}

.col-8 {
	width: 66.66666667%;
}

.col-9 {
	width: 75%;
}

.col-10 {
	width: 83.33333333%;
}

.col-11 {
	width: 91.66666667%;
}

.col-12,
.col-xs-12 {
	width: 100%;
}

.col-xs-11 {
	width: 91.66666667%;
}

.col-xs-10 {
	width: 83.33333333%;
}

.col-xs-9 {
	width: 75%;
}

.col-xs-8 {
	width: 66.66666667%;
}

.col-xs-7 {
	width: 58.33333333%;
}

.col-xs-6 {
	width: 50%;
}

.col-xs-5 {
	width: 41.66666667%;
}

.col-xs-4 {
	width: 33.33333333%;
}

.col-xs-3 {
	width: 25%;
}

.col-xs-2 {
	width: 16.66666667%;
}

.col-xs-1 {
	width: 8.33333333%;
}

.col-xs-pull-12 {
	right: 100%;
}

.col-xs-pull-11 {
	right: 91.66666667%;
}

.col-xs-pull-10 {
	right: 83.33333333%;
}

.col-xs-pull-9 {
	right: 75%;
}

.col-xs-pull-8 {
	right: 66.66666667%;
}

.col-xs-pull-7 {
	right: 58.33333333%;
}

.col-xs-pull-6 {
	right: 50%;
}

.col-xs-pull-5 {
	right: 41.66666667%;
}

.col-xs-pull-4 {
	right: 33.33333333%;
}

.col-xs-pull-3 {
	right: 25%;
}

.col-xs-pull-2 {
	right: 16.66666667%;
}

.col-xs-pull-1 {
	right: 8.33333333%;
}

.col-xs-pull-0 {
	right: auto;
}

.col-xs-push-12 {
	left: 100%;
}

.col-xs-push-11 {
	left: 91.66666667%;
}

.col-xs-push-10 {
	left: 83.33333333%;
}

.col-xs-push-9 {
	left: 75%;
}

.col-xs-push-8 {
	left: 66.66666667%;
}

.col-xs-push-7 {
	left: 58.33333333%;
}

.col-xs-push-6 {
	left: 50%;
}

.col-xs-push-5 {
	left: 41.66666667%;
}

.col-xs-push-4 {
	left: 33.33333333%;
}

.col-xs-push-3 {
	left: 25%;
}

.col-xs-push-2 {
	left: 16.66666667%;
}

.col-xs-push-1 {
	left: 8.33333333%;
}

.col-xs-push-0 {
	left: auto;
}

.col-xs-offset-12 {
	margin-left: 100%;
}

.col-xs-offset-11 {
	margin-left: 91.66666667%;
}

.col-xs-offset-10 {
	margin-left: 83.33333333%;
}

.col-xs-offset-9 {
	margin-left: 75%;
}

.col-xs-offset-8 {
	margin-left: 66.66666667%;
}

.col-xs-offset-7 {
	margin-left: 58.33333333%;
}

.col-xs-offset-6 {
	margin-left: 50%;
}

.col-xs-offset-5 {
	margin-left: 41.66666667%;
}

.col-xs-offset-4 {
	margin-left: 33.33333333%;
}

.col-xs-offset-3 {
	margin-left: 25%;
}

.col-xs-offset-2 {
	margin-left: 16.66666667%;
}

.col-xs-offset-1 {
	margin-left: 8.33333333%;
}

.col-xs-offset-0 {
	margin-left: 0;
}

.justify-content-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.justify-content-between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.align-items-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.align-items-bottom,
.align-items-end {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.align-self-center {
	-ms-flex-item-align: center;
	align-self: center;
}

.align-self-baseline {
	-ms-flex-item-align: baseline;
	align-self: baseline;
}

.flex-wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.order-first {
	-ms-flex-order: -1;
	-webkit-box-ordinal-group: 0;
	order: -1;
}

.order-last {
	-ms-flex-order: 13;
	-webkit-box-ordinal-group: 14;
	order: 13;
}

.order-0 {
	-ms-flex-order: 0;
	-webkit-box-ordinal-group: 1;
	order: 0;
}

.order-1 {
	-ms-flex-order: 1;
	-webkit-box-ordinal-group: 2;
	order: 1;
}

.order-2 {
	-ms-flex-order: 2;
	-webkit-box-ordinal-group: 3;
	order: 2;
}

.order-3 {
	-ms-flex-order: 3;
	-webkit-box-ordinal-group: 4;
	order: 3;
}

.order-4 {
	-ms-flex-order: 4;
	-webkit-box-ordinal-group: 5;
	order: 4;
}

.order-5 {
	-ms-flex-order: 5;
	-webkit-box-ordinal-group: 6;
	order: 5;
}

.order-6 {
	-ms-flex-order: 6;
	-webkit-box-ordinal-group: 7;
	order: 6;
}

.order-7 {
	-ms-flex-order: 7;
	-webkit-box-ordinal-group: 8;
	order: 7;
}

.order-8 {
	-ms-flex-order: 8;
	-webkit-box-ordinal-group: 9;
	order: 8;
}

.order-9 {
	-ms-flex-order: 9;
	-webkit-box-ordinal-group: 10;
	order: 9;
}

.order-10 {
	-ms-flex-order: 10;
	-webkit-box-ordinal-group: 11;
	order: 10;
}

.order-11 {
	-ms-flex-order: 11;
	-webkit-box-ordinal-group: 12;
	order: 11;
}

.order-12 {
	-ms-flex-order: 12;
	-webkit-box-ordinal-group: 13;
	order: 12;
}

body {
	margin: 0;
	font-family: NotoSans;
	font-weight: 400;
	line-height: 1.5;
}

em {
	font-style: normal;
}

span:not(.selection) {
	display: inline-block;
}

b,
h1,
h2,
h3,
h4,
h5,
h6,
strong {
	font-weight: 500;
}

p {
	line-height: 1.25;
	margin: 6px 0;
}

ol,
ul {
	list-style: none;
	padding-left: 0;
}

.img-block {
	display: block;
	font-size: 0;
}

.visually-hidden {
	position: absolute;
	clip: rect(0 0 0 0);
	width: 1px;
	height: 1px;
	margin: -1px;
	opacity: 0;
}

.main-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 1440px;
	min-height: 100vh;
	overflow: hidden;
	margin: 0 auto;
}
.main-wrapper--certificates {
	max-width: none;
}
.block-title {
	display: block;
}

.block-title--lg {
	font-size: 72px;
	line-height: 1.2;
}

.block-title--md {
	font-size: 48px;
	line-height: 1.2;
}

.block-title--md-m {
	font-size: 32px;
}

.block-title--md-s {
	font-size: 24px;
}

.block-title--md-x {
	font-size: 18px;
}

.block-title--sm {
	display: block;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 0.5rem;
}

.blue {
	color: #1c68da;
}

.l-blue {
	color: #00aee6;
}

.orange {
	color: #f37021;
}

.white-lines {
	background-image: url(/local/templates/profholod_2021-11-17/assets/img/white-lines.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}

.text-left {
	text-align: left !important;
}

.text-right {
	text-align: right !important;
}

.text-center {
	text-align: center !important;
}

.d-none {
	display: none !important;
}

.d-inline {
	display: inline !important;
}

.d-inline-block {
	display: inline-block !important;
}

.d-block {
	display: block !important;
}

.d-table {
	display: table !important;
}

.d-table-row {
	display: table-row !important;
}

.d-table-cell {
	display: table-cell !important;
}

.d-flex {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.d-inline-flex {
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
}

.w-25 {
	width: 25% !important;
}

.w-50 {
	width: 50% !important;
}

.w-75 {
	width: 75% !important;
}

.w-100 {
	width: 100% !important;
}

.w-auto {
	width: auto !important;
}

.h-25 {
	height: 25% !important;
}

.h-50 {
	height: 50% !important;
}

.h-75 {
	height: 75% !important;
}

.h-100 {
	height: 100% !important;
}

.h-auto {
	height: auto !important;
}

.mw-100 {
	max-width: 100% !important;
}

.mh-100 {
	max-height: 100% !important;
}

.min-vw-100 {
	min-width: 100vw !important;
}

.min-vh-100 {
	min-height: 100vh !important;
}

.vw-100 {
	width: 100vw !important;
}

.vh-100 {
	height: 100vh !important;
}

.m-0 {
	margin: 0 !important;
}

.mt-0,
.my-0 {
	margin-top: 0 !important;
}

.mr-0,
.mx-0 {
	margin-right: 0 !important;
}

.mb-0,
.my-0 {
	margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
	margin-left: 0 !important;
}

.m-1 {
	margin: 10px !important;
}

.mt-1,
.my-1 {
	margin-top: 10px !important;
}

.mr-1,
.mx-1 {
	margin-right: 10px !important;
}

.mb-1,
.my-1 {
	margin-bottom: 10px !important;
}

.ml-1,
.mx-1 {
	margin-left: 10px !important;
}

.m-2 {
	margin: 20px !important;
}

.mt-2,
.my-2 {
	margin-top: 20px !important;
}

.mr-2,
.mx-2 {
	margin-right: 20px !important;
}

.mb-2,
.my-2 {
	margin-bottom: 20px !important;
}

.ml-2,
.mx-2 {
	margin-left: 20px !important;
}

.m-3 {
	margin: 30px !important;
}

.mt-3,
.my-3 {
	margin-top: 30px !important;
}

.mr-3,
.mx-3 {
	margin-right: 30px !important;
}

.mb-3,
.my-3 {
	margin-bottom: 30px !important;
}

.ml-3,
.mx-3 {
	margin-left: 30px !important;
}

.m-4 {
	margin: 40px !important;
}

.mt-4,
.my-4 {
	margin-top: 40px !important;
}

.mr-4,
.mx-4 {
	margin-right: 40px !important;
}

.mb-4,
.my-4 {
	margin-bottom: 40px !important;
}

.ml-4,
.mx-4 {
	margin-left: 40px !important;
}

.m-5 {
	margin: 50px !important;
}

.mt-5,
.my-5 {
	margin-top: 50px !important;
}

.mr-5,
.mx-5 {
	margin-right: 50px !important;
}

.mb-5,
.my-5 {
	margin-bottom: 50px !important;
}

.ml-5,
.mx-5 {
	margin-left: 50px !important;
}

.p-0 {
	padding: 0 !important;
}

.pt-0,
.py-0 {
	padding-top: 0 !important;
}

.pr-0,
.px-0 {
	padding-right: 0 !important;
}

.pb-0,
.py-0 {
	padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
	padding-left: 0 !important;
}

.p-1 {
	padding: 10px !important;
}

.pt-1,
.py-1 {
	padding-top: 10px !important;
}

.pr-1,
.px-1 {
	padding-right: 10px !important;
}

.pb-1,
.py-1 {
	padding-bottom: 10px !important;
}

.pl-1,
.px-1 {
	padding-left: 10px !important;
}

.p-2 {
	padding: 20px !important;
}

.pt-2,
.py-2 {
	padding-top: 20px !important;
}

.pr-2,
.px-2 {
	padding-right: 20px !important;
}

.pb-2,
.py-2 {
	padding-bottom: 20px !important;
}

.pl-2,
.px-2 {
	padding-left: 20px !important;
}

.p-3 {
	padding: 30px !important;
}

.pt-3,
.py-3 {
	padding-top: 30px !important;
}

.pr-3,
.px-3 {
	padding-right: 30px !important;
}

.pb-3,
.py-3 {
	padding-bottom: 30px !important;
}

.pl-3,
.px-3 {
	padding-left: 30px !important;
}

.p-4 {
	padding: 40px !important;
}

.pt-4,
.py-4 {
	padding-top: 40px !important;
}

.pr-4,
.px-4 {
	padding-right: 40px !important;
}

.pb-4,
.py-4 {
	padding-bottom: 40px !important;
}

.pl-4,
.px-4 {
	padding-left: 40px !important;
}

.p-5 {
	padding: 50px !important;
}

.pt-5,
.py-5 {
	padding-top: 50px !important;
}

.pr-5,
.px-5 {
	padding-right: 50px !important;
}

.pb-5,
.py-5 {
	padding-bottom: 50px !important;
}

.pl-5,
.px-5 {
	padding-left: 50px !important;
}

.m-n1 {
	margin: -10px !important;
}

.mt-n1,
.my-n1 {
	margin-top: -10px !important;
}

.mr-n1,
.mx-n1 {
	margin-right: -10px !important;
}

.mb-n1,
.my-n1 {
	margin-bottom: -10px !important;
}

.ml-n1,
.mx-n1 {
	margin-left: -10px !important;
}

.m-n2 {
	margin: -20px !important;
}

.mt-n2,
.my-n2 {
	margin-top: -20px !important;
}

.mr-n2,
.mx-n2 {
	margin-right: -20px !important;
}

.mb-n2,
.my-n2 {
	margin-bottom: -20px !important;
}

.ml-n2,
.mx-n2 {
	margin-left: -20px !important;
}

.m-n3 {
	margin: -30px !important;
}

.mt-n3,
.my-n3 {
	margin-top: -30px !important;
}

.mr-n3,
.mx-n3 {
	margin-right: -30px !important;
}

.mb-n3,
.my-n3 {
	margin-bottom: -30px !important;
}

.ml-n3,
.mx-n3 {
	margin-left: -30px !important;
}

.m-n4 {
	margin: -40px !important;
}

.mt-n4,
.my-n4 {
	margin-top: -40px !important;
}

.mr-n4,
.mx-n4 {
	margin-right: -40px !important;
}

.mb-n4,
.my-n4 {
	margin-bottom: -40px !important;
}

.ml-n4,
.mx-n4 {
	margin-left: -40px !important;
}

.m-n5 {
	margin: -50px !important;
}

.mt-n5,
.my-n5 {
	margin-top: -50px !important;
}

.mr-n5,
.mx-n5 {
	margin-right: -50px !important;
}

.mb-n5,
.my-n5 {
	margin-bottom: -50px !important;
}

.ml-n5,
.mx-n5 {
	margin-left: -50px !important;
}

.m-auto {
	margin: auto !important;
}

.mt-auto,
.my-auto {
	margin-top: auto !important;
}

.mr-auto,
.mx-auto {
	margin-right: auto !important;
}

.mb-auto,
.my-auto {
	margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
	margin-left: auto !important;
}

.fade {
	-webkit-transition: opacity 0.15s linear;
	-o-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}

.fade:not(.show) {
	opacity: 0;
}

.collapse:not(.show) {
	display: none;
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height 0.35s;
	-o-transition: height 0.35s;
	transition: height 0.35s;
}

.jumb {
	padding: 54px 0 45px;
}

.jumb h1 {
	max-width: 800px;
}

.jumb .btn {
	margin: 24px 0;
}

.jumb .btn + .btn {
	width: 100%;
	max-width: 166px;
	margin-top: 17px;
}

.jumb-numbers {
	padding: 25px 0;
}

.jumb-numbers .col {
	margin: 20px 0;
}

.jumb .sum small {
	font-size: 32px;
}

.jumb .sum-text {
	max-width: 180px;
	font-size: 14px;
	padding-top: 6px;
}

.iframe-block {
	position: relative;
	height: 100%;
}

.iframe-block-col {
	width: 74.5%;
}

.iframe-block img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	z-index: 1;
}

.iframe-block .click-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: transparent;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-o-transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
	z-index: 5;
}

.iframe-block .click-btn:hover {
	-webkit-transform: translate(-50%, -50%) scale(0.85);
	-ms-transform: translate(-50%, -50%) scale(0.85);
	transform: translate(-50%, -50%) scale(0.85);
}

.iframe-toggle-list {
	background-color: #f3f3f3;
	margin: 0;
}

.iframe-toggle-list-col {
	width: 25.5%;
}

.iframe-toggle-list li {
	position: relative;
	-webkit-transition: color 0.3s, background-color 0.3s;
	-o-transition: color 0.3s, background-color 0.3s;
	transition: color 0.3s, background-color 0.3s;
	padding: 32px 32px 28px;
}

.iframe-toggle-list li .block-title {
	line-height: 1.75;
}

.iframe-toggle-list li:after {
	position: absolute;
	content: "";
	display: block;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: calc(100% - 64px);
	height: 2px;
	background-color: rgba(0, 0, 0, 0.1);
}

.iframe-toggle-list li.active {
	background-color: #f37021;
	color: #fff;
}

.iframe-toggle-list li.active .timing {
	color: rgba(255, 255, 255, 0.4);
}

.iframe-toggle-list li.active:after {
	background-color: transparent;
}

.iframe-toggle-list li .timing {
	font-size: 14px;
	color: rgba(0, 0, 0, 0.3);
	margin-top: 56px;
}

.iframe-toggle-list li:last-child:after {
	display: none;
	content: none;
}

.iframe-toggle-list li:hover:not(.active) {
	color: #f37021;
}

.iframe-toggle-list li:not(.active) {
	cursor: pointer;
}

.news {
	padding: 55px 0;
}

.news-article {
	display: block;
	font-size: 14px;
	text-decoration: none;
	color: inherit;
	margin: 5px 0 15px;
}

.news-article time {
	display: inline-block;
	color: rgba(0, 0, 0, 0.3);
	margin-bottom: 20px;
}

.news-article p {
	line-height: 1.65;
	-webkit-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;
	margin: 7px 0;
}

.news-article:hover {
	text-decoration: none;
}

.news-article:hover p {
	color: #f37021;
}

.news-article:visited {
	color: inherit;
}

.build {
	padding: 25px 0;
}

.build .block-title {
	line-height: 1.25;
}

.build .btn {
	margin-top: 58px;
}

.build-card {
	display: block;
	text-decoration: none;
	margin: 18px 0 38px;
}

.build-card .img-block {
	position: relative;
	margin-bottom: 28px;
}

.build-card .img-block:after {
	position: absolute;
	content: "";
	display: block;
	bottom: 0;
	left: 0;
	background-color: #f37021;
	width: 0;
	height: 8px;
	-webkit-transition: width 0.3s;
	-o-transition: width 0.3s;
	transition: width 0.3s;
}

.build-card strong {
	letter-spacing: 0.075rem;
	line-height: 1.85;
}

.build-card:visited {
	color: inherit;
}

.build-card:hover {
	color: #f37021;
}

.build-card:hover .img-block:after {
	width: 100%;
}

.advantages {
	position: relative;
	overflow: hidden;
	padding: 68px 0 184px;
	z-index: 1;
}

.advantages .block-title--md {
	max-width: 570px;
	line-height: 1.35;
}

.advantages-item {
	position: relative;
	padding-left: 115px;
	margin: 72px 0 6px;
}

.advantages-item .icon {
	position: absolute;
	top: 0;
	left: 0;
}

.advantages-item .block-title {
	margin-bottom: 14px;
}

.advantages-item p {
	max-width: 445px;
	line-height: 1.4;
	color: rgba(0, 0, 0, 0.3);
	margin-top: 20px;
}

.advantages-bottom {
	position: relative;
	border-top: 2px solid #00aee6;
	padding-top: 56px;
	margin: 128px auto 0;
	z-index: 2;
}

.advantages-bottom .block-title--md-m {
	line-height: 1.55;
}

.advantages .map {
	position: relative;
	margin: 0 -40px;
	z-index: -1;
}

.advantages .map-iframe {
	position: absolute;
	top: -12%;
	left: 0;
	right: 0;
}

.advantages .map-desc {
	position: relative;
	display: block;
	padding-left: 35px;
	margin-top: 31.7rem;
	z-index: 1;
}

.blue-form {
	position: relative;
	background-color: #00aee6;
	font-size: 14px;
	color: #fff;
	z-index: 4;
}

.blue-form:not(.form__vocation) {
	padding: 96px 0 68px;
	margin-bottom: 82px;
}

.blue-form input:not([type=file]):not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=reset]),
.blue-form textarea {
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	color: #fff;
}

.blue-form input:not([type=file]):not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=reset])::-webkit-input-placeholder,
.blue-form textarea::-webkit-input-placeholder {
	color: #fff;
}

.blue-form input:not([type=file]):not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=reset])::-moz-placeholder,
.blue-form textarea::-moz-placeholder {
	color: #fff;
}

.blue-form input:not([type=file]):not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=reset]):-ms-input-placeholder,
.blue-form textarea:-ms-input-placeholder {
	color: #fff;
}

.blue-form input:not([type=file]):not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=reset]):-moz-placeholder,
.blue-form textarea:-moz-placeholder {
	color: #fff;
}

.blue-form input:not([type=file]):not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=reset])::-placeholder,
.blue-form textarea::-placeholder {
	color: #fff;
}

.blue-form-text {
	max-width: 402px;
	line-height: 1.8;
	margin-top: 38px;
}

.blue-form .form {
	padding-top: 10px;
}

.blue-form .form .col:first-of-type,
.blue-form .form .col:nth-child(2),
.blue-form .form .col:nth-child(3) {
	margin: 6px 0 29px;
}

.blue-form .form .col:nth-child(4) {
	margin: 6px 0 16px;
}

.blue-form .form .col .custom-upload {
	margin-bottom: 40px;
}

.blue-form .form [type=submit] {
	width: 100%;
}

.blue-form .form .custom-checkbox {
	line-height: 1.8;
	margin-left: 42px;
}

.form input:not([type=file]):not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=reset]),
.form textarea {
	display: block;
	width: 100%;
	padding: 7px 0;
	border: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	border-radius: 0;
	background-color: transparent;
	color: #fff;
	-webkit-transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	transition: border-color 0.3s;
	font-size: 14px;
}

.form input:not([type=file]):not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=reset]):focus,
form textarea:focus {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.form input:not([type=file]):not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=reset]):focus-visible,
form textarea:focus-visible {
	border-bottom-color: rgba(255, 255, 255, 0.4);
}

form textarea {
	resize: none;
	max-height: 100px;
}

.row-toggle h3 span {
	width: 100%;
	margin-right: 20px;
}

.row-toggle h3 span + i {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	background-color: #f3f3f3;
}

.link-toggle {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: relative;
	margin-bottom: 0;
}

.link-toggle i {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	display: block;
	position: relative;
}

.link-toggle i svg {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	fill: none;
}

.link-toggle.is-open i svg {
	-webkit-transform: translate(-50%, -50%) rotate(180deg);
	-ms-transform: translate(-50%, -50%) rotate(180deg);
	transform: translate(-50%, -50%) rotate(180deg);
}

.link-toggle:hover {
	color: #f37021;
}

.bg-orange {
	background-color: #f37021;
	color: #fff;
}

.s-order {
	background-position: 100% 50%;
	background-repeat: no-repeat;
	padding: 55px 20px;
}

.s-order__title {
	font-size: 20px;
	line-height: 1.35;
	margin-bottom: 30px;
}

.s-order__content {
	font-size: 14px;
	line-height: 1.7;
}

@media (min-width: 1440px) {
	.products-page .s-order__content {
		margin-left: -20px;
	}
}

.s-order__content ul {
	margin-bottom: 40px;
}

.s-order__content li {
	padding-left: 25px;
	position: relative;
	margin-bottom: 5px;
}

.s-order__content li:before {
	content: "—";
	position: absolute;
	left: 0;
	top: -1px;
}

.s-order__btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.s-order__btn .btn {
	font-size: 14px;
	padding: 16px 30px;
}

.s-order__btn--mt  {
	margin-top: 28px;
	margin-left: 0 !important;
}

.s-order--news {
	background-image: url(/img/local/templates/profholod_2021-11-17/assets/img/bg-orange-3.svg);
	background-size: cover;
}

.rub {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-style: normal;
}

.border {
	border: 1px solid #e7e7e7 !important;
}

.bg-grey {
	background-color: #f3f3f3;
}

.carousel-text-top,
.carousel-work {
	position: relative;
}

.carousel-text-top .item,
.carousel-work .item {
	position: relative;
	overflow: hidden;
}

.carousel-text-top .item:before,
.carousel-work .item:before {
	content: "";
	display: block;
	padding-top: 60%;
}

.carousel-text-top .item img,
.carousel-work .item img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center center;
	object-position: center center;
}

.carousel-text-top .slick-dots,
.carousel-work .slick-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 12px;
}

.carousel-text-top .slick-dots li,
.carousel-work .slick-dots li {
	margin: 0 4px;
	padding: 0;
}

.carousel-text-top .slick-dots li button,
.carousel-work .slick-dots li button {
	border-radius: 50%;
	border: none;
	font-size: 0;
	width: 8px;
	height: 8px;
	background: rgba(0, 0, 0, 0.1);
	padding: 0;
}

.carousel-text-top .slick-dots li button:focus-visible,
.carousel-work .slick-dots li button:focus-visible {
	-webkit-box-shadow: 0 0 2px 4px rgba(243, 112, 33, 0.5);
	box-shadow: 0 0 2px 4px rgba(243, 112, 33, 0.5);
}

.carousel-text-top .slick-dots li.slick-active button,
.carousel-text-top .slick-dots li:hover button,
.carousel-work .slick-dots li.slick-active button,
.carousel-work .slick-dots li:hover button {
	background: #f37021;
}

.carousel-text-top__btn,
.carousel-work__btn {
	position: absolute;
	bottom: -20px;
	right: 0;
	width: 48px;
	height: 48px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
	cursor: pointer;
	background-color: transparent;
	border: none;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.carousel-text-top__btn:focus-visible,
.carousel-work__btn:focus-visible {
	-webkit-box-shadow: 0 0 2px 4px rgba(243, 112, 33, 0.5);
	box-shadow: 0 0 2px 4px rgba(243, 112, 33, 0.5);
}

.carousel-text-top__btn:hover,
.carousel-work__btn:hover {
	background-color: #f37021;
	color: #fff;
}

.carousel-text-top__btn.slick-disabled,
.carousel-work__btn.slick-disabled {
	background-color: transparent;
	color: #000;
	pointer-events: none;
}

.carousel-text-top__prev,
.carousel-work__prev {
	right: 65px;
}

.carousel-text-top__prev svg,
.carousel-work__prev svg {
	margin-right: 2px;
}

.carousel-text-top__next svg,
.carousel-work__next svg {
	margin-left: 2px;
}

.carousel-text-bottom {
	font-size: 14px;
	line-height: 1.7;
	margin-top: 35px;
}

.carousel-text-bottom p {
	margin: 0;
}

[class*=module] {
	position: relative;
}

.s-career {
	padding: 46px 115px 44px;
	margin-bottom: 82px;
}

.s-career h2 {
	line-height: 1.5;
}

.s-career ul {
	margin: 62px 0 0;
}

.s-career li {
	position: relative;
	padding-bottom: 30px;
	padding-left: 30px;
	font-size: 14px;
	line-height: 1.5;
	color: #000;
}

.s-career li:before {
	content: "";
	position: absolute;
	height: 100%;
	left: 7px;
	top: 9px;
	width: 2px;
	border-left: 1px dashed rgba(99, 100, 102, 0.4);
}

.s-career li span {
	display: inline-block;
}

.s-career li i {
	position: absolute;
	top: 3px;
	left: 0;
	width: 16px;
	height: 16px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 50%;
	background-color: #f3f3f3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.s-career li i:before {
	content: "";
	width: 8px;
	height: 8px;
	background-color: #101010;
	border-radius: 50%;
}

.s-career li:last-child {
	border: none;
}

.s-career li:last-child:before {
	display: none;
}

.s-career li.current span {
	color: #f37021;
}

.s-career li.current i {
	border: 1px solid #f37021;
}

.s-career li.current i:before {
	background-color: #f37021;
}

.calc-banner {
	background: #00aee6;
	color: #fff;
	padding: 55px 20px;
}

.calc-banner-wrapper {
	margin: 64px 0 56px;
}

.calc-banner__title {
	font-size: 20px;
	line-height: 32px;
	margin-top: 0;
	margin-bottom: 30px;
}

.calc-banner__content {
	max-width: 350px;
}

.calc-banner__text {
	font-size: 14px;
	line-height: 1.7;
	margin-bottom: 30px;
}

.calc-banner__btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.calc-banner__btn .btn {
	margin-top: 15px;
}

label {
	cursor: pointer;
}

.input {
	display: block;
	width: 100%;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: transparent;
	line-height: 1;
	color: #000;
	-webkit-transition: border-color 0.3s, color 0.3s;
	-o-transition: border-color 0.3s, color 0.3s;
	transition: border-color 0.3s, color 0.3s;
}

.input::-webkit-input-placeholder {
	color: #f3f3f3;
}

.input::-moz-placeholder {
	color: #f3f3f3;
}

.input:-ms-input-placeholder {
	color: #f3f3f3;
}

.input:-moz-placeholder {
	color: #f3f3f3;
}

.input::-placeholder {
	color: #f3f3f3;
}

.custom-checkbox {
	position: relative;
	display: block;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding-left: 40px;
}

.custom-checkbox .text {
	max-width: 295px;
	font-size: 14px;
	color: inherit;
}

.custom-checkbox a {
	color: inherit;
	text-underline-offset: 5px;
}

.custom-checkbox a:focus,
.custom-checkbox a:focus-visible {
	outline: 0;
	border: none;
}

.custom-checkbox a:focus-visible {
	opacity: 0.6;
	text-decoration: none;
}

.custom-checkbox .pseudo-check {
	position: absolute;
	top: 3px;
	left: 0;
	border: 1px solid #fff;
	width: 16px;
	height: 16px;
	line-height: 0;
}

.custom-checkbox .pseudo-check:after {
	position: absolute;
	content: "";
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 13px;
	height: 13px;
}

.custom-checkbox input:checked ~ .pseudo-check {
	background-color: #fff;
}

.custom-checkbox input:checked ~ .pseudo-check:after {
	content: url("data:image/svg+xml;charset=utf8,%3Csvg enable-background='new 0 0 512 512' viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m504.502 75.496c-9.997-9.998-26.205-9.998-36.204 0l-306.704 306.707-117.892-117.892c-9.997-9.998-26.205-9.997-36.204 0-9.998 9.997-9.998 26.205 0 36.203l135.994 135.992c9.994 9.997 26.214 9.99 36.204 0l324.806-324.806c9.998-9.997 9.997-26.206 0-36.204z' fill='%2300AEE6'/%3E%3C/svg%3E");
	opacity: 1;
}

.custom-checkbox input:focus-visible ~ .pseudo-check {
	-webkit-box-shadow: 0 0 2px 3px rgba(255, 255, 255, 0.5);
	box-shadow: 0 0 2px 3px rgba(255, 255, 255, 0.5);
}

.custom-checkbox--dark .pseudo-check {
	border-color: #000;
}

.custom-checkbox--dark .pseudo-check:after {
	background-color: rgba(0, 0, 0, 0.75);
}

.custom-upload {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 1rem 0;
}

.custom-upload .icon {
	margin-right: 16px;
}

.custom-upload .icon,
.custom-upload .title {
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.custom-upload input:focus-visible ~ .icon,
.custom-upload input:focus-visible ~ .title {
	opacity: 0.6;
}

.radio {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	cursor: pointer;
}

.radio:last-child {
	margin-bottom: 0;
}

.radio label {
	cursor: pointer;
	font-size: 14px;
	line-height: 1.7;
}

.radio .iradio {
	width: 20px;
	height: 20px;
	border: 2px solid rgba(0, 0, 0, 0.2);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 50%;
	margin-right: 10px;
	margin-top: 2px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.radio .iradio:before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #fff;
	border-radius: 50%;
}

.radio .iradio.checked {
	background: #f37021;
	border-color: #f37021;
}

.select2-container {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	margin: 0;
	position: relative;
	vertical-align: middle;
}

.select2-container .select2-selection--single {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 28px;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	display: block;
	padding-left: 8px;
	padding-right: 20px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
	position: relative;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
	padding-right: 8px;
	padding-left: 20px;
}

.select2-container .select2-selection--multiple {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	min-height: 32px;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
	display: inline-block;
	overflow: hidden;
	padding-left: 8px;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.select2-container .select2-search--inline {
	float: left;
}

.select2-container .select2-search--inline .select2-search__field {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	font-size: 100%;
	margin-top: 5px;
	padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

.select2-dropdown {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	position: absolute;
	left: -100000px;
	width: 100%;
	z-index: 1051;
}

.select2-results__options {
	list-style: none;
	margin: 0;
	padding: 0;
}

.select2-results__option {
	padding: 6px;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none;
}

.select2-results__option[aria-selected] {
	cursor: pointer;
}

.select2-container--open .select2-dropdown {
	left: 0;
}

.select2-container--open .select2-dropdown--above {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.select2-search--dropdown {
	display: block;
	padding: 4px;
}

.select2-search--dropdown .select2-search__field {
	padding: 4px;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
	display: none;
}

.select2-close-mask {
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	min-height: 100%;
	min-width: 100%;
	height: auto;
	width: auto;
	opacity: 0;
	z-index: 99;
	background-color: #fff;
}

.select2-hidden-accessible {
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
}

.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: 700;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
	float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
	left: 1px;
	right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
	background-color: #eee;
	cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
	display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888;
	border-width: 0 4px 5px;
}

.select2-container--default .select2-selection--multiple {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding: 0 5px;
	width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
	list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
	color: #999;
	margin-top: 5px;
	float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: 700;
	margin-top: 5px;
	margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: #999;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #333;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
	float: right;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
	margin-left: 5px;
	margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: 1px solid #000;
	outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
	background-color: #eee;
	cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
	display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
	background: 0 0;
	border: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
	max-height: 200px;
	overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
	padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
	color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
	padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
	padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -1em;
	padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -2em;
	padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -3em;
	padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -4em;
	padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -5em;
	padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #5897fb;
	color: #fff;
}

.select2-container--default .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px;
}

.select2-container--classic .select2-selection--single {
	background-color: #f7f7f7;
	border: 1px solid #e7e7e7;
	border-radius: 3px;
	outline: 0;
	background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
	background-image: -moz- oldlinear-gradient(top, #fff 50%, #eee 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#eee));
	background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
	background-repeat: repeat-x;
}

.select2-container--classic .select2-selection--single:focus {
	border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: 700;
	margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
	color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
	background-color: #ddd;
	border: none;
	border-left: 1px solid #e7e7e7;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
	background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
	background-image: -moz- oldlinear-gradient(top, #eee 50%, #ccc 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#ccc));
	background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
	background-repeat: repeat-x;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
	float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
	border: none;
	border-right: 1px solid #e7e7e7;
	border-radius: 3px 0 0 3px;
	left: 1px;
	right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
	border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
	background: 0 0;
	border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888;
	border-width: 0 4px 5px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background-image: -o-linear-gradient(top, #fff 0, #eee 50%);
	background-image: -moz- oldlinear-gradient(top, #fff 0, #eee 50%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #eee));
	background-image: linear-gradient(to bottom, #fff 0, #eee 50%);
	background-repeat: repeat-x;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
	background-image: -moz- oldlinear-gradient(top, #eee 50%, #fff 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#fff));
	background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
	background-repeat: repeat-x;
}

.select2-container--classic .select2-selection--multiple {
	background-color: #fff;
	border: 1px solid #e7e7e7;
	border-radius: 3px;
	cursor: text;
	outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
	border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
	list-style: none;
	margin: 0;
	padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
	display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #e7e7e7;
	border-radius: 3px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
	color: #888;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #555;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
	float: right;
	margin-left: 5px;
	margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
	border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
	border: 1px solid #e7e7e7;
	outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.select2-container--classic .select2-dropdown {
	background-color: #fff;
	border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
	border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
	border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
	max-height: 200px;
	overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
	padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
	color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
	background-color: #3875d7;
	color: #fff;
}

.select2-container--classic .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
	border-color: #5897fb;
}

/*! nouislider - 8.2.1 - 2015-12-02 21:43:15 */

.noUi-target,
.noUi-target * {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-touch-action: none;
	touch-action: none;
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.noUi-target {
	position: relative;
	direction: ltr;
}

.noUi-base {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}

.noUi-origin {
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
}

.noUi-stacking .noUi-handle {
	z-index: 10;
}

.noUi-state-tap .noUi-origin {
	-webkit-transition: left 0.3s, top 0.3s;
	-o-transition: left 0.3s, top 0.3s;
	transition: left 0.3s, top 0.3s;
}

.noUi-state-drag * {
	cursor: inherit !important;
}

.noUi-horizontal {
	height: 2px;
}

.noUi-horizontal .noUi-handle {
	width: 17px;
	height: 17px;
	left: 0;
	top: -8px;
}

.noUi-background {
	background-color: #ececec;
	position: relative;
	border-radius: 0;
}

.noUi-background:before {
	left: 0;
}

.noUi-background:after {
	right: 0;
}

.noUi-connect {
	background: #3fb8af;
	-webkit-transition: background 450ms;
	-o-transition: background 450ms;
	transition: background 450ms;
}

.noUi-origin {
	border-radius: 3px;
}

.noUi-base {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	background: #ececec;
	border-radius: 0;
}

.noUi-origin {
	background-color: #fb5926;
}

.noUi-origin + .noUi-origin {
	background-color: #ececec;
}

.noUi-draggable {
	cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
	cursor: n-resize;
}

.noUi-handle {
	position: relative;
	z-index: 1;
	cursor: pointer;
}

.noUi-handle:before {
	content: "";
	display: block;
	position: absolute;
	width: 17px;
	height: 17px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #f37021;
	border-radius: 50%;
}

.noUi-handle:after {
	left: 17px;
}

.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
	width: 14px;
	height: 1px;
	left: 6px;
	top: 14px;
}

.noUi-vertical .noUi-handle:after {
	top: 17px;
}

[disabled] .noUi-connect,
[disabled].noUi-connect {
	background: #b8b8b8;
}

[disabled] .noUi-handle,
[disabled].noUi-origin {
	cursor: not-allowed;
}

.noUi-pips,
.noUi-pips * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.noUi-pips {
	position: absolute;
	color: #999;
}

.noUi-value {
	width: 40px;
	position: absolute;
	text-align: center;
}

.noUi-value-sub {
	color: #ccc;
	font-size: 10px;
}

.noUi-marker {
	position: absolute;
	background: #ccc;
}

.noUi-marker-large,
.noUi-marker-sub {
	background: #aaa;
}

.noUi-pips-horizontal {
	padding: 10px 0;
	height: 50px;
	top: 100%;
	left: 0;
	width: 100%;
}

.noUi-value-horizontal {
	margin-left: -20px;
	padding-top: 20px;
}

.noUi-value-horizontal.noUi-value-sub {
	padding-top: 15px;
}

.noUi-marker-horizontal.noUi-marker {
	margin-left: -1px;
	width: 2px;
	height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
	height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
	height: 15px;
}

.noUi-pips-vertical {
	padding: 0 10px;
	height: 100%;
	top: 0;
	left: 100%;
}

.noUi-value-vertical {
	width: 15px;
	margin-left: 20px;
	margin-top: -5px;
}

.noUi-marker-vertical.noUi-marker {
	width: 5px;
	height: 2px;
	margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
	width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
	width: 15px;
}

.noUi-tooltip {
	display: block;
	position: absolute;
	background: #fff;
	text-align: center;
}

.noUi-horizontal .noUi-handle-lower .noUi-tooltip {
	top: 20px;
}

.noUi-horizontal .noUi-handle-upper .noUi-tooltip {
	top: 20px;
	right: 17px;
}

.noUi-horizontal .noUi-handle-upper::before {
	width: 17px;
	height: 17px;
	background-color: #fb5926;
	border-radius: 50%;
	right: 17px;
}

.noUi-horizontal .noUi-handle-upper:hover:before {
	border-color: #000;
}

.noUi-vertical .noUi-handle-lower .noUi-tooltip {
	left: 120%;
}

.noUi-vertical .noUi-handle-upper .noUi-tooltip {
	right: 120%;
}

.increment {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 2px solid #fff;
	border-radius: 40px;
	padding: 5px 16px;
	min-height: 40px;
}

.increment__btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	color: #000;
	background-color: transparent;
	font-size: 14px;
	line-height: 1.7;
	border: none;
}

.increment__quantity {
	border: none!important;
	width: 55px;
	background-color: transparent;
	text-align: center;
	font-size: 14px;
	line-height: 1.7;
	min-height: unset !important;
	padding: 0 !important;
}

.increment--category {
	border-radius: 40px 0 0 40px;
}

.increment--product-desktop {
	border-radius: 0;
	border-color: #f3f3f3;
	border-right: none;
}

.increment--product-mobile {
	border-radius: 40px 0 0 40px;
	border-color: #f3f3f3;
	border-right: none;
}

.unit {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.unit__link {
	position: relative;
	font-size: 14px;
	line-height: 1.7;
	color: #000;
	text-decoration: none;
	padding: 6px 16px;
	border: 2px solid #fff;
	border-radius: 40px;
	min-height: 40px;
}

.unit__link:hover {
	text-decoration: none;
	color: #000;
}

.unit__link:hover .unit__list {
	visibility: visible;
	opacity: 1;
}

.unit__value {
	display: inline-block;
	min-width: 18px;
}

.unit__list {
	position: absolute;
	left: -2px;
	top: 100%;
	width: calc(100% + 4px);
	visibility: hidden;
	margin: 0;
	opacity: 0;
	background-color: #fff;
	z-index: 1;
}

.unit__item {
	font-size: 14px;
	line-height: 1.7;
	cursor: pointer;
	padding-left: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.unit--category .unit__link {
	border-radius: 0 20px 20px 0;
	border-left: none;
}

.unit--category .unit__link:hover {
	background-color: #fff;
	border-bottom-right-radius: 0;
}

.unit--product-desktop .unit__link {
	border-radius: 0;
	border-color: #f3f3f3;
}

.unit--product-desktop .unit__list {
	border: 2px solid #f3f3f3;
}

.unit--product-mobile .unit__link {
	border-radius: 0 20px 20px 0;
	border-color: #f3f3f3;
}

.unit--product-mobile .unit__list {
	border: 2px solid #f3f3f3;
}

.list__select-radio li {
	margin-bottom: 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	cursor: pointer;
}

.list__select-radio li:last-child {
	margin-bottom: 0;
}

.list__select-radio li label {
	cursor: pointer;
	font-size: 14px;
}

.list__select-radio .iradio {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 16px;
	height: 16px;
	border: 1px solid #e2e2e2;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 50%;
	margin-right: 10px;
}

.list__select-radio .iradio:before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #fff;
	border-radius: 50%;
}

.list__select-radio .iradio.checked {
	background: #f37021;
	border: 1px solid #f37021;
}

.block__slider-snap2 {
	background-color: transparent;
}

.block__slider-snap2 .block__slider-inner {
	position: relative;
}

.block__slider-snap2 .block__slider-inner span {
	width: 45%;
}

.block__slider-snap2 em {
	color: rgba(0, 0, 0, 0.3);
	margin-left: 10px;
	margin-right: 5px;
	font-size: 14px;
	font-style: normal;
}

.block__slider-snap2 input {
	padding: 10px 0;
	font-size: 14px;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	min-width: 0;
	background: 0 0;
	border: none;
	text-align: center;
}

.block__slider-snap2 i {
	margin-right: 10px;
	margin-left: 5px;
	font-size: 14px;
}

.main-form {
	background: #00aee6;
	color: #fff;
}

.main-form__title {
	font-size: 20px;
	line-height: 1.5;
	font-weight: 500;
}

.main-form .form-control {
	background: 0 0;
	color: #fff;
	padding-left: 0;
	font-size: 16px;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	padding-top: 5px;
	padding-bottom: 15px;
	border-radius: 0;
}

.main-form .form-control.placeholder {
	color: #fff;
}

.main-form .form-control:-moz-placeholder {
	color: #fff;
}

.main-form .form-control::-moz-placeholder {
	color: #fff;
}

.main-form .form-control:-ms-input-placeholder {
	color: #fff;
}

.main-form .form-control::-webkit-input-placeholder {
	color: #fff;
}

.main-form .form-control:-webkit-autofill,
.main-form .form-control:-webkit-autofill:active,
.main-form .form-control:-webkit-autofill:focus,
.main-form .form-control:-webkit-autofill:hover {
	-webkit-box-shadow: 0 0 0 30px #00aee6 inset !important;
	-webkit-text-fill-color: #fff !important;
	border-bottom: 1px solid #66cef0;
}

.main-form__text {
	font-size: 14px;
	line-height: 1.5;
}

.main-form__text br {
	display: none;
}

.main-form__text--small {
	font-size: 18px;
	line-height: 24px;
}

.main-form__btn {
	font-size: 18px;
	line-height: 22px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.main-form__btn button {
	font-size: 14px;
	padding: 16px 30px;
	min-width: 240px;
	border-radius: 40px;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	margin-top: 30px;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
}

.main-form__check-label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.main-form-noresult {
	background: #f8f8f8;
	color: #000;
}

.main-form-noresult h2 {
	font-size: 40px;
	line-height: 50px;
	color: #000;
}

.main-form-noresult .form-control {
	padding-bottom: 15px;
	color: #000;
	border-bottom: 1px solid #000;
}

.main-form-noresult .form-control.placeholder {
	color: #000;
}

.main-form-noresult .form-control:-moz-placeholder {
	color: #000;
}

.main-form-noresult .form-control::-moz-placeholder {
	color: #000;
}

.main-form-noresult .form-control:-ms-input-placeholder {
	color: #000;
}

.main-form-noresult .form-control::-webkit-input-placeholder {
	color: #000;
}

.icheckbox {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	margin-right: 8px;
	border: 1px solid #fff;
	border-radius: 1px;
	cursor: pointer;
	position: relative;
}

.icheckbox:before {
	content: "";
	display: block;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg enable-background='new 0 0 512 512' viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m504.502 75.496c-9.997-9.998-26.205-9.998-36.204 0l-306.704 306.707-117.892-117.892c-9.997-9.998-26.205-9.997-36.204 0-9.998 9.997-9.998 26.205 0 36.203l135.994 135.992c9.994 9.997 26.214 9.99 36.204 0l324.806-324.806c9.998-9.997 9.997-26.206 0-36.204z' fill='%2300AEE6'/%3E%3C/svg%3E");
	width: 12px;
	height: 12px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}

.icheckbox + label {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 0;
	cursor: pointer;
}

.icheckbox + span {
	display: block;
	font-size: 14px;
	line-height: 1.7;
	width: calc(100% - 26px);
}

.icheckbox + span a {
	color: #fff;
}

.icheckbox + span a:focus,
.icheckbox + span a:hover {
	text-decoration: none;
}

.icheckbox.checked {
	background-color: #fff;
}

.icheckbox.checked:before {
	opacity: 1;
}

.row-check .icheckbox {
	top: 4px;
}

.check-top .icheckbox {
	top: -5px;
}

.bg-blue .icheckbox {
	border-color: rgba(255, 255, 255, 0.5);
}

.bg-blue .icheckbox.checked {
	background: #fff;
}

.modal-content-blue .icheckbox:before {
	background-image: url(/local/templates/profholod_2021-11-17/assets/css/../img/sprites.png);
	background-position: 0 0;
	width: 12px;
	height: 12px;
}

a.btn {
	text-decoration: none;
	display: inline-block;
}

button {
	outline: 0;
}

.btn {
	display: inline-block;
	background-color: #f3f3f3;
	border-radius: 100px;
	-webkit-transition: background 0.3s, opacity 0.3s, color 0.3s, -webkit-box-shadow 0.2s;
	transition: background 0.3s, opacity 0.3s, color 0.3s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
	-o-transition: background 0.3s, opacity 0.3s, color 0.3s, box-shadow 0.2s;
	font-family: NotoSans;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	text-align: center;
	cursor: pointer;
	padding: 16px 20px;
	border: 1px solid transparent;
}

@media (min-width: 1200px) {
	.btn {
		font-size: 16px;
	}
}

.btn:focus-visible {
	outline: 0;
}

.btn[disabled] {
	opacity: 0.5;
	cursor: default;
}

.btn:visited {
	color: #fff;
}

.orange-btn {
	border-color: #f37021;
	background-color: #f37021;
	color: #fff;
}

.orange-btn:visited {
	color: #fff;
}

.orange-btn:hover {
	background-color: #fff;
	color: #f37021;
}

.orange-btn:focus-visible {
	-webkit-box-shadow: 0 0 2px 4px rgba(243, 112, 33, 0.5);
	box-shadow: 0 0 2px 4px rgba(243, 112, 33, 0.5);
}

.orange-btn.orange-btn--tr {
	border-color: #f37021;
	background-color: transparent;
	color: #f37021;
}

.orange-btn.orange-btn--tr:visited {
	color: #f37021;
}

.orange-btn.orange-btn--tr:hover {
	background-color: #f37021;
	color: #fff;
}

.orange-btn.orange-btn--tr:focus-visible {
	-webkit-box-shadow: 0 0 2px 4px rgba(243, 112, 33, 0.5);
	box-shadow: 0 0 2px 4px rgba(243, 112, 33, 0.5);
}

.blue-btn {
	border-color: #00aee6;
	background-color: #00aee6;
	color: #fff;
}

.blue-btn:visited {
	color: #fff;
}

.blue-btn:hover {
	background-color: #fff;
	color: #00aee6;
}

.blue-btn:focus-visible {
	-webkit-box-shadow: 0 0 2px 4px rgba(0, 174, 230, 0.5);
	box-shadow: 0 0 2px 4px rgba(0, 174, 230, 0.5);
}

.blue-btn.blue-btn--tr {
	border-color: #00aee6;
	background-color: transparent;
	color: #000;
}

.blue-btn.blue-btn--tr:visited {
	color: #000;
}

.blue-btn.blue-btn--tr:hover {
	background-color: #00aee6;
	color: #fff;
}

.blue-btn.blue-btn--tr:focus-visible {
	-webkit-box-shadow: 0 0 2px 4px rgba(0, 174, 230, 0.5);
	box-shadow: 0 0 2px 4px rgba(0, 174, 230, 0.5);
}

.white-btn {
	border-color: #fff;
	background-color: #fff;
	color: #000;
}

.white-btn:visited {
	color: #000 !important;
}

.white-btn:hover {
	background-color: rgba(255, 255, 255, 0.75);
	color: #000;
}

.white-btn:focus-visible {
	-webkit-box-shadow: 0 0 2px 4px rgba(255, 255, 255, 0.5);
	box-shadow: 0 0 2px 4px rgba(255, 255, 255, 0.5);
}

.white-btn.white-btn--tr {
	border-color: #fff;
	background-color: transparent;
	color: #fff;
}

.white-btn.white-btn--tr:visited {
	color: #fff !important;
}

.white-btn.white-btn--tr:hover {
	background-color: #fff;
	color: #000 !important;
}

.white-btn.white-btn--tr:focus-visible {
	-webkit-box-shadow: 0 0 2px 4px rgba(255, 255, 255, 0.5);
	box-shadow: 0 0 2px 4px rgba(255, 255, 255, 0.5);
}

.place {
	position: relative;
	background-color: transparent;
	border: none;
	outline: 0;
	color: inherit;
	padding: 0 18px 0 0;
}

.place-checker .icon {
	position: absolute;
	top: 50%;
	right: 0;
	width: 10px;
	height: 9px;
	-webkit-transform: translateY(-40%);
	-ms-transform: translateY(-40%);
	transform: translateY(-40%);
}

.place-checker .address {
	margin-top: 12px;
}

.header {
	position: relative;
	padding: 4px 0;
	font-family: "noto-sans";
	letter-spacing: 0.03em;
	line-height: 1.2;
}

.header-menu-item-dropdown {
	position: relative;
}

.header-submenu-top {
	position: relative;
	padding-top: 55px;
	padding-bottom: 40px;
}

.header-submenu-top:before {
	position: absolute;
	content: "";
	display: block;
	top: 3px;
	left: 2px;
	background-color: rgba(0, 0, 0, 0.1);
	width: calc(100% - 44px);
	height: 0;
}

.header-submenu-bottom {
	position: relative;
	padding-top: 34px;
	padding-bottom: 46px;
	z-index: 1;
}

.header-submenu-bottom:before {
	position: absolute;
	content: "";
	display: block;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: #f3f3f3;
	width: 999999px;
	height: 100%;
	z-index: -1;
}

@media (max-width: 1349px) {
	.header-submenu-bottom:before {
		display: none;
	}
}

.header-submenu-bottom .header-submenu-list {
	margin-top: 8px;
}

.header-submenu-wrapper {
	position: absolute;
	left: 0;
	background-color: #fff;
	overflow: hidden;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.header-submenu-wrapper .col {
	width: calc(30% - 12px);
}

.header-submenu-wrapper:not(.header-submenu--small) {
	top: 35%;
	padding-left: calc(18% + 8px);
}

.header-submenu--small {
	top: 95%;
	-webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
	width: auto;
	white-space: nowrap;
	padding: 2px 20px 20px;
}

.header-submenu--small .header-submenu-list li a {
	white-space: initial;
	line-height: 1.7;
}

@media (min-width: 1350px) {
	.header-submenu--small .header-submenu-list li a {
		white-space: nowrap;
	}
}

.header-submenu-list {
	margin-top: 18px;
}

.header-submenu-list li {
	margin-top: 11px;
}

.header-submenu-list li a {
	color: #666;
}

.header a,
.header a:hover {
	text-decoration: none;
}

.header-logo--desctop {
	position: relative;
	padding-top: 14px;
	z-index: 1500;
}

.header-nav {
	width: 60%;
}

.header-nav-col {
	font-size: 14px;
	padding-top: 18px;
}

.header-nav-col:not(.header-nav-col--bottom) {
	border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

.header-nav-col--bottom {
	border-bottom-color: transparent;
}

.header-nav-list {
	margin: 0;
}

.header-nav-list a {
	display: block;
	text-decoration: none;
	color: #000;
}

.header-nav-list > li {
	padding-bottom: 21px;
}

.header-nav-list > li .menu-mobile__title {
	margin: 0;
	font-size: 14px;
	font-weight: 400;
}
@media (min-width: 1350px) {
	.s-top-bg .header-nav-list > li .menu-mobile__title a {
		color: #fff;
	}
}

.header-nav-list a:hover {
	color: #f37021;
	text-decoration: none;
}

.header-nav-list a:focus,
.header-nav-list a:focus-visible {
	color: #f37021;
	background-color: transparent;
	outline: none;
}



.header-nav-list > li + li {
	margin-left: 14px;
}

.header-nav-col--bottom .header-nav-list > li + li {
	margin-left: 2.1%;
}

.header-nav-list > li.current > a {
	color: #f37021;
}

.header-nav-list > li > a,
.header-nav-list > li > a:visited,
.header-nav-list > li > a.open,
.header-nav-list > li > a:focus span,
.header-nav-list > li > a:active span {
	color: #000;
}


.header-nav-list > li:hover > a {
	color: #f37021;
}

.header-nav-list > li > a:focus,
.header-nav-list > li > a:focus-visible
{
	outline: none;
}

.header-info-line {
	width: 40%;
}

.header-lang-switcher {
	position: relative;
	text-transform: uppercase;
	padding: 0 0 0 10px;
	z-index: 5;
}

.header-lang-switcher .current-lang {
	position: relative;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0;
	border: none;
	cursor: pointer;
	text-transform: inherit;
	padding: 0 16px 0 0;
}

.header-lang-switcher .current-lang .icon {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.header-lang-switcher a {
	color: inherit;
	text-decoration: none;
}

.header-lang-switcher ul li {
	margin-top: 0.5rem;
}

.header-switcher {
	position: absolute;
	top: 50%;
	left: 0;
	background-color: #fff;
	padding: 0 10px;
	margin-top: 0;
	z-index: -1;
}

.header-switcher a:hover {
	color: #f37021;
}

.header-email,
.header-phone {
	white-space: nowrap;
	padding-left: 4%;
}

.header-phone,
.header-phone:visited {
	color: inherit;
}

.header-email,
.header-email:hover {
	color: #f37021;
}

.header-cart {
	padding: 0 0 0 5%;
	margin-left: auto;
}

@media (max-width: 767px) {
	.header-cart {
		min-width: 38px;
	}
}

.header-cart a:focus-visible {
	outline: 0;
}

.header-cart a:focus-visible svg {
	color: #f37021;
}

.header-cart .icon,
.header-search .icon {
	color: #000;
}

.header-cart a {
	position: relative;
}

.header-cart a span {
	display: inline;
	position: absolute;
	right: -15px;
	top: -8px;
	min-width: 23px;
	height: 16px;
	padding: 6px;
	background-color: #F37021;
	border-radius: 10px;
	color: white;
	line-height: 5px;
	font-size: 10px;
	text-align: center;
}

.header-search {
	margin-left: auto;
}

.header-search-btn {
	background-color: transparent;
	padding: 0;
}

.header-search-btn:focus-visible svg {
	color: #f37021;
}

.header__search {
	-webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.15);
}

.header__search input {
	color: #000 !important;
	padding-right: 2.5rem !important;
	padding-left: 1rem !important;
}

.header__search .btn {
	padding: 0;
}

.header.page-header .header-nav-col {
	border-bottom-color: rgba(255, 255, 255, 0.2);
}

.header.page-header .header-email,
.header.page-header .header-lang-switcher *,
.header.page-header .header-nav-list > li > a,
.header.page-header .header-phone {
	color: #fff;
}

.header.page-header .header-switcher {
	background-color: transparent;
}

.header.page-header .header-cart .icon,
.header.page-header .header-search .icon {
	color: #fff;
}

.header.page-header .header-submenu-top:before {
	background-color: transparent;
}

.header.page-header .burger > span,
.header.page-header .burger > span:after,
.header.page-header .burger > span:before {
	background-color: #fff;
}

.header.page-header .burger--close > span {
	background: 0 0;
}

.header-bottom__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.header-bottom__inner h2 sup {
	font-weight: 400;
	font-size: 24px;
	position: relative;
	top: -35px;
}

.header-bottom__title {
	margin-bottom: 40px;
	font-size: 32px;
	line-height: 1.3;
	font-weight: 500;
	color: #000;
}

.header-bottom__title--small {
	font-size: 24px;
}

.header-bottom__text {
	margin-top: 8px;
	margin-right: 20px;
	font-size: 14px;
	margin-bottom: 40px;
}

.header-bottom__btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header-bottom__top {
	margin-bottom: 25px;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	padding-left: 20px;
	padding-right: 20px;
}

.header-bottom__search-form {
	max-width: 320px;
}

.header-bottom__search-title {
	font-weight: 500;
	font-size: 16px;
	line-height: 1.5;
}

.header-bottom__search-input {
	border: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	font-size: 16px;
	padding-left: 0;
	color: #000;
}

.header-bottom__search-input::-webkit-input-placeholder {
	color: #000;
}

.header-bottom__search-input::-moz-placeholder {
	color: #000;
}

.header-bottom__search-input::-ms-input-placeholder {
	color: #000;
}

.header-bottom__search-input:-ms-input-placeholder {
	color: #000;
}

.header-bottom__search-input::placeholder {
	color: #000;
}

.header-bottom__search-help {
	display: block;
	font-size: 12px;
	line-height: 1.333;
	color: rgba(0, 0, 0, 0.3);
	padding-top: 10px;
}

.header-bottom__search-help a {
	color: inherit;
}

.header-bottom__search-help a:focus,
.header-bottom__search-help a:hover {
	text-decoration: none;
}

.header-bottom__search-btn .btn {
	font-size: 14px;
	line-height: 1.2;
	padding: 14px 80px;
}

@media (min-width: 1200px) {
	.header-bottom__search-btn .btn {
		font-size: 16px;
	}
}

.header-bottom__contacts-btn .btn {
	font-size: 16px;
	padding: 14px 40px;
}

.header-bottom__prev {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px;
	line-height: 1.7;
	color: rgba(0, 0, 0, 0.5);
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.header-bottom__prev:before {
	content: "";
	display: block;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' height='12' viewBox='0 0 17 12' width='17' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m2 6h14m-14 0 4.5-5m-4.5 5 4.5 5' opacity='.3' stroke='%23000' stroke-linecap='round' stroke-width='2'/%3E%3C/svg%3E");
	width: 16px;
	height: 14px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	margin-right: 8px;
}

.header-bottom__prev:focus,
.header-bottom__prev:hover {
	text-decoration: underline;
	color: rgba(0, 0, 0, 0.5);
}

.header-bottom--contacts {
	margin-top: 30px;
	margin-bottom: 45px;
}

.header-bottom--contacts .header-bottom__text {
	line-height: 1.7;
	margin-top: 3px;
}

.header-bottom--compare .btn {
	width: 100%;
}

.header-bottom--about .page-description {
	margin-bottom: 50px;
}

.header-bottom--about .countup {
	margin-bottom: 0;
}

.header-bottom--about .countup__item {
	margin-bottom: 0;
	text-align: left;
}

.header-bottom--about .countup__text {
	font-size: 14px;
}

.header-bottom--jobs .header-bottom__btns {
	text-align: center;
}

.header-bottom--jobs .header-bottom__btns .btn {
	width: 100%;
	max-width: none;
}

.header-bottom--category {
	margin-top: 32px;
	margin-bottom: 44px;
}

.header-bottom--category .header-bottom__breadcrumb {
	margin-bottom: 8px;
}

.header-bottom--category .header-bottom__title {
	font-size: 20px;
	line-height: 1.6;
	margin-bottom: 32px;
	margin-top: 0;
}

.header-bottom--category .header-bottom__title--desktop {
	display: none;
}

.header-bottom--category .header-bottom__text {
	font-size: 14px;
	line-height: 1.7;
	font-weight: 500;
	margin-bottom: 32px;
}

.header-bottom--category .header-bottom__text br {
	display: none;
}

.header-bottom--request .header-bottom__title {
	font-size: 32px;
	line-height: 1.5;
	margin-bottom: 24px;
}

.s-top-no-slider .bg-items:before {
	position: absolute;
	content: "";
	display: block;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 0;
}

.breadcrumb {
	display: inline-block;
	margin-top: 1rem;
	margin-bottom: 0;
	padding-left: 10px;
	margin: 1rem -10px 0 -10px;
}

.breadcrumb li {
	display: inline;
	padding: 0 3px 0 0;
	font-size: 14px;
	position: relative;
	color: rgba(0, 0, 0, 0.5);
	line-height: 1.7;
}

.breadcrumb li:after {
	content: "/";
	font-size: 14px;
	display: inline-block;
	color: rgba(0, 0, 0, 0.5);
	margin-left: 7px;
}

.breadcrumb li.active:after {
	display: none;
}

.breadcrumb a {
	font-size: 14px;
	text-decoration: none;
	color: rgba(0, 0, 0, 0.5);
	line-height: 1.7;
}

.breadcrumb a:hover {
	text-decoration: none;
	color: #f37021;
}

.breadcrumb span {
	display: inline;
}

.category__top {
	margin-bottom: 24px;
}

.category__list {
	margin-bottom: 40px;
}

.category__item {
	margin-bottom: 16px;
}

.category__pagination {
	margin-bottom: 72px;
}

.category__list-descr {
	margin-bottom: 80px;
}

.category-top__download-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 12px;
	line-height: 1.333;
	color: #000;
	text-decoration: none;
	margin-bottom: 32px;
	-webkit-transition: color 0.25s;
	-o-transition: color 0.25s;
	transition: color 0.25s;
}

.category-top__download-link:focus,
.category-top__download-link:hover {
	color: #f37021;
	text-decoration: none;
}

.category-top__download-link span {
	margin-left: 4px;
}

.category-top__sort {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 12px;
	line-height: 1.333;
	color: #000;
	text-decoration: none;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.category-top__sort:focus,
.category-top__sort:hover {
	text-decoration: none;
}

.category-top__sort:focus span,
.category-top__sort:focus svg,
.category-top__sort:hover span,
.category-top__sort:hover svg {
	color: #f37021;
}

.category-top__sort span {
	margin-right: 8px;
	-webkit-transition: color 0.25s;
	-o-transition: color 0.25s;
	transition: color 0.25s;
}

.category-top__sort svg {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: color 0.25s;
	-o-transition: color 0.25s;
	transition: color 0.25s;
}

.category-top__sort.active svg {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

.category-top__sort-filter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.category-top__filter {
	width: 100%;
}

.category-top__filter-list {
	display: none;
}

.filter-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-left: auto;
}

.filter-list__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-width: 111px;
}

.filter-list__item:nth-child(5) {
	min-width: 213px;
}

.filter-list__item span {
	font-size: 12px;
	line-height: 1.7;
	color: rgba(0, 0, 0, 0.4);
	margin-right: 8px;
}

.filter-list__item a {
	position: relative;
	width: 14px;
	height: 14px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: rgba(0, 0, 0, 0.3);
	border-radius: 50%;
	-webkit-transition: background 0.25s;
	-o-transition: background 0.25s;
	transition: background 0.25s;
}

.filter-list__item a:focus,
.filter-list__item a:hover {
	background-color: #f37021;
}

.filter-list__item a:after {
	content: "";
	position: absolute;
	top: -8px;
	bottom: -8px;
	left: -8px;
	right: -8px;
}

.filter-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.filter-icon__link {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #000;
	text-decoration: none;
}

.filter-icon__link:hover {
	color: #f37021;
	text-decoration: none;
	outline: none;
}

.filter-icon__link:focus,
.filter-icon__link:focus-visible {
	outline: none !important;
}

.filter-icon span {
	font-size: 14px;
	line-height: 24px;
	margin-right: 25px;
}

.filter-icon--category span {
	font-size: 12px;
	line-height: 1.333;
	margin-right: 15px;
}

.filter-icon--category svg {
	width: 16px;
	height: 16px;
}

.filter__select {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.filter__select > .label {
	font-weight: 500;
	font-size: 16px;
	line-height: 1.5;
}

.filter__select .select2-container {
	width: auto !important;
}

.filter__select .select2-container .select2-selection {
	border: none;
}

.filter__select .select2-container .select2-selection .select2-selection__rendered {
	font-size: 14px;
	line-height: 29px;
	padding-left: 0;
}

.filter__select .select2-container .select2-selection .select2-selection__arrow {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512'%3E%3Cpath d='M119.5 326.9L3.5 209.1c-4.7-4.7-4.7-12.3 0-17l7.1-7.1c4.7-4.7 12.3-4.7 17 0L128 287.3l100.4-102.2c4.7-4.7 12.3-4.7 17 0l7.1 7.1c4.7 4.7 4.7 12.3 0 17L136.5 327c-4.7 4.6-12.3 4.6-17-.1z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 16px 16px;
	height: 29px;
}

.filter__select .select2-container .select2-selection .select2-selection__arrow b {
	display: none;
}

.filter__block {
	padding-bottom: 11px;
}

.filter__block--noui .filter__radio {
	padding-bottom: 0;
}

.filter__description {
	font-size: 14px;
	line-height: 1.7;
	color: rgba(0, 0, 0, 0.4);
	margin-bottom: 32px;
}

.filter__title {
	font-size: 16px;
	line-height: 2.5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	padding-bottom: 8px;
}

.filter__title span {
	margin-right: 8px;
}

.filter__title[aria-expanded=true] svg {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.filter__ui-slider {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 24px;
}

.filter__ui-slider .noUi-handle:before {
	width: 20px;
	height: 20px;
	background-color: #f37021;
	right: 10px;
}

.filter__ui-slider .noUi-horizontal .noUi-handle {
	position: absolute;
	width: 20px;
	height: 20px;
	top: -9px;
	border-radius: 50%;
}

.filter__ui-slider .noUi-horizontal .noUi-tooltip {
	font-size: 14px;
	line-height: 1.7;
	right: auto;
	left: -20px;
	min-width: 40px;
	padding-top: 7px;
}

.filter__ui-slider .slider-snap-bottom {
	font-size: 14px;
	line-height: 1.7;
	padding-top: 9px;
	color: rgba(0, 0, 0, 0.3);
}

.filter__ui-slider .slider-snap-bottom span {
	padding-top: 7px;
}

.filter__ui-slider .slider-snap-bottom span:last-child {
	-webkit-transform: translateX(5px);
	-ms-transform: translateX(5px);
	transform: translateX(5px);
}

.filter__link,
.filter__readmore {
	font-size: 14px;
	line-height: 1.7;
	color: #f37021;
	text-decoration: none;
}

.filter__link:not([href]),
.filter__readmore:not([href]) {
	color: #f37021;
}

.filter__link:hover,
.filter__link:hover:not([href]),
.filter__readmore:hover,
.filter__readmore:hover:not([href]) {
	color: #f37021;
	text-decoration: underline;
}

.filter__radio {
	margin-bottom: 16px;
}

.filter__btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 8px;
}

.filter__btns .filter__link {
	margin-bottom: 32px;
}

.filter__btns:not(.modal-filter__btns) .btn {
	max-width: 290px;
	font-size: 14px;
	line-height: 1.7;
	padding: 12px 30px;
	margin-bottom: 16px;
}

.filter--product {
	margin-right: 20px;
}

.filter--category .radio label {
	margin-bottom: 0;
	line-height: 1.718;
}

.filter--category-modal .filter__block {
	border-top: 2px solid #e6e6e6;
	padding-top: 24px;
	padding-bottom: 0;
}

.filter--category-modal .filter__block--last {
	border-bottom: 2px solid #e6e6e6;
}

.filter--category-modal .filter__block-wrap {
	padding-bottom: 8px;
}

.filter--category-modal .filter__title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 16px;
	line-height: 2.5;
}

.filter--category-modal .filter__title-icon {
	width: 40px;
	height: 40px;
	background-color: #f3f3f3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
}

.filter--category-modal .filter__link {
	text-align: center;
}

.filter--category-modal .filter__reset {
	position: absolute;
	top: 20px;
	left: 20px;
	font-size: 14px;
	line-height: 1.7;
	background-color: transparent;
	border: none;
}

.filter--category-modal .filter__btns {
	margin-top: 64px;
}

.select2-dropdown {
	min-width: 120px;
}

.module__filter-nav .filter-sub-nav,
.module__filter-nav .filter-sub-nav li {
	margin-left: 10px;
}

.module__filter .block__link-see-all a {
	color: #f37021;
	text-decoration: none;
	font-size: 16px;
}

.module__filter .label {
	font-size: 16px;
	font-weight: 500;
}

.module__filter .label .select2-container--default .select2-selection--single {
	border-radius: 5px;
	height: 44px;
	border-color: #e2e2e2;
}

.module__filter .label .select2-container--default .select2-selection--single .select2-selection__rendered {
	text-transform: uppercase;
	font-size: 14px;
	height: 44px;
	line-height: 44px;
	padding-left: 15px;
	padding-right: 40px;
}

.module__filter .label .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 44px;
	width: 40px;
}

.module__filter .label .select2-container--default .select2-selection--single .select2-selection__arrow b {
	border: none;
	display: inline-block;
	background-image: url(/local/templates/profholod_2021-11-17/assets/css/../img/sprites.png);
	background-position: 0 -32px;
	width: 14px;
	height: 8px;
	margin: 0;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.module__projects a.btn {
	font-size: 16px;
	padding: 24px 30px;
	border-radius: 40px;
}

.module__projects .projects__img {
	height: 600px;
	min-height: 600px;
}

.module__filter--news .link__filter,
.module__filter--products .link__filter {
	text-decoration: none;
	color: #000;
	padding: 12px 22px;
	border-radius: 25px;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.module__filter--news .link__filter:hover,
.module__filter--products .link__filter:hover {
	background-color: #f37021;
	color: #fff;
}

.module__filter--news .link__filter--active,
.module__filter--products .link__filter--active {
	background: #f37021;
	color: #fff;
}

.module__filter--news .link__filter--active:hover,
.module__filter--products .link__filter--active:hover {
	color: #fff;
}

.module__filter--products {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.module__filter--products .link__filter {
	font-size: 14px;
	line-height: 1;
	background-color: #f3f3f3;
	margin-bottom: 25px;
}

.module__filter--products .link__filter--active {
	background: #f37021;
	color: #fff;
}

.module__filter--products .link__filter--active:hover {
	color: #fff;
}

.module__filter .list__select li {
	margin-bottom: 15px;
	position: relative;
}

.module__filter .list__select li .icheckbox {
	display: block;
}

.module__filter--news span {
	font-size: 24px;
}

.module__filter--news .link__filter {
	border: 1px solid #e7e7e7;
	margin-left: 5px;
	font-size: 14px;
	line-height: 14px;
}

.module__filter--news .link__filter--active {
	border-color: #f37021;
}

.module__form--price {
	background-color: #00aee6;
	padding: 50px 20px;
}

.module__form--price h3 {
	font-size: 20px;
	line-height: 44px;
	color: #fff;
	margin-bottom: 40px;
}

.module__form--price form label,
.module__form--price h3 + p {
	font-size: 14px;
	line-height: 1.5;
	color: #fff;
}

.module__form--price form label br {
	display: none;
}

.module__form--price form input {
	background-color: transparent;
	border: none;
	border-bottom: 2px solid rgba(255, 255, 255, 0.4);
	color: #fff;
	font-size: 16px;
	padding-left: 0;
}

.module__form--price form input::-webkit-input-placeholder {
	color: #fff;
}

.module__form--price form input::-moz-placeholder {
	color: #fff;
}

.module__form--price form input::-ms-input-placeholder {
	color: #fff;
}

.module__form--price form input:-ms-input-placeholder {
	color: #fff;
}

.module__form--price form input::placeholder {
	color: #fff;
}

.module__form--price form p {
	line-height: 16px;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.5);
}

.module__form--price form .icheckbox {
	margin-top: 3px;
}

.module__services--description h3,
.module__toggle h3 {
	font-size: 40px;
	line-height: 40px;
}

.module__price .row-toggle {
	border-bottom: 1px solid #e7e7e7;
}

.module__price h3 {
	font-size: 16px;
	color: #000;
	padding-top: 12px;
	padding-bottom: 22px;
	padding-right: 12px;
}

.module__price h3:hover {
	color: #000;
}

.module__services--description .link-toggle span {
	width: calc(100% - 46px);
}

.module__services--description .link-toggle i {
	position: relative;
	top: 5px;
}

.module__services--description ul {
	padding: 10px 0;
}

.module__services--description ul li {
	padding-left: 18px;
	position: relative;
	margin-bottom: 10px;
}

.module__services--description ul li:before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	left: 0;
	top: 16px;
	border-radius: 50%;
	background: #000;
}

.module__services--description em {
	font-size: 16px;
	color: rgba(0, 0, 0, 0.3);
}

.module__services--description li,
.module__services--description p {
	font-size: 24px;
	line-height: 34px;
}

.module__header-bottom_list {
	font-size: 24px;
	line-height: 32px;
}

.module__header-bottom .block__stat--num {
	font-size: 64px;
	line-height: 64px;
}

.module__header-bottom .block__stat--text {
	font-size: 16px;
	line-height: 20px;
}

.module__header-bottom__category p {
	font-size: 24px;
	line-height: 30px;
}

.module__header-bottom__category .btn {
	border-radius: 40px;
}

.block__download a,
.list__download a {
	text-decoration: none;
}

.block__download a i,
.list__download a i {
	margin-right: 15px;
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #f3f3f3;
	position: relative;
	-webkit-transition: background 0.2s;
	-o-transition: background 0.2s;
	transition: background 0.2s;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.block__download a i svg,
.list__download a i svg {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #000;
	-webkit-transition: color 0.2s;
	-o-transition: color 0.2s;
	transition: color 0.2s;
	width: 16px;
	height: 16px;
}

.block__download a > span,
.list__download a > span {
	width: calc(100% - 65px);
}

.block__download a span > span:first-of-type,
.list__download a span > span:first-of-type {
	font-size: 16px;
	line-height: 30px;
	color: #000;
	font-weight: 500;
	margin-bottom: 5px;
	-webkit-transition: color 0.2s;
	-o-transition: color 0.2s;
	transition: color 0.2s;
}

.block__download a span > span:nth-child(2),
.list__download a span > span:nth-child(2) {
	font-size: 12px;
	letter-spacing: 2px;
	color: rgba(0, 0, 0, 0.3);
}

.block__download a:hover span > span:first-of-type,
.list__download a:hover span > span:first-of-type {
	color: #f37021;
}

.block__download a:hover i,
.list__download a:hover i {
	background-color: #f37021;
}

.block__download a:hover i svg,
.list__download a:hover i svg {
	color: #fff;
}

.block__download p,
.list__download p {
	font-size: 14px;
	line-height: 1.5;
	max-width: 700px;
}

.block__vocation--detail-info {
	max-width: 484px;
	margin-bottom: 35px;
}

.block__vocation--detail-info .info-geo {
	position: relative;
	padding-right: 35px;
}

.block__vocation--detail-info .info-geo i {
	position: absolute;
	left: 0;
	top: 3px;
}

.block__vocation--detail-info .info-geo span {
	padding-left: 12px;
}

.block__vocation--detail-info em {
	display: inline-block;
	font-size: 14px;
	line-height: 1.5;
	color: rgba(0, 0, 0, 0.3);
	margin-bottom: 10px;
}

.block__vocation--detail-info span {
	position: relative;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 500;
}

.block__vocation--detail-list h4 {
	font-size: 24px;
	line-height: 1.5;
	margin: 18px 0 42px;
}

.block__vocation--detail-list li,
.block__vocation--detail-list p {
	font-size: 14px;
	line-height: 1.8;
}

.block__vocation--detail-list p {
	margin-bottom: 20px;
}

.block__vocation--detail-list li {
	margin-bottom: 15px;
	padding-left: 20px;
	position: relative;
}

.block__vocation--detail-list li:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 9px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #f37021;
}

.block__vocation--detail-list ol {
	counter-reset: num;
}

.block__vocation--detail-list ol li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding-left: 0;
}

.block__vocation--detail-list ol li:before {
	counter-increment: num;
	content: counter(num);
	position: static;
	width: auto;
	height: auto;
	background-color: transparent;
	font-size: 14px;
	line-height: 1.5;
	color: #f37021;
	margin-right: 15px;
}

.block__vocation--detail-list li:last-child,
.block__vocation--detail-list p:last-child {
	margin-bottom: 0;
}

.block__vocation--detail-list .slick-dots li:before {
	display: none;
}

.block-carousel-wrapper {
	margin-top: 38px;
}

.block-carousel-wrapper .carousel-text-top .item:before,
.block-carousel-wrapper .carousel-work .item:before {
	padding-top: 50%;
}

.block-carousel-wrapper .slick-dots {
	margin-top: 10px;
	margin-left: 0;
}

.list__calc--item,
.list__sale--item {
	margin-bottom: 40px;
}

.list__calc--item-img,
.list__sale--item-img {
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
	-webkit-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.list__calc--item-img:before,
.list__sale--item-img:before {
	content: "";
	display: block;
	padding-top: 60%;
}

.list__calc--item-img:hover,
.list__sale--item-img:hover {
	opacity: 0.7;
}

.list__calc--item-img img,
.list__sale--item-img img {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
}

.list__sale--item-text a {
	text-decoration: none;
	font-size: 18px;
	line-height: 30px;
	color: #000;
	-webkit-transition: color 0.2s;
	-o-transition: color 0.2s;
	transition: color 0.2s;
}

.list__calc--item-text a {
	text-decoration: none;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	color: #000;
	-webkit-transition: color 0.2s;
	-o-transition: color 0.2s;
	transition: color 0.2s;
}

.list__calc--item-text a:hover,
.list__sale--item-text a:hover {
	text-decoration: none;
	color: #f37021;
}

.pagination li {
	margin-right: 8px;
	margin-bottom: 8px;
}

.pagination li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-decoration: none;
	width: 48px;
	height: 48px;
	line-height: 68px;
	text-align: center;
	background-color: #f3f3f3;
	font-size: 18px;
	color: #000;
	border-radius: 50%;
}

.pagination li.active a,
.pagination li:hover a {
	color: #fff;
	background-color: #f37021;
}

.pagination li.delimiter a {
	background-color: transparent;
}

.countup__list {
	margin: 75px 0 38px;
}

.countup__item--big .countup__number,
.countup__item--big .countup__text {
	width: 272px;
	display: inline-block;
}

.countup {
	margin-bottom: 15px;
	color: #000;
}

.countup__item {
	margin-bottom: 40px;
}

.countup .text-big,
.countup em {
	font-size: 60px;
	line-height: 54px;
	font-weight: 500;
}

.countup em {
	font-style: normal;
	margin-right: 10px;
}

.countup__number,
.countup__text {
	font-weight: 500;
}

.countup__number {
	display: inline-block;
	color: #00aee6;
	font-size: 32px;
	line-height: 1.1;
	margin-bottom: 5px;
}

.countup__number + em {
	font-weight: 500;
	font-size: 16px;
	line-height: 1;
	color: #00aee6;
}

.countup__text {
	font-size: 14px;
	line-height: 1.5;
}

.countup--plus .countup__number + em {
	display: inline-block;
	color: #00aee6;
	font-size: 32px;
	line-height: 1.1;
	margin-bottom: 5px;
}

.list__vacation .item {
	background-color: #f3f3f3;
	cursor: pointer;
	margin-bottom: 16px;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	padding: 24px 20px 32px;
}

.list__vacation .item h3 {
	font-size: 16px;
	line-height: 2.5;
	margin: 0 0 25px;
}

.list__vacation .item h3 a {
	text-decoration: none;
	color: #000;
}

.list__vacation .item li {
	font-size: 14px;
	line-height: 1.7;
	margin-bottom: 15px;
	position: relative;
	color: rgba(0, 0, 0, 0.4);
}

.list__vacation .item li:last-child {
	margin-bottom: 0;
	padding-right: 0;
	margin-right: 0;
}

.list__vacation .item li span {
	color: #000;
}

.list__vacation .item li:last-child:after {
	display: none;
}

.list__vacation .item:hover {
	background: #f37021;
}

.list__vacation .item:hover h3 a,
.list__vacation .item:hover li,
.list__vacation .item:hover li span {
	color: #fff;
}

.list__vacation .item:hover li:after {
	background: #fff;
}

.list__vocation .item-title {
	font-size: 16px;
	line-height: 1.5;
	font-weight: 500;
}

.list__vocation .item-text {
	font-size: 14px;
	line-height: 1.5;
}

.block__tabs-wrapper {
	overflow-y: auto;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.block__tabs-wrapper::-webkit-scrollbar {
	width: 0;
	background: 0 0;
	-ms-overflow-style: none;
	scrollbar-width: none;
	display: none;
}

.block__tabs .block__tabs--sw {
	position: relative;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.block__tabs .block__tabs--sw:after {
	content: "";
	position: absolute;
	height: 2px;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #f3f3f3;
	display: none;
}

.block__tabs .block__tabs--sw li {
	cursor: pointer;
	font-size: 16px;
	line-height: 2.5;
	position: relative;
	color: #000;
	white-space: nowrap;
	padding-bottom: 8px;
	-webkit-transition: color 0.25s;
	-o-transition: color 0.25s;
	transition: color 0.25s;
	font-weight: 500;
}

.block__tabs .block__tabs--sw li.active,
.block__tabs .block__tabs--sw li:hover {
	color: #f37021;
}

.block__tabs .block__tabs--sw li.active:before,
.block__tabs .block__tabs--sw li:hover:before {
	opacity: 1;
}

.block__tabs .block__tabs--sw .block__tabs-line {
	position: absolute;
	z-index: 2;
	border-radius: 4px;
	width: 20px;
	left: 0;
	bottom: 0;
	height: 2px;
	background: #f37021;
	padding-bottom: 0;
}

.products-list__item {
	width: 100%;
}

.products-list__item:hover .products-list__item-text a {
	text-decoration: none;
	color: #f37021;
}

.products-list__item:hover .products-list__item-img .products-list__list {
	-webkit-transform: translateY(-1px);
	-ms-transform: translateY(-1px);
	transform: translateY(-1px);
}

.products-list__item--last .products-list__item-banner {
	padding: 55px 20px;
}

.products-list__item--last .products-list__item-img img {
	object-fit: cover;
}

.products-list__item--last .products-list__item-banner h3 {
	font-size: 20px;
	margin-bottom: 30px;
	line-height: 1.5;
	color: #fff;
}

.products-list__item--last .products-list__item-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.products-list__item--last .products-list__item-link {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}

.products-list__item--last .products-list__item-link:before {
	display: none;
}
.products-list__item--last.products-list--about .products-list__item-img h3 {
	font-size: 16px;
}

@media (min-width:992px) {
	.products-list__item--last.products-list--about .products-list__item-img h3 {
		font-size: 24px;
	}
}
@media (min-width:1200px) {
	.products-list__item--last.products-list--about .products-list__item-img h3 {
		font-size: 32px;
	}
}

.products-list__item--last.products-list--about .products-list__item-banner {
	display: flex;
	justify-content: space-between;
}

.products-list__item-text {
	font-size: 16px;
	line-height: 1.5;
}

.products-list__item-text a {
	color: #000;
	text-decoration: none;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.products-list__item-img {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.products-list__item-img img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	-o-object-fit: cover;
	object-fit: cover;
}


.products-list__item-img .products-list__list {
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	position: absolute;
	z-index: 10;
	width: 100%;
	height: 100%;
	left: 0;
	top: 1px;
	background-color: #f37021;
	color: #fff;
}

.products-list__item-img ul li {
	position: relative;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 1.5;
	padding-left: 25px;
	color: #fff;
}

.products-list__item-img ul li:before {
	content: '\2014';
	position: absolute;
	left: 0;
	top: -1px;
}

.products-list__item-img ul li:last-child {
	margin-bottom: 0;
}

.products-list__item-link {
	display: block;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.products-list__item-link:before {
	content: "";
	padding-top: 70%;
	display: block;
}

.video_wrapper {
	position: relative;
	background: #000;
	display: block;
	overflow: hidden;
	width: 100%;
}

.videoWrapperActive .video_text {
	display: none;
}

.video_wrapper::before {
	content: "";
	padding-top: 100%;
	display: block;
}

.video_wrapper iframe {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.video_wrapper .bg-video-img {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-size: cover;
}

.video_wrapper--about:before {
	padding-top: 90%;
}

.video_wrapper--about .video_text {
	position: absolute;
	left: 20px;
	bottom: 25px;
	z-index: 10;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}

.videoPoster {
    width: 70px;
    height: 70px;
    border: none;
    background: rgba(255, 255, 255);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 100;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
	cursor: pointer;
}

@media screen and (min-width: 768px) {
    .videoPoster {
        height: 100px;
        width: 100px
    }
}

@media screen and (min-width: 1350px) {
    .videoPoster {
        width: 105px;
        height: 105px
    }
}

.videoPoster:after {
    content: '';
    position: absolute;
    left: -150px;
    top: -50px;
    right: -150px;
    bottom: -50px
}

@media (min-width: 768px) {
    .videoPoster:after {
        left: -330px;
        top: -180px;
        right: -330px;
        bottom: -180px
    }
}

@media (min-width: 1350px) {
    .videoPoster:after {
        left: -430px;
        top: -230px;
        right: -430px;
        bottom: -230px;
    }
}

.videoPoster svg {
    fill:  #f37021;
    width: 20px;
    height: 20px;
    margin-left: 5px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}

@media screen and (min-width: 768px) {
    .videoPoster svg {
        width: 31px;
        height: 31px;
        margin-left: 10px
    }
}

.videoPoster:hover {
    border-color: #fff;
    background: #f37021;
}

.videoPoster:hover svg {
    fill: #fff;
}

.videoWrapperActive .bg-video-img,
.videoWrapperActive .videoPoster {
	opacity: 0;
	height: 0;
	-webkit-transition-delay: 0s, 0.8s;
	-o-transition-delay: 0s, 0.8s;
	transition-delay: 0s, 0.8s;
}

.videoContainerActive.slider__video {
	z-index: 10;
}

.videoIframe {
	width: 100%;
}

.s-video__slider {
	position: relative;
	margin-bottom: 55px;
}

.slider__video {
	position: relative;
	z-index: 0;
}

.slider__video--item {
	height: 100%;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.slider__video--tabs .slick-current + .slick-active .slider__video--tabs-item:after {
	content: "";
	position: absolute;
	z-index: 1;
	width: calc(100% - 60px);
	height: 1px;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: rgba(0, 0, 0, 0.1);
}

.slider__video--tabs .slick-slide {
	border: none;
}

.slider__video--tabs .slick-slide > div {
	height: 100%;
}

.slider__video--tabs-item {
	position: relative;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	background-color: #f3f3f3;
	color: #000;
	padding: 35px 30px;
	cursor: pointer;
}

.slider__video--tabs-item .item-title {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 20px;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.slider__video--tabs-item .item-time {
	font-size: 14px;
	line-height: 1.5;
	margin-top: auto;
	opacity: 0.4;
}

.slider__video--tabs-item:hover .item-title {
	color: #f37021;
}

.slider__video--tabs .slick-current .slider__video--tabs-item {
	background: #f37021;
	color: #fff;
}

.slider__video--tabs .slick-current .slider__video--tabs-item:hover .item-title {
	color: #fff;
}

.slider__video--tabs .slick-current .slider__video--tabs-item:after {
	display: none;
}

.quiz {
	background-color: #f3f3f3;
	padding: 55px 20px;
	min-height: 450px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.quiz-questions-items {
	margin-bottom: 8px;
}

.quiz-questions-items__question {
	font-size: 20px;
	line-height: 1.7;
	margin-bottom: 30px;
}

.quiz-questions-items__answers label {
	display: inline-block;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 14px;
	line-height: 1.7;
	margin-bottom: 24px;
	cursor: pointer;
}

.quiz-questions-items__radio span {
	position: relative;
	padding-left: 40px;
	max-width: 550px;
}

.quiz-questions-items__radio span:before {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	border: 2px solid rgba(0, 0, 0, 0.2);
	left: 0;
	top: 2px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 50%;
}

.quiz-questions-items__radio input:checked ~ span:before {
	border: 5px solid #f37021;
}

.quiz-answer-input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.quiz-controls {
	margin-bottom: 55px;
}

.quiz-btn-next {
	padding: 15px 30px;
	font-size: 14px;
	line-height: 1.2;
	width: 100%;
	max-width: none;
}

.quiz-indicator {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

.quiz-indicator:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 2px;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.1);
}

.quiz-indicator__line {
	position: absolute;
	-webkit-transition: width 0.3s;
	-o-transition: width 0.3s;
	transition: width 0.3s;
	height: 2px;
	top: 0;
	left: 0;
	background-color: #f37021;
}

.quiz-indicator__num {
	padding-top: 22px;
	text-align: center;
	font-size: 12px;
	color: rgba(0, 0, 0, 0.5);
}

.quiz-results h3 {
	font-size: 20px;
	line-height: 1.7;
	margin-bottom: 30px;
}

.quiz-results a {
	font-size: 14px;
	line-height: 1.7;
	-webkit-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
}

.quiz-results a:hover {
	color: #f37021;
}

.quiz-btn-next--hidden,
.quiz-indicator--hidden,
.quiz-questions--hidden,
.quiz-results--hidden,
.table-block__hide {
	display: none;
}

.table-block__switch {
	border-top: 2px solid #f3f3f3;
	border-bottom: 2px solid #f3f3f3;
	cursor: pointer;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.table-block__switch:hover {
	color: #f37021;
}

.table-block__switch:hover .table-block__icon {
	color: #fff;
	background-color: #f37021;
}

.table-block__switch.active svg {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.table-block__switch.active ~ .table-block__hide {
	display: table-row;
}

.table-block__table {
	width: 1000px;
	table-layout: fixed;
	font-size: 14px;
	line-height: 1.5;
	border: 2px solid #f3f3f3;
	border-collapse: collapse;
}

.table-block__table .table-block__switch td {
	padding: 26px 37px 23px 20px;
}

.table-block__table td,
.table-block__table th {
	text-align: center;
}

.table-block__table thead tr:first-child td:first-child {
	text-align: left;
}

.table-block__table thead tr:last-child td,
.table-block__table thead tr:last-child th {
	border-bottom: none;
}

.table-block__table thead td,
.table-block__table thead th {
	background-color: #f3f3f3;
	border: 2px solid #fff;
	padding: 13px;
	text-align: center;
	vertical-align: middle;
}

.table-block__table thead td:first-child,
.table-block__table thead th:first-child {
	border-left: none;
	border-bottom: 2px solid #f3f3f3;
}

.table-block__table thead td:last-child,
.table-block__table thead th:last-child {
	border-right: none;
}

.table-block__table tbody td {
	border: 2px solid #f3f3f3;
	padding: 13px;
	vertical-align: middle;
}

.table-block__table-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 16px;
	font-weight: 500;
	text-align: left;
}

.table-block__table-title em {
	color: #f37021;
}

.table-block__icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	background-color: #f3f3f3;
	border-radius: 50%;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.table-block--material tbody tr:nth-child(n+2):nth-child(even) td {
	background-color: #f3f3f3;
	border: none;
	border-left: 2px solid #fff;
}

.table-block--material tbody tr:nth-child(3n+2) td:first-child {
	background-color: #fff;
	border: 2px solid #f3f3f3;
}

.table-block--specification .table-block__table {
	table-layout: auto;
	border-bottom: none;
}

.table-block--specification .table-block__table tr:last-child td {
	border-bottom: none;
}

.table-block--specification .table-block__table tr td {
	background-color: #fff;
}

.table-block--specification .table-block__table tr td:first-child,
.table-block--specification .table-block__table tr td[rowspan] + td {
	text-align: left;
}

.table-block--specification .table-block__table tr td span {
	display: block;
}

.table-block--specification .table-block__table tr th {
	background-color: #00aee6;
	border: 2px solid #00aee6;
	border-right: 2px solid #fff;
	color: #fff;
	border-bottom: 2px solid #fff !important;
}

.table-block--specification .table-block__table tr th:last-child {
	border-right: 2px solid #00aee6;
}

.table-block--specification .table-block__table .table-block__bg td {
	background-color: #f3f3f3;
	border: 2px solid #fff;
}

.table-block--specification .table-block__table .table-block__bg td:first-child {
	border-left: none;
}

.table-block--specification .table-block__table .table-block__bg td:last-child {
	border-right: none;
}

.table-block--specification .table-block__table .table-block__next td:first-child,
.table-block--specification .table-block__table .table-block__row td:not(:first-child) {
	text-align: center;
}

.table-block--specification-two .table-block__table tr td {
	background-color: #fff;
}

.table-block--specification-two .table-block__table tr td:first-child {
	text-align: left;
}

.table-block--specification-two .table-block__table tr td[rowspan] + td {
	text-align: center;
}

.table-block .mCSB_scrollTools {
	height: 8px;
}

.table-block .mCSB_draggerContainer {
	background-color: #efeff2;
	border-radius: 100px;
}

.table-block .mCSB_dragger {
	background-color: #f37021;
	border-radius: 100px;
}

.table-block .mCSB_draggerRail,
.table-block .mCSB_dragger_bar {
	display: none;
}

.price-page h1 {
	margin: 52px 0 65px;
}

.price-page .module__price {
	margin-top: 60px;
}

.price-page .list__download {
	padding-left: 0;
}

.price-page .list__download > .col {
	margin-top: 26px;
	margin-bottom: 30px;
}

.price-page .list__download a span > span {
	margin-bottom: 0;
}

.price-page .list__download a i {
	margin-right: 45px;
}

.price-page .s-calc {
	padding: 75px 0 120px;
}

.price-page .list__calc--item {
	margin-bottom: 0;
}

.price-page .list__calc--item-img:before {
	padding-top: 63%;
}

.price-page .list__calc .col {
	margin-top: 18px;
}

.jobs-page .breadcrumb {
	margin-top: 20px;
}

.jobs-page .main-title .block-title {
	margin-top: 8px;
}

.jobs-page .header-bottom__title {
	margin: 48px 0 40px;
}

.jobs-page .page-description {
	max-width: 550px;
}

.jobs-page .list__select-radio .iradio {
	width: 20px;
	height: 20px;
}

.jobs-page .list__select-radio .iradio:before {
	width: 10px;
	height: 10px;
}

.jobs-page .module__filter .list__select li {
	margin-bottom: 20px;
}

.jobs-page .block-slider-snap-wrapper {
	margin-top: 42px;
}

.jobs-page .block-slider-snap-wrapper .label {
	margin-bottom: 26px;
}

.jobs-page .slider-snap-wrapper {
	margin-top: 34px;
}

.jobs-page .main-form {
	padding: 70px 114px 78px;
	margin-top: 95px;
}

.jobs-page .main-form__form .form-group,
.jobs-page .main-form .form-group {
	margin-top: 38px;
}

.jobs-page .main-form .form-group input {
	font-size: 14px;
}

.jobs-page .main-form .form-group input:not([type=file]) {
	padding-bottom: 10px;
}

.jobs-page .main-form__btn {
	margin-top: 38px;
}

.jobs-page .main-form__btn button {
	width: 100%;
	font-size: 14px;
}

.jobs-page .block__tabs-content {
	margin-top: 106px;
}

.jobs-page .block__tabs--items {
	margin: 26px 0 75px;
}

.jobs-page .list__vocation-single {
	margin-top: 70px;
}

.jobs-page .list__vocation-single .item {
	margin: 20px 0 62px;
}

.jobs-page .list__vocation-single .item-title {
	margin-bottom: 16px;
}

.jobs-page .list__vocation-single .item-text {
	line-height: 1.6;
}

.jobs-page .list__vocation-item-col:nth-child(odd) .item {
	padding-right: 30px;
}

.jobs-page .form__vocation {
	padding: 50px 50px 40px;
}

.jobs-page .form__vocation .block-title {
	margin-bottom: 22px;
}

.jobs-page .form__vocation .form-group,
.jobs-page .form__vocation .main-form__btn {
	margin-top: 28px;
}

.jobs-page .form__vocation .custom-checkbox {
	margin-left: 0;
	margin-bottom: 45px;
}

.jobs-page .form__vocation .btn {
	max-width: fit-content;
}

.jobs-page-single .s-career {
	position: relative;
	margin-bottom: 28%;
}

.jobs-page-single .s-career .img-block {
	position: absolute;
	top: 1rem;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: calc(100% + 80px);
	z-index: -1;
}

.products-page .header-bottom__title {
	margin: 48px 0;
}

.products-page .module__filter--products .link__filter {
	padding-right: 26px;
	padding-left: 26px;
}

.products-page .products-list {
	margin: 24px 0 0;
}

.products-page .products-list__item {
	margin-bottom: 58px;
}

.products-page .products-list__item-link:before {
	padding-top: 63%;
}

.products-page .products-list__item-text {
	margin-top: 28px;
}

.products-page .products-list__list {
	padding: 35px 32px 15px;
	margin: 0;
}

.products-page .products-list__list li {
	margin-bottom: 11px;
	padding-left: 30px;
}

.products-page .s-sale {
	margin: 135px 0 45px;
}

.products-page .s-sale .block-title {
	margin-bottom: 56px;
}

.products-page .s-sale .list__sale--item-text {
	line-height: 1.6;
}

.products-page .s-sale .list__sale--item-text a {
	line-height: inherit;
}

.products-page .s-order.bg-orange,
.calc-banner,
.privacy-policy-page .s-order.bg-orange,
.docs .s-order.bg-orange {
	background-image: url(/local/templates/profholod_2021-11-17/assets/img/bg-orange-3.svg);
	background-size: cover;
	background-position-x: 70px;
	background-repeat: no-repeat;
}

@media (min-width: 992px) {
	.products-page .s-order.bg-orange,
	.calc-banner,
	.privacy-policy-page .s-order.bg-orange,
	.docs .s-order.bg-orange {
		background-size: contain;
		background-position: right;
	}
}

.products-page .main-form__text {
	line-height: 1.75;
	margin: 40px 0;
}

.products-page .main-form__btn {
	margin-top: 35px;
}

.products-page .main-form__btn .btn {
	width: 100%;
}

.product-page .s-top-no-slider .s-top-content {
	padding-bottom: 24px;
}

.product-page .about-staff__item {
	margin-bottom: 71px;
}

.product-page .about-staff__item-descr {
	max-width: 450px;
}

.product-page .block__tabs .block__tabs--sw {
	margin-right: -1.6%;
	margin-left: -1.6%;
}

.product-page .block__tabs .block__tabs--sw li {
	padding-right: 1.6%;
	padding-left: 1.6%;
}

.product-page .block__download-title,
.product-page .list__download-title {
	max-width: 400px;
	line-height: 1.5 !important;
}

.product-page .block__download a,
.product-page .list__download a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 52px;
}

.product-page .block__download a i,
.product-page .list__download a i {
	margin-right: 44px;
}

.product-page .block__download a em,
.product-page .list__download a em {
	font-size: 12px;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.4);
}

.product-page .main-form {
	padding: 70px 115px 80px;
	margin-bottom: 128px;
}

.product-page .main-form__title {
	margin-bottom: 40px;
	max-width: 400px;
}

.product-page .main-form__text {
	line-height: 1.65;
}

.product-page .main-form__form {
	padding-top: 20px;
}

.product-page .main-form .form-group {
	margin: 20px 0;
}

.product-page .main-form textarea {
	resize: none;
	overflow-wrap: break-word;
	height: 32px;
}

.product-page .main-form .custom-upload {
	margin-top: 32px;
}

.product-page .main-form .custom-upload .title {
	font-size: 14px;
}

.product-page .main-form__btn {
	margin-top: 38px;
}

.product-page .main-form .btn {
	width: 100%;
	max-width: 238px;
}

.s-top-content__breadcrumbs {
	padding-top: 94px;
}

.s-top-content__breadcrumbs .breadcrumb a,
.s-top-content__breadcrumbs .breadcrumb li {
	color: rgba(255, 255, 255, 0.5);
	font-size: 14px;
	line-height: 1.714;
}

.s-top-content__breadcrumbs .breadcrumb li:after {
	color: rgba(255, 255, 255, 0.5);
}

.s-top-content__title {
	max-width: 800px;
	font-size: 24px;
	line-height: 1.666;
	margin-bottom: 15px;
}

.s-top-content__title br {
	display: none;
}

.s-top-content__number {
	font-size: 32px;
	line-height: 1.5;
	margin-bottom: 48px;
}

.s-top-content__number-text {
	font-size: 14px;
	line-height: 1.714;
}

.s-top-content__btns {
	margin-bottom: 57px;
}

.s-top-content__btns .btn {
	padding: 12px 32px;
	font-size: 14px;
	line-height: 1.714;
	width: 100%;
	margin-bottom: 16px;
}

@media (min-width: 1200px) {
	.s-top-content__btns .btn {
		font-size: 16px;
	}
}

.s-top-content__list {
	margin-top: 10px;
}

.s-top-content__item {
	max-width: 445px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 10px;
	padding-bottom: 5px;
	border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

.s-top-content__item:last-child {
	border-bottom: none;
}

.s-top-content__item-left {
	font-size: 14px;
	line-height: 1.714;
	margin-top: 8px;
}

.s-top-content__item-right {
	font-size: 24px;
	line-height: 1.666;
}

.s-top-content__label {
	margin-left: auto;
	width: 100%;
	bottom: 0;
	left: 0;
}

.s-top-content__label--desktop {
	display: none;
}

.s-top-content__label--fixed {
	position: fixed;
	z-index: 120;
	width: 100%;
}

.s-top-content--product {
	position: static;
}

.cart-label {
	color: #000;
	background-color: #fff;
	padding: 24px 0;
}

.cart-label__title {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 16px;
}

.cart-label__inc-unit {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 15px;
	margin-right: 10px;
}

.cart-label__btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	width: 100%;
	margin-top: 16px;
}

.cart-label__btn .btn {
	font-size: 14px;
	line-height: 1.7;
	padding: 12px 24px;
	width: 100%;
	min-width: 200px;
	max-width: none;
}

.cart-label .icheckbox {
	border-color: rgba(0, 0, 0, 0.2);
}

.cart-label .icheckbox .main-form__check-label {
	margin-bottom: 0;
}

.cart-label__check {
	margin-top: 24px;
	white-space: nowrap;
	width: 100%;
}

.cart-label--mobile {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 24px 20px;
	-webkit-box-shadow: 0 -2px 24px rgba(149, 157, 165, 0.2);
	box-shadow: 0 -2px 24px rgba(149, 157, 165, 0.2);
}

.cart-label--mobile .cart-label__inc-unit {
	margin-bottom: 0;
}

.product__descr {
	margin-top: 55px;
	margin-bottom: 24px;
}

.product__descr h2 {
	font-size: 24px;
	line-height: 1.666;
	margin-bottom: 32px;
}

.product__descr p {
	font-size: 14px;
	line-height: 1.75;
	margin-bottom: 32px;
}

.product__projects {
	margin-bottom: 0;
}

.product__projects .block-title {
	max-width: 800px;
	line-height: 1.3;
	margin-bottom: 26px;
}

.product__cost {
	margin-bottom: 48px;
}

.product__table {
	margin-bottom: 64px;
}

.product__tabs {
	margin-bottom: 16px;
}

.product__tabs .block__tabs--sw {
	margin-bottom: 42px;
}

.product__tabs .list__download {
	padding-left: 0;
}

.product__list {
	margin-bottom: 12px;
}

.product__list--bg {
	background-color: #f3f3f3;
	padding-bottom: 18px;
}

.product__list--bg.product__list {
	margin-bottom: 95px;
}

.product-projects__descr {
	margin-bottom: 48px;
}

.product-projects__title {
	font-size: 24px;
	line-height: 1.666;
	margin-bottom: 32px;
}

.product-projects__text p {
	font-size: 14px;
	line-height: 1.7;
	margin-bottom: 32px;
}

.product-projects__btn .btn {
	width: 100%;
	font-size: 14px;
	line-height: 1.7;
	padding: 12px 30px;
}

@media (min-width: 1200px) {
	.product-projects__btn .btn {
		font-size: 16px;
	}
}

.product-advantages {
	margin-bottom: 24px;
}

.product-advantages__title,
.product-cost__title {
	font-size: 24px;
	line-height: 1.666;
	margin-bottom: 48px;
}

.product-cost__img {
	margin-bottom: 48px;
}

.product-cost__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.product-cost__text {
	font-size: 14px;
	line-height: 1.7;
	margin-bottom: 32px;
}

.product-cost__item {
	position: relative;
	font-size: 14px;
	line-height: 1.7;
	padding-left: 25px;
	margin-bottom: 24px;
}

.product-cost__item:before {
	content: "—";
	position: absolute;
	left: 0;
	top: -1px;
	color: #f37021;
}

.product__descr .product-cost__item {
	padding-left: 12px;
}

@media (min-width: 768px) {
	.product__descr .product-cost__item {
		padding-left: 25px;
	}
}

@media (min-width: 992px) {
	.product__descr .product-cost__item {
		margin-left: 0;
	}
}

.product-cost__link {
	display: inline-block;
	color: #f37021;
	font-size: 14px;
	line-height: 1.7;
	text-decoration: none;
}

.product-cost__link:focus,
.product-cost__link:hover {
	color: #f37021;
	text-decoration: underline;
}

.product-table__table {
	margin-bottom: 48px;
}

.product-table__btn .btn {
	padding: 12px 32px;
	width: 100%;
	font-size: 14px;
	line-height: 1.7;
}

@media (min-width: 1200px) {
	.product-table__btn .btn {
		font-size: 16px;
	}
}

.product-specification__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 19px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	text-decoration: none;
	color: #000;
	border: 2px solid #f3f3f3;
	border-bottom: none;
}

.product-specification__link:hover {
	color: #000;
	text-decoration: none;
}

.product-specification__link[aria-expanded=true] .product-specification__icon {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.product-specification__link:last-of-type {
	border-bottom: 2px solid #f3f3f3;
}

.product-specification__link span {
	font-size: 16px;
	line-height: 1.5;
	margin-right: 25px;
}

.product-specification__icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #000;
	border-radius: 50%;
	background-color: #f3f3f3;
	width: 40px;
	height: 40px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.product-list__wrapper a {
	text-decoration: none;
}

.product-list__title {
	font-size: 24px;
	line-height: 1.5;
	margin-bottom: 55px;
	margin-top: 55px;
}

.product-list__item {
	margin-bottom: 48px;
	color: #000;
	text-decoration: none;
	display: block;
}

.product-list__img {
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
	-webkit-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.product-list__img:before {
	content: "";
	display: block;
	padding-top: 60%;
}

.product-list__img img {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
}

.product-list__img iframe {
	min-height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.product-list--video .product-list__img:before {
	padding-top: 56.25%;
}

.product-list__subtitle {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 8px;
	color: #000000;
}

.product-list__subtitle span {
	color: #f37021;
}

.product-list__text {
	max-width: 500px;
	font-size: 14px;
	line-height: 1.8;
	color: rgba(0, 0, 0, 0.4);
	margin-bottom: 8px;
}

.product-list__date {
	font-size: 14px;
	line-height: 1.5;
	color: rgba(0, 0, 0, 0.5);
}

.product-list--profile .product-list__title {
	font-size: 20px;
	line-height: 1.6;
	margin-top: 0;
}

.product-list--profile .product-list__subtitle {
	font-size: 16px;
	line-height: 1.7;
}

.product-slider {
	position: relative;
	background-color: #f3f3f3;
	padding-top: 56px;
	padding-bottom: 28px;
}

.product-list--profile {
	padding-top: 28px;
}

.product-slider .container {
	overflow: visible;
	padding-right: 8px;
}

.product-slider__title {
	font-size: 24px;
	line-height: 1.666;
	margin-bottom: 40px;
}

.product-slider__list-wrapper {
	background-color: #fff;
}

.product-slider__slider {
	padding-bottom: 54px;
}

.product-slider__list-wrap {
	background-color: #fff;
	width: 100%;
}

.product-slider__item {
	position: relative;
	cursor: pointer;
	font-size: 14px;
	line-height: 1.75;
	padding: 24px 30px;
	border-bottom: 2px solid transparent;
}

.product-slider__item.is-active,
.product-slider__item:hover {
	background-color: #f37021;
	color: #fff;
	border-bottom: 2px solid #f37021;
	z-index: 1;
}

.product-slider__item.is-active:after,
.product-slider__item:hover:after {
	display: none;
}

.product-slider__item:after {
	content: "";
	width: calc(100% - 60px);
	height: 2px;
	background-color: rgba(0, 0, 0, 0.1);
	position: absolute;
	bottom: -4px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.product-slider__link-collapse {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 24px 30px;
	color: #000;
	text-decoration: none;
	font-size: 16px;
	line-height: 1.7;
}

.product-slider__link-collapse:focus,
.product-slider__link-collapse:hover {
	text-decoration: none;
	color: #000;
}

.product-slider__link-collapse span {
	position: relative;
	font-size: 16px;
	line-height: 1.5;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.product-slider__link-collapse:after {
	content: "";
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' height='5' viewBox='0 0 10 5' width='10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m5.00002 5-4.333333-4.333252h8.666663z' fill='currentColor'/%3E%3C/svg%3E");
	width: 10px;
	height: 10px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	margin-left: 10px;
}

.product-slider__link-collapse[aria-expanded=true] span {
	font-size: 14px;
}

.product-slider__link-collapse[aria-expanded=true]:after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.product-slider .slick-list,
.product-slider .slick-slide > div,
.product-slider .slick-track {
	height: 100%;
}

.product-slider .slick-dots {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	bottom: 18px;
	left: 20px;
	z-index: 1;
}

.product-slider .slick-dots li {
	margin: 0 4px;
	padding: 0;
}

.product-slider .slick-dots li button {
	border-radius: 50%;
	border: none;
	font-size: 0;
	width: 8px;
	height: 8px;
	background: rgba(0, 0, 0, 0.1);
	padding: 0;
}

.product-slider .slick-dots li.slick-active button,
.product-slider .slick-dots li:hover button {
	background: #f37021;
}

.product-slider__slider-btn {
	position: absolute;
	bottom: 0;
	right: 10px;
	width: 48px;
	height: 48px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
	cursor: pointer;
	background-color: transparent;
	border: none;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.product-slider__slider-btn:hover {
	background-color: #f37021;
	color: #fff;
}

.product-slider__slider-btn.slick-disabled {
	background-color: transparent;
	color: #000;
	pointer-events: none;
}

.product-slider__slider-prev {
	right: 95px;
}

.product-slider__slider-prev svg {
	margin-right: 2px;
}

.product-slider__slider-next svg {
	margin-left: 2px;
}

.product-slide {
	position: relative;
	height: 100%;
}

.product-slide__img {
	position: relative;
}

.product-slide__img .row {
	height: 100%;
}

.product-slide__img:before {
	content: "";
	display: block;
	padding-top: 55.5%;
}

.product-slide__img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.product-slide__content {
	position: relative;
	z-index: 1;
	padding: 40px 30px;
}

.product-slide__content p {
	font-size: 14px;
	line-height: 1.7;
	color: #fff;
	margin-bottom: 32px;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.product-slide__content .btn {
	padding: 12px 30px;
	font-size: 14px;
	line-height: 1.7;
}

@media (min-width: 1200px) {
	.product-slide__content .btn {
		font-size: 16px;
	}
}

.projects__item {
	width: 100%;
}

.projects__item--title .projects__title {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 20px;
	font-size: 20px;
	color: #fff;
}

.projects__link {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	color: #000;
	text-decoration: none;
}

.projects__link:hover {
	color: #000;
	text-decoration: none;
}

.projects__link:hover .projects__content {
	top: 0;
}

.projects__img {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	height: 100%;
	width: 100%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative;
}

.projects__img:before {
	content: "";
	display: block;
	padding-top: 70%;
}

.projects__img img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.projects__content {
	top: 100%;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-transition: top 0.25s;
	-o-transition: top 0.25s;
	transition: top 0.25s;
	padding-top: 15px;
}

.projects__content--top {
	margin-bottom: auto;
}

.projects__content--bottom {
	display: none;
}

.projects__title {
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 10px;
}

.projects__descr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 10px;
}

.projects__descr-item {
	margin-right: 20px;
	font-size: 14px;
	line-height: 24px;
	color: rgba(0, 0, 0, 0.4);
}

.projects__descr-item:last-child {
	margin-right: 0;
}

.projects__numbers {
	width: 100%;
}

.projects__numbers-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 2px solid rgba(255, 255, 255, 0.2);
	width: 100%;
	margin-bottom: 10px;
}

.projects__numbers-item:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.projects__numbers-num {
	font-size: 24px;
	line-height: 1.5;
	font-weight: 400;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: 10px;
}

.projects__numbers-descr {
	font-size: 14px;
	line-height: 1.5;
	font-weight: 500;
}

.projects--product .projects__img:before {
	padding-top: 60%;
}

.projects--product .projects__content--top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.projects-another {
	margin-bottom: 10rem;
}

.projects-another__container {
	display: block;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 2rem;
	padding-right: 2rem;
}

.projects-another__title {
	margin-bottom: 3.5rem;
	font-size: 6.4rem;
	font-weight: 500;
}

.projects-another__btn {
	padding-top: 4rem;
	text-align: center;
}

.about__top {
	margin-bottom: 50px;
}

.about__video {
	margin-bottom: 55px;
}

.about__descr {
	margin-bottom: 65px;
}

.about__list {
	margin-bottom: 32px;
}

.about__map {
	margin-bottom: 55px;
}

.about__history {
	background-color: #f3f3f3;
	overflow: hidden;
}

.about__staff {
	margin-top: 55px;
	margin-bottom: 16px;
}

.about-menu {
	background-color: #00aee6;
	padding-top: 24px;
	padding-bottom: 24px;
}

.about-menu__item.active .about-menu__link {
	color: rgba(255, 255, 255, 0.5);
}

.about-menu__item.active .about-menu__link:hover {
	text-decoration: none;
}

.about-menu__link {
	display: inline-block;
	font-size: 14px;
	line-height: 1.7;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #fff;
	text-decoration: none;
}

.about-menu__link:hover {
	color: #fff;
}

.about-descr {
	padding-top: 55px;
	border-top: 2px solid #00aee6;
	font-size: 20px;
	line-height: 1.6;
}

.about-list__item {
	margin-bottom: 40px;
}

.about-list__icon {
	margin-bottom: 16px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.about-list__title {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 18px;
	margin-top: 0;
}

.about-list__text {
	font-size: 14px;
	line-height: 1.7;
	color: rgba(0, 0, 0, 0.4);
	margin-bottom: 0;
	max-width: 360px;
}

.about-map {
	position: relative;
}

.about-map__text {
	top: -25px;
	font-size: 20px;
	line-height: 1.6;
	margin-left: 20px;
}

.about-map__text span {
	color: #f37021;
}

.about-map__btn {
	position: absolute;
	bottom: 0;
	width: calc(100% - 40px);
	left: 20px;
}

.about-map__btn .btn {
	padding: 12px 30px;
	font-size: 14px;
	line-height: 1.7;
	width: 100%;
	max-width: none;
}

@media (min-width: 1200px) {
	.about-map__btn .btn {
		font-size: 16px;
	}
}

.about-map .block__map {
	width: 108%;
	-webkit-transform: translateX(-4%);
	-ms-transform: translateX(-4%);
	transform: translateX(-4%);
}

.about-history {
	position: relative;
	padding-top: 55px;
	padding-bottom: 10px;
	z-index: 2;
}

.about-history .block-title {
	margin-bottom: 80px;
}

.about-history__title {
	font-size: 24px;
	line-height: 1.666;
	margin-bottom: 65px;
}

.about-history__top {
	margin-bottom: 120px;
}

.about-history__top .slick-list {
	overflow: visible;
}

.about-history__top .slick-slide:last-child .about-history__top-slide:after {
	display: none;
}

.about-history__top-slide {
	position: relative;
	padding-top: 40px;
	cursor: pointer;
}

.about-history__top-slide:after {
	content: "";
	position: absolute;
	width: calc(100% - 2px);
	top: 7px;
	left: 16px;
	border: 1px dashed rgba(99, 100, 102, 0.4);
}

.about-history__top-slide i {
	position: absolute;
	background-color: #fff;
	z-index: 1;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 16px;
	height: 16px;
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-radius: 50%;
}

.about-history__top-slide i:before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	background-color: #000;
	border-radius: 50%;
}

.about-history__top-slide span {
	font-size: 14px;
	line-height: 1.7;
}

.about-history__top-btn {
	position: absolute;
	bottom: -73px;
	right: 0;
	width: 48px;
	height: 48px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
	cursor: pointer;
	background-color: transparent;
	border: none;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.about-history__top-btn:hover {
	background-color: #f37021;
	color: #fff;
}

.about-history__prev {
	right: 65px;
}

.about-history__prev svg {
	margin-right: 2px;
}

.about-history__next svg {
	margin-left: 2px;
}

.about-history .slick-current .about-history__top-slide {
	color: #f37021;
}

.about-history .slick-current .about-history__top-slide i {
	border-color: #f37021;
}

.about-history .slick-current .about-history__top-slide i:before {
	background-color: #f37021;
}

.about-staff__title {
	line-height: 1.666;
	margin-bottom: 25px;
}

.about-staff__top {
	margin-bottom: 40px;
}

.about-staff__text {
	font-size: 14px;
	line-height: 1.7;
	max-width: 450px;
	margin-bottom: 48px;
}

.about-staff__countup {
	margin: 0 0 40px;
}

.about-staff__countup .countup__item {
	margin-bottom: 0;
}

.about-staff__countup .countup__text {
	font-size: 14px;
}

.about-staff__btn .btn {
	padding: 12px 32px;
	font-size: 14px;
	line-height: 1.6;
	max-width: none;
	width: 100%;
}

.about-staff__subtitle {
	font-size: 16px;
	line-height: 2.5;
	margin-bottom: 48px;
}

.about-staff__item {
	margin-bottom: 40px;
}

.about-staff__icon {
	margin-bottom: 15px;
	flex-shrink: 0;
}

.about-staff__icon img {
	width: 48px;
}

.about-staff__list {
	margin-top: 0;
}

.about-staff__item-text {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 0;
	font-weight: 500;
}

.about-staff__item-descr {
	display: block;
	font-size: 14px;
	line-height: 1.7;
	margin-top: 16px;
	color: rgba(0, 0, 0, 0.4);
	font-weight: 400;
}

.about-staff__item-descr br {
	display: none;
}

.about-page .header-bottom__inner .block-title {
	margin: 52px 0 32px;
}

.about-page .countup__list {
	margin-top: 12px;
}

.about-page .countup__number {
	padding-bottom: 0;
	margin-bottom: 3px;
}

.about-page .header-bottom--about .countup__item {
	text-align: left;
}

.about-page .history-slide__item {
	margin-bottom: 48px;
}

.about-page .history-slide__img {
	position: relative;
	margin-bottom: 15px;
}

.about-page .history-slide__img:before {
	content: "";
	padding-top: 50%;
	display: block;
}

.about-page .history-slide__img img {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.about-page .history-slide__text {
	font-size: 16px;
	line-height: 1.5;
}

.about-page .history-slide__text span {
	color: #f37021;
}

.about-page .main-form {
	padding-top: 0;
}

.about-page .main-form .form-group {
	margin: 0;
}

.about-page .s-order.bg-orange {
	margin-bottom: 32px;
}

@media (min-width: 768px) {
	.about-page .s-order.bg-orange {
		margin-bottom: 40px;
	}
}

.single-news .carousel-text-top .slick-dots,
.single-news .carousel-work .slick-dots {
	padding-top: 2px;
}

.single-news .carousel-text-bottom p {
	line-height: 1.6;
}

.single-news .text-block {
	line-height: 1.7;
}

.single-news .text-block h5 {
	font-size: 18px;
	margin-bottom: 50px;
}

.single-news .text-block p {
	font-size: 14px;
	margin-bottom: 20px;
}

.single-news .text-block ol,
.single-news .text-block ul {
	margin-bottom: 30px;
}

.single-news .text-block ol li,
.single-news .text-block ul li {
	position: relative;
	padding-left: 25px;
	font-size: 14px;
	line-height: 1.7;
	margin-bottom: 20px;
}

.single-news .text-block ul li:before,
.product__descr .product-cost__item:before,
.design-features li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #f37021;
}

.single-news .text-block ol {
	counter-reset: news_list;
}

.single-news .text-block ol li:before {
	counter-increment: news_list;
	content: counter(news_list);
	position: absolute;
	left: 0;
	top: 0;
	color: #f37021;
}

.single-news .readmore-blue ul {
	max-width: 672px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
}

.single-news .readmore-blue ul li:before {
	background-color: #ffffff;
}

.single-news .banner-block {
	background-color: #00aee6;
	padding-left: 20px;
	padding-right: 20px;
}

.single-news .banner-block__wrapper {
	max-width: 500px;
	margin: 0 auto;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
}

.single-news .banner-block__wrapper p {
	font-size: 16px;
	line-height: 1.7;
	color: #fff;
	margin-bottom: 0;
}

.single-news .quote-block {
	position: relative;
}

.single-news .quote-block:before {
	content: "";
	position: absolute;
	right: 0;
	top: 65px;
	width: calc(100% - 100px);
	height: 2px;
	background-color: #f37021;
}

.single-news .quote-block p {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.8;
	margin-bottom: 38px;
}

.single-news .author-block {
	line-height: 1.5;
	max-width: 430px;
}

.single-news .author-block p {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 0;
}

.single-news .author-block span {
	font-size: 14px;
	color: #636466;
	padding-top: 8px;
}

.single-news .small-block {
	font-size: 14px;
	line-height: 1.5;
}

.single-news .small-block p {
	line-height: 1.8;
	margin-bottom: 35px;
}

.single-news .instruction-block__title {
	font-size: 20px;
	margin-bottom: 60px;
}

.single-news .instruction-block__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
	margin-bottom: 30px;
}

.single-news .instruction-block__link:hover {
	text-decoration: none;
}

.single-news .instruction-block__link:hover .instruction-block__text span {
	color: #f37021;
}

.single-news .instruction-block__link:hover .instruction-block__icon {
	background-color: #f37021;
	color: #fff;
}

.single-news .instruction-block__icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background-color: #f3f3f3;
	border-radius: 50%;
	color: #000;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 15px;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.single-news .instruction-block__text span {
	display: block;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 5px;
	line-height: 1.5;
	color: #000;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.single-news .instruction-block__text em {
	font-size: 12px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 2px;
	color: rgba(0, 0, 0, 0.4);
	text-transform: uppercase;
}

.single-news .table-block__title {
	font-size: 20px;
	margin: 0 auto 40px;
	width: 100%;
}

.single-news .social-block {
	padding-top: 30px;
	padding-bottom: 30px;
	border-top: 2px solid #f37021;
}

.single-news .social-block__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 672px;
	width: 100%;
	margin: 0 auto;
}

.single-news .social-block__text {
	font-size: 14px;
}

.single-news .social-block__text span {
	display: none;
}

.single-news .social-block__link {
	margin-left: 15px;
	text-decoration: none;
	color: #000;
}

.single-news .social-block__link:focus,
.single-news .social-block__link:hover {
	color: rgba(0, 0, 0, 0.6);
	text-decoration: none;
}

.single-news .news-item {
	margin-bottom: 45px;
}

.single-news .news-item__img {
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
	-webkit-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.single-news .news-item__img:before {
	content: "";
	display: block;
	padding-top: 60%;
}

.single-news .news-item__img:hover {
	opacity: 0.7;
}

.single-news .news-item__img img {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
}

.single-news .news-item__title {
	font-size: 18px;
	line-height: 1.6;
	margin-bottom: 8px;
}

.single-news .news-item__text {
	font-size: 14px;
	line-height: 1.8;
	color: rgba(0, 0, 0, 0.4);
	margin-bottom: 14px;
}

.single-news .news-item__date {
	font-size: 14px;
	line-height: 1.5;
	color: rgba(0, 0, 0, 0.5);
}

.single-news .more-news {
	margin-bottom: 65px;
}

.single-news .more-news__title {
	font-size: 24px;
	line-height: 1.5;
	margin-top: 70px;
	margin-bottom: 35px;
}

.single-news .more-news__btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.single-news .more-news__btn .btn {
	padding: 15px 30px;
	font-size: 14px;
	line-height: 1.2;
	max-width: 320px;
	width: 100%;
}
@media (min-width: 1200px) {
	.single-news .more-news__btn .btn {
		font-size: 16px;
	}
}

.single-news .main-form {
	padding: 74px 115px;
}

.single-news .main-form__title {
	max-width: 380px;
	margin-bottom: 42px;
}

.single-news .main-form__btn,
.single-news .main-form__form {
	margin-top: 37px;
}

.single-news .form-group--file {
	margin-top: 35px !important;
	margin-bottom: 35px !important;
}

.single-news .s-order {
	padding-bottom: 8px;
}

.single-news .s-order__content {
	margin-top: 78px;
}

.single-news .s-order__content .btn {
	width: 100%;
	max-width: 180px;
}

.single-news iframe {
	width: 100%;
	aspect-ratio: 16/9;
	height: unset;
}

.news-content {
	margin-top: 50px;
}

.news-content__wrapper {
	max-width: 672px;
	width: 100%;
	margin: 0 auto;
}

.news-content__banner {
	margin-top: 30px;
	margin-bottom: 30px;
}

.news-content__slider {
	margin: 30px auto 70px;
}

.news-content__quiz {
	margin-top: 30px;
	margin-bottom: 30px;
}

.news-content__quiz .quiz__wrap {
	max-width: 500px;
	width: 100%;
	margin: 0 auto;
}

.news-content__author {
	margin-top: 30px;
	margin-bottom: 65px;
}

.news-content__instruction,
.news-content__table {
	margin-top: 30px;
	margin-bottom: 30px;
}

.news-content__social {
	margin-top: 30px;
	margin-bottom: 15px;
}

.news-content .tippy-text {
	background-color: #cceffa;
}

.header-bottom__search-form .row-check .icheckbox,
.s-top-form .row-check .icheckbox {
	top: 0;
}

.header-bottom__search-form .row-check .icheckbox.checked,
.s-top-form .row-check .icheckbox.checked {
	background-color: #fff;
}

.header-bottom__search-form .row-check .icheckbox + *,
.s-top-form .row-check .icheckbox + * {
	width: calc(100% - 24px);
}

.s-top-bg {
	min-height: 100vh;
	position: relative;
}

.s-top-bg .burger > span,
.s-top-bg .burger > span:after,
.s-top-bg .burger > span:before {
	background-color: #fff;
}

.s-top-bg .bg-items {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	z-index: 1;
}

.s-top-bg .bg-items .item-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-size: cover;
}

.s-top-bg .page-header {
	background: 0 0;
}

.s-top-bg .page-header::after {
	display: none;
}

.s-top-bg .page-header .logo {
	display: block;
	background: 0 0;
}

.s-top-bg .page-header .logo:before {
	display: none;
}

.s-top-bg .page-header .main-nav__link {
	background: 0 0;
	color: #fff;
}

.s-top-bg .page-header .main-nav__link:hover {
	color: #f37021;
}

.s-top-bg .page-header .nav-info__link,
.s-top-bg .page-header .switch-lang__button {
	color: #fff;
}

.s-top-bg .page-header .nav-info__link:hover,
.s-top-bg .page-header .switch-lang__button:hover {
	color: #f37021;
}

.s-top-bg .page-header .switch-lang .switch-lang__button svg {
	color: #fff;
}

.s-top-bg .page-header__inner-wrapper {
	border-color: rgba(255, 255, 255, 0.2);
}

.s-top-bg .s-top-content {
	position: relative;
	z-index: 3;
	color: #fff;
}

.s-top-bg .s-top-content .block-title {
	max-width: 900px;
	margin-top: 0;
	margin-bottom: 48px;
}

.s-top-bg .s-top-content-bread li,
.s-top-bg .s-top-content-bread li:after {
	color: rgba(255, 255, 255, 0.5);
}

.s-top-bg .s-top-content-bread a {
	color: rgba(255, 255, 255, 0.5);
	text-decoration: none;
}

.s-top-bg .s-top-content .page__title {
	font-size: 24px;
	line-height: 1.5;
	max-width: 900px;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

.s-top-bg .list__stat--item-num {
	font-size: 90px;
	line-height: 81px;
}

.s-top-bg .list__stat--item-text {
	font-size: 18px;
	line-height: 20px;
}

.s-top-bg .scrollNext {
	line-height: 20px;
}

.s-top-bg .scrollNext a {
	color: #fff;
	text-decoration: none;
	font-size: 18px;
}

.s-top-bg .scrollNext a i {
	margin-right: 24px;
}

.s-top-bg .scrollNext a svg {
	stroke: #fff;
}

.s-top-bg .scrollNext a:hover {
	color: #f37021;
}

.s-top-bg .scrollNext a:hover svg {
	stroke: #f37021;
}

.s-top-bg .sliderProjectsArrow {
	max-width: 180px;
	margin: -50px auto 0;
	position: relative;
}

.s-top-bg .sliderProjectsArrow .btn {
	width: 70px;
	height: 70px;
	position: relative;
	border-radius: 50%;
	margin: 0 5px;
}

.s-top-bg .sliderProjectsArrow .btn svg {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	fill: none;
	stroke: #fff;
	stroke-width: 2;
}

.s-top-bg .sliderProjectsArrow .btn:hover svg {
	stroke: #f37021;
}

.s-top-bg .s-top-nav {
	background: #fff;
	padding: 24px;
	max-width: 250px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.s-top-bg .s-top-nav li {
	margin-bottom: 8px;
}

.s-top-bg .s-top-nav li:last-child {
	margin-bottom: 0;
}

.s-top-bg .s-top-nav li a {
	text-decoration: none;
	color: #000;
	font-size: 16px;
}

.s-top-bg .s-top-nav li a:hover,
.s-top-bg .s-top-nav li.active a {
	color: #f37021;
}

.s-top-no-slider {
	min-height: auto;
}

.s-top-no-slider .bg-items {
	position: relative;
	height: auto;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
}

.s-top-no-slider .s-top-content {
	padding-bottom: 25px;
}

.s-top-no-slider .page__date {
	font-size: 14px;
	line-height: 1.5;
}

.s-top-no-slider .page__tooltip {
	width: 56px;
	height: 56px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #fff;
	border-radius: 50%;
	-webkit-transition: background 0.2s;
	-o-transition: background 0.2s;
	transition: background 0.2s;
	margin-top: -10px;
}

.s-top-no-slider .page__tooltip:hover {
	background-color: #f37021;
}

.s-top-no-slider .page__tooltip:hover svg {
	color: #fff;
}

.s-top-no-slider .page__tooltip svg {
	height: 16px;
	width: 16px;
	color: #000;
	-webkit-transition: color 0.2s;
	-o-transition: color 0.2s;
	transition: color 0.2s;
}

.s-top-form .form-control {
	background: 0 0;
	border: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	color: #fff;
	font-size: 24px;
	padding-left: 0;
	padding-bottom: 15px;
}

.s-top-form .form-control.placeholder {
	color: rgba(255, 255, 255, 0.5);
}

.s-top-form .form-control:-moz-placeholder {
	color: rgba(255, 255, 255, 0.5);
}

.s-top-form .form-control::-moz-placeholder {
	color: rgba(255, 255, 255, 0.5);
}

.s-top-form .form-control:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.5);
}

.s-top-form .form-control::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.5);
}

.s-top-form-text {
	font-size: 12px;
	line-height: 16px;
}

.s-top-form .btn {
	font-size: 18px;
	padding: 24px 30px;
	border-radius: 40px;
}

.form-page .header-bottom__prev {
	padding-top: 7px;
	margin-top: 0;
	margin-bottom: 9px;
}

.form-page .header-bottom__title {
	margin-top: 0;
}

.form-page .block__tabs .block__tabs--sw {
	margin: 50px -2.5% 20px;
}

.form-page .block__tabs .block__tabs--sw li {
	font-size: 16px;
	font-weight: 500;
	margin: 0 2.5%;
}

.request {
	margin-top: 40px;
}

.request__text {
	font-size: 14px;
}

.request-form {
	max-width: 560px;
	margin-bottom: 88px;
}

.request-form .custom-upload .title {
	font-size: 14px;
}

.request-form .form-group {
	margin-bottom: 32px;
}

.request-form .form-control {
	display: block;
	width: 100%;
	border: none;
	font-size: 14px;
	line-height: 1;
	padding: 8px 0 12px;
	height: auto;
	border-bottom: 1px solid rgba(0, 0, 0, 0.4);
	-webkit-transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	transition: border-color 0.3s;
}

.request-form .form-control:focus {
	outline: 0;
}

.request-form .form-control:focus-visible {
	border-color: rgba(0, 0, 0, 0.2);
}

.request-form .form-control::-webkit-input-placeholder {
	color: #000;
}

.request-form .form-control::-moz-placeholder {
	color: #000;
}

.request-form .form-control::-ms-input-placeholder {
	color: #000;
}

.request-form .form-control:-ms-input-placeholder {
	color: #000;
}

.request-form .form-control::placeholder {
	color: #000;
}

.request-form .main-form__check-label {
	cursor: pointer;
}

.request-form .icheckbox {
	border-color: #000;
	margin-right: 20px;
}

.request-form .icheckbox + span {
	width: 100%;
}

.request-form .icheckbox + span a {
	color: #000;
}

.request-form .form-group-delivery .form-control {
	margin-bottom: 24px;
}

.request-form .form-group-delivery .main-form__check-label {
	margin-bottom: 0;
}

.request-form .inputfile + label {
	overflow: visible;
	white-space: initial;
	max-width: none;
}

.request-form .inputfile + label svg {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	color: #000;
	margin-right: 16px;
}

.request-form .inputfile + label span {
	color: #000;
	font-size: 14px;
	line-height: 1.7;
}

.request-form .main-form__btn {
	margin-top: 40px;
}

.request-form .main-form__btn button {
	font-size: 14px;
	padding-right: 10px;
	padding-left: 10px;
}

.comparison-page .header-bottom {
	margin-top: 36px;
}

.comparison-page .header-bottom .block-title {
	margin-top: 18px;
	margin-bottom: 18px;
}

.comparison-page .block__tabs--sw {
	margin: 22px -2.5%;
}

.comparison-page .block__tabs--sw li {
	margin: 0 2.5%;
}

.comparison-page .block__tabs .block__tabs--sw li {
	font-size: 16px;
}

.comparison-page .main-form {
	padding: 70px 115px 90px;
	margin-bottom: 82px;
}

.comparison-page .main-form .form-group,
.comparison-page .main-form .main-form__btn {
	margin-top: 40px;
}

.compare {
	overflow: hidden;
	margin-bottom: 70px;
}

.compare__text,
.compare__title {
	padding-right: 25px;
}

.compare__top .inner-wrapper-sticky {
	background-color: #fff;
	padding-top: 20px;
	z-index: 10;
}

.compare__first {
	width: 100%;
	font-size: 14px;
	line-height: 1.5;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding-top: 20px;
	padding-right: 35px;
	padding-bottom: 20px;
	max-width: 145px;
}

.compare__first span {
	display: block;
	font-size: 14px;
	line-height: 1.7;
	color: rgba(0, 0, 0, 0.4);
}

.compare__slider {
	margin-left: auto;
}

.compare__slider .slick-arrow {
	position: absolute;
	bottom: -75px;
	display: none !important;
}

.compare__slider--top {
	z-index: 10;
	width: 100%;
}

.compare__slider--top .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.compare__slider--top .slick-slide {
	height: inherit;
}

.compare__slider--top .slick-slide > div {
	height: 100%;
}

.compare__slider--top .slick-list {
	overflow: visible;
}

.compare__slider--bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	border-top: 2px solid rgba(0, 0, 0, 0.1);
}

.compare__slider--bottom:last-child {
	border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

.compare__slider--bottom .slick-list {
	height: 100%;
	margin: 0;
}

.compare__slider--bottom .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
}

.compare__slider--bottom .slick-slide {
	height: inherit;
}

.compare__img-item,
.compare__slider--bottom .slick-slide > div {
	height: 100%;
}

.compare__img {
	margin-bottom: 15px;
	max-width: 160px;
	max-height: 160px;
	width: 100%;
	height: 100%;
}

.compare__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.compare__title {
	font-size: 16px;
	line-height: 1.5;
	margin-top: 10px;
	margin-bottom: 8px;
}

.compare__text {
	font-size: 14px;
	line-height: 1.7;
	color: rgba(0, 0, 0, 0.4);
}

.compare__slider-bottom {
	width: 100%;
}

.compare__list {
	height: 100%;
}

.compare__item {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-bottom: 24px;
}

.compare__item span {
	font-size: 14px;
	line-height: 1.7;
}

.compare__filter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
}

.compare__filter li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1;
	margin-bottom: 15px;
}

.compare__filter label {
	margin-bottom: 0;
}

.compare__filter-text {
	display: none;
	font-size: 14px;
	line-height: 1.7;
	color: rgba(0, 0, 0, 0.4);
	margin-right: 30px;
}

.compare__filter-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.compare__filter-item {
	margin-bottom: 15px;
}

.calc-page .about__top {
	margin-bottom: 0;
}

.calc-page .block-title {
	max-width: 620px;
	line-height: 1.4;
	margin-top: 44px;
	margin-bottom: 35px;
}

.calc-page .page-description {
	max-width: 560px;
	font-size: 14px;
	line-height: 1.75;
}

.calc-page .dropdown-wrapper {
	display: block;
}

.calc-page .main-form__title {
	margin-top: 0;
}

.calc-page .main-form__form {
	padding-top: 12px;
}

.calc-page .main-form__form .form-group {
	margin-bottom: 40px;
}

.calc-page .main-form__form .btn {
	width: 100%;
}

.select2-results {
	display: block !important;
}

.select2-container--default .drop-white {
	border-radius: 0 0 5px 5px;
	overflow: hidden;
	border: 1px solid #e2e2e2;
}

.select2-container--default .drop-white .select2-results__option {
	font-size: 14px;
	line-height: normal;
}

.select2-container--default .drop-white .select2-results__option--highlighted[aria-selected] {
	background: #f37021;
}

.select2-container--default .drop-white .select2-results__option[aria-selected=true] {
	background: #00aee6;
	color: #fff;
}

.calculator {
	padding: 62px 0 40px;
}

.calculator.bg {
	background-color: #fff;
}

/* .calculator__slide {
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 35px;
	margin-bottom: 32px;
} */

.calculator__slide:not(.calculator__slide--last) {
	background-color: #f3f3f3;
	padding-top: 58px;
}

.calculator__btns,
.calculator__fraction {
	padding-right: 20px;
	padding-left: 20px;
}

.calculator__slide .main-form {
	padding: 98px 115px 76px;
	margin-bottom: 55px;
}

.calculator__slide--last {
	padding-left: 0;
	padding-right: 0;
}

.calculator__title {
	font-size: 20px;
	line-height: 1.6;
	margin-bottom: 40px;
}

.calculator__field {
	position: relative;
	margin-bottom: 32px;
}

.calculator__field--check .calculator__check {
	margin-top: 24px;
}

.calculator__subtitle {
	display: block;
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 24px;
}

.calculator__label {
	font-size: 14px;
	line-height: 1.7;
	color: #999;
	margin-bottom: 24px;
}

.calculator__check label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.calculator__check .icheckbox {
	border-color: #ccc;
	border-width: 2px;
	border-radius: 2px;
}

.calculator__check span {
	font-size: 14px;
	line-height: 1.714;
}

.calculator__input {
	position: relative;
}

.calculator__input input {
	width: 100% !important;
	height: 40px;
	border-radius: 20px;
	border: 2px solid #ccc !important;
	padding-left: 16px !important;
	padding-right: 40px !important;
	font-size: 16px;
	background-color: transparent !important;
	-webkit-transition: -webkit-box-shadow 0.3s !important;
	transition: box-shadow 0.3s !important;
	-o-transition: box-shadow 0.3s !important;
	transition: box-shadow 0.3s, -webkit-box-shadow 0.3s !important;
	color: inherit !important;
}

.calculator__input input:focus-visible {
	outline: 0;
	-webkit-box-shadow: 0 0 2px 4px rgba(230, 230, 230, 0.85);
	box-shadow: 0 0 2px 4px rgba(230, 230, 230, 0.85);
}

.calculator__input span {
	font-size: 14px;
	position: absolute;
	right: 16px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.calculator__disklaimer {
	font-size: 14px;
	line-height: 1.7;
	color: #999;
	margin-top: 32px;
}


.calculator__inc-unit .increment {
	border-radius: 40px 0 0 40px;
	border-color: #ccc;
}

.calculator__inc-unit span {
	position: relative;
	font-size: 14px;
	line-height: 1.7;
	color: #000;
	text-decoration: none;
	padding: 6px 16px;
	border: 2px solid #ccc;
	min-height: 40px;
	border-radius: 0 20px 20px 0;
	border-left: none;
}

.calculator__link {
	font-size: 14px;
	line-height: 1.7;
	color: #f37021;
	text-decoration: none;
	display: inline-block;
	margin-top: 16px;
}

.calculator__link:hover {
	color: #f37021;
	text-decoration: underline;
}

.calculator__btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 55px;
	margin-top: 54px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.calculator__btn {
	padding: 12px 32px;
	font-size: 14px;
	line-height: 1.714;
	width: 80%;
}

@media (max-width: 765px) {
	.calculator__btns {
		padding: 0;
		margin-top: 0;
		margin-bottom: 32px;
	}

	.calculator__item--block4 {
		margin: 0;
	}

	.calculator__btn.calculator__prev {
		margin-top: 16px;
		margin-right: 0;
		margin-left: 16px;
	}
	
	.calculator__links-wrapper {
		margin-top: 32px;
	}

	.calculator__disklaimer--step-3 {
		margin-top: 0;
		margin-bottom: 32px;
	}
}

.calculator__prev {
	border: 1px solid rgba(38, 123, 251, 0.3);
	background-color: transparent;
	color: #000;
	height: 49px;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	margin-top: 24px;
	width: 80%;
}

.calculator__prev:visited {
	color: #000;
}

.calculator__prev:hover {
	background-color: #267bfb;
	border: 1px solid #267bfb;
	color: #fff;
}

.calculator__prev.slick-disabled {
	visibility: hidden;
	width: 0;
	padding-left: 0;
	padding-right: 0;
	margin: 0;
}



.calculator__progress {
	display: block;
	width: calc(100% - 40px);
	height: 2px;
	border-radius: 10px;
	overflow: hidden;
	background-color: #e6e6e6;
	background-image: -webkit-gradient(linear, left top, right top, from(#f37021), to(#f37021));
	background-image: -o-linear-gradient(left, #f37021, #f37021);
	background-image: linear-gradient(to right, #f37021, #f37021);
	background-repeat: no-repeat;
	background-size: 0 100%;
	margin-bottom: 15px;
	margin-left: 20px;
	margin-right: 20px;
	-webkit-transition: background-size 0.4s ease-in-out;
	-o-transition: background-size 0.4s ease-in-out;
	transition: background-size 0.4s ease-in-out;
}

.calculator__fraction {
	display: block;
	text-align: center;
	font-size: 12px;
	letter-spacing: 2px;
	color: #000;
	width: 100%;
	margin: 0 auto;
}

.calculator__fraction span {
	color: rgba(0, 0, 0, 0.3);
}

.calculator__table {
	border-collapse: collapse;
	border: 2px solid #f3f3f3;
	width: 100%;
	margin: 0 0 32px;
}

.calculator__table--two {
	margin-left: auto;
}

.calculator__table tr {
	position: relative;
	border-bottom: 2px solid #f3f3f3;
}

.calculator__table tr:last-child {
	border-bottom: none;
}

.calculator__table tr:last-child:after {
	display: none;
}

.calculator__table th {
	padding: 23px 20px;
	width: 100%;
	background-color: #f3f3f3;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	-moz-text-align-last: left;
	text-align-last: left;
}

.calculator__table td {
	font-size: 14px;
	line-height: 1.7;
	height: 62px;
	vertical-align: middle;
}

.calculator__table td:first-child,
.light {
	color: #999;
}

.calculator .select2-container--default .select2-selection--single {
	height: 40px;
	border-radius: 20px;
	border-color: #ccc;
	border-width: 2px;
	background-color: transparent;
}


.calculator .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 40px;
	width: 40px;
}

.calculator .select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #000 transparent transparent;
}

.calculator .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #000;
}

.calculator .slick-dots {
	display: none !important;
}

.footer {
	background-color: #000;
	font-size: 14px;
	color: #fff;
	margin-top: auto;
}

.footer a:not(.btn) {
	text-decoration: none;
}

.footer a:not(.btn):hover {
	color: #f37021;
}

.footer a:not(.btn):visited {
	color: inherit;
}

.footer-top a {
	color: inherit;
}

.footer-bottom a:not(.btn) {
	color: rgba(255, 255, 255, 0.6);
}

.footer-email {
	margin-top: 12px;
}

.footer-checker-address,
.footer-socials {
	color: #999;
}

.footer-nav-list {
	margin-bottom: 30px;
}

.footer-nav-list li + li {
	margin-top: 12px;
}

.footer-nav-list a,
.footer-nav-list a:visited {
	color: rgba(255, 255, 255, 0.6);
}

.footer-nav-list a:hover {
	color: #f37021;
}

.footer-socials .socail-container {
	margin: 5px -12px 0;
}

.footer-socials .social-icon {
	padding: 5px 12px;
}

.footer-socials .social-icon:hover .icon {
	color: #f37021;
}

.footer-socials .icon {
	color: #fff;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.footer-top {
	border-bottom: 2px solid rgba(255, 255, 255, 0.2);
	padding: 42px 0 32px;
}

.footer-center {
	padding: 46px 0 42px;
}

.footer-bottom {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.6);
	padding-bottom: 70px;
}

/* .footer-bottom .btn {
	padding-right: 8px;
	padding-left: 8px;
} */

.modal-open {
	overflow: hidden;
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2050;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0;
	font-size: 15px;
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 0.5rem;
	pointer-events: none;
}

.modal.fade .modal-dialog {
	-webkit-transition: -webkit-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	-o-transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
	-webkit-transform: translate(0, -50px);
	-ms-transform: translate(0, -50px);
	transform: translate(0, -50px);
}

.modal.show .modal-dialog {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.modal.modal-static .modal-dialog {
	-webkit-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02);
}

.modal-dialog-scrollable {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
	max-height: calc(100vh - 1rem);
	overflow: hidden;
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
	overflow-y: auto;
}

.modal-dialog-centered {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
	display: block;
	height: calc(100vh - 1rem);
	height: -webkit-min-content;
	height: -moz-min-content;
	height: min-content;
	content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
	max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
	content: none;
}

.modal-content {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	-moz-background-clip: padding-box;
	-o-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 0.3rem;
	outline: 0;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: #000;
}

.modal-backdrop.fade {
	opacity: 0;
}

.modal-backdrop.show {
	opacity: 0.5;
}

.modal-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1rem;
	border-bottom: 1px solid #dee2e6;
	border-top-left-radius: calc(0.3rem - 1px);
	border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
	padding: 1rem;
	margin: -1rem -1rem -1rem auto;
}

.modal-title {
	margin-bottom: 0;
	line-height: 1.5;
}

.modal-body {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1rem;
}

.modal-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 0.75rem;
	border-top: 1px solid #dee2e6;
	border-bottom-right-radius: calc(0.3rem - 1px);
	border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
	margin: 0.25rem;
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}

.modal .close {
	background: 0 0;
	border: none;
	position: absolute;
	right: 30px;
	top: 30px;
	opacity: 1;
	z-index: 99;
}

.modal .close svg {
	fill: #000;
	stroke: none;
}

.modal h5 {
	font-size: 54px;
	line-height: 60px;
	font-weight: 500;
}

.modal .form-description {
	font-size: 24px;
	line-height: 30px;
}

.modal .modal-content-blue {
	background: #00aee6;
	color: #fff;
}

.modal .modal-content-blue .close svg {
	fill: #fff;
}

.modal .modal-content-blue .close:hover svg {
	fill: #f37021;
}

.modal .modal-content-blue .form-control {
	background: 0 0;
	border: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	padding-left: 0;
	padding-bottom: 15px;
	font-size: 24px;
	color: #fff;
}

.modal .modal-content-blue .form-control.placeholder {
	color: rgba(255, 255, 255, 0.5);
}

.modal .modal-content-blue .form-control:-moz-placeholder {
	color: rgba(255, 255, 255, 0.5);
}

.modal .modal-content-blue .form-control::-moz-placeholder {
	color: rgba(255, 255, 255, 0.5);
}

.modal .modal-content-blue .form-control:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.5);
}

.modal .modal-content-blue .form-control::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.5);
}

.modal .modal-content-blue .btn {
	font-size: 16px;
	line-height: 16px;
	padding: 24px 30px;
	border-radius: 40px;
}

.modal .modal-content-blue small {
	font-size: 18px;
	line-height: 20px;
}

.modal .modal-body-inner {
	position: relative;
}

.modal .modal-filter-btn {
	padding: 14px 50px;
	width: 100%;
	margin-bottom: 20px;
}

.modal .modal-reset-btn {
	position: absolute;
	top: -10px;
	font-size: 14px;
	line-height: 1.5;
	background: 0 0;
	border: none;
}

.modal--filter h5 {
	font-size: 32px;
	line-height: 1.5;
	padding-top: 40px;
}

.modal--filter .close svg {
	width: 16px;
	height: 16px;
}

.modal--filter-category .close {
	top: 20px;
	right: 20px;
}

.modal--filter-category h5 {
	padding-top: 52px;
	padding-bottom: 32px;
}

.modal--reviews .modal-header {
	padding: 0;
	border: none;
}

.modal--reviews .modal-body {
	padding-top: 30px;
}

.modal--reviews .modal-close {
	background-color: transparent;
	border: none;
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
	z-index: 2;
}

.modal--reviews .modal-reviews__title {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 20px;
}

.modal--reviews .modal-reviews__tags {
	font-size: 14px;
	line-height: 1.5;
	color: rgba(0, 0, 0, 0.4);
	margin-bottom: 20px;
}

.modal--reviews .modal-reviews__tags span:last-child {
	display: block;
}

.modal--reviews .modal-reviews__text {
	font-size: 14px;
	line-height: 1.5;
}

.modal--reviews .modal-reviews__img img {
	width: 100%;
	min-height: 350px;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.modal--consultation .modal-dialog {
	max-width: 750px;
}

.modal--consultation .modal-header {
	padding: 0;
	border: none;
}

.modal--consultation .modal-body {
	padding: 30px;
	background-color: #00aee6;
}

.modal--consultation .modal-close {
	background-color: transparent;
	border: none;
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
	z-index: 2;
	color: #fff;
}

.modal--success .main-form {
	text-align: center;
}

body.compensate-for-scrollbar {
	overflow: hidden;
}

.fancybox-active {
	height: auto;
}

.fancybox-is-hidden {
	left: -9999px;
	margin: 0;
	position: absolute !important;
	top: -9999px;
	visibility: hidden;
}

.fancybox-container {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
	height: 100%;
	left: 0;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	width: 100%;
	z-index: 99992;
}

.fancybox-container * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.fancybox-outer {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto;
}

.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	-webkit-transition-duration: inherit;
	-o-transition-duration: inherit;
	transition-duration: inherit;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
	-o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
	transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
	opacity: 0.87;
	-webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
	-o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
	transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
	direction: ltr;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity 0.25s, visibility linear 0.25s;
	-o-transition: opacity 0.25s, visibility linear 0.25s;
	transition: opacity 0.25s, visibility linear 0.25s;
	visibility: hidden;
	z-index: 99997;
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
	opacity: 1;
	-webkit-transition: opacity 0.25s, visibility;
	-o-transition: opacity 0.25s, visibility;
	transition: opacity 0.25s, visibility;
	visibility: visible;
}

.fancybox-infobar {
	color: #ccc;
	font-size: 13px;
	-webkit-font-smoothing: subpixel-antialiased;
	height: 44px;
	left: 0;
	line-height: 44px;
	min-width: 44px;
	mix-blend-mode: difference;
	padding: 0 10px;
	pointer-events: none;
	text-align: center;
	top: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fancybox-toolbar {
	right: 0;
	top: 0;
}

.fancybox-stage {
	direction: ltr;
	overflow: visible;
	-webkit-transform: translateZ(0);
	z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
	overflow: hidden;
}

.fancybox-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	display: none;
	height: 100%;
	left: 0;
	outline: 0;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: absolute;
	text-align: center;
	top: 0;
	-o-transition-property: transform, opacity;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity, -webkit-transform;
	white-space: normal;
	width: 100%;
	z-index: 99994;
}

.fancybox-slide:before {
	content: "";
	display: inline-block;
	height: 100%;
	margin-right: -0.25em;
	vertical-align: middle;
	width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
	display: block;
}

.fancybox-slide--next {
	z-index: 99995;
}

.fancybox-slide--image {
	overflow: visible;
	padding: 44px 0;
}

.fancybox-slide--image:before {
	display: none;
}

.fancybox-slide--html {
	padding: 6px 6px 0;
}

.fancybox-slide--iframe {
	padding: 44px 44px 0;
}

.fancybox-content {
	background: #fff;
	display: inline-block;
	margin: 0 0 6px;
	max-width: 100%;
	overflow: auto;
	padding: 24px;
	position: relative;
	text-align: left;
	vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
	-webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
	animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background: 0 0/100% 100% no-repeat;
	left: 0;
	margin: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
	-o-transition-property: transform, opacity;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}

.fancybox-can-drag .fancybox-content {
	cursor: -webkit-grab;
	cursor: grab;
}

.fancybox-is-dragging .fancybox-content {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
	cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
	background: 0 0;
	border: 0;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%;
}

.fancybox-spaceball {
	z-index: 1;
}

.fancybox-slide--html .fancybox-content {
	margin-bottom: 6px;
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--video .fancybox-content {
	height: 100%;
	margin: 0;
	overflow: visible;
	padding: 0;
	width: 100%;
}

.fancybox-slide--video .fancybox-content {
	background: #000;
}

.fancybox-slide--map .fancybox-content {
	background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
	background: #fff;
	height: calc(100% - 44px);
	margin-bottom: 44px;
}

.fancybox-iframe,
.fancybox-video {
	background: 0 0;
	border: 0;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

.fancybox-iframe {
	vertical-align: top;
}

.fancybox-error {
	background: #fff;
	cursor: default;
	max-width: 400px;
	padding: 40px;
	width: 100%;
}

.fancybox-error p {
	color: #444;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

.fancybox-button {
	background: rgba(30, 30, 30, 0.6);
	border: 0;
	border-radius: 0;
	cursor: pointer;
	display: inline-block;
	height: 44px;
	margin: 0;
	outline: 0;
	padding: 10px;
	-webkit-transition: color 0.2s;
	-o-transition: color 0.2s;
	transition: color 0.2s;
	vertical-align: top;
	width: 44px;
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
	color: #ccc;
}

.fancybox-button:focus,
.fancybox-button:hover {
	color: #fff;
}

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
	color: #888;
	cursor: default;
}

.fancybox-button svg {
	display: block;
	overflow: visible;
	position: relative;
	shape-rendering: geometricPrecision;
}

.fancybox-button svg path {
	fill: transparent;
	stroke: currentColor;
	stroke-linejoin: round;
	stroke-width: 3;
}

.fancybox-button--pause svg path:nth-child(1),
.fancybox-button--play svg path:nth-child(2) {
	display: none;
}

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
	fill: currentColor;
}

.fancybox-button--share svg path {
	stroke-width: 1;
}

.fancybox-navigation .fancybox-button {
	height: 38px;
	opacity: 0;
	padding: 6px;
	position: absolute;
	top: 50%;
	width: 38px;
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
	-webkit-transition: opacity 0.25s, visibility, color 0.25s;
	-o-transition: opacity 0.25s, visibility, color 0.25s;
	transition: opacity 0.25s, visibility, color 0.25s;
}

.fancybox-navigation .fancybox-button:after {
	content: "";
	left: -25px;
	padding: 50px;
	position: absolute;
	top: -25px;
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
	right: 6px;
}

.fancybox-close-small {
	background: 0 0;
	border: 0;
	border-radius: 0;
	color: #555;
	cursor: pointer;
	height: 44px;
	margin: 0;
	padding: 6px;
	position: absolute;
	right: 0;
	top: 0;
	width: 44px;
	z-index: 10;
}

.fancybox-close-small svg {
	fill: transparent;
	opacity: 0.8;
	stroke: currentColor;
	stroke-width: 1.5;
	-webkit-transition: stroke 0.1s;
	-o-transition: stroke 0.1s;
	transition: stroke 0.1s;
}

.fancybox-close-small:focus {
	outline: 0;
}

.fancybox-close-small:hover svg {
	opacity: 1;
}

.fancybox-slide--iframe .fancybox-close-small,
.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small {
	color: #ccc;
	padding: 5px;
	right: -12px;
	top: -44px;
}

.fancybox-slide--iframe .fancybox-close-small:hover svg,
.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg {
	background: 0 0;
	color: #fff;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
	display: none;
}

.fancybox-caption {
	bottom: 0;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 25px 44px;
	right: 0;
}

.fancybox-caption:before {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
	background-repeat: repeat-x;
	background-size: contain;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: -25px;
	z-index: -1;
}

.fancybox-caption:after {
	border-bottom: 1px solid hsla(0deg, 0%, 100%, 0.3);
	content: "";
	display: block;
	left: 44px;
	position: absolute;
	right: 44px;
	top: 0;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
	color: #ccc;
	text-decoration: none;
}

.fancybox-caption a:hover {
	color: #fff;
	text-decoration: underline;
}

.fancybox-loading {
	-webkit-animation: 0.8s linear infinite a;
	animation: 0.8s linear infinite a;
	background: 0 0;
	border: 6px solid hsla(0deg, 0%, 39%, 0.5);
	border-radius: 100%;
	border-top-color: #fff;
	height: 60px;
	left: 50%;
	margin: -30px 0 0 -30px;
	opacity: 0.6;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 60px;
	z-index: 99999;
}

.fancybox-animated {
	-webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
	-o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
	transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
	opacity: 0;
	-webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(1.5, 1.5, 1.5);
	transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(0.5, 0.5, 0.5);
	transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: rotate(-1turn);
	-ms-transform: rotate(-1turn);
	transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: rotate(1turn);
	-ms-transform: rotate(1turn);
	transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

.fancybox-fx-circular.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scaleX(1) translateZ(0);
	transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
	transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
	transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
	-webkit-transform: translateZ(0) scale(1);
	transform: translateZ(0) scale(1);
}

.fancybox-share {
	background: #f4f4f4;
	border-radius: 3px;
	max-width: 90%;
	padding: 30px;
	text-align: center;
}

.fancybox-share h1 {
	color: #222;
	font-size: 35px;
	font-weight: 700;
	margin: 0 0 20px;
}

.fancybox-share p {
	margin: 0;
	padding: 0;
}

.fancybox-share__button {
	border: 0;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	margin: 0 5px 10px;
	min-width: 130px;
	padding: 0 15px;
	text-decoration: none;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
	color: #fff;
}

.fancybox-share__button:hover {
	text-decoration: none;
}

.fancybox-share__button--fb {
	background: #3b5998;
}

.fancybox-share__button--fb:hover {
	background: #344e86;
}

.fancybox-share__button--pt {
	background: #bd081d;
}

.fancybox-share__button--pt:hover {
	background: #aa0719;
}

.fancybox-share__button--tw {
	background: #1da1f2;
}

.fancybox-share__button--tw:hover {
	background: #0d95e8;
}

.fancybox-share__button svg {
	height: 25px;
	margin-right: 7px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 25px;
}

.fancybox-share__button svg path {
	fill: #fff;
}

.fancybox-share__input {
	background: 0 0;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	border-radius: 0;
	color: #5d5b5b;
	font-size: 14px;
	margin: 10px 0 0;
	outline: 0;
	padding: 10px 15px;
	width: 100%;
}

.fancybox-thumbs {
	background: #fff;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px;
	position: absolute;
	right: 0;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	width: 212px;
	z-index: 99995;
}

.fancybox-thumbs-x {
	overflow-x: auto;
	overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
	display: block;
}

.fancybox-show-thumbs .fancybox-inner {
	right: 212px;
}

.fancybox-thumbs > ul {
	font-size: 0;
	height: 100%;
	list-style: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: relative;
	white-space: nowrap;
	width: 100%;
}

.fancybox-thumbs-x > ul {
	overflow: hidden;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
	width: 7px;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px;
}

.fancybox-thumbs > ul > li {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	cursor: pointer;
	float: left;
	height: 75px;
	margin: 2px;
	max-height: calc(100% - 8px);
	max-width: calc(50% - 4px);
	outline: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	width: 100px;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

.fancybox-thumbs-loading {
	background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li:before {
	border: 4px solid #4ea7f9;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-o-transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	z-index: 99991;
}

.fancybox-thumbs .fancybox-thumbs-active:before {
	opacity: 1;
}

.slick-slider {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: 0;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:after,
.slick-track:before {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir=rtl] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.tippy-box[data-theme~=custom-white] {
	background-color: #fff;
	color: #000;
	-webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
	border-radius: 0;
}

.tippy-box[data-theme~=custom-white] .tippy-content {
	padding: 25px;
	font-size: 14px;
	line-height: 1.5;
}

.tippy-box[data-theme~=custom-white] .tippy-content h4 {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 25px;
}

.tippy-box[data-theme~=custom-white] .tippy-content .btn {
	padding: 14px 30px;
	font-size: 14px;
}

.tippy-box[data-theme~=custom-white][data-placement^=top] > .tippy-arrow::before {
	border-top-color: #fff;
}

.tippy-box[data-theme~=custom-white][data-placement^=bottom] > .tippy-arrow::before {
	border-bottom-color: #fff;
}

.tippy-box[data-theme~=custom-white][data-placement^=left] > .tippy-arrow::before {
	border-left-color: #fff;
}

.tippy-box[data-theme~=custom-white][data-placement^=right] > .tippy-arrow::before {
	border-right-color: #fff;
}

.tippy-box[data-theme~=custom-search] {
	padding: 0;
}

.tippy-box[data-theme~=custom-search] .tippy-content {
	padding: 0;
	background-color: #fff;
	color: #000;
}

.tippy-box[data-theme~=custom-search] .header__search {
	position: relative;
}

.tippy-box[data-theme~=custom-search] .header__search input {
	font-size: 16px;
	line-height: 1.7;
	padding: 5px 40px 5px 10px;
	width: 240px;
}

.tippy-box[data-theme~=custom-search] .header__search button {
	background-color: transparent;
	color: #000;
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.tippy-box[data-theme~=custom-search] .header__search button:hover {
	color: #f37021;
}

.quiz-container {
	padding: 1em;
	max-width: 100%;
	margin: 1em auto;
}

.quiz-container a {
	text-decoration: none;
	color: #333;
}

#quiz-counter,
#quiz-header,
#quiz-results-screen,
#quiz-start-screen {
	text-align: center;
}

.question {
	font-size: 1.25em;
}

.answers {
	list-style: none;
	padding: 0;
}

.answers a {
	display: block;
	padding: 0.5em 1em;
	margin-bottom: 0.5em;
	background: #fff;
	border-radius: 10px;
}

.answers a.correct {
	background: #090;
}

.answers a.incorrect {
	background: #c00;
}

.answers a.correct,
.answers a.incorrect {
	color: #fff;
}

#quiz-controls {
	background: #333;
	color: #fff;
	padding: 0.5em 1em;
	text-align: center;
	border-radius: 10px;
}

#quiz-results {
	font-size: 1.25em;
}

#quiz-buttons a,
.quiz-container .quiz-button {
	display: inline-block;
	padding: 0.5em 1em;
	background: #333;
	color: #fff;
	border-radius: 10px;
}

#quiz-buttons a {
	background: #fff;
	color: #333;
}

.quiz-results-state #quiz-controls {
	background: 0 0;
	padding: 0;
}

.quiz-results-state #quiz-buttons a {
	background: #333;
	color: #fff;
}

.mCustomScrollbar {
	-ms-touch-action: pinch-zoom;
	touch-action: pinch-zoom;
}

.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
	-ms-touch-action: auto;
	touch-action: auto;
}

.mCustomScrollBox {
	position: relative;
	overflow: hidden;
	height: 100%;
	max-width: 100%;
	outline: 0;
	direction: ltr;
}

.mCSB_container {
	overflow: hidden;
	width: auto;
	height: auto;
}

.mCSB_inside > .mCSB_container {
	margin-right: 30px;
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
	margin-right: 0;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
	margin-right: 0;
	margin-left: 30px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
	margin-left: 0;
}

.mCSB_scrollTools {
	position: absolute;
	width: 16px;
	height: auto;
	left: auto;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: 0.75;
	filter: "alpha(opacity=75)";
	-ms-filter: "alpha(opacity=75)";
}

.mCSB_outside + .mCSB_scrollTools {
	right: -26px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
	right: auto;
	left: 0;
}

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
	left: -26px;
}

.mCSB_scrollTools .mCSB_draggerContainer {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: auto;
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
	margin: 20px 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
	width: 2px;
	height: 100%;
	margin: 0 auto;
	border-radius: 16px;
}

.mCSB_scrollTools .mCSB_dragger {
	cursor: pointer;
	width: 100%;
	height: 30px;
	z-index: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	position: relative;
	width: 4px;
	height: 100%;
	margin: 0 auto;
	border-radius: 16px;
	text-align: center;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
	width: 12px;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	width: 8px;
}

.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonUp {
	display: block;
	position: absolute;
	height: 20px;
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	cursor: pointer;
}

.mCSB_horizontal.mCSB_inside > .mCSB_container {
	margin-right: 0;
	margin-bottom: 30px;
}

.mCSB_horizontal.mCSB_outside > .mCSB_container {
	min-height: 100%;
}

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
	margin-bottom: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
	width: auto;
	height: 16px;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
}

.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
	bottom: -26px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
	margin: 0 20px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 2px;
	margin: 7px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
	width: 30px;
	height: 100%;
	left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	height: 4px;
	margin: 6px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
	height: 12px;
	margin: 2px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	height: 8px;
	margin: 4px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
	display: block;
	position: absolute;
	width: 20px;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
	cursor: pointer;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
	left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
	right: 0;
}

.mCSB_container_wrapper {
	position: absolute;
	height: auto;
	width: auto;
	overflow: hidden;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin-right: 30px;
	margin-bottom: 30px;
}

.mCSB_container_wrapper > .mCSB_container {
	padding-right: 30px;
	padding-bottom: 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
	bottom: 20px;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
	right: 20px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
	bottom: 0;
}

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
	right: 0;
}

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
	left: 20px;
}

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
	left: 0;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
	margin-right: 0;
	margin-left: 30px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
	padding-right: 0;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
	padding-bottom: 0;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
	margin-right: 0;
	margin-left: 0;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
	margin-bottom: 0;
}

.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	-webkit-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar {
	-webkit-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
	-o-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
	transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
	opacity: 0;
	filter: "alpha(opacity=0)";
	-ms-filter: "alpha(opacity=0)";
}

.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag {
	opacity: 1;
	filter: "alpha(opacity=100)";
	-ms-filter: "alpha(opacity=100)";
}

.mCSB_scrollTools .mCSB_draggerRail {
	background-color: rgba(0, 0, 0, 0.4);
	filter: "alpha(opacity=40)";
	-ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: rgba(255, 255, 255, 0.75);
	filter: "alpha(opacity=75)";
	-ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: rgba(255, 255, 255, 0.85);
	filter: "alpha(opacity=85)";
	-ms-filter: "alpha(opacity=85)";
}

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: rgba(255, 255, 255, 0.9);
	filter: "alpha(opacity=90)";
	-ms-filter: "alpha(opacity=90)";
}

.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp {
	background-image: url(/local/templates/profholod_2021-11-17/assets/css/mCSB_buttons.png);
	background-repeat: no-repeat;
	opacity: 0.4;
	filter: "alpha(opacity=40)";
	-ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_buttonUp {
	background-position: 0 0;
}

.mCSB_scrollTools .mCSB_buttonDown {
	bottom: 0;
	background-position: 0 -20px;
}

.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: 0 -40px;
}

.mCSB_scrollTools .mCSB_buttonRight {
	background-position: 0 -56px;
}

.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover,
.mCSB_scrollTools .mCSB_buttonUp:hover {
	opacity: 0.75;
	filter: "alpha(opacity=75)";
	-ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active,
.mCSB_scrollTools .mCSB_buttonUp:active {
	opacity: 0.9;
	filter: "alpha(opacity=90)";
	-ms-filter: "alpha(opacity=90)";
}

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: rgba(0, 0, 0, 0.15);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -80px 0;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -80px -20px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -80px -40px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -80px -56px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail {
	width: 4px;
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 4px;
	background-color: rgba(255, 255, 255, 0.75);
	border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 4px;
	margin: 6px auto;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: rgba(255, 255, 255, 0.85);
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: rgba(255, 255, 255, 0.9);
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -32px 0;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -32px -20px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -40px -40px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -40px -56px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
	background-color: rgba(0, 0, 0, 0.1);
	border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: rgba(0, 0, 0, 0.75);
	border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -112px 0;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -112px -20px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -120px -40px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -120px -56px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
	width: 4px;
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 6px;
	background-color: rgba(255, 255, 255, 0.75);
	border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 4px;
	margin: 6px 0;
}

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	height: 6px;
	margin: 5px auto;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: rgba(255, 255, 255, 0.85);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: rgba(255, 255, 255, 0.9);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -16px 0;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -16px -20px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -20px -40px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -20px -56px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
	background-color: rgba(0, 0, 0, 0.1);
	border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: rgba(0, 0, 0, 0.75);
	border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -96px 0;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -96px -20px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -100px -40px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -100px -56px;
}

.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
	background-color: rgba(255, 255, 255, 0.1);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 2px;
}

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
}

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	height: 2px;
	margin: 7px auto;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
	background-color: rgba(0, 0, 0, 0.15);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -80px 0;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -80px -20px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -80px -40px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -80px -56px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
	background-color: rgba(255, 255, 255, 0.15);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded.mCSB_scrollTools .mCSB_dragger {
	height: 14px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 14px;
	margin: 0 1px;
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger {
	width: 14px;
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	height: 14px;
	margin: 1px 0;
}

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
	width: 16px;
	height: 16px;
	margin: -1px 0;
}

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	width: 4px;
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
	height: 16px;
	width: 16px;
	margin: 0 -1px;
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	height: 4px;
	margin: 6px 0;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
	background-position: 0 -72px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
	background-position: 0 -92px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: 0 -112px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
	background-position: 0 -128px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: rgba(0, 0, 0, 0.75);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: rgba(0, 0, 0, 0.15);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: rgba(0, 0, 0, 0.85);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: rgba(0, 0, 0, 0.9);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -80px -72px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -80px -92px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -80px -112px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -80px -128px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail {
	width: 4px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	background-color: transparent;
	background-position: center;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);
	background-repeat: repeat-y;
	opacity: 0.3;
	filter: "alpha(opacity=30)";
	-ms-filter: "alpha(opacity=30)";
}

.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	height: 4px;
	margin: 6px 0;
	background-repeat: repeat-x;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -16px -72px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -16px -92px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -20px -112px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -20px -128px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=);
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -96px -72px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -96px -92px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -100px -112px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -100px -128px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-repeat: repeat-y;
	background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	background-repeat: repeat-x;
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
}

.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger {
	height: 70px;
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger {
	width: 70px;
}

.mCS-3d-dark.mCSB_scrollTools,
.mCS-3d.mCSB_scrollTools {
	opacity: 1;
	filter: "alpha(opacity=30)";
	-ms-filter: "alpha(opacity=30)";
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
	border-radius: 16px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
	width: 8px;
	background-color: rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
	box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #555;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 8px;
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 8px;
	margin: 4px 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	height: 8px;
	margin: 4px auto;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -32px -72px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -32px -92px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -40px -112px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -40px -128px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
	box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -112px -72px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -112px -92px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -120px -112px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -120px -128px;
}

.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools {
	opacity: 1;
	filter: "alpha(opacity=30)";
	-ms-filter: "alpha(opacity=30)";
}

.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
	border-radius: 7px;
}

.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical,
.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical {
	right: 1px;
}

.mCS-3d-thick-dark.mCSB_scrollTools_vertical,
.mCS-3d-thick.mCSB_scrollTools_vertical {
	-webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
	box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal,
.mCS-3d-thick.mCSB_scrollTools_horizontal {
	bottom: 1px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	border-radius: 5px;
	-webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
	box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
	width: 12px;
	margin: 2px;
	position: absolute;
	height: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
	height: 12px;
	width: auto;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #555;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
	background-color: rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
	box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
	background-color: transparent;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -32px -72px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -32px -92px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -40px -112px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -40px -128px;
}

.mCS-3d-thick-dark.mCSB_scrollTools {
	-webkit-box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	-webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
	box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #777;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
	background-color: rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
	box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail {
	background-color: transparent;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -112px -72px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -112px -92px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -120px -112px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -120px -128px;
}

.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
	right: 0;
	margin: 12px 0;
}

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
	bottom: 0;
	margin: 0 12px;
}

.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
	left: 0;
	right: auto;
}

.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger {
	height: 50px;
}

.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger {
	width: 50px;
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: rgba(255, 255, 255, 0.2);
	filter: "alpha(opacity=20)";
	-ms-filter: "alpha(opacity=20)";
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: rgba(255, 255, 255, 0.5);
	filter: "alpha(opacity=50)";
	-ms-filter: "alpha(opacity=50)";
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: rgba(0, 0, 0, 0.2);
	filter: "alpha(opacity=20)";
	-ms-filter: "alpha(opacity=20)";
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: rgba(0, 0, 0, 0.5);
	filter: "alpha(opacity=50)";
	-ms-filter: "alpha(opacity=50)";
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail {
	width: 6px;
	background-color: rgba(0, 0, 0, 0.2);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 6px;
}

.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 6px;
	margin: 5px 0;
}

.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	width: 12px;
}

.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	height: 12px;
	margin: 2px 0;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -32px -72px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -32px -92px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -40px -112px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -40px -128px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
	background-color: rgba(0, 0, 0, 0.1);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -112px -72px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -112px -92px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -120px -112px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -120px -128px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail {
	width: 12px;
	background-color: rgba(0, 0, 0, 0.2);
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 6px;
	margin: 3px 5px;
	position: absolute;
	height: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	height: 6px;
	margin: 5px 3px;
	position: absolute;
	width: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 12px;
	margin: 2px 0;
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -32px -72px;
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -32px -92px;
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -40px -112px;
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -40px -128px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: rgba(0, 0, 0, 0.75);
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: rgba(0, 0, 0, 0.85);
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: rgba(0, 0, 0, 0.9);
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: rgba(0, 0, 0, 0.1);
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -112px -72px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -112px -92px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -120px -112px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -120px -128px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail {
	background-color: transparent;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
	border-color: rgba(0, 0, 0, 0.2);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
	background-color: rgba(255, 255, 255, 0.6);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: rgba(0, 0, 0, 0.6);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: rgba(0, 0, 0, 0.75);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: rgba(0, 0, 0, 0.85);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: rgba(0, 0, 0, 0.9);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: rgba(255, 255, 255, 0.75);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: rgba(255, 255, 255, 0.85);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: rgba(255, 255, 255, 0.9);
}

@-webkit-keyframes a {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes a {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

.bx-composite-btn-fixed {
	display: none;
}

.s-order {
	background-position: 100% 50%;
	background-repeat: no-repeat;
	padding: 55px 20px;
}

.s-order.bg-orange {
	margin-bottom: 65px;
}

.s-order--single.news-list__banner2 .s-order.bg-orange {
	margin-bottom: 50px;
}

.s-order__title {
	font-size: 20px;
	line-height: 1.35;
	margin-bottom: 30px;
}

.s-order__content {
	font-size: 14px;
	line-height: 1.7;
}

.s-order__content ul {
	margin-bottom: 40px;
}

.s-order__content li {
	padding-left: 25px;
	position: relative;
	margin-bottom: 5px;
}

.s-order__content li:before {
	content: "—";
	position: absolute;
	left: 0;
	top: -1px;
}


.s-order--news {
	background-image: url(/local/templates/profholod_2021-11-17/assets/img/bg-orange-3.svg);
	background-size: cover;
}

.s-order-new {
	background-position: 100% 50%;
	background-repeat: no-repeat;
	padding: 55px 20px;
}

.s-order-new__title {
	font-family: "noto-sans-med";
	font-size: 20px;
	line-height: 1.3;
	margin: -15px 0 0 0;
}

.s-order-new__content {
	font-size: 14px;
	line-height: 1.7;
}

.s-order-new__content ul {
	margin-bottom: 40px;
}

.s-order-new__content li {
	padding-left: 25px;
	position: relative;
	margin-bottom: 5px;
}

.s-order-new__content li:before {
	content: "—";
	position: absolute;
	left: 0;
	top: -1px;
}

.s-order-new__btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.s-order-new__btn .btn {
	font-size: 14px;
	line-height: 1.2;
	padding: 14px 50px;
	margin-top: -3px;
}

@media (min-width: 1200px) {
	.s-order-new__btn .btn {
		font-size: 16px;
	}
}

.s-order-new__btn .btn--white {
	background-color: #fff;
	color: #000;
	border: 1px solid #fff;
}

.s-order-new__btn .btn--white:hover {
	background-color: transparent;
	color: #fff;
}

.s-order-new--news {
	background-image: url("/local/templates/profholod_2021-11-17/assets/css/assets/img/bg-orange-3.svg");
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.products-page .s-order {
	padding: 4px 105px 40px 122px;
}

.products-page .s-order__title {
	margin-bottom: 30px;
}

.products-page .s-order__content {
	margin-top: 90px;
}

.products-page .s-order__content p {
	margin-bottom: 25px;
}

.products-page .s-order__content ul {
	margin-left: -34px;
}

.products-page .s-order .btn {
	padding-right: 30px;
	padding-left: 30px;
}

.collage-img {
	display: flex;
	flex-wrap: wrap;
	margin-left: -8px;
	margin-right: -8px;
}

.collage-img__pic {
	padding-left: 8px;
	padding-right: 8px;
	width: 50%;
	margin-bottom: 16px;
}

.product-page .list__download .collage-img__pic {
	margin-bottom: 16px;
}

/* Правки для вертикальных отступов в форме */

.main-form {
	padding-top: 20px;
}

.main-form .form-group {
	margin: 20px 0;
}

.main-form__form .main-form__btn {
	margin-top: 25px;
}

@media screen and (min-width: 380px) {
	.cart-label__inc-unit {
		margin-right: 30px;
	}

	.cart-label__check {
		width: auto;
		margin-top: 0;
	}
}

@media screen and (min-width: 480px) {
	.header-bottom__btns {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.header-bottom--jobs .header-bottom__btns {
		text-align: left;
	}

	.header-bottom--jobs .header-bottom__btns .btn {
		width: auto;
	}

	.header-bottom--category .header-bottom__text br {
		display: inline;
	}

	.header-bottom--category .header-bottom__btns {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.header-bottom--cart .header-bottom__title {
		margin-bottom: 48px;
	}

	.video_wrapper--about:before {
		padding-top: 70%;
	}

	.product-projects__btn .btn,
	.product-table__btn .btn,
	.quiz-btn-next {
		width: auto;
	}

	.projects__item--title .projects__title {
		padding: 0 30px;
		font-size: 18px;
	}

	.about-map__btn .btn {
		width: auto;
	}

	.about-staff__item-descr br {
		display: inline;
	}

	.cart-total {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.cart-total__total {
		margin-bottom: 0;
	}

	.cart-total__btn {
		width: auto;
	}

	.calculator__btns {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

@media screen and (min-width: 575px) {
	.about-staff__right {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.about-staff__countup {
		margin: 0;
	}

	.about-staff__btn .btn {
		width: auto;
	}
}

@media (min-width: 576px) {
	.order-sm-first {
		-ms-flex-order: -1;
		-webkit-box-ordinal-group: 0;
		order: -1;
	}

	.order-sm-last {
		-ms-flex-order: 13;
		-webkit-box-ordinal-group: 14;
		order: 13;
	}

	.order-sm-0 {
		-ms-flex-order: 0;
		-webkit-box-ordinal-group: 1;
		order: 0;
	}

	.order-sm-1 {
		-ms-flex-order: 1;
		-webkit-box-ordinal-group: 2;
		order: 1;
	}

	.order-sm-2 {
		-ms-flex-order: 2;
		-webkit-box-ordinal-group: 3;
		order: 2;
	}

	.order-sm-3 {
		-ms-flex-order: 3;
		-webkit-box-ordinal-group: 4;
		order: 3;
	}

	.order-sm-4 {
		-ms-flex-order: 4;
		-webkit-box-ordinal-group: 5;
		order: 4;
	}

	.order-sm-5 {
		-ms-flex-order: 5;
		-webkit-box-ordinal-group: 6;
		order: 5;
	}

	.order-sm-6 {
		-ms-flex-order: 6;
		-webkit-box-ordinal-group: 7;
		order: 6;
	}

	.order-sm-7 {
		-ms-flex-order: 7;
		-webkit-box-ordinal-group: 8;
		order: 7;
	}

	.order-sm-8 {
		-ms-flex-order: 8;
		-webkit-box-ordinal-group: 9;
		order: 8;
	}

	.order-sm-9 {
		-ms-flex-order: 9;
		-webkit-box-ordinal-group: 10;
		order: 9;
	}

	.order-sm-10 {
		-ms-flex-order: 10;
		-webkit-box-ordinal-group: 11;
		order: 10;
	}

	.order-sm-11 {
		-ms-flex-order: 11;
		-webkit-box-ordinal-group: 12;
		order: 11;
	}

	.order-sm-12 {
		-ms-flex-order: 12;
		-webkit-box-ordinal-group: 13;
		order: 12;
	}

	.text-sm-left {
		text-align: left !important;
	}

	.text-sm-right {
		text-align: right !important;
	}

	.text-sm-center {
		text-align: center !important;
	}

	.d-sm-none {
		display: none !important;
	}

	.d-sm-inline {
		display: inline !important;
	}

	.d-sm-inline-block {
		display: inline-block !important;
	}

	.d-sm-block {
		display: block !important;
	}

	.d-sm-table {
		display: table !important;
	}

	.d-sm-table-row {
		display: table-row !important;
	}

	.d-sm-table-cell {
		display: table-cell !important;
	}

	.d-sm-flex {
		display: -ms-flexbox !important;
		display: -webkit-box !important;
		display: flex !important;
	}

	.d-sm-inline-flex {
		display: -ms-inline-flexbox !important;
		display: -webkit-inline-box !important;
		display: inline-flex !important;
	}

	.m-sm-0 {
		margin: 0 !important;
	}

	.mt-sm-0,
	.my-sm-0 {
		margin-top: 0 !important;
	}

	.mr-sm-0,
	.mx-sm-0 {
		margin-right: 0 !important;
	}

	.mb-sm-0,
	.my-sm-0 {
		margin-bottom: 0 !important;
	}

	.ml-sm-0,
	.mx-sm-0 {
		margin-left: 0 !important;
	}

	.m-sm-1 {
		margin: 10px !important;
	}

	.mt-sm-1,
	.my-sm-1 {
		margin-top: 10px !important;
	}

	.mr-sm-1,
	.mx-sm-1 {
		margin-right: 10px !important;
	}

	.mb-sm-1,
	.my-sm-1 {
		margin-bottom: 10px !important;
	}

	.ml-sm-1,
	.mx-sm-1 {
		margin-left: 10px !important;
	}

	.m-sm-2 {
		margin: 20px !important;
	}

	.mt-sm-2,
	.my-sm-2 {
		margin-top: 20px !important;
	}

	.mr-sm-2,
	.mx-sm-2 {
		margin-right: 20px !important;
	}

	.mb-sm-2,
	.my-sm-2 {
		margin-bottom: 20px !important;
	}

	.ml-sm-2,
	.mx-sm-2 {
		margin-left: 20px !important;
	}

	.m-sm-3 {
		margin: 30px !important;
	}

	.mt-sm-3,
	.my-sm-3 {
		margin-top: 30px !important;
	}

	.mr-sm-3,
	.mx-sm-3 {
		margin-right: 30px !important;
	}

	.mb-sm-3,
	.my-sm-3 {
		margin-bottom: 30px !important;
	}

	.ml-sm-3,
	.mx-sm-3 {
		margin-left: 30px !important;
	}

	.m-sm-4 {
		margin: 40px !important;
	}

	.mt-sm-4,
	.my-sm-4 {
		margin-top: 40px !important;
	}

	.mr-sm-4,
	.mx-sm-4 {
		margin-right: 40px !important;
	}

	.mb-sm-4,
	.my-sm-4 {
		margin-bottom: 40px !important;
	}

	.ml-sm-4,
	.mx-sm-4 {
		margin-left: 40px !important;
	}

	.m-sm-5 {
		margin: 50px !important;
	}

	.mt-sm-5,
	.my-sm-5 {
		margin-top: 50px !important;
	}

	.mr-sm-5,
	.mx-sm-5 {
		margin-right: 50px !important;
	}

	.mb-sm-5,
	.my-sm-5 {
		margin-bottom: 50px !important;
	}

	.ml-sm-5,
	.mx-sm-5 {
		margin-left: 50px !important;
	}

	.p-sm-0 {
		padding: 0 !important;
	}

	.pt-sm-0,
	.py-sm-0 {
		padding-top: 0 !important;
	}

	.pr-sm-0,
	.px-sm-0 {
		padding-right: 0 !important;
	}

	.pb-sm-0,
	.py-sm-0 {
		padding-bottom: 0 !important;
	}

	.pl-sm-0,
	.px-sm-0 {
		padding-left: 0 !important;
	}

	.p-sm-1 {
		padding: 10px !important;
	}

	.pt-sm-1,
	.py-sm-1 {
		padding-top: 10px !important;
	}

	.pr-sm-1,
	.px-sm-1 {
		padding-right: 10px !important;
	}

	.pb-sm-1,
	.py-sm-1 {
		padding-bottom: 10px !important;
	}

	.pl-sm-1,
	.px-sm-1 {
		padding-left: 10px !important;
	}

	.p-sm-2 {
		padding: 20px !important;
	}

	.pt-sm-2,
	.py-sm-2 {
		padding-top: 20px !important;
	}

	.pr-sm-2,
	.px-sm-2 {
		padding-right: 20px !important;
	}

	.pb-sm-2,
	.py-sm-2 {
		padding-bottom: 20px !important;
	}

	.pl-sm-2,
	.px-sm-2 {
		padding-left: 20px !important;
	}

	.p-sm-3 {
		padding: 30px !important;
	}

	.pt-sm-3,
	.py-sm-3 {
		padding-top: 30px !important;
	}

	.pr-sm-3,
	.px-sm-3 {
		padding-right: 30px !important;
	}

	.pb-sm-3,
	.py-sm-3 {
		padding-bottom: 30px !important;
	}

	.pl-sm-3,
	.px-sm-3 {
		padding-left: 30px !important;
	}

	.p-sm-4 {
		padding: 40px !important;
	}

	.pt-sm-4,
	.py-sm-4 {
		padding-top: 40px !important;
	}

	.pr-sm-4,
	.px-sm-4 {
		padding-right: 40px !important;
	}

	.pb-sm-4,
	.py-sm-4 {
		padding-bottom: 40px !important;
	}

	.pl-sm-4,
	.px-sm-4 {
		padding-left: 40px !important;
	}

	.p-sm-5 {
		padding: 50px !important;
	}

	.pt-sm-5,
	.py-sm-5 {
		padding-top: 50px !important;
	}

	.pr-sm-5,
	.px-sm-5 {
		padding-right: 50px !important;
	}

	.pb-sm-5,
	.py-sm-5 {
		padding-bottom: 50px !important;
	}

	.pl-sm-5,
	.px-sm-5 {
		padding-left: 50px !important;
	}

	.m-sm-n1 {
		margin: -10px !important;
	}

	.mt-sm-n1,
	.my-sm-n1 {
		margin-top: -10px !important;
	}

	.mr-sm-n1,
	.mx-sm-n1 {
		margin-right: -10px !important;
	}

	.mb-sm-n1,
	.my-sm-n1 {
		margin-bottom: -10px !important;
	}

	.ml-sm-n1,
	.mx-sm-n1 {
		margin-left: -10px !important;
	}

	.m-sm-n2 {
		margin: -20px !important;
	}

	.mt-sm-n2,
	.my-sm-n2 {
		margin-top: -20px !important;
	}

	.mr-sm-n2,
	.mx-sm-n2 {
		margin-right: -20px !important;
	}

	.mb-sm-n2,
	.my-sm-n2 {
		margin-bottom: -20px !important;
	}

	.ml-sm-n2,
	.mx-sm-n2 {
		margin-left: -20px !important;
	}

	.m-sm-n3 {
		margin: -30px !important;
	}

	.mt-sm-n3,
	.my-sm-n3 {
		margin-top: -30px !important;
	}

	.mr-sm-n3,
	.mx-sm-n3 {
		margin-right: -30px !important;
	}

	.mb-sm-n3,
	.my-sm-n3 {
		margin-bottom: -30px !important;
	}

	.ml-sm-n3,
	.mx-sm-n3 {
		margin-left: -30px !important;
	}

	.m-sm-n4 {
		margin: -40px !important;
	}

	.mt-sm-n4,
	.my-sm-n4 {
		margin-top: -40px !important;
	}

	.mr-sm-n4,
	.mx-sm-n4 {
		margin-right: -40px !important;
	}

	.mb-sm-n4,
	.my-sm-n4 {
		margin-bottom: -40px !important;
	}

	.ml-sm-n4,
	.mx-sm-n4 {
		margin-left: -40px !important;
	}

	.m-sm-n5 {
		margin: -50px !important;
	}

	.mt-sm-n5,
	.my-sm-n5 {
		margin-top: -50px !important;
	}

	.mr-sm-n5,
	.mx-sm-n5 {
		margin-right: -50px !important;
	}

	.mb-sm-n5,
	.my-sm-n5 {
		margin-bottom: -50px !important;
	}

	.ml-sm-n5,
	.mx-sm-n5 {
		margin-left: -50px !important;
	}

	.m-sm-auto {
		margin: auto !important;
	}

	.mt-sm-auto,
	.my-sm-auto {
		margin-top: auto !important;
	}

	.mr-sm-auto,
	.mx-sm-auto {
		margin-right: auto !important;
	}

	.mb-sm-auto,
	.my-sm-auto {
		margin-bottom: auto !important;
	}

	.ml-sm-auto,
	.mx-sm-auto {
		margin-left: auto !important;
	}

	.modal-dialog {
		max-width: 540px;
		margin: 1.75rem auto;
	}

	.modal-dialog-scrollable {
		max-height: calc(100% - 3.5rem);
	}

	.modal-dialog-scrollable .modal-content {
		max-height: calc(100vh - 3.5rem);
	}

	.modal-dialog-centered {
		min-height: calc(100% - 3.5rem);
	}

	.modal-dialog-centered::before {
		height: calc(100vh - 3.5rem);
		height: -webkit-min-content;
		height: -moz-min-content;
		height: min-content;
	}

	.modal-sm {
		max-width: 300px;
	}
}

@media screen and (min-width: 576px) {
	.product-list__subtitle br,
	.product-list__title br {
		display: none;
	}
}

@media screen and (min-width: 620px) {
	.cart-label__btn {
		-webkit-box-ordinal-group: initial;
		-ms-flex-order: initial;
		order: initial;
		width: auto;
		margin-top: 0;
		margin-right: 46px;
	}

	.cart-label--mobile {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	.cart-label--mobile .cart-label__inc-unit {
		margin-right: auto;
	}
}

@media screen and (min-width: 767px) {
	.calculator__prev {
		-webkit-box-ordinal-group: initial;
		-ms-flex-order: initial;
		order: initial;
		margin-top: 0;
		width: auto;
	}

	.calculator__next {
		width: auto;
	}
}

@media (min-width: 768px) {
	.col-sm-12 {
		width: 100%;
	}

	.col-sm-11 {
		width: 91.66666667%;
	}

	.col-sm-10 {
		width: 83.33333333%;
	}

	.col-sm-9 {
		width: 75%;
	}

	.col-sm-8 {
		width: 66.66666667%;
	}

	.col-sm-7 {
		width: 58.33333333%;
	}

	.single-news .main-form .col-sm-7 {
		width: 59.3%;
	}

	.col-sm-6 {
		width: 50%;
	}

	.col-sm-5 {
		width: 41.66666667%;
	}

	.col-sm-4 {
		width: 33.33333333%;
	}

	.col-sm-3 {
		width: 25%;
	}

	.col-sm-2 {
		width: 16.66666667%;
	}

	.col-sm-1 {
		width: 8.33333333%;
	}

	.col-sm-pull-12 {
		right: 100%;
	}

	.col-sm-pull-11 {
		right: 91.66666667%;
	}

	.col-sm-pull-10 {
		right: 83.33333333%;
	}

	.col-sm-pull-9 {
		right: 75%;
	}

	.col-sm-pull-8 {
		right: 66.66666667%;
	}

	.col-sm-pull-7 {
		right: 58.33333333%;
	}

	.col-sm-pull-6 {
		right: 50%;
	}

	.col-sm-pull-5 {
		right: 41.66666667%;
	}

	.col-sm-pull-4 {
		right: 33.33333333%;
	}

	.col-sm-pull-3 {
		right: 25%;
	}

	.col-sm-pull-2 {
		right: 16.66666667%;
	}

	.col-sm-pull-1 {
		right: 8.33333333%;
	}

	.col-sm-pull-0 {
		right: auto;
	}

	.col-sm-push-12 {
		left: 100%;
	}

	.col-sm-push-11 {
		left: 91.66666667%;
	}

	.col-sm-push-10 {
		left: 83.33333333%;
	}

	.col-sm-push-9 {
		left: 75%;
	}

	.col-sm-push-8 {
		left: 66.66666667%;
	}

	.col-sm-push-7 {
		left: 58.33333333%;
	}

	.col-sm-push-6 {
		left: 50%;
	}

	.col-sm-push-5 {
		left: 41.66666667%;
	}

	.col-sm-push-4 {
		left: 33.33333333%;
	}

	.col-sm-push-3 {
		left: 25%;
	}

	.col-sm-push-2 {
		left: 16.66666667%;
	}

	.col-sm-push-1 {
		left: 8.33333333%;
	}

	.col-sm-push-0 {
		left: auto;
	}

	.col-sm-offset-12 {
		margin-left: 100%;
	}

	.col-sm-offset-11 {
		margin-left: 91.66666667%;
	}

	.col-sm-offset-10 {
		margin-left: 83.33333333%;
	}

	.col-sm-offset-9 {
		margin-left: 75%;
	}

	.col-sm-offset-8 {
		margin-left: 66.66666667%;
	}

	.col-sm-offset-7 {
		margin-left: 58.33333333%;
	}

	.col-sm-offset-6 {
		margin-left: 50%;
	}

	.col-sm-offset-5 {
		margin-left: 41.66666667%;
	}

	.col-sm-offset-4 {
		margin-left: 33.33333333%;
	}

	.col-sm-offset-3 {
		margin-left: 25%;
	}

	.col-sm-offset-2 {
		margin-left: 16.66666667%;
	}

	.col-sm-offset-1 {
		margin-left: 8.33333333%;
	}

	.col-sm-offset-0 {
		margin-left: 0;
	}

	.order-md-first {
		-ms-flex-order: -1;
		-webkit-box-ordinal-group: 0;
		order: -1;
	}

	.order-md-last {
		-ms-flex-order: 13;
		-webkit-box-ordinal-group: 14;
		order: 13;
	}

	.order-md-0 {
		-ms-flex-order: 0;
		-webkit-box-ordinal-group: 1;
		order: 0;
	}

	.order-md-1 {
		-ms-flex-order: 1;
		-webkit-box-ordinal-group: 2;
		order: 1;
	}

	.order-md-2 {
		-ms-flex-order: 2;
		-webkit-box-ordinal-group: 3;
		order: 2;
	}

	.order-md-3 {
		-ms-flex-order: 3;
		-webkit-box-ordinal-group: 4;
		order: 3;
	}

	.order-md-4 {
		-ms-flex-order: 4;
		-webkit-box-ordinal-group: 5;
		order: 4;
	}

	.order-md-5 {
		-ms-flex-order: 5;
		-webkit-box-ordinal-group: 6;
		order: 5;
	}

	.order-md-6 {
		-ms-flex-order: 6;
		-webkit-box-ordinal-group: 7;
		order: 6;
	}

	.order-md-7 {
		-ms-flex-order: 7;
		-webkit-box-ordinal-group: 8;
		order: 7;
	}

	.order-md-8 {
		-ms-flex-order: 8;
		-webkit-box-ordinal-group: 9;
		order: 8;
	}

	.order-md-9 {
		-ms-flex-order: 9;
		-webkit-box-ordinal-group: 10;
		order: 9;
	}

	.order-md-10 {
		-ms-flex-order: 10;
		-webkit-box-ordinal-group: 11;
		order: 10;
	}

	.order-md-11 {
		-ms-flex-order: 11;
		-webkit-box-ordinal-group: 12;
		order: 11;
	}

	.order-md-12 {
		-ms-flex-order: 12;
		-webkit-box-ordinal-group: 13;
		order: 12;
	}

	.text-md-left {
		text-align: left !important;
	}

	.text-md-right {
		text-align: right !important;
	}

	.text-md-center {
		text-align: center !important;
	}

	.d-md-none {
		display: none !important;
	}

	.d-md-inline {
		display: inline !important;
	}

	.d-md-inline-block {
		display: inline-block !important;
	}

	.d-md-block {
		display: block !important;
	}

	.d-md-table {
		display: table !important;
	}

	.d-md-table-row {
		display: table-row !important;
	}

	.d-md-table-cell {
		display: table-cell !important;
	}

	.d-md-flex {
		display: -ms-flexbox !important;
		display: -webkit-box !important;
		display: flex !important;
	}

	.d-md-inline-flex {
		display: -ms-inline-flexbox !important;
		display: -webkit-inline-box !important;
		display: inline-flex !important;
	}

	.m-md-0 {
		margin: 0 !important;
	}

	.mt-md-0,
	.my-md-0 {
		margin-top: 0 !important;
	}

	.mr-md-0,
	.mx-md-0 {
		margin-right: 0 !important;
	}

	.mb-md-0,
	.my-md-0 {
		margin-bottom: 0 !important;
	}

	.ml-md-0,
	.mx-md-0 {
		margin-left: 0 !important;
	}

	.m-md-1 {
		margin: 10px !important;
	}

	.mt-md-1,
	.my-md-1 {
		margin-top: 10px !important;
	}

	.mr-md-1,
	.mx-md-1 {
		margin-right: 10px !important;
	}

	.mb-md-1,
	.my-md-1 {
		margin-bottom: 10px !important;
	}

	.ml-md-1,
	.mx-md-1 {
		margin-left: 10px !important;
	}

	.m-md-2 {
		margin: 20px !important;
	}

	.mt-md-2,
	.my-md-2 {
		margin-top: 20px !important;
	}

	.mr-md-2,
	.mx-md-2 {
		margin-right: 20px !important;
	}

	.mb-md-2,
	.my-md-2 {
		margin-bottom: 20px !important;
	}

	.ml-md-2,
	.mx-md-2 {
		margin-left: 20px !important;
	}

	.m-md-3 {
		margin: 30px !important;
	}

	.mt-md-3,
	.my-md-3 {
		margin-top: 30px !important;
	}

	.mr-md-3,
	.mx-md-3 {
		margin-right: 30px !important;
	}

	.mb-md-3,
	.my-md-3 {
		margin-bottom: 30px !important;
	}

	.ml-md-3,
	.mx-md-3 {
		margin-left: 30px !important;
	}

	.m-md-4 {
		margin: 40px !important;
	}

	.mt-md-4,
	.my-md-4 {
		margin-top: 40px !important;
	}

	.mr-md-4,
	.mx-md-4 {
		margin-right: 40px !important;
	}

	.mb-md-4,
	.my-md-4 {
		margin-bottom: 40px !important;
	}

	.ml-md-4,
	.mx-md-4 {
		margin-left: 40px !important;
	}

	.m-md-5 {
		margin: 50px !important;
	}

	.mt-md-5,
	.my-md-5 {
		margin-top: 50px !important;
	}

	.mr-md-5,
	.mx-md-5 {
		margin-right: 50px !important;
	}

	.mb-md-5,
	.my-md-5 {
		margin-bottom: 50px !important;
	}

	.single-news .mb-md-5 {
		margin-bottom: 40px !important;
	}

	.ml-md-5,
	.mx-md-5 {
		margin-left: 50px !important;
	}

	.p-md-0 {
		padding: 0 !important;
	}

	.pt-md-0,
	.py-md-0 {
		padding-top: 0 !important;
	}

	.pr-md-0,
	.px-md-0 {
		padding-right: 0 !important;
	}

	.pb-md-0,
	.py-md-0 {
		padding-bottom: 0 !important;
	}

	.pl-md-0,
	.px-md-0 {
		padding-left: 0 !important;
	}

	.p-md-1 {
		padding: 10px !important;
	}

	.pt-md-1,
	.py-md-1 {
		padding-top: 10px !important;
	}

	.pr-md-1,
	.px-md-1 {
		padding-right: 10px !important;
	}

	.pb-md-1,
	.py-md-1 {
		padding-bottom: 10px !important;
	}

	.pl-md-1,
	.px-md-1 {
		padding-left: 10px !important;
	}

	.p-md-2 {
		padding: 20px !important;
	}

	.pt-md-2,
	.py-md-2 {
		padding-top: 20px !important;
	}

	.pr-md-2,
	.px-md-2 {
		padding-right: 20px !important;
	}

	.pb-md-2,
	.py-md-2 {
		padding-bottom: 20px !important;
	}

	.pl-md-2,
	.px-md-2 {
		padding-left: 20px !important;
	}

	.p-md-3 {
		padding: 30px !important;
	}

	.pt-md-3,
	.py-md-3 {
		padding-top: 30px !important;
	}

	.pr-md-3,
	.px-md-3 {
		padding-right: 30px !important;
	}

	.pb-md-3,
	.py-md-3 {
		padding-bottom: 30px !important;
	}

	.pl-md-3,
	.px-md-3 {
		padding-left: 30px !important;
	}

	.p-md-4 {
		padding: 40px !important;
	}

	.pt-md-4,
	.py-md-4 {
		padding-top: 40px !important;
	}

	.pr-md-4,
	.px-md-4 {
		padding-right: 40px !important;
	}

	.pb-md-4,
	.py-md-4 {
		padding-bottom: 40px !important;
	}

	.pl-md-4,
	.px-md-4 {
		padding-left: 40px !important;
	}

	.p-md-5 {
		padding: 50px !important;
	}

	.pt-md-5,
	.py-md-5 {
		padding-top: 50px !important;
	}

	.pr-md-5,
	.px-md-5 {
		padding-right: 50px !important;
	}

	.pb-md-5,
	.py-md-5 {
		padding-bottom: 50px !important;
	}

	.pl-md-5,
	.px-md-5 {
		padding-left: 50px !important;
	}

	.m-md-n1 {
		margin: -10px !important;
	}

	.mt-md-n1,
	.my-md-n1 {
		margin-top: -10px !important;
	}

	.mr-md-n1,
	.mx-md-n1 {
		margin-right: -10px !important;
	}

	.mb-md-n1,
	.my-md-n1 {
		margin-bottom: -10px !important;
	}

	.ml-md-n1,
	.mx-md-n1 {
		margin-left: -10px !important;
	}

	.m-md-n2 {
		margin: -20px !important;
	}

	.mt-md-n2,
	.my-md-n2 {
		margin-top: -20px !important;
	}

	.mr-md-n2,
	.mx-md-n2 {
		margin-right: -20px !important;
	}

	.mb-md-n2,
	.my-md-n2 {
		margin-bottom: -20px !important;
	}

	.ml-md-n2,
	.mx-md-n2 {
		margin-left: -20px !important;
	}

	.m-md-n3 {
		margin: -30px !important;
	}

	.mt-md-n3,
	.my-md-n3 {
		margin-top: -30px !important;
	}

	.mr-md-n3,
	.mx-md-n3 {
		margin-right: -30px !important;
	}

	.mb-md-n3,
	.my-md-n3 {
		margin-bottom: -30px !important;
	}

	.ml-md-n3,
	.mx-md-n3 {
		margin-left: -30px !important;
	}

	.m-md-n4 {
		margin: -40px !important;
	}

	.mt-md-n4,
	.my-md-n4 {
		margin-top: -40px !important;
	}

	.mr-md-n4,
	.mx-md-n4 {
		margin-right: -40px !important;
	}

	.mb-md-n4,
	.my-md-n4 {
		margin-bottom: -40px !important;
	}

	.ml-md-n4,
	.mx-md-n4 {
		margin-left: -40px !important;
	}

	.m-md-n5 {
		margin: -50px !important;
	}

	.mt-md-n5,
	.my-md-n5 {
		margin-top: -50px !important;
	}

	.mr-md-n5,
	.mx-md-n5 {
		margin-right: -50px !important;
	}

	.mb-md-n5,
	.my-md-n5 {
		margin-bottom: -50px !important;
	}

	.ml-md-n5,
	.mx-md-n5 {
		margin-left: -50px !important;
	}

	.m-md-auto {
		margin: auto !important;
	}

	.mt-md-auto,
	.my-md-auto {
		margin-top: auto !important;
	}

	.mr-md-auto,
	.mx-md-auto {
		margin-right: auto !important;
	}

	.mb-md-auto,
	.my-md-auto {
		margin-bottom: auto !important;
	}

	.ml-md-auto,
	.mx-md-auto {
		margin-left: auto !important;
	}
}

@media screen and (min-width: 768px) {
	.row-toggle h3 span + i {
		width: 48px;
		height: 48px;
	}

	.carousel-text-top .item:before,
	.carousel-work .item:before {
		padding-top: 50%;
	}

	.s-career li {
		padding-top: 32px;
		padding-right: 30px;
		padding-left: 0;
		border-top: 1px dashed rgba(99, 100, 102, 0.4);
	}

	.s-career li:before {
		display: none;
	}

	.s-career li i {
		top: -9px;
	}

	.products-list__item-banner .btn {
		font-size: 14px;
		padding-left: 35px;
		padding-right: 35px;
	}

	.calc-banner {
		padding: 80px 34px;
	}

	.calc-banner__title {
		font-size: 32px;
		line-height: 48px;
		margin-bottom: 40px;
	}

	.calc-banner__text {
		margin-bottom: 23px;
	}

	.calc-banner__btn .btn {
		font-size: 14px;
		margin-top: 17px;
	}

	.calc-banner__btn {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.main-form__title {
		font-size: 32px;
	}

	.main-form__text br {
		display: inline;
	}

	.main-form__btn {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.main-form__btn button {
		padding: 16px 30px;
		min-width: auto;
		-webkit-align-self: flex-start;
		-ms-flex-item-align: start;
		align-self: flex-start;
		-webkit-box-ordinal-group: initial;
		-ms-flex-order: initial;
		order: initial;
		margin-top: 0;
	}

	.main-form__btn span {
		max-width: 330px;
	}

	.header-bottom__title {
		margin-bottom: 45px;
		font-size: 56px;
	}

	.header-bottom__title--small {
		font-size: 48px;
	}

	.header-bottom__btns {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.header-bottom__top {
		margin-right: 15px;
		margin-bottom: 0;
	}

	.header-bottom__search-btn .btn {
		padding: 11px 50px;
	}

	.header-bottom--contacts {
		margin-bottom: 65px;
	}

	.header-bottom--compare .btn {
		width: auto;
	}

	.header-bottom--about .page-description {
		margin-bottom: 30px;
	}

	.header-bottom--category {
		margin-top: 30px;
		margin-bottom: 48px;
	}

	.header-bottom--category .header-bottom__breadcrumb {
		margin-bottom: 0;
	}

	.header-bottom--category .header-bottom__title {
		font-size: 32px;
		line-height: 1.5;
		margin-bottom: 48px;
	}

	.header-bottom--category .header-bottom__title--desktop {
		display: block;
	}

	.header-bottom--category .header-bottom__title--mobile {
		display: none;
	}

	.header-bottom--category .header-bottom__text {
		font-size: 16px;
		line-height: 1.5;
		margin-bottom: 24px;
	}

	.header-bottom--request .header-bottom__title {
		font-size: 56px;
		line-height: 1.43;
		margin-bottom: 32px;
	}

	.category__top {
		margin-bottom: 48px;
	}

	.category__list-descr,
	.category__pagination {
		margin-bottom: 96px;
	}

	.category-top__download-link {
		font-size: 14px;
		line-height: 1.7;
		margin-bottom: 0;
	}

	.category-top__sort {
		font-size: 14px;
		line-height: 1.7;
		margin-top: 2px;
	}

	.filter-icon--category span {
		font-size: 14px;
		line-height: 1.7;
	}

	.filter-icon--category svg {
		width: 24px;
		height: 24px;
	}

	.filter__title {
		font-size: 24px;
		line-height: 1.666;
	}

	.filter--category-modal .filter__block {
		padding-top: 36px;
	}

	.filter--category-modal .filter__block-wrap {
		padding-bottom: 20px;
	}

	.filter--category-modal .filter__title {
		font-size: 24px;
		line-height: 1.666;
		padding-bottom: 36px;
	}

	.filter--category-modal .filter__title-icon {
		width: 48px;
		height: 48px;
	}

	.module__form--price {
		padding: 70px 0 58px;
	}

	.module__form--price > .row > .col:nth-child(2) {
		margin-top: 40px;
	}

	.module__form--price > .row > .col .form-group {
		margin: 18px 0 24px;
	}

	.module__form--price h3 {
		font-size: 32px;
	}

	.module__form--price form label br {
		display: inline;
	}

	.block__download a i,
	.list__download a i {
		width: 72px;
		height: 72px;
	}

	.block__download a i svg,
	.list__download a i svg {
		width: 24px;
		height: 24px;
	}

	.block__vocation--detail-info {
		margin-bottom: 48px;
	}

	.block__vocation--detail-info .d-sm-flex {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.list__calc--item,
	.list__sale--item {
		margin-bottom: 50px;
	}

	.list__calc--item-img,
	.list__sale--item-img {
		margin-bottom: 25px;
	}

	.countup--plus .countup__number + em,
	.countup__number {
		font-size: 56px;
	}

	.list__vacation .item {
		padding: 32px 32px 40px;
	}

	.list__vacation .item h3 {
		font-size: 24px;
		line-height: 1.66;
		margin-bottom: 32px;
	}

	.list__vacation .item li {
		margin-bottom: 0;
	}

	.block__tabs .block__tabs--sw:after {
		display: block;
	}

	.block__tabs .block__tabs--sw li {
		font-size: 24px;
		line-height: 1.666;
	}

	.products-list__item--last .products-list__item-banner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 80px 30px;
	}

	.products-list__item--last .products-list__item-banner h3 {
		font-size: 24px;
		margin-bottom: 20px;
		width: 50%;
	}

	.products-list__item--last .products-list__item-btn {
		width: 50%;
	}

	.products-list__item-text {
		font-size: 18px;
	}

	.video_wrapper::before {
		padding-top: 60%;
	}

	.video_wrapper--about:before {
		padding-top: 50%;
	}

	.video_wrapper--about .video_text {
		left: 55px;
		bottom: 40px;
	}

	.videoPoster {
		height: 100px;
		width: 100px;
	}

	.videoPoster svg {
		width: 31px;
		height: 31px;
		margin-left: 10px;
	}

	.s-video__slider {
		margin-bottom: 80px;
	}

	.slider__video--tabs-item .item-title {
		font-size: 18px;
	}

	.slider__video--tabs-item .item-time {
		font-size: 16px;
	}

	.quiz {
		padding-top: 80px;
		padding-bottom: 74px;
		min-height: 525px;
	}

	.quiz-questions-items {
		margin-bottom: 16px;
	}

	.quiz-questions-items__question,
	.quiz-results h3 {
		font-size: 24px;
	}

	.s-top-content__title br {
		display: inline;
	}

	.s-top-content__btns {
		margin-bottom: 64px;
	}

	.s-top-content__btns .btn {
		width: auto;
		margin-bottom: 0;
		margin-right: 16px;
	}

	.s-top-content__btns .btn:last-child {
		margin-right: 0;
	}

	.cart-label__btn .btn {
		width: auto;
	}

	.product__descr {
		margin-top: 64px;
		margin-bottom: 50px;
	}

	.product__descr h2 {
		font-size: 48px;
		line-height: 1.333;
		margin-bottom: 35px;
	}

	.product__projects {
		margin-bottom: 10px;
	}

	.product__table {
		margin-bottom: 96px;
	}

	.product__tabs {
		margin-bottom: 60px;
	}

	.product__list {
		margin-bottom: 32px;
	}

	.product-projects__descr {
		margin-bottom: 64px;
	}

	.product-projects__title {
		font-size: 48px;
		line-height: 1.333;
	}

	.product-projects__text p {
		margin-bottom: 48px;
	}

	.product-advantages__title {
		font-size: 48px;
		line-height: 1.333;
		margin-bottom: 64px;
	}

	.product-cost__title {
		font-size: 48px;
		line-height: 1.333;
		margin-bottom: 40px;
	}

	.product-cost__img {
		margin-bottom: 66px;
	}

	.product-cost__text {
		margin-top: 0;
		margin-bottom: 28px;
	}

	.product-cost__text span {
		display: block;
	}

	.product-cost__item {
		margin-bottom: 16px;
	}

	.product-cost__link {
		margin-top: 8px;
	}

	.product-table__table {
		margin-bottom: 40px;
	}

	.product-specification__icon {
		width: 48px;
		height: 48px;
	}

	.product-list__title {
		font-size: 48px;
		margin-bottom: 45px;
	}

	.product-list__img {
		margin-bottom: 25px;
	}

	.product-list__subtitle {
		font-size: 18px;
	}

	.product-list--profile .product-list__title {
		font-size: 32px;
		line-height: 1.5;
	}

	.product-list--profile .product-list__subtitle {
		font-size: 18px;
	}

	.product-slider {
		padding-top: 80px;
	}

	.product-slider__title {
		font-size: 48px;
		line-height: 1.333;
		margin-bottom: 32px;
	}

	.product-slider__list.collapsing,
	.product-slider__list.show {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.product-slider__list.collapsing .product-slider__item,
	.product-slider__list.show .product-slider__item {
		width: 50%;
	}

	.product-slider__item.is-active,
	.product-slider__item:hover {
		background-color: transparent;
		color: #f37021;
		border-bottom-color: transparent;
	}

	.product-slider__item:after {
		display: none;
	}

	.product-slide__content {
		position: absolute;
		bottom: 0;
		left: 0;
	}

	.about__top {
		margin-bottom: 40px;
	}

	.about__descr,
	.about__video {
		margin-bottom: 80px;
	}

	.about__list {
		margin-bottom: 40px;
	}

	.about__map {
		margin-bottom: 0;
	}

	.about__staff {
		margin-top: 70px;
		margin-bottom: 25px;
	}

	.about-menu {
		padding-top: 32px;
		padding-bottom: 32px;
	}

	.about-descr {
		padding-top: 65px;
		font-size: 32px;
		line-height: 1.5;
	}

	.about-list__item {
		margin-bottom: 55px;
	}

	.about-list__icon {
		padding: 10px;
	}

	.about-list__icon svg {
		width: 60px;
		height: 60px;
	}

	.about-list__title {
		font-size: 18px;
	}

	.about-map__text {
		font-size: 32px;
		line-height: 1.5;
		margin-left: 0;
	}

	.about-map__btn {
		top: 15px;
		left: 355px;
	}

	.about-history {
		padding-top: 80px;
		padding-bottom: 30px;
	}

	.about-history__title {
		font-size: 64px;
		line-height: 1.333;
	}

	.about-history__top {
		margin-bottom: 64px;
	}

	.about-history__top .slick-list {
		width: calc(100% - 225px);
		overflow: hidden;
	}

	.about-history__top-btn {
		bottom: 65px;
	}

	.about-staff__title {
		margin-top: 10px;
		margin-bottom: 0;
	}

	.about-staff__top {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.about-staff__text {
		margin-bottom: 64px;
	}

	.about-staff__subtitle {
		font-size: 24px;
		line-height: 1.666;
		margin-bottom: 45px;
	}

	.about-staff__item {
		margin-bottom: 55px;
	}

	.about-staff__icon svg,
	.about-staff__icon img {
		-ms-flex-negative: 0;
		flex-shrink: 0;
		width: 80px;
		height: 80px;
	}

	.about-staff__item-text {
		font-size: 18px;
		line-height: 1.777;
	}

	.about-page .history-slide__img:before {
		padding-top: 60%;
	}

	.about-page .history-slide__text {
		font-size: 18px;
		line-height: 1.777;
	}

	.about-page .news-bottom-bunner .s-order.bg-orange {
		background-image: url(/local/templates/profholod_2021-11-17/assets/img/bg-orange-3.svg);
		background-size: cover;
		background-position-x: 70px;
		background-repeat: no-repeat;
		padding: 50px 30px;
	}

	.about-page .news-bottom-bunner .s-order.bg-orange .main-form__title {
		margin-bottom: 32px;
		font-size: 32px;
	}

	.about-page .news-bottom-bunner .s-order.bg-orange .s-order__content p {
		margin-bottom: 40px;
	}

	.single-news .text-block h5 {
		margin-bottom: 70px;
	}

	.single-news .text-block p {
		line-height: 1.6;
		margin-bottom: 34px;
	}

	.single-news .text-block ol,
	.single-news .text-block ul {
		margin-bottom: 70px;
	}

	.single-news .banner-block__wrapper {
		max-width: 672px;
	}

	.single-news .banner-block__wrapper p,
	.single-news .quote-block p {
		font-size: 18px;
	}

	.single-news .author-block span br {
		display: none;
	}

	.single-news .instruction-block__title {
		font-size: 32px;
	}

	.single-news .instruction-block__link {
		margin-bottom: 40px;
	}

	.single-news .instruction-block__icon {
		width: 72px;
		height: 72px;
		margin-right: 40px;
	}

	.single-news .instruction-block__text span {
		font-size: 16px;
	}

	.single-news .table-block__title {
		font-size: 32px;
		margin-bottom: 50px;
	}

	.single-news .social-block {
		padding-top: 45px;
		padding-bottom: 45px;
	}

	.single-news .social-block__text span {
		display: inline;
	}

	.single-news .social-block__link {
		margin-left: 40px;
	}

	.single-news .news-item {
		margin-top: 12px;
		margin-bottom: 56px;
	}

	.single-news .news-item__img {
		margin-bottom: 25px;
	}

	.single-news .news-item__title {
		font-size: 24px;
	}

	.single-news .more-news {
		margin-bottom: 80px;
	}

	.single-news .more-news__title {
		font-size: 48px;
	}

	.single-news .more-news__btn {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.single-news .more-news__btn .btn {
		max-width: none;
		width: auto;
	}

	.news-content {
		margin-top: 60px;
	}

	.news-content__banner {
		margin-top: 70px;
		margin-bottom: 75px;
	}

	.news-content__slider {
		margin-top: 70px;
		margin-bottom: 68px;
	}

	.news-content__quiz {
		margin-top: 70px;
		margin-bottom: 74px;
	}

	.news-content__quiz .quiz__wrap {
		max-width: 672px;
	}

	.news-content__author {
		margin-top: 50px;
		margin-bottom: 80px;
	}

	.news-content__instruction {
		margin-top: 70px;
		margin-bottom: 70px;
	}

	.news-content__table {
		margin-top: 70px;
		margin-bottom: 115px;
	}

	.news-content__social {
		margin-top: 70px;
		margin-bottom: 25px;
	}

	.s-top-bg .s-top-content .page__title {
		font-size: 32px;
		-webkit-hyphens: none;
		-ms-hyphens: none;
		hyphens: none;
	}

	.s-top-no-slider .page__tooltip {
		width: 72px;
		height: 72px;
		margin-top: 40px;
	}

	.s-top-no-slider .page__tooltip svg {
		height: 24px;
		width: 24px;
	}

	.cart__bottom {
		margin-bottom: 80px;
	}

	.request-form {
		margin-bottom: 96px;
	}

	.request-form .form-group {
		margin-bottom: 36px;
	}

	.request-form .form-group-delivery .form-control {
		margin-bottom: 16px;
	}

	.compare {
		margin-top: 3px;
		margin-bottom: 80px;
	}

	.compare__slider .slick-arrow {
		display: block !important;
	}

	.compare__slider--top .slick-list {
		overflow: hidden;
	}

	.compare__filter li {
		margin-bottom: 0;
	}

	.compare__filter-list {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.compare__filter-item {
		margin-right: 30px;
		margin-bottom: 0;
	}

	.calculator__btns,
	.calculator__fraction {
		padding-left: 0;
		padding-right: 0;
	}

	.calculator__slide .main-form {
		margin-bottom: 80px;
	}

	.calculator__title {
		font-size: 32px;
		line-height: 1.5;
		margin-bottom: 48px;
	}

	.calculator__field {
		margin-bottom: 40px;
	}

	.calculator__progress {
		margin-bottom: 12px;
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}

	.calculator__table {
		width: calc(100% - 8px);
	}

	.calculator__table tr {
		border: none;
	}

	.calculator__table tr:after {
		content: "";
		position: absolute;
		height: 2px;
		background-color: #f3f3f3;
		width: calc(100% - 100px);
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		bottom: 0;
	}

	.calculator__table thead tr:after {
		display: none;
	}

	.calculator__table th {
		padding: 26px 25px 26px 52px;
	}

	.calculator__table td:first-child {
		padding-left: 56px;
	}

	.modal .modal-filter-btn {
		margin-bottom: 30px;
	}

	.modal--filter .close svg {
		width: 18px;
		height: 18px;
	}

	.modal--filter-category h5 {
		padding-top: 62px;
		padding-bottom: 48px;
		font-size: 56px;
	}

	.modal--reviews .modal-reviews__tags span:last-child {
		display: inline;
	}

	.s-order-new {
		padding: 80px 30px;
		background-image: url("/local/templates/profholod_2021-11-17/assets/css/assets/img/bg-orange-3.svg");
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}


	.s-order__title {
		font-size: 32px;
		line-height: 48px;
	}

	.products-page .s-order__content {
		margin-top: 10px;
	}

	.products-page .s-order__content p {
		padding-left: 30px;
		margin-bottom: 18px;
		margin-top: 0;
	}

	.products-page .s-order__content ul {
		margin-top: 0;
	}

	.products-page .s-order__content li {
		padding-left: 30px;
		margin-bottom: 16px;
	}

	.products-page .s-order .btn {
		font-size: 14px;
	}

	.s-order__btn {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.s-order-new__title {
		font-size: 48px;
		line-height: 64px;
		padding-top: 15px;
	}

	.s-order-new__title br {
		display: none;
	}

	.s-order-new__btn .btn {
		margin-top: 0;
	}

	.s-order-new__btn {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-moz-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.s-order-new__btn .btn {
		margin-top: 0;
	}

	.s-order-new {
		padding: 80px 30px;
		background-image: url("/local/templates/profholod_2021-11-17/assets/css/assets/img/bg-orange-3.svg");
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}

	.products-page .container--np .s-order.bg-orange,
	.docs .container--np .s-order.bg-orange {
		padding: 80px 34px;
	}

	.products-page .s-order__title,
	.docs .s-order__title {
		margin-top: 0;
	}

	.products-page .s-sale .block-title {
		font-size: 48px;
	}
}

@media (min-width: 992px) {
	.col-md-12 {
		width: 100%;
	}

	.col-md-11 {
		width: 91.66666667%;
	}

	.col-md-10 {
		width: 83.33333333%;
	}

	.col-md-9 {
		width: 75%;
	}

	.col-md-8 {
		width: 66.66666667%;
	}

	.col-md-7 {
		width: 58.33333333%;
	}

	.col-md-6 {
		width: 50%;
	}

	.col-md-5 {
		width: 41.66666667%;
	}

	.col-md-4 {
		width: 33.33333333%;
	}

	.col-md-3 {
		width: 25%;
	}

	.col-md-2 {
		width: 16.66666667%;
	}

	.col-md-1 {
		width: 8.33333333%;
	}

	.col-md-pull-12 {
		right: 100%;
	}

	.col-md-pull-11 {
		right: 91.66666667%;
	}

	.col-md-pull-10 {
		right: 83.33333333%;
	}

	.col-md-pull-9 {
		right: 75%;
	}

	.col-md-pull-8 {
		right: 66.66666667%;
	}

	.col-md-pull-7 {
		right: 58.33333333%;
	}

	.col-md-pull-6 {
		right: 50%;
	}

	.col-md-pull-5 {
		right: 41.66666667%;
	}

	.col-md-pull-4 {
		right: 33.33333333%;
	}

	.col-md-pull-3 {
		right: 25%;
	}

	.col-md-pull-2 {
		right: 16.66666667%;
	}

	.col-md-pull-1 {
		right: 8.33333333%;
	}

	.col-md-pull-0 {
		right: auto;
	}

	.col-md-push-12 {
		left: 100%;
	}

	.col-md-push-11 {
		left: 91.66666667%;
	}

	.col-md-push-10 {
		left: 83.33333333%;
	}

	.col-md-push-9 {
		left: 75%;
	}

	.col-md-push-8 {
		left: 66.66666667%;
	}

	.col-md-push-7 {
		left: 58.33333333%;
	}

	.col-md-push-6 {
		left: 50%;
	}

	.col-md-push-5 {
		left: 41.66666667%;
	}

	.col-md-push-4 {
		left: 33.33333333%;
	}

	.col-md-push-3 {
		left: 25%;
	}

	.col-md-push-2 {
		left: 16.66666667%;
	}

	.col-md-push-1 {
		left: 8.33333333%;
	}

	.col-md-push-0 {
		left: auto;
	}

	.col-md-offset-12 {
		margin-left: 100%;
	}

	.col-md-offset-11 {
		margin-left: 91.66666667%;
	}

	.col-md-offset-10 {
		margin-left: 83.33333333%;
	}

	.col-md-offset-9 {
		margin-left: 75%;
	}

	.col-md-offset-8 {
		margin-left: 66.66666667%;
	}

	.col-md-offset-7 {
		margin-left: 58.33333333%;
	}

	.col-md-offset-6 {
		margin-left: 50%;
	}

	.col-md-offset-5 {
		margin-left: 41.66666667%;
	}

	.col-md-offset-4 {
		margin-left: 33.33333333%;
	}

	.col-md-offset-3 {
		margin-left: 25%;
	}

	.col-md-offset-2 {
		margin-left: 16.66666667%;
	}

	.col-md-offset-1 {
		margin-left: 8.33333333%;
	}

	.single-news .mb-md-5 {
		margin-bottom: 56px !important;
	}

	.single-news .main-form .col-md-offset-1 {
		margin-left: 7.3%;
		line-height: 24px;
	}

	.col-md-offset-0 {
		margin-left: 0;
	}

	.order-lg-first {
		-ms-flex-order: -1;
		-webkit-box-ordinal-group: 0;
		order: -1;
	}

	.order-lg-last {
		-ms-flex-order: 13;
		-webkit-box-ordinal-group: 14;
		order: 13;
	}

	.order-lg-0 {
		-ms-flex-order: 0;
		-webkit-box-ordinal-group: 1;
		order: 0;
	}

	.order-lg-1 {
		-ms-flex-order: 1;
		-webkit-box-ordinal-group: 2;
		order: 1;
	}

	.order-lg-2 {
		-ms-flex-order: 2;
		-webkit-box-ordinal-group: 3;
		order: 2;
	}

	.order-lg-3 {
		-ms-flex-order: 3;
		-webkit-box-ordinal-group: 4;
		order: 3;
	}

	.order-lg-4 {
		-ms-flex-order: 4;
		-webkit-box-ordinal-group: 5;
		order: 4;
	}

	.order-lg-5 {
		-ms-flex-order: 5;
		-webkit-box-ordinal-group: 6;
		order: 5;
	}

	.order-lg-6 {
		-ms-flex-order: 6;
		-webkit-box-ordinal-group: 7;
		order: 6;
	}

	.order-lg-7 {
		-ms-flex-order: 7;
		-webkit-box-ordinal-group: 8;
		order: 7;
	}

	.order-lg-8 {
		-ms-flex-order: 8;
		-webkit-box-ordinal-group: 9;
		order: 8;
	}

	.order-lg-9 {
		-ms-flex-order: 9;
		-webkit-box-ordinal-group: 10;
		order: 9;
	}

	.order-lg-10 {
		-ms-flex-order: 10;
		-webkit-box-ordinal-group: 11;
		order: 10;
	}

	.order-lg-11 {
		-ms-flex-order: 11;
		-webkit-box-ordinal-group: 12;
		order: 11;
	}

	.order-lg-12 {
		-ms-flex-order: 12;
		-webkit-box-ordinal-group: 13;
		order: 12;
	}

	.text-lg-left {
		text-align: left !important;
	}

	.text-lg-right {
		text-align: right !important;
	}

	.text-lg-center {
		text-align: center !important;
	}

	.d-lg-none {
		display: none !important;
	}

	.d-lg-inline {
		display: inline !important;
	}

	.d-lg-inline-block {
		display: inline-block !important;
	}

	.d-lg-block {
		display: block !important;
	}

	.d-lg-table {
		display: table !important;
	}

	.d-lg-table-row {
		display: table-row !important;
	}

	.d-lg-table-cell {
		display: table-cell !important;
	}

	.d-lg-flex {
		display: -ms-flexbox !important;
		display: -webkit-box !important;
		display: flex !important;
	}

	.d-lg-inline-flex {
		display: -ms-inline-flexbox !important;
		display: -webkit-inline-box !important;
		display: inline-flex !important;
	}

	.m-lg-0 {
		margin: 0 !important;
	}

	.mt-lg-0,
	.my-lg-0 {
		margin-top: 0 !important;
	}

	.mr-lg-0,
	.mx-lg-0 {
		margin-right: 0 !important;
	}

	.mb-lg-0,
	.my-lg-0 {
		margin-bottom: 0 !important;
	}

	.ml-lg-0,
	.mx-lg-0 {
		margin-left: 0 !important;
	}

	.m-lg-1 {
		margin: 10px !important;
	}

	.mt-lg-1,
	.my-lg-1 {
		margin-top: 10px !important;
	}

	.mr-lg-1,
	.mx-lg-1 {
		margin-right: 10px !important;
	}

	.mb-lg-1,
	.my-lg-1 {
		margin-bottom: 10px !important;
	}

	.ml-lg-1,
	.mx-lg-1 {
		margin-left: 10px !important;
	}

	.m-lg-2 {
		margin: 20px !important;
	}

	.mt-lg-2,
	.my-lg-2 {
		margin-top: 20px !important;
	}

	.mr-lg-2,
	.mx-lg-2 {
		margin-right: 20px !important;
	}

	.mb-lg-2,
	.my-lg-2 {
		margin-bottom: 20px !important;
	}

	.ml-lg-2,
	.mx-lg-2 {
		margin-left: 20px !important;
	}

	.m-lg-3 {
		margin: 30px !important;
	}

	.mt-lg-3,
	.my-lg-3 {
		margin-top: 30px !important;
	}

	.mr-lg-3,
	.mx-lg-3 {
		margin-right: 30px !important;
	}

	.mb-lg-3,
	.my-lg-3 {
		margin-bottom: 30px !important;
	}

	.ml-lg-3,
	.mx-lg-3 {
		margin-left: 30px !important;
	}

	.m-lg-4 {
		margin: 40px !important;
	}

	.mt-lg-4,
	.my-lg-4 {
		margin-top: 40px !important;
	}

	.mr-lg-4,
	.mx-lg-4 {
		margin-right: 40px !important;
	}

	.mb-lg-4,
	.my-lg-4 {
		margin-bottom: 40px !important;
	}

	.ml-lg-4,
	.mx-lg-4 {
		margin-left: 40px !important;
	}

	.m-lg-5 {
		margin: 50px !important;
	}

	.mt-lg-5,
	.my-lg-5 {
		margin-top: 50px !important;
	}

	.mr-lg-5,
	.mx-lg-5 {
		margin-right: 50px !important;
	}

	.mb-lg-5,
	.my-lg-5 {
		margin-bottom: 50px !important;
	}

	.single-news .mb-lg-5 {
		margin-left: 0 !important;
		margin-bottom: 80px !important;
	}

	.mb-lg-5,
	.ml-lg-5,
	.mx-lg-5 {
		margin-left: 50px !important;
	}

	.p-lg-0 {
		padding: 0 !important;
	}

	.pt-lg-0,
	.py-lg-0 {
		padding-top: 0 !important;
	}

	.pr-lg-0,
	.px-lg-0 {
		padding-right: 0 !important;
	}

	.pb-lg-0,
	.py-lg-0 {
		padding-bottom: 0 !important;
	}

	.pl-lg-0,
	.px-lg-0 {
		padding-left: 0 !important;
	}

	.p-lg-1 {
		padding: 10px !important;
	}

	.pt-lg-1,
	.py-lg-1 {
		padding-top: 10px !important;
	}

	.pr-lg-1,
	.px-lg-1 {
		padding-right: 10px !important;
	}

	.pb-lg-1,
	.py-lg-1 {
		padding-bottom: 10px !important;
	}

	.pl-lg-1,
	.px-lg-1 {
		padding-left: 10px !important;
	}

	.p-lg-2 {
		padding: 20px !important;
	}

	.pt-lg-2,
	.py-lg-2 {
		padding-top: 20px !important;
	}

	.pr-lg-2,
	.px-lg-2 {
		padding-right: 20px !important;
	}

	.pb-lg-2,
	.py-lg-2 {
		padding-bottom: 20px !important;
	}

	.pl-lg-2,
	.px-lg-2 {
		padding-left: 20px !important;
	}

	.p-lg-3 {
		padding: 30px !important;
	}

	.pt-lg-3,
	.py-lg-3 {
		padding-top: 30px !important;
	}

	.pr-lg-3,
	.px-lg-3 {
		padding-right: 30px !important;
	}

	.pb-lg-3,
	.py-lg-3 {
		padding-bottom: 30px !important;
	}

	.pl-lg-3,
	.px-lg-3 {
		padding-left: 30px !important;
	}

	.p-lg-4 {
		padding: 40px !important;
	}

	.pt-lg-4,
	.py-lg-4 {
		padding-top: 40px !important;
	}

	.pr-lg-4,
	.px-lg-4 {
		padding-right: 40px !important;
	}

	.pb-lg-4,
	.py-lg-4 {
		padding-bottom: 40px !important;
	}

	.pl-lg-4,
	.px-lg-4 {
		padding-left: 40px !important;
	}

	.p-lg-5 {
		padding: 50px !important;
	}

	.pt-lg-5,
	.py-lg-5 {
		padding-top: 50px !important;
	}

	.pr-lg-5,
	.px-lg-5 {
		padding-right: 50px !important;
	}

	.pb-lg-5,
	.py-lg-5 {
		padding-bottom: 50px !important;
	}

	.pl-lg-5,
	.px-lg-5 {
		padding-left: 50px !important;
	}

	.m-lg-n1 {
		margin: -10px !important;
	}

	.mt-lg-n1,
	.my-lg-n1 {
		margin-top: -10px !important;
	}

	.mr-lg-n1,
	.mx-lg-n1 {
		margin-right: -10px !important;
	}

	.mb-lg-n1,
	.my-lg-n1 {
		margin-bottom: -10px !important;
	}

	.ml-lg-n1,
	.mx-lg-n1 {
		margin-left: -10px !important;
	}

	.m-lg-n2 {
		margin: -20px !important;
	}

	.mt-lg-n2,
	.my-lg-n2 {
		margin-top: -20px !important;
	}

	.mr-lg-n2,
	.mx-lg-n2 {
		margin-right: -20px !important;
	}

	.mb-lg-n2,
	.my-lg-n2 {
		margin-bottom: -20px !important;
	}

	.ml-lg-n2,
	.mx-lg-n2 {
		margin-left: -20px !important;
	}

	.m-lg-n3 {
		margin: -30px !important;
	}

	.mt-lg-n3,
	.my-lg-n3 {
		margin-top: -30px !important;
	}

	.mr-lg-n3,
	.mx-lg-n3 {
		margin-right: -30px !important;
	}

	.mb-lg-n3,
	.my-lg-n3 {
		margin-bottom: -30px !important;
	}

	.ml-lg-n3,
	.mx-lg-n3 {
		margin-left: -30px !important;
	}

	.m-lg-n4 {
		margin: -40px !important;
	}

	.mt-lg-n4,
	.my-lg-n4 {
		margin-top: -40px !important;
	}

	.mr-lg-n4,
	.mx-lg-n4 {
		margin-right: -40px !important;
	}

	.mb-lg-n4,
	.my-lg-n4 {
		margin-bottom: -40px !important;
	}

	.ml-lg-n4,
	.mx-lg-n4 {
		margin-left: -40px !important;
	}

	.m-lg-n5 {
		margin: -50px !important;
	}

	.mt-lg-n5,
	.my-lg-n5 {
		margin-top: -50px !important;
	}

	.mr-lg-n5,
	.mx-lg-n5 {
		margin-right: -50px !important;
	}

	.mb-lg-n5,
	.my-lg-n5 {
		margin-bottom: -50px !important;
	}

	.ml-lg-n5,
	.mx-lg-n5 {
		margin-left: -50px !important;
	}

	.m-lg-auto {
		margin: auto !important;
	}

	.mt-lg-auto,
	.my-lg-auto {
		margin-top: auto !important;
	}

	.mr-lg-auto,
	.mx-lg-auto {
		margin-right: auto !important;
	}

	.mb-lg-auto,
	.my-lg-auto {
		margin-bottom: auto !important;
	}

	.ml-lg-auto,
	.mx-lg-auto {
		margin-left: auto !important;
	}

	.modal-lg,
	.modal-xl {
		max-width: 900px;
	}

	.products-page .s-order__title,
	.docs .s-order__title {
		margin-bottom: 0;
	}

	.s-order__btn {
		margin-left: 50px;
	}

	.products-page .s-order .row--no-wrap .s-order__title,
	.docs .s-order .row--no-wrap .s-order__title {
		padding-right: 50px;
	}

	.products-page .s-order .row--no-wrap .s-order__btn,
	.docs .s-order .row--no-wrap .s-order__btn {
		margin-left: 0;
	}

	.products-page .s-order .row--no-wrap .btn,
	.docs .s-order .row--no-wrap .btn {
		margin-top: 20px;
	}
}

@media screen and (min-width: 992px) {
	.s-order {
		background-size: contain;
	}

	.s-order__content {
		max-width: 350px;
		margin-top: 96px;
	}

	.s-order__content p {
		margin-bottom: 45px;
	}

	.s-order--news {
		background-size: contain;
	}

	.carousel-text-top .item:before,
	.carousel-work .item:before {
		padding-top: 40%;
	}

	.carousel-text-top .item:before {
		padding-top: 50%;
	}

	.s-career h2 {
		font-size: 32px;
	}

	.s-career li {
		width: 20%;
	}

	.calc-banner__content {
		margin-top: 10px;
	}

	.main-form__btn button {
		font-size: 16px;
	}

	.header-bottom__inner {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.header-bottom__btns {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.header-bottom__top {
		margin-bottom: 40px;
	}

	.header-bottom--main .header-bottom__btns {
		margin-top: 20px;
	}

	.header-bottom--main .header-bottom__top {
		margin-bottom: 20px;
	}

	.header-bottom--about .page-description {
		margin-bottom: 0;
	}

	.header-bottom--about .countup {
		margin-top: -25px;
	}

	.header-bottom--about .countup__item {
		text-align: center;
	}

	.header-bottom--cart .header-bottom__title,
	.header-bottom--category .header-bottom__title {
		margin-bottom: 0;
	}

	.category-top__sort {
		margin-left: -105px;
	}

	.list__sale--item-text a {
		font-size: 24px;
	}

	.table-block__table {
		width: 100%;
	}

	.product-cat-page .category-top__sort {
		margin-left: -105px;
	}

	.s-top-content__breadcrumbs {
		padding-top: 140px;
	}

	.s-top-content__title {
		font-size: 48px;
		line-height: 1.333;
	}

	.s-top-content__number {
		font-size: 72px;
		line-height: 1.333;
	}

	.s-top-content__number span {
		font-size: 32px;
		line-height: 1.5;
	}

	.s-top-content__label {
		max-width: 330px;
		position: static;
	}

	.s-top-content__label--desktop {
		display: block;
	}

	.s-top-content__label--mobile {
		display: none;
	}

	.cart-label {
		padding: 6px 18px 24px 25px;
	}

	.cart-label__btn .btn {
		padding: 2px 24px;
		margin-right: 28px;
		min-width: auto;
	}

	.product__cost {
		margin-bottom: 56px;
	}

	.product-projects__text p {
		margin-bottom: 0;
	}

	.product-projects__btn {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.product-projects__btn .btn {
		margin-left: auto;
	}

	.product-cost__img {
		margin-bottom: 0;
	}

	.product-cost__item {
		margin-left: -25px;
	}

	.product-slider__row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		margin-left: -8px;
		margin-right: -8px;
	}

	.product-slider__list-wrapper {
		background-color: transparent;
		width: 25%;
		padding-left: 8px;
		padding-right: 8px;
		height: 100%;
	}

	.product-slider__slider {
		padding-bottom: 0;
		width: 75%;
		overflow: visible;
	}

	.product-slider__list:not(.show) {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.product-slider__link-collapse {
		display: none;
		padding: 0;
	}

	.product-slider .slick-dots {
		top: -126px;
		bottom: auto;
		right: 276px;
		left: auto;
	}

	.product-slider__slider-btn {
		top: -118px;
		bottom: auto;
	}

	.product-slide__img {
		height: 100%;
		min-height: 471px;
	}

	.product-slide__img .col .img-block {
		position: relative;
	}

	.product-slide__img .col:first-of-type .img-block {
		height: 100%;
		padding-right: 8px;
		padding-left: 8px;
	}

	.product-slide__img .col:first-of-type .img-block img {
		left: 8px;
	}

	.product-slide__img .col:nth-child(2) {
		padding-left: 0;
	}

	.product-slide__img-small {
		height: calc(50% - 8px);
	}

	.product-slide__img-small:nth-child(2) {
		margin-top: 5.5%;
	}

	.product-slide__img:before {
		padding-top: 0;
	}

	.product-slide__img img {
		width: calc(100% - 16px);
	}

	.product-slide__content {
		width: 66.66666667%;
		padding: 48px 40px;
	}

	.projects__item--title .projects__title {
		padding: 0 40px;
		font-size: 32px;
	}

	.projects__link {
		overflow: hidden;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		color: #fff;
	}

	.projects__link:hover {
		color: #fff;
	}

	.projects__content {
		padding: 30px;
		position: absolute;
		background-color: #f37021;
	}

	.projects__content--bottom {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-top: 15px;
	}

	.projects__title {
		font-size: 24px;
	}

	.projects__descr {
		margin-bottom: 10px;
	}

	.projects__descr-item {
		letter-spacing: 2px;
		color: rgba(255, 255, 255, 0.5);
		font-size: 12px;
		text-transform: uppercase;
	}

	.about-staff__item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.about-staff__icon {
		margin-bottom: 0;
	}

	.about-staff__item-text {
		margin-top: 0;
		margin-left: 35px;
	}

	.about-page .news-bottom-bunner .s-order.bg-orange .s-order__content {
		margin-top: 0;
		padding-top: 40px;
	}

	.single-news .banner-block__wrapper {
		padding-top: 95px;
		padding-bottom: 95px;
	}

	.cart-total {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.cart-total__btn {
		margin-left: 53px;
	}

	.compare__filter-text {
		display: block;
	}

	.calculator__btns {
		margin-bottom: 65px;
	}

	.calculator__table {
		width: 100%;
	}

	.modal--filter h5 {
		font-size: 56px;
	}

	.filter-icon {
		display: none;
	}

	.s-order {
		background-size: contain;
		background-position-x: right;
	}

	.s-order__content {
		max-width: 350px;
		margin-top: 96px;
	}

	.s-order__content p {
		margin-bottom: 45px;
	}

	.s-order--news {
		background-size: contain;
	}

	.s-order-new {
		-moz-background-size: contain;
		-o-background-size: contain;
		background-size: contain;
	}

	.products-page .s-order .btn {
		font-size: 16px;
	}

	.s-order-new--news {
		-moz-background-size: contain;
		-o-background-size: contain;
		background-size: contain;
	}
}

@media (min-width: 1200px) {
	.col-lg-12 {
		width: 100%;
	}

	.col-lg-11 {
		width: 91.66666667%;
	}

	.col-lg-10 {
		width: 83.33333333%;
	}

	.col-lg-9 {
		width: 75%;
	}

	.col-lg-8 {
		width: 66.66666667%;
	}

	.col-lg-7 {
		width: 58.33333333%;
	}

	.col-lg-6 {
		width: 50%;
	}

	.col-lg-5 {
		width: 41.66666667%;
	}

	.col-lg-4 {
		width: 33.33333333%;
	}

	.col-lg-3 {
		width: 25%;
	}

	.col-lg-2 {
		width: 16.66666667%;
	}

	.col-lg-1 {
		width: 8.33333333%;
	}

	.col-lg-pull-12 {
		right: 100%;
	}

	.col-lg-pull-11 {
		right: 91.66666667%;
	}

	.col-lg-pull-10 {
		right: 83.33333333%;
	}

	.col-lg-pull-9 {
		right: 75%;
	}

	.col-lg-pull-8 {
		right: 66.66666667%;
	}

	.col-lg-pull-7 {
		right: 58.33333333%;
	}

	.col-lg-pull-6 {
		right: 50%;
	}

	.col-lg-pull-5 {
		right: 41.66666667%;
	}

	.col-lg-pull-4 {
		right: 33.33333333%;
	}

	.col-lg-pull-3 {
		right: 25%;
	}

	.col-lg-pull-2 {
		right: 16.66666667%;
	}

	.col-lg-pull-1 {
		right: 8.33333333%;
	}

	.col-lg-pull-0 {
		right: auto;
	}

	.col-lg-push-12 {
		left: 100%;
	}

	.col-lg-push-11 {
		left: 91.66666667%;
	}

	.col-lg-push-10 {
		left: 83.33333333%;
	}

	.col-lg-push-9 {
		left: 75%;
	}

	.col-lg-push-8 {
		left: 66.66666667%;
	}

	.col-lg-push-7 {
		left: 58.33333333%;
	}

	.col-lg-push-6 {
		left: 50%;
	}

	.col-lg-push-5 {
		left: 41.66666667%;
	}

	.col-lg-push-4 {
		left: 33.33333333%;
	}

	.col-lg-push-3 {
		left: 25%;
	}

	.col-lg-push-2 {
		left: 16.66666667%;
	}

	.col-lg-push-1 {
		left: 8.33333333%;
	}

	.col-lg-push-0 {
		left: auto;
	}

	.col-lg-offset-12 {
		margin-left: 100%;
	}

	.col-lg-offset-11 {
		margin-left: 91.66666667%;
	}

	.col-lg-offset-10 {
		margin-left: 83.33333333%;
	}

	.col-lg-offset-9 {
		margin-left: 75%;
	}

	.col-lg-offset-8 {
		margin-left: 66.66666667%;
	}

	.col-lg-offset-7 {
		margin-left: 58.33333333%;
	}

	.col-lg-offset-6 {
		margin-left: 50%;
	}

	.col-lg-offset-5 {
		margin-left: 41.66666667%;
	}

	.col-lg-offset-4 {
		margin-left: 33.33333333%;
	}

	.col-lg-offset-3 {
		margin-left: 25%;
	}

	.col-lg-offset-2 {
		margin-left: 16.66666667%;
	}

	.col-lg-offset-1 {
		margin-left: 8.33333333%;
	}

	.col-lg-offset-0 {
		margin-left: 0;
	}

	.text-xl-left {
		text-align: left !important;
	}

	.text-xl-right {
		text-align: right !important;
	}

	.text-xl-center {
		text-align: center !important;
	}

	.d-xl-none {
		display: none !important;
	}

	.d-xl-inline {
		display: inline !important;
	}

	.d-xl-inline-block {
		display: inline-block !important;
	}

	.d-xl-block {
		display: block !important;
	}

	.d-xl-table {
		display: table !important;
	}

	.d-xl-table-row {
		display: table-row !important;
	}

	.d-xl-table-cell {
		display: table-cell !important;
	}

	.d-xl-flex {
		display: -ms-flexbox !important;
		display: -webkit-box !important;
		display: flex !important;
	}

	.d-xl-inline-flex {
		display: -ms-inline-flexbox !important;
		display: -webkit-inline-box !important;
		display: inline-flex !important;
	}

	.m-xl-0 {
		margin: 0 !important;
	}

	.mt-xl-0,
	.my-xl-0 {
		margin-top: 0 !important;
	}

	.mr-xl-0,
	.mx-xl-0 {
		margin-right: 0 !important;
	}

	.mb-xl-0,
	.my-xl-0 {
		margin-bottom: 0 !important;
	}

	.ml-xl-0,
	.mx-xl-0 {
		margin-left: 0 !important;
	}

	.m-xl-1 {
		margin: 10px !important;
	}

	.mt-xl-1,
	.my-xl-1 {
		margin-top: 10px !important;
	}

	.mr-xl-1,
	.mx-xl-1 {
		margin-right: 10px !important;
	}

	.mb-xl-1,
	.my-xl-1 {
		margin-bottom: 10px !important;
	}

	.ml-xl-1,
	.mx-xl-1 {
		margin-left: 10px !important;
	}

	.m-xl-2 {
		margin: 20px !important;
	}

	.mt-xl-2,
	.my-xl-2 {
		margin-top: 20px !important;
	}

	.mr-xl-2,
	.mx-xl-2 {
		margin-right: 20px !important;
	}

	.mb-xl-2,
	.my-xl-2 {
		margin-bottom: 20px !important;
	}

	.ml-xl-2,
	.mx-xl-2 {
		margin-left: 20px !important;
	}

	.m-xl-3 {
		margin: 30px !important;
	}

	.mt-xl-3,
	.my-xl-3 {
		margin-top: 30px !important;
	}

	.mr-xl-3,
	.mx-xl-3 {
		margin-right: 30px !important;
	}

	.mb-xl-3,
	.my-xl-3 {
		margin-bottom: 30px !important;
	}

	.ml-xl-3,
	.mx-xl-3 {
		margin-left: 30px !important;
	}

	.m-xl-4 {
		margin: 40px !important;
	}

	.mt-xl-4,
	.my-xl-4 {
		margin-top: 40px !important;
	}

	.mr-xl-4,
	.mx-xl-4 {
		margin-right: 40px !important;
	}

	.mb-xl-4,
	.my-xl-4 {
		margin-bottom: 40px !important;
	}

	.ml-xl-4,
	.mx-xl-4 {
		margin-left: 40px !important;
	}

	.m-xl-5 {
		margin: 50px !important;
	}

	.mt-xl-5,
	.my-xl-5 {
		margin-top: 50px !important;
	}

	.mr-xl-5,
	.mx-xl-5 {
		margin-right: 50px !important;
	}

	.mb-xl-5,
	.my-xl-5 {
		margin-bottom: 50px !important;
	}

	.ml-xl-5,
	.mx-xl-5 {
		margin-left: 50px !important;
	}

	.p-xl-0 {
		padding: 0 !important;
	}

	.pt-xl-0,
	.py-xl-0 {
		padding-top: 0 !important;
	}

	.pr-xl-0,
	.px-xl-0 {
		padding-right: 0 !important;
	}

	.pb-xl-0,
	.py-xl-0 {
		padding-bottom: 0 !important;
	}

	.pl-xl-0,
	.px-xl-0 {
		padding-left: 0 !important;
	}

	.p-xl-1 {
		padding: 10px !important;
	}

	.pt-xl-1,
	.py-xl-1 {
		padding-top: 10px !important;
	}

	.pr-xl-1,
	.px-xl-1 {
		padding-right: 10px !important;
	}

	.pb-xl-1,
	.py-xl-1 {
		padding-bottom: 10px !important;
	}

	.pl-xl-1,
	.px-xl-1 {
		padding-left: 10px !important;
	}

	.p-xl-2 {
		padding: 20px !important;
	}

	.pt-xl-2,
	.py-xl-2 {
		padding-top: 20px !important;
	}

	.pr-xl-2,
	.px-xl-2 {
		padding-right: 20px !important;
	}

	.pb-xl-2,
	.py-xl-2 {
		padding-bottom: 20px !important;
	}

	.pl-xl-2,
	.px-xl-2 {
		padding-left: 20px !important;
	}

	.p-xl-3 {
		padding: 30px !important;
	}

	.pt-xl-3,
	.py-xl-3 {
		padding-top: 30px !important;
	}

	.pr-xl-3,
	.px-xl-3 {
		padding-right: 30px !important;
	}

	.pb-xl-3,
	.py-xl-3 {
		padding-bottom: 30px !important;
	}

	.pl-xl-3,
	.px-xl-3 {
		padding-left: 30px !important;
	}

	.p-xl-4 {
		padding: 40px !important;
	}

	.pt-xl-4,
	.py-xl-4 {
		padding-top: 40px !important;
	}

	.pr-xl-4,
	.px-xl-4 {
		padding-right: 40px !important;
	}

	.pb-xl-4,
	.py-xl-4 {
		padding-bottom: 40px !important;
	}

	.pl-xl-4,
	.px-xl-4 {
		padding-left: 40px !important;
	}

	.p-xl-5 {
		padding: 50px !important;
	}

	.pt-xl-5,
	.py-xl-5 {
		padding-top: 50px !important;
	}

	.pr-xl-5,
	.px-xl-5 {
		padding-right: 50px !important;
	}

	.pb-xl-5,
	.py-xl-5 {
		padding-bottom: 50px !important;
	}

	.pl-xl-5,
	.px-xl-5 {
		padding-left: 50px !important;
	}

	.m-xl-n1 {
		margin: -10px !important;
	}

	.mt-xl-n1,
	.my-xl-n1 {
		margin-top: -10px !important;
	}

	.mr-xl-n1,
	.mx-xl-n1 {
		margin-right: -10px !important;
	}

	.mb-xl-n1,
	.my-xl-n1 {
		margin-bottom: -10px !important;
	}

	.ml-xl-n1,
	.mx-xl-n1 {
		margin-left: -10px !important;
	}

	.m-xl-n2 {
		margin: -20px !important;
	}

	.mt-xl-n2,
	.my-xl-n2 {
		margin-top: -20px !important;
	}

	.mr-xl-n2,
	.mx-xl-n2 {
		margin-right: -20px !important;
	}

	.mb-xl-n2,
	.my-xl-n2 {
		margin-bottom: -20px !important;
	}

	.ml-xl-n2,
	.mx-xl-n2 {
		margin-left: -20px !important;
	}

	.m-xl-n3 {
		margin: -30px !important;
	}

	.mt-xl-n3,
	.my-xl-n3 {
		margin-top: -30px !important;
	}

	.mr-xl-n3,
	.mx-xl-n3 {
		margin-right: -30px !important;
	}

	.mb-xl-n3,
	.my-xl-n3 {
		margin-bottom: -30px !important;
	}

	.ml-xl-n3,
	.mx-xl-n3 {
		margin-left: -30px !important;
	}

	.m-xl-n4 {
		margin: -40px !important;
	}

	.mt-xl-n4,
	.my-xl-n4 {
		margin-top: -40px !important;
	}

	.mr-xl-n4,
	.mx-xl-n4 {
		margin-right: -40px !important;
	}

	.mb-xl-n4,
	.my-xl-n4 {
		margin-bottom: -40px !important;
	}

	.ml-xl-n4,
	.mx-xl-n4 {
		margin-left: -40px !important;
	}

	.m-xl-n5 {
		margin: -50px !important;
	}

	.mt-xl-n5,
	.my-xl-n5 {
		margin-top: -50px !important;
	}

	.mr-xl-n5,
	.mx-xl-n5 {
		margin-right: -50px !important;
	}

	.mb-xl-n5,
	.my-xl-n5 {
		margin-bottom: -50px !important;
	}

	.ml-xl-n5,
	.mx-xl-n5 {
		margin-left: -50px !important;
	}

	.m-xl-auto {
		margin: auto !important;
	}

	.mt-xl-auto,
	.my-xl-auto {
		margin-top: auto !important;
	}

	.mr-xl-auto,
	.mx-xl-auto {
		margin-right: auto !important;
	}

	.mb-xl-auto,
	.my-xl-auto {
		margin-bottom: auto !important;
	}

	.ml-xl-auto,
	.mx-xl-auto {
		margin-left: auto !important;
	}

	.header-nav-list > li:hover,
	.header-nav-list > li:hover .submenu-link:visited {
		color: #f37021;
	}

	.header-nav-list > li:hover .header-submenu-wrapper {
		opacity: 1;
		visibility: visible;
		z-index: 1000;
	}

	.header-nav-list > li:hover .header-submenu-wrapper .block-title {
		color: #000;
	}

	.modal-xl {
		max-width: 100%;
	}
}

@media screen and (min-width: 1200px) {
	.s-order {
		padding: 6px 112px 26px;
	}

	.products-page .container--np .s-order.bg-orange,
	.docs .container--np .s-order.bg-orange {
		padding: 64px 123px 64px 123px;
	}

	.s-order__title {
		font-size: 48px;
		margin-bottom: 50px;
	}

	.products-list__item-banner .btn {
		font-size: 16px;
	}
}

@media screen and (min-width: 1200px) {
	.header-bottom__title {
		margin-bottom: 0;
		font-size: 72px;
	}

	.header-bottom--contacts {
		margin-top: 60px;
		margin-bottom: 40px;
	}

	.header-bottom--main .header-bottom__top {
		margin-bottom: 52px;
	}

	.header-bottom--about .countup__number {
		font-size: 72px;
		line-height: 1.333;
	}

	.header-bottom--category {
		margin-top: 20px;
		margin-bottom: 64px;
	}

	.header-bottom--request .header-bottom__title {
		font-size: 72px;
		line-height: 1.333;
		margin-bottom: 40px;
	}

	.category-top__sort {
		margin-left: 300px;
	}

	.module__price {
		border: 1px solid #e7e7e7;
	}

	.module__price .row-toggle {
		padding-left: 25px;
		padding-right: 25px;
	}

	.module__price .row-toggle:last-child {
		border-bottom: none;
	}

	.block__toggle {
		padding-bottom: 25px;
	}

	.block__download,
	.list__download {
		padding-left: 90px;
	}

	.products-list__item--last .products-list__item-banner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	.products-list__item--last .products-list__item-banner h3 {
		margin-bottom: 20px;
		width: auto;
		font-size: 20px;
	}

	.products-page .products-list__item--last .products-list__item-banner h3 {
		margin-top: 0;
		margin-bottom: 25px;
	}

	.products-list__item--last .products-list__item-btn {
		width: auto;
		display: block;
		font-size: 16px;
	}

	.products-list__item--last .products-list__item-link {
		position: relative;
	}

	.products-list__item--last .products-list__item-link:before {
		display: block;
	}

	.product-cat-page .category-top__sort {
		margin-left: 300px;
	}

	.about-staff__text {
		margin-bottom: 0;
	}

	.about-page .news-bottom-bunner .s-order.bg-orange {
		padding: 6px 112px 26px;
		background-size: contain;
		background-position: right;
		margin-bottom: 56px;
	}

	.jobs-page-single .sidebar__right {
		margin-right: -32px;
		margin-top: -115px;
	}

	.jobs-page-single .sidebar__right .form__vocation {
		padding-left: 64px;
		padding-right: 64px;
	}

	.calc-banner__title {
		font-size: 48px;
		line-height: 64px;
		max-width: 350px;
		margin-bottom: 0;
	}

	.calc-banner {
		padding: 75px 110px 56px 114px;
	}

	.calc-banner__content {
		margin-top: 27px;
		max-width: 300px;
	}

	.calc-banner__text {
		padding-top: 10px;
	}

	.calc-banner__btn .btn {
		margin-top: 30px;
		font-size: 16px;
		min-width: 180px;
	}

	.s-order-new__title {
		font-size: 48px;
		line-height: 64px;
	}

	.products-page .s-order .btn {
		max-height: 50px;
		margin-top: 8px;
	}

	.products-page .s-order__title,
	.docs .s-order__title {
		line-height: 64px;
	}


	.products-page .s-order__content {
		margin-top: 30px;
		max-width: 290px;
	}

	.products-page .s-order__content p {
		margin-top: 0;
		margin-bottom: 25px;
		padding-left: 10px;
	}

	.s-order__content ul {
		margin-bottom: 0;
	}

	.s-order__content li,
	.products-page .s-order__content li {
		margin-bottom: 8px;
		margin-left: -25px;
	}

	.products-page .s-order__content li:last-child {
		margin-bottom: 0;
	}

	.s-order {
		padding: 6px 112px 26px;
	}

	.calculator__form-container-xl {
		width: 100%;
		max-width: 1390px;
		padding-right: 15px;
		padding-left: 15px;
		margin-right: auto;
		margin-left: auto;
	}

	.s-order.bg-orange {
		margin-bottom: 80px;
	}

	.s-order__title {
		font-size: 48px;
		margin-bottom: 50px;
	}

	.products-page .main-form {
		margin-bottom: 80px;
	}
}

@media screen and (min-width: 1350px) {
	.products-page .s-order__title--narrow {
		max-width: 90% !important;
	}

	.calc-banner__content {
		margin-top: 15px;
		max-width: 300px;
	}

	.increment--category .increment__quantity {
		width: 33px;
	}

	.block__slider-snap2 {
		padding-right: 30px;
	}

	.category__top {
		margin-bottom: 40px;
	}

	.category__list {
		margin-bottom: 64px;
	}

	.category__pagination {
		margin-bottom: 120px;
	}

	.category-top__sort {
		margin-left: 0;
	}

	.category-top__filter-list {
		display: block;
	}

	.filter__title {
		font-size: 16px;
		line-height: 1.5;
	}

	.filter__link,
	.filter__readmore {
		display: inline-block;
		margin-bottom: 16px;
	}

	.block__vocation--detail-list ol,
	.block__vocation--detail-list ul {
		margin-left: -20px;
	}

	.list__calc--item,
	.list__sale--item {
		margin-bottom: 80px;
	}

	.countup__number {
		font-size: 70px;
		padding-bottom: 4px;
	}

	.countup__number + em {
		font-size: 30px;
	}

	.countup__text {
		font-size: 16px;
	}

	.countup--plus .countup__number + em {
		font-size: 60px;
	}

	.list__vacation .item {
		padding: 34px 40px 15px;
	}

	.list__vacation .item h3 {
		margin-bottom: 24px;
	}

	.videoPoster {
		width: 105px;
		height: 105px;
	}

	.s-video__slider {
		margin-bottom: 50px;
	}

	.slider__video {
		width: calc(100% - 370px);
	}

	.slider__video--tabs .slick-list,
	.slider__video--tabs .slick-track {
		height: 100% !important;
	}

	.slider__video--tabs .slick-slide {
		height: 33.33333333%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		margin-top: -1px;
	}

	.slider__video--tabs {
		width: 370px;
		height: 100%;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		right: 0;
		z-index: 2;
	}

	.quiz-controls {
		margin-bottom: 65px;
	}


	.s-top-content__breadcrumbs {
		padding-top: 0;
	}

	.s-top-content__title {
		margin-bottom: 48px;
	}

	.s-top-content__number {
		margin-bottom: 0;
	}

	.s-top-content__btns {
		margin-bottom: 78px;
	}

	.product__descr {
		margin-top: 96px;
		margin-bottom: 92px;
	}

	.product__projects {
		margin-bottom: 100px;
	}

	.product__table {
		margin-bottom: 102px;
	}

	.product-advantages,
	.product-projects__descr,
	.product__list {
		margin-bottom: 48px;
	}

	.product-advantages__title {
		margin-bottom: 66px;
	}

	.product-cost__title {
		margin-bottom: 62px;
	}

	.product-cost__title br {
		display: none;
	}

	.product-specification__link {
		padding: 22px;
	}

	.product-list__item {
		margin-bottom: 80px;
	}

	.product-list__subtitle {
		font-size: 24px;
	}

	.product-list--profile .product-list__subtitle {
		font-size: 24px;
		line-height: 1.666;
	}

	.product-slider {
		padding-top: 60px;
		padding-bottom: 48px;
	}

	.product-list--profile {
		padding-top: 48px;
	}

	.product-slider__title {
		margin-bottom: 62px;
	}

	.product-slider__list.collapsing .product-slider__item,
	.product-slider__list.show .product-slider__item {
		width: 100%;
	}

	.product-slider__item.is-active,
	.product-slider__item:hover {
		background-color: #f37021;
		color: #fff;
		border-bottom: 2px solid #f37021;
		z-index: 1;
	}

	.about__top {
		margin-bottom: 58px;
	}

	.about__video {
		margin-bottom: 90px;
	}

	.about__descr {
		margin-bottom: 85px;
	}

	.about__staff {
		margin-bottom: 46px;
	}

	.about-menu {
		display: none;
	}

	.about-descr {
		padding-top: 54px;
	}

	.about-list__item {
		margin-bottom: 50px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.about-list__icon {
		margin-right: 35px;
	}

	.about-map__text {
		position: absolute;
		left: 115px;
		z-index: 1;
	}

	.about-map__btn {
		top: -15px;
		left: 465px;
	}

	.about-history {
		padding: 54px 40px 50px;
	}

	.about-history__title {
		margin-bottom: 80px;
	}

	.about-history__top {
		margin-bottom: 95px;
	}

	.about-history__top-slide i {
		left: 8px;
	}

	.about-history__top-btn {
		bottom: 30px;
	}

	.about-staff__countup .countup__number {
		font-size: 72px;
	}

	.about-page .history-slide__img {
		margin-bottom: 25px;
	}

	.about-page .history-slide__img:before {
		padding-top: 65%;
	}

	.single-news .quote-block {
		padding-top: 74px;
	}

	.single-news .quote-block:before {
		width: 100%;
		top: 20px;
	}

	.single-news .quote-block__icon {
		position: absolute;
		left: -115px;
		top: -2px;
	}

	.single-news .table-block__title {
		max-width: 672px;
	}

	.single-news .more-news {
		margin-bottom: 120px;
	}

	.news-content {
		margin-top: 76px;
	}

	.news-content__author {
		margin-bottom: 74px;
	}

	.s-top-no-slider .s-top-content {
		padding-top: 6px;
		padding-bottom: 70px;
	}

	.cart__top {
		display: block;
	}

	.request-form {
		margin-bottom: 80px;
	}

	.request-form .form-group-delivery .form-control {
		margin-bottom: 15px;
	}

	.compare {
		margin-bottom: 85px;
	}

	.compare__first {
		width: 230px;
		max-width: 100%;
		padding-top: 15px;
		padding-bottom: 14px;
	}

	.compare__first span {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.compare__slider--top {
		width: calc(100% - 230px);
	}

	.compare__slider--bottom {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.compare__slider-bottom {
		width: calc(100% - 230px);
		margin-left: auto;
	}

	.compare__item {
		padding-bottom: 0;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.compare__filter {
		width: calc(100% - 230px);
		margin-left: auto;
	}

	.calculator__slide .main-form {
		margin-bottom: 40px;
	}

	.calculator__item {
		margin-bottom: 32px;
	}

	.calculator__field,
	.calculator__item:last-child {
		margin-bottom: 0;
	}

	.calculator__link--right {
		position: absolute;
		width: 100%;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		margin-top: 0;
		left: calc(100% + 20px);
	}

	.calculator__table {
		margin-bottom: 0;
	}

	.tippy-box[data-theme~=custom-white] .tippy-content .btn {
		margin-right: 50px;
	}

	.s-order-new {
		padding: 65px 115px 63px;
	}

	.s-order-new__content {
		max-width: 350px;
	}
}

@media (max-width: 1350px) {
	.cart-filter-item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

@media (max-width: 1349px) {
	.header-nav .row {
		flex-direction: row-reverse;
	}
	.product-page .header-nav .row,
	.project-page .header-nav .row,
	.single-news .header-nav .row {
		flex-direction: row;
	}

	.header.page-header .header-lang-switcher {
		padding-top: 20px;
	}

	.header.page-header .header-lang-switcher * {
		color: #000;
	}

	.header.page-header .header-nav {
		top: 86%;
	}

	.header.page-header .header-nav-list > li > a {
		color: #000;
	}

	.menu-open {
		overflow: hidden;
	}

	.menu-open .header-nav {
		visibility: visible;
		opacity: 1;
	}

	.menu-open .header-nav-col {
		border-bottom-color: transparent;
	}

	.header {
		padding: 12px 0;
		z-index: 5;
	}

	.header-submenu--small {
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.header-phone {
		margin-left: auto;
	}

	.header-nav {
		position: absolute;
		top: 95%;
		left: 0;
		right: 0;
		background-color: #fff;
		width: 100%;
		height: auto;
		overflow-x: auto;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: opacity 0.3s;
		-o-transition: opacity 0.3s;
		transition: opacity 0.3s;
		z-index: -1;
		padding: 0 32px;
	}

	.header-nav .header-lang-switcher {
		font-size: 12px;
		padding-left: 0;
		margin-bottom: 18px;
	}

	.header-nav-list {
		padding-bottom: 14%;
		margin-top: 16px;
	}

	.header-nav-list > li {
		border-top: 2px solid rgba(0, 0, 0, 0.1);
	}

	.header-nav-list > li {
		padding-bottom: 0;
	}

	.header-submenu-wrapper .header-submenu-bottom,
	.header-submenu-wrapper.header-submenu--small .header-submenu-list {
		padding: 0 0 30px 0;
	}

	.header-nav-list > li:last-of-type {
		border-bottom: 2px solid rgba(0, 0, 0, 0.1);
	}

	.header-nav-list > li + li {
		margin-left: 0;
	}

	.header-nav-list > li > a {
		position: relative;
		font-size: 24px;
		padding-right: 55px;
	}

	.header-nav-list > li > a .submenu-toggle {
		position: absolute;
		top: 50%;
		right: 0;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		border-radius: 50%;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		background-color: #f3f3f3;
		width: 48px;
		height: 48px;
	}

	.header-nav-list > li > .menu-mobile__title {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0;
		padding: 30px 0;
		font-size: 24px;
		font-family: "noto-sans-med";
		min-height: 112px;
	}

	.header-nav-list > li > .menu-mobile__title a:active {
		color: #f37021;
		background-color: transparent;
		-webkit-tap-highlight-color: transparent !important;
	}

	.header-nav-list > li > .menu-mobile__title .submenu-toggle {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		border-radius: 50%;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		background-color: #f3f3f3;
		width: 48px;
		height: 48px;
	}

	.header-nav-list > li > a .submenu-toggle .icon,
	.header-nav-list > li > .menu-mobile__title .submenu-toggle .icon {
		-webkit-transition: -webkit-transform 0.2s;
		transition: transform 0.2s;
		-o-transition: transform 0.2s;
		transition: transform 0.2s, -webkit-transform 0.2s;
	}

	.header-nav-col {
		padding-bottom: 20px;
	}

	.header-info-line {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: calc(100% - 156px);
	}

	.header-submenu-top {
		padding-top: 0;
		padding-bottom: 0;
	}

	.header-submenu-top:before {
		display: none;
		content: "";
	}

	.header-submenu-wrapper {
		position: static;
		opacity: 1;
		padding: 0;
		margin: 0;
		max-height: 0;
		-webkit-transition: 0.3s ease-in;
		-o-transition: 0.3s ease-in;
		transition: 0.3s ease-in;
	}

	.header-submenu-wrapper .col {
		width: 50%;
		margin-bottom: 32px;
	}

	.header-submenu-bottom {
		padding-right: 20px;
		padding-left: 20px;
	}

	.header-lang-switcher .header-switcher {
		top: 100%;
		left: -10px;
	}

	.header .burger {
		display: inline-block;
		position: relative;
		top: -4px;
		z-index: 1;
		width: 20px;
		border: none;
		padding: 0;
		line-height: 30px;
		background: 0 0;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		margin-left: 23px;
		cursor: pointer;
	}

	.header .burger > span {
		display: inline-block;
		position: relative;
		width: 100%;
		height: 2px;
		vertical-align: middle;
		font-size: 0;
		color: transparent;
		background: #000;
		-webkit-transition: background 0.2s 0.2s;
		-o-transition: background 0.2s 0.2s;
		transition: background 0.2s 0.2s;
		border-radius: 1px;
	}

	.header .burger > span:after,
	.header .burger > span:before {
		content: "";
		position: absolute;
		border-radius: 1px;
		left: 0;
		width: 100%;
		height: 2px;
		background: #000;
		-webkit-transform-origin: 50% 50%;
		-ms-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
		-webkit-transition: top 0.2s 0.2s, -webkit-transform 0.2s;
		transition: top 0.2s 0.2s, transform 0.2s, -webkit-transform 0.2s;
		-o-transition: top 0.2s 0.2s, transform 0.2s;
	}

	.header .burger > span:before {
		top: -6px;
	}

	.header .burger > span:after {
		top: 6px;
	}

	.header .burger--close > span {
		-webkit-transition: background 0.2s;
		-o-transition: background 0.2s;
		transition: background 0.2s;
		background: 0 0;
	}

	.header .burger--close > span:after,
	.header .burger--close > span:before {
		top: 0;
		-webkit-transition: top 0.2s, -webkit-transform 0.2s 0.2s;
		transition: top 0.2s, transform 0.2s 0.2s, -webkit-transform 0.2s 0.2s;
		-o-transition: top 0.2s, transform 0.2s 0.2s;
	}

	.header .burger--close > span:before {
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
	}

	.header .burger--close > span:after {
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
	}

	.header .open .submenu-toggle .icon {
		-webkit-transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
		transform: rotate(-180deg);
	}

	.header .open ~ .header-submenu-wrapper {
		visibility: visible;
		max-height: 9999px;
	}
}

@media (max-width: 1199px) {

	.jobs-page .main-title .block-title {
		font-size: 48px;
		margin-top: 15px;
	}

	.jobs-page .header-bottom__title {
		margin: 26px 0 35px;
	}

	.jobs-page .page-description {
		font-size: 14px;
		line-height: 1.75;
		margin-bottom: 56px;
	}

	.jobs-page .header-bottom--jobs .header-bottom__btns .btn {
		width: 100%;
		max-width: 283px;
	}

	.jobs-page .countup__list {
		margin: 38px 0 5px;
	}

	.jobs-page .countup__item {
		margin: 40px 0 35px;
	}

	.jobs-page .countup__number {
		padding-bottom: 5px;
	}

	.jobs-page .list__vacation:not(.list__vocation-single) {
		margin: 46px -32px 0;
	}

	.jobs-page .list__vacation:not(.list__vocation-single) .item {
		padding: 32px 32px 26px;
	}

	.jobs-page .main-form {
		padding: 24px 34px 85px;
		margin: 52px -32px 0;
	}

	.jobs-page .main-form__title {
		margin-bottom: 40px;
	}

	.jobs-page .main-form__col {
		margin-top: 56px;
	}

	.jobs-page .main-form__btn button {
		max-width: 184px;
	}

	.jobs-page .block__tabs-content {
		margin-top: 74px;
	}

	.jobs-page .block__tabs--items {
		margin: 18px 0 102px;
	}

	.jobs-page .block__vocation--detail-list p {
		max-width: 550px;
	}

	.jobs-page .block__vocation--mobile .form__vocation {
		padding: 50px 32px 32px;
		margin-bottom: 68px;
	}

	.jobs-page .block__vocation--mobile .form__vocation .col {
		margin: 0;
	}

	.jobs-page .block__vocation--mobile .form__vocation .form-group {
		margin-top: 28px;
	}

	.jobs-page .block__vocation--mobile .form__vocation .field-file {
		margin-top: 35px;
	}

	.jobs-page .block__vocation--mobile .form__vocation .main-form__btn {
		margin-top: 36px;
	}

	.jobs-page .block__vocation--mobile .form__vocation .main-form__btn .btn {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.jobs-page .block__vocation--mobile .form__vocation .main-form__btn .row-check {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		margin-left: 48px;
	}

	.jobs-page .block-carousel-wrapper .carousel-text-top .item:before,
	.jobs-page .block-carousel-wrapper .carousel-work .item:before {
		padding-top: 46.5%;
	}

	.jobs-page .blue-form-job-single {
		padding-top: 82px;
		padding-right: 32px;
		padding-left: 32px;
		margin-right: -32px;
		margin-left: -32px;
	}

	.jobs-page .blue-form-job-single .block-title {
		max-width: 600px;
	}

	.jobs-page .blue-form-job-single .blue-form-text {
		margin-bottom: 56px;
	}

	.products-page .header-bottom__title {
		margin: 26px 0 52px;
	}

	.products-page .products-list {
		margin: 40px 0 0;
	}

	.products-page .products-list-wrapper {
		margin-right: -32px;
		margin-left: -32px;
	}

	.products-page .products-list-wrapper .products-list__item-banner {
		padding: 60px 32px 64px;
	}

	.products-page .products-list-wrapper .products-list__item-banner h3 {
		width: 63%;
	}

	.products-page .products-list-wrapper .products-list__item-btn {
		width: 35%;
	}

	.products-page .products-list__item-text {
		margin-top: 20px;
	}

	.products-page .products-list__item {
		margin: 34px 0 50px;
	}

	.products-page .products-list__item--last {
		margin-bottom: 40px;
	}

	.products-page .calc-banner-wrapper {
		margin: 40px -32px 42px;
	}

	.products-page .s-order,
	.docs .s-order {
		padding: 44px 34px 75px;
		margin: 0 -32px;
	}

	.products-page .s-order__title {
		max-width: 360px;
	}

	.products-page .s-order__content {
		margin-top: 12px;
	}

	.products-page .s-order__content p {
		padding-left: 26px;
		margin-bottom: 22px;
	}

	.products-page .s-order__content ul {
		margin-left: 0;
	}

	.products-page .s-order__content li {
		max-width: 340px;
	}

	.products-page .s-sale {
		margin: 70px 0 35px;
	}

	.products-page .s-sale .block-title {
		font-size: 48px;
		margin-bottom: 48px;
	}

	.products-page .s-sale .list__sale--item-img {
		margin-bottom: 18px;
	}

	.products-page .s-sale .list__sale--item-img:before {
		padding-top: 63%;
	}

	.products-page .s-sale .list__sale--item-text {
		line-height: 1.7;
	}

	.products-page .main-form {
		margin: 0 -32px;
	}

	.products-page .main-form .form-group.form-group-file {
		margin-top: 0;
		margin-bottom: 42px;
	}

	.product-page .s-top-no-slider .s-top-content {
		padding-top: 20px;
		padding-bottom: 32px;
	}

	.product-page .s-top-content__title {
		max-width: 695px;
		font-size: 48px;
		line-height: 1.4;
	}

	.product-page .s-top-content__number {
		font-size: 72px;
		margin-bottom: 38px;
	}

	.product-page .s-top-content__number span {
		font-size: 32px;
	}

	.product-page .s-top-content__btns {
		margin-bottom: 44px;
	}

	.product-page .about-menu {
		padding-top: 15px;
		padding-bottom: 18px;
	}

	.product-page .about-menu__list {
		padding: 0 8px;
	}

	.product-page .product__descr p {
		max-width: 530px;
	}

	.product-page .product__descr .col:nth-child(2) p {
		margin-top: 0;
	}

	.product-page .product__projects .block-title {
		font-size: 48px;
		line-height: 1.35;
	}

	.product-page .product-projects__text {
		max-width: 380px;
	}

	.product-page .product-advantages {
		margin-bottom: 16px;
	}

	.product-page .product-cost__title {
		max-width: 400px;
		margin-top: 18px;
		margin-bottom: 36px;
	}

	.product-page .product-cost__img,
	.product-page .product__table {
		margin-bottom: 80px;
	}

	.product-page .product-list {
		margin-bottom: 30px;
	}

	.product-page .product-list--mb-none {
		margin-bottom: 0;
	}

	.product-page .product-list__item {
		margin-bottom: 55px;
	}

	.product-page .product-list__img {
		margin-bottom: 20px;
	}

	.product-page .product-list__img:before {
		padding-top: 62%;
	}

	.product-page .product-list__subtitle {
		line-height: 1.65;
	}

	.product-page .product-list.product-list--profile {
		margin-bottom: 2px;
	}

	.product-page .product__list.product__list--bg {
		margin-bottom: 88px;
	}

	.product-page .product-advantages__title {
		max-width: 500px;
		margin-top: 10px;
	}

	.product-page .product-slider {
		padding-top: 40px;
		padding-bottom: 95px;
	}

	.product-page .product-slider .container {
		padding-right: 32px;
	}

	.product-page .product-slider__row {
		margin: 0 -32px;
	}

	.product-page .projects {
		margin-bottom: 70px;
	}

	.product-page .projects--product .projects__img:before {
		padding-top: 62%;
	}

	.product-list--video .product-list__img:before {
		padding-top: 56.25%;
	}

	.product-page .projects__content {
		padding-top: 2px;
	}

	.product-page .projects__title {
		line-height: 1.8;
		margin-bottom: 6px;
	}

	.product-page .about-staff__item-text {
		padding-right: 15px;
	}

	.product-page .about-staff__item-text br {
		display: none;
	}

	.product-page .table-block__table thead td,
	.product-page .table-block__table thead th {
		padding: 6px 13px;
	}

	.product-page .table-block__switch td {
		padding-top: 22px;
		padding-bottom: 22px;
	}

	.product-page .mCSB_scrollTools.mCSB_scrollTools_horizontal {
		height: 9px;
	}

	.product-page .block__download-title,
	.product-page .list__download-title {
		max-width: none;
	}

	.product-page .block__download a,
	.product-page .list__download a {
		margin-bottom: 48px;
	}

	.product-page .main-form {
		padding: 47px 32px 88px;
		margin-right: -32px;
		margin-bottom: 78px;
		margin-left: -32px;
	}

	.product-page .main-form__form {
		padding-top: 36px;
	}

	.about-page .header-bottom__inner .block-title {
		font-size: 56px;
		margin: 30px 0;
	}

	.about-page .header-bottom--about .page-description {
		max-width: 560px;
		margin-bottom: 32px;
	}

	.about-page .countup__number {
		margin-bottom: 10px;
	}

	.about-page .about-menu {
		padding-top: 18px;
		padding-bottom: 16px;
	}

	.about-page .about__top {
		margin-bottom: 4px;
	}

	.about-page .about__video {
		margin-bottom: 72px;
	}

	.about-page .about__video .container {
		padding: 0;
	}

	.about-page .about__descr {
		margin-bottom: 70px;
	}

	.about-page .about-map {
		margin-bottom: 0;
	}

	.about-page .about__history {
		padding-right: 32px;
		padding-left: 32px;
		margin-top: 62px;
	}

	.about-page .about__history .block-title {
		font-size: 48px;
		margin: 8px 0 64px;
	}

	.about-page .about-staff {
		margin-top: 80px;
	}

	.about-page .about-staff .block-title {
		font-size: 48px;
		margin-bottom: 26px;
	}

	.about-page .about-staff__top {
		margin-bottom: 24px;
	}

	.about-page .about-staff__subtitle {
		margin-top: 25px;
		margin-bottom: 60px;
	}

	.about-page .about-staff__icon {
		margin-bottom: 8px;
	}

	.about-page .about-staff__item-text {
		line-height: 1.8;
		padding-left: 5px;
	}

	.about-page .video_wrapper--about:before {
		padding-top: 56%;
	}

	.about-page .history-slide__img:before {
		padding-top: 63%;
	}

	.about-page .history-slide__text {
		line-height: 1.8;
	}

	.about-page .blue-form {
		padding: 62px 32px 40px;
		margin: 0 -32px;
	}

	.about-page .blue-form-text {
		max-width: 420px;
	}

	.about-page .blue-form > .row > .col-md-5:nth-child(2) {
		margin-bottom: 0;
	}

	.about-page .blue-form .col {
		margin: 20px 0 28px;
	}

	.about-page .news-bottom-bunner {
		margin-left: -32px;
		margin-right: -32px;
	}


	.single-news .s-top-no-slider .bg-items {
		min-height: 680px;
	}

	.single-news .s-top-no-slider .page__tooltip {
		margin-top: 20px;
		margin-left: auto;
	}

	.single-news .s-top-no-slider .s-top-content {
		padding-top: 70px;
	}

	.single-news .s-top-no-slider .s-top-content .block-title {
		max-width: 90%;
	}

	.single-news .quiz {
		padding: 0 32px;
		margin: 0 -32px;
	}

	.single-news .social-block__wrapper {
		max-width: none;
	}

	.single-news .main-form {
		padding: 47px 32px 88px;
		margin: 0 -32px;
	}

	.single-news .main-form__title {
		margin-bottom: 40px;
		max-width: 400px;
	}

	/*.single-news .main-form__text {
  	max-width: 260px
  }*/

	.single-news .main-form__form {
		margin-top: 56px;
	}

	.single-news .main-form__btn {
		margin-top: 40px;
	}

	.single-news .more-news__title {
		margin-top: 60px;
		margin-bottom: 34px;
	}

	.single-news .news-item__title {
		font-size: 18px;
	}

	.single-news .s-order {
		padding: 15px 30px 82px;
	}

	.single-news .s-order--single {
		margin: 0 -32px;
	}

	.single-news .s-order__title {
		font-size: 48px;
	}

	.single-news .s-order__content {
		margin-top: 8px;
	}

	.form-page .header-bottom__prev {
		margin-top: 7px;
	}

	.form-page .header-bottom__title {
		margin-bottom: 36px;
	}

	.form-page .block__tabs--items {
		margin-top: 22px;
	}

	.comparison-page .compare__first {
		max-width: 340px;
	}

	.calc-page .block-title {
		font-size: 48px;
		margin-top: 18px;
		margin-bottom: 18px;
	}

	.calc-page .page-description {
		max-width: 450px;
	}

	.calc-page .calculator {
		padding-top: 34px;
	}

	.calc-page .calculator__field {
		margin-bottom: 22px;
	}

	.calc-page .calculator__slide {
		padding-right: 32px;
		padding-left: 32px;
		padding-bottom: 48px;
	}

	.calc-page .calculator__slide:not(.calculator__slide--last) {
		padding-top: 50px;
	}

	.calc-page .calculator__btns {
		margin-top: 14px;
	}

	.calc-page .main-form {
		padding: 80px 34px 76px;
		margin-right: -32px;
		margin-left: -32px;
	}

	.footer-nav-list {
		margin: 18px 0 33px;
	}

	.footer-nav-list li + li {
		margin-top: 11px;
	}

	.footer-top {
		padding: 80px 0 38px;
	}

	.footer-socials {
		margin-top: 46px;
	}

	.footer-center {
		padding: 48px 0 8px;
	}

	.footer-bottom .col {
		margin: 12px 0;
	}

	.modal-filter-job .modal-body {
		padding: 22px 34px;
	}

	.modal-filter-job h5 {
		font-size: 54px;
		padding-top: 0;
		margin: 32px 0 15px;
	}

	.modal-filter-job .list__select-radio li {
		margin: 20px 0;
	}

	.modal-filter-job .label.fz16 {
		font-size: 16px;
		font-weight: 500;
	}

	.modal-filter-job .block__slider-snap2 {
		margin-bottom: 10px;
	}

	.modal-filter-job .modal-filter-btn {
		margin-top: 40px;
	}
}

@media screen and (max-width: 1199px) {
	.block__vocation--mobile {
		margin-top: 62px;
		margin-right: -32px;
		margin-left: -32px;
	}

	.block__vocation--mobile-title {
		font-size: 32px;
	}

	.s-order-new--no-indent {
		margin-left: -35px;
		margin-right: -35px;
	}
	.price-page .module__form--price {
		margin: 0 -15px;
	}
}

@media (max-width: 991px) {
	.container {
		padding-right: 32px;
		padding-left: 32px;
	}

	.s-career {
		padding: 54px 32px 44px;
		margin: 10px -32px 82px;
	}

	.s-career h2 {
		font-size: 24px;
	}

	.s-career ul {
		margin-top: 72px;
	}

	.block-title--lg {
		font-size: 32px;
	}

	.block-title--md {
		font-size: 24px;
	}

	.white-lines {
		background-image: none;
	}

	.price-page h1 {
		margin: 28px 0 45px;
	}

	.price-page .module__form--price {
		padding: 50px 32px 65px;
		margin: 0 -32px;
	}

	.price-page .module__form--price h3 + p {
		max-width: 270px;
		line-height: 1.8;
	}

	.price-page .module__form--price > .row > .col:nth-child(2) {
		margin-top: 54px;
	}

	.price-page .module__price h3 {
		font-size: 24px;
		padding-right: 0;
		padding-top: 0;
	}

	.price-page .module__price .row-toggle {
		padding-top: 12px;
		padding-bottom: 6px;
	}

	.price-page .block__toggle {
		padding-bottom: 26px;
	}

	.price-page .list__download > .col {
		margin-top: 28px;
		margin-bottom: 20px;
	}

	.price-page .s-calc {
		padding: 42px 0;
	}

	.price-page .list__calc--item-img {
		margin-bottom: 18px;
	}

	.price-page .list__calc .col {
		margin: 10px 0 38px;
	}

	.price-page .s-order {
		background-image: none;
		padding: 40px 32px 82px;
		margin: 0 -32px;
	}

	.price-page .s-order__content p {
		margin: 20px 0 45px;
	}

	.product-page .product-slider {
		padding-bottom: 92px;
	}

	.product-page .product-slider .slick-dots {
		bottom: -10px;
		left: 30px;
	}

	.product-page .product-slider__slider-btn {
		right: 44px;
	}

	.product-page .product-slider__slider-prev {
		right: 108px;
	}

	.products-page .s-order__btn {
		width: 100%;
	}

	.comparison-page .header-bottom {
		margin-top: 30px;
		margin-bottom: 26px;
	}

	.comparison-page .header-bottom__btns-block .link-block {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: start;
	}

	.comparison-page .header-bottom__btns-block .link-block a:nth-child(2) {
		margin: 0 15px;
	}

	.comparison-page .header-bottom .block-title {
		font-size: 56px;
		margin-top: 0;
		margin-bottom: 52px;
	}

	.comparison-page .compare {
		margin-top: 20px;
	}

	.comparison-page .compare__img {
		max-width: none;
		max-height: 216px;
	}

	.comparison-page .compare__img-item {
		padding-right: 15px;
	}

	.comparison-page .compare__title {
		font-size: 18px;
		margin-top: 20px;
		margin-bottom: 10px;
	}

	.comparison-page .compare__filter {
		margin-top: 25px;
		margin-bottom: 18px;
	}

	.comparison-page .compare__first {
		padding-top: 28px;
		padding-bottom: 25px;
	}

	.comparison-page .compare__slider--bottom .slick-slide:not(:first-of-type) .compare__item {
		padding-left: 2px;
	}

	.comparison-page .main-form {
		padding: 54px 34px 90px;
		margin-bottom: 0;
		margin-right: -32px;
		margin-left: -32px;
	}

	.comparison-page .main-form .form-group,
	.comparison-page .main-form .main-form__btn {
		margin-top: 34px;
	}

	.table-block__table-title {
		-webkit-box-pack: unset;
		-ms-flex-pack: unset;
		justify-content: unset;
	}

	.table-block__table-title > span {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.table-block__icon {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		margin-right: 15px;
	}
}

@media (max-width: 990px) {
	.modal-dialog {
		max-width: none;
	}

	.modal--filter-category .modal-body {
		padding: 1rem 30px !important;
	}

	.modal--filter-category .modal-dialog {
		margin-top: 0;
	}

	.modal--filter-category h5 {
		padding: 0;
		margin: 82px 0 45px;
	}

	.filter--category-modal .filter__block {
		padding-top: 9px;
	}

	.filter--category-modal .filter__title {
		padding-bottom: 4px;
		margin-bottom: 26px;
	}
}

@media (max-width: 800px) {
	.fancybox-thumbs {
		width: 110px;
	}

	.fancybox-show-thumbs .fancybox-inner {
		right: 110px;
	}

	.fancybox-thumbs > ul > li {
		max-width: calc(100% - 10px);
	}
}

@media (max-width: 768px) {
	.place-checker .address {
		max-width: 250px;
	}

	.price-page h1 {
		margin-top: 34px;
	}

	.price-page .module__form--price {
		padding: 30px 32px 50px;
	}

	.price-page .module__form--price h3 {
		margin-bottom: 26px;
	}

	.price-page .module__form--price > .row > .col:nth-child(2) {
		margin-top: 28px;
	}

	.price-page .module__form--price .form-group {
		margin: 18px 0 8px;
	}

	.price-page .module__form--price [type=submit] {
		display: block;
		width: 240px;
		margin: 32px auto 0;
	}

	.price-page .module__price {
		margin-top: 38px;
	}

	.price-page .module__price .row-toggle {
		padding-top: 12px;
		padding-bottom: 0;
	}

	.price-page .module__price h3 {
		font-size: 16px;
	}

	.price-page .list__download .col {
		margin-top: 19px;
		margin-bottom: 22px;
	}

	.price-page .list__download a i {
		margin-right: 15px;
	}

	.price-page .block__download a,
	.price-page .list__download a {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.price-page .block__download a span > span:first-of-type,
	.price-page .list__download a span > span:first-of-type {
		font-size: 14px;
		line-height: 1.4;
	}

	.price-page .block__toggle {
		padding-bottom: 16px;
	}

	.price-page .s-order {
		background-image: none;
		padding: 40px 32px 56px;
	}

	.price-page .s-order__content p {
		margin: 6px 0 36px;
	}

	.price-page .s-order__content .btn {
		display: block;
		width: 240px;
		margin: auto;
	}

	.price-page .s-calc {
		padding: 42px 0 25px;
	}

	.price-page .list__calc--item-img:before {
		padding-top: 68%;
	}

	.price-page .list__calc .col {
		margin: 15px 0 32px;
	}
}

@media (max-width: 767px) {
	.container {
		padding-right: 20px;
		padding-left: 20px;
	}

	.s-career {
		padding: 30px 44px 10px;
		margin: 10px -32px 64px;
	}

	.s-career ul {
		margin-top: 62px;
	}

	.s-career li {
		padding-bottom: 38px;
		padding-left: 40px;
	}

	input:not([type=radio]):not([type=checkbox]),
	textarea {
		font-size: 14px;
	}

	.header {
		padding: 2px 0;
	}

	.header-logo {
		width: 114px;
		height: 24px;
	}

	.header-info-line {
		width: calc(100% - 114px);
	}

	.header-cart svg,
	.header-search svg {
		width: 21px;
		height: 21px;
	}

	.header-cart {
		padding: 0;
		margin-right: 12%;
	}

	.header-email,
	.header-phone {
		display: inline-block;
		padding-left: 0;
		margin: 9px 0;
	}

	.header-nav {
		padding: 0 20px;
	}

	.header-nav .header-lang-switcher {
		margin-top: 18px;
	}

	.header-nav-col {
		padding-bottom: 16px;
	}

	.header-nav-list {
		padding-bottom: 4rem;
		margin-top: 36px;
	}

	.header-nav-list > li > a {
		font-size: 16px;
	}

	.header-nav-list > li .menu-mobile__title {
		font-size: 16px;
		padding: 25px 0;
		min-height: 90px;
	}

	.header-submenu-wrapper .header-submenu-bottom,
	.header-submenu-wrapper.header-submenu--small .header-submenu-list {
		margin-top: 0;
		padding-bottom: 25px;
	}

	.header-nav-list > li > a .submenu-toggle,
	.header-nav-list > li > .menu-mobile__title .submenu-toggle {
		width: 40px;
		height: 40px;
	}

	.header-nav-submenu-wrapper {
		width: 100%;
	}

	.header-nav-submenu-wrapper .col {
		margin-bottom: 25px;
	}

	.header-nav-submenu-top {
		padding-top: 24px;
	}

	.header-nav-submenu-bottom {
		padding-top: 30px;
		padding-bottom: 16px;
	}

	.header-submenu-bottom {
		padding-bottom: 16px;
	}

	.header-submenu-wrapper .col {
		width: 100%;
	}

	.header .burger {
		width: 20px;
		margin-left: 30px;
	}

	.header.page-header .header-phone {
		color: #000;
	}

	.filter--category-modal .filter__block {
		padding-top: 8px;
	}

	.filter--category-modal .filter__block-wrap {
		padding-bottom: 16px;
	}

	.filter--category-modal .filter__title {
		margin-bottom: 20px;
	}

	.modal--filter-category h5 {
		padding-top: 6px;
		padding-bottom: 0;
		margin: 55px 0 30px;
	}

	.table-block__table-title {
		font-size: 14px;
	}

	.jobs-page .main-title .block-title {
		font-size: 24px;
	}

	.jobs-page .info {
		margin: 15px 0 30px;
	}

	.jobs-page .header-bottom__title {
		margin: 34px 0 26px;
	}

	.jobs-page .header-bottom--jobs .header-bottom__btns .btn {
		max-width: none;
	}

	.jobs-page .page-description {
		margin-bottom: 40px;
	}

	.jobs-page .countup__item {
		margin: 19px 0 36px;
	}

	.jobs-page .list__vacation {
		margin-top: 26px;
		margin-bottom: 6px;
	}

	.jobs-page .list__vacation .item {
		padding: 26px 32px 20px;
	}

	.jobs-page .list__vacation ul {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.jobs-page .list__vacation ul li {
		width: 100%;
	}

	.jobs-page .main-form {
		padding-right: 30px;
		padding-bottom: 40px;
		padding-left: 30px;
		margin-right: -20px;
		margin-left: -20px;
	}

	.jobs-page .main-form__col {
		margin-top: 30px;
	}

	.jobs-page .main-form .form-group {
		margin-top: 36px;
	}

	.jobs-page .main-form__btn {
		margin-top: 42px;
	}

	.jobs-page .main-form__btn .col:first-of-type {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.jobs-page .main-form__btn .col:nth-child(2) {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.jobs-page .main-form__btn button {
		max-width: none;
	}

	.jobs-page .block-carousel-wrapper .carousel-text-top .item:before,
	.jobs-page .block-carousel-wrapper .carousel-work .item:before {
		padding-top: 62.5%;
	}

	.jobs-page .block__tabs--items {
		margin: 2px 0 98px;
	}

	.jobs-page .block__tabs-content {
		margin-top: 55px;
	}

	.jobs-page .block__vocation--mobile {
		margin-top: 54px;
	}

	.jobs-page .block__vocation--mobile-title {
		font-size: 20px;
	}

	.jobs-page .block__vocation--mobile .form__vocation {
		padding: 38px 32px 54px;
		margin-bottom: 60px;
	}

	.jobs-page .block__vocation--mobile .form__vocation .form-group {
		margin-top: 24px;
	}

	.jobs-page .block__vocation--mobile .form__vocation .custom-checkbox {
		margin-bottom: 0;
	}

	.jobs-page .block__vocation--mobile .form__vocation .main-form__btn .row-check {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		margin-left: 0;
	}

	.jobs-page .block__vocation--mobile .form__vocation .main-form__btn .bnt {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.jobs-page .block__vocation--detail-list h4 {
		margin-bottom: 36px;
	}

	.jobs-page .carousel-text-top .slick-dots,
	.jobs-page .carousel-work .slick-dots {
		margin-top: 8px;
		padding-top: 16px;
	}

	.jobs-page .carousel-text-top__next svg,
	.jobs-page .carousel-text-top__prev svg,
	.jobs-page .carousel-work__next svg,
	.jobs-page .carousel-work__prev svg {
		width: 12px;
		height: 12px;
	}

	.jobs-page .list__vocation-single {
		margin-top: 55px;
	}

	.jobs-page .list__vocation-single .item {
		margin: 20px 0 18px;
	}

	.jobs-page .blue-form-job-single {
		padding-top: 58px;
		padding-bottom: 36px !important;
		margin-bottom: 0;
	}

	.jobs-page .blue-form-job-single .block-title {
		font-size: 20px;
	}

	.jobs-page .blue-form-job-single .blue-form-text {
		margin-bottom: 18px;
	}

	.jobs-page .blue-form-job-single .form .col:first-of-type,
	.jobs-page .blue-form-job-single .form .col:nth-child(2),
	.jobs-page .blue-form-job-single .form .col:nth-child(3) {
		margin: 6px 0 22px;
	}

	.jobs-page .blue-form-job-single .custom-checkbox {
		margin-left: 0;
	}

	.jobs-page .blue-form-job-single .btn {
		display: block;
		max-width: 238px;
		margin-right: auto;
		margin-left: auto;
	}

	.jobs-page-single .s-career {
		margin-bottom: 12rem;
	}

	.jobs-page-single .s-career .img-block {
		top: auto;
		bottom: -16rem;
	}

	.products-page .header-bottom__title {
		margin: 36px 0 40px;
	}

	.products-page .module__filter--products {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.products-page .module__filter--products .link__filter {
		min-width: 130px;
		text-align: center;
		padding: 9px 18px;
		margin-right: 10px !important;
	}

	.products-page .module__filter--products .link__filter:last-of-type {
		margin-bottom: 0;
	}

	.products-page .products-list {
		margin-top: 25px;
	}

	.products-page .products-list__list {
		font-size: 14px;
		padding: 20px 15px 22px;
	}

	.products-page .products-list__item {
		margin: 20px 0 15px;
	}

	.products-page .products-list__item-text {
		font-size: 18px;
	}

	.products-page .products-list__item-link:before {
		padding-top: 67.5%;
	}

	.products-page .products-list__item--last {
		margin-top: 42px;
	}

	.products-page .products-list-wrapper .products-list__item-banner {
		padding: 38px 32px 56px;
	}

	.products-page .products-list-wrapper .products-list__item-banner h3 {
		width: 75%;
	}

	.products-page .products-list-wrapper .products-list__item-btn {
		width: 100%;
	}

	.products-page .products-list-wrapper .products-list__item-btn .btn {
		width: 100%;
		max-width: 238px;
		margin-top: 6px;
	}

	.products-page .calc-banner {
		padding: 60px 32px 58px;
	}

	.products-page .calc-banner-wrapper {
		margin: 32px -32px 33px;
	}

	.products-page .calc-banner__title {
		margin-bottom: 35px;
	}

	.products-page .calc-banner__btn .btn {
		width: 100%;
		max-width: 238px;
		margin-top: 0;
	}

	.products-page .s-order__content ul {
		margin-bottom: 28px;
	}

	.products-page .s-order__content li:last-of-type {
		margin-bottom: 0;
	}

	.products-page .s-order .btn {
		width: 100%;
		max-width: 238px;
		font-size: 14px;
	}

	.products-page .s-sale {
		margin: 62px 0 20px;
	}

	.products-page .s-sale .block-title {
		font-size: 32px;
		margin-bottom: 50px;
	}

	.products-page .s-sale .list__sale--item-img:before {
		padding-top: 68%;
	}

	.products-page .s-sale .list__sale--item-text {
		line-height: 1.8;
	}

	.products-page .main-form {
		padding: 56px 32px;
	}

	.products-page .main-form__text {
		padding-right: 5px;
		margin-top: 34px;
		margin-bottom: 10px;
	}

	.products-page .main-form .custom-upload .title,
	.products-page .main-form .form-control {
		font-size: 14px;
	}


	.products-page .main-form .custom-upload {
		margin: 30px 0 25px;
	}

	.products-page .main-form__btn .col:first-of-type {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.products-page .main-form__btn .col:nth-child(2) {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.products-page .main-form__btn .btn {
		display: block;
		max-width: 238px;
		min-width: auto;
		margin: 34px auto 0;
	}

	.product-page .s-top-content__breadcrumbs {
		padding-top: 56px;
	}

	.product-page .s-top-content__title {
		font-size: 24px;
		line-height: 1.7;
		margin-top: 3px;
		margin-bottom: 24px;
	}

	.product-page .s-top-content__number {
		font-size: 32px;
		margin-bottom: 46px;
	}

	.product-page .s-top-content__btns {
		margin-bottom: 14px;
	}

	.product-page .s-top-content__btns .btn {
		margin-bottom: 22px;
	}

	.product-page .about-menu {
		padding-top: 10px;
		padding-bottom: 8px;
	}

	.product-page .product__desc {
		margin-bottom: 28px;
	}

	.product-page .product__desc h2 {
		margin-bottom: 26px;
	}

	.product-page .product__projects .block-title {
		font-size: 24px;
		line-height: 1.6;
	}

	.product-page .product-cost__img {
		margin-bottom: 48px;
	}

	.product-page .product-cost__title {
		margin-bottom: 52px;
	}

	.product-page .product-cost__text {
		margin-bottom: 35px;
	}

	.product-page .product-cost__item {
		margin-bottom: 26px;
	}

	.product-page .product__table {
		margin-bottom: 48px;
	}

	.product-page .product__tabs .block__tabs--sw {
		margin-bottom: 40px;
	}

	.product-page .product-list__title {
		margin-top: 28px;
	}

	.product-page .product-list__item {
		margin-bottom: 35px;
	}

	.product-page .product-list__item--last-mobile {
		margin-bottom: 0;
	}

	.product-page .product-list--1 .col-12:last-of-type .product-list__item {
		margin-bottom: 0;
	}

	.product-page .product-list--profile {
		padding-top: 25px;
	}

	.product-page .product-list--profile .product-list__title {
		margin-top: 0;
		margin-bottom: 50px;
	}

	.product-page .product-list--profile .product-list__img {
		margin-bottom: 14px;
	}

	.product-page .product__list.product__list--bg {
		margin-bottom: 50px;
	}

	.product-page .product__list.product__list--bg .product-list__title {
		margin-bottom: 48px;
	}

	.product-page .product-advantages--1 .product-advantages__title {
		margin-top: 40px;
		margin-bottom: 14px;
	}

	.product-page .product-advantages--1 .about-staff__item {
		margin-bottom: 0;
	}

	.product-page .product-advantages--1 .about-staff__icon {
		margin-bottom: 12px;
	}

	.product-page .product-slider {
		padding-bottom: 32px;
	}

	.product-page .product-slider__link-collapse {
		padding: 14px 30px 18px;
	}

	.product-page .product-slider__item {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.product-page .product-slide__img {
		position: static;
	}

	.product-page .product-slide__img:before {
		padding-top: 6.5%;
	}

	.product-page .product-slider__slider-prev {
		right: 74px;
	}

	.product-page .product-slider__slider-next {
		right: 14px;
	}

	.product-page .product-slider__slider-btn {
		bottom: -14px;
	}

	.product-page .product-slider__slider-btn svg {
		width: 14px;
		height: 14px;
	}

	.product-page .block__download a,
	.product-page .list__download a {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: start;
		margin-bottom: 24px;
	}

	.product-page .block__download a i,
	.product-page .list__download a i {
		margin-right: 16px;
	}

	.product-page .list__download-title {
		font-size: 14px !important;
		line-height: 1.8 !important;
	}

	.product-page .projects {
		margin-bottom: 10px;
	}

	.product-page .projects__list {
		margin-bottom: 10px !important;
	}

	.product-page .projects__item {
		margin-bottom: 40px;
	}

	.product-page .projects__img {
		margin-bottom: 12px;
	}

	.product-page .projects--product .projects__img:before {
		padding-top: 67.5%;
	}

	.product-page .projects__descr-item {
		margin-right: 8px;
	}

	.product-page .projects__desc {
		margin-top: 14px;
	}

	.product-page .projects__title {
		margin-top: 1px;
	}

	.product-page .about-staff__item {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.product-page .about-staff__item:first-of-type {
		margin-top: 0;
	}

	.product-page .about-staff__item:last-of-type {
		margin-bottom: 48px;
	}

	.product-page .about-staff__item-text {
		max-width: 300px;
		margin-top: 0;
	}

	.product-page .about-staff__item__icon {
		margin-bottom: 12px;
	}

	.product-page .main-form {
		padding-top: 8px;
		padding-bottom: 52px;
		margin-bottom: 58px;
	}

	.product-page .main-form .form-group {
		margin: 20px 0 12px;
	}

	.product-page .main-form__btn .col:first-of-type {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.product-page .main-form__btn .col:nth-child(2) {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.product-page .main-form__btn .btn {
		display: block;
		margin-right: auto;
		margin-left: auto;
	}

	.product-page .cart-label {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.product-page .cart-label__check {
		width: auto;
		margin: 5px 0;
	}

	.about-page .header-bottom__inner .block-title {
		font-size: 32px;
		margin: 38px 0 32px;
	}

	.about-page .header-bottom--about .page-description {
		font-size: 14px;
		line-height: 1.75;
	}

	.about-page .countup__list {
		margin-top: 0;
	}

	.about-page .about-menu {
		padding: 10px 0;
	}

	.about-page .about__video {
		margin-bottom: 50px;
	}

	.about-page .about-descr {
		padding-top: 38px;
	}

	.about-page .about__descr {
		margin-bottom: 58px;
	}

	.about-page .about-list__icon {
		margin-bottom: 10px;
	}

	.about-page .about-list__title {
		margin-bottom: 16px;
	}

	.about-page .about-map {
		margin-bottom: 125px;
	}

	.about-page .about-map__text {
		margin-left: 0;
	}

	.about-page .about-map__btn {
		top: 107%;
		bottom: 0;
		width: 100%;
		left: 0;
	}

	.about-page .about__history {
		padding-right: 20px;
		padding-bottom: 50px;
		padding-left: 20px;
	}

	.about-page .about__history .block-title {
		font-size: 24px;
		margin-bottom: 70px;
	}

	.about-page .about-history__next svg,
	.about-page .about-history__prev svg {
		width: 12px;
		height: 12px;
	}

	.about-page .about-staff {
		margin-top: 48px;
	}

	.about-page .about-staff .block-title {
		font-size: 24px;
		margin-bottom: 18px;
	}

	.about-page .about-staff__text {
		line-height: 1.75;
		margin-bottom: 55px;
	}

	.about-page .about-staff__countup {
		margin-bottom: 0;
	}

	.about-page .about-staff .countup__inner {
		padding-left: 8px;
	}

	.about-page .about-staff__bottom {
		margin-top: 66px;
	}

	.about-page .about-staff__subtitle {
		margin-bottom: 46px;
	}

	.about-page .about-staff__item {
		padding-left: 4px;
		margin-bottom: 34px;
	}

	.about-page .video_wrapper--about:before {
		padding-top: 92%;
	}

	.about-page .history-slide__text {
		line-height: 1.5;
	}

	.about-page .history-slide__item:last-of-type {
		margin-bottom: 0;
	}

	.about-page .blue-form {
		padding: 48px 32px 5px;
	}

	.about-page .blue-form .block-title {
		font-size: 20px;
	}

	.about-page .blue-form-text {
		line-height: 1.75;
		margin-top: 32px;
		margin-bottom: 0;
	}

	.about-page .blue-form .form {
		padding-top: 0;
	}

	.about-page .blue-form .col:first-of-type,
	.about-page .blue-form .col:nth-child(2),
	.about-page .blue-form .col:nth-child(3) {
		margin: 6px 0 25px;
	}

	.about-page .blue-form .custom-checkbox {
		margin-left: 0;
	}

	.about-page .blue-form .btn {
		display: block;
		max-width: 238px;
		margin-right: auto;
		margin-left: auto;
	}

	.about-page .news-bottom-bunner .s-order.bg-orange .s-order__content p {
		margin-bottom: 32px;
	}

	.about-page .news-bottom-bunner .s-order.bg-orange .s-order__content .btn-wrapper{
		text-align: center;
	}

	.single-news .s-top-no-slider .bg-items {
		min-height: auto;
	}

	.single-news .s-top-no-slider .s-top-content {
		padding-top: 12px;
		padding-bottom: 16px;
	}

	.single-news .s-top-no-slider .s-top-content .block-title {
		max-width: none;
		font-size: 24px;
		line-height: 1.7;
	}

	.single-news .s-top-no-slider .page__tooltip {
		margin-top: -18px;
	}

	.single-news .news-content {
		margin-top: 54px;
	}

	.single-news .news-content__banner {
		margin-top: 60px;
		margin-bottom: 40px;
	}

	.single-news .news-content__slider {
		margin: 56px auto 66px;
	}

	.single-news .text-block h5 {
		font-size: 16px;
		line-height: 1.55;
		margin-bottom: 58px;
	}

	.single-news .text-block p {
		line-height: 1.6;
		margin-bottom: 36px;
	}

	.single-news .text-block ol li,
	.single-news .text-block ul li {
		padding-left: 12px;
		margin-bottom: 16px;
	}

	.single-news .banner-block__wrapper p {
		line-height: 1.55;
		margin-top: 0;
	}

	.single-news .carousel-text-top .item:before,
	.single-news .carousel-work .item:before {
		padding-top: 62.5%;
	}

	.single-news .carousel-text-top .slick-dots,
	.single-news .carousel-work .slick-dots {
		padding-top: 7px;
	}

	.single-news .carousel-text-top__next svg,
	.single-news .carousel-text-top__prev svg,
	.single-news .carousel-work__next svg,
	.single-news .carousel-work__prev svg {
		width: 12px;
		height: 12px;
	}

	.single-news .carousel-text-bottom p {
		line-height: 1.7;
	}

	.single-news .quote-block p {
		line-height: 1.5;
	}

	.single-news .quote-block p:first-of-type {
		margin-top: 20px;
	}

	.single-news .main-form {
		padding: 40px 32px 54px;
	}

	.single-news .main-form__title {
		max-width: 70%;
	}

	.single-news .main-form__form {
		margin-top: 36px;
	}

	.single-news .main-form__btn .col:first-of-type {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.single-news .main-form__btn .col:nth-child(2) {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.single-news .main-form__btn .btn {
		display: block;
		margin-top: 24px;
		margin-right: auto;
		margin-left: auto;
	}

	.single-news .more-news__title {
		margin-bottom: 48px;
	}

	.single-news .news-item__img {
		margin-bottom: 18px;
	}

	.single-news .news-item__img:before {
		padding-top: 68%;
	}

	.single-news .news-item__title {
		line-height: 1.8;
	}

	.single-news .news-item__text {
		margin-bottom: 6px;
	}

	.single-news .s-order {
		padding: 20px 20px 58px;
	}

	.single-news .s-order__title {
		max-width: 240px;
		font-size: 20px;
		line-height: 1.5;
		margin-bottom: 0;
	}

	.single-news .s-order--single {
		margin: 0 -20px;
	}

	.single-news .s-order__content {
		text-align: center;
		margin-top: 32px;
	}

	.single-news .s-order__content .btn {
		max-width: 240px;
	}

	.form-page .header-bottom__prev {
		margin-top: 16px;
	}

	.form-page .header-bottom__title {
		margin-bottom: 30px;
	}

	.form-page .request {
		margin-top: 30px;
	}

	.form-page .block__tabs .block__tabs--sw {
		margin-top: 26px;
	}

	.form-page .block__tabs .block__tabs--sw li {
		padding-bottom: 0;
	}

	.form-page .form-group {
		margin-bottom: 27px;
	}

	.form-page .main-form__btn .btn {
		max-width: 238px;
		display: block;
		margin-top: 48px;
		margin-right: auto;
		margin-left: auto;
	}

	.form-page .main-form__btn .col:first-of-type {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.form-page .main-form__btn .col:nth-child(2) {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.comparison-page .header-bottom .block-title {
		font-size: 32px;
		margin-top: 5px;
		margin-bottom: 44px;
	}

	.comparison-page .header-bottom__btns-block .link-block a:nth-child(2) {
		display: inline-block;
		font-size: 14px;
		margin-top: 30px;
	}

	.comparison-page .compare {
		margin-top: 10px;
	}

	.comparison-page .compare__img {
		max-height: 154px;
	}

	.comparison-page .compare__title {
		font-size: 16px;
		margin-top: 16px;
		margin-bottom: 16px;
	}

	.comparison-page .compare__filter {
		margin-top: 16px;
		margin-bottom: 0;
	}

	.comparison-page .compare__filter li {
		margin-bottom: 25px;
	}

	.comparison-page .compare__filter-list {
		margin-bottom: 10px;
	}

	.comparison-page .compare__slider--bottom .slick-slide:not(:first-of-type) {
		padding-left: 10px;
	}

	.comparison-page .compare__list {
		max-width: 210px;
	}

	.comparison-page .compare__first {
		padding-bottom: 20px;
	}

	.comparison-page .compare__item {
		padding-bottom: 27px;
	}

	.comparison-page .main-form {
		padding: 40px 32px 57px;
	}

	.comparison-page .main-form__title {
		max-width: 240px;
		margin-bottom: 26px;
	}

	.comparison-page .main-form__btn {
		margin-top: 45px !important;
	}

	.comparison-page .main-form__btn .col:first-of-type {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.comparison-page .main-form__btn .col:nth-child(2) {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.comparison-page .main-form__btn .btn {
		display: block;
		max-width: 238px;
		padding-right: 15px;
		padding-left: 15px;
		margin-top: 37px;
		margin-right: auto;
		margin-left: auto;
	}

	.calc-page .block-title {
		font-size: 32px;
		line-height: 1.45;
		margin-top: 38px;
		margin-bottom: 32px;
	}

	.calc-page .page-description {
		text-align: left;
		margin-bottom: 20px;
	}

	.calc-page .calculator__btns,
	.calc-page .calculator__fraction {
		padding-right: 0;
		padding-left: 0;
	}

	.calc-page .calculator {
		padding-top: 58px;
	}

	.calc-page .calculator__title {
		margin-top: 6px;
	}

	.calc-page .calculator__list {
		margin-bottom: 0;
	}

	.calc-page .calculator__slide {
		padding-bottom: 38px;
		padding-right: 20px;
		padding-left: 20px;
	}

	.calc-page .calculator__field {
		margin-bottom: 32px;
	}

	.calc-page .calculator__progress {
		width: calc(100% - 20px);
		margin-right: 0;
		margin-left: 0;
	}

	.calc-page .calculator__lable {
		margin-bottom: 14px;
	}

	.calc-page .calculator__btns {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.calc-page .calculator__btns .btn {
		width: 100%;
		margin-right: 0;
		margin-left: 0;
	}

	.calc-page .main-form {
		padding: 58px 32px 54px;
	}

	.calc-page .main-form__form {
		padding-top: 2px;
	}

	.calc-page .main-form__btn .col:first-of-type {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.calc-page .main-form__btn .col:nth-child(2) {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.calc-page .main-form__btn .btn {
		display: block;
		max-width: 238px;
		margin-top: 38px;
		margin-right: auto;
		margin-left: auto;
	}

	.footer-top {
		padding-top: 58px;
	}

	.footer-top .col:nth-child(2) {
		margin-top: 45px;
	}

	.footer-socials {
		margin-top: 42px;
	}

	.footer-socials .social-icon {
		padding: 11px 12px 5px;
	}

	.footer-socials .icon {
		width: 16px;
		height: 16px;
	}

	.footer-center {
		padding: 3px 0 8px;
	}

	.footer-center .block-title {
		position: relative;
		border-bottom: 2px solid rgba(255, 255, 255, 0.2);
		padding: 22px 0 25px;
		margin-bottom: 0;
	}

	.footer-center .block-title .icon {
		position: absolute;
		top: 50%;
		right: 0;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		-webkit-transition: -webkit-transform 0.3s;
		transition: transform 0.3s;
		-o-transition: transform 0.3s;
		transition: transform 0.3s, -webkit-transform 0.3s;
	}

	.footer-center .block-title.open {
		border-bottom: none;
	}

	.footer-center .block-title.open .icon {
		-webkit-transform: translateY(-50%) rotate(-180deg);
		-ms-transform: translateY(-50%) rotate(-180deg);
		transform: translateY(-50%) rotate(-180deg);
	}

	.footer-nav-list {
		max-height: 0;
		-webkit-transition: 0.3s ease-in;
		-o-transition: 0.3s ease-in;
		transition: 0.3s ease-in;
		overflow: hidden;
		margin: 0;
	}

	.footer-nav-list.open {
		display: block;
		max-height: 9999px;
		margin: 0 0 30px;
	}

	.footer-bottom {
		padding-top: 28px;
	}

	.footer-bottom .col:nth-child(4) {
		margin-bottom: 36px;
	}

	.form-custom-handler .main-form__btn .col:first-of-type {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.form-custom-handler .main-form__btn .col:nth-child(2) {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.form-custom-handler .btn {
		display: block;
		max-width: 238px;
		padding-right: 10px;
		padding-left: 10px;
		margin-right: auto;
		margin-left: auto;
	}

	.modal-filter-job .modal-body {
		padding: 22px 20px;
	}

	.modal-filter-job h5 {
		font-size: 32px;
		margin: 15px 0;
	}

	.modal-filter-job .label.fz16,
	.modal-filter-job .link-toggle {
		font-size: 16px;
	}

	.modal-filter-job .modal-filter-btn {
		margin-top: 20px;
	}

	.s-order-new__title {
		line-height: 32px;
		margin: -10px 0 0 0;
	}

	.s-order-new__btn .btn {
		padding: 14px 80px;
		margin-top: -8px;
	}

	.products-page .container--np .s-order.bg-orange,
	.docs .container--np .s-order.bg-orange {
		padding: 44px 32px 56px 32px;
	}

	.products-page .s-order__title,
	.docs .s-order__title {
		max-width: 65%;
		margin-bottom: 28px;
		margin-top: 0;
		line-height: 32px;
	}

	.products-page .s-order__content {
		margin-top: 0;
	}

	.products-page .s-order__content p {
		padding-left: 30px;
		margin-bottom: 20px;
	}

	.products-page .s-order__content li {
		padding-left: 30px;
		margin-bottom: 18px;
	}

	.products-page .s-order__content li:last-of-type {
		margin-bottom: 0;
	}
}

@media screen and (max-width: 767px) {
	.btn {
		font-size: 14px;
	}

	.calculator__table tbody,
	.calculator__table th {
		display: block;
		width: 100%;
	}

	.calculator__table tbody tr {
		padding: 15px;
	}

	.calculator__table tr {
		display: block;
	}

	.calculator__table td {
		display: block;
		height: auto;
	}

	.calculator__table td:first-child {
		margin-bottom: 8px;
	}

	.calculator__table .calculator__table-desktop {
		display: none;
	}

	.calculator__table .calculator__table-flex {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 100%;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.calculator__table .calculator__table-flex:before {
		content: attr(data-label);
		display: block;
		width: 100%;
		font-size: 14px;
		line-height: 1.7;
		color: #999;
		margin-bottom: 15px;
	}

	.calculator__table .calculator__table-flex td {
		margin-bottom: 0;
	}

	.calculator__table .calculator__table-flex td:first-child {
		display: none;
	}

	.calculator__table .calculator__table-flex td:before {
		content: attr(data-label);
		display: block;
		font-size: 14px;
		line-height: 1.7;
		color: #999;
		margin-bottom: 8px;
	}

	.calculator__table--two tbody tr {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.calculator__table--two tbody td {
		width: 50%;
	}

	.calculator__table--two tbody td:first-child {
		width: 100%;
	}
}

@media (max-width: 576px) {
	.col-xs-1,
	.col-xs-10,
	.col-xs-11,
	.col-xs-12,
	.col-xs-2,
	.col-xs-3,
	.col-xs-4,
	.col-xs-5,
	.col-xs-6,
	.col-xs-7,
	.col-xs-8,
	.col-xs-9 {
		width: 100%;
	}
}

@media screen and (max-width: 575px) {
	.modal--filter .modal-dialog {
		margin: 0;
	}
}

@media screen and (min-width: 576px) and (max-width: 997px) {
	.projects--product .projects__descr {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.product-slider__list-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-line-pack: justify;
		align-content: space-between;
		height: 270px;
	}

	.product-slider__list-wrap::after,
	.product-slider__list-wrap::before {
		content: "";
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		width: 0;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
}

@media screen and (min-width: 768px) and (max-width: 1349px) {
	.product-slider__item {
		padding-bottom: 0;
	}

	.product-slider__item:nth-child(2n+1) {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.product-slider__item:nth-child(2n) {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
}

@media (min-width: 1200px) and (max-width: 1350px) {
	.cart-item {
		padding: 20px 20px 10px;
	}

	.cart-item__top > .row {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.col-lg-1 {
		width: 10%;
	}

	.img-col {
		width: 17%;
	}

	.title-col {
		width: 22%;
	}

	.inc-col {
		width: 20%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.collapsing,
	.fade,
	.modal.fade .modal-dialog {
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
	}
}

@media print {
	.comparison-page .slick-slide.slick-active {
		display: block !important;
	}

	.comparison-page .slick-list {
		height: auto !important;
	}

	.comparison-page .slick-track {
		width: 100% !important;
		height: auto !important;
		-webkit-transform: none !important;
		-ms-transform: none !important;
		transform: none !important;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.comparison-page .slick-track .slick-slide {
		width: auto !important;
		max-width: 100%;
	}

	.comparison-page .block__tabs--item.d-none {
		display: block !important;
	}

	.comparison-page .block__tabs-wrapper,
	.comparison-page .compare__filter,
	.comparison-page .header-bottom__btns-block,
	.comparison-page .main-form,
	.comparison-page .page__footer {
		display: none;
	}

	.comparison-page .compare__item {
		margin-right: 30px;
	}
}
.s-order-new--dealers {
	padding: 44px 32px;
}
@media (min-width: 768px) {
	.s-order-new--dealers {
		padding: 80px 32px;
	}
}
@media (min-width: 1200px) {
	.docs .row--no-wrap {
		width: 100%;
	}
}

.docs .s-order .row--no-wrap .btn {
	min-width: 240px;
}

@media (min-width: 768px) {
	.docs .s-order .row--no-wrap .btn {
		min-width: 180px;
	}
}
@media (min-width: 1200px) {
	.s-order-new--dealers {
		padding: 64px 115px;
	}
}
.s-order-new--dealers .s-order__title {
	font-size: 20px;
	line-height: 1.6;
	margin-top: 0;
	margin-bottom: 32px;
}
@media (min-width: 768px) {
	.s-order-new--dealers .s-order__title {
		font-size: 32px;
		line-height: 1.5;
		max-width: 548px;
		margin-bottom: 37px;
	}
}
@media (min-width: 1200px) {
	.s-order-new--dealers .s-order__title {
		font-size: 48px;
		line-height: 1.333;
		max-width: 474px;
		margin-bottom: 0;
	}
}
.s-order-new--dealers .s-order__content {
	margin: auto;
}
@media (min-width: 768px) {
	.s-order-new--dealers .s-order__content {
		margin: auto 0;
	}
}
@media (max-width: 767px) {
	.s-order-new--dealers .btn {
		min-width: 240px;
	}
}
.s-order-new--docs {
	padding: 44px 34px 54px;
}
@media (min-width: 768px) {
	.s-order-new--docs {
		padding: 84px 36px;
	}
}
@media (min-width: 1200px) {
	.s-order-new--docs {
		padding: 64px 115px;
	}
}
.s-order-new--docs .s-order__title {
	font-size: 20px;
	line-height: 1.6;
	margin-top: 0;
	margin-bottom: 32px;
}
@media (min-width: 768px) {
	.s-order-new--docs .s-order__title {
		font-size: 48px;
		line-height: 1.333;
		max-width: 548px;
		margin-bottom: 16px;
	}
	.s-order-new--docs .s-order__title br {
		display: none;
	}
}
@media (min-width: 1200px) {
	.s-order-new--docs .s-order__title {
		font-size: 48px;
		line-height: 1.333;
		max-width: 474px;
		margin-bottom: 0;
	}
	.s-order-new--docs .s-order__title br {
		display: inline;
	}
}
.s-order-new--docs .s-order__content {
	margin: auto;
}
@media (min-width: 768px) {
	.s-order-new--docs .s-order__content {
		margin: 20px 0 0;
	}
}
.s-order-new--docs .btn {
	min-width: 180px;
	font-size: 14px;
	font-weight: 400;
}
@media (max-width: 767px) {
	.s-order-new--docs .btn {
		min-width: 240px;
	}
}
@media (max-width: 767px) {
	.s-order-new--docs .btn {
		font-size: 16px;
	}
}

.pagination--certificates {
	margin: 0;
}
.pagination--search {
	margin: 0 0 -4px;
}
@media (min-width: 376px) {
	.pagination--search {
		margin: 0 0 -8px;
	}
}

.list-download {
	display: grid;
	margin: 0;
}
@media (min-width: 1200px) {
	.list-download {
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 68px;
	}
}
.list-download__item {
	margin-bottom: 32px;
}
@media (min-width: 768px) {
	.list-download__item {
		margin-bottom: 48px;
	}
}
@media (min-width: 1200px) {
	.list-download__item {
		margin-bottom: 54px;
	}
}
@media (max-width: 767px) {
	.list-download__item:last-child {
		margin-bottom: 0;
	}
}
.list-download__link {
	display: flex;
	text-decoration: none;
}
@media (min-width: 768px) {
	.list-download__link {
		align-items: center;
	}
}
.list-download__link:hover .list-download__icon, .list-download__link:focus-visible .list-download__icon {
	background-color: #F37021;
}
.list-download__link:hover .list-download__svg, .list-download__link:focus-visible .list-download__svg {
	color: #fff;
}
.list-download__link:hover .list-download__text, .list-download__link:focus-visible .list-download__text {
	color: #F37021;
}
.list-download a.list-download__link {
	transition: none;
}
.list-download__icon {
	margin-right: 16px;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #F3F3F3;
	position: relative;
	transition: background 0.2s;
	flex-shrink: 0;
}
@media (min-width: 768px) {
	.list-download__icon {
		width: 72px;
		height: 72px;
		margin-right: 44px;
	}
}
.list-download span.list-download__icon {
	display: flex;
}
.list-download__svg {
	width: 16px;
	height: 16px;
	color: #000;
	transition: color 0.2s;
}
@media (min-width: 768px) {
	.list-download__svg {
		width: 24px;
		height: 24px;
	}
}
.list-download__text {
	font-size: 14px;
	line-height: 24px;
	font-weight: 600;
	color: #000;
	margin-bottom: 4px;
	transition: color 0.2s;
}
@media (min-width: 768px) {
	.list-download__text {
		font-size: 16px;
		margin-bottom: 4px;
	}
}
.list-download__descr {
	font-size: 12px;
	line-height: 16px;
	font-weight: 500;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: rgba(0, 0, 0, 0.4);
}
.list-download span.list-download__descr {
	display: block;
}
.list-download--bim {
	max-width: 1078px;
}
.list-download--certificates {
	display: block;
	margin: 0 auto;
}
.list-download--certificates .list-download__item {
	margin-bottom: 16px;
}
.list-download--certificates .list-download__icon {
	width: 40px;
	height: 40px;
}

.video-list__item {
	margin-bottom: 48px;
}
.video-list__video {
	display: block;
	position: relative;
	width: 100%;
	padding: 0;
	overflow: hidden;
}
.video-list__video::before {
	content: "";
	display: block;
	padding-top: 56.25%;
}
.video-list__video iframe,
.video-list__video video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.video-list__subtitle {
	font-size: 16px;
	line-height: 32px;
	margin-top: 16px;
}
@media (min-width: 768px) {
	.video-list__subtitle {
		font-size: 18px;
	}
}
@media (min-width: 1200px) {
	.video-list__subtitle {
		margin-top: 24px;
		font-size: 24px;
	}
}
.video-list--instructions {
	margin: 0;
	display: grid;
	grid-row-gap: 50px;
}
@media (min-width: 768px) {
	.video-list--instructions {
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 14px;
		grid-row-gap: 48px;
	}
}
@media (min-width: 1200px) {
	.video-list--instructions {
		grid-column-gap: 130px;
		grid-row-gap: 56px;
		padding-left: 90px;
		padding-right: 90px;
	}
}
.video-list--instructions .video-list__item {
	margin-bottom: 0;
}
.video-list--instructions .video-list__subtitle {
	font-weight: 500;
	font-size: 18px;
	line-height: 32px;
}
@media (min-width: 1200px) {
	.video-list--instructions .video-list__subtitle {
		font-size: 24px;
	}
}

.filter__checkbox {
	margin-bottom: 16px;
}
.filter__checkbox:last-child {
	margin-bottom: 0;
}
.filter__checkbox .icheckbox {
	width: 20px;
	height: 20px;
	border: 2px solid rgba(0, 0, 0, 0.2);
}
.filter__checkbox .icheckbox:before {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='12' height='10' viewBox='0 0 15 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.5 1.91724L5.94444 11.9172L1.5 7.3339' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
}
.filter__checkbox .icheckbox.checked {
	background-color: #00AEE6;
	border-color: #00AEE6;
	border-radius: 2px;
}
.filter__checkbox:hover .icheckbox {
	border-color: #000;
}
.filter__checkbox:hover .icheckbox.checked {
	border-color: #00AEE6;
}
.filter__radio {
	display: flex;
	align-items: flex-start;
}
.filter__radio .iradio {
	flex-shrink: 0;
	width: 16px;
	height: 16px;
	border: 2px solid rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
	border-radius: 50%;
	margin-right: 10px;
	margin-top: 4px;
}
.filter__radio .iradio:before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #ffffff;
	border-radius: 4px;
}
.filter__radio .iradio.checked {
	background: #F37021;
	border-color: #F37021;
}
.filter__radio:hover .iradio {
	border-color: rgba(0, 0, 0, 0.5);
}
.filter__radio:hover .iradio.checked {
	border-color: #F37021;
}
.filter__label {
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
}
.filter--certificates .filter__link {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 24px;
	display: inline-block;
}
.filter--certificates .filter__block {
	padding-bottom: 24px;
}
.filter--certificates .filter__block--one .filter__checkbox {
	margin-bottom: 24px;
}
.filter--certificates .filter__block--one .filter__label {
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
}
.filter--certificates .filter__title {
	margin: 0;
	padding-bottom: 24px;
	cursor: default;
}
.filter--certificates .filter__title--collapse {
	cursor: pointer;
}
.filter--search .filter__link {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 24px;
	display: inline-block;
}
.filter--search .filter__block {
	padding-bottom: 24px;
}
.filter--search .filter__block--one .filter__checkbox {
	margin-bottom: 24px;
}
.filter--search .filter__block--one .filter__label {
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
}

.modal__btn-top.btn {
	padding: 12px 43px;
	margin-bottom: 16px;
}
@media (min-width: 768px) {
	.modal__btn-top.btn {
		margin-bottom: 24px;
	}
}
.modal__title {
	font-size: 32px;
	line-height: 48px;
	font-weight: 500;
	margin: 0 0 33px;
}
@media (min-width: 768px) {
	.modal__title {
		font-size: 56px;
		line-height: 80px;
		margin-bottom: 40px;
	}
}
.modal__field-list {
	margin: 0 0 40px;
}
.modal__field-item {
	display: flex;
	align-items: center;
	margin-bottom: 16px;
}
.modal__field-item:hover .iradio, .modal__field-item:focus-visible .iradio {
	border-color: rgba(0, 0, 0, 0.5);
}
.modal__field-item .iradio {
	flex-shrink: 0;
	width: 16px;
	height: 16px;
	border: 2px solid rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
	border-radius: 50%;
	margin-right: 10px;
}
.modal__field-item .iradio:before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #ffffff;
	border-radius: 4px;
}
.modal__field-item .iradio.checked {
	background: #F37021;
	border-color: #F37021;
}
.modal__field-item label {
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
}
.modal__field-item--checkbox {
	margin-bottom: 16px;
}
.modal__field-item--checkbox:last-child {
	margin-bottom: 0;
}
.modal__field-item--checkbox .icheckbox {
	width: 20px;
	height: 20px;
	border: 2px solid rgba(0, 0, 0, 0.2);
}
.modal__field-item--checkbox .icheckbox:before {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='12' height='10' viewBox='0 0 15 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.5 1.91724L5.94444 11.9172L1.5 7.3339' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
}
.modal__field-item--checkbox .icheckbox.checked {
	background-color: #00AEE6;
	border-color: #00AEE6;
	border-radius: 2px;
}
.modal__field-item--checkbox:hover .icheckbox {
	border-color: #000;
}
.modal__field-item--checkbox:hover .icheckbox.checked {
	border-color: #00AEE6;
}
.modal__subtitle {
	margin: 0 0 24px;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
}
.modal__btn-bottom {
	margin-top: auto;
	width: 100%;
}
.modal--certificates .modal-dialog {
	width: 100%;
	height: 100%;
	padding: 0;
}
@media (max-width: 991px) {
	.modal--certificates .modal-dialog {
		margin: 0;
	}
}
.modal--certificates .modal-content {
	height: auto;
	min-height: 100%;
	border-radius: 0;
}
.modal--certificates .modal-body {
	display: flex;
	height: 100%;
	padding: 22px 21px 56px;
}
@media (min-width: 768px) {
	.modal--certificates .modal-body {
		padding: 36px 32px 56px;
	}
}
.modal--certificates .modal-body-inner {
	height: auto;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

@media (max-width: 767px) {
	.search.header-search.header-cart {
		display: flex;
		justify-content: flex-end;
		padding: 0;
		margin-right: 5px;
	}
}

.footer-btn-container {
	padding: 0 !important;
	width: 100%;
	max-width: 100% !important;
	margin-top: 40px;
}

.footer-btn-container .btn {
	font-size: 14px;
	width: 100%;
	max-width: 320px;
	padding: 16px 10px;
}


@media (min-width: 1200px) {
	.footer-btn-container {
		margin-top: 0;
		margin-bottom: 20px;
	}

	.footer-btn-container .btn {
		font-size: 16px;
		max-width: 100%;
	}
}


@media (min-width: 1350px) {
	.d-xxl-none {
		display: none !important;
	}

	.d-xxl-block {
		display: block !important;
	}

	.d-xxl-flex {
		display: flex !important;
	}

	.col-xxl-10 {
		width: 83.33333333%;
	}
}


.products-list--about .products-list__item-img {
	height: 100%;
}

@media (min-width:1200px) {
	.products-list--about .products-list__item-img {
		height: calc(100% - 103px);
	}
}
@media (min-width:1350px) {
	.products-list--about .products-list__item-img {
		height: calc(100% - 145px);
	}
}


.single-news .row-toggle .projects__content .projects__content--top .projects__title {
	font-size: 18px;
	line-height: 1.5;
	font-family: "noto-sans-med";
	margin: 0 0 10px 0;
	padding: 0;
}

.single-news .row-toggle .projects__content .projects__content--top .projects__descr {
	font-size: 12px;
}

@media (min-width:992px) {
	.single-news .row-toggle .projects__content .projects__content--top .projects__title {
		font-size: 24px;
	}
}

.single-news .row-toggle .projects__content .projects__numbers-descr,
.single-news .row-toggle .projects__content .projects__numbers-num {
	font-weight: 400;
	font-family: 'noto-sans';
}

.product-page .projects__title:not(.product-page .locks-items .projects__title) {
	font-family: "noto-sans-med";
	margin: 0 0 10px 0;
	padding: 0;
}

.product-page .projects__numbers-descr,
.product-page .projects__numbers-num {
	font-weight: 400;
}

.product__descr a.orange-btn {
	color: #fff;
}

.product__descr a.orange-btn:hover {
	color: #f37021
}

.product__descr a.orange-btn:visited {
	color: #fff;
}

@media (min-width:1200px) {
	.single-news-table tbody td span {
		font-size: 14px !important;
	}
}

@media (max-width: 1349px) {
	.mobile-no-display {
		display: none;
	}
}

@media (min-width: 1350px) {
	.desktop-no-display {
		display: none;
	}
}

.cookie-warning {
	position: fixed;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	z-index: 999999999;
	padding: 10px;
	background: #ffffff;
	border: none;
	border-radius: 5px;
	box-shadow: 0px 5px 10px 2px rgba(25, 30, 38, 0.15);
}

.cookie-warning__text {
	display: block;
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	color: #999;
}

.cookie-warning__text a {
	color: #999;
	cursor: pointer;
	text-decoration: underline !important;
}

.cookie-warning__text a:visited {
	color: #999;
}

.cookie-warning__btns {
	display: flex;
	justify-content: space-between;
}

.cookie-warning__btn,
.cookie-warning__show-more-btn {
	margin: 0 auto;
	padding: 12px 40px;
	max-height: 48px;
	border: 1px solid #00AEE6;
	border-radius: 100px;
	background-color: transparent;
	cursor: pointer;
	outline: none;
	min-width: 150px;
}

@media (min-width: 768px) {
	.cookie-warning {
		bottom: 20px;
		max-width: 91%;
		padding: 30px;
	}

	.cookie-warning__btn {
		min-width: 225px;
	}

	.cookie-warning__show-more-btn {
		display: none;
	}
}

@media (min-width: 1200px) {
	.cookie-warning {
		flex-direction: row;
		align-items: center;
		max-width: 95%;
	}

	.cookie-warning__text {
		margin-bottom: 0;
		margin-right: 30px;
	}
}

@media (min-width: 1440px) {
	.cookie-warning {
		max-width: 1360px;
	}
}

@media (max-width: 767px) {
	.cookie-warning__btn {
		background-color: #F37021;
		border-color: #F37021;
		color: #fff;
	}
	.cookie-warning__text {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
	}
}

@media (max-width: 767px) {
	.menu-mobile__title:not(.menu-mobile__title.open) .header-submenu-wrapper {
		display: none;
	}

	.menu-mobile__title.open + .header-submenu-wrapper {
		margin-top: -7px;
		transition: 0s;
		-webkit-transition: 0;
	}
}

@media (min-width: 1440px) {
	.header-submenu-wrapper:not(.header-submenu--small) {
		margin-top: 3px;
	}
}

@media (max-width: 1349px) {
	.header.page-header .header-email {
		color: #f37021;
	}
}

@media (min-width: 1200px) {
	.about-page .blue-form {
		padding: 74px 115px;
	}

	.about-page .blue-form .main-form__col {
		width: 50%;
	}

	.about-page .blue-form .block-title {
		max-width: 380px;
	}
}


.pir-new-slider {
	margin-bottom: 20px;
}
.pir-new-slider .slick-slide img {
	max-height: 400px;
	width: 100%;
	object-fit: cover;
}
.pir-new-slider .slick-dots {
	z-index: 10;
	position: absolute;
	left: 50%;
	bottom: -220px;
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	height: 48px;
	align-items: center;
	transform: translateX(-50%);
}
.pir-new-slider .slick-dots li {
	width: 8px;
	height: 8px;
	margin-right: 8px;
	border: 0;
	border-radius: 50%;
	font-size: 0;
	background-color: rgba(0, 0, 0, 0.1);
}
.pir-new-slider .slick-dots li.slick-active {
	background-color: #f37021;
}
.pir-new-slider .slick-dots li button {
	display: none;
}
.pir-new-slider-preview {
	display: block;
	padding: 0px 50px;
}
.pir-new-slider-preview__item {
	padding-right: 10px;
}
.pir-new-slider-preview img {
	max-height: 150px;
	width: 100%;
	object-fit: cover;
}
.pir-new-slider .slick-arrow {
	position: absolute;
	bottom: -115px;
	z-index: 9;
	width: 48px;
	height: 48px;
	border: 0;
	border-radius: 50%;
	cursor: pointer;
	background-color: transparent;
	background-image: url("data:image/svg+xml,%3Csvg width='10' height='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.5 15L1.5 8L8.5 1' stroke='black' stroke-width='2'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	font-size: 0;
}
.pir-new-slider .slick-arrow.slick-prev {
	left: 0;
}
.pir-new-slider .slick-arrow.slick-next {
	transform: rotate(180deg);
	right: 0;
}
.pir-new-slider .slick-arrow:hover {
	background-color: #f37021;
	background-image: url("data:image/svg+xml,%3Csvg width='10' height='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.5 15L1.5 8L8.5 1' stroke='white' stroke-width='2'/%3E%3C/svg%3E");
}
@media (max-width: 1199px) {
	.pir-new-slider-preview {
		display: none;
	}
	.pir-new-slider__item {
		margin-bottom: 50px;
	}
	.pir-new-slider .slick-dots {
		left: 50px;
		bottom: 0;
	}
	.pir-new-slider .slick-arrow {
		top: unset;
		bottom: 0;
	}
	.pir-new-slider .slick-arrow.slick-prev {
		right: 88px;
		left: unset;
	}
	.pir-new-slider .slick-arrow.slick-next {
		right: 20px;
	}
	.pir-new-slider .slick-slide img {
		min-height: 320px;
		width: 100%;
		object-fit: cover;
	}
}


.catalog--additional-header sup {
	font-weight: 400;
	color: #c4c4c4;
	position: relative;
	top: -18px;
	font-size: 20px;
	margin-left: 12px;
}

@media (max-width: 768px) {
	.catalog--additional-header sup {
		font-size: 15px;
		top: -12px;
		margin-left: 6px;
	}
}

.calculator__next {
	background-color: #f37021;
	color: #fff;
	border: 1px solid rgba(251, 89, 38, 0.3);
	width: 100%
}

#formDoNotFind-container button[type=submit]:hover {
	color: white;
}

#mineral {
	padding-top: 55px;
	margin-top: -55px;
}

@media (max-width: 990px) {
	#mineral {
		margin-top: 10px;
	}
}

@media (max-width: 767px) {
	#mineral {
		padding-top: 10px;
		margin-top: -10px;
	}
}

@media (min-width: 768px) {
	#mineral {
		padding-top: 55px;
		margin-top: -55px;
	}
}

/* End */


/* Start:/local/templates/profholod_2021-11-17/include_areas/ajax_preloader.css?168985276511028*/
#win8_wrapper{
	width: 100%;
	height: 100%;
	visibility: hidden;
	background-color: transparent;
	position: fixed;
	z-index: 1000000;
	top: 0;
	left: 0;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;			
}
#win8_wrapper.show {
	visibility: visible;
}
.windows8 {
	width: 50px;
	height: 50px;
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
}

.windows8 .wBall {
	position: absolute;
	width: 47px;
	height: 47px;
	opacity: 0;
	transform: rotate(225deg);
	-o-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
	-moz-transform: rotate(225deg);
	animation: orbit 3.3225s infinite;
	-o-animation: orbit 3.3225s infinite;
	-ms-animation: orbit 3.3225s infinite;
	-webkit-animation: orbit 3.3225s infinite;
	-moz-animation: orbit 3.3225s infinite;
}

.windows8 .wBall .wInnerBall{
	position: absolute;
	width: 5px;
	height: 5px;
	background-color: #00336F;
	border: 1px solid rgba(255,255,255,.3);
	left: 0px;
	top: 0px;
	border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.windows8 #wBall_1 {
	animation-delay: 0.726s;
	-o-animation-delay: 0.726s;
	-ms-animation-delay: 0.726s;
	-webkit-animation-delay: 0.726s;
	-moz-animation-delay: 0.726s;
}

.windows8 #wBall_2 {
	animation-delay: 0.143s;
	-o-animation-delay: 0.143s;
	-ms-animation-delay: 0.143s;
	-webkit-animation-delay: 0.143s;
	-moz-animation-delay: 0.143s;
}

.windows8 #wBall_3 {
	animation-delay: 0.2865s;
	-o-animation-delay: 0.2865s;
	-ms-animation-delay: 0.2865s;
	-webkit-animation-delay: 0.2865s;
	-moz-animation-delay: 0.2865s;
}

.windows8 #wBall_4 {
	animation-delay: 0.4295s;
	-o-animation-delay: 0.4295s;
	-ms-animation-delay: 0.4295s;
	-webkit-animation-delay: 0.4295s;
	-moz-animation-delay: 0.4295s;
}

.windows8 #wBall_5 {
	animation-delay: 0.583s;
	-o-animation-delay: 0.583s;
	-ms-animation-delay: 0.583s;
	-webkit-animation-delay: 0.583s;
	-moz-animation-delay: 0.583s;
}

@keyframes orbit {
	0% {
		opacity: 1;
		z-index:99;
		transform: rotate(180deg);
		animation-timing-function: ease-out;
	}

	7% {
		opacity: 1;
		transform: rotate(300deg);
		animation-timing-function: linear;
		origin:0%;
	}

	30% {
		opacity: 1;
		transform:rotate(410deg);
		animation-timing-function: ease-in-out;
		origin:7%;
	}

	39% {
		opacity: 1;
		transform: rotate(645deg);
		animation-timing-function: linear;
		origin:30%;
	}

	70% {
		opacity: 1;
		transform: rotate(770deg);
		animation-timing-function: ease-out;
		origin:39%;
	}

	75% {
		opacity: 1;
		transform: rotate(900deg);
		animation-timing-function: ease-out;
		origin:70%;
	}

	76% {
		opacity: 0;
		transform:rotate(900deg);
	}

	100% {
		opacity: 0;
		transform: rotate(900deg);
	}
}

@-o-keyframes orbit {
	0% {
		opacity: 1;
		z-index:99;
		-o-transform: rotate(180deg);
		-o-animation-timing-function: ease-out;
	}

	7% {
		opacity: 1;
		-o-transform: rotate(300deg);
		-o-animation-timing-function: linear;
		-o-origin:0%;
	}

	30% {
		opacity: 1;
		-o-transform:rotate(410deg);
		-o-animation-timing-function: ease-in-out;
		-o-origin:7%;
	}

	39% {
		opacity: 1;
		-o-transform: rotate(645deg);
		-o-animation-timing-function: linear;
		-o-origin:30%;
	}

	70% {
		opacity: 1;
		-o-transform: rotate(770deg);
		-o-animation-timing-function: ease-out;
		-o-origin:39%;
	}

	75% {
		opacity: 1;
		-o-transform: rotate(900deg);
		-o-animation-timing-function: ease-out;
		-o-origin:70%;
	}

	76% {
		opacity: 0;
		-o-transform:rotate(900deg);
	}

	100% {
		opacity: 0;
		-o-transform: rotate(900deg);
	}
}

@-ms-keyframes orbit {
	0% {
		opacity: 1;
		z-index:99;
		-ms-transform: rotate(180deg);
		-ms-animation-timing-function: ease-out;
	}

	7% {
		opacity: 1;
		-ms-transform: rotate(300deg);
		-ms-animation-timing-function: linear;
		-ms-origin:0%;
	}

	30% {
		opacity: 1;
		-ms-transform:rotate(410deg);
		-ms-animation-timing-function: ease-in-out;
		-ms-origin:7%;
	}

	39% {
		opacity: 1;
		-ms-transform: rotate(645deg);
		-ms-animation-timing-function: linear;
		-ms-origin:30%;
	}

	70% {
		opacity: 1;
		-ms-transform: rotate(770deg);
		-ms-animation-timing-function: ease-out;
		-ms-origin:39%;
	}

	75% {
		opacity: 1;
		-ms-transform: rotate(900deg);
		-ms-animation-timing-function: ease-out;
		-ms-origin:70%;
	}

	76% {
		opacity: 0;
		-ms-transform:rotate(900deg);
	}

	100% {
		opacity: 0;
		-ms-transform: rotate(900deg);
	}
}

@-webkit-keyframes orbit {
	0% {
		opacity: 1;
		z-index:99;
		-webkit-transform: rotate(180deg);
		-webkit-animation-timing-function: ease-out;
	}

	7% {
		opacity: 1;
		-webkit-transform: rotate(300deg);
		-webkit-animation-timing-function: linear;
		-webkit-origin:0%;
	}

	30% {
		opacity: 1;
		-webkit-transform:rotate(410deg);
		-webkit-animation-timing-function: ease-in-out;
		-webkit-origin:7%;
	}

	39% {
		opacity: 1;
		-webkit-transform: rotate(645deg);
		-webkit-animation-timing-function: linear;
		-webkit-origin:30%;
	}

	70% {
		opacity: 1;
		-webkit-transform: rotate(770deg);
		-webkit-animation-timing-function: ease-out;
		-webkit-origin:39%;
	}

	75% {
		opacity: 1;
		-webkit-transform: rotate(900deg);
		-webkit-animation-timing-function: ease-out;
		-webkit-origin:70%;
	}

	76% {
		opacity: 0;
		-webkit-transform:rotate(900deg);
	}

	100% {
		opacity: 0;
		-webkit-transform: rotate(900deg);
	}
}

@-moz-keyframes orbit {
	0% {
		opacity: 1;
		z-index: 99;
		-moz-transform: rotate(180deg);
		-moz-animation-timing-function: ease-out;
	}

	7% {
		opacity: 1;
		-moz-transform: rotate(300deg);
		-moz-animation-timing-function: linear;
		-moz-origin: 0%;
	}

	30% {
		opacity: 1;
		-moz-transform: rotate(410deg);
		-moz-animation-timing-function: ease-in-out;
		-moz-origin: 7%;
	}

	39% {
		opacity: 1;
		-moz-transform: rotate(645deg);
		-moz-animation-timing-function: linear;
		-moz-origin: 30%;
	}

	70% {
		opacity: 1;
		-moz-transform: rotate(770deg);
		-moz-animation-timing-function: ease-out;
		-moz-origin: 39%;
	}

	75% {
		opacity: 1;
		-moz-transform: rotate(900deg);
		-moz-animation-timing-function: ease-out;
		-moz-origin: 70%;
	}

	76% {
		opacity: 0;
		-moz-transform: rotate(900deg);
	}

	100% {
		opacity: 0;
		-moz-transform: rotate(900deg);
	}
}

.preloader {
	width: 145px;
	height: 140px;
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
}

.preloader .preloader-dot {
	position: absolute;
	width: 30px;
	height: 145px;
}

.preloader .preloader-dot .preloader-dot__inner {
	position: absolute;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	rotate: 10deg;
}

.preloader .preloader-dot__1 .preloader-dot__inner,
.preloader .preloader-dot__2 .preloader-dot__inner {
	background-color: #f37021;
}

.preloader .preloader-dot__3 .preloader-dot__inner,
.preloader .preloader-dot__4 .preloader-dot__inner {
	background-color: #00aee6;
}

.preloader .preloader-dot__1 .preloader-dot__inner {
	top: 0;
	left: 0;
	animation: jump1 2s infinite;
	-o-animation: jump1 2s infinite;
	-ms-animation: jump1 2s infinite;
	-webkit-animation: jump1 2s infinite;
	-moz-animation: jump1 2s infinite;
}

.preloader .preloader-dot__2 .preloader-dot__inner {
	top: 0;
	left: 40px;
	animation: jump2 2s infinite 0.25s;
	-o-animation: jump2 2s infinite 0.25s;
	-ms-animation: jump2 2s infinite;
	-webkit-animation: jump2 2s infinite 0.25s;
	-moz-animation: jump2 2s infinite 0.25s;
}

.preloader .preloader-dot__3 .preloader-dot__inner {
	top: 0;
	left: 75px;
	animation: jump3 2s infinite 0.35s;
	-o-animation: jump3 2s infinite 0.5s;
	-ms-animation: jump3 2s infinite 0.5s;
	-webkit-animation: jump3 2s infinite 0.5s;
	-moz-animation: jump3 2s infinite 0.5s;
}

.preloader .preloader-dot__4 .preloader-dot__inner {
	top: 0;
	left: 115px;
	animation: jump4 2s infinite 0.45s;
	-o-animation: jump4 2s infinite 0.75s;
	-ms-animation: jump4 2s infinite 0.75s;
	-webkit-animation: jump4 2s infinite 0.75s;
	-moz-animation: jump4 2s infinite 0.75s;
}

@keyframes jump1 {
	0% {
		opacity: 1;
		z-index:99;
		transform: translateY(0);
		animation-timing-function: ease-in-out;
	}

	20% {
		opacity: 1;
		transform: translateY(100px);
		animation-timing-function: ease-in-out;
	}

	30% {
		opacity: 1;
		transform:translateY(0);
		animation-timing-function: ease-in-out;
	}

	40% {
		opacity: 1;
		transform:translateY(45px);
		animation-timing-function: ease-in-out;
	}

	80% {
		opacity: 1;
		transform:translateY(45px);
		animation-timing-function: ease-in-out;
	}

	85% {
		opacity: 1;
		height: 100px;
		border-radius: 50% / 20%;
		animation-timing-function: ease-in-out;
	}

	90% {
		opacity: 1;
		height: 100px;
		border-radius: 50% / 20%;
		animation-timing-function: ease-in-out;
	}

	100% {
		opacity: 1;
		height: 100px;
		border-radius: 50% / 20%;
		animation-timing-function: ease-in-out;
	}
}

@keyframes jump2 {
	0% {
		opacity: 1;
		z-index:99;
		transform: translateY(0);
		animation-timing-function: ease-in-out;
	}

	20% {
		opacity: 1;
		transform: translateY(100px);
		animation-timing-function: ease-in-out;
	}

	30% {
		opacity: 1;
		transform:translateY(0);
		animation-timing-function: ease-in-out;
	}

	40% {
		opacity: 1;
		transform:translateY(45px);
		animation-timing-function: ease-in-out;
	}

	90% {
		opacity: 1;
		transform:translateY(45px);
		height: 70px;
		border-radius: 50% / 30%;
		animation-timing-function: ease-in-out;
	}


	100% {
		opacity: 1;
		transform:translateY(45px);
		height: 70px;
		border-radius: 50% / 30%;
		animation-timing-function: ease-in-out;
	}
}

@keyframes jump3 {
	0% {
		opacity: 1;
		z-index:99;
		transform: translateY(0);
		animation-timing-function: ease-in-out;
	}
	

	20% {
		opacity: 1;
		transform:translateY(100px);
		animation-timing-function: ease-in-out;
	}

	30% {
		opacity: 1;
		transform:translateY(0);
		animation-timing-function: ease-in-out;
	}

	40% {
		opacity: 1;
		transform:translateY(10px);
		animation-timing-function: ease-in-out;
	}

	90% {
		opacity: 1;
		transform:translateY(10px);
		height: 100px;
		border-radius: 50% / 20%;
		animation-timing-function: ease-in-out;
	}

	100% {
		opacity: 1;
		transform:translateY(10px);
		height: 100px;
		border-radius: 50% / 20%;
		animation-timing-function: ease-in-out;
	}
}

@keyframes jump4 {
	0% {
		opacity: 1;
		z-index:99;
		transform: translateY(0);
		animation-timing-function: ease-in-out;
	}


	20% {
		opacity: 1;
		transform: translateY(100px);
		animation-timing-function: ease-in-out;
	}

	30% {
		opacity: 1;
		transform:translateY(0);
		animation-timing-function: ease-in-out;
	}

	40% {
		opacity: 1;
		transform:translateY(45px);
		animation-timing-function: ease-in-out;
	}

	90% {
		opacity: 1;
		transform:translateY(45px);
		height: 70px;
		border-radius: 50% / 30%;
		animation-timing-function: ease-in-out;
	}

	100% {
		opacity: 1;
		transform:translateY(45px);
		height: 70px;
		border-radius: 50% / 30%;
		animation-timing-function: ease-in-out;
	}
}
/* End */


/* Start:/local/templates/profholod_2021-11-17/styles.css?173692866125*/
blockquote {
	
}

p {
	
}
/* End */


/* Start:/local/templates/profholod_2021-11-17/template_styles.css?173712641951121*/
@font-face {
    font-family: "noto-sans";
    src: url("/local/templates/profholod_2021-11-17/assets/fonts/noto-sans.woff") format("woff"), url("/local/templates/profholod_2021-11-17/assets/fonts/noto-sans.woff2") format("woff2");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "noto-sans-thin";
    src: url("/local/templates/profholod_2021-11-17/assets/fonts/noto-sans-thin.woff") format("woff"), url("/local/templates/profholod_2021-11-17/assets/fonts/noto-sans-thin.woff2") format("woff2");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "noto-sans-light";
    src: url("/local/templates/profholod_2021-11-17/assets/fonts/noto-sans-light.woff") format("woff"), url("/local/templates/profholod_2021-11-17/assets/fonts/noto-sans-light.woff2") format("woff2");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "noto-sans-med";
    src: url("/local/templates/profholod_2021-11-17/assets/fonts/noto-sans-med.woff") format("woff"), url("/local/templates/profholod_2021-11-17/assets/fonts/noto-sans-med.woff2") format("woff2");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "noto-sans-semibold";
    src: url("/local/templates/profholod_2021-11-17/assets/fonts/noto-sans-semibold.woff") format("woff"), url("/local/templates/profholod_2021-11-17/assets/fonts/noto-sans-semibold.woff2") format("woff2");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "noto-sans-bold";
    src: url("/local/templates/profholod_2021-11-17/assets/fonts/noto-sans-bold.woff") format("woff"), url("/local/templates/profholod_2021-11-17/assets/fonts/noto-sans-bold.woff2") format("woff2");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "ttc-reg";
    src: url("/local/templates/profholod_2021-11-17/assets/fonts/ttc-reg.woff") format("woff"), url("/local/templates/profholod_2021-11-17/assets/fonts/ttc-reg.woff2") format("woff2");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "ttc-med";
    src: url("/local/templates/profholod_2021-11-17/assets/fonts/ttc-med.woff") format("woff"), url("/local/templates/profholod_2021-11-17/assets/fonts/ttc-med.woff2") format("woff2");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "ttc-bold";
    src: url("/local/templates/profholod_2021-11-17/assets/fonts/ttc-bold.woff") format("woff"), url("/local/templates/profholod_2021-11-17/assets/fonts/ttc-bold.woff2") format("woff2");
    font-style: normal;
    font-weight: normal;
}
.inputfile, .js .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label span {
    font-size: 14px;
}

.s-benefits h2 {
    font-size: 24px;
    line-height: 1.5;
    font-family: "noto-sans-med";
    color: #000000;
}

.single-news .news-item__date {
	color: rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 768px) {
    .s-waht h2, .s-benefits h2 {
		font-size: 48px;
    }
}

.s-waht .list__build .row {
    margin-left: -5px;
    margin-right: -5px;
}

.s-waht .list__build [class*=col] {
    padding-left: 5px;
    padding-right: 5px;
}

.s-waht__img {
    position: relative;
    margin-bottom: 20px;
}

.s-waht__img:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8px;
    background-color: #f37021;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}

.s-waht img {
    width: 100%;
    height: auto;
}

.s-waht a:hover .s-waht__img:after {
    opacity: 1;
    visibility: visible;
}

.s-waht a:hover span {
    color: #f37021;
}

.s-waht .list__build span {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
    font-size: 16px;
}


@media screen and (min-width: 768px) {
    .s-waht .list__build span {
		font-size: 18px;
    }
}

.s-waht a.btn {
    margin-top: 10px;
    padding: 14px 30px;
    font-size: 16px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
}

.s-benefits {
    position: relative;
    z-index: 10;
}

.s-benefits__slogan {
    font-size: 20px;
    line-height: 1.5;
    font-family: "noto-sans-med";
    margin-top: 40px;
}

.s-benefits__slogan:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
    height: 2px;
    background-color: #00aee6;
}

@media screen and (min-width: 768px) {
    .s-benefits__slogan {
		font-size: 32px;
    }
}

.s-benefits__info {
    font-size: 20px;
    line-height: 1.5;
    font-family: "noto-sans-med";
}

@media screen and (min-width: 768px) {
    .s-benefits__info {
        font-size: 32px;
		margin-top: -50px;
    }
}

@media screen and (min-width: 992px) {
    .s-benefits__info {
		margin-top: -200px;
    }
}

.s-benefits__info span {
    color: #f37021;
}

@media screen and (min-width: 992px) {
    .s-benefits .block__map {
		margin-top: -50px;
    }
}

.s-background {
    position: relative;
    overflow: hidden;
}

.s-background .bg-one,
.s-background .bg-two {
    width: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
}

.s-background .bg-one {
    z-index: 0;
    bottom: -580px;
}

.main-form__btn button[disabled] {
    color: #36353a;
}

.main-form__btn .main-form__check-label .icheckbox {
    pointer-events: none;
}

.module_filter_news {
    margin-top: 50px;
}

.module_filter_news2 {
    margin-top: 0;
}

.module_filter_news .filter--title {
    padding: 6px 20px 6px 40px;
}

.news-list__banner .products-list__item-link:before {
    padding-top: 60%;
}

.s-order--single.news-list__banner2 .s-order.bg-orange {
    margin-bottom: 50px;
}

.news-list__banner .products-list__item-banner h3 {
    font-size: 32px;
    width: 100%;
}

.news-list__banner .products-list__item-banner {
    flex-direction: column;
}

.news-list__banner .products-list__item-img img {
    object-fit: initial;
}

.all-news .no-results-tags {
    margin-bottom: 200px;
    margin-top: 30px;
    margin-left: 42px;
    font-size: 22px;
}

.footer_menu_container {
    position: relative;
}

.footer_menu_container .new_icon_mobile {
    position: absolute;
    right: 5px;
    top: 23px;
}

.footer_menu_container .new_icon_mobile.open {
    transform: rotate(180deg);
}

.page-item.nav_begin .page-link {
    width: auto;
    padding: 15px 30px;
    border-radius: 40px;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
}
@media(min-width: 1200px) {
    .page-item.nav_begin .page-link {
        font-size: 16px;
    }
}

.page-item.nav_begin.mobile {
    display: none;
}

.pagination .devider {
    margin-right: 8px;
    margin-bottom: 8px;
    width: 40px;
    text-align: center;
    font-size: 15px;
}

.header-info-line {
    justify-content: flex-end;
}

.header-search {
    margin-left: 0;
}

.product-page .main-form textarea {
    padding-bottom: 0 !important;
}

.locks-items .projects__img:before {
    padding-top: 60%;
}

.locks-items .projects__img img {
    z-index: -1;
    object-fit: initial;
}

.locks-items .projects__img .projects__title {
    height: auto;
    margin-top: 100px;
}

.locks-items .projects__img .white-btn {
    position: absolute;
    bottom: 40px;
    left: 40px;
    padding: 16px 40px;
}

.product-list--video .projects__img:before {
    padding-top: 56.25%;
}

.product-page .uppercase {
    text-transform: uppercase;
}

.design-features ul {
  list-style-type: none;
    margin-left: 20px;
}

.design-features li {
  position: relative;
  padding-left: 25px;
}

.design-features li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #f37021;
}

.design-features ol li:before {
  display: none;
}

.table-block--specification .table-block__table.center-text tr td:first-child,
.table-block--specification .table-block__table.center-text tr td[rowspan] + td,
.table-block--specification-two .table-block__table.center-text tr td {
    text-align: center;
}

.table-block--specification .table-block__table.center-text tr th:last-child {
    border-right: 2px solid #ffffff;
    border: 2px solid #ffffff;
}

.design-features ol {
    list-style: decimal;
    margin-left: 20px;
}

.design-features ol li {
    padding-left: 10px;
}

.design-features li,
.design-features p,
.design-features a {
    font-size: 14px;
    line-height: 1.8;
}

.design-features a {
    color: #ff710f;
    text-decoration: none;
}

.design-features a:hover {
    color: #ff710f;
    text-decoration: underline;
}

.design-features ul.product-cost__list {
    list-style: none;
}

.design-features ol .product-cost__item:before {
    display: none;
}

.design-features ol .product-cost__item {
    padding-left: 10px;
}

.header-logo--desctop {
    z-index: 12;
}

.header-nav-list > li:hover .header-submenu-wrapper {
    z-index: 11;
}

.product-page .header-nav-list > li:hover .header-submenu-wrapper,
.single-news .header-nav-list > li:hover .header-submenu-wrapper {
    z-index: 5;
}

.product-page .s-top-content__item-right {
    text-align: right;
}

.jobs-page .blue-form {
    z-index: 0;
}

.all-news .form-custom-handler .header-bottom__search-btn {
    align-self: flex-start !important;
}

.all-news .news-bottom-bunner .main-form__title {
    max-width: 440px;
    margin-bottom: 40px;
}

.all-news .news-bottom-bunner .s-order__content p {
    margin-bottom: 30px;
}

.all-news .news-bottom-bunner .s-order__content {
    margin-top: 50px;
}

.all-news .news-bottom-bunner .s-order {
    padding-bottom: 20px;
    padding-top: 20px;
}

.all-news .form-control {
    display: block;
    width: 100%;
    height: -webkit-calc(1.5em + 0.75rem + 2px);
    height: -moz-calc(1.5em + .75rem + 2px);
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    -moz-background-clip: padding-box;
    -o-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -moz-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out, -moz-box-shadow 0.15s ease-in-out;
}

.all-news .header-bottom__search-input:hover,
.all-news .header-bottom__search-input:active,
.all-news .header-bottom__search-input:focus {
    border-bottom: 1px solid #80bdff;
}

.all-news .header-bottom__inner .js-message-form {
    position: absolute;
}

.all-news .header-bottom__search-input:focus-visible {
    outline: none;
}

.all-news .header-bottom__search-input {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 16px;
    padding-left: 0;
    color: #000;
}

.all-news .main-form textarea {
    resize: none;
    overflow-wrap: break-word;
    height: 32px;
    font-size: 16px;
    line-height: 1;
    overflow: hidden;
}

.all-news .main-form .btn {
    width: 100%;
    max-width: 238px;
}

.modal-close .icon-icon-close {
    filter: invert(1);
}

.jobs-page .main-form__btn button {
    font-size: 16px;
}

.jobs-page-single .block-title.block-title--sm {
    color: #000;
}

.block-title.block-title--sm {
    color: #fff;
}

.header-search .nav-info__link {
    color: #000;
    text-decoration: none;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}

.header-search .nav-info__link:hover {
    text-decoration: none;
    color: #f37021;
}

.products-page .s-order__content ul {
    margin-left: 1px;
}

.product-page .table-block--specification-subtitle {
    padding: 25px 22px 20px;
    font-weight: normal;
    color: #ffffff;
    font-size: 16px;
    border-left: 2px solid #f3f3f3;
    border-right: 2px solid #f3f3f3;
    background: #00aee6;
}

.product-page .table-block__table.white_borders tr th:last-child,
.product-page .table-block__table.white_borders tr th {
    border: 2px solid #fff;
    border-right: 2px solid #fff;
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
}

.product-page .table-block--specification .table-block__table tr th {
    font-size: 16px;
    font-weight: normal;
}

.product-page .table-block__table.white_borders tr td:first-child {
    text-align: center;
}

.product-page .table-block__table.white_borders {
    border-bottom: 2px solid #f3f3f3;
}

.product-page .product__table .table-block__icon {
    position: relative;
    transform: rotate(180deg);
}

.product-page .product__table .table-block__icon svg {
    display: none;
}

.product-page .product__table .table-block__icon:before {
    content: "";
    width: 14px;
    height: 14px;
    display: block;
    background-image: url("/local/templates/profholod_2021-11-17/assets/img/up-down.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.product-page .product__table .table-block__switch:hover .table-block__icon:before {
    filter: invert(1);
}

.product-page .product__table .table-block__switch.active .table-block__icon {
    transform: none;
}

.product-page .block-title.big_h2 {
    font-size: 48px;
}

html {
    scroll-behavior: smooth;
}

.price-page .feed-trick {
    display: none;
}

.modal.modal--consultation form#formFreeConsultation .form-block-button-hidden {
    display: none;
}

.modal.modal--consultation form#formFreeConsultation .form-block-title-success {
    text-align: center;
}

.modal.modal--consultation form#formFreeConsultation .main-form__title {
    margin-top: 0;
}

.modal.modal--consultation form#formFreeConsultation .main-form__text {
    margin-bottom: 20px;
}

.modal.modal--consultation form#formFreeConsultation .js-message-form {
    text-align: center;
    margin-bottom: 20px;
}

.product-page .main-form {
    margin-bottom: 90px;
}

.main-form .header-bottom__search-form .form-control {
    font-size: 24px;
    padding-bottom: 10px;
}

.main-form .header-bottom__search-form small {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
}

.main-form .header-bottom__search-btn .btn {
    font-size: 16px;
    line-height: 24px;
    padding: 20px 30px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
}

.select2-container--default .drop-white {
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
    border: 1px solid #e2e2e2;
}

.select2-container--default .drop-white .select2-results__option {
    font-size: 14px;
    line-height: normal;
    font-family: "noto-sans-light";
}

.select2-container--default .drop-white .select2-results__option--highlighted[aria-selected] {
    background: #f37021;
}

.select2-container--default .drop-white .select2-results__option[aria-selected=true] {
    background: #00aee6;
    color: #ffffff;
}

.btn--simple {
    font-size: 18px;
    padding: 24px 30px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
}

.link-toggle {
    cursor: pointer;
    position: relative;
}

.link-toggle i {
    width: 34px;
    height: 34px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    position: relative;
}

.link-toggle i svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    fill: none;
}

.link-toggle.is-open i svg {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    -moz-transform: translate(-50%, -50%) rotate(180deg);
    -ms-transform: translate(-50%, -50%) rotate(180deg);
    -o-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
}

.link-toggle:hover {
    color: #f37021;
}

.main-img__link {
    fill: #cdcdcd;
    stroke: #fff;
    stroke-width: 0.025rem;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    -moz-transition: 0.25s;
    transition: 0.25s;
}

.main-img__link:hover {
    fill: #fb5926;
}

section h2 {
    font-size: 32px;
    line-height: 1.5;
}

@media screen and (min-width: 768px) {
    section h2 {
		font-size: 48px;
    }
}

section h2.title__text--small {
    font-size: 54px;
    line-height: 60px;
}

.main-form {
    background: #00aee6;
    color: #ffffff;
}

.main-form__title {
    font-size: 20px;
    line-height: 1.5;
    font-family: "noto-sans-med";
}

.products-page .main-form__title,
.constructor-page .main-form__title {
    margin-top: 0;
}

@media screen and (min-width: 768px) {
    .products-page .main-form {
        padding: 80px 150px 80px 32px;
    }

    .products-page .main-form__title {
		font-size: 32px;
    }

    .products-page .main-form__text {
        margin-bottom: 20px;
    }

    .products-page .main-form .form-control,
    .about-page .blue-form .form-control {
        height: 74px !important;
        padding-top: 40px;
        padding-bottom: 5px;
    }

    .products-page .main-form button.btn {
        margin-left: 0;
        margin-right: 65px !important;
    }

    .main-form__btn .main-form__check-label .icheckbox {
        margin-right: 15px;
    }

}

@media screen and (min-width: 1200px) {
    .products-page .main-form {
        padding: 72px 115px;
    }

    .products-page .main-form__title {
        padding-top: 20px;
    }

    .products-page .main-form button.btn {
        margin-right: 55px !important;
    }
}

.main-form .form-control {
    background: none;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    padding-left: 0;
    font-size: 14px;
    line-height: 1.4;
    font-family: "noto-sans";
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    padding-top: 0;
    padding-bottom: 15px;
}

.main-form .form-control.placeholder {
    color: #fff;
}

.main-form .form-control:-moz-placeholder {
    color: #fff;
}

.main-form .form-control::-moz-placeholder {
    color: #fff;
}

.main-form .form-control:-ms-input-placeholder {
    color: #fff;
}

.main-form .form-control::-webkit-input-placeholder {
    color: #fff;
}

.main-form .form-control:-webkit-autofill,
.main-form .form-control:-webkit-autofill:hover,
.main-form .form-control:-webkit-autofill:focus,
.main-form .form-control:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #00aee6 inset !important;
    -webkit-text-fill-color: #fff !important;
    border-bottom: 1px solid #66cef0;
}

.main-form__btn,
.main-form__text {
    font-family: "noto-sans";
}

.main-form__text {
    font-size: 14px;
    line-height: 1.5;
}

.main-form__text br {
    display: none;
}

@media screen and (min-width: 768px) {
    .main-form__text br {
        display: inline;
    }
}

.main-form__text--small {
    font-size: 18px;
    line-height: 24px;
    font-family: "noto-sans";
}

.main-form__btn {
    font-size: 18px;
    line-height: 22px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (min-width: 768px) {
    .main-form__btn {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
		flex-direction: row;
    }
}

.main-form__btn button {
    font-size: 14px;
    padding: 16px 50px;
    min-width: 240px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    font-family: "noto-sans";
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 30px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

@media screen and (min-width: 768px) {
    .main-form__btn button {
        padding: 16px 30px;
        min-width: auto;
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
        -webkit-box-ordinal-group: initial;
        -webkit-order: initial;
        -moz-box-ordinal-group: initial;
        -ms-flex-order: initial;
        order: initial;
		margin-top: 0;
    }
}

@media screen and (min-width: 992px) {
    .main-form__btn button {
		font-size: 16px;
    }
}

@media screen and (min-width: 768px) {
    .main-form__btn span {
		max-width: 330px;
    }
}

.main-form__check-label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.main-form-noresult {
    background: #F8F8F8;
    color: #000000;
}

.main-form-noresult h2 {
    font-size: 40px;
    line-height: 50px;
    color: #000000;
}

.main-form-noresult .form-control {
    padding-bottom: 15px;
    color: #000000;
    border-bottom: 1px solid #000;
}

.main-form-noresult .form-control.placeholder {
    color: #000000;
}

.main-form-noresult .form-control:-moz-placeholder {
    color: #000000;
}

.main-form-noresult .form-control::-moz-placeholder {
    color: #000000;
}

.main-form-noresult .form-control:-ms-input-placeholder {
    color: #000000;
}

.main-form-noresult .form-control::-webkit-input-placeholder {
    color: #000000;
}

.main-form input:not(.inputfile),
.main-form textarea {
    width: 100%;
}

.main-form input:focus-visible {
    outline: none;
}

.main-form .btn--white:hover {
    background-color: transparent;
    color: #fff;
}

.main-form .btn--white {
    border: 1px solid #fff;
}

.form.about-form .col input {
    padding-top: 0 !important;
    padding-bottom: 15px !important;
    font-size: 16px;
}

.form.about-form .btn.white-btn {
    padding: 16px 30px;
}

.footer {
    font-family: "noto-sans";
    letter-spacing: 0.03em;
}

.footer-bottom a:not(.btn) {
    color: rgba(255, 255, 255, 0.5);
}

.footer-center .block-title {
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 20px;
}

.footer-center .block-title.first-elem {
    color: #fff;
}

.footer-center .footer_links_h5.block-title.first-elem {
    color: #ffffff;
    text-decoration: none;
}

.footer-center .footer_links_h5.block-title.first-elem:hover {
    color: #f37021;
}

.footer-nav-list li a {
    font-size: 14px;
    line-height: 1.7;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.5);
    padding-bottom: 10px;
}

.footer-nav-list li a:hover {
    color: #f37021 !important;
    text-decoration: none;
}

.footer-nav-list {
    margin-bottom: 60px;
}

.footer-top {
    padding: 42px 0 50px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

.gototop {
    width: 74px;
    height: 74px;
    position: fixed;
    bottom: 15px;
    right: 10%;
    display: none;
    cursor: pointer;
    z-index: 10;
}

.gototop:hover {
    border-radius: 50%;
}

.gototop img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

.footer-email {
    margin-top: 3px;
}

.footer-bottom {
    padding-top: 30px !important;
    padding-bottom: 10px !important;
    color: rgba(255, 255, 255, 0.5);
}

.footer-bottom .align-items-center {
    justify-content: space-between;
}

@media (min-width: 1200px) {
    .footer-bottom .col-lg-3:last-child {
        width: 28%;
    }
}

.price-page .module__form--price .form-group .btn {
    font-size: 16px;
    padding: 16px 30px;
}

.price-page .s-order.bg-orange .btn {
    font-size: 16px;
    padding: 16px 30px;
}

.price-page .header-bottom .orange-btn.js-getCounsult {
    max-width: 333px;
    margin: 0;
    padding: 14px 20px;
}

.products-page .products-list__list li {
    margin-bottom: 2px;
}

.products-page .products-list__list {
    padding: 20px 32px 15px;
}

.products-list__item-img .products-list__list a {
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    text-decoration: none;
}

.products-list__item-img .products-list__list a:hover {
    text-decoration: underline;
}

.products-list__list,
.products-list__list p {
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    text-decoration: none;
}

.products-page .main-form .form-group {
    margin-top: 0;
    margin-bottom: 0 !important;
}

.products-page .main-form__btn .btn {
    width: auto;
}

.price-page .header-bottom .header-bottom__inner {
    flex-direction: column;
}

@media (min-width: 1200px) {
    .price-page .header-bottom .header-bottom__inner.row {
        margin-left: -13px;
    }
}

.price-page .header-bottom .header-bottom__inner h1 {
    margin: 52px 0 20px;
}

.price-page .header-bottom .description {
    max-width: 550px;
}

.block__vocation--detail-list .link-toggle {
    cursor: text;
}

.block__vocation--detail-list .link-toggle:hover {
    color: black;
}

.jobs-page-single .s-career {
    margin-bottom: 50px;
}

.jobs-page-single .blue-form .form .custom-checkbox {
    margin-left: 0;
}

.jobs-page-single .block__vocation--detail-info span {
    font-weight: 600;
}

.module__form--price.form-success-hide .col {
    visibility: hidden;
}

#formGetPrices .custom-checkbox .text {
    color: #fff;
}

#formGetPrices .js-message-form {
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
}

.header-nav-list.mobile_old_link.d-xl-flex {
    display: none !important;
}

.list__vacation a {
    text-decoration: none;
    color: #000;
    transition: 0s;
}

.list__vacation a:hover {
    color: #fff;
}

.module__form--price.form-success-hide #formGetPrices .js-message-form {
    visibility: visible;
    position: absolute;
    width: 90%;
    left: 5%;
    top: 130px;
    font-size: 32px;
}

.news-header-buttoms {
    position: relative;
}

.news-header-buttoms .add-to-calendar {
    position: absolute;
    left: 300px;
    bottom: 10px;
}

.news-header-buttoms .add-to-calendar .orange-btn {
    display: flex;
    align-items: center;
    padding: 12px 40px;
    border: 2px solid #f37021;
}

.news-header-buttoms .add-to-calendar .orange-btn:hover {
    background-color: transparent;
    color: #fff;
}

.news-header-buttoms .add-to-calendar .orange-btn i {
    display: inline-block;
    margin-right: 15px;
    width: 24px;
    height: 24px;
    background-image: url("/local/templates/profholod_2021-11-17/assets/img/calendar.png");
    background-size: contain;
}

.footer-bottom .btn {
    font-size: 14px;
    padding: 14px 30px;
}

@media (min-width: 1200px) {
    .footer-bottom .btn {
        font-size: 16px;
    }
}

.social-icon.linkedin-ico {
    width: 18px;
    height: 18px;
    display: block;
    background-image: url("https://profholod.com/local/templates/profholod_new/img/linkedin1.png");
    background-repeat: no-repeat;
    background-size: contain;
    transition: 0.3s;
    margin: 7px 7px 7px 15px;
}

.social-icon.linkedin-ico:hover {
    background-image: url("https://profholod.com/local/templates/profholod_new/img/linkedin2.png");
    transition: 0.3s;
}

.social-icon.instagram-ico {
    width: 18px;
    height: 18px;
    display: block;
    background-image: url("https://profholod.com/local/templates/profholod_new/img/instagram1.png");
    background-repeat: no-repeat;
    background-size: contain;
    transition: 0.3s;
    margin: 7px 7px 7px 15px;
}

.social-icon.instagram-ico:hover {
    background-image: url("https://profholod.com/local/templates/profholod_new/img/instagram2.png");
    transition: 0.3s;
}

.hidden_slider .product-slider__slider.js-product-slider {
    display: none;
}

.hidden_slider .product-slider__slider.js-product-slider.is-active {
    display: block;
}

.single-news .news-list__banner2 .s-order__title {
    font-size: 32px;
}


#news-subscribe-modal.modal {
    background-color: rgba(0, 0, 0, 0.5490196078);
}

#news-subscribe-modal .main-form__title {
    margin-top: 0;
    line-height: 1;
}

#news-subscribe-modal .modal-body {
    text-align: center;
}

#news-subscribe-modal.modal--consultation .modal-dialog {
    max-width: 650px;
}

#formGetNews.form-success-visible .js-message-form {
    display: none !important;
}

.product-page .mCustomScrollbar {
    -ms-touch-action: inherit;
    touch-action: inherit;
}

@media (min-width: 767px) {
    .block-title--md {
        font-size: 32px;
        margin-bottom: 20px;
    }
}

@media screen and (min-width: 768px) {
    .s-waht h2,
    .s-benefits h2 {
        font-size: 48px;
    }

    .s-waht .list__build span {
        font-size: 18px;
    }

    .s-benefits__slogan {
        font-size: 32px;
    }

    .s-benefits__info {
        font-size: 32px;
        margin-top: -50px;
    }

    section h2 {
        font-size: 48px;
    }

    .main-form__title {
        font-size: 32px;
    }

    .main-form__text br {
        display: inline;
    }

    .main-form__btn {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .main-form__btn button {
        padding: 16px 30px;
        min-width: auto;
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
        -webkit-box-ordinal-group: initial;
        -webkit-order: initial;
        -moz-box-ordinal-group: initial;
        -ms-flex-order: initial;
        order: initial;
        margin-top: 0;
    }

    .main-form__btn span {
        max-width: 330px;
    }
}

@media screen and (min-width: 992px) {
    .s-benefits__info {
        margin-top: -200px;
    }

    .s-benefits .block__map {
        margin-top: -50px;
    }

}

@media (min-width: 992px) {
  .block-title--sale {
    font-size: 48px;
    line-height: 1.2;
  }

}

@media (min-width: 1350px) {
    .about-map__text {
        left: 1px;
    }

    .header-email,
    .header-phone {
        padding-left: 21px;
    }
}

@media (max-width: 1399px) {
    .module_filter_news .filter--title {
        padding: 6px 20px 6px 0px;
    }

    .module__filter--products.module_filter_news {
        margin: 0 15px;
    }

    .module__filter--products.module_filter_news .link__filter {
        margin-bottom: 15px;
    }
}

@media (max-width: 1349px) {
    .header-nav-col {
        padding-top: 25px;
    }
}

@media (max-width: 1200px) {
  .all-news .main-form .btn {
    max-width: 190px;
  }
}

@media (max-width: 1199px) {
    .single-news .main-form {
        padding: 70px 115px;
    }

    .all-news .news-bottom-bunner .s-order {
        margin: 0 -15px;
    }

    /* .header-nav {
        height: auto;
    } */

    .all-news .news-header-buttoms .add-to-calendar {
        left: 0;
        bottom: -15px;
    }

    .s-order--single.news-list__banner2 .s-order__content {
        margin-top: 78px;
    }

    .s-order--single.news-list__banner2 .s-order {
        margin-bottom: 40px;
    }

    .locks-items .projects__img .projects__title {
        margin-top: 45px;
        line-height: 1.5;
    }

    .locks-items .projects__img:before {
        padding-top: 62%;
    }

    .product-page .locks-items .projects__img .projects__title {
        font-size: 24px;
    }

    .product-list--video .projects__img:before {
        padding-top: 56.25%;
    }

    body.menu-open {
        overflow: inherit;
    }

    .header {
        z-index: 11;
    }

    #menu-mobile .header-nav-list > li > a {
        font-family: "noto-sans-med";
    }

    .header-nav-list.mobile_old_link.d-xl-flex {
        display: flex !important;
    }

    .price-page .list__download a.d-flex {
        align-items: flex-start;
    }

    .jobs-page .form__vocation .custom-checkbox {
        width: 70%;
        float: right;
    }

    .jobs-page .form__vocation .btn {
        max-width: 240px;
    }

    .news-list__banner .products-list__item-banner h3 {
        font-size: 28px;
    }

    .news-list__banner .products-list__item-banner {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        align-items: flex-start;
    }

    .news-list__banner .products-list__item-link {
        position: relative;
    }

    .news-list__banner .products-list__item-link:before {
        display: block;
    }

    .news-list__banner .products-list__item-btn {
        width: 100%;
        justify-content: flex-start;
    }
    .price-page .header-bottom .description {
        margin-bottom: 30px;
    }
}

@media (max-width: 1024px) {
    .news-list__banner .products-list__item-banner {
        padding: 30px !important;
    }

    .s-order--single.news-list__banner2 .s-order.bg-orange {
        margin-bottom: 30px;
    }

    .single-news .news-list__banner2 .s-order.bg-orange {
        padding: 20px 20px 30px;
    }

    .single-news .main-form {
        padding: 42px 32px 40px;
    }

    .single-news .main-form .main-form__title {
        margin-top: 0;
    }

    .single-news .s-order.bg-orange {
        padding: 20px 90px 50px;
        margin: 0;
    }

    .all-news .news-bottom-bunner .s-order {
        margin: 0 -15px;
    }

    .products-list__item .products-list__item-img .products-list__list {
        display: none;
    }

    .products-page .main-form .main-form__title {
        margin: 0;
    }

    .products-page .main-form button.btn {
        padding: 16px 50px;
    }

    .container--np .s-order.bg-orange {
        padding: 80px 70px;
    }

    .header-nav .header-lang-switcher {
        font-size: 22px;
    }

    .header-nav .header-switcher.js-langSwitcherList.d-none {
        display: flex !important;
    }

    .header-nav .header-switcher.js-langSwitcherList {
        top: -8px;
        left: 42px;
        padding-top: 0px;
        display: flex;
        color: #f37021;
        font-weight: 500;
    }

    .header-nav .header-switcher.js-langSwitcherList li {
        margin-right: 20px;
    }

    /*.header-submenu-wrapper .header-submenu-bottom {
        padding-bottom: 10px;
        padding-top: 0px;
        padding-right: 0px;
        padding-left: 0px;
    }*/

    .header-submenu-wrapper:not(.header-submenu--small) {
        padding-left: 0;
    }

    .header-submenu-bottom:before {
        display: none;
    }

    .header-submenu-bottom .col {
        margin-bottom: 0;
    }

    .header.page-header .header-switcher.js-langSwitcherList a {
        color: #f37021;
        font-weight: 500;
    }

    .header .current-lang .js-curLang {
        font-weight: 500;
    }

    .product-page .header-nav .header-switcher.js-langSwitcherList,
    .single-news .header-nav .header-switcher.js-langSwitcherList {
        top: 12px;
    }

    .header-lang-switcher .icon {
        display: none;
    }

    .header-nav-col {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .header-search {
        margin-left: 0;
    }

    .header {
        margin: 0 20px;
    }

    .header-bottom.row {
        margin: 0 20px;
    }

    .about-page .header-bottom__inner {
        margin: 0 20px;
    }

    .about-page .videoWrapperActive .videoPoster,
    .about-page .videoWrapperActive .img-block {
        display: none;
    }

    .jobs-page .videoWrapperActive .videoPoster,
    .jobs-page .videoWrapperActive .img-block {
        display: none;
    }
}

@media (max-width: 1023px) {
    .gototop {
        display: none !important;
    }
}

@media (max-width: 1199px) {
    .price-page .header-bottom .orange-btn.js-getCounsult {
        margin: 0px auto 20px;
    }

    .footer-bottom .btn {
        max-width: 330px;
    }

    .header {
        margin: 0;
    }

    .header-bottom.row {
        margin: 0;
    }

    .about-page .header-bottom__inner {
        margin: 0;
    }

    .jobs-page .form__vocation .custom-checkbox {
        width: 50%;
    }

    .all-news .news-bottom-bunner .s-order {
        margin: 0 -20px;
    }

    .product-page .locks-items .projects__img .projects__title {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .m-32 {
        margin: 32px 0;
    }

    .container--np .s-order.bg-orange {
        padding: 50px 30px;
    }

    .about-page .main-form__col {
        padding: 0 8px;
    }

    .jobs-page .main-form__btn button {
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .container-jobs-form {
        padding-right: 0px;
        padding-left: 0px;
    }

    .product-page .product-specification__content .mCSB_horizontal.mCSB_inside > .mCSB_container {
        left: 0;
    }

    .product-page .block-title.big_h2 {
        font-size: 24px;
        line-height: 1.666;
        margin-top: 40px;
    }

    .all-news .header-bottom .form-custom-handler {
        flex-direction: column;
    }

    .all-news .header-bottom .form-custom-handler .header-bottom__search-title {
        margin-bottom: 20px !important;
    }

    .all-news .header-bottom .form-custom-handler .header-bottom__search-title br {
        display: none;
    }

    .all-news .header-bottom .form-custom-handler .header-bottom__search-btn {
        margin-bottom: 30px;
    }

    .all-news .header-bottom .form-custom-handler .header-bottom__search-btn .btn {
        max-width: 100% !important;
        padding-right: 30px !important;
        padding-left: 30px !important;
    }

    .all-news .header-bottom .form-custom-handler .header-bottom__search-form {
        margin-bottom: 20px !important;
        margin-right: 0 !important;
        width: 100%;
        max-width: 500px;
    }

    .all-news .news-bottom-bunner .s-order {
        margin: 0 -30px;
    }

  .price-page .header-bottom .orange-btn.js-getCounsult {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
    input:not([type=radio]):not([type=checkbox]),
    textarea {
        font-family: "noto-sans";
    }

    .all-news .news-bottom-bunner .s-order__content p {
        text-align: left;
    }

    .news-bottom-bunner .s-order {
        background-image: url("/local/templates/profholod_2021-11-17/assets/img/bg-orange-3.svg");
        background-size: cover;
    }

    .products-page .main-form .custom-upload .title,
    .products-page .main-form .form-control {
        border-radius: 0;
    }

    .products-page .main-form .form-control,
    .about-page .blue-form .form-control {
        height: 64px !important;
        padding-top: 32px;
        padding-bottom: 10px;
    }

    .product-slider__slider {
        padding-bottom: 0px;
    }

    .products-page .calc-banner {
        padding: 56px 32px;
    }

    .locks-items .projects__img:before {
        padding-top: 50%;
    }

    .locks-items .projects__img .projects__title {
        font-size: 32px;
    }

    .video_wrapper .bg-video-img {
        height: auto;
    }

    .product-page .main-form {
        margin-bottom: 58px;
        padding-top: 20px;
        padding-bottom: 40px;
    }

    .product-page .main-form__title {
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .main-form .form-control {
        font-size: 14px;
    }

    .products-page .main-form button.btn {
        min-width: 240px;
    }

    /*.product-page .main-form .form-control {
        padding: 0 0 15px !important;
    }*/

    .product-page .main-form .form-group {
        margin: 0 0 50px;
    }

    .product-page .main-form__text {
        line-height: 1.5;
        margin-bottom: 20px;
    }

    .product-page .product-slider {
        padding-bottom: 0;
    }

    .product-page .main-form__form {
        padding-top: 0;
    }

    .product-page .custom-checkbox {
        margin-bottom: 0.5rem;
        padding-left: 25px;
    }

    .product-page .projects__item.locks-items {
        margin-bottom: 0;
        display: none;
    }

    .product-page .product-list__title {
        margin-top: 0;
    }

    .product-page .product-list__title--mt {
        margin-top: 50px;
    }

    .product-page .product-advantages--1 .product-advantages__title {
        margin-top: 0;
        margin-bottom: 48px;
    }

    .product-page .about-staff__item:last-of-type {
        margin-bottom: 0;
    }

    .product-specification__icon {
        margin-left: 15px;
    }

    .product-page .main-form textarea.form-control {
        padding: 0 !important;
    }

    .about-page .video_wrapper--about:before {
        padding-top: 45%;
    }

    .footer-center .block-title {
        margin-bottom: 0;
        border-bottom: 2px solid rgba(255, 255, 255, 0.1);
        padding: 20px 0 20px;
    }

    .about-page .blue-form {
        padding: 40px 32px 40px;
    }

    .about-page .form-group {
        margin-left: 10px;
        margin-right: 10px;
    }

    .about-page .main-form__btn {
        margin-left: 10px;
        margin-right: 10px;
    }

    .footer-nav-list {
        margin-bottom: 0;
    }

    .place-checker .address {
        max-width: 350px;
    }

    .about-page .main-form__btn .btn {
        margin-right: auto !important;
    }

    .about-page input:not([type=radio]):not([type=checkbox]):not(.form-control),
    .about-page textarea {
        font-size: 16px;
    }

    .price-page h1 {
        margin: 28px 0 30px;
    }

    .news-header-buttoms .add-to-calendar {
        position: relative;
        bottom: auto;
        margin-top: 25px;
        margin-bottom: 20px;
    }

    .news-header-buttoms .add-to-calendar .orange-btn {
        padding: 10px 25px;
    }

    .form-custom-handler .btn {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .footer-bottom .btn {
        width: 100%;
        max-width: none;
    }

    .header-info-line {
        justify-content: flex-end;
    }

    .header-nav-col {
        padding-top: 25px;
    }

    .header-nav .header-lang-switcher {
        font-size: 16px;
    }

    .header-lang-switcher.is-open .icon {
        top: 6px;
    }

    .single-news .news-list__banner2 .s-order__title {
        font-size: 20px;
        max-width: 100%;
    }

    .page-item.nav_begin.desktop {
        display: none;
    }

    .page-item.nav_begin.mobile {
        display: list-item;
    }

    .page-item.nav_begin.mobile .page-link {
        width: 48px;
        padding: 0;
    }

    .pagination.justify-content-start {
        justify-content: center !important;
    }

    .footer_menu_container .footer_links_h5.block-title {
        width: 90%;
    }

    .footer_menu_container .footer_links_h5.block-title {
        border-bottom: none;
    }

    .footer_menu_container {
        border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    }

    .single-news .main-form {
        padding: 40px 20px 40px 20px;
        margin: 0 -20px;
    }

    .all-news .form-custom-handler .header-bottom__search-btn {
        align-self: center !important;
    }

    .single-news .main-form__title {
        margin-top: 0;
        margin-bottom: 32px;
    }

    .single-news .main-form__form {
        /*margin-top: 35px;*/
        margin-top: 15px;
    }

    .single-news .form-group {
        margin: 0 0 50px;
    }

    .single-news .form-control {
        font-size: 14px;
        padding: 0 0 15px !important;
    }

    .single-news .form input:not([type=file]):not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=reset]),
    .form textarea {
        font-size: 14px;
    }

    .single-news .custom-checkbox {
        margin-bottom: 0.5rem;
        padding-left: 25px;
    }

    .single-news .main-form__btn {
        margin-top: 50px;
    }

    .all-news .more-news {
        margin-bottom: 0;
    }

    .all-news .main-form textarea {
        font-size: 14px;
    }

    .all-news .header-bottom__search-btn .btn,
    .all-news .btn {
        font-size: 14px;
    }

    .module__filter--news .link__filter,
    .module__filter--products .link__filter {
        padding: 12px 15px;
    }
}

@media (max-width: 600px) {
    .jobs-page .form__vocation .custom-checkbox {
        width: 100%;
        float: none;
    }

    .jobs-page .form__vocation .btn {
        max-width: 300px;
    }

    .locks-items .projects__img:before {
        padding-top: 60%;
    }

    .locks-items .projects__img .projects__title {
        font-size: 25px;
        margin-top: 25px;
    }

    .news-list__banner .products-list__item-banner h3 {
        font-size: 20px;
    }
}


@media (min-width: 767px) {
    .block-title--md {
        font-size: 32px;
        margin-bottom: 20px;
    }
}

@media (max-width: 420px) {
    .about-page .video_wrapper--about:before {
        padding-top: 42%;
    }

    .locks-items .projects__img .white-btn {
        bottom: 20px;
        left: 20px;
    }

    .news-header-buttoms .add-to-calendar .orange-btn {
        font-size: 13px;
        padding: 10px 15px;
    }

    .news-header-buttoms .add-to-calendar .orange-btn i {
        width: 20px;
        height: 20px;
    }

    .module__form--price.form-success-hide #formGetPrices .js-message-form {
        width: 80%;
        left: 10%;
        top: 200px;
        font-size: 20px;
    }

    .footer-bottom .btn {
        max-width: 100%;
    }

    .single-news .social-block__wrapper {
        flex-direction: column;
    }

    .product-page .header-nav .header-switcher.js-langSwitcherList,
    .single-news .header-nav .header-switcher.js-langSwitcherList {
        left: 32px;
    }

    .header-nav .header-switcher.js-langSwitcherList {
        left: 32px;
    }

    .product-page .s-top-content__item-right {
        text-align: right;
        padding-left: 20px;
    }

    .product-page .block__tabs .block__tabs--sw li {
        margin-right: 5px !important;
        font-size: 14px;
    }

    .news-list__banner .products-list__item-banner h3 {
        margin-bottom: 15px;
        margin-top: 0;
    }

    .s-order--single.news-list__banner2 .s-order__content {
        margin-top: 40px;
    }
}

@media (max-width: 375px) {
    .page-item.nav_begin.mobile .page-link {
        width: 40px;
    }

    .pagination li {
        margin-right: 4px;
        margin-bottom: 4px;
    }

    .pagination li a {
        width: 40px;
        height: 40px;
        line-height: 45px;
    }
}

@media (max-width: 360px) {
    .product-page .block__tabs .block__tabs--sw li {
        font-size: 12px;
    }

    .news-list__banner .products-list__item-banner .white-btn {
        font-size: 14px;
        padding: 14px 20px;
    }
}
/*# sourceMappingURL=maps/profholod_17_template.css.map */

#blog-subscribe-modal.modal,
#reference-subscribe-modal.modal,
#news-subscribe-modal.modal {
    background-color: #0000008c;
}

#blog-subscribe-modal .main-form__title,
#reference-subscribe-modal .main-form__title,
#news-subscribe-modal .main-form__title,
#default-thank-you-modal .main-form__title {
    margin-top: 0;
    line-height: 1;
}

#blog-subscribe-modal .modal-body,
#reference-subscribe-modal .modal-body,
#news-subscribe-modal .modal-body {
    text-align: center;
}

#default-thank-you-modal .main-form {
    text-align: center;
}

#blog-subscribe-modal.modal--consultation .modal-dialog,
#reference-subscribe-modal.modal--consultation .modal-dialog,
#news-subscribe-modal.modal--consultation .modal-dialog,
#default-thank-you-modal .modal-dialog{
    max-width: 650px;
}

#formGetBlog.form-success-visible .js-message-form,
#formGetReference.form-success-visible .js-message-form,
#formGetNews.form-success-visible .js-message-form {
    display: none !important;
}

.product-page .mCustomScrollbar {
    -ms-touch-action: inherit;
    touch-action: inherit;
}

.nowrap {
    white-space: nowrap;
}

form#formProductOrder .js-message-form {
    text-align: center;
    margin-bottom: 20px;
}
form#formProductOrder .form-block-button-hidden {
    display: none;
}
form#formProductOrder .form-block-title-success {
    text-align: center;
}

.nine-sixteen-box {
    position: relative;
}

.nine-sixteen-box::before {
    display: block;
	content: "";
    width: 100%;
    padding-bottom: calc(100% / (16 / 9));
}

.nine-sixteen-box > :first-child {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.products-page .main-form .form-control:-webkit-autofill,
.products-page .main-form .form-control:-webkit-autofill:hover,
.products-page .main-form .form-control:-webkit-autofill:focus,
.products-page .main-form .form-control:-webkit-autofill:active,
.about-page .main-form .form-control:-webkit-autofill,
.about-page .main-form .form-control:-webkit-autofill:hover,
.about-page .main-form .form-control:-webkit-autofill:focus,
.about-page .main-form .form-control:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 40px #00aee6 inset !important;
    border-bottom: 1px solid #66cef0 !important;
}

@media (max-width: 1349px) {
    .header-submenu-top .block-title.block-title--sm,
    .header-submenu-bottom .block-title.block-title--sm {
        color: #000;
    }
}

.main-form__btn.form-block-button .btn--white:not(.main-form__btn.form-block-button .btn--white.disabled-btn) {
    color:#000;
}
.white-hover:hover {
    color:#fff!important;
}

.header-login{
    margin-left: 20px!important;
}
.header-login .nav-info__link:hover{
    fill: #f37021;
}
.search.header-search{
    margin-left: 20px!important;
}
.header-login.innner{
    fill: white;
}
.header-login.innner .nav-info__link:hover{
    fill: #f37021;
}
.search.header-search{
    margin-left: 20px!important;
    padding-left: 0;
}
.nav-info__link.nav-info__link--search.ml-2{
    margin-left: 20px!important;
}
.nav-info__link.nav-info__link--search.ml-2{
    margin-left: 0!important;
}
@media (max-width: 767px){
    .search.header-search.header-cart {
        margin-right: -15px;
        justify-content: unset;
    }
}

.price-page .description {
    font-size: 14px;
    line-height: 1.75;
}

@media (min-width: 992px) {
    .price-page .description {
        margin-left: 5px;
    }
}

@media (min-width: 1200px) {
    .price-page .description {
        font-size: 16px;
        line-height: 1.5;
    }
}

@media (min-width: 1200px) {
   .manufacture__img.manufacture-img.container {
      padding-bottom: 96px;
   }
}
@media (min-width: 1200px) {
   .container.container--np.single-news.manufacture__form {
       padding-bottom: 96px;
   }
}
@media (min-width: 1200px) {
   .manufacture__slider.manufacture-slider.container {
      margin: 0 25px;
   }
}
/* End */
/* /local/templates/profholod_2021-11-17/assets/css/style.css?1747039699391861 */
/* /local/templates/profholod_2021-11-17/include_areas/ajax_preloader.css?168985276511028 */
/* /local/templates/profholod_2021-11-17/styles.css?173692866125 */
/* /local/templates/profholod_2021-11-17/template_styles.css?173712641951121 */
