@charset "utf-8";

@font-face {
	font-family: 'Raleway';
	src: url('../fonts/Raleway-Light.eot');
	src: url('../fonts/Raleway-Light.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Raleway-Light.woff2') format('woff2'),
	url('../fonts/Raleway-Light.woff') format('woff'),
	url('../fonts/Raleway-Light.ttf') format('truetype'),
	url('../fonts/Raleway-Light.svg#Raleway-Light') format('svg');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Raleway';
	src: url('../fonts/Raleway-Regular.eot');
	src: url('../fonts/Raleway-Regular.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Raleway-Regular.woff2') format('woff2'),
	url('../fonts/Raleway-Regular.woff') format('woff'),
	url('../fonts/Raleway-Regular.ttf') format('truetype'),
	url('../fonts/Raleway-Regular.svg#Raleway-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Raleway';
	src: url('../fonts/Raleway-SemiBold.eot');
	src: url('../fonts/Raleway-SemiBold.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Raleway-SemiBold.woff2') format('woff2'),
	url('../fonts/Raleway-SemiBold.woff') format('woff'),
	url('../fonts/Raleway-SemiBold.ttf') format('truetype'),
	url('../fonts/Raleway-SemiBold.svg#Raleway-SemiBold') format('svg');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Raleway';
	src: url('../fonts/Raleway-Bold.eot');
	src: url('../fonts/Raleway-Bold.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Raleway-Bold.woff2') format('woff2'),
	url('../fonts/Raleway-Bold.woff') format('woff'),
	url('../fonts/Raleway-Bold.ttf') format('truetype'),
	url('../fonts/Raleway-Bold.svg#Raleway-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Raleway';
	src: url('../fonts/Raleway-Black.eot');
	src: url('../fonts/Raleway-Black.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Raleway-Black.woff2') format('woff2'),
	url('../fonts/Raleway-Black.woff') format('woff'),
	url('../fonts/Raleway-Black.ttf') format('truetype'),
	url('../fonts/Raleway-Black.svg#Raleway-Black') format('svg');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

html, body {
	height: 100%;
	font-size: 18px;
}

body {
	background: #ffffff;
	font-family: 'Raleway', Helvetica, sans-serif;
	font-weight: 300;
	line-height: 1.3;
	color: #000000;
	margin: 0;
	position: static !important;
}

.skiptranslate {
	display: none !important;
}

body.popup-opened, body.menu-opened {
	width: 100% !important;
	height: 100% !important;
	overflow: hidden !important;
	position: fixed !important;
}
body.popup-opened::-webkit-scrollbar, body.popup-opened::-webkit-scrollbar-thumb,
body.menu-opened::-webkit-scrollbar, body.menu-opened::-webkit-scrollbar-thumb {
	background-color: transparent !important;
	width: 0 !important;
}

html:not([data-lang="ru"]) [data-lang="ru"] {
	display: none !important;
}

html, * {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

a, img {
	outline: none;
	border: 0;
}
a {
	color: inherit;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

a.uh, a.u {
	display: inline-block;
	text-decoration: none;
	position: relative;
}
a.uh:after, a.u:after {
	content: '';
	height: 0;
	border-top: 1px solid;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
a.uh:after {
	transform: scaleX(0);
	opacity: 0;
}
body:not(.touch) a.uh:after, body:not(.touch) a.u:after {
	transition: transform 0.25s ease, opacity 0.25s ease;
}
body:not(.touch) a.uh:hover:after {
	transform: scaleX(1);
	opacity: 1;
}
body:not(.touch) a.u:hover:after {
	transform: scaleX(0);
	opacity: 0;
}

.lazy, .owl-lazy {
	background-image: url(../img/loading.svg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.button {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	min-width: 15.7em;
	height: 4.3em;
	padding: 0 2em;
	white-space: nowrap;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 17px;
}
.button > span {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.button > span:before {
	content: '';
	width: 100%;
	height: 0;
	border-top: 2px solid;
	position: absolute;
	left: 0;
	bottom: 0;
	transform: scaleX(0);
	opacity: 0;
}
.button .num {
	margin: -0.15em 0 0 0.4em;
	font-size: 125%;
}
body:not(.touch) .button > span:before {
	transition: transform 0.25s ease, opacity 0.25s ease;
}
body:not(.touch) .button:hover > span:before {
	transform: scaleX(1);
	opacity: 1;
}
.button.bg-white {
	background: #ffffff;
}
.button.bg-black {
	background: #000000;
	color: #ffffff;
}
.button.brd-black {
	border: 6px solid #000000;
}
.button.brd-white {
	border: 6px solid #ffffff;
	color: #ffffff;
}
.button.reset {
	min-width: 0;
	height: auto;
	padding: 0 1.5em 0 0;
	position: relative;
}
.button.reset:before, .button.reset:after {
	content: '';
	background: #000000;
	width: 1px;
	height: 110%;
	position: absolute;
	right: 0.5em;
	top: -5%;
	transform: rotate(45deg);
}
.button.reset:after {
	transform: rotate(-45deg);
}
.button.reset > span:before {
	transform: scaleX(1);
	opacity: 1;
}
body:not(.touch) .button.reset:hover > span:before {
	transform: scaleX(0);
	opacity: 0;
}

.owl-carousel {
	position: relative;
	visibility: hidden;
}
.owl-nav {
	position: absolute;
	top: 50%;
}
.owl-carousel.owl-loaded {
	visibility: visible;
}
.owl-stage-outer {
	overflow: hidden;
}
.owl-stage {
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden;
}
.owl-stage:after {
	content: '';
	display: block;
	width: 100%;
	height: 0;
	clear: both;
}
.owl-item {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none;
	float: left;
	position: relative;
}
.owl-dots.disabled, .owl-nav.disabled {
	display: none;
}
.owl-nav {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
}
.owl-nav button {
	-webkit-appearance: none;
	background: none;
	border: 0;
	outline: none;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 2vh 0;
	overflow: visible;
	position: absolute;
	top: -2vh;
	margin-top: -8px;
	cursor: pointer;
}
.owl-nav .owl-prev {
	left: 0;
}
.owl-nav .owl-next {
	right: 0;
}
.owl-nav button:before, .owl-nav button:after {
	content: '';
}
.owl-nav .owl-prev:after, .owl-nav .owl-next:before {
	background: #000000;
	width: calc(5vw - 13px);
	height: 2px;
}
.owl-nav .owl-prev:before, .owl-nav .owl-next:after {
	border-style: solid;
	width: 0;
	height: 0;
}
.owl-nav .owl-prev:before {
	border-width: 8px 13px 8px 0;
	border-color: transparent #000000 transparent transparent;
}
.owl-nav .owl-next:after {
	border-width: 8px 0 8px 13px;
	border-color: transparent transparent transparent #000000;
}
body:not(.touch) .owl-nav button:before, body:not(.touch) .owl-nav button:after {
	transition: transform 0.25s ease;
}
body:not(.touch) .owl-nav .owl-prev:hover:before, body:not(.touch) .owl-nav .owl-prev:hover:after {
	transform: translateX(-13px);
}
body:not(.touch) .owl-nav .owl-next:hover:before, body:not(.touch) .owl-nav .owl-next:hover:after {
	transform: translateX(13px);
}
.owl-dots {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 3vh;
}
.owl-dot {
	-webkit-appearance: none;
	background: none;
	border: 0;
	outline: none;
	padding: 2vw;
	cursor: pointer;
}
.owl-dot:before {
	content: '';
	background: #000000;
	border-radius: 50%;
	display: block;
	width: 8px;
	height: 8px;
}
.owl-dot.active {
	cursor: default;
}
.owl-dot.active:before {
	background: #d2ff00;
}
.owl-animated-out {
	z-index: 1;
}
.owl-animated-in {
	z-index: 0;
}

.panel {
	border: none;
	outline: none;
	width: 100%;
	overflow: auto;
	position: relative;
}
.panel .jspContainer {
	overflow: hidden;
	position: relative;
}
.panel.jspScrollable .jspPane {
	width: 100% !important;
	position: absolute;
}
.panel.jspScrollable .jspVerticalBar, .panel.jspScrollable .jspHorizontalBar {
	position: absolute;
}
.panel.jspScrollable .jspTrack {
	background: #ececec;
	position: relative;
}
.panel.jspScrollable .jspDrag {
	background: #d2ff00;
	position: relative;
	cursor: pointer;
}
.panel.jspScrollable .jspVerticalBar {
	width: 8px;
	height: 100%;
	top: 0;
	right: 0;
}
.panel.jspScrollable .jspVerticalBar .jspTrack, .panel.jspScrollable .jspVerticalBar .jspDrag {
	width: 100%;
}
.panel.jspScrollable .jspHorizontalBar {
	width: 100%;
	height: 8px;
	bottom: 0;
	left: 0;
}
.panel.jspScrollable .jspHorizontalBar .jspTrack {
	width: 100% !important;
}
.panel.jspScrollable .jspHorizontalBar .jspTrack, .panel.jspScrollable .jspHorizontalBar .jspDrag {
	height: 100%;
	float: left;
}

.check {
	display: block;
	font-weight: normal;
	font-size: 12px;
	position: relative;
	cursor: pointer;
}
.check input {
	width: 20px;
	height: 20px;
	background: none;
	border: 0;
	outline: none;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}
.check span {
	display: inline-flex;
	align-items: center;
	min-height: 20px;
	padding: 2px 0 0 30px;
	position: relative;
}
.check span:before, .check span:after {
	content: '';
	position: absolute;
	top: 0;
}
.check span:before {
	background: #ffffff;
	border: 1px solid;
	box-sizing: border-box;
	width: 20px;
	height: 20px;
	left: 0;
}
.check span:after {
	background: #000000;
	width: 6px;
	height: 6px;
	left: 7px;
	top: 7px;
	opacity: 0;
}
.check input:checked + span:after {
	opacity: 1;
}

.select, .select * {
	outline: none;
}
.select, .ui-selectmenu-menu {
	font-size: 135%;
}
.select {
	border-bottom: 1px solid;
	line-height: 1;
	position: relative;
	z-index: 2;
	cursor: pointer;
}
.select select {
	border: 0;
	display: block !important;
	opacity: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
.select span {
	display: block;
}
.select .ui-selectmenu-button {
	width: 100% !important;
	position: relative;
}
.select .ui-selectmenu-text {
	padding-bottom: 0.4em;
	padding-right: 1em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.select .ui-selectmenu-button .ui-icon {
	width: 1em;
	height: 1em;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}
.select .ui-selectmenu-button .ui-icon:before {
	content: '';
	border-color: #000000 transparent transparent transparent;
	border-width: 7px 4px 0 4px;
	border-style: solid;
	width: 0;
	height: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -1px 0 0 -4px;
}
.select .ui-selectmenu-button.ui-corner-top .ui-icon:before {
	transform: scaleY(-1);
}
.ui-selectmenu-menu {
	background: #ffffff;
	border-top: 1px solid;
	border-bottom: 1px solid;
	max-height: 9em;
	overflow: hidden;
	line-height: 1.2;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
	display: none;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-menu .jspContainer {
	width: 100% !important;
	max-height: 9em;
}
.ui-selectmenu-menu ul {
	width: 100% !important;
}
.ui-selectmenu-menu ul li {
	display: block;
	padding: 0.3em 0.2em;
	cursor: pointer;
}
.ui-selectmenu-menu ul li[active] {
	background: #000000;
	color: #ffffff;
}
body:not(.touch) .ui-selectmenu-menu ul li:hover {
	background: #ececec;
	color: #000000;
}
body.touch .select select {
	z-index: 5;
}

.content {
	width: 90%;
	margin: 0 auto;
}

.header {
	background-color: #000000;
	position: relative;
	z-index: 100;
}
.header > .bg {
	background-position: 100% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
}
.header .content {
	height: 30vh;
	position: relative;
}
.header .logo {
	content: '';
	/*background: url(../img/logo_head.svg) 0 50% no-repeat;*/
	background: url(../img/logo_new_W.svg) 0 50% no-repeat;
	background-size: 100% auto;
	width: 24vw;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.header .logo:before {
	content: '';
	display: block;
	width: 0;
	padding-top: 33%;
}
body:not(.page-home) .header .content > .logo:after {
	content: '';
	/*background: url(../img/logo_head_h.svg) 0 50% no-repeat;*/
	background: url(../img/logo_new_W.svg) 0 50% no-repeat;
	background-size: auto 100%;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}
body:not(.touch):not(.page-home):not(.no-svg) .header .content > .logo:hover {
	background: none;
}
body:not(.touch):not(.page-home):not(.no-svg) .header .content > .logo:hover:after {
	opacity: 1;
}
.header .menu {
	position: absolute;
	top: 3.5vh;
	right: 0;
	/*display: none;*/
}
.header .menu-main {
	display: flex;
}
.header .menu-main > div {
	display: flex;
	align-items: center;
}
.header .menu-main a {
	margin-left: 1.6vw;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 18px;
	color: #ffffff;
}
.header .menu-main a.active:after, .header .menu-second span.active a:after {
	transform: scaleX(1);
	opacity: 1;
}
.header .menu-main .lang-lnk {
	background: url(../img/globus.svg) 50% 50% no-repeat;
	background-size: contain;
	width: 2em;
	height: 2em;
}

.footer .content {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding: 10vh 0 15vh 0;
}
.footer .copy div {
	margin-bottom: 2vh;
}
.footer .copy div:last-child {
	margin-bottom: 1vh;
}
.footer .copy .logo {
	/*background: url(../img/logo_black.svg) 0 50% no-repeat;*/
	background: url(../img/logo_new_B.svg) 0 50% no-repeat;
	background-size: contain;
	display: block;
	width: 17vw;
	margin-bottom: 3vh;
}
.footer .copy .logo:before {
	content: '';
	display: block;
	width: 0;
	padding-top: 33%;
}
.footer .menu {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
.footer .menu .column {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	margin-right: 2vw;
}
.footer .menu .column:first-child {
	margin-right: 3vw;
}
.footer .menu .column:last-child {
	margin-right: 0;
}
.footer .menu span {
	padding-left: 20px;
	margin: 0.5em 0 0.4em 0;
	position: relative;
}
.footer .menu span:before {
	content: '';
	background: #c9f400;
	border-radius: 50%;
	width: 5px;
	height: 5px;
	position: absolute;
	left: 0;
	top: 0.65em;
	margin-top: -2px;
}
.footer .menu a {
	display: inline-block;
	white-space: nowrap;
	text-decoration: none;
}
.footer .menu .column:first-child a {
	padding: 0;
	margin: 0;
	font-weight: bold;
	font-size: 165%;
}
.footer .menu .column:first-child a:after {
	border-top-width: 2px;
}
html:not([data-lang="ru"]) .footer .menu .column:first-child {
	justify-content: flex-start;
}
html:not([data-lang="ru"]) .footer .menu .column:first-child a {
	margin-top: 0.7em;
}
html:not([data-lang="ru"]) .footer .menu .column:first-child a:first-child {
	margin-top: 0;
}

#main-section .content {
	padding: 7vh 1.2% 0 2.5%;
}

.page-home:not(.ready) {
	width: 100% !important;
	height: 100% !important;
	overflow: hidden !important;
	position: fixed;
}
.page-home .wow {
	visibility: hidden;
}
.page-home .header {
	background: none;
	margin-bottom: -30vh;
}
.page-home .header > .bg {
	display: none;
}
.page-home .header .content > .logo {
	left: 50%;
	top: 50vh;
	transform: translateX(-50%) translateY(-50%);
}
.page-home:not(.no-svg) .header .content > .logo {
	/*background-image: url(../img/logo_home.svg?2);*/
	background-image: url(../img/logo_new_W.svg);
}
.page-home-anim:not(.no-svg) .header .content > .logo {
	background-image: url(../img/logo_home_anim.svg);
}
.page-home-anim-sync:not(.no-svg) .header .content > .logo {
	background-image: url(../img/logo_home_anim_sync.svg);
}
.page-home.ready .header .content > .logo {
	transition: transform 0.5s ease, left 0.5s ease, top 0.5s ease;
}
.page-home .header .content > .logo.moved {
	left: 0;
	top: 15vh;
	transform: translateX(0) translateY(-50%);
}
.page-home .header .menu {
	display: block;
}
#home-section1 {
	height: 100%;
	position: relative;
}
#home-section1, #home-section1 .content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
#home-section1 .bg {
	background-color: #000000;
	background-position: 50% 80%;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
#home-section1 .bg video {
	position: absolute;
	display: none;
}
#home-section1 .bg video.fit-width {
	width: 100%;
	top: 0;
	left: 0;
}
#home-section1 .bg video.fit-height {
	height: 100%;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
#home-section1 .title {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	width: 50vw;
	margin-bottom: 5vh;
	position: relative;
}
#home-section1 .title:before {
	content: '';
	display: block;
	width: 0;
	padding-top: 38.2%;
}
#home-section1 .title svg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
html[data-lang="ru"] body.no-svg #home-section1 .title {
	background-image: url(../img/home/home-title-ie-ru.svg) !important;
}
html[data-lang="en"] body.no-svg #home-section1 .title {
	background-image: url(../img/home/home-title-ie-en.svg) !important;
}
#home-section1 .arrow {
	width: 6%;
	position: absolute;
	left: 47%;
	bottom: 10vh;
}
#home-section1 .arrow span {
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
}
#home-section1.ready .arrow span {
	-webkit-animation-name: arrow;
	animation-name: arrow;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
@-webkit-keyframes arrow {
	0%, 100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	50% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
}
@keyframes arrow {
	0%, 100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	50% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
}
#home-section1 .arrow span:before, #home-section1 .arrow span:after {
	content: '';
}
#home-section1 .arrow span:before {
	background: #d2ff00;
	width: 9px;
	max-height: 95px;
	height: 12.6vh;
}
#home-section1 .arrow span:after {
	border-color: #d2ff00 transparent transparent transparent;
	border-width: 28px 16.5px 0 16.5px;
	border-style: solid;
	width: 0;
	height: 0;
}
body:not(.touch) #home-section1.ready .arrow span:before, body:not(.touch) #home-section1.ready .arrow span:after {
	transition: transform 0.25s ease;
}
body:not(.touch) #home-section1.ready .arrow:hover span {
	-webkit-animation: none;
	animation: none;
}
body:not(.touch) #home-section1.ready .arrow:hover span:before, body:not(.touch) #home-section1.ready .arrow:hover span:after {
	transform: translateY(1.5vh);
}

#home-section2 {
	padding: 12vh 0;
	overflow: hidden;
}
#home-section2 .head {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 7vh;
}
#home-section2 .title {
	width: 60vw;
	max-width: 1000px;
	position: relative;
}
#home-section2 .title:before {
	content: '';
	display: block;
	width: 0;
	padding-top: 22.8%;
}
#home-section2 .title svg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
#home-section2 .info {
	max-width: 26vw;
	text-align: right;
}
#home-section2 .info > div {
	width: 22.5em;
	margin-left: calc(26vw - 22.5em);
}
#home-section2 .info .button {
	margin: 1.5vw 0;
}
#home-section2 .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
#home-section2 .list .item {
	background-color: #7b7b7b;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 25%;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	line-height: 1.1;
	font-weight: 900;
	font-size: 46px;
	color: #ffffff;
	position: relative;
	overflow: hidden;
}
#home-section2 .list .item:before {
	content: '';
	display: block;
	width: 0;
	padding-top: 100%;
}
#home-section2 .list .item:after {
	content: '';
	background: #d2ff00;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	transform: scale(0);
	opacity: 0;
}
body:not(.touch) #home-section2 .list .item {
	transition: color 0.5s ease;
}
body:not(.touch) #home-section2 .list .item:after {
	transition: transform 0.5s ease, opacity 0.5s ease;
}
body:not(.touch) #home-section2 .list .item:hover {
	color: #000000;
}
body:not(.touch) #home-section2 .list .item:hover:after {
	transform: scale(1.2);
	opacity: 1;
}
#home-section2 .list .item span {
	position: relative;
	z-index: 2;
}

#home-section3 {
	padding: 11vh 0 7vh 0;
}
#home-section3 .owl-carousel {
	margin: 0 7.5vw;
}
#home-section3 .owl-nav {
	left: -7.5vw;
	right: -7.5vw;
}
#home-section3 .owl-carousel .item {
	text-align: center;
}
#home-section3 .owl-carousel .item > div {
	margin-bottom: 2vh;
}
#home-section3 .owl-carousel .item .title {
	white-space: nowrap;
	overflow: hidden;
	text-transform: uppercase;
	line-height: 1;
	font-weight: 900;
	font-size: 440%;
	transition: 600ms transform, 600ms opacity;
	opacity: 0;
	transform: translateY(-50px);
	transition-delay: 150ms;
}
#home-section3 .owl-carousel .item .text {
	min-height: 4em;
	transition: 600ms transform, 600ms opacity;
	opacity: 0;
	transform: translateY(-50px);
	transition-delay: 250ms;
}
#home-section3 .owl-carousel .item .image {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	width: 90%;
	height: 65vh;
	max-height: 650px;
	margin-left: auto;
	margin-right: auto;
	transition: 600ms transform, 600ms opacity;
	opacity: 0 !important;
	transform: translateY(-50px);
	transition-delay: 350ms;
}


#home-section3 .owl-carousel .active .item .title,
#home-section3 .owl-carousel .active .item .text,
#home-section3 .owl-carousel .active .item .image{
	opacity: 1 !important;
	transform: translateY(0);
}

#home-section3 .button-wrap {
	text-align: center;
}

#home-section4 {
	overflow: hidden;
	padding-top: 13vw;
	color: #ffffff;
	position: relative;
}
#home-section4:before {
	content: '';
	background: #000000 url(../img/home/home4-2.jpg) 100% 100% no-repeat;
	background-size: calc(18em + 5vw) auto;
	width: 100%;
	position: absolute;
	left: 0;
	top: 13vw;
	bottom: 0;
	z-index: -1;
}
#home-section4 .bg {
	background-position: 100% 38%;
	background-repeat: no-repeat;
	background-size: auto 250%;
	position: absolute;
	left: 0;
	right: calc(18em + 5vw);
	top: 13vw;
	bottom: 0;
}
#home-section4 .image {
	background: url() 50% 50% no-repeat;
	background-size: cover;
	width: 20%;
	position: absolute;
	right: 5%;
	top: 0;
	z-index: 2;
}
#home-section4 .image:before {
	content: '';
	display: block;
	width: 0;
	padding-top: 100%;
}
#home-section4 .vertical {
	position: absolute;
	left: 2.5vw;
	top: 65%;
	margin-left: -0.65em;
	z-index: 2;
}
#home-section4 .vertical > div {
	padding-left: 2.1em;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 165%;
	transform-origin: 0 0;
	transform: rotate(-90deg);
}
#home-section4 .vertical > div:before {
	content: '';
	box-sizing: border-box;
	border: 0.5em solid #d2ff00;
	border-radius: 50%;
	width: 1.5em;
	height: 1.5em;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -0.75em;
}
#home-section4 .content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-end;
	min-height: 55vw;
	padding: 18vh 0 10vh 0;
	position: relative;
	z-index: 2;
}
#home-section4 .head {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
#home-section4 .title {
	width: 35em;
	padding-right: 5em;
	max-width: 586px;
	margin-bottom: 4vh;
	position: relative;
}
#home-section4 .title:before {
	content: '';
	display: block;
	width: 0;
	padding-top: 99.4%;
}
html[data-lang="en"] #home-section4 .title:before {
	padding-top: 70%;
}
#home-section4 .title svg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
#home-section4 .info {
	max-width: 30em;
	margin-top: 20vh;
	text-align: right;
}

#home-section5 {
	padding: 22vh 0 10vw 0;
	position: relative;
}
#home-section5 .image-block {
	background: #eeeeee;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}
#home-section5 .image-block:before {
	content: '';
	display: block;
	width: 0;
	padding-top: 50%;
}
#home-section5 .image-carousel {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
#home-section5 .image-carousel .owl-nav {
	display: none;
}
#home-section5 .image-carousel .item {
	background-color: #eeeeee;
	background-position: 100% 50%;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
#home-section5 .image-carousel .item:before {
	content: '';
	display: block;
	width: 0;
	padding-top: 50%;
}
#home-section5 .title-block {
	width: 28%;
	margin-left: 22%;
	position: relative;
}
#home-section5 .title-block:before {
	content: '';
	display: block;
	width: 0;
	padding-top: 44.4%;
}
html[data-lang="en"] #home-section5 .title:before {
	padding-top: 36.8%;
}
#home-section5 .title-block svg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
#home-section5 .text-icon-block {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
#home-section5 .text-block {
	background: #d2ff00;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50%;
	position: relative;
}
#home-section5 .text-block:before {
	content: '';
	display: block;
	width: 0;
	padding-top: 100%;
}
#home-section5 .text-carousel {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	width: 62%;
}
#home-section5 .text-carousel .logo {
	/*background: url(../img/logo_black.svg) 0 50% no-repeat;*/
	background: url(../img/logo_new_B.svg) 0 50% no-repeat;
	background-size: contain;
	width: 50%;
	margin: 5vw 0 0 15%;
}
#home-section5 .text-carousel .logo:before {
	content: '';
	display: block;
	width: 0;
	padding-top: 33%;
}
#home-section5 .text-carousel .owl-carousel {
	width: 100%;
	margin: 0 -5vw 0 0;
}
#home-section5 .text-carousel .owl-nav {
	left: -5vw;
	right: -5vw;
	margin-top: calc(2vh + 1.5em);
}
#home-section5 .text-carousel .item {
	padding: 0 15%;
}
#home-section5 .text-carousel .title, #home-section5 .text-carousel .owl-nav {
	font-size: 2.6vw;
}
#home-section5 .text-carousel .title, #home-section5 .text-carousel .text {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	overflow: hidden;
}
#home-section5 .text-carousel .title {
	flex-direction: row;
	align-items: flex-end;
	height: 3em;
	margin-bottom: 4vh;
	text-transform: uppercase;
	line-height: 1;
	font-weight: 900;
}
#home-section5 .text-carousel .text {
	justify-content: center;
	height: 5.2em;
}
#home-section5 .text-carousel .text.short div {
	max-width: 18em;
}
#home-section5 .icon-block {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50%;
}
#home-section5 .icon-block:before {
	content: '';
	display: block;
	width: 0;
	padding-top: 20%;
}
#home-section5 .icon-block a {
	background-color: #ffffff;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 53%;
	width: 13%;
	margin: 0 5px;
	position: relative;
}
#home-section5 .icon-block a:before {
	content: '';
	display: block;
	width: 0;
	padding-top: 100%;
}
#home-section5 .icon-block a:after {
	content: '';
	background-color: #000000;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 53%;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}
#home-section5 .icon-block a.icon1 {
	background-image: url(../img/icons/techno-icon1.svg);
}
#home-section5 .icon-block a.icon1:after {
	background-image: url(../img/icons/techno-icon1-white.svg);
}
#home-section5 .icon-block a.icon2 {
	background-image: url(../img/icons/techno-icon2.svg);
}
#home-section5 .icon-block a.icon2:after {
	background-image: url(../img/icons/techno-icon2-white.svg);
}
#home-section5 .icon-block a.icon3 {
	background-image: url(../img/icons/techno-icon3.svg);
}
#home-section5 .icon-block a.icon3:after {
	background-image: url(../img/icons/techno-icon3-white.svg);
}
#home-section5 .icon-block a.icon4 {
	background-image: url(../img/icons/techno-icon4.svg);
}
#home-section5 .icon-block a.icon4:after {
	background-image: url(../img/icons/techno-icon4-white.svg);
}
#home-section5 .icon-block a.icon5 {
	background-image: url(../img/icons/techno-icon5.svg);
}
#home-section5 .icon-block a.icon5:after {
	background-image: url(../img/icons/techno-icon5-white.svg);
}
body:not(.touch) #home-section5 .icon-block a:after {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: opacity 0.25s ease;
}
body:not(.touch) #home-section5 .icon-block a:hover:after, #home-section5 .icon-block a.active:after {
	opacity: 1;
}

#home-section6 {
	padding: 15vw 0 0 0;
	height: 100vw;
	margin-bottom: -2vw;
	position: relative;
	overflow: hidden;
}
#home-section6 .bg {
	background-position: 100% 100%;
	background-repeat: no-repeat;
	background-size: auto 105%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 23%;
	z-index: -1;
}
#home-section6 .vertical {
	position: absolute;
	right: 2.5vw;
	top: 40%;
	margin-right: -23em;
	z-index: 2;
}
#home-section6 .vertical > div {
	padding-left: 2.1em;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 165%;
	transform-origin: 0 0;
	transform: rotate(-90deg);
}
#home-section6 .vertical > div:before {
	content: '';
	box-sizing: border-box;
	border: 0.5em solid #d2ff00;
	border-radius: 50%;
	width: 1.5em;
	height: 1.5em;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -0.75em;
}
#home-section6 .content {
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
}
#home-section6 .info {
	width: 30em;
	margin-right: 9vw;
}
#home-section6 .title {
	margin: 5vw 0 2vw 0;
	position: relative;
}
#home-section6 .title:before {
	content: '';
	display: block;
	width: 0;
	padding-top: 51.9%;
}
html[data-lang="en"] #home-section6 .title:before {
	padding-top: 50.4%;
}
#home-section6 .title svg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
#home-section6 .button-wrap {
	text-align: right;
}

#home-section7 {
	padding: 24vh 0 18vh 0;
	position: relative;
}
#home-section7 .where-map {
	background: #ececec;
	width: 58%;
	height: 68%;
	max-height: 100vh;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
}
#home-section7 .where-map > ymaps {
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: 0;
	left: 0;
}
#home-section7 .where-map ymaps[class$="copyrights-pane"]/*, #home-section7 .where-map ymaps[class$="controls-pane"]*/{
	display: none;
}
#home-section7 .where-map ymaps[class$="ground-pane"] {
	filter: grayscale(100%);
}
#home-section7 .content {
	padding-left: 10%;
}
#home-section7 .title {
	width: 42%;
	overflow: hidden;
	margin-bottom: 7vh;
	position: relative;
}
#home-section7 .title:before {
	content: '';
	display: block;
	width: 0;
	padding-top: 41.8%;
}
#home-section7 .title svg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
#home-section7 .where {
	width: 30%;
	max-width: 320px;
}
#home-section7 .where .list {
	width: calc(100% + 10px);
	height: 55vh;
	margin: 4.5vh 0 4.5vh -10px;
}
#home-section7 .where .list .item {
	padding: 1vh 10px;
	margin-bottom: 3vh;
	cursor: pointer;
	display: none;
}
#home-section7 .where .list.jspScrollable .item {
	margin-right: 18px;
}
#home-section7 .where .list .item.visible {
	display: block;
}
#home-section7 .where .list .item.active {
	background: #ececec;
}
#home-section7 .where .list .item .block {
	margin-bottom: 1em;
}
#home-section7 .where .list .item .info {
	margin-bottom: 0.2em;
	padding-left: 1.5em;
	line-height: 1.2;
	position: relative;
}
#home-section7 .where .list .item .info:before {
	content: '';
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	width: 1em;
	height: 1em;
	position: absolute;
	left: 0;
	top: 0.1em;
}
#home-section7 .where .list .item .info.name {
	padding-left: 0;
	font-weight: bold;
	font-size: 110%;
}
#home-section7 .where .list .item .info.name:before {
	display: none;
}
#home-section7 .where .list .item .info.metro:before {
	background-image: url(../img/icons/icon-metro.svg);
}
#home-section7 .where .list .item .info.address:before {
	background-image: url(../img/icons/icon-address.svg);
}
#home-section7 .where .list .item .info.phone:before {
	background-image: url(../img/icons/icon-phone.svg);
}
#home-section7 .where .list .item .info.time:before {
	background-image: url(../img/icons/icon-time.svg);
}
#home-section7 .where .list .item.visible.last,
#home-section7 .where .list .item .block:last-child,
#home-section7 .where .list .item .info:last-child {
	margin-bottom: 0;
}
#home-section7 .where .button {
	font-size: 14px;
}

#home-section8 {
	overflow: hidden;
	padding-bottom: 14vw;
	color: #ffffff;
	position: relative;
}
#home-section8 .bg {
	background-position: 50% 65%;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 14vw;
}
#home-section8 .image {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	width: 22%;
	position: absolute;
	left: 7%;
	bottom: 0;
}
#home-section8 .image:before {
	content: '';
	display: block;
	width: 0;
	padding-top: 100%;
}
#home-section8 .vertical {
	position: absolute;
	right: 2.5vw;
	top: 55%;
	margin-right: -23em;
	z-index: 2;
}
#home-section8 .vertical > div {
	padding-left: 2.1em;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 165%;
	transform-origin: 0 0;
	transform: rotate(-90deg);
}
#home-section8 .vertical > div:before {
	content: '';
	box-sizing: border-box;
	border: 0.5em solid #d2ff00;
	border-radius: 50%;
	width: 1.5em;
	height: 1.5em;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -0.75em;
}
#home-section8 .content {
	min-height: 100vh;
	padding: 13vh 0 27vh 0;
	position: relative;
}
#home-section8 .info {
	max-width: 25em;
	margin-bottom: 6vh;
}
#home-section8 .head {
	width: 42%;
	margin-left: 6%;
}
#home-section8 .title {
	margin-bottom: 4vh;
	position: relative;
}
#home-section8 .title:before {
	content: '';
	display: block;
	width: 0;
	padding-top: 70.6%;
}
#home-section8 .title svg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

#home-section9 {
	overflow: hidden;
	position: relative;
}
#home-section9 .bg {
	background: url(../img/home/home9-1.jpg) 0 0 no-repeat;
	background-size: auto 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 40%;
	right: 0;
	z-index: -1;
}
#home-section9 .content {
	min-height: 65vw;
	padding: 12vh 25% 38vh 0;
	text-align: right;
	position: relative;
}
#home-section9 .info {
	max-width: 28em;
	margin-left: auto;
}
#home-section9 .title {
	max-width: 65%;
	margin-left: auto;
	margin-top: 3vh;
	position: relative;
}
#home-section9 .title:before {
	content: '';
	display: block;
	width: 0;
	padding-top: 43%;
}
#home-section9 .title svg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.page-bread {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 3vh;
	font-size: 14px;
}
.page-bread > span {
	display: inline-flex;
	align-items: center;
	padding-bottom: 0.2em;
	text-transform: lowercase;
}
.page-bread > span:after {
	content: '/';
	display: inline-block;
	padding: 0 0.3em;
}
.page-bread > span.home-lnk:after, .page-bread > span:last-child:after {
	display: none;
}
.page-bread a {
	text-decoration: none;
}
.page-bread > span.home-lnk {
	margin-right: 25px;
	padding-bottom: 0;
}
.page-bread > span.home-lnk a {
	display: inline-flex;
	align-items: center;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 1rem;
}
.page-bread > span.home-lnk a:before {
	content: '';
	border-color: transparent #000000 transparent transparent;
	border-width: 6px 13px 6px 0;
	border-style: solid;
	width: 0;
	height: 0;
	margin-right: 8px;
}
body:not(.touch) .page-bread > span.home-lnk a:before {
	transition: transform 0.25s ease;
}
body:not(.touch) .page-bread > span.home-lnk a:hover:before {
	transform: translateX(-50%);
}

.page-title {
	width: 23%;
	text-transform: uppercase;
	line-height: 1;
	font-weight: 900;
	font-size: 260%;
	position: relative;
}
.page-title:before {
	content: '';
	display: block;
	width: 0;
	padding-top: 13.5%;
}
.page-title svg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.page-catalog .header > .bg {
	background-position: 100% 25%;
	left: 22%;
}

.page-columns {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	margin-top: -2.5vw;
}
.page-column:first-child {
	width: 23%;
	padding-top: 5vh;
	margin-top: 3vw;
}
.page-column:last-child {
	width: 72%;
}

.side-block {
	border: 1px solid #b7b7b7;
	padding: 3vh 10%;
	margin-top: 7vh;
}
.side-block:first-child {
	margin-top: 0;
}
.side-block .title {
	text-align: center;
	text-transform: uppercase;
	font-weight: 900;
}
.side-block-content {
	padding-top: 3vh;
}

.side-block.categories {
	border: 0;
	padding: 0;
}
.side-block.categories .title {
	display: none;
}
.side-block.categories .category {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	margin-top: 2vh;
	padding: 0 calc(90% - 10em) 0 10%;
	line-height: 1.2;
	position: relative;
}
.side-block.categories .category:first-child {
	margin-top: 0;
}
.side-block.categories .category:before {
	content: '';
	background: #c9f400;
	border-radius: 50%;
	width: 8px;
	height: 8px;
	position: absolute;
	left: 3px;
	top: 0.6em;
	margin-top: -3px;
}
.side-block.categories .category.active {
	background: #c9f400;
	height: 3em;
	font-weight: bold;
}
.side-block.categories .category.active:before, .side-block.categories .category.active:after {
	content: '';
	position: absolute;
	top: 50%;
}
.side-block.categories .category.active:before {
	border-color: transparent transparent transparent #000000;
	border-width: 8px 0 8px 14px;
	border-style: solid;
	border-radius: 0;
	width: 0;
	height: 0;
	left: auto;
	right: 5%;
	margin-top: -8px;
}
.side-block.categories .category.active:after {
	background: #000000;
	width: calc(78% - 10em);
	max-width: 5em;
	height: 2px;
	right: 5%;
	margin: -1px 14px 0 0;
}
.side-block.categories .category.active a {
	cursor: default;
}
.side-block.categories .category.active a:after {
	display: none;
}

.side-block.filter .form-field {
	margin-bottom: 3.5vh;
}
.side-block.filter .form-field:last-child {
	margin-bottom: 4.5vh;
}
.side-block.filter .form-field-label {
	white-space: nowrap;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 14px;
	position: relative;
	cursor: pointer;
}

.side-block.filter .form-field-label span{
	content: '';
	background: #c9f400;
	border-radius: 50%;
	width: 8px;
	height: 8px;
	position: relative;
	display: inline-block;
	margin-left: 5px;
	top: -1px;
	transition: 300ms opacity;
	opacity: 0;
}

.side-block.filter .mark .form-field-label span{
	opacity: 1;
}

.side-block.filter .form-field-label:after {
	content: '';
	border-color: #000000 transparent transparent transparent;
	border-width: 8px 5px 0 5px;
	border-style: solid;
	width: 0;
	height: 0;
	position: absolute;
	right: 0;
	top: 0.65em;
	margin-top: -4px;
}
.side-block.filter .form-field-values {
	max-height: 0;
	overflow: hidden;
}
.side-block.filter .form-field-values .check {
	margin-top: 1em;
}
.side-block.filter .form-field-values .check:first-child {
	margin-top: 0;
}
.side-block.filter .form-field.expanded .form-field-label {
	margin-bottom: 2vh;
	font-weight: bold;
}
.side-block.filter .form-field.expanded .form-field-label:after {
	transform: scaleY(-1);
}
.side-block.filter .form-field.expanded .form-field-values {
	max-height: 600px;
}
.side-block.filter .form-buttons {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	padding-bottom: 2vh;
}
.side-block.filter .form-buttons .submit {
	min-width: 100%;
}
.side-block.filter .form-buttons .reset {
	margin-top: 3.5vh;
}

.catalog-list {
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(auto-fill, 31%);
}
.catalog-list .catalog-item {
	margin-bottom: 4vh;
	text-align: center;
	text-decoration: none;
	font-weight: 900;
	font-size: 14px;
}
.catalog-list .catalog-item .image {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	margin-bottom: 2vh;
}
.catalog-list .catalog-item .image:before {
	content: '';
	display: block;
	padding-top: 62%;
}
.catalog-list .catalog-item .title {
	display: inline-block;
	margin-bottom: 1vh;
	text-transform: uppercase;
	font-size: 24px;
	position: relative;
}
.catalog-list .catalog-item .title:after {
	content: '';
	height: 0;
	border-top: 1px solid;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
body:not(.touch) .catalog-list .catalog-item .image {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: transform 0.25s ease;
}
body:not(.touch) .catalog-list .catalog-item .title:after {
	transition: transform 0.25s ease, opacity 0.25s ease;
}
body:not(.touch) .catalog-list .catalog-item:hover .image {
	transform: scale(1.1);
}
body:not(.touch) .catalog-list .catalog-item:hover .title:after {
	transform: scaleX(0);
	opacity: 0;
}
.catalog-list .catalog-item .price {
	display: block;
}

.catalog-item-head {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 5vh;
}
.catalog-item-images {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin-bottom: 9vh;
	position: relative;
}
.catalog-item-images .image-carousel {
	width: 80%;
}
.catalog-item-images .image-carousel .owl-nav {
	display: none;
}
.catalog-item-images .image-carousel .item {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}
.catalog-item-images .image-carousel .item:before {
	content: '';
	display: block;
	width: 0;
	padding-top: 62%;
}
.catalog-item-images .preview-carousel {
	width: 20vw;
	margin-left: 2vh;
	position: absolute;
	top: 50%;
	right: 200vw;
	transform-origin: 50% 100%;
	transform: translateY(-50%) rotate(90deg);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	zoom: 1.005;
}
.catalog-item-images .preview-carousel.owl-loaded {
	right: -5.5vw;
}
body.ie .catalog-item-images .preview-carousel.owl-loaded {
	right: -5vw;
}
.catalog-item-images .preview-carousel .owl-stage-outer {
	display: flex;
	justify-content: center;
	align-items: center;
}
.catalog-item-images .preview-carousel.full-carousel .owl-stage-outer {
	display: block;
}
.catalog-item-images .preview-carousel .owl-nav {
	left: -0.5vw;
}
.catalog-item-images .owl-nav .owl-prev:after, .catalog-item-images .owl-nav .owl-next:before {
	display: none;
}
.catalog-item-images .preview-carousel .owl-prev {
	left: -13px;
}
.catalog-item-images .preview-carousel .owl-next {
	right: -13px;
}
.catalog-item-images .preview-carousel .item {
	background: #e7e7e7;
	border: 1px solid #e7e7e7;
	margin-right: 0.5vw;
	position: relative;
	cursor: pointer;
	transform: rotate(-90deg);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	zoom: 1.005;
}
.catalog-item-images .preview-carousel .item:after {
	content: '';
	display: flex;
	justify-content: center;
	align-items: center;
	background: #d2ff00;
	font-weight: 900;
	font-size: 2vw;
	color: #000000;
	position: absolute;
	top: -1px;
	bottom: -1px;
	left: -1px;
	right: -1px;
	opacity: 0;
}
.catalog-item-images .preview-carousel .item1:after {
	content: '1';
}
.catalog-item-images .preview-carousel .item2:after {
	content: '2';
}
.catalog-item-images .preview-carousel .item3:after {
	content: '3';
}
.catalog-item-images .preview-carousel .item4:after {
	content: '4';
}
.catalog-item-images .preview-carousel .item5:after {
	content: '5';
}
.catalog-item-images .preview-carousel .item6:after {
	content: '6';
}
.catalog-item-images .preview-carousel .item7:after {
	content: '7';
}
.catalog-item-images .preview-carousel .item8:after {
	content: '8';
}
.catalog-item-images .preview-carousel .item9:after {
	content: '9';
}
.catalog-item-images .preview-carousel .item10:after {
	content: '10';
}
.catalog-item-images .preview-carousel .item.active:after {
	opacity: 1;
}
.catalog-item-images .preview-carousel .item span {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
}
.catalog-item-images .preview-carousel .item:first-child {
	margin-top: 0;
}
@supports (mix-blend-mode: multiply) {
	.catalog-item-images .preview-carousel .item span {
		mix-blend-mode: multiply;
	}
}
.catalog-item-images .preview-carousel .item span:before {
	content: '';
	display: block;
	width: 0;
	padding-top: 100%;
}
.catalog-item-images .zoom-lnk {
	background: url(../img/zoom.svg) 50% 50% no-repeat;
	background-size: contain;
	width: 4.5%;
	position: absolute;
	left: 84%;
	top: -1.5vw;
	cursor: pointer;
}
.catalog-item-images .zoom-lnk:before {
	content: '';
	display: block;
	width: 0;
	padding-top: 100%;
}
body:not(.touch) .catalog-item-images .zoom-lnk {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: transform 0.25s ease;
}
body:not(.touch) .catalog-item-images .zoom-lnk:hover {
	transform: scale(1.1);
}
.catalog-item-left, .catalog-item-right {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.catalog-item-title .title {
	margin-left: -0.05em;
	text-transform: uppercase;
	line-height: 1.1;
	font-weight: 900;
	font-size: 48px;
}
.catalog-item-left {
	margin-right: 2.5vw;
}
.catalog-item-techno {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 3vh;
	margin-right: 25px;
}
.tg_img img {
	max-width: 100%;
	display: block;
	margin: auto;
}
.catalog-item-techno__out {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}
.catalog-item-techno .button {
	background-color: #ffffff;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 62%;
	border: 1px solid #b7b7b7;
	display: block;
	width: 4.3em;
	min-width: 0;
	padding: 0;
	margin-right: 10px;
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	user-select: none;
}
.catalog-item-techno .button:last-child {
	margin-right: 0;
}
.catalog-item-techno .button:before {
	content: '';
	display: block;
	width: 0;
	padding-top: 100%;
}
.catalog-item-techno .button:after {
	content: '';
	background-color: #000000;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 62%;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}
.catalog-item-techno .button .tip {
	background: #ffffff;
	box-shadow: 5px 5px 100px rgba(0, 0, 0, 0.16);
	width: 26vw;
	padding: 6vh 3vw;
	white-space: normal;
	text-transform: none;
	font-weight: 300;
	font-size: 1rem;
	position: absolute;
	left: 50%;
	bottom: 50%;
	transition: transform 0.25s ease;
	transform-origin: 0 100%;
	transform: scale(0);
	z-index: 2;
}
.catalog-item-techno .button .tip.right {
	left: auto;
	right: 50%;
	transform-origin: 100% 100%;
}
.catalog-item-techno .button .tip:before {
	display: none;
}
.catalog-item-techno .button .tip .close {
	background: url(../img/close.svg) 50% 50% no-repeat;
	background-size: contain;
	width: 2.6vh;
	position: absolute;
	top: 2vh;
	right: 2vh;
}
.catalog-item-techno .button .tip .close:before {
	content: '';
	display: block;
	width: 0;
	padding-top: 100%;
}
body:not(.touch) .catalog-item-techno .button .tip .close {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: transform 0.25s ease;
}
body:not(.touch) .catalog-item-techno .button .tip .close:hover {
	transform: scale(1.1);
}
.catalog-item-techno .button .tip .text, .catalog-item-techno .button .tip .title {
	display: block;
}
.catalog-item-techno .button .tip .text {
	max-width: 19em;
}
.catalog-item-techno .button .tip .title {
	margin-bottom: 2.5vh;
	text-transform: uppercase;
	line-height: 1;
	font-weight: 900;
	font-size: 28px;
}
.catalog-item-techno .button.icon1 {
	background-image: url(../img/icons/techno-icon1.svg);
}
.catalog-item-techno .button.icon1:after {
	background-image: url(../img/icons/techno-icon1-white.svg);
}
.catalog-item-techno .button.icon2 {
	background-image: url(../img/icons/techno-icon2.svg);
}
.catalog-item-techno .button.icon2:after {
	background-image: url(../img/icons/techno-icon2-white.svg);
}
.catalog-item-techno .button.icon3 {
	background-image: url(../img/icons/techno-icon3.svg);
}
.catalog-item-techno .button.icon3:after {
	background-image: url(../img/icons/techno-icon3-white.svg);
}
.catalog-item-techno .button.icon4 {
	background-image: url(../img/icons/techno-icon4.svg);
}
.catalog-item-techno .button.icon4:after {
	background-image: url(../img/icons/techno-icon4-white.svg);
}
.catalog-item-techno .button.icon5 {
	background-image: url(../img/icons/techno-icon5.svg);
}
.catalog-item-techno .button.icon5:after {
	background-image: url(../img/icons/techno-icon5-white.svg);
}
body:not(.touch) .catalog-item-techno .button:after {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: opacity 0.25s ease;
}
body:not(.touch) .catalog-item-techno .button:hover:after, .catalog-item-techno .button.active:after {
	opacity: 1;
}
.catalog-item-techno .button.active {
	z-index: 2;
}
.catalog-item-techno .button.active .tip {
	transform: scale(1);
}
.catalog-item-price {
	display: flex;
	justify-content: space-between;
}
.catalog-item-price > span, .catalog-item-price > a {
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 900;
}
.catalog-item-price .discount {
	background: #000000;
	padding: 0 1em;
	margin-right: 5px;
	font-size: 78%;
	color: #d2ff00;
}
.catalog-item-price .price {
	flex-grow: 2;
	background: #d2ff00;
	padding: 0.1em 0.5em 0 0.5em;
	height: 2.5em;
	color: #000000;
}
.catalog-item-price .price big {
	margin-top: -0.3em;
	font-size: 167%;
}
.catalog-item-right .button {
	margin-top: 3vh;
	width: 100%;
}
.catalog-item-descr {
	margin-bottom: 6vh;
	font-weight: normal;
	font-size: 120%;
}
.catalog-item-info {
	display: flex;
	justify-content: space-between;
	font-weight: normal;
}
.catalog-item-info-column {
	width: 44%;
}
.catalog-item-info-column > div {
	margin-top: 2vh;
}
.catalog-item-info-column > div:first-child {
	margin-top: 0;
}
.catalog-item-info-column > div > b {
	display: block;
}

.popup {
	background: #ffffff;
	width: 100%;
	height: 100%;
	overflow: auto;
	position: fixed;
	left: -99999px;
	top: 0;
	transition: opacity 0.3s ease, z-index 0s linear 0.3s, left 0s linear 0.3s;
	opacity: 0;
	z-index: -1;
}
.popup.flex {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.popup .content {
	padding: 5vh 0;
	position: relative;
}
.popup .close {
	background: url(../img/close.svg) 50% 50% no-repeat;
	background-size: contain;
	width: 5vh;
	position: absolute;
	top: 5vh;
	right: -5vh;
	z-index: 10;
}
.popup .close:before {
	content: '';
	display: block;
	width: 0;
	padding-top: 100%;
}
body:not(.touch) .popup .close {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: transform 0.25s ease;
}
body:not(.touch) .popup .close:hover {
	transform: scale(1.1);
}
.popup.opened {
	left: 0;
	transition: opacity 0.3s ease, z-index 0s linear, left 0s linear;
	opacity: 1;
	z-index: 1000;
}

#countries .content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	max-width: 1360px;
}
#countries .countries-panel {
	max-height: 90vh;
}
#countries .countries-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
#countries .countries-list .countries-column {
	white-space: nowrap;
}
#countries .countries-list .countries-column-in {
	max-width: 20em;
	margin-left: auto;
	margin-right: auto;
}
#countries .countries-list .countries-column .title {
	margin-bottom: 8vh;
	font-weight: 600;
	font-size: 200%;
}
#countries .countries-list .countries-column .item {
	margin-bottom: 3vh;
}
#countries .countries-list .countries-column .item:last-child {
	margin-bottom: 0;
}

#big-image .content {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	height: 100%;
}
#big-image .catalog-item-title {
	margin: -0.3em 0 5vh 3vw;
}
#big-image .catalog-item-images {
	flex-grow: 2;
	margin-bottom: 5vh;
}
#big-image .catalog-item-images .image-carousel {
	width: 86%;
	height: 100%;
}
#big-image .catalog-item-images .image-carousel .owl-stage-outer,
#big-image .catalog-item-images .image-carousel .owl-stage,
#big-image .catalog-item-images .image-carousel .owl-item,
#big-image .catalog-item-images .image-carousel .item {
	height: 100%;
}
#big-image .catalog-item-images .image-carousel .owl-item {
	background: #e7e7e7;
	border: 1px solid #e7e7e7;
}
@supports (mix-blend-mode: multiply) {
	#big-image .catalog-item-images .image-carousel .item {
		mix-blend-mode: multiply;
	}
}
body.ie #big-image .catalog-item-images .image-carousel .owl-item {
	background: #ffffff;
	border: 1px solid #ffffff;
}
#big-image .catalog-item-images .image-carousel .item:before {
	display: none;
}
#big-image .catalog-item-images .image-carousel .item.normal {
	position: relative;
}
#big-image .catalog-item-images .image-carousel .item.big {
	width: 100%;
	position: absolute;
	transform-origin: 0 0;
	transform: scale(3);
	visibility: hidden;
}
#big-image .catalog-item-images .image-carousel .item.enlarged {
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}
#big-image .catalog-item-images .image-carousel .item.enlarged .item.big {
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
	visibility: visible;
}
#big-image .catalog-item-images .image-carousel .item.enlarged:not(.out) {
	background-image: none !important;
}
#big-image .catalog-item-images .image-carousel .item.out .item.big {
	visibility: hidden;
}

.page-about .header > .bg {
	left: 40%;
	opacity: 0.5;
}
.page-about #main-section {
	overflow: hidden;
}
.about-block {
	font-weight: normal;
}
#about-block1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 20px;
}
#about-block1 .text {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 42%;
}
#about-block1 .text > div {
	max-width: 21.5em;
	padding-bottom: 30%;
}
#about-block1 .image {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	width: 52%;
	position: relative;
}
#about-block1 .image:before {
	content: '';
	display: block;
	width: 0;
	padding-top: 100%;
}
#about-block1 .image:after {
	content: '';
	background: url(../img/about/about1-2.png) 100% 0 no-repeat;
	background-size: auto 100%;
	width: 28%;
	height: 64%;
	position: absolute;
	left: 0;
	bottom: 9%;
}
#about-block1 .title {
	line-height: 1;
	font-weight: 900;
	font-size: 13vw;
	position: absolute;
	left: -0.68em;
	top: 57.5%;
	z-index: 2;
	transform-origin: 0 0;
	transform: rotate(-90deg);
}
#about-block2 {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding-top: 7.5vh;
}
#about-block2 .photos {
	display: flex;
}
#about-block2 .photos div {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	width: 16.5vw;
	margin-left: 3vw;
}
#about-block2 .photos div:first-child {
	margin-left: 0;
}
#about-block2 .photos div:before {
	content: '';
	display: block;
	width: 0;
	padding-top: 100%;
}
#about-block2 .scheme {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	width: 17.5vw;
	max-width: 320px;
	margin: 6vh 19% -3vh 0;
}
#about-block2 .scheme:before {
	content: '';
	display: block;
	width: 0;
	padding-top: 185%;
}
#about-block3 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 20px;
}
#about-block3 .image {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	width: 52%;
	position: relative;
}
#about-block3 .image:before {
	content: '';
	display: block;
	width: 0;
	padding-top: 100%;
}
#about-block3 .text-block {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	width: 35%;
	margin-right: 4.5%;
}
#about-block3 .title {
	width: 37vw;
	margin: 6.5vh 0 9.5vh -12.5vw;
	position: relative;
}
#about-block3 .title:before {
	content: '';
	display: block;
	width: 0;
	padding-top: 23%;
}
#about-block3 .title svg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
#about-block3 .title + .text {
	max-width: 17.5em;
}
#about-block4 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 12.5vh 0 25vh 0;
	font-size: 20px;
}
#about-block4 .text-block {
	width: 42%;
	max-width: 22.5em;
}
#about-block4 .text-block .title {
	margin: -0.25em 0 -0.1em 0;
	line-height: 1;
	font-weight: 900;
	font-size: 600%;
}
#about-block4 .text-block .text {
	margin-top: 5vh;
}
#about-block4 .text-block .button {
	margin-top: 3.5vh;
}
#about-block4 .image-block {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	max-width: 36vw;
}
#about-block4 .image-block div {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	width: 16.5vw;
	margin-left: 3vw;
	margin-bottom: 3vw;
}
#about-block4 .image-block div:nth-child(odd) {
	margin-left: 0;
}
#about-block4 .image-block div:nth-last-child(1), #about-block4 .image-block div:nth-last-child(2) {
	margin-bottom: 0;
}
#about-block4 .image-block div:last-child {
	background-size: auto 98%;
}
#about-block4 .image-block div:before {
	content: '';
	display: block;
	width: 0;
	padding-top: 100%;
}
#about-block5 {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	min-height: 80vh;
	padding: 15vh 0 21vh 0;
	position: relative;
}
#about-block5 .bg {
	background: #000000;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: -6.15vw;
}
#about-block5 .bg > div {
	background-position: 100% 0;
	background-repeat: no-repeat;
	background-size: cover;
	width: 65%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
#about-block5 .text-block {
	width: 30%;
	max-width: 24.5em;
	color: #ffffff;
	position: relative;
}
#about-block5 .text-block .title {
	width: 65%;
	margin-bottom: 4.5vh;
	position: relative;
}
#about-block5 .text-block .title:before {
	content: '';
	display: block;
	width: 0;
	padding-top: 32%;
}
#about-block5 .text-block .title svg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
#about-block6 {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	min-height: 95vh;
	padding: 27vh 0 16vh 0;
	position: relative;
}
#about-block6 .bg {
	background: #f3f3f3;
	width: 44vw;
	position: absolute;
	top: -8vh;
	bottom: 8vh;
	right: -6.15vw;
}
#about-block6 .bg > div {
	content: '';
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: auto 118%;
	position: absolute;
	left: -8%;
	right: 0;
	top: 23%;
	bottom: -9%;
}
#about-block6 .text-block {
	width: 40%;
	margin-left: 8%;
	position: relative;
}
#about-block6 .text-block .title {
	margin-left: -0.05em;
	text-transform: uppercase;
	line-height: 1;
	font-weight: 900;
	font-size: 380%;
}
#about-block6 .text-block .text {
	max-width: 25em;
	margin-top: 5vh;
}
#about-block6 .text-block .button {
	margin-top: 5vh;
}

.about-animate-element{
	transition: 600ms transform, 600ms opacity;
	transform: translateY(-50px);
	opacity: 0;
}

.about-animate-element[data-delay="100"]{transition-delay: 100ms;}
.about-animate-element[data-delay="200"]{transition-delay: 200ms;}
.about-animate-element[data-delay="300"]{transition-delay: 300ms;}

.about-animate-element.active{
	opacity: 1;
	transform: translateY(0);
}

@media screen and (max-width: 1680px) {
	#home-section2 .list .item {
		font-size: 40px;
	}
}

@media screen and (max-width: 1560px) {
	.footer, .side-block.categories .category, #home-section4, #home-section5, #home-section6, #home-section8, #home-section9, #about-block5 {
		font-size: 17px;
	}
	#home-section4 .bg {
		background-position: 100% 35%;
		background-size: auto 230%;
	}
	#home-section4 .title {
		font-size: 16px;
	}
	#about-block1, #about-block3, #about-block4, #about-block6 {
		font-size: 19px;
	}
	.catalog-item-techno .button .tip {
		font-size: 17px;
	}
	.catalog-item-techno .button .tip .title {
		font-size: 26px;
	}
}

@media screen and (max-width: 1440px) {
	.button, .footer, .side-block.categories .category, #home-section4, #home-section5, #home-section6, #home-section8, #home-section9, #about-block5 {
		font-size: 16px;
	}
	.button.brd-black, .button.brd-white {
		border-width: 4px;
	}
	.header .menu a {
		font-size: 16px;
	}
	.side-block.categories .category:before {
		width: 5px;
		height: 5px;
		margin-top: -2px;
	}
	.side-block.categories .category.active:before {
		border-width: 6px 0 6px 11px;
		width: 0;
		height: 0;
		margin-top: -6px;
	}
	.side-block.categories .category.active:after {
		margin-right: 11px;
	}
	#home-section2 .list .item {
		font-size: 34px;
	}
	#home-section4 .title {
		font-size: 14px;
	}
	.catalog-item-title .title {
		font-size: 46px;
	}
	#about-block1, #about-block3, #about-block4, #about-block6 {
		font-size: 18px;
	}
	.catalog-item-techno .button .tip {
		font-size: 16px;
	}
	.catalog-item-techno .button .tip .title {
		font-size: 24px;
	}
}

@media screen and (max-width: 1360px) {
	.button, .footer, .side-block.categories .category, #home-section4, #home-section5, #home-section6, #home-section8, #home-section9, #about-block5 {
		font-size: 15px;
	}
	.side-block.filter .form-field-label {
		font-size: 13px;
	}
	#home-section4 .bg {
		background-size: auto 210%;
	}
	#about-block1, #about-block3, #about-block4, #about-block6 {
		font-size: 17px;
	}
	.catalog-item-techno .button .tip {
		font-size: 15px;
	}
	.catalog-item-techno .button .tip .title {
		font-size: 22px;
	}
}

@media screen and (max-width: 1280px) {
	html, body {
		font-size: 16px;
	}
	.button, .footer, .side-block.categories .category, #home-section4, #home-section5, #home-section6, #home-section8, #home-section9, #about-block5 {
		font-size: 14px;
	}
	.side-block.filter .form-field-label, #home-section4 .title {
		font-size: 12px;
	}
	.select, .ui-selectmenu-menu {
		font-size: 115%
	}
	.header .menu a {
		font-size: 15px;
	}
	.side-block.filter .form-field-label:after {
		border-width: 6px 4px 0 4px;
		margin-top: -3px;
	}
	#home-section2 .list .item {
		font-size: 28px;
	}
	#home-section6 .bg {
		right: 32%;
	}
	#home-section6 .vertical, #home-section8 .vertical {
		margin-right: -19.5em;
	}
	#home-section4 .vertical > div, #home-section6 .vertical > div, #home-section8 .vertical > div {
		font-size: 140%;
	}
	.catalog-item-title .title {
		font-size: 44px;
	}
	#about-block1, #about-block3, #about-block4, #about-block6 {
		font-size: 16px;
	}
	#about-block6 .text-block .title {
		font-size: 330%;
	}
	.catalog-item-techno .button .tip {
		font-size: 14px;
	}
	.catalog-item-techno .button .tip .title {
		font-size: 20px;
	}
}

@media screen and (max-width: 1140px) {
	.side-block.filter .form-field-label {
		font-size: 11px;
	}
	.catalog-list {
		grid-template-columns: repeat(auto-fill, 48%);
	}
	#about-block1, #about-block3, #about-block4, #about-block6 {
		font-size: 15px;
	}
	.catalog-item-techno .button .tip {
		font-size: 13px;
	}
	.catalog-item-techno .button .tip .title {
		font-size: 18px;
	}
}

@media screen and (max-width: 1024px) {
	.page-home-anim-sync:not(.no-svg) .header .content > .logo {
		/*background-image: url(../img/logo_home.svg?2);*/
		background-image: url(../img/logo_new_W.svg);
	}
	html[data-lang="ru"] #home-section1 .title {
		background-image: url(../img/home/home-title-ie-ru.svg) !important;
	}
	html[data-lang="en"] #home-section1 .title {
		background-image: url(../img/home/home-title-ie-en.svg) !important;
	}
	.button, .footer, #home-section4, #home-section5, #home-section6, #home-section8, #home-section9, #about-block5 {
		font-size: 12px;
	}
	.button.brd-black, .button.brd-white {
		border-width: 3px;
	}
	.check span {
		min-height: 18px;
		padding-left: 28px;
	}
	.check span:before {
		width: 18px;
		height: 18px;
	}
	.check span:after {
		left: 6px;
		top: 6px;
	}
	.header .menu a {
		font-size: 13px;
	}
	#main-section .content {
		padding-left: 0;
		padding-right: 0;
	}
	.page-column:first-child {
		width: 30%;
	}
	.page-column:last-child {
		width: 64%;
	}
	.side-block.categories .category {
		padding-right: 10%;
	}
	.side-block.categories .category.active:before, .side-block.categories .category.active:after {
		display: none;
	}
	.side-block.filter .form-field-label {
		font-size: 10px;
	}
	#home-section2 .list .item {
		font-size: 22px;
	}
	#home-section4 .bg {
		background-position: 90% 35%;
		background-size: auto 180%;
	}
	#home-section4 .title {
		font-size: 10px;
	}
	#home-section5 .text-carousel .item {
		padding: 0 7.5%;
	}
	#home-section6 {
		padding-top: 12vw;
	}
	#home-section6 .bg {
		right: 36%;
	}
	#home-section7 .content {
		padding-left: 5%;
	}
	#home-section7 .where {
		width: 35%;
	}
	#countries .countries-list .countries-column .title {
		font-size: 167%;
	}
	.catalog-item-price .discount {
		padding: 0 0.8em;
		font-size: 70%;
	}
	.catalog-item-price .price {
		font-size: 90%;
	}
	.catalog-item-title .title {
		font-size: 42px;
	}
	#about-block1, #about-block3, #about-block4, #about-block6 {
		font-size: 14px;
	}
	#about-block5 .bg {
		right: -4.9vw;
	}
	#about-block6 .text-block .title {
		font-size: 280%;
	}
	.catalog-item-techno .button .tip {
		font-size: 12px;
	}
	.catalog-item-techno .button .tip .title {
		font-size: 16px;
	}
}

@media screen and (max-width: 980px) {

	.select select,
	.select select:focus {
		font-size: 16px;
	}

	.side-block.filter .form-field-label span{
		width: 7px;
		height: 7px;
	}

	.about-animate-element{
		opacity: 1;
		transform: translateY(0);
	}

	#countries .content {
		padding-right: 2vw;
	}
	#countries .countries-list {
		justify-content: space-around;
	}
	#countries .countries-list .countries-column {
		width: 40%;
		margin-top: 8vh;
	}
	#countries .countries-list .countries-column:nth-child(even) {
		width: 55%;
	}
	#countries .countries-list .countries-column:nth-child(1), #countries .countries-list .countries-column:nth-child(2) {
		margin-top: 0;
	}
	#countries .countries-list .countries-column-in {
		max-width: 10em;
	}
	#countries .countries-list .countries-column:nth-child(even) .countries-column-in {
		max-width: 16em;
	}
	#countries .countries-list .countries-column .title {
		margin-bottom: 5vh;
	}
	.catalog-item-head {
		flex-direction: column;
		align-items: center;
		position: relative;
		padding-top: calc(4em + 5vh);
	}
	.catalog-item-images {
		flex-direction: column-reverse;
	}
	.catalog-item-images .image-carousel, .catalog-item-images .preview-carousel {
		width: 100%;
	}
	.catalog-item-images .preview-carousel {
		width: 213px;
		margin: 0 auto  4.5vh auto;
		position: relative;
		top: 0;
		right: auto !important;
		transform: none;
		zoom: 1;
	}
	.catalog-item-images .preview-carousel .owl-nav {
		left: -15px;
		right: -15px;
	}
	.catalog-item-images .preview-carousel .item {
		margin-right: 0;
		transform: none;
		zoom: 1;
	}
	.catalog-item-images .preview-carousel .item:after {
		font-size: 16px;
	}
	.catalog-item-images .preview-carousel .item:first-child {
		margin-left: 0;
	}
	.catalog-item-images .zoom-lnk {
		width: 8%;
		left: 46%;
		top: 100%;
		margin-top: calc(-2.5vw + 1.5vh);
	}
	.catalog-item-left {
		order: 2;
		margin-right: 0;
	}
	.catalog-item-title {
		text-align: center;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
	}
	.catalog-item-techno {
		justify-content: center;
		margin-top: 7vh;
	}
	.catalog-item-techno .button .tip .title {
		font-size: 14px;
	}
	.catalog-item-right {
		align-items: center;
	}
	.catalog-item-right .button {
		width: auto;
	}
	#big-image .catalog-item-title {
		margin-left: 0;
		position: relative;
	}
	#big-image .catalog-item-images .image-carousel {
		width: 100%;
	}
	#about-block1, #about-block3, #about-block4, #about-block6 {
		font-size: 13px;
	}
}

@media screen and (max-width: 860px) {
	#home-section6 .bg {
		right: 40%;
	}
	#home-section7 .content {
		padding-left: 0;
	}
	#home-section7 .where {
		width: 38%;
	}
	.catalog-list {
		grid-template-columns: repeat(auto-fill, 100%);
	}
	#about-block1, #about-block3, #about-block4, #about-block6 {
		font-size: 12px;
	}
}

@media screen and (min-width: 769px) {
	[data-version="mobile"] {
		display: none !important;
	}
}

@media screen and (max-width: 768px) {
	.catalog-item-techno__out {
		display: block;
		text-align: center;
	}
	.catalog-item-techno {
		margin-right: 0;
	}
	.catalog-item-techno__out .button {
		margin-top: 20px;
	}


	#about-block1 .text > div{
		padding-bottom: 0;
	}

	[data-version="desktop"] {
		display: none !important;
	}
	.footer, #home-section4, #home-section5, #home-section6, #home-section8, #home-section9, #about-block5 {
		font-size: 16px;
	}
	#home-section4 .vertical > div, #home-section6 .vertical > div, #home-section8 .vertical > div {
		font-size: 15px;
	}
	.owl-nav .owl-prev:after, .owl-nav .owl-next:before {
		width: calc(12vw - 11px);
	}
	.owl-nav .owl-prev:before {
		border-width: 6px 11px 6px 0;
	}
	.owl-nav .owl-next:after {
		border-width: 6px 0 6px 11px;
	}
	.header .content {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 85%;
		height: 20vh;
	}
	.page-home .header {
		margin-bottom: -20vh;
	}
	.header .logo, .page-home .header .content > .logo.moved {
		width: 50vw;
		max-width: 185px;
		position: relative;
		top: 0;
		transform: none;
	}
	.header .menu {
		position: relative;
		top: 0;
	}
	.header .menu-toggle {
		display: inline-block;
		position: relative;
		z-index: 510;
	}
	.header .menu-toggle span, .header .menu-toggle:before, .header .menu-toggle:after {
		background: #ffffff;
		display: block;
		width: 30px;
		height: 2px;
	}
	.header .menu-toggle span {
		transition: opacity 0.25s ease;
	}
	.menu-toggle:before, .header .menu-toggle:after {
		content: '';
		position: absolute;
		left: 0;
		transition: transform 0.25s ease;
	}
	.header .menu-toggle:before {
		top: -7px;
	}
	.header .menu-toggle:after {
		top: 7px;
	}
	.header .menu menu {
		background: #000000 url(../img/menu-bg.jpg) 100% 50% no-repeat;
		background-size: auto 100%;
		width: 100%;
		height: 100%;
		overflow: auto;
		color: #ffffff;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 500;
		transition: transform 0.25s ease, opacity 0.25s ease;
		transform: translateY(-101%);
		opacity: 0;
	}
	.header .menu menu .menu-content {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		min-height: 100%;
		padding: 10% 10% 5% 10%;
	}
	body.menu-opened .header .menu menu {
		transform: translateY(0);
		opacity: 1;
	}
	body.menu-opened .header .menu-toggle span {
		opacity: 0;
	}
	body.menu-opened .header .menu-toggle:before {
		transform: rotate(45deg) translateX(5px) translateY(5px);
	}
	body.menu-opened .header .menu-toggle:after {
		transform: rotate(-45deg) translateX(5px) translateY(-5px);
	}
	.header .menu a {
		font-size: 15px;
	}
	.header .menu-main, .header .menu-second {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		width: 17em;
		margin-bottom: 1vh;
	}
	.header .menu-main {
		padding-top: calc(2em + 2vh);
		position: relative;
	}
	.header .menu-main > div {
		flex-direction: column;
		align-items: flex-start;
	}
	.header .menu-main > div a:first-child {
		order: 2;
	}
	.header .menu-main a, .header .menu-second span {
		margin: 1vh 0;
	}
	.header .menu-main .lang-lnk {
		margin: 0;
		position: absolute;
		left: 0;
		top: 0;
	}
	.header .menu-main a {
		text-transform: none;
		font-weight: bold;
		font-size: 16px;
	}
	.header .menu-second span {
		display: inline-block;
		padding-left: 20px;
		position: relative;
	}
	.header .menu-second span:before {
		content: '';
		background: #c9f400;
		border-radius: 50%;
		width: 5px;
		height: 5px;
		position: absolute;
		left: 0;
		top: 0.65em;
		margin-top: -2px;
	}
	.header .menu-second a {
		display: inline-block;
		white-space: nowrap;
	}
	.header .menu .logo {
		display: block;
		margin-top: 4vh;
		position: relative;
		top: 0;
		transform: none;
	}
	.footer .content {
		flex-direction: column-reverse;
		align-items: center;
		padding: 10vh 0 5vh 0;
	}
	.footer .copy {
		margin-top: 5vh;
		text-align: center;
	}
	.footer .copy .logo {
		width: 40vw;
		margin-left: auto;
		margin-right: auto;
	}
	.footer .menu {
		display: block;
		min-width: 17em;
	}
	.footer .menu .column, .footer .menu .column:first-child {
		margin-right: 0;
	}
	.footer .menu .column:first-child a {
		margin-bottom: 1em;
		font-size: 100%;
	}
	.footer .menu .column:first-child a:first-child {
		order: 2;
	}
	#home-section2 {
		padding: 5vh 0 0 0;
	}
	#home-section2 .head {
		display: block;
	}
	#home-section2 .title, #home-section2 .info > div {
		width: 100%;
	}
	#home-section2 .title {
		margin-bottom: 5vh;
	}
	#home-section2 .title:before {
		padding-top: 67%;
	}
	#home-section2 .title, #home-section2 .info {
		max-width: 18em;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	#home-section2 .info > div {
		margin-left: 0;
		text-align: left;
	}
	#home-section2 .info .button {
		margin: 7vh 0 0 0;
	}
	#home-section2 .list .item {
		width: 100%;
		min-height: 60vh;
		max-height: 100vh;
		font-size: 45px;
	}
	#home-section2 .list .owl-nav {
		left: 5%;
		right: 5%;
	}
	#home-section2 .list .owl-nav .owl-prev:after, #home-section2 .list .owl-nav .owl-next:before {
		background: #ffffff;
		width: calc(7vw - 7px);
	}
	#home-section2 .list .owl-nav .owl-prev:before {
		border-color: transparent #ffffff transparent transparent;
		border-width: 4px 7px 4px 0;
	}
	#home-section2 .list .owl-nav .owl-next:after {
		border-color: transparent transparent transparent #ffffff;
		border-width: 4px 0 4px 7px;
	}
	#home-section2 .list .owl-dot:before {
		background: #ffffff;
	}
	#home-section2 .list .owl-dot.active:before {
		background: #d2ff00;
	}
	#home-section3 {
		padding-bottom: 10vh;
	}
	#home-section3 .content {
		width: 100%;
		position: relative;
	}
	#home-section3 .owl-carousel {
		margin: 0;
	}
	#home-section3 .owl-nav {
		left: 6%;
		right: 6%;
		top: 100%;
	}
	#home-section3 .owl-nav .owl-prev:after, #home-section3 .owl-nav .owl-next:before {
		width: calc(20vw - 11px);
	}
	#home-section3 .owl-carousel .item {
		overflow: hidden;
	}
	#home-section3 .owl-carousel .item .title, #home-section3 .owl-carousel .item .text {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
	#home-section3 .owl-carousel .item .title {
		font-size: 250%;
	}
	#home-section3 .owl-carousel .item .text {
		margin-bottom: calc(5vh + 60px);
	}
	#home-section3 .owl-carousel .item .image {
		background-size: auto 100%;
		width: 100%;
		height: 50vh;
		margin-bottom: 4vh;
	}
	#home-section3 .button-wrap {
		width: 100%;
		position: absolute;
		left: 0;
		top: calc(6.5em + 6vh);
	}
	#home-section3 .button-wrap .button {
		margin-top: -2.15em;
	}
	#home-section4 {
		padding-top: 0;
	}
	#home-section4:before {
		background: #000000;
		top: 0;
	}
	#home-section4 .bg {
		background-position: 0 0;
		background-size: auto 100%;
		top: 0;
		bottom: 3vh;
		right: 11%;
	}
	#home-section4 .vertical {
		left: 5vw;
		top: 6vh;
	}
	#home-section4 .vertical > div {
		transform: rotate(-90deg) translateX(-100%);
	}
	#home-section4 .content {
		padding: 6vh 0;
		min-height: 100vw;
	}
	#home-section4 .title {
		width: 19em;
		padding: 0;
		margin-bottom: 2vh;
	}
	#home-section4 .info {
		max-width: 17em;
		margin-top: 40vh;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	#home-section5 {
		padding: 10vh 0;
	}
	#home-section5 .image-block {
		bottom: calc(13vh + 19vw);
	}
	#home-section5 .image-block:before, #home-section5 .image-carousel .item:before {
		padding-top: 80%;
	}
	#home-section5 .image-block, #home-section5 .image-carousel .item {
		max-height: calc(84vw - 3em);
	}
	#home-section5 .title-block {
		width: 70%;
		margin-left: 14%;
	}
	#home-section5 .text-icon-block {
		flex-direction: column;
	}
	#home-section5 .text-block {
		width: 84%;
		margin-bottom: 19vh;
		justify-content: flex-end;
	}
	#home-section5 .text-block:before {
		padding-top: 140%;
	}
	#home-section5 .text-carousel {
		width: 81%;
		margin-right: 2%;
	}
	#home-section5 .text-carousel .title, #home-section5 .text-carousel .owl-nav, #home-section5 .image-block {
		font-size: 6.5vw;
	}
	#home-section5 .text-carousel .owl-nav {
		left: -7vw;
		right: -11vw;
		top: 3em;
		margin-top: 7vw;
	}
	#home-section5 .text-carousel .title {
		margin-bottom: 13vw;
	}
	#home-section5 .text-carousel .text {
		justify-content: flex-start;
		height: 6.5em;
	}
	#home-section5 .text-carousel .logo {
		width: 50%;
		margin-left: 7%;
	}
	#home-section5 .icon-block {
		justify-content: space-between;
		width: 100%;
		padding: 0 5%;
	}
	#home-section5 .icon-block a {
		width: 20%;
		margin: 0;
	}
	#home-section6 {
		height: auto;
		padding: 10vh 0 104vh 0;
		margin: 0;
	}
	#home-section6 .bg {
		background-position: 50% 100%;
		background-size: auto 100%;
		height: 106vh;
		right: 0;
		top: auto;
		bottom: 2.5vh;
	}
	#home-section6 .vertical {
		margin-right: -14.5em;
		right: 8vw;
		top: 10vh;
	}
	#home-section6 .vertical > div {
		transform: rotate(-90deg) translateX(-100%);
	}
	#home-section6 .info {
		width: auto;
		margin-right: 6vw;
	}
	#home-section6 .title {
		width: 82%;
		margin: 4vh 0;
	}
	#home-section6 .button-wrap {
		text-align: left;
	}
	#home-section7 {
		padding: 52vh 0 12vh 0;
	}
	#home-section7 .where-map {
		width: 100%;
		height: 74vh;
	}
	#home-section7 .content {
		padding-top: 6vh;
		position: relative;
	}
	#home-section7 .content:before {
		content: '';
		background: #ffffff;
		width: 95vw;
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
	}
	#home-section7 .title, #home-section7 .where {
		position: relative;
	}
	#home-section7 .title {
		width: 82%;
		max-width: 80vh;
		margin-bottom: 11vh;
		margin-left: auto;
		margin-right: auto;
	}
	#home-section7 .where {
		width: 100%;
		max-width: 100vh;
		margin-left: auto;
		margin-right: auto;
	}
	#home-section7 .where .list {
		margin-top: 7vh;
		margin-bottom: 7vh;
		height: auto;
	}
	#home-section7 .where .list .item {
		margin-right: 0;
	}
	#home-section7 .where .list .item.hidden,
	#home-section7 .where .more-lnk.hidden {
		display: none;
	}
	#home-section7 .where .button-wrap {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	#home-section7 .where .more-lnk {
		margin-bottom: 3vh;
	}
	#home-section8 {
		background: #000000;
		padding: 0;
	}
	#home-section8 .bg {
		background-position: 50% 0;
		height: calc(62vh + 60px);
		min-height: calc(80vw + 60px);
		top: auto;
		bottom: 0;
	}
	#home-section8 .image {
		display: none;
	}
	#home-section8 .vertical {
		right: auto;
		top: auto;
		bottom: 60vw;
		left: 5vw;
		margin-left: -0.65em;
		margin-right: 0;
		-webkit-animation-name: fadeInLeft !important;
		animation-name: fadeInLeft !important;
	}
	#home-section8 .vertical > div {
		transform: rotate(-90deg) translateX(-100%);
	}
	#home-section8 .content {
		min-height: calc(100vw + 60vh);
		padding: 5vh 0 55vh 0;
	}
	#home-section8 .info {
		margin-bottom: 4vh;
	}
	#home-section8 .head {
		width: 100%;
		max-width: 100vh;
		margin: 0;
	}
	#home-section9 .bg {
		background-size: auto 110%;
		width: 98%;
		max-width: 55vw;
		height: calc(47vh + 28vw);
		top: auto;
		left: auto;
	}
	#home-section9 .content {
		padding: 20vh 0 47vh 0;
	}
	#home-section9 .info {
		width: 90%;
		max-width: 34em;
	}
	#home-section9 .title {
		max-width: 77%;
		margin-top: 9vh;
		margin-left: 0;
		margin-right: auto;
	}
	.page-columns {
		display: block;
	}
	.page-column:first-child, .page-column:last-child {
		width: 100%;
	}
	.page-column:first-child {
		padding-bottom: 7vh;
	}
	.side-block {
		max-width: 320px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 1.5vh;
	}
	.side-block .title {
		text-align: left;
		position: relative;
		cursor: pointer;
	}
	.side-block .title:before, .side-block .title:after {
		content: '';
		background: #000000;
		width: 2px;
		height: 22px;
		position: absolute;
		right: 10px;
		top: 50%;
		margin-top: -11px;
	}
	.side-block .title:after, .side-block.expanded .title:before {
		transform: rotate(90deg);
	}
	.side-block, .side-block.categories {
		border: 1px solid #b7b7b7;
		padding: 3vh 5%;
	}
	.side-block.categories .title {
		display: block;
	}
	.side-block.filter .form-field-label {
		text-transform: lowercase;
		font-size: 16px;
	}
	.side-block.filter .form-buttons {
		padding-bottom: 3vh;
	}
	.side-block-content {
		height: 0;
		padding-top: 0;
		overflow: hidden;
	}
	.side-block.expanded, .side-block.expanded + .side-block {
		margin-top: 5vh;
	}
	.side-block:first-child {
		margin-top: 0;
	}
	.side-block.expanded, .side-block.categories.expanded {
		padding-top: 5vh;
		padding-bottom: 5vh;
	}
	.side-block.expanded .side-block-content {
		height: auto;
		padding-top: 3vh;
		overflow: visible;
	}
	.page-bread > span.back-lnk:after, .page-bread > span.back-lnk a:after {
		display: none;
	}
	.page-bread > span.back-lnk {
		padding-bottom: 0;
	}
	.page-bread > span.back-lnk a {
		display: inline-flex;
		align-items: center;
		text-transform: uppercase;
		font-weight: 900;
		font-size: 1rem;
	}
	.page-bread > span.back-lnk a:before {
		content: '';
		border-color: transparent #000000 transparent transparent;
		border-width: 6px 13px 6px 0;
		border-style: solid;
		width: 0;
		height: 0;
		margin-right: 8px;
	}
	body:not(.touch) .page-bread > span.back-lnk a:before {
		transition: transform 0.25s ease;
	}
	body:not(.touch) .page-bread > span.back-lnk a:hover:before {
		transform: translateX(-50%);
	}
	.page-catalog-item .page-bread > span.home-lnk, .page-catalog-item .page-title, .page-catalog-item .page-column:first-child {
		display: none;
	}
	.page-catalog-item #main-section {
		overflow: hidden;
	}
	.catalog-list {
		grid-template-columns: repeat(auto-fill, 48%);
	}
	.catalog-item-title .title {
		font-size: 40px;
	}
	.catalog-item-images .image-carousel {
		width: 100vw;
		margin: 0 -5vw;
	}
	.catalog-item-images .image-carousel .item {
		max-height: 80vh;
	}
	.catalog-item-techno .button .tip {
		width: auto;
		font-size: 14px;
	}
	.catalog-item-techno .button .tip .title {
		font-size: 18px;
	}
	.page-content {
		padding-top: 7vh;
	}
	.page-about .page-title {
		width: 50%;
		margin-left: auto;
		margin-right: auto;
	}
	#about-block1, #about-block3, #about-block4, #about-block6 {
		font-size: 16px;
	}
	#about-block1 {
		flex-direction: column-reverse;
	}
	#about-block1 .text {
		width: 100%;
		margin-top: 10vh;
	}
	#about-block1 .image {
		width: 100vw;
	}
	#about-block1 .image:before {
		padding-top: 110%;
	}
	#about-block1 .image:after {
		background-position: 0 0;
		background-size: auto 120%;
		width: 50%;
		height: 50%;
		bottom: 0;
	}
	#about-block1 .title {
		font-size: 17vh;
		left: -0.3em;
		bottom: -1.35em;
		top: auto;
	}
	#about-block2 {
		align-items: center;
		padding: 10vh 0;
		margin: 0 -2.5vw;
	}
	#about-block2 .photos {
		flex-direction: column;
	}
	#about-block2 .photos div {
		width: 40vw;
		margin-left: 0;
		margin-top: 3.5vh;
	}
	#about-block2 .photos div:first-child {
		margin-top: 0;
	}
	#about-block2 .scheme {
		width: 42vw;
		margin: 0;
	}
	#about-block3 {
		flex-direction: column;
		padding: 10vh 0;
	}
	#about-block3 .image {
		width: 100vw;
	}
	#about-block3 .image:before {
		padding-top: 105%;
	}
	#about-block3 .text-block {
		width: 100%;
		margin: 0;
	}
	#about-block3 .text {
		order: 2;
		margin-top: 1.5em;
	}
	#about-block3 .text:first-child {
		margin-top: 0;
	}
	#about-block3 .title {
		width: 85vw;
		max-width: 50vh;
		margin: -2px auto 7vh auto;
	}
	#about-block4 {
		flex-direction: column-reverse;
		padding: 10vh 0 16.5vh 0;
		margin: 0 -2.5vw;
	}
	#about-block4 .text-block {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 100%;
		margin-top: 9vh;
	}
	#about-block4 .text-block .title {
		font-size: 540%;
	}
	#about-block4 .image-block {
		max-width: 100%;
	}
	#about-block4 .image-block div {
		width: 40vw;
		margin-bottom: 3.5vh;
	}
	#about-block4 .image-block div:nth-last-child(1), #about-block4 .image-block div:nth-last-child(2) {
		margin-bottom: 0;
	}
	#about-block5 {
		justify-content: center;
		padding: calc(75vw + 5vh) 0 16vh 0;
	}
	#about-block5 .bg {
		overflow: hidden;
		left: -5vw;
		right: -5vw;
	}
	#about-block5 .bg > div {
		background-position: 0 0;
		width: 100%;
		height: 75vw;
	}
	#about-block5 .bg:after {
		content: '';
		background: url(../img/about/about5-2.png) 55% 100% no-repeat;
		background-size: 150% auto;
		height: 53vw;
		position: absolute;
		left: 0;
		right: 0;
		top: 22vw;
		margin-top: 1px;
	}
	#about-block5 .text-block {
		width: 100%;
	}
	#about-block5 .text-block .title {
		margin-left: auto;
		margin-right: auto;
	}
	#about-block6 {
		padding: 130vw 0 8vh 0;
	}
	#about-block6 .bg {
		width: 68vw;
		height: 130vw;
		right: -5vw;
		bottom: auto;
	}
	#about-block6 .bg > div {
		background-size: auto 100%;
		left: -24%;
		top: 18%;
		bottom: 23%;
	}
	#about-block6 .text-block {
		width: 100%;
		margin-left: 0;
		text-align: center;
	}
	#about-block6 .text-block .title, #about-block6 .text-block .text {
		max-width: 20em;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
	}
	#about-block6 .text-block .title {
		max-width: 8em;
		font-size: 250%;
	}

	.popup .catalog-item-title {
		position: relative;
	}
	.popup .catalog-item-title .title {
		font-size: 20px;
		margin-bottom: 10px;
	}
}

@media screen and (orientation: portrait) {
	.header .content {
		height: 15vh;
	}
	.page-home .header {
		margin-bottom: -15vh;
	}
}

@media screen and (orientation: portrait) and (max-width: 768px) {
	.content {
		width: 80%;
	}
	.header .menu menu {
		background-position: 50% 50%;
	}
	.page-title {
		width: 55%;
	}
	#home-section1 .bg {
		background-position: 60% 0;
	}
	#home-section1 .title {
		width: 80vw;
	}
	#home-section4 .bg {
		background-position: 100% 0;
	}
	#home-section4 .vertical {
		left: 8vw;
	}
	#home-section4 .content {
		min-height: 200vw;
	}
	#home-section8 .vertical {
		bottom: 48vh;
		left: 8vw;
	}
	#home-section9 .bg {
		max-width: 65vh;
	}
	.catalog-item-images .image-carousel {
		margin: 0 -10vw;
	}
	.popup .content {
		padding-top: calc(5vh + 7vw);
	}
	.popup .close {
		width: 7vw;
		right: 0;
		top: 3vh;
	}
	#countries .content {
		padding-right: 0;
	}
	#big-image .catalog-item-images {
		margin-bottom: 0;
	}
	#big-image .catalog-item-images .image-carousel {
		width: 100vw;
	}
	.page-about .page-title {
		width: 90%;
	}
	#about-block5 .bg {
		left: -10vw;
		right: -10vw;
	}
	#about-block6 .bg {
		right: -10vw;
	}



}

@media screen and (max-width: 550px) {
	#home-section2 .list .item {
		font-size: 40px;
	}
	#home-section5 {
		font-size: 15px;
	}
	#countries .countries-list .countries-column, #countries .countries-list .countries-column:nth-child(even) {
		width: 100%;
	}
	#countries .countries-list .countries-column, #countries .countries-list .countries-column:nth-child(2) {
		margin-top: 5vh;
	}
	#countries .countries-list .countries-column:first-child {
		margin-top: 0;
	}
	#countries .countries-list .countries-column-in, #countries .countries-list .countries-column:nth-child(even) .countries-column-in {
		max-width: 16em;
	}
	#countries .countries-list .countries-column .title {
		margin-bottom: 3vh;
	}
	.catalog-list, .catalog-item-info {
		display: block;
	}
	.catalog-list .catalog-item, .catalog-item-info-column {
		display: block;
		width: 100%;
	}
	.catalog-item-info-column {
		margin-top: 2vh;
	}
	.catalog-item-info-column:first-child {
		margin-top: 0;
	}
	.catalog-item-techno .button .tip {
		font-size: 12px;
	}
	.catalog-item-techno .button .tip .title {
		font-size: 16px;
	}
}

@media screen and (max-width: 480px) {
	.side-block, .side-block.categories {
		padding-left: 8%;
		padding-right: 8%;
	}
	#home-section2 .list .item {
		font-size: 35px;
	}
	#home-section5 {
		font-size: 14px;
	}
}

@media screen and (max-width: 384px) {
	html, body, .footer, #home-section4, #home-section5, #home-section6, #home-section8, #home-section9 {
		font-size: 15px;
	}
	.content {
		width: 85%;
	}
	#home-section2 .list .item {
		font-size: 30px;
	}
	#home-section3 .owl-carousel .item .title {
		font-size: 200%;
	}
	#home-section5 {
		font-size: 13px;
	}
}

@media screen and (max-width: 360px) {
	.catalog-item-techno .button {
		font-size: 10px;
	}
	#about-block6 .text-block .title {
		font-size: 230%;
	}
}

@media screen and (max-width: 320px) {
	#home-section2 .list .item {
		font-size: 25px;
	}
}
