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

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

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

:focus, :active {
  outline: none; }

a: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: "Maven Pro";
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }
  @media (max-width: 769px) {
    body.lock {
      overflow: hidden; } }

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

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: 1920px;
  margin: 0 auto;
  width: 100%; }
  @media (max-width: 1932px) {
    .container {
      max-width: 1920px; } }
  @media (max-width: 992px) {
    .container {
      max-width: 750px; } }
  @media (max-width: 768px) {
    .container {
      max-width: none;
      padding: 0 10px; } }

.header.active {
  background-color: #4f4f6f;
  opacity: 0.9;
  margin: 0; }

.header {
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  position: fixed;
  left: 0;
  z-index: 4;
  padding: 0px 50px 0 50px;
  margin: 50px 0px 0px 0px;
  width: 100%; }
  @media (max-width: 1300px) {
    .header {
      padding: 0px 45px 0px 45px;
      margin: 45px 0px 0px 0px; } }
  @media (max-width: 1070px) {
    .header {
      padding: 0px 40px 0px 40px;
      margin: 40px 0px 0px 0px; } }
  @media (max-width: 992px) {
    .header {
      padding: 0px 30px 0px 30px;
      margin: 30px 0px 0px 0px; } }
  @media (max-width: 768px) {
    .header {
      padding: 0px 20px 0px 20px;
      margin: 20px 0px 0px 0px; } }

.header-body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  justify-content: space-between;
  align-items: center; }
  .header-body__logo {
    margin: 0 10px 0 0;
    flex: 0 0 254px;
    align-self: flex-start;
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    line-height: 29px;
    text-transform: uppercase;
    letter-spacing: 6px;
    padding: 7px 0 0px 0; }
    .header-body__logo:hover img {
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -webkit-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg); }
    .header-body__logo img {
      -webkit-transition: all 1.5s ease 0s;
      -moz-transition: all 1.5s ease 0s;
      -ms-transition: all 1.5s ease 0s;
      -o-transition: all 1.5s ease 0s;
      transition: all 1.5s ease 0s;
      padding: 0;
      vertical-align: middle;
      max-width: 48px;
      margin: 0px 17px 0px 0px; }
      @media (max-width: 340px) {
        .header-body__logo img {
          margin: 0px 7px 0px 0px; } }
    @media (max-width: 340px) {
      .header-body__logo {
        position: relative;
        left: -20px; } }

.header-body-navigation {
  max-width: 780px; }
  @media (max-width: 768px) {
    .header-body-navigation {
      max-width: none; } }
  .header-body-navigation__list.active {
    left: 30px;
    top: 118px; }
  .header-body-navigation__list {
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 0;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -25px; }
    @media (max-width: 768px) {
      .header-body-navigation__list {
        position: absolute;
        left: -100%;
        overflow: auto;
        height: 190px;
        max-width: 320px;
        background-color: #6e45e2;
        border-radius: 25px; } }
    @media (max-width: 1070px) {
      .header-body-navigation__list {
        margin: 0 -12.5px; } }
    @media (max-width: 992px) {
      .header-body-navigation__list {
        margin: 0 -6.25px; } }
    @media (max-width: 768px) {
      .header-body-navigation__list {
        display: block; } }
  .header-body-navigation__link {
    display: inline-block;
    padding: 0 25px; }
    @media (max-width: 1070px) {
      .header-body-navigation__link {
        padding: 0 12.5px; } }
    @media (max-width: 992px) {
      .header-body-navigation__link {
        margin: 0 -6.25px; } }
    @media (max-width: 768px) {
      .header-body-navigation__link {
        display: block;
        margin: 10px 20px; } }
    .header-body-navigation__link a {
      display: inline-block;
      color: #ffffff;
      font-size: 16px;
      font-weight: 500;
      line-height: 50px;
      height: 50px;
      position: relative; }
      @media (max-width: 768px) {
        .header-body-navigation__link a {
          font-size: 30px; } }
      .header-body-navigation__link a:after {
        content: "";
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -ms-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
        position: absolute;
        height: 1px;
        width: 0;
        background-color: #fff;
        left: 0;
        bottom: 10%; }
      .header-body-navigation__link a:hover:after {
        width: 100%; }
    .header-body-navigation__link:last-child {
      -webkit-transition: all 1s ease 0s;
      -moz-transition: all 1s ease 0s;
      -ms-transition: all 1s ease 0s;
      -o-transition: all 1s ease 0s;
      transition: all 1s ease 0s;
      padding: 0; }
      @media (max-width: 992px) {
        .header-body-navigation__link:last-child {
          margin: 0 -6.25px 0 0; } }
      .header-body-navigation__link:last-child a {
        line-height: 34px;
        -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;
        border: 1px solid #fff;
        border-radius: 25px;
        text-align: center;
        display: inline-block;
        padding: 8px 0 8px 0;
        width: 150px;
        color: #ffffff;
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.6px; }
        @media (max-width: 992px) {
          .header-body-navigation__link:last-child a {
            line-height: 50px; } }
        .header-body-navigation__link:last-child a:hover {
          cursor: url("../img/2/04.png") 0 0, auto;
          background-color: #6e45e2;
          border-color: #6e45e2;
          box-shadow: 0 0 19px 2px #6e45e2; }
        @media (max-width: 992px) {
          .header-body-navigation__link:last-child a {
            width: 110px;
            padding: 0; } }
        .header-body-navigation__link:last-child a:after {
          display: none; }
      @media (max-width: 850px) {
        .header-body-navigation__link:last-child {
          position: absolute;
          left: 5px;
          top: 60px;
          opacity: 0.9;
          padding: 10px;
          border-radius: 25px; } }
      @media (max-width: 768px) {
        .header-body-navigation__link:last-child {
          position: fixed;
          top: 75px; } }
  .header-body-navigation__icon {
    display: none; }
    @media (max-width: 768px) {
      .header-body-navigation__icon {
        cursor: pointer;
        position: fixed;
        display: inline-block;
        right: 0px;
        margin: 8px 20px 0px 0px; }
        .header-body-navigation__icon span {
          -webkit-transition: all 0.5s ease 0s;
          -moz-transition: all 0.5s ease 0s;
          -ms-transition: all 0.5s ease 0s;
          -o-transition: all 0.5s ease 0s;
          transition: all 0.5s ease 0s;
          margin: 0px 0px 10px 0px;
          display: block;
          background-color: #fff;
          height: 1px;
          width: 30px; }
          .header-body-navigation__icon span:last-child {
            margin: 0; } }
  .header-body-navigation__icon.active span:first-child {
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin: 10px 0 0 0; }
  .header-body-navigation__icon.active span:nth-child(2) {
    display: none; }
  .header-body-navigation__icon.active span:last-child {
    margin: -2px 0 0 0;
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg); }

/*
	.header-menu__icon{
		display: block;
		position: absolute;
		top: 18px;
		right: 10px;
		width:30px;
		height: 18px;
		cursor: pointer;
		z-index: 5;
		span{@include anim(0.3s,0s);top: 8px;left: 0px;position: absolute;width: 100%;height: 2px;background-color: #000;
			&:first-child{top: 0px;}
			&:last-child{top: auto;bottom: 0px;}
		}
		&.active{
			span{@include scale(0);
				&:first-child{@include rotate(-45deg);top: 8px;}
				&:last-child{@include rotate(45deg);bottom: 8px;}
			}
		}
	}
*/
.footer-body {
  height: 75px;
  padding: 0 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  justify-content: space-between;
  align-items: center; }
  @media (max-width: 768px) {
    .footer-body {
      display: block;
      text-align: center;
      margin: 0px 0px 30px 0px; } }
  .footer-body__text {
    color: #6a6a77;
    font-size: 14px;
    font-weight: 500;
    line-height: 19px; }
    @media (max-width: 768px) {
      .footer-body__text {
        margin: 20px 0px 20px 0px; } }
  .footer-body__links {
    width: 120px;
    margin: 0 -7.5px; }
    @media (max-width: 768px) {
      .footer-body__links {
        display: inline-block;
        margin: 0 auto 0 auto; } }
    .footer-body__links a {
      display: inline-block;
      padding: 0 7.5px;
      font-family: '01', 'Comic Sans MS';
      color: #6a6a77;
      font-size: 16px;
      line-height: 19px;
      -webkit-transition: all 0.5s ease 0s;
      -moz-transition: all 0.5s ease 0s;
      -ms-transition: all 0.5s ease 0s;
      -o-transition: all 0.5s ease 0s;
      transition: all 0.5s ease 0s; }
      .footer-body__links a:hover {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg); }

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

.form__column {
  padding: 0px 15px; }

.btn {
  display: inline-block;
  padding: 0px 0px; }
  .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;
    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: 1px solid #000;
  height: 50px;
  border-radius: 0 !important;
  margin: 0px 0px 20px 0px;
  width: 100%;
  display: block;
  padding: 0px 20px; }
  .input.err {
    border: 1px solid red; }

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: #000; }

.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: #000; }

.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: 768px) {
    .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;
  justify-content: space-between;
  padding: 14px 0px 0px 0px; }

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

.title {
  color: #ffffff;
  font-size: 86px;
  font-weight: 500;
  line-height: 72px;
  letter-spacing: -1.69px; }

.uptitle {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.7px; }
  .uptitle:after {
    content: "";
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    position: absolute;
    display: inline-block;
    top: 8px;
    right: -39px;
    height: 1px;
    width: 24px;
    background-color: #fff; }
  .uptitle:before {
    content: "";
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    position: absolute;
    display: inline-block;
    top: 8px;
    left: -39px;
    height: 1px;
    width: 24px;
    background-color: #fff; }
  .uptitle:hover:after {
    right: 105%; }
  .uptitle:hover:before {
    left: 105%; }

.text {
  color: #ffffff;
  font-size: 16px;
  line-height: 22px; }
  @media (max-width: 992px) {
    .text {
      font-size: 15px;
      line-height: 20px; } }
  @media (max-width: 768px) {
    .text {
      font-size: 14px;
      line-height: 18px; } }
  @media (max-width: 480px) {
    .text {
      font-size: 13px;
      line-height: 17px; } }

.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;
  text-overflow: ellipsis; }

.es {
  overflow: hidden;
  white-space: nowrap;
  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;
  background-color: black; }
  .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;
  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 {
  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; }

@keyframes arrowlight {
  0% {
    box-shadow: 0 0 19px 2px rgba(204, 204, 223, 0.5); }
  100% {
    box-shadow: 0 0 39px 10px #ccccdf; } }

.first {
  padding: 0px 0px 11.3549% 0px;
  position: relative;
  text-align: center; }
  @media (max-height: 768px) {
    .first {
      padding: 0px 0px 13.77% 0px; } }
  @media (max-width: 600px) {
    .first {
      padding: 0;
      height: 420px; } }
  .first:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(-60deg, #88d3ce 0%, #6e45e2 100%);
    opacity: 0.85; }
  .first__arrow {
    transform: translate(-32px, 0);
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    display: inline-block;
    position: absolute;
    z-index: 1;
    bottom: 48px;
    width: 64px;
    height: 64px;
    box-shadow: 0 0 19px 2px rgba(204, 204, 223, 0.5);
    animation: arrowlight 1s linear infinite alternate;
    border-radius: 32px;
    background-color: #ffffff; }
    @media (max-width: 768px) {
      .first__arrow {
        bottom: 25px; } }
    .first__arrow:after {
      content: "";
      -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;
      display: inline-block;
      top: 24px;
      height: 16px;
      width: 2px;
      background-color: #9fa4af;
      position: relative; }
    .first__arrow:hover:after {
      top: 30px; }
    .first__arrow:hover:before {
      top: 36px; }
    .first__arrow:before {
      content: "";
      -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: absolute;
      border: solid #9fa4af;
      border-width: 0px 2px 2px 0;
      padding: 4px;
      display: inline-block;
      right: 27.5px;
      top: 30px;
      transform: rotate(45deg); }
  .first__body {
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 280px 50px 50px 50px; }
    @media (max-width: 1500px) {
      .first__body {
        padding: 240px 50px 50px 50px; } }
    @media (max-width: 1250px) {
      .first__body {
        padding: 200px 50px 50px 50px; } }
    @media (max-width: 992px) {
      .first__body {
        padding: 170px 50px 50px 50px; } }
    @media (max-width: 768px) {
      .first__body {
        padding: 150px 50px 30px 50px; } }
  .first__uptitle {
    max-width: 250px;
    margin: 0 auto 40px auto; }
    @media (max-width: 992px) {
      .first__uptitle {
        margin: 0 auto 30px auto; } }
    @media (max-width: 768px) {
      .first__uptitle {
        margin: 0 auto 20px auto; } }
    @media (max-width: 480px) {
      .first__uptitle {
        margin: 0 auto 10px auto; } }
  .first__title {
    max-width: 490px;
    margin: 0 auto 22px auto;
    letter-spacing: -2.42px; }
    @media (max-width: 600px) {
      .first__title {
        font-size: 66px;
        line-height: 66px; } }
    @media (max-width: 485px) {
      .first__title {
        font-size: 56px;
        line-height: 56px;
        margin: 0 auto 11px auto; } }
    @media (max-width: 425px) {
      .first__title {
        font-size: 46px;
        line-height: 46px; } }
    @media (max-width: 365px) {
      .first__title {
        font-size: 38px;
        line-height: 38px; } }
  .first__text {
    margin: 0 auto;
    max-width: 380px; }

/* PLAN */
.plan {
  background-color: #f9fafc; }
  .plan__body {
    padding: 120px 0;
    text-align: center; }
    @media (max-width: 1350px) {
      .plan__body {
        padding: 115px 0; } }
    @media (max-width: 1305px), (max-height: 900px) {
      .plan__body {
        padding: 100px 0; } }
    @media (max-width: 992px), (max-height: 730px) {
      .plan__body {
        padding: 70px 0; } }
    @media (max-width: 768px) {
      .plan__body {
        padding: 50px 0; } }
    @media (max-width: 480px) {
      .plan__body {
        padding: 30px 0; } }
  .plan__uptitle {
    display: inline-block;
    color: #9fa4af;
    margin: 0px 0px 25px 0px; }
    .plan__uptitle:before, .plan__uptitle:after {
      background-color: #6e45e2; }
    @media (max-width: 768px) {
      .plan__uptitle {
        margin: 0px 0px 12.5px 0px; } }
    @media (max-width: 480px) {
      .plan__uptitle {
        margin: 0px 0px 10px 0px; } }
  .plan__title {
    font-size: 60px;
    line-height: 72px;
    color: #4f4f6f;
    margin: 0px 0px 38px 0px; }
    @media (max-width: 995px) {
      .plan__title {
        font-size: 50px;
        line-height: 62px; } }
    @media (max-width: 645px) {
      .plan__title {
        font-size: 40px;
        line-height: 52px; } }
    @media (max-width: 510px) {
      .plan__title {
        font-size: 35px;
        line-height: 47px; } }
    @media (max-width: 450px) {
      .plan__title {
        font-size: 30px;
        line-height: 42px; } }
    @media (max-width: 375px) {
      .plan__title {
        font-size: 25px;
        line-height: 37px; } }
    @media (max-width: 992px) {
      .plan__title {
        margin: 0px 0px 25px 0px; } }
    @media (max-width: 768px) {
      .plan__title {
        margin: 0px 0px 20px 0px; } }
    @media (max-width: 480px) {
      .plan__title {
        margin: 0px 0px 15px 0px; } }
  .plan__text {
    display: inline-block;
    color: #9fa4af;
    max-width: 380px;
    margin: 0 auto 100px auto; }
    @media (max-width: 1350px) {
      .plan__text {
        margin: 0 auto 95px auto; } }
    @media (max-width: 1305px), (max-height: 900px) {
      .plan__text {
        margin: 0 auto 90px auto; } }
    @media (max-width: 992px), (max-height: 730px) {
      .plan__text {
        margin: 0 auto 80px auto; } }
    @media (max-width: 768px) {
      .plan__text {
        margin: 0 auto 60px auto; } }
    @media (max-width: 480px) {
      .plan__text {
        margin: 0 auto 40px auto; } }

.plan-row {
  padding: 0px 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  justify-content: center; }
  @media (max-width: 992px) {
    .plan-row {
      padding: 0 10px; } }
  @media (max-width: 768px) {
    .plan-row {
      display: block; } }
  @media (max-width: 768px) {
    .plan-row {
      padding: 0; } }
  .plan-row__column {
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 0;
    flex-direction: column;
    padding: 66px 72px;
    margin: 0px 50px 0px 0px;
    border: 1px solid #d7dbe8;
    background-color: #fff;
    border-radius: 30px; }
    .plan-row__column:hover {
      box-shadow: 0 0 82px 10px rgba(204, 204, 223, 0.71); }
    .plan-row__column:last-child {
      margin: 0; }
      @media (max-width: 768px) {
        .plan-row__column:last-child {
          margin: 0 auto; } }
    @media (max-width: 1350px) {
      .plan-row__column {
        padding: 56px 62px; } }
    @media (max-width: 1305px), (max-height: 900px) {
      .plan-row__column {
        padding: 25px 30px;
        margin: 0px 25px 0px 0px; } }
    @media (max-width: 992px), (max-height: 730px) {
      .plan-row__column {
        padding: 10px 10px;
        margin: 0px 10px 0px 0px; } }
    @media (max-width: 768px) {
      .plan-row__column {
        margin: 0 auto 20px auto;
        max-width: 70%; } }
    @media (max-width: 580px) {
      .plan-row__column {
        max-width: 80%; } }
    @media (max-width: 490px) {
      .plan-row__column {
        max-width: 90%; } }
    @media (max-width: 400px) {
      .plan-row__column {
        max-width: 100%; } }
  .plan-row__icon {
    max-width: 120px;
    height: 110px;
    margin: 0 auto 60px auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 0;
    justify-content: center;
    align-items: center; }
    .plan-row__icon img {
      width: 100%; }
    @media (max-width: 1350px) {
      .plan-row__icon {
        margin: 0 auto 50px auto; } }
    @media (max-width: 1305px), (max-height: 900px) {
      .plan-row__icon {
        margin: 0 auto 40px auto; } }
    @media (max-width: 992px), (max-height: 730px) {
      .plan-row__icon {
        margin: 0 auto 20px auto; } }
  .plan-row__uptitle {
    overflow: hidden;
    height: 50px;
    max-width: 270px;
    word-wrap: break-word;
    color: #9fa4af; }
    .plan-row__uptitle:after, .plan-row__uptitle:before {
      display: none; }
    @media (max-width: 1350px) {
      .plan-row__uptitle {
        height: 45px; } }
    @media (max-width: 1305px), (max-height: 900px) {
      .plan-row__uptitle {
        height: 40px; } }
    @media (max-width: 992px), (max-height: 730px) {
      .plan-row__uptitle {
        height: 35px; } }
    @media (max-width: 768px) {
      .plan-row__uptitle {
        margin: 0 auto; } }
  .plan-row__price {
    height: 100px;
    max-width: 270px;
    overflow: hidden;
    color: #4f4f6f;
    font-size: 18px;
    font-weight: 500;
    line-height: 72px;
    letter-spacing: -0.51px; }
    @media (max-width: 1350px) {
      .plan-row__price {
        height: 90px; } }
    @media (max-width: 1305px), (max-height: 900px) {
      .plan-row__price {
        height: 80px; } }
    @media (max-width: 992px), (max-height: 730px) {
      .plan-row__price {
        height: 70px; } }
    @media (max-width: 768px) {
      .plan-row__price {
        margin: 0 auto; } }
    .plan-row__price span {
      word-wrap: break-word; }
      .plan-row__price span:first-child {
        display: inline;
        vertical-align: top;
        font-size: 16px;
        line-height: 50.55px;
        letter-spacing: -0.64px; }
      .plan-row__price span:nth-child(2) {
        font-size: 60px;
        letter-spacing: -1.69px; }
  .plan-row__text {
    flex: 1 1 auto;
    color: #9fa4af;
    max-width: 270px;
    margin: 0 auto 55px auto; }
    @media (max-width: 1350px) {
      .plan-row__text {
        margin: 0 auto 50px auto; } }
    @media (max-width: 1305px), (max-height: 900px) {
      .plan-row__text {
        margin: 0 auto 45px auto; } }
    @media (max-width: 992px), (max-height: 730px) {
      .plan-row__text {
        margin: 0 auto 35px auto; } }
  .plan-row__selectlink {
    display: block;
    margin: 0 auto;
    width: 190px;
    height: 50px;
    box-shadow: 0 0 19px 2px rgba(204, 204, 223, 0.5);
    border-radius: 25px;
    border: 1px solid #d7dbe8;
    background-color: #ffffff;
    -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; }
    .plan-row__selectlink a {
      display: inline-block;
      height: 100%;
      width: 100%;
      border-radius: 25px;
      color: #c2c9db;
      font-size: 12px;
      font-weight: 700;
      line-height: 50px;
      text-transform: uppercase;
      letter-spacing: 0.6px; }
    .plan-row__selectlink:hover {
      box-shadow: none;
      border-width: 0;
      background-color: #6e45e2; }
      .plan-row__selectlink:hover a {
        cursor: url("../img/2/04.png") 0 0, auto;
        color: #fff; }

/* TAKE */
.take {
  position: relative;
  z-index: 1; }
  .take__body {
    max-width: 660px;
    margin: 0 auto;
    text-align: center;
    padding: 178px 0 186px 0; }
    @media (max-width: 992px) {
      .take__body {
        padding: 130px 0 140px 0; } }
    @media (max-width: 768px) {
      .take__body {
        padding: 90px 0 100px 0; } }
    @media (max-width: 480px) {
      .take__body {
        padding: 50px 0 60px 0; } }
    .take__body:after {
      content: "";
      display: inline-block;
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      background-image: linear-gradient(-60deg, #88d3ce 0%, #6e45e2 100%);
      opacity: 0.85; }
  .take__uptitle {
    max-width: 300px;
    margin: 0px auto 24px auto; }
    .take__uptitle:after, .take__uptitle:before {
      display: none; }
    @media (max-width: 540px) {
      .take__uptitle {
        margin: 0px auto; } }
  .take__title {
    font-size: 60px;
    line-height: 72px;
    margin: 0px 0px 18px 0px; }
    @media (max-width: 730px) {
      .take__title {
        max-width: 80%;
        margin: 0 auto 18px auto; } }
    @media (max-width: 450px) {
      .take__title {
        max-width: 95%; } }
    @media (max-width: 400px) {
      .take__title {
        max-width: 100%; } }
    @media (max-width: 660px) {
      .take__title {
        font-size: 50px;
        line-height: 62px; } }
    @media (max-width: 540px) {
      .take__title {
        font-size: 40px;
        line-height: 52px; } }
    @media (max-width: 425px) {
      .take__title {
        font-size: 30px;
        line-height: 42px; } }

.take-links__link {
  display: inline-block;
  width: 190px;
  height: 50px;
  margin: 0px 10px 0px 0px; }
  .take-links__link:last-child {
    margin: 0; }
  @media (max-width: 405px) {
    .take-links__link {
      width: 90%;
      margin: 0px 0px 10px 0px; } }
  .take-links__link a {
    -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;
    box-shadow: 0 0 19px 2px rgba(204, 204, 223, 0.5);
    border: 1px solid #d7dbe8;
    background-color: #ffffff;
    display: inline-block;
    border-radius: 25px;
    width: 100%;
    height: 100%;
    color: #c2c9db;
    font-size: 12px;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
    letter-spacing: 0.6px; }
    .take-links__link a:hover {
      box-shadow: none;
      color: #fff;
      border-color: #6e45e2;
      background-color: #6e45e2; }

/* NAVIGATIONBOTTOM */
.navigationbottom {
  position: relative; }
  .navigationbottom__body {
    padding: 50px 50px 30px 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 0;
    justify-content: space-between;
    position: relative; }
    @media (max-width: 1100px) {
      .navigationbottom__body {
        padding: 50px 25px 30px 25px; } }
    @media (max-width: 992px) {
      .navigationbottom__body {
        padding: 50px 5px 30px 5px; } }
    @media (max-width: 768px) {
      .navigationbottom__body {
        justify-content: center; } }
    .navigationbottom__body:after {
      content: "";
      display: inline-block;
      height: 1px;
      width: 100%;
      max-width: 94.7916%;
      background-color: #bdbdc2;
      position: absolute;
      bottom: 0; }
      @media (max-width: 992px) {
        .navigationbottom__body:after {
          max-width: 100%; } }
  .navigationbottom__logo {
    text-align: left;
    flex: 1 1 200px;
    min-width: 300px;
    display: inline-block; }
    @media (max-width: 768px) {
      .navigationbottom__logo {
        min-width: 200px; } }
    @media (max-width: 450px) {
      .navigationbottom__logo {
        min-width: 0; } }
    .navigationbottom__logo a:hover img {
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -webkit-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg); }
    .navigationbottom__logo img {
      -webkit-transition: all 1.5s ease 0s;
      -moz-transition: all 1.5s ease 0s;
      -ms-transition: all 1.5s ease 0s;
      -o-transition: all 1.5s ease 0s;
      transition: all 1.5s ease 0s;
      max-width: 48px; }
      @media (max-width: 992px) {
        .navigationbottom__logo img {
          max-width: 24px; } }
    .navigationbottom__logo span {
      color: #37374a;
      font-size: 30px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 6px;
      line-height: 48px;
      padding: 0px 0px 0px 17px; }
      @media (max-width: 992px) {
        .navigationbottom__logo span {
          font-size: 20px;
          line-height: 24px;
          padding: 0px 0px 0px 7px; } }
      @media (max-width: 768px) {
        .navigationbottom__logo span {
          font-size: 15px;
          letter-spacing: 3px; } }

.navigationbottom-navigation {
  position: relative;
  flex: 0 1 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  justify-content: flex-end; }
  .navigationbottom-navigation__title {
    display: none; }
    @media (max-width: 768px) {
      .navigationbottom-navigation__title {
        display: block;
        top: 70px;
        position: absolute;
        font-size: 20px;
        color: #6a6a77;
        font-weight: 500;
        line-height: 19px;
        letter-spacing: 2px; }
        .navigationbottom-navigation__title:after {
          content: "";
          -webkit-transition: all 0.5s ease 0s;
          -moz-transition: all 0.5s ease 0s;
          -ms-transition: all 0.5s ease 0s;
          -o-transition: all 0.5s ease 0s;
          transition: all 0.5s ease 0s;
          position: absolute;
          top: 4px;
          right: -15px;
          display: inline-block;
          height: 10px;
          width: 10px;
          border: solid #6e45e2;
          border-width: 0px 1px 1px 0;
          -moz-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          -webkit-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          transform: rotate(45deg); }
        .navigationbottom-navigation__title.active:after {
          top: 8px;
          -moz-transform: rotate(-135deg);
          -ms-transform: rotate(-135deg);
          -webkit-transform: rotate(-135deg);
          -o-transform: rotate(-135deg);
          transform: rotate(-135deg); } }
  @media (max-width: 768px) {
    .navigationbottom-navigation {
      flex-wrap: wrap;
      justify-content: center; } }
  .navigationbottom-navigation__list {
    max-width: 580px;
    min-width: 580px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 0;
    flex-wrap: wrap;
    margin: 0 -25px; }
    @media (max-width: 1100px) {
      .navigationbottom-navigation__list {
        margin: 0 -12.5px;
        min-width: 480px; } }
    @media (max-width: 992px) {
      .navigationbottom-navigation__list {
        margin: 0px 0 0px 0;
        min-width: 0px; } }
    @media (max-width: 768px) {
      .navigationbottom-navigation__list {
        display: none;
        margin: 30px 0 0 0;
        text-align: center;
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
        flex: 0 1 100%; } }
  .navigationbottom-navigation__link {
    padding: 0 25px; }
    @media (max-width: 1100px) {
      .navigationbottom-navigation__link {
        padding: 0 12.5px; } }
    @media (max-width: 992px) {
      .navigationbottom-navigation__link {
        padding: 0 5px; } }
    @media (max-width: 768px) {
      .navigationbottom-navigation__link {
        padding: 0; } }
    .navigationbottom-navigation__link a {
      color: #6a6a77;
      font-size: 16px;
      font-weight: 500;
      line-height: 50px;
      position: relative; }
      @media (max-width: 992px) {
        .navigationbottom-navigation__link a {
          line-height: 24px; } }
      .navigationbottom-navigation__link a:after {
        content: "";
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -ms-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
        position: absolute;
        height: 1px;
        width: 0;
        background-color: #6a6a77;
        left: 0;
        bottom: -15%; }
      .navigationbottom-navigation__link a:hover:after {
        width: 100%; }
  .navigationbottom-navigation__linkstarted {
    text-align: center;
    min-width: 150px;
    height: 50px;
    margin: 0px 0px 0px 60px; }
    @media (max-width: 992px) {
      .navigationbottom-navigation__linkstarted {
        margin: 0 0px 0px 30px; } }
    @media (max-width: 768px) {
      .navigationbottom-navigation__linkstarted {
        margin: 0 0 20px 0; } }
    .navigationbottom-navigation__linkstarted a {
      -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;
      border: 1px solid #d7dbe8;
      background-color: #6e45e2;
      display: inline-block;
      color: #fff;
      height: 100%;
      width: 100%;
      border-radius: 25px;
      font-size: 12px;
      font-weight: 700;
      line-height: 50px;
      text-transform: uppercase;
      letter-spacing: 0.6px; }
      .navigationbottom-navigation__linkstarted a:hover {
        background-color: #fff;
        color: #6e45e2;
        border-color: #6e45e2;
        box-shadow: 0 0 19px 2px #6e45e2; }
