*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html,
body {
  height: 100%; }

body,
input,
button,
textarea,
select,
.fancybox-skin {
  font-family: "Museo Sans Cyrl";
  font-size: 14px;
  line-height: 1.2;
  color: #333; }

img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%; }

a {
  color: #333;
  text-decoration: none; }
  a.underlined {
    border-bottom-width: 1px;
    border-bottom-style: solid; }
    a.underlined:hover {
      border-bottom-color: transparent; }

.clearfix:before,
.clearfix:after {
  display: table;
  content: ' '; }

.clearfix:after,
.clear {
  clear: both; }

.hidden,
.modals {
  display: none; }

.text-uppercase {
  text-transform: uppercase; }

.text-strike {
  text-decoration: line-through; }

.text-nowrap {
  white-space: nowrap; }

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

.d-table {
  display: table; }

.d-table-row {
  display: table-row; }

.d-table-cell {
  display: table-cell; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.transition-1,
.transition-1:before,
.transition-1:after,
.slick-arrow,
.slick-dots button,
.jq-file__browse {
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear; }

[placeholder]:focus::-webkit-input-placeholder {
  color: transparent !important; }

[placeholder]:focus:-moz-placeholder {
  color: transparent !important; }

[placeholder]:focus::-moz-placeholder {
  color: transparent !important; }

[placeholder]:focus:-ms-input-placeholder {
  color: transparent !important; }

.jq-selectbox.select-1 {
  text-align: left; }
  .jq-selectbox.select-1 .jq-selectbox__select {
    padding: 18px 45px 18px 28px;
    text-align: left;
    border: 1px solid #000;
    -webkit-border-radius: 6px;
            border-radius: 6px; }
  .jq-selectbox.select-1 .jq-selectbox__select-text {
    font-size: 14px;
    line-height: 30px;
    color: #000; }
  .jq-selectbox.select-1 .jq-selectbox__trigger {
    position: absolute;
    right: 30px;
    top: 50%;
    width: 10px;
    height: 6px;
    margin: -3px 0 0;
    background: url("http://diva-webcam.com/images/arrow-down-1.svg");
    -webkit-background-size: 10px 6px;
            background-size: 10px 6px; }
  .jq-selectbox.select-1 .jq-selectbox__dropdown {
    width: 100%;
    border: 1px solid #000;
    background: #fff; }
    .jq-selectbox.select-1 .jq-selectbox__dropdown li {
      padding: 5px 28px;
      cursor: pointer; }
      .jq-selectbox.select-1 .jq-selectbox__dropdown li:hover {
        background: #000;
        color: #fff; }
  .jq-selectbox.select-1.opened.dropdown .jq-selectbox__select {
    border-bottom: none;
    -webkit-border-radius: 6px 6px 0 0;
            border-radius: 6px 6px 0 0; }
  .jq-selectbox.select-1.opened.dropdown .jq-selectbox__dropdown {
    border-top: none;
    -webkit-border-radius: 0 0 6px 6px;
            border-radius: 0 0 6px 6px;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1); }
  .jq-selectbox.select-1.opened.dropup .jq-selectbox__select {
    border-top: none;
    -webkit-border-radius: 0 0 6px 6px;
            border-radius: 0 0 6px 6px; }
  .jq-selectbox.select-1.opened.dropup .jq-selectbox__dropdown {
    border-bottom: none;
    -webkit-border-radius: 6px 6px 0 0;
            border-radius: 6px 6px 0 0;
    -webkit-box-shadow: 0px -5px 5px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px -5px 5px 0px rgba(0, 0, 0, 0.1); }

.input-1, .textarea-1 {
  position: relative;
  padding: 18px 30px 19px;
  background: #fff;
  border: 2px solid #d44775;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  -webkit-box-shadow: inset 0px 0px 4px 0px rgba(254, 62, 125, 0.5);
          box-shadow: inset 0px 0px 4px 0px rgba(254, 62, 125, 0.5); }
  .input-1 input, .textarea-1 input,
  .input-1 textarea,
  .textarea-1 textarea {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 30px;
    padding: 0;
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    border: none;
    outline: none;
    background: none; }
  .input-1.error, .error.textarea-1 {
    border-color: yellow; }

.textarea-1 {
  height: 139px;
  padding: 18px 30px; }
  .textarea-1 textarea {
    height: 100%;
    line-height: normal;
    resize: none; }

.button-1, .button-2 {
  position: relative;
  z-index: 1;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 72px;
  padding: 0 15px;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  color: #fff !important;
  text-align: center;
  text-transform: uppercase;
  overflow: hidden;
  cursor: pointer;
  background: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#fe3e7d), to(#ba3a64));
  background: -webkit-linear-gradient(top, #fe3e7d 0%, #ba3a64 100%);
  background: -o-linear-gradient(top, #fe3e7d 0%, #ba3a64 100%);
  background: linear-gradient(to bottom, #fe3e7d 0%, #ba3a64 100%);
  -webkit-border-radius: 36px;
          border-radius: 36px;
  -webkit-box-shadow: 0 10px 30px 0 rgba(254, 62, 125, 0.8);
          box-shadow: 0 10px 30px 0 rgba(254, 62, 125, 0.8); }
  .button-1:hover, .button-2:hover {
    color: #fff !important; }
    .button-1:hover:before, .button-2:hover:before {
      opacity: 1; }
  .button-1:before, .button-2:before {
    display: block;
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#ba3a64), to(#fe3e7d));
    background: -webkit-linear-gradient(top, #ba3a64 0%, #fe3e7d 100%);
    background: -o-linear-gradient(top, #ba3a64 0%, #fe3e7d 100%);
    background: linear-gradient(to bottom, #ba3a64 0%, #fe3e7d 100%); }

.button-2 {
  color: #fe3e7d !important;
  background: #fff;
  border: 2px solid #fe3e7d; }
  .button-2:before {
    display: none; }
  .button-2:hover {
    background: #fe3e7d;
    border-color: #fff; }

.fancybox-close {
  width: 22px;
  height: 22px;
  right: 50%;
  top: -11px;
  margin: 0 0 0 -11px;
  background: url("../images/icon-close-1.png") no-repeat; }

@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  50% {
    -webkit-transform: translateY(12px);
            transform: translateY(12px); }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); } }

@keyframes floating {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  50% {
    -webkit-transform: translateY(12px);
            transform: translateY(12px); }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); } }

@-webkit-keyframes bt {
  0% {
    opacity: 0.1;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
  16% {
    opacity: 1;
    -webkit-transform: translate(35%, 0);
            transform: translate(35%, 0); }
  22% {
    opacity: 0.5;
    -webkit-transform: translate(55%, 0);
            transform: translate(55%, 0); }
  40% {
    -webkit-transform: translate(120%, 0);
            transform: translate(120%, 0); }
  100% {
    opacity: 0.35;
    -webkit-transform: translate(120%, 0);
            transform: translate(120%, 0); } }

@keyframes bt {
  0% {
    opacity: 0.1;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
  16% {
    opacity: 1;
    -webkit-transform: translate(35%, 0);
            transform: translate(35%, 0); }
  22% {
    opacity: 0.5;
    -webkit-transform: translate(55%, 0);
            transform: translate(55%, 0); }
  40% {
    -webkit-transform: translate(120%, 0);
            transform: translate(120%, 0); }
  100% {
    opacity: 0.35;
    -webkit-transform: translate(120%, 0);
            transform: translate(120%, 0); } }

/*
@keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba($color_purple_4, 0.1), 0 0 10px 10px $color_purple_4, 0 0 0 10px rgba($color_purple_4, 0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba($color_purple_4, 0.1), 0 0 10px 10px $color_purple_4, 0 0 0 10px rgba($color_purple_4, 0.5);
		transform: scale(1.5);
		opacity: 0;
	}
}
*/
.main-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden; }

.container {
  position: relative;
  z-index: 1;
  width: 1170px;
  /*margin: 0 auto;*/
  padding-left: 15px;
  padding-right: 15px; }
.container:before {
    display: block;
    content: '';
    position: absolute;
    left: -61px;
    top: 0;
    width: 1px;
    height: 100%;
    background: rgba(255, 227, 236, 0.5); 
}

.mobile-menu {
  position: fixed;
  z-index: 10;
  right: 0;
  top: 0;
  bottom: 0;
  width: 220px;
  -webkit-transform: translateX(240px);
      -ms-transform: translateX(240px);
          transform: translateX(240px);
  background: #fff;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.4); }
  .mobile-menu ul {
    padding: 30px 0 0;
    font-size: 18px;
    font-weight: bold;
    list-style: none; }
    .mobile-menu ul a {
      display: block;
      padding: 10px 15px;
      color: #fe3e7d; }
      .mobile-menu ul a:hover {
        background: #fe3e7d;
        color: #fff; }

.b-modal-video {
  width: 650px; }

.b-modal-video-content {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }
  .b-modal-video-content iframe,
  .b-modal-video-content object,
  .b-modal-video-content embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.b-up {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 10;
  width: 40px;
  height: 40px;
  -webkit-background-size: 20px auto;
          background-size: 20px auto;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  visibility: hidden;
  opacity: 0; }
  .b-up.active {
    visibility: visible;
    opacity: 1; }

.b-header-menu-button {
  display: none;
  width: 30px;
  height: 30px;
  margin: 0 0 0 30px;
  background: url("../images/icon-menu-1.svg") center center no-repeat;
  -webkit-background-size: contain;
          background-size: contain; }

/* START HERE */
.b-header {
  position: relative;
  z-index: 2;
  background: #fff;
  -webkit-box-shadow: 0px 0px 51px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 51px 0px rgba(0, 0, 0, 0.1); }
  .b-header .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 14px;
    padding-bottom: 14px; }
    .b-header .container:before {
      display: none; }

.b-header-logo, .b-footer-logo {
  display: inline-block;
  font-family: 'Museo Cyrl';
  font-size: 24px;
  font-weight: 500;
  white-space: nowrap; }
  .b-header-logo span, .b-footer-logo span {
    color: #fe3e7d; }

.b-header-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  text-align: center;
  list-style: none; }
  .b-header-menu li {
    padding: 0 15px; }
  .b-header-menu a:hover {
    color: #fe3e7d; }

.b-header-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.b-header-contacts, .b-footer-contacts {
  margin: 0 12px 0 0;
  text-align: center; }

.b-header-phone, .b-footer-phone {
  font-size: 20px;
  font-weight: bold; }

.b-header-button, .b-footer-button {
  display: block;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 51px;
  height: 51px;
  background: url("../images/icon-phone-1.png") center center no-repeat;
  border: 2px dotted #fe3e7d;
  -webkit-border-radius: 50%;
          border-radius: 50%; }
  .b-header-button:hover, .b-footer-button:hover {
    border-style: solid; }

.b-homescreen, .b-thanks {
  position: relative; }
  .b-homescreen .container, .b-thanks .container {
    padding-top: 113px;
    padding-bottom: 192px; }
    .b-homescreen .container:after, .b-thanks .container:after {
      display: block;
      content: '';
      position: absolute;
      left: -84px;
      top: 50%;
      width: 24px;
      height: 200px;
      margin: -100px 0 0;
      background: url("../images/name-1.png") right center no-repeat; }

.b-homescreen-bg, .b-thanks-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/bg-1.jpg") center bottom no-repeat;
  -webkit-background-size: cover;
          background-size: cover; }

.b-homescreen-content, .b-thanks-content {
  max-width: 750px;
  text-align: center; }

.b-homescreen-title, .b-thanks-title {
  font-family: 'Museo Cyrl';
  font-size: 56px;
  color: #fe3e7d; }
  .b-homescreen-title strong, .b-thanks-title strong {
    display: block;
    font-weight: 900; }
  .b-homescreen-title span, .b-thanks-title span {
    color: #fff; }

.b-homescreen-subtitle {
  margin: 23px 10% 0;
  font-size: 24px;
  font-weight: 500;
  color: #fff; }

.b-homescreen-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 15px -15px 0;
  color: #fff; }

.b-homescreen-item {
  width: 25%;
  margin: 30px 0 0;
  padding: 0 5px; }

.b-homescreen-item-num {
  font-size: 48px;
  color: #fe3e7d; }

.b-homescreen-item-title {
  margin: 5px 0 0;
  font-size: 18px; }

.b-homescreen-button, .b-bonus-button, .b-reviews-button, .b-thanks-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 283px;
  margin: 41px auto 0; }

.b-numbers {
  position: relative;
  z-index: 2; }
  .b-numbers .container {
    padding-top: 113px;
    padding-bottom: 113px; }
    .b-numbers .container:after {
      display: block;
      content: '';
      position: absolute;
      left: -84px;
      top: 50%;
      width: 24px;
      height: 200px;
      margin: -100px 0 0;
      background: url("../images/name-2.png") right center no-repeat; }

.b-numbers-decor {
  position: absolute;
  z-index: 1;
  right: -218px;
  bottom: -88px; }

.b-numbers-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px; }

.b-numbers-item {
  width: 33.33%;
  padding: 0 15px;
  cursor: default;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center; }
  .b-numbers-item:hover .b-numbers-item-content {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    border-color: transparent;
    -webkit-box-shadow: 0 0 10px 10px rgba(254, 62, 125, 0.05);
            box-shadow: 0 0 10px 10px rgba(254, 62, 125, 0.05); }

.b-numbers-item-content {
  min-height: 100%;
  padding: 10.5% 10% 14.2%;
  font-size: 16px;
  line-height: 1.1;
  text-align: center;
  background: #fff;
  border: 1px solid #ffe3ec;
  -webkit-border-radius: 14px;
          border-radius: 14px; }
  .b-numbers-item-content span {
    font-size: 36px;
    line-height: 1;
    color: #fe3e7d; }

.b-how {
  background: url("../images/bg-2.png") center top no-repeat;
  -webkit-background-size: cover;
          background-size: cover; }
  .b-how .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 82px;
    padding-bottom: 104px; }
    .b-how .container:after {
      display: block;
      content: '';
      position: absolute;
      left: -84px;
      top: 50%;
      width: 24px;
      height: 200px;
      margin: -100px 0 0;
      background: url("../images/name-3.png") right center no-repeat; }

.b-how-popup {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: relative;
  width: 555px;
  margin: 20px 58px 0 0;
  background: #fe3e7d url("../images/bg-3.jpg") center no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  -webkit-box-shadow: 0 0 10px 10px rgba(254, 62, 125, 0.2);
          box-shadow: 0 0 10px 10px rgba(254, 62, 125, 0.2);
  -webkit-border-radius: 14px;
          border-radius: 14px; }
  .b-how-popup:before {
    display: block;
    content: '';
    position: absolute;
    z-index: -1;
    right: -20px;
    top: 50%;
    width: 60px;
    height: 100px;
    margin: -50px 0 0;
    background: #e8477e;
    -webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
            clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
    -webkit-box-shadow: 0 0 10px 10px rgba(254, 62, 125, 0.2);
            box-shadow: 0 0 10px 10px rgba(254, 62, 125, 0.2); }

.b-how-popup-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 5.5%;
  color: #fff;
  opacity: 0;
  visibility: hidden; }
  .b-how-popup-page.active {
    opacity: 1;
    visibility: visible; }

.b-how-popup-title {
  font-family: 'Museo Cyrl';
  font-size: 30px; }
  .b-how-popup-title strong {
    font-weight: 900;
    color: initial; }

.b-how-popup-text {
  margin: 29px 15px 0 0;
  font-size: 16px;
  font-weight: 100; }
  .b-how-popup-text p {
    margin: 22px 0 0; }
    .b-how-popup-text p:first-child {
      margin-top: 0; }

.b-how-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.b-how-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 50%;
  height: 150px;
  margin: 20px 0 0;
  padding: 0 15px 0 31px;
  cursor: default; }
  .b-how-item:before {
    display: block;
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    background: url("../images/bg-4.png") left center no-repeat;
    -webkit-background-size: contain;
            background-size: contain; }
  .b-how-item.active:before {
    opacity: 1; }

.b-how-item-icon {
  line-height: 50px; }
  .b-how-item-icon img {
    vertical-align: bottom; }

.b-how-item-title {
  margin: 8px 0 0;
  font-size: 16px; }

.b-advantages .container {
  padding-top: 155px;
  padding-bottom: 95px; }
  .b-advantages .container:after {
    display: block;
    content: '';
    position: absolute;
    left: -84px;
    top: 50%;
    width: 24px;
    height: 200px;
    margin: -100px 0 0;
    background: url("../images/name-4.png") right center no-repeat; }

.b-advantages-decor {
  position: absolute;
  bottom: -139px;
  right: -212px; }

.b-advantages-title {
  position: relative;
  z-index: 1;
  font-family: 'Museo Cyrl';
  font-size: 40px;
  font-weight: 900;
  text-align: center; }
  .b-advantages-title i {
    display: inline-block;
    width: 240px; }
  .b-advantages-title span {
    color: #fe3e7d; }

.b-advantages-items {
  position: relative;
  width: 663px;
  height: 750px;
  margin: -107px auto 0;
  background: url("../images/bg-5.jpg") center top no-repeat;
  -webkit-background-size: contain;
          background-size: contain; }

.b-advantages-item {
  position: absolute;
  margin: -9px 0 0;
  padding: 0 29px 0 0;
  font-size: 16px;
  line-height: 18px;
  white-space: nowrap;
  cursor: default;
  -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
          transform-origin: right center; }
  .b-advantages-item:hover {
    font-weight: 500; }
    .b-advantages-item:hover:before {
      -webkit-transform: scale(1.2);
          -ms-transform: scale(1.2);
              transform: scale(1.2); }
  .b-advantages-item:before {
    display: block;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 18px;
    height: 18px;
    background: url("../images/li-1.png") no-repeat;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center; }
  .b-advantages-item:nth-child(1) {
    right: 90.6%;
    top: 32.1%; }
  .b-advantages-item:nth-child(2) {
    right: 79.6%;
    top: 41.6%; }
  .b-advantages-item:nth-child(3) {
    right: 98.2%;
    top: 50.7%; }
  .b-advantages-item:nth-child(4) {
    right: 83.3%;
    top: 60.1%; }
  .b-advantages-item:nth-child(5) {
    right: 96.3%;
    top: 69.2%; }
  .b-advantages-item:nth-child(6) {
    right: 72.1%;
    top: 78.5%; }
  .b-advantages-item:nth-child(7) {
    left: 90.6%;
    top: 32.1%; }
  .b-advantages-item:nth-child(8) {
    left: 79.6%;
    top: 41.6%; }
  .b-advantages-item:nth-child(9) {
    left: 98.2%;
    top: 50.7%; }
  .b-advantages-item:nth-child(10) {
    left: 83.3%;
    top: 60.1%; }
  .b-advantages-item:nth-child(11) {
    left: 96.3%;
    top: 69.2%; }
  .b-advantages-item:nth-child(12) {
    left: 72.1%;
    top: 78.5%; }
  .b-advantages-item:nth-child(n+7) {
    padding: 0 0 0 29px;
    -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
            transform-origin: left center; }
    .b-advantages-item:nth-child(n+7):before {
      left: 0;
      right: auto; }

.b-bonus {
  position: relative;
  z-index: 3; }
  .b-bonus .container {
    padding-top: 95px; }

.b-bonus-title {
  font-family: 'Museo Cyrl';
  font-size: 40px;
  line-height: 1.15;
  text-align: center; }
  .b-bonus-title strong {
    display: block;
    font-size: 48px;
    font-weight: 900; }
  .b-bonus-title span {
    color: #fe3e7d; }

.b-bonus-items, .b-capabilities-items {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 17px -15px 0; }
  .b-bonus-items:after, .b-capabilities-items:after {
    display: block;
    content: '';
    position: absolute;
    left: -84px;
    top: 50%;
    width: 24px;
    height: 200px;
    margin: -85px 0 0;
    background: url("../images/name-5.png") right center no-repeat; }

.b-bonus-item, .b-capabilities-item {
  width: 25%;
  margin: 30px 0 0;
  padding: 0 15px;
  cursor: default; }

.b-bonus-item-content, .b-capabilities-item-content {
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 14px;
          border-radius: 14px;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center; }
  .b-bonus-item-content:before, .b-capabilities-item-content:before {
    display: block;
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#fe3e7d), to(#ba3a64));
    background: -webkit-linear-gradient(top, #fe3e7d 0%, #ba3a64 100%);
    background: -o-linear-gradient(top, #fe3e7d 0%, #ba3a64 100%);
    background: linear-gradient(to bottom, #fe3e7d 0%, #ba3a64 100%);
    opacity: 0.8; }
  .b-bonus-item-content:hover, .b-capabilities-item-content:hover {
    -webkit-transform: scale(1.155);
        -ms-transform: scale(1.155);
            transform: scale(1.155); }
    .b-bonus-item-content:hover:before, .b-capabilities-item-content:hover:before {
      opacity: 0; }
    .b-bonus-item-content:hover .b-bonus-item-title, .b-capabilities-item-content:hover .b-bonus-item-title, .b-bonus-item-content:hover .b-capabilities-item-title, .b-capabilities-item-content:hover .b-capabilities-item-title {
      opacity: 0; }

.b-bonus-item-image img {
  width: 100%; }

.b-bonus-item-title, .b-capabilities-item-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0 5px;
  font-size: 16px;
  color: #fff;
  text-align: center; }

.b-bonus-button {
  max-width: 353px;
  margin-top: 50px; }

.b-conditions {
  position: relative;
  z-index: 2;
  background: url("../images/bg-6.png") center top no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  margin: -242px 0 0; }
  .b-conditions .container {
    padding-top: 333px;
    padding-bottom: 100px; }

.b-conditions-decor {
  position: absolute;
  left: -504px;
  bottom: -172px; }

.b-conditions-title {
  font-family: 'Museo Cyrl';
  font-size: 48px;
  font-weight: 900;
  text-align: center; }

.b-conditions-content {
  position: relative;
  margin: 45px 0 0; }
  .b-conditions-content:after {
    display: block;
    content: '';
    position: absolute;
    left: -99px;
    top: 50%;
    width: 24px;
    height: 200px;
    margin: -100px 0 0;
    background: url("../images/name-6.png") right center no-repeat; }

.b-conditions-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 863px;
  margin: 0 auto; }

.b-conditions-item {
  width: 33.33%;
  height: 157px;
  padding: 7px 15px 0;
  text-align: center;
  cursor: default;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff; }
  .b-conditions-item:nth-child(-n+3) {
    border-top: none; }
  .b-conditions-item:nth-child(3n+1) {
    border-left: none; }
  .b-conditions-item:hover {
    background: #fff; }

.b-conditions-item-icon {
  line-height: 60px; }
  .b-conditions-item-icon img {
    vertical-align: bottom; }

.b-conditions-item-title {
  margin: 14px 0 0;
  font-size: 16px; }

.b-capabilities .container {
  padding-top: 82px;
  padding-bottom: 71px; }

.b-capabilities-title {
  font-family: 'Museo Cyrl';
  font-size: 48px;
  text-align: center; }
  .b-capabilities-title strong {
    display: block;
    font-weight: 900; }
  .b-capabilities-title span {
    color: #fe3e7d; }

.b-capabilities-items {
  margin-top: 14px; }
  .b-capabilities-items:after {
    display: block;
    content: '';
    position: absolute;
    left: -84px;
    top: 50%;
    width: 24px;
    height: 200px;
    margin: -85px 0 0;
    background: url("../images/name-7.png") right center no-repeat; }

.b-reviews .container {
  padding-top: 71px;
  padding-bottom: 109px; }
  .b-reviews .container:after {
    display: block;
    content: '';
    position: absolute;
    left: -84px;
    top: 50%;
    width: 24px;
    height: 200px;
    margin: -100px 0 0;
    background: url("../images/name-8.png") right center no-repeat; }

.b-reviews-title {
  font-family: 'Museo Cyrl';
  font-size: 48px;
  text-align: center; }

.b-reviews-content {
  position: relative;
  margin: 29px 0 0; }

.b-reviews-slider {
  max-width: 614px;
  margin: 0 auto; }
  .b-reviews-slider .slick-arrow {
    position: absolute;
    top: 50%;
    width: 60px;
    height: 60px;
    margin: 5px 0 0;
    font-size: 4px;
    color: transparent;
    background: #fff;
    border: 2px solid rgba(254, 62, 125, 0.3);
    -webkit-border-radius: 9px;
            border-radius: 9px;
    cursor: pointer; }
    .b-reviews-slider .slick-arrow:before {
      display: block;
      content: '';
      position: absolute;
      top: 50%;
      width: 76px;
      height: 19px;
      margin: -10px 0 0;
      background: url("../images/nav-1.png") no-repeat; }
    .b-reviews-slider .slick-arrow.slick-prev {
      left: -195px; }
      .b-reviews-slider .slick-arrow.slick-prev:before {
        left: 28px; }
    .b-reviews-slider .slick-arrow.slick-next {
      right: -195px; }
      .b-reviews-slider .slick-arrow.slick-next:before {
        right: 28px;
        background-position: 0 -20px; }
    .b-reviews-slider .slick-arrow:hover {
      border-color: #fe3e7d; }

.b-reviews-slide-title {
  font-size: 78px;
  line-height: 1;
  text-align: center;
  color: #fe3e7d; }
  .b-reviews-slide-title span {
    font-size: 30px;
    font-weight: 500; }

.b-reviews-slide-subtitle {
  font-size: 30px;
  font-weight: bold;
  text-align: center; }

.b-reviews-slide-text {
  margin: 24px 0 0;
  font-size: 16px;
  text-align: justify; }
  .b-reviews-slide-text p {
    margin: 19px 0 0; }
    .b-reviews-slide-text p:first-child {
      margin-top: 0; }

.b-reviews-button {
  margin-top: 50px; }

.b-cta {
  color: #fff;
  text-align: center;
  background: #fe3e7d url("../images/bg-7.jpg") center top no-repeat;
  -webkit-background-size: cover;
          background-size: cover; }
  .b-cta .container {
    padding-top: 96px;
    padding-bottom: 80px; }
    .b-cta .container:before {
      height: 20px; }

.b-cta-decor {
  position: absolute;
  right: -26px;
  bottom: 0; }

.b-cta-content {
  margin: 0 389px 0 0; }

.b-cta-title {
  max-width: 730px;
  margin: 0 auto;
  font-family: 'Museo Cyrl';
  font-size: 48px; }

.b-cta-form {
  margin: 34px 0 0; }

.b-cta-form-title {
  font-family: 'Museo Cyrl';
  font-size: 36px;
  line-height: 1;
  font-weight: 900; }

.b-cta-form-subtitle {
  font-family: 'Museo Cyrl';
  font-size: 24px; }

.b-cta-form-inputs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 23px -15px 0; }

.b-cta-form-input-title, .b-callback-input-title {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding: 0 34px;
  font-size: 16px;
  font-weight: 100;
  text-align: left;
  opacity: 0.5; }

.b-cta-form-input {
  width: 50%;
  margin: 0 0 21px;
  padding: 0 15px; }
  .b-cta-form-input.input-wide {
    width: 100%;
    margin: 0; }
  .b-cta-form-input.input-file {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin: 9px 0 0; }
    .b-cta-form-input.input-file .b-cta-form-input-title, .b-cta-form-input.input-file .b-callback-input-title {
      opacity: 1; }

.b-cta-form-button {
  width: 353px;
  margin: 30px 0 0; }

.b-cta-form-age, .b-callback-age {
  margin: 18px 0 0; }
  .b-cta-form-age label, .b-callback-age label {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .b-cta-form-age label.error, .b-callback-age label.error {
      color: yellow; }

.jq-file {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .jq-file .jq-file__browse {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 157px;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    border: 2px solid #fff;
    -webkit-border-radius: 10px;
            border-radius: 10px; }
  .jq-file .jq-file__name {
    padding: 0 13px;
    font-size: 16px;
    opacity: 0.5; }
  .jq-file:hover .jq-file__browse {
    color: #fe3e7d;
    background: #fff; }

.jq-checkbox {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
  .jq-checkbox .jq-checkbox__div {
    position: relative;
    width: 20px;
    height: 20px;
    margin: 0 14px 0 0;
    border: 1px solid rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 3px;
            border-radius: 3px; }
    .jq-checkbox .jq-checkbox__div:before {
      display: block;
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      background: url("../images/checkbox-1.png") center center no-repeat; }
  .jq-checkbox.checked .jq-checkbox__div:before {
    opacity: 1; }

.b-footer {
  max-width: 1414px;
  margin: 0 auto;
  -webkit-box-shadow: 0px 0px 51px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 51px 0px rgba(0, 0, 0, 0.1); }
  .b-footer .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 16px;
    padding-bottom: 16px; }
    .b-footer .container:before {
      display: none; }
  .b-footer.no-shadow {
    -webkit-box-shadow: none;
            box-shadow: none; }

.b-footer-logo {
  font-size: 28px; }

.b-footer-policy {
  margin: 5px 0 0;
  font-size: 16px; }
  .b-footer-policy a {
    display: inline-block;
    border-bottom: 1px solid #fe3e7d; }

.b-footer-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.b-footer-social-item {
  width: 91px;
  padding: 0 5px;
  text-align: center; }
  .b-footer-social-item a {
    display: block;
    width: 35px;
    height: 35px;
    margin: 5px auto 0;
    line-height: 33px;
    border: 1px solid rgba(254, 62, 125, 0.3);
    -webkit-border-radius: 50%;
            border-radius: 50%; }
    .b-footer-social-item a img {
      -webkit-filter: grayscale(100%);
              filter: grayscale(100%);
      vertical-align: middle; }
    .b-footer-social-item a:hover {
      border-color: #fe3e7d; }
      .b-footer-social-item a:hover img {
        -webkit-filter: none;
                filter: none; }

.b-footer-social-item-title {
  font-size: 14px;
  font-weight: 100;
  color: rgba(38, 38, 38, 0.35); }

.b-footer-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.b-footer-button {
  width: 54px;
  height: 54px; }

.b-footer-email {
  margin: 8px 0 0;
  font-size: 16px; }

.b-thanks .container {
  padding-top: 235px;
  padding-bottom: 300px; }
  .b-thanks .container:before, .b-thanks .container:after {
    display: none; }

.b-thanks-title {
  font-weight: 900; }

.b-thanks-subtitle {
  font-family: 'Museo Cyrl';
  font-size: 48px;
  color: #fff; }

.b-policy {
  width: 525px;
  padding: 30px;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#fe3e7d), to(#ba3a64));
  background: -webkit-linear-gradient(top, #fe3e7d 0%, #ba3a64 100%);
  background: -o-linear-gradient(top, #fe3e7d 0%, #ba3a64 100%);
  background: linear-gradient(to bottom, #fe3e7d 0%, #ba3a64 100%);
  -webkit-border-radius: 30px;
          border-radius: 30px; }

.b-policy-text {
  height: 400px;
  font-size: 14px;
  overflow: auto; }
  .b-policy-text h3 {
    font-size: 16px; }
  .b-policy-text h2 {
    font-size: 18px; }
  .b-policy-text p {
    padding: 8px 0; }

.b-callback {
  width: 525px;
  padding: 83px;
  color: #fff;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#fe3e7d), to(#ba3a64));
  background: -webkit-linear-gradient(top, #fe3e7d 0%, #ba3a64 100%);
  background: -o-linear-gradient(top, #fe3e7d 0%, #ba3a64 100%);
  background: linear-gradient(to bottom, #fe3e7d 0%, #ba3a64 100%);
  -webkit-border-radius: 30px;
          border-radius: 30px; }
  .b-callback .jq-file {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin: 15px 0 0; }
    .b-callback .jq-file .jq-file__name {
      margin: 15px 0 0; }

.b-callback-title {
  font-family: 'Museo Cyrl';
  font-size: 36px; }

.b-callback-subtitle {
  font-family: 'Museo Cyrl';
  font-size: 24px; }

.b-callback-input-title {
  text-align: center; }

.b-callback-inputs {
  margin: 30px 0 0; }

.b-callback-input {
  margin: 15px 0 0; }
  .b-callback-input:first-child {
    margin-top: 0; }

.b-callback-button {
  width: 100%;
  margin: 30px 0 0; }

.debug {
  position: fixed;
  z-index: 100;
  right: 0;
  bottom: 0;
  opacity: 0.5;
  padding: 5px;
  color: #fff;
  background: #000; }
  .debug:before {
    content: 'desktop'; }

@media (max-width: 1365px) {
  .container:before, .b-homescreen .container:after, .b-thanks .container:after,
  .b-numbers .container:after,
  .b-how .container:after,
  .b-advantages .container:after, .b-bonus-items:after, .b-capabilities-items:after,
  .b-conditions-content:after,
  .b-capabilities-items:after,
  .b-reviews .container:after {
    display: none; } }

@media (max-width: 1199px) {
  .debug:before {
    content: '1199'; }
  .container {
    width: auto; }
  .input-1, .textarea-1,
  .textarea-1 {
    padding: 5px 10px; }
    .input-1 input, .textarea-1 input,
    .input-1 textarea,
    .textarea-1 textarea,
    .textarea-1 input,
    .textarea-1 textarea {
      font-size: 18px; }
  .menu-active .mobile-menu {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); }
  .b-header-menu {
    display: none; }
  .b-header-menu-button {
    display: block; }
  .b-numbers-decor {
    width: 200px;
    right: -100px;
    bottom: -20px; }
  .b-how .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .b-how-popup {
    width: auto;
    margin: 0; }
    .b-how-popup:before {
      display: none; }
  .b-how-popup-page {
    display: none;
    position: relative;
    visibility: visible;
    opacity: 1; }
    .b-how-popup-page.active {
      display: block; }
  .b-how-item {
    width: 33.33%; }
  .b-advantages-title i {
    display: none; }
  .b-advantages-items {
    width: 332px;
    height: 375px;
    margin-top: 30px; }
  .b-advantages-item {
    font-size: 13px; }
  .b-advantages-decor {
    width: 300px;
    right: -40px;
    bottom: -20px; }
  .b-reviews-slider {
    max-width: none;
    margin: 0 50px; }
    .b-reviews-slider .slick-arrow {
      width: 40px;
      height: 40px; }
      .b-reviews-slider .slick-arrow:before {
        width: 20px; }
      .b-reviews-slider .slick-arrow.slick-prev {
        left: -50px; }
        .b-reviews-slider .slick-arrow.slick-prev:before {
          left: 10px; }
      .b-reviews-slider .slick-arrow.slick-next {
        right: -50px; }
        .b-reviews-slider .slick-arrow.slick-next:before {
          right: 10px;
          background-position: right -20px; }
  .b-footer-social-item {
    width: auto; }
  .b-footer-social-item-title {
    display: none; } }

@media (max-width: 991px) {
  .debug:before {
    content: '991'; }
  .b-homescreen-bg, .b-thanks-bg {
    background-position: 90% top; }
  .b-homescreen-content, .b-thanks-content {
    max-width: none; }
  .b-homescreen-title, .b-thanks-title {
    font-size: 36px; }
    .b-homescreen-title span, .b-thanks-title span {
      color: #fe3e7d; }
  .b-homescreen-subtitle {
    font-size: 18px;
    color: #fe3e7d; }
  .b-homescreen-item-title {
    font-size: 16px;
    color: #fe3e7d; }
  .b-bonus-items, .b-capabilities-items {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto; }
  .b-bonus-item, .b-capabilities-item {
    width: 50%; }
  .b-cta-content {
    margin: 0; }
  .b-cta-title {
    font-size: 36px; }
  .b-cta-form-title {
    font-size: 28px; }
  .b-cta-form-subtitle {
    font-size: 20px; }
  .b-cta-decor {
    display: none; }
  .b-footer-social {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    margin: 30px 0 0; }
  .b-thanks-subtitle {
    font-size: 24px;
    color: #fe3e7d; }
  .b-advantages-title,
  .b-bonus-title,
  .b-conditions-title,
  .b-capabilities-title,
  .b-reviews-title {
    font-size: 36px; }
    .b-advantages-title strong,
    .b-bonus-title strong,
    .b-conditions-title strong,
    .b-capabilities-title strong,
    .b-reviews-title strong {
      font-size: 36px; } }

@media (max-width: 767px) {
  .debug:before {
    content: '767'; }
  .b-modal-video {
    width: 480px; }
  .b-homescreen-bg, .b-thanks-bg {
    background-position: 80% top; }
  .b-numbers-item-content {
    font-size: 14px; }
    .b-numbers-item-content span {
      font-size: 24px; }
  .b-how-popup-title {
    font-size: 24px; }
  .b-header-phone, .b-footer-phone,
  .b-how-item-title, .b-bonus-item-title, .b-capabilities-item-title,
  .b-conditions-item-title,
  .b-reviews-slide-text,
  .b-footer-policy,
  .b-footer-email {
    font-size: 14px; }
  .b-advantages-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: auto;
    height: auto;
    margin: 30px -10px 0;
    background: none; }
  .b-advantages-item {
    position: relative;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    width: 50%;
    font-size: 14px;
    margin: 30px 0 0;
    padding: 0 15px 0 29px !important;
    white-space: normal; }
    .b-advantages-item:before {
      right: auto !important;
      left: 0 !important; }
  .b-advantages-decor {
    bottom: -100px; }
  .b-reviews-slide-text {
    text-align: left; }
  .b-cta-form-inputs {
    display: block; }
  .b-cta-form-input {
    width: auto; }
    .b-cta-form-input.input-file {
      display: block; }
  .b-cta-form-input-title, .b-callback-input-title {
    text-align: center; }
  .b-conditions-decor {
    width: 250px;
    left: -100px;
    bottom: -50px; }
  .jq-file {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin: 15px 0 0; }
    .jq-file .jq-file__name {
      margin: 15px 0 0; } }

@media (max-width: 575px) {
  .debug:before {
    content: '575'; }
  .button-1, .button-2 {
    height: 50px;
    -webkit-border-radius: 25px;
            border-radius: 25px;
    font-size: 16px; }
  .b-header-phone, .b-footer-phone {
    display: none; }
  .b-homescreen .container, .b-thanks .container,
  .b-numbers .container,
  .b-how .container,
  .b-advantages .container,
  .b-bonus .container,
  .b-conditions .container,
  .b-capabilities .container,
  .b-reviews .container,
  .b-cta .container {
    padding-top: 80px;
    padding-bottom: 80px; }
  .b-homescreen-bg, .b-thanks-bg {
    opacity: 0.3;
    background-position: 75% top; }
  .b-homescreen-title, .b-thanks-title,
  .b-cta-title {
    font-size: 24px; }
  .b-cta-form-title,
  .b-thanks-subtitle {
    font-size: 18px; }
  .b-homescreen-subtitle,
  .b-cta-form-subtitle {
    font-size: 16px; }
  .b-homescreen-item {
    width: 50%; }
  .b-numbers-decor {
    width: 150px;
    right: -60px;
    bottom: -70px; }
  .b-numbers-items {
    display: block; }
  .b-numbers-item {
    width: auto;
    max-width: 300px;
    margin: 15px auto 0; }
    .b-numbers-item:first-child {
      margin-top: 0; }
  .b-numbers-item-content {
    min-height: none; }
  .b-how-popup-title {
    font-size: 20px; }
  .b-how-popup-text {
    font-size: 14px; }
  .b-how-item {
    width: 50%;
    height: 130px;
    padding: 0 15px; }
  .b-how-item-title {
    line-height: 1.1; }
  .b-advantages-item {
    padding-left: 25px !important;
    font-size: 13px; }
  .b-advantages-decor {
    width: 200px;
    bottom: -60px; }
  .b-bonus-items, .b-capabilities-items {
    margin-left: -15px;
    margin-right: -15px; }
  .b-bonus-item, .b-capabilities-item {
    margin: 10px 0 0;
    padding: 0 5px; }
  .b-conditions {
    margin: 0; }
  .b-conditions-content {
    margin-top: 30px; }
  .b-conditions-items {
    margin: 0 -15px; }
  .b-conditions-item {
    width: 50%;
    height: auto;
    border: none !important; }
  .b-reviews-slide-title {
    font-size: 30px; }
    .b-reviews-slide-title span {
      font-size: 30px; }
  .b-reviews-slider {
    margin: 0; }
    .b-reviews-slider .slick-arrow {
      top: 0;
      margin: 0; }
      .b-reviews-slider .slick-arrow.slick-prev {
        left: 0; }
      .b-reviews-slider .slick-arrow.slick-next {
        right: 0; }
  .b-reviews-slide-title {
    padding: 0 50px; }
  .b-reviews-slide-subtitle {
    padding: 0 50px;
    font-size: 20px; }
  .b-reviews-slide-text {
    font-size: 13px; }
  .b-cta-form-button {
    width: auto; }
  .b-footer {
    text-align: center; }
    .b-footer .container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
  .b-footer-right {
    margin: 30px 0 0; }
  .b-footer-phone {
    display: block; }
  .b-callback {
    width: 290px;
    padding: 30px;
    -webkit-border-radius: 10px;
            border-radius: 10px; }
  .b-callback-title {
    font-size: 22px; }
  .b-callback-subtitle {
    font-size: 16px; }
  .b-policy {
    width: 290px;
    padding: 15px; }
  .b-modal-video {
    width: auto; }
  .b-advantages-title,
  .b-bonus-title,
  .b-conditions-title,
  .b-capabilities-title,
  .b-reviews-title {
    font-size: 24px; }
    .b-advantages-title strong,
    .b-bonus-title strong,
    .b-conditions-title strong,
    .b-capabilities-title strong,
    .b-reviews-title strong {
      font-size: 24px; } }

@media (max-width: 320px) {
  .debug:before {
    content: '320'; } }

@media (max-height: 479px) {
  .b-policy {
    height: 90vh;
    -webkit-border-radius: 10px;
            border-radius: 10px; }
  .b-policy-text {
    height: 100%; } }
.background-reg{
  background: url(../img/bg.png) no-repeat center center fixed;
}
.block-info{
    background-color: #3ea9e7 !important;
    text-align: center;
    padding: 10px;
    border-radius: 4px;
        margin: 25px 0;
}
.block-info h1{
    font-size: 25px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.block-info p{
  text-align: center;
    color: #fff;
}
.block-info ul{
    text-align: justify;
    color: #fff;
    padding: 20px 40px;
}
.block-info ul li{
  font-size: 16px;
  margin-bottom: 12px;
}
.block-info span{
  text-align: center;
    font-size: 17px;
    color: #fff;
    font-weight: bold;
}
.simpleregister-have-account{
  display: none;
}
.simple-content{
  border-radius: 4px;
  background-color: #c4e9ed !important;
  text-align: center;
  padding: 15px;
}
.form-block-main{
  padding: 25px;
}
.top-row-account{
  background-color: #262f42;
}
.display-view{
  border:1px solid #ccc;
  height: 100px;
}
.avatar-block{
  width: 70px;
  height: 70px;
  margin: 15px 30px 30px 25px;
  float: left;
}
.avatar{
  border-radius: 50px;
}
.text-bottom-avatar a{
  color: #a9a6a6;
  font-family: arial;
  padding: 5px 0;
}
.name-and-balance-block{
  margin-left: 105px;
}
.firstname{
  color: #ed5565;
  font-weight: bold;
  font-size: 16px;
  font-family: arial;
  margin-top: 20px;
}
.text-balance{
  color: #a9a6a6;
  font-family: arial;
  margin: 15px 0 10px 0;
}
.balance{
  color: #fff;
  font-family: arial;
  font-weight: bold;
}
.start-work{
    color: #fff;
    background: #48ac6e;
    width: 90%;
    text-align: center;
    padding: 10px 0;
    border-radius: 25px;
    font-size: 18px;
    font-weight: bold;
    font-family: arial;
    margin: 11px 0 0 0;
}
.buttons-block{
  float: left;
  color: #a9a6a6;
  font-family: arial;
  text-align: center;
  width: 108px;
  margin: 25px 0 0 0;
}
.button-account{
    border: 1px solid #ccc;
    border-radius: 25px;
    width: 50px;
    height: 50px;
    margin: 0 auto 5px auto;
}

.button-account-close{
    border: 1px solid #ccc;
    border-radius: 25px;
    width: 50px;
    height: 50px;
    margin: 0 auto 5px auto;
}
.icon-account-style{
    font-size: 30px;
    padding: 10px;
}

body > div.container-fluid > div > div.col-md-5 > div:nth-child(1) > a > div > i{
	font-size: 30px;
    padding: 10px 10px 10px 7px;
    color: #ccc;
}
body > div.container-fluid > div > div.col-md-5 > div:nth-child(2) > a > div > i{
    font-size: 30px;
    padding: 10px;
    color: #ccc;
}
body > div.container-fluid > div > div.col-md-5 > div:nth-child(3) > a > div > i{
    font-size: 30px;
    padding: 10px;
    color: #ccc;
}
body > div.container-fluid > div > div.col-md-5 > div:nth-child(4) > a > div > i{
    font-size: 30px;
    padding: 10px;
    color: #ccc; 
}
.icon-account-style a:hover{
    font-size: 30px;
    padding: 10px;
    color: #fff;
}
.language-block{
    margin: 46px 0 0 46px;
}
.label-language-ru{
    color: #fff;
    float: left;
    font-size: 18px;
    font-family: arial;
}
.label-language-en{
    color: #a9a6a6;
    font-size: 18px;
    font-family: arial;
} 
.switch-btn {
    display: inline-block;
    width: 35px;
    height: 7px;
    border-radius: 12px;
    background: #bfbfbf;
    z-index: 0;
    margin: 5px 15px 5px 23px;
    padding: 0;
    border: none;
    cursor: pointer;
    position: relative;
    transition-duration: 300ms;
    float: left;
}
.switch-btn::after {
    content: "";
    height: 20px; /* высота кнопки */
    width: 20px; /* ширина кнопки */
    border-radius: 18px; /* радиус кнопки */
    background: #fff; /* цвет кнопки */
    top: -6px; /* положение кнопки по вертикали относительно основы */
    left: -6px; /* положение кнопки по горизонтали относительно основы */
    transition-duration: 300ms; /* анимация */
    box-shadow: 0 0 10px 0 #999999; /* тень */
    position: absolute;
    z-index: 1;
}
.switch-on {
    /*background: #fff;*/
    box-shadow: inset 0 0 10px 0 #999999; /* тень */
}
.switch-on::after {
    left: 20px;
    /*background: #118c4e;*/
}
.support{
    background: #ed5565;
    color: #fff;
    padding: 8px 5px;
    width: 150px;
    text-align: center;
    font-family: arial;
    border-radius: 25px;
    margin: 20px 0 10px 0;
}
.support a{
    background: #6b6b6b;
    color: #fff;
    padding: 8px 54px;
    width: 150px;
    text-align: center;
    font-family: arial;
    border-radius: 25px;
    margin: 15px 0 10px 0;
    display: block;
}
.logout a{
    background: #6b6b6b;
    color: #fff;
    padding: 8px 54px;
    width: 150px;
    text-align: center;
    font-family: arial;
    border-radius: 25px;
    margin: 15px 0 10px 0;
    display: block;
}
.forum{
    background: #377ab2;
    color: #fff;
    padding: 8px 5px;
    width: 150px;
    text-align: center;
    font-family: arial;
    border-radius: 25px;
}
.welcom-content{
  border-radius: 0px;
}
.welcom-footer{
    border-top: none;
}
.welcom-button{
    background-color: #48ac6e!important;
    border: none;
    border-radius: 15px 7px;
    width: 250px;
    height: 40px;
    font-size: 14px;
    font-family: arial;
    text-transform: uppercase;
}
.welcom-body{
    border: 2px dashed #ccc;
    margin: 15px;
    border-radius: 10px;
    text-align: center;
    background: #f7f6ed;
}
.welcom-body h1{
  font-size: 18px;
  font-family: arial;
  font-weight: bold;
  text-align: center;
  margin: 0 0 15px 0;
}
.welcom-text{
    font-family: arial;
    font-size: 15px;
    margin: 10px 0;
    color: #757575;
}
.welcom-text-button{
    border: 1px solid #ccc;
    padding: 7px;
    margin: 15px auto;
    display: block;
    width: 70%;
    border-radius: 15px 7px;
    background: #eae9e9;
    color: #5f5d5d;
    text-transform: uppercase;
    font-family: arial;
    font-weight: bold;
}
.welcom-text-button:hover{
    list-style-type: none;
    color: #5f5d5d;
}
.title-edit{
    margin: 15px 0;
    background: #efefef;
    padding: 15px;
    font-family: arial;
}
.label-radio{
    font-size: 15px;
    font-family: arial;
    font-weight: bold!important;
    color: #333;
}
.text-radio{
  border: 1px solid #ccc;
    margin: 5px 0 15px 0;
    padding: 10px;
    border-radius: 5px;
    font-family: arial;
    background: #f9f9f9;
}
.form-horizontal .control-label{
  font-family: arial;
}
.form-control{
  font-family: arial;
}
.text-danger {
    color: #a94442;
    margin: 5px 0 0 0;
}
.box-site-block{
  border: 1px solid #f7f7f7;
  margin-top: 25px;
  background: #fdfdfd;
}
.row-site-head{
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    padding: 7px 0;
    font-family: arial;
    font-weight: bold;
}
.row-site{

}
.site-field{
  font-size: 14px;
    padding: 5px 15px;
    font-family: arial;
    border-bottom: 1px dotted #ddd;
}
.document-img{
  	width: 130px;
    margin: 25px;
    height: auto;
}
.block-document{
    float: left;
    text-align: center;
    border: 1px solid #e8e8e8;
    margin: 15px 10px;
    height: 250px;
    padding: 7px;
}
.type-document{
  margin: 0;
    font-family: arial;
}
.form-upload{

}
.head-block-h2{
	background: #f7f4f4;
    color: #a7a2a2;
    font-family: arial;
    font-size: 20px;
    font-weight: bold;
    padding: 5px 10px;
}
.label-select{
    font-size: 18px;
    font-family: arial;
    margin: 25px 15px 25px 0;
    width: 250px;

}
.select-type{
	width: 350px;
    padding: 10px;
    font-family: arial;
}
.box-text-about{
	border: 2px dashed #ccc;
    padding: 10px 24px;
    margin: 11px 0;
    background: #f9f5f5;
    font-family: arial;
}
#content > div.box-text-about > ul > li{
	list-style-type: none;
	margin: 6px;
}
.label-download{
    float: left;
    font-size: 18px;
    font-family: arial;
    margin: 25px 15px 25px 0;
    width: 253px;
    font-weight: bold;
    line-height: 1px;
}
.example-2 .btn-tertiary{
	color: #555;
    padding: 0;
    line-height: 40px;
    width: 300px;
    display: block;
    border: 1px solid #aaa;
    border-radius: 0;
    font-family: arial;
}
.example-2 .btn-tertiary:hover,.example-2 .btn-tertiary:focus{color:#888;border-color:#888}
.example-2 .input-file{width:.1px;height:.1px;opacity:0;overflow:hidden;position:absolute;z-index:-1}
.example-2 .input-file + .js-labelFile{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 10px;cursor:pointer;width:350px;}
.example-2 .input-file + .js-labelFile .icon:before{content:"\f093"}
.example-2 .input-file + .js-labelFile.has-file .icon:before{content:"\f00c";color:#5AAC7B}
.avatar{
	height: 150px;
}
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
    margin: 20px 0 0 0;
    font-family: arial;
}
.input-bank{
	width: 350px;
    padding: 10px;
}
.label-bank{
	font-size: 18px;
    font-family: arial;
    margin: 25px 15px 25px 0;
    width: 250px;
}
.wait-site{
  padding: 25px;
    font-family: arial;
    font-size: 18px;
    font-weight: bold;
}
.btn-submit{
    margin: 25px 0 0 0;
    width: 350px;
    background: #262f42;
    border: none;
    color: #fff;
    font-family: arial;
    font-weight: bold;
    padding: 10px 0;
}