@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*==================   PROGECT THEME   ==================*/
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
}

body {
  position: relative;
  min-width: 320px;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  color: #222;
  line-height: 24px;
  font-weight: 400;
  text-rendering: optimizelegibility;
}

.wrapper {
  overflow-x: hidden;
}

svg {
  height: 100%;
  width: 100%;
}

img, video {
  display: block;
  max-width: 100%;
  max-height: 500px;
}

b {
  font-weight: 700;
}

a {
  font-weight: 700;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

h1 {
  font-size: 55px;
}

h2 {
  font-size: 48px;
}

h3 {
  font-size: 24px;
}

.db {
  display: block;
}

.dib {
  display: inline-block;
}

.ttu {
  text-transform: uppercase;
}

.pl0 {
  padding-left: 0;
}

.pr0 {
  padding-right: 0;
}

.prl0 {
  padding-right: 0;
  padding-left: 0;
}

.fw300 {
  font-weight: 300;
}

.fw400 {
  font-weight: 400;
}

.fw700 {
  font-weight: 700;
}

.fsi {
  font-style: italic;
}

.color--1 {
  color: #00c0ff;
}

.color--2 {
  color: #0de323;
}

.color--dark {
  color: #009acc;
}

.fll {
  float: left;
}

.flr {
  float: right;
}

.clearfix:after {
  content: '';
  display: table;
  clear: both;
  overflow: hidden;
}

/*==================   END PROGECT THEME   ==================*/
.butn-block {
  display: block;
  width: 100%;
}

.butn-block .butn-wrap {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}

.butn-block .butn {
  position: relative;
  display: block;
  width: 100%;
  padding: 15px 5px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  background: #ff3838;
  text-decoration: none;
  border: none;
  outline: none;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-shadow: 0 4px 0 #c02e2e;
  box-shadow: 0 4px 0 #c02e2e;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s ease-in;
  transition: -webkit-transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
  transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
  z-index: 20;
}

.butn-block .butn:hover {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
  text-decoration: none;
}

*::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
}

*:-moz-placeholder {
  color: #666;
  opacity: 1;
}

*::-moz-placeholder {
  color: #666;
  opacity: 1;
}

*:-ms-input-placeholder {
  color: #666;
  opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: #666;
}

body input:required:valid,
body textarea:required:valid {
  color: #666;
}

input,
button,
button:active,
button:focus {
  border: none;
  outline: none !important;
}

button::-moz-focus-inner {
  border: 0 !important;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../img/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick-.eot#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.sql") format("truetype"), url("../fonts/slick.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.icon-check, .section_3 .sec-body .list__item:after {
  background-image: url("../img/sprite.png");
  background-position: 0px 0px;
  width: 46px;
  height: 46px;
}

.icon-plus, .section_2 .sec-body .security__head:after {
  background-image: url("../img/sprite.png");
  background-position: -56px 0px;
  width: 29px;
  height: 29px;
}

/*==================   SECTION 1   ==================*/
.section_1 .sec-head {
  display: table;
  width: 100%;
  table-layout: fixed;
  min-height: 87px;
  background-color: #c80064;
}

.section_1 .sec-head__inner {
  display: table-cell;
  vertical-align: middle;
}

.section_1 .sec-head__text {
  color: #fff;
  text-align: center;
  font-weight: 500;
}

.section_1 .sec-body {
  position: relative;
  height: 495px;
  padding: 40px 0 0;
  background: url("../img/s1-bg.jpg") no-repeat 50% 50%;
  background-size: cover;
}

.section_1 .sec-body:after {
  content: '';
  position: absolute;
  display: block;
  height: 462px;
  width: 1010px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: 0px;
  background: url("../img/s1-girl.png") no-repeat 50% 50%;
  background-size: cover;
}

.section_1 .sec-body .text--1 {
  font-size: 40px;
  font-weight: 300;
  color: #fff;
}

.section_1 .sec-body .text--2 {
  margin: 30px 0 0;
  color: #fff;
  font-size: 55px;
  font-weight: 300;
}

.section_1 .sec-body .text .accent {
  color: #72f04f;
  font-weight: 700;
}

.section_1 .sec-body .butn-block {
  position: absolute;
  width: 240px;
  right: 115px;
  top: 235px;
}

.section_1 .sec-footer {
  display: table;
  width: 100%;
  table-layout: fixed;
  min-height: 87px;
  background-color: #4a1030;
}

.section_1 .sec-footer__inner {
  display: table-cell;
  vertical-align: middle;
}

.section_1 .sec-footer__text {
  color: #fff;
  text-align: center;
  font-weight: 400;
}

/*==================   END SECTION 1   ==================* */
/*==================   SECTION 2   ==================*/
.section_2 .sec-head {
  background-color: #dacfd7;
}

.section_2 .sec-head__inner {
  display: table;
  width: 100%;
  table-layout: fixed;
  min-height: 110px;
}

.section_2 .sec-head .logo {
  display: table-cell;
  vertical-align: middle;
  width: 330px;
  background-color: #e8e0ed;
  -webkit-border-top-right-radius: 110px;
  border-top-right-radius: 110px;
  text-align: center;
}

.section_2 .sec-head .logo-img {
  display: inline-block;
  max-width: 255px;
}

.section_2 .sec-head .descr {
  display: table-cell;
  vertical-align: middle;
  padding: 0 30px 0 0;
}

.section_2 .sec-head .descr .text {
  font-size: 40px;
  color: #690e7a;
}

.section_2 .sec-head .descr .text--1 {
  font-weight: 700;
  margin: 0 0 15px;
}

.section_2 .sec-head .descr .text--2 {
  font-weight: 400;
  text-align: right;
}

.section_2 .sec-body {
  padding: 30px 0;
}

.section_2 .sec-body .left-side__inner {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.section_2 .sec-body .latex {
  display: table-cell;
  vertical-align: middle;
}

.section_2 .sec-body .latex__inner {
  width: 215px;
  color: #fff;
}

.section_2 .sec-body .latex__top {
  background-color: #28c401;
  padding: 10px 15px;
  -webkit-border-top-right-radius: 30px;
  border-top-right-radius: 30px;
  -webkit-border-top-left-radius: 30px;
  border-top-left-radius: 30px;
}

.section_2 .sec-body .latex__top-text {
  font-size: 58px;
  font-weight: 300;
  line-height: 40px;
  margin: 10px 0 0;
}

.section_2 .sec-body .latex__top .accent {
  font-weight: 700;
}

.section_2 .sec-body .latex__bot {
  background-color: #1d8304;
  padding: 10px 15px;
  -webkit-border-bottom-right-radius: 30px;
  border-bottom-right-radius: 30px;
  -webkit-border-bottom-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.section_2 .sec-body .latex__bot-text {
  font-size: 26px;
  font-weight: 500;
}

.section_2 .sec-body .descr {
  display: table-cell;
  vertical-align: middle;
}

.section_2 .sec-body .descr .text {
  color: #828f82;
  font-size: 34px;
  line-height: 34px;
}

.section_2 .sec-body .security__head {
  position: relative;
  padding: 10px 0;
  background-color: #52cd30;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.section_2 .sec-body .security__head-text {
  font-size: 33px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}

.section_2 .sec-body .security__head:after {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 9px;
}

.section_2 .sec-body .security__descr {
  margin: 30px 0 0;
}

.section_2 .sec-body .security__descr-text {
  color: #828f82;
}

.section_2 .sec-body .security__descr-text .accent {
  color: #40b61f;
  font-weight: 700;
}

/*==================   END SECTION 2   ==================*/
/*==================   SECTION 3   ==================*/
.section_3 {
  margin: 40px 0 0;
}

.section_3 .sec-head {
  background-color: #e8dfed;
  padding: 10px 20px;
}

.section_3 .sec-head .text {
  font-size: 62px;
  line-height: 56px;
  color: #e44c6d;
  font-weight: 300;
}

.section_3 .sec-head .text .accent {
  font-weight: 500;
}

.section_3 .sec-body {
  margin: 35px 0 0;
}

.section_3 .sec-body .list__item {
  position: relative;
  background-color: #e8dfed;
  -webkit-border-radius: 18px;
  border-radius: 18px;
  padding: 10px 0px 10px 80px;
  color: #690e7a;
}

.section_3 .sec-body .list__item:not(:last-of-type) {
  margin: 0 0 25px;
}

.section_3 .sec-body .list__item:after {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 12px;
}

.section_3 .sec-body .block-title {
  position: relative;
}

.section_3 .sec-body .block-title .text {
  text-align: center;
  color: #e44c6d;
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
}

.section_3 .sec-body .block-title:after {
  content: '';
  position: absolute;
  display: block;
  height: 208px;
  width: 195px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: 50px;
  background: url("../img/girl2.png") no-repeat 50% 50%;
  background-size: cover;
}

/*==================   END SECTION 3   ==================*/
/*==================   SECTION 4   ==================*/
.section_4 {
  margin: 40px 0 0;
}

.section_4 .sec-wrap {
  border-top: 5px solid #80005a;
}

.section_4 .hands {
  position: relative;
}

.section_4 .hands-img {
  max-width: 540px;
}

.section_4 .hands__title {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: table;
  width: 100%;
  table-layout: fixed;
  width: 540px;
  right: 0px;
}

.section_4 .hands__title .size {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  height: 227px;
  width: 227px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 4px solid #ab018e;
  text-align: right;
  padding: 0 15px;
  background-color: #fff;
  z-index: 10;
}

.section_4 .hands__title .size-text {
  font-size: 32px;
  line-height: 40px;
  font-weight: 300;
  color: #ab018e;
}

.section_4 .hands__title .training {
  display: table-cell;
  vertical-align: middle;
}

.section_4 .hands__title .training__inner {
  position: relative;
  background-color: #f3f3f3;
  padding: 40px 0 40px 15px;
}

.section_4 .hands__title .training__inner:after {
  content: '';
  position: absolute;
  display: block;
  height: 100%;
  width: 60px;
  left: -60px;
  top: 0;
  background-color: inherit;
  z-index: 5;
}

.section_4 .hands__title .training__head-text {
  color: #807676;
  font-weight: 700;
  font-size: 32px;
}

.section_4 .hands__title .training__descr-text {
  color: #8d6b85;
  font-size: 24px;
}

.section_4 .set {
  color: #fff;
  background-color: #837879;
  min-height: 160px;
  border-bottom: 5px solid #80005a;
}

.section_4 .set__inner {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.section_4 .set .five {
  display: table-cell;
  vertical-align: middle;
  width: 110px;
}

.section_4 .set .five .number-five {
  font-size: 170px;
  line-height: 160px;
}

.section_4 .set .set-gum {
  display: table-cell;
  vertical-align: middle;
  font-size: 38px;
  line-height: 1.6;
}

.section_4 .set .set-gum__text .accent {
  font-size: 50px;
  line-height: 1.6;
  font-weight: 700;
}

.section_4 .set .set-gum .bottom-line {
  border-bottom: 2px solid #fff;
}

.section_4 .set .set-gum .number-five--mob {
  display: none;
}

.section_4 .varieties {
  margin: 40px 0 0;
  padding: 0 20px;
}

.section_4 .varieties .types__item {
  display: table;
  width: 100%;
  table-layout: fixed;
  height: 90px;
  margin: 0 0 10px;
}

.section_4 .varieties .types .gum {
  display: table-cell;
  vertical-align: bottom;
}

.section_4 .varieties .types .density {
  position: relative;
  display: table-cell;
  vertical-align: top;
  text-align: right;
}

.section_4 .varieties .types .density:after {
  content: '';
  position: absolute;
  display: block;
  height: 2px;
  width: 630px;
  bottom: 30px;
  right: 0;
  background-color: #d6d6d6;
  z-index: -5;
}

.section_4 .varieties .types .density__text {
  font-size: 48px;
  line-height: 1;
  text-transform: uppercase;
}

.section_4 .varieties .types .density__text--1 {
  color: #3c3e42;
}

.section_4 .varieties .types .density__text--2 {
  color: #0a4a82;
}

.section_4 .varieties .types .density__text--3 {
  color: #43d63b;
}

.section_4 .varieties .types .density__text--4 {
  color: #fff73d;
}

.section_4 .varieties .types .density__text--5 {
  color: #ff3d42;
}

/*==================   END SECTION 4   ==================*/
/*==================   SECTION 5   ==================*/
.section_5 {
  margin: 30px 0 0;
}

.section_5 .sec-head {
  background-color: #ee412a;
}

.section_5 .sec-head__text {
  line-height: 1;
  text-align: center;
  color: #fff;
  font-size: 36px;
  padding: 18px 0;
}

.section_5 .tile {
  margin: 48px 0 0;
}

.section_5 .tile__head {
  text-align: center;
}

.section_5 .tile__head-text {
  font-size: 28px;
  color: #000;
}

.section_5 .tile__pic {
  margin: 30px 0 0;
}

.section_5 .tile__img {
  max-width: 288px;
}

/*==================   END SECTION 5   ==================*/
/*==================   SECTION 6   ==================*/
.section_6 {
  position: relative;
  margin: 50px 0 40px;
}

.section_6 .sec-head {
  background-color: #ee412a;
}

.section_6 .sec-head__text {
  line-height: 1;
  text-align: center;
  color: #fff;
  font-size: 36px;
  padding: 18px 0;
}

.section_6 .slider .slide {
  outline: none;
}

.section_6 .slider-arrows {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: -50px;
  height: 112px;
  min-width: 1000px;
}

.section_6 .slider-arrows .slick-arrow {
  display: inline-block;
  cursor: pointer;
}

.section_6 .slider-arrows .slick-arrow--prev {
  position: absolute;
  left: 0;
  width: 25px;
  height: 85px;
}

.section_6 .slider-arrows .slick-arrow--next {
  position: absolute;
  right: 0;
  width: 25px;
  height: 85px;
}

.section_6 .angle {
  position: absolute;
  top: 0;
  width: 28px;
  height: 100%;
  bottom: 0;
}

.section_6 .angle--left {
  left: 0;
}

.section_6 .angle--right {
  right: 0;
}

.section_6 .angle svg {
  fill: #ee412a;
}

/*==================   END SECTION 6   ==================*/
/*==================   SECTION 7   ==================*/
.section_7 .sec-head {
  background-color: #ee412a;
}

.section_7 .sec-head__inner {
  position: relative;
  text-align: center;
  padding: 5px 0;
}

.section_7 .sec-head__inner .logo-inst,
.section_7 .sec-head__inner .logo-vk {
  position: relative;
  max-height: 50px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.section_7 #u1229 {
  z-index: 315;
  min-height: 2230px;
  background-color: #FFFFFF;
}

.section_7 #u1229_align_to_page {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 960px;
  padding-top: 43px;
  padding-bottom: 11px;
}

.section_7 #u1245-5 {
  font-size: 24px;
  padding: 0 0 0 100px;
  margin: 0 0 10px;
  line-height: 29px;
}

.section_7 #u717-2, .section_7 #u1245-2 {
  font-size: 24px;
  font-weight: bold;
}

.section_7 #pu1248-4 {
  z-index: 324;
  width: 0.01px;
  left: 126px;
  margin-top: 42px;
  position: relative;
}

.section_7 #u1248-4 {
  z-index: 324;
  width: 412px;
  min-height: 39px;
  background-color: transparent;
  font-size: 30px;
  text-align: center;
  line-height: 36px;
  font-family: roboto, sans-serif;
  font-weight: 900;
  font-style: italic;
  position: relative;
  margin-right: -10000px;
}

.section_7 #u1255-6 {
  z-index: 329;
  width: 292px;
  min-height: 68px;
  background-color: transparent;
  font-size: 30px;
  text-align: center;
  line-height: 36px;
  font-family: roboto, sans-serif;
  font-weight: 900;
  font-style: italic;
  position: relative;
  margin-right: -10000px;
  left: 556px;
}

.section_7 #ppu1232 {
  z-index: 0;
  width: 0.01px;
  left: 100px;
  margin-top: 19px;
  position: relative;
}

.section_7 #pu1232 {
  z-index: 316;
  width: 0.01px;
  margin-right: -10000px;
}

.section_7 #u1232 {
  z-index: 316;
  width: 465px;
  min-height: 692px;
  border-width: 0px;
  border-color: transparent;
  background-color: transparent;
  position: relative;
}

.section_7 #u1262-6 {
  z-index: 336;
  width: 292px;
  min-height: 68px;
  background-color: transparent;
  font-size: 30px;
  text-align: center;
  line-height: 36px;
  font-family: roboto, sans-serif;
  font-weight: 900;
  font-style: italic;
  margin-left: 86px;
  margin-top: 18px;
  position: relative;
}

.section_7 #u1258 {
  z-index: 335;
  width: 467px;
  min-height: 816px;
  border-width: 0px;
  border-color: transparent;
  background-color: transparent;
  margin-top: 17px;
  position: relative;
}

.section_7 #u1278-6 {
  z-index: 353;
  width: 468px;
  min-height: 64px;
  background-color: transparent;
  font-size: 30px;
  text-align: center;
  line-height: 30px;
  font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
  margin-left: 12px;
  margin-top: 66px;
  position: relative;
}

.section_7 #pu1251 {
  z-index: 328;
  width: 0.01px;
  margin-right: -10000px;
  margin-left: 496px;
}

.section_7 #u1251 {
  z-index: 328;
  width: 465px;
  min-height: 725px;
  border-width: 0px;
  border-color: transparent;
  background-color: transparent;
  position: relative;
}

.section_7 #u1269-6 {
  z-index: 343;
  width: 292px;
  min-height: 68px;
  background-color: transparent;
  font-size: 30px;
  text-align: center;
  line-height: 36px;
  font-family: roboto, sans-serif;
  font-weight: 900;
  font-style: italic;
  margin-left: 86px;
  margin-top: 20px;
  position: relative;
}

.section_7 #u1255-4, .section_7 #u1262-4, .section_7 #u1269-4 {
  line-height: 0px;
}

.section_7 #u1255-3, .section_7 #u1262-3, .section_7 #u1269-3 {
  font-size: 24px;
  font-weight: 900;
  line-height: 29px;
}

.section_7 #u1265 {
  z-index: 342;
  width: 465px;
  min-height: 645px;
  border-width: 0px;
  border-color: transparent;
  background-color: transparent;
  margin-top: 19px;
  position: relative;
}

.section_7 #u1229-bw {
  z-index: 315;
  min-height: 1577px;
}

.section_7 #pu1281 {
  z-index: 359;
  width: 0.01px;
  margin-left: -100px;
}

.section_7 #u1281 {
  z-index: 359;
  min-height: 76px;
  background-color: #FEF63A;
  padding-bottom: 18px;
}

.section_7 #u1347-6 {
  z-index: 392;
  width: 358px;
  min-height: 56px;
  background-color: transparent;
  font-size: 24px;
  text-align: center;
  line-height: 29px;
  position: relative;
  margin-right: -10000px;
  margin-top: 18px;
  left: 80px;
}

.section_7 #u1281-bw {
  z-index: 359;
  min-height: 76px;
}

.section_7 ul.cycler li {
  display: inline-block;
  letter-spacing: -0.05em;
  margin-top: -5px;
  line-height: 1.2em;
  text-align: center;
}

.section_7 .cyclerdays, .section_7 .cyclerhours, .section_7 .cyclerminutes {
  margin-right: 0.5em;
}

.section_7 .insta {
  font-size: 14px;
  line-height: 17px;
}

.section_7 .insta .video {
  background: white;
  border: 1px solid #dbdbdb;
  max-width: 471px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: inline-block;
  margin-bottom: 30px;
}

.section_7 .insta .insta__item {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  margin-right: 20px;
}

.section_7 .insta .insta__item:last-child {
  margin-right: 0;
}

.section_7 video {
  max-width: 100%;
  width: 100%;
  max-height: initial;
}

.section_7 .insta .insta__item .name {
  text-align: center;
  min-height: 72px;
  margin-bottom: 10px;
}

.section_7 .insta .insta__item .autor {
  font-size: 30px;
  text-align: center;
  line-height: 36px;
  font-family: roboto, sans-serif;
  font-weight: 900;
}

.section_7 .insta .insta__item .descraut {
  font-size: 24px;
  font-weight: 900;
  line-height: 29px;
  text-align: center;
}

.section_7 .insta .insta__item .header {
  padding: 12px;
}

.section_7 .insta .insta__item .ava {
  display: table-cell;
  vertical-align: middle;
  padding-right: 10px;
  width: 48px;
}

.section_7 .insta .insta__item img {
  width: 38px;
  height: 38px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.section_7 .insta .insta__item .ehNextToAvatar {
  display: table-cell;
  vertical-align: middle;
}

.section_7 .insta .insta__item .ehUsername {
  color: #262626;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
}

.section_7 .insta .insta__item .ehLocationLink {
  color: #262626;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}

.section_7 .embedSpriteLikesNew, .section_7 .embedSpriteVerifiedBadgeSmall, .section_7 .embedSpriteViewCount, .section_7 .embedSpriteViewCountNew, .section_7 .embedSpriteCommentsNew, .section_7 .embedSpriteGlyph {
  background-image: url("../img/9d26e1.png");
  background-repeat: no-repeat;
  background-position: -36px -100px;
  height: 12px;
  width: 12px;
  display: inline-block;
  overflow: hidden;
  text-indent: 110%;
  white-space: nowrap;
}

.section_7 .follow {
  color: #3897f0;
  font-weight: bold;
  display: table-cell;
  vertical-align: middle;
  padding-left: 135px;
}

.section_7 .EmbedFooter {
  padding: 12px 12px 40px 12px;
}

.section_7 .EmbedSocialProof {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 20px;
  display: inline-block;
}

.section_7 .espMetric {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-right: 12px;
  display: inline-block;
}

.section_7 .espMetricText {
  color: #262626;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.section_7 .espMetricIcon {
  display: inline-block;
  margin-right: 8px;
}

.section_7 .embedSpriteViewCountNew {
  background-position: -128px -72px;
  height: 20px;
  width: 20px;
}

.section_7 .espMetricIcon {
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
  margin-bottom: 3px;
}

.section_7 .embedSpriteCommentsNew, .section_7 .embedSpriteFollowFollowing {
  background-position: -84px -72px;
  height: 20px;
  width: 20px;
}

.section_7 .descr {
  margin-top: 10px;
  margin-bottom: 10px;
}

.section_7 .descr span {
  color: #003569;
}

.section_7 .EmbedTimestamp {
  color: #999;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  width: 400px;
  float: left;
  display: block;
  padding-top: 11px;
}

.section_7 .EmbedTimestamp:visited {
  color: #999;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  width: 400px;
  float: left;
  display: block;
  padding-top: 11px;
}

.section_7 .embedSpriteGlyph, .section_7 .embedSpriteLikes {
  background-position: -72px -27px;
  height: 32px;
  width: 32px;
  float: right;
  margin-bottom: -9px;
}

.section_7 .comments {
  width: 820px;
  position: relative;
  text-align: center;
  margin: 30px auto 0;
}

.section_7 .comments .comments__head {
  color: #414141;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 20px 0;
  margin: 0 0 40px;
}

.section_7 .comments .comment {
  display: inline-block;
  vertical-align: top;
  outline: none;
  max-width: 400px;
  margin-bottom: 25px;
  /**/
  /**/
}

.section_7 .comments .comment:nth-of-type(odd) {
  margin-right: 20px;
}

.section_7 .comments .comment__header {
  position: relative;
  height: 90px;
  background: url("../img/vk_top-bg.jpg") no-repeat 50% 50%;
}

.section_7 .comments .comment__header-title {
  text-align: center;
  color: #fff;
  padding-top: 45px;
  font-weight: 500;
}

.section_7 .comments .comment__header-title .time {
  position: absolute;
  top: 7px;
  right: 7px;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  color: #fff;
}

.section_7 .comments .comment__topline {
  position: relative;
  text-align: left;
  padding-top: 16px;
  padding-left: 65px;
  background-color: #ebf0f4;
}

.section_7 .comments .comment__avatar {
  position: absolute;
  height: 48px;
  width: 48px;
  top: 10px;
  left: 10px;
}

.section_7 .comments .comment__avatar-img {
  width: 100%;
  height: auto;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.section_7 .comments .comment__name {
  color: #426997;
  font-size: 15px;
  font-weight: 500;
  line-height: 17px;
}

.section_7 .comments .comment__text {
  margin-left: 0px;
  padding: 20px 10px 10px;
  background-color: #ebf0f4;
  font-size: 15px;
  text-align: left;
  line-height: 20px;
  -webkit-font-smoothing: subpixel-antialiased;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Segoe WP", "Helvetica Neue", "Lucida Grande", Verdana, Tahoma, Arial, sans-serif !important;
}

.section_7 .comments .comment__text .text {
  margin-top: 10px;
}

.section_7 .comments .comment__include-photo {
  margin: 10px 0;
}

.section_7 .comments .comment__include-photo .commphoto {
  max-width: 100%;
  height: auto;
}

.section_7 .comments .comment__date {
  font-size: 13px;
  color: #909499;
}

.section_7 .comments .comment__footer {
  height: 50px;
  background-color: #ebf0f4;
  display: table;
  width: 100%;
  table-layout: fixed;
}

.section_7 .comments .comment__footer .like,
.section_7 .comments .comment__footer .repost {
  display: table-cell;
  vertical-align: middle;
  font-size: 15px;
  text-transform: uppercase;
  color: #909499;
}

.section_7 .comments .comment__footer .like {
  position: relative;
  text-align: left;
}

.section_7 .comments .comment__footer .like:after {
  content: '';
  position: absolute;
  display: block;
  height: 25px;
  width: 25px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 30px;
  background: url("../img/icons-vk.png") no-repeat -1px -1px;
}

.section_7 .comments .comment__footer .like .num {
  margin-left: 70px;
}

.section_7 .comments .comment__footer .repost {
  position: relative;
  text-align: right;
}

.section_7 .comments .comment__footer .repost:after {
  content: '';
  position: absolute;
  display: block;
  height: 25px;
  width: 26px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 80px;
  background: url("../img/icons-vk.png") no-repeat -113px -1px;
}

.section_7 .comments .comment__footer .repost .num {
  margin-right: 40px;
}

.section_7 .comments .slick-dots {
  position: static;
  bottom: 0;
}

.section_7 .comments .slick-dots li {
  margin: 0 10px;
}

.section_7 .comments .slick-dots li button:before {
  font-size: 26px;
}

.section_7 .bx-wrapper .bx-viewport {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  left: auto;
}

/*==================   END SECTION 7   ==================*/
/*==================   SECTION 8   ==================*/
.section_8 {
  padding: 20px 0 0;
}

.section_8 .sec-head {
  margin: 0 0 40px;
}

.section_8 .sec-head__text {
  font-size: 63px;
  color: red;
  text-align: center;
  line-height: 1;
}

.section_8 .meshok {
  position: relative;
  margin: 70px 0 0;
}

.section_8 .meshok .price-box {
  max-width: 400px;
  margin: 0 0 0 45px;
  font-size: 40px;
  color: #fff;
  background-color: red;
  line-height: 1;
  font-weight: 700;
  padding: 8px 20px 8px 10px;
  text-align: right;
}

.section_8 .meshok .price-descr {
  margin: 15px 0 0 170px;
  max-width: 160px;
  font-size: 30px;
  line-height: 32px;
  font-weight: 700;
  color: #000;
}

.section_8 .meshok-wrap {
  max-width: 160px;
  position: absolute;
  top: -18px;
  left: 0;
}

.section_8 .bottom-girl {
  max-width: 560px;
  margin: -150px 0 0;
}

.section_8 .form-box {
  max-width: 345px;
  border: 3px solid white;
  -webkit-border-radius: 11px;
  border-radius: 11px;
  background-color: #ffe84e;
}

.section_8 .form-box__inner {
  padding: 25px 30px;
}

.section_8 .form-box__head {
  text-align: center;
}

.section_8 .form-box__head .text {
  font-size: 32px;
  color: #000;
}

.section_8 .form-box__body {
  margin: 25px 0 0;
}

.section_8 .form-box__body .input {
  display: block;
  font-family: "Roboto", sans-serif;
  width: 100%;
  height: 47px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  background-color: #fff;
  padding: 0px 18px;
  font-size: 18px;
  font-weight: 300;
  color: #333;
  margin-bottom: 20px;
  outline: none;
  border: 1px solid #c9c9c9;
}

.section_8 .form-box__body .select {
  position: relative;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  z-index: 10;
}

.section_8 .form-box__body .select::-ms-expand {
  display: none;
}

.section_8 .form-box__body .field-select {
  position: relative;
  background-color: #fff;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  z-index: 1;
}

.section_8 .form-box__body .field-select:after {
  content: '';
  position: absolute;
  display: block;
  height: 47px;
  width: 47px;
  top: 0;
  right: 0;
  background: #f4f4f4 url("../img/select-arrow.svg") no-repeat 50% 50%;
  -webkit-border-top-right-radius: 7px;
  border-top-right-radius: 7px;
  -webkit-border-bottom-right-radius: 7px;
  border-bottom-right-radius: 7px;
  z-index: 5;
}

.section_8 .form-box .butn-block {
  margin: 40px 0 0;
}

.section_8 .form-box .butn-block .butn-wrap .butn {
  font-size: 30px;
  padding: 18px 5px;
}

.section_8 .form-box .logo-footer {
  text-align: center;
  margin: 35px 0 0;
}

.section_8 .form-box .logo-footer img {
  display: inline-block;
}

/*==================   END SECTION 8   ==================*/
/*=============== ANIMATIONS ===============*/
.s3_list--anim123123123:nth-child(1) {
  -webkit-animation: fadeInLeft 1s 0.2s 1;
  animation: fadeInLeft 1s 0.2s 1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 1 !important;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.s3_list--anim123123123:nth-child(2) {
  -webkit-animation: fadeInLeft 1s 0.4s 1;
  animation: fadeInLeft 1s 0.4s 1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 1 !important;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.s3_list--anim123123123:nth-child(3) {
  -webkit-animation: fadeInLeft 1s 0.6s 1;
  animation: fadeInLeft 1s 0.6s 1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 1 !important;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.s3_list--anim123123123:nth-child(4) {
  -webkit-animation: fadeInLeft 1s 0.8s 1;
  animation: fadeInLeft 1s 0.8s 1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 1 !important;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.s3_butn--anim123123123 {
  -webkit-animation: slideInUp 2s 0s 1;
  animation: slideInUp 2s 0s 1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 1 !important;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/*=============== End ANIMATIONS ===============*/


.section_6 .slick-slider {
	padding: 0 50px;
}

.copyright { font-size: 14px;text-align: center; padding:20px 0;color: #6C6E6F;}
.copyright p { width: 100%; text-align: center; padding: 0; margin: 0; }
.copyright br { display: none; }
.copyright img { margin: 10px auto!important; max-width:100%; }
.copyright a {color: #6C6E6F; text-decoration: none;}
.copyright a:hover { color:#FF0069; text-decoration: none; }
.errorMessage {font-size: 15px;background: rgba(255, 0, 0, 0.64);color: #fff;text-align: center;padding: 5px 10px;position: absolute;margin: 10px 0 0; z-index: 99999;}

.video-container{
    position: relative;
    width:30%;
  display:inline-block;
    height: 170px;
    overflow:hidden;
    margin: 0 10px 30px;
}
.video-container iframe, .video-container object, .video-container embed{
    position:absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
@media screen and (max-width: 960px) {
.video-container{
    position: relative;
    width: 440px;
    height: 250px;
  margin: 0 auto 10px;
}
}
@media screen and (max-width: 640px) {
.video-container{
    position: relative;
    width: 100%;
    height: 170px;
  display:block;
}
}
.reviews_video {
  text-align:center;
}
.hhh{
  padding-top:30px;
}