
	/*temp*/
	/*.omay-product {*/
body {
	overflow-x: hidden;
}

@font-face {
	font-family: 'SuisseIntl-Bold';
	src: url('/local/templates/main/fonts/SuisseIntl-Bold/SuisseIntl-Bold.eot');
	src: local('â˜º'), url('/local/templates/main/fonts/SuisseIntl-Bold/SuisseIntl-Bold.woff') format('woff'), url('/local/templates/main/fonts/SuisseIntl-Bold/SuisseIntl-Bold.ttf') format('truetype'), url('/local/templates/main/fonts/SuisseIntl-Bold/SuisseIntl-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
*,*:before,*:after{
	transition: all .3s linear;
}
.inner .header{
	background: #fff;
}

h2.section-title {
	font-size: 64px;
	line-height: 64px;
	font-weight: 800;
	font-family: 'SuisseIntl-Bold';
}

p.section-title {
	font-size: 32px;
	line-height: 32px;
	font-weight: 800;
	font-family: 'SuisseIntl-Bold';
}
.section-subtext{
	font-size: 25px;
	line-height: 30px;
	max-width: 830px;
	width: 100%;
}
@media screen and (max-width: 767px){
	h2.section-title{
		font-size: 29px;
		line-height: 29px;
	}
	p.section-title{
		font-size: 15px;
		line-height: 17px;
	}
	p.section-subtext{
		font-size: 15px;
		line-height: 17px;
	}

	.text-block p.section-title{
		font-size: 29px;
		line-height: 29px;
	}
	.about-block p.section-title{
		font-size: 15px;
		line-height: 17px;
	}
}

.wrap-images{
	position: relative;
}
.wrap-images .section-title{
	position: absolute;
	bottom: 12px;
	left: 8px;
	color: #fff;
}
.omay-designer__images{
	display: block;
	width: 100%;
	height: auto;
	-o-object-fit: contain;
	object-fit: contain;
	margin-bottom: 110px;
}
@media screen and (max-width: 767px){
	.omay-designer__images{
		margin-bottom: 50px;
	}
}
.wrap-images__accessory{
	margin-bottom: 110px;
}
.wrap-images__accessory .omay-designer__images {
	margin-bottom: 36px;
}
.wrap-images__accessory .omay-designer__link {
	max-width: 100%;
	grid-column: 5/13;
}
@media screen and (max-width: 1200px){
	.wrap-images__accessory .omay-designer__link{
		grid-column: 3/11;
	}
}
@media screen and (max-width: 992px){
	.wrap-images__accessory .omay-designer__link{
		font-size: 32px;
		line-height: 32px;
	}
}
@media screen and (max-width: 767px){
	.wrap-images__accessory .omay-designer__link{
		grid-column: -1/1;
		font-size: 21px;
		line-height: 21px;
		height: 70px;
	}
}


/* big slider */
.omay-big__slider{

}
.omay-big__slider-block{
	position: relative;
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	grid-gap: 16px 8px;
	margin-bottom: 110px;
}
.omay-big__slider-block picture{
	grid-column: 5/13;
}
.omay-big__slider-img{
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;

}
.omay-big__slider-body{
	grid-column: 1/5;
}
.omay-big__slider-title{
	font-size: 32px;
	line-height: 32px;
	color: #000;
	font-family: 'SuisseIntl-Bold';
	max-width: 500px;
	width: 100%;
}
@media screen and (max-width: 1200px){
	.omay-big__slider-body{
		grid-column: 3/11;
	}
	.omay-big__slider-title{
		max-width: 100%;
	}
	.omay-big__slider-block picture{
		grid-column: 3/11;
	}
}
@media screen and (max-width: 767px){
	.omay-big__slider-body{
		position: relative;
		margin-top: 8px;
		left: initial;
		bottom: initial;
	}
	.omay-big__slider-body,
	.omay-big__slider-block picture{
		grid-column: -1/1;
	}
	.omay-big__slider-block{
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 576px){
	.omay-big__slider-title{
		font-size: 15px;
		line-height: 17px;
	}
}
/* /big slider */




/* PRODUCT */
.omay-product{

}
.omay-product .wrapper{
	position: relative;
}
.omay-product__wrap{
	position: relative;
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	align-items: center;
	grid-gap: 8px;
}
.omay-product .text-block__cont{
	position: relative;
	z-index: 20;
}
.omay-product .text-block{
	margin: 40px 0 50px 0;
}

.omay-product__parallax{
	position: relative;
	cursor: pointer;
	display: block;
	overflow: hidden;
}
.omay-product__title{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 32px;
	line-height: 32px;
	color: #fff;
	opacity: 0;
	z-index: 1;
}
.omay-product__more{
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid;
	padding: 16px 43px 16px 22px;
	font-size: 15px;
	line-height: 16px;
}
.omay-product__parallax:hover .omay-product__title{
	opacity: 1;
}
.omay-product__parallax:hover .omay-product__img{
	transform: scale(1.1);
}
.omay-product__parallax-1{
	grid-column: 1/7;
}
.omay-product__parallax-2{
	grid-column: 7/13;
}
.omay-product__parallax-3{
	grid-column: 1/7;
}
.omay-product__parallax-4{
	grid-column: 7/13;
}
.omay-product__img{
	object-fit: cover;
	width: 100%;
	height: 330px;
	display: block;
}
@media screen and (max-width: 1440px){
	.omay-product .omay-about__subtext br{
		display: none;
	}
}
@media screen and (max-width: 992px){
	.omay-product{
		margin-top: 100px!important;
	}

	.omay-product .omay-about__subtext{
		max-width: 100%;
	}
	.omay-product .wrapper{
		padding-top: 0;
		padding-bottom: 50px;
	}

	.omay-product__parallax{
		position: relative;
		width: 100%;
		height: auto;
	}
	.omay-product__title{
		opacity: 1;
	}
}
@media screen and (max-width: 767px){
	.omay-product{
		margin-top: 50px!important;
	}
	.omay-product__img{

	}
	.omay-product__title{
		font-size: 15px;
		line-height: 17px;
	}
	.omay-product__parallax-1{
		grid-column: 1/7;
	}
	.omay-product__parallax-2{
		grid-column: 7/13;
	}
	.omay-product__parallax-3{
		grid-column: 1/7;
	}
	.omay-product__parallax-4{
		grid-column: 7/13;
	}

}
@media screen and (max-width: 576px){
	.omay-product__parallax{
		height: auto;
	}
	.omay-product__img{
		height: 132px;
	}
}
/* /PRODUCT */

/* MATERIALS */
.omay-materials{

}
.omay-materials__list{

}
.omay-materials__block{
	display: flex;
	align-items: center;
	border-top: 1px solid #000;
	padding: 34px 0;
}
.omay-materials__block:last-child{
	border-bottom: 1px solid #000;
}
.omay-materials__block:hover .omay-materials__block-download{
	opacity: 1;
}
.omay-materials__block-title{
	font-size: 25px;
	line-height: 30px;
	max-width: 200px;
	width: 100%;
}
.omay-materials__block-3d{
	display: flex;
	align-items: center;
}
.omay-materials__block-3d svg{
	width: 32px;
	height: 42px;
}
.omay-materials__block-3d span{
	margin-left: 20px;
	text-transform: uppercase;
	font-size: 25px;
	line-height: 30px;
}
.omay-materials__block-ies{
	display: flex;
	align-items: center;
	margin-left: 50px;
	margin-right: auto;
}
.omay-materials__block-ies svg{
	width: 42px;
	height: 46px;
}
.omay-materials__block-ies span{
	margin-left: 20px;
	font-size: 25px;
	line-height: 30px;
}
.omay-materials__block-download{
	opacity: 0;
}
@media screen and (max-width: 992px){
	.omay-materials__block-download{
		opacity: 1;
	}
	.omay-materials__block-title{
		max-width: 100px;
	}
}
@media screen and (max-width: 767px){
	.omay-materials__list{
		margin-top: 20px;
	}
	.omay-materials__block{
		padding: 20px 0;
	}
	.omay-materials__block-title,
	.omay-materials__block-3d span,
	.omay-materials__block-ies span{
		font-size: 15px;
		line-height: 16px;
	}
	.omay-materials__block-3d svg{
		width: 23px;
		height: 31px;
	}
	.omay-materials__block-ies svg{
		width: 25px;
		height: 28px;
	}
	.omay-materials__block-download{
		width: 25px;
		height: 28px;
	}

}
/* /MATERIALS */

.omay-buy{
	margin: 200px 0 !important;
}
.omay-buy .omay-materials__block-title{
	max-width: 70%;
	margin-right: auto;
}
@media screen and (max-width: 767px){
	.omay-buy{
		margin: 50px 0 !important;
	}
}


/* MOUNING */
.omay-mounting{
	border-top:1px solid #000;
	margin-top: 90px;
	margin-bottom: 110px;
	padding-top: 8px;
}

.omay-mounting__links{
	max-width: 330px;
	width: 100%;
}
.omay-mounting__link{
	display: inline-block;
	font-size: 32px;
	line-height: 32px;
	color: #B9B9B9;
	font-family: 'SuisseIntl-Bold';
	margin-bottom: 15px;
}
.omay-mounting__link:hover,
.omay-mounting__link.active{
	color: #000;
}
.omay-mounting__slider{
	width: 100%;
}
.omay-mounting__slider-thumbs{
	width: 100%;
}
.omay-mounting__slider-thumbs-max{
	width: 100%;
}
.omay-mounting__block{
	display: flex;
	justify-content: space-between;
	background: #fff;
}
.omay-mounting__block-text{
	font-size: 15px;
	line-height: 20px;
	max-width: 350px;
	width: 100%;
}
.omay-mounting__block-text > div{
	min-height: 80px;
}
.omay-mounting__block-text svg{
	margin-top: 52px;
}
.omay-mounting__block-img{
	width: 470px;
	height: 350px;
	display: block;
	object-fit: cover;
}
@media screen and (max-width: 1500px){
	.omay-mounting__block-links{
		margin-left: 50px;
	}
}
@media screen and (max-width: 1400px){
	.omay-mounting__block-links{
		margin: 0 30px;
	}
}
@media screen and (max-width: 1200px){
	.omay-mounting .text-block__title{
		overflow-x: auto;
	}
	.omay-mounting__max .omay-mounting__links {
		display: flex;
		max-width: 1200px;
		width: 1200px;
	}
	.omay-mounting__links{
		display: flex;
		max-width: 1100px;
		width: 1100px;
	}
	.omay-mounting__link{
		margin-right: 14px;
	}
	.omay-mounting__link:last-child{
		margin-right: 0;
	}
	.omay-mounting__block {
		flex-direction: column-reverse;
	}
	.omay-mounting__block-text{
		max-width: 100%;
		display: flex;
		flex-direction: column-reverse;
	}
	.omay-mounting__block-text svg{
		margin: 20px 0;
	}
	.omay-mounting__block-img{
		width: 100%;
		height: auto;
	}
}
@media screen and (max-width: 767px){
	.omay-mounting{
		margin-bottom: 50px;
	}
	.omay-mounting__links{
		max-width: 520px;
		width: 520px;
		margin: 0 auto;
	}
	.omay-mounting__link{
		font-size: 15px;
		line-height: 17px;
	}
}
/* /MOUNING */


.omay .text-block__cont{
	grid-column: 5/13;
}
@media screen and (max-width: 1200px){
	.omay .text-block__cont {
		-ms-grid-column: 3;
		-ms-grid-column-span: 8;
		grid-column: 3/11;
	}
}
@media screen and (max-width: 767px){
	.text-block__cont{
		grid-column: -1/1 !important;
	}
}

/* UNITY */
.omay-unity__wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 8px;
}
.omay-unity__block{
	display: block;
	position: relative;
	height: 469px;
	width: 100%;
	overflow: hidden;
}
.omay-unity__block-text{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	color: #fff;
	font-size: 32px;
	line-height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	z-index: 1;
}
.omay-unity__block-img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.omay-unity__block:hover .omay-unity__block-text{
	opacity: 1;
}
.omay-unity__block:hover .omay-unity__block-img{
	transform: scale(1.1);
}
@media screen and (max-width: 767px){
	.omay-unity__wrap{
		flex-direction: column;
	}
	.omay-unity__block-text{
		opacity: 1;
	}
	.omay-unity__block{
		height: 300px;
	}
}
@media screen and (max-width: 576px){
	.omay-unity__block-text{
		font-size: 29px;
		line-height: 29px;
	}
}
@media screen and (max-width: 480px){
	.omay-unity__block{
		height: 147px;
	}
	.omay-unity__block-img{
		height: 147px;
	}
}
/* /UNITY */

/* PROJECTS */
.omay-projects{

}
.omay-projects__swiper .swiper-pagination{
	display: none;
}
.omay-projects__block{
	display: block;
}
.omay-projects__img{
	width: 100%;
	height: 676px;
	display: block;
	object-fit: cover;
}
.omay-projects__block-text{
	margin-top: 8px;
	font-size: 15px;
	line-height: 20px;
}
@media screen and (max-width: 767px){
	.omay-projects__swiper .swiper-pagination{
		display: block;
	}
	.omay-projects__swiper{
		padding-bottom: 50px;
	}
	.omay-projects__img{
		height: 357px;
	}
}
/* /PROJECTS */

/* ACCORDION */
.accordion,
.accordion-btn{
	color: #B9B9B9;
	cursor: pointer;
	padding: 10px 0;
	border: none;
	outline: none;
	font-size: 15px;
	line-height: 16px;
	display: flex;
	align-items: center;
	background: #fff;
	transition: 0.5s;
}
.accordion-wrap {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	background: #fff;
}
.accordion svg,
.accordion-btn svg{
	margin-left: 4px;
	width: 14px;
	height: 8px;
	display: block;
}
.accordion svg path,
.accordion-btn svg path{
	stroke: #B9B9B9;
}

.accordion.active, .accordion:hover,
.accordion-btn.active, .accordion-btn:hover{
	color: #000;
}
.accordion.active svg,
.accordion-btn.active svg{
	transform: rotate(180deg);
}
.accordion.active svg path, .accordion:hover svg path,
.accordion-btn.active svg path, .accordion-btn:hover svg path{
	stroke: #000;
}

.accordion-wrap__top{
	display: grid;
	grid-template-columns: repeat(5, auto);
	grid-column: 1/5;
	grid-column-gap: 20px;
	align-items: center;
	max-width: 350px;
	width: 100%;
}
.accordion-wrap__body{
	grid-column: 1/13;
	margin-top: 20px;
}
.panel {
	padding: 0 18px;
	color: #212121;
	background-color: #fff;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease-out;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	align-items: center;
	grid-column-gap: 8px;
	grid-row-gap: 50px;
}
.panel-block{

}
.panel-block__img{
	width: 100%;
	height: 350px;
	display: block;
	object-fit: cover;
	margin-bottom: 8px;
}
.panel-block__title{
	font-size: 16px;
	line-height: 16px;
}
.panel-block:last-child{
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid;
	padding: 16px 43px 16px 22px;
	font-size: 15px;
	line-height: 16px;
}
@media screen and (max-width: 1200px){
	.accordion-wrap__top{
		grid-column: 3/11;
	}
}
@media screen and (max-width: 992px){
	.panel{
		grid-template-columns: repeat(3, 1fr);
	}
	.accordion-wrap__top{
		grid-column-gap: 8px;
	}
}
@media screen and (max-width: 767px){
	.panel-block__img{
		height: 200px;
	}
}
@media screen and (max-width: 576px){
	.panel{
		grid-template-columns: repeat(2, 1fr);
	}
	.panel-block__img{
		height: 148px;
	}
}
/* /ACCORDION */

.omay-kinds__down{
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	grid-gap: 16px 8px;
}
.omay-designer__link{
	background: #000;
	max-width: 700px;
	width: 100%;
	color: #fff;
	height: 121px;
	font-size: 42px;
	line-height: 40px;
	padding: 15px 10px 66px 15px;
	position: relative;
	display: inline-block;
	grid-column: 5/11;
}
.omay-designer__link:hover{
	background: #3A0D55;
}
.omay-designer__link:after{
	position: absolute;
	content: '';
	background: url('/local/templates/main/img/big-arrow-white.svg') no-repeat;
	background-size: contain;
	width: 240px;
	height: 38px;
	bottom: 23px;
	right: 0;
}
@media screen and (max-width: 1200px){
	.omay-designer__link{
		grid-column: 3/11;
	}
}
@media screen and (max-width: 992px){
	.omay-designer__link{
		grid-column: 3/11;
	}
	.omay-designer__link:after{
		width: 200px;
	}
}
@media screen and (max-width: 767px){
	.omay-designer__link{
		grid-column: 1/13;
		font-size: 21px;
		line-height: 21px;
		padding: 11px 11px 32px 11px;
		height: 63px;
	}
	.omay-designer__link:after{
		height: 16px;
		bottom: 12px;
		right: 0;
		width: 128px;
	}
}

/* CONTROL */
.control-list{
	display: grid;
	grid-template-columns: repeat(5, 167px);
	grid-column-gap: 72px;
	justify-content: center;
	margin-top: 110px;
	margin-bottom: 100px;
}
.control-block{

}
.control-block__img{
	display: block;
	width: 167px;
	height: 167px;
	object-fit: contain;
	margin-bottom: 20px;
}
.control-block__text{
	font-size: 15px;
	line-height: 20px;
}
.control-bottom{
	max-width: 410px;
	margin: 0 auto;
}
.control-bottom__top{
	display: grid;
	grid-template-columns: repeat(2, 167px);
	grid-column-gap: 72px;
	justify-content: center;
	margin-bottom: 20px;
}
@media screen and (max-width: 1200px){
	.control-list{
		grid-template-columns: repeat(5, 1fr);
		grid-column-gap: 30px;
	}
	.control-block__img{
		width: 100%;
		height: auto;
	}
}
@media screen and (max-width: 767px){
	.control-list{
		grid-template-columns: repeat(3, 1fr);
		grid-column-gap: 30px;
		grid-row-gap: 20px;
		margin: 50px 0;
	}
	.control-block__img{
		width: 167px;
		height: 167px;
	}
}
@media screen and (max-width: 576px){
	.control-list{
		grid-template-columns: repeat(2, 1fr);
		grid-column-gap: 30px;
		grid-row-gap: 20px;
	}
	.control-bottom__top{
		grid-template-columns: repeat(2, 1fr);
		grid-column-gap: 30px;
	}
	.control-block__img{
		width: 167px;
		height: 167px;
	}
}
@media screen and (max-width: 480px){
	.control-block__img{
		width: 80px;
		height: 80px;
	}
}
/* /CONTROL */

/* VIDEO */
.omay-about__video{
	margin-top: 20px;
	margin-bottom: 70px;
}
/* /VIDEO */

/* FILTER ACCORDION */
.filter-accordion{
	margin-bottom: 110px;
	border-bottom: 1px solid #000;
}
.filter-accordion .accordion-wrap{
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 8px;
}
.filter-accordion .accordion-wrap__top{
	grid-template-columns: 1fr 1fr;
	max-width: 100%;
}
.filter-accordion .accordion-btn{
	font-size: 25px;
	line-height: 25px;
	color: #000;
}
.filter-accordion .panel{
	padding: 0;
	display: block;
}
.accordion-table{
	width: 100%;
}
.accordion-table{
	width: 100%;
}
.accordion-table th{
	font-weight: 400;
	text-align: left;
	padding: 8px;
}
.accordion-table td{
	padding: 8px;
}
.accordion-table__bold{
	font-weight: bold;
	text-transform: uppercase;
	padding: 8px;
}
@media screen and (max-width: 767px){
	.filter-accordion .accordion-wrap{
		grid-template-columns: 100%;
		grid-row-gap: 50px;
	}
	.filter-accordion{
		border-bottom: none;
	}
	.filter-accordion__left,
	.filter-accordion__right{
		border-bottom: 1px solid #000;
	}
}
.text-block__cont_padding
{
	padding-top: 50px;
}

