@import url("font-awesome.min.css");

@font-face {
  font-family: 'Futura PT';
  src: url("../fonts/FuturaPT-Book.eot");
  src: url("../fonts/FuturaPT-Book.woff") format("woff"), url("../fonts/FuturaPT-Book.ttf") format("truetype");
}

@font-face {
  font-family: 'Futura PT Demi';
  src: url("../fonts/FuturaPT-Demi.eot");
  src: url("../fonts/FuturaPT-Demi.woff") format("woff"), url("../fonts/FuturaPT-Demi.ttf") format("truetype");
}

@font-face {
  font-family: 'Futura PT Book';
  src: url("../fonts/FuturaPT-Book.eot");
  src: url("../fonts/FuturaPT-Book.woff") format("woff"), url("../fonts/FuturaPT-Book.ttf") format("truetype");
}

@font-face {
  font-family: 'Futura PT Heavy';
  src: url("../fonts/FuturaPT-Heavy.eot");
  src: url("../fonts/FuturaPT-Heavy.woff") format("woff"), url("../fonts/FuturaPT-Heavy.ttf") format("truetype");
}

body {
  font-family: 'Futura PT';
}

.lesson-button {
  border: 2px solid #F77B9C;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  background-color: transparent;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: #F77B9C;
  text-align: center;
  padding: 11px 30px;
  display: inline-block;
  -webkit-animation: pulse 2s linear infinite;
  animation: pulse 2s linear infinite;
}

.lesson-button:hover {
  background-color: #F77B9C;
  color: #fff;
  border: 2px solid #F77B9C;
}

:focus {
  outline: 0px dotted !important;
  outline: 0px auto -webkit-focus-ring-color !important;
}

h2 {
  font-family: "Futura PT Demi";
  font-style: normal;
  font-size: 48px;
  line-height: 100%;
  text-align: center;
  color: #000000;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  h2 {
    font-size: 36px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  h2 br {
    display: none;
  }
}

.navbar {
  height: 80px;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 2px -2px #f4f5f8;
  box-shadow: 0 4px 2px -2px #f4f5f8;
}

@media (max-width: 767px) {
  .navbar {
    padding: 0;
    height: 60px;
    -webkit-box-shadow: 0 0px 0px 0px #fff;
    box-shadow: 0 0px 0px 0px #fff;
  }
}

.navbar-container {
  height: 100%;
}

@media (max-width: 767px) {
  .navbar-collapse {
    padding-left: 20px;
  }
}

.navbar-toggler-icon {
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center;
  width: 35px;
  height: 35px;
}

.navbar-brand {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .navbar-brand {
    padding-left: 20px;
  }
}

@media (max-width: 767px) {
  .row {
    margin: 0;
  }
}

.navbar-brand {
  margin-right: 39px;
}

@media (max-width: 767px) {
  .navbar-brand {
    margin-right: 0px;
  }
}

.navbar-brand img {
  height: 100%;
  opacity: 0.2;
}

@media (max-width: 767px) {
  .navbar-brand img {
    max-width: 35px;
    height: auto;
  }
}

.navbar-nav .nav-link {
  margin: 0 9px 0 0px;
}

@media (max-width: 767px) {
  .navbar-nav .nav-link {
    margin: 0 0px 0 0px;
  }
}

.nav-item a {
  color: #000;
  text-transform: uppercase;
  font-family: "Futura PT Heavy";
}

.nav-item a:hover {
  color: #756de8;
}

.header-phone {
  font-family: "Futura PT Heavy";
}

.header-phone p {
  margin-bottom: 0;
}

.header-phone p a {
  color: #000;
  font-family: "Futura PT Heavy";
}

.header-phone p a:hover {
  text-decoration: none;
  font-family: "Futura PT Heavy";
  color: #000;
  border-bottom: 0px solid #ccc;
}

#navbar-top {
  background-color: #fff;
}

@media (max-width: 767px) {
  #navbar-top {
    z-index: 6;
    padding-bottom: 20px;
  }
}

header {
  position: relative;
  padding: 144px 0px 108px;
  overflow: hidden;
  background: url(../images/header-bg-line-1.png) no-repeat left top;
}

@media (max-width: 1299px) {
  header {
    padding: 61px 0px 0px;
  }
}

@media (max-width: 767px) {
  header {
    padding: 36px 0px 75px;
    background: url(../images/header-bg-line-1.png) no-repeat -148px -52px;
  }
}

header .take-part {
  padding: 20px 82px;
}

@media (max-width: 767px) {
  header .take-part {
    padding: 20px 28px;
  }
}

@media (max-width: 767px) {
  header .container {
    padding-left: 0;
    padding-right: 0;
  }
}

header .pad-o {
  padding: 0;
}

@media (max-width: 767px) {
  header .pad-o {
    padding-left: 15px;
    padding-right: 15px;
  }
}

header .img-head {
  position: absolute;
  bottom: 0;
  /* bottom: -61px; */
  left: -400px;
  width: 100%;
  max-width: 50%;
  margin: auto;
  transform: matrix(2, 0, 0, 2, 0, 0);
}

@media (max-width: 1440px) {
  header .img-head {
    max-width: 50%;
    left: -390px;
  }
}

@media (max-width: 1199px) {
  /* header .img-head {
    max-width: 32%;
  } */
}

@media (max-width: 991px) {
  header {
    padding: 61px 0px 50px;
  }
  header .img-head {
    bottom: 100px;
    left: -290px;
  }  
}
@media (max-width: 486px) {
  header {
    padding: 19px 0px 40px;
  }  
}



@media (max-width: 767px) {
  header .img-head {
    display: none;
  }
}

header .img-head img {
  max-width: inherit;
  height: auto;
  display: block;
  float: right;
}

@media (max-width: 767px) {
  header .img-head img {
    opacity: 0;
    float: none;
  }
}

header .img-head-mob {
  display: none;
}

@media (max-width: 767px) {
  header .img-head-mob {
    display: block;
    overflow: hidden;
    /* height: 327px; */
    position: relative;
    /* bottom: -30px; */
  }
}

header .img-head-mob img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 260px;
  margin: 0 auto;
}

.header-descr-top {
  font-family: Futura PT;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #9F9F9F;
  margin-bottom: 14px;
}

@media (max-width: 767px) {
  .header-descr-top {
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    margin-bottom: 5px;
  }
}

.header-descr-top br {
  display: none;
}

@media (max-width: 767px) {
  .header-descr-top br {
    display: block;
  }
}

.header-descr {
  text-align: left;
  padding: 0px 0 0px;
  font-family: Futura PT;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #000000;
}

@media (max-width: 767px) {
  .header-descr {
    padding: 0px 0 0px;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
  }
}

.p-gray {
  padding: 10px 0px 0px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  display: inline-block;
  font-family: "Futura PT Demi";
  text-align: left;
  line-height: 1.3;
}

@media (max-width: 767px) {
  .p-gray {
    font-size: 22px;
    padding: 0px 10px 0px;
    letter-spacing: 1px;
    text-align: center;
  }
}

.h1-site-title {
  text-align: left;
  font-family: "Futura PT Demi";
  font-style: normal;
  font-weight: 600;
  font-size: 60px;
  line-height: 100%;
  color: #000000;
  margin-bottom: 24px;
}

@media (max-width: 1440px) {
  .h1-site-title {
    font-size: 48px;
  }
}

@media (max-width: 767px) {
  .h1-site-title {
    font-size: 30px;
    line-height: 100%;
    margin-bottom: 11px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .h1-site-title br {
    display: inline-block;
  }
}

.h1-site-title span.color-gray {
  color: #9F9F9F;
}

.h1-site-title span.color-pink {
  color: #F77B9C;
}

.site-moto {
  text-align: left;
  font-family: Futura PT;
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 120%;
  color: #9E9E9E;
  margin-bottom: 68px;
}

@media (max-width: 767px) {
  .site-moto {
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 30px;
    text-align: center;
  }
}

.site-moto-bottom {
  font-family: Futura PT;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 110%;
  color: #444444;
}

@media (max-width: 767px) {
  .site-moto-bottom {
    font-size: 20px;
    line-height: 140%;
    text-align: center;
  }
}

.text-fiol {
  color: #9B7BF6;
}

.text-green {
  color: #3b9831;
}

.text-blue {
  color: #3d5ebd;
}

.color-gray {
  color: #9F9F9F;
}

.color-pink {
  color: #F77B9C;
}

.review-name {
  color: #666;
}

.header-bottom {
  text-align: left;
  margin: 38px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media (max-width: 991px) {
  .header-bottom {
    margin: 25px 0 0;
    -webkit-align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .header-bottom {
    margin: 25px 0 0;
    text-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .header-bottom a {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .header-bottom .take-part {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .header-bottom .take-part {
    width: 100%;
    max-width: 320px;
  }
}

.take-part {
  border: 0px solid #F77B9C;
  background: url("../images/btn-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  color: #fff;
  padding: 14px 30px;
  font-family: "Futura PT Demi";
  font-size: 24px;
  line-height: 30px;
  -webkit-animation: pulse 2s linear infinite;
  animation: pulse 2s linear infinite;
}

.take-part:hover {
  -webkit-animation: none;
  animation: none;
  border: 0px solid #F77B9C;
  background: url("../images/btn-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  color: #fff;
}

@media (max-width: 991px) {
  .take-part {
    padding: 20px 10px;
    font-size: 24px;
    line-height: 30px;
  }
}

.take-part-pinky {
  border: 1px solid #FCD7E1;
  background: #FCD7E1;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  color: #F67B9C;
  padding: 15px 30px;
  font-family: 'Futura PT';
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #FFFFFF;
  -webkit-animation: pulse 2s linear infinite;
  animation: pulse 2s linear infinite;
}

.take-part-pinky:hover {
  -webkit-animation: none;
  animation: none;
  border: 1px solid #FCD7E1;
  background-color: #FCD7E1;
  color: #F67B9C;
}

@media (max-width: 991px) {
  .take-part-pinky {
    padding: 11px 10px;
    font-size: 20px;
    line-height: 30px;
  }
}

@media (max-width: 767px) {
  .take-part-pinky {
    padding: 11px 10px;
    font-size: 20px;
    line-height: 30px;
  }
}

.take-part-trans {
  border: 2px solid #F196AE;
  background: transparent;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  color: #F77B9C;
  padding: 19px 30px;
  font-family: "Futura PT Heavy";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  -webkit-animation: pulse 2s linear infinite;
  animation: pulse 2s linear infinite;
}

.take-part-trans:hover {
  -webkit-animation: none;
  animation: none;
  border: 2px solid #F196AE;
  background-color: transparent;
  color: #F77B9C;
}

@media (max-width: 991px) {
  .take-part-trans {
    padding: 11px 10px;
    font-size: 24px;
    line-height: 30px;
  }
}

.start {
  color: #d4d4d8;
  text-align: left;
  /* display: inline-block; */
  display: block;
  /* margin-left: 26px; */
  margin-bottom: 0;
  /* display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; */
  font-family: 'Futura PT';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #727374;
}

@media (max-width: 767px) {
  .start {
    font-size: 14px;
    line-height: 130%;
    text-align: center;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin-left: 0;
    margin-top: 15px;
  }
}
@media (max-width: 486px) {
   .start {
    margin-top: 0;
    margin-bottom: 15px;
  }
}


.start img {
  display: inline-block;
  margin-right: 15px;
}

@media (max-width: 767px) {
  .start img {
    display: none;
  }
}

.s1-text {
  font-size: 32px;
  color: #010101;
  line-height: 1.2;
  text-align: left;
}

@media (max-width: 767px) {
  .s1-text {
    font-size: 16px;
    text-align: center !important;
    margin-top: 8px;
  }
}

@media (max-width: 767px) {
  .s1-text.text-left {
    font-size: 16px;
    text-align: center !important;
  }
}

.reverse {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  .reverse {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
  }
}

.aligned-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  .aligned-center {
    display: block;
  }
}

.s-1 {
  background: url(../images/main_top_bg.jpg) no-repeat center top;
  padding: 77px 0 50px;
  -webkit-background-size: cover;
  background-size: cover;
}

@media (max-width: 1440px) {
  .s-1 {
    background: url(../images/main_top_bg.jpg) no-repeat center top;
    -webkit-background-size: cover;
    background-size: cover;
  }
}

@media (max-width: 1299px) {
  .s-1 {
    background: url(../images/main_top_bg.jpg) no-repeat center bottom, #e8d5c4;
    -webkit-background-size: contain;
    background-size: contain;
  }
}

@media (max-width: 991px) {
  .s-1 {
    background: url(../images/main_top_bg.jpg) no-repeat 100% 100%, #e8d5c4;
    /* -webkit-background-size: 66%; */
    /* background-size: 66%; */
    padding-top: 240px;
    background-position: center top;
    background-size: contain;
  }
}

.s-1 h2 {
  text-align: center;
  margin-bottom: 35px;
}

@media (max-width: 767px) {
  .s-1 h2 {
    text-align: left;
    margin-bottom: 26px;
    margin-top: 26px;
    font-size: 30px;
    line-height: 110%;
  }
}

@media (max-width: 1299px) {
  .s-1 h2 br {
    display: none;
  }
}

.s-1 hr {
  width: 95px;
  height: 1px;
  background: #9F9F9F;
  margin: 26px 0;
}

.s-1 .col-mobs .big-word {
  display: none;
}

@media (max-width: 991px) {
  .s-1 .col-mobs .big-word {
    display: block;
    position: relative;
    font-size: 40px;
    line-height: 120%;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }
}

.s-1 .col-content {
  font-family: Futura PT;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 130%;
  color: #000000;
}

.s-1 .col-text {
  font-family: Futura PT;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 130%;
  color: #000000;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .s-1 .col-text {
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 15px;
  }
}

.s-1 .col-text span {
  font-family: "Futura PT Heavy";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 140%;
  color: #000000;
  display: block;
}

@media (max-width: 767px) {
  .s-1 .col-text span {
    font-size: 24px;
    line-height: 140%;
  }
}

.s-1 .big-word {
  font-family: Futura PT;
  font-style: normal;
  font-weight: normal;
  font-size: 90px;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke: 2px #000000;
}

@media (max-width: 1440px) {
  .s-1 .big-word {
    font-size: 90px;
  }
}

@media (max-width: 1299px) {
  .s-1 .big-word {
    font-size: 90px;
  }
}

@media (max-width: 1199px) {
  .s-1 .big-word {
    font-size: 77px;
  }
}

@media (max-width: 991px) {
  .s-1 .big-word {
    font-size: 48px;
    line-height: 1;
  }
}

.s-1 ul {
  padding-left: 20px;
  margin: 0;
}

@media (max-width: 767px) {
  .s-1 ul {
    margin-bottom: 36px;
  }
}

.s-1 ul li {
  position: relative;
  list-style-type: none;
  margin-bottom: 10px;
}

.s-1 ul li:before {
  display: block;
  content: "";
  position: absolute;
  left: -18px;
  top: 11px;
  width: 6px;
  height: 6px;
  background: #F196AE;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.s-3 {
  padding: 51px 0 85px;
  background: url(../images/s-3-bg-3-line-1.png) center left no-repeat, url(../images/s-3-bg-3-line-2.png) bottom right no-repeat, -webkit-linear-gradient(268.33deg, #FBFBFD 1.41%, #FEFEFE 87.03%);
  background: url(../images/s-3-bg-3-line-1.png) center left no-repeat, url(../images/s-3-bg-3-line-2.png) bottom right no-repeat, -o-linear-gradient(268.33deg, #FBFBFD 1.41%, #FEFEFE 87.03%);
  background: url(../images/s-3-bg-3-line-1.png) center left no-repeat, url(../images/s-3-bg-3-line-2.png) bottom right no-repeat, linear-gradient(181.67deg, #FBFBFD 1.41%, #FEFEFE 87.03%);
}

@media (max-width: 767px) {
  .s-3 {
    padding: 43px 0 20px;
  }
}

.s-3 .text-row {
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  .s-3 .text-row {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
  }
}

.s-3 .text-row.reww {
  margin-top: 69px;
  margin-bottom: 24px;
}

.s-3-pic-1, .s-3-pic-2, .s-3-pic-3 {
  width: 100%;
}

@media (max-width: 767px) {
  .s-3 .text-row.reww {
    margin-top: 68px;
    margin-bottom: 39px;
  }
}

.s-3 .text-row.reww p {
  margin-bottom: 12px;
  margin-top: 14px;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 140%;
}

@media (max-width: 767px) {
  .s-3 .text-row.reww p {
    margin-bottom: 20px;
  }
}

.s-3 .text-row.reww p.big-p {
  font-size: 24px;
  line-height: 140%;
  font-family: "Futura PT Demi";
}

.s-3 .img-head-mob {
  display: none;
}

@media (max-width: 767px) {
  .s-3 .img-head-mob {
    display: block;
  }
}

.s-3 .img-head-mob img {
  max-width: 100%;
  height: auto;
  display: block;
  max-width: 85%;
  margin: 0 auto;
}

@media (max-width: 1299px) {
  .s-3 .imeg-col img {
    max-width: 100%;
    height: auto;
    display: block;
  }
}

@media (max-width: 767px) {
  .s-3 .imeg-col img {
    display: none;
  }
}

@media (max-width: 767px) {
  .s-3 .text-row-2 .imeg-col img {
    display: block;
  }
}

.s-3 .text-row-2 strong {
  font-family: "Futura PT Heavy";
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
}

.s-3 .mob-vis {
  display: none;
}

@media (max-width: 767px) {
  .s-3 .mob-vis {
    display: block;
  }
}

.s-3 .mob-hid {
  display: block;
}

@media (max-width: 767px) {
  .s-3 .mob-hid {
    display: none;
  }
}

@media (max-width: 767px) {
  .s-3 .text-col-3 img {
    margin-bottom: 20px;
  }
}

.s-3 .take-part {
  max-width: 320px;
  width: 100%;
}

@media (max-width: 767px) {
  .s-3 .take-part {
    margin-top: 15px;
  }
}

.s-3 h2 {
  text-align: left;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .s-3 h2 {
    margin-bottom: 20px;
    margin-top: 13px;
  }
}

.s-3 h2.h2-center {
  text-align: center;
  margin-bottom: 32px;
}

@media (max-width: 767px) {
  .s-3 h2.h2-center {
    /* text-align: left; */
    margin-bottom: 24px;
  }
}

@media (max-width: 767px) {
  .s-3 .reverse {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}

.s-3 p {
  font-family: 'Futura PT';
  font-style: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 120%;
  color: #000000;
  margin-bottom: 21px;
}

@media (max-width: 767px) {
  .s-3 p {
    font-size: 20px;
    line-height: 120%;
  }
}

.s-3 .text-col-1 p {
  font-size: 24px;
  line-height: 120%;
}

@media (max-width: 767px) {
  .s-3 .text-col-1 p {
    font-size: 24px;
    line-height: 120%;
  }
}

.s-3 .text-row-3 {
  position: relative;
}

@media (max-width: 991px) {
  .s-3 .text-row-3 {
    padding: 20px 0;
  }
}

.s-3 .text-row-3:before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 85%;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

@media (max-width: 1199px) {
  .s-3 .text-row-3:before {
    height: 100%;
  }
}

@media (max-width: 767px) {
  .s-3 .text-row-3:before {
    display: none;
  }
}

.s-3 .text-row-3 strong {
  font-family: "Futura PT Heavy";
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
}

@media (max-width: 767px) {
  .s-3 .text-row-3 strong {
    font-size: 30px;
  }
}

.s-3 .text-col-3 {
  padding-left: 7%;
}

@media (max-width: 767px) {
  .s-3 .text-col-3 {
    padding-left: 15px;
  }
}

.s-3 .text-col-3 .mob-vis p {
  font-size: 24px;
}

.s-3 .text-col-3 .mob-hid p {
  font-size: 24px;
}

.s-3 ul {
  padding-left: 20px;
  margin: 0;
  margin-bottom: 0px;
}

.s-3 ul li {
  position: relative;
  list-style-type: none;
  margin-bottom: 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 140%;
}

.s-3 ul li:before {
  display: block;
  content: "";
  position: absolute;
  left: -18px;
  top: 11px;
  width: 6px;
  height: 6px;
  background: #F196AE;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.s-4 {
  background: url(../images/form_bg_photo.jpg), url(../images/form_bg_c.jpg);
  background-repeat: no-repeat, repeat-y;
  /* background-repeat: no-repeat, repeat-x; */
  background-position: center bottom, left bottom;
  -webkit-background-size: contain;
  background-size: contain;
  padding: 87px 0;
}

@media (max-width: 1299px) {
  .s-4 {
    background-repeat: no-repeat
  }
}
@media (max-width: 767px) {
  .s-4 {
    background: url(../images/form_bg_c.jpg);
    background-repeat: repeat-y;  
  background-position: center bottom;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
    padding: 57px 0;
  }
}

.s-4 h2 {
  color: #000000;
  text-align: center;
}

@media (max-width: 767px) {
  .s-4 h2 {
    text-align: left;
  }
}

.s-4 .text-center {
  position: relative;
}

.s-4 .ico-pos {
  position: absolute;
}

.s-4 .ico-pos.ico-hand {
  display: none;
  left: 0;
  top: 57%;
  width: 194px;
  height: 194px;
}

@media (max-width: 767px) {
  .s-4 .ico-pos.ico-hand {
    left: 0;
    top: 92%;
    max-width: 100px;
    height: 100px;
    z-index: 2;
  }
}

@media (max-width: 767px) {
  .s-4 .ico-pos.ico-hand img {
    max-width: 100px;
  }
}

.s-4 .ico-pos.ico-box {
  width: 176px;
  height: 176px;
  top: -15px;
  right: -92px;
  z-index: 2;
}

@media (max-width: 767px) {
  .s-4 .ico-pos.ico-box {
    width: 100%;
    height: 176px;
    top: -51px;
    right: 0;
    z-index: 2;
  }
}

@media (max-width: 767px) {
  .s-4 .ico-pos.ico-box img {
    margin: auto;
    max-width: 100px;
  }
}

.s-4 .col-form {
  position: relative;
  color: #000;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 20px;
  border-radius: 20px;
  padding: 25px 0px 10px;
}

.s-4 .title-form {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  text-align: center;
  color: #000000;
  margin-bottom: 15px;
}

.s-4 .title-form.start {
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .s-4 .title-form {
    font-size: 20px;
  }
}

.s-8 {
  padding-bottom: 7px;
  background: #FBFBFD;
  padding-top: 13px;
}

@media (max-width: 767px) {
  .s-8 {
    padding-bottom: 51px;
    padding-top: 0px;
  }
}

@media (max-width: 767px) {
  .s-8 .s-8-row {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}

.s-8 .s8-title {
  position: relative;
  z-index: 2;
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 120%;
  padding: 10px 0px;
  text-align: left;
  margin-top: 49px;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .s-8 .s8-title {
    font-size: 32px;
    margin-top: 20px;
  }
}
@media (max-width: 486px) {
  .s-8 .s8-title {
    font-size: 26px;
    margin-top: 20px;
    text-align: center;
  }
}

.s-8 .s8-text {
  position: relative;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 140%;
}

@media (max-width: 767px) {
  .s-8 .s8-text {
    margin-bottom: 15px;
  }
}

.s-8 .s8-text-big {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 140%;
  padding: 20px;
  padding-left: 0;
  position: relative;
  margin-top: 40px;
}

@media (max-width: 991px) {
  .s-8 .s8-text-big {
    margin-top: 24px;
    display: none;
  }
}

.s-8 .s8-text-big:before {
  position: absolute;
  content: "";
  display: block;
  top: -5%;
  left: -5%;
  width: 110%;
  height: 110%;
  background: rgba(255, 153, 0, 0.15);
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

@media (max-width: 1199px) {
  .s-8 .s8-text-big:before {
    height: 100%;
  }
}

@media (max-width: 991px) {
  .s-8 .s8-text-big:before {
    display: none;
  }
}

.s-8 .s8-text-big:after {
  position: absolute;
  content: "";
  display: block;
  bottom: -96px;
  right: -77px;
  width: 36px;
  height: 96px;
  background: url(../images/arrow-down-bg.png) no-repeat center left;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  z-index: 3;
}

@media (max-width: 1199px) {
  .s-8 .s8-text-big:after {
    height: 100%;
  }
}

@media (max-width: 991px) {
  .s-8 .s8-text-big:after {
    display: none;
  }
}

.s-8 .s8-title-h3 {
  position: relative;
  z-index: 2;
  font-family: Futura PT;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 140%;
  text-align: center;
  color: #000000;
  margin-bottom: 21px;
}

@media (max-width: 767px) {
  .s-8 .s8-title-h3 {
    font-size: 18px;
    margin-bottom: 19px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.s-8 .s8-title-h3 span {
  display: block;
  font-weight: 600;
}

.s-8 .s-8-pic {
  max-width: 100%;
  height: auto;
  display: block;
  margin: auto;
}

@media (max-width: 767px) {
  .s-8 .s-8-pic {
    position: relative;
    left: 19px;
  }
}

.s-8 .aithor-info {
  position: absolute;
  bottom: 109px;
  left: -23px;
  width: 100%;
}

@media (max-width: 767px) {
  .s-8 .aithor-info {
    bottom: 27px;
    left: 0;
  }
}

.s-8 .author {
  position: relative;
  text-align: center;
}

.s-8 .s8-text-big-mob {
  display: none;
}

@media (max-width: 991px) {
  .s-8 .s8-text-big-mob {
    margin-top: 0px;
    margin-bottom: 30px;
    display: block;
  }
}

.s-8 .s8-text-big-mob .s8-text-big {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 140%;
  padding: 20px;
  padding-left: 0;
  padding-right: 30px;
  position: relative;
  margin-top: 40px;
}

@media (max-width: 991px) {
  .s-8 .s8-text-big-mob .s8-text-big {
    margin: 15px 0;
    display: block;
  }
}

@media (max-width: 767px) {
  .s-8 .s8-text-big-mob .s8-text-big {
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.s-8 .s8-text-big-mob .s8-text-big:before {
  display: none;
}

.s-8 .s8-text-big-mob .s8-text-big:after {
  position: absolute;
  content: "";
  display: block;
  bottom: -86px;
  right: 22px;
  width: 36px;
  height: 96px;
  background: url(../images/arrow-down-bg.png) no-repeat center left;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  z-index: 3;
}

@media (max-width: 1199px) {
  .s-8 .s8-text-big-mob .s8-text-big:after {
    height: 100%;
  }
}

.s-15 {
  padding-top: 96px;
  padding-bottom: 133px;
}

@media (max-width: 767px) {
  .s-15 {
    padding-top: 19px;
    padding-bottom: 40px;
  }
}

.s-15 .form-row {
  padding: 40px 0px 70px;
}

.s-15 .form-row h2 {
  text-align: left;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .s-15 .form-row h2 {
    text-align: center;
  }
}

.s-15 .form-row p {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 140%;
  color: #000000;
  text-align: left;
}

@media (max-width: 767px) {
  .s-15 .form-row p {
    font-size: 18px;
    line-height: 140%;
  }
}

.s-15 h2 {
  font-family: "Futura PT Demi";
  font-style: normal;
  font-weight: bold;
  font-weight: 600;
  font-size: 48px;
  line-height: 120%;
  text-align: center;
  color: #000000;
}

@media (max-width: 767px) {
  .s-15 h2 {
    font-size: 30px;
    line-height: 120%;
    margin-bottom: 26px;
    text-align: left;
  }
}
@media (max-width: 486px) {
  .s-15 h2 {
    font-size: 26px;
    line-height: 110%;    
    text-align: center;
  }
}

@media (max-width: 486px) {
  h2.form_title {
    font-size: 26px;
    line-height: 110%;    
    text-align: center;
  }
  .rew_text {
    font-size: 23px;
  }
}


.s-15 .panel {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 19px 0px;
}

@media (max-width: 767px) {
  .s-15 .panel {
    padding: 7px 0px;
  }
}

.s-15 .panel-title {
  margin-bottom: 20px;
}

.s-15 .panel-title a {
  font-family: "Futura PT Demi";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 31px;
  color: #F77B9C;
}

@media (max-width: 767px) {
  .s-15 .panel-title a {
    font-size: 24px;
    line-height: 31px;
    color: #F77B9C;
  }
}

.s-15 .panel-title a.collapsed {
  color: #F77B9C;
}

.s-15 .panel-title a.collapsed:hover {
  color: #F77B9C !important;
}

.s-15 .panel-title a.collapsed .arrow-up {
  display: block;
}

.s-15 .panel-title a.collapsed .arrow-down {
  display: none;
}

.s-15 .panel-title a:hover {
  color: #F77B9C !important;
}

.s-15 .panel-body {
  font-family: 'Futura PT';
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 31px;
  color: #000000;
}

@media (max-width: 767px) {
  .s-15 .panel-body {
    font-size: 14px;
    line-height: 1;
  }
}

.s-15 .panel-body p {
  font-family: 'Futura PT';
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 32px;
  color: #000000;
}

@media (max-width: 767px) {
  .s-15 .panel-body p {
    font-size: 24px;
    line-height: 31px;
    color: #000000;
  }
}

.s-15 .arrow-up {
  display: none;
  float: right;
}

@media (max-width: 767px) {
  .s-15 .arrow-up {
    max-width: 10px;
  }
}

.s-15 .arrow-down {
  display: inline-block;
  float: right;
}

@media (max-width: 767px) {
  .s-15 .arrow-down {
    max-width: 10px;
  }
}

@media (max-width: 767px) {
  .s-15 .col {
    padding-left: 0;
    padding-right: 0;
  }
}

.section-bottom {
  padding-top: 50px;
  padding-bottom: 80px;
}

@media (max-width: 767px) {
  .section-bottom {
    padding-top: 10px;
  }
}

@media (max-width: 767px) {
  .section-bottom .col-lg-12 {
    padding-left: 0;
    padding-right: 0;
  }
}

.section-bottom button {
  margin: 20px auto;
  display: block;
  max-width: 315px;
  width: 100%;
  font-size: 20px;
}

@media (max-width: 767px) {
  .section-bottom button {
    margin: 0px auto;
    padding: 8px;
  }
}

@media (max-width: 767px) {
  .section-bottom h2 {
    margin-bottom: 21px;
  }
}

.pulse {
  display: block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  -webkit-box-shadow: 0 0 0 rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 0 rgba(255, 255, 255, 0.7);
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}

.pulse:hover {
  -webkit-animation: none;
  animation: none;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(247, 123, 156, 0.2);
  }

  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(247, 123, 156, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(247, 123, 156, 0);
  }
}

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(247, 123, 156, 0.2);
    box-shadow: 0 0 0 0 rgba(247, 123, 156, 0.2);
  }

  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(247, 123, 156, 0);
    box-shadow: 0 0 0 20px rgba(247, 123, 156, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(247, 123, 156, 0);
    box-shadow: 0 0 0 0 rgba(247, 123, 156, 0);
  }
}

@media (max-width: 767px) {
  .navbar-expand-md .navbar-nav .nav-link {
    font-size: 14px;
  }
}

.modal-content {
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.modal-header {
  border: 0px;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.modal-header .close {
  position: absolute;
  margin: 0;
  padding: 0;
  top: 10px;
  right: 20px;
  font-size: 42px;
  color: red;
}

.modal-footer {
  border: 0px;
}

.modal-body {
  padding: 0 50px;
}

@media (max-width: 991px) {
  .modal-body {
    padding: 0 25px;
  }
}

@media (max-width: 767px) {
  .modal-body {
    padding: 0 15px;
  }
}

.modal {
  padding-right: 0 !important;
}

.modal.modal-open {
  padding-right: 0;
}

.modal .modal-title {
  text-align: center;
  font-family: "Futura PT Demi";
  font-size: 42px;
  line-height: 57px;
  color: #212B37;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .modal .modal-title {
    font-size: 28px;
    line-height: normal;
    margin-bottom: 0;
  }
}

.modal .item-list {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 34px;
}

.modal .num-round {
  font-size: 18px;
  line-height: 32px;
  color: #F77B9C;
  width: 60px;
  text-align: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  padding: 14px 21px;
  margin-right: 16px;
  background: #e8e8e84a;
}

.modal .list-test p {
  font-size: 20px;
  line-height: 34px;
  color: #212B37;
  font-family: "Futura PT Demi";
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .modal .list-test p {
    font-size: 18px;
    line-height: normal;
  }
}

.modal form {
  display: block;
  margin: 0 auto;
  max-width: 364px;
  width: 100%;
}

.modal form .form-group {
  margin-bottom: 13px;
}

@media (max-width: 767px) {
  .modal form .form-group {
    margin-bottom: 8px;
  }
}

.modal form input {
  border-width: 1px;
  border-color: #d1d1d1;
  border-style: solid;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  background-color: white;
  font-size: 18px;
  line-height: 2.778;
  text-align: left;
  height: 58px;
  width: 100%;
  padding: 5px 20px;
}

.modal form button {
  width: 100%;
}

.modal .registration-form-title {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .modal .registration-form-title {
    font-size: 20px;
  }
}

.modal .registration-bottom-descr {
  text-align: center;
  margin-top: 15px;
}

.modal iframe {
  width: 100%;
  height: 370px;
  display: block;
  margin: 30px auto;
}

@media (max-width: 991px) {
  .modal iframe {
    height: 380px;
  }
}

@media (max-width: 767px) {
  .modal iframe {
    height: 380px;
  }
}

@media (max-width: 450px) {
  .modal iframe {
    height: 370px;
  }
}

form input {
  border-width: 1px;
  border-color: #d1d1d1;
  border-style: solid;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  background-color: white;
  font-size: 18px;
  line-height: 2.778;
  text-align: left;
  height: 58px;
  width: 100%;
  padding: 5px 20px;
  margin-bottom: 10px;
}

form {
  display: block;
  margin: 0 auto;
  max-width: 364px;
  width: 100%;
}

@media (max-width: 767px) {
  form {
    padding-left: 15px;
    padding-right: 15px;
  }
}

form button[type="submit"] {
  display: block;
  margin: 0 auto;
  max-width: 364px;
  width: 100%;
}