@font-face {
  font-family: "gr";
  src: url("../fonts/GraphikLCG-Regular.eot");
  src: url("../fonts/GraphikLCG-Regular.eot?#iefix")format("embedded-opentype"),
  url("../fonts/GraphikLCG-Regular.woff")format("woff"),
  url("../fonts/GraphikLCG-Regular.ttf")format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "gm";
  src: url("../fonts/GraphikLCG-Medium.eot");
  src: url("../fonts/GraphikLCG-Medium.eot?#iefix")format("embedded-opentype"),
  url("../fonts/GraphikLCG-Medium.woff")format("woff"),
  url("../fonts/GraphikLCG-Medium.ttf")format("truetype");
  font-style: medium;
  font-weight: medium;
}
@font-face {
  font-family: "gb";
  src: url("../fonts/GraphikLCG-Semibold.eot");
  src: url("../fonts/GraphikLCG-Semibold.eot?#iefix")format("embedded-opentype"),
  url("../fonts/GraphikLCG-Semibold.woff")format("woff"),
  url("../fonts/GraphikLCG-Semibold.ttf")format("truetype");
  font-style: bold;
  font-weight: bold;
}
@font-face {
  font-family: "ab";
  src: url("../fonts/PTAstraSerif-Bold.eot");
  src: url("../fonts/PTAstraSerif-Bold.eot?#iefix")format("embedded-opentype"),
  url("../fonts/PTAstraSerif-Bold.woff")format("woff"),
  url("../fonts/PTAstraSerif-Bold.ttf")format("truetype");
  font-style: bold;
  font-weight: bold;
}
@font-face {
  font-family: "ar";
  src: url("../fonts/PTAstraSerif-Regular.eot");
  src: url("../fonts/PTAstraSerif-Regular.eot?#iefix")format("embedded-opentype"),
  url("../fonts/PTAstraSerif-Regular.woff")format("woff"),
  url("../fonts/PTAstraSerif-Regular.ttf")format("truetype");
  font-style: normal;
  font-weight: normal;
}
body{
  font-family: 'gm';
  color: #000;
  overflow-x: hidden;
  background-color: #F5F6FA;
}
.row-menu{
  padding-top: 40px;
  max-width: 100%;
  padding-bottom: 100px;
}
.ul-flex{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  list-style: none;
  padding-top: 7px;
}
.li-flex {
  list-style-type: none!important;
  flex-basis: auto;
  flex-grow: 1;
  background: transparent;
  text-align: center;
  font-size: 14px;
  font-family: 'gr';
}
.li-flex a{
  color: #000;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.li-flex a:hover{
  color: #8B1736;
  text-decoration: none;
}

.container-ham { position: absolute; width: 100%; height: 100%; text-align: center; top: 40%; left: 0; margin: 0 auto; font-family: 'regular', sans-serif; z-index: 6;}
.container-ham p { font-size: 20px; }
.container-ham a { display: inline-block; position: relative; text-align: center; color: #3c3c3c; text-decoration: none; font-size: 20px; overflow: hidden; top: 5px; }
.container-ham a:after { content: ''; position: absolute; background: #3c3c3c; height: 2px; width: 0%; transform: translateX(-50%); left: 50%; bottom: 0; -webkit-transition: .35s ease;-o-transition: .35s ease;transition: .35s ease; }
.container-ham a:hover:after, .container-ham a:focus:after, .container-ham a:active:after { width: 100%; }
h1 { position: relative; text-align: center; font-family: 'regular', serif; }
.button_container { position: absolute; top: 30px; right: 30px; height: 20px; width: 22px; cursor: pointer; z-index: 1000; -webkit-transition: opacity .25s ease;-o-transition: opacity .25s ease;transition: opacity .25s ease; }
.button_container:hover { opacity: 1; }
.button_container.active .top { transform: translateY(7px) translateX(0) rotate(-45deg); background: #FFF; }
.button_container.active .middle { opacity: 0; background: #FFF; }
.button_container.active .bottom { transform: translateY(-9px) translateX(0) rotate(45deg); background: #FFF; width: 100%;}
.button_container span { background: #000; border: none; height: 3px; width: 100%; position: absolute; top: 0; left: 0; -webkit-transition: all .35s ease;-o-transition: all .35s ease;transition: all .35s ease; cursor: pointer; }
.button-learn span { background: #fff!important; border: none; height: 3px; width: 100%; position: absolute; top: 0; left: 0; -webkit-transition: all .35s ease;-o-transition: all .35s ease;transition: all .35s ease; cursor: pointer; }
.button_container span:nth-of-type(2) { top: 8px; }
.button_container span:nth-of-type(3) { top: 16px; width: 70%; right: 0; left: auto;}
.overlay { position: fixed; background: #1C262E; top: 0; left: 0; width: 100%; height: 0%; opacity: 0; visibility: hidden; -webkit-transition: opacity .35s, visibility .35s, height .35s;-o-transition: opacity .35s, visibility .35s, height .35s;transition: opacity .35s, visibility .35s, height .35s; overflow: hidden; }
.overlay.open { opacity: 1; visibility: visible; height: 100%; z-index: 3; overflow-y: hidden!important;}
.overlay.open li { animation: fadeInRight .5s ease forwards; animation-delay: .35s; }
.overlay nav {font-family: 'gm'; position: relative; height: 80%; top: 51%; transform: translateY(-50%); font-size: 50px; text-align: center;}
.overlay ul { list-style: none; padding: 0; margin: 0 auto; display: inline-block; position: relative; height: 100%; }
.overlay ul li { display: block; height: 25%; height: calc(45% / 4); min-height: 50px; position: relative; opacity: 0; font-size: 25px;}
.overlay ul li.li-booking { display: block; height: 70px; min-height: 50px; position: relative; opacity: 0; font-size: 25px;}
.overlay ul li a { display: block; position: relative; color: #FFF; text-decoration: none; overflow: hidden; }
.overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after { width: 100%; }
.overlay ul li a:after { content: ''; position: absolute; bottom: 0; left: 50%; width: 0%; transform: translateX(-50%); height: 1px; background: #FFF; -webkit-transition: .35s;-o-transition: .35s;transition: .35s; }
@keyframes fadeInRight { 0% { opacity: 0; left: 20%; } 100% { opacity: 1; left: 0; } }
.z-index-xs{
  z-index: 123;
}
.logo-open{
  opacity: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.panel-open{
  background: transparent!important;
}
#top-panel-mob {
	position: fixed;
	overflow: hidden;
	top: -75px;
	width: 100%;
	height: 75px;
	z-index: 101;
  background: #fff;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.logo-panel{
  margin-top: 20px;
  margin-left: 30px;
}

.back-main{
  background-color: #F5F6FA;
}
.a-booking{
  background-color: #8B1736;
  border: 1px solid #8B1736;
  color: #fff;
  font-family: 'gm';
  font-size: 14px;
  padding: 10px 35px;
}
.a-sign{
  border: 1px solid #8B1736;
  color: #8B1736;
  font-family: 'gm';
  font-size: 14px;
  padding: 10px 35px;
}
.bold{
  font-family: 'gm';
}
.anim-school{
  -webkit-transition: 2s;
  -o-transition: .8s;
  transition: color 2s;
  color: #000;
}
.anim-univer{
  -webkit-transition: .8s;
  -o-transition: .8s;
  transition: color 2s;
  color: #000;
}
.red{
  color: #8B1736;
}
.word-red{
  color: #000;
  -webkit-animation-name: redTop;
  animation-name: redTop;
  animation-delay: 1s;
  animation-duration: 4.5s;
  animation-fill-mode: forwards;
}
@keyframes redTop {
   from  {
     color: #000;
   }
   10% {
      color: #8B1736;
   }
   85% {
      color: #8B1736;
   }
   to {
      color: #000;
   }
 }

.h1-title{
  font-size: 48px;
  font-family: 'gm';
  text-align: left;
  margin-bottom: 40px;
  letter-spacing: -1.3px;
}
.p-title{
  font-size: 20px;
  font-family: 'ar';
  color: #5E6674;
  margin-bottom: 60px;
  max-width: 440px;
  line-height: 1.3;
}
@media (min-width: 1200px){
  .container-big {
      max-width: 1600px;
      padding: 0px 85px;
  }
}
.block-title{
  width: 500px;
  max-width: 100%
}
.back-title{
  box-shadow: 0 10px 15px 0px rgba(119,129,149,0.2);
  max-width: 100%;
}
.main-photo{
  max-width: 100%;
  width: 100%;
}
img{
  max-width: 100%;
}
.row-title{
  padding-bottom: 120px;
}
.links-cert{
  display: block;
  color: #DCE1EB;
  font-family: 'gm';
  font-size: 16px;
  padding: 10px 10px;
  margin: 0px;
  text-align: center;
  min-height: 70px;
  display: flex;
  max-width: 100%;
  height: 100%;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.links-cert:hover{
  text-decoration: none;
  color: #8B1736;
}
.section-program{
  background-color: #fff;
  overflow: hidden;
}
.overflow-h{
  overflow: hidden;
}
.owl-par{
  padding-bottom: 60px;
}
.h3-slider{
  margin-bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.2;
}
.btns{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  list-style: none;
  flex-wrap: wrap;
}
.btns .act{
  list-style-type: none!important;
  flex-basis: auto;
  flex-grow: 1;
  background: transparent;
  width: 100px;
}
.loop .item{
  width: 200px;
}
.loop .owl-stage-outer .owl-stage .owl-item{
  width: 200px!important;
}
.item .act{
  width: 135px;
}
.active-nav-slide{
  color: #8B1736!important;
}
.row-slider{
  margin-top: 35px;
  margin-bottom: 20px;
}
.p-title-slider{
  font-size: 30px;
  margin-bottom: 35px;
  line-height: 1.3;
  letter-spacing: -1px;
}
.p-small-slider{
  font-size: 18px;
  font-family: 'ar';
  color: #5E6674;
  margin-bottom: 40px;
  line-height: 1.3;
}
.block-img-slider{
  margin-left: auto;
  margin-right: auto;
}
.img-slider{
  max-height: 500px;
  margin-bottom: auto;
  width: 380px!important;
  max-width: 100%!important;
}
.img-slider-us{
  max-width: 350px!important;
}
.img-slider-sub{
  max-width: 310px!important;
}
.img-slider-online{
  max-width: 350px!important;
}
.a-titles{
  font-size: 30px;
  font-family: 'gm';
  color: #DCE1EB;
  line-height: 1.3;
  letter-spacing: -1px;
  text-decoration: none!important;
  display: block;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.a-titles:hover{
  color: #8B1736;
}
.p-booking-slider{
  font-family: 'ar';
  font-size: 16px;
  color: #8B1736;
  margin-bottom: 0;
}
.img-arrow{
  max-height: 15px;
  max-width: 7.5px;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 19px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: ease-in-out .4s;
}
.block-booking{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  max-width: 90px;
}
.block-booking:hover{
  cursor: pointer;
}
.block-booking:hover img{
  transform: translateX(7px);
}
.a-booking-slider:hover{
  text-decoration: none;
  cursor: default;
}
.img-map{
  max-width: 100%;
}
.p-small-map{
  font-size: 18px;
  font-family: 'ar';
  color: #5E6674;
  line-height: 1.3;
}
.section-map{
  background-color: #F5F6FA;
  padding-top: 70px;
  padding-bottom: 50px;
}
.section-tab{
  background-color: #F5F6FA;
  padding-bottom: 200px;
  padding-top: 100px;
}
.block-tab{
  padding: 50px;
  background-color: #fff;
  height: 100%;
  margin-bottom: 20px;
  transition: .3s ease-out;
}

.col-tab .block-tab{
  padding-bottom: 70px;
  position: relative;
}
.a-more{
  opacity: 0;
  display: block;
  text-decoration: none!important;
  position: absolute;
  max-width: 88px;
  transition: .3s;
  bottom: 30px;
}
.a-more:after {
  background-color: #8B1736;
  display: block;
  content: "";
  height: 1px;
  width: 0%;
  left: 0%;
  opacity: 0;
  position: absolute;
  -webkit-transition: .3s ease-in-out;
  -moz--transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  transform: translateX(0%);
}
.a-more:focus:after{
  opacity: 1!important;
  width: 100%;
}

.p-more{
  font-size: 16px;
  color: #000;
  margin-bottom: 2px;
}
.img-tab{
  max-height: 70px;
  margin-bottom: 30px;
}
.col-tab{
  margin-top: 35px;
}
.section-tutor{
  background-color: #F5F6FA;
  padding-bottom: 100px;
}
.img-tutor{
  max-width: 100%;
  max-height: 100%;
  box-shadow: 0 10px 15px 0px rgba(119,129,149,0.2);
}
.section-team{
  background: #fff;
  height:auto;
  position:relative;
  z-index:2;
  overflow:hidden;
}
.section-team:before {
    content: "";
    display: block;
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:50%;
    background:#F5F6FA no-repeat;
    z-index:-1;
}
.p-title-team{
  font-size: 30px;
  margin-bottom: 20px;
  margin-top: 45px;
  text-align: center;
  line-height: 36px;
}
.p-desc-team{
  font-size: 16px;
  font-family: 'ar';
  color: #5E6674;
  margin-bottom: 30px;
  text-align: center;
  line-height: 21px;
  line-height: 1.3;
}
.block-team{
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.block-team-socnet{
  max-width: 110px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
.block-team-socnet a{
  width: 25px;
  flex-grow: 1;
}
.block-team-socnet a img{
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.section-governess{
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff;
}
.row-governess{
  margin-left: 0;
  max-width: 100%;
  margin-right: 0;
}
.p-tutor {
  font-size: 18px;
  font-family: 'ar';
  color: #5E6674;
  margin-bottom: 0;
  line-height: 1.3;
}
.section-class{
  background: #F5F6FA;
  height:auto;
  position:relative;
  z-index:2;
  overflow:hidden;
}
.section-class:before {
  content: "";
  display: block;
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:7%;
  background: #fff no-repeat;
  z-index:-1;
}
.section-faqs{
  background: #F5F6FA;
  padding-top: 140px;
  padding-bottom: 155px;
}
#owl-demo .owl-stage-outer .owl-stage .owl-item{
  height: 100%!important;
  min-height: 100%!important;
}
.h1-faqs{
  font-size: 50px;
  margin-bottom: 95px;
  font-family: 'gm'
}
.text-faqs{
  min-height: 300px;
}
.section-start{
  padding-top: 80px;
  padding-bottom: 95px;
  background-color: #fff;
}
.h1-start{
  font-size: 50px;
  margin-bottom: 50px;
  font-family: 'gm';
  letter-spacing: -2px;
}
.block-a-start{
  max-width: 479px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
.block-a-start a{
  flex-grow: 1;
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: none;
}
.block-a-start a div{
  font-size: 18px;
  -webkit-transition: ease-out .3s;
  -o-transition: ease-out .3s;
  transition: ease-out .3s;
}
.block-a-start a div:hover{
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.div-booking{
  background-color: #8B1736;
  border: 1px solid #8B1736;
  color: #fff;
  font-family: 'gm';
  font-size: 14px;
  padding: 10px 35px;
  max-width: 210px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: ease-out .3s;
  -o-transition: ease-out .3s;
  transition: ease-out .3s;
}
.div-sign{
  border: 1px solid #8B1736;
  color: #8B1736;
  font-family: 'gm';
  font-size: 14px;
  padding: 10px 35px;
  max-width: 210px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.section-contacts{
  background-color: #1C262E;
  padding-top: 105px;
  padding-bottom: 100px;
}
.h1-contacts{
  font-size: 50px;
  margin-bottom: 100px;
  font-family: 'gm';
  color: #fff;
  letter-spacing: -2px;
}
.p-contacts-title{
  font-size: 16px;
  font-family: 'gm';
  color: #fff;
}
.p-contacts{
  font-size: 16px;
  font-family: 'gr';
  color: #fff;
  max-width: 200px;
}
.block-contacts{
  border-right: solid 1px rgba(255, 255, 255, 0.1);
  padding-left: 15px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.block-contacts-last{
  padding-left: 15px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.block-follow-socnet {
  max-width: 135px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
.block-follow-socnet a{
  width: 25px;
  flex-grow: 1;
}
.block-follow-socnet a img{
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.h1-follow{
  font-size: 30px;
  font-family: 'gm';
  color: #fff;
  margin-bottom: 25px;
  margin-top: 80px;
  letter-spacing: -1px;
}
.p-footer{
  font-size: 14px;
  font-family: 'ar';
  text-align: center;
  color: #778195;
  margin-top: 75px;
}
.h2-slider{
  font-family: 'gm';
  font-size: 50px;
  padding-top: 120px;
  margin-bottom: 40px;
  text-align: center;
  letter-spacing: -2px;
}
.img-governess {
  max-width: 100%;
  width: 100%;
  box-shadow: 0 10px 15px 0px rgba(119,129,149,0.2);
}
.block-a-top {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
}
.toggle .div-booking-top{
  font-size: 20px;
}
.div-booking-top{
  background-color: #8B1736;
  border: 1px solid #8B1736;
  color: #fff;
  font-family: 'gm';
  font-size: 14px;
  padding: 10px 35px;
  max-width: 210px;
  text-align: center;
  margin-right: 10px;
  width: 100%;
  -webkit-transition: ease-out .3s;
  -o-transition: ease-out .3s;
  transition: ease-out .3s;
}
.a-top div:hover{
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}
.div-sign-top{
  border: 1px solid #8B1736;
  color: #8B1736;
  font-family: 'gm';
  font-size: 14px;
  padding: 10px 35px;
  max-width: 210px;
  text-align: center;
  margin-left: 10px;
  width: 100%;
  -webkit-transition: ease-out .3s;
  -o-transition: ease-out .3s;
  transition: ease-out .3s;
}
.a-top{
  text-decoration: none!important;
}
#top-panel {
	position: fixed;
	overflow: hidden;
	top: -75px;
	width: 100%;
	height: 75px;
	z-index: 5;
  background: #fff;
  box-shadow: 0 10px 15px 0px rgba(119,129,149,0.2);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.panel-active{
  top: 0px!important;
}
.row-menu {
  padding-top: 15px;
  max-width: 100%;
  padding-bottom: 100px;
}
.block-close{
  position: absolute;
  right: 19px;
  text-align: right;
  z-index: 12;
}
.img-logo-mobile{
  margin-bottom: 45px;
  margin-left: 30px!important;
  margin-top: 24px;
}
/*  */
/* media */
/*  */
@media (max-width: 576px){
  .btns .act{
    flex: 0 0 33.3%;
    margin-bottom: 10px;
  }
  .act-4th, .act-5th, .act-6th, .act-7th{
    flex: 0 0 50%!important;
  }
  .block-a-start {
    max-width: 479px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .block-a-start a {
    display: block;
    margin-top: 20px;
  }
  .p-contacts-title,.p-contacts{
    text-align: center;
  }
  .p-contacts{
    margin-left: auto;
    margin-right: auto;
  }
  .h1-title{
    font-size: 39px;
    margin-bottom: 20px;
  }
  .p-title {
    margin-bottom: 30px;
    font-size: 18px;
  }
  .block-contacts{
    padding-right: 15px;
  }
  .div-booking {
    max-width: none!important;
    padding: 15px 35px;
  }
  .div-sign {
    max-width: none!important;
    padding: 15px 35px;
  }
  .h3-slider{
    font-size: 16px;
  }
  .loop .item{
    width: 160px;
  }
  .loop .owl-stage-outer .owl-stage .owl-item{
    width: 160px!important;
  }
  .links-cert {
    padding: 10px 0px;
  }
  .row-opacity{
    position: relative;
  }
  .opacity-left, .opacity-right{
    position: absolute;
    width: 30px;
    height: 100%;
    z-index: 2;
  }
  .opacity-right{
    left: 0;
    background: linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0.0));
  }
  .opacity-left{
    right: 0;
    background: linear-gradient(to left, rgba(255,255,255,1), rgba(255,255,255,0.0));
  }
}
@media (max-width: 430px){
  .btns .act{
    flex: 0 0 50%;
    margin-bottom: 10px;
  }
  .act-7th{
    flex: 0 0 100%!important;
  }
}
@media (min-width: 992px){
  .d-flex-md{
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
  }
  .img-slider{
    margin-bottom: 80px;
  }
  .img-map{
    max-width: 100%;
    margin-top: auto;
    margin-bottom: auto;
  }
  .offset-my-1 {
    margin-left: 3.33%;
  }
  .col-lg-my-7 {
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    max-width: 55%;
  }
  .col-lg-my-5 {
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
  }
  .center div a{
    color: #8B1736;
  }
  .container-header {
    max-width: 1600px;
    padding-left: 85px;
  }
  .back-title{
    margin-left: auto;
    display: block;
    margin-bottom: auto;
    margin-top: auto;
  }
  .block-tab:hover{
    box-shadow: 0 10px 15px 0px rgba(119,129,149,0.2);
  }
  .block-tab:hover .a-more:after{
    opacity: 1!important;
    width: 100%;
  }
  .block-tab:hover .a-more{
    opacity: 1!important;
    width: 100%;
  }
  .opacity-left, .opacity-right{
    width: 150px!important;
  }
  .img-tutor{
    margin-top: auto;
    margin-bottom: auto;
    display: block;
  }
  .container-md{
    max-width: 100%;
    padding-left: 0;
  }
  .img-governess{
    display: block;
    margin-top: auto;
    margin-bottom: auto;
  }
  .col-governess {
    padding-right: 0;
  }
  .col-class {
    padding-left: 0;
  }
  .col-my-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 55%;
    max-width: 55%;
  }
}
@media (min-width: 768px){
  .d-flex-sm{
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
  }
  .container-header {
    max-width: 1600px;
  }
  .row-opacity{
    position: relative;
  }
  .opacity-left, .opacity-right{
    position: absolute;
    width: 100px;
    height: 100%;
    z-index: 2;
  }
  .opacity-right{
    left: 0;
    background: linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0.0));
  }
  .opacity-left{
    right: 0;
    background: linear-gradient(to left, rgba(255,255,255,1), rgba(255,255,255,0.0));
  }
}
@media (max-width: 768px){
    .container-ham { position: absolute; width: 100%; height: 50%; text-align: center; top: 10%; left: 0; margin: 0 auto; font-family: 'regular', sans-serif; z-index: 6;}
  .block-team{
    margin-bottom: 50px;
  }
  .section-tutor {
    padding-bottom: 110px;
  }
  .section-governess {
    padding-top: 0px;
    padding-bottom: 66px;
  }
  .section-team {
    padding-bottom: 40px;
  }
  .block-contacts{
    border-right: 0;
  }
  .block-title img{
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .section-map {
    padding-top: 100px;
    padding-bottom: 0px;
  }
  .h2-slider {
    padding-top: 60px;
    margin-bottom: 35px;
  }
  .section-tab {
    padding-bottom: 40px;
    padding-top: 50px;
  }
  .section-faqs {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .h1-faqs {
    margin-bottom: 65px;
  }
  .section-contacts {
    padding-top: 80px;
    padding-bottom: 45px;
  }
  .h1-contacts {
    margin-bottom: 55px;
  }
  .section-team:before {
    height: 100%;
  }
  .container-header {
    padding-top: 0px;
    max-width: 100%;
    padding: 0;
  }
  .row-title{
    max-width: 100%;
    margin-left: 0;
    padding-top: 22px;
  }
  .img-slider {
    margin-left: auto;
    margin-right: auto;
    max-height: 300px;
    width: auto!important;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .block-contacts {
    padding-left: 0px;
    padding-right: 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .container-faqs{
    max-width: 1055px;
  }
}
@media (min-width: 992px) and (max-width: 1100px) {
  .container-faqs{
    max-width: 850px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .block-contacts{
    margin-bottom: 30px;
  }
}

@media (max-width: 1250px){
  .section-class:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #fff no-repeat;
    z-index: -1;
  }
}
@media (min-width: 670px){
  #owl-demo{
    position: relative;
  }
  .owl-nav{
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -13px;
  }
  .owl-prev, .owl-next{
    position: absolute;
  }
  .owl-prev{
    left: -65px;
  }
  .owl-next{
    right: -65px;
  }
}
@media (max-width: 670px){
  .owl-nav{
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }
  .owl-prev, .owl-next{
    margin-left: 10px;
    margin-right: 10px;
  }
}
/*  */
/* form */
/*  */
@media screen and (max-width: 340px){
  .a-enter{
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 5px;
  }
  .span-enter-a {
    float: none!important;
  }
}
.modal {
    z-index: 105220;
    padding-right: 0!important;
}
.modal-dialog{
  max-width: 100%;
  height: 100%!important;
  margin: 0;
}
.modal-content{
  background-color: #1C262E;
  height: 100%!important;
  border: 0;
  border-radius: 0;
}
.modal-body {
    background-color: #1C262E;
}
.round {
  position: relative;
  max-width: 70%;
  padding-top: 5px;
  margin-left: auto;
  margin-right: auto;
}
.round label {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  height: 28px;
  left: 0;
  position: absolute;
  top: 0;
  width: 28px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.round label:after {
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  content: "";
  height: 6px;
  left: 7px;
  opacity: 0;
  position: absolute;
  top: 8px;
  transform: rotate(-45deg);
  width: 12px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.round input[type="checkbox"] {
  visibility: hidden;
}
.round input[type="checkbox"]:checked + label {
  background-color: #FF2B60;
  border-color: #FF2B60;
}
.round input[type="checkbox"]:checked + label:after {
  opacity: 1;
}
.round input[type="checkbox2"] {
  visibility: hidden;
}
.round input[type="checkbox2"]:checked + label {
  background-color: #FF2B60;
  border-color: #FF2B60;
}
.round input[type="checkbox2"]:checked + label:after {
  opacity: 1;
}
.label-check{
  padding-left: 42px;
}
.form-group-enter {
    margin-bottom: 21px;
}
.form-group-enter-2nd {
    margin-bottom: 34px;
}
.h1-enter{
  padding-bottom: 48px;
  padding-top: 35px;
  color: #fff;
  font-family: 'gm';
}
.form-a-enter{
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 21px;
  margin-bottom: 12px;
}
#owl-enter{
  height: 100%;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
#owl-enter .owl-stage-outer{
  margin-top: auto;
  margin-bottom: auto;
}
#owl-sign{
  height: 100%;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
#owl-sign .owl-stage-outer{
  margin-top: auto;
  margin-bottom: auto;
}
.a-enter{
  background-color: #8B1736;
  border: 1px solid #8B1736;
  color: #fff!important;
  font-family: 'gm';
  font-size: 16px;
  padding: 10px 35px;
  max-width: 500px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  border-radius: 0;
  display: block;
  -webkit-transition: ease-out .3s;
  -o-transition: ease-out .3s;
  transition: ease-out .3s;
}
.a-enter:hover{
  box-shadow: 0 10px 15px 0px rgba(139,23,54,0.2);
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.span-enter-a{
  float: right;
}
.form-input{
  width: 70%;
  font-family: 'gr';
  background-color: transparent;
  border: solid 1px #fff;
  padding: 10px 17px 6px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 500px;
  border-radius: 0;
}
.form-input-enter{
  width: 70%;
  background-color: transparent;
  border: solid 1px #fff;
  padding: 10px 17px 6px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.div-file{
  position: relative;
  background-color: #fff;
  width: 50%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  border: solid 1px #fff;
}
.file-left{
  margin-right: 30px;
}
.form-file{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  width: 500px;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}
.form-input-file {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.form-input-file + label {
  width: 100%;
  height: 100%;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: block;
  overflow: hidden;
  padding: 10px 17px 6px;
  color: #1C262E;
  margin-bottom: 0;
}
input::-webkit-input-placeholder{
  color: #fff;
}
textarea::-webkit-input-placeholder{
  color: #fff;
}
textarea, input{
  color: #fff;
}
.a-back{
  font-size: 16px;
  color: #fff!important;
  text-decoration: none!important;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  position: relative;
}
.a-back:hover{
  color: #8B1736!important;
}
.a-back:after {
  background-color: #8B1736;
  display: block;
  content: "";
  height: 1px;
  width: 100%;
  left: 0;
  bottom: -3px;
  opacity: 1;
  position: absolute;
}
.a-x{
  font-size: 30px;
}
.a-x:after {
  height: 0;
}
.block-back{
  margin-left: auto;
  margin-right: auto;
  max-width: 70%;
  width: 500px;
  margin-top: 20px;
  padding-bottom: 20px;
}
form{
  height: 100%;
}
.overlay ul li a.a-top:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after { width: 0%; }
.overlay ul li a.a-top:after { content: none; }

.block-banners{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: nowrap;
  max-width: 100%;
  width: 409px;
}
.banner-right{
  padding-left: 24px;
}
/* act-7th */
@media screen and (max-width: 768px) {
  .wow{
      animation-name: none !important;
      visibility: visible !important;
  }
}
/* -------------------------------learn---------------------------------- */
.back-learn{
  background-image: url(../img/back-learn.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.section-learn{
  margin-top: 80px;
}
.ul-flex-learn .li-flex a{
  color: #fff;
}
.li-flex a:hover{
  color: #8B1736;
  text-decoration: none;
}
.block-learn{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  margin-bottom: 35px;
}
.h2-learn{
  font-size: 30px;
  margin-left: 30px;
  display: block;
  margin-top: auto;
  margin-bottom: auto;
}
.p-learn{
  font-family: 'ar';
  font-size: 18px;
  color: #5E6674;
  line-height: 1.3;
}
.block-big-learn{
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 80px;
  margin-top: 100px;
  border-bottom: 1px solid #DCE1EB;
}
.h1-learn{
  font-size: 59px;
  font-family: 'gm';
  color: #fff;
  padding-bottom: 80px;
  margin-top: 17%;
  text-align: left;
  width: 600px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.img-logo-learn {
    margin-bottom: 45px;
    margin-left: 30px!important;
    margin-top: 24px;
}
.div-learn-top {
    border: 1px solid #fff;
    color: #fff;
}
@media screen and (max-width: 992px) {
  .h1-learn {
    margin-top: 300px;
  }
  .img-governess{
    display: block;
    margin-top: auto;
    margin-bottom: auto;
    margin-top: 80px;
  }
  .col-governess-1{
    order: 2;
  }
  .col-governess-2{
    order: 1;
  }
  .p-classes{
    margin-top: 50px;
  }
  .btns .act{
    flex: 0 0 25%;
    margin-bottom: 10px;
  }
  .act-5th, .act-6th, .act-7th{
    flex: 0 0 33.3%!important;
  }
  .img-map{
    max-width: 100%;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-bottom: auto;
    display: block;
    margin-bottom: 80px;
  }
  .block-contacts-2nd{
    border-right: 0;
  }
  .container-header {
    padding-top: 0px;
  }
  .img-slider{
    margin-bottom: 40px;
  }
  .col-slider-1{
    order: 2;
  }
  .col-slider-2{
    order: 1;
  }
  .d-my-lg-block{
    display: none!important;
  }
  .center div a p{
    color: #8B1736;
  }
  .back-title{
    margin-top: 50px;
    width: 100%;
  }
  .col-lg-my-5, .block-banners, .p-title, .block-title{
    margin-left: auto;
    margin-right: auto;
  }
  .h1-title, .p-title{
    text-align: center;
  }
  .block-tab{
    box-shadow: 0 10px 15px 0px rgba(119,129,149,0.2);
  }
  .a-more:after{
    opacity: 1!important;
    width: 100%;
  }
  .a-more{
    opacity: 1!important;
    width: 100%;
  }
  .h3-slider{
    font-size: 24px;
  }
  .col-img-title{
    padding-left: 0;
    padding-right: 0;
  }
  .row-title {
    padding-bottom: 0px;
  }
  .img-tutor{
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 390px) {
  .h2-learn{
    font-size: 23px;
  }
}
@media (min-width: 768px) and (max-width: 870px) {
  .owl-prev {
      left: -25px;
  }
  .owl-next {
      right: -25px;
  }
}
