*{
    margin: 0;
    padding: 0;
}
.na{
    display:none;
}
.himq{
    width: 100%;
    height: 800px;
    
}
.head{
    width: 100%;
    height: 50px;
    background: #ffc200;
    text-align: center;
    font-size: 20px;
    font-weight: bolder;
    font-style: italic;
    text-decoration: double;
    display: flex;
    justify-content: space-between;
    box-shadow: 0px 0px 3px 2px;
    color: #19205E;
}
.patmut{
    font-size:28px;
}
.mob{
    display: none;
}
.tiv{
    background:white;
}
.bot{
    width: 50px;
    height: 50px;
}
.menmob{
    width:100%;
    height:50px;
    background:#ffc200;
    text-align:center;
    box-shadow:0px 0px 3px 2px;
    display:none;
    flex-wrap:nowrap;
}
.menmobb{
    width:100%;
    height:195px;
    background:#ffc200;
    text-align:center;
    display:none;
    box-shadow:0px 0px 3px 2px;
}
.menu{
    width: 100%;
    height: 50px;
    background:#ffc200;
    background-position: center;
    background-size: cover;
    color: black;
    display: flex;
    justify-content: center;
    font-size: 20px;
}
.mobmer{
    font-size:25px;
    text-decoration-line:none;
    color:red;
}
.men{
    width: 200px;
    height: 50px;
    box-shadow: 0px 0px 3px 2px ;
    background: #ffffff;
    margin-left: 5px;
    transition: 0.5s;
    border-radius: 5px;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    

}
.men:hover{
    background: black;
    height: 300px;
    color: gold;
}
.content{
    width: 100%;
    height: 600px;
    box-shadow: 0px 0px 3px 2px;
    background: url(../img/es.jpg);
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    flex-wrap:wrap;
    
}
.ma{
    font-size:15px;
}
.foot{
    width: 100%;
    height: 120px;
    box-shadow: 0px 0px 3px 2px;
}
.ateg{
    color: white;
    text-decoration-line: none;
    transition: 0.5s;
    font-size: 20px;

}
.ateg:hover{
    color: red;
}
ul{
    margin-bottom: 10px;
}
.un{
    margin-bottom: 0;
}
.ees{
    text-align: end;
    margin-right:10px;
}
.hd{
    font-size: 50px;
    letter-spacing: 20px;
    text-decoration-line:none;
    color:#19205E;
    
}
.co{
    color: black;
    text-decoration-line:none ;
}
.story{
    width: 100%;
    height: 600px;
    box-shadow: 0px 0px 3px 2px;
    background: url(../img/es.jpg);
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
}
.patmutyun{
    width:1200px;
	height:580px;
	box-shadow:0px 0px 3px 2px;
	background:rgba(0,0,0,0.5);
	margin-top:10px;
    color: white;
    text-align: center;
    font-size: 20px;
}
.img{
	width:1200px;
	height:520px;
	box-shadow:0px 0px 3px 2px;
	background:rgba(0,0,0,0.5);
	margin-top:10px;
  }
  #slider { /*положение слайдера*/
    position: relative;
	text-align: center;
    top: 10px;
}

#slider{ /*центровка слайдера*/
	margin: 0 auto;
}

#slides article{ /*все изображения справа друг от доруга*/
	width: 20%;
	float: left;
}

#slides .image{ /*устанавливает общий размер блока с изображениями*/
	width: 500%;
	line-height: 0;
}

#overflow{ /*сркывает все, что находится за пределами этого блока*/
	width: 100%;
	overflow: hidden;
}

article img{ /*размер изображений слайдера*/
	width: 100%;
}

#desktop:checked ~ #slider{ /*размер всего слайдера*/
	max-width: 960px; /*максимальнная длинна*/
}

/*настройка переключения и положения для левой стрелки*/
/*если свич1-5 активны, то идет обращение к лейблу из блока с id контролс*/
#switch2:checked ~ #controls label:nth-child(1),
#switch3:checked ~ #controls label:nth-child(2){
	background: url('/img/prev.png') no-repeat; /*заливка фона картинкой без повторений*/
	float: left;
	margin: 0 0 0 -84px; /*сдвиг влево*/
	display: block;
	height: 68px;
	width: 68px;
}

/*настройка переключения и положения для правой стрелки*/
#switch1:checked ~ #controls label:nth-child(2),
#switch5:checked ~ #controls label:nth-child(1){
	background: url('/img/next.png') no-repeat; /*заливка фона картинкой без повторений*/
	float: right;
	margin: 0 -84px 0 0; /*сдвиг вправо*/
	display: block;
	height: 68px;
	width: 68px;
}

label, a{ /*при наведении на стрелки или переключатели - курсор изменится*/
	cursor: pointer;
}

.all input{ /*скрывает стандартные инпуты (чекбоксы) на странице*/
	display: none;
}

/*позиция изображения при активации переключателя*/
#switch1:checked ~ #slides .image{
	margin-left: 0;
}

#switch2:checked ~ #slides .image{
	margin-left: -100%;
}

#controls{ /*положение блока всех управляющих элементов*/
	margin: -25% 0 0 0;
	width: 100%;
	height: 50px;
}

#active{ /*расположение блока с переключателями*/
	margin: 23% 0 0;
	text-align: center;
}

#active label:hover{ /*поведение чекбокса при наведении*/
	background: #76c8ff;
	border-color: #777 !important; /*выполнение в любом случае*/
}

/*цвет активного лейбла при активации чекбокса*/
#switch1:checked ~ #active label:nth-child(1),
#switch2:checked ~ #active label:nth-child(2){
	background: #18a3dd;
	border-color: #18a3dd !important;
}

#slides .image{ /*анимация пролистывания изображений*/
	transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
}

#controls label:hover{ /*прозрачность стрелок при наведении*/
	opacity: 0.6;
}

#controls label{ /*прозрачность стрелок при отводе курсора*/
	transition: opacity 0.2s ease-out;
}
.map{
    width: 100%;
    height: 600px;
    box-shadow: 0px 0px 3px 2px;
    background: url(../img/es.jpg);
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.bar{
    width: 100%;
    height: 600px;
    display: flex;
    justify-content: center;
}
.tool{
    width: 100%;
    height: 600px;
    box-shadow: 0px 0px 3px 2px;
    background: url(../img/es.jpg);
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    overflow-y: scroll;
}
.panel{
    width: 300px;
    height: 600px;
    box-shadow: 0px 0px 3px 2px;
    background: #d3d3d3;
    overflow-y: scroll;
}
.cank {
    color: white;
}
.nkar{
    width: 900px;
    height: 580px;
    box-shadow:0px 0px 3px 2px;
	background:rgba(0,0,0,0.5);
    margin-left: 10px;
    margin-top: 10px;
}
.text{
    width: 300px;
    height: 580px;
    box-shadow:0px 0px 3px 2px;
	background:rgba(0,0,0,0.5);
    text-align: center;
    font-size: 20px;
    color: white;
    margin-top: 10px;
    line-height: 50px;
    
}
.te{
    color: white;
    text-decoration-line: none;
    transition: 0.5s;
}
.te:hover{
    color: red;
}
.apranq{
    width: 300px;
    height: 340px;
    box-shadow:0px 0px 3px 2px;
	background:rgba(0,0,0,0.5);
    margin-top: 10px;
    margin-left: 10px;
    transition: 0.5s;
    font-size: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    
}
.apranq:hover{
    height: 360px;
    background:rgba(0, 0, 0, 0.8);

}
.nk{
    width: 290px;
    height: 250px;
    box-shadow: 0px 0px 3px 2px;
    color: white;
    margin-top: 5px;
    margin-left: 5px;
}
.name{

    color: white;
}
.btn{
    width: 100px;
    height: 40px;
    transition: 0.5s;
}
.btn:hover{
    color: red;
}
.info{
    width: 800px;
    height: 580px;
    box-shadow: 0px 0px 3px 2px;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.translate{
    background: transparent;
    border: none;
    color: white;
    transition: 0.5s;
    font-size: 20px;
}
.translate:hover{
    color: red;
}
.buy{
    width: 50px;
    height: 50px;
    box-shadow: 0px 0px 3px 3px;
    background: rgba(65, 65, 65, 0.5);
    border-radius: 50px;
    transition: 0.5s;
    z-index: 2;
}
.buy:hover{
    width: 70px;
}
.gold{
   color: gold;
}

/*ADMIN PAGE*/

.vor{
    width: 300px;
    height: 30px;
}
.gorciq{
    width: 900px;
    height: 580px;
    box-shadow:0px 0px 3px 2px;
	background:rgba(0,0,0,0.5);
    margin-left: 10px;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;

}
.adm{
    color: white;
    transition: 0.5s;
    font-weight: bolder;
    text-decoration-line: none;
}
.adm:hover{
    color: red;
}
.pass{
    width: 400px;
    height: 200px;
    text-align: center;
}
.dd{
    width: 200px;
    height: 30px;
}
.add{
text-align: center;
}
.long{
    width: 890px;
    text-align: center;

}
/*ADMIN END*/

/*INFO PAGE*/
.inf{
    font-size: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.in{
    background: transparent;
    border: none;
}
.na{
    color: gold;
}
.prod{
    width: 790px;
    height: 320px;
    box-shadow: 0px 0px 3px 2px;
}
/*tabs*/
.buy{
    margin-left: -10px;
}
.tabs_item{
    flex: 0 1 25%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items:center ;
    color: black;
    margin-top:-2px;
    
}
.tabs_item:hover{
    color: red;
    transition: 0.5s;
}
.tabs_block{
    display: none;
}
.tabs_block:target{
    display: block;
}
.shop:target{
    transition: 0.5s;
    display: block;
}
.pakel{
    margin-left: 750px;
}
/*end tabs*/
/*Buy Page*/

.pagebuy{
    width: 100%;
    height: 600px;
    box-shadow: 0px 0px 3px 2px;
    background: url(../img/es.jpg);
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.cuc{
    text-align: center;
    font-size: 25px;
    color: black;
}
.shop{
    margin-top: 20px;
    width: 810px;
    height: 550px;
    background: url(/img/es.png);
    background-position: center;
    background-size: cover;
    box-shadow: 0px 0px 3px 2px;
    margin-top:0px;
    overflow-y: scroll;
    margin-left: -800px;
    display: none;
    z-index: 2;
    
}
.pos{
    text-align: center;
    background:rgba(255, 255, 255, 0.5);
    
}
.ategc{
    color: rgb(0, 0, 0);
    font-size: 20px;
    line-height: 30px;
    transition: 0.5s;
    text-decoration-line: none;
}
.ategc:hover{
    color: red;
}
.mekn{
    width: 250px;
    height: 40px;
}
.heracnel{
    height: 20px;
    color: red;
}
.uxix{
    display: flex;
    justify-content: center;
    align-items: baseline;
}
.nax{
    font-size: 20px;
}
.mail{
    width: 200px;
    height: 30px;
}
.tel{
    width: 200px;
    height: 30px;
}
.start{
    color: red;
    background: white;
    border-radius: 5px;
}
.namak{
    width: 200px;
    height: 30px;
    transition: 0.5s;
    border-radius: 5px;
}
.namak:hover{
    color: red;
}
.fas{
    margin-top: 5px;
    margin-left: -35px;
}
.adds{
    width: 100px;
    height: 40px;
    box-shadow: 0px 0px 3px 2px;
    background: white;
    text-align: center;
    text-decoration-line: none;
    line-height: 40px;
    color: black;
    font-size: 15px;
}
.adds:hover{
    color: red;
}
.nam{
    font-size: 20px;
    color: black;
        letter-spacing: 5px;
}
.m{
    color: white;
}
#check{
    display: none;
}
label #btn, label #cancel{
    position: absolute;
    cursor: pointer;
}
label #btn{
    font-size: 25px;
    color: black;
}
label #btn:hover{
     color: red;
     transition: 0.5s;
}
#check:checked~.shop{
    margin-top: 50px;
    transition: 0.5s;
}
.tiv{
    width: 30px;
    height: 30px;
}
@media screen and (max-width:860px) {
.menu{
    font-size: 15px;
}
.mnu{
    font-size: 15px;
}
}
@media screen and (max-width:710px) {
.c{
    display: none;
}
.mnu{
    font-size: 15px;
}    
}
@media screen and (max-width:650px){
.menu{
    display: none;
}
/*настройка переключения и положения для левой стрелки*/
/*если свич1-5 активны, то идет обращение к лейблу из блока с id контролс*/
#switch2:checked ~ #controls label:nth-child(1),
#switch3:checked ~ #controls label:nth-child(2){
	background: url('/img/prev.png') no-repeat; /*заливка фона картинкой без повторений*/
	background-position: center;
    background-size: cover;
    float: left;
	margin: 0 0 0 -0px; /*сдвиг влево*/
	display: block;
	height: 48px;
	width: 48px;
}

/*настройка переключения и положения для правой стрелки*/
#switch1:checked ~ #controls label:nth-child(2),
#switch5:checked ~ #controls label:nth-child(1){
	background: url('/img/next.png') no-repeat; /*заливка фона картинкой без повторений*/
    background-position: center;
    background-size: cover;
    float: right;
	margin: 0 -0px 0 0; /*сдвиг вправо*/
	display: block;
	height: 48px;
	width: 48px;
}
.mob{
    width: 50px;
    height: 45px;
    box-shadow:0px 0px 3px 2px ;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50px;
    display: block;
}
.apranq{
    height:400px;
}
.apranq:hover{
    height: 400px;
    background:rgba(0, 0, 0, 0.8);

}
.mobmnu{
    width: 280px;
    height: 600px;
    position: absolute;
    box-shadow:0px 0px 3px 2px ;
    text-align: start;
    background: black;
    color: gold;
    display: none;
    overflow-y: scroll;
    z-index: 1;
}
.img{
    height:200px;
}
.tabs_item{
    flex: 0 1 25%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    
}
.tabs_item:hover{
    color: red;
    transition: 0.5s;
}
.tabs_block{
    display: none;
}
.tabs_block:target{
    display: block;
}
.mobmnu:target{
    transition: 0.5s;
    display: block;
}
.mnu{
    font-size: 25px;
}
.pakell{
    margin-left: 220px;
}
.bot{
    display: none;
}
.panel{
    display: none;
}
.apranq{
    width: 280px;

}
.nk{
    width: 250px;
    height: 250px;
}
.sq{
    width: 250px;
    height: 250px;
}
.shop{
    width: 280px;
    margin-left:-240px;
}
.mekn{
    width: 250px;
    height: 150px;
}
.pakel{
    margin-left: 225px;
}
.story{
    height:900px;
}
.patmutyun{
    width:100%;
    height:850px;
}
.patmut{
    font-size:20px;
}
.menmob{
    display:block;
}
.menmobb{
    display:block;
}
.buy:hover{
    width: 50px;
}
.ees{
    font-size: 0px;
}
.map{
    height:900px;
}
.nkar{
    width:450px;
    height:280px;
}
.imgmap{
    width:450px;
    height:280px;
}
.mekn{
    height: 40px;
}
.hd{
    font-size: 27px;
    letter-spacing: 0px;
}
  .content{
        height:700px;
    }
}
@media screen and (max-width:450px){
    
.story{
    height:1700px;
}
  .content{
        height:600px;
    }
.map{
    height:800px;
}
.text{
    height:530px;
}
.nkar{
    width:300px;
    height:180px;
}
.imgmap{
    width:300px;
    height:150px;
}
.patmutyun{
    width:100%;
    height:1650px;
}
}
