body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    background-color: #f0f0f0;
    transition: opacity 0.5s ease;
}

#content {
    max-width: 600px;
    margin: 50px auto;
    padding: 20px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Стартовое состояние для эффекта перехода */
.fade {
    opacity: 0;
}

.bg-1 {
	position: absolute;
	width: 100%;
	height: 949px;
	top: 8594px;
	background: #000000;
	opacity: 0.54;
	filter: blur(575px);
	z-index: -1;
}
html, body {
	height: 100%;
	font-family: "Cabin", sans-serif;
	-webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	/*color: #111111;*/
	font-weight: 400;
	font-family: "Lora", serif;
}
h1 {
	font-size: 70px;
}
h2 {
	font-size: 36px;
}
h3 {
	font-size: 30px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
p {
	font-size: 16px;
	font-family: "Cabin", sans-serif;
	/*color: #6b6b6b;*/
	font-weight: 400;
	line-height: 26px;
	margin: 0 0 15px 0;
}
img {
	max-width: 100%;
}
input:focus, select:focus, button:focus, textarea:focus {
	outline: none;
}
a:hover, a:focus {
	text-decoration: none;
	outline: none;
	color: #fff;
}
ul, ol {
	padding: 0;
	margin: 0;
}
/*---------------------
  Helper CSS
-----------------------*/

.section-title {
	text-align: center;
	margin-bottom: 22px;
}
.section-title span {
	font-size: 14px;
	/*color: #dfa974;*/
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.section-title h2 {
	font-size: 44px;
	/*color: #19191a;*/
	line-height: 58px;
	margin-top: 90px;
}
.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}
.spad {
	padding-top: 100px;
	padding-bottom: 100px;
}
.spad-2 {
	padding-top: 50px;
	padding-bottom: 70px;
}
.text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6, .text-white p, .text-white span, .text-white li, .text-white a {
	color: #fff;
}
/* buttons */

.primary-btn {
	display: inline-block;
	font-size: 13px;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
	position: relative;
}
.primary-btn:after {
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 100%;
	height: 2px;
	background: #dfa974;
	content: "";
}
/* Preloder */

#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #ffffff;
}
.loader {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	border-radius: 60px;
	animation: loader 0.8s linear infinite;
	-webkit-animation: loader 0.8s linear infinite;
}
@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}
@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}
.spacial-controls {
	position: fixed;
	width: 111px;
	height: 91px;
	top: 0;
	right: 0;
	z-index: 999;
}
.spacial-controls .search-switch {
	display: block;
	height: 100%;
	padding-top: 30px;
	background: #323232;
	text-align: center;
	cursor: pointer;
}
.search-model {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	z-index: 99999;
}
.search-model-form {
	padding: 0 15px;
}
.search-model-form input {
	width: 500px;
	font-size: 40px;
	border: none;
	border-bottom: 2px solid #333;
	background: none;
	/*color: #999;*/
}
.search-close-switch {
	position: absolute;
	width: 50px;
	height: 50px;
	background: #333;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	font-size: 28px;
	line-height: 28px;
	top: 30px;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
/*---------------------
  		Header
-----------------------*/
.header-section.header-normal .menu-item {
	-webkit-box-shadow: 0px 12px 15px rgba(36, 11, 12, 0.05);
	box-shadow: 0px 12px 15px rgba(36, 11, 12, 0.05);
}
.menu-item {
	position: absolute;
	width: 100%;
	height: 124px;
	left: 0px;
	top: 0px;
	background: #222222;
	border-radius: 0px 0px 30px 30px;
	z-index: 9;
}
.containero {
	display: flex;
	flex-direction: row;
	padding: 0px;
	gap: 50px;
	position: fixed;
	height: 92px;
	left: 0px;
	top: 15px;
	margin-left: 30px;
	margin-right: 30px;
	background: rgba(255, 255, 255, 0.13);
	backdrop-filter: blur(4px);
	border-radius: 30px;
}
.row{
	margin-left: 0px;
	margin-right: 0px;
	width: 100%;
	height: 92px;
}
.menus {
	width: 75.2%;
	flex: none;
}
.logo1 {
	width: 24.8%;
}
.menu-item .logo {
	padding: 15px;
	width: 100%;
	height: 91.72px;
	background: url("img\logo1.png");
	mix-blend-mode: normal;
	border-radius: 30px;
	flex: none;
	order: 0;
	flex-grow: 0;
	padding-top: 12px;
}
.menu-item .logo a {
	display: inline-block;
}
.menu-item .nav-menu {
	height: 92px;
	text-align: right;
}
.ost {
	display: flex;
	font-family: 'Itim';
	font-style: normal;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 27px 13px 0px 40px;
	gap: 10px;
	width: 169px;
	height: 92px;
	flex: none;
	order: 5;
	flex-grow: 0;
}
.contact {
	display: flex;
	font-family: 'Itim';
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 27px 13px 0px 45px;
	gap: 10px;
	width: 185px;
	height: 92px;
	background: #C80000;
	box-shadow: inset 0px -2px 32.7px rgba(255, 105, 105, 0.79);
	border-radius: 30px;
	flex: none;
	order: 5;
	flex-grow: 0;
}
.menu-item .nav-menu .mainmenu .contact > a:after {
	position: absolute;
	left: 0;
	top: 35px;
	width: 100%;
	height: 2px;
	background: #fff;
	content: "";
	opacity: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.menu-item .nav-menu .mainmenu {
	width: 100%;
	height: 92px;
	display: inline-block;
}
.menu-item .nav-menu .mainmenu ul {
	width: 100%;
	height: 92px;
}
.menu-item .nav-menu .mainmenu li {
	height: 92px;
	display: inline-block;
	position: relative;
	z-index: 1;
}
.menu-item .nav-menu .mainmenu li.active a:after {
	opacity: 1;
}
.menu-item .nav-menu .mainmenu li:hover>a:after {
	opacity: 1;
}
.menu-item .nav-menu .mainmenu li:hover .dropdown {
	top: 77px;
	opacity: 1;
	visibility: visible;
}
.menu-item .nav-menu .mainmenu li a {
	font-size: 24px;
	color: #19191a; /*цвет шрифта в меню*/
	margin-right: 59.5px;
	font-weight: 530;
	display: inline-block;
	text-align: center;
	padding: 5px 0;
	position: relative;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.menu-item .nav-menu .mainmenu .cont{
	color: white; /*цвет шрифта в выделенном пунке меню*/
	text-shadow: 0 0 5px red;
}
.menu-item .nav-menu .mainmenu li a:after {
	position: absolute;
	left: 0;
	top: 35px;
	width: 100%;
	height: 2px;
	background: #000000;
	content: "";
	opacity: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.menu-item .nav-menu .mainmenu li .dropdown {
	position: absolute;
	left: 0;
	top: 77px;
	width: 180px;
	background: #ffffff;
	z-index: 9;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-box-shadow: 0px 9px 15px rgba(25, 25, 26, 0.05);
	box-shadow: 0px 9px 15px rgba(25, 25, 26, 0.05);
}
.menu-item .nav-menu .mainmenu li .dropdown li {
	list-style: none;
	display: block;
}
.menu-item .nav-menu .mainmenu li .dropdown li a {
	font-size: 16px;
	/*color: black;*/
	display: block;
	text-align: left;
	padding: 8px 15px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
/*.menu-item .nav-menu .mainmenu li .dropdown li a:hover {
	color: #000000;
}*/
.menu-item .nav-menu .mainmenu li .dropdown li a:after {
	display: none;
}
.menu-item .nav-menu .nav-right {
	display: inline-block;
	margin-left: 43px;
	padding: 27px 0px;
}
.menu-item .nav-menu .nav-right i {
	font-size: 16px;
	/*color: #19191a;*/
	cursor: pointer;
}
.canvas-open {
	display: none;
}
.offcanvas-menu-wrapper {
	display: none;
}
.start{
	padding-left: 30px;
}
/*---------------------
  Hero
-----------------------*/
.container {
	left: 0px;
	margin-right: 0px;
	padding-right: 0px;
	align-items: right;
}
.hero-section {
	height: 949px;
	position: relative;
	padding-top: 123.991px;
	padding-bottom: 0px;
}
.hero-section .container {
	position: relative;
	z-index: 5;
	top: 85px;
	left: 0px;
	display: flex;
	justify-content: end;
}
.hero-text {
	padding-top: 145px;
}
.hero-text h1 {
	font-size: 80px;
	line-height: 90px;
	color: #ffffff;
	margin-bottom: 16px;
}
.hero-text p {
	font-size: 18px;
	color: #ffffff;
	line-height: 28px;
	margin-bottom: 35px;
}
.booking-form {
	background: rgba(26, 26, 26, 0.84);
	border-radius: 50px 0px 0px 50px;
	position: absolute;
	margin-left: 56.4%;
	margin-top: 100px;
	align-items: right;
	padding: 44px 40px 50px 40px;
	width: 482px;
	text-align: right;
	font-size: 35px;
	color: white;
}

.booking-form ul {
	list-style-type: none;
}

.line1{
position: absolute;
width: 100%;
height: 0px;
left: 0px;
top: 905px;
border: 9px solid #1A1A1A;
transform: rotate(0.08deg);
}
.line2{
	position: absolute;
	width: 100%;
	height: 0px;
	left: 0px;
	top: 152px;
	border: 9px solid #1A1A1A;
	transform: rotate(0.08deg);
}
.carousel {
	padding-top: 160px;
	border: #000000;
	border-width: 10px;
   	position: absolute;
	width: 100%;
	height: 90%;
	left: 0;
	top: 0;
    overflow: visible;
    /*background: url("../img/carousel/1.png");
    animation: move 120s infinite  linear;*/
}

@keyframes autoplay-carousel1 {
   0%  { left: 0px; opacity: 1;} /* При запуске слайдера, первое изображение уже видимо */
   6%  { left: 0px; opacity: 1;} /* Стартовая позиция */
   24% { left: 0px; opacity:1; z-index:0; } /* С 4% до 16 % (3 секунды) изображение видимо */
   30% { left: 100%; opacity: 0; z-index: 0; } /* с 16% до 20% (1 секунды)выход изображения*/
   36% { left: -100%; opacity: 0; z-index: -1; } /* Возвращение на исходную позицию за пределами маски */
   88% { left: -100%; opacity: 0; z-index: 0; }
   94% { left: -100%; opacity: 0; } /* С 96% до 100% (1 секунда) – вход */
   100%{ left: 0px; opacity: 1; }

}
@keyframes autoplay-carousel2 {
   0%  { left: -100%; opacity: 0; } /* Исходная позиция за пределами маски */
   24% { left: -100%; opacity: 0; }/* Начало движения с 16% */
   30% { left: 0px; opacity: 1; }
   36% { left: 0px; opacity: 1; }  /* С 20% до 24% (в течении 1 секунды) — вход*/
   60% { left: 0px; opacity: 1; z-index: 0; }   /* С 24% до 36 % (3 секунды) изображение видимо */
   66% { left: 100%; opacity: 0; z-index: 0; } /* С 36% до 40% (1 секунда)— выход */
   72% { left: -100%; opacity: 0; z-index: -1; }   /* Возврат на исходную позицию */
   100%{ left: -100%; opacity: 0; z-index: -1; }
}

@keyframes autoplay-carousel3 {
   0%  { left: -100%; opacity: 0; }
   60% { left: -100%; opacity: 0; }
   66% { left: 0px; opacity: 1; }
   88% { left: 0px; opacity: 1; }
   94% { left: 0px; opacity: 1; z-index: 0;}
   100% { left: 100%; opacity: 0; z-index: 0; }

}


#img1 { animation: autoplay-carousel1 30s infinite  linear; }
#img2 { animation: autoplay-carousel2 30s infinite  linear; }
#img3 { animation: autoplay-carousel3 30s infinite  linear; }
#img4 { animation: autoplay-carousel4 30s infinite  linear; }
#img5 { animation: autoplay-carousel5 30s infinite  linear; }



@keyframes move {
   0%  { background-position: -100% 0%; opacity:1;}
   25%  { background-position: 0% 0%; opacity:1;}
   50% { background-position: 100% 0%;  opacity:1;}
   75%  { background-position: 0% 0%; opacity:1;}
   100%  { background-position: -100% 0%; opacity:1;}
}

#mask {
   overflow: hidden;
   height: 100%;
   object-fit: cover;
   position: relative;
   /*width: 100%;*/  /* Ширина изображения */
   height: 100%; /* Высота изображения */

}



#slider li {
   /*width: 100%;*/  /* Ширина изображения */
   height: 100%; /* Высота изображения */
   position: absolute;
   top: -100%;	/* Исходное положение  (за пределами слайдера) */
   list-style: none;
   object-fit: cover;

}

#slider li img{
   height: auto;
}

.carousel-wrapper{
position:relative;
display:flex;
height: 100%;
width: 100%;
  align-items: center;
}
.carousel-item{
position:absolute;
top:0;
bottom:0;
left:0;
right:0;
display: flex;
  justify-content: center;
  align-items: center;
  height: 756px;
}


.item-1{
/*z-index:2;*/
display: flex;
  justify-content: center;
  align-items: center;
  height: 756px;
opacity:1;
background: url("../img/carousel/1.png");
animation: autoplay-carousel1 30s infinite  linear;
}
.item-2{
/*z-index:2;*/
display: flex;
  justify-content: center;
  align-items: center;
  height: 756px;
opacity:1;
background: url("../img/carousel/2.png");
animation: autoplay-carousel2 30s infinite  linear;
}
.item-3{
/*z-index:2;*/
display: flex;
  justify-content: center;
  align-items: center;
  height: 756px;
opacity:1;
background: url("../img/carousel/3.png");
animation: autoplay-carousel3 30s infinite  linear;
}
.item-4{
	/*z-index:2;*/
	display: flex;
	  justify-content: center;
	  align-items: center;
	  height: 756px;
	opacity:1;
	background: url("../img/carousel/4.png");
	animation: autoplay-carousel3 30s infinite  linear;
}
.item-5{
	/*z-index:2;*/
	display: flex;
	  justify-content: center;
	  align-items: center;
	  height: 756px;
	opacity:1;
	background: url("../img/carousel/5.png");
	animation: autoplay-carousel3 30s infinite  linear;
}


/*---------------------
  About US
-----------------------*/

.line3 {
	position: absolute;
	width: 683px;
	height: 0px;
	left: 0px;
	top: 185px;
	border: 2px solid #929292;
}
.ab-us {
	position: relative;
	width: 100%;
	height: 100%;
}
.about_us {
	position: absolute;
	width: 232px;
	height: 72px;
	left: 9%;
	top: 236px;
	background: rgba(0, 0, 0, 0.4);
	border-radius: 30px;
}
.about{
    top: 949px; 
    height: 949px;
}

.img_about-us img{
	position: absolute; 
	width: 400px; 
	height: 546px; 
	border: 4px solid #929292; 
	border-radius: 33px; 
	right: 7%; top: 308px; 
	float: right; 
	display: flex;
}

.text0 {
	position: absolute;
	width: 172px;
	height: 77px;
	left: 40px;
	top: -2px;
	font-family: 'Itim';
	font-style: normal;
	font-weight: 400;
	font-size: 64px;
	line-height: 77px;
	/* identical to box height */
	color: #FFFFFF;
}
.text1 {
	position: relative;
	width: 40%;
	height: 70%;
	left: 7%;
	top: 347px;
	font-style: normal;
	line-height: 50px;
	/* or 104% */
	text-align: justify;
	color: #000000;
}
.text1-0 {
	font-family: 'Jacques Francois';
	font-style: normal;
	font-weight: 400;
	font-size: 310%;
	line-height: 50px;
	/* or 104% */
	text-align: justify;
	color: #000000;
}
.text1-1 {
	font-family: 'Itim';
	font-style: normal;
	font-weight: 400px;
	font-size: 200%;
	line-height: 128%;
	/* or 125% */
	text-align: justify;
	color: #000000;
	text-indent: 10%;
}
/*---------------------
  To interior doors/
  To entrance doors
-----------------------*/
.to-interior {
	position: absolute;
	width: 290px;
	height: 52px;
	left: 575px;
	top: 2231px;
	box-sizing: border-box;
	position: absolute;
	left: calc(50% - 290px/2);
	top: 2231px;
	background: #F0F0F0;
	border: 2px solid #FF0000;
	border-radius: 30px;
}
.to-interior-text {
	position: absolute;
	width: 225px;
	height: 34px;
	left: 45px;
	top: 6px;
	font-family: 'Jacques Francois';
	font-style: normal;
	font-weight: 400;
	font-size: 26px;
	line-height: 34px;
	display: flex;
	align-items: center;
	color: #2F2F2F;
}
.to-entrance {
	position: absolute;
	width: 290px;
	height: 52px;
	left: 572px;
	top: 5124px;
	box-sizing: border-box;
	position: absolute;
	left: calc(50% - 290px/2 - 3px);
	background: #FFFFFF;
	border: 2px solid #FD1E1E;
	border-radius: 30px;
}
.to-entrance-text {
	position: absolute;
	width: 139px;
	height: 34px;
	left: 85px;
	top: 6px;
	font-family: 'Jacques Francois';
	font-style: normal;
	font-weight: 400;
	font-size: 26px;
	line-height: 34px;
	display: flex;
	align-items: center;
	color: #2F2F2F;
}
a.button:active {
	color: #000000;
}
a.button:hover {
	text-decoration: underline;
	color: #000000;
}
a.button::after {
	display: none;
}
.button {
	text-decoration: none;
	color: #000000;
}

.catalog1 {
	top: 1898px; 
	height: 2900px;
}

.catalog2 {
	top: 4798px; 
	height: 2900px
}
/*---------------------
  Entrance Doors
-----------------------*/
.entrance-doors {
	/* Auto layout */
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 36px 132px;
	gap: 10px;
	position: absolute;
	width: 100%;
	height: 156px;
	left: 0px;
	top: 2044px;
	background: #2F2F2F;
	box-shadow: -3px 31px 71.3px rgba(0, 0, 0, 0.4);
	border-radius: 0px 0px 30px 30px;
}
.text-entrance-doors {
	height: 84px;
	font-family: 'Jacques Francois';
	font-style: normal;
	font-weight: 400;
	font-size: 64px;
	line-height: 84px;
	display: flex;
	align-items: center;
	color: #FFFFFF;
	/* Inside auto layout */
	flex: none;
	order: 0;
	flex-grow: 0;
	text-align: center;
}
.line-1 {
	display: flex;
	flex-direction: row;
	justify-content: center;
	padding: 0px;
	gap: 42px;
	position: relative;
	width: 85%;
	height: 409px;
	top: 400px;
	left: calc(50% - 93%/2 - 3px);
}
.line-1-group-1 {
	position: relative;
	width: 600px;
	height: 409px;
	left: 0px;
	top: 0px;
	background: #2F2F2F;
	border-radius: 30px;
}
.line-1-group-1 img,
.line-1-group-2 img
 {
	position: absolute;
	width: 195px;
	height: 369px;
	left: 24px;
	top: 18px;
}

.text2-0 {
	position: absolute;
	width: 350px;
	height: 21px;
	left: 233px;
	top: 28px;
	font-family: 'Jacques Francois';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 21px;
	display: flex;
	align-items: center;
	color: #FFFFFF;
}
.text-yes {
	position: absolute;
	width: 74px;
	height: 18px;
	left: 233px;
	top: 72px;
	font-family: 'Jacques Francois';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	display: flex;
	align-items: center;
	color: #00DF43;
}
.text-no {
	position: absolute;
	width: 150px;
	height: 18px;
	left: 233px;
	top: 72px;
	font-family: 'Jacques Francois';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	display: flex;
	align-items: center;
	color: #FF2828;
}
.text2-2 {
	position: absolute;
	width: 75px;
	height: 18px;
	left: 233px;
	top: 113px;
	font-family: 'Jacques Francois';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	display: flex;
	align-items: center;
	color: #FFFFFF;
}
.frame1-1 {
	box-sizing: border-box;
	position: absolute;
	width: 114px;
	height: 38px;
	left: 230px;
	top: 134px;
	background: #2F2F2F;
	border: 1px solid #FEFFFF;
	border-radius: 5px;
}
.text2-3 {
	position: absolute;
	width: 82px;
	height: 18px;
	left: 18px;
	top: 10px;
	font-family: 'Jacques Francois';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	display: flex;
	align-items: center;
	color: #FFFFFF;
}
.text2-4 {
	position: absolute;
	width: 350px;
	height: 119px;
	left: 233px;
	top: 196px;
	font-family: 'Itim';
	font-style: normal;
	font-weight: 400;
	font-size: 100%;
	line-height: 17px;
	display: flex;
	align-items: center;
	color: #FFFFFF;
}
.text2-4 ul{
	list-style-type: none;
}
.frame2-1 {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 15px 12px;
	gap: 10px;
	position: absolute;
	width: 143px;
	height: 44px;
	left: 233px;
	top: 347px;
	background: #FF0000;
	border-radius: 10px;
}
.text2-5{
	position: absolute;
	left: 28px;
	top: 13px;
	font-family: 'Itim';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 17px;
	display: flex;
	align-items: center;
	color: #FFFFFF;
}
#text2-6 {
	position: relative;
	left: 123px;
	top: 0px;
	font-family: 'Itim';
	font-style: normal;
	font-weight: 400;
	font-size: 17px;
	line-height: 17px;
	display: flex;
	align-items: center;
	color: #b6b6b6;
}
.line-1-group-2 {
	position: relative;
	width: 600px;
	height: 409px;
	left: 10%;
	top: 0px;
	background: #2F2F2F;
	border-radius: 30px;
}
.line-2 {
	align-items: center;
	display: flex;
	flex-direction: row;
	justify-content: center;
	padding: 0px;
	gap: 42px;
	position: absolute;
	width: 85%;
	height: 409px;
	top: 2759px;
	left: calc(50% - 93%/2 - 3px);
}
.line-3 {
	align-items: center;
	display: flex;
	flex-direction: row;
	justify-content: center;
	padding: 0px;
	gap: 42px;
	position: absolute;
	width: 85%;
	height: 409px;
	top: 3209px;
	left: calc(50% - 93%/2 - 3px);
}
.line-4 {
	align-items: center;
	display: flex;
	flex-direction: row;
	justify-content: center;
	padding: 0px;
	gap: 42px;
	position: absolute;
	width: 85%;
	height: 409px;
	top: 3659px;
	left: calc(50% - 93%/2 - 3px);
}
.line-5 {
	align-items: center;
	display: flex;
	flex-direction: row;
	justify-content: center;
	padding: 0px;
	gap: 42px;
	position: absolute;
	width: 85%;
	height: 409px;
	top: 4109px;
	left: calc(50% - 93%/2 - 3px);
}
/*---------------------
  Interior doors
-----------------------*/
.interior-doors {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 36px 132px;
	gap: 10px;
	position: absolute;
	width: 100%;
	height: 156px;
	left: 0px;
	top: 4944px;
	background: #2F2F2F;
	box-shadow: -3px 31px 71.3px rgba(0, 0, 0, 0.4);
	border-radius: 0px 0px 30px 30px;
}
.text-interior-doors {
	height: 84px;
	font-family: 'Jacques Francois';
	font-style: normal;
	font-weight: 400;
	font-size: 64px;
	line-height: 84px;
	display: flex;
	align-items: center;
	color: #FFFFFF;
	/* Inside auto layout */
	flex: none;
	order: 0;
	flex-grow: 0;
	text-align: center;
}
.frame1-2 {
	position: absolute;
	width: 141px;
	height: 43px;
	left: 233px;
	top: 137px;
}
.color1 {
	position: absolute;
	width: 16px;
	height: 16px;
	left: 0px;
	top: 0px;
	background: #E2CACA;
}
.color2 {
	position: absolute;
	width: 16px;
	height: 16px;
	left: 25px;
	top: 0px;
	background: #765747;
}
.color3 {
	position: absolute;
	width: 16px;
	height: 16px;
	left: 50px;
	top: 0px;
	background: #414045;
}
.color4 {
	position: absolute;
	width: 16px;
	height: 16px;
	left: 75px;
	top: 0px;
	background: #241F1F;
}
.color5 {
	position: absolute;
	width: 16px;
	height: 16px;
	left: 100px;
	top: 0px;
	background: #CD7944;
}
.color6 {
	position: absolute;
	width: 16px;
	height: 16px;
	left: 125px;
	top: 0px;
	background: #EFEFEF;
}
.color7 {
	position: absolute;
	width: 16px;
	height: 16px;
	left: 0px;
	top: 0px;
	background: #553F3F;
}
.text2-21 {
	position: absolute;
	width: 45px;
	height: 18px;
	left: 233px;
	top: 102px;
	font-family: 'Jacques Francois';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	display: flex;
	align-items: center;
	color: #FFFFFF;
}
.frame1-3 {
	position: absolute;
	width: 141px;
	height: 43px;
	left: 233px;
	top: 127px;
}
.polotno {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-end;
	align-content: flex-start;
	padding: 0px;
	gap: 4px 6px;
	isolation: isolate;
	position: absolute;
	width: 174px;
	height: 41px;
	left: 233px;
	top: 160px;
}
.polotno-text {
	width: 90px;
	height: 17px;
	font-family: 'Itim';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	/* identical to box height */
	display: flex;
	align-items: center;
	color: #FFFFFF;
	flex: none;
	order: 0;
	flex-grow: 0;
	z-index: 0;
}
.polotno-1-yes {
	box-sizing: border-box;
	width: 84px;
	height: 30px;
	background: #2F2F2F;
	border: 1px solid #FFFFFF;
	border-radius: 5px;
	flex: none;
	order: 1;
	flex-grow: 0;
	z-index: 1;
}
.polotno-1-no {
	box-sizing: border-box;
	width: 84px;
	height: 30px;
	background: #2F2F2F;
	border: 1px solid #939393;
	border-radius: 5px;
	flex: none;
	order: 1;
	flex-grow: 0;
	z-index: 1;
}
.polotno-2-yes {
	box-sizing: border-box;
	width: 84px;
	height: 30px;
	background: #2F2F2F;
	border: 1px solid #FFFFFF;
	border-radius: 5px;
	flex: none;
	order: 2;
	flex-grow: 0;
	z-index: 2;
}
.polotno-2-no {
	box-sizing: border-box;
	width: 84px;
	height: 30px;
	background: #2F2F2F;
	border: 1px solid #939393;
	border-radius: 5px;
	flex: none;
	order: 2;
	flex-grow: 0;
	z-index: 2;
}
.polotno-text-1 {
	text-align: center;
	position: absolute;
	width: 33px;
	height: 13px;
	left: 25px;
	top: 30px;
	font-family: 'Jacques Francois';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 13px;
	display: flex;
	align-items: center;
	color: #FFFFFF;
	flex: none;
	order: 4;
	flex-grow: 0;
	z-index: 4;
}
.polotno-text-2 {
	text-align: center;
	position: absolute;
	width: 64px;
	height: 13px;
	left: 100px;
	top: 30px;
	font-family: 'Jacques Francois';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 13px;
	display: flex;
	align-items: center;
	color: #FFFFFF;
	flex: none;
	order: 3;
	flex-grow: 0;
	z-index: 3;
}
.polotno-text-3 {
	text-align: center;
	position: absolute;
	width: 33px;
	height: 13px;
	left: 8px;
	top: 30px;
	font-family: 'Jacques Francois';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 13px;
	display: flex;
	align-items: center;
	color: #FFFFFF;
	flex: none;
	order: 4;
	flex-grow: 0;
	z-index: 4;
}
.color8 {
	position: absolute;
	width: 16px;
	height: 16px;
	left: 0px;
	top: 0px;
	background: #EFEFEF;
}
.glass-color {
	position: absolute;
	width: 85px;
	height: 38px;
	left: 233px;
	top: 161px;
}
.glass-color-1 {
	position: absolute;
	width: 16px;
	height: 16px;
	left: 0px;
	top: 22px;
	background: #A5A5A5;
}
.glass-color-text {
	position: absolute;
	width: 85px;
	height: 17px;
	left: 0px;
	top: 0px;
	font-family: 'Itim';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	/* identical to box height */
	display: flex;
	align-items: center;
	color: #FFFFFF;
}
.frame1-31 {
	position: absolute;
	width: 141px;
	height: 53px;
	left: 233px;
	top: 137px;
}
.color9 {
	position: absolute;
	width: 16px;
	height: 16px;
	left: 0px;
	top: 25px;
	background: #6B6B6B;
}
.color10 {
	position: absolute;
	width: 16px;
	height: 16px;
	left: 25px;
	top: 25px;
	background: #D1A288;
}
.line-6 {
	align-items: center;
	display: flex;
	flex-direction: row;
	justify-content: center;
	padding: 0px;
	gap: 42px;
	position: absolute;
	width: 85%;
	height: 409px;
	top: 5209px;
	left: calc(50% - 93%/2 - 3px);
}
.line-7 {
	align-items: center;
	display: flex;
	flex-direction: row;
	justify-content: center;
	padding: 0px;
	gap: 42px;
	position: absolute;
	width: 85%;
	height: 409px;
	top: 5659px;
	left: calc(50% - 93%/2 - 3px);
}
.line-8 {
	align-items: center;
	display: flex;
	flex-direction: row;
	justify-content: center;
	padding: 0px;
	gap: 42px;
	position: absolute;
	width: 85%;
	height: 409px;
	top: 6109px;
	left: calc(50% - 93%/2 - 3px);
}
.line-9 {
	align-items: center;
	display: flex;
	flex-direction: row;
	justify-content: center;
	padding: 0px;
	gap: 42px;
	position: absolute;
	width: 85%;
	height: 409px;
	top: 6559px;
	left: calc(50% - 93%/2 - 3px);
}
.line-10 {
	align-items: center;
	display: flex;
	flex-direction: row;
	justify-content: center;
	padding: 0px;
	gap: 42px;
	position: absolute;
	width: 85%;
	height: 409px;
	top: 7009px;
	left: calc(50% - 93%/2 - 3px);
}

/*---------------------
	    Service
-----------------------*/

.service{
	top: 7698px; 
	height: 949px; 
	padding-top: 136px;
}
.free {
	color: #21ff64;
}
.contact{
	display: flex;
	justify-content: center;
	align-items: center;
}
.vector {
	position: relative;
	display: block;
	margin: auto;
	flex-direction: column;
	justify-content: center;
	padding: 10px;
	gap: 10px;
	width: 1240px;
	height: 786px;
	border-width: 2px 0px;
	border-style: solid;
	border-color: #000000;
}
.bg {
	position: absolute;
	top: 8px;
}
.phone {
	position: absolute;
	top: 610.22px;
	width: 168px;
	height: 168px;
	left: 30px;
}
.truck {
	position: absolute;
	top: 66px;
	left: 770px;
	width: 409px;
	height: 231px;
}
.big-text {
	left: 30px;
	position: absolute;
	top: 70px;
	font-family: 'Itim';
	font-style: normal;
	font-weight: 400;
	font-size: 48px;
	line-height: 58px;
	display: flex;
	align-items: center;
	color: #FFFFFF;
}
.small-text {
	left: 30px;
	position: absolute;
	top: 105px;
	font-family: 'Itim';
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 58px;
	display: flex;
	align-items: center;
	color: #ffffff;
}
.regular-text {
	position: absolute;
	left: 30px;
	color: #ffffff;
	font-family: 'Itim';
	font-style: normal;
	font-weight: 400;
	font-size: 32px;
	line-height: 58px;
	display: flex;
	align-items: center;
}
.regular-text-1 {
	text-align: right;
	position: absolute;
	color: #ffffff;
	font-family: 'Itim';
	font-style: normal;
	font-weight: 400;
	font-size: 32px;
	line-height: 58px;
	display: flex;
	align-items: center;
}

.l1 {
	top: 180px;
}
.l2 {
	top: 240px;
}
.l3 {
	top: 300px;
}

.l11 {
	top: 380px;
	left: 930px;
}
.l12 {
	top: 440px;
	left: 518px;
}
.l13 {
	top: 500px;
	left: 500px;
}

.bigger-text {
	position: absolute;
	left: 340px;
	top: 665px;
	font-family: 'Itim';
	font-style: normal;
	font-weight: 400;
	font-size: 40px;
	line-height: 48px;
	display: flex;
	align-items: center;
	text-align: right;
	text-transform: uppercase;
	color: #000000;
}

.text-left ul,
 .text-right ul{
	list-style-type: none;
}
.text-right ul{
	text-align: center;
}
/*---------------------
	Service(Footer)
-----------------------*/
.contact1{
	top: 8647px; 
	height: 949px;
}

.bg-contact {
	position: relative;
	width: 100%;
	height: 715px;
	left: 0px;
	top: 234px;
	background: #131313;
	border-radius: 65px 65px 0px 0px;
}
.line_1 {
	position: absolute;
	left: 92px;
	top: 40px;
}

.line_1 img{
	height: 70px; 
	width: 419px; 
	top: 10px;
}

.line_1 p{
	padding-left: 10px; 
	padding-top: 15px;
	font-size: 22px;
	color: white;
	font-style: bold;
}

.line_2 {
	position: relative;
	top: 40px;
	right: 92px;
}
.line_2 p{
	text-align: right;
	color: white;
	font-style: bold;
}

.foot_l1{
	padding-top: 25px;
	font-size: 50px;
}

.foot_l2{
	padding-top: 5px;
	font-size: 22px;
}

.telegram {
	position: relative;
	display: flex;
	float: right;
	width: 328px;
	height: 73px;
	right: -9px;
}
.telegram img{
    width: 73px; 
    height: 73px;
}
.telega {
	width: 245px;
	height: 32px;
	margin-top: 20px;
	padding-left: 30px;
	font-family: 'Jacques Francois';
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 32px;
	align-items: center;
	text-align: right;
	color: #FFFFFF;
}
.line_3 {
	position: absolute;
	top: 50%;
	left: calc(51% - 577px/2 - 0.5px);
}
.social {
	position: absolute;
	width: 577px;
	height: 104px;
	align-items: center;
}
.social-text {
	position: relative;
	font-family: 'Jacques Francois';
	font-style: normal;
	font-weight: 400;
	font-size: 30px;
	line-height: 40px;
	align-items: center;
	text-align: center;
	color: #FFFFFF;
}
.Vk {
	margin-left: 30px;
	position: relative;
	width: 177px;
	height: 46px;
	display: inline-block;
}
.vk {
	display: flex;
}
.vk-text {
	margin-top: 10px;
	padding-left: 15px;
	position: relative;
	width: 122px;
	height: 32px;
	font-family: 'Jacques Francois';
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 32px;
	display: flex;
	align-items: center;
	color: #FFFFFF;
}
.TT {
	left: 10px;
	position: relative;
	width: 177px;
	height: 46px;
	display: inline-block;
}
.tt {
	display: flex;
}
.tt-text {
	margin-top: 10px;
	padding-left: 15px;
	position: relative;
	width: 122px;
	height: 32px;
	font-family: 'Jacques Francois';
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 32px;
	display: flex;
	align-items: center;
	color: #FFFFFF;
}
.YT {
	position: relative;
	width: 177px;
	height: 46px;
	display: inline-block;
}
.yt {
	display: flex;
}
.yt-text {
	margin-top: 10px;
	padding-left: 15px;
	position: relative;
	width: 122px;
	height: 32px;
	font-family: 'Jacques Francois';
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 32px;
	display: flex;
	align-items: center;
	color: #FFFFFF;
}
.info {
position: relative;
width: 651px;
height: 91px;
left: calc(45% - 651px/2 - 0.5px);
top: 265px;
}
.info-text {
	position: relative;
	font-family: 'Jacques Francois';
	font-style: normal;
	font-weight: 400;
	font-size: 11px;
	line-height: 13px;
	display: flex;
	text-align: center;
	color: #FFFFFF;
}

.vk img, .tt img, .yt img{
	width: 46px; 
	height: 46px;
}

/*---------------------
		Basket
-----------------------*/

body.no-scroll {
	position: fixed; /* Запрещает прокрутку страницы */
	width: 100%; /* Фиксирует ширину страницы */
}
.top-1 {
	position: absolute;
	width: 100%;
	height: 124px;
	left: 0px;
	top: -1px;
	background: #222222;
	border-radius: 0px 0px 30px 30px;
}
.top-2 {
	position: relative;
	display: flex;
	width: 89%;
	height: 92px;
	left: 100px;
	top: 15px;
	background: rgba(255, 255, 255, 0.13);
	backdrop-filter: blur(4px);
	border-radius: 30px;
}
.basket-top {
	height: 939px;
}
.basket-text-top {
	position: relative;
	display: flex;
	float: right;
	text-align: center;
	width: 134px;
	height: 38px;
	top: 26.86px;
	font-family: 'Itim';
	font-style: normal;
	font-weight: 400;
	font-size: 32px;
	line-height: 38px;
	color: #7C7C7C;
	mix-blend-mode: normal;
}
.line-1-basket {
	top: 170px;
	position: absolute;
	height: 178px;
	width: auto;
	left: calc(57% - 1317px/2 - 0.5px);
}
.line-2-basket {
	top: 380px;
	position: absolute;
	height: 178px;
	width: 89%;
	left: calc(57% - 1317px/2 - 0.5px);
}
.line-3-basket {
	top: 590px;
	position: absolute;
	height: 178px;
	width: 89%;
	left: calc(57% - 1317px/2 - 0.5px);
}
.line-1-basket-1 {
	position: relative;
	display: inline-block;
	width: 521px;
	height: 178px;
}
.line-1-basket-2 {
	position: relative;
	display: inline-block;
	left: 14%;
	width: 521px;
	height: 178px;
}
.one {
	width: 295px;
	height: 178px;
}
.o {
	display: flex;
}
.one-text {
	margin-top: 65px;
	padding-left: 15px;
	position: relative;
	width: 175px;
	height: 38px;
	font-family: 'Itim';
	font-style: normal;
	font-weight: 400;
	font-size: 32px;
	line-height: 38px;
	display: flex;
	align-items: center;
	color: #000000;
	text-decoration-line: underline;
}
.dot {
	position: relative;
	width: 19px;
	height: 19px;
	left: -25px;
	top: 95px;
	background: #646464;
	border-radius: 65px 65px 65px 65px;
}
.linee {
	position: absolute;
	width: 878px;
	height: 0px;
	left: 0px;
	top: 833px;
	border: 2px solid #FF0000;
}
.sum {
	left: 100px;
	top: 852px;
	width: 505px;
	position: relative;
	height: 42px;
	display: flex;
}
.sum-text-1 {
	position: relative;
	width: 248px;
	height: 42px;
	font-family: 'Jacques Francois';
	font-style: normal;
	font-weight: 400;
	font-size: 32px;
	line-height: 42px;
	display: flex;
	align-items: center;
	color: #000000;
}
.sum-text {
	position: relative;
	width: 243px;
	height: 39px;
	display: flex;
}
.sum-text-2-1 {
	position: relative;
	width: 163px;
	height: 38px;
	left: 0px;
	top: 0px;
	font-family: 'Itim';
	font-style: normal;
	font-weight: 400;
	font-size: 32px;
	line-height: 38px;
	align-items: center;
	color: #000000;
	text-decoration-line: underline;
}
.order {
	position: relative;
	float: right;
	width: 250px;
	height: 250px;
	right: 100px;
	top: 617px;
}

/*---------------------
		Order
-----------------------*/
.form {
	background-image: url(logo2.png);
	height: 949px;
	background-color: #1f1c1c;
}
.form12 {
	position: relative;
	width: 700px;
	top: calc(50% - 530px/2);
	left: calc(50% - 700px/2);
}
.table1 {
	padding: 15px 15px 15px 15px;
}
.table2 {
	height: 430px;
	background-color: rgb(238, 171, 151);
}
tr {
	color: white;
	text-shadow: 
        -1px -1px 0 rgb(255, 30, 30),
         1px -1px 0 rgb(255, 30, 30),
        -1px  1px 0 rgb(255, 30, 30),
         1px  1px 0 rgb(255, 30, 30);
}
input {
	border-style: solid;
	border: rgb(255, 30, 30);
	border-radius: 5px;
}
th {
	font-size: 18px;
	height: 30px;
	padding-right: 10px;
	padding-left: 5px;
}
.button-link {
	display: inline-block;
	padding: 15px 25px;
	height: 19px;
	color: white;
	background-color: rgb(255, 30, 30);
	text-decoration: none;
	border-radius: 10px;
	font-size: 16px;
}
.button-link:hover {
	background-color: rgb(179, 26, 26);
}
button {
	background-color: rgb(255, 30, 30);
	border-radius: 10px;
	padding: 15px 25px;
	border: none;
	height: 49px;
	font-size: 16px;
	color: white;
}
button:hover {
	background-color: rgb(179, 26, 26);
}
.wishes {
	border-radius: 5px;
	border: white;
}
#last {
	height: 40px;
}
#table {
	border-color: brown;
	width: 500px;
	background-color: azure;
}
/* */
/*
.menu-item {
	position: absolute;
	width: 100%;
	height: 124px;
	left: 0px;
	top: 0px;
	background: #222222;
	border-radius: 0px 0px 30px 30px;
	z-index: 9;
}
.containero {
	display: flex;
	flex-direction: row;
	padding: 0px;
	gap: 50px;
	position: fixed;
	height: 92px;
	left: 0px;
	top: 15px;
	margin-left: 30px;
	margin-right: 30px;
	background: rgba(255, 255, 255, 0.13);
	backdrop-filter: blur(4px);
	border-radius: 30px;
}
.row{
	margin-left: 0px;
	margin-right: 0px;
	width: 100%;
	height: 92px;
}
.menu-item .logo {
	padding: 15px;
	width: 100%;
	height: 91.72px;
	background: url("img\logo1.png");
	mix-blend-mode: normal;
	border-radius: 30px;
	flex: none;
	order: 0;
	flex-grow: 0;
	padding-top: 12px;
}
.menu-item .logo a {
	display: inline-block;
}*/
.top-nav{
display: none;
}

/* min size style*/
/*@media screen and (max-width:500px) {*/
@media only screen and (max-width: 1290px) {

.top-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: #222222;
  border-radius: 0px 0px 30px 30px;
  position: fixed;
   z-index: 10;

  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #000;
  height: 124px;
  top: 0px;
  padding: 0;
}
.container-top{
	display: flex;
	flex-direction: row;
	padding: 0px;
	gap: 50px;
	position: fixed;
	height: 92px;
	left: 0px;
	top: 15px;
	margin-left: 30px;
	margin-right: 30px;
	background: rgba(255, 255, 255, 0.13);
	backdrop-filter: blur(4px);
	border-radius: 30px;

}

.logo-top {
	padding: 15px;
    width: 45%;

    flex: none;
	order: 0;
	flex-grow: 0;
	padding-top: 12px;
	}
.logo-top a {
	display: inline-block;
}

.menu-button-container {
  display: flex;
  height: 100%;
  width: 30px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: right;
  margin-right:30px;
  z-index: 10;
  position: fixed;
  right:30px;
}

#menu-toggle {
  display: none;
}

.menu-button,
.menu-button::before,
.menu-button::after {
  display: block;
  background-color: #fff;
  position: absolute;
  height: 4px;
  width: 30px;
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 2px;

}

.menu-button::before {
  content: '';
  margin-top: -10px;
}

.menu-button::after {
  content: '';
  margin-top: 10px;
}

#menu-toggle:checked + .menu-button-container .menu-button::before {
  margin-top: 0px;
  transform: rotate(405deg);
}

#menu-toggle:checked + .menu-button-container .menu-button {
  background: rgba(255, 255, 255, 0);
}

#menu-toggle:checked + .menu-button-container .menu-button::after {
  margin-top: 0px;
  transform: rotate(-405deg);
}

  .menu-button-container {
    display: flex;
  }
  .menu_top {
    position: absolute;
    top: 23px;
    margin-top: 74px;
    left: 0;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    color: #000;
    z-index: 9;
  }
  #menu-toggle ~ .menu_top li {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    color: #000;
    /*transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);*/

  }
  #menu-toggle:checked ~ .menu_top li {
    border: 1px solid #333;
    height: 3.5em;
    padding: 0.5em;

    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
    z-index:9;
  }

  #menu-toggle:checked ~ .menu_top li a{
  color: white;
  }
  .menu_top > li {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0.5em 0;
    width: 100%;
    background-color: #222;
    overflow: visible;

  }
  .menu_top  li a {
	font-size: 20px;
	color: #222222; /*цвет шрифта в меню*/
	}
  .menu_top > li:not(:last-child) {
    border-bottom: 1px solid #444;
  }

  .menu-item {
  display: none;

}
.booking-form {
	background: rgba(26, 26, 26, 0.84);
	border-radius: 50px 0px 0px 50px;
	position: relative;
	margin-top: 100px;
	align-items: right;
	padding: 44px 40px 50px 40px;
	width: 482px;
	text-align: right;
	font-size: 35px;
	color: white;
}
}
@media screen and (max-width:500px) {
	.hero-section {
	  height: 100%;
	  padding-bottom: 0px;
	}
	
	
	.booking-form {
	  margin-left: 10%;
	  padding: 44px 20px 50px 20px;
	  width: auto;
	  text-align: right;
	  font-size: 20px;
	}
	
	}