@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Exo+2:300,300i,400,400i,500,500i,700,700i,800,800i&display=swap&subset=cyrillic-ext");
@import url("https://fonts.googleapis.com/css?family=Fira+Sans+Extra+Condensed:300,400&display=swap");

@font-face {
  font-family: 'Raleway';
  src: url("../fonts/Raleway-Light.eot");
  src: local("☺"), url("../fonts/Raleway-Light.woff") format("woff"), url("../fonts/Raleway-Light.ttf") format("truetype"), url("../fonts/Raleway-Light.svg") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Raleway';
  src: url("../fonts/Raleway-Medium.eot");
  src: local("O"), url("../fonts/Raleway-Medium.woff") format("woff"), url("../fonts/Raleway-Medium.ttf") format("truetype"), url("../fonts/Raleway-Medium.svg") format("svg");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'UniNeueLight';
  src: url("../fonts/unineuelight.eot");
  src: url("../fonts/unineuelight.eot?#iefix") format("embedded-opentype"), url("../fonts/unineuelight.woff2") format("woff2"), url("../fonts/unineuelight.woff") format("woff"), url("../fonts/unineuelight.ttf") format("truetype"), url("../fonts/unineuelight.svg#unineuelight") format("svg");
}

@font-face {
  font-family: 'Uni Neue';
  src: url('UniNeueLight-Italic.eot');
  src: local('Uni Neue Light Italic'), local('UniNeueLight-Italic'),
    url('../fonts/UniNeueLight-Italic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/UniNeueLight-Italic.woff2') format('woff2'),
    url('../fonts/UniNeueLight-Italic.woff') format('woff'),
    url('../fonts/UniNeueLight-Italic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Uni Neue Book';
  src: url('UniNeueBook.eot');
  src: local('Uni Neue Book'), local('UniNeueBook'),
    url('../fonts/UniNeueBook.eot?#iefix') format('embedded-opentype'),
    url('../fonts/UniNeueBook.woff2') format('woff2'),
    url('../fonts/UniNeueBook.woff') format('woff'),
    url('../fonts/UniNeueBook.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a {
  color: white;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

a:focus,
a:active {
  outline: none;
}

aside,
nav,
footer,
header,
section {
  display: block;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  min-width: 320px;
  position: relative;
  width: 100%;
  color: #000;
}

body {
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  font-family: "Uni Neue Book";
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  background-color: #000;
}

body.lock {
  overflow: hidden;
  /*
		@media (max-width:$md3+px){
			width: 100%;
			position: fixed;
			overflow: hidden;
		}
		*/
}

input,
button,
textarea {
  font-family: "Uni Neue Book";
}

::placeholder {
  color: #abbad1;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}



a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

.rl {
  font-family: Raleway;
  font-weight: 300;
}

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  opacity: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -ms-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.wrapper.loaded {
  opacity: 1;
}

.container {
  max-width: 1170px;
  margin: 0 auto;
  width: 100%;
}

@media (max-width: 1182px) {
  .container {
    max-width: 710px;
  }
}

@media (max-width: 767.98px) {
  .container {
    max-width: none;
    padding: 0 20px;
  }
}

.form-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  margin: 0px -15px;
}

.form__column {
  padding: 0px 15px;
}

.btn {
  display: inline-block;
  padding: 0px 0px;
  width: 253px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  font-weight: 500;
  font-style: italic;
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
  position: relative;
  background: url("../img/steps/bg_btn.png") 0 0 no-repeat;
}

.btn:before {
  content: '';
  -webkit-box-shadow: 0 0 0px 10px rgba(249, 249, 249, 0.12);
  box-shadow: 0 0 0px 10px rgba(249, 249, 249, 0.12);
  position: absolute;
  border-radius: 30px;
  -webkit-transform: skewX(-5deg);
  -moz-transform: skewX(-5deg);
  -ms-transform: skewX(-5deg);
  -o-transform: skewX(-5deg);
  transform: skewX(-5deg);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-animation: button-pulse 2s infinite linear;
  -moz-animation: button-pulse 2s infinite linear;
  -o-animation: button-pulse 2s infinite linear;
  animation: button-pulse 2s infinite linear;
}

.btn:hover {
  color: #a2c114;
  background-position: 0 -52px;
}

.btn.fw {
  width: 100%;
}

.btn_big {
  background: none;
  position: relative;
  z-index: 5;
  height: 91px;
  text-align: center;
  line-height: 91px;
  font-size: 20px;
  width: 431px;
}

.btn_big span {
  position: relative;
  z-index: 2;
}

.btn_big:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../img/bg_button.png") 0 0 no-repeat;
}

.btn_big:before {
  border-radius: 50px;
}

@media (min-width: 992.98px) {
  .btn_big:hover {
    color: #fff;
  }

  .btn_big:hover:after {
    background: url("../img/bg_button_h.png") 0 0 no-repeat;
  }
}

@media (max-width: 767.98px) {
  .btn_big {
    width: 281px;
    padding: 0px 30px;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 24px;
  }

  .btn_big span {
    font-size: 20px;
  }

  .btn_big:after {
    background: url("../img/bg_button_320.png") 0 0 no-repeat;
  }
}

.btn_min {
  background-size: 100% 200%;
  border-radius: 50px;
  width: 153px;
}

.select-block {
  position: relative;
}

.select__label {
  z-index: 2;
  position: absolute;
  top: -8px;
  background-color: #f7f7f7;
  padding: 0 5px;
  color: #979797;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  left: 20px;
}

.select {
  position: relative;
  cursor: pointer;
}

.select .select-title {
  z-index: 1;
  width: 100%;
  height: 62px;
  border: 2px solid #839a9e;
  position: relative;
  transform: skew(-11deg, 0deg);
}

.select .select-title__arrow {
  position: absolute;
  top: 0;
  right: 0px;
  width: 70px;
  height: 100%;
  background: url("../newimg/icons/select-arrow.png") center no-repeat;
}

.select .select-title__value {
  color: #fff;
  font-weight: 300;
  font-style: italic;
  font-size: 17px;
  line-height: 56px;
  display: block;
  overflow: hidden;
  padding: 0 70px 0 30px;
  white-space: nowrap;
  text-transform: none;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  transform: skew(11deg);
  -webkit-transform: skew(11deg);
  -moz-transform: skew(11deg);
  -ms-transform: skew(11deg);
  -o-transform: skew(11deg);
}

.select .select-options {
  border-radius: 30px;
  position: absolute;
  z-index: 10;
  top: 65px;
  display: none;
  overflow: hidden;
  min-width: 100%;
  background-color: #fff;
  border: 1px solid #dedede;
  padding: 20px 20px 20px 25px;
}

.select .select-options-scroll {
  max-height: 150px;
  overflow: auto;
}

.select .select-options-list {
  padding: 0px 0px 0px 0px;
}

.select .select-options__value {
  color: #000;
  font-size: 20px;
  margin: 0px 0px 15px 0px;
}

.select .select-options__value:last-child {
  margin: 0px 0px 0px 0px;
}

.select .select-options__value:hover {
  color: #000;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.input {
  width: 100%;
  margin: auto;
  display: block;
  background-color: transparent;
  height: 60px;
  color: #fff;
  font-weight: 300;
  font-style: italic;
  font-size: 17px;
  padding: 0px 30px;
}

.input.focus {
  color: #fff;
}

.input.err {
  /* border: 2px solid red; */

}


.form-email__input.focus {
  color: #fff;
}

.form-email__block.err {
  border: 2px solid red;
}


textarea.input {
  resize: none;
  height: auto;
  transform: skew(-11deg, 0deg);
  padding: 20px 30px;
}

@media (max-width: 1182px) {
  textarea.input {
    height: 165px;
  }
}

.check {
  position: relative;
  padding-left: 35px;
  color: #839a9e;
  line-height: 17px;
  font-size: 13px;
  cursor: pointer;
}

.check a {
  color: #839a9e;
  text-decoration: underline;
}

.check a:hover {
  text-decoration: none;
}

.check input {
  display: none;
}

.check:before {
  content: '';
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  background-color: transparent;
  border: 1px solid #fff;
  position: absolute;
}

.check.err:before {
  background: red;
}

.check.active:before {
  background: transparent url("../newimg/icons/check.png") center/70% no-repeat;
}

.check._error::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  background-color: red;

  animation: check .8s linear .0s alternate infinite;
}

.check-email {
  position: relative;
  padding-left: 35px;
  color: #839a9e;
  line-height: 17px;
  font-size: 13px;
  cursor: pointer;
}

.check-email a {
  color: #839a9e;
  text-decoration: underline;
}

.check-email a:hover {
  text-decoration: none;
}

.check-email input {
  display: none;
}

.check-email:before {
  content: '';
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  background-color: transparent;
  border: 1px solid #fff;
  position: absolute;
}

.check-email.err:before {
  background: red;
}

.check-email.active:before {
  background: transparent url("../newimg/icons/check.png") center/70% no-repeat;
}

.checkstopper {
  color: #ff781f;
  font-size: 17px;
  display: none;


  background-position: left;
  margin: 0px 0px 25px 0px;
}

.checkstopper._show {
  display: block;
}

.option {
  position: relative;
  cursor: pointer;
  padding-left: 25px;
  line-height: 16px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 300;
}

.option:last-child {
  margin-bottom: 0px;
}

.option input {
  display: none;
}

.option:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  content: '';
  border: 1px solid #7f7f7f;
  border-radius: 50%;
}

.option.active:before {
  background: url("../img/icons/option.png") center no-repeat;
}

/*
.rating-block{display: table;font-size: 0;}
.rating{display: inline-block;position: relative;vertical-align: middle;
	&.edit .star{cursor: pointer;}
	.star{width: 17px;height: 14px;display: inline-block;position: relative;z-index: 3;}
}
.rating__line{position: absolute;width: 85px;height: 14px;top: 0;left: 0;background: url('../img/icons/bg_rating.svg') 0 0 no-repeat;z-index: 1;background-size:85px 100%;}
.rating__activeline{position: absolute;width: 0px;height: 14px;top: 0;left: 0;background: url('../img/icons/bg_rating_active.svg') 0 0 no-repeat;z-index: 2;background-size:85px 100%;}
.rating__value{display: inline-block;color: #1b3139;font-size: 14px;line-height: 13px;vertical-align: middle;}
*/
.quantity {
  position: relative;
  width: 73px;
  height: 47px;
  border: 1px solid #cfcfcf;
  background-color: #ffffff;
}

.quantity__input {
  height: 45px;
  width: 50px;
  text-align: center;
  color: #101010;
  font-weight: 300;
}

.quantity__btn {
  position: absolute;
  top: 11px;
  right: 15px;
  cursor: pointer;
}

.quantity__btn:before {
  font-size: 25px;
  display: inline-block;
  line-height: 10px;
  color: #a9a9a9;
}

.quantity__btn:hover:before {
  color: #da0005;
}

.quantity__btn.dwn {
  top: 25px;
}

.category-params-item-price-table {
  margin-bottom: 25px;
}

.category-params-item-price-table .cell:first-child {
  padding-right: 15px;
  position: relative;
}

.category-params-item-price-table .cell:first-child:after {
  content: '-';
  position: absolute;
  right: -4px;
  top: 8px;
  font-size: 20px;
}

.category-params-item-price-table .cell:last-child {
  padding-left: 15px;
}

.category-params-item-price-table .cell input {
  height: 37px;
  border: 2px solid #393939;
  background-color: #ffffff;
  text-align: center;
  font-size: 12px;
  color: #393939;
  font-weight: 500;
  width: 100%;
}

.category-params-item-price-range {
  margin: 0 12px 40px 12px;
  background-color: #c9cecf;
  height: 2px;
  position: relative;
}

.category-params-item-price-range .ui-slider-range {
  background-color: #000;
  height: 2px;
  position: relative;
}

.category-params-item-price-range .ui-slider-handle {
  width: 23px;
  height: 28px;
  border: 3px solid #fbfbfb;
  background-color: #ea5922;
  display: block;
  position: absolute;
  top: -14px;
  margin-left: -12px;
  cursor: pointer;
}

.category-params-item-price-range .ui-slider-handle span {
  position: absolute;
  bottom: -18px;
  left: 50%;
  width: 50px;
  text-align: center;
  font-size: 10px;
  margin-left: -25px;
  font-weight: 500;
  color: #94a6aa;
}

.form__info {
  position: absolute;
  width: 60px;
  height: 60px;
  right: 0;
  top: 0;
  line-height: 60px;
  text-align: center;
  color: #888;
  z-index: 2;
  font-size: 14px;
}

@media (max-width: 767.98px) {
  .form__info {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}

.form-range-line {
  position: relative;
  height: 5px;
  border-radius: 0 0 4px 4px;
  background-color: #e0e0e0;
  margin: -2px 0px 0px 0px;
}

.form-range-line .ui-slider-range {
  background-color: #093454;
  height: 5px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0 0 4px 4px;
}

.form-range-line .ui-slider-handle {
  background: url("../img/icons/range.svg") 0 0 no-repeat;
  width: 28px;
  height: 28px;
  position: absolute;
  margin: -9px 0px 0px -14px;
  top: 0;
  left: 0;
  cursor: pointer;
}

.form-range-line .ui-state-hover {
  background: url("../img/icons/range_a.svg") 0 0 no-repeat;
}

.form-range-values {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 14px 0px 0px 0px;
}

.form-range-values__item {
  font-size: 12px;
  color: #888;
}

.row:after {
  display: block;
  content: '';
  clear: both;
}

.rub:after {
  content: '₽';
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

ol.counter {
  list-style-type: none;
  counter-reset: item;
}

ol.counter li {
  position: relative;
  padding: 0px 0px 0px 45px;
}

ol.counter li:before {
  counter-increment: item;
  content: counter(item);
  position: absolute;
  left: 0;
  top: 0;
  color: #818181;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 26px;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  border: 1px solid #4274bb;
}

.ellipsis {
  display: block;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.es {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.table {
  display: table;
  font-size: 0;
  width: 100%;
}

.trow {
  display: table-row;
}

.cell {
  display: table-cell;
}

.cell.full {
  width: 100%;
}

.ibg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.ibg img {
  display: none;
}

.video {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%;
}

.video video,
.video iframe,
.video object,
.video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videobg video,
.videobg iframe,
.videobg object,
.videobg embed {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
}

.moretext {
  overflow: hidden;
}

.moretext__more {
  cursor: pointer;
}

.moretext__more i {
  font-style: normal;
}

.moretext__more i:first-child {
  display: block;
}

.moretext__more i:last-child {
  display: none;
}

.moretext__more.active i {
  font-style: normal;
}

.moretext__more.active i:first-child {
  display: none;
}

.moretext__more.active i:last-child {
  display: block;
}

.graystyle {
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -ms-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
}

.graystyleoff {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -o-filter: grayscale(0);
}

.slick-slider {
  position: relative;
}

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

.slick-slider .slick-list {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.slick-slider .slick-track {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
}

.slick-slider .slick-slide {
  overflow: hidden;
  position: relative;
}

.tab__item {
  display: none;
}

.tab__item.active {
  display: block;
}

.mirror {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.nicescroll-rails {
  z-index: 1000 !important;
}

.gm-style-iw-t {
  opacity: 0;
}

.baloon {
  opacity: 1;
  right: -7px !important;
  bottom: 80px !important;
}

.baloon button {
  display: none !important;
}

.baloon:after {
  display: none !important;
}

.baloon-style {
  display: none;
}

.baloon-content.gm-style-iw {
  opacity: 1;
  border-radius: 0px !important;
  max-width: 300px !important;
  padding: 0 !important;
  left: 0 !important;
  width: 100% !important;
  overflow: visible !important;
}

.baloon-content.gm-style-iw>.gm-style-iw-d {
  overflow: hidden !important;
  max-width: none !important;
}

.baloon-content.gm-style-iw:after {
  display: none !important;
}

.baloon-close {
  top: 18px !important;
}

.webui-popover-content {
  display: none;
}

.webui-popover-rtl {
  direction: rtl;
  text-align: right;
}

.webui-popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
  min-width: 50px;
  min-height: 32px;
  max-width: 355px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-clip: padding-box;
  background-color: rgba(255, 255, 255, 0.87);
  border-radius: 5px;
  line-height: 22px;
  font-size: 16px;
  font-weight: 500;
}

.webui-popover-inner {
  padding: 20px 25px;
}

.webui-popover span {
  color: #b0b0b0;
}

.webui-popover.top,
.webui-popover.top-left,
.webui-popover.top-right {
  margin-top: -10px;
}

.webui-popover.right,
.webui-popover.right-top,
.webui-popover.right-bottom {
  margin-left: 10px;
}

.webui-popover.bottom,
.webui-popover.bottom-left,
.webui-popover.bottom-right {
  margin-top: 10px;
}

.webui-popover.left,
.webui-popover.left-top,
.webui-popover.left-bottom {
  margin-left: -10px;
}

.webui-popover.pop {
  -webkit-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: transform 0.15s cubic-bezier(0.3, 0, 0, 1.5);
  -o-transition: transform 0.15s cubic-bezier(0.3, 0, 0, 1.5);
  -webkit-transition: -webkit-transform 0.15s cubic-bezier(0.3, 0, 0, 1.5);
  transition: -webkit-transform 0.15s cubic-bezier(0.3, 0, 0, 1.5);
  transition: transform 0.15s cubic-bezier(0.3, 0, 0, 1.5);
  transition: transform 0.15s cubic-bezier(0.3, 0, 0, 1.5), -webkit-transform 0.15s cubic-bezier(0.3, 0, 0, 1.5);
  opacity: 0;
  filter: alpha(opacity=0);
}

.webui-popover.pop-out {
  -webkit-transition: .15s linear;
  -o-transition: .15s linear;
  transition: .15s linear;
  opacity: 0;
  filter: alpha(opacity=0);
}

.webui-popover.fade,
.webui-popover.fade-out {
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
  opacity: 0;
  filter: alpha(opacity=0);
}

.webui-popover.out {
  opacity: 0;
  filter: alpha(opacity=0);
}

.webui-popover.in {
  -webkit-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
  filter: alpha(opacity=100);
}

.webui-popover .webui-popover-content {
  padding: 9px 14px;
  overflow: visible !important;
  display: block;
}

.webui-popover .webui-popover-content>div:first-child {
  width: 99%;
}

.webui-popover-inner .close {
  font-family: arial;
  margin: 8px 10px 0 0;
  float: right;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  filter: alpha(opacity=20);
  text-decoration: none;
}

.webui-popover-inner .close:hover,
.webui-popover-inner .close:focus {
  opacity: .5;
  filter: alpha(opacity=50);
}

.webui-popover-inner .close:after {
  content: "\00D7";
  width: .8em;
  height: .8em;
  padding: 4px;
  position: relative;
}

.webui-popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  border-radius: 5px 5px 0 0;
}

.webui-popover-content {
  padding: 9px 14px;
  overflow: auto;
  display: none;
}

.webui-popover-inverse {
  background-color: #333;
  color: #eee;
}

.webui-popover-inverse .webui-popover-title {
  background: #333;
  border-bottom: 1px solid #3b3b3b;
  color: #eee;
}

.webui-no-padding .webui-popover-content {
  padding: 0;
}

.webui-no-padding .list-group-item {
  border-right: none;
  border-left: none;
}

.webui-no-padding .list-group-item:first-child {
  border-top: 0;
}

.webui-no-padding .list-group-item:last-child {
  border-bottom: 0;
}

.webui-popover>.webui-arrow,
.webui-popover>.webui-arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.webui-popover>.webui-arrow {
  border-width: 11px;
}

.webui-popover>.webui-arrow:after {
  border-width: 10px;
  content: "";
}

.webui-popover.top>.webui-arrow,
.webui-popover.top-right>.webui-arrow,
.webui-popover.top-left>.webui-arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #fff;
  border-top-color: #b0b0b0;
  border-bottom-width: 0;
}

.webui-popover.top>.webui-arrow:after,
.webui-popover.top-right>.webui-arrow:after,
.webui-popover.top-left>.webui-arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #fff;
  border-bottom-width: 0;
}

.webui-popover.right>.webui-arrow,
.webui-popover.right-top>.webui-arrow,
.webui-popover.right-bottom>.webui-arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #fff;
  border-right-color: #b0b0b0;
}

.webui-popover.right>.webui-arrow:after,
.webui-popover.right-top>.webui-arrow:after,
.webui-popover.right-bottom>.webui-arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}

.webui-popover.bottom>.webui-arrow,
.webui-popover.bottom-right>.webui-arrow,
.webui-popover.bottom-left>.webui-arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #fff;
  border-bottom-color: #b0b0b0;
  border-top-width: 0;
}

.webui-popover.bottom>.webui-arrow:after,
.webui-popover.bottom-right>.webui-arrow:after,
.webui-popover.bottom-left>.webui-arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #fff;
  border-top-width: 0;
}

.webui-popover.left>.webui-arrow,
.webui-popover.left-top>.webui-arrow,
.webui-popover.left-bottom>.webui-arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #fff;
  border-left-color: #b0b0b0;
}

.webui-popover.left>.webui-arrow:after,
.webui-popover.left-top>.webui-arrow:after,
.webui-popover.left-bottom>.webui-arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.webui-popover-inverse.top>.webui-arrow,
.webui-popover-inverse.top-left>.webui-arrow,
.webui-popover-inverse.top-right>.webui-arrow,
.webui-popover-inverse.top>.webui-arrow:after,
.webui-popover-inverse.top-left>.webui-arrow:after,
.webui-popover-inverse.top-right>.webui-arrow:after {
  border-top-color: #333;
}

.webui-popover-inverse.right>.webui-arrow,
.webui-popover-inverse.right-top>.webui-arrow,
.webui-popover-inverse.right-bottom>.webui-arrow,
.webui-popover-inverse.right>.webui-arrow:after,
.webui-popover-inverse.right-top>.webui-arrow:after,
.webui-popover-inverse.right-bottom>.webui-arrow:after {
  border-right-color: #333;
}

.webui-popover-inverse.bottom>.webui-arrow,
.webui-popover-inverse.bottom-left>.webui-arrow,
.webui-popover-inverse.bottom-right>.webui-arrow,
.webui-popover-inverse.bottom>.webui-arrow:after,
.webui-popover-inverse.bottom-left>.webui-arrow:after,
.webui-popover-inverse.bottom-right>.webui-arrow:after {
  border-bottom-color: #333;
}

.webui-popover-inverse.left>.webui-arrow,
.webui-popover-inverse.left-top>.webui-arrow,
.webui-popover-inverse.left-bottom>.webui-arrow,
.webui-popover-inverse.left>.webui-arrow:after,
.webui-popover-inverse.left-top>.webui-arrow:after,
.webui-popover-inverse.left-bottom>.webui-arrow:after {
  border-left-color: #333;
}

.webui-popover i.icon-refresh:before {
  content: "";
}

.webui-popover i.icon-refresh {
  display: block;
  width: 30px;
  height: 30px;
  font-size: 20px;
  top: 50%;
  left: 50%;
  position: absolute;
  margin-left: -15px;
  margin-right: -15px;
  background: url(../img/loading.gif) no-repeat;
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.webui-popover-backdrop {
  background-color: rgba(0, 0, 0, 0.65);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
}

.webui-popover .dropdown-menu {
  display: block;
  position: relative;
  top: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  float: none;
}

.popup {
  -webkit-overflow-scrolling: touch;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  position: fixed !important;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 100;
}

.popup.active .popup-content {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.popup.show {
  display: block;
}

.popup.show .popup-content {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.popup-table {
  height: 100%;
  table-layout: fixed;
}

.popup-table>.cell {
  height: 100%;
  vertical-align: middle;
  padding: 30px 10px;
}

.popup-content {
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  max-width: 355px;
  margin: 0px auto;
  background-color: rgba(255, 255, 255, 0.87);
  border-radius: 5px;
  line-height: 22px;
  font-size: 16px;
  font-weight: 500;
  padding: 20px 25px;
}

.popup-close {
  width: 15px;
  height: 15px;
  position: absolute;
  top: -25px;
  right: 0px;
  cursor: pointer;
  background: url("../img/icons/close.png") 0 0 no-repeat;
}

.popup-video .popup-close {
  width: 40px;
  height: 40px;
  background-color: #000;
  top: 0;
  right: 0;
}

.popup-video__value {
  max-width: 99%;
  height: 99%;
  border: none;
}

.popup-video__value iframe {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100%;
  min-height: 100%;
  height: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
}

.header-one {
  position: relative;
  z-index: 50;
  padding: 25px 0px 0px 0px;
}

@media (max-width: 1182px) {
  .header-one {
    padding: 15px 0px 0px 0px;
  }
}

.header-one__row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-one__logo img {
  max-width: 100%;
  margin-left: -7px;
}

@media (max-width: 767.98px) {
  .header-one__logo {
    width: 216px;
  }
}

.header-one__btn {
  height: 54px;
  -webkit-transform: skewX(-5deg);
  -moz-transform: skewX(-5deg);
  -ms-transform: skewX(-5deg);
  -o-transform: skewX(-5deg);
  transform: skewX(-5deg);
  padding: 0px 36px;
  border-radius: 30px;
  font-size: 17px;
  color: #fff;
  line-height: 50px;
  text-transform: uppercase;
  border: 2px solid #e11a52;
}

.header-one__btn span {
  display: inline-block;
  padding: 0px 0px 0px 36px;
  background: url("../img/icons/telegram.png") left no-repeat;
}

.header-one__btn:hover {
  background-color: #e11a52;
}

.header-one__btn:hover span {
  background: url("../newimg/icons/telegram_h.png") left no-repeat;
}

@media (max-width: 1182px) {
  .header-one__btn {
    display: none;
  }
}

.header-diet {
  position: relative;
  z-index: 50;
}

.header-diet__body {
  padding: 40px 0px 0px 0px;
  position: relative;
  z-index: 2;
}

@media (max-width: 1182px) {
  .header-diet__body {
    padding: 15px 0px 0px 0px;
    min-height: 628px;
  }
}

@media (max-width: 769px) {
  .header-diet__body {
    min-height: 498px;
  }
}

.header-diet__row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 767.98px) {
  .header-diet__row {
    border-radius: 40px;
    background-color: rgba(0, 0, 0, 0.57);
    padding: 20px 25px 20px 25px;
  }
}

.header-diet__logo img {
  max-width: 100%;
}

@media (max-width: 767.98px) {
  .header-diet__logo {
    width: 183px;
  }
}

.header-diet__content {
  padding: 110px 0 205px 0;
  max-width: 850px;
  margin: 0px auto;
}

@media (max-width: 1182px) {
  .header-diet__content {
    padding: 65px 0 0 0;
    max-width: none;
  }
}

@media (max-width: 767.98px) {
  .header-diet__content {
    padding: 25px 0 60px 0;
    max-width: none;
  }
}

.header-diet__title {
  color: #ffffff;
  font-family: 'Raleway';
  font-size: 37px;
  font-weight: 300;
  line-height: 45px;
  text-align: center;
  margin: 120px 0px 48px 0px;
}

.header-diet__title span {
  font-weight: 700;
}

@media (max-width: 1182px) {
  .header-diet__title {
    margin: 0px 0px 20px 0px;
    font-size: 50px;
    line-height: 60px;
  }
}

@media (max-width: 767.98px) {
  .header-diet__title {
    font-size: 32px;
    line-height: 40px;
  }
}

.header-diet__button a {
  text-decoration: none;
}

.header-diet__button {
  text-align: center;
}

@media (max-width: 1182px) {
  .header-diet__button {
    text-align: center;
  }
}

.header-diet__btn {
  height: 54px;
  -webkit-transform: skewX(-5deg);
  -moz-transform: skewX(-5deg);
  -ms-transform: skewX(-5deg);
  -o-transform: skewX(-5deg);
  transform: skewX(-5deg);
  padding: 0px 36px;
  border-radius: 30px;
  font-size: 17px;
  color: #fff;
  line-height: 50px;
  text-transform: uppercase;
  border: 2px solid #c8fa8b;
}

.header-diet__btn span {
  display: inline-block;
  padding: 0px 0px 0px 36px;
  background: url("../img/icons/telegram.png") left no-repeat;
}

.header-diet__btn:hover {
  background-color: #c8fa8b;
  color: #000;
}

.header-diet__btn:hover span {
  background: url("../img/icons/telegram_h.png") left no-repeat;
}

@media (max-width: 1182px) {
  .header-diet__btn {
    display: none;
  }
}

.header-diet__icon {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 2;
  -webkit-transform: translate3d(-50%, 50%, 0px);
  transform: translate3d(-50%, 50%, 0px);
}

.header-diet__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../newimg/diet/bg.png") top no-repeat;
}

@media (max-width: 1182px) {
  .header-diet__bg {
    background: url(../newimg/diet/bg.png) top no-repeat;
    background-position: top;
    background-size: 140%;
    background-size: auto 130%;
  }
}

.header-step__body {
  background-image: url("../newimg/email/header-bcg.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top;
  padding: 27px 0 40px 0;
}

.header-payment__body {
  background-image: url("../newimg/payment/payment-header-bcg.png");
  background-repeat: no-repeat;
  padding: 27px 0 40px 0;
}

.header-step {
  position: relative;
}

.header-step__row {
  height: 285px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0px 0px 45px 0px;
}

@media (max-width: 1182px) {
  .header-step__row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 155px;
    padding: 0px 0px 15px 0px;
  }
}

@media (max-width: 767.98px) {
  .header-step__row {
    height: 165px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.header-step__logo {
  border-radius: 40px;
  /* background-color: rgba(0, 0, 0, 0.57); */
  padding: 20px 35px;
}

@media (max-width: 1182px) {
  .header-step__logo img {
    width: 236px;
  }
}

@media (max-width: 767.98px) {
  .header-step__logo {
    padding: 20px 80px 20px 35px;
  }

  .header-step__logo img {
    width: 185px;
  }
}

.header-step__menu .icon-menu:before {
  content: '';
  width: 69px;
  height: 69px;
  background-color: rgba(0, 0, 0, 0.57);
  border-radius: 50%;
  position: absolute;
  top: -23px;
  left: -22px;
}

@media (max-width: 767.98px) {
  .header-step__menu .icon-menu {
    margin: 0px 0px 0px -50px;
  }

  .header-step__menu .icon-menu:before {
    display: none;
  }
}

.header-step__icon {
  display: flex;
  justify-content: center;
  margin-top: 27px;
}

.header-step__icon::before {
  content: '';
  display: inline-block;
  align-self: center;
  width: 50%;
  height: 1px;
  background-color: #dc1548;
}

.header-step__icon::after {
  content: '';
  display: inline-block;
  align-self: center;
  width: 50%;
  height: 1px;
  background-color: #dc1548;
}

.header-title {
  white-space: nowrap;
  display: flex;
  justify-content: center;
}

.contacts-title::before .header-title div {
  color: #fff;
  margin: 0 20px 20px 20px;
}

.header-title::before {
  content: '';
  display: inline-block;
  align-self: center;
  width: 100%;
  max-width: auto;
  height: 1px;
  background-color: #dc1548;
}

.header-title::after {
  content: '';
  display: inline-block;
  align-self: center;
  width: 100%;
  max-width: auto;
  height: 1px;
  background-color: #dc1548;
}

.header-step__icon svg {
  margin: 0px 20px;
}

.header-step__icon img {
  margin: 0px 20px;
}

@media (max-width : 1180px) {
  .header-step__icon svg {
    width: 45px;
  }
}

@media (max-width : 762px) {
  .header-step__icon svg {
    width: 50px;
  }
}

.header-step__bg.ibg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: auto;
  background-position: bottom;
  z-index: -1;
}

.menu__body {
  position: absolute;
  -webkit-transform: translate3d(0px, -120%, 0px);
  transform: translate3d(0px, -120%, 0px);
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -ms-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  width: 100%;
  background: #f0f0f0;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 30px 0;
}

.menu__body:after {
  content: '';
  background: url("../img/bg_footer.png") 0 0 repeat-x;
  height: 12px;
  width: 100%;
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
  position: absolute;
  bottom: -12px;
}

.menu__body .container {
  position: relative;
}

.menu__body.active {
  -webkit-transform: translate3d(0px, 0%, 0px);
  transform: translate3d(0px, 0%, 0px);
}

.menu__list li {
  margin: 0px 0px 15px 0px;
}

.menu__list li:last-child {
  margin: 0px 0px 0px 0px;
}

.menu__link {
  color: #09090b;
  font-style: italic;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  display: inline-block;
  text-decoration: underline;
  background: url("../newimg/icons/footer-icon.png") 0 0 no-repeat;
  padding: 0px 0px 0px 27px;
  text-transform: uppercase;
}

.menu__link:hover {
  background: url("../newimg/icons/footer-icon-h.png") 0 0 no-repeat;
  color: #5f759a;
}

.menu__close {
  background: url("../img/icons/menu-close.png") 0 0 no-repeat;
  width: 19px;
  height: 19px;
  position: absolute;
  bottom: 0;
  right: 0px;
  cursor: pointer;
}

@media (max-width: 767.98px) {
  .menu__close {
    right: 20px;
  }
}

@media (min-width: 1182px) {
  .menu {
    display: none;
  }
}

.icon-menu {
  display: block;
  position: relative;
  top: 0px;
  right: 0px;
  width: 26px;
  height: 24px;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -ms-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

.icon-menu span {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  top: 11px;
  left: 0px;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.icon-menu span:first-child {
  top: 0px;
  background-color: #79bb29;
  width: 18px;
}

.icon-menu span:last-child {
  top: auto;
  bottom: 0px;
  width: 14px;
  background-color: #f6821b;
}

.icon-menu.active {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.footer {
  position: relative;
  background-color: #f0f0f0;
  padding: 50px 0;
  z-index: 10;
}

@media (max-width: 1182px) {
  .footer {
    padding: 25px 0;
  }
}

/* .footer:before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    background: url("../img/bg_footer.png") 0 0 repeat-x;
    height: 12px;
    top: -12px; } */
.footer__row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1182px) {
  .footer__row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
}

.footer__text {
  color: #6d7a7f;
  font-style: italic;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
}

.footer__text p:nth-child(1) {
  color: black;
}

.footer__text a {
  color: #6d7a7f;
  text-decoration: underline;
}

.footer__text a:hover {
  text-decoration: none;
}

.footer__text br {
  display: none;
}

@media (max-width: 767.98px) {
  .footer__text br {
    display: block;
  }
}



.footer__text2 {
  color: #6d7a7f;
  font-style: italic;
  font-size: 12px;
  text-align: center;
  font-weight: 500;
  line-height: 16px;
}

.footer__text2 a {
  color: #6d7a7f;
  text-decoration: underline;
}

.footer__text2 a:hover {
  text-decoration: none;
}

.footer__text br {
  display: none;
}

@media (max-width: 767.98px) {
  .footer__text2 br {
    display: block;
  }
}

.footer__text3 {
  color: #ffffff;
  font-style: italic;
  font-size: 12px;
  text-align: center;
  font-weight: 500;
  line-height: 22px;
}

.footer__text3 a {
  color: #ffffff;
  text-decoration: underline;
}

.footer__text3 a:hover {
  text-decoration: none;
}

.footer__text br {
  display: none;
}

@media (max-width: 767.98px) {
  .footer__text3 br {
    display: block;
  }

  .footer__text3 {
    display: none;
  }
}

@media (max-width: 1182px) {
  .footer__menu {
    display: none;
  }
}

.footer__list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
}

.footer__list li {
  margin: 0px 0px 0px 40px;
}

.footer__link {
  color: #09090b;
  font-style: italic;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  display: inline-block;
  text-decoration: underline;
  background: url("../newimg/icons/footer-icon.png") 0 0 no-repeat;
  padding: 0px 0px 0px 27px;
}

.footer__link:hover {
  background: url("../newimg/icons/footer-icon-h.png") 0 0 no-repeat;
  color: #e11a52;
}

.mainpage {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

@media (max-width: 767.98px) {
  .mainpage {
    position: relative;
  }

  .mainpage:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 80%;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
  }
}

.mainpage__header {
  margin: 0px 0px 60px 0px;
}

@media (max-width: 1182px) {
  .mainpage__header {
    margin: 0px 0px 30px 0px;
  }
}

@media (max-width: 767.98px) {
  .mainpage__header {
    margin: 0px 0px 20px 0px;
  }
}

.mainpage__body {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.mainpage__title {
  color: #ffffff;
  font-family: Raleway;
  font-size: 70px;
  font-weight: 300;
  text-align: center;
  line-height: 87px;
  margin: 0px 0px 70px 0px;
}

.mainpage__title br {
  display: none;
}

.mainpage__title p {
  font-weight: 600;
}

/* .mainpage__title span:last-child {
      color: #fbf545; } */
@media (max-width: 1182px) {
  .mainpage__title {
    font-size: 39px;
    line-height: 50px;
    margin: 0px 0px 40px 0px;
  }
}

@media (max-width: 767.98px) {
  .mainpage__title {
    text-align: center;
    font-size: 32px;
    line-height: 40px;
    margin: 0px 0px 30px 0px;
  }

  .mainpage__title br {
    display: block;
  }
}

.mainpage__buttons {
  display: flex;
  justify-content: center;
  margin-top: 120px;
  margin-bottom: 140px;
}

@media (max-width: 767.98px) {
  .mainpage__buttons {
    display: flex;
    flex-wrap: wrap;
    margin: 0px 0px 50px 0px;
  }
}

.mainpage__btn {
  display: block;
  background-color: transparent;
  width: 376px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  text-decoration: none;
  text-align: right;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.17);
}

.mainpage__btn:before {
  content: '';
  border-radius: 70px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0 0 0px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0px 15px rgba(0, 0, 0, 0.2);
  -webkit-animation: button-pulse 2s infinite linear;
  -moz-animation: button-pulse 2s infinite linear;
  -o-animation: button-pulse 2s infinite linear;
  animation: button-pulse 2s infinite linear;
}

.mainpage__btn:after {
  content: '';
  border-radius: 70px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0 0 0px 35px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0px 35px rgba(0, 0, 0, 0.1);
  -webkit-animation: button-pulse 2s infinite linear;
  -moz-animation: button-pulse 2s infinite linear;
  -o-animation: button-pulse 2s infinite linear;
  animation: button-pulse 2s infinite linear;
}

.mainpage__btn span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 141px;
  text-align: right;
  padding: 0px 66px;
  border-radius: 70px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.mainpage__btn_1 span {
  background-image: url('../newimg/mainpage/buttons/Female.png');
}

.mainpage__btn_2 span {
  background-image: url('../newimg/mainpage/buttons/Male.png');
}

.mainpage__btn_2 {
  margin: 0px 0px 50px 0px;
}

.mainpage__btn span:after {
  content: '';
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #fff;
  width: 500px;
  height: 500px;
  opacity: 0.2;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin: -250px 0px 0px -250px;
  -webkit-animation: button 3s infinite linear;
  -moz-animation: button 3s infinite linear;
  -o-animation: button 3s infinite linear;
  animation: button 3s infinite linear;
}

.mainpage__btn small {
  font-size: 25px;
}

.mainpage__btn i {
  display: block;
  font-weight: 700;
}

.mainpage__btn:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.mainpage__btn:hover:after,
.mainpage__btn:hover:before,
.mainpage__btn:hover span:after {
  display: none;
}

.mainpage__btn_1 {
  margin: 0px 60px 50px 0px;
}

.mainpage__btn_1 span {
  background-position: -15px -15px;
}

.mainpage__btn_1:hover {
  color: #fbf545;
}

.mainpage__btn_1:hover span {
  background-image: url('../newimg/mainpage/buttons/Female-h.png');
}

/* @media (max-width: 1182px) {
            .mainpage__btn_1:hover span {
              background-position: 0 -100px; } } */
.mainpage__btn_2 span {
  background-position: -15px -15px;
}

@media (max-width: 1182px) {
  .mainpage__btn_2 span {
    background-position: 0 -200px;
  }
}

.mainpage__btn_2:hover {
  color: #64edff;
}

.mainpage__btn_2:hover span {
  background-image: url('../newimg/mainpage/buttons/Male-h.png');
}

/* @media (max-width: 1182px) {
          .mainpage__btn_2:hover span {
            background-position: 0 -300px; } } */
@media (max-width: 1182px) {
  .mainpage__btn {
    width: 265px;
  }

  .mainpage__btn span {
    height: 98px;
    padding: 0px 45px;
    background-size: 107%;
    background-position: -9px -11px;
    background-repeat: no-repeat;
  }

  .mainpage__btn small {
    font-size: 16px;
  }

  .mainpage__btn_1 {
    margin: 0px 60px 50px 0px;
  }

  .mainpage__btn:before {
    -webkit-box-shadow: 0 0 0px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 0px 10px rgba(0, 0, 0, 0.2);
  }

  .mainpage__btn:after {
    -webkit-box-shadow: 0 0 0px 25px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 0px 25px rgba(0, 0, 0, 0.2);
  }
}

@media (max-width: 767.98px) {
  .mainpage__btn {
    margin: 0px auto 35px auto;
  }

  .mainpage__btn_1 {
    margin: 0px auto 35px auto;
  }
}

.mainpage__bg {
  background-image: url('../newimg/bg_main.jpg');
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

@-webkit-keyframes button {
  0% {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }

  50% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
}

@keyframes button {
  0% {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }

  50% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
}

@-webkit-keyframes button-pulse {
  0% {
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }

  50% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes button-pulse {
  0% {
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }

  50% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
}

.page {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.page:after {
  content: '';
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../newimg/bg_page.jpg") 0 0/cover repeat;
  z-index: 0;
}

.page__body {
  position: relative;
  z-index: 5;
}

@media (max-width: 767.98px) {
  .page__body {
    padding: 65px 0 55px 0;
  }
}

.page__sector {
  margin: 0px 0px 50px 0px;
}

.page__sector:last-child {
  margin: 0px 0px 0px 0px;
}

.page__header {
  position: relative;
  z-index: 50;
  margin: 0;
}

.page__subtitle {
  font-size: 20px;
  font-weight: 300;
  font-style: italic;
  color: #839a9e;
  line-height: 24px;
}

.faq__subtitle {
  text-align: center;
  color: #839a9e;
  font-size: 20px;
  font-style: italic;
  font-weight: 100;
  line-height: 25px;
  margin: 0px 0px 17px 0px;
}

.page__title {
  text-align: center;
  color: #fbf545;
  font-family: 'Uni Neue Book';
  font-size: 37px;
  font-weight: 300;
  line-height: 1.5;
  text-transform: uppercase;
  margin: 0px 0px 35px 0px;
  color: #64edff;
}

.faq-title {
  text-transform: none;
}

.page__title span {
  color: #c8fa8b;
}

.page__title_l {
  margin: 0 0 10px 0;
  text-align: left;
}

@media (max-width: 767.98px) {
  .page__title_l {
    text-align: center;
  }
}

@media (max-width: 767.98px) {
  .page__title {
    font-size: 32px;
    line-height: 40px;
  }
}

.page__w460 {
  max-width: 460px;
  margin: 0px auto;
}

.page__w500 {
  max-width: 500px;
  margin: 0px auto;
}

.page__w795 {
  max-width: 795px;
  margin: 0px auto;
}

@media (max-width: 1182px) {
  .page__w795 {
    max-width: 525px;
  }
}

.page__text {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  line-height: 27px;
}

.page__text p {
  margin: 0px 0px 30px 0px;
}

.page__text p:last-child {
  margin: 0px 0px 0px 0px;
}

@media (max-width: 767.98px) {
  .page__text {
    font-size: 18px;
    line-height: 24px;
  }
}

/* 
.contacts__form {
  max-width: 970px; } */

.contacts__block {
  max-width: 397px;
  margin: auto;
  /* transform: skew(-11deg); */
  /* -webkit-transform: skew(-11deg);
  -moz-transform: skew(-11deg);
  -ms-transform: skew(-11deg);
  -o-transform: skew(-11deg); */
}

.contacts__row {
  max-width: 817px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  font-size: 0;
  margin: auto;
  margin-top: 40px;
}

@media (max-width: 1182px) {
  .contacts__row {
    display: block;
  }
}

.contacts__column {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  width: 100%;
  padding: 0px 25px;
}

@media (max-width: 768px) {
  .contacts__column {
    flex-wrap: wrap;
  }

  .contacts__block {
    width: 100%;
    max-width: 100%;
  }

}

.contacts__item {
  width: 100%;
  margin: 0px 0px 30px 0px;
}

.contacts__item:nth-child(1) .contacts__block {
  margin: 0 20px 0 auto;
}

.contacts__item:nth-child(2) .contacts__block {
  margin: 0 auto 0 0;
}


.contacts__label {
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0px 0px 15px 0px;
}

@media (max-width: 1182px) {
  .contacts__button {
    text-align: center;
  }
}

.faq__item {
  color: #e4e4e4;
  font-weight: 300;
  font-style: italic;
  font-family: 'UniNeueLight';
  padding: 1px 35px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  cursor: pointer;
  margin: 0px 0px 20px 0px;
}

.faq__item:before {
  content: '';
  width: 28px;
  height: 28px;
  position: absolute;
  left: -10px;
  top: 9px;
  /* margin: -14px 0px 0px 0px; */
  background: url("../newimg/page/arrow-up.png") no-repeat;
}

.faq__item.active:before {
  background: url("../newimg/page/arrow-down.png") no-repeat;
}

.faq__item.active .faq__title {
  color: #85b60f;
}


.faq__title {
  font-size: 22px;
}

.faq__text {
  display: none;
  padding: 15px 0px 0px 0px;
  font-size: 18px;
  line-height: 22px;
  color: #839a9e;
  font-style: italic;
  font-weight: 100;
  line-height: 25px;
  margin: 0px 0px 17px 0px;
}

.step__title {
  text-align: center;
  color: #fff;
  padding: 20px;
  line-height: 23px;
  font-size: 15px;
  text-transform: uppercase;
  font-family: 'Raleway';
  font-weight: 300;
  border-radius: 50px;
  font-weight: 500;
  background-color: rgba(0, 0, 0, 0.37);
}

@media (max-width: 565px) {
  .step__title {
    margin: 0px -20px 35px -20px;
    border-radius: 0;
  }
}

.step__row {
  margin: 0px -10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 565px) {
  .step__row {
    display: block;
  }
}

.step__column {
  padding: 0px 10px;
  margin: auto;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
}

@media (max-width: 1182px) {
  .step__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
}



.step__check {
  width: 100%;
  max-width: 397px;
  min-height: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 20px;
  margin: auto;
  margin-bottom: 30px;
  border: 1px solid #fff;
  text-align: center;
  line-height: 22px;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  text-transform: uppercase;
  transform: skew(-11deg);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: skew(-11deg);
  -moz-transform: skew(-11deg);
  -ms-transform: skew(-11deg);
  -o-transform: skew(-11deg);
}

.step__check:after {
  content: '';
  background: url("../newimg/steps/icon.png") 0 0 no-repeat;
  width: 28px;
  height: 28px;
  position: absolute;
  top: -8px;
  right: -16px;
  transform: skew(11deg);
  -webkit-transform: skew(11deg);
  -moz-transform: skew(11deg);
  -ms-transform: skew(11deg);
  -o-transform: skew(11deg);
}

.step__check.active {
  border: 1px solid #89b012;
  color: #fff;
}

.step__check.active:after {
  background-image: url("../newimg/steps/icon-a.png");
}

@media (min-width: 992.98px) {
  .step__check:hover {
    border: 1px solid #89b012;
  }
}

.step__option {
  width: 100%;
  max-width: 397px;
  min-height: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 20px;
  margin: 0px 0px 30px 0px;
  border: 1px solid #fff;
  text-align: center;
  line-height: 22px;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  text-transform: uppercase;
  transform: skew(-11deg);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: skew(-11deg);
  -moz-transform: skew(-11deg);
  -ms-transform: skew(-11deg);
  -o-transform: skew(-11deg);
}

.step__option:last-child {
  margin: 0px 0px 0px 0px;
}

.step__option:before {
  display: none;
}

.step__option:hover {
  background-color: transparent;
  border: 1px solid #89b012;
}

.step__option.active {
  background-color: transparent;
  border: 1px solid #89b012;
}

.step__option.active:before {
  background: none;
}

@media (max-width: 767.98px) {
  .step__option {
    font-size: 18px;
    font-weight: 400;
  }
}

.step__footer {
  margin: 0px 0px 10px 0px;
  text-align: center;
}

.step-2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.step-3,
.step-4 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.step-3__title {
  margin: 0px 0px 35px 0px;
}

.step-3__item_1:before {
  background: url("../img/steps/step_3/01.png") center no-repeat;
}

.step-3__item_1.active:before {
  background: url("../img/steps/step_3/01_h.png") center no-repeat;
}

.step-3__item_2:before {
  background: url("../img/steps/step_3/02.png") center no-repeat;
}

.step-3__item_2.active:before {
  background: url("../img/steps/step_3/02_h.png") center no-repeat;
}

.step-3__item_3:before {
  background: url("../img/steps/step_3/03.png") center no-repeat;
}

.step-3__item_3.active:before {
  background: url("../img/steps/step_3/03_h.png") center no-repeat;
}

.step-3__item_4:before {
  background: url("../img/steps/step_3/04.png") center no-repeat;
}

.step-3__item_4.active:before {
  background: url("../img/steps/step_3/04_h.png") center no-repeat;
}

.step-3__item_5:before {
  background: url("../img/steps/step_3/05.png") center no-repeat;
}

.step-3__item_5.active:before {
  background: url("../img/steps/step_3/05_h.png") center no-repeat;
}

.step-3__item_7:before {
  background: url("../img/steps/step_3/06.png") center no-repeat;
}

.step-3__item_7.active:before {
  background: url("../img/steps/step_3/06_h.png") center no-repeat;
}

.step-3__item_8:before {
  background: url("../img/steps/step_3/07.png") center no-repeat;
}

.step-3__item_8.active:before {
  background: url("../img/steps/step_3/07_h.png") center no-repeat;
}

.step-3__item_no:before {
  background: url("../img/steps/step_3/no.png") center no-repeat;
}

.step-3__item_no.active:before {
  background: url("../img/steps/step_3/no_h.png") center no-repeat;
}

.step-3__footer {
  padding: 5px 0px 0px 0px;
}

.step-4__item_1:before {
  background: url("../img/steps/step_4/01.png") center no-repeat;
}

.step-4__item_1.active:before {
  background: url("../img/steps/step_4/01_h.png") center no-repeat;
}

.step-4__item_2:before {
  background: url("../img/steps/step_4/02.png") center no-repeat;
}

.step-4__item_2.active:before {
  background: url("../img/steps/step_4/02_h.png") center no-repeat;
}

.step-4__item_3:before {
  background: url("../img/steps/step_4/03.png") center no-repeat;
}

.step-4__item_3.active:before {
  background: url("../img/steps/step_4/03_h.png") center no-repeat;
}

.step-4__item_4:before {
  background: url("../img/steps/step_4/04.png") center no-repeat;
}

.step-4__item_4.active:before {
  background: url("../img/steps/step_4/04_h.png") center no-repeat;
}

.step-4__item_5:before {
  background: url("../img/steps/step_4/05.png") center no-repeat;
}

.step-4__item_5.active:before {
  background: url("../img/steps/step_4/05_h.png") center no-repeat;
}

.step-4__item_6:before {
  background: url("../img/steps/step_4/06.png") center no-repeat;
}

.step-4__item_6.active:before {
  background: url("../img/steps/step_4/06_h.png") center no-repeat;
}

.step-4__item_7:before {
  background: url("../img/steps/step_4/07.png") center no-repeat;
}

.step-4__item_7.active:before {
  background: url("../img/steps/step_4/07_h.png") center no-repeat;
}

.step-4__item_8:before {
  background: url("../img/steps/step_4/08.png") center no-repeat;
}

.step-4__item_8.active:before {
  background: url("../img/steps/step_4/08_h.png") center no-repeat;
}

.step-4__item_9:before {
  background: url("../img/steps/step_4/09.png") center no-repeat;
}

.step-4__item_9.active:before {
  background: url("../img/steps/step_4/09_h.png") center no-repeat;
}

.step-5__item_1:before {
  background: url("../img/steps/step_5/01.png") center no-repeat;
}

.step-5__item_1.active:before {
  background: url("../img/steps/step_5/01_h.png") center no-repeat;
}

.step-5__item_2:before {
  background: url("../img/steps/step_5/02.png") center no-repeat;
}

.step-5__item_2.active:before {
  background: url("../img/steps/step_5/02_h.png") center no-repeat;
}

.step-5__item_3:before {
  background: url("../img/steps/step_5/03.png") center no-repeat;
}

.step-5__item_3.active:before {
  background: url("../img/steps/step_5/03_h.png") center no-repeat;
}

.step-5__item_4:before {
  background: url("../img/steps/step_5/04.png") center no-repeat;
}

.step-5__item_4.active:before {
  background: url("../img/steps/step_5/04_h.png") center no-repeat;
}

.step-5__item_5:before {
  background: url("../img/steps/step_5/05.png") center no-repeat;
}

.step-5__item_5.active:before {
  background: url("../img/steps/step_5/05_h.png") center no-repeat;
}

.step-5__item_6:before {
  background: url("../img/steps/step_5/06.png") center no-repeat;
}

.step-5__item_6.active:before {
  background: url("../img/steps/step_5/06_h.png") center no-repeat;
}

.step-7__item {
  text-align: center;
}

.step-7__item:before {
  display: none;
}

.step-7__item.active:before {
  background: none;
}

.step-8__row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  margin: 0px -10px;
}

.step-8__column {
  padding: 0px 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
}

.step-8__nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  margin: 0px 0px 20px 0px;
}

@media (max-width: 500px) {
  .step-8__nav {
    display: block;
  }
}

.step-8__navitem {
  border: 1px solid #fff;
  height: 50px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  font-size: 17px;
  font-weight: 500;
  line-height: 42px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  transform: skew(-11deg);
  -webkit-transform: skew(-11deg);
  -moz-transform: skew(-11deg);
  -ms-transform: skew(-11deg);
  -o-transform: skew(-11deg);
}

.step-8__navitem:first-child {
  margin: 0px 10px 0px 0px;
}

.step-8__navitem:last-child {
  margin: 0px 0px 0px 10px;
}

.step-8__navitem.active {
  border: 2px solid #e11a52;
}

@media (max-width: 500px) {
  .step-8__navitem:first-child {
    margin: 0px 0px 20px 0px;
  }

  .step-8__navitem:last-child {
    margin: 0px 0px 0px 0px;
  }
}

.step-8__line {
  margin: 0px 0px 25px 0px;
  border-bottom: 1px solid #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.step-8__line.err {
  border-bottom: 1px solid red;
}

.step-8__icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
}

.step-8__input {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
}

.step-8__input input.input {
  padding: 0px 0px 0px 20px;
  background-color: transparent;
  text-transform: uppercase;
  height: 50px;
  border: none;
  text-align: right;
  color: #abbad1;
  font-weight: 500;
  font-size: 15px;
  font-style: italic;
}

.step-8__input input.input.focus {
  padding: 0px 44px 0px 20px;
  font-size: 20px;
  color: #fff;
  text-align: center !important;
}

.step-8__input .form__label {
  pointer-events: none;
  color: #abbad1;
  font-weight: 500;
  font-size: 15px;
  line-height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-transform: uppercase;
}

.step-8__input .form__error {
  background-color: red;
  border-radius: 25px;
  padding: 8px 15px;
  color: #fff;
  font-size: 14px;
  position: absolute;
  right: 0;
  bottom: -28px;
}

.step-8__input.focus .form__label {
  opacity: 1;
  font-size: 12px;
  top: -20px;
}

.step-8__footer {
  padding: 20px 0px 0px 0px;
}

.progress-header {
  background-image: url('../newimg/progress/progress-bcg.png');
}

.progress {
  padding-bottom: 50px;
  text-align: center;
}

.progress__circle {
  margin: 0px 0px 35px 0px;
}

.progress__slider {
  width: 390px;
  margin: 0px auto;
}

.progress__slider .slick-list {
  overflow: visible !important;
  padding: 0 !important;
}

@media (max-width: 1182px) {
  .progress__slider {
    width: 350px;
  }
}

@media (max-width: 479.98px) {
  .progress__slider {
    width: 280px;
  }
}

.progress__slide {
  text-align: center;
  font-size: 20px;
  line-height: 25px;
  font-weight: 500;
  font-style: italic;
  color: #fff;
  opacity: 0.3;
  width: 390px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.progress__slide.slick-active {
  opacity: 0.6;
}

.progress__slide.slick-current {
  opacity: 1;
}

@media (max-width: 479.98px) {
  .progress__slide {
    width: 280px;
  }
}

@media (max-width: 1182px) {
  .progress__slide {
    width: 350px;
  }
}

.progress__footer {
  display: none;
  transform: skew(-11deg);
  padding: 50px 0px 0px 0px;
  -webkit-transform: skew(-11deg);
  -moz-transform: skew(-11deg);
  -ms-transform: skew(-11deg);
  -o-transform: skew(-11deg);
}

.progress__footer a {
  text-decoration: none;
}

.progress__btn {
  display: inline-block;
}

.circle__body {
  height: 198px;
  width: 198px;
  margin: 0px auto;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.circle__body svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.circle__text {
  background: url("../../newimg/progress/bg_progress.png") 0 0 no-repeat;
  background-size: contain;
  width: 112px;
  height: 59px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 30px;
  color: #fff;
  font-weight: 500;
  font-style: italic;
}


.diet {
  margin-top: 40px;
}

.diet__items {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  margin: 0px -15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 1182px) {
  .diet__items {
    display: block;
  }
}

@media (max-width: 610px) {
  .diet__items {
    margin: 0px -20px;
  }
}

.diet__column {
  padding: 0px 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  min-width: 0;
  margin: 0px 0px 30px 0px;
}

@media (max-width: 610px) {
  .diet__column {
    padding: 0;
  }
}

.diet__column.view .block-diet-5__content,
.diet__column.view .block-diet-8__image {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.diet__column.view .graph-diet-7 {
  opacity: 1;
}

.diet__column.view .grid-diet-7__column:before {
  height: 100%;
}

.diet__item {
  max-width: 570px;
  margin: 0px auto;
}

@media (max-width: 610px) {
  .diet__item {
    max-width: 320px;
  }
}

.diet__results {
  margin: 0px 0px 80px 0px;
}

@media (max-width: 767.98px) {
  .diet__results {
    margin: 0px 0px 40px 0px;
  }
}

.diet__theydothat {
  margin: 0px 0px 60px 0px;
}

.diet__footer {
  padding: 30px 0px 0px 0px;
  text-align: center;
}

.diet__payment {
  padding: 50px 0px 100px 0px;
  text-align: center;
}

.diet__payment a {
  text-decoration: none;
}

.item-diet {
  background: url("../img/diet/bg_card.jpg") 0 0/cover no-repeat;
  height: 490px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-shadow: inset 0 0 0px 10px rgba(249, 249, 249, 0.12);
  box-shadow: inset 0 0 0px 10px rgba(249, 249, 249, 0.12);
}

.item-diet__header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  height: 105px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 105px;
  flex: 0 0 105px;
  padding: 0px 45px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 610px) {
  .item-diet__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.item-diet__title {
  font-style: italic;
  font-size: 27px;
  font-weight: 100;
}

@media (max-width: 610px) {
  .item-diet__title {
    margin: 0px 0px 15px 0px;
  }
}

.item-diet__tip {
  background: url("../newimg/diet/bg-tip.png") 0 0 no-repeat;
  width: 37px;
  height: 32px;
  text-align: center;
  text-decoration: underline;
  color: #fff;
  font-size: 17px;
  font-weight: 900;
  font-family: 'UniNeueLight';
}

.item-diet__tip:hover {
  text-decoration: none;
}

@media (max-width: 610px) {
  .item-diet__tip {
    margin: 0px 0px -50px 0px;
  }
}

.item-diet__body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.item-diet__text {
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  padding: 0px 25px 40px 25px;
  text-transform: uppercase;
  font-weight: 300;
  color: #abbad1;
}

.item-diet__text span {
  color: #adc915;
  margin: 0px 0px 0px 5px;
}

.block-diet-1 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px 0px 0px 0px;
}

@media (max-width: 610px) {
  .block-diet-1 {
    padding: 40px 0px 0px 0px;
  }
}

.block-diet-1__text {
  font-family: 'UniNeueLight';
  color: #e11a52;
  font-size: 127px;
  font-weight: 300;
  padding: 0px 0px 0px 85px;
}

@media (max-width: 610px) {
  .block-diet-1__text {
    font-size: 80px;
    padding: 0;
    text-align: center;
  }
}

.block-diet-1__line {
  margin: -30px 0px 0px 0px;
  background: url("../img/diet/items/01/line.png") bottom/100% no-repeat;
  height: 158px;
  position: relative;
}

.block-diet-1__line span {
  background: url("../newimg/diet/items/01/item.png") 0 0/100% no-repeat;
  width: 46px;
  height: 46px;
  position: absolute;
  display: block;
  -webkit-animation: circle 2s infinite ease;
  -moz-animation: circle 2s infinite ease;
  -o-animation: circle 2s infinite ease;
  animation: circle 2s infinite ease;
}

.block-diet-1__line span.p_1 {
  left: 20px;
  bottom: 15px;
}

.block-diet-1__line span.p_2 {
  left: 95px;
  bottom: 40px;
}

.block-diet-1__line span.p_3 {
  left: 195px;
  bottom: 20px;
}

.block-diet-1__line span.p_4 {
  left: 335px;
  bottom: 20px;
}

.block-diet-1__line span.p_5 {
  left: 400px;
  bottom: 65px;
}

.block-diet-1__line span.p_6 {
  left: 450px;
  bottom: 105px;
}

.block-diet-1__line span.p_7 {
  left: 510px;
  bottom: 128px;
}

@media (max-width: 610px) {
  .block-diet-1__line span {
    width: 35px;
    height: 35px;
  }

  .block-diet-1__line span.p_1 {
    left: 10px;
    bottom: 5px;
  }

  .block-diet-1__line span.p_2 {
    left: 95px;
    bottom: 10px;
  }

  .block-diet-1__line span.p_3 {
    left: 150px;
    bottom: 0px;
  }

  .block-diet-1__line span.p_4 {
    left: 200px;
    bottom: 20px;
  }

  .block-diet-1__line span.p_5 {
    left: 220px;
    bottom: 30px;
  }

  .block-diet-1__line span.p_6 {
    left: 250px;
    bottom: 55px;
  }

  .block-diet-1__line span.p_7 {
    left: 285px;
    bottom: 70px;
  }
}

.block-diet-2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0px 0px 50px 0px;
  min-width: 0;
}

@media (max-width: 610px) {
  .block-diet-2 {
    padding: 0;
  }
}

.block-diet-2__slider {
  min-width: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: none;
}

.block-diet-2__slider .slick-list {
  padding: 0 !important;
}

.block-diet-2__slider .slick-track {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.block-diet-2__slider.active {
  display: block;
}

.block-diet-2__slide {
  padding: 0px 25px;
}

.block-diet-2__slide img:last-child {
  display: none;
}

.block-diet-2__slide.slick-current img {
  display: none;
}

.block-diet-2__slide.slick-current img:last-child {
  display: block;
}

.block-diet-3 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 610px) {
  .block-diet-3 {
    padding: 10px 0px 0px 0px;
  }
}

.block-diet-3__value {
  font-size: 30px;
  color: #e11a52;
  margin: 0px 0px 15px 0px;
  font-family: 'UniNeueLight';
}

.block-diet-3__circle {
  background: url("../newimg/diet/items/03/circle.png") 0 0 no-repeat;
  width: 174px;
  height: 174px;
  position: relative;
}

.block-diet-3__arrow {
  width: 64px;
  height: 64px;
  position: absolute;
  background: url("../img/diet/items/03/arrow.png") 0 0 no-repeat;
  left: 50%;
  top: 50px;
  -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.8s;
  -moz-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.8s;
  -ms-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.8s;
  -o-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.8s;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.8s;
  -moz-transform: rotate(-110deg);
  -ms-transform: rotate(-110deg);
  -webkit-transform: rotate(-110deg);
  -o-transform: rotate(-110deg);
  transform: rotate(-110deg);
  margin: 0px 0px 0px -32px;
}

.block-diet-4 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.block-diet-4__body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.block-diet-4__image {
  background: url("../newimg/diet/items/04/drops.png") bottom no-repeat;
  width: 169px;
  height: 157px;
  position: relative;
}

.block-diet-4__image span {
  background: url("../newimg/diet/items/04/drops_w.png") bottom no-repeat;
  position: absolute;
  width: 100%;
  height: 0px;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.8s ease 0.8s;
  -moz-transition: all 0.8s ease 0.8s;
  -ms-transition: all 0.8s ease 0.8s;
  -o-transition: all 0.8s ease 0.8s;
  transition: all 0.8s ease 0.8s;
}

.block-diet-4__ruler {
  margin: 0px 0px 0px 33px;
}

.ruler-diet-4 {
  position: relative;
}

.ruler-diet-4__image {
  background: url("../newimg/diet/items/04/ruler.png") bottom no-repeat;
  height: 151px;
  width: 9px;
}

.ruler-diet-4__image span {
  background: url("../img/diet/items/04/ruler_w.png") bottom no-repeat;
  position: absolute;
  width: 100%;
  height: 0px;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.8s ease 0.8s;
  -moz-transition: all 0.8s ease 0.8s;
  -ms-transition: all 0.8s ease 0.8s;
  -o-transition: all 0.8s ease 0.8s;
  transition: all 0.8s ease 0.8s;
}

.ruler-diet-4__value {
  position: absolute;
  font-size: 17px;
  color: #fff;
  white-space: nowrap;
  left: 18px;
}

.ruler-diet-4__value_max {
  top: 0;
}

.ruler-diet-4__value_min {
  bottom: 0;
}

.block-diet-5 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0px 0px 50px 0px;
}

@media (max-width: 610px) {
  .block-diet-5 {
    padding: 0px 0px 0px 0px;
  }
}

.block-diet-5__content {
  position: relative;
  margin: 0px 30px;
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.8s ease 0.8s;
  -moz-transition: all 0.8s ease 0.8s;
  -ms-transition: all 0.8s ease 0.8s;
  -o-transition: all 0.8s ease 0.8s;
  transition: all 0.8s ease 0.8s;
}

.block-diet-5__image img {
  max-width: 100%;
}

.block-diet-5__image img:last-child {
  display: none;
}

@media (max-width: 767.98px) {
  .block-diet-5__image img {
    display: none;
  }

  .block-diet-5__image img:last-child {
    display: block;
  }
}

.block-diet-5__circles span {
  -webkit-animation: circle 2s infinite ease;
  -moz-animation: circle 2s infinite ease;
  -o-animation: circle 2s infinite ease;
  animation: circle 2s infinite ease;
  background: url("../newimg/diet/items/07/circle.png") 0 0 no-repeat;
  width: 23px;
  height: 23px;
  position: absolute;
}

.block-diet-5__circles span:nth-child(1) {
  top: 51px;
  left: 60px;
}

.block-diet-5__circles span:nth-child(2) {
  bottom: 8px;
  left: 57px;
}

.block-diet-5__circles span:nth-child(3) {
  top: 52px;
  right: 55px;
}

.block-diet-5__circles span:nth-child(4) {
  top: 15px;
  right: 75px;
}

.block-diet-6 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0px 0px 20px 0px;
}

@media (max-width: 610px) {
  .block-diet-6 {
    padding: 0;
  }
}

.block-diet-6__value {
  font-size: 42px;
  color: #e11a52;
  margin: 0px 0px 15px 0px;
  font-family: 'UniNeueLight';
}

.block-diet-6__image {
  background: url("../newimg/diet/items/06/libra.png") bottom no-repeat;
  width: 146px;
  height: 146px;
  position: relative;
}

.block-diet-6__image span {
  background: url("../newimg/diet/items/06/libra_w.png") bottom no-repeat;
  position: absolute;
  width: 100%;
  height: 0px;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.8s;
  -moz-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.8s;
  -ms-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.8s;
  -o-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.8s;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.8s;
}

.block-diet-7 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.graph-diet-7 {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 340px;
  flex: 0 0 340px;
  opacity: 0;
  -webkit-transition: all 0.8s ease 0.8s;
  -moz-transition: all 0.8s ease 0.8s;
  -ms-transition: all 0.8s ease 0.8s;
  -o-transition: all 0.8s ease 0.8s;
  transition: all 0.8s ease 0.8s;
}

.graph-diet-7__header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.graph-diet-7__title {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;
  text-align: center;
  color: #abbad1;
  font-size: 17px;
  font-weight: 300;
}

.graph-diet-7__footer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.graph-diet-7__value {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;
  text-align: center;
  color: #e11a52;
  font-size: 17px;
  font-weight: 300;
}

.grid-diet-7 {
  position: relative;
  margin: 15px 0;
}

.grid-diet-7__row {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
}

.grid-diet-7__line {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.grid-diet-7__column {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;
  height: 190px;
}

.grid-diet-7__column span {
  -webkit-animation: circle 2s infinite ease;
  -moz-animation: circle 2s infinite ease;
  -o-animation: circle 2s infinite ease;
  animation: circle 2s infinite ease;
  background: url("../newimg/diet/items/07/circle.png") 0 0 no-repeat;
  width: 23px;
  height: 23px;
  position: absolute;
  left: 50%;
  margin: 0px 0px 0px -11.5px;
  bottom: 0;
}

.grid-diet-7__column:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #596066;
  left: 50%;
  bottom: 0;
  position: absolute;
}

.grid-diet-7__column:before {
  content: '';
  height: 0%;
  width: 1px;
  -webkit-transition: all 0.8s ease 0.8s;
  -moz-transition: all 0.8s ease 0.8s;
  -ms-transition: all 0.8s ease 0.8s;
  -o-transition: all 0.8s ease 0.8s;
  transition: all 0.8s ease 0.8s;
  position: absolute;
  bottom: 0;
  left: 50%;
  background-color: #596066;
}

.grid-diet-7__column:last-child:after {
  display: none;
}

.block-diet-8 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0px 0px 30px 0px;
}

@media (max-width: 610px) {
  .block-diet-8 {
    padding: 0;
  }
}

.block-diet-8__image {
  -webkit-transition: all 0.8s ease 0.8s;
  -moz-transition: all 0.8s ease 0.8s;
  -ms-transition: all 0.8s ease 0.8s;
  -o-transition: all 0.8s ease 0.8s;
  transition: all 0.8s ease 0.8s;
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.block-diet-8__image img {
  max-width: 100%;
}

.block-diet-8__image img:last-child {
  display: none;
}

@media (max-width: 767.98px) {
  .block-diet-8__image img {
    display: none;
  }

  .block-diet-8__image img:last-child {
    display: block;
  }
}

.theydidthat__header {
  margin: 0px 0px 32px 0px;
  position: relative;
}

.theydidthat__title.page__title {
  line-height: 43px;
  margin: 0;
}

@media (max-width: 479.98px) {
  .theydidthat__title.page__title {
    padding: 0px 40px;
  }
}

.theydidthat__arrows .slick-arrow {
  position: absolute;
  background: url("../img/icons/sl-arrow.png") 0 0 no-repeat;
  width: 24px;
  height: 43px;
  opacity: 0.5;
  top: 50%;
  margin: -22px 0px 0px 0px;
}

.theydidthat__arrows .slick-arrow:hover {
  opacity: 1;
}

.theydidthat__arrows .slick-arrow.slick-prev {
  left: 0;
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.theydidthat__arrows .slick-arrow.slick-next {
  right: 0;
}

.theydidthat__slider {
  margin: 0px -15px;
}

.theydidthat__slide {
  padding: 0px 15px;
}

.theydidthat__item {
  background-color: #fff;
  padding: 20px;
}

.theydidthat__images {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  margin: 0px -1px;
}

.theydidthat__column {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  padding: 0px 1px;
  position: relative;
}

.theydidthat__image {
  padding: 0px 0px 132% 0px;
}

.theydidthat__before {
  background: url("../img/diet/theydidthat/before.png") 0 0 no-repeat;
  width: 55px;
  height: 32px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  line-height: 32px;
  font-style: italic;
  font-weight: 500;
  color: #fff;
  font-size: 17px;
  text-align: center;
  text-transform: uppercase;
}

.theydidthat__after {
  background: url("../img/diet/theydidthat/after.png") 0 0 no-repeat;
  width: 90px;
  height: 32px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  line-height: 32px;
  font-style: italic;
  font-weight: 500;
  color: #fff;
  font-size: 17px;
  text-align: center;
  text-transform: uppercase;
}

.theydidthat__body {
  background-color: #f3f3f3;
  padding: 25px 30px;
}

@media (max-width: 767.98px) {
  .theydidthat__body {
    padding: 25px 20px;
  }
}

.theydidthat__text {
  font-size: 17px;
  line-height: 25px;
  margin: 0px 0px 15px 0px;
}

.theydidthat__name {
  font-size: 17px;
  color: #7c8595;
}

.theydidthat__name span {
  font-weight: 700;
  color: #000;
}

.whatyouget {
  margin: 0px 0px 20px 0px;
}

.whatyouget__header {
  margin: 0px 0px 32px 0px;
  position: relative;
}

.whatyouget__title.page__title {
  line-height: 43px;
  margin: 0;
}

@media (max-width: 479.98px) {
  .whatyouget__title.page__title {
    padding: 0px 40px;
  }
}

.whatyouget__arrows .slick-arrow {
  position: absolute;
  background: url("../img/icons/sl-arrow.png") 0 0 no-repeat;
  width: 24px;
  height: 43px;
  opacity: 0.5;
  top: 50%;
  margin: -22px 0px 0px 0px;
}

.whatyouget__arrows .slick-arrow:hover {
  opacity: 1;
}

.whatyouget__arrows .slick-arrow.slick-prev {
  left: 0;
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.whatyouget__arrows .slick-arrow.slick-next {
  right: 0;
}

.whatyouget__body {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 45px;
}

.whatyouget__items {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
}

.whatyouget__column {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;
}

.whatyouget__item {
  text-align: center;
  max-width: 250px;
  margin: 0px auto;
}

.whatyouget__icon {
  height: 64px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0px 0px 28px 0px;
}

.whatyouget__text {
  color: #abbad1;
  font-size: 18px;
  line-height: 23px;
  margin: 0px 0px 10px 0px;
}

.whatyouget__value {
  color: #fff;
  font-size: 23px;
  text-transform: uppercase;
}

@-webkit-keyframes circle {
  0% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes circle {
  0% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

.payment {
  /* .payment__title */
  /* .payment__body */
  /* . */
  /* .payment__content */
  /* .payment__row */
  /* .payment__column */
  /* .payment__timer */
  /* .payment__rating */
  /* .payment__price */
  /* .payment__btn */
  /* .payment__items */
  /* .payment__advantages */
}

.payment__title {
  margin: 0px 0px 20px 0px;
}

@media (max-width: 767.98px) {
  .payment__body {
    text-align: center;
  }
}

.payment__label {
  text-align: center;
  color: #ffffff;
  font-family: 'Raleway';
  font-size: 27px;
  font-weight: 300;
  line-height: 30px;
  margin: 0px 0px 40px 0px;
}

@media (max-width: 767.98px) {
  .payment__label {
    font-size: 24px;
  }
}

.payment__body {
  text-align: center;
}
}



.payment__label2 {
  text-align: center;
  color: #6d7a7f;
  font-family: 'Raleway';
  font-size: 12px;
  font-weight: 300;
  line-height: 14px;
  margin: 10px 0px 0px 0px;
}

.payment__label2 a {
  color: #6d7a7f;
}

@media (max-width: 767.98px) {
  .payment__label2 {}
}

.payment__content {
  max-width: 520px;
  margin: 35px auto 65px auto;
}

.payment__row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  margin: 0px -20px;
}

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

.payment__column {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  padding: 0px 20px;
}

@media (max-width: 767.98px) {
  .payment__column:first-child {
    margin: 0px 0px 30px 0px;
  }
}

.payment__timer {
  max-width: 231px;
  margin: 0px auto 30px auto;
}

.payment__price {
  margin: 0px 0px 0 0px;
}

.price__value2 {
  color: #e11a52;
  font-size: 15px;
  margin: 0px 0px 25px 0px;
}

.price__old {
  text-decoration: line-through;
  color: #8d9aa4;
  font-size: 37px;
}

.payment__fail {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}

.payment-failed {
  background-image: url('../newimg/payment/failed-bcg.png');
}

.payment__icon {
  margin: 0px 0px 50px 0px;
}

.timer {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 25px 40px;
  /* .timer__row */
  /* .timer__column */
  /* .timer__value */
  /* .timer__label */
}

.timer__row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  margin: 0px -6.5px;
  text-align: center;
}

.timer__column {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  padding: 0px 6.5px;
}

.timer__column.active {
  opacity: 1;
}

.timer__value {
  display: inline-block;
  font-family: "Fira Sans Extra Condensed";
  background: url("../img/payment/bg_time.png") 0 0 no-repeat;
  width: 69px;
  height: 61px;
  font-size: 37px;
  color: #fff;
  line-height: 61px;
}

.timer__label {
  padding: 8px 0px 0px 0px;
  color: #ffffff;
  font-size: 17px;
  font-weight: 300;
}

.rating {
  text-align: center;
  /* .rating__value */
  /* .rating__label */
}

.rating__value {
  margin: 0px 0px 15px 0px;
}

.rating__label {
  color: #fff;
  font-size: 17px;
  font-weight: 300;
}

.price {
  font-family: 'UniNeueLight';
  /* .price__value */
  /* .price__old */
}

.price__value {
  color: #e11a52;
  font-size: 80px;
  margin: 0px 0px 25px 0px;
}

.price__value2 {
  color: #ff781f;
  font-size: 15px;
  margin: 0px 0px 25px 0px;
}


.price__old {
  text-align: left;
  text-decoration: line-through;
  color: #8d9aa4;
  font-size: 37px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .price__old {
    text-align: center;
  }
}

.advantages {
  padding-top: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 750px;
  margin: 0px auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* .advantages__item */
}

.advantages__item {
  margin: 0px 11px 25px 11px;
  color: #ffffff;
  font-family: 'Raleway';
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
  background: url("../img/payment/li.png") 0 0 no-repeat;
  padding: 0px 0px 0px 35px;
}

@media (max-width: 767.98px) {
  .advantages {
    max-width: 250px;
    text-align: left;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.recommend__header {
  text-align: center;
}

@media (max-width: 767.98px) {
  .recommend__header {
    margin: 0px 0px 35px 0px;
  }
}

.recommend__title {
  display: inline-block;
  text-align: center;
  color: #fff;
  padding: 20px 30px;
  line-height: 23px;
  font-size: 15px;
  font-style: italic;
  text-transform: uppercase;
  font-family: 'Raleway';
  font-weight: 300;
}

@media (max-width: 565px) {
  .recommend__title {
    margin: 0px -20px 0px -20px;
    border-radius: 0;
  }
}

.recommend__items {
  margin: 0px -15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 1182px) {
  .recommend__items {
    display: block;
  }
}

.recommend__column {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  padding: 0px 15px;
  margin: 0px 0px 30px 0px;
}

.recommend__item {
  background-color: #fff;
  padding: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
}

@media (max-width: 620px) {
  .recommend__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.recommend__image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
}

.recommend__image img {
  max-width: 100%;
}

.recommend__body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0px 0px 0px 30px;
}

@media (max-width: 620px) {
  .recommend__body {
    padding: 15px 0px 0px 0px;
  }
}

.recommend__label {
  color: #dc1548;
  text-align: left;
  font-size: 20px;
  font-weight: 500;
  font-style: italic;
  line-height: 27px;
  margin: 0px 0px 15px 0px;
  display: inline-block;
  text-decoration: underline;
}

.recommend__label:hover {
  text-decoration: none;
  color: #000;
}

.recommend__text {
  text-align: left;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  margin: 0px 0px 20px 0px;
}

.items-payment {
  padding-bottom: 50px;
  position: relative;
  z-index: 5;
  /* .items-payment__sector */
  /* .items-payment__title */
  /* .items-payment__items */
  /* .items-payment__item */
}

@media (max-width: 767.98px) {
  .items-payment {
    padding: 35px 0;
  }
}

/* .items-payment:before {
    content: '';
    position: absolute;
    top: -12px;
    height: 12px;
    width: 100%;
    left: 0;
    background: url("../img/bg_steps.png") 0 0 repeat-x; } */
.items-payment__sector {
  margin: 0px 0px 20px 0px;
}

.items-payment__sector:last-child {
  margin: 0px 0px 0px 0px;
}

.items-payment__title {
  text-align: center;
  margin: 20px 0;
  font-size: 20px;
  font-weight: 300;
  font-style: italic;
  color: #839a9e;
}

.items-payment__items {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 700px;
  margin: 0px auto;
}

.items-payment__item {
  margin: 0px 15px 25px 15px;
}

@media (max-width: 767.98px) {
  .items-payment__item {
    margin: 0px 10px 25px 10px;
  }
}

.emailpage-header {
  margin: 0;
}

.emailpage,
.faq-page {
  padding: 0;
  margin: 0;
}

.page__title {
  color: #fff;
  text-transform: none;
}

.page__title.page__title {
  margin: 0px 20px 20px 20px;
}

.emailpage__label {
  text-align: center;
  color: #fff;
  font-weight: 300;
  line-height: 24px;
  font-size: 20px;
  margin: 0px 0px 38px 0px;
}

.form-email {
  max-width: 950px;
  margin: 0px auto;
}

.form-email__item {
  margin: 0px 0px 5px 0px;
}

.form-email__label {
  text-align: center;
  color: #839a9e;
  font-size: 20px;
  font-style: italic;
  font-weight: 100;
  line-height: 25px;
  margin: 0px 0px 17px 0px;
}

.form-email__block {
  max-width: 410px;
  margin: 0px auto;
  margin-bottom: 20px;
}

.form-email__block-contacts {
  max-width: 100%;
  margin: 0px auto;
  margin-bottom: 20px;
}

.form-email__button,
.faq__button,
.payment__button {
  font-size: 25px;
  text-align: center;
  margin-bottom: 20px;
  transform: skew(-11deg);
  -webkit-transform: skew(-11deg);
  -moz-transform: skew(-11deg);
  -ms-transform: skew(-11deg);
  -o-transform: skew(-11deg);
}

.faq__button {
  margin-top: 60px;
  margin-bottom: 60px;
  text-align: left;
}

.diet__button {
  text-align: center;
}

.payment__button {
  margin: 0;
  color: #fff;
  text-align: center;
  text-align: left;
  width: 100%;
  max-width: 257px;
  height: 60px;
  background-image: url('../newimg/email/btn_bcg.jpg');
  background-repeat: no-repeat;
  background-position: -20px;
  position: relative;
}

.payment__button::before {
  content: none;
}

.payment__button:hover {
  background-position: -20px;
}

.button-text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  font-family: 'Uni Neue';
  text-transform: none;
  font-size: 25px;
  transform: skew(11deg);
  -webkit-transform: skew(11deg);
  -moz-transform: skew(11deg);
  -ms-transform: skew(11deg);
  -o-transform: skew(11deg);
}

.form-email__btn {
  width: 100%;
  max-width: 397px;
  height: 60px;
  background-image: url('../newimg/email/btn_bcg.jpg');
  background-size: 110%;
  background-position: -20px;
  position: relative;
}



.btn-holder {
  text-align: left;
}

.contacts-button,
.buy-button {
  background-color: #e11a52;
  background-image: url('../newimg/email/btn-bcg-1.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 140%;
  color: #fff;
  width: 100%;
  max-width: 250px;
  height: 60px;
}

.buy-button {
  width: 100%;
  max-width: 166px;
  height: 50px;
}

.skew-form .form-email__block {
  border: 1px solid #fff;
  transform: skew(-11deg, 0deg);
  -webkit-transform: skew(-11deg, 0deg);
  -moz-transform: skew(-11deg, 0deg);
  -ms-transform: skew(-11deg, 0deg);
  -o-transform: skew(-11deg, 0deg);
}

.form-email__block.err {
  border: 1px solid red;
}

.skew-form input {
  font-style: 'Uni Neue';
  transform: skew(11deg, 0deg);
  -webkit-transform: skew(11deg, 0deg);
  -moz-transform: skew(11deg, 0deg);
  -ms-transform: skew(11deg, 0deg);
  -o-transform: skew(11deg, 0deg);
}

.form-email__btn::before {
  content: none;
}

.form-email__btn:hover {
  background-position: -20px;
}

.buy-button:hover,
.form-email__btn:hover,
.payment__button:hover,
.step-next:hover {
  color: #fff;
  background-image: url('../newimg/steps/next-btn-bcg.png');
  background-repeat: no-repeat;
}

.buy-button:hover {
  background-size: cover;
}

.contacts-button:hover {
  color: #fff;
  background-image: url('../newimg/steps/next-btn-bcg.png');
  background-repeat: no-repeat;
  background-size: auto;
}

.form-email__button a {
  text-decoration: none;
}

.loader {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: fixed;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-animation: loader 5s infinite linear;
  -moz-animation: loader 5s infinite linear;
  -o-animation: loader 5s infinite linear;
  animation: loader 5s infinite linear;
}

.loader.active {
  opacity: 0;
  visibility: hidden;
}

@-webkit-keyframes loader {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes loader {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

.header-step__body.steps {
  background-image: url('../newimg/steps/steps-bcg.png');
  background-repeat: no-repeat;
}

.header-step__body.step-3 {
  background-image: url('../newimg/steps/steps-bcg-3.png');
}

.header-step__body.step-4 {
  background-image: url('../newimg/steps/steps-bcg-4.png');
}

.header-step__body.step-5 {
  background-image: url('../newimg/steps/steps-bcg-5.png');
}

.header-step__body.step-6 {
  background-image: url('../newimg/steps/steps-bcg-6.png');
}

.stepsline {
  padding: 45px 0;
  background-color: rgba(0, 0, 0, 0.6);
  position: relative;
}

@media (max-width: 1182px) {
  .stepsline {
    padding: 40px 0;
  }
}

@media (max-width: 767.98px) {
  .stepsline {
    padding: 30px 0;
  }
}

/* .stepsline:before {
    content: '';
    position: absolute;
    top: -12px;
    height: 12px;
    width: 100%;
    left: 0;
    background: url("../img/bg_steps.png") 0 0 repeat-x; } */
.stepsline__row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  font-size: 0;
}

.stepsline__row.left .stepsline__arrow:first-child {
  cursor: pointer;
  opacity: 1;
}

.stepsline__row.right .stepsline__arrow:last-child {
  cursor: pointer;
  opacity: 1;
}

.stepsline__arrows {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  padding: 5px 33px 0px 0px;
}

@media (min-width: 1182px) {
  .stepsline__arrows {
    display: none;
  }
}

.stepsline__arrow {
  opacity: 0.5;
  background: url("../img/icons/p-left.svg") 0 0/100% no-repeat;
  width: 16px;
  height: 29px;
}

.stepsline__arrow:first-child {
  margin: 0px 20px 0px 0px;
}

.stepsline__arrow:last-child {
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.stepsline__body {
  position: relative;
  overflow: hidden;
}

.stepsline__slider {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  min-width: 745px;
}

.stepsline__slide {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 0px 20px 0px 0px;
  position: relative;
}

.stepsline__slide .stepsline__num {
  z-index: 3;
  color: #fff;
  font-size: 18px;
  position: relative;
  padding-top: 10px;
}

.stepsline__slide .stepsline__icon {
  left: 0px;
  width: 41px;
  height: 41px;
  z-index: 2;
  position: relative;
  background: url("../newimg/icons/step.png") 0 0 no-repeat;
  margin: 15px auto 15px auto;
}

.stepsline__slide .stepsline__icon-a {
  left: 0px;
  width: 41px;
  height: 41px;
  z-index: 2;
  position: relative;
  background: url("../newimg/icons/step_a.png") 0 0 no-repeat;
  margin: 15px auto 15px auto;
}

.stepsline__slide .stepsline__text {
  color: #fff;
  line-height: 20px;
  font-size: 15px;
  text-transform: uppercase;
}

.stepsline__slide:before {
  content: '';
  background-color: #e11a52;
  height: 2px;
  width: 50%;
  left: -33px;
  top: 0;
  top: 33px;
  position: absolute;
}

.stepsline__slider .stepsline__slide:nth-child(4)::before {
  width: 62%;
  left: -50px;
}

.stepsline__slider .stepsline__slide:nth-child(5)::before {
  width: 70%;
  left: -57px;
}

.stepsline__slider .stepsline__slide:nth-child(6)::before {
  width: 70%;
  left: -50px;
}

.stepsline__slide_4:before {
  width: 62%;
  left: -50px;
  ;
}

.stepsline__slide_5:before {
  width: 70%;
  left: -57px;
}

.stepsline__slide_6:before {
  width: 70%;
  left: -50px;
}

.stepsline__slide:first-child:before {
  display: none;
}

.stepsline__slide:last-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin: 0;
}

.stepsline__slide:last-child .stepsline__icon:after {
  display: none !important;
}

.stepsline__item {
  overflow: hidden;
  text-align: center
}

/* .current ~  .stepsline__slide:before {background-color:transparent;} */
.current~.stepsline__slide .stepsline__num {
  color: #a7b0ba;
}

.current~.stepsline__slide .stepsline__icon {
  background: url("../newimg/icons/step_a.png") 0 0 no-repeat;
}

/*.current ~ .stepsline__slide .stepsline__icon:after, .stepsline__slide.current .stepsline__icon:after {
      content: '';
      position: absolute;
      left: 50px;
      height: 1px;
      top: 24px;
      width: 200px;
      background: url("../img/icons/step-dotts.png") 0 0 repeat-x; }*/

.current~.stepsline__slide .stepsline__text {
  color: #d0d3db;
}

.stepline {
  padding: 30px 0px 30px 0px;
  max-width: 410px;
  margin: 0px auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 17px;
  font-style: italic;
  text-transform: uppercase;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* .stepline__line {
    height: 1px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    background-color: #737e90; } */
.stepline__back {
  color: #b2c2de;
  border-bottom: 1px dashed;
  text-decoration: none;
  margin: 0px 9px 0px 0px;
}

.stepline__back:hover {
  border-bottom: 1px solid transparent;
}

.stepline__progress {
  margin: 0px 9px;
  line-height: 30px;
  padding: 0px 15px;
  font-size: 20px;
  font-weight: 900;
  height: 32px;
  font-style: italic;
  color: #fff;
  position: relative;
}

.stepline__progress span {
  position: relative;
  z-index: 2;
}

.stepline__progress:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #b0ca15;
  -webkit-transform: skewX(-8deg);
  -moz-transform: skewX(-8deg);
  -ms-transform: skewX(-8deg);
  -o-transform: skewX(-8deg);
  transform: skewX(-8deg);
}

.stepline__help {
  margin: 0px 0px 0px 9px;
  color: #b2c2de;
  border-bottom: 1px dashed;
  text-decoration: none;
}

.stepline__help:hover {
  border-bottom: 1px solid transparent;
}

.stepline__help a {
  text-decoration: none;
}

.stepline__help a:hover {
  text-decoration: none;
}

/***new****/
.captcha-block {
  margin-top: 10px;
  text-align: center;
}

.popup__text h3 {
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 10px;
}

.profile-form-button-check-block {
  margin-bottom: 20px;
}

.profile-form__orders {
  margin-bottom: 30px;
}

.a-center {
  text-align: center;
}



.page_ulli a {
  color: white;
  font-size: 22px;
  line-height: 50px;
  text-decoration: underline;
}

.page_ulli a:hover {
  text-decoration: none;
}

.page__title_l span.small {
  font-size: 16px;
}

.vktext {
  font-size: 26px;
  text-align: center;
  color: #64edff;
  font-family: Raleway;
  padding: 0px 0px 20px 0;
}

/***banner***/
.c-banner {
  display: none;
  position: fixed;
  bottom: 0px;
  right: 0px;
  margin: 0px 15px;
  width: 100%;
  max-width: 540px;
  z-index: 99;
}

.c-banner-close {
  position: absolute;
  background: url('../img/banner/close.png') center center / cover no-repeat;
  width: 17px;
  height: 17px;
  cursor: pointer;
}

.c-banner-short {
  background: url('../img/banner/bg1_closed.png') 480% 57% / auto 250px no-repeat, url('../img/banner/bg2_closed.jpg') center right / auto 90px no-repeat;
  height: 90px;
  border: 5px solid #fff;
}

.c-banner-hide {
  display: none;
}

.c-banner-short__inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 17%;
  padding-right: 15px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-banner-short__text {
  width: 60%;
  display: inline-block;
  vertical-align: middle;
  font-family: 'Raleway';
  font-size: 20px;
  color: white;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.2;
}

.btn_banner {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  padding: 0px 10px;
  width: 130px;
  line-height: 30px;
  height: 30px;
  border-radius: 30px;
  z-index: 99;
  margin: 0 auto;
}

.btn_banner:hover {
  background-position: 0 -30px;
}

.c-banner-full {
  position: fixed;
  background: url('../img/banner/bg_full.jpg') center center / cover no-repeat;
  border: 5px solid #fff;
  font-family: "Exo 2";
  padding: 25px 0px;
  bottom: -100%;
  -webkit-transition: bottom .8s;
  -o-transition: bottom .8s;
  transition: bottom .8s;
  z-index: 99;
}

.c-banner-full.open {
  bottom: 0;
}

.c-banner-full-close {
  top: 15px;
  right: 15px;
}

.c-banner-full__tag {
  display: inline-block;
  vertical-align: middle;
  background: url('../img/banner/tag.png') center center / cover no-repeat;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 50px;
  width: 115px;
  height: 50px
}

.c-banner-full__text {
  display: inline-block;
  vertical-align: middle;
  font-family: 'Raleway';
  font-size: 20px;
  color: white;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 1.2;
  padding: 0px 10px 0px 30px;
}

.c-banner-full__text_mob {
  display: none;
}

.c-banner-full__subtext {
  font-size: 17px;
  color: white;
  line-height: 1.2;
  padding: 20px 30px;
  font-style: italic;
}

.c-banner-full-label {
  margin-bottom: 20px;
}

.c-banner-full-label__text {
  display: inline-block;
  font-size: 16px;
  font-style: italic;
  color: white;
  padding: 10px 25px;
  text-transform: uppercase;
  text-align: center;
  background: url('../img/banner/btn.jpg') center center / cover no-repeat;
  max-width: 285px;
}

.c-baner-form {
  padding: 0px 30px;
}

.c-baner-form__input {
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #fff;
  max-width: 180px;
  padding: 0;
  font-weight: 400;
  line-height: 25px;
  height: 25px;
  color: white;
  font-size: 15px;
  margin-bottom: 25px;
  font-style: italic;
}

.c-baner-form__input.err {
  border: 0;
  border-bottom: 1px solid red;
}

.c-baner-form__input::placeholder {
  color: #fff;
  font-size: 15px;
}

.c-baner-form__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-baner-form__btn {
  width: 180px;
  text-align: center;
  margin: 0;
  margin-right: 20px;
  padding: 0px 5px;
  margin-bottom: 30px;
}

.c-baner-form__btn2 {
  font-style: italic;
  width: 180px;
  border-radius: 30px;
  font-size: 14px;
  padding: 0px 5px;
  text-align: center;
  color: white;
  line-height: 30px;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.6);
  margin: 0;
  margin-bottom: 30px;
}

.c-baner-form__check {
  font-style: italic;
  color: #000;
  font-size: 14px;
  line-height: 1.2;
}

.c-baner-form__check:before {
  border: 1px solid #fff;
  background-color: transparent;
}

.c-baner-form__check.active:before {
  background: transparent url('../img/banner/check.png') center/70% no-repeat;
}

.c-baner-form__check.err:before {
  background: transparent;
  border: 1px solid red;
}

.c-baner-form__check a {
  color: #000;
}

@media (max-width:570px) {
  .c-banner {
    margin: 0px;
    max-width: 100%;
  }

  .c-banner-hide {
    display: block;
    top: 15px;
    right: 20px;
  }

  .c-banner-short {
    background: url(../img/banner/bg1_closed.png) 55% 30% / auto 260px no-repeat, url(../img/banner/bg2_closed.jpg) 50% top / 750px 140px no-repeat;
    height: 140px;
    border: 0;
    border-top: 5px solid #fff;
  }

  .c-banner-short__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    padding: 15px 0px;
  }

  .c-banner-short__text {
    width: 100%;
  }

  .c-banner-full {
    border: 0;
    border-top: 5px solid #fff;
  }

  .c-banner-full__text {
    display: none;
    padding: 0px 20px 0px 20px;
    width: 100%
  }

  .c-banner-full__subtext {
    padding: 15px 20px 10px 20px;
    width: 100%;
    text-align: center;
  }

  .c-banner-full__text_mob {
    display: block;
  }

  .c-banner-full__tag {
    position: absolute;
    top: 20px;
    left: 160px;
  }

  .c-banner-full-label {
    padding: 0 15px;
    text-align: center;
  }

  .c-baner-form {
    padding: 0px 20px;
  }

  .c-baner-form__footer {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .c-baner-form__btn2,
  .c-baner-form__btn {
    margin-bottom: 15px;
  }
}

@media (max-width: 682px) {
  .price__value2 {
    display: none;
  }
}



@media (max-width: 682px) {
  .pcversion {
    display: none;
  }
}

@media (min-width: 682px) {
  .mobversion {
    display: none;
  }
}


@media (max-width: 882px) {
  .payment__content {
    margin: 0px auto 5px auto;
  }
}


@media (max-width: 682px) {
  .price__value2 {
    display: none;
  }
}

@-webkit-keyframes check {
  0% {
    opacity: 0;
  }


  100% {
    opacity: 1;
  }
}

@keyframes check {
  0% {
    opacity: 0;
  }


  100% {
    opacity: 1;
  }
}

.socseti {padding-bottom:20px;
font-size:18px;
line-height:20px;
    text-align:center;
        color: #e11a52;
    font-style: italic;
    
}


.orders-empty {
    text-align: center;
    font-size: 18px;
    color: white;}
    
    .js-unsubscribe .input {border: 2px solid #839a9e;}
        .contacts__block .input {border: 2px solid #839a9e;}

    
    