* {
	padding: 0;
	margin: 0;
	border: 0;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

:focus,
:active {
	outline: none;
}

a:focus,
a:active {
	outline: none;
}

nav,
footer,
header,
aside {
	display: block;
}

html,
body {
	height: 100%;
	width: 100%;
	font-size: 100%;
	line-height: 1;
	font-size: 14px;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
	font-family: inherit;
}

input::-ms-clear {
	display: none;
}

button {
	cursor: pointer;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

a,
a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

ul li {
	list-style: none;
}

img {
	max-width: 100%;
	vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: inherit;
}

@font-face {
	font-family: "Roboto";
	src: url("../fonts/Roboto-Bold.eot");
	src: local("Roboto-Bold"), url("../fonts/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold.ttf") format("truetype"), url("../fonts/Roboto-Bold.woff2") format("woff2");
	font-weight: 700;
}

@font-face {
	font-family: "Roboto";
	src: url("../fonts/Roboto-Black.eot");
	src: local("Roboto-Black"), url("../fonts/Roboto-Black.woff") format("woff"), url("../fonts/Roboto-Black.ttf") format("truetype"), url("../fonts/Roboto-Black.woff2") format("woff2");
	font-weight: 900;
}

body.lock {
	overflow: hidden;
}

.title-main-regular {
	font-family: "Open Sans";
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 110%;
	text-align: center;
	text-transform: uppercase;
	color: #444444;
}

.title-main-bold {
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 110%;
	text-align: center;
	text-transform: uppercase;
	color: #444444;
}

.subtitle {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 110%;
	text-align: center;
	color: #444444;
}

.main-btn {
	display: block;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 110%;
	text-align: center;
	color: #008bff;
	padding: 15px 20px;
	border: 1px solid #008bff;
	-webkit-transition: all 0.15s ease-in;
	-o-transition: all 0.15s ease-in;
	transition: all 0.15s ease-in;
}
.main-btn:not(.active):hover {
	text-decoration: underline;
}
.main-btn:active,
.main-btn.active {
	background: #008bff;
	color: #fff;
}

.btn-bg {
	display: block;
	font-weight: 400;
	font-size: 16px;
	line-height: 110%;
	text-align: center;
	padding: 20px;
	color: #ffffff;
	background: #008bff;
}

@media (max-width: 767px) {
	.btn-bg {
		font-size: 14px;
		padding: 15px;
	}
}

.mb-50 {
	margin-bottom: 50px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-30 {
	margin-top: 30px;
}

.pb-20 {
	padding-bottom: 20px;
}

.pb-30 {
	padding-bottom: 30px;
}

.pt-20 {
	padding-top: 20px;
}

.p-l-r-30 {
	padding-left: 30px;
	padding-right: 30px;
}

.p-t-b-30 {
	padding-top: 30px;
	padding-bottom: 30px;
}

@media only screen and (max-width: 1190px) {
	.p-l-r-30 {
		padding-left: 15px;
		padding-right: 15px;
	}
	.p-t-b-30 {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.p-l-r-30 {
		padding-left: 10px;
		padding-right: 10px;
	}
	.pt-20 {
		padding-top: 15px;
	}
	.mb-50 {
		margin-bottom: 30px;
	}
	.mb-30 {
		margin-bottom: 15px;
	}
	.mt-30 {
		margin-top: 15px;
	}
}

.title-small-bold {
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 110%;
	color: #444444;
}

.border-b-1 {
	border-top: 1px solid #e2e7f3;
}

.border-b-3 {
	border-bottom: 3px solid #f9f9f9;
}

.input-ui {
	padding-top: 15px;
}
.input-ui__wrapper {
	position: relative;
	border: 1px solid #d7d9db;
}
.input-ui__wrapper textarea {
	resize: none;
	min-height: 110px;
}
.input-ui__name {
	position: absolute;
	top: 0;
	left: 15px;
	-webkit-transform: translate(0, calc(-100% + 3px));
	-ms-transform: translate(0, calc(-100% + 3px));
	transform: translate(0, calc(-100% + 3px));
	font-weight: 400;
	font-size: 12px;
	line-height: 110%;
	color: #8c94a8;
	background: #fff;
	padding: 0 5px;
}
.input-ui__field {
	padding: 18px 20px 20px 20px;
	width: 100%;
	font-weight: 400;
	font-size: 16px;
	line-height: 110%;
	color: #444444;
}
.input-ui__err {
	margin-top: 5px;
	font-weight: 400;
	font-size: 12px;
	line-height: 110%;
	color: #ee3c3c;
}
.input-ui__list-wrapper {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
	background: #fff;
}
.input-ui__list-wrapper.show {
	display: block;
}
.input-ui__list {
	display: grid;
	grid-auto-rows: 1fr;
}
.input-ui__list-item {
	position: relative;
	padding: 13px 25px 13px 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 56px;
	width: 100%;
	font-weight: 600;
	font-size: 14px;
	line-height: 110%;
	color: #444444;
}
.input-ui__list-item::before {
	content: "";
	position: absolute;
	right: 25px;
	left: 25px;
	bottom: 0;
	height: 1px;
	background: #ecf0f8;
}
.input-ui__list-radio {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 10px 10px 8px 10px;
}
.input-ui__radio-label {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.input-ui__radio-mark {
	cursor: pointer;
	padding: 7px;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #444444;
	text-align: center;
	-webkit-transition: all 0.15s ease-in;
	-o-transition: all 0.15s ease-in;
	transition: all 0.15s ease-in;
	border: 1px solid transparent;
}
.input-ui__radio-mark:hover {
	border-color: #008bff;
}
.input-ui__radio {
	display: none;
}
.input-ui__radio:checked + .input-ui__radio-mark {
	color: #fff;
	background: #008bff;
}
.input-ui.err .input-ui__wrapper {
	border-color: #ee3b3b;
}
.input-ui.--city .input-ui__field {
	padding-right: 55px;
}
.input-ui.--city .input-ui__wrapper::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	bottom: "initial";
	left: "initial";
	width: 25px;
	height: 25px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background-image: url("../img/icon-geopos.svg");
	background-repeat: no-repeat;
	background-size: contain;
}
.input-ui__file input {
	display: none;
}
.input-ui__file-mark {
	cursor: pointer;
	padding: 18px 45px 20px 20px;
	font-weight: 400;
	font-size: 16px;
	line-height: 110%;
	color: #008bff;
}
.input-ui__file-mark::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	bottom: initial;
	left: initial;
	width: 20px;
	height: 20px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background-image: url("../img/icon-file.svg");
	background-repeat: no-repeat;
	background-size: contain;
}

@media only screen and (max-width: 767px) {
	.input-ui__field {
		padding: 13px;
		font-size: 14px;
	}
	.input-ui__list {
		grid-auto-rows: initial;
	}
	.input-ui__list-item {
		padding: 13px 15px 13px 15px;
		min-height: 30px;
		font-size: 12px;
	}
	.input-ui__list-item::before {
		content: "";
		position: absolute;
		right: 25px;
		left: 25px;
		bottom: 0;
		height: 1px;
		background: #ecf0f8;
	}
	.input-ui__list-radio {
		margin: 7px 7px 6px 7px;
	}
	.input-ui__radio-mark {
		font-size: 14px;
		padding: 3px 5px;
	}
	.nice-select {
		min-height: 42px;
		font-size: 14px;
	}
}

.radio-btn__input {
	display: none;
}
.radio-btn__input:checked + .radio-btn__mark {
	background: #008bff;
	color: #fff;
}

.radio-btn__mark {
	cursor: pointer;
	padding: 26px 20px;
	font-weight: 700;
	font-size: 18px;
	line-height: 110%;
	color: #444444;
	background: #f4f6fb;
}

@media only screen and (max-width: 767px) {
	.radio-btn__mark {
		font-size: 14px;
		padding: 15px;
	}
}

.tip-el {
	padding-left: 25px;
	position: relative;
	font-weight: 400;
	font-size: 16px;
	line-height: 120%;
	letter-spacing: -0.01em;
	color: #d7d9db;
}
.tip-el::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: "initial";
	bottom: "initial";
	left: 0;
	width: 18px;
	height: 18px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background-image: url("../img/icon-tip.svg");
	background-repeat: no-repeat;
	background-size: contain;
}

@media only screen and (max-width: 767px) {
	.tip-el {
		font-size: 14px;
	}
}

.checkbox-image {
	display: block;
	height: 100%;
}
.checkbox-image__input {
	display: none;
}
.checkbox-image__input:checked + .checkbox-image__wrap .checkbox-image__mark {
	background: #008bff;
	color: #fff;
}
.checkbox-image__input:checked + .checkbox-image__wrap .checkbox-image__mark-chek::before {
	opacity: 1;
}
.checkbox-image__input:checked + .checkbox-image__wrap .checkbox-image__mark-chek::after {
	opacity: 1;
}
.checkbox-image__wrap {
	cursor: pointer;
	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;
}
.checkbox-image__wrap:hover .checkbox-image__img {
	border-radius: 16px 16px 0px 0px;
}
.checkbox-image__wrap:hover .checkbox-image__mark {
	border-radius: 16px;
}
.checkbox-image__img {
	overflow: hidden;
	-webkit-transition: all 0.15s ease;
	-o-transition: all 0.15s ease;
	transition: all 0.15s ease;
}
.checkbox-image__img img {
	width: 100%;
}
.checkbox-image__mark {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	position: relative;
	margin-top: -20px;
	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;
	padding: 32px;
	font-weight: 700;
	font-size: 18px;
	line-height: 110%;
	color: #444444;
	background: #eef4f9;
	-webkit-transition: all 0.15s ease;
	-o-transition: all 0.15s ease;
	transition: all 0.15s ease;
}
.checkbox-image__mark span:first-child {
	margin-right: 10px;
}
.checkbox-image__mark-chek {
	position: relative;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 20px;
	height: 20px;
	background: #ffffff;
	border: 1px solid #d7d9db;
}
.checkbox-image__mark-chek::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: "initial";
	bottom: "initial";
	left: 50%;
	width: 10px;
	height: 10px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background-image: url("../img/icon-check.svg");
	background-repeat: no-repeat;
	background-size: contain;
}
.checkbox-image__mark-chek::before {
	opacity: 0;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.15s ease;
	-o-transition: all 0.15s ease;
	transition: all 0.15s ease;
}
.checkbox-image.--radio .checkbox-image__mark {
	padding: 32px 16px;
}
.checkbox-image.--radio .checkbox-image__mark-chek {
	border-radius: 50%;
}
.checkbox-image.--radio .checkbox-image__mark-chek::before {
	content: none;
}
.checkbox-image.--radio .checkbox-image__mark-chek::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 10px;
	height: 10px;
	background: #008bff;
	border-radius: 50%;
	opacity: 0;
	-webkit-transition: all 0.15s ease;
	-o-transition: all 0.15s ease;
	transition: all 0.15s ease;
}

@media only screen and (max-width: 1190px) {
	.checkbox-image__mark {
		padding: 20px 15px;
		font-size: 16px;
	}
	.checkbox-image.--radio .checkbox-image__mark {
		padding: 20px 15px;
	}
}

@media only screen and (max-width: 767px) {
	.checkbox-image__mark {
		padding: 15px;
		font-size: 14px;
	}
	.checkbox-image.--radio .checkbox-image__mark {
		padding: 15px;
	}
}

.slider-arrow-next,
.slider-arrow-prev {
	cursor: pointer;
	position: relative;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 44px;
	height: 44px;
	border: 1px solid #d7d9db;
	-webkit-transition: all 0.15s ease-in;
	-o-transition: all 0.15s ease-in;
	transition: all 0.15s ease-in;
}
.slider-arrow-next::before,
.slider-arrow-prev::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: initial;
	bottom: initial;
	left: 50%;
	width: 24px;
	height: 24px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background-image: url("../img/icon-slider.svg");
	background-repeat: no-repeat;
	background-size: contain;
}
.slider-arrow-next::before,
.slider-arrow-prev::before {
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.slider-arrow-next:not(.swiper-button-disabled):hover,
.slider-arrow-prev:not(.swiper-button-disabled):hover {
	background: #d7d9db;
}
.slider-arrow-next.swiper-button-disabled,
.slider-arrow-prev.swiper-button-disabled {
	cursor: initial;
	opacity: 0.5;
}

.slider-arrow-next {
	cursor: pointer;
}
.slider-arrow-next::before {
	-webkit-transform: translate(-50%, -50%) rotate(180deg);
	-ms-transform: translate(-50%, -50%) rotate(180deg);
	transform: translate(-50%, -50%) rotate(180deg);
}

.check-add input {
	display: none;
}
.check-add input:checked + .check-add__mark {
	background: #008bff;
}
.check-add input:checked + .check-add__mark::before {
	-webkit-transform: translate(16px, 0);
	-ms-transform: translate(16px, 0);
	transform: translate(16px, 0);
	background: #fff;
}

.check-add__mark {
	cursor: pointer;
	position: relative;
	display: block;
	min-width: 32px;
	max-width: 32px;
	min-height: 20px;
	max-height: 20px;
	background: #e2e7f3;
	border-radius: 20px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.check-add__mark::before {
	content: "";
	position: absolute;
	top: 4px;
	left: 0;
	width: 12px;
	height: 12px;
	-webkit-transform: translate(4px, 0);
	-ms-transform: translate(4px, 0);
	transform: translate(4px, 0);
	background: #8c94a8;
	border-radius: 50%;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

[data-lsit-toggle] {
	display: none !important;
}
[data-lsit-toggle].show {
	display: block !important;
}

.additional-radio {
	display: block;
	height: 100%;
}
.additional-radio input {
	display: none;
}
.additional-radio input:checked + .additional-radio__wrap .additional-radio__mark::before {
	opacity: 1;
}
.additional-radio__wrap {
	cursor: pointer;
	height: 100%;
	padding: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #007bfb;
}
.additional-radio__mark {
	position: relative;
	margin-right: 8px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 20px;
	height: 20px;
	border: 1px solid #d7d9db;
	border-radius: 50%;
}
.additional-radio__mark::before {
	opacity: 0;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #007bfb;
	-webkit-transition: all 0.15s ease-in;
	-o-transition: all 0.15s ease-in;
	transition: all 0.15s ease-in;
}
.additional-radio__name {
	font-weight: 400;
	font-size: 16px;
	line-height: 110%;
	color: #444444;
}

@media only screen and (max-width: 767px) {
	.additional-radio__wrap {
		padding: 15px;
	}
	.additional-radio__name {
		font-size: 14px;
	}
}

.header.scrolled {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 100;
}

.main-nav {
	padding: 15px 0;
}
.main-nav__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.main-nav__item {
	margin-right: 30px;
}
.main-nav__item:last-child {
	margin-right: 0;
}
.main-nav__item > .main-nav__submenu.show-menu {
	padding-top: 30px;
	top: 100%;
	left: 0;
}
.main-nav__sublink {
	display: block;
	padding: 15px;
	color: #fff;
	border: 1px solid #fff;
	background: #000;
}
.main-nav .show-menu {
	position: absolute;
	top: 0;
	left: 100%;
	min-width: 200px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.main-nav .hover-item {
	position: relative;
}
.main-nav .hover-item:hover > .show-menu {
	opacity: 1;
	visibility: visible;
}

.calculator {
	overflow: initial;
}
.calculator .wrapper {
	overflow: initial;
	width: 1390px;
}
.calculator__content {
	display: grid;
	grid-template-columns: 160px calc(100% - 220px);
	gap: 60px;
	-webkit-transform: translate(-110px, 0);
	-ms-transform: translate(-110px, 0);
	transform: translate(-110px, 0);
}
.calculator__gallery {
	position: -webkit-sticky;
	position: sticky;
	top: 30px;
}
.calculator__links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.calculator__link {
	max-width: 320px;
}
.calculator__two-column {
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.calculator__column:first-child .calculator__group-radio {
	padding-left: 30px;
	padding-right: 10px;
}
.calculator__column:first-child .calculator__group-radio::before {
	content: "";
	position: absolute;
	top: 0;
	right: -1px;
	width: 2px;
	height: 100%;
	background: #f9f9f9;
}
.calculator__column:last-child .calculator__group-radio {
	padding-right: 30px;
	padding-left: 10px;
}
.calculator__group-radio {
	position: relative;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

@media only screen and (max-width: 1650px) {
	.calculator .wrapper {
		width: 1170px;
	}
	.calculator__content {
		grid-template-columns: 100%;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
	.calculator__left {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.calculator__right {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
}

@media only screen and (max-width: 1170px) {
	.calculator .wrapper {
		width: 100%;
	}
}

@media only screen and (max-width: 1190px) {
	.calculator__two-column {
		grid-template-columns: 1fr;
		gap: 30px;
	}
	.calculator__column:first-child .calculator__group-radio {
		padding-left: 10px;
	}
	.calculator__column:first-child .calculator__group-radio::before {
		content: none;
	}
	.calculator__column:last-child .calculator__group-radio {
		padding-right: 10px;
	}
}

@media only screen and (max-width: 767px) {
	.calculator__links {
		-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;
	}
	.calculator__link {
		max-width: 100%;
		width: 100%;
	}
	.calculator__group-radio {
		gap: 15px;
	}
}

.contact-calc__list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 20px;
}

@media only screen and (max-width: 767px) {
	.contact-calc__list {
		grid-template-columns: 1fr 1fr;
		gap: 10px;
	}
}

@media only screen and (max-width: 590px) {
	.contact-calc__list {
		grid-template-columns: 1fr;
		gap: 10px;
	}
}

.size-calc__row {
	display: grid;
	grid-template-columns: 1fr 0.79fr;
	gap: 30px;
}

.size-calc__block {
	background: #eef4f9;
}
.size-calc__block .input-ui__name {
	background: #eef4f9;
}
.size-calc__block .input-ui__field {
	background: #eef4f9;
}

.size-calc__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -10px;
}

.size-calc__item {
	margin: 0 10px 25px 10px;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 calc(100% / 2 - 20px);
	flex: 0 1 calc(100% / 2 - 20px);
}
.size-calc__item:nth-child(1) {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 calc(100% / 3 - 20px);
	flex: 0 1 calc(100% / 3 - 20px);
}
.size-calc__item:nth-child(2) {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 calc(100% / 3 - 20px);
	flex: 0 1 calc(100% / 3 - 20px);
}
.size-calc__item:nth-child(3) {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 calc(100% / 3 - 20px);
	flex: 0 1 calc(100% / 3 - 20px);
}
.size-calc__item.disabled {
	opacity: 0.5;
}
.size-calc__item.--show .input-ui__wrapper {
	border-color: #008bff;
}
.size-calc__item .input-ui__wrapper {
	-webkit-transition: border-color 0.15s ease-in;
	-o-transition: border-color 0.15s ease-in;
	transition: border-color 0.15s ease-in;
}

.size-calc__button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.size-calc__clear {
	cursor: pointer;
	position: relative;
	padding-left: 25px;
}
.size-calc__clear::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: "initial";
	bottom: "initial";
	left: 0;
	width: 20px;
	height: 20px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background-image: url("../img/icon-close.svg");
	background-repeat: no-repeat;
	background-size: contain;
}

.size-calc__scheme {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	padding-left: 70px;
}

.size-calc__scheme-wrap {
	position: relative;
}

.size-calc__dot {
	cursor: pointer;
	position: absolute;
}
.size-calc__dot.--left .size-calc__dot-name::after {
	left: calc(100% - 3px);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.size-calc__dot.--left .size-calc__dot-name {
	right: 30px;
	left: initial;
}
.size-calc__dot.--show .size-calc__dot-marker {
	background: #008bff;
}
.size-calc__dot.--show .size-calc__dot-marker::before {
	background: #eef4f9;
}
.size-calc__dot.small-zone {
	display: none;
}
.size-calc__dot.small-zone.show {
	display: block;
}

.size-calc__dot-name {
	position: absolute;
	top: -30px;
	left: 30px;
	right: initial;
	white-space: nowrap;
	font-weight: 400;
	font-size: 12px;
	line-height: 110%;
	color: #008bff;
}
.size-calc__dot-name::before,
.size-calc__dot-name::after {
	content: "";
	position: absolute;
	height: 1px;
	background: #8c94a8;
}
.size-calc__dot-name::before {
	bottom: -3px;
	width: 100%;
}
.size-calc__dot-name::after {
	width: 20px;
	left: -17px;
	bottom: -10px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.size-calc__dot-marker {
	position: relative;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #eef4f9;
	-webkit-transition: all 0.15s ease-in;
	-o-transition: all 0.15s ease-in;
	transition: all 0.15s ease-in;
}
.size-calc__dot-marker::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #008bff;
	-webkit-transition: all 0.15s ease-in;
	-o-transition: all 0.15s ease-in;
	transition: all 0.15s ease-in;
}

.size-calc__svg {
	width: 100%;
}
.size-calc__svg path {
	-webkit-transition: all 0.15s ease-in;
	-o-transition: all 0.15s ease-in;
	transition: all 0.15s ease-in;
}
.size-calc__svg path.small-zone {
	display: none;
}
.size-calc__svg path.small-zone.show {
	display: block;
}
.size-calc__svg path.standart-zone {
	display: none;
}
.size-calc__svg path.standart-zone.show {
	display: block;
}
.size-calc__svg path.--show {
	fill: #008bff;
}

@media only screen and (max-width: 1190px) {
	.size-calc__row {
		grid-template-columns: 1fr;
		gap: 50px;
	}
	.size-calc__scheme {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding-left: 0;
	}
}

@media only screen and (max-width: 590px) {
	.size-calc__item {
		-webkit-box-flex: 0 !important;
		-ms-flex: 0 1 calc(100% / 1 - 20px) !important;
		flex: 0 1 calc(100% / 1 - 20px) !important;
	}
}

.ladder-calc__lsit {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 20px;
}

.ladder-calc__item {
	grid-column-start: 2;
}
.ladder-calc__item:nth-child(n + 1) {
	grid-column-start: 2;
}
.ladder-calc__item:nth-child(2n + 2) {
	grid-column-start: 3;
}

@media only screen and (max-width: 1190px) {
	.ladder-calc__lsit {
		grid-template-columns: 0.5fr 1fr 1fr 0.5fr;
	}
}

@media only screen and (max-width: 767px) {
	.ladder-calc__lsit {
		grid-template-columns: 1fr 1fr;
	}
	.ladder-calc__item {
		grid-column-start: initial;
	}
	.ladder-calc__item:nth-child(n + 1) {
		grid-column-start: initial;
	}
	.ladder-calc__item:nth-child(2n + 2) {
		grid-column-start: initial;
	}
}

@media only screen and (max-width: 590px) {
	.ladder-calc__lsit {
		grid-template-columns: 1fr;
	}
}

.option-calc {
	background: #eef4f9;
}
.option-calc__list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 20px;
}
.option-calc__item.--link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.option-calc__item.--link div {
	cursor: pointer;
	padding-bottom: 2px;
	border-bottom: 1px solid #008bff;
	font-weight: 400;
	font-size: 14px;
	line-height: 110%;
	color: #008bff;
	-webkit-transition: all 0.15s ease-in;
	-o-transition: all 0.15s ease-in;
	transition: all 0.15s ease-in;
}
.option-calc__item.--link div:hover {
	border-color: transparent;
}
.option-calc .input-ui__name {
	background: #eef4f9;
}
.option-calc .input-ui__field {
	background: #eef4f9;
}

@media only screen and (max-width: 1190px) {
	.option-calc__list {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

@media only screen and (max-width: 767px) {
	.option-calc__list {
		grid-template-columns: 1fr 1fr;
	}
}

@media only screen and (max-width: 590px) {
	.option-calc__list {
		grid-template-columns: 1fr;
	}
}

.tape-calc__slider .swiper-slide {
	height: initial;
}

.tape-calc__slider-navigation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.tape-calc__slider-navigation .slider-arrow-prev {
	margin-right: 10px;
}

.parameter-calc__table-caption {
	padding: 18px 30px 17px 30px;
	background: #008bff;
}

.parameter-calc__table-title {
	font-weight: 600;
	font-size: 14px;
	line-height: 110%;
	color: #ffffff;
}

.parameter-calc__table-list {
	position: relative;
	padding: 30px;
	border: 2px solid #d7d9db;
	border-top-width: 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	row-gap: 25px;
	-webkit-column-gap: 62px;
	-moz-column-gap: 62px;
	column-gap: 62px;
}
.parameter-calc__table-list::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	height: 100%;
	width: 2px;
	background: #d7d9db;
}

.parameter-calc__table-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	font-weight: 400;
	font-size: 14px;
	line-height: 110%;
	color: #444444;
}
.parameter-calc__table-item span:first-child {
	margin-right: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.parameter-calc__table-item span:first-child::after {
	content: "";
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: block;
	margin-left: 10px;
	border-bottom: 1px solid #d7d9db;
}
.parameter-calc__table-item span:last-child {
	white-space: nowrap;
	color: #008bff;
}

@media only screen and (max-width: 1190px) {
	.parameter-calc__table-caption {
		padding: 15px;
	}
	.parameter-calc__table-list {
		padding: 15px;
		gap: 20px;
		-webkit-column-gap: 40px;
		-moz-column-gap: 40px;
		column-gap: 40px;
	}
}

@media only screen and (max-width: 767px) {
	.parameter-calc__table-list {
		grid-template-columns: 1fr;
	}
	.parameter-calc__table-list::before {
		content: none;
	}
}

@media only screen and (max-width: 590px) {
	.parameter-calc__table-item {
		font-size: 12px;
	}
}

.block-price__group-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.block-price__price {
	margin-left: 30px;
	font-weight: 700;
	font-size: 18px;
	line-height: 110%;
	color: #444444;
}

.table-price__caption {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

.table-price__title {
	position: relative;
	padding: 15px;
	font-weight: 600;
	font-size: 14px;
	line-height: 120%;
	background: #008bff;
	color: #ffffff;
}
.table-price__title.js-sort {
	cursor: pointer;
}
.table-price__title.js-sort::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	bottom: initial;
	left: initial;
	width: 16px;
	height: 16px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background-image: url("../img/icon-sort.svg");
	background-repeat: no-repeat;
	background-size: contain;
}
.table-price__title.--price {
	padding-left: 30px;
}
.table-price__title.--price::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 16px;
	height: 16px;
	background: url("../img/icon-tag.svg") no-repeat center/contain;
}

.table-price__item {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.table-price__item:nth-child(2n + 2) {
	background: #eef4f9;
}

.table-price__field {
	padding: 15px;
	font-weight: 400;
	font-size: 14px;
	line-height: 110%;
	color: #444444;
}
.table-price__field.--blue {
	color: #008bff;
}
.table-price__field.--gray {
	color: #d7d9db;
}
.table-price__field input {
	width: 70px;
	padding: 10px;
	background: transparent;
	border: 1px solid #d7d9db;
}

@media only screen and (max-width: 1190px) {
	.block-price__group-title {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.block-price__price {
		margin-left: 0;
		margin-top: 20px;
	}
	.table-price {
		overflow: auto;
	}
	.table-price__block {
		min-width: 800px;
	}
}

@media only screen and (max-width: 767px) {
	.table-price__block {
		min-width: 700px;
	}
	.table-price__title {
		padding: 10px;
		font-size: 12px;
	}
	.table-price__field {
		padding: 10px;
		font-size: 12px;
	}
}

.additional-calc__wrap {
	max-width: 575px;
	margin: 0 auto;
}

.additional-calc__group-price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.additional-calc__price-name {
	margin-right: 20px;
	font-weight: 400;
	font-size: 14px;
	line-height: 110%;
	color: #878d93;
}

.additional-calc__price-value {
	font-weight: 600;
	font-size: 18px;
	line-height: 110%;
	text-transform: uppercase;
	color: #444444;
}

.additional-calc__list {
	display: grid;
	gap: 16px;
}

.item-additional {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.item-additional__check {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 16px;
}
.item-additional__group {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.item-additional__top {
	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;
}
.item-additional__name {
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	color: #282d3c;
}
.item-additional__btn {
	font-weight: 400;
	font-size: 12px;
	line-height: 140%;
	color: #008bff;
	border-bottom: 1px solid transparent;
	-webkit-transition: all 0.15s ease-in;
	-o-transition: all 0.15s ease-in;
	transition: all 0.15s ease-in;
}
.item-additional__btn:hover {
	border-color: #008bff;
}
.item-additional__bottom {
	margin-top: 10px;
}
.item-additional__list {
	display: grid;
	gap: 5px;
}
.item-additional__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.item-additional__item .item-additional__name {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}
.item-additional__change {
	margin-left: 10px;
	font-weight: 400;
	font-size: 12px;
	line-height: 140%;
	color: #008bff;
	border-bottom: 1px solid #008bff;
	-webkit-transition: all 0.15s ease-in;
	-o-transition: all 0.15s ease-in;
	transition: all 0.15s ease-in;
}
.item-additional__change:hover {
	border-color: transparent;
}
.item-additional__price {
	margin-left: 15px;
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	color: #d7d9db;
}

@media only screen and (max-width: 590px) {
	.additional-calc__group-price {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.additional-calc__price-name {
		margin-right: 0;
		margin-bottom: 20px;
	}
	.item-additional__item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.item-additional__item > .item-additional__name {
		max-width: 230px;
	}
	.item-additional__name {
		font-size: 12px;
	}
	.item-additional__price {
		margin-left: 0;
		margin-top: 5px;
	}
}

.resutl-calc__execl {
	display: inline-block;
	padding-bottom: 2px;
	font-weight: 400;
	font-size: 14px;
	line-height: 110%;
	color: #d7d9db;
	border-bottom: 1px solid #d7d9db;
	-webkit-transition: all 0.15s ease-in;
	-o-transition: all 0.15s ease-in;
	transition: all 0.15s ease-in;
}
.resutl-calc__execl:hover {
	border-color: transparent;
}

.resutl-calc__name {
	font-weight: 400;
	font-size: 14px;
	line-height: 110%;
	color: #878d93;
	margin-bottom: 5px;
}

.resutl-calc__group-price {
	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;
}

.resutl-calc__price {
	margin-right: 15px;
	font-weight: 600;
	font-size: 24px;
	line-height: 110%;
	text-transform: uppercase;
	color: #2a2a30;
}

.resutl-calc__detail {
	position: relative;
	padding-right: 24px;
	font-weight: 400;
	font-size: 14px;
	line-height: 110%;
	color: #008bff;
}
.resutl-calc__detail::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	bottom: initial;
	left: initial;
	width: 16px;
	height: 16px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background-image: url("../img/icon-detail.svg");
	background-repeat: no-repeat;
	background-size: contain;
}
.resutl-calc__detail.show::before {
	-webkit-transform: translate(0, -50%) rotate(180deg);
	-ms-transform: translate(0, -50%) rotate(180deg);
	transform: translate(0, -50%) rotate(180deg);
}
.resutl-calc__detail::before {
	-webkit-transition: all 0.15s ease-in;
	-o-transition: all 0.15s ease-in;
	transition: all 0.15s ease-in;
}

.resutl-calc__list {
	display: grid;
	gap: 15px;
}

.resutl-calc__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.resutl-calc__item span {
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
}
.resutl-calc__item span:first-child {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: 10px;
	color: #878d93;
}
.resutl-calc__item span:first-child::after {
	content: "";
	margin-left: 10px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	border-bottom: 1px dashed #d7d9db;
}
.resutl-calc__item span:last-child {
	color: #008bff;
	white-space: nowrap;
}

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

.resutl-calc__btn {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-right: 20px;
}

.resutl-calc__fav {
	cursor: pointer;
}
.resutl-calc__fav:hover svg {
	fill: #008bff;
}
.resutl-calc__fav.added svg {
	fill: #008bff;
}

.banner-calc__wrap {
	max-width: 920px;
	margin: 0 auto;
	background: #eef4f9;
}

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

.banner-calc__link:first-child {
	margin-right: 20px;
}

@media only screen and (max-width: 590px) {
	.banner-calc__buttons {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.banner-calc__link:first-child {
		margin-right: 0;
		margin-bottom: 15px;
	}
}

.popup-additional {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	z-index: 1000;
	overflow: auto;
	padding: 0 15px;
}
.popup-additional.show {
	display: block;
}
.popup-additional__wrap {
	position: relative;
	padding: 100px 0;
}
.popup-additional__colose {
	cursor: pointer;
	position: absolute;
	top: 50px;
	right: 0;
	width: 42px;
	height: 42px;
	background: url("../img/icon-close-popup.svg") no-repeat center/contain;
}
.popup-additional__title {
	text-align: left;
}
.popup-additional__slider .swiper-slide {
	width: initial;
}
.popup-additional__slider .swiper-slide:not(:last-child) .popup-additional__item {
	border-right-width: 0;
}
.popup-additional__item {
	cursor: pointer;
	padding: 15px 20px;
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	text-align: center;
	color: #444444;
	white-space: nowrap;
	border: 1px solid #d7d9db;
	-webkit-transition: all 0.15s ease-in;
	-o-transition: all 0.15s ease-in;
	transition: all 0.15s ease-in;
}
.popup-additional__item:hover {
	color: #fff;
	background: #007bfb;
}
.popup-additional__item.active {
	color: #fff;
	background: #007bfb;
}
.popup-additional__block-price .title-small-bold {
	font-weight: 400;
}

.additional-equipment__name {
	font-weight: 400;
	font-size: 16px;
	line-height: 110%;
	color: #2a2a30;
}

.additional-equipment__list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	margin-bottom: 30px;
}

.additional-equipment__result {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

.additional-equipment__price-name {
	margin-bottom: 5px;
	font-weight: 400;
	font-size: 14px;
	line-height: 110%;
	color: #878d93;
}

.additional-equipment__price-value {
	margin-bottom: 25px;
	font-weight: 400;
	font-size: 24px;
	line-height: 110%;
	text-transform: uppercase;
}

@media only screen and (max-width: 1190px) {
	.popup-additional__wrap {
		padding: 50px 0;
	}
	.popup-additional__colose {
		top: 10px;
	}
}

@media only screen and (max-width: 767px) {
	.popup-additional__item {
		padding: 10px 15px;
	}
}

@media only screen and (max-width: 590px) {
	.additional-equipment__list {
		grid-template-columns: 1fr;
	}
	.additional-equipment__result {
		grid-template-columns: 1fr;
	}
}

.video-gallery {
	max-width: 160px;
}
.video-gallery__title {
	padding-bottom: 15px;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.video-gallery__list {
	display: grid;
	gap: 15px;
	margin-bottom: 10px;
}
.video-gallery__item {
	cursor: pointer;
	padding-bottom: 15px;
	border-bottom: 3px solid #f9f9f9;
}
.video-gallery__item-name {
	font-weight: 400;
	font-size: 14px;
	line-height: 110%;
	color: #000000;
	margin-bottom: 10px;
}
.video-gallery__item-video {
	position: relative;
}
.video-gallery__item-video img {
	width: 100%;
	border-radius: 10px;
}
.video-gallery__item-video::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: initial;
	bottom: initial;
	left: 50%;
	width: 34px;
	height: 34px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background-image: url("../img/icon-play.svg");
	background-repeat: no-repeat;
	background-size: contain;
}
.video-gallery__item-video::before {
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.video-gallery__all {
	display: block;
	padding: 15px 20px;
	border: 1px solid #8c94a8;
	font-weight: 400;
	font-size: 14px;
	line-height: 110%;
	color: #8c94a8;
	text-align: center;
	-webkit-transition: all 0.15s ease-in;
	-o-transition: all 0.15s ease-in;
	transition: all 0.15s ease-in;
}
.video-gallery__all:hover {
	text-decoration: underline;
}

@media only screen and (max-width: 1650px) {
	.video-gallery {
		max-width: initial;
	}
	.video-gallery__list {
		grid-template-columns: 1fr 1fr 1fr;
	}
	.video-gallery__item {
		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: 0;
		border: none;
	}
	.video-gallery__item-name {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
}

@media only screen and (max-width: 767px) {
	.video-gallery__list {
		grid-template-columns: 1fr;
	}
}

.popup-order {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	z-index: 1000;
	max-width: 705px;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.popup-order.active {
	display: block;
}
.popup-order__wrap {
	padding: 30px 15px;
	overflow: auto;
	max-height: 100vh;
}
.popup-order__body {
	position: relative;
	padding: 50px;
	background: #ffffff;
}
.popup-order__group-title {
	padding-right: 30px;
}
.popup-order__close {
	cursor: pointer;
	position: absolute;
	width: 24px;
	height: 24px;
	top: 15px;
	right: 20px;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background: url("../img/icon-popup-close.svg") no-repeat center/contain;
}
.popup-order__list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}
.popup-order__list-size {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -10px;
	padding-bottom: 5px;
}
.popup-order__item-size {
	margin: 0 10px 25px 10px;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 calc(100% / 2 - 20px);
	flex: 0 1 calc(100% / 2 - 20px);
}
.popup-order__item-size:nth-child(1) {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 calc(100% / 3 - 20px);
	flex: 0 1 calc(100% / 3 - 20px);
}
.popup-order__item-size:nth-child(2) {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 calc(100% / 3 - 20px);
	flex: 0 1 calc(100% / 3 - 20px);
}
.popup-order__item-size:nth-child(3) {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 calc(100% / 3 - 20px);
	flex: 0 1 calc(100% / 3 - 20px);
}
.popup-order__item-size .input-ui__wrapper {
	-webkit-transition: border-color 0.15s ease-in;
	-o-transition: border-color 0.15s ease-in;
	transition: border-color 0.15s ease-in;
}
.popup-order__item-size.disabled {
	opacity: 0.5;
}
.popup-order__link {
	display: block;
	max-width: 160px;
	margin: 30px auto 0 auto;
}

.popup-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(17, 29, 59, 0.64);
	-webkit-backdrop-filter: blur(7.5px);
	backdrop-filter: blur(7.5px);
	z-index: 999;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.popup-overlay.active {
	display: block;
}

@media only screen and (max-width: 1190px) {
	.popup-order__body {
		padding: 30px;
	}
}

@media only screen and (max-width: 590px) {
	.popup-order__list {
		grid-template-columns: 1fr;
	}
	.popup-order__item-size {
		-webkit-box-flex: 0 !important;
		-ms-flex: 0 1 calc(100% / 1 - 20px) !important;
		flex: 0 1 calc(100% / 1 - 20px) !important;
	}
}
