*{
 margin: 0;
 padding: 0;
 border: 0;
}

*,*:before, *after{
 -moz-box-sizing; border-box: 
 -webkit-box-sizing: border-box;
 -box-sizing:border-box;
}

:focus, :active{outline: none;}
a:focus, a:active{outline: none;}

nav,footer,header,aside{display: block;}

html,body{
 height: 100%;
 width: 100%;
 font-size: 100%; 
 line-height: 1;
 font-size: 14px;
 -ms-text-size-adjust: 100%;
 -moz-text-size-adjust: 100%;
 -webcit-text-size-adjust: 100%;
}

input,button,textarea{font-family: inherit; color: #ff0000;}

input::-ms-clear{display: none;}
button{cursor: pointer;}
button::-moz-focus-inner{padding: 0; border: 0;}
a, a:visited{text-decoration: underline; color: #0012ff;}
a:hover{text-decoration: none; color: #000;}
ul li{list-style: none;}
img{margin: auto; vertical-align: top;}

h1,h2,h3{font-size: 35px; 
	font-weight: bold; 
	line-height: 59px; 
	inherit; 
	font-weight: 700;
    color: #000;}

	h4,h5,h6{font-size: 20px; 
	font-weight: bold; 
	line-height: 20px; 
	inherit; 
	font-weight: 700;
    color: #000;}

p {
	font-size: 24px;
	color: #000;
	line-height: 29px;
}



/*background: url(../img/fon.svg) no-repeat center top / cover;*/
	body {
    
    background-size: 100%;
    background-color: #fff;
    font-family: Montserrat;
	}

                                                                 


                                                                 /*ШАПКА САЙТА*/
	.header	{
	padding-top: 10px;
	background: #fff;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	-webkit-box-shadow: 0px 5px 5px -2px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 0px 5px 5px -2px rgba(34, 60, 80, 0.2);
	box-shadow: 0px 5px 5px -2px rgba(34, 60, 80, 0.2);
	z-index: 999;
	}


	header a {
	 color: #2dff5c;
	}


    

.slider-thumb::before {
    position: absolute;
    content: "";
    width: 29px;
    height: 29px;
    margin-top: 7px;
    background: #2dff5c;
    -webkit-box-shadow: 0px 0px 0px 16px rgba(26, 156, 255, 1);
    -moz-box-shadow: 0px 0px 0px 16px rgba(26, 156, 255, 1);
    box-shadow: 0px 0px 0px 16px rgb(42 43 43);
    border-radius: 62% 47% 82% 35% / 45% 45% 80% 66%;
    will-change: border-radius, transform, opacity;
    animation: sliderShape 5s linear infinite;
    display: block;
    z-index: -1;
    -webkit-animation: sliderShape 5s linear infinite;
}



@keyframes sliderShape{
  0%,100%{
  border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
    transform: translate3d(0,0,0) rotateZ(0.01deg);
  }
  34%{
      border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
    transform:  translate3d(0px,0px,0px) rotateZ(0.01deg);
  }
  50%{
    transform: translate3d(0,-2px,0) rotateZ(0.01deg);
  }
  67%{
    border-radius: 100% 60% 60% 100% / 100% 100% 60% 60% ;
    transform: translate3d(0,4px,0) rotateZ(0.01deg);
  }
}



.bg {
  animation:slide 3s ease-in-out infinite alternate;
  background-image: linear-gradient(-60deg, #000000 50%, #132b0f 50%);
  bottom:0;
  left:-50%;
  opacity:.5;
  position:absolute;
  right:-50%;
  top:0;
  z-index:-1;
}

.bg2 {
  animation-direction:alternate-reverse;
  animation-duration:4s;
}

.bg3 {
  animation-duration:5s;
}





@keyframes slide {
  0% {
    transform:translateX(-25%);
  }
  100% {
    transform:translateX(25%);
  }
}


.infinite-floating {
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-name: Floating;
    animation-timing-function: ease-in-out;
}



.btnvzlhcks {
    width: 247px;
    background: #23282a;
    height: 28px;
    font-weight: 500;
    font-size: 18px;
    border-radius: 5px;
}




.intro{
	height: auto;
	margin-top: 120px;
	overflow: hidden;
}

.video{

	position: relative;
	padding-bottom: 56.25% ;
}

.video__media {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;

}



/*	_____________________________________________________
		_____________________________________________________
			_____________________________________________________
				_____________________________________________________
					_____________________________________________________
						_____________________________________________________
							_____________________________________________________
								_____________________________________________________
									_____________________________________________________*/




	.conteiner {
	width: 1200px;
	margin: 0 auto;
 	}


 	.conteiner3 {
 	width: 1200px;
	margin: 0 auto;
 	}


	.action__controls {
    margin-top: 8px;
    align-items: stretch;
    }

    .action__input {
    width: 300px;
    height: 43px;
    padding-left: 10px;
    font-size: 16px;
    color: #2dff5c!important;
    background: linear-gradient( 217deg, rgb(2 255 144 / 19%), rgba(255, 0, 0, 0) 70.71% ), linear-gradient(127deg, rgb(0 0 0 / 14%), rgba(0, 255, 0, 0) 70.71%), linear-gradient(336deg, rgb(24 38 27 / 76%), rgb(0 0 0 / 73%) 70.71%);
    border: 1px solid #404343!important;
    border-radius: 5px;

	}


	    ::-webkit-input-placeholder {
              color: #b7b7b7;
            }
    ::-moz-placeholder { /* Firefox 19+ */
              color: #b7b7b7;
            }
    :-ms-input-placeholder {
              color: #b7b7b7;
            }
     :-moz-placeholder { /* Firefox 18- */
              color: #b7b7b7;
            }



 	.rs {
 		color: #42FFD2;
 		font-size: 14px;
 		font-weight: 400;
 		margin-top: 10px;


 	}

	.logo { 
	position: absolute; 
	width: 57px;
	}

	.menu {
	display: flex;
	}


	.nav {
    display: flex;
    align-items: center;
    padding-right: 10px;
    padding-bottom: 10px;
    flex-wrap: wrap-reverse;
    justify-content: flex-end;
	}







input *[placeholder] {
    color: #000 !important;
}


	.menu li {
	text-transform: uppercase;
	text-decoration: none;
	font-style: 14px;
	font-weight: 400;
	cursor: pointer;
	color: #2F2E41;
	margin: 17px 20px 0px 0px;

	}

		.menu li a {
	text-decoration: none;
	color: #fff;
	}


	.menu li:hover{
	color: #24A5EE;
	text-decoration: underline;
	}


	.header1 img {
	margin-top: 2px;
	}


	.tel {
	margin-right: 38px;
	}


.btn {
    margin-right: 25px;
    width: 220px;
    height: 45px;
    left: 185px;
    top: 647px;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    background: #23282a;
    border: 0.1px solid #fff;
    border-radius: 6px;
    color: #0de561;
}



.btnHeader {
    margin-right: 25px;
    width: 220px;
    height: 45px;
    left: 185px;
    top: 647px;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    background: #23282a;
    border: 0.1px solid #fff;
    border-radius: 6px;
    color: #0de561;
}







	
								                                      /*ПЕРВЫЙ ЭКРАН*/


	.about {


	}

	.about img{

	margin-top: 120px;
	width: 100%;
	float: right;
	}


	.about1 {

	}



	.tq {
		background: #1c1c1c;
		margin-top: 20px;
		padding: 20px;
		border-radius: 10px;
	}

	.tq p { font-size:16px; color: #ccc; }


	.tq2 {
		background: #1c1c1c;
		margin-top: 20px;
		padding: 20px;
		border-radius: 10px;
	}

	.tq2 p { font-size:16px; color: #ccc; }



/* Стили всплывающего окна по-умолчанию */
.modal {
    position: fixed; /* фиксированное положение */
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.5); /* фон */
    z-index: 1050;
    opacity: 0; /* по умолчанию модальное окно прозрачно */
    -webkit-transition: opacity 200ms ease-in; 
    -moz-transition: opacity 200ms ease-in;
    transition: opacity 200ms ease-in; /* анимация перехода */
    pointer-events: none; /* элемент невидим для событий мыши */
    margin: 0;
    padding: 0;
}
/* При отображении модального окно */
.modal:target {
    opacity: 1; /* делаем окно видимым */
	  pointer-events: auto; /* элемент видим для событий мыши */
    overflow-y: auto; /* добавляем прокрутку по y, когда элемент не помещается на страницу */
}
/* ширина модального окна и его отступы от экрана */
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
@media (min-width: 576px) {
  .modal-dialog {
      max-width: 650px;
      margin: 30px auto; /* отображение окна по центру */
  }
}
/* Стили для блока с контентом окна */ 
.modal-content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
}
@media (min-width: 768px) {
  .modal-content {
      -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
      box-shadow: 0 5px 15px rgba(0,0,0,.5);
  }
}
/* Стили заголовка окна */
.modal-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 2px 15px;
    border-bottom: 1px solid #eceeef;
}
.modal-title {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 1.25rem;
    font-weight: 500;
}
/* Стили кнопки "х" ("Закрыть")  */
.close {
    float: right;
    font-family: sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    text-decoration: none;
}
/* Стили для закрывающей кнопки в фокусе или наведении */
.close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .75;
}
/* Стили блока основного содержимого окна */
.modal-body {
  position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;

}


	.offer {
	margin-top: 100px;
	}

	.offer .btn {
    width: 350px;
    background: #23282a;
    height: 65px;
    font-weight: 500;
    font-size: 18px;
    border-radius: 8px;
}


	.offer .btn:hover {
  	transition: background .5s ease;
 	 background: #565656;
 	  border: 0px solid #000;

	}


	.tarif {
	grid-template-columns: 2fr 1fr;
	display: grid;
	border-radius: 12px;
    margin-top: 10px;
    width: 100%;
    background: linear-gradient(180deg, rgb(9 51 13) 0%, rgb(0 0 0) 97%, rgb(0 0 0) 100%);
    padding: 20px;
		
	}

	.item{
     }

	.item_1{
     }

     .item_2{
     }

     .item_3{
     	display: none;
     	
     }


	.tarif p {
	text-align: justify;
	}

	.tarif img {
			width: 75%;
			float: right;
	}





	.offer_p {
	padding-top: 40px;
	color: #5d6066;
	font-size: 16px;
	text-align: justify;
	}


.offer h2 {
    font-size: 26px;
    font-weight: bold;
    line-height: 30px;
    inherit: ;
    font-weight: 700;
    color: #5d6066;
    padding-top: 10px;
}


	.room {
width: 500px;
	height: 400px;
	margin-top: 220px;

	text-align: center;

	}

	.room img{
	margin-top: -60px;
	width: 338px;
	height: 332px;


	
	}

	.ac-container h2,h3{
    margin: 69px 69px 0px 69px;

	}



	.izo {

	max-width: 50%;
    height: auto;
    margin: 0px 30px 0px 23px;

	}

	.od {
    margin-top: 90px;
    border-left: 6px solid #849ac8;
    padding: 5px;
    background-color: #f7fdff;
	}


	/* Стиль списка */
ul.breadcrumb {

  margin-top: 50px;
  padding: 10px 16px;
  list-style: none;
}

/* Отображение элементов списка бок о бок */
ul.breadcrumb li {
  display: inline;
  font-size: 14px;
}

/* Добавить символ косой черты (/) перед/за каждым элементом списка */
ul.breadcrumb li+li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}

/* Добавить цвет для всех ссылок внутри списка */
ul.breadcrumb li a {
  color: #0275d8;
  text-decoration: none;
}

/* Добавить цвет на наведении курсора мыши */
ul.breadcrumb li a:hover {
  color: #01447e;
  text-decoration: underline;
}


.nodisp {
	display: none;
}


.begu {

width: 50%;
color: #000; 
font-size: 26px; 
font-weight: bolder; 
line-height: 100%;
}







									/*Слайдер 1 ЭКРАН*/

	.cont{

	display: block;
	}
	.one {
	margin-top: 40px;
	margin: 0 auto;

	}



	.block {
	margin-top: 100px;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
	}

	


	.block_two {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr; /* эквивалентно grid-template-columns: 25% 25% 25% 25%; */
	column-gap: 0px;
	row-gap: 0.5em;
	}

	


	.block_gold {
    display: inline-block;
    width: 219px;
    height: 150px;
    box-sizing: border-box;
    border-radius: 3px;
    margin-right: 1px;
	background: #ffffff;
    box-shadow: -12px 12px 24px #e3e3e3, 12px -12px 24px #ffffff;
	}

  
	.block_gold:hover {
    position: relative;
    opacity: 1;
    transform: scale(1.1); /*вот так*/
    transition: all .4s;
}


	.block_info {
    display: flex;
    margin-top: 12px;
	}


	.text_block {
	display: inline-flex;
	padding: 0;
	margin: 0 auto;
	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 22px;
	color: #000;
	font-weight: 500;
	}


	.img_block {
    display: inline-flex;
    padding-left: 5px;
	}


	.img_center {
    width: 35px;
    margin-top: 17px;
	}


	.block_img{
    display: flex;
    justify-content: center;
    margin-top: 12px;
	}


	.sc img{

	width: 5%;
	float: right;
	}










												/*СКРОЛ САЙТА*/


/* width */
	::-webkit-scrollbar {
    width: 2px;
    height: 3px;
	}

/* Track */
	::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 100px;
	}
	::-webkit-scrollbar-track piece{
    background: #b2ebfd;
	}

/* Handle */
	::-webkit-scrollbar-thumb {
    background: #b2ebfd;
    border-radius: 10px;
	}


/*  Инструкция */


	.all-img {
	width: 100%;
	}



	.instrukciya {

		display: grid;
  		grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  		grid-gap: 1rem;
  		line-height: 1.5em;
		font-size: 16px;

	}


	.tex_1, .tex_2, .tex_3  {


	}
				


																		/*ВТОРОЙ ЭКРАН*/

	.news {

    border: 1px solid #000;
    border-radius: 10px;
    background-color: #141414;
}


		.news p{

	padding: 0px 30px;
	font-size: 14px;
	color: #bfbfbf;
}


.fa-rss-square:before {
    content: "\f143";
}



	.contacts1{
		display: none;
	}

	.two {
	padding-top: 2px;

	}

	.conteiner1 {
	width: 1300px;
	margin: 0 auto;
	display: flex;

 	}


	.zagolovok {
	margin-top: 180px;
	width: 90%;

	}


	.offer2 {

    margin-top: 200px;
    margin-left: 40px;


	}

	.offer2 img{
	width: 100%;
	}


	.box1 {
	display: inline-block;
	width: 280px;
	height: 45px;
	}


	.box1 img {
	margin-bottom: 20px;
	display: flex;
	}


	.box1 p {
	margin-top: 20px;
	text-align: center;
	padding-bottom: 18px;
    border-bottom: 1.2px solid #3E3E3E;  
	}






																	/*обратная связь*//*СЕКЦИЯ*/

	.tab {
		display: grid;
		grid-template-columns: 1fr 5fr;
		line-height: 1.5em;
		font-size: 16px;
	}

	.tar_1, .tar_5, .tar_7, .tar_9 {
    padding: 10px;
    font-weight: 400;
    border-bottom: 1px solid rgb(255 255 255 / 100%);
    background-color: #afc0c0;
}

	.tar_2, .tar_6, .tar_8, .tar_10 {


	color: #434547;
	padding: 10px;
	border-bottom: 1px solid rgba(116,119,123,0.4);
	text-align: justify;
	
	}



	.contact {

	width: 100%;

	}

	.block_two_1 {

		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr; /* эквивалентно grid-template-columns: 25% 25% 25% 25%; */
		column-gap: 20px;
		row-gap: 1.5em;
	}


	.garant {
	padding: 20px;	
	line-height: 1.5em;
	font-size: 16px;
	font-weight: 400;
	border-left: 3px solid rgba(0,193,255,0.5);
	background-color: #ebfffe;

	}


	.zagolovok3 {
	margin-top: 50px;

	}

	.zagolovok3 h2{
	font-size: 38px; 
	font-weight: bold; 
	line-height: 59px; 
	inherit; 
	font-weight: 700;
	color: #203453;
	padding-top: 80px;
	}


	.perel {
 		margin: 20px 0px 0px 0px;
 		color: #74777B;
	}

	.perel p {
		font-size: 16px;
		text-indent: 20px;
	}

	.perel a {
		color: #24A5EE;
	}

	.perel a:hover{
		color: #000;
	}





										



										/* Обратная связь общий бокс*/
	.forma {
	background: linear-gradient(180deg, rgb(9 51 13) 0%, rgb(0 0 0) 97%, rgb(0 0 0) 100%);
	border-radius: 12px;
	padding: 0px 20px 20px 20px;
	width: 97%;
	display: flex;
	justify-content: space-between;
	}

		.forma p {
			font-size: 16px;
			color: #fff;
	}


		.forma1 {
	background: linear-gradient(360deg, rgb(9 51 13) 0%, rgb(0 0 0) 97%, rgb(0 0 0) 100%);
	border-radius: 12px;
	padding: 30px 20px 30px 20px;
	width: 97%;
	display: flex;
	justify-content: space-between;
	}

		.forma1 p {
			font-size: 16px;
			color: #fff;
	}





										/* Обратная связь мессенджеры*/

	.messenger {


	}

	.messenger h2{
	font-size: 28px; 
	font-weight: bold; 
	line-height: 59px; 
	inherit; 
	text-align: center;
	font-weight: 500;
	color: #fff;
	padding-top: 10px;
	}

	.ob {

	margin-top: 0px;
	}

		.ob p{
			color: #fff;
			font-size: 16px;
	}


	.boxm {
	margin-top: 10px;
	display: flex;
	}

	.boxm img{
	margin: 15px 10px;
	}


	.boxm span {

	float: right;
	margin-left: 180px;
	font-weight: 300;
	color: #006dff;
	}

	.messege {
    margin-top: 10px;
    width: 500px;
    height: 50px;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    background: #23282a;
    border-radius: 4px;
    border: 0.1px solid #2acc4c;
    color: #3ef8b2;
}

	.messege:hover{

	background: #595959;

	}

	.messege span:hover{
	font-weight: 300;
	color: #24A5EE;

	}



	.messege2{
    margin-top: 10px;
    width: 500px;
    height: 50px;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    background: #23282a;
    border-radius: 4px;
    border: 0.1px solid #2acc4c;
    color: #02bcec;
    }

	.messege2:hover{
	background: #595959;

	}

	.messege2 span:hover{
	font-weight: 300;
	background: #595959;


	}



										/* Обратная связь EMAIL*/

	.email {
 	width: 600px;
	}

	.email h2{
	font-size: 28px; 
	font-weight: bold;

	line-height: 59px; 
	inherit; 
	font-weight: 500;
	color: #fff;
	padding-top: 10px;
	text-align: center;
	}






	#application1{

	margin-top: 20px;
	}



	#applicationEmail1, #applicationTelephone1, #applicationTelephone2 {

	width:100%;
	height:27px;
background-color: rgba(0, 125, 215, 0);
	margin-top:19px;
	border-bottom:0.1px solid #2acc4c;
	text-align:left;
	color:#2acc4c;
	font-size:16px;
	}


	.applicationButton1 {
    margin-top: 23px;
    background: #23282a;
    width: 100%;
    height: 50px;
    border-radius: 4px;
    color: #f6faff;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;}

	.applicationButton1:hover{
	background:#575c5e;


	}

	.var button {
		width: 100%;
		margin: 10px;
		font-weight: 500;
		color: #42FFD2;
		background-color: #23282a;

	}

	.var button:hover {
		background-color: #595959;

	}


											/*ПОДВАЛ*/

	.footer {

	margin-top: 100px;
	background: #fff;
	-webkit-box-shadow: 0px -5px 5px -5px rgba(34, 60, 80, 0.6);
	-moz-box-shadow: 0px -5px 5px -5px rgba(34, 60, 80, 0.6);
	box-shadow: 0px -5px 5px -5px rgba(34, 60, 80, 0.6);
	}

	.pod {

	 background: #0e1b16;
	 width: 100%;

	}

	.pod h3{

	font-size: 16px;
	font-weight: 500;
	text-align: center;
		
	}




/*ГАМБУРГЕР*/



	#menu-open {
	display: none;


	}

#menu-open {
    width: 36px;
    height: 25px;
    margin: 3px 10px 3px 10px;
    position: relative;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer;
} 
#menu-open span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #48f72d;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}
#menu-open span:nth-child(1) {
    top: 0px;
}
#menu-open span:nth-child(2),
#menu-open span:nth-child(3) {
    top: 10px;
}
#menu-open span:nth-child(4) {
    top: 20px;
}
#menu-open.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}
#menu-open.open span:nth-child(2) {
    transform: rotate(45deg);
}
#menu-open.open span:nth-child(3) {
    transform: rotate(-45deg);
}
#menu-open.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

	.fon4 {
	display: none;
	}
	.fon8 {
	display: none;
	}


.fon5 {
	display: none;
	}





/*статья*/




	.ac-container{
    width: 1100px;
    margin: 0 auto;
    padding: 0px 0px 0px 0px;
	}



	.ac-container label{
	margin: 0px auto 5px auto;
    padding: 40px 40px 10px 40px;
    display: block;
    height: 60px;
    cursor: pointer;
    color: #74777b;
    border-radius: 5px; 
    line-height: 25px;
    font-size: 18px;
    font-weight: 600;
    transition: color .35s;

	box-shadow:  -11px -11px 22px #e0e0e0,
             11px 11px 22px #ffffff;

	}




	.ac-container label:hover{
    background: #fff;
    color: #24A5EE;

	}


	.ac-container label:before {
    content: '\276F';
    float: right;
	}

	.ac-container input:checked + label,
	.ac-container input:checked + label:hover{

    color: #24A5EE;
    text-shadow: 0px 1px 1px rgba(255,255,255, 0.6);
    box-shadow: 
        0px 0px 0px 1px rgba(155,155,155,0.3), 
        0px 2px 2px rgba(0,0,0,0.1);
	}


	.ac-container input:checked + label:before {
    transition: transform .35s;
    transform: rotate(90deg);

	}


	.ac-container label:hover:after,
	.ac-container input:checked + label:hover:after{
    content: '';
    width: 24px;
    height: 24px;
    right: 13px;
    top: 7px;
    background: transparent url(http://netcribe.com/example/arrow_down.png) no-repeat center center;  
	}

	.ac-container input:checked + label:hover:after {
    background-image: url(http://netcribe.com/example/arrow_up.png);
	}

	.ac-container input{
    display: none;
	}

	.ac-container article{
    background: #FFF;
    margin-top: -1px;
    overflow: hidden;
    height: 0px;
    z-index: 10;
    -webkit-transition: height 0.7s ease-in-out, box-shadow 0.9s linear;
    -moz-transition: height 0.7s ease-in-out, box-shadow 0.9s linear;
    -o-transition: height 0.7s ease-in-out, box-shadow 0.9s linear;
    -ms-transition: height 0.7s ease-in-out, box-shadow 0.9s linear;
    transition: height 0.7s ease-in-out, box-shadow 0.9s linear;
	}
	
	.ac-container input:checked ~ article {
     -webkit-transition: height 0.7s ease-in-out, box-shadow 0.9s linear;
    -moz-transition: height 0.7s ease-in-out, box-shadow 0.9s linear;
    -o-transition: height 0.7s ease-in-out, box-shadow 0.9s linear;
    -ms-transition: height 0.7s ease-in-out, box-shadow 0.9s linear;
    transition: height 0.7s ease-in-out, box-shadow 0.9s linear;
    height: 300px;
    overflow-y: scroll;
	}

	.ac-container article p{
	min-height: max-content;
    color: #74777B;
    line-height: 28px;
    text-align: justify;
    font-size: 16px;
    padding: 20px;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
	}




											/*АДАПТАЦИЯ*/











@media screen and (max-width: 2600px)  {



	}













@media screen and (max-width: 1439px)  {



	.conteiner {
	width: 940px;
	}

	.conteiner3 {
	width: 940px;
	}
	 

	.btn {
		    width: 100%;
    margin-bottom: 10px;
    height: 35px;
    font-weight: 700;
    font-size: 14px;
    line-height: 5px;
    border-radius: 3px;
    margin-right: 12px;
	}



	.email {
	width: 400px;
	 }

	.boxm span {
	margin-left: 100px;
	}



	.box2 p {
	margin-top: 20px;
	margin-left: 5px;
	font-weight: 300;
	font-size: 12px;
	line-height: 10px;

	}

	.box2 h4{

	margin-top: 20px;
	font-size: 20px;
	}

	.korzina img {
	margin-top: -20px;
	}


	.box1 p {
	font-size: 16px;
	padding-bottom: 0px;
    
	}


	.menu li{
	text-transform: uppercase;
	text-decoration: none;
	font-style: 4px;
	font-size: 12px;
	cursor: pointer;
	color: #FFF;
	margin-right: 20px;

	}




	.tel {
	margin-right: 10px;
	}

	.header .show-menu {
	display: block;
	position: absolute;
	background: #222628; 
	border-radius right: 34px;
	left: 0;
	top: 0;
	width: 100%;

	padding: 20px 20px 80px 40px;
	}

	.header .show-menu li {
	margin-top: 20px;
	font-size: 16px;
	color: #2F2E41;
	}



/*  слайдер первый  */

	.block_gold {
    width: 154px;
    height: 115px;
	}

	.block {
    width: 100%;
	}

	.text_block {

    font-size: 11px;

	}

	.img_center {
    width: 20px;
    margin-top: 2px;
	}

	h1,h3,h4,h5,h6{font-size: 35px; 
	font-weight: bold; 
	line-height: 59px; 
	inherit; 
	font-weight: 700;
    color: #000;
	}

	p {
	font-size: 18px;
	color: #74777B;
	line-height: 29px;
	}

	.offer h2{
	font-size: 22px; 
	font-weight: bold; 
	line-height: 20px; 
	inherit; 
	font-weight: 700;
	color: #74777B;
	padding-top: 10px;
	}


	.slider_two {
    display: flex;
    width: 100%;
    overflow-x: auto;
    padding-right: 20px;
	}




}

















@media screen and (max-width: 1199px)  {



	.conteiner {
    width: 93%;
    margin: 0px 0px 0px 35px;
	}

	.conteiner3 {
    width: 93%;
    margin: 0px 0px 0px 35px;
	}

	.conteiner1 {
    width: 99%;
    margin: 0px 0px 0px 26px;
    display: flex;
	}

	.ac-container {
    width: 94%;

	}

	.od {
		margin-left: 20px;
	}

	.zagolovok3 {
    margin-top: 180px;
	}

		.box2 {
    width: 149px;
    height: 221px;
    border-radius: 15px;
	}

	.box2 img {
    width: 75%;
    display: flex;
    margin-top: 0px;
	}

	.boxm span {
    margin-left: 60px;
}

	.korzina img {
    margin-top: -18px;
	}

	.slider_two {
    width: 94%;
    padding: 0px 20px;
	}

	.messenger {
	padding: 0px 20px;
	}

	.email {
	width: 43%;
	padding: 0px 20px;
  


	}

	.zagolovok {
    margin-top: 180px;
    width: 50%;
    padding: 0px 20px;
	}

	.offer2 {
    margin-top: 220px;
	}

	.offer2 img{
	width: 100%;
	}
 
	.zagolovok3 {
    padding: 0px 20px;
	}

	.logo {
    width: 51px;
    position: absolute;
    margin-top: -3px;
	}

	.offer {
    margin-top: 84px;
    padding: 0px 20px;
	}


	.offer .btn {
	    width: 350px;
    background: #23282a;
    height: 65px;
    font-weight: 500;
    font-size: 18px;
    border-radius: 5px;
	}




.slider-thumb::before {
    margin-left: 20px;
    width: 20px;
    height: 20px;
    box-shadow: 0px 0px 0px 11px rgb(42 43 43);
}





	.offer_p {
    padding-top: 12px;
    color: #74777B;
    font-size: 12px;
    text-align: justify;
	}



.about img {
    margin-top: 92px;
    width: 100%;
}

	.block {
    width: 97%;
    padding: 0px 10px;
	}


	.two img {
    margin-top: 98px;
    width: 504px;
	}


	.messenger h2 {

    padding-top: 30px;

	}


	.email h2 {

    padding-top: 30px;

	}

	#application1 {
    margin-top: 30px;
	}

	.ob {
    margin-top: 40px;
	}


	.footer {
    margin-top: 140px;
   
	}

	h1, h3, h4, h5, h6 {

    line-height: 40px;

	}

	.tarif img {
    margin-top: 0px;
    width: 82%;
    float: right;
	}

	.tarif2 img {
    margin-top: 92px;
    width: 91%;
    float: right;
	}


	.tarif3 img {
    margin-top: 117px;
    width: 84%;
    float: right;
	}

	.tarif4 img {
    width: 92%;
    float: right;
    margin-top: 91px;
	}

	.tarif5 img {
    margin-top: 72px;
    width: 96%;
    float: right;
	}


	.room {
	width: 400px;
	height: 320px;
	margin-top: 180px;
	margin-right: 20px;
	border-radius: 3%;
	text-align: center;

	}

	.room img{
	margin-top: 6px;
    width: 270px;
    height: 266px;

	}

	.messege2 {
    width: 420px;
	}

	.messege {
    width: 420px;
	}


	}



















@media screen and (max-width: 991px)  {




	.conteiner {
		width: 94%;
		
	}

	.conteiner3 {
		width: 94%;
		
	}

	.ac-container {
    width: 94%;
    margin: 100px 10px 0px 10px;
	}

	.conteiner1 {
    width: 94%;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
	}

	

	.block {
    width: 100%;
	}

	.nav {
    display: flex;
    align-items: center;
    padding-right: 0px;
    padding-bottom: 10px;
    flex-wrap: wrap-reverse;
    justify-content: flex-end;
	}



	.logo {
    position: absolute;
    width: 6%;
    margin-top: -6px;
    margin-left: -20px;
	}

	.zagolovok {
    margin-top: 180px;
    width: 100%;
    padding: 0px 0px;
	}
	.email {
    width: 37%;
    padding: 0px 20px;
	}

	.boxm span {
    margin-left: 28px;
	}

	.menu {display: none;} 

	#menu-open {
		display: block;
	}



	.tabs-style-linemove nav a span {
    display: none;
	}

	.offer2 {
    margin-top: 40px;
	}


	.two img {
    margin-top: 0px;
    width: 100%;
	}


		.messege{
	width: 380px;
	font-size:17px;
	}





	.messege2{
	font-size:17px;
	width: 380px;
	}



	}


















@media screen and (max-width: 769px)  {


	.conteiner {
		width: 100%;
	}

	.conteiner3 {
		width: 100%;
	}

	

	.conteiner1 {
		width: 100%;
		display: block;
	}

	h1, h3, h4, h5, h6 {
    font-size: 25px;
  	}



	.ac-container {
    width: 100%;
	}

	.ac-container h2, h3 {
    margin: 40px 40px 0px 40px;
    font-size: 25px;
	}

	.menu {display: none;} .header1 {display: none;}

	#menu-open {
    margin: 3px 80px 3px 10px;
	}

	.logo {
    position: absolute;
    width: 53px;
    margin-top: -4px;
    margin-left: -20px;
	}



		.messege{
	width: 350px;
	height: 50px;
	font-size:16px;
	}

	.messege2{
	font-size:16px;
	width: 350px;
	height: 50px;
	}

	.block {
    margin-top: 0px;
	}



	.boxm span {
    margin-left: 19px;
    font-weight: 500;
	}


	.email {
    width: 263px;
    padding: 0 0px;
	}

	.applicationButton1{
	font-weight: 500;
	font-size:16px;
	height: 50px;

	}


	#applicationEmail1, #applicationTelephone1, #applicationTelephone2 {
	font-size:16px;
	}


	.messenger h2 {

		font-size: 24px;
		text-align: left;

	}

	.email h2 {

		font-size: 23px;
		text-align: left;

	}


	.boxm {
    margin-top: 4px;
    }


    .ob {
    margin-top: 30px;
    }

    #application1 {
    margin-top: 0px;
	}

	.zagolovok3 {
    margin-top: 180px;
	}

	.footer {
    margin-top: 40px;
	}



.offer h2 {
    padding-top: 12px;
    font-size: 18px;
    line-height: 20px;
}

	.offer .btn {
    margin-top: 50px;
    width: 300px;
    height: 65px;
    border-radius: 8px;

	}

	.slider_two {
    width: 95%;

	}

	.block {
    width: 96%;
	}

	.box2 {
    width: 149px;
    height: 221px;
    border-radius: 15px;

	}

	.offer {
    margin-top: 60px;
    padding: 0px 20px;
	}	

	.about img {
    margin-top: 119px;
    width: 33%;
    position: absolute;
    right: 0;
	}

	.two img {
    margin-top: 113px;
    width: 307px;
	}


	.forma {
    width: 96%;
	}

.about img {
    margin: 70px 10px;
    width: 100%;
    position: inherit;
}

	.offer .btn {
    margin-top: 50px;
    width: 291px;
    height: 52px;
    border-radius: 2px;
    font-size: 16px;
	}


	.tarif {
	grid-template-columns: 1fr;
    margin-top: 0px;
    width: 180%;
	}

	.tarif img {
    margin-top: 15px;
    width: 94%;
    float: initial;
	}

	.item_1{

    display: none;
    

     }
      .item_3{
     	display: block;
     	margin: 0 auto;
     	
     }


	.tarif2 img {
    margin-top: 207px;
    width: 101%;
    float: right;
	}


	.tarif3 img {
    margin-top: 199px;
    width: 85%;
    float: right;
	}


	.tarif4 img {
    width: 92%;
    float: right;
    margin-top: 180px;
	}

	.tarif5 img {
    margin-top: 169px;
    width: 96%;
    float: right;
	}


	.ac-container label {
    font-size: 17px;
	}
	

	.ac-container article p {

    font-size: 14px;
	}
	
	
	

	.sc img{

	width: 8%;
	margin-left: 10px;
	margin-top: 10px;
	float: right;
	}



	.room {
	width: 280px;
	height: 280px;
	margin-top: 180px;
	margin-right: 20px;
	border-radius: 3%;
	text-align: center;
	background: #ffffff;
	
	}

	.room img {
    margin-top: 5px;
    width: 206px;
    height: 204px;
	}


	.zagolovok{
    margin-top: 140px;
    padding: 0px 20px;
    width: 100%
	}

	.offer2 {

    	display: none;
    }

    .fon8 {
	display: block;
	}


	.fon8 img{
	margin-top: 40px;
	display: flex;
	margin-bottom: 20px; 
	width: 100%;
	}

	.izo {

	max-width: 100%;
    height: auto;
 

	}

	.boxm img {
    display: none;
	}


	.izo {
    margin: 45px 0px 40px 23px;
	}


	.begu {
    width: 70%;
    } 


   .btnHeader {
    margin-top: 45px;
    width: 81%;
    height: 45px;
    left: 185px;
    top: 647px;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    background: #23282a;
    border: 0.1px solid #fff;
    border-radius: 6px;
    color: #0de561;
}

.header .show-menu {
    display: block;
    position: absolute;
    background: #222628;
    border-radius right: 34px;
    left: 0;
    top: 0;
    width: 100%;
    padding: 20px 0px 30px 40px;
}

	}

















@media screen and (max-width: 575px)  {

	.nav {

    padding-bottom: 0px;
	}

	.tarif1 img {
    display: none;
	}
	.tarif2 img {
    display: none;
	}
	.tarif3 img {
    display: none;
	}
	.tarif4 img {
    display: none;
	}

	.tarif5 img {
    display: none;
	}



	.conteiner3 {
		display: block;
		margin: 0px 0px 0px 0px;
	}

	.begu {
    width: 98%;
    }


    .action__input {
    width: 97%;
    height: 43px;
    padding-left: 10px;
    font-size: 16px;
    color: #2dff5c!important;
    background-color: #23282a!important;
    border: 1px solid #000!important;
    border-radius: 5px;
    }
	.conteiner4 {
		display: block;
		margin-top: -35px;
	}

	.conteiner {
		width: 98%;
		margin: 0px 0px 0px 0px;
	}

	


	.ac-container {
    width: 96%;

	}

	.ac-container h2, h3{
	margin: 60px 0px 0px 0px;
	line-height: 35px;
	}

	.od {
    margin-left: 5px;
	}

	



	.ac-container label{
    font-size: 15px;
	}

	.ac-container article p {
    font-size: 14px;
    text-align: left;

	}



	.menu {display: none;} .header1 {display: none;} .header2 {display: none;}

	.block {
    width: 100%;
	}

	#menu-open {
    margin: 5px 40px 10px 20px;
	}


	.tel {
    font-size: 16px;
	}

	.header1 img {
    width: 14px;
	}

	.two {
	}

	.block_gold {
    width: 229px;
    height: 164px;
    }

	.img_center {
    width: 31px;
    margin-top: 7px;
	}

	.text_block {
    font-size: 13px;
	}



	#menu-open {
    margin: 3px 6px 11px 0px;
	}



	.header1 img {
    margin-top: 0px;
	}


	.box1 img {
    width: 36px;
    margin-bottom: -18px;
	}

	.box1 {
    width: 280px;
    height: 45px;
    margin-top: 50px;
    
	}


	.box1 p {
    font-size: 16px;
    padding-bottom: 2px;
	}


	h1, h3, h4, h5, h6 {
    font-size: 25px;
    font-weight: bold;
    line-height: 35px;
    text-align: center;
    inherit: ;
    font-weight: 700;
    color: #000;

	}

		h1 {
			margin-top: 10px;

	}

.offer_p {
    padding-top: 10px;
    color: #74777B;
    line-height: 20px;
    font-size: 16px;
    text-align: left;
}

	.offer {
    margin-top: 60px;
    padding: 0px 20px;
	}

    .offer .btn {

    width: 100%;
    margin: 13px 0px 0px 0px;
    background-color: #23282a;
    height: 71px;
    border-radius: 5px;
    }




	.offer2 {
    margin-top: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
	}	

	.boxm {
    margin-top: 4px;
    display: flex;
    flex-direction: column;
	}

	.boxm img {
		display: none;
	}

	.forma {
    width: 98%;
    display: flex;
    flex-direction: column;
	}

     
     .boxm span {
    margin-left: 32px;
    font-weight: 500;
	}	

	.slider_two {
    width: 96%;
    padding: 0px 6px;
	}

	.messenger {
	padding: 0px 0px;
	}


	.email {
	 width: 100%;
   padding-left: 0px;
	float: center;

	}

	.zagolovok {
    margin-top: 65px;
    padding: 0px 20px 0px 0px;
    width: auto;
	}

	p {

    line-height: 22px;
}

.ob {
    margin-top: 0px;
}

.messenger h2 {
    padding-top: 8px;
}

	.zagolovok3 {
    margin: 0 auto;
    width: 90%;
    padding: 0px;
	}

	.zagolovok3 h2 {
	text-align: center;
	}

	.forma1 {
    width: 92%;}

    	.forma {
    width: 92%;}


	

	.box2 img {
    width: 70%;
    display: flex;
    margin-top: 10px;
	}

    	.box2 {
    width: 149px;
    height: 221px;
    border-radius: 15px;
	}

	.korzina img {
    margin-top: -18px;
	}



    .intro {

    	display: none;
    }

    .room {

    	display: none;
    }

    
    .offer2 {

    	display: none;
    }




	.offer h2 {
    padding-top: 24px;
	}


	.block {
    width: 94%;
    
    overflow-x: auto;
    display: block;

	}


	.block_gold {
    width: 100%;
    height: 126px;
	}


	.fon4 {
	margin-top: 35px;
	display: block;
	}

	.fon8 {
	display: block;
	}


	.fon4 img {
    margin-top: 30px;
    margin-bottom: 0px;
    width: 100%;
	}

	.fon8 img{
	margin-top: 40px;
	display: flex;
	margin-bottom: 20px; 
	width: 100%;
	}

	.fon5 {
	display: block;
	}

	.fon5 img{
	margin-top: 40px;
	margin-bottom: 20px; 
	width: 100%;
	}



	.logo {
    width: 44px;
    margin: -4px 0px 0px 13px;
	}

	.sc img{

	width: 15%;
	margin-left: 10px;
	margin-top: 10px;
	float: right;
	}



	.fon5 {
	margin: -35px 0px 0px 63px;
	width: 75%;
	height: 326px;
	text-align: center;
	background: #ffffff;

	}

	.fon5 img{

	width: 90%;
    height: auto;
	margin-bottom: 0;
	margin-top: 70px;
	margin-right: 20px;

	}

	.tarif {
    margin-top: 0px;
    width: 180%;
	}

	.tarif p {
	text-align: left;
	}

		.messege{
	font-size:16px;
	width: 97%;
	}

	.messege2{
	font-size:16px;
	width: 97%;
	}


		.tab {
		display: grid;
		grid-template-columns: 5fr;
		line-height: 1.5em;
		font-size: 14px;
	}

	.tar_1, .tar_5, .tar_7, .tar_9 {

	padding: 10px;	
	font-weight: 600;
	border-bottom: 3px solid rgba(0,193,255,0.5);
	
	}

	.tar_2, .tar_6, .tar_8, .tar_10 {


	color: #434547;
	padding: 10px;
	border-bottom: 1px solid rgba(116,119,123,0.4);
	text-align: left;

	
	}

.block_two {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 0px;
    row-gap: 0.5em;
    margin: 40px 0px 40px 0px;
}

	}




@media screen and (max-width: 377px)  {

	.conteiner1 {
    margin-left: 7px;
	}


	.conteiner4 {
    margin: 0px 0px 0px 20px;
	}

	.ac-container {
    width: 95%;
	}

	.fon5 {
    margin: 110px 30px 50px auto;
    width: 75%;
    height: 111px;
	}

	.fon5 img{

	margin-top: -70px;

	}

	.zagolovok3 {
    padding: 0px 0px;
    margin-top: 80px;
    margin-left: 18px;
	}

	.forma {
    width: 92%;
    display: flex;
    flex-direction: column;
	}

	.od {
    margin-left: 0;
    margin-right: 0px;
	}


  .messenger h2 {
  	line-height: 50px;
  	font-size: 19px;
  }

  .contact {
    width: 100%;
    margin-top: -85px;
}

	}













@media screen and (max-width: 321px)  {


	body{
	background: url(../img/fon1.svg) no-repeat center top / cover;
	background-size: 100%;
	background-color: #fff;
	font-family: Montserrat;
	}

	.sc img{

	width: 15%;
	margin-left: 10px;
	margin-top: 10px;
	float: right;
	}


	.conteiner {
		width: 100%;
	}



	.ac-container {
    width: 95%;
    margin: 100px 10px 30px 10px;
	}

	.ac-container label{
    font-size: 13px;
    padding: 0px 1px 0px 15px;
	}



	.logo {
    width: 45px;
    margin: -4px 0px 3px 9px;
	}


	.tel {
    font-size: 14px;
	}


	h1, h3, h4, h5, h6 {
    font-size: 18px;
    font-weight: bold;
    line-height: 25px;
    inherit: ;
    font-weight: 700;
    color: #000;
	}

	.offer {
    margin-top: 70px;
    padding: 0px 20px;
	}


	.offer .btn {

    width: 100%;
    height: 55px;
    border-radius: 5px;

	}



	.offer h2 {
    font-size: 19px;
    font-weight: bold;
    line-height: 20px;
	}

	.offer_p {
    padding-top: 10px;
    color: #74777B;
    line-height: 20px;
    font-size: 14px;
    text-align: left;
    }

	.ac-container h2, h3 {
    margin: 27px 0px 0px 0px;
    font-size: 20px;
}

	.zagolovok {
    margin-top: 60px;
    padding: 0px 20px;
	}


	.box1 img {
    width: 48px;
    margin-bottom: -14px;
	}






	#applicationEmail1, #applicationTelephone1, #applicationTelephone2 {

    border-bottom: 1px solid #74777B;
    font-size: 16px;
	}




	.fon5 {
    margin: 73px 3px 50px auto;
    width: 90%;
    height: 114px;
}

	.fon5 img{

	margin-top: 0px;

	}


	.nav {

    padding-bottom: 0px;

	}


	#menu-open {
    margin: 3px 13px 11px 0px;
	}


		.forma {
    width: 87%;
    display: flex;
    flex-direction: column;
	}


	.forma1 {
    width: 87%;

	}

	.email h2 {
    font-size: 20px;
    text-align: left;
}


.messege2 {

    height: 42px;
}

.messege {
height: 42px;
}

.messenger h2 {

    font-size: 18px;
}

	}






















