@charset "UTF-8";
@font-face {
  font-family: 'robotoregular';
  src: url("../fonts/roboto/roboto-regular-webfont.eot");
  src: url("../fonts/roboto/roboto-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto-regular-webfont.woff2") format("woff2"), url("../fonts/roboto/roboto-regular-webfont.woff") format("woff"), url("../fonts/roboto/roboto-regular-webfont.svg#robotoregular") format("svg");
  font-weight: normal;
  font-style: normal; }
  @font-face {
  font-family: 'robotomedium';
  src: url("../fonts/roboto/roboto-medium-webfont.eot");
  src: url("../fonts/roboto/roboto-medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto-medium-webfont.woff2") format("woff2"), url("../fonts/roboto/roboto-medium-webfont.woff") format("woff"), url("../fonts/roboto/roboto-medium-webfont.svg#robotomedium") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'playskoolproregular';
  src: url("../fonts/playskoolpro/pfplayskoolpro-3d-regular.eot");
  src: url("../fonts/playskoolpro/pfplayskoolpro-3d-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/playskoolpro/pfplayskoolpro-3d-regular.woff2") format("woff2"), url("../fonts/playskoolpro/PFPlayskoolPro-3D.woff") format("woff"), url("../fonts/playskoolpro/PFPlayskoolPro-3D.svg#playskoolproregular") format("svg");
  font-weight: normal;
  font-style: normal; }

body {
  margin: 0;
  font-family: 'Arial';
  width: 100%;
  overflow-x: hidden;
  color: #000;
  line-height: 1.333rem; }

div, a, li, ul  {
  -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  box-sizing: border-box; }

p, h1, h2, h3, h4, h5, ul, li, input, button, textarea {
  padding: 0;
  margin: 0;
  box-sizing: border-box; }

button {
  cursor: pointer;
}

input, textarea:focus {
  outline: none;
}

ul {
  list-style: none; }

a {
  display: block;
  text-decoration: none;
  color: #047878; }

a:hover {
  color: #025859;
  text-decoration: none;
  outline: none;}
a:visited, a:active, a:focus {
  color: #047878;
  text-decoration: none;
  outline: none;
}

a:-webkit-any-link {
  text-decoration: none; }

input:focus, button:focus {
  outline: none; }

.wrapper {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.maincontent {
  overflow-x: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;}
/*header*/
.header {
  position: relative;
  width: 100%;
  height: 630px;
  background: url(../images/background-corp.jpg) center no-repeat;
  background-size: cover;
  position: relative;
}
.whatsapp-link-button{
  width: 65px;
}
.whatsapp-link-button-wrapper{
display: none;}
@media screen and (max-width: 480px){
.whatsapp-link-button-wrapper {
    display: block;
    position: fixed;
    bottom: 115px;
    right: 32px;
    z-index: 9999;
}}
.main-title-corp {
  text-align: center;
  color: #fff;
  font-family: 'playskoolproregular';
  text-transform: uppercase;
  font-size: 78px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 302px;
  letter-spacing: 3px;
  font-weight: 300;
}
@media screen and (max-width: 900px) {
  .main-title-corp {
    font-size: 64px;
  }
}
@media screen and (max-width: 740px) {
  .main-title-corp {
    font-size: 58px;
    line-height: 41px;
    bottom: 292px;
  }
}
@media screen and (max-width: 677px) {
  .main-title-corp {
    font-size: 54px;
    bottom: 273px;
  }
}
@media screen and (max-width: 369px) {
  .main-title-corp {
    font-size: 48px;
  }
}
/*content*/
.content-wrapper {
  width: 100%;
  padding: 0px 0 20px;
  position: relative;
  z-index: 2;
}
.content {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  .content {
    width: 100%;
  }
}
.content-title {
  text-align: center;
  color: #023e75;
  font-family: 'playskoolproregular';
  text-transform: uppercase;
  font-size: 62px;
  margin: 64px 0 68px;
  line-height: normal;
  font-weight: 300;
}
@media screen and (max-width: 1199px) {
  .content-title {
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 51px;
  }
}
@media screen and (max-width: 768px) {
  .content-title {
    padding: 0 14px;
    margin-top: -26px;
  }
}
@media screen and (max-width: 640px) {
  .content-title {
    font-size: 38px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .content-title {
    font-size: 24px;
    margin-bottom: 19px;
  }
}
@media screen and (max-width: 340px) {
  .content-title {
    padding: 0;
  }
}

/*program*/
.programs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: center;
    justify-content: center;
  align-items: flex-start;    
}
@media screen and (max-width: 1199px) {
  .programs {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 958px) {
  .programs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    align-items: center;
  }
}
.program-item {
  border: 1px solid #dedede;
  border-radius: 6px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}
.program-item:not(:last-child) {
  margin-right: 32px;
}
@media screen and (max-width: 1199px) {
  .program-item {
    margin-bottom: 34px;
  }
  .program-item:not(:last-child) {
    margin-right: 18px;
  }
}
@media screen and (max-width: 958px) {
  .program-item:not(:last-child) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .program-item:first-child {
    margin-right: 0;
  }
  .program-item {
    width: 94.5%;
    margin-right: 14px !important;
    margin-left: 14px !important;
  }
}
.program--classic {
  max-width: 378px;
  box-shadow: 0px 0px 18px 5px rgba(74,74,74,0.2);
}
.program--vip, 
.program--exclusive {
  max-width: 360px;
}
@media screen and (max-width: 1199px) {
  .program--classic,
  .program--vip, 
  .program--exclusive {
    max-width: 300px;
  }
}
@media screen and (max-width: 958px) {
  .program--classic,
  .program--vip, 
  .program--exclusive {
    max-width: 620px;
  }
}
@media screen and (max-width: 640px) {
  .program--classic,
  .program--vip, 
  .program--exclusive {
    max-width: 458px;
  }
}
@media screen and (max-width: 480px) {
  .program--classic,
  .program--vip, 
  .program--exclusive {
    max-width: 298px;
  }
}
.program-item__top {
  width: 100%;
  background: url('../images/program-top-bck.png') center no-repeat;        
  background-size: cover;
  position: relative;
}
.program-item__top--classic {
  height: 167px; 
}
@media screen and (max-width: 960px) {
  .program-item__top--classic {
    height: 275px;
  }
}
@media screen and (max-width: 480px) {
  .program-item__top--classic {
    height: 133px;
  }
}
.program-item__top--vip,
.program-item__top--exclusives {
  height: 159px;
}
@media screen and (max-width: 960px) {
  .program-item__top--vip,
  .program-item__top--exclusives {
    height: 275px;
  }
}
@media screen and (max-width: 480px) {
  .program-item__top--vip,
  .program-item__top--exclusives {
    height: 133px;
  }
}
.program-item__top__bubble {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .program-item__top__bubble {
    bottom: 80px;
  }
}
@media screen and (max-width: 480px) {
  .program-item__top__bubble {
    bottom: 0;
  }
}
.program-item__main-wrap {
  width: 100%;
  height: 100%;
  background: url('../images/tild6234-3839-4261-b531-323233343663__5.jpg') center bottom no-repeat;        
  background-size: contain;
}
.program-item__main-wrap--classic {
  padding: 0px 40px 92px;  
}
@media screen and (max-width: 1199px) {
  .program-item__main-wrap--classic {
   padding-left: 14px;
   padding-right: 14px;
   padding-bottom: 72px;
  }
}
@media screen and (max-width: 960px) {
  .program-item__main-wrap--classic {
   padding-bottom: 124px;
  }
}
.program-item__main-wrap--vip,
.program-item__main-wrap--exclusive {
  padding: 0px 22px 96px;
}
@media screen and (max-width: 1199px) {
  .program-item__main-wrap--vip,
  .program-item__main-wrap--exclusive {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 72px;
  }
}
@media screen and (max-width: 960px) {
  .program-item__main-wrap--vip,
  .program-item__main-wrap--exclusive {
    padding-bottom: 124px;
  }
}
.program-item__main-title {
  color: #000000;
  font-size: 24px;
  font-family: 'Arial';
  text-align: center;
  margin: 32px 0 24px;
}
@media screen and (max-width: 1199px) {
  .program-item__main-title {
    font-size: 22px;
    margin: 20px 0 7px;
  }
}
@media screen and (max-width: 960px) {
  .program-item__main-title {
    margin: 0px 0 16px;
  }
}
@media screen and (max-width: 639px) {
  .program-item__main-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .program-item__main-title {
    margin: 4px 0 6px;
  }
}

.program-item__main-t {
  list-style: none;
}
.program-item__main-t li {
  font-family: 'Arial';
  color: #000000;
  font-size: 16px;
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 1199px) {
  .program-item__main-t li {
    font-size: 14px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 639px) {
  .program-item__main-t li {
    font-size: 12px;
    margin-bottom: 12px;
  }
}
.program-item-add {
  text-align: center;
}
.program-item-add-title {
  font-family: 'Arial';
  text-transform: uppercase;
  font-size: 17px;
}
.program-item-add-t {
  font-family: 'Arial';
  margin-bottom: 26px;
}
@media screen and (max-width: 1199px) {
  .program-item-add-title,
  .program-item-add-t {
    font-size: 14px;
  }
  .program-item-add-t {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 639px) {
  .program-item-add-title,
  .program-item-add-t {
    font-size: 12px;
  }
  .program-item-add-t {
    margin-bottom: 14px;
  }
}

.program-item-add-t:last-child {
  padding: 0px 10px;
}
@media screen and (max-width: 1199px) {
  .program-item-add-t:last-child {
    padding: 0px 19px;
  }
}
@media screen and (max-width: 380px) {
  .program-item-add-t:last-child {
    padding: 0px 34px;
  }
}

.program-item__main-wrap--classic .program-item-add-t:last-child {
  padding: 0px 17px;
}
@media screen and (max-width: 958px) {
  .program-item__main-wrap--classic .program-item-add-t:last-child {
    padding: 0px 19px;
  }
}

.program-item__main-price {
  color: #000000;
  font-size: 30px;
  text-align: center;
  font-family: 'Arial';
  font-weight: 700;
  margin-bottom: 36px;
}
@media screen and (max-width: 1199px) {
  .program-item__main-price {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 639px) {
  .program-item__main-price {
    font-size: 16px;
  }
}
.program-item__illust {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  align-items: center;
}
.program-item__illust__elem {
  display: block;
  width: 100%;
  max-width: 300px;
  height: 195px;
  margin-bottom: 34px;
  cursor: pointer;
}
@media screen and (max-width: 1199px) {
  .program-item__illust__elem {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 958px) {
  .program-item__illust__elem {
    max-width: 580px;
    height: 377px;
  }
}
@media screen and (max-width: 640px) {
  .program-item__illust__elem {
    max-width: 580px;
    height: 273px;
  }
}
@media screen and (max-width: 480px) {
  .program-item__illust__elem {
    max-width: 275px;
    height: 179px;
  }
}
.program-item__illust__elem span {
  display: block;
  width: 100%;
  height: 100%;
}

.program-item__link {
  width: 160px;
  background-color: #961720;
  text-transform: uppercase;
  text-align: center;
  border-radius: 6px;
  font-size: 20px;
  line-height: 40px;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  box-shadow: 0px 5px 12px 0px rgba(128,128,128,0.5);
  border: none;
  display: block;
  margin: 0 auto;
  cursor: pointer;
  margin-bottom: 20px;
}
.program-item__link,
.program-item__link:hover,
.program-item__link:visited,
.program-item__link:focus {
  outline: none;
  text-decoration: none;
  color: #ffffff;
  font-family: 'robotomedium';
}
@media screen and (max-width: 1199px) {
  .program-item__link {
    margin-top: 12px;
  }
}
/*footer*/
.footer {
  position: relative;
  width: 100%;
  height: 500px;
  background: url(../images/tild3839-6261-4263-b139-323661346638__10.jpg) center no-repeat;
  background-size: cover;
}
.footer__contacts {
  width: 319px;
  margin: 0 auto;
  font-size: 22px;
  text-align: center;
  font-family: 'robotomedium';
  color: #004c91;
  padding: 60px 0 80px;
}
@media screen and (max-width: 360px) {
  .footer__contacts {
    font-size: 20px;
  }
}
.footer__contacts__elem {
  margin-bottom: 4px;
}
.footer__contacts__phone__link {
  display: inline-block;
}
.footer__contacts__phone__link,
.footer__contacts__phone__link:hover,
.footer__contacts__phone__link:focus,
.footer__contacts__phone__link:visited {
  font-family: 'robotomedium';
  color: #004c91;
  text-decoration: none;
}

/*navigation*/
body {
  position: relative;
}

.navigation {
  position: absolute;
  height: 50px;
  width: 100%;
  text-align: left;
  box-sizing: border-box;
  background: rgba(255, 255, 255, .5);
  z-index: 200;
}

.main-page {
  display: block;
  margin: 0 auto;
  width: 100px;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 50px;
  letter-spacing: 3px;
  font-weight: bold;
  color: #000;
  font-family: 'Arial';
  text-decoration: none;
  text-align: center;
}
.main-page:hover {
  color: #000;
}
.main-page:active {
  color: #000;
}
.main-page:visited {
  color: #000;
}

.page-phone {
  padding-right: 35px;
  float: right;
  text-transform: uppercase;
  font-size: 25px;
  line-height: 50px;
  color: #000;
  font-family: 'Arial';
  text-decoration: none;
}

@media screen and (max-width: 600px) {
  .navigation {
    height: 100px;
  }
  .main-page {
    margin: 0 auto;
    width: 100%;
  }
  .page-phone {
    padding-left: 0;
    float: none;
    display: block;
    font-size: 25px;
    line-height: 50px;
    text-align: center;
  }
}