@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap&subset=cyrillic-ext");
@font-face {
  font-family: 'Geometria';
  font-display: swap;
  src: url("../fonts/Geometria.eot");
  src: local("☺"), url("../fonts/Geometria.woff") format("woff"), url("../fonts/Geometria.ttf") format("truetype"), url("../fonts/Geometria.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

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

@font-face {
  font-family: 'Geometria';
  font-display: swap;
  src: url("../fonts/Geometria-Bold.eot");
  src: local("☺"), url("../fonts/Geometria-Bold.woff") format("woff"), url("../fonts/Geometria-Bold.ttf") format("truetype"), url("../fonts/Geometria-Bold.svg") format("svg");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Geometria';
  font-display: swap;
  src: url("../fonts/Geometria-Heavy.eot");
  src: local("☺"), url("../fonts/Geometria-Heavy.woff") format("woff"), url("../fonts/Geometria-Heavy.ttf") format("truetype"), url("../fonts/Geometria-Heavy.svg") format("svg");
  font-weight: 800;
  font-style: normal; }

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

@font-face {
  font-family: 'Ubuntu';
  font-display: swap;
  src: url("../fonts/Ubuntu-Regular.eot");
  src: local("☺"), url("../fonts/Ubuntu-Regular.woff") format("woff"), url("../fonts/Ubuntu-Regular.ttf");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Ubuntu';
  font-display: swap;
  src: url("../fonts/Ubuntu-Medium.eot");
  src: local("☺"), url("../fonts/Ubuntu-Medium.woff") format("woff"), url("../fonts/Ubuntu-Medium.ttf") format("truetype"), url("../fonts/Ubuntu-Medium.svg") format("svg");
  font-weight: 500;
  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: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: "Geometria";
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }
  body.lock {
    overflow: hidden; }
    @media (max-width: 767.98px) {
      body.lock {
        width: 100%;
        position: fixed;
        overflow: hidden; } }

input, button, textarea {
  font-family: "Geometria"; }

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

button {
  cursor: pointer; }

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

a, a:visited {
  text-decoration: none; }

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; }

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden; }

.container {
  max-width: 1170px;
  margin: 0 auto;
  width: 100%; }
  @media (max-width: 1182px) {
    .container {
      max-width: 708px; } }
  @media (max-width: 767.98px) {
    .container {
      max-width: none;
      padding: 0 20px; } }

.popup {
  -webkit-overflow-scrolling: touch;
  background-color: rgba(0, 0, 0, 0.8);
  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: 1230px;
  margin: 0px auto;
  background-color: #fff; }

.popup-close {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0px;
  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 {
  background: #c6ced0 url("../img/bg_header.jpg") right no-repeat;
  display: none;
  position: relative;
  z-index: 50;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1); }
  @media (max-width: 1182px) {
    .header {
      display: block; } }
  .header__row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 0;
    height: 100px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.footer {
  background: url("../img/bg_footer.jpg") center/cover no-repeat;
  padding: 30px 0; }
  @media (max-width: 767.98px) {
    .footer {
      padding: 20px 0; } }
  .footer__text {
    color: #4a5d61;
    font-size: 10px;
    font-weight: 300;
    line-height: 28px; }

.sector.view .title {
  opacity: 1;
  top: 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; }

.sector.view .a_item:nth-child(1) .a_t, .sector.view .a_item:nth-child(1) .why__item, .sector.view .a_item:nth-child(1) .faq__item {
  opacity: 1;
  top: 0;
  -webkit-transition: all 0.8s ease 0.1s;
  -moz-transition: all 0.8s ease 0.1s;
  -ms-transition: all 0.8s ease 0.1s;
  -o-transition: all 0.8s ease 0.1s;
  transition: all 0.8s ease 0.1s; }

.sector.view .a_item:nth-child(1) .a_s {
  -webkit-transition: all 0.8s ease 0.1s;
  -moz-transition: all 0.8s ease 0.1s;
  -ms-transition: all 0.8s ease 0.1s;
  -o-transition: all 0.8s ease 0.1s;
  transition: all 0.8s ease 0.1s;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.sector.view .a_item:nth-child(2) .a_t, .sector.view .a_item:nth-child(2) .why__item, .sector.view .a_item:nth-child(2) .faq__item {
  opacity: 1;
  top: 0;
  -webkit-transition: all 0.8s ease 0.2s;
  -moz-transition: all 0.8s ease 0.2s;
  -ms-transition: all 0.8s ease 0.2s;
  -o-transition: all 0.8s ease 0.2s;
  transition: all 0.8s ease 0.2s; }

.sector.view .a_item:nth-child(2) .a_s {
  -webkit-transition: all 0.8s ease 0.2s;
  -moz-transition: all 0.8s ease 0.2s;
  -ms-transition: all 0.8s ease 0.2s;
  -o-transition: all 0.8s ease 0.2s;
  transition: all 0.8s ease 0.2s;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.sector.view .a_item:nth-child(3) .a_t, .sector.view .a_item:nth-child(3) .why__item, .sector.view .a_item:nth-child(3) .faq__item {
  opacity: 1;
  top: 0;
  -webkit-transition: all 0.8s ease 0.3s;
  -moz-transition: all 0.8s ease 0.3s;
  -ms-transition: all 0.8s ease 0.3s;
  -o-transition: all 0.8s ease 0.3s;
  transition: all 0.8s ease 0.3s; }

.sector.view .a_item:nth-child(3) .a_s {
  -webkit-transition: all 0.8s ease 0.3s;
  -moz-transition: all 0.8s ease 0.3s;
  -ms-transition: all 0.8s ease 0.3s;
  -o-transition: all 0.8s ease 0.3s;
  transition: all 0.8s ease 0.3s;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.sector.view .a_item:nth-child(4) .a_t, .sector.view .a_item:nth-child(4) .why__item, .sector.view .a_item:nth-child(4) .faq__item {
  opacity: 1;
  top: 0;
  -webkit-transition: all 0.8s ease 0.4s;
  -moz-transition: all 0.8s ease 0.4s;
  -ms-transition: all 0.8s ease 0.4s;
  -o-transition: all 0.8s ease 0.4s;
  transition: all 0.8s ease 0.4s; }

.sector.view .a_item:nth-child(4) .a_s {
  -webkit-transition: all 0.8s ease 0.4s;
  -moz-transition: all 0.8s ease 0.4s;
  -ms-transition: all 0.8s ease 0.4s;
  -o-transition: all 0.8s ease 0.4s;
  transition: all 0.8s ease 0.4s;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.sector.view .a_item:nth-child(5) .a_t, .sector.view .a_item:nth-child(5) .why__item, .sector.view .a_item:nth-child(5) .faq__item {
  opacity: 1;
  top: 0;
  -webkit-transition: all 0.8s ease 0.5s;
  -moz-transition: all 0.8s ease 0.5s;
  -ms-transition: all 0.8s ease 0.5s;
  -o-transition: all 0.8s ease 0.5s;
  transition: all 0.8s ease 0.5s; }

.sector.view .a_item:nth-child(5) .a_s {
  -webkit-transition: all 0.8s ease 0.5s;
  -moz-transition: all 0.8s ease 0.5s;
  -ms-transition: all 0.8s ease 0.5s;
  -o-transition: all 0.8s ease 0.5s;
  transition: all 0.8s ease 0.5s;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.sector.view .a_item:nth-child(6) .a_t, .sector.view .a_item:nth-child(6) .why__item, .sector.view .a_item:nth-child(6) .faq__item {
  opacity: 1;
  top: 0;
  -webkit-transition: all 0.8s ease 0.6s;
  -moz-transition: all 0.8s ease 0.6s;
  -ms-transition: all 0.8s ease 0.6s;
  -o-transition: all 0.8s ease 0.6s;
  transition: all 0.8s ease 0.6s; }

.sector.view .a_item:nth-child(6) .a_s {
  -webkit-transition: all 0.8s ease 0.6s;
  -moz-transition: all 0.8s ease 0.6s;
  -ms-transition: all 0.8s ease 0.6s;
  -o-transition: all 0.8s ease 0.6s;
  transition: all 0.8s ease 0.6s;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.sector.view .a_item:nth-child(7) .a_t, .sector.view .a_item:nth-child(7) .why__item, .sector.view .a_item:nth-child(7) .faq__item {
  opacity: 1;
  top: 0;
  -webkit-transition: all 0.8s ease 0.7s;
  -moz-transition: all 0.8s ease 0.7s;
  -ms-transition: all 0.8s ease 0.7s;
  -o-transition: all 0.8s ease 0.7s;
  transition: all 0.8s ease 0.7s; }

.sector.view .a_item:nth-child(7) .a_s {
  -webkit-transition: all 0.8s ease 0.7s;
  -moz-transition: all 0.8s ease 0.7s;
  -ms-transition: all 0.8s ease 0.7s;
  -o-transition: all 0.8s ease 0.7s;
  transition: all 0.8s ease 0.7s;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.sector.view .a_item:nth-child(8) .a_t, .sector.view .a_item:nth-child(8) .why__item, .sector.view .a_item:nth-child(8) .faq__item {
  opacity: 1;
  top: 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; }

.sector.view .a_item:nth-child(8) .a_s {
  -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(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.sector.view .a_item:nth-child(9) .a_t, .sector.view .a_item:nth-child(9) .why__item, .sector.view .a_item:nth-child(9) .faq__item {
  opacity: 1;
  top: 0;
  -webkit-transition: all 0.8s ease 0.9s;
  -moz-transition: all 0.8s ease 0.9s;
  -ms-transition: all 0.8s ease 0.9s;
  -o-transition: all 0.8s ease 0.9s;
  transition: all 0.8s ease 0.9s; }

.sector.view .a_item:nth-child(9) .a_s {
  -webkit-transition: all 0.8s ease 0.9s;
  -moz-transition: all 0.8s ease 0.9s;
  -ms-transition: all 0.8s ease 0.9s;
  -o-transition: all 0.8s ease 0.9s;
  transition: all 0.8s ease 0.9s;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.sector.view .a_item:nth-child(10) .a_t, .sector.view .a_item:nth-child(10) .why__item, .sector.view .a_item:nth-child(10) .faq__item {
  opacity: 1;
  top: 0;
  -webkit-transition: all 0.8s ease 1s;
  -moz-transition: all 0.8s ease 1s;
  -ms-transition: all 0.8s ease 1s;
  -o-transition: all 0.8s ease 1s;
  transition: all 0.8s ease 1s; }

.sector.view .a_item:nth-child(10) .a_s {
  -webkit-transition: all 0.8s ease 1s;
  -moz-transition: all 0.8s ease 1s;
  -ms-transition: all 0.8s ease 1s;
  -o-transition: all 0.8s ease 1s;
  transition: all 0.8s ease 1s;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.a_t, .why__item, .faq__item {
  position: relative;
  top: 50px;
  opacity: 0; }

.a_s {
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0); }

.mainblock {
  background: url("../img/mainblock/bg.jpg") top no-repeat; 
  background-color: #832184;}
  @media (max-width: 850px) {
    .mainblock {
      background: url("../img/mainblock/bg_tablet.jpg") bottom/cover no-repeat; } }
  @media (max-width: 767.98px) {
    .mainblock {
      background: #6f2581 url("../img/mainblock/bg_mob.jpg") 0 0/cover no-repeat;
      text-align: center; } }
  .mainblock__row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 0;
    min-height: 736px; }
    @media (max-width: 767.98px) {
      .mainblock__row {
        display: block; } }
  .mainblock__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%; }
  .mainblock__body {
    padding: 45px 40px 45px 0px; }
    @media (max-width: 1182px) {
      .mainblock__body {
        padding: 25px 25px 25px 0px; } }
    @media (max-width: 767.98px) {
      .mainblock__body {
        padding: 25px 0; } }
  .mainblock__title {
    color: #ffffff;
    font-size: 37px;
    font-weight: 500;
    margin: 0px 0px 30px 0px; }
    .mainblock__title br {
      display: none; }
      @media (max-width: 1182px) {
        .mainblock__title br {
          display: block; } }
    .mainblock__title span {
      color: #ff7dd0;
      font-size: 57px;
      display: block;
      margin: 5px 0px 0px 0px; }
    @media (max-width: 1182px) {
      .mainblock__title {
        font-size: 27px;
        margin: 0px 0px 22px 0px; }
        .mainblock__title span {
          font-size: 35px;
          margin: 0px 0px 0px 0px; } }
    @media (max-width: 767.98px) {
      .mainblock__title {
        font-size: 25px; } }
  .mainblock__textblock {
    margin: 0px 0px 45px 0px; }
    @media (max-width: 1182px) {
      .mainblock__textblock {
        margin: 0px 0px 30px 0px; } }
  .mainblock__text {
    font-size: 22px;
    color: #fff;
    font-family: 'Ubuntu';
    font-weight: 300;
    line-height: 37px; }
    @media (max-width: 1182px) {
      .mainblock__text {
        font-size: 20px; } }
    .mainblock__text span {
      display: inline-block;
      padding: 0px 13px; }
      @media (max-width: 767.98px) {
        .mainblock__text span {
          display: block;
          margin: 0px -20px; } }
    .mainblock__text_1 span {
      background-color: #470356; }
    .mainblock__text_2 span {
      background-color: #651876; }
    .mainblock__text_3 span {
      background-color: #a335bb; }
  .mainblock__footer {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 0; }
    @media (max-width: 1182px) {
      .mainblock__footer {
        display: block;
        text-align: center; } }
  .mainblock__btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  .mainblock__label {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: 16px;
    color: #fff;
    line-height: 22px;
    padding: 0px 0px 0px 30px;
    display: block; }
    @media (max-width: 1182px) {
      .mainblock__label {
        padding: 15px 0px 0px 0px; } }
  .mainblock__logo {
    display: inline-block;
    margin: 50px 0px 0px 50px; }
    @media (max-width: 1182px) {
      .mainblock__logo {
        display: none; } }

.range {
  margin: 0px 0px 40px 0px;
  position: relative; }
  @media (max-width: 1182px) {
    .range {
      margin: 0px 0px 30px 0px; } }
  .range__body {
    height: 36px;
    margin: 0px 0px 60px 0px;
    border-radius: 5px;
    background-color: #ffffff;
    padding: 10px; }
    @media (max-width: 1182px) {
      .range__body {
        display: none; } }
  .range__value {
    -webkit-box-shadow: inset 2px 3px 5px rgba(0, 0, 0, 0.05);
    box-shadow: inset 2px 3px 5px rgba(0, 0, 0, 0.05);
    background-color: #c6cbce;
    border-radius: 5px;
    margin: 0px -1px; }
    .range__value .ui-slider-range {
      background: url("../img/mainblock/bg_range.png") 0 0 repeat-x;
      height: 16px;
      border-radius: 5px;
      overflow: hidden; }
    .range__value .ui-slider-handle {
      cursor: pointer;
      position: absolute;
      top: -10px;
      margin: 0px 0px 0px -11px;
      width: 22px;
      height: 55px;
      -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.37), inset 2px 3px 5px rgba(204, 29, 140, 0.27);
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.37), inset 2px 3px 5px rgba(204, 29, 140, 0.27);
      border-radius: 5px;
      background-color: #e94fb1; }
  .range__min {
    position: absolute;
    top: 50px;
    left: 0;
    color: #ff7dd0;
    font-size: 15px; }
    @media (max-width: 1182px) {
      .range__min {
        display: none; } }
  .range__max {
    position: absolute;
    top: 50px;
    right: 0;
    color: #ff7dd0;
    font-size: 15px; }
    @media (max-width: 1182px) {
      .range__max {
        display: none; } }
  .range__form {
    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: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    @media (max-width: 767.98px) {
      .range__form {
        display: block; } }
  .range__label {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    padding: 0px 19px 0px 0px; }
    @media (max-width: 1182px) {
      .range__label {
        text-align: right;
        font-size: 18px;
        line-height: 20px; } }
    @media (max-width: 767.98px) {
      .range__label {
        text-align: center;
        margin: 0px 0px 15px 0px; } }
  .range__input input {
    color: #676e70;
    font-family: 'Ubuntu';
    text-align: center;
    font-size: 16px;
    border-radius: 8px;
    width: 191px;
    height: 46px;
    border: 1px solid #dddddd;
    background-color: #ffffff; }
    @media (max-width: 1182px) {
      .range__input input {
        width: 166px; } }

.results {
  margin: 0px 0px 50px 0px; }
  @media (max-width: 1182px) {
    .results {
      max-width: 200px;
      text-align: left;
      margin: 0px auto 30px auto; } }
  .results__row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 0;
    margin: 0px -15px; }
    @media (max-width: 1182px) {
      .results__row {
        display: block; } }
  .results__column {
    padding: 0px 15px; }
    @media (max-width: 1182px) {
      .results__column {
        margin: 0px 0px 15px 0px; }
        .results__column:last-child {
          margin: 0px 0px 0px 0px; } }
  .results__item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 0;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  @media (max-width: 1182px) {
    .results__icon {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
      flex: 0 0 50px;
      text-align: center; } }
  .results__body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding: 0px 0px 0px 15px;
    font-size: 19px; }
  .results__label {
    white-space: nowrap;
    color: #ffffff;
    margin: 0px 0px 7px 0px; }
  .results__value {
    color: #ff71cb; }
    .results__value_1 {
      text-decoration: line-through; }

.conditions {
  padding: 45px 0;
  background-color: #373d3d; }
  @media (max-width: 1182px) {
    .conditions {
      padding: 30px 0; } }
  .conditions__title {
    margin: 0px 0px 40px 0px; }
  .conditions__row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 0;
    text-align: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media (max-width: 1182px) {
      .conditions__row .slick-arrow {
        width: 53px;
        height: 28px;
        top: 26px;
        background: url("../img/icons/sl-arrow_w.png") 0 0 no-repeat;
        position: absolute;
        z-index: 10; }
        .conditions__row .slick-arrow.slick-prev {
          left: 0; }
        .conditions__row .slick-arrow.slick-next {
          right: 0;
          -moz-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
          -webkit-transform: rotate(-180deg);
          -o-transform: rotate(-180deg);
          transform: rotate(-180deg); } }
  .conditions__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    margin: 0px 0px 35px 0px; }
    @media (max-width: 1182px) {
      .conditions__column {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%; } }
  .conditions__icon {
    margin: 0px 0px 20px 0px; }
  .conditions__label {
    color: #ffffff;
    font-size: 19px;
    line-height: 22px; }
    .conditions__label span {
      color: #4f5858;
      font-weight: 700; }
  .conditions__footer {
    text-align: center;
    padding: 10px 0px 0px 0px; }

.steps {
  background-color: #eaeaea;
  padding: 50px 0px 30px 0px; }
  @media (max-width: 767.98px) {
    .steps {
      padding: 30px 0px 30px 0px; } }
  .steps__row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 0;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
    @media (max-width: 1182px) {
      .steps__row {
        padding: 0px 50px; }
        .steps__row .slick-arrow {
          width: 53px;
          height: 28px;
          top: 26px;
          background: url("../img/icons/sl-arrow_d.png") 0 0 no-repeat;
          position: absolute;
          z-index: 10; }
          .steps__row .slick-arrow.slick-prev {
            left: 0; }
          .steps__row .slick-arrow.slick-next {
            right: 0;
            -moz-transform: rotate(-180deg);
            -ms-transform: rotate(-180deg);
            -webkit-transform: rotate(-180deg);
            -o-transform: rotate(-180deg);
            transform: rotate(-180deg); } }
    @media (max-width: 600px) {
      .steps__row {
        padding: 0; }
        .steps__row .slick-arrow {
          top: 0; } }
  .steps__column {
    margin: 0px 0px 30px 0px;
    padding: 50px 10px 0px 10px; }
    @media (max-width: 767.98px) {
      .steps__column {
        text-align: center;
        margin: 0; } }
  .steps__item {
    padding: 0px 0px 0px 55px;
    font-size: 17px;
    position: relative;
    background: url("../img/icons/decor.png") 0 5px no-repeat; }
    @media (max-width: 767.98px) {
      .steps__item {
        display: inline-block;
        text-align: left; } }
  .steps__num {
    position: absolute;
    top: -5px;
    left: 50px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
    font-size: 87px;
    line-height: 1px;
    font-weight: 800;
    color: #eaeaea; }
  .steps__label {
    position: relative;
    z-index: 1;
    color: #702682;
    font-weight: 700;
    margin: 0px 0px 5px 0px;
    text-transform: uppercase; }
  .steps__text {
    position: relative;
    z-index: 1;
    color: #000000; }

.payment {
  padding: 60px 0; }
  @media (max-width: 1182px) {
    .payment {
      padding: 30px 0; } }
  .payment__title {
    margin: 0px 0px 30px 0px; }
  .payment__row {
    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;
    margin: 0px -35px; }
    @media (max-width: 767.98px) {
      .payment__row {
        margin: 0; }
        .payment__row .slick-arrow {
          width: 53px;
          height: 28px;
          top: 50%;
          margin: -14px 0px 0px 0px;
          background: url("../img/icons/sl-arrow_d.png") 0 0 no-repeat;
          position: absolute;
          z-index: 10; }
          .payment__row .slick-arrow.slick-prev {
            left: 0; }
          .payment__row .slick-arrow.slick-next {
            right: 0;
            -moz-transform: rotate(-180deg);
            -ms-transform: rotate(-180deg);
            -webkit-transform: rotate(-180deg);
            -o-transform: rotate(-180deg);
            transform: rotate(-180deg); } }
  .payment__column {
    padding: 0px 35px; }
    @media (max-width: 767.98px) {
      .payment__column {
        padding: 0; } }
  .payment__item {
    width: 171px;
    height: 171px;
    margin: 0px auto;
    border: 1px solid #dddddd;
    border-radius: 50%;
    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: 10px; }
    .payment__item img {
      max-width: 100%; }
    @media (max-width: 767.98px) {
      .payment__item {
        width: 140px;
        height: 140px; } }

.why {
  padding: 0px 0px 70px 0px; }
  @media (max-width: 1182px) {
    .why {
      padding: 0px 0px 40px 0px; } }
  .why.view .why__item:nth-child(1) {
    opacity: 1;
    top: 0;
    -webkit-transition: all 0.8s ease 0.1s;
    -moz-transition: all 0.8s ease 0.1s;
    -ms-transition: all 0.8s ease 0.1s;
    -o-transition: all 0.8s ease 0.1s;
    transition: all 0.8s ease 0.1s; }
  .why.view .why__item:nth-child(2) {
    opacity: 1;
    top: 0;
    -webkit-transition: all 0.8s ease 0.2s;
    -moz-transition: all 0.8s ease 0.2s;
    -ms-transition: all 0.8s ease 0.2s;
    -o-transition: all 0.8s ease 0.2s;
    transition: all 0.8s ease 0.2s; }
  .why.view .why__item:nth-child(3) {
    opacity: 1;
    top: 0;
    -webkit-transition: all 0.8s ease 0.3s;
    -moz-transition: all 0.8s ease 0.3s;
    -ms-transition: all 0.8s ease 0.3s;
    -o-transition: all 0.8s ease 0.3s;
    transition: all 0.8s ease 0.3s; }
  .why.view .why__item:nth-child(4) {
    opacity: 1;
    top: 0;
    -webkit-transition: all 0.8s ease 0.4s;
    -moz-transition: all 0.8s ease 0.4s;
    -ms-transition: all 0.8s ease 0.4s;
    -o-transition: all 0.8s ease 0.4s;
    transition: all 0.8s ease 0.4s; }
  .why.view .why__item:nth-child(5) {
    opacity: 1;
    top: 0;
    -webkit-transition: all 0.8s ease 0.5s;
    -moz-transition: all 0.8s ease 0.5s;
    -ms-transition: all 0.8s ease 0.5s;
    -o-transition: all 0.8s ease 0.5s;
    transition: all 0.8s ease 0.5s; }
  .why.view .why__item:nth-child(6) {
    opacity: 1;
    top: 0;
    -webkit-transition: all 0.8s ease 0.6s;
    -moz-transition: all 0.8s ease 0.6s;
    -ms-transition: all 0.8s ease 0.6s;
    -o-transition: all 0.8s ease 0.6s;
    transition: all 0.8s ease 0.6s; }
  .why.view .why__item:nth-child(7) {
    opacity: 1;
    top: 0;
    -webkit-transition: all 0.8s ease 0.7s;
    -moz-transition: all 0.8s ease 0.7s;
    -ms-transition: all 0.8s ease 0.7s;
    -o-transition: all 0.8s ease 0.7s;
    transition: all 0.8s ease 0.7s; }
  .why.view .why__item:nth-child(8) {
    opacity: 1;
    top: 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; }
  .why.view .why__item:nth-child(9) {
    opacity: 1;
    top: 0;
    -webkit-transition: all 0.8s ease 0.9s;
    -moz-transition: all 0.8s ease 0.9s;
    -ms-transition: all 0.8s ease 0.9s;
    -o-transition: all 0.8s ease 0.9s;
    transition: all 0.8s ease 0.9s; }
  .why.view .why__item:nth-child(10) {
    opacity: 1;
    top: 0;
    -webkit-transition: all 0.8s ease 1s;
    -moz-transition: all 0.8s ease 1s;
    -ms-transition: all 0.8s ease 1s;
    -o-transition: all 0.8s ease 1s;
    transition: all 0.8s ease 1s; }
  .why__title {
    margin: 0px 0px 30px 0px; }
  .why__row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 0;
    margin: 0px -10px;
    min-height: 510px; }
    @media (max-width: 1182px) {
      .why__row {
        min-height: 0; }
        .why__row .slick-arrow {
          width: 53px;
          height: 28px;
          bottom: 20px;
          background: url("../img/icons/sl-arrow_w.png") 0 0 no-repeat;
          position: absolute;
          z-index: 10; }
          .why__row .slick-arrow.slick-prev {
            left: 40px; }
          .why__row .slick-arrow.slick-next {
            right: 40px;
            -moz-transform: rotate(-180deg);
            -ms-transform: rotate(-180deg);
            -webkit-transform: rotate(-180deg);
            -o-transform: rotate(-180deg);
            transform: rotate(-180deg); } }
  .why__column {
    padding: 0px 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%; }
    .why__column:first-child {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 480px;
      flex: 0 0 480px; }
  .why__item {
    height: 100%;
    padding: 0px 0px 20px 0px; }
    .why__item:last-child {
      padding: 0px 0px 0px 0px; }
    .why__item_h {
      height: 50%; }
    @media (max-width: 1182px) {
      .why__item {
        padding: 0px 10px; }
        .why__item_h {
          height: 100%; } }
  .why__body {
    position: relative;
    height: 100%;
    border-radius: 10px;
    overflow: hidden; }
    @media (max-width: 1182px) {
      .why__body {
        min-height: 378px; } }
  .why__content {
    z-index: 1;
    padding: 40px;
    font-size: 17px;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0; }
    @media (max-width: 1182px) {
      .why__content {
        top: auto;
        bottom: 0;
        padding: 30px 30px 70px 30px; } }
  .why__label {
    color: #ff7dd0;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0px 0px 15px 0px; }
  .why__text {
    font-size: 17px;
    line-height: 25px;
    color: #fff; }
  .why__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
    .why__bg:after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.9)), to(rgba(0, 0, 0, 0)));
      background: -o-linear-gradient(top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%); }
      @media (max-width: 1182px) {
        .why__bg:after {
          background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
          background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
          background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.9)), to(rgba(0, 0, 0, 0)));
          background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
          background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%); } }

.now {
  background-color: #702682; }
  @media (max-width: 1182px) {
    .now {
      padding: 0px 0px 40px 0px; } }
  @media (max-width: 767.98px) {
    .now {
      padding: 0px 0px 30px 0px; } }
  .now__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; }
    @media (max-width: 1182px) {
      .now__row {
        display: block;
        text-align: center; } }
  .now__column:first-child {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0px 60px 0px 0px; }
    @media (max-width: 1182px) {
      .now__column:first-child {
        padding: 0; } }
  .now__column:last-child {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center; }
  .now__content {
    padding: 50px 0;
    background: url("../img/now/icon.png") right bottom no-repeat; }
    @media (max-width: 1182px) {
      .now__content {
        background: none;
        padding: 40px 0; } }
    @media (max-width: 767.98px) {
      .now__content {
        padding: 30px 0; } }
  .now__title {
    color: #ff7dd0;
    font-size: 37px;
    font-weight: 700;
    margin: 0px 0px 30px 0px; }
    @media (max-width: 1182px) {
      .now__title {
        font-size: 32px; } }
  .now__list {
    display: inline-block;
    text-align: left; }
    .now__list li {
      font-size: 18px;
      line-height: 20px;
      color: #fff;
      padding: 0px 0px 0px 50px;
      margin: 0px 0px 20px 0px;
      background: url("../img/icons/decor_2.png") 0 5px no-repeat; }
      .now__list li:last-child {
        margin: 0px 0px 0px 0px; }

.advantages {
  background-color: #c6cbce;
  padding: 70px 0 20px 0; }
  @media (max-width: 1182px) {
    .advantages {
      padding: 50px 0; } }
  @media (max-width: 767.98px) {
    .advantages {
      padding: 30px 0; } }
  .advantages__row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0px -50px; }
    @media (max-width: 1182px) {
      .advantages__row {
        margin: 0; }
        .advantages__row .slick-arrow {
          width: 53px;
          height: 28px;
          top: 50%;
          margin: -14px 0px 0px 0px;
          background: url("../img/icons/sl-arrow_d.png") 0 0 no-repeat;
          position: absolute;
          z-index: 10; }
          .advantages__row .slick-arrow.slick-prev {
            left: 0px; }
          .advantages__row .slick-arrow.slick-next {
            right: 0px;
            -moz-transform: rotate(-180deg);
            -ms-transform: rotate(-180deg);
            -webkit-transform: rotate(-180deg);
            -o-transform: rotate(-180deg);
            transform: rotate(-180deg); } }
    @media (max-width: 767.98px) {
      .advantages__row .slick-arrow {
        margin: 0;
        top: 10px; } }
  .advantages__column {
    padding: 0px 50px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    margin: 0px 0px 50px 0px; }
    @media (max-width: 1182px) {
      .advantages__column {
        margin: 0;
        padding: 0px 100px; } }
    @media (max-width: 767.98px) {
      .advantages__column {
        padding: 0; } }
  .advantages__item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 0; }
    @media (max-width: 767.98px) {
      .advantages__item {
        display: block;
        text-align: center; } }
  .advantages__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 52px;
    flex: 0 0 52px;
    text-align: center; }
  .advantages__body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding: 0px 0px 0px 20px;
    font-size: 17px; }
    @media (max-width: 767.98px) {
      .advantages__body {
        padding: 20px 0px 0px 0px; } }
  .advantages__title {
    color: #702682;
    text-transform: uppercase;
    margin: 0px 0px 5px 0px;
    font-weight: 700;
    line-height: 22px; }
  .advantages__text {
    line-height: 25px; }

.welcome__top {
  padding: 50px 0;
  background: url("../img/welcome/bg.jpg") center/cover no-repeat; }
  @media (max-width: 1182px) {
    .welcome__top {
      padding: 30px 0; } }

.welcome__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; }
  @media (max-width: 1182px) {
    .welcome__row {
      display: block;
      text-align: center; } }

.welcome__column:first-child {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%; }

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

.welcome__title {
  color: #ff7dd0;
  font-size: 37px;
  font-weight: 700;
  line-height: 40px;
  margin: 0px 0px 10px 0px; }
  @media (max-width: 1182px) {
    .welcome__title {
      font-size: 32px;
      line-height: 35px; } }

.welcome__text {
  font-size: 23px;
  line-height: 25px;
  color: #fff; }

.welcome__bottom {
  padding: 40px 0;
  background-color: #373d3d; }
  @media (max-width: 1182px) {
    .welcome__bottom {
      padding: 30px 0; } }

.welcome__list li {
  margin: 0px 0px 20px 0px;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  padding: 0px 0px 0px 50px;
  line-height: 20px;
  background: url("../img/icons/decor_2.png") 0 6px no-repeat; }
  .welcome__list li:last-child {
    margin: 0px 0px 0px 0px; }

.faq {
  padding: 40px 0; }
  @media (max-width: 1182px) {
    .faq {
      padding: 20px 0 30px 0; } }
  .faq.view .faq__item:nth-child(1) {
    opacity: 1;
    top: 0;
    -webkit-transition: all 0.8s ease 0.1s;
    -moz-transition: all 0.8s ease 0.1s;
    -ms-transition: all 0.8s ease 0.1s;
    -o-transition: all 0.8s ease 0.1s;
    transition: all 0.8s ease 0.1s; }
  .faq.view .faq__item:nth-child(2) {
    opacity: 1;
    top: 0;
    -webkit-transition: all 0.8s ease 0.2s;
    -moz-transition: all 0.8s ease 0.2s;
    -ms-transition: all 0.8s ease 0.2s;
    -o-transition: all 0.8s ease 0.2s;
    transition: all 0.8s ease 0.2s; }
  .faq.view .faq__item:nth-child(3) {
    opacity: 1;
    top: 0;
    -webkit-transition: all 0.8s ease 0.3s;
    -moz-transition: all 0.8s ease 0.3s;
    -ms-transition: all 0.8s ease 0.3s;
    -o-transition: all 0.8s ease 0.3s;
    transition: all 0.8s ease 0.3s; }
  .faq.view .faq__item:nth-child(4) {
    opacity: 1;
    top: 0;
    -webkit-transition: all 0.8s ease 0.4s;
    -moz-transition: all 0.8s ease 0.4s;
    -ms-transition: all 0.8s ease 0.4s;
    -o-transition: all 0.8s ease 0.4s;
    transition: all 0.8s ease 0.4s; }
  .faq.view .faq__item:nth-child(5) {
    opacity: 1;
    top: 0;
    -webkit-transition: all 0.8s ease 0.5s;
    -moz-transition: all 0.8s ease 0.5s;
    -ms-transition: all 0.8s ease 0.5s;
    -o-transition: all 0.8s ease 0.5s;
    transition: all 0.8s ease 0.5s; }
  .faq.view .faq__item:nth-child(6) {
    opacity: 1;
    top: 0;
    -webkit-transition: all 0.8s ease 0.6s;
    -moz-transition: all 0.8s ease 0.6s;
    -ms-transition: all 0.8s ease 0.6s;
    -o-transition: all 0.8s ease 0.6s;
    transition: all 0.8s ease 0.6s; }
  .faq.view .faq__item:nth-child(7) {
    opacity: 1;
    top: 0;
    -webkit-transition: all 0.8s ease 0.7s;
    -moz-transition: all 0.8s ease 0.7s;
    -ms-transition: all 0.8s ease 0.7s;
    -o-transition: all 0.8s ease 0.7s;
    transition: all 0.8s ease 0.7s; }
  .faq.view .faq__item:nth-child(8) {
    opacity: 1;
    top: 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; }
  .faq.view .faq__item:nth-child(9) {
    opacity: 1;
    top: 0;
    -webkit-transition: all 0.8s ease 0.9s;
    -moz-transition: all 0.8s ease 0.9s;
    -ms-transition: all 0.8s ease 0.9s;
    -o-transition: all 0.8s ease 0.9s;
    transition: all 0.8s ease 0.9s; }
  .faq.view .faq__item:nth-child(10) {
    opacity: 1;
    top: 0;
    -webkit-transition: all 0.8s ease 1s;
    -moz-transition: all 0.8s ease 1s;
    -ms-transition: all 0.8s ease 1s;
    -o-transition: all 0.8s ease 1s;
    transition: all 0.8s ease 1s; }
  .faq__title {
    margin: 0px 0px 25px 0px; }
  .faq__item {
    background-color: #fafafa;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    margin: 0px 0px 30px 0px; }
    .faq__item:last-child {
      margin: 0px 0px 0px 0px; }
  .faq__header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 0;
    min-height: 80px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer; }
    @media (max-width: 767.98px) {
      .faq__header {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 10px 0 20px 0; } }
    .faq__header.active .faq__num {
      color: #dedede; }
    .faq__header.active .faq__label {
      color: #373d3d; }
    .faq__header.active .faq__arrow:before {
      -moz-transform: rotate(-40deg);
      -ms-transform: rotate(-40deg);
      -webkit-transform: rotate(-40deg);
      -o-transform: rotate(-40deg);
      transform: rotate(-40deg);
      background-color: #b2b6b9; }
    .faq__header.active .faq__arrow:after {
      -moz-transform: rotate(40deg);
      -ms-transform: rotate(40deg);
      -webkit-transform: rotate(40deg);
      -o-transform: rotate(40deg);
      transform: rotate(40deg);
      background-color: #b2b6b9; }
  .faq__num {
    -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 0 120px;
    flex: 0 0 120px;
    font-size: 57px;
    font-weight: 900;
    text-align: center;
    color: #f4f4f7; }
    @media (max-width: 767.98px) {
      .faq__num {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
        text-align: left;
        padding: 0px 0px 0px 20px; } }
  .faq__label {
    -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;
    font-size: 20px;
    color: #c41384;
    font-family: 'Ubuntu';
    font-weight: 500;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding: 10px 0; }
    @media (max-width: 767.98px) {
      .faq__label {
        -webkit-box-ordinal-group: 3;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 3;
        -webkit-order: 3;
        order: 3;
        padding: 10px 20px 0px 20px; } }
  .faq__arrow {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75px;
    flex: 0 0 75px;
    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; }
    @media (max-width: 767.98px) {
      .faq__arrow {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2; } }
    .faq__arrow:before {
      -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;
      content: '';
      width: 12px;
      height: 2px;
      -moz-transform: rotate(40deg);
      -ms-transform: rotate(40deg);
      -webkit-transform: rotate(40deg);
      -o-transform: rotate(40deg);
      transform: rotate(40deg);
      background-color: #702682;
      display: inline-block; }
    .faq__arrow:after {
      -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;
      content: '';
      width: 12px;
      height: 2px;
      -moz-transform: rotate(-40deg);
      -ms-transform: rotate(-40deg);
      -webkit-transform: rotate(-40deg);
      -o-transform: rotate(-40deg);
      transform: rotate(-40deg);
      background-color: #702682;
      display: inline-block;
      margin: 0px 0px 0px -3px; }
  .faq__text {
    display: none;
    font-size: 17px;
    line-height: 25px;
    font-weight: 300;
    padding: 0px 75px 30px 120px; }
    @media (max-width: 767.98px) {
      .faq__text {
        padding: 0px 0px 20px 20px; } }

.contacts {
  background: url("../img/contacts/bg.jpg") center/cover no-repeat;
  padding: 50px 0; }
  @media (max-width: 1182px) {
    .contacts {
      padding: 35px 0; } }
  .contacts__row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 0; }
    @media (max-width: 1182px) {
      .contacts__row {
        display: block; } }
  .contacts__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%; }
  .contacts__copy {
    font-size: 15px;
    font-family: 'Ubuntu';
    margin: 0px 0px 30px 0px; }
    @media (max-width: 767.98px) {
      .contacts__copy {
        text-align: center;
        line-height: 20px; } }
  @media (max-width: 1182px) {
    .contacts__items {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      font-size: 0;
      margin: 0px 0px 35px 0px; } }
  @media (max-width: 767.98px) {
    .contacts__items {
      display: block; } }
  .contacts__item {
    font-family: 'Roboto';
    line-height: 48px;
    display: inline-block;
    padding: 0px 0px 0px 80px;
    font-size: 18px; }
    .contacts__item_email {
      background: url("../img/contacts/01.png") 0 0 no-repeat;
      color: #702682;
      text-decoration: underline;
      margin: 0px 0px 15px 0px; }
      @media (max-width: 1182px) {
        .contacts__item_email {
          margin: 0px 20px 0px 0px; } }
      @media (max-width: 767.98px) {
        .contacts__item_email {
          margin: 0px 0px 15px 0px; } }
    .contacts__item_phone {
      color: #373d3d;
      background: url("../img/contacts/02.png") 0 0 no-repeat; }

.menu-contacts__row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  margin: 0px -15px; }
  @media (max-width: 767.98px) {
    .menu-contacts__row {
      display: block; } }

.menu-contacts__column {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0px 15px; }
  @media (max-width: 767.98px) {
    .menu-contacts__column {
      margin: 0px 0px 20px 0px; }
      .menu-contacts__column:last-child {
        margin: 0px 0px 0px 0px; } }

.menu-contacts__label {
  background: url("../img/icons/decor.png") left no-repeat;
  padding: 0px 0px 0px 50px;
  font-size: 20px;
  color: #373d3d;
  font-weight: 700;
  margin: 0px 0px 20px 0px; }

.menu-contacts__list {
  padding: 0px 0px 0px 50px; }
  .menu-contacts__list li {
    margin: 0px 0px 10px 0px; }
    .menu-contacts__list li:last-child {
      margin: 0px 0px 0px 0px; }

.menu-contacts__link {
  font-size: 15px;
  color: #5a0e6c;
  line-height: 20px;
  font-family: 'Ubuntu'; }
  .menu-contacts__link:hover {
    text-decoration: underline; }

.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 35px;
  font-size: 23px;
  font-weight: 700;
  height: 68px;
  line-height: 68px;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #c41384;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  font-family: 'Roboto';
  -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; }
  @media (max-width: 767.98px) {
    .btn {
      padding: 0px 23px; } }
  .btn_d {
    background-color: #702682; }
  .btn span {
    position: relative;
    z-index: 1; }
  .btn:before {
    content: '';
    top: 0;
    left: 0;
    position: absolute;
    height: 50%;
    width: 100%;
    opacity: 0.1;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%); }
  .btn:after {
    content: '';
    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; }
  .btn:hover {
    background-color: #702682; }
    .btn:hover.btn_d {
      background-color: #c41384; }
  .btn.fw {
    width: 100%; }

.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: 55px;
    border: 1px solid #dedede;
    position: relative;
    background-color: #fff; }
  .select .select-title__arrow {
    position: absolute;
    top: 0;
    right: 0px;
    width: 45px;
    height: 100%;
    background: url("../img/icons/select-arrow.svg") center no-repeat; }
  .select .select-title__value {
    color: #000;
    font-weight: 700;
    font-size: 18px;
    line-height: 53px;
    display: block;
    overflow: hidden;
    padding: 0 45px 0 25px;
    white-space: nowrap;
    text-transform: none;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; }
  .select .select-options {
    position: absolute;
    z-index: 10;
    top: 54px;
    display: none;
    overflow: hidden;
    min-width: 100%;
    background-color: #fff;
    border: 1px solid #dedede;
    padding: 10px 20px 10px 25px; }
  .select .select-options-scroll {
    max-height: 80px;
    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 {
  border-radius: 0 !important;
  width: 100%;
  display: block;
  padding: 0px 20px; }

textarea.input {
  resize: none;
  padding: 0px 0px; }

.check {
  position: relative;
  padding-left: 25px;
  color: #5f5f5f;
  line-height: 18px;
  cursor: pointer; }
  .check input {
    display: none; }
  .check:before {
    content: '';
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #a3a3a3;
    position: absolute; }
  .check.active:before {
    background: url("../img/icons/check.png") center no-repeat; }

.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; }
  .rating.edit .star {
    cursor: pointer; }
  .rating .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; }

@-webkit-keyframes button {
  0% {
    transform: translate3d(0, 0, 0) rotate(0deg) scale(0);
    -moz-transform: translate3d(0, 0, 0) rotate(0deg) scale(0);
    -ms-transform: translate3d(0, 0, 0) rotate(0deg) scale(0);
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg) scale(0);
    -o-transform: translate3d(0, 0, 0) rotate(0deg) scale(0); }
  50% {
    transform: translate3d(0, 0, 0) rotate(360deg) scale(1);
    -moz-transform: translate3d(0, 0, 0) rotate(360deg) scale(1);
    -ms-transform: translate3d(0, 0, 0) rotate(360deg) scale(1);
    -webkit-transform: translate3d(0, 0, 0) rotate(360deg) scale(1);
    -o-transform: translate3d(0, 0, 0) rotate(360deg) scale(1); }
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg) scale(0);
    -moz-transform: translate3d(0, 0, 0) rotate(0deg) scale(0);
    -ms-transform: translate3d(0, 0, 0) rotate(0deg) scale(0);
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg) scale(0);
    -o-transform: translate3d(0, 0, 0) rotate(0deg) scale(0); } }

@-moz-keyframes button {
  0% {
    transform: translate3d(0, 0, 0) rotate(0deg) scale(0);
    -moz-transform: translate3d(0, 0, 0) rotate(0deg) scale(0);
    -ms-transform: translate3d(0, 0, 0) rotate(0deg) scale(0);
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg) scale(0);
    -o-transform: translate3d(0, 0, 0) rotate(0deg) scale(0); }
  50% {
    transform: translate3d(0, 0, 0) rotate(360deg) scale(1);
    -moz-transform: translate3d(0, 0, 0) rotate(360deg) scale(1);
    -ms-transform: translate3d(0, 0, 0) rotate(360deg) scale(1);
    -webkit-transform: translate3d(0, 0, 0) rotate(360deg) scale(1);
    -o-transform: translate3d(0, 0, 0) rotate(360deg) scale(1); }
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg) scale(0);
    -moz-transform: translate3d(0, 0, 0) rotate(0deg) scale(0);
    -ms-transform: translate3d(0, 0, 0) rotate(0deg) scale(0);
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg) scale(0);
    -o-transform: translate3d(0, 0, 0) rotate(0deg) scale(0); } }

@-o-keyframes button {
  0% {
    transform: translate3d(0, 0, 0) rotate(0deg) scale(0);
    -moz-transform: translate3d(0, 0, 0) rotate(0deg) scale(0);
    -ms-transform: translate3d(0, 0, 0) rotate(0deg) scale(0);
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg) scale(0);
    -o-transform: translate3d(0, 0, 0) rotate(0deg) scale(0); }
  50% {
    transform: translate3d(0, 0, 0) rotate(360deg) scale(1);
    -moz-transform: translate3d(0, 0, 0) rotate(360deg) scale(1);
    -ms-transform: translate3d(0, 0, 0) rotate(360deg) scale(1);
    -webkit-transform: translate3d(0, 0, 0) rotate(360deg) scale(1);
    -o-transform: translate3d(0, 0, 0) rotate(360deg) scale(1); }
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg) scale(0);
    -moz-transform: translate3d(0, 0, 0) rotate(0deg) scale(0);
    -ms-transform: translate3d(0, 0, 0) rotate(0deg) scale(0);
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg) scale(0);
    -o-transform: translate3d(0, 0, 0) rotate(0deg) scale(0); } }

@keyframes button {
  0% {
    transform: translate3d(0, 0, 0) rotate(0deg) scale(0);
    -moz-transform: translate3d(0, 0, 0) rotate(0deg) scale(0);
    -ms-transform: translate3d(0, 0, 0) rotate(0deg) scale(0);
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg) scale(0);
    -o-transform: translate3d(0, 0, 0) rotate(0deg) scale(0); }
  50% {
    transform: translate3d(0, 0, 0) rotate(360deg) scale(1);
    -moz-transform: translate3d(0, 0, 0) rotate(360deg) scale(1);
    -ms-transform: translate3d(0, 0, 0) rotate(360deg) scale(1);
    -webkit-transform: translate3d(0, 0, 0) rotate(360deg) scale(1);
    -o-transform: translate3d(0, 0, 0) rotate(360deg) scale(1); }
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg) scale(0);
    -moz-transform: translate3d(0, 0, 0) rotate(0deg) scale(0);
    -ms-transform: translate3d(0, 0, 0) rotate(0deg) scale(0);
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg) scale(0);
    -o-transform: translate3d(0, 0, 0) rotate(0deg) scale(0); } }

.title {
  position: relative;
  top: 50px;
  opacity: 0;
  color: #373d3d;
  font-size: 37px;
  font-weight: 700;
  line-height: 40px;
  text-align: center; }
  .title_w {
    color: #fff; }
  @media (max-width: 1182px) {
    .title {
      font-size: 32px;
      line-height: 35px; } }

.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%; }
  .slick-slider .slick-slide {
    overflow: hidden;
    float: left;
    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; }
