html {
	box-sizing: border-box;
	cursor: default;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-webkit-tap-highlight-color: transparent;
}

* {
	outline: 0;
}

*,
::after,
::before {
	box-sizing: inherit;
}

::-moz-selection {
	color: #fff;
	background: #1b64fa;
}

::selection {
	color: #fff;
	background: #1b64fa;
}

body,
html {
	font-family: "Styrene A LC", sans-serif;
	color: #191d1f;
	background-color: #fff;
	margin: 0;
	padding: 0;
}

body {
	overflow-x: hidden;
}

body.lock {
	overflow: hidden;
	height: 100vh;
}

ol,
ul {
	padding-left: 0;
	list-style-type: none;
}

ol,
p,
ul {
	margin-top: 0;
	margin-bottom: 0;
}

figure {
	margin: 0 auto;
}

blockquote {
	margin: 0;
}

sub,
sup {
	line-height: 1em;
	font-size: 0.75em;
}

a {
	transition-duration: 0.3s;
	transition-timing-function: ease-out;
	transition-property: background-size;
	text-decoration: none;
	cursor: pointer;
}

[role="button"],
[type="button"],
[type="reset"],
[type="submit"],
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	padding: 0;
	border: 0;
	background-color: transparent;
	margin: 0;
}

[role="button"],
[type="button"],
[type="reset"],
[type="submit"],
button {
	cursor:
		url(img/cursor-rect.svg) 25 25,
		auto;
	font-weight: inherit;
	text-transform: inherit;
	text-align: left;
}

[role="button"][disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled],
button[disabled] {
	cursor: initial;
}

select,
textarea {
	display: block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

select::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
}

select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	opacity: 1;
}

select::placeholder,
textarea::placeholder {
	opacity: 1;
}

input[type="email"]::-ms-clear,
input[type="email"]::-ms-reveal,
input[type="password"]::-ms-clear,
input[type="password"]::-ms-reveal,
input[type="search"]::-ms-clear,
input[type="search"]::-ms-reveal,
input[type="tel"]::-ms-clear,
input[type="tel"]::-ms-reveal,
input[type="text"]::-ms-clear,
input[type="text"]::-ms-reveal {
	display: none;
}

input[type="email"]::-webkit-search-cancel-button,
input[type="email"]::-webkit-search-decoration,
input[type="email"]::-webkit-search-results-button,
input[type="email"]::-webkit-search-results-decoration,
input[type="password"]::-webkit-search-cancel-button,
input[type="password"]::-webkit-search-decoration,
input[type="password"]::-webkit-search-results-button,
input[type="password"]::-webkit-search-results-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration,
input[type="tel"]::-webkit-search-cancel-button,
input[type="tel"]::-webkit-search-decoration,
input[type="tel"]::-webkit-search-results-button,
input[type="tel"]::-webkit-search-results-decoration,
input[type="text"]::-webkit-search-cancel-button,
input[type="text"]::-webkit-search-decoration,
input[type="text"]::-webkit-search-results-button,
input[type="text"]::-webkit-search-results-decoration {
	display: none;
}

input[type="number"] {
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	appearance: none;
}

select {
	cursor: pointer;
}

select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #000;
}

select::-ms-expand {
	display: none;
}

textarea {
	resize: none;
}

img,
video {
	height: auto;
	display: block;
}

svg,
use {
	transform: translateZ(0);
	display: block;
}

img,
svg,
video {
	max-width: 100%;
}

hr {
	border: 0;
	height: 1px;
	margin: 0;
	width: 100px;
	background-color: fade(#000, 18%);
}

.page {
	overflow: hidden;
}

.wrapper {
	max-width: 1254px;
	margin: 0 auto;
	padding: 0 15px;
}

.flex,
.flex-center {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.flex-center {
	justify-content: center;
}

.img-cover img,
.svg-cover svg {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.btn-item svg,
.img-contain img,
.svg-contain svg {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.logo {
	width: 225px;
	display: block;
}

.btn {
	font-family: "Styrene A LC", sans-serif;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #fff;
	padding: 12px 38px;
	background-color: #0691c2;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	transition: all 0.3s;
}

.btn-item,
.btn-item:hover,
.btn:hover {
	background-color: #ea2222;
	transition: all 0.3s;
}

.btn-item {
	display: inline-flex;
	align-items: center;
	padding: 4px 8px;
	background-color: #0691c2;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #fff;
}

.btn-item svg {
	width: 40px;
	height: 40px;
	margin-right: 8px;
}

.btn-item span {
	margin-right: 15px;
}

.field {
	width: 100%;
	font-family: "Styrene A LC", sans-serif;
	background-color: #fff;
	font-size: 18px;
	line-height: 28px;
	color: #191d1f;
	padding: 14px 24px;
	border: 0;
	position: relative;
	-moz-appearance: none;
	-webkit-appearance: none;
	transition: all 0.3s ease;
	resize: none;
}

.field::-webkit-input-placeholder {
	color: #849292;
}

.field:-moz-placeholder,
.field::-moz-placeholder {
	color: #849292;
}

.field:-ms-input-placeholder {
	color: #849292;
}

.field:focus {
	border-color: #5bc16c;
	color: #141516;
}

.title {
	font-weight: 500;
	font-size: 42px;
	line-height: 52px;
	letter-spacing: -0.02em;
}

.caption {
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #849292;
	margin-bottom: 20px;
}

.desc {
	font-size: 22px;
	line-height: 32px;
	letter-spacing: -0.76px;
}

.desc-big {
	font-weight: 500;
	font-size: 32px;
	line-height: 42px;
}

.arrow {
	width: 80px;
	height: 80px;
	background-color: #fff;
	border: 1px solid #ecf0ef;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.arrow svg {
	width: 40px;
	height: 40px;
	display: block;
	-o-object-fit: contain;
	object-fit: contain;
}

.arrow svg * {
	transition: all 0.3s;
}

.arrow:hover svg * {
	stroke: #0691c2;
	transition: all 0.3s;
}

.social,
.social__btn {
	width: 64px;
	height: 64px;
}

.social {
	position: fixed;
	right: 58px;
	bottom: 58px;
	z-index: 950;
}

.social__btn {
	border-radius: 50%;
	cursor: pointer;
	position: relative;
}

.social__btn-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #0691c2;
	box-shadow: 0 4px 4px rgba(25, 29, 31, 0.24);
	border-radius: 50%;
}

.header__burger.active span,
.social__btn-bg,
.social__btn-icon {
	transition: all 0.3s;
}

.social__btn-closed,
.social__content {
	position: absolute;
	opacity: 0;
	transition: all 0.3s;
}

.social__btn-closed {
	width: 18px;
	height: 18px;
	top: calc(50% - 9px);
	left: calc(50% - 9px);
}

.social__content {
	left: 0;
	bottom: calc(100% + 16px);
	visibility: hidden;
	transform: translateY(-15px);
}

.social__content:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 18px;
	left: 0;
	bottom: -17px;
}

.social__content.active {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
	transition: all 0.3s;
}

.social__link {
	display: block;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	box-shadow: 0 4px 4px rgba(25, 29, 31, 0.24);
	transition: all 0.3s;
}

.social__link + .social__link {
	margin-top: 8px;
}

.social__link:hover {
	transform: scale(1.1);
	transition: all 0.3s;
}

.main-dots .slick-dots {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 14px;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;
}

.main-dots .slick-dots li {
	margin: 0 4px;
	height: 5px;
}

.main-dots .slick-dots li button {
	display: block;
	font-size: 0;
	width: 8px;
	height: 8px;
	background-color: #849292;
	opacity: 0.5;
	border-radius: 50px;
	cursor: pointer;
	transition: opacity 0.1s;
}

.main-dots .slick-dots li.slick-active button,
.main-dots .slick-dots li:hover button {
	opacity: 1;
	transition: opacity 0.1s;
}

.dark-fancybox .fancybox-slide--html .fancybox-close-small,
.modal__checbox input {
	display: none;
}

.dark-fancybox .fancybox-slide--html {
	padding: 0;
}

@media (max-width: 1430px) {
	.social {
		right: 15px;
		bottom: 15px;
	}

	.title {
		font-size: 38px;
		line-height: 42px;
	}

	.desc {
		font-size: 20px;
		line-height: 28px;
	}

	.desc-big {
		font-size: 28px;
		line-height: 34px;
	}

	.arrow {
		width: 50px;
		height: 50px;
	}

	.arrow svg {
		width: 30px;
		height: 30px;
	}
}

@media (max-width: 1254px) {
	.wrapper {
		max-width: 1010px;
	}

	.logo {
		width: 180px;
	}
}

@media (max-width: 1010px) {
	.wrapper {
		max-width: 750px;
	}

	.title {
		font-size: 30px;
		line-height: 1.2;
	}

	.caption {
		margin-bottom: 15px;
	}

	.desc {
		font-size: 18px;
		line-height: 26px;
	}

	.desc-big {
		font-size: 24px;
		line-height: 30px;
	}

	.btn {
		font-size: 13px;
		line-height: 22px;
		padding: 12px 24px;
	}
}

@media (min-width: 760px) {
	.social:hover .social__btn-bg {
		width: 48px;
		height: 48px;
		top: calc(50% - 24px);
		left: calc(50% - 24px);
		transition: all 0.3s;
	}

	.social:hover .social__btn-icon {
		opacity: 0;
		transition: all 0.3s;
	}

	.social:hover .social__btn-closed {
		opacity: 1;
		transition: all 0.3s;
	}

	.social:hover .social__content {
		visibility: visible;
		opacity: 1;
		transform: translateY(0);
		transition: all 0.3s;
	}
}

@media (max-width: 760px) {
	.title {
		font-size: 26px;
	}

	.field {
		font-size: 16px;
		line-height: 22px;
		padding: 14px 20px;
	}

	.arrow {
		width: 40px;
		height: 40px;
	}

	.arrow svg {
		width: 25px;
		height: 25px;
	}

	.caption {
		font-size: 12px;
		line-height: 22px;
	}

	.desc {
		font-size: 16px;
		line-height: 24px;
	}

	.desc-big {
		font-size: 20px;
		line-height: 26px;
	}

	.social,
	.social__btn {
		width: 40px;
		height: 40px;
	}

	.social__btn svg,
	.social__btn-icon svg {
		width: 100%;
		height: 100%;
		-o-object-fit: contain;
		object-fit: contain;
	}

	.social__btn-icon {
		width: 26px;
		height: 26px;
	}

	.social__btn-closed {
		width: 12px;
		height: 12px;
		top: calc(50% - 6px);
		left: calc(50% - 6px);
	}

	.social__link {
		width: 40px;
		height: 40px;
	}

	.social.active .social__btn-icon {
		opacity: 0;
		transition: all 0.3s;
	}

	.social.active .social__btn-closed {
		opacity: 1;
		transition: all 0.3s;
	}
}

@font-face {
	font-family: "Styrene A LC";
	src: url(../fonts/StyreneAWeb-Light/StyreneAWeb-Light.eot);
	src:
		url(../fonts/StyreneAWeb-Light/StyreneAWeb-Light.eot?#iefix) format("embedded-opentype"),
		url(../fonts/StyreneAWeb-Light/StyreneAWeb-Light.woff) format("woff"),
		url(../fonts/StyreneAWeb-Light/StyreneAWeb-Light.ttf) format("truetype");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: "Styrene A LC";
	src: url(../fonts/StyreneAWeb-Regular/StyreneAWeb-Regular.eot);
	src:
		url(../fonts/StyreneAWeb-Regular/StyreneAWeb-Regular.eot?#iefix) format("embedded-opentype"),
		url(../fonts/StyreneAWeb-Regular/StyreneAWeb-Regular.woff) format("woff"),
		url(../fonts/StyreneAWeb-Regular/StyreneAWeb-Regular.ttf) format("truetype");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Styrene A LC";
	src: url(../fonts/StyreneAWeb-Medium/StyreneAWeb-Medium.eot);
	src:
		url(../fonts/StyreneAWeb-Medium/StyreneAWeb-Medium.eot?#iefix) format("embedded-opentype"),
		url(../fonts/StyreneAWeb-Medium/StyreneAWeb-Medium.woff) format("woff"),
		url(../fonts/StyreneAWeb-Medium/StyreneAWeb-Medium.ttf) format("truetype");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "Styrene A LC";
	src: url(../fonts/StyreneAWeb-Bold/StyreneAWeb-Bold.eot);
	src:
		url(../fonts/StyreneAWeb-Bold/StyreneAWeb-Bold.eot?#iefix) format("embedded-opentype"),
		url(../fonts/StyreneAWeb-Bold/StyreneAWeb-Bold.woff) format("woff"),
		url(../fonts/StyreneAWeb-Bold/StyreneAWeb-Bold.ttf) format("truetype");
	font-weight: 600;
	font-style: normal;
}

.header {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	padding-top: 36px;
	z-index: 1000;
}

.header__menu ul {
	display: flex;
	align-items: center;
}

.header__menu ul li + li {
	margin-left: 40px;
}

.header__menu ul li a {
	font-size: 18px;
	line-height: 28px;
	color: #191d1f;
	transition: all 0.3s;
}

.header__menu ul li a:hover,
.wholesale-supply__desc a:hover {
	color: #0691c2;
	transition: all 0.3s;
}

.header__burger {
	display: none;
	width: 26px;
	margin-left: 25px;
}

.header__burger span + span {
	margin-top: 5px;
}

.header__burger span {
	position: relative;
	display: block;
	width: 100%;
	height: 2px;
	background-color: #262a5a;
	border-radius: 10px;
	transition: all 0.3s;
}

.header__burger.active span:nth-child(1) {
	transform: rotate(45deg);
	top: 7px;
	transition: all 0.3s;
}

.header__burger.active span:nth-child(2) {
	opacity: 0;
}

.header__burger.active span:nth-child(3) {
	transform: rotate(-45deg);
	top: -7px;
	transition: all 0.3s;
}

.header__copiright {
	display: none;
	font-size: 20px;
	line-height: 30px;
	color: #849292;
	position: absolute;
	width: 100%;
	text-align: center;
	left: 0;
	bottom: 30px;
}

@media (max-width: 1254px) {
	.header {
		padding-top: 24px;
	}

	.header__menu ul li + li {
		margin-left: 30px;
	}

	.header__menu ul li a {
		font-size: 16px;
		line-height: 22px;
	}
}

@media (max-width: 1010px) {
	.header {
		padding-top: 15px;
	}

	.header__menu ul li + li {
		margin-left: 25px;
	}

	.header__menu ul li a {
		font-size: 15px;
		line-height: 20px;
	}
}

@media (max-width: 760px) {
	.header {
		padding-top: 15px;
	}

	.header .logo {
		position: relative;
		z-index: 100;
	}

	.header__menu {
		display: flex;
		align-items: center;
		justify-content: center;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		padding: 100px 15px;
		overflow-x: auto;
		z-index: 40;
		background-color: #fff;
		transform: translateX(-100%);
		transition: transform 0.3s;
	}

	.header__menu.active {
		transform: translateX(0);
		transition: transform 0.3s;
	}

	.header__menu ul {
		flex-wrap: wrap;
	}

	.header__menu ul li + li {
		margin-left: 0;
		margin-top: 15px;
	}

	.header__menu ul li {
		width: 100%;
		text-align: center;
	}

	.header__menu ul li a {
		font-size: 24px;
		line-height: 36px;
	}

	.header__burger {
		display: block;
		position: relative;
		z-index: 100;
	}

	.header__copiright {
		display: block;
	}
}

.promo {
	position: relative;
	padding-top: 242px;
	padding-bottom: 116px;
	overflow: hidden;
	margin-bottom: 30px;
	height: 100vh;
	/*min-height: 800px;*/
	min-height: 1016px;
}

.promo .wrapper {
	height: 100%;
}

.promo__body {
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
}

.promo__bg {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

.promo__bg-bottom,
.promo__bg-img {
	position: absolute;
	width: 2560px;
	height: 1135px;
	left: calc(50% - 1280px);
	bottom: 30px;
	z-index: 10;
}

.promo__bg-bottom img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

.promo__bg-img {
	width: 1628px;
	height: 938px;
	left: calc(50% - 348px);
	bottom: 95px;
	z-index: 1;
}

.promo__wrap {
	width: 100%;
	align-items: flex-start;
}

.promo__box {
	max-width: 670px;
	position: relative;
	z-index: 10;
}

.promo__title {
	font-weight: 500;
	font-size: 56px;
	line-height: 72px;
	letter-spacing: -0.04em;
}

.promo__subtitle {
	font-size: 22px;
	line-height: 32px;
	margin-top: 18px;
	letter-spacing: -0.9px;
}

.promo__icon {
	position: relative;
	top: 5px;
	left: -90px;
}

.promo__items {
	align-items: initial;
	justify-content: flex-start;
	position: relative;
	z-index: 10;
}

.promo__item {
	width: 288px;
	margin-right: 24px;
}

.promo__item-box {
	max-width: 200px;
}

.promo__item-icon {
	width: 80px;
	height: 80px;
	margin-bottom: 24px;
}

.promo__item-desc {
	font-size: 18px;
	line-height: 28px;
	color: #fff;
	letter-spacing: -0.8px;
}

@media (max-height: 1100px) {
	.promo {
		padding-bottom: 80px;
	}

	.promo__bg-bottom {
		/*bottom: -140px;*/
		bottom: -80px;
	}

	.promo__bg-img {
		bottom: -50px;
	}
}
@media (min-width: 2561px) {
	.promo__bg-bottom {
		width: 100%;
		height: auto;
		left: 50%;
		transform: translateX(-50%);
	}
}
@media (min-width: 1950px) {
	.promo__bg-img {
		display: flex;
		justify-content: flex-end;
	}
}

@media (max-width: 1800px) {
	.promo__bg-bottom {
		width: 1920px;
		height: auto;
		left: calc(50% - 960px);
		/*bottom: -270px;*/
		bottom: 0px;
	}

	.promo__bg-img {
		width: 1600px;
		height: auto;
		left: calc(50% - 335px);
		bottom: 155px;
	}
}

@media (max-width: 1600px) {
	.promo__bg-bottom {
		width: 1600px;
		left: calc(50% - 800px);
		/*bottom: -200px;*/
	}

	.promo__bg-img {
		width: 1440px;
		height: auto;
		left: calc(50% - 350px);
		bottom: 110px;
	}
}

@media (max-height: 1000px) and (max-width: 1600px) {
	.promo {
		padding-top: 180px;
		padding-bottom: 80px;
	}

	/*.promo__bg-bottom {
		bottom: -350px;
	}*/

	.promo__bg-img {
		bottom: 0;
		width: 1200px;
		left: calc(50% - 250px);
	}
}

@media (max-width: 1254px) {
	.promo {
		padding-top: 200px;
		padding-bottom: 80px;
	}

	.promo__bg-bottom {
		width: 1400px;
		left: calc(50% - 700px);
		/*bottom: -240px;*/
	}

	.promo__bg-img {
		width: 1000px;
		height: auto;
		left: calc(50% - 260px);
		bottom: 45px;
	}

	.promo__title {
		font-size: 50px;
		line-height: 64px;
	}

	.promo__subtitle {
		font-size: 20px;
		line-height: 30px;
		margin-top: 15px;
	}

	.promo__item-desc {
		font-size: 17px;
		line-height: 26px;
	}
}

@media (max-width: 1010px) {
	.promo {
		padding-top: 160px;
		padding-bottom: 80px;
		margin-bottom: 25px;
		min-height: 680px;
	}

	.promo__bg-bottom {
		/*width: 1100px;
		left: calc(50% - 580px);
		bottom: -180px;*/
		width: 1010px;
		left: 50%;
		transform: translateX(-50%);
	}

	.promo__bg-img {
		width: 800px;
		left: calc(50% - 235px);
		bottom: 10px;
	}

	.promo__box {
		max-width: 480px;
	}

	.promo__title {
		font-size: 38px;
		line-height: 1.2;
	}

	.promo__subtitle {
		font-size: 17px;
		line-height: 1.6;
	}

	.promo__item {
		width: 200px;
		margin-right: 20px;
	}

	.promo__item-icon {
		width: 60px;
		height: 60px;
		margin-bottom: 20px;
	}

	.promo__item-desc {
		font-size: 16px;
		line-height: 24px;
	}

	.promo__icon {
		top: 0;
		left: -50px;
		width: 80px;
	}
}

@media (max-width: 760px) {
	.promo {
		padding-top: 120px;
		padding-bottom: 60px;
		margin-bottom: 20px;
		min-height: 720px;
	}

	.promo__bg-bottom {
		width: 780px;
		/*left: calc(50% - 330px);
		bottom: -100px;*/
	}

	.promo__bg-img {
		width: 500px;
		left: calc(50% - 135px);
		bottom: 30px;
	}

	.promo__wrap {
		flex-wrap: wrap;
	}

	.promo__box {
		order: 2;
		max-width: 100%;
	}

	.promo__title {
		font-size: 30px;
	}

	.promo__subtitle {
		font-size: 16px;
		line-height: 1.5;
	}

	.promo__item {
		width: 50%;
		margin-right: 0;
		padding-right: 10px;
	}

	.promo__item-icon {
		width: 50px;
		height: 50px;
		margin-bottom: 15px;
	}

	.promo__item-desc {
		font-size: 15px;
		line-height: 22px;
	}

	.promo__icon {
		top: 0;
		left: 0;
		width: 60px;
		order: 1;
		margin-bottom: 20px;
	}
}

@media (min-height: 700px) and (max-width: 760px) {
	/*.promo__bg-bottom {
		left: calc(50% - 430px);
		bottom: -45px;
	}*/

	.promo__bg-img {
		left: calc(50% - 135px);
		bottom: 100px;
	}
}

.main-product {
	margin-bottom: 94px;
}

.main-product__row {
	align-items: initial;
	margin-bottom: 24px;
}

.main-product__coll {
	width: calc(33.333% - 16px);
	height: 560px;
	overflow: hidden;
}

.main-product__coll-item {
	background: linear-gradient(0deg, #e9f2f4, #e9f2f4), #dae3e7;
	width: 100%;
	height: 100%;
	text-align: center;
}

.main-product__img {
	margin: 0 auto;
}

.main-product__img_big {
	width: 100%;
	height: 100%;
	-o-object-position: left bottom;
	object-position: left bottom;
}

.main-product__btn svg,
.main-product__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.main-product__body {
	position: relative;
}

.main-product__block {
	padding: 39px 66px 81px 104px;
	background: linear-gradient(0deg, #e9f2f4, #e9f2f4), #dae3e7;
}

.main-product__left {
	width: calc(100% - 592px);
	max-width: 400px;
}

.main-product__caption {
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #ea2222;
	margin-bottom: 16px;
}

.main-product__bottom {
	align-items: flex-end;
	justify-content: flex-start;
	margin-top: 38px;
}

.main-product__price {
	display: flex;
	align-items: center;
	font-weight: 500;
	font-size: 42px;
	line-height: 52px;
	letter-spacing: -0.02em;
	color: #ea2222;
}

.main-product__price img {
	margin-left: 10px;
	margin-bottom: -2px;
}

.main-product__price-old {
	font-size: 22px;
	line-height: 32px;
	color: #849292;
	display: inline-flex;
	align-items: center;
	position: relative;
}

.main-product__price-old:after {
	content: "";
	position: absolute;
	width: calc(100% + 4px);
	height: 2px;
	background-color: #849292;
	left: -2px;
	top: calc(50% + 1px);
}

.main-product__price-old img {
	margin-left: 6px;
	margin-bottom: -2px;
	-o-object-fit: contain;
	object-fit: contain;
}

.main-product__btn {
	display: inline-flex;
	align-items: center;
	padding: 4px 8px;
	background-color: #ea2222;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #fff;
	margin-left: 76px;
	transition: all 0.3s;
}

.main-product__btn svg {
	width: 40px;
	height: 40px;
	margin-right: 8px;
}

.main-product__btn span {
	margin-right: 15px;
}

.main-product__btn:hover {
	background-color: #0691c2;
	transition: all 0.3s;
}

.main-product__right {
	width: 592px;
	height: 426px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.main-product__right img {
	max-width: 100%;
	max-height: 100%;
}

.main-product .arrow {
	position: absolute;
	top: calc(50% - 40px);
	z-index: 10;
}

.main-product .arrow--prew {
	left: -40px;
}

.main-product .arrow--next {
	right: -40px;
}

@media (max-width: 1254px) {
	.main-product {
		margin-bottom: 80px;
	}

	.main-product__coll {
		height: 440px;
	}

	.main-product__block {
		padding: 40px 50px;
	}

	.main-product__left {
		width: calc(100% - 480px);
	}

	.main-product__caption {
		line-height: 1.2;
		margin-bottom: 20px;
	}

	.main-product__bottom {
		margin-top: 25px;
	}

	.main-product__price {
		font-size: 34px;
		line-height: 42px;
	}

	.main-product__price-old {
		font-size: 18px;
		line-height: 26px;
	}

	.main-product__price-old img {
		width: 12px;
		height: 12px;
	}

	.main-product__price img {
		width: 26px;
	}

	.main-product__btn {
		margin-left: 50px;
	}

	.main-product__right {
		width: 460px;
		height: auto;
	}

	.main-product .arrow {
		top: calc(50% - 20px);
	}

	.main-product .arrow--prew {
		left: -20px;
	}

	.main-product .arrow--next {
		right: -20px;
	}
}

@media (max-width: 1010px) {
	.main-product {
		margin-bottom: 60px;
	}

	.main-product__row {
		margin-bottom: 20px;
	}

	.main-product__coll {
		height: 325px;
		width: calc(33.333% - 14px);
	}

	.main-product__block {
		padding: 30px 25px;
		flex-wrap: wrap;
		justify-content: center;
	}

	.main-product__left {
		width: 100%;
		max-width: 100%;
	}

	.main-product__caption {
		font-size: 13px;
		margin-bottom: 15px;
	}

	.main-product__bottom {
		margin-top: 20px;
	}

	.main-product__price {
		font-size: 30px;
		line-height: 1.2;
	}

	.main-product__price-old {
		font-size: 16px;
		line-height: 1.6;
	}

	.main-product__price img {
		width: 23px;
		margin-left: 6px;
	}

	.main-product__right {
		margin-top: 30px;
	}
}

@media (max-width: 760px) {
	.main-product {
		margin-bottom: 60px;
	}

	.main-product__row {
		flex-wrap: wrap;
		margin: 0 -10px 25px;
	}

	.main-product__row .slick-dots {
		bottom: 0;
	}

	.main-product__coll {
		height: 440px;
		width: 100%;
		margin-bottom: 15px;
	}

	.main-product__coll-item {
		width: calc(100% - 20px);
		margin: 0 10px;
	}

	.main-product__img {
		height: 350px;
	}

	.main-product__img_big {
		height: 100%;
	}

	.main-product__img_big img {
		-o-object-position: left bottom;
		object-position: left bottom;
	}

	.main-product__block {
		padding: 30px 25px;
	}

	.main-product__body .slick-dots {
		bottom: -20px;
	}

	.main-product__caption {
		font-size: 12px;
		margin-bottom: 14px;
	}

	.main-product__bottom {
		margin-top: 15px;
	}

	.main-product__price {
		font-size: 24px;
	}

	.main-product__price-old {
		font-size: 15px;
	}

	.main-product__price-old img {
		width: 10px;
		height: 10px;
	}

	.main-product__price img {
		width: 18px;
		margin-left: 5px;
	}

	.main-product__right {
		width: 100%;
		max-width: 460px;
	}

	.main-product__btn {
		font-size: 12px;
		line-height: 22px;
		margin-left: 25px;
	}

	.main-product__btn svg {
		width: 35px;
		height: 35px;
		margin-right: 5px;
	}

	.main-product__btn span {
		margin-right: 15px;
	}

	.main-product .arrow {
		display: none;
	}
}

.about {
	padding-top: 144px;
	padding-bottom: 86px;
	background-color: #f5f5f5;
}

.about__top {
	max-width: 808px;
	margin: 0 auto;
}

.about__image {
	margin-top: 120px;
	margin-bottom: 80px;
}

.about__row {
	max-width: 828px;
	margin: 0 auto;
	align-items: initial;
}

.about__coll {
	width: 33.333%;
}

.about__coll-box {
	max-width: 200px;
}

.about__number {
	font-size: 120px;
	line-height: 120px;
	letter-spacing: -0.08em;
	margin-bottom: 18px;
}

.about__desc {
	font-size: 16px;
	line-height: 24px;
	color: #849292;
	letter-spacing: -0.6px;
}

@media (max-width: 1254px) {
	.about {
		padding-top: 120px;
		padding-bottom: 80px;
	}

	.about__image {
		margin-top: 80px;
		margin-bottom: 60px;
	}

	.about__row {
		max-width: 700px;
	}

	.about__number {
		font-size: 100px;
		line-height: 1;
		margin-bottom: 15px;
	}

	.about__desc {
		line-height: 22px;
	}
}

@media (max-width: 1010px) {
	.about {
		padding-top: 100px;
		padding-bottom: 80px;
	}

	.about__image {
		margin-top: 50px;
		margin-bottom: 40px;
	}

	.about__number {
		font-size: 74px;
		margin-bottom: 10px;
	}

	.about__desc {
		font-size: 14px;
		line-height: 20px;
	}
}

@media (max-width: 760px) {
	.about {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.about__image {
		margin: 40px -15px 30px;
		height: 220px;
		width: calc(100% + 30px);
	}

	.about__image img {
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}

	.about__row {
		flex-wrap: wrap;
		margin-bottom: -25px;
	}

	.about__coll {
		width: calc(50% - 15px);
		margin-bottom: 25px;
	}

	.about__coll-box {
		max-width: 200px;
	}

	.about__number {
		font-size: 60px;
	}
}

.about-video {
	position: relative;
	height: 659px;
	margin-top: 88px;
}

.about-video__bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.about-video__bg:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.1);
	z-index: 1;
}

.about-video__bg video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.about-video__wrap {
	position: relative;
	z-index: 10;
	height: 100%;
	align-items: flex-end;
	padding: 0 95px 38px;
}

.about-video__play {
	position: absolute;
	width: 104px;
	height: 104px;
	left: calc(50% - 52px);
	top: calc(50% - 52px);
	background-color: #fff;
	border-radius: 50%;
	transition: all 0.3s;
}

.about-video__play:hover {
	transform: scale(1.1);
	transition: all 0.3s;
}

.about-video__box {
	max-width: 495px;
}

.about-video__caption {
	color: #fff;
	opacity: 0.4;
	margin-bottom: 16px;
}

.about-video__desc {
	font-size: 18px;
	line-height: 28px;
	color: #fff;
	letter-spacing: -0.65px;
}

@media (max-width: 1254px) {
	.about-video {
		height: 580px;
	}

	.about-video__wrap {
		padding-bottom: 42px;
	}

	.about-video__play {
		width: 84px;
		height: 84px;
		left: calc(50% - 42px);
		top: calc(50% - 42px);
	}

	.about-video__play svg {
		width: 20px;
		-o-object-fit: contain;
		object-fit: contain;
	}

	.about-video__box {
		max-width: 495px;
	}

	.about-video__caption {
		color: #fff;
		opacity: 0.4;
		margin-bottom: 16px;
	}

	.about-video__desc {
		font-size: 18px;
		line-height: 28px;
		color: #fff;
		letter-spacing: -0.65px;
	}
}

@media (max-width: 1010px) {
	.about-video {
		height: 520px;
	}

	.about-video__wrap {
		padding-bottom: 35px;
	}

	.about-video__play {
		width: 80px;
		height: 80px;
		left: calc(50% - 40px);
		top: calc(50% - 40px);
	}

	.about-video__play svg {
		width: 18px;
	}

	.about-video__box {
		max-width: 400px;
	}

	.about-video__caption {
		margin-bottom: 15px;
	}

	.about-video__desc {
		font-size: 16px;
		line-height: 24px;
	}
}

@media (max-width: 760px) {
	.about-video {
		height: 420px;
	}

	.about-video__wrap {
		padding-bottom: 25px;
	}

	.about-video__play {
		width: 60px;
		height: 60px;
		left: calc(50% - 30px);
		top: calc(50% - 30px);
	}

	.about-video__play svg {
		width: 14px;
	}

	.about-video__caption {
		margin-bottom: 10px;
	}

	.about-video__desc {
		font-size: 15px;
		line-height: 22px;
	}
}

.licenses {
	padding-top: 86px;
	padding-bottom: 142px;
}

.licenses__wrap {
	max-width: 838px;
}

.licenses__top-caption {
	margin-bottom: 15px;
}

.licenses__desc {
	letter-spacing: -0.3px;
}

.licenses__body {
	margin-top: 160px;
}

.licenses__slick {
	width: 392px;
}

.licenses__slick .slick-list {
	overflow: visible;
}

.licenses__item {
	padding: 64px 24px 40px;
	position: relative;
}

.licenses__item:after {
	content: "";
	position: absolute;
	width: calc(100% - 48px);
	height: 100%;
	top: 40px;
	left: 24px;
	filter: blur(40px);
	transition: opacity 0.3s;
}

.licenses__item_blue,
.licenses__item_blue:after {
	background: linear-gradient(155.86deg, #47d6cd 0, #006eac 99.41%);
}

.licenses__item_blue:after {
	opacity: 0;
}

.licenses__item_blue:hover:after {
	opacity: 0.34;
	transition: opacity 0.3s;
}

.licenses__item_green,
.licenses__item_green:after {
	background: linear-gradient(155.86deg, #92a518 0, #226b4b 99.41%);
}

.licenses__item_green:after {
	opacity: 0;
}

.licenses__item_darkblue:hover:after,
.licenses__item_green:hover:after,
.licenses__item_yellow:hover:after {
	opacity: 0.24;
	transition: opacity 0.3s;
}

.licenses__item_yellow,
.licenses__item_yellow:after {
	background: linear-gradient(155.86deg, #d3a93c 0, #928c5c 99.41%);
}

.licenses__item_yellow:after {
	opacity: 0;
}

.licenses__item_darkblue,
.licenses__item_darkblue:after {
	background: linear-gradient(155.86deg, #28689e 0, #3a86a0 99.41%);
}

.licenses__item_darkblue:after {
	opacity: 0;
}

.licenses__item-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.licenses__box {
	position: relative;
	z-index: 10;
	text-align: center;
}

.licenses__logo {
	width: 120px;
	height: 120px;
	margin: 0 auto 64px;
}

.licenses__caption {
	font-weight: 500;
	font-size: 32px;
	line-height: 42px;
	color: #f5f5f5;
}

.licenses__icon {
	width: 60.59px;
	height: 64px;
	margin: 56px auto 40px;
}

.licenses__bottom-caption,
.licenses__link {
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #fff;
}

.licenses__bottom-caption {
	margin-bottom: 8px;
}

.licenses__link {
	display: inline-block;
	opacity: 0.64;
	border-bottom: 1px solid rgba(255, 255, 255, 0.16);
	transition: all 0.3s;
}

.licenses__link:hover {
	opacity: 1;
	border-color: #fff;
	transition: all 0.3s;
}

@media (max-width: 1254px) {
	.licenses {
		padding-top: 80px;
		padding-bottom: 120px;
	}

	.licenses__wrap {
		max-width: 750px;
	}

	.licenses__body {
		margin-top: 80px;
	}

	.licenses__slick {
		width: 340px;
	}

	.licenses__item {
		padding: 40px 24px;
	}

	.licenses__logo {
		width: 100px;
		height: 100px;
		margin: 0 auto 42px;
	}

	.licenses__caption {
		font-size: 28px;
		line-height: 38px;
	}

	.licenses__icon {
		width: 50px;
		height: 52px;
		margin: 42px auto 28px;
	}
}

@media (max-width: 1010px) {
	.licenses {
		padding-bottom: 100px;
	}

	.licenses__wrap {
		max-width: 630px;
	}

	.licenses__body {
		margin-top: 50px;
	}

	.licenses__slick {
		width: 300px;
	}

	.licenses__logo {
		margin-bottom: 20px;
	}

	.licenses__caption {
		font-size: 24px;
		line-height: 32px;
	}

	.licenses__bottom-caption,
	.licenses__link {
		font-size: 12px;
		line-height: 20px;
	}
}

@media (max-width: 760px) {
	.licenses {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.licenses__body {
		margin-top: 30px;
		justify-content: center;
	}

	.licenses__slick {
		width: 100%;
		max-width: 350px;
	}

	.licenses__caption {
		font-size: 22px;
		line-height: 28px;
		max-width: 220px;
		margin: 0 auto;
	}

	.licenses .slick-dots {
		bottom: -20px;
	}

	.licenses .arrow {
		display: none;
	}
}

.geography {
	padding-top: 63px;
	padding-bottom: 61px;
	height: 796px;
	background-image: url(../img/geography/bg.svg);
	background-size: contain;
	background-repeat: repeat-x;
	position: relative;
}

.geography__map {
	position: absolute;
	width: 1303px;
	height: 672px;
	top: 63px;
	left: calc(50% - 652px);
}

.geography__wrap {
	position: relative;
	z-index: 10;
	max-width: 1046px;
	align-items: initial;
	padding-top: 208px;
}

.geography__left {
	width: calc(100% - 301px);
}

.geography__caption {
	color: #ecf0ef;
	opacity: 0.64;
	margin-bottom: 16px;
}

.geography__desc {
	color: #fff;
	margin-bottom: 45px;
}

.geography__right {
	width: 301px;
	text-align: right;
	padding-top: 37px;
}

.geography__right-desc {
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	letter-spacing: -0.6px;
}

.geography__number {
	font-size: 120px;
	line-height: 120px;
	color: #fff;
	margin-bottom: 11px;
}

@media (max-width: 1440px) {
	.geography {
		background-size: auto;
	}
}

@media (max-width: 1254px) {
	.geography {
		padding-top: 60px;
		padding-bottom: 60px;
		height: auto;
		background-size: cover;
		background-position: left bottom;
	}

	.geography__map {
		width: 900px;
		height: 465px;
		top: 75px;
		left: calc(50% - 450px);
	}

	.geography__wrap {
		padding-top: 127px;
		padding-bottom: 126px;
	}

	.geography__number {
		font-size: 100px;
		line-height: 1;
		margin-bottom: 10px;
	}
}

@media (max-width: 1010px) {
	.geography__map {
		width: 700px;
		height: 360px;
		top: 75px;
		left: calc(50% - 350px);
	}

	.geography__wrap {
		padding-top: 40px;
		padding-bottom: 50px;
	}

	.geography__number {
		font-size: 88px;
	}

	.geography__desc {
		margin-bottom: 30px;
	}
}

@media (max-width: 760px) {
	.geography {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.geography__map {
		width: 700px;
		height: 360px;
		top: 75px;
		left: calc(50% - 280px);
	}

	.geography__wrap {
		padding-top: 15px;
		padding-bottom: 20px;
		flex-wrap: wrap;
	}

	.geography__number {
		font-size: 64px;
	}

	.geography__desc {
		margin-bottom: 20px;
	}

	.geography__left {
		width: 100%;
	}

	.geography__right {
		width: 100%;
		text-align: left;
		padding-top: 30px;
	}
}

.wholesale-supply {
	padding-top: 225px;
	height: 874px;
	background-image: url(../img/wholesale-supply/bg.svg);
	background-size: contain;
	background-repeat: repeat-x;
	position: relative;
	margin-top: -45px;
}

.wholesale-supply__wrap {
	width: 680px;
	background: linear-gradient(0deg, #849292, #849292);
	border-radius: 8px;
	margin: 0 auto;
	padding: 48px 40px 30px;
}

.wholesale-supply__caption {
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #ecf0ef;
	opacity: 0.64;
	margin-bottom: 16px;
}

.wholesale-supply__title {
	color: #fff;
}

.wholesale-supply__desc {
	font-size: 22px;
	line-height: 32px;
	color: #fff;
	margin-bottom: 17px;
	margin-top: 24px;
	letter-spacing: -0.85px;
}

.wholesale-supply__desc a {
	color: #fff;
	text-decoration: underline;
	transition: all 0.3s;
}

.wholesale-supply__link {
	font-size: 18px;
	line-height: 28px;
	color: #fff;
	letter-spacing: -0.7px;
	transition: all 0.3s;
}

.wholesale-supply__link svg {
	width: 56px;
	height: 56px;
	-o-object-fit: contain;
	object-fit: contain;
}

.wholesale-supply__link svg * {
	transition: all 0.3s;
}

.wholesale-supply__link:hover {
	color: #0691c2;
	transition: all 0.3s;
}

.wholesale-supply__link:hover svg * {
	stroke: #0691c2;
	transition: all 0.3s;
}

@media (max-width: 1440px) {
	.wholesale-supply {
		background-size: auto;
	}
}

@media (max-width: 1254px) {
	.wholesale-supply {
		padding-top: 140px;
		height: auto;
		margin-top: -40px;
		padding-bottom: 140px;
		background-size: cover;
		background-position: left bottom;
	}

	.wholesale-supply__wrap {
		padding: 35px 40px;
	}

	.wholesale-supply__desc {
		font-size: 18px;
		line-height: 26px;
		margin-bottom: 15px;
		margin-top: 20px;
	}

	.wholesale-supply__link svg {
		width: 45px;
		height: 45px;
	}
}

@media (max-width: 1010px) {
	.wholesale-supply {
		padding-top: 70px;
		margin-top: -50px;
		padding-bottom: 70px;
	}

	.wholesale-supply__caption {
		font-size: 12px;
		line-height: 20px;
		margin-bottom: 10px;
	}

	.wholesale-supply__wrap {
		width: 550px;
		padding: 30px 20px;
	}

	.wholesale-supply__desc,
	.wholesale-supply__link {
		font-size: 16px;
		line-height: 22px;
	}

	.wholesale-supply__link svg {
		width: 40px;
		height: 40px;
	}
}

@media (max-width: 760px) {
	.wholesale-supply__caption {
		font-size: 12px;
		line-height: 20px;
		margin-bottom: 10px;
	}

	.wholesale-supply__wrap {
		width: 100%;
		padding: 25px 15px;
		max-width: 550px;
	}

	.wholesale-supply__desc {
		margin-top: 15px;
	}

	.wholesale-supply__link {
		font-size: 14px;
		line-height: 20px;
	}

	.wholesale-supply__link svg {
		width: 30px;
		height: 30px;
	}
}

.reviews {
	padding-top: 193px;
	padding-bottom: 173px;
}

.reviews__row {
	display: flex;
	flex-wrap: wrap;
	margin: 64px -12px -140px;
}

.reviews__coll {
	width: calc(33.333% - 24px);
	margin: 0 12px 140px;
}

.reviews__icon {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	margin-bottom: 27px;
}

.reviews__name {
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 7px;
}

.reviews__caption {
	font-size: 16px;
	line-height: 24px;
	color: #849292;
	margin-bottom: 4px;
	letter-spacing: -0.5px;
}

.reviews__desc {
	font-size: 18px;
	line-height: 28px;
	letter-spacing: -0.8px;
}

.reviews__bottom {
	text-align: center;
	margin-top: 60px;
}

@media (max-width: 1254px) {
	.reviews {
		padding-top: 100px;
		padding-bottom: 100px;
	}

	.reviews__row {
		margin: 44px -8px -80px;
	}

	.reviews__coll {
		width: calc(33.333% - 16px);
		margin: 0 8px 80px;
	}

	.reviews__icon {
		width: 60px;
		height: 60px;
		margin-bottom: 20px;
	}

	.reviews__caption {
		font-size: 15px;
		line-height: 1.2;
		margin-bottom: 5px;
	}

	.reviews__desc {
		font-size: 15px;
		line-height: 1.5;
	}

	.reviews__bottom {
		margin-top: 40px;
	}
}

@media (max-width: 1010px) {
	.reviews {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.reviews__row {
		margin-top: 30px;
		margin-bottom: -40px;
	}

	.reviews__coll {
		width: calc(50% - 16px);
		margin-bottom: 40px;
	}
}

@media (max-width: 760px) {
	.reviews {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.reviews__row {
		margin: 30px -10px 0;
	}

	.reviews__coll {
		width: 100%;
		margin: 0;
	}

	.reviews__coll-item {
		margin: 0 10px;
	}

	.reviews__bottom {
		margin-top: 60px;
	}

	.reviews .slick-dots {
		bottom: -20px;
	}
}

.clients {
	padding-top: 160px;
	padding-bottom: 160px;
	background-image: url(../img/clients/bg.svg);
	background-size: auto;
	position: relative;
}

.clients__title {
	text-align: center;
	color: #fff;
	margin-bottom: 80px;
}

.clients__row {
	display: flex;
	flex-wrap: wrap;
	margin: -12px;
}

.clients__coll {
	width: calc(25% - 24px);
	height: 120px;
	margin: 12px;
}

@media (max-width: 1254px) {
	.clients {
		padding-top: 100px;
		padding-bottom: 100px;
		background-size: cover;
		background-position: left bottom;
	}

	.clients__title {
		margin-bottom: 50px;
	}

	.clients__row {
		margin: -8px;
	}

	.clients__coll {
		width: calc(25% - 16px);
		height: 100px;
		margin: 8px;
	}
}

@media (max-width: 1010px) {
	.clients {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.clients__title {
		margin-bottom: 30px;
	}

	.clients__row {
		margin: -8px;
	}

	.clients__coll {
		width: calc(33.333% - 16px);
		height: 80px;
	}
}

@media (max-width: 760px) {
	.clients {
		padding-top: 90px;
		padding-bottom: 60px;
	}

	.clients__title {
		margin-bottom: 30px;
	}

	.clients__logo img {
		width: 100%;
		height: 100%;
		-o-object-fit: contain;
		object-fit: contain;
	}

	.clients__coll {
		width: calc(50% - 16px);
		height: 60px;
	}

	.clients__logo {
		max-width: 140px;
		height: 40px;
	}
}

.orders {
	padding-top: 248px;
	padding-bottom: 150px;
}

.orders__top {
	max-width: 600px;
	font-size: 18px;
	line-height: 28px;
	text-align: center;
	margin: 0 auto;
}

.orders__subtitle {
	color: #849292;
	margin-top: 24px;
}

.orders__row {
	display: flex;
	justify-content: space-between;
	margin: 108px auto 80px;
	text-align: center;
}

.orders__coll {
	width: calc(33.333% - 24px);
	max-width: 392px;
}

.orders__coll-item {
	max-width: 300px;
	margin: 0 auto;
}

.orders__icon {
	width: 80px;
	height: 80px;
	margin: 0 auto 24px;
}

.orders__desc {
	font-size: 18px;
	line-height: 28px;
	color: #191d1f;
	letter-spacing: -0.5px;
}

.orders__desc a {
	color: #191d1f;
}

.orders__desc strong {
	font-weight: 600;
}

.orders__btn {
	padding: 12px 24px;
}

.orders__btn,
.orders__social {
	margin-top: 16px;
}

.orders__link {
	display: block;
	width: 48px;
	height: 48px;
	margin: 0 8px;
	border-radius: 50%;
	box-shadow: 0 4px 4px rgba(25, 29, 31, 0.24);
	transition: all 0.3s;
}

.orders__link:hover {
	transform: scale(1.1);
	transition: all 0.3s;
}

.orders__bottom {
	text-align: center;
	max-width: 680px;
	margin: 0 auto;
}

@media (max-width: 1254px) {
	.orders {
		padding-top: 140px;
		padding-bottom: 100px;
	}

	.orders__top {
		max-width: 530px;
		font-size: 16px;
		line-height: 22px;
	}

	.orders__subtitle {
		margin-top: 15px;
	}

	.orders__coll-item {
		max-width: 265px;
	}

	.orders__row {
		margin: 60px auto 40px;
	}

	.orders__icon {
		width: 60px;
		height: 60px;
		margin-bottom: 20px;
	}

	.orders__desc {
		font-size: 16px;
		line-height: 24px;
	}
}

@media (max-width: 1010px) {
	.orders {
		padding-top: 100px;
		padding-bottom: 80px;
	}

	.orders__top {
		font-size: 15px;
		line-height: 20px;
	}

	.orders__coll {
		width: calc(50% - 24px);
		margin-bottom: 40px;
	}

	.orders__coll-item {
		max-width: 240px;
	}

	.orders__row {
		margin: 50px auto 0;
		flex-wrap: wrap;
		justify-content: center;
	}

	.orders__desc {
		font-size: 15px;
		line-height: 22px;
	}

	.orders__btn {
		padding: 12px 20px;
	}
}

@media (max-width: 760px) {
	.orders {
		padding-top: 80px;
		padding-bottom: 60px;
	}

	.orders__top {
		font-size: 15px;
		line-height: 20px;
	}

	.orders__coll {
		width: 100%;
		margin-bottom: 40px;
	}

	.orders__coll-item {
		max-width: 240px;
	}

	.orders__row {
		margin: 50px auto 0;
		flex-wrap: wrap;
		justify-content: center;
	}

	.orders__desc {
		font-size: 15px;
		line-height: 22px;
	}

	.orders__btn {
		padding: 12px 20px;
	}
}

.footer {
	padding-top: 120px;
	background-color: #ecf0ef;
	margin-top: 72px;
	position: relative;
}

.footer:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 72px;
	left: 0;
	top: -72px;
	background-image: url(../img/footer/bg.svg);
	background-size: contain;
	background-repeat: repeat-x;
}

.footer__top {
	margin-bottom: 64px;
	position: relative;
}

.footer__top-box {
	justify-content: flex-start;
}

.footer__body {
	align-items: initial;
}

.footer__body + .footer__body {
	margin-top: 52px;
}

.footer__left,
.footer__right {
	width: 48.6%;
}

.footer__caption {
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #849292;
}

.footer__info {
	align-items: initial;
	justify-content: flex-start;
	margin-top: 15px;
}

.footer__tel {
	display: block;
	font-weight: 500;
	font-size: 42px;
	line-height: 52px;
	letter-spacing: -0.02em;
	color: #191d1f;
	transition: all 0.3s;
}

.footer__list ul li a:hover,
.footer__menu ul li a:hover,
.footer__tel:hover {
	color: #0691c2;
	transition: all 0.3s;
}

.footer__time {
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #849292;
	margin-left: 10px;
	margin-top: 5px;
}

.footer__mail {
	display: inline-block;
	border-bottom: 1px solid rgba(25, 29, 31, 0.16);
	transition: all 0.3s;
}

.footer__link:hover,
.footer__mail:hover {
	color: #0691c2;
	border-color: #0691c2;
	transition: all 0.3s;
}

.footer__address,
.footer__link,
.footer__mail {
	font-size: 18px;
	line-height: 28px;
	color: #191d1f;
}

.footer__link {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.footer__link span {
	text-decoration: underline;
}

.footer__link svg {
	width: 12px;
	height: 12px;
	-o-object-fit: contain;
	object-fit: contain;
	margin-left: 8px;
}

.footer__arrow svg *,
.footer__link,
.footer__link svg,
.footer__link svg * {
	transition: all 0.3s;
}

.footer__link:hover svg {
	margin-left: 15px;
	transition: all 0.3s;
}

.footer__link:hover svg * {
	fill: #0691c2;
	transition: all 0.3s;
}

.footer__address {
	font-style: normal;
	max-width: 470px;
	margin-top: 16px;
}

.footer__list {
	margin-top: 16px;
}

.footer__list ul li a {
	font-size: 22px;
	line-height: 32px;
	color: #191d1f;
	display: flex;
	align-items: center;
	gap: 12px;
	transition: all 0.3s;
}
.footer__list ul li a svg * {
	transition: all 0.3s;
}
.footer__list ul li a:hover svg * {
	fill: #0691c2;
	transition: all 0.3s;
}

.footer__bottom {
	border-top: 1px solid rgba(25, 29, 31, 0.08);
	padding: 44px 0;
	font-size: 14px;
	line-height: 20px;
	color: #849292;
}

.footer__menu {
	margin-left: 54px;
}

.footer__menu ul {
	display: flex;
	align-items: center;
}

.footer__menu ul li + li {
	margin-left: 31px;
}

.footer__menu ul li a {
	color: #849292;
	transition: all 0.3s;
}

.footer__developer {
	display: block;
}

.footer__arrow {
	display: block;
	position: absolute;
	width: 40px;
	height: 40px;
	right: 0;
	bottom: -25px;
}

.footer__arrow:hover svg * {
	stroke: #0691c2;
	transition: all 0.3s;
}

@media (max-width: 1430px) {
	.footer:after {
		background-size: cover;
	}
}

@media (max-width: 1254px) {
	.footer {
		padding-top: 80px;
		margin-top: 60px;
	}

	.footer:after {
		background-size: cover;
	}

	.footer__top {
		margin-bottom: 50px;
	}

	.footer__body + .footer__body {
		margin-top: 45px;
	}

	.footer__caption {
		font-size: 13px;
		line-height: 22px;
	}

	.footer__tel {
		font-size: 36px;
		line-height: 42px;
	}

	.footer__time {
		margin-top: 2px;
	}

	.footer__address,
	.footer__link,
	.footer__mail {
		font-size: 16px;
		line-height: 24px;
	}

	.footer__list ul li a {
		font-size: 18px;
		line-height: 28px;
	}

	.footer__bottom {
		padding: 40px 0;
		font-size: 13px;
		line-height: 16px;
	}

	.footer__menu {
		margin-left: 40px;
	}

	.footer__menu ul li + li {
		margin-left: 20px;
	}

	.footer__developer {
		width: 120px;
	}
}

@media (max-width: 1010px) {
	.footer {
		padding-top: 60px;
		margin-top: 40px;
	}

	.footer:after {
		height: 40px;
		top: -40px;
	}

	.footer__left,
	.footer__right {
		width: 49%;
	}

	.footer__top {
		margin-bottom: 50px;
	}

	.footer__body + .footer__body {
		margin-top: 45px;
	}

	.footer__caption {
		font-size: 12px;
		line-height: 20px;
	}

	.footer__tel {
		font-size: 28px;
		line-height: 1.6;
	}

	.footer__time {
		margin-top: 5px;
		font-size: 12px;
	}

	.footer__address,
	.footer__link,
	.footer__mail {
		font-size: 14px;
		line-height: 20px;
	}

	.footer__address {
		max-width: 300px;
		margin-top: 15px;
	}

	.footer__list ul li a {
		font-size: 17px;
	}

	.footer__bottom {
		padding: 30px 0 40px;
		font-size: 13px;
		line-height: 16px;
	}

	.footer__bottom-left {
		flex-wrap: wrap;
	}

	.footer__copiright {
		order: 2;
	}

	.footer__menu {
		width: 100%;
		margin-left: 0;
		order: 1;
		margin-bottom: 15px;
	}

	.footer__menu ul li + li {
		margin-left: 20px;
	}

	.footer__developer {
		width: 120px;
	}
}

@media (max-width: 760px) {
	.footer {
		padding-top: 60px;
		margin-top: 25px;
	}

	.footer:after {
		height: 25px;
		top: -25px;
	}

	.footer__left,
	.footer__menu ul li,
	.footer__right {
		width: 100%;
	}

	.footer__body + .footer__body,
	.footer__right {
		margin-top: 30px;
	}

	.footer__top {
		margin-bottom: 30px;
	}

	.footer__body {
		flex-wrap: wrap;
	}

	.footer__info {
		margin-top: 10px;
	}

	.footer__caption {
		font-size: 12px;
		line-height: 20px;
	}

	.footer__tel {
		font-size: 24px;
	}

	.footer__time {
		margin-top: 4px;
	}

	.footer__address,
	.footer__link,
	.footer__mail {
		font-size: 14px;
		line-height: 20px;
	}

	.footer__address,
	.footer__list {
		margin-top: 10px;
	}

	.footer__bottom {
		padding: 30px 0 40px;
		font-size: 13px;
		line-height: 16px;
		flex-wrap: wrap;
	}

	.footer__bottom-left,
	.footer__menu ul {
		flex-wrap: wrap;
	}

	.footer__copiright,
	.footer__menu {
		order: 1;
		margin-bottom: 25px;
	}

	.footer__menu {
		order: 2;
	}

	.footer__menu ul li + li {
		margin-left: 0;
		margin-top: 10px;
	}

	.footer__developer {
		width: 120px;
	}
}

.modal {
	width: 600px;
	background: linear-gradient(0deg, #849292, #849292);
	padding: 40px 104px 80px;
	position: relative;
	margin: 50px 15px;
}

.modal__close {
	position: absolute;
	width: 14px;
	height: 14px;
	top: 15px;
	right: 15px;
	cursor: pointer;
}

.modal__close svg * {
	transition: all 0.3s;
}

.modal__close:hover svg * {
	stroke: #191d1f;
	transition: all 0.3s;
}

.modal__title {
	font-weight: 500;
	font-size: 32px;
	line-height: 42px;
	color: #fff;
	margin-bottom: 40px;
}

.modal__label {
	display: block;
	margin-bottom: 24px;
}

.modal__checbox {
	justify-content: flex-start;
	font-size: 13px;
	line-height: 20px;
	color: #fff;
	cursor: pointer;
	margin-bottom: 40px;
}

.modal__checbox-icon {
	width: 24px;
	height: 24px;
	border: 3px solid #fff;
	margin-right: 16px;
	position: relative;
}

.modal__checbox-icon:after {
	content: "";
	position: absolute;
	width: 12px;
	height: 10px;
	top: calc(50% - 5px);
	left: calc(50% - 6px);
	background-image: url(../img/icons/check.svg);
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 0;
	transition: all 0.3s;
}

.modal__checbox-caption {
	max-width: calc(100% - 40px);
}

.modal__checbox input[type="checkbox"]:checked + .modal__checbox-icon:after,
.modal__checbox input[type="radio"]:checked + .modal__checbox-icon:after {
	opacity: 1;
	transition: all 0.3s;
}

.modal__btn,
.modal__link {
	line-height: 24px;
	color: #fff;
	transition: all 0.3s;
}

.modal__btn {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	font-size: 14px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	padding: 16px;
	background-color: #191d1f;
	cursor: pointer;
}

.modal__btn svg {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 8px;
	left: 16px;
}

.modal__btn:hover {
	background-color: #0691c2;
	transition: all 0.3s;
}

.modal__link {
	margin-top: 40px;
	display: block;
	text-align: center;
	font-size: 16px;
	opacity: 0.64;
}

.modal__link:hover {
	opacity: 1;
	transition: all 0.3s;
}

@media (max-width: 660px) {
	.modal {
		width: calc(100% - 30px);
		padding: 40px 20px;
	}

	.modal__title {
		font-weight: 500;
		font-size: 28px;
		line-height: 1;
		margin-bottom: 20px;
	}

	.modal__label {
		margin-bottom: 15px;
	}

	.modal__checbox {
		font-size: 13px;
		line-height: 14px;
		margin-bottom: 25px;
	}

	.modal__btn {
		font-size: 12px;
		line-height: 22px;
		padding: 16px;
	}

	.modal__link {
		margin-top: 25px;
		font-size: 14px;
		line-height: 22px;
	}
}

.confidentiality {
	padding-top: 175px;
	padding-bottom: 115px;
}

.confidentiality__wrap {
	max-width: 808px;
	margin: 0 auto;
}

.confidentiality__title {
	font-weight: 500;
	font-size: 56px;
	line-height: 72px;
	letter-spacing: -0.04em;
	margin-bottom: 60px;
}

.confidentiality__text h2 {
	font-weight: 500;
	font-size: 42px;
	line-height: 120%;
	letter-spacing: -0.04em;
	text-transform: none;
	margin: 40px 0 30px;
}

.confidentiality__text li,
.confidentiality__text p {
	font-size: 20px;
	line-height: 28px;
	color: #191d1f;
	margin-bottom: 25px;
}

.confidentiality__text a {
	color: #17addc;
	transition: color 0.3s;
}

.confidentiality__text a:hover {
	color: #da251d;
	transition: color 0.3s;
}

@media (max-width: 1254px) {
	.confidentiality {
		padding-top: 150px;
		padding-bottom: 100px;
	}

	.confidentiality__title {
		font-size: 48px;
		line-height: 56px;
		margin-bottom: 40px;
	}

	.confidentiality__text h2 {
		font-size: 36px;
		margin: 30px 0 20px;
	}

	.confidentiality__text li,
	.confidentiality__text p {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 15px;
	}
}

@media (max-width: 1010px) {
	.confidentiality {
		padding-top: 120px;
		padding-bottom: 80px;
	}

	.confidentiality__title {
		font-size: 42px;
		line-height: 54px;
		margin-bottom: 30px;
	}

	.confidentiality__text h2 {
		font-size: 28px;
		margin: 30px 0 20px;
	}

	.confidentiality__text li,
	.confidentiality__text p {
		font-size: 16px;
		line-height: 22px;
		margin-bottom: 10px;
	}
}

@media (max-width: 760px) {
	.confidentiality {
		padding-top: 100px;
		padding-bottom: 80px;
	}

	.confidentiality__title {
		font-size: 30px;
		line-height: 110%;
	}

	.confidentiality__text h2 {
		font-size: 22px;
		margin: 20px 0 15px;
	}

	.confidentiality__text li,
	.confidentiality__text p {
		font-size: 15px;
		line-height: 120%;
		margin-bottom: 5px;
	}
}

/************  main-product__block--v2  *************/

.main-product__block--v2.main-product__block {
	padding: 64px 66px 79px 49px;
}
.main-product__block--v2 .main-product__left {
	max-width: 496px;
	margin-top: -20px;
}
.main-product__block--v2 .main-product__btn {
	margin-left: 0;
	position: relative;
	top: 14px;
}
.main-product__block--v2 .main-product__title {
	position: relative;
}
.main-product__block--v2 .main-product__title span {
	position: relative;
	z-index: 2;
}
.main-product__block--v2 .main-product__title img {
	position: absolute;
	right: 48px;
	top: 77px;
	z-index: 1;
}
@media (max-width: 1254px) {
	.main-product__block--v2 .main-product__title img {
		right: -20px;
		top: 60px;
	}
}
@media (max-width: 1010px) {
	.main-product__block--v2 .main-product__title img {
		right: -20px;
		top: 60px;
	}
	.main-product__block--v2 .main-product__right {
		margin-top: 0;
		margin-bottom: 30px;
	}
}
@media (max-width: 760px) {
	.main-product__block--v2 .main-product__title img {
		right: -5px;
		top: 49px;
		width: 100px;
	}
}
@media (max-width: 398px) {
	.main-product__block--v2 .main-product__title span {
		position: relative;
		z-index: 2;
		font-size: 18px;
		line-height: normal;
	}
	.main-product__block--v2.main-product__block {
		padding: 28px 66px 79px 15px;
	}
}
@media (max-width: 387px) {
	.main-product__block--v2 .main-product__title img {
		right: -47px;
		top: 86px;
		width: 100px;
		transform: rotate(14deg);
	}
}

.promo__wrap-icon {
	position: relative;
	top: -27px;
	left: -15px;
}
.promo__bg-bottom {
	display: flex;
	align-items: flex-end;
}
@media (max-width: 1254px) {
	.promo__wrap-icon {
		top: -15px;
		left: 0;
		width: 250px;
	}
}
@media (max-width: 1010px) {
	.promo__wrap-icon {
		top: 0;
		width: 220px;
	}
}
@media (max-width: 750px) {
	.promo__wrap {
		justify-content: center;
		gap: 24px;
	}
}
