﻿@charset "UTF-8";
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  () */
.owl-carousel {
  -webkit-tap-highlight-color: transparent;
  position: relative;
  display: none;
  width: 100%;
  z-index: 1; }
  .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden; }
    .owl-carousel .owl-stage:after {
      content: ".";
      display: block;
      clear: both;
      visibility: hidden;
      line-height: 0;
      height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none; }
    .owl-carousel .owl-item img {
      display: block;
      width: 100%; }
  .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none; }

.no-js .owl-carousel {
  display: block; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.hh-order {
    position: absolute;
    display: flex;
    margin: 0 auto;
    text-align: center;
    margin-left: 50px;
    margin-top: 25px;
    top: 100px;
}

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.owl-height {
  -webkit-transition: height .5s ease-in-out;
  -o-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform .1s ease;
  transition: -webkit-transform .1s ease;
  -o-transition: transform .1s ease;
  transition: transform .1s ease;
  transition: transform .1s ease, -webkit-transform .1s ease; }
  .owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    -webkit-transform: scale(1.3, 1.3);
            transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

#hamburger-icon {
  width: 34px;
  height: 30px;
  display: none;
  cursor: pointer;
  position: relative;
  top: -3px; }
  #hamburger-icon .line {
    text-align: center;
    display: block;
    background: #25282d;
    width: 32px;
    height: 5px;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    margin: 5px 0; }
  #hamburger-icon.active .line-1 {
    -ms-transform: translateY(10px) translateX(0) rotate(45deg);
        transform: translateY(10px) translateX(0) rotate(45deg);
    -webkit-transform: translateY(10px) translateX(0) rotate(45deg);
    -moz-transform: translateY(10px) translateX(0) rotate(45deg); }
  #hamburger-icon.active .line-2 {
    opacity: 0; }
  #hamburger-icon.active .line-3 {
    -ms-transform: translateY(-10px) translateX(0) rotate(-45deg);
        transform: translateY(-10px) translateX(0) rotate(-45deg);
    -webkit-transform: translateY(-10px) translateX(0) rotate(-45deg);
    -moz-transform: translateY(-10px) translateX(0) rotate(-45deg); }

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }
  .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader, .mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   *   * Remove all paddings around the image on small screen */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.animated {
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }
  .animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite; }

@-webkit-keyframes UpСhangePosition {
  from {
    -webkit-transform: translateY(-100vh);
            transform: translateY(-100vh); }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes UpСhangePosition {
  from {
    -webkit-transform: translateY(-100vh);
            transform: translateY(-100vh); }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

.UpСhangePosition {
  -webkit-animation-name: UpСhangePosition;
          animation-name: UpСhangePosition;
  visibility: visible; }

@-webkit-keyframes DownСhangePosition {
  from {
    -webkit-transform: translateY(100vh);
            transform: translateY(100vh); }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes DownСhangePosition {
  from {
    -webkit-transform: translateY(100vh);
            transform: translateY(100vh); }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

.DownСhangePosition {
  -webkit-animation-name: DownСhangePosition;
          animation-name: DownСhangePosition;
  visibility: visible; }

@-webkit-keyframes ZoomStarAndInLeft {
  from {
    -webkit-transform: translateX(20vw) scaleY(3) scaleX(3);
            transform: translateX(20vw) scaleY(3) scaleX(3); }
  to {
    -webkit-transform: translateY(0) scaleY(1) scaleX(1);
            transform: translateY(0) scaleY(1) scaleX(1); } }

@keyframes ZoomStarAndInLeft {
  from {
    -webkit-transform: translateX(20vw) scaleY(3) scaleX(3);
            transform: translateX(20vw) scaleY(3) scaleX(3); }
  to {
    -webkit-transform: translateY(0) scaleY(1) scaleX(1);
            transform: translateY(0) scaleY(1) scaleX(1); } }

.ZoomStarAndInLeft {
  -webkit-animation-name: ZoomStarAndInLeft;
          animation-name: ZoomStarAndInLeft;
  visibility: visible; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes emoji_1 {
  from {
    opacity: 1; }
  20% {
    -webkit-transform: translate3d(3vw, -12vh, 0);
            transform: translate3d(3vw, -12vh, 0); }
  40% {
    -webkit-transform: translate3d(-3vw, -45vh, 0);
            transform: translate3d(-3vw, -45vh, 0); }
  60% {
    -webkit-transform: translate3d(3vw, -68vh, 0);
            transform: translate3d(3vw, -68vh, 0); }
  100% {
    -webkit-transform: translate3d(-5vw, -96vh, 0);
            transform: translate3d(-5vw, -96vh, 0); } }

@keyframes emoji_1 {
  from {
    opacity: 1; }
  20% {
    -webkit-transform: translate3d(3vw, -12vh, 0);
            transform: translate3d(3vw, -12vh, 0); }
  40% {
    -webkit-transform: translate3d(-3vw, -45vh, 0);
            transform: translate3d(-3vw, -45vh, 0); }
  60% {
    -webkit-transform: translate3d(3vw, -68vh, 0);
            transform: translate3d(3vw, -68vh, 0); }
  100% {
    -webkit-transform: translate3d(-5vw, -96vh, 0);
            transform: translate3d(-5vw, -96vh, 0); } }

.emoji_1 {
  -webkit-animation: emoji_1 3s linear;
  animation: emoji_1 3s linear; }

@-webkit-keyframes emoji_2 {
  from {
    opacity: 1; }
  20% {
    -webkit-transform: translate3d(-3vw, -26vh, 0);
            transform: translate3d(-3vw, -26vh, 0); }
  40% {
    -webkit-transform: translate3d(-7vw, -48vh, 0);
            transform: translate3d(-7vw, -48vh, 0); }
  60% {
    -webkit-transform: translate3d(0vw, -52vh, 0);
            transform: translate3d(0vw, -52vh, 0); }
  100% {
    -webkit-transform: translate3d(-4vw, -94vh, 0);
            transform: translate3d(-4vw, -94vh, 0); } }

@keyframes emoji_2 {
  from {
    opacity: 1; }
  20% {
    -webkit-transform: translate3d(-3vw, -26vh, 0);
            transform: translate3d(-3vw, -26vh, 0); }
  40% {
    -webkit-transform: translate3d(-7vw, -48vh, 0);
            transform: translate3d(-7vw, -48vh, 0); }
  60% {
    -webkit-transform: translate3d(0vw, -52vh, 0);
            transform: translate3d(0vw, -52vh, 0); }
  100% {
    -webkit-transform: translate3d(-4vw, -94vh, 0);
            transform: translate3d(-4vw, -94vh, 0); } }

.emoji_2 {
  -webkit-animation: emoji_2 3s linear;
  animation: emoji_2 3s linear; }

@-webkit-keyframes emoji_3 {
  from {
    opacity: 1; }
  20% {
    -webkit-transform: translate3d(5vw, -15vh, 0);
            transform: translate3d(5vw, -15vh, 0); }
  40% {
    -webkit-transform: translate3d(9vw, -35vh, 0);
            transform: translate3d(9vw, -35vh, 0); }
  60% {
    -webkit-transform: translate3d(4vw, -68vh, 0);
            transform: translate3d(4vw, -68vh, 0); }
  100% {
    -webkit-transform: translate3d(-6vw, -100vh, 0);
            transform: translate3d(-6vw, -100vh, 0); } }

@keyframes emoji_3 {
  from {
    opacity: 1; }
  20% {
    -webkit-transform: translate3d(5vw, -15vh, 0);
            transform: translate3d(5vw, -15vh, 0); }
  40% {
    -webkit-transform: translate3d(9vw, -35vh, 0);
            transform: translate3d(9vw, -35vh, 0); }
  60% {
    -webkit-transform: translate3d(4vw, -68vh, 0);
            transform: translate3d(4vw, -68vh, 0); }
  100% {
    -webkit-transform: translate3d(-6vw, -100vh, 0);
            transform: translate3d(-6vw, -100vh, 0); } }

.emoji_3 {
  -webkit-animation: emoji_3 3s linear;
  animation: emoji_3 3s linear; }

@-webkit-keyframes emoji_4 {
  from {
    opacity: 1; }
  20% {
    -webkit-transform: translate3d(-5vw, -12vh, 0);
            transform: translate3d(-5vw, -12vh, 0); }
  40% {
    -webkit-transform: translate3d(-1vw, -42vh, 0);
            transform: translate3d(-1vw, -42vh, 0); }
  60% {
    -webkit-transform: translate3d(-6vw, -89vh, 0);
            transform: translate3d(-6vw, -89vh, 0); }
  100% {
    -webkit-transform: translate3d(-12vw, -100vh, 0);
            transform: translate3d(-12vw, -100vh, 0); } }

@keyframes emoji_4 {
  from {
    opacity: 1; }
  20% {
    -webkit-transform: translate3d(-5vw, -12vh, 0);
            transform: translate3d(-5vw, -12vh, 0); }
  40% {
    -webkit-transform: translate3d(-1vw, -42vh, 0);
            transform: translate3d(-1vw, -42vh, 0); }
  60% {
    -webkit-transform: translate3d(-6vw, -89vh, 0);
            transform: translate3d(-6vw, -89vh, 0); }
  100% {
    -webkit-transform: translate3d(-12vw, -100vh, 0);
            transform: translate3d(-12vw, -100vh, 0); } }

.emoji_4 {
  -webkit-animation: emoji_4 3s linear;
  animation: emoji_4 3s linear; }

@-webkit-keyframes emoji_5 {
  from {
    opacity: 1; }
  20% {
    -webkit-transform: translate3d(8vw, -27vh, 0);
            transform: translate3d(8vw, -27vh, 0); }
  40% {
    -webkit-transform: translate3d(12vw, -39vh, 0);
            transform: translate3d(12vw, -39vh, 0); }
  60% {
    -webkit-transform: translate3d(8vw, -70vh, 0);
            transform: translate3d(8vw, -70vh, 0); }
  100% {
    -webkit-transform: translate3d(6vw, -100vh, 0);
            transform: translate3d(6vw, -100vh, 0); } }

@keyframes emoji_5 {
  from {
    opacity: 1; }
  20% {
    -webkit-transform: translate3d(8vw, -27vh, 0);
            transform: translate3d(8vw, -27vh, 0); }
  40% {
    -webkit-transform: translate3d(12vw, -39vh, 0);
            transform: translate3d(12vw, -39vh, 0); }
  60% {
    -webkit-transform: translate3d(8vw, -70vh, 0);
            transform: translate3d(8vw, -70vh, 0); }
  100% {
    -webkit-transform: translate3d(6vw, -100vh, 0);
            transform: translate3d(6vw, -100vh, 0); } }

.emoji_5 {
  -webkit-animation: emoji_5 3s linear;
  animation: emoji_5 3s linear; }

@-webkit-keyframes emoji_6 {
  from {
    opacity: 1; }
  20% {
    -webkit-transform: translate3d(2vw, -9vh, 0);
            transform: translate3d(2vw, -9vh, 0); }
  40% {
    -webkit-transform: translate3d(4vw, -44vh, 0);
            transform: translate3d(4vw, -44vh, 0); }
  60% {
    -webkit-transform: translate3d(-5vw, -55vh, 0);
            transform: translate3d(-5vw, -55vh, 0); }
  100% {
    -webkit-transform: translate3d(0vw, -100vh, 0);
            transform: translate3d(0vw, -100vh, 0); } }

@keyframes emoji_6 {
  from {
    opacity: 1; }
  20% {
    -webkit-transform: translate3d(2vw, -9vh, 0);
            transform: translate3d(2vw, -9vh, 0); }
  40% {
    -webkit-transform: translate3d(4vw, -44vh, 0);
            transform: translate3d(4vw, -44vh, 0); }
  60% {
    -webkit-transform: translate3d(-5vw, -55vh, 0);
            transform: translate3d(-5vw, -55vh, 0); }
  100% {
    -webkit-transform: translate3d(0vw, -100vh, 0);
            transform: translate3d(0vw, -100vh, 0); } }

.emoji_6 {
  -webkit-animation: emoji_6 3s linear;
  animation: emoji_6 3s linear; }

.animated-emoji {
  -webkit-animation-duration: 3s;
          animation-duration: 3s; }

@media only screen and (min-width: 993px) {
  .hidenAnimation {
    visibility: hidden; } }

.delay-01s {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s; }

.delay-02s {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.delay-03s {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.delay-04s {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }

.delay-05s {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s; }

.delay-06s {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s; }

.delay-07s {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s; }

.delay-08s {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s; }

.delay-09s {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s; }

.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.delay-1_1s {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s; }

.delay-1_2s {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s; }

.delay-1_3s {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s; }

.delay-1_4s {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s; }

.delay-1_5s {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s; }

.delay-1_6s {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s; }

.delay-1_7s {
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s; }

.delay-1_8s {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s; }

.delay-1_9s {
  -webkit-animation-delay: 1.9s;
  animation-delay: 1.9s; }

.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s; }

.delay-2_1s {
  -webkit-animation-delay: 2.1s;
  animation-delay: 2.1s; }

.delay-2_2s {
  -webkit-animation-delay: 2.2s;
  animation-delay: 2.2s; }

.delay-2_3s {
  -webkit-animation-delay: 2.3s;
  animation-delay: 2.3s; }

.delay-2_4s {
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s; }

.delay-2_5s {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s; }

.delay-2_6s {
  -webkit-animation-delay: 2.6s;
  animation-delay: 2.6s; }

.mfp-content {
  height: 100%; }

#modal-window {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  #modal-window .inner-modal {
    -webkit-border-radius: 8px;
            border-radius: 8px;
    background-color: rgba(226, 227, 229, 0.97);
    max-width: 380px;
    margin: 0 auto;
    padding: 2px; }
    #modal-window .inner-modal .modal-text {
      line-height: 38px;
      font-size: 22px;
      text-align: center;
      letter-spacing: -0.1px;
      padding: 50px 30px; }
    #modal-window .inner-modal button {
      background-color: rgba(226, 227, 229, 0.97);
      border: none;
      font-size: 24px;
      color: #007aff;
      letter-spacing: -0.8px;
      text-align: center;
      height: 58px;
      line-height: 58px;
      display: block;
      width: 100%;
      border-top: 1px solid #909396;
      position: static !important; }

.arrow {
  height: 45px;
  width: 25px;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

.arrow-left {
  left: -50px;
  background-image: url("../content/img/sect_1/arrow-left.png"); }

.arrow-right {
  right: -50px;
  background-image: url("../content/img/sect_1/arrow-right.png"); }

.owl-dots {
  position: absolute;
  bottom: -45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }

.owl-dot {
  display: inline-block;
  height: 20px;
  width: 20px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border: 1px solid #231f20;
  margin: 0 7.5px; }

.owl-dot.active {
  background-color: #231f20; }

.mobile-adress {
  display: none; }

.sect_1 {
  min-height: 742px; }
  .sect_1 .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 105px;
    padding-bottom: 85px;
    min-height: 100vh; }
  .sect_1 .slider {
    background-color: #eeeae8; }
  .sect_1 .slide {
    min-height: 748px;
    padding: 0 40px;
    background-repeat: no-repeat;
    background-position: 330px 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .sect_1 .slide-2 {
    background-position: 225px 100%; }
  .sect_1 .top-line-items {
    margin: 0 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .sect_1 .top-line-items .main-title {
      display: inline-block;
      font-size: 45px;
      letter-spacing: -0.1px;
      color: #2c2c2c;
      font-family: ArialMT, sans-serif;
      width: 420px;
      line-height: normal;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal; }
    .sect_1 .top-line-items .circle-block {
      margin-top: 20px;
      height: 197px;
      width: 197px;
      background-color: #4a4a4a;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-transform: rotate(15deg);
          -ms-transform: rotate(15deg);
              transform: rotate(15deg); }
      .sect_1 .top-line-items .circle-block span {
        display: block;
        text-align: center;
        font-size: 15px;
        color: #fff;
        letter-spacing: 0.5px; }
        .sect_1 .top-line-items .circle-block span:nth-child(2) {
          font-size: 37px;
          line-height: 47px;
          margin: 14px 0 6px 0;
          font-family: Price_Didone, sans-serif; }
  .sect_1 .middle-line-items {
    margin-top: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .sect_1 .middle-line-items ul {
      padding: 0;
      max-width: 410px;
      width: 100%; }
      .sect_1 .middle-line-items ul li {
        font-size: 18px;
        line-height: 38px;
        letter-spacing: -0.1px; }
  .sect_1 .bottom-line-items {
    margin-top: auto;
    margin-bottom: 65px; }
    .sect_1 .bottom-line-items .container-stars {
      display: inline-block; }
      .sect_1 .bottom-line-items .container-stars .star {
        display: inline-block;
        background-image: url("../content/img/sect_1/star.png");
        background-repeat: no-repeat;
        height: 157px;
        width: 154px; }
        .sect_1 .bottom-line-items .container-stars .star:nth-child(2) {
          margin: 0 8px; }
      .sect_1 .bottom-line-items .container-stars .star-gold {
        background-image: url("../content/img/sect_1/star-gold.png");
        z-index: 100; }
    .sect_1 .bottom-line-items .rank {
      margin: 22px 0 0 12px;
      color: #2c2c2c;
      letter-spacing: 0.9px;
      font-size: 30px; }
    .sect_1 .bottom-line-items a.button-sect_1 {
      line-height: 45px;
      height: 45px;
      padding: 0 23px;
      -webkit-border-radius: 3px;
              border-radius: 3px;
      background-color: #f8e71c;
      text-transform: uppercase;
      font-size: 15px;
      font-family: PTSansBold, sans-serif;
      letter-spacing: 0.4px;
      color: #231f20;
      display: inline-block;
      position: absolute;
      right: 177px;
      bottom: 170px; }
    .sect_1 .bottom-line-items span.warning-text {
      color: rgba(0, 0, 0, 0.9);
      letter-spacing: 0.5px;
      font-size: 14px;
      position: absolute;
      right: 40px;
      bottom: 90px;
      width: 100%;
      max-width: 410px; }

.sect_2 .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 105px;
  padding-bottom: 48px;
  min-height: 100vh; }

.sect_2 .container-inner {
  width: 100%;
  background-color: #4a4a4a; }

.sect_2 .wrap-blocks {
  min-height: 742px;
  background-image: url("../content/img/sect_2/background.png");
  background-repeat: no-repeat;
  background-position: center 28%;
  color: #fff;
  padding: 26px 43px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  -webkit-background-size: 85% 85%;
          background-size: 85%; }
  .sect_2 .wrap-blocks span {
    display: block; }

.sect_2 .top-line-items .numbers {
  font-size: 150px;
  letter-spacing: 0.4px;
  font-family: Price_Didone, sans-serif; }

.sect_2 .top-line-items .description-text {
  font-size: 17px;
  letter-spacing: 0.3px;
  width: 200px;
  line-height: normal;
  margin-top: -25px; }

.sect_2 .middle-line-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 79px 0 0 330px; }
  .sect_2 .middle-line-items span {
    font-size: 60px;
    line-height: 0.67;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
  .sect_2 .middle-line-items div.line-arrow {
    max-width: 352px;
    width: 100%;
    height: 3px;
    background: #fff;
    margin: 14px 18px 0 18px;
    position: relative;
    -webkit-transition: all 1.6s ease;
    -o-transition: all 1.6s ease;
    transition: all 1.6s ease; }
    .sect_2 .middle-line-items div.line-arrow:before {
      content: '';
      position: absolute;
      right: -11px;
      top: -3px;
      border: 5px solid transparent;
      border-left: 18px solid #fff;
      -webkit-transition: all 1.6s ease;
      -o-transition: all 1.6s ease;
      transition: all 1.6s ease; }
    .sect_2 .middle-line-items div.line-arrow.short {
      width: 0; }
      .sect_2 .middle-line-items div.line-arrow.short:before {
        border-left: 0; }

.sect_2 .bottom-line-items {
  margin-top: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: absolute;
  bottom: 25px;
  width: 96%; }
  .sect_2 .bottom-line-items .item span.number {
    font-size: 80px;
    letter-spacing: 0.4px;
    font-family: Price_Didone, sans-serif; }
  .sect_2 .bottom-line-items .item div.description-text {
    font-size: 13px;
    letter-spacing: 0.3px;
    line-height: normal;
    margin-top: -4px;
    width: 195px; }

@media (max-width: 1440px) {
  .points {
    display: none; } }

.points__item {
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  position: absolute;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  cursor: pointer;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }
  .points__item:hover {
    border: 1px solid #FFF; }
  .points__item--point-main {
    width: 18px;
    height: 18px;
    top: 33.8%;
    left: 17.6%; }
    .points__item--point-main:before {
      content: '';
      position: absolute;
      margin: auto;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 8px;
      height: 8px;
      background-color: #bd10e0;
      -webkit-border-radius: 100%;
              border-radius: 100%; }
  .points__item--point1 {
    top: 24.1%;
    left: 19.3%; }
  .points__item--point2 {
    top: 35.4%;
    left: 16.1%; }
  .points__item--point3 {
    top: 37.6%;
    left: 16.12%; }
  .points__item--point4 {
    top: 39.6%;
    left: 18.1%; }
  .points__item--point5 {
    top: 37.3%;
    left: 19.3%; }
  .points__item--point6 {
    top: 40%;
    left: 21.2%; }
  .points__item--point7 {
    top: 49.8%;
    left: 8.3%; }
  .points__item--point8 {
    top: 48.8%;
    left: 17.8%; }
  .points__item--point9 {
    top: 47%;
    left: 21.2%; }
  .points__item--point10 {
    top: 50.61%;
    left: 21.6%; }
  .points__item--point11 {
    top: 56.7%;
    left: 23.2%; }
  .points__item--point12 {
    top: 52.4%;
    left: 25.4%; }
  .points__item--point13 {
    top: 65.8%;
    left: 42.7%; }
  .points__item--point14 {
    top: 56.9%;
    left: 14.5%; }
  .points__item--point15 {
    top: 32.4%;
    left: 16.8%; }
  .points__item--point16 {
    top: 31.6%;
    left: 18.9%; }

.sect_3 {
  min-height: 742px; }
  .sect_3 .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 100vh; }
  .sect_3 .container-inner {
    width: 100%;
    padding: 128px 100px 48px 36px; }
  .sect_3 p.sect_3-text {
    color: #2c2c2c;
    font-size: 35px;
    line-height: 48px;
    max-width: 684px;
    width: 100%; }
  .sect_3 .sect_3-statistic {
    margin-top: 200px;
    text-align: right; }
    .sect_3 .sect_3-statistic .sect_3-statistic--numbers {
      font-size: 100px;
      color: #3023ae;
      font-family: Price_Didone, sans-serif; }
    .sect_3 .sect_3-statistic span {
      margin-top: -8px;
      display: inline-block;
      font-size: 30px;
      line-height: 40px;
      color: #0053a9;
      max-width: 320px;
      width: 100%; }

.sect_4 {
  min-height: 742px; }
  .sect_4 .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 100vh;
    padding-top: 105px;
    padding-bottom: 48px; }
  .sect_4 .container-inner {
    padding: 0 150px; }
    .sect_4 .container-inner h2 {
      color: #2c2c2c;
      font-size: 45px;
      line-height: 45px;
      letter-spacing: -0.7px;
      text-align: center; }
    .sect_4 .container-inner .wrapper {
      margin-top: -25px;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: space-around;
          -ms-flex-pack: distribute;
              justify-content: space-around;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .sect_4 .container-inner .wrapper .item {
        margin-top: 85px;
        text-align: center;
        -webkit-flex-basis: 270px;
            -ms-flex-preferred-size: 270px;
                flex-basis: 270px; }
        .sect_4 .container-inner .wrapper .item:nth-child(2) {
          position: relative;
          top: 40px; }
        .sect_4 .container-inner .wrapper .item:nth-child(2) .text-description {
          width: 250px; }
        .sect_4 .container-inner .wrapper .item:nth-child(1) .img-div,
        .sect_4 .container-inner .wrapper .item:nth-child(4) .img-div {
          background-position: center top; }
        .sect_4 .container-inner .wrapper .item:nth-child(2) .img-div {
          background-position: 50% -200%; }
        .sect_4 .container-inner .wrapper .item:nth-child(5) .img-div {
          background-position: 125% 0; }
    .sect_4 .container-inner .img-wrap {
      width: 131px;
      height: 131px;
      background-image: -webkit-linear-gradient(315deg, #3023ae, #0053a9);
      background-image: -o-linear-gradient(315deg, #3023ae, #0053a9);
      background-image: linear-gradient(135deg, #3023ae, #0053a9);
      -webkit-border-radius: 50%;
              border-radius: 50%;
      margin: 0 auto; }
      .sect_4 .container-inner .img-wrap .img-div {
        height: 100%;
        background-repeat: no-repeat; }
    .sect_4 .container-inner .text-description {
      font-size: 24px;
      line-height: normal;
      letter-spacing: 0.7px;
      font-family: PTSansBold, sans-serif;
      margin-top: 17px;
      width: 205px;
      margin: 17px auto 0 auto; }

.sect_5 .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100vh;
  padding-right: 0px;
  padding-top: 105px;
  padding-bottom: 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.sect_5 .container-inner {
  width: 100%;
  height: 775px; }

.sect_5 .slider-sect_5 {
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .sect_5 .slider-sect_5 .item-column {
    margin: 0 !important; }

.sect_5 .wrap-description-boxs .item-column:first-child {
  top: 430px; }

.sect_5 .wrap-description-boxs .item-column:nth-child(2) {
  top: 60px; }

.sect_5 .wrap-description-boxs .item-column:nth-child(3) {
  top: 455px; }

.sect_5 .wrap-description-boxs .item-column:nth-child(4) {
  top: 40px; }

.sect_5 .wrap-instagram-boxs .item-column:first-child {
  top: -230px; }

.sect_5 .wrap-instagram-boxs .item-column:nth-child(2) {
  top: 50px; }

.sect_5 .wrap-instagram-boxs .item-column:nth-child(3) {
  top: -205px; }

.sect_5 .wrap-instagram-boxs .item-column:nth-child(4) {
  top: 40px; }

.sect_5 .wrapper {
  z-index: 190; }
  .sect_5 .wrapper .item-column {
    position: relative;
    max-width: 320px;
    width: 100%;
    margin: 0 7.5px; }
    .sect_5 .wrapper .item-column:first-child {
      margin-left: 0; }
    .sect_5 .wrapper .item-column:nth-child(2) {
      margin-top: 62px; }
    .sect_5 .wrapper .item-column:nth-child(3) {
      margin-top: 33px; }
    .sect_5 .wrapper .item-column:nth-child(4) {
      margin-top: 37px; }
    .sect_5 .wrapper .item-column .instagram-container {
      width: 320px;
      height: 420px; }
      .sect_5 .wrapper .item-column .instagram-container img {
        height: 100%;
        width: 100%; }
    .sect_5 .wrapper .item-column .box-description {
      background-color: #0053a9;
      -webkit-border-radius: 3px;
              border-radius: 3px;
      border: solid 1px #ebebeb;
      min-height: 192px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 15px 20px 15px 15px;
      margin: 18px 0; }
      .sect_5 .wrapper .item-column .box-description .img-wrap {
        width: 90px; }
      .sect_5 .wrapper .item-column .box-description span.text-description {
        line-height: normal;
        font-size: 25px;
        letter-spacing: 0.3px;
        color: #fff;
        margin-top: 18px; }
  .sect_5 .wrapper .item-column:first-child .img-wrap {
    width: 83px; }

.sect_6 .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100vh;
  padding-right: 0px; }

.sect_6 .wrapper {
  padding-top: 105px;
  padding-bottom: 48px; }
  .sect_6 .wrapper .left-side {
    margin-right: 23px; }
    .sect_6 .wrapper .left-side h2 {
      font-size: 33px;
      letter-spacing: -0.1px;
      line-height: normal; }
    .sect_6 .wrapper .left-side .video-wrap--width2 {
      width: 642px;
      height: 366px;
      margin: 40px 0 27px 0; }
    .sect_6 .wrapper .left-side h3 {
      font-size: 28px;
      letter-spacing: -0.1px;
      line-height: normal;
      width: 470px; }
    .sect_6 .wrapper .left-side p {
      font-size: 16px;
      line-height: normal;
      letter-spacing: -0.1px;
      width: 335px;
      margin-top: 13px; }
  .sect_6 .wrapper .right-side {
    z-index: 190;
    margin-top: 16px;
    width: 665px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .sect_6 .wrapper .right-side .box:nth-child(1),
    .sect_6 .wrapper .right-side .box:nth-child(2) {
      margin-bottom: 46px; }
    .sect_6 .wrapper .right-side .video-wrap {
      width: 320px;
      height: 190px;
      cursor: pointer; }
    .sect_6 .wrapper .right-side p {
      width: 280px;
      font-size: 18px;
      letter-spacing: -0.1px;
      line-height: normal;
      margin-top: 18px;
      padding-left: 5px; }

.sect_6 video {
  height: 100%;
  width: 100%; }

.sect_7 {
  overflow: visible; }
  .sect_7 .container {
    padding-top: 105px;
    padding-bottom: 48px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 100vh;
    background: #eeeae8;
    width: 100%;
    max-width: 100%; }
  .sect_7 .container-inner {
    width: 100%;
    min-height: 742px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: visible; }
  .sect_7 h2 {
    font-size: 45px;
    letter-spacing: -0.7px;
    color: #2c2c2c;
    text-align: center;
    line-height: 1.2; }
  .sect_7 form {
    margin-top: 55px; }
    .sect_7 form label {
      width: 310px;
      margin: auto; }
    .sect_7 form .label-style {
      text-transform: uppercase;
      margin-top: 20px;
      font-size: 11px;
      color: #2c2c2c; }
    .sect_7 form input {
      margin-top: 11px;
      display: block;
      width: 310px;
      height: 45px;
      border: solid 1px #979797;
      background: inherit;
      padding: 0 20px;
      line-height: 45px;
      font-size: 20px;
      color: #4a4a4a;
      letter-spacing: -0.9px; }
    .sect_7 form input[type="submit"] {
      margin: 25px auto 0 auto;
      -webkit-border-radius: 3px;
              border-radius: 3px;
      background-color: #4a90e2 !important;
      width: 302px;
      border: solid 1px #4a90e2;
      color: #fff;
      letter-spacing: 0.4px;
      font-size: 15px;
      text-align: center;
      text-transform: uppercase;
      cursor: pointer; }
    .sect_7 form .wrap-input_tel {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .sect_7 form .wrap-input_tel .number-seven {
        height: 45px;
        width: 45px;
        border: solid 1px #979797;
        border-right: none;
        background: inherit;
        margin-top: 11px;
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0;
        line-height: 42px;
        text-align: center;
        font-size: 21px;
        color: #4a4a4a;
        letter-spacing: -0.9px; }
      .sect_7 form .wrap-input_tel input {
        width: 265px; }
    .sect_7 form .label-style input:valid {
      background: url("../content/img/sect_7/valid.png");
      background-repeat: no-repeat;
      background-position: 97% 50%;
      border: solid 1px #4a90e2; }
    .sect_7 form .label-style input:focus:invalid {
      border: solid 1px #d0021b; }
    .sect_7 form .custom-select-wrap {
      margin: 20px auto 0 auto;
      width: 310px; }
    .sect_7 form .custom-select  {
      width: 310px;
      height: 45px;
      border: solid 1px #979797;
      background: inherit;
      line-height: 45px;
      margin-top: 11px; }
    .sect_7 form .ulyanovsk {
        margin: 20px auto 0 auto;
        width: 310px;
    }

    .sect_7 form .ulyanovsk {
        width: 310px;
        height: 45px;
        border: solid 1px #979797;
        background: inherit;
        line-height: 45px;
        margin-top: 11px;
    }
    .sect_7 form .select-selected  {
        padding: 0 20px !important;
        background: inherit;
    }
    .ulyanovsk {
        text-transform: uppercase;
        font-size: 11px;
        color: #711313;
    }
    .sect_7 form .select-selected:after  {
        right: 20px;
        top: 18px;
    }
    .sect_7 form .select-items  {
        text-transform: none;
        width: 310px;
        left: -1px;
        height: 132px;
        overflow: auto;
    }
      .sect_7 form .select-items div {
        line-height: 17px;
        font-size: 13px; }

.checkbox-wrap {
  text-transform: uppercase;
  font-size: 11px;
  color: #2c2c2c;
  margin-bottom: 20px; }

.agreement {
  width: 220px;
  margin-left: 45px;
  font-size: 12px;
  line-height: 16px;
  color: #969695; }
  .agreement a {
    color: #4a90e2;
    text-decoration: underline;
    letter-spacing: -0.5px; }

.wrap-custom-checkbox {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.checkbox {
  margin-right: 18px;
  cursor: pointer;
  position: relative; }

.checkbox-input {
  margin-top: 0;
  position: absolute;
  top: -25px;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px; }

.checkbox-input:checked + .wrap-custom-checkbox:before {
  background: url("../content/img/sect_7/valid.png") no-repeat center; }

.wrap-custom-checkbox:before {
  content: "";
  display: block;
  height: 24px;
  width: 25px;
  border: solid 1px #979797; }

.select-items {
  top: 44px !important; }

.select-selected,
.select-items,
.custom-select {
  width: 142px; }

.custom-select {
  position: relative;
  width: auto;
  margin-right: 40px; }
  .custom-select select {
    display: none; }

.select-selected,
.select-items,
.ulyanovsk {
    width: 142px;}

.ulyanovsk {
    position: relative;
    width: auto;
    margin-right: 40px;
}

    .ulyanovsk select {
        display: none;
    }

.select-selected {
  padding: 0 0 0 5px !important;
  width: auto; }
  .select-selected:after {
    position: absolute;
    content: "";
    top: 4px;
    margin-left: 7px;
    background: url(../content/img/select-arrow.png);
    width: 10px;
    height: 6px;
    -webkit-background-size: cover;
            background-size: cover;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }

.select-items div, .select-selected {
  padding: 8px 20px;
  cursor: pointer;
  background: #fff; }

.select-items {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99; }

.select-hide {
  display: none; }

.contact-panel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.contact-panel b {
  padding-left: 10px; }

.sect_4 .container-inner .owl-dots {
  bottom: -55px; }

.logo-header img:last-child {
  display: none; }

.element-hidden {
  display: none; }

#hamburger-icon {
  position: absolute;
  top: 41px;
  right: 7px; }
  #hamburger-icon .line {
    width: 23px;
    height: 2px;
    margin: 4px 0; }
  #hamburger-icon.active {
    position: fixed; }
    #hamburger-icon.active .line-1 {
      -ms-transform: translateY(7px) translateX(0) rotate(45deg);
      transform: translateY(7px) translateX(0) rotate(45deg);
      -webkit-transform: translateY(7px) translateX(0) rotate(45deg);
      -moz-transform: translateY(7px) translateX(0) rotate(45deg); }
    #hamburger-icon.active .line-3 {
      -ms-transform: translateY(-5px) translateX(0) rotate(-45deg);
      transform: translateY(-5px) translateX(0) rotate(-45deg);
      -webkit-transform: translateY(-5px) translateX(0) rotate(-45deg);
      -moz-transform: translateY(-5px) translateX(0) rotate(-45deg); }

.owl-dot {
  background: #FFF; }

.sendingCompleted {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background: #eeeae8; }
  .sendingCompleted .sendingCompleted__item {
    z-index: 1200;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #eeeae8; }
    .sendingCompleted .sendingCompleted__item .sendingCompleted__item--text h2 {
      color: #2c2c2c;
      font-size: 45px;
      letter-spacing: -0.7px;
      line-height: 45px;
      text-align: center; }
    .sendingCompleted .sendingCompleted__item .sendingCompleted__item--text p {
      color: #2c2c2c;
      font-size: 19px;
      letter-spacing: -0.7px;
      margin-top: 25px;
      text-align: center; }

.emoji-wrap {
  margin-top: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  z-index: 9999;
  position: absolute;
  width: 100%;
  bottom: 0; }
  .emoji-wrap .emoji-element {
    width: 65px;
    height: 65px;
    z-index: 9999;
    position: relative; }
  .emoji-wrap .emoji-element:first-child {
    -webkit-transform: translate3d(7vw, 0, 0);
            transform: translate3d(7vw, 0, 0); }
  .emoji-wrap .emoji-element:nth-child(3) {
    right: 10%; }
  .emoji-wrap .emoji-element:nth-child(5) {
    right: 10%; }
  .emoji-wrap .emoji-element:last-child {
    right: 4%; }

.star.star-gold.animate-gold {
  position: relative;
  background: url("../content/img/sect_1/star-gold.png"); }

.fixed-logo {
  position: fixed;
  width: auto;
  height: auto;
  right: 70px; }

/*==========  Desktop First  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1440px) {
  .Moscow,
  .line-arrow,
  .Khabarovsk,
  .number {
    -webkit-animation-delay: 0s !important;
            animation-delay: 0s !important; }
  .sect_5 .wrapper:first-child .owl-dots {
    bottom: -25px; }
  .sect_5 .wrapper:last-child {
    margin-top: 50px; }
  .sect_5 .wrapper .item-column {
    position: static;
    margin: 0 auto !important; }
  .number.animated.delay-1_6s {
    -webkit-animation-delay: 0s !important;
            animation-delay: 0s !important; }
  .sect_4 {
    min-height: auto; }
  .sect_6 .container {
    padding-right: 70px; }
  .sect_6 .wrapper {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .sect_6 .wrapper .left-side {
      margin-right: 0;
      -webkit-flex-basis: 100%;
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%; }
      .sect_6 .wrapper .left-side h2, .sect_6 .wrapper .left-side h3, .sect_6 .wrapper .left-side p {
        text-align: center;
        margin: 0 auto; }
      .sect_6 .wrapper .left-side h2 {
        margin-bottom: 20px; }
      .sect_6 .wrapper .left-side h3 {
        margin-top: 10px; }
      .sect_6 .wrapper .left-side p {
        margin: 20px auto; }
      .sect_6 .wrapper .left-side .video-wrap--width2 {
        margin: 0 auto; }
    .sect_6 .wrapper .right-side .box:nth-child(2) {
      margin-bottom: 15px; }
  .sect_5 .container {
    padding: 105px 70px 48px 70px; }
  .sect_5 .slider-sect_5 .item-column:first-child {
    margin-left: auto; }
  .sect_5 .slider-sect_5 .item-column {
    margin: 0 auto; }
  .sect_5 .slider-sect_5 .owl-dots {
    bottom: -49px; }
  .sect_1 .slide {
    background-position: 270px 100%; }
  .sect_1 .slide-2 {
    background-position: 24% 100%; }
  .sect_1 .middle-line-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .sect_1 .wrap_star-rank {
    position: static; }
  .sect_1 .slide {
    min-height: auto; }
  .sect_2 .container,
  .sect_1 .container,
  .sect_3 .container,
  .sect_4 .container,
  .sect_5 .container,
  .sect_6 .container,
  .sect_7 .container {
    min-height: auto; }
  .sect_7 .container-inner {
    min-height: 100vh; }
  .call-container {
    width: -webkit-calc(100% - 140px);
    width: calc(100% - 140px); }
  .sect_2 .middle-line-items {
    margin: auto 100px; }
  .sect_2 .middle-line-items div.line-arrow {
    max-width: 500px; } }

@media only screen and (max-width: 1400px) {
  .sect_1 .container,
  .sect_2 .container,
  .sect_3 .container-inner,
  .sect_4 .container,
  .sect_5 .container,
  .sect_6 .wrapper,
  .sect_7 .container {
    padding-top: 0;
    padding-bottom: 0; }
  .sect_1 .container,
  .sect_2 .container,
  .sect_3 .container-inner,
  .sect_4 .container,
  .sect_5 .container {
    display: block;
    min-height: auto; }
  .sect_1 {
    min-height: auto;
    padding-bottom: 90px;
    margin-top: 25px; }
  .sect_3,
  .sect_5 {
    min-height: auto;
    margin: 75px 0; }
  .sect_3 .container,
  .sect_4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .sect_7 .container {
    min-height: auto; }
  .sect_7 .container-inner {
    min-height: -webkit-calc(100vh - 105px);
    min-height: calc(100vh - 105px); }
  .sect_7 form {
    padding-bottom: 43px; }
  .sect_6 {
    margin-top: 50px;
    margin-bottom: 75px; }
  .sect_5 {
    margin-bottom: 25px;
    padding-bottom: 50px; }
  .sect_6 .container {
    min-height: auto; } }

@media only screen and (max-width: 1380px) {
  .sect_1 .slide {
    padding: 0 10px 0 20px; }
  .sect_1 .circle-block {
    margin-right: 10px; }
  .sect_1 .bottom-line-items a.button-sect_1 {
    right: 145px; }
  .sect_1 .bottom-line-items span.warning-text {
    right: 10px; } }

@media only screen and (max-width: 1366px) {
  .sect_1 .top-line-items .main-title {
    font-size: 40px; }
  .sect_1 .top-line-items .circle-block {
    height: 171px;
    width: 171px;
    margin-top: 10px;
    position: relative;
    top: 15px; }
  .sect_1 .top-line-items .circle-block span:nth-child(2) {
    font-size: 35px; }
  .sect_1 .middle-line-items {
    margin-top: 15px;
    margin: auto 0; }
  .sect_1 .slide {
    -webkit-background-size: 400px 400px;
            background-size: 400px; }
  .sect_1 .slide-2 {
    -webkit-background-size: 475px 475px;
            background-size: 475px; }
  .sect_1 .bottom-line-items .container-stars .star {
    -webkit-background-size: cover;
            background-size: cover;
    height: 124px;
    width: 121px; }
  .sect_1 .bottom-line-items span.warning-text {
    bottom: 70px; }
  .sect_2 .wrap-blocks {
    padding: 15px 7px 15px 43px; }
  .sect_2 .top-line-items .numbers {
    font-size: 120px; }
  .sect_2 .bottom-line-items .item span.number {
    font-size: 72px; }
  .sect_2 .middle-line-items span {
    font-size: 55px; }
  .sect_3 p.sect_3-text {
    font-size: 30px;
    line-height: 44px; }
  .sect_3 .sect_3-statistic {
    margin-top: 90px; }
  .sect_3 .sect_3-statistic .sect_3-statistic--numbers {
    font-size: 88px; }
  .sect_3 .sect_3-statistic span {
    font-size: 27px;
    line-height: 35px; }
  .sect_4 .container-inner .text-description {
    font-size: 24px;
    line-height: 27px;
    margin-top: 10px; }
  .sect_4 .container-inner .wrapper .item {
    margin-top: 45px; }
  .sect_7 .container-inner {
    min-height: 575px;
    padding: 30px 0; }
  .sect_7 h2 {
    font-size: 37px; }
  .sect_7 form {
    margin-top: 15px; }
    .sect_7 form .label-style {
      margin-top: 16px; } }

@media only screen and (max-width: 1266px) {
  header .bottom-line {
    z-index: 0; }
  .call-container {
    width: 100%; }
  .top-line,
  .bottom-line {
    position: absolute; }
  header .container {
    padding: 0 !important;
    position: relative; }
  .sect_4 .container-inner .wrapper .item:nth-child(2) {
    top: 0; }
  .sect_4 .container-inner h2 {
    margin-bottom: 65px; }
  .sect_4 .container-inner .wrapper .item {
    margin-top: 35px; }
  .top-line .right-side {
    display: none; }
  #hamburger-icon {
    display: inline-block; }
  .top-line .container_top-line {
    position: relative; }
  .top-line .right-side {
    background: #fff;
    height: -webkit-calc(100vh - 147px);
    height: calc(100vh - 147px);
    position: absolute;
    right: -500px;
    top: 105px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 0 0 13px; }
    .top-line .right-side nav.nav-menu {
      display: block; }
    .top-line .right-side ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-bottom: 30px; }
      .top-line .right-side ul li {
        margin: 14px 20px;
        margin-left: 15px; }
        .top-line .right-side ul li a {
          color: #313131; }
    .top-line .right-side #button-header {
      border: none;
      -webkit-border-radius: 0;
              border-radius: 0;
      border-top: 1px solid black;
      border-bottom: 1px solid black;
      margin: 0;
      height: 90px;
      line-height: 90px;
      color: #313131; }
  .sect_7 .container {
    background: #eeeae8; }
  .call-container .mouse-icon {
    display: none; }
  .left-column-scroll,
  .right-column-scroll {
    display: none; }
  .container-social_networks {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .container-social_networks a {
      display: inline-block; }
      .container-social_networks a:nth-child(2) {
        margin: 0 26px; }
    .container-social_networks .wrap-img_vk {
      width: 26px;
      height: 15px; }
    .container-social_networks .wrap-img_intragram {
      width: 28px;
      height: 29px; }
    .container-social_networks .wrap-element-contant {
      width: 26px;
      height: 24px; }
  .container {
    padding-left: 35px !important;
    padding-right: 35px !important; }
  .container .top-line .right-side {
    right: -353px; }
  .inner-call-container {
    padding: 55px 0; }
  .call-container .center-text_block h1 {
    font-size: 53px;
    line-height: 62px; }
  .arrow {
    height: 31px;
    width: 17px;
    -webkit-background-size: cover;
            background-size: cover; }
  .arrow-left {
    left: -27px; }
  .arrow-right {
    right: -27px; }
  .sect_5 .arrow-left {
    left: -12px; }
  .sect_5 .arrow-right {
    right: -12px; }
  .sect_3 p.sect_3-text {
    font-size: 26px;
    line-height: 39px; }
  .sect_3 .sect_3-statistic .sect_3-statistic--numbers {
    font-size: 80px; }
  .sect_3 .bottom-line-items span.warning-text {
    bottom: 55px; }
  header .container {
    display: block;
    min-height: 100vh; }
  .inner-call-container {
    padding: 0; }
  .sect_7 form {
    padding-bottom: 0; }
  .sect_7 .container-inner {
    min-height: 100vh; }
  .container .top-line .right-side {
    right: -400px;
    z-index: 900;
    position: fixed;
    height: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  #hamburger-icon {
    z-index: 999; }
  .sect_1 .slide {
    min-height: auto; } }

@media only screen and (max-width: 1170px) {
  .sect_1 .slide {
    background-position: 220px 100%; }
  .sect_1 .slide-2 {
    background-position: 145px 100%; } }

@media only screen and (max-width: 1115px) {
  .sect_1 .slide {
    -webkit-background-size: 350px 350px;
            background-size: 350px; }
  .sect_1 .slide-2 {
    -webkit-background-size: 415px 415px;
            background-size: 415px; } }

@media only screen and (max-width: 1060px) {
  .sect_2 .top-line-items .numbers {
    font-size: 105px; }
  .sect_2 .bottom-line-items .item span.number {
    font-size: 65px; }
  .sect_2 .wrap-blocks {
    padding-right: 0; }
  .sect_1 .slide {
    background-position: 20% 100%; }
  .sect_1 .slide-2 {
    background-position: 9% 100%; } }

@media only screen and (max-width: 1030px) {
  .sect_1 .slide {
    background-position: 23% 110%; }
  .sect_1 .slide-2 {
    background-position: 15% 100%; } }

@media only screen and (max-width: 1024px) {
  .sect_7 .container {
    background: #eeeae8; } }

@media only screen and (max-width: 992px) {

    .hh-order {

        top: 0px;
        left: -40px;
        width: 60px;
    }
  .animated,
  .animated-emoji {
    opacity: 1 !important;
    -webkit-animation-name: none !important;
            animation-name: none !important; }
  .top-line .right-side #button-header, .top-line .right-side ul li a {
    border-bottom: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none; }
  .call-container,
  header .container {
    height: 100vh;
    min-height: 480px; }
  .right-side .nav-menu ul li a.active {
    border-bottom: 2px solid #fff; }
  .right-side .nav-menu ul li a:hover {
    border-bottom: 2px solid #fff; }
  .sect_4 .container-inner {
    padding: 0 0 55px 0; }
  .slider-sect_4 {
    display: block; }
  .sect_4 {
    min-height: auto;
    display: block; }
  .sect_4 .arrow-right,
  .sect_5 .arrow-right {
    right: 15px; }
  .sect_4 .arrow-left,
  .sect_5 .arrow-left {
    left: 15px; }
  .sect_7 .container {
    background: #eeeae8; }
  .call-container .center-text_block h1 {
    font-size: 49px;
    line-height: 58px; }
  .call-container .center-text_block h2 {
    margin: 35px 0 30px 0;
    font-size: 19px; }
  .call-container .center-text_block .button {
    height: 47px;
    line-height: 47px;
    padding: 0 24px;
    font-size: 14px; }
  .sect_1 .top-line-items .main-title {
    font-size: 37px;
    line-height: 50px; }
  .sect_1 .middle-line-items ul li {
    font-size: 17px;
    line-height: 34px; }
  .owl-dot {
    height: 17px;
    width: 17px; }
  .sect_2 .bottom-line-items .item:last-child {
    position: relative;
    left: 10px; }
  .sect_2 .bottom-line-items .item span.number {
    font-size: 61px; }
  .sect_3 {
    margin: 55px 0; }
  .sect_3 p.sect_3-text {
    font-size: 20px;
    line-height: 34px;
    max-width: 500px; }
  .sect_3 .sect_3-statistic .sect_3-statistic--numbers {
    font-size: 65px; }
  .sect_4 .container-inner h2 {
    font-size: 36px; }
  .sect_4 .container-inner .text-description {
    font-size: 18px; }
  .sect_6 .wrapper .left-side h3 {
    font-size: 25px; }
  .sect_7 h2 {
    font-size: 35px; }
  .sect_5 .wrapper .item-column .box-description span.text-description {
    font-size: 23px; }
  .sect_3 .container-inner {
    padding-right: 30px; }
  .container {
    padding-left: 0px !important;
    padding-right: 0px !important; }
  .bottom-line, .left-column-scroll {
    display: none; }
  .call-container .center-text_block h2 {
    padding: 0 30px; }
  .sect_1 {
    margin-top: 0;
    padding: 0; }
    .sect_1 .owl-dots {
      bottom: 15px; }
  .call-container .center-text_block h1 {
    font-size: 42px;
    line-height: 54px; }
  .call-container .center-text_block .button {
    height: 52px;
    line-height: 52px;
    padding: 0 20px;
    font-size: 16px;
    width: 75%; }
  .top-line .right-side {
    background: #1b1b1b; }
  #hamburger-icon .line {
    background: #fff; }
  .top-line .right-side #button-header,
  .top-line .right-side ul li a {
    color: #fff;
    font-size: 18px;
    text-transform: none; }
  .top-line .right-side #button-header {
    border-top: 1px solid #4a4a4a;
    border-bottom: 1px solid #4a4a4a;
    padding-right: 50px; }
  .call-container .center-text_block {
    max-width: 520px;
    padding: 0 25px; }
  .sect_1 .middle-line-items {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .sect_1 .wrap_star-rank {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    position: static; }
  .sect_1 .bottom-line-items .rank {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
    font-size: 27px; }
  .sect_1 .bottom-line-items .container-stars .star {
    height: 99px;
    width: 96px; }
  .sect_1 .bottom-line-items span.warning-text {
    display: none; }
  .sect_1 .slide {
    padding: 0 25px;
    background-position: 75% 100%; }
  .sect_1 .slide-2 {
    background-position: 75% 100%; }
  .sect_1 .bottom-line-items .rank,
  .sect_1 .bottom-line-items,
  .sect_1 .middle-line-items,
  .sect_1 .top-line-items {
    margin: 0; }
  .sect_1 .top-line-items .main-title {
    font-size: 31px;
    line-height: 43px;
    width: 320px; }
  .sect_1 .middle-line-items {
    height: 240px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: -45px; }
  .sect_1 .bottom-line-items .container-stars {
    margin-top: 10px; }
  .sect_2 .top-line-items {
    margin: 0 auto;
    text-align: center; }
  .sect_2 .middle-line-items {
    margin: 90px 70px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-right: 0; }
  .sect_2 .bottom-line-items {
    margin: 0;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    bottom: auto;
    width: auto; }
  .sect_2 .wrap-blocks {
    padding: 25px 25px 0 25px; }
  .sect_2 .bottom-line-items .item {
    text-align: center;
    -webkit-flex-basis: 335px;
        -ms-flex-preferred-size: 335px;
            flex-basis: 335px;
    margin-bottom: 20px; }
  .sect_2 .bottom-line-items .item div.description-text {
    width: auto;
    padding: 0 70px; }
  .sect_2 .bottom-line-items .item:last-child {
    position: static; }
  .sect_2 .top-line-items .numbers {
    font-size: 100px; }
  .sect_2 .top-line-items .description-text {
    margin-top: -17px; }
  .sect_2 .bottom-line-items .item span.number {
    font-size: 59px; }
  .sect_2 .middle-line-items span {
    font-size: 44px; }
  .sect_2 .wrap-blocks {
    min-height: auto; }
  .sect_3 .sect_3-statistic span {
    font-size: 24px;
    line-height: 33px;
    max-width: 290px; }
  .sect_3 .container {
    min-height: auto; }
  .sect_3-statistic {
    margin-top: 70px; }
  .sect_1 .bottom-line-items a.button-sect_1 {
    display: inline-block;
    position: static;
    margin-top: 30px;
    font-size: 14px; }
  .sect_1 .bottom-line-items {
    margin-bottom: 30px;
    margin-top: 15px; }
  .sect_4 .container-inner h2 {
    margin-bottom: 45px; }
  .null-string {
    height: 40px; }
  header .left-side {
    z-index: 999; }
  .logo-header img:first-child {
    display: none; }
  .logo-header img:last-child {
    display: inline-block; }
  .logo-header {
    width: 213px !important;
    height: 31px !important; }
  .sect_2 .wrap-blocks {
    -webkit-background-size: contain;
            background-size: contain; }
  .sect_3 .sect_3-statistic {
    margin-top: 70px; }
  .mobile-adress {
    display: block;
    color: #fff;
    font-size: 15px;
    line-height: 28px;
    text-transform: none;
    padding: 0 15px;
    position: absolute;
    bottom: 30px; }
  .sect_1 .bottom-line-items {
    margin-bottom: 55px; }
  .top-line {
    position: static; }
  .call-container #video-header {
    top: -30%;
    left: -100%; }
  .emoji-wrap {
    position: static; }
  .emoji-wrap .emoji-element {
    position: absolute; }
  .emoji_1 {
    top: 30%;
    left: 0; }
  .emoji_2 {
    top: 80%;
    left: 75%; }
  .emoji_3 {
    top: 15%;
    left: 65%; }
  .emoji_4 {
    top: 88%;
    left: 35%; }
  .emoji_5 {
    top: 0;
    left: 22%; }
  .emoji_6 {
    top: 30%;
    left: 77%; } }

@media only screen and (max-width: 768px) {
  .sect_2 .middle-line-items {
    margin: 90px 10px; }
  .call-container .center-text_block h1 {
    font-size: 38px;
    line-height: 50px; }
  .call-container .center-text_block h2 {
    font-size: 18px; }
  .call-container .center-text_block .button {
    height: 48px;
    line-height: 48px;
    font-size: 15px;
    width: auto; }
  .sect_1 .top-line-items .main-title {
    font-size: 28px;
    line-height: 37px; }
  .sect_1 .middle-line-items ul li {
    max-width: 325px;
    line-height: 22px;
    margin: 9px 0;
    font-size: 15px; }
  .sect_1 .bottom-line-items .rank {
    font-size: 24px; }
  .sect_1 .bottom-line-items .container-stars .star {
    height: 94px;
    width: 91px; }
  .sect_1 .bottom-line-items a.button-sect_1 {
    width: 100%;
    font-size: 16px;
    height: 51px;
    line-height: 51px;
    text-align: center; }
  .sect_3 p.sect_3-text {
    font-size: 17px;
    line-height: 30px;
    max-width: 410px; }
  .sect_3 .sect_3-statistic .sect_3-statistic--numbers {
    font-size: 60px;
    margin-bottom: 4px; }
  .sect_3 .sect_3-statistic span {
    font-size: 20px;
    line-height: 24px;
    max-width: 230px; }
  .sect_4 .container-inner h2 {
    margin-bottom: 35px;
    font-size: 32px; }
  .sect_4 .container-inner .text-description {
    font-size: 17px;
    line-height: 24px; }
  .sect_5 .wrapper .item-column .box-description span.text-description {
    font-size: 20px; }
  .sect_6 .wrapper .left-side h2 {
    font-size: 32px;
    margin-bottom: 40px; }
  .sect_6 .wrapper .left-side h3 {
    font-size: 22px;
    line-height: 30px; }
  .sect_6 .wrapper .left-side p {
    font-size: 15px;
    line-height: 20px; }
  .sect_6 .wrapper .right-side p {
    font-size: 16px; }
  .sect_7 h2 {
    font-size: 30px; }
  .sect_3 {
    margin: 40px 0; }
  .sect_6 {
    margin-bottom: 40px; }
  .sect_3 .sect_3-statistic {
    margin-top: 60px; }
  .sect_7 form input {
    height: 45px;
    line-height: 45px; }
  .sect_7 form .wrap-input_tel .number-seven {
    height: 45px;
    line-height: 44px; }
  .sect_1 .bottom-line-items a.button-sect_1 {
    font-family: PTSansRegular, sans-serif;
    font-weight: 600; }
  .sect_1 .container,
  .sect_2 .container {
    padding: 0; } }

@media only screen and (max-width: 719px) {
  .sect_5 .wrapper:last-child {
    margin-bottom: 50px; }
  .sect_2 .wrap-blocks {
    background-position: 50% 16%; }
  .sect_2 .bottom-line-items .item {
    margin-bottom: 30px; }
  .item-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .sect_5 .wrapper .item-column .box-description {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .sect_5 {
    padding-bottom: 0;
    margin: 35px 0 45px 0; }
  .owl-dot {
    height: 15px;
    width: 15px; }
  .sect_6 {
    padding-bottom: 30px; }
  .sect_6 .wrapper .right-side {
    display: block;
    width: 100%;
    width: 100vw; }
  .sect_6 .right-side .video-wrap {
    margin: 0 auto; }
  .sect_6 .wrapper .right-side p {
    margin: 0 auto;
    width: 320px;
    padding: 0; }
  .sect_6 .wrapper .right-side .owl-dots {
    bottom: -30px; }
  .sect_6 .arrow-right {
    right: 15px; }
  .sect_6 .arrow-left {
    left: 15px; }
  .sect_6 h2 {
    color: #2c2c2c; }
  .sect_6 .left-side .video-wrap--width2,
  .sect_6 .left-side h3,
  .sect_6 .left-side p {
    display: none; }
  .element-hidden {
    display: block; }
  .sect_6 .wrapper .right-side p {
    font-size: 21px;
    line-height: 27px;
    margin-top: 14px; }
  .sect_6 .wrapper .right-side p.element-hidden {
    font-size: 16px;
    line-height: 1.25;
    margin-top: 20px; }
  .sect_2 .bottom-line-items .item span.number {
    font-size: 75px; }
  .sect_2 .bottom-line-items .item div.description-text {
    font-size: 16px;
    margin-bottom: 35px;
    padding: 0 62px; }
  .sect_2 .top-line-items .numbers {
    font-size: 90px; }
  .sect_2 .top-line-items .description-text {
    margin-top: -10px; }
  .sect_1 .slide {
    -webkit-background-size: 310px 310px;
            background-size: 310px; }
  .sect_1 .slide-2 {
    -webkit-background-size: 365px 365px;
            background-size: 365px; }
  .sect_2 .bottom-line-items .item:last-child {
    margin-bottom: 0; } }

@media only screen and (max-width: 650px) {
  .sect_1 .slide {
    background-position: 94% 127%; }
  .sect_1 .slide-2 {
    background-position: 100% 123%; } }

@media only screen and (max-width: 560px) {
  .call-container .center-text_block h1 {
    font-size: 34px;
    line-height: 46px; }
  .call-container .center-text_block h2 {
    font-size: 17px;
    padding: 0 5px;
    margin: 18px 0 40px 0; }
  .call-container .center-text_block .button {
    font-size: 16px;
    height: 51px;
    line-height: 51px;
    width: 100%; }
  .sect_1 .slide {
    background-position: 111% 127%; }
  .sect_1 .slide-2 {
    background-position: 130% 123%; }
  .sect_2 .middle-line-items {
    margin: 50px 0; }
  .sect_2 .middle-line-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .sect_2 .middle-line-items div.line-arrow {
    height: 140px;
    width: 3px;
    margin: 30px 0; }
  .sect_2 .wrap-blocks {
    background-position: 50% 185px; }
  .sect_1 .top-line-items .circle-block {
    height: 144px;
    width: 144px; }
  .sect_1 .top-line-items .circle-block span {
    font-size: 13px; }
  .sect_1 .top-line-items .circle-block span:nth-child(2) {
    font-size: 30px; }
  .sect_1 .middle-line-items {
    margin-top: -30px; }
  .sect_1 .top-line-items .circle-block {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
  .sect_2 .middle-line-items div.line-arrow:before {
    top: auto;
    bottom: -15px;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    right: -10px; } }

@media only screen and (max-width: 510px) {
  .sect_1 .middle-line-items ul {
    max-width: 280px; }
  .sect_1 .middle-line-items ul li {
    line-height: 19px;
    margin: 11px 0; }
  .sect_1 .slide-2 {
    background-position: 150% 123%; }
  .sect_1 .slide {
    min-height: auto; }
  .sect_3 .sect_3-statistic .sect_3-statistic--numbers {
    font-size: 45px; }
  .sect_3 .sect_3-statistic {
    margin-top: 45px; }
  .sect_2 .wrap-blocks {
    background-position: 50% 194px; } }

@media only screen and (max-width: 480px) {
  .sect_1 .middle-line-items ul {
    max-width: 220px; }
  .sect_1 .middle-line-items {
    margin-top: 0px;
    margin-bottom: 20px; }
  .sect_1 .slide {
    background-position: 165px 127%;
    padding-right: 0; }
  .sect_1 .slide-2 {
    background-position: 110px 123%; }
  .sect_2 .wrap-blocks {
    background-position: 50% 215px; }
  .sect_1 .bottom-line-items {
    padding-right: 25px; }
  #modal-window .inner-modal .modal-text {
    padding: 30px 15px;
    font-size: 19px; }
  #modal-window .inner-modal button {
    font-size: 21px; } }

@media only screen and (max-width: 415px) {
  .sect_7 form .custom-select-wrap,
  .sect_7 form .custom-select,
  .sect_7 form .select-items {
    width: 100%; }
  .sect_1 .bottom-line-items a.button-sect_1 {
    padding: 0 10px;
    font-size: 14px; }
  .sect_1 .bottom-line-items {
    margin-bottom: 35px; }
  .sect_1 .bottom-line-items {
    padding-right: 0px; }
  .sect_1 .top-line-items .circle-block {
    zoom: 0.7;
    margin: 0 -30px 0 0; }
  .sect_1 .slide {
    *padding: 30px 25px 20px 25px;
    padding: 30px 35px 20px 35px;
    background-position: 128px 127%; }
  .arrow-left {
    left: 7px; }
  .arrow-right {
    right: 7px; }
  .sect_1 .slide-2 {
    -webkit-background-size: 320px 320px;
            background-size: 320px;
    background-position: 103px 117%; }
  .sect_1 .top-line-items .main-title {
    text-align: left;
    margin: 0;
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 20px;
    min-height: 102px; }
  .sect_1 .middle-line-items ul {
    max-width: none;
    padding-left: 0;
    width: 70%; }
  .sect_1 .bottom-line-items .container-stars .star {
    height: 77px;
    width: 74px; }
  .sect_7 form .label-style,
  .sect_7 form .submit-style,
  .sect_7 .wrap-custom-checkbox {
    padding: 0 25px; }
  .sect_7 form label {
    width: 100%; }
  .sect_7 form .label-style input {
    width: 100%; }
  .sect_7 form input[type=submit] {
    width: 100%;
    height: 48px;
    line-height: 48px; }
  .call-container .center-text_block h1 {
    font-size: 42px;
    line-height: 40px; }
  .call-container .center-text_block h2 {
    font-size: 20px; }
  .sect_2 .wrap-blocks {
    background-position: 50% 242px; }
  .sect_5 .wrapper .item-column .instagram-container {
    width: 280px;
    height: 367px;
    margin-right: auto;
    margin-left: auto; }
  .sect_5 .wrapper .item-column .box-description {
    margin-right: auto;
    margin-left: auto;
    width: 280px; }
  .sect_5 .wrapper {
    padding: 0 50px; }
  .sect_6 .wrapper .right-side .video-wrap {
    width: 320px;
    height: auto; }
  .sect_6 .wrapper .right-side p.element-hidden,
  .sect_6 .wrapper .right-side p {
    width: 320px; }
  .sect_6 .wrapper .box {
    width: 320px;
    margin: auto; }
  .sect_6 .wrapper .right-side {
    margin-top: 0; }
  .sect_5 {
    margin-bottom: 20px; }
  .sendingCompleted .sendingCompleted__item .sendingCompleted__item--text h2 {
    font-size: 40px; }
  .sendingCompleted .sendingCompleted__item .sendingCompleted__item--text p {
    font-size: 17px; }
  .sect_7 form .wrap-contact_city {
    padding: 0 25px;
    width: 100%; } }

@media only screen and (max-width: 400px) {
  .sect_5 .wrapper {
    padding: 0 35px; }
  .sect_6 .wrapper .right-side .video-wrap {
    width: 280px; }
  .sect_6 .wrapper .right-side p.element-hidden,
  .sect_6 .wrapper .right-side p {
    width: 280px; }
  .sect_6 .wrapper .box {
    width: 280px; } }

@media only screen and (max-width: 360px) {
  .sect_1 .slide {
    -webkit-background-size: 233px 233px;
            background-size: 233px; }
  .sect_1 .slide-2 {
    -webkit-background-size: 250px 250px;
            background-size: 250px; }
  .sect_1 .bottom-line-items .container-stars .star {
    height: 65px;
    width: 62px; }
  .sect_1 .top-line-items .main-title {
    width: 175px; }
  .sect_5 .wrapper {
    padding: 0 5px; }
  .sect_1 .middle-line-items {
    margin-top: 30px;
    margin-bottom: 35px; }
  .call-container .center-text_block h1 {
    font-size: 35px; }
  .call-container .center-text_block .button {
    font-size: 13px; }
  .sect_1 .bottom-line-items a.button-sect_1 {
    font-size: 14px; }
  .sect_1 .slide {
    background-position: 133px 100%; }
  .sect_1 .slide-2 {
    background-position: 100px 100%;
    -webkit-background-size: 269px 269px;
            background-size: 269px; } }

@media (min-width: 1800px) {
  .call-container {
    max-width: 1460px; }
  .container {
    max-width: 1600px; }
  .container_top-line {
    max-width: 1460px; }
  .sect_4 .container-inner {
    margin: 0 auto; }
  .sect_5 .container, .sect_6 .container {
    padding-left: 0; }
  .sect_5 .wrapper, .sect_6 .wrapper {
    margin: auto; }
  .sect_2 .wrap-blocks {
    min-height: 802px;
    background-position: center 25%; } }

@media only screen and (max-height: 540px) {
  .mobile-adress {
    display: none; }
  .top-line .right-side {
    padding-top: 45px; } }

@media only screen and (max-height: 480px) {
  .fixed-logo {
    display: none !important; }
  .top-line .right-side {
    padding-top: 0; } }

@media only screen and (max-height: 380px) {
  .top-line .right-side ul {
    margin-bottom: 10px; }
  .top-line .right-side #button-header {
    height: 60px;
    line-height: 60px; }
  .top-line .right-side #button-header, .top-line .right-side ul li a {
    font-size: 17px; } }


