/*ADDITIONAL STYLES TO main.css*/
.services__row{
  overflow: hidden;
}
.services__slider{
  overflow: visible;
}
.services__slider:before{
  z-index: 10;
  width: 9999px;
  content: '';
  height: 100%;
  position: absolute;
  background: #000;
  right: 100%;
  top: 0;
}
.services__slider:after{
  z-index: 10;
  width: 9999px;
  content: '';
  height: 100%;
  position: absolute;
  background: #000;
  left: 100%;
  top: 0;
}
.services__item .cards__front,.services__item .cards__back{
  padding: 0 !important;
}
.services__item.cards__elem{
  padding-top: 0;
  flex: none;
  height: 0;
  padding-top: 39.6% !important;
}
.services__coach{
  height: 100%;
}
.services__coach img{
  height: 100%;
  object-fit: cover;
}

.cards__back .services__linear{
  background: linear-gradient(360deg, #000000 55%, rgba(0, 0, 0, 0) 131.25%);
}

.cards__back .services__exp{
  font-style: italic;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #CDAC6B;
  margin-bottom: 20px;
  margin-top: 0;
  text-align: left;
}

.cards__back .services__desc{
  margin-bottom: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #CDAC6B;
  text-align: left;
}

.cards__back .services__desc b{
  font-weight: 500;
}

#menu-item-231{
  cursor: pointer;
}

.popup-form5 .popup__content,.popup-form5 .popup__container{
  width: 100%;
}

.first__center{
  margin-top:0 !important;
}

.first__work{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
  padding: 8px 40px;
  border-top: 1px solid #CDAC6B;
  border-bottom: 1px solid #CDAC6B;
  margin-bottom: 26px;
}

.first__work p{
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  color: #FFFFFF;
}

.first__work--text__1{
  margin-bottom: 15px;
}

.footer__bottom{
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
  margin-top: 36px;
}

.footer__docs{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  align-items: center;
}

.footer__docs a{
  margin-left: 10px;
  margin-right: 10px;
}

.popup-form__right{
  -webkit-touch-callout: none;
 -webkit-user-select: none;
 -khtml-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
}

.first__video{
  object-fit: cover;
}

.first__video video{
  z-index: 0;
}

.controls{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.control{
  width: 2.343vw;
  height: 2.343vw;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
}

.control:after{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  opacity: 0.3;
  border: 1px solid #CDAC6B;
}

.control img{
  height: 1.146vw;
  width: auto;
}

.control__right{
  transform: scaleX(-1);
}


.controls.gallery__controls{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  width: 100%;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: -3vw;
  margin-bottom: 2vw;
}

.gallery__controls .control{
  margin:0 1.172vw;
}

.gallery__item img{
  cursor: pointer;
}

.simplemarquee-wrapper{
  will-change: transform;
}

@media (max-width: 1390px){
  .services__item.cards__elem{
    padding-top: 40.6% !important;
  }
  .cards__back .services__info{
    padding: 18px 18px;
  }
  .cards__back .services__exp{
    font-size: 15px;
    margin-bottom: 15px;
    line-height: 18px;
  }
  .cards__back .services__desc{
    font-size: 13px;
    line-height: 16px;
  }
}
@media (max-width: 1100px){
  .cards__back .services__info{
    padding: 1.2vw;
  }
  .cards__back .services__exp{
    font-size: 1.1vw;
    margin-bottom: 1vw;
    line-height: 1.7vw;
  }
  .cards__back .services__desc{
    font-size: 1.1vw;
    line-height: 1.35vw;
  }
}
@media (max-width: 800px){
  .map.inner-ex .map__close{
    left: 8px;
  }
  .map.inner-ex.active .map__close{
    left:35px;
  }
  .footer__docs{
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
  }
  .footer__docs a{
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
  }
  .footer__docs a:last-child{
    margin-bottom: 0;
  }
  .control{
    width: 25px;
    height: 25px;
  }
  .control img{
    height: 12px;
  }
  .gallery__controls .control{
    margin:0 15px;
  }
  .controls.gallery__controls{
    margin-top: -10px;
    margin-bottom: 15px;
  }

}
@media (max-width: 550px){
  .services__item.cards__elem{
    padding-top: 47.6% !important;
  }
  .cards__back .services__info{
    padding: 12px 12px;
  }
  .cards__back .services__exp{
    font-size: 11px;
    margin-bottom: 6px;
    line-height: 15px;
  }
  .cards__back .services__desc{
    font-size: 9px;
    line-height: 12px;
  }
  .cards__elem.services__item:nth-last-child(1) .cards__front,.cards__elem.services__item:nth-last-child(1) .cards__back{
    max-width: 180px;
  }
  .first__work{
    justify-content: center;
  }
  .first__title{
    margin-bottom: 50px;
  }
  .first__subtitle{
    margin-bottom: 50px;
  }
}

@media (max-width: 480px){
  .services__item.cards__elem{
      padding-top: 61.6% !important;
  }
}

@media (max-width: 376px){
  .services__item.cards__elem{
      padding-top: 65.6% !important;
  }
}
