@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

1. Fonts
2. Body and some general stuff
3. Header
4. Slider
5. About
6. Services	
7. Foto
8. Сomments
9. FEEDBACK
10. Footer
11. Page Сompany
12. Page Langchina
13. Page language-club
14. Page children's-recreation
15. Page Сontacts
16. Page Airtours
17. Page spring-holidays
18. Page excursions
******************************/

/******************************
1. Fonts
*******************************/
@font-face {
  font-family: 'Helvetica', sans-serif;
  src: url(../fonts/Helvetica.woff2);  
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'Helvetica-Bold';
  src: url(../fonts/Helvetica-Bold.woff2);  
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: 'Adana-script';
  src: url(../fonts/Adana-script.woff);
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'Parabola';
  src: url(../fonts/Parabola.woff);
  src: url(../fonts/Parabola.woff2);
  font-style: normal;
  font-weight: 900;
}
@font-face {
  font-family: 'Caravan';
  src: url(../fonts/Caravan.woff);
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'Alistair-Signature';
  src: url(../fonts/Alistair-Signature.woff);
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'UmbrellaC-Plain';
  src: url(../fonts/UmbrellaC-Plain.woff);
  font-style: normal;
  font-weight: 900;
}


/*********************************
2. Body and some general stuff
*********************************/
html{
  box-sizing: border-box;
}
*,
*::before,
*::after{
  box-sizing: inherit;
}
a{
  color: inherit;
  text-decoration: none;
}
li{
  list-style: none;
}
img{
  max-width: 100%;
}
button{
  color: inherit;
  font-size: inherit;
  background-color: transparent; /*прозрачный фон*/
  border: none;
  cursor: pointer;
  font-family: inherit;
  padding: 0;
}
.container{
  max-width: 1220px;
  padding: 0 10px;
  margin: 0 auto;
}
.title-none{
  display: none;
}
.section-title{
  font-family: 'Helvetica', sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 2.0;
  color: #5C5C5E;
  text-align: center;
  text-transform: uppercase;
}
.section-title-h3{
  font-family: 'Helvetica', sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.5;
  color: #5C5C5E;
  text-align: center;
  text-transform: uppercase;
}
.bold-black{
  color: black;
  font-weight: 600;
}
.bold-red{
  color: red;
  font-weight: 600;
}
.bold-red-mini{
  color: red;
  font-size: 14px;
  line-height: 0.5;
  
}
.section-title-red{
  color: red;
  font-weight: 400;
}
.bold-color-logo{
  color: #FF792B;
  font-weight: 600;
}
.bold-black--italic{
  font-style: italic;
  color: black;
  font-weight: 600;
}
.text-center{ 
  display: block;
  text-align: center;  
}
.center{
  display: flex;
  justify-content: center;
  text-align: center;
    
}
.pl{
  padding-left: 60px;
}
.mb{
  margin-bottom: 20px;
}
 p{
  font-family: 'Helvetica', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 2.0;
  color: #5C5C5E;
  padding: 0 50px;
  text-indent: 20px;
}
body{
  font-family: 'Helvetica', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 0.7;
  color: #5C5C5E;
  z-index: 100;
  min-width: 320px;
  overflow-x: hidden;
}
.disp-none{
  display: none;
}
.gallery__item-img{
  width: 100%;
  height: 100%;
  cursor: pointer;
}
#toggle{  
  position: relative;
  width: 50px;
  height: 50px;
  border: 1px solid black; 
  cursor: pointer;  
  display: none;  
}
#toggle.active{
  background: #FF792B;
}
#toggle::before{
  content: '';
  position: absolute;
  width: 40px;
  height: 3px;
  background: #000;
  transition: 0.2s;
  transform: translateY(-10px);
  box-shadow: 0 10px 0 #000;
}
#toggle.active::before{
  transform: translateY(0px) rotate(45deg);
  box-shadow: 0 0 0 #000;
}
#toggle::after{
  content: '';
  position: absolute;
  width: 40px;
  height: 3px;
  background: #000;
  transition: 0.2s;
  transform: translateY(10px);
}
#toggle.active::after{
  transform: translateY(0px) rotate(-45deg);
  
}
.video-relax{
  width: 100%;
  height: auto;    
}
.video-container{
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  
}

/*********************************
3. HEADER
*********************************/
 .header{
  border-bottom: 1px solid #5C5C5E;
} 
.header__inner{
  display: flex;
  justify-content: space-between;
  align-items: center;  
  min-height: 100px;
}
/* .logo{
  width: 100%;
  height: auto;
} */
.logo__img{
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.menu__list{
  display: flex;
  align-items: center;
  gap: 0 20px;
}
.menu__link{
  position: relative;
  transition: all .3s;
  text-transform: uppercase;
  font-family: 'Helvetica', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 0.7;
  color: #5C5C5E;
}
.menu__link::before{
  content: "";
  position: absolute;
  background-color: #FF792B;
  transition: all .3s;
  width: 0;   
  height: 2px;
  bottom: -2px;
  right: 0;
  left: auto;
}
.menu__link:hover{
  color: black;  
}
.menu__link:hover::before{            
  width: 100%;
  right: auto;
  left: 0;            
}      
.header__lang-menu{ 
  width: 120px;
  position: relative; 
}
.header__selected-lang{
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  width: 100px;
  font-family: 'Helvetica', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 2.0;
  align-items: center;
  gap: 10px;

}
.header__selected-lang::before{
  content: '';
  display: block;
  width: 36px;
  height: 20px;
  background-image: url(../images/Russia.svg);
  background-position: center;
  background-repeat: no-repeat; 
}
.header___lang-list{
  position: absolute;
  margin: 0;
  padding: 0;
  top: 30px;
  left: -20px;
  background-color: #fff;
  border: 1px solid #f8f8f8;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  border-radius: 5px;
  display: none;
}
.header___lang-item{
  display: flex;
  justify-content: space-between;
}
.header___lang-link{
  width: 140px;
  display: block;
  padding: 5px 10px;
  font-family: 'Helvetica', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 0.7;
}
.header___lang-link:hover{
 background-color: #f2f2f2;
}
.header___lang-link::before{
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  height: 20px;
  margin-right: 10px;
  background-image: url(../images/Russia.svg);
  background-position: center;
  background-repeat: no-repeat;
 }
 .bel::before{
  background-image: url(../images/Belarus.svg);
  background-position: center;
  background-repeat: no-repeat;
 }
 .en::before{
  background-image: url(../images/Great-Britain.svg);
  background-position: center;
  background-repeat: no-repeat;
 }
 .chi::before{
  background-image: url(../images/China.svg);
  background-position: center;
  background-repeat: no-repeat;
 }
 .header__lang-menu:hover .header___lang-list{ 
  display: block; 
}
/* .header__lang-menu--active{
  display: block; 
} */

/*********************************
4. SLIDER
*********************************/
.slideshow {
  overflow: hidden; 
  position: relative;
  width: 100%;
  min-height: calc(100vh - 101px);
  z-index: 100;
}
.slideshow-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: calc(100vh - 101px);
}
.slides {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: calc(100vh - 101vh);
  z-index: 1;
}
.slide {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: calc(100vh - 101px);
  z-index: 1;
  opacity: 0; /**0**/
  transition: opacity 0.3s ease;
}
.slide-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.caption {
  padding: 0 100px;
}
.slide__title {
  margin: 0 auto 15px;
  max-width: 1200px;
  font-family: 'Parabola';
  font-weight: 900;
  font-size: 96px;
  line-height: 1.0;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.slide__text {
  margin: 0 auto;
  max-width: 1200px;
  font-family: 'Helvetica' sans-serif;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
}
.slide__text-fs{
  font-family: 'Helvetica' sans-serif;
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  color: #fff;
}
.slide__text-descr{
  font-family: 'Helvetica' sans-serif;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  color: #fff;
}
.slider__link-btn {
  display: inline-block;
  padding: 13px 20px;
  color: #fff;
  text-decoration: none;
  position: relative;
  background: transparent;
  border: 1px solid #e1e1e1;
  font-family: 'Helvetica';
  font-weight: 400;
  letter-spacing: 0.2em;
  text-align: center;
  text-indent: 2px;
  text-transform: uppercase;
  transition: color 0.1s linear 0.05s;
}
.slider__link-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e1e1e1;
  z-index: 1;
  opacity: 0;
  transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0.2s;
}
.slider__link-btn::after {
  transition: border 0.1s linear 0.05s;
}
.slide__btn-inner {
  position: relative;
  z-index: 2;
}
.slider__link-btn:hover {
  color: #373737;
  transition: color 0.1s linear 0s;
}
.slider__link-btn:hover::before {
  top: 0;
  height: 100%;
  opacity: 1;
  transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0s;
}
.slider__link-btn:hover::after {
  border-color: #373737;
  transition: border 0.1s linear 0s;
}
.slider__link-btn {
  margin: 15px 0 0;
  border-color: #fff;
}
.slider__link-btn::before {
  background: #fff;
}

.slide__image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  z-index: 1;
  background-size: cover;
  image-rendering: optimizeQuality;
}
.slide__image-container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.slide__image-container .image {
  width: 100%; 
  height: 100%;
  object-fit: cover;  
}

.pagination {
  position: absolute;
  bottom: 35px;
  left: 0;
  width: 100%;
  height: 12px;
  cursor: default;
  z-index: 2;
  text-align: center;
}
.pagination-item {
  display: inline-block;
  padding: 15px 5px;
  position: relative;
  width: 46px;
  height: 32px;
  cursor: pointer;
  text-indent: -999em;
  z-index: 1;
}
.pagination-item  + .page {
  margin-left: -2px;
}
.pagination-item::before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 5px;
  width: 36px;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
  transition: background 0.2s ease;
}
.pagination-item::after {
  width: 0;
  background: #fff;
  z-index: 2;
  transition: width 0.2s ease;
}
.slide.is-active {
  display: block;
}
.slide.is-loaded {
  opacity: 1;
}

.pagination-item:hover::before, 
.pagination-item.is-active::before {
  background-color: #fff;
}
.slideshow .slider__arrows .slider__arrow {
  margin: -33px 0 0;
  padding: 20px;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 3;
}
.slideshow .slider__arrows .prev {
  left: 30px;
}
.slideshow .slider__arrows .prev:hover .svg {
  left: -10px;
}
.slideshow .slider__arrows .next {
  right: 30px;
}
.slideshow .slider__arrows .next:hover .svg {
  left: 10px;
}
.slideshow .slider__arrows .svg {
  position: relative;
  left: 0;
  width: 14px;
  height: 26px;
  fill: #fff;
  transition: left 0.2s ease;
}
@media (max-width:1220px){
  .slideshow {   
    min-height: calc(100vh - 91px);   
  }
  .slideshow-inner {    
    min-height: calc(100vh - 91px);
  }
  .slides {    
    min-height: calc(100vh - 91vh);  
  }
  .slide {   
    min-height: calc(100vh - 91px);    
  }
  .slide__title { 
    width: 100%;  
    font-size: 86px;    
    margin-bottom: 40px;
  }  
  .slide__text-fs{   
    font-size: 32px;
   
  }
  .slide__text-descr{   
    font-size: 18px;   
  }
}
@media (max-width:1140px) {
  .slideshow {   
    min-height: calc(100vh - 71px);   
  }
  .slideshow-inner {    
    min-height: calc(100vh - 71px);
  }
  .slides {    
    min-height: calc(100vh - 71vh);  
  }
  .slide {   
    min-height: calc(100vh - 71px);    
  }
  .slide__title { 
    width: 100%;  
    font-size: 76px;    
    margin-bottom: 40px;
  }  
  .slide__text-fs{   
    font-size: 30px;
   
  }
  .slide__text-descr{   
    font-size: 18px;   
  }
}
@media (max-width:1024px) { 
  .slideshow .slider__arrows .prev {
    left: 20px;
  }  
  .slideshow .slider__arrows .next {
    right: 20px;
  }
  .caption {
    padding: 0 30px;
  }
  .slide__title { 
    width: 100%;  
    font-size: 76px;    
    margin-bottom: 40px;
  }  
  .slide__text-fs{   
    font-size: 30px;
   
  }
  .slide__text-descr{   
    font-size: 18px;   
  }

}
@media (max-width:880px){
  .slideshow .slider__arrows .prev {
    left: 15px;
  }  
  .slideshow .slider__arrows .next {
    right: 15px;
  }
  .caption {
    padding: 0 20px;
  }
  .slide__title { 
    width: 100%;  
    font-size: 56px;    
    margin-bottom: 40px;
  }  
  .slide__text-fs{   
    font-size: 26px;   
  }
  .slide__text-descr{   
    font-size: 16px;   
  }
}
@media (max-width:650px){
  .caption{
    display: flex;
    flex-direction: column;
    justify-content: start;
  }
  .slide__title {      
    font-size: 46px;    
    margin-bottom: 30px;
  }  
  .slide__text-fs{   
    font-size: 22px;
    padding: 0 10px;   
  }
  .slide__text-descr{   
    font-size: 14px;
    padding: 0 10px;   
  }
  .slideshow .slider__arrows .prev {
    left: 10px;
  }  
  .slideshow .slider__arrows .next {
    right: 10px;
  }
  .slider__link-btn{
    width: 60%;
    left: 20%;
    letter-spacing: 0em;
    font-size: 16px;
  }
  .slide__btn-inner{    
    width: 60%;
    justify-items: center;
  }
  .slideshow .slider__arrows .slider__arrow {
   
    padding: 5px;
   
  }
}
@media (max-width:450px){
  .slider__link-btn{
    width: 80%;
    left: 10%;
    letter-spacing: 0em;
    font-size: 16px;
  }
  .slide__btn-inner{    
    width: 60%;
    justify-items: center;
  }
}
@media (max-width:410px) {
  .slideshow {   
    min-height: calc(100vh - 61px);   
  }
  .slideshow-inner {    
    min-height: calc(100vh - 61px);
  }
  .slides {    
    min-height: calc(100vh - 61vh);  
  }
  .slide {   
    min-height: calc(100vh - 61px);    
  }
  
}
@media (max-width:340px){
  .slider__link-btn{    
    font-size: 14px;
  }
  .slide__btn-inner{    
    width: 60%;
    justify-items: center;
  }
}
/*********************************
5. ABOUT
*********************************/
.about{
  margin-top: 50px;
 margin-bottom: 70px; 
}
.about__inner{
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: 80%;  
}
.about__title{
  font-family: 'Parabola';
  font-weight: 400;
  font-size: 60px;
  line-height: 1.0;
  justify-content: center;
  text-align: center;
  margin-bottom: 30px;
}
.about p{
  font-family: 'Helvetica';
  font-weight: 400;
  /* font-style: italic; */
  font-size: 18px;
  line-height: 1.5;
  text-align: center; 
  padding: 0 30px;
}
@media (max-width:1220px){
  .about{
    margin-top: 30px;
   margin-bottom: 40px; 
  }
  .about__title{    
    font-size: 60px;
    margin-bottom: 30px;   
  }
  .about__inner{  
    width: 100%;  
  }
  .about__title{
    padding: 0 30px;
  }
}
@media (max-width:882px){
  .about__title{    
    font-size: 40px;   
  }
  .about p{
    padding: 0;
  }
}
@media (max-width:772px){ 
  .about__title{    
    font-size: 33px; 
    line-height: 1.3;
    margin: 0 0 5px 0;   
  }
  

}
@media (max-width:608px){
  .about__title{
    padding: 0 15px;
  }
  
}
@media (max-width:434px){
  .about__title{    
    font-size: 28px;   
  }
}
@media (max-width:390px){
  .about__title{    
    padding: 0;
    margin: 0 0 5px 0;  
  }
}
/*********************************
6. SERVICER
*********************************/

.services{
  margin-bottom: 50px;
}
.services__inner{
  display: flex;
  justify-content: center;
  gap: 20px;  
}
.services__item{
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;  
  
}
.services__item-img{
  width: 100%;
  height: 400px;
  object-fit: contain;
  
}
.services__item img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.services__title{
  font-family: 'Parabola';
  font-weight: 600;
  font-size: 32px;
  line-height: 1.2;
  justify-content: center;
  text-align: center;
  padding: 0 40px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.services__item p{
  font-family: 'Helvetica';
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  padding: 0 15px;
  text-align: center;
  margin-bottom: 20px;
  text-align: left;
  
}
.btn-size{
  width: 40%;
}
.services__link-btn {
  top: 30px;  
  display: inline-block;
  padding: 13px 20px;
  color: #5C5C5E;
  text-decoration: none;
  position: relative;
  background: transparent;
  border: 1px solid #000;
  font-family: 'Parabola';
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.2em;
  text-align: center;
  text-indent: 1.5px;
  text-transform: uppercase;
  transition: color 0.1s linear 0.05s;
  margin: 15px 0 0;
  left: 50%;
  bottom: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.services__link-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  z-index: 1;
  opacity: 0;
  transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0.2s;
}
.services__link-btn::after {
  transition: border 0.1s linear 0.05s;
}
.services__btn-inner {
  position: relative;
  z-index: 2;
}
.services__link-btn:hover {
  color: #fff;
  transition: color 0.1s linear 0s;
}
.services__link-btn:hover::before {
  top: 0;
  height: 100%;
  opacity: 1;
  transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0s;
}
.services__link-btn:hover::after {
  border-color: #fff;
  transition: border 0.1s linear 0s;
}
.services__link-btn::before {
  background: #5C5C5E;
}
@media (max-width:1206px){  
  .btn-size{
    width: 50%;
  }
  .services__item{    
    display: flex;
    flex-direction: column;
    justify-content: flex-start;  
    
  } 
}
@media (max-width:974px){  
  .btn-size{
    width: 70%;
  }
  
}
@media (max-width:764px){
  .services__item p{
    padding: 0;
  }
}
@media (max-width:764px){
  .services__inner{    
    display: flex;
    flex-direction: column;
    gap: 50px;  
  } 
  .btn-size{
    width: 50%;
  }
  .services__item{
    width: 100%;  
    height: auto;  
  }
  .services__item-img{
    width: 100%;    
    object-fit: cover;
    height: auto;
  } 
  .services__link-btn{
    width: 80%;
  }

}
@media (max-width:454px){
  .services__item p{   
    padding: 0 5px;   
  }
}
@media (max-width:463px){
  .services__title{    
    font-size: 28px;    
    padding: 0 10px;   
  }
}

/*********************************
7. FOTO
*********************************/
.gallery{
  margin-bottom: 30px;
}
.gallery-mb{
  margin-bottom: 50px;
}
.gallery__title{   
  margin-bottom: 40px;
}
.gallery__items{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 32px;
}
.gallery__item{
  /* padding: 16px 24px 19px; */
  color: #F0F0F4;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 300px;

}
.gallery__item:nth-child(3),
.gallery__item:nth-child(6){
  grid-column: span 2;
  grid-row: span 2;
}
@media (max-width:1189px){
  .gallery__items{    
    gap: 20px;
  }
}
@media (max-width:1113px){
  .gallery__items{    
    gap: 10px;
  } 
}
@media (max-width:1083px){ 
  .gallery__items{    
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
    gap: 10px;
  }
  .gallery__item:nth-child(3),
  .gallery__item:nth-child(6){
  grid-column: span 2;
  grid-row: span 2;
}

}
@media (max-width:549px){
  .gallery__items{    
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(4, 1fr);
    gap: 10px;
  }
  .gallery__item:nth-child(1),
  .gallery__item:nth-child(2),
  .gallery__item:nth-child(3),
  .gallery__item:nth-child(4),
  .gallery__item:nth-child(5){
  grid-column: span 2;
  grid-row: span 2;
  }
}
/*********************************
7.1 FOTO-gallery
*********************************/
.gallery-foto{
  margin-bottom: 30px;
}
.gallery-foto__items{
  display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 20px;

}
.gallery-foto__item{
  height: 300px;
	background-color: #333;
  border-radius: 8px;
}
.gallery-foto__item img{
  width: 100%;
	height: 100%;
	object-fit: cover;
  border-radius: 8px;
}
.gallery-foto__link{
  display: block;
	width: 100%;
	height: 100%;
}

.gallery-foto__item iframe,
.gallery-foto__item video {
	width: 100%;
	height: 100%;
	border: none;
}

/* .visually-hidden {
	width: 0;
	height: 0;
	overflow: hidden;
} */
@media (max-width:1189px){
  .gallery-foto__items{    
    gap: 15px;
  }
}
@media (max-width:1024px) {
  .disp-none{
    display: block;
  }
}
@media (max-width:900px) {
  .gallery-foto__items{    
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
@media (max-width:426px) {
  .gallery-foto__items{    
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}
/*********************************
8. Сomments
*********************************/
.comments{       
  max-width: 100vw;
  max-height: 100vh;
  margin-bottom: 50px;
  cursor: pointer; 
}
.rate-yo-mobile{
  display: none;
}
.comments__title{
  margin-top: 50px;
  margin-bottom: 5.31rem;
}
.comments__info-box{
  width: 50%;
  height: 50%;
  padding: 0 2rem 4.12rem 1rem;
}
.comments__info-name{
  font-family: 'Helvetica';
  font-size: 24px;
  line-height: 25px;
  color: #db5228;
  margin-bottom: 1.25rem;
}
.comments__rate .rate-yo{
  margin-bottom: 1.25rem;
}
.comments__info-text{
  padding-left: 0;
  font-family: 'Helvetica';
  font-size: 18px;
  line-height: 25px;
  color: #5C5C5E;
}
.slick-dots button {
  font-size: 0;
}
.slick-dots li button::before,
.slick-dots li.slick-active button::before{
  background-color: #5C5C5E;
  color: #5C5C5E;
  
}
.slick-dots {
  position: absolute;
  bottom: 30%;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 25px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button::before {
  font-family: 'Helvetica';   
  position: absolute;
  right: 0;
  bottom: -120px;
  width: 9px;
  height: 9px;
  border: 1px solid #334B13;
  background-color: #E5E5E5;    
  content: ' ';
  text-align: center;
}
@media (max-width:925px){
  .comments__info-text{
    padding-left: 0;
    padding-right: 0; 
  }
  .comments__info-name{
    font-size: 18px;
    line-height: 18px;
  }

}
@media (max-width:675px){
  .comments__info-text{   
    font-size: 16px;    
  }
  .comments__info-box {
    width: 50%;
    height: 50%;
    padding: 0 10px 30px 10px;
  }
  .comments__title{
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
@media (max-width:590px){   
  .rate-yo-mobile{
    display: block;
    margin-bottom: 20px;
  }
  .comments__rate .rate-yo{
    display: none;
  }
  .comments__info-text{
    font-size: 14px;
    margin-bottom: 30px;
    line-height: 1.5;
    padding: 0;
  }
  .section-title{  
      font-size: 26px;
      line-height: 1.5;
  }
}
@media (max-width:420px){
  .slick-dots {    
    bottom: 20%;    
  }
}

/*********************************
9. FEEDBACK
*********************************/
.feedback{
  margin-top: 100px;
  margin-bottom: 100px;
}
.feedback__group{
  width: 100%;
  height: auto;    
}

input[type="text"],
input[type="tel"],
input[type="email"]{    
  font-family: Helvetica;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  outline: none;
  color: #5C5C5E;
}
.feedback__title{  
  margin-bottom: 100px;
}

.feedback__contact-form{
  display: grid;
  grid-template-columns: repeat(2, 1fr);  
  /* grid-template-rows: repeat(2, 1fr); */
  row-gap: 70px;
  column-gap: 200px;
  align-items:center;
  
}
.feedback__contact-input{  
  width: 100%;
  height: auto;
  border: none;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.0);
  border-bottom: 1px solid #5C5C5E;
} 
.feedback__contact-input-text{
  margin-top: 70px;
  grid-column: span 2;
  margin: 0 100px;
  height: 100px;
  border: 1px solid #5C5C5E;
}

.feedback__contact-input::placeholder{
  padding-top: 10px;
}
.feedback__contact-title{
  text-align: center;
  font-family: Helvetica;
  font-weight: 600;
  font-size: 36px;
  text-transform: uppercase;
  line-height: 120%;
  padding: 70px 0 80px 0;    
}
.feedback__contact-btn{
  display: flex;
  justify-content: center;
  margin-top: 80px;  
} 
.feedback__contact-btn {
  font-family: Helvetica;
  font-weight: 400;
  font-size: 18px; 
  text-align: center;
  text-indent: 1.5px;
  text-transform: uppercase;
  top: 30px;
  left: 35%;  
  width: 30%;
  padding: 13px 20px;
  color: #5C5C5E;  
  position: relative;
  background: transparent;
  border: 1px solid #5C5C5E;
  border-radius: 32px;  
  transition: color 0.1s linear 0.05s;
}
.feedback__contact-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  z-index: 1;
  opacity: 0;
  border-radius: 32px;
  transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0.2s;
}
.feedback__contact-btn::after {
  transition: border 0.1s linear 0.05s;
}
.feedback__item-btn {
  position: relative;
  z-index: 2;
}
.feedback__contact-btn:hover {
  color: #fff;
  transition: color 0.1s linear 0s;
}
.feedback__contact-btn:hover::before {
  top: 0;
  height: 100%;
  opacity: 1;
  transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0s;
}
.feedback__contact-btn:hover::after {
  border-color: #fff;
  transition: border 0.1s linear 0s;
}
.feedback__contact-btn {
  margin: 15px 0 0;
  border-color: #5C5C5E;
}
.feedback__contact-btn::before {
  background: #5C5C5E;
}
@media (max-width:1083px){
  .feedback{
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .feedback__contact-form{    
    column-gap: 50px;   
  }
  .feedback__title {
    margin-bottom: 70px;
  }
}
@media (max-width:607px){
  .feedback__contact-form{    
    grid-template-columns: repeat(1, 1fr);  
     grid-template-rows: repeat(1, 1fr);     
  }
  .feedback__contact-input-text{
    margin-top: 40px;
    grid-column: span 1;
  }
  .feedback__group {
    width: 80%;
    height: auto;
    margin: 0 auto;
  }
  .feedback__contact-input-text{
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width:583px){ 
  .feedback__item-btn{
    width: 100%;
    justify-items: center;
    
  }
  .feedback__contact-btn {
    font-size: 16px; 
    left: 50%;
   bottom: 50%;
   transform: translate3d(-50%, -50%, 0);
    width: 30%;
  }
  .feedback__contact-btn::before {
    width: 100%;
  }
  .feedback__contact-btn {
    margin-top: 30px;
    width: 60%;
  }
}
/*********************************
10. FOOTER
*********************************/
.footer{
  background-color:  #F0F0F4;
}
.footer__top{
  padding-top: 43px;
}
.footer__top-inner{
  display: flex;
  justify-content: space-between;
}
.footer__top-title{
  font-family: 'Helvetica-Bold';
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
}
.footer__bottom{
  padding: 46px 0 22px;
  display: flex;
  justify-content: center;
}
.footer__bottom-link{
  font-family: 'Helvetica';
  line-height: 12px;
  font-size: 10px;
  margin: 0 5px;
  /* color: #48494D; */
  color: #5C5C5E;
}
.footer__bottom-link:hover{  
  /* color: #48494D; */
  color: #000;
}
.footer__bottom-text{
  font-family: 'Helvetica';
  line-height: 12px;
  font-size: 10px;
  /* margin: 0 40px;   */
  color: #5C5C5E;
}
.footer__top-newslatter.footer__top-item{
width: 295px;
margin-right: 40px;
}
.footer-form{
margin-top: 34px;
display: flex;
justify-content: space-between;  
}
.footer-form__input{
  font-family: 'Helvetica';
  width: 100%;
  font-size: 14px;
  line-height: 17px;
  color: #C4C4C4;
  background-color: #fff;
  border: none;
  padding: 0 12px;
}
.footer-form__input::placeholder{
  color:#C4C4C4;
  font-size: 16px;
}
.footer-form__btn{
  text-transform: uppercase;
  padding: 10px 16px;
  border: none;
  background-color: #FF792B;
  color: #fff;
  cursor: pointer;
  font-weight: 600;
  font-size: 11px;
  line-height: 13px;    
  letter-spacing: 0.12em;
  font-family: 'Helvetica', sans-serif;
}
.footer__top-item{
  width: 200px;
}
.footer-list{ 
  font-family: 'Helvetica', sans-serif;
  font-size: 14px;
  line-height: 22px;
}
.footer__top-social.footer__top-item{
  width: 250px;
}
.social-list{
  display: flex;
  align-items: center;  
  height: 100%;

  padding: 0 74px;/*!!!*/
}
.social-list__item + .social-list__item{
  margin-left: 30px;
}
/*********************************
11. Page Сompany
*********************************/
.company__title{
  margin-top: 100px;
}
.company__text-block p{
  font-family: 'Helvetica', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 2.0;
  color: #5C5C5E;
  padding: 0 50px;
  text-indent: 20px;
}
.company__link{
  text-decoration: underline;
}
.company__link:hover{
  color: #000;
}
.company__text{
  display: flex;
  justify-content: center;  
  margin-top: 30px;
  margin-bottom: 50px;
}
@media (max-width:768px){
  .company__text-block p{    
    line-height: 1.5;    
    padding: 0 ;
    
  }
}
/*********************************
12. Page Langchina
*********************************/
.chinese__title{
  margin-top: 100px;
}

.chinese__text-block p{
  /* font-family: 'GoJuOn'; */
  font-weight: 400;
  font-size: 24px;
  line-height: 2.0;
  color: #5C5C5E;
  padding: 0 50px;
  text-indent: 20px;
  letter-spacing: 0.15em;
}
.chinese__text-mb{
  margin-bottom: 100px;
}
@media (max-width:900px){
  .chinese__text-block p{    
    font-size: 18px;
    line-height: 1.5;    
    padding: 0;    
  }
}
@media (max-width:768px){
  .chinese__text-block p{    
    font-size: 16px;
        
  }
}
@media (max-width:520px){
  .chinese__text-block p{    
    font-size: 14px;      
  }
}

/*********************************
13. Page language-club
*********************************/

.language-club__image{
  display: flex;
  justify-content: center;
  gap: 20px;  
}

.language-club__img{
  width: 100%;
  height: 400px;
  overflow: visible;
  position: relative; 
 
}

.language-club__img img{  
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center; 
  position: absolute;
  top: 0;
  left: 0;
}

.language-club__text{
  margin-top: 30px;
  margin-bottom: 30px;
}
.language-club__title, 
.language-club__advantages-title,
.language-club__principle-title{  
margin-bottom: 40px;
}

.language-club__advantages{
  margin-bottom: 30px;
}
.language-club__principle{
  margin-bottom: 30px;
}
.language-club__price-title{  
margin-bottom: 30px;
}
.language-club__table{
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.language-club__table-tr{
   border: 1px solid#181717;
   border-left: none;
   border-right: none;
}
.language-club__table-tr + .language-club__table-tr{
   font-size: 36px;
   line-height: 43px;
   font-weight: bold;
   text-align: center;
}
.language-club__table-td{
   padding: 10px 30px 10px 0;
}
.language-club__table-td span{
   font-size: 14px;
   line-height: 17px;
   display: block;
}
@media (max-width:1024px){
  .language-club__image {    
    height: 100%;
  }
}
@media (max-width:874px){
  .language-club__image {    
    height: 100%;
  }
}
@media (max-width:758px){
  .language-club__table-td{
    padding: 10px 10px;
    font-size: 16px;
    line-height: 1.2;
 }
 .language-club__table-tr + .language-club__table-tr{
  font-size: 16px;
  line-height: 1.5;  
}
}

@media (max-width:600px){
  
  .language-club__table-td{
    padding: 10px 10px;
    font-size: 14px;
    line-height: 1.2;

 }
 .language-club__table-tr + .language-club__table-tr{
  font-size: 14px;
  line-height: 1.5;
  
}
.language-club__image{
  display: flex;
  flex-direction: column;
}
}
/*********************************
14. Page childrens-recreation
*********************************/
.childrens-recreation__text{
  margin-top: 50px;
  margin-bottom: 30px;
}

.childrens-recreation__title{ 
margin-bottom: 40px;
}
.childrens-recreation__program-title{
margin-bottom: 20px;
margin-top: 20px;
}

.childrens-recreation__title-practice{  
  margin-bottom: 20px;
  margin-top: 20px;
}
.childrens-recreation__skill{
  margin-top: 20px;
  margin-bottom: 20px;
}
.childrens-recreation__skill-title,
.childrens-recreation__learn-title{ 
margin-bottom: 20px;
}
.childrens-recreation__skill-text--black{
font-family: 'Helvetica', sans-serif;
font-weight: 500;
font-size: 18px;
line-height: 1.5;
color: black; 
text-transform: uppercase; 
}
.childrens-recreation__table{
display: flex;
justify-content: center;
margin-left: 40px;
}
.childrens-recreation__table-tr{
 border: 1px solid#181717;
 border-left: none;
 border-right: none;
}
.childrens-recreationb__table-tr + .childrens-recreation__table-tr{
 font-size: 36px;
 line-height: 43px;
 font-weight: bold;
 text-align: center;
}
.childrens-recreation__table-td{
 padding: 20px 30px 20px 20px;
}

@media (max-width:509px){
  .childrens-recreationb__table-tr + .childrens-recreation__table-tr{
    font-size: 26px;
    line-height: 1.5;
   }
   .childrens-recreation__table-td{
    padding: 10px 15px 10px 10px;
   }
   .childrens-recreation__table{    
    margin-left: 0;
    }
}
@media (max-width:423px){
  .childrens-recreationb__table-tr + .childrens-recreation__table-tr{
    font-size: 16px;
    line-height: 1.5;
   }
   .childrens-recreation__table-td{
    padding: 10px 15px 10px 10px;
    font-size: 16px;
    line-height: 1.5;
   }
   .childrens-recreation__table{    
    margin-left: 0;
    }
}

/*********************************
15. Page Сontacts
*********************************/
.contact{
  margin-bottom: 30px;
  
}
.contact__title{
  margin-right: 30px;
  margin-top: 50px;
  margin-bottom: 30px;
}
.contact__menu{  
  margin: 0 auto;
  width: 400px;
  height: auto;  
}
.contact__menu-inner{
  display: flex;
  flex-direction: column;  
  gap: 20px;
}
.contact__menu-item{
 margin-left: 30px;
}
.contact__menu-link{
  position: relative;
  font-family: 'Helvetica', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
}
.mymaps__box{
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.contact__menu-link-icon{
  position: absolute;
  top: -20px;
  left: -39px;
  width: 22px;
  height: 22px;
 margin-right: 17px;
 margin-top: 20px; 
}
.working{
  width: 400px; 
  margin: 0 auto;
   margin-top: 50px;
  margin-bottom: 0px;
 }
.working p{
  padding: 0 10px;
}
@media (max-width:768px){
  .contact{
    padding: 0 5px;
    
  } 
}
@media (max-width:385px){
  .contact__menu-link{   
    font-size: 16px;
    line-height: 1.5;
  }
}
/*********************************
16. Page Airtours
*********************************/
.air-routes{
  margin-bottom: 100px;
  width: 100%;
  height: 800px;
  background-color: #fff;
}
.air-routes__title{
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width:1110px){
  .air-routes__title{
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .section-title{
    font-size: 26px;
  }
  
}

/*********************************
17. Page spring-holidays
*********************************/
.winter__box{
  margin-bottom: 30px;
}
.winter__box-title{
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width:1189px){
  .gallery__items{    
    gap: 20px;
  }
}
@media (max-width:1113px){
  .gallery__items{    
    gap: 10px;
  } 
}
@media (max-width:1083px){ 
  .gallery__items{    
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
    gap: 10px;
  }
  .gallery__item:nth-child(3),
  .gallery__item:nth-child(6){
  grid-column: span 2;
  grid-row: span 2;
}

}
@media (max-width:549px){
  .gallery__items{    
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(4, 1fr);
    gap: 10px;
  }
  .gallery__item:nth-child(1),
  .gallery__item:nth-child(2),
  .gallery__item:nth-child(3),
  .gallery__item:nth-child(4),
  .gallery__item:nth-child(5){
  grid-column: span 2;
  grid-row: span 2;
  }
}
/*********************************
18. Page excursions
*********************************/

.myvideos{
  margin-top: 50px;
  margin-bottom: 40px;
  height: auto; 
}
.myvideos__box{
  display: flex;
  justify-content: center;
}
.embed{
  width: 50%;
  height: 40vh;
  padding: 10px;  
}
.embed iframe {
  width: 100%;
  height: 100%;
  /* position: absolute; */
  
}
@media (max-width:768px){
  .myvideos__box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .embed{
    width: 100%;
    height: 40vh;
    padding: 0 0 20px 0;  
  }
}
@media (max-width:691px){   
  .feedback__item-btn{
    width: 100%;
    justify-items: center;    
  }
  .feedback__contact-btn {
    font-size: 16px; 
    left: 50%;
   bottom: 50%;
   transform: translate3d(-50%, -50%, 0);
    width: 30%;
  }
  .feedback__contact-btn::before {
    width: 100%;
  }
  .feedback__contact-btn {
    margin-top: 30px;
    width: 60%;
  }
}
/***********************404***************************/
.content__error {
 display: flex;
 flex-direction: column;
 justify-content: space-between;
 align-items: center;
  width: 100%;
  height: auto;
  
}
.content__error-number{
  font-family: 'UmbrellaC-Plain';
  font-weight: 900;
  font-size: 200px;
  color: #ED6F1B;
  
}
.content__error-text{
  font-weight: 400;
  font-size: 24px;
  color: #000;  
}
 .content__error-link{
  font-size: 26px;
  font-family: 'Helvetica';
  line-height: 2.0;
  color: #000000;  
  margin-bottom: 90px;
  margin-left: 20px;  
} 
.content__error-link:hover{
  color: #ED6F1B;
}
@media (max-width:404px){
  .content__error-number{    
    font-size: 150px;   
  }
  .content__error-text{       
    font-size: 20px;  
    margin-left: -20px;  
  }
  .content__error-link{
    font-size: 22px;    
  } 
  
}


/*************************************************/

@media (max-width:768px){
  .section-title{
    font-size: 26px;
    line-height: 1.5;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  p{    
    font-size: 16px;
    line-height: 1.5;    
    padding: 0;   
  }
}
@media (max-width:451px){
  .section-title{
    font-size: 22px;
    line-height: 1.5;
    margin-top: 15px;
    margin-bottom: 15px;
  }
 
}
/* Кнопка наверх */
.upbtn {
  opacity: 0.8;
  z-index: 9999;
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: -80px;
  left: 20px;
  cursor: pointer;
  border:3px solid #BFE2FF;
  transition: all .7s ease-in-out;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #FF792B;
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjMycHgiIGhlaWdodD0iMzJweCIgdmlld0JveD0iMCAwIDQ0NC44MTkgNDQ0LjgxOSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDQ0LjgxOSA0NDQuODE5OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTQzMy45NjgsMjc4LjY1N0wyNDguMzg3LDkyLjc5Yy03LjQxOS03LjA0NC0xNi4wOC0xMC41NjYtMjUuOTc3LTEwLjU2NmMtMTAuMDg4LDAtMTguNjUyLDMuNTIxLTI1LjY5NywxMC41NjYgICBMMTAuODQ4LDI3OC42NTdDMy42MTUsMjg1Ljg4NywwLDI5NC41NDksMCwzMDQuNjM3YzAsMTAuMjgsMy42MTksMTguODQzLDEwLjg0OCwyNS42OTNsMjEuNDExLDIxLjQxMyAgIGM2Ljg1NCw3LjIzLDE1LjQyLDEwLjg1MiwyNS42OTcsMTAuODUyYzEwLjI3OCwwLDE4Ljg0Mi0zLjYyMSwyNS42OTctMTAuODUyTDIyMi40MSwyMTMuMjcxTDM2MS4xNjgsMzUxLjc0ICAgYzYuODQ4LDcuMjI4LDE1LjQxMywxMC44NTIsMjUuNywxMC44NTJjMTAuMDgyLDAsMTguNzQ3LTMuNjI0LDI1Ljk3NS0xMC44NTJsMjEuNDA5LTIxLjQxMiAgIGM3LjA0My03LjA0MywxMC41NjctMTUuNjA4LDEwLjU2Ny0yNS42OTNDNDQ0LjgxOSwyOTQuNTQ1LDQ0MS4yMDUsMjg1Ljg4NCw0MzMuOTY4LDI3OC42NTd6IiBmaWxsPSIjRkZGRkZGIi8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==)
}
.upbtn:hover {
  opacity: 1;
  background-color: #FF792B;
}
/*******************Header******************/
@media (max-width:1220px) {
  .header__inner{     
    min-height: 90px;
  }
  .logo__img{
    object-fit: contain;
    width: 90px;
    height: 90px;
  }
  .menu__link{    
    font-size: 14px;
    line-height: 0.7;    
  }
}
@media (max-width:1140px) {
  .menu__link{    
    font-size: 13px;
    line-height: 0.7;    
  }
  .menu__list{    
    gap: 0 15px;
  }
  .header__inner{     
    min-height: 70px;
  }
  .logo__img{
    object-fit: contain;
    width: 70px;
    height: 70px;
  }
  .header__selected-lang{    
    font-size: 13px;
  }
  .header___lang-list{
    top: 23px;
  }
}
@media (max-width:1024px) { 
  #toggle{
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.2s;   
  }  
  .menu__list{    
    transform: translateX(-100%);
    transition: transform 1s;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.7);    
    padding: 50px 0;
    align-items: center;
    flex-direction: column; 
    z-index: 1010;    
  }  
  .menu__list.menu__list--active{   
    transform: translateX(0%);
  }
  .menu__link{
    color: #fff;
    font-size: 22px;
    padding: 15px 0;
    display: inline-block;
  }
  .menu__link:hover{
    color: #FF792B;   
  }
  .menu__link::before{
    display: none;
  }

.header__lang-menu:hover .header___lang-list{ 
  display: none; 
} 
.header__lang-menu.open .header__selected-lang::before{
  -webkit-transform:rotate(180deg);
  -ms-transform:rotate(180deg);
  transform:rotate(180deg);
  top: 70px;
}
.header__lang-menu.open .header___lang-list{
  display:block
}
.header__inner-grid{
 display: grid;
 grid-template-columns: repeat(3, 1fr);
 grid-template-areas: 
        "grid-lang grid-logo grid-burger";    
}
.grid-lang {  
  grid-area: grid-lang;  
}
.grid-logo{  
  grid-area: grid-logo;   
  margin: auto;
}
.grid-burger{  
 display: flex;
 justify-content: end;
  grid-area: grid-burger;
}
}
@media (max-width:524px){
  .header__lang-menu{ 
    width: 100px;
    
  }
  .header__selected-lang{    
    font-size: 13px;    
    gap: 5px;  
  }
  
}
@media (max-width:410px){
  .header__lang-menu{ 
    width: 100px;    
  }
  .header__selected-lang{    
    font-size: 13px;    
    width: auto;
    padding-left: 10px;
  }
  .header___lang-link::before{    
    width: 30px;
    height: 16px;
    
   }
   .header__selected-lang::before{    
    width: 30px;
    height: 16px;
    
  }
  .header___lang-item{
    padding: 7px 0;
  }
  .header__selected-lang{    
    font-size: 13px; 
    
  }
  .logo__img{
    object-fit: contain;
    width: 60px;
    height: 60px;
  }
  .header__inner{     
    min-height: 60px;
  } 
 .menu__list--active {    
    top: 60px;    
  } 
  .menu__list{ 
    top: 60px;
  } 
  .header__lang-menu.open .header__selected-lang::before{
    -webkit-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    transform:rotate(180deg);
    top: 60px;
  } 
}
@media (max-width:360px){
  .logo__img{
    object-fit: contain;
    width: 50px;
    height: 50px;
  }
}
/*******************Footer******************/
@media (max-width:810px){
  .footer__top-inner{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }  
  .footer__top-item-4{
    grid-column: 1/3;    
    grid-row: 1/ span 2;
    justify-self: center;
    margin-bottom: 30px;
  }
.social-list__item + .social-list__item{
  margin-left: 40px;
}
  .footer__top-item-1{
    grid-column: 1/3;   
    grid-row: 4/ span 2;
    justify-self: center;
    margin-bottom: 30px;    
  }
  .footer__top-title{
    font-family: 'Helvetica-Bold';
    font-weight: bold;
    font-size: 16px;
    line-height: 2.0;
  }
  .footer__top-item-2,
  .footer__top-item-3{
    justify-self: center;
    margin-bottom: 30px;
  }
  .footer__top-title{
    font-family: 'Helvetica';    
    font-size: 16px;
    line-height: 1.0;
    text-align: start;
    margin-bottom: 15px;
    padding-left: 30px;
  }
  .footer-list__item{
    /* text-align: start; */
    padding-left: 30px;
  }
}
@media (max-width:417px){
  .footer__top-inner {
   display: flex;
   flex-direction: column;
   flex-flow:column-reverse;
   align-items: center;
  }
  .footer__top-newslatter.footer__top-item {
    width: 295px;
    margin-right: 0px;
  }
  
}