* {
  padding: 0;
  margin: 0;
  border: 0;
}
*,*:before,*:after {
  -webkit-box-sizing: border-box;
  -moz-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%;
  min-width: 340px;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
input,button,textarea {
  font-family: inherit;
}
input::-ms-clear {
  display: none;
}
button {
  cursor: pointer;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
a,a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
ul li {
  list-style: none;
}
img {
  vertical-align: top;
}
h1,h2,h3,h4,h5,h6 {
  font-size: inherit;
  font-weight: 400;
}

/*Основной выпадающий список*/
 header a {
  text-align: center;
  text-decoration: none;
  outline: none;
  display: block;

 }

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

::-webkit-scrollbar { /* chrome based */

    width: 6px;
    height: 80%;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(120, 120, 120, .4);
    border-radius: 10px 0px 0px 10px;
}


.header__list {
  border: 0px dashed red;
  display: flex;
}

.header__list li{
  margin: 20px 20px 0px 20px;
}

.header__list > li {
  width: 25%;
  float: left;
  position: relative;
  font-family: 'Oswald', sans-serif;
}

.submenu { 
  overflow: auto;
  border: 0px dotted red;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 5;
  width: 100%;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: 0 0;
  transition: .5s ease-in-out;
  margin: 10px 0px 0px 0px;
  background-color: rgba(105,105,105,0.7);
  border-radius: 10px;  
  padding: 0px 0px 10px 0px;
  

}
.submenu a {
  border: 0px dotted red;
  text-transform: uppercase;
  color: #E8E8E8;
  text-align: center;
  margin: -5px 0px 0px 0px; 
  padding: 0px 0px 10px 0px;
  font-size: 15px;
  border-bottom: 1px solid rgba(255,255,255,.4);
  width: 100%;
}

.submenu li a:hover { color: #8FA7FA; 
transition: .2s ease-in-out;
}

.on__menu{
  position: absolute;
  left: 0px;
  top: 100%;
  width: 100%;
  height: 12%;
}
.header__list > li:hover .on__menu{
  background: #516A9A;
  transition: .5s ease-in-out;
}

.header__list > li:hover .submenu {
  opacity: 1;
  transform: scaleY(1);

}
/*КОНЕЦ основного выпадающего списка*/

/*Второй выпадающий список
*/
.header__link__1 {
  padding: 5px 30px 5px 30px;
  color: #404040;
  text-transform: uppercase;
  font-size: 22px;
  border: 0px dotted red;
font-family: 'Russo One', sans-serif;

  background-color: rgba(254,254,254,.7);
  border-radius: 10px;
}




.header__body__1 {
  position: absolute;
  right: 100%;
  z-index: 2;
  display: flex;
  align-items: center;
  border: 0px dotted red;
  justify-content: flex-end;
  opacity: 0;
}

.header__body__1.active {
  opacity: 1;
  position: absolute;
  right: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  border: 0px dotted red;
  justify-content: flex-end;
  transition: all 1.5s ease 0s;
}
.header__body__2 {
  position: absolute;
  right: 100%;
  z-index: 2;
  display: flex;
  align-items: center;
  border: 0px dotted red;
  justify-content: flex-end;
  opacity: 0;
}

.header__body__2.active {
  opacity: 1;
  position: absolute;
  right: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  border: 0px dotted red;
  justify-content: flex-end;
  transition: all 1.5s ease 0s;
}
.header__body__3 {
  position: absolute;
  right: 100%;
  z-index: 2;
  display: flex;
  align-items: center;
  border: 0px dotted red;
  justify-content: flex-end;
  opacity: 0;
}

.header__body__3.active {
  opacity: 1;
  position: absolute;
  right: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  border: 0px dotted red;
  justify-content: flex-end;
  transition: all 1.5s ease 0s;
}


.header__list__1 {

  border: 0px dashed pink;
  display: flex;
}

.header__list__1 li{
  margin: 20px 15px 0px 15px;
}

.header__list__1 > li {
  border: 0px dotted red;
  width: 25%;
  float: left;
  position: relative;

}


.submenu__1{ 
  max-height: 200px;
  overflow-y: auto;
  border: 0px dotted blue;
  position: absolute;
  left: 0;
  top: 24px;
  z-index: 5;
  width: 100%;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: 0 0;
  transition: .5s ease-in-out;
  margin: 20px 0px 0px 0px;
  background-color: rgba(105,105,105,0.7);
  border-radius: 10px;  
  padding: 0px 0px 10px 0px;
  overflow: auto;

}
.submenu__1 a {
  border: 0px dotted red;
  text-transform: uppercase;
  color: #FFFFFF;
  text-align: center;
  margin: -5px 0px 0px 0px; 
  padding: 0px 0px 10px 0px;
  font-size: 17px;
  border-bottom: 1px solid rgba(255,255,255,.4);
  width: 100%;
  font-family: 'Russo One', sans-serif;

}

.submenu__1 li a:hover { color: #8FA7FA; 
transition: .2s ease-in-out;
}

.header__list__1 > li:hover .submenu__1 {
  opacity: 1;
  transform: scaleY(1);

}
/*КОНЕЦ второго выпадающего списка
*/



.wrapper {}
.header {
  width: 100%;
  top: 0;
  left: 0;
}
.header:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  
}
.container {}

.header__body {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 0px dotted #234566;
}
.header__burger {
  display: none;
}
.header__menu {
  border: 0px dashed #ddd;
  position: absolute;
  top: 0;
  right: 0;
}
.header__under{
  display: none;
}

.header__link {
  border: 0px dashed red;
  color: #fff;
  text-transform: uppercase;
  font-size: 22px;
  font-family: 'Oswald', sans-serif;
  padding: 0px 0px 5px 0px;
 
}

.bg-grad{
position: fixed;
z-index:-1;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
-webkit-transition: opacity 20s linear;
transition: opacity 3s linear;
}
  
.bg-grad.active{
opacity: 1;
}
  
.bg-grad.one{
background:url('../img/karusel/fon1.jpg') no-repeat center center fixed;
-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
 
}
  
.bg-grad.two{
background:url('../img/karusel/fon2.jpg') no-repeat center center fixed;
-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
  
.bg-grad.three{
background:url('../img/karusel/fon3.jpg') no-repeat center center fixed;
-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
  
.bg-grad.four{
background:url('../img/karusel/fon4.jpg') no-repeat center center fixed;
-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
  
.bg-grad.five{
background:url('../img/karusel/fon5.jpg') no-repeat center center fixed;
-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
  
.bg-grad.six{
background:url('../img/karusel/fon6.jpg') no-repeat center center fixed;
-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
} 
.bg-grad.seven{
background:url('../img/karusel/fon7.jpg') no-repeat center center fixed;
-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
} 
.bg-grad.eight{
background:url('../img/karusel/fon8.jpg') no-repeat center center fixed;
-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
} 
.bg-grad.nine{
background:url('../img/karusel/fon9.jpg') no-repeat center center fixed;
-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


.avi{
  
  margin: 40px;
  font-size: 120px;
  font-family: 'Teko', sans-serif;
  color: #fff;
  border: 0px solid pink;
}

.all{
  background-attachment: inherit;
  font-family: 'Teko', sans-serif;
  font-size: 65px; 
  color: #000000;
  opacity: .8;
  background-color: #fff;
  border-radius: 0px 20px;
  text-align: left;
  padding: 10px 10px 0px 10px;
}

@media (max-width: 1300px){
  .header__body {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 0px dotted #234566;
}

.header__burger {
  display: none;
}

.header__menu {
  all: initial;
  border: 0px dashed #ddd;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
}
.header__under{
  display: none;
}
.all{
  font-size: 60px;
}
.header__link__1 {
  padding: 5px 30px 5px 30px;
  color: #404040;
  text-transform: uppercase;
  font-size: 22px;
  font-family: 'Russo One', sans-serif;
  background-color: rgba(254,254,254,.7);
  border-radius: 10px;
}
.header__body__1 {
  width: 250px;
  position: absolute;
  left: -400px;
  z-index: 2;
  display: flex;
  align-items: center;
  border: 0px dotted red;
  opacity: 1;

}

.header__body__1.active {
  padding: 0px 0px 0px 20px;
  width: 250px;
  opacity: 1;
  position: absolute;
  left: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  border: 0px dotted red;
  transition: all 1.5s ease 0s;
}
.header__body__2 {
  width: 250px;
  position: absolute;
  left: -400px;
  z-index: 2;
  display: flex;
  align-items: center;
  border: 0px dotted red;
  opacity: 1;

}

.header__body__2.active {
  padding: 0px 0px 0px 20px;
  width: 250px;
  opacity: 1;
  position: absolute;
  left: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  border: 0px dotted red;
  transition: all 1.5s ease 0s;
}

.header__body__3 {
  width: 250px;
  position: absolute;
  left: -400px;
  z-index: 2;
  display: flex;
  align-items: center;
  border: 0px dotted red;
  opacity: 1;

}

.header__body__3.active {
  padding: 0px 0px 0px 20px;
  width: 250px;
  opacity: 1;
  position: absolute;
  left: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  border: 0px dotted red;
  transition: all 1.5s ease 0s;
}

.header__list__1 {

  border: 0px dashed pink;
  display: block;
}

.header__list__1 li{
  margin: 20px 0px 0px 0px;
}

.header__list__1 > li {

  width: 100%;
  position: relative;
  font-family: 'Russo One', sans-serif;
}


.submenu__1{ 
  max-height: 200px;
  border: 0px dotted blue;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 5;
  width: 100%;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: 0 0;
  transition: .5s ease-in-out;
  margin: 0px 0px 0px 10px;
  background-color: rgba(254,254,254,.3);
  border-radius: 10px;  
  padding: 0px 0px 10px 0px;
  overflow: auto;

}
.submenu__1 a {
  border: 0px dotted red;
  text-transform: uppercase;
  color: #FFFFFF;
  text-align: center;
  margin: -5px 0px 0px 0px; 
  padding: 0px 0px 10px 0px;
  font-size: 17px;
  border-bottom: 1px solid rgba(255,255,255,.4);
  width: 100%;
  font-family: 'Russo One', sans-serif;
}

.submenu__1 li a:hover { color: #516A8F; 
transition: .2s ease-in-out;
}

.header__list__1 > li:hover .submenu__1 {
  opacity: 1;
  transform: scaleY(1);

}
}




@media (max-width:  905px){
 
 .header__link__1 {
  padding: 5px 15px 5px 15px;
  color: #404040;
  text-transform: uppercase;
  font-size: 15px;
  font-family: 'Russo One', sans-serif;
  background-color: rgba(254,254,254,.7);
  border-radius: 10px;
}
.header__body__1 {
  position: absolute;
  right: 100%;
  z-index: 2;
  display: flex;
  align-items: center;
  border: 0px dotted red;
  justify-content: flex-end;
  opacity: 0;
}

.header__body__1.active {
  all: initial;
  opacity: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  border: 0px dotted red;
  justify-content: flex-end;
  transition: all 1.5s ease 0s;
}
.header__body__2 {
  position: absolute;
  right: 100%;
  z-index: 2;
  display: flex;
  align-items: center;
  border: 0px dotted red;
  justify-content: flex-end;
  opacity: 0;
}

.header__body__2.active {
  all: initial;
  opacity: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  border: 0px dotted red;
  justify-content: flex-end;
  transition: all 1.5s ease 0s;
}
.header__body__3 {
  position: absolute;
  right: 100%;
  z-index: 2;
  display: flex;
  align-items: center;
  border: 0px dotted red;
  justify-content: flex-end;
  opacity: 0;
}

.header__body__3.active {
  all: initial;
  opacity: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  border: 0px dotted red;
  justify-content: flex-end;
  transition: all 1.5s ease 0s;
}

.header__list__1 {
  
  border: 0px dashed pink;
  display: flex;
  margin: 0px 0px 10px 0px;
}

.header__list__1 li{
  margin: 20px 15px 0px 15px;
}

.header__list__1 > li {

  width: 25%;
  float: left;
  position: relative;
  font-family: 'Russo One', sans-serif;
}


.submenu__1{ 
  all: initial  ;
  max-height: 200px;
  overflow-y: auto;
  border: 0px dotted blue;
  position: absolute;
  left: 0;
  bottom: 40px;
  z-index: 5;
  width: 100%;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: 0 bottom;
  transition: .5s ease-in-out;
  margin: 20px 0px 0px 0px;
  background-color: rgba(254,254,254,.3);
  border-radius: 10px;  
  padding: 0px 0px 10px 0px;
  overflow: auto;

}
.submenu__1 a {
  border: 0px dotted red;
  text-transform: uppercase;
  color: #FFFFFF;
  text-align: center; 
  padding: 0px 0px 5px 0px;
  font-size: 13px;
  border-bottom: 1px solid rgba(255,255,255,.4);
  width: 100%;
  font-family: 'Russo One', sans-serif;
}

.submenu__1 li a:hover { color: #516A8F; 
transition: .2s ease-in-out;
}

.header__list__1 > li:hover .submenu__1 {
  opacity: 1;
  transform: scaleY(1);

}
}

@media(max-width: 855px){
   .header__link__1 {
  padding: 5px 15px 5px 10px;
  color: #404040;
  text-transform: uppercase;
  font-size: 15px;
  font-family: 'Russo One', sans-serif;
  background-color: rgba(254,254,254,.7);
  border-radius: 10px;
}
.header__list__1 li{
  margin: 20px 5px 0px 5px;
}
}



@media (max-width: 739px){
  .avi{
  margin: 40px;
  font-size: 120px;
  font-family: 'Teko', sans-serif;
  color: #fff;
  border: 0px solid pink;
}

  .all{ 
    font-family: 'Teko', sans-serif;
    color: #000000;
    opacity: .8;
    background-color: #fff;
    border-radius: 0px 20px;
    text-align: left;
    font-size: 52px;
    padding: 10px 10px 0px 10px;
}
.header__under.active{
    
    width: 300px;
    left: 0;
    height: 200px;
    width: 200px;
    opacity: 1;
    transition: all .9s ease 0s;
  }
}
@media(max-width: 812px){
  .avi{
    font-size: 100px;
  }
}
@media(max-width: 673px){
  .all{
    font-size: 40px;
  }
  .avi{
    font-size: 100px;
  }
}
@media (max-width: 723px){

  .header__burger{
    border: 0px dotted blue;
    display: block;
    position: absolute;
    bottom: 0;
    left: 40px;
    width: 40px;
    height: 30px;
  }
  .header__burger span{
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 14px;
    width: 100%;
    height: 3px;
    border-radius: 3px;
    transition: all .3s ease 0s;
  }
  .header__burger:before,
  .header__burger:after{
    content: '';
    background-color: #fff;
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    border-radius: 3px;
    transition: all .3s ease 0s;
  }
  .header__burger:before{
    top: 0;
  }
  .header__burger:after{
    bottom: 0;
  }
  .header__burger.active span{
    transform: scale(0);
  }
  .header__burger.active:before{
    transform: rotate(45deg);
    top: 14px;
  }

  .header__burger.active:after{ 
    transform: rotate(-45deg);
    bottom: 14px;
 }
 .header__link {

  border: 0px dashed red;
  color: #fff;
  text-transform: uppercase;
  font-size: 22px;
  font-family: 'Oswald', sans-serif;
  padding: 0px 0px 5px 0px;
}

  .header__under{
   width: 150px;
  position: absolute;
  left: -400px;
  z-index: 2;
  display: flex;
  align-items: center;
  border: 0px dotted red;
  opacity: 1;
  }
  .header__under.active{
all: initial;
  padding: 0px 20px 0px 0px;
  width: 150px;
  opacity: 1;
  position: absolute;
  left: 40px;
  z-index: 2;
  display: flex;
  align-items: center;
  border: 0px dotted red;
  transition: all 1.5s ease 0s;
    
  }

  .header__list {

  margin: 10px 0px 0px 0px;
  padding: 0px 10px 5px 10px;
  background-color: rgba(254,254,254,.5);
  border-radius: 10px;
  border: 0px dashed pink;
  display: block;
}

.header__list li{

    text-align: left;
  border: 0px dashed pink;
  margin: 10px 0px 0px 0px;
}

.header__list > li {
  width: 100%;
  position: relative;
 

}

.submenu{ 
  all: initial;
  max-height: 200px;
  border: 0px dotted blue;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 5;
  width: 100%;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: 0 0;
  transition: .5s ease-in-out;
  background-color: rgba(254,254,254,.3);
  border-radius: 10px;  
  margin: 0px 5px 0px 20px;
  padding: 4px 7px 8px 7px;
  overflow: auto;


}
.submenu a {
  border: 0px dotted red;

  text-transform: uppercase;
  color: #E8E8E8;
  text-align: center; 
  padding: 0px 0px 5px 0px;
  font-size: 13px;
  border-bottom: 1px solid rgba(255,255,255,.4);
  width: 100%;
font-family: 'Oswald', sans-serif;
}

.submenu__1 li a:hover { color: #516A8F; 
transition: .2s ease-in-out;
}

.header__list__1 > li:hover .submenu__1 {
  opacity: 1;
  transform: scaleY(1);}
  .header__menu {  
    display: none;
  }


.all{
    font-size: 50px;
  }

.header__link__1 {
  border: 0px red dashed;
  padding: 5px 30px 5px 30px;
  color: #404040;
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'Russo One', sans-serif;
  background-color: rgba(254,254,254,.7);
  border-radius: 10px;
}
.header__body__1 {
  width: 150px;
  position: absolute;
  left: -400px;
  z-index: 2;
  display: flex;
  align-items: center;
  border: 0px dotted red;
  opacity: 1;

}

.header__body__1.active {
  all: initial;
  padding: 0px 40px 0px 0px;
  width: 150px;
  opacity: 1;
  position: absolute;
  right: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  border: 0px dotted red;
  transition: all 1.5s ease 0s;
}
.header__body__2 {
  width: 150px;
  position: absolute;
  left: -400px;
  z-index: 2;
  display: flex;
  align-items: center;
  border: 0px dotted red;
  opacity: 1;

}

.header__body__2.active {
  all: initial;
  padding: 0px 20px 0px 0px;
  width: 150px;
  opacity: 1;
  position: absolute;
  right: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  border: 0px dotted red;
  transition: all 1.5s ease 0s;
}
.header__body__3 {
  width: 150px;
  position: absolute;
  left: -400px;
  z-index: 2;
  display: flex;
  align-items: center;
  border: 0px dotted red;
  opacity: 1;

}

.header__body__3.active {
  all: initial;
  padding: 0px 20px 0px 0px;
  width: 150px;
  opacity: 1;
  position: absolute;
  right: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  border: 0px dotted red;
  transition: all 1.5s ease 0s;
}

.header__list__1 {

  border: 0px dashed pink;
  display: block;
}

.header__list__1 li{
  margin: 10px 0px 0px 0px;
}

.header__list__1 > li {

  width: 100%;
  position: relative;
  font-family: 'Russo One', sans-serif;
}


.submenu__1{ 
  all: initial;
  max-height: 200px;
  border: 0px dotted blue;
  position: absolute;
  right: 100%;
  top: 0;
  z-index: 5;
  width: 100%;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: 0 0;
  transition: .5s ease-in-out;
  background-color: rgba(254,254,254,.3);
  border-radius: 10px;  
  margin: 0px 5px 0px 0px;
  padding: 4px 7px 4px 7px;
  overflow: auto;

}
.submenu__1 a {
  border: 0px dotted red;
  text-transform: uppercase;
  color: #FFFFFF;
  text-align: center; 
  padding: 0px 0px 5px 0px;
  font-size: 13px;
  border-bottom: 1px solid rgba(255,255,255,.4);
  width: 100%;
  font-family: 'Russo One', sans-serif;
}

.submenu__1 li a:hover { color: #516A8F; 
transition: .2s ease-in-out;
}

.header__list__1 > li:hover .submenu__1 {
  opacity: 1;
  transform: scaleY(1);}
}


@media(max-width: 605px){
  .all{
    font-size: 49px;
  }
}

@media(max-width: 575px){
  .all{
    font-size: 49px;
  }
  .header__under{
    padding: 5px 0px 20px 45px; 
  }
}

@media(max-width: 609px){
.header__list{
  width: 120px;
} 
.header__link{
  font-size: 12px;
  padding: 0px 0px 0px 0px;
  border: 0px dashed red;
}
.submenu a{
  font-size: 10px;
}
.header__body__1{
  width: 120px;
  margin: 0px;
} 
.header__link__1{
  font-size: 12px;
  padding: 5px 0px 5px 0px;
  border: 0px dashed red;

}
.submenu__1 a{
  font-size: 10px;

}
.submenu__1 {
  width: 100px;
  
}


}

@media(max-width: 550px){
  .all{
    font-size: 46px;
  }
  .header__under{
    padding: 5px 0px 20px 45px; 
  }
}

@media(max-width: 522px){
  .all{
    font-size: 44px;
  }
}
@media(max-width: 504px){
  .all{
    font-size: 40px;
  }
}

@media(max-width: 465px){
  .all{
    font-size: 35px;
  }
}
@media(max-width: 485px){
  .header__list__1{
    margin: 0px 0px 0px 40px;
    width: 90px;
} 
}
@media(max-width: 419px){
  .submenu__1{
   
    width: 70px;
} 
  .avi{
    font-size: 95px;
   
  }
  .all{
    font-size: 32px;
  }
}
@media(max-width: 416px){
  .header__list__1{
    margin: 0px 0px 0px 40px;
    width: 90px;
} 
}
@media(max-width: 446px){
  .avi{
    font-size: 80px;
  }

  .all{
    font-size: 30px;
    padding: 5px 0px 0px 5px;
  }
  .header__list{
    width: 100px;
  }
  .submenu__1{
    width: 70px;
  }
}
@media (max-width: 411px){
  .header__burger{
    display: block;
    position: absolute;
    bottom: 0;
    left: 15px;
    width: 40px;
    height: 30px;
    margin: 0px 0px -5px 25px

  }
  .avi{
;
  font-size: 80px;
  font-family: 'Teko', sans-serif;
  color: #fff;
  border: px solid pink;
  
}
.all{


  font-family: 'Teko', sans-serif;
  font-size: 28px; 
  color: #000000;
  opacity: .8;
  background-color: #fff;
  border-radius: 0px 20px;
  text-align: left;
  padding: 5px 10px 0px 10px;
}
.header__under{
    all: initial;
    position: absolute;
    left: -100%;
    height: 0px;
    opacity: 0;
    overflow: auto;
    margin: 15px 0px 0px 43px;
    border: 0px dotted yellow;
    transition: all .3s ease 0s;
  }

  .header__under.active{
    
    width: 300px;
    left: 0;
    height: 140px;
    width: 140px;
    opacity: 1;
    transition: all .9s ease 0s;
  }
  .header__link {
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-family: 'Oswald', sans-serif;
}  
  .header__burger{
    
    left: 15px;
    width: 30px;
    height: 20px;

}
.header__burger span{
    top: 9px;
    height: 2px;
    
  }
  .header__burger:before,
  .header__burger:after{
    content: '';
    height: 2px;
   
  }

 
  .header__burger.active:before{
    
    top: 9px;
  }

  .header__burger.active:after{ 
     bottom: 9px;
 }

  


.header__list{
  margin: 0px 0px 0px 40px;
  width: 90px;
} 
.header__link{
  font-size: 10px;
  padding: 0px 0px 0px 0px;
  border: 0px dashed red;
}

.submenu a{

  font-size: 8px;
}


}

@media(max-width: 387px){
 
  .header__list__1{
    width: 80px;
    margin: 0px 0px 0px 80px;
  }
  .header__link__1{
  
    font-size: 9px;
  }
  .submenu__1{
    width: 60px;
  }
  .all{
    font-size: 25px;
  }
}
@media(max-width: 345px){
  .avi{
    font-size: 70px;
  }
  .all{
    font-size: 22px;
  }
 
}
 @media(min-width: 340px){
 
  
}


@media(max-height: 527px){
  .submenu__1{
    max-height: 150px;
  }
}
@media(max-height: 479px){
  .submenu{
    max-height: 100px;
  }
}
@media(max-height: 472px){
  .submenu__1{
    max-height: 100px;
  }
}
@media(max-height: 424px){
  .submenu{
    max-height: 70px;
  }
}
@media(max-height: 421px){
  .submenu__1{
    max-height: 70px;
  }
}