.header {
    z-index: 9;
}
.menu-form{
	overflow: hidden scroll;
	height: 100%;
	min-height: 0;
}
.menu-form::-webkit-scrollbar {
  display: none;
}
.main-slider .owl-stage{
	margin: 0 auto;
}


.logo {
    display: block;
}

.modal__descr {
    font-size: 2.3em;
    line-height: 2.7rem;
}

button#order_watch:disabled {
    background-color: rgb(70, 70, 70);
}

.st-custom-button {
    cursor:pointer;
}
.menu.active{
	z-index: 10;
}

#view_watch {background-color:#000;}

.clock__image-color{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.preloader{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#000;
	z-index:10;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-align:center;
	align-items:center;
	-ms-flex-pack:center;
	justify-content:center
}
.preloader__image{
	width:174px;
	height:106px
}
.preloader__image img{
	max-width:100%;
	max-height:100%;
	width:100%;
	height:100%
}

.header__logo {
    z-index:0 !important;
}

.shine {
	position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    left: 0;
    -webkit-mask-position: center center;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mix-blend-mode: unset !important;
}
.shine.active {
	background-color: currentColor;
}
.menu-form__form{
	height: calc(100% - 44px);
	overflow: scroll;
}
.color__window {}
.color__window-row {
	margin-top: 1.5rem;
}
.color__window-label {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;
	max-width: 30.5rem;
	width: 100%;
}
.color__window-plh {
	font-size: 1.8rem;
}
.color__window input {
	font-size: 1.8rem;
	border: none;
	background: none;
	outline: none;
	color: #fff;
	border-radius: 0;
	-webkit-appearance: none;
	width: 100%;
}
.color__window-left {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: flex-start;
	padding-left: 2rem;
	-webkit-flex: 0 1 10rem;
	-moz-flex: 0 1 10rem;
	-ms-flex: 0 1 10rem;
	-o-flex: 0 1 10rem;
	flex: 0 1 10rem;
}
.color__window-text {
	font-size: 1.6rem;
	display: none;
}
.color__window-text.active {
	display: block;
}
.color__window-button {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: flex-end;
	cursor: pointer;
	opacity: 0.5;
	transition: opacity 0.2s;
	white-space: nowrap;
}
.color__window-button:hover {
	opacity: 1;
}
.color__window-icon {
	margin-left: 1.5rem;
	-webkit-flex: 0 0 2rem;
	-moz-flex: 0 0 2rem;
	-ms-flex: 0 0 2rem;
	-o-flex: 0 0 2rem;
	flex: 0 0 2rem;
	-webkit-transform: translateY(0.2rem);
	-ms-transform: translateY(0.2rem);
	-o-transform: translateY(0.2rem);
	transform: translateY(0.2rem);
}
.color__window {}
.color__window-wrap {
	padding-top: 15%;
}

@media(min-width: 1024px){
	#info .modal__descr p{
		font-size:18px;
		line-height: 26px;
	}
    #view_watch {position:relative; width:900px; height:900px; overflow:hidden;margin: 0 auto;}
}

@media(max-width: 1023px){
	#info .modal__descr p{
		font-size:18px;
		line-height: 26px;
	}
    .color__window-row {
		margin-top: 10px;
	}
	.color__window-label {
		max-width: 305px;
	}
	.color__window-plh {
		font-size: 18px;
	}
	.color__window input {
		font-size: 18px;
	}
	.color__window-left {
		-webkit-flex: 0 1 95px;
		-moz-flex: 0 1 95px;
		-ms-flex: 0 1 95px;
		-o-flex: 0 1 95px;
		flex: 0 1 95px;
	}
	.color__window-text {
		font-size: 1.6rem;
	}
	.color__window-icon {
		margin-left: 15px;
		-webkit-flex: 0 0 20px;
		-moz-flex: 0 0 20px;
		-ms-flex: 0 0 20px;
		-o-flex: 0 0 20px;
		flex: 0 0 20px;
		-webkit-transform: translateY(2px);
		-ms-transform: translateY(2px);
		-o-transform: translateY(2px);
		transform: translateY(2px);
	}
}

@media(max-width: 767px){
	#info .modal__descr p{
		font-size:14px;
		line-height: 22px;
	}
	.preloader__image {
		width: 87px;
		height: 53px;
	}
	.main-slider__item .main-slider__image img{
		object-fit: contain;
	}
}

@media screen and (max-width: 390px){
	.header__controls.active {
		background-color: transparent;
	}
	.main-slider__item .main-slider__image img{
		max-height: 250px;
	}
}

.menu-form__title {
    font-size: 2.0em;
}