

@font-face {
  font-family: 'MuseoSansCyrl';
  src: url('../fonts/MuseoSansCyrlBlack.eot');
  src: url('../fonts/MuseoSansCyrlBlack.eot') format('embedded-opentype'), url('../fonts/MuseoSansCyrlBlack.woff2') format('woff2'), url('../fonts/MuseoSansCyrlBlack.woff') format('woff'), url('../fonts/MuseoSansCyrlBlack.ttf') format('truetype'), url('../fonts/MuseoSansCyrlBlack.svg#MuseoSansCyrlBlack') format('svg');
  font-weight: 900;
}
@font-face {
  font-family: 'MuseoSansCyrl';
  src: url('../fonts/MuseoSansCyrlRegular.eot');
  src: url('../fonts/MuseoSansCyrlRegular.eot') format('embedded-opentype'), url('../fonts/MuseoSansCyrlRegular.woff2') format('woff2'), url('../fonts/MuseoSansCyrlRegular.woff') format('woff'), url('../fonts/MuseoSansCyrlRegular.ttf') format('truetype'), url('../fonts/MuseoSansCyrlRegular.svg#MuseoSansCyrlRegular') format('svg');
  font-weight: normal;
}
@font-face {
  font-family: 'MuseoSansCyrl';
  src: url('../fonts/MuseoSansCyrl500.eot');
  src: url('../fonts/MuseoSansCyrl500.eot') format('embedded-opentype'), url('../fonts/MuseoSansCyrl500.woff') format('woff'), url('../fonts/MuseoSansCyrl500.ttf') format('truetype');
  font-weight: 500;
}
@font-face {
  font-family: 'MuseoSansCyrl';
  src: url('../fonts/MuseoSansCyrlLight.eot');
  src: url('../fonts/MuseoSansCyrlLight.eot') format('embedded-opentype'), url('../fonts/MuseoSansCyrlLight.woff2') format('woff2'), url('../fonts/MuseoSansCyrlLight.woff') format('woff'), url('../fonts/MuseoSansCyrlLight.ttf') format('truetype'), url('../fonts/MuseoSansCyrlLight.svg#MuseoSansCyrlLight') format('svg');
  font-weight: 300;
}
@font-face {
  font-family: 'MuseoSansCyrl';
  src: url('../fonts/MuseoSansCyrlThin.eot');
  src: url('../fonts/MuseoSansCyrlThin.eot') format('embedded-opentype'), url('../fonts/MuseoSansCyrlThin.woff2') format('woff2'), url('../fonts/MuseoSansCyrlThin.woff') format('woff'), url('../fonts/MuseoSansCyrlThin.ttf') format('truetype'), url('../fonts/MuseoSansCyrlThin.svg#MuseoSansCyrlThin') format('svg');
  font-weight: 100;
}
@font-face {
  font-family: 'MuseoSansCyrl';
  src: url('../fonts/MuseoSansCyrlBold.eot');
  src: url('../fonts/MuseoSansCyrlBold.eot') format('embedded-opentype'), url('../fonts/MuseoSansCyrlBold.woff2') format('woff2'), url('../fonts/MuseoSansCyrlBold.woff') format('woff'), url('../fonts/MuseoSansCyrlBold.ttf') format('truetype'), url('../fonts/MuseoSansCyrlBold.svg#MuseoSansCyrlBold') format('svg');
  font-weight: bold;
}



::selection {
  background: #fdc434;
  color: #fff;
}
::-moz-selection {
  background: #fdc434;
  color: #fff;
}
::-webkit-selection {
  background: #fdc434;
  color: #fff;
}
* {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  border: none;
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */
}
body {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color: #343232;
  font-weight: normal;
  background: white;
}
a {
  cursor: pointer;
  text-decoration: none;
  color: #343232;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.w100 {
  width: 100%;
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}
.container {
  width: 100%;
  max-width: 1190px;
  padding-left: 25px;
  padding-right: 25px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}
.siteTop {
  background-color: rgba(255, 255, 255, 0.431);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
}
.siteTop.head {
  background-color: #ffffff;
  box-shadow: 0px 1px 5px rgba(213, 0, 102, 0.1);
}
.siteTop.head .menu-links a {
  height: 60px;
}
.siteTop .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.siteTop .logo img {
  display: block;
  width: 170px;
}
.siteTop .menu-links {
  display: flex;
  justify-content: center;
  align-items: center;
}
.siteTop .menu-links a {
  margin-left: 35px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 91px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  font-size: 15px;
}
.siteTop .menu-links a:hover {
  border-top-color: #d50066;
}
.center {
  text-align: center;
}
h2 {
  font-family: 'MuseoSansCyrl', sans-serif;
  font-size: 55px;
  text-transform: uppercase;
  color: #343232;
  font-weight: 900;
  line-height: 1;
}
h2 span {
  font-size: 36px;
  font-weight: 500;
}
.red {
  color: #d50066;
  font-weight: bold;
}
.main {
  padding-top: 91px;
  background: url(../img/main_new.jpg) 50% 0% no-repeat;
  margin-bottom: 70px;
  -webkit-background-size: cover;
  background-size: cover;
  overflow: hidden;
}
.main .container {
  padding-top: 65px;
  padding-bottom: 110px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.main .container .girl1 {
  max-width: 45%;
  padding-right: 40px;
}
.main .container .girl1 img {
  width: 100%;
  height: auto;
}
.main .container .text {
  max-width: 55%;
  width: 100%;
}
.main .container .text form {
  margin: 40px auto 0;
}
.main .container .text .inner .l_1 {
  text-transform: uppercase;
  font-size: 40px;
  font-weight: bold;
  padding-bottom: 20px;
}
.main .container .text .inner .l_name {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 30px;
  padding-top: 30px;
  padding-bottom: 10px;
}
.main .container .text .inner .l_desc {
  font-size: 20px;
  text-transform: uppercase;
}
.main .container .text .inner .btn {
  margin: 50px 0 0;
  font-size: 20px;
  display: inline-block;
  width: auto;
  height: 60px;
  line-height: 60px;
  padding: 0 40px;
  text-transform: uppercase;
  border-radius: 30px;
  font-weight: bold;
}
.main .lowtitle {
  font-size: 21px;
  margin-top: 10px;
  margin-left: 3px;
  font-family: 'MuseoSansCyrl', sans-serif;
}
h1 {
  color: #343232;
  text-transform: uppercase;
  font-size: 55px;
  font-weight: 900;
  font-family: 'MuseoSansCyrl', sans-serif;
}
h1 span {
  margin-left: -3px;
  padding: 0 3px;
  display: inline-block;
  font-size: 46px;
  color: white;
  font-weight: 500;
  background: -moz-linear-gradient(left, #d50066 0%, rgba(213, 0, 102, 0.24) 76%, rgba(125, 185, 232, 0) 100%);
  background: -webkit-linear-gradient(left, #d50066 0%, rgba(213, 0, 102, 0.24) 76%, rgba(125, 185, 232, 0) 100%);
  background: linear-gradient(to right, #d50066 0%, rgba(213, 0, 102, 0.24) 76%, rgba(125, 185, 232, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d50066', endColorstr='#007db9e8', GradientType=1);
}
.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 50px;
  border-radius: 25px;
  background: #d50066;
  border: none;
  box-shadow: inset 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
  text-align: center;
  color: white;
  font-weight: 100;
  font-family: 'MuseoSansCyrl', sans-serif;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  text-transform: uppercase;
}
.btn:focus {
  outline: none;
}
.btn:hover {
  background: #ff228c;
}
.pos_r {
  position: relative;
  display: block;
}
.main_wrapper {
  position: relative;
  z-index: 3;
}
.error span {
  padding: 10px 0;
  color: red;
  display: block;
  font-size: 12px;
}

input[name="code"] {
  text-align: center;
  padding: 0;
}

.form_back_link, .time_out_box {
  display: block;
  padding-top: 15px;
  font-size: 12px;
}

.check_phone {
  display: none;
  position: absolute;
  top: 10px;
  right: 52px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  background: #3BB712;
  color: #FFF;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.check_phone.active {
  display: block;
}
form .checkbox span:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #dfdfdf;
  box-sizing: border-box;
}
form .checkbox span:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #fa97c2;
  opacity: 0;
}
form .checkbox input:checked + span:after {
  opacity: 1;
}
h3 {
  font-weight: 600;
  font-size: 23px;
}
.numbers {
  z-index: 2;
  padding-bottom: 110px;
  background: url(../img/notepad1920.png) 50% 100% no-repeat;
}
.numbers .container {
  overflow: visible;
}
.numbers .flex {
  margin-top: 65px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.numbers .flex .text-item {
  margin-bottom: 55px;
  padding-right: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.numbers .flex .text-item:last-child {
  margin-bottom: 0;
}
.numbers .flex .text-item .l {
  min-width: 150px;
  margin-right: 54px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.929;
}
.numbers .flex .text-item .r {
  font-size: 15px;
  line-height: 0.9;
  padding-left: 35px;
  border-left: 2px solid #d50066;
}
.numbers .flex .text-item .r .red {
  font-size: 43px;
  white-space: nowrap;
}
.numbers .flex .video {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.numbers .flex .video:hover:before {
  width: 180px;
  height: 180px;
}
.numbers .flex .video:after {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 61px;
  background: #fef4f8;
  right: -20px;
  top: -20px;
  z-index: 0;
  content: '';
}
.numbers .flex .video:before {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  content: '';
  background: url(../img/play.png) 48% 54% no-repeat;
  z-index: 2;
  border-radius: 50%;
  background-color: rgba(250, 151, 194, 0.702);
  box-shadow: 2px 3.464px 27px 0px rgba(0, 0, 0, 0.06);
  width: 159px;
  height: 158px;
}
.numbers .flex .video img {
  border-radius: 61px;
  display: block;
  position: relative;
  z-index: 1;
}
h4 {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 5px;
}
.block3 {
  background: url(../img/block3back.png) 50% 50% no-repeat;
  height: 888px;
  margin-top: -70px;
  z-index: 1;
}
.block3 h2 {
  text-align: center;
  padding-top: 226px;
  padding-bottom: 50px;
}

.block3 .container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: -75px;
}
.block3 .container .item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: calc(100% / 2);
  padding: 0 20px;
  margin-bottom: 75px;
}
.block3 .container .item .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 93px;
  min-width: 93px;
  margin-right: 40px;
}
.block3 .container .item .text p {
  font-size: 14px;
}

.block3 .container h4 {
  font-size: 14px;
}
.block3_header {
  font-weight: 700;
  text-align: center;
  font-size: 23px;
  margin: 0 auto;
  width: 100%;
  max-width: 1100px;
  margin-bottom: 15px;
}
.block3_header_desc {
  font-weight: 700;
  text-align: center;
  font-size: 23px;
  margin: 0 auto;
  width: 100%;
  max-width: 1100px;
  padding-bottom: 30px;
}
.registration {
  padding-left: 25px;
  padding-right: 25px;
  margin-top: -300px;
  overflow: visible;
  z-index: 2;
}
.registration .container {
  text-align: center;
  padding-top: 32px;
  padding-bottom: 37px;
  border-radius: 35px;
  background-color: #ffffff;
  box-shadow: 2px 3.464px 27px 0px rgba(0, 0, 0, 0.06);
  max-width: 785px;
  line-height: 1.4;
}
.registration .container h3 {
  font-family: 'Montserrat', sans-serif;
}
.registration .container .btn {
  margin: 24px auto 0;
  text-transform: uppercase;
}
.dreams {
  padding: 108px 0;
  background: url(../img/dreams.png)  no-repeat;
  background-position: right bottom;
  z-index: 3;
  -webkit-background-size: 25%;
  background-size: 25%;
}
.dreams .container {
  overflow: visible;
}
.dreams .flex {
  margin-top: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dreams .mid {
  margin: 0 28px;
  max-width: 280px;
  text-align: center;
  font-size: 14px;
}
.dreams .mid span {
  font-weight: 600;
}
.dreams .mid .btn {
  width: 230px;
  margin: 53px auto 0;
}
.dreams .num .item {
  margin-bottom: 111px;
  display: flex;
  align-items: center;
}
.dreams .num .item:last-child {
  margin-bottom: 0;
}
.dreams .num .item .text {
  line-height: 1.6;
  font-size: 15px;
  font-weight: 500;
}
.dreams .num .item .count {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 2px 3.464px 59px 0px rgba(250, 151, 194, 0.14);
  width: 122px;
  min-width: 122px;
  color: #d50066;
  font-size: 55px;
  font-weight: 600;
  height: 122px;
}
.dreams .num .item .count:before {
  content: '';
  width: 155px;
  height: 166px;
  top: -22px;
  position: absolute;
}
.dreams .num.left .item {
  justify-content: flex-end;
}
.dreams .num.left .item .count:before {
  background: url(../img/count-left.png) 50% 50% no-repeat;
  left: -24px;
}
.dreams .num.left .item .text {
  text-align: right;
  margin-right: 49px;
}
.dreams .num.left .item.i2 {
  padding-right: 56px;
}
.dreams .num.right .item {
  justify-content: flex-start;
}
.dreams .num.right .item .count:before {
  background: url(../img/count-right.png) 50% 50% no-repeat;
  right: -24px;
}
.dreams .num.right .item .text {
  text-align: left;
  order: 2;
  margin-left: 49px;
}
.dreams .num.right .item.i2 {
  padding-left: 56px;
}
.profit {
  background: url(../img/block5.jpg) 50% 50% no-repeat;
  padding-top: 259px;
  padding-bottom: 250px;
  margin-top: -170px;
  display: none;
}
.profit .container {
  overflow: visible;
}
.profit h2 {
  margin-bottom: 55px;
}
.profit .item {
  margin-bottom: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.profit .item:last-child {
  margin-bottom: 0;
}
.profit .item.i2 {
  margin-left: 153px;
}
.profit .item .left {
  border-radius: 35px;
  background-color: #ffffff;
  box-shadow: 2px 3.464px 27px 0px rgba(0, 0, 0, 0.19);
  max-width: 445px;
  width: 100%;
  padding: 40px 50px;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.6;
  min-height: 206px;
  position: relative;
  z-index: 2;
}
.profit .item .left:before {
  content: '';
  width: 42px;
  height: 2px;
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  background: #d50066;
}
.profit .item .left h3 {
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 20px;
}
.profit .item .left span {
  font-weight: 600;
}
.profit .item .right {
  width: 100%;
  max-width: 450px;
  margin-left: -45px;
  z-index: 1;
  position: relative;
  padding: 18px 18px 22px 70px;
  border: 1px solid rgba(167, 32, 97, 0.12);
  border-radius: 35px;
  font-size: 15px;
  line-height: 1.6;
}
.profit .item .right h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  margin-bottom: 10px;
}
.profit .item .right span {
  font-weight: 600;
}
.profit .item .right ul {
  padding-left: 20px;
}
.forwho {
  background: url(../img/block6.png) 50% 50% no-repeat;
  margin-top: -250px;
  padding-bottom: 40px;
  z-index: 2;
}
.forwho .container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-bottom: -45px;
}
.forwho .container .item {
  margin: 0 20px 45px;
  width: 285px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
}
.forwho .container .item .image {
  margin-bottom: 15px;
  width: 206px;
  height: 206px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(252, 224, 236, 0.302);
  border-radius: 50%;
}
.forwho .container .item .image img {
  transform: translate(2px, 4px);
  border-radius: 50%;
}
.forwho .container .item h4 {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}
.forwho .container .item p {
  font-size: 14px;
}
.steps {
  background: url(../img/steps-back.jpg) 50% 50% no-repeat;
  z-index: 1;
  padding-top: 150px;
  padding-bottom: 497px;
}
.steps .flex {
  margin-top: 65px;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: -56px;
}
.steps .flex:before {
  z-index: 1;
  position: absolute;
  content: '';
  width: 1075px;
  height: 333px;
  background: url(../img/line.png) 100% 50% no-repeat;
  right: -15px;
  top: 68px;
}
.steps .flex .item {
  position: relative;
  z-index: 2;
  margin-bottom: 56px;
  margin-right: 70px;
  width: 295px;
}
.steps .flex .item.i1 {
  padding: 0 20px;
  max-width: 220px;
}
.steps .flex .item.i4 {
  order: 6;
}
.steps .flex .item.i6 {
  max-width: 220px;
  order: 4;
}
.steps .flex .item.i5 {
  padding-right: 50px;
  order: 5;
}
.steps .flex .item.i5 .btn {
  display: none;
}
.steps .flex .item .num {
  font-size: 56px;
  font-weight: 600;
  color: #d50066;
  width: 45px;
  border-bottom: 2px solid #d50066;
}
.steps .flex .item h4 {
  margin: 15px 0 10px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}
.steps .flex .item p {
  font-size: 14px;
}
.steps .flex .item .btn {
  width: 220px;
  margin: 38px auto 0;
  margin-left: -17px;
}
.registration2 {
  padding-left: 25px;
  padding-right: 25px;
  overflow: visible;
  z-index: 2;
  margin-top: -414px;
}
.registration2 .container {
  border-radius: 35px;
  background-color: #ffffff;
  box-shadow: 2px 3.464px 27px 0px rgba(0, 0, 0, 0.06);
  max-width: 1134px;
  text-align: center;
  padding: 35px 35px 38px;
}
.registration2 .container p {
  line-height: 1.3;
  margin-top: 10px;
}
.registration2 .container p span {
  font-weight: 600;
}
.registration2 .container h3 {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
}
.registration2 .container .btn {
  margin: 33px auto 0;
}

.registration2 .btn {
  display: inline-block;
  min-width: 250px;
  width: auto;
  line-height: 50px;
  padding: 0 25px;
  white-space: nowrap;
}
.reviews {
  z-index: 2;
  padding: 100px 0;
  background: url(../img/reviews-back.png) 50% 0 no-repeat;
}
.reviews .container {
  overflow: visible;
}
.reviews h2 {
  margin-bottom: 55px;
}
.reviews .item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.reviews .item .image {
  width: 318px;
  min-width: 318px;
  height: 318px;
  border-radius: 50%;
  background-color: rgba(252, 224, 236, 0.302);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 18px;
}
.reviews .item .image img {
  display: block;
  box-shadow: 2px 3.464px 32px 0px rgba(250, 151, 194, 0.78);
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.reviews .item .text {
  margin-left: 54px;
  max-width: 685px;
  width: 100%;
}
.reviews .item .text .name {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
}
.reviews .item .text .who {
  font-size: 14px;
  color: #878787;
  margin-bottom: 10px;
}
.reviews .item .text .review-text {
  font-size: 14px;
}
.reviews .item .text .price {
  padding-left: 20px;
  border-left: 2px solid #d50066;
  font-size: 18px;
  margin: 25px 0 30px;
}
.reviews .item .text .price .red {
  font-size: 30px;
}
.owl-nav button {
  width: 30px;
  height: 109px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.5;
}
.owl-nav button:hover {
  opacity: 1;
}
.owl-nav .owl-next {
  background: url(../img/arrow-right.png) 50% 50% no-repeat !important;
  right: -55px;
}
.owl-nav .owl-prev {
  background: url(../img/arrow-left.png) 50% 50% no-repeat !important;
  left: -55px;
}
.advantages {
  z-index: 1;
  margin-top: -150px;
  background: url(../img/advantages.jpg) 50% 50% no-repeat;
  padding-top: 307px;
  padding-bottom: 243px;
}
.advantages .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: -50px;
}
.advantages .item {
  margin-bottom: 50px;
  padding: 20px 20px 20px 30px;
  border: 1px solid rgba(167, 32, 97, 0.4);
  width: 100%;
  max-width: 313px;
  border-radius: 30px;
}
.advantages .item .icon {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 64px;
  margin-bottom: 20px;
}
.advantages .item h4 {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.advantages .item p {
  font-weight: 300;
  font-size: 14px;
}
.ready {
  background: url(../img/form.jpg) 50% 50% no-repeat;
  padding: 35px 0;
}
.ready .container {
  overflow: visible;
}
.ready h2 {
  text-transform: none;
  max-width: 640px;
  line-height: 0.9;
}
.ready h2 .black {
  font-weight: 900;
}
.ready .lowtitle {
  color: #d50066;
  font-size: 23px;
  font-weight: 100;
  font-family: 'MuseoSansCyrl', sans-serif;
  margin-top: 20px;
  margin-bottom: 55px;
}
.dont {
  background: url(../img/block11.png) 50% 50% no-repeat;
  margin-top: -170px;
  padding-top: 346px;
  padding-bottom: 355px;
}
.dont .flex {
  margin-top: 95px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-bottom: -80px;
}
.dont .flex .item {
  margin-bottom: 80px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 417px;
  font-size: 14px;
}
.dont .flex .item .icon {
  min-width: 93px;
  margin-right: 40px;
}
.dont .flex .item .icon img {
  display: block;
}
.dont .flex .item h4 {
  margin-bottom: 5px;
}
.faq {
  background: url(../img/faq.jpg) 50% 100% no-repeat;
  margin-top: 50px;
  padding-bottom: 400px;
}
.faq .flex {
  margin-top: 55px;
  margin-bottom: -25px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.faq .flex .item {
  margin-bottom: 25px;
  width: calc((100% - 30px) / 2);
  margin-right: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.faq .flex .item:nth-child(2n) {
  margin-right: 0;
}
.faq .flex .item.active .item-header .arrow img {
  transform: rotate(180deg);
}
.faq .flex .item-header {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #fa97c2;
  height: 55px;
  border-radius: 30px;
  background: #FFF;
}
.faq .flex .item-header .left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-transform: uppercase;
}
.faq .flex .item-header .left .icon {
  width: 55px;
  min-width: 55px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fa97c2;
  border-radius: 50%;
  font-size: 24px;
  font-weight: bold;
  color: white;
  margin-right: 13px;
}
.faq .flex .item-header .arrow {
  min-width: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0px;
}
.faq .flex .item-header .arrow img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.faq .flex .item-body {
  display: none;
  margin-left: 68px;
  margin-top: 10px;
  line-height: 1.5;
}
.footer {
  padding-bottom: 49px;
  margin-top: -200px;
  background: url(../img/footer.png) top center no-repeat;
}
.footer .container {
  overflow: visible;
}
.footer .lowtitle {
  margin: 25px 0 50px;
  font-weight: 300;
  font-size: 20px;
}
.footer .lowtitle span {
  font-weight: 900;
}
.facts {
  position: relative;
  z-index: 0;
  overflow: visible;
}
.facts .text {
  min-height: 500px;
  width: 45%;
  line-height: 1.5;
}
.facts .text p {
  display: block;
  padding: 40px 0 0;
  margin: 0;
  font-size: 1.25em;
}
.facts .text p a {
  color: #d50066;
  opacity: 0.5;
}
.facts .img {
  width: 40%;
  position: absolute;
  top: 0;
  right: 0;
}
.facts .img img {
  width: 100%;
}
form .result span {
  display: block;
  color: #FF0000;
  font-weight: bold;
  padding-top: 15px;
}
form .timers {
  margin: 35px auto 0;
  opacity: 0.6;
}
form .timer {
  padding-top: 15px;
}
form .timer a {
  color: #d50066;
  text-decoration: underline;
}
.modal {
  display: none;
}
.modal.fancybox-content {
  width: 100%;
  max-width: 400px;
  border-radius: 25px;
  padding: 40px 25px;
  color: #131210;
  text-align: center;
  line-height: 1.5;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: auto !important;
  touch-action: auto !important;
}
.mobile-only {
  display: none;
}
@media screen and (max-width: 1170px) {
  .numbers .flex .text-item .r .red {
    font-size: 30px;
  }
  .numbers .flex .text {
    margin-right: 30px;
  }
  .numbers .flex .text-item {
    margin-bottom: 30px;
  }
  .steps .flex:before {
    display: none;
  }
  .steps .flex .item {
    margin-right: 30px;
  }
  .steps .flex .item.i6 {
    display: none;
  }
  .steps .flex .item.i5 {
    order: 5;
    padding-right: 0;
  }
  .steps .flex .item.i4 {
    order: 4;
  }
  .steps .flex .item.i1 {
    padding: 0;
    max-width: 100%;
  }
  .steps .flex .item.i1 .btn {
    margin-left: 0;
  }
  .owl-nav .owl-next {
    right: 0;
  }
  .owl-nav .owl-prev {
    left: 0;
  }
  .reviews .item {
    padding: 0 40px;
  }
  .facts {
    height: 550px;
  }
  .facts .img {
    overflow: hidden;
  }
  .facts .img img {
    width: 600px;
    max-width: none;
  }
}
@media screen and (max-width: 1023px) {
  .siteTop .burger {
    position: relative;
    width: 32px;
    height: 17px;
    cursor: pointer;
  }
  .siteTop .burger.active .line.line1 {
    transform: rotate(45deg);
    margin-top: 7px;
  }
  .siteTop .burger.active .line.line2 {
    transform: translateY(-50%) translateX(100%);
    opacity: 0;
  }
  .siteTop .burger.active .line.line3 {
    transform: rotate(-45deg);
    margin-bottom: 7px;
  }
  .siteTop .burger .line {
    width: 100%;
    background: #d50066;
    height: 2px;
    position: absolute;
    left: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .siteTop .burger .line.line1 {
    top: 0;
  }
  .siteTop .burger .line.line2 {
    top: 50%;
    transform: translateY(-50%);
  }
  .siteTop .burger .line.line3 {
    bottom: 0;
  }
  .siteTop {
    overflow: visible;
  }
  .siteTop .container {
    overflow: visible;
    height: 60px;
  }
  .siteTop .menu-links {
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: white;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: absolute;
    right: 0;
    top: 100%;
    height: calc(100vh - 60px);
  }
  .siteTop .menu-links.active {
    opacity: 1;
    visibility: visible;
    transform: none;
  }
  .siteTop .menu-links a {
    width: 100%;
    height: 40px !important;
    border: none;
    width: 300px;
    margin: 0;
    justify-content: flex-start;
    padding: 0 25px;
  }
  .siteTop .menu-links a:hover {
    background: #d50066;
    color: white;
  }
  .main .container {
    justify-content: flex-start;
  }
  h1 {
    text-shadow: 1px 1px 1px white;
  }
  .main .lowtitle {
    font-size: 17px;
    max-width: 325px;
  }
  .main {
    background-position: 0 0;
  }
  .main .container .girl1 img {
    width: 650px;
    max-width: none;
    transform: translateX(-270px);
  }
  .main .container .text form {
    margin: 40px 0;
  }
  .numbers .flex {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .numbers .flex .text {
    margin-right: 0;
    margin-bottom: 60px;
  }
  .numbers .flex .text-item .r .red {
    font-size: 37px;
  }
  .numbers .flex .text-item .l {
    margin-right: 37px;
  }
  .numbers h2 {
    text-align: center;
  }
  h2 {
    font-size: 40px;
  }
  h2 span {
    font-size: 30px;
  }
  .dreams .mid {
    max-width: 100%;
    width: 100%;
    order: 0;
    margin: 0;
    margin-bottom: 80px;
  }
  .dreams .left,
  .dreams .right {
    order: 1;
    width: 50%;
  }
  .dreams .flex {
    flex-wrap: wrap;
    margin-top: 40px;
  }
  .numbers {
    padding-bottom: 60px;
  }
  .block3 h2 {
    text-align: center;
    padding-top: 180px;
    padding-bottom: 40px;
  }
  .block3 .container {
  }
  .main .container .text {
    max-width: 515px;
  }
  .dreams .num.left .item.i2,
  .dreams .num.right .item.i2 {
    padding: 0 15px;
  }
  .dreams .num.left .item {
    padding: 0 15px;
  }
  .profit {
    overflow: visible;
    margin: 0;
    padding: 0;
    background: white;
  }
  .profit .container {
    overflow: visible;
  }
  .profit .item {
    flex-direction: column;
    justify-content: flex-start;
  }
  .profit .item.i2 {
    margin-left: 0;
  }
  .profit .item .left,
  .profit .item .right {
    max-width: 100%;
    width: 100%;
  }
  .profit .item .left {
    padding: 20px 40px;
  }
  .profit .item .right {
    margin: 0;
    padding: 70px 40px 20px;
    margin-top: -45px;
  }
  .forwho {
    margin-top: 80px;
  }
  .steps .flex .item {
    width: 209px;
  }
  .steps {
    margin-top: 60px;
    padding-top: 60px;
  }
  .reviews .item .image {
    width: 190px;
    min-width: 190px;
    height: 190px;
    padding: 10px;
  }
  .advantages {
    margin: 0;
    padding: 40px 0;
    background: white;
  }
  .dont .flex .item {
    max-width: 300px;
  }
  .dont .flex .item .icon {
    width: 50px;
    min-width: 50px;
    margin-right: 30px;
  }
  .faq .flex .item {
    margin-right: 0;
    width: 100%;
  }
  .footer .lowtitle {
    max-width: 400px;
  }
  .faq {
    padding-bottom: 300px;
  }
}
@media screen and (max-width: 767px) {
  .block3 {
    margin-top: 0 !important;
  }
  .block3 .container {
    margin-bottom: 0;
  }
  h1 span {
    font-size: 31px;
  }
  h1 {
    font-size: 33px;
  }
  .main {
    margin-bottom: 40px;
    /*background: url(../img/main-mobile.jpg) 100% 0 no-repeat;*/
    background-size: cover;
  }
  .main .girl1 {
    display: none;
  }
  .main .text {
    max-width: 100% !important;
    text-align: center;
    padding-bottom: 70px;
  }
  .main .container {
    padding-top: 0;
    padding-bottom: 20px;
  }
  .main .container .text form {
    margin: 0;
    margin-top: 40px;
  }
  .numbers .flex .video:before {
    width: 117px;
    height: 117px;
    background-size: 65px;
  }
  .numbers .flex .video:hover:before {
    width: 117px;
    height: 117px;
  }
  .block3 .container .item {
    width: 100%;
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
  }
  .block3 .container .item .icon {
    width: 65px;
    min-width: 65px;
    margin-right: 30px;
  }
  .registration .container {
    padding-right: 15px;
  }
  .registration .container .lowtitle {
    font-size: 14px;
    max-width: 300px;
    margin: 0 auto;
  }
  .registration .container h3 {
    font-size: 19px;
  }
  .dreams {
    padding: 50px 0;
  }
  .dreams .num {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .dreams .num.left .item,
  .dreams .num.right .item {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
  }
  .dreams .num.left .item .text,
  .dreams .num.right .item .text {
    order: 2;
  }
  .dreams .num .item .text {
    margin: 20px 0 0 !important;
    text-align: center !important;
  }
  .dreams .num .item .count {
    width: 80px;
    min-width: 80px;
    height: 80px;
    font-size: 33px;
  }
  .dreams .num.left .item .count:before {
    width: 75px;
    height: 80px;
    background: url(../img/count-mobile.png) 50% 50% no-repeat;
    left: 0;
    top: 0;
  }
  .dreams .num.right .item .count:before {
    top: 0;
    right: 0;
    width: 75px;
    height: 80px;
    background: url(../img/count-mobile-right.png) 50% 50% no-repeat;
  }
  .profit .item .left {
    min-height: 0;
  }
  .profit .item .left h3 {
    margin-bottom: 10px;
  }
  .profit .item {
    margin-bottom: 40px;
  }
  .forwho .container .item {
    width: 210px;
    margin: 0 5px 25px;
  }
  .forwho .container .item .image {
    width: 143px;
    height: 143px;
  }
  .steps {
    background: white;
    margin: 0;
    padding-top: 90px;
    padding-bottom: 150px;
  }
  .steps .flex {
    justify-content: flex-start;
  }
  .steps .flex .item {
    margin-bottom: 40px;
    padding-right: 30px !important;
    width: 50%;
    margin-right: 0;
  }
  .steps .flex .item:nth-child(2n) {
    padding-right: 0 !important;
  }
  .steps .flex .item.i5 {
    padding-right: 0 !important;
    width: 100%;
  }
  .steps .flex .item.i5 .num,
  .steps .flex .item.i5 h4,
  .steps .flex .item.i5 p {
    max-width: 50%;
    padding-right: 30px;
  }
  .steps .flex .item .btn {
    width: 100%;
  }
  .steps .flex .item .num {
    font-size: 40px;
  }
  .steps .flex .item h4 {
    font-size: 15px;
  }
  .steps .flex .item p {
    font-size: 13px;
  }
  .registration2 {
    margin-top: -110px;
  }
  .steps .flex {
    margin-top: 30px;
    margin-bottom: -40px;
  }
  .registration2 .container h3 {
    font-size: 19px;
  }
  .registration2 .container p {
    font-size: 14px;
  }
  .registration2 .container {
    padding: 35px 25px;
  }
  .reviews .item {
    padding: 0;
    flex-direction: column;
    padding-top: 10px;
  }
  .owl-nav button {
    top: 18%;
  }
  .reviews .item .text {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    margin-left: 0;
    margin-top: 20px;
    text-align: center;
  }
  .reviews .item .text .name {
    margin-bottom: 5px;
  }
  .reviews .item .text .price {
    font-size: 16px;
  }
  .reviews .item .text .price .red {
    font-size: 23px;
  }
  .reviews {
    padding: 50px 0;
  }
  .reviews h2 {
    margin-bottom: 20px;
  }
  .advantages .item {
    padding: 15px 18px;
    margin-bottom: 34px;
    width: calc((100% - 30px) / 2);
  }
  .advantages .item h4,
  .advantages .item p {
    font-size: 13px;
  }
  .advantages .item .icon {
    width: 43px;
    height: 43px;
    margin-bottom: 11px;
  }
  .advantages .container {
    margin-bottom: -34px;
  }
  .ready h2 span {
    font-size: 25px;
  }
  .ready h2 {
    text-align: center;
  }
  .ready {
    background: url(../img/form-mobile.png) 100% 100% no-repeat;
  }
  .ready .lowtitle {
    font-size: 19px;
    text-align: center;
  }
  .dont .flex {
    margin-top: 43px;
    justify-content: space-between;
    margin-bottom: -20px;
  }
  .dont .flex .item {
    margin-bottom: 20px;
    width: calc((100% - 30px) / 2);
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .dont .flex .item .icon {
    width: 67px;
    min-width: 67px;
    margin-bottom: 15px;
  }
  .dont .flex .item p {
    font-size: 13px;
  }
  .faq .flex .item-header .left .text,
  .faq .flex .item-body {
    font-size: 14px;
  }
  .faq .flex .item {
    margin-bottom: 12px;
  }
  .faq .flex {
    margin-bottom: -12px;
  }
  .footer h2,
  .footer .lowtitle {
    text-align: center;
  }
  .footer .lowtitle {
    margin: 25px auto 25px;
  }
  .facts .text {
    width: 100%;
    padding-bottom: 150px;
    min-height: 0;
  }
  .facts .img {
    width: auto;
    opacity: 0.1;
  }
  .facts .img img {
    width: 450px;
  }




  form.form {
    margin: 0 auto;
  }
  .footer .lowtitle {
    max-width: none;
  }
}
@media screen and (max-width: 500px) {
  .dont {
    padding: 75px 0 70px;
    margin: 0;
    background: url(../img/dont-mobile.jpg) 50% 50% no-repeat;
  }
  .steps {
    background: url(../img/steps-mobile.jpg) 50% 50% no-repeat;
  }
  .dreams {
    padding: 50px 0 0;
  }
  .profit {
    padding: 90px 0;
    background: url(../img/profit-mobile.jpg) 50% 50% no-repeat;
  }
  .profit h2 {
    margin-bottom: 30px;
  }
  .numbers .flex .text-item .l {
    font-size: 13px;
  }
  .main {
    overflow: visible;
    background: url(../img/main_mobile_bg.jpg) 50% 0 no-repeat;
    padding-bottom: 0;
  }
  .main .container {
    padding-bottom: 0;
    overflow: visible;
  }
  .mobile-only {
    display: block;
    margin: 10px auto 0;
  }
  .main .mobile-only {
    margin-bottom: -100px;
  }
  form.form {
    position: relative;
    box-shadow: 2px 3.464px 27px 0px rgba(0, 0, 0, 0.06);
    border-radius: 0;
    min-width: calc(100% + 50px) !important;
    margin: 0 !important;
    margin-left: -25px !important;
    max-width: 100%;
  }
  .profit .item .left h3 {
    font-size: 22px;
  }
  .advantages {
    padding: 90px 0;
    background: url(../img/advantages-mobile.jpg) 50% 50% no-repeat;
  }
  .faq {
    margin: 0;
    background: none;
    padding: 40px 0;
  }
  .faq .flex {
    margin-top: 30px;
  }
  .footer {
    padding: 80px 0 25px;
    background: url(../img/footer_mobile_back.jpg) 50% 0 no-repeat;
    background-size: cover;
  }
  .steps .flex .item .btn {
    margin-top: 15px;
  }
  .steps .flex .item.i5 .btn {
    display: flex;
    margin-left: 0;
    max-width: 220px;
  }
  .steps .flex .item.i1 .btn {
    display: none;
  }
  h1 {
    text-align: center;
  }
  .main .lowtitle {
    margin: 10px auto 0;
    text-align: center;
  }
  .ready {
    background: white;
  }
}
@media screen and (max-width: 450px) {
  .steps .flex .item.i5 .btn {
    margin: 30px auto 0;
    max-width: 220px;
  }
  .numbers .flex .text-item .r .red {
    font-size: 30px;
  }
  .numbers .flex .text-item .l {
    margin-right: 5px;
  }
  .numbers .flex .text-item .r {
    padding-left: 15px;
  }
  .registration {
    margin-top: -50px;
  }
  .block3 h2 {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .block3 .container {
    margin-bottom: -30px;
    padding-bottom: 100px;
  }
  .block3 {
    height: auto;
    margin: 0;
    background: #fef4f9;
  }
  .dreams .num.left .item.i2,
  .dreams .num.right .item.i2 {
    padding: 0 0;
  }
  .dreams .num.left .item .text,
  .dreams .num.right .item .text {
    height: 72px;
  }
  h2 {
    font-size: 36px;
  }
  h2 span {
    font-size: 30px;
  }
  .profit {
    padding: 40px 0;
    background: #fef4f9;
    margin-top: 20px;
  }
  .forwho {
    margin-top: 40px;
  }
  .steps {
    margin-top: 40px;
    padding: 40px 0 90px;
    background: #fef4f9;
  }
  .steps .flex .item {
    width: 100%;
    padding-right: 0 !important;
  }
  .steps .flex .item h4,
  .steps .flex .item p {
    max-width: 100% !important;
  }
  .registration2 {
    margin-top: -50px;
  }
  .advantages .item {
    width: 100%;
    margin-bottom: 20px;
  }
  .advantages {
    padding: 40px 0;
    background: #fef4f9;
  }
  .advantages .container {
    margin-bottom: -20px;
  }
  .dont {
    padding: 40px 0;
    background: #fef4f9;
  }
  .dont .flex .item {
    width: 100%;
    margin-bottom: 20px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .dont .flex .item .icon {
    margin-bottom: 0;
  }
  .faq .flex .item-header .left .text,
  .faq .flex .item-body {
    font-size: 13px;
  }
  .footer .lowtitle {
    font-size: 14px;
  }
  h1 {
    font-size: 30px;
  }
  h1 br {
    display: none;
  }
  h1 span {
    margin-right: 5px;
  }
  .btn {
    width: 220px;
  }
  h2 {
    font-size: 28px;
  }
  h2 span {
    font-size: 28px;
  }
  .numbers .flex .text-item .l {
    min-width: 125px;
    font-size: 12px;
  }
  .numbers .flex .text-item .r .red {
    font-size: 26px;
  }
  .registration .container h3 {
    font-size: 17px;
  }
  .dreams .num .item .text {
    font-size: 14px;
  }
}


.footer_soc {
  display: flex;
  padding: 30px 0;
  background: #000;
  align-items: center;
  justify-content: center;
}
.footer_soc a {
  font-size: 18px;
  margin: 0 10px;
  color: #FFF;
}

.footer_soc a:hover {
  color:#ff228c;
}