a {
  color: #fff;
}
a:hover,
a:active,
a:focus {
  color: #fff;
}
a:active,
a:focus {
  text-decoration: none;
}
body {
  font-family: 'fira_sansregular';
  font-size: 18px;
}
body b {
  font-family: 'fira_sansbold';
  font-weight: normal;
}
p {
  margin-bottom: 20px;
}
h2 {
  font-family: 'visby_round_cfheavy';
  font-size: 60px;
  color: #2c0c2c;
}
@media only screen and (max-width : 1199px) {
  h2 {
    font-size: 40px;
  }
}
.want {
  font-family: 'fira_sansmedium';
  font-size: 18px;
  text-align: center;
  margin-bottom: 40px;
}
.want .reverse .image-top {
  opacity: 0;
  height: 100px;
}
@media only screen and (max-width : 760px) {
  .want .reverse .image-top {
    opacity: 1;
    height: auto;
  }
}
@media only screen and (max-width : 760px) {
  .want .reverse .image-bottom {
    display: none;
  }
}
.want .image {
  margin: 15px;
  border-radius: 50%;
  overflow: hidden;
}
.want .image img {
  max-width: 100%;
}
.want2 {
  min-height: 840px;
  margin-top: 80px;
  text-align: center;
  position: relative;
}
.want2 .img-wrap {
  position: relative;
}
.want2 .img {
  position: absolute;
  text-align: center;
  width: 100%;
}
.want2 .img img {
  max-width: 100%;
}
@media only screen and (max-width : 760px) {
  .want2 .img {
    position: relative;
  }
}
.want2 .text {
  position: relative;
  margin-top: 230px;
}
@media only screen and (max-width : 760px) {
  .want2 .text {
    margin: 0;
  }
}
.want2 .text .btn {
  white-space: normal;
  padding: 15px 5px;
}
.bg3 {
  background: url(../img/bg_3.png) no-repeat top center;
  min-height: 776px;
}
.for-you {
  margin: 60px 0;
  background: #f6fafd;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 18px;
}
.for-you .second-space {
  height: 120px;
}
@media only screen and (max-width : 760px) {
  .for-you .second-space {
    display: none;
  }
}
.for-you .img {
  height: 146px;
}
.for-you .img img {
  max-width: 100%;
  max-height: 125px;
}
.bg4 {
  padding-top: 130px;
  background: url(../img/bg_4.jpg) no-repeat top center;
  min-height: 1499px;
}
@media only screen and (max-width : 760px) {
  .bg4 {
    background-position: -400px 0;
    background-size: auto 100%;
  }
}
.want3 {
  text-align: center;
  background: #4c525e;
}
.want3 .questions {
  padding: 60px 0;
  font-family: 'visby_round_cfheavy', Arial, Helvetica, sans-serif;
  font-size: 45px;
  color: #fff;
  text-align: left;
  line-height: 1.4;
}
@media only screen and (max-width : 1199px) {
  .want3 .questions {
    font-size: 34px;
  }
}
@media only screen and (max-width : 991px) {
  .want3 .questions {
    text-align: center;
  }
}
.want3 .buttons {
  margin: 10px 0 40px;
}
.want3 .buttons .btn {
  width: 100%;
}
@media only screen and (max-width : 760px) {
  .want3 .image {
    display: none;
  }
}
.dark-block {
  padding: 40px 0;
  background: url(../img/dark_bg.jpg) no-repeat top center;
  text-align: center;
  background-size: cover;
}
.dark-block h2 {
  color: #fff;
  margin-bottom: 40px;
}
.dark-block .images {
  margin: 80px 0;
}
.dark-block .images img {
  max-width: 100%;
}
.dark-block .images img.circle {
  border-radius: 50%;
}
.subscribe {
  margin-top: 70px;
  text-align: center;
}
.subscribe h2 {
  color: #fff;
  margin-bottom: 40px;
}
.subscribe .form-control {
  height: 60px;
  border-radius: 30px;
}
.subscribe .btn {
  width: 100%;
}
.lips {
  margin: 40px 0;
  text-align: center;
}
.footer {
  background: #200f2f;
  color: #fff;
  padding: 30px 0;
}
.footer a {
  color: #fff;
}
.modal-header .title {
  text-align: center;
  font-family: 'visby_round_cfheavy';
  font-size: 30px;
  color: #2c0c2c;
  line-height: 1;
}
@media only screen and (max-width : 1199px) {
  .modal-header .title {
    font-size: 20px;
  }
}
.form-apply {
  padding: 0 20px;
}
.form-apply .form-control {
  border-radius: 20px;
}
.success {
  text-align: center;
}
.suggestions-promo {
  opacity: 0;
}
.text a {
  color: #200f2f;
  text-decoration: underline;
}
.btn-primary {
  background: #ffa200;
  background: linear-gradient(90deg, #ffa200 0%, #ffcc02 100%);
  padding: 15px 70px;
  font-family: 'fira_sansmedium';
  font-size: 22px;
  border: none;
  border-radius: 31px;
  color: #000;
  box-shadow: 0px 10px 30px 0px rgba(255, 162, 0, 0.4);
}
@media only screen and (max-width : 1199px) {
  .btn-primary {
    padding: 15px 30px;
    font-size: 20px;
  }
}
.btn-default {
  background: #fff;
  padding: 15px 70px;
  font-family: 'fira_sansmedium';
  font-size: 22px;
  border: none;
  border-radius: 31px;
  color: #000;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width : 1199px) {
  .btn-default {
    padding: 15px;
  }
}
.btn-secondary {
  background: none;
  padding: 15px 70px;
  font-family: 'fira_sansmedium';
  font-size: 22px;
  border-radius: 31px;
  color: #fff;
  border: 1px dashed #8a788b;
}
@media only screen and (max-width : 1199px) {
  .btn-secondary {
    padding: 15px;
  }
}
.header {
  padding-top: 20px;
  min-height: 912px;
  background: url(/wa-apps/landing/themes/lover/img/header_bg.jpg) no-repeat 50% 0;
  background-size: cover;
  padding-bottom: 100px;
  position: relative;
}
.header .container {
  z-index: 4;
  position: relative;
}
@media only screen and (max-width : 760px) {
  .header {
    min-height: 10px;
  }
}
.header .logo img {
  max-width: 100%;
}
@media only screen and (max-width : 760px) {
  .header .logo {
    width: 65%;
    display: inline-block;
    vertical-align: top;
  }
}
.header .menu-icon-block {
  text-align: center;
  font-size: 48px;
  display: none;
}
@media only screen and (max-width : 760px) {
  .header .menu-icon-block {
    display: inline-block;
    width: 30%;
  }
}
.header .info {
  color: #fff;
  font-family: 'fira_sanslight';
  font-size: 17px;
  line-height: 20px;
}
@media only screen and (max-width : 760px) {
  .header .info {
    display: none;
  }
}
.header .info b {
  font-family: 'fira_sansbold';
  font-size: 20px;
  font-weight: normal;
}
.header .info .stat {
  border: 1px dashed #8a788b;
  padding: 9px;
}
.header .info .phone b {
  display: block;
  margin-top: 10px;
}
.header .menu {
  margin-top: 25px;
  font-family: 'fira_sansmedium';
  font-size: 17px;
}
@media only screen and (max-width : 991px) {
  .header .menu {
    font-size: 14px;
  }
}
.header .menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
}
.header .menu ul li {
  padding: 0;
  margin: 0;
}
.header .image {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 45%;
  height: 100%;
  margin-bottom: 30px;
}
@media only screen and (max-width : 760px) {
  .header .image {
    display: none;
  }
}
.header .title {
  margin-top: 60px;
  color: #fff;
}
.header .title .type {
  font-family: 'fira_sanslight';
  font-size: 40px;
}
@media only screen and (max-width : 1199px) {
  .header .title .type {
    font-size: 30px;
  }
}
.header .title .slogan {
  font-family: 'fira_sanslight';
  font-size: 24px;
}
.header .title h1 {
  font-family: 'visby_round_cfheavy';
  font-size: 60px;
  font-weight: normal;
}
@media only screen and (max-width : 1199px) {
  .header .title h1 {
    font-size: 60px;
  }
}
@media only screen and (max-width : 760px) {
  .header .title h1 {
    font-size: 40px;
  }
}
.header .title .apply {
  margin-top: 20px;
}
@media only screen and (max-width : 760px) {
  .header .title .apply {
    text-align: center;
  }
}
.header .wave {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background: url(/wa-apps/landing/themes/lover/img/wave.png) no-repeat 50% 100%;
  background-size: 100% auto;
  z-index: 3;
  height: 194px;
}
.header-blocks .stat {
  border: 1px dashed #8a788b;
  padding: 9px;
}
.header-blocks .phone b {
  display: block;
  margin-top: 10px;
}
.modal-menu-dialog {
  top: 150px;
}
.menu-content {
  background: #270627;
  color: #fff;
  position: relative;
  outline: 0;
  padding: 15px 15px 100px 15px ;
}
.menu-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 25px;
}
.menu-content ul li {
  margin: 20px 0;
  padding: 0;
  font-family: 'fira_sansmedium';
  font-size: 17px;
}
.menu-content .phone {
  margin: 30px 0;
}
.about {
  color: #4c4c4c;
  height: 750px;
  background: #f6fafd;
  position: relative;
  padding-top: 50px;
}
@media only screen and (max-width : 760px) {
  .about {
    height: auto;
    padding-bottom: 40px;
  }
}
.about h2 {
  color: #2c0c2c;
}
.about .text {
  margin-top: 40px;
}
@media only screen and (max-width : 760px) {
  .about .text {
    margin-left: 0;
  }
}
.about .block-apply {
  margin-top: 50px;
}
@media only screen and (max-width : 760px) {
  .about .block-apply {
    margin-top: 10px;
    text-align: center;
  }
}
.about .wave {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  background: url(/wa-apps/landing/themes/lover/img/wave_wh_2.png) no-repeat 50% 0%;
  background-size: 100% auto;
  z-index: 3;
  height: 194px;
}
.about .image {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 33.33%;
  height: 100%;
  margin-bottom: 30px;
}
@media only screen and (max-width : 760px) {
  .about .image {
    display: none;
  }
}
.program {
  background: url(/wa-apps/landing/themes/lover/img/bg2.jpg) no-repeat 50% 0;
  background-size: cover;
  color: #fff;
  padding: 60px 0;
  position: relative;
}
.program .container {
  position: relative;
  z-index: 4;
}
.program h2 {
  color: #fff;
  text-align: center;
}
.program .title {
  font-family: 'fira_sansextrabold';
  font-size: 35px;
}
.program .image {
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.27);
  border-radius: 50%;
}
.program .image img {
  max-width: 100%;
  border-radius: 50%;
}
.program ul {
  padding-left: 0;
}
.program ul li {
  margin: 30px 20px;
  padding-left: 20px;
}
@media only screen and (max-width : 1199px) {
  .program ul li {
    margin: 15px;
  }
}
.program .wave {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background: url(/wa-apps/landing/themes/lover/img/wave.png) no-repeat 50% 100%;
  background-size: 100% auto;
  z-index: 3;
  height: 194px;
}
.schedule {
  margin-top: 40px;
  text-align: center;
}
.schedule h2 {
  color: #2c0c2c;
}
.schedule .schedule-table {
  border-radius: 40px;
  overflow: hidden;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.18);
}
.schedule .schedule-table .titles .dow div,
.schedule .schedule-table .titles .moscow div,
.schedule .schedule-table .titles .spb div,
.schedule .schedule-table .titles .online div {
  font-family: 'fira_sansmedium';
  font-size: 27px;
  color: #2c0c2c;
  height: 80px;
  padding: 30px 0;
}
@media only screen and (max-width : 1199px) {
  .schedule .schedule-table .titles .dow div,
  .schedule .schedule-table .titles .moscow div,
  .schedule .schedule-table .titles .spb div,
  .schedule .schedule-table .titles .online div {
    font-size: 17px;
  }
}
.schedule .schedule-table .dow div,
.schedule .schedule-table .moscow div,
.schedule .schedule-table .spb div,
.schedule .schedule-table .online div {
  height: 65px;
  padding: 20px 0;
  font-size: 18px;
}
@media only screen and (max-width : 1199px) {
  .schedule .schedule-table .dow div,
  .schedule .schedule-table .moscow div,
  .schedule .schedule-table .spb div,
  .schedule .schedule-table .online div {
    font-size: 14px;
  }
}
.schedule .schedule-table .dow div {
  background: #f0efea;
}
.schedule .schedule-table .moscow div {
  background: #fffae5;
}
.schedule .schedule-table .spb div {
  background: #f4f4fd;
}
.schedule .schedule-table .online div {
  background: #e8f3ea;
}
.prices {
  text-align: center;
  margin-top: 40px;
}
.prices .price-blocks {
  margin-top: 40px;
}
.prices .price-blocks .price-block {
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.4);
  text-align: left;
  margin-bottom: 20px;
}
.prices .price-blocks .price-block .title {
  font-family: 'visby_round_cfheavy';
  font-size: 35px;
  text-align: center;
  background: url(../img/price_bg.png) no-repeat top center;
  background-size: 100% 100%;
  color: #fff;
  padding: 5px 40px 50px 40px;
}
@media only screen and (max-width : 1199px) {
  .prices .price-blocks .price-block .title {
    font-size: 24px;
  }
}
.prices .price-blocks .price-block ul {
  list-style: none;
  margin: 0;
  padding: 15px;
}
.prices .price-blocks .price-block ul li {
  margin: 10px 0;
  padding: 0;
}
.prices .price-blocks .price-block .grey {
  color: #b2b2b2;
}
.prices .price-blocks .price-block i {
  color: #19831f;
}
.prices .price-blocks .price-block .icon-cancel {
  color: #e40909;
  font-size: 80%;
}
.prices .price-blocks .price-block .icon-heart {
  color: #6c1454;
}
.home .header {
  min-height: 10px;
}
@media only screen and (max-width : 760px) {
  .home .header {
    padding-bottom: 50px;
  }
}
.home .header .apply {
  display: none;
}
@media only screen and (max-width : 760px) {
  .home .header .title {
    margin-top: 20px;
  }
}
.home .small-page {
  margin-bottom: 30px;
}
.home .small-page:hover .image .button-block {
  opacity: 1;
}
.home .small-page:hover .image a {
  opacity: 0.2;
}
.home .small-page .image {
  height: 400px;
  background-size: contain;
  position: relative;
}
@media only screen and (max-width : 760px) {
  .home .small-page .image {
    height: 200px;
  }
}
.home .small-page .image a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  opacity: 0;
  background: #000;
  transition: 0.3s;
}
.home .small-page .image .button-block {
  text-align: center;
  padding-top: 150px;
  opacity: 0;
  transition: 0.3s;
}
.home .small-page .title {
  line-height: 1;
  font-size: 36px;
  text-align: center;
  font-family: 'visby_round_cfheavy';
  font-weight: normal;
}
.home .small-page .title a {
  color: #212529;
}
/*# sourceMappingURL=style.css.map */