@charset "UTF-8";
body {
  font-family: 'Pragmatica', sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-x: hidden;
}

input {
  outline: none;
  font-family: 'Pragmatica', sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

textarea {
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: 'Pragmatica', sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

button {
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: 'BebasNeue', sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 25px;
  height: 50px;
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0.26);
  border: 2px solid #9DD103;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}

input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}

input[type=button] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}

input[type=text] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

a {
  text-decoration: none;
  outline: none;
}

input:invalid {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.custom-btn {
  outline: none;
  cursor: pointer;
  text-decoration: none;
  font-family: 'BebasNeue', sans-serif;
  min-width: 150px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 25px;
  height: 50px;
  font-size: 20px;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0.26);
  border: 2px solid #9DD103;
  border-radius: 15px;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
}

.header-block {
  width: 90%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: 0 auto;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-block__menu {
  position: absolute;
  left: 0;
  top: 0;
}

.header-block__menu .menu-rels {
  padding-left: 30px;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 10;
}

.header-block__menu .menu-rels::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
  height: 100vh;
  width: 230px;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.header-block__menu .menu-rels__show::before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.header-block__menu .menu-rels li {
  margin: 5px 0;
}

.header-block__menu .menu-rels li a.active::before {
  width: 35px;
  background: #9DD103;
  border: 2px solid #9DD103;
}

.header-block__menu .menu-rels li a.active span {
  margin-left: 15px;
  font-size: 22px;
  color: #9DD103 !important;
}

.header-block__menu .menu-rels li a {
  position: relative;
  padding-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
  height: 26px;
}

.header-block__menu .menu-rels li a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 20px;
  height: 1px;
  background: #6c6c6c;
  border: 2px solid #6c6c6c;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
}

.header-block__menu .menu-rels li a span {
  padding: 0 3px;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.06em;
  font-family: 'BebasNeue', sans-serif;
  color: #c6c6c6;
  height: 26px;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
  display: none;
}

.header-block__logo {
  width: 110px;
  max-height: 110px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}

.header-block__logo img {
  width: 100%;
}

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

.header-block__tel {
  font-size: 22px;
  letter-spacing: 0.06em;
  font-family: 'BebasNeue', sans-serif;
  color: #FFFFFF;
}

.header-block__btn {
  margin-left: 10px;
}

.header-block__btn span.btn-text {
  font-weight: 300;
}

.header-block__btn span.btn-img {
  display: none;
}

.main {
  width: 100%;
  height: 100vh;
  min-height: 500px;
  background: url(../img/main/bg.jpg) top no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.main-block {
  width: 45%;
}

.main-title {
  width: 100%;
  font-size: 64px;
  letter-spacing: 0.06em;
  font-family: 'BebasNeue', sans-serif;
  color: #FFFFFF;
  margin-bottom: 10px;
}

.main-title span {
  line-height: 122%;
  color: #9DD103;
  position: relative;
}

.main-title span::after {
  content: '';
  position: absolute;
  right: 2px;
  top: 10px;
  width: 30px;
  height: 30px;
  background: #9DD103;
  -webkit-transform: translate(100%, -100%);
          transform: translate(100%, -100%);
  border-radius: 50%;
}

.main-descr {
  width: 100%;
  font-size: 22px;
  line-height: 122%;
  font-family: 'Pragmatica', sans-serif;
  color: #fff;
  font-weight: 300;
  margin-bottom: 50px;
  letter-spacing: 0.06em;
}

.main-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main-page__notfound {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.mouse-rel {
  display: block;
  position: absolute;
  bottom: 55px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 28px;
  height: 45px;
}

.mouse-icon {
  width: 28px;
  height: 45px;
  border: 2px solid #fff;
  border-radius: 25px;
}

.mouse-wheel {
  position: relative;
  border-radius: 4px;
  background: #fff;
  width: 2px;
  height: 7px;
  margin: auto;
  -webkit-animation-name: wheel;
          animation-name: wheel;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

@-webkit-keyframes wheel {
  0% {
    top: 14px;
    opacity: 0;
  }
  30% {
    top: 20px;
    opacity: 1;
  }
  100% {
    top: 26px;
    opacity: 0;
  }
}

@keyframes wheel {
  0% {
    top: 14px;
    opacity: 0;
  }
  30% {
    top: 20px;
    opacity: 1;
  }
  100% {
    top: 26px;
    opacity: 0;
  }
}

@media (max-width: 768px) and (min-width: 320px) {
  .header {
    position: fixed;
    height: 80px;
    z-index: 8;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
  }
  .header-dark {
    background: rgba(0, 0, 0, 0.7);
  }
  .header-block {
    width: 90%;
    height: 80px;
    z-index: 3;
  }
  .header-block__menu .menu-btn {
    width: 30px;
    height: 30px;
    position: fixed;
    left: 5%;
    top: 25px;
    z-index: 11;
  }
  .header-block__menu .menu-btn span {
    position: absolute;
    left: 0;
    display: block;
    width: 36px;
    height: 4px;
    background: #9DD103;
    -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .header-block__menu .menu-btn span:nth-child(1) {
    top: 0;
  }
  .header-block__menu .menu-btn span:nth-child(2) {
    top: 50%;
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
  .header-block__menu .menu-btn span:nth-child(3) {
    bottom: 0;
  }
  .header-block__menu .menu-btn__close span:nth-child(1) {
    -webkit-transform: translateY(13px) rotate(45deg) translateZ(0);
            transform: translateY(13px) rotate(45deg) translateZ(0);
  }
  .header-block__menu .menu-btn__close span:nth-child(2) {
    -webkit-transform: scaleX(0) translateZ(0);
            transform: scaleX(0) translateZ(0);
  }
  .header-block__menu .menu-btn__close span:nth-child(3) {
    -webkit-transform: translateY(-13px) rotate(-45deg) translateZ(0);
            transform: translateY(-13px) rotate(-45deg) translateZ(0);
  }
  .header-block__menu .menu-rels {
    padding-top: 100px;
    padding-left: 20px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    -webkit-transform: translate(-100%);
            transform: translate(-100%);
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
  }
  .header-block__menu .menu-rels::before {
    width: 100%;
    background: rgba(0, 0, 0, 0.9);
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .header-block__menu .menu-rels__show {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .header-block__menu .menu-rels li a span {
    display: block;
  }
  .header-block__logo {
    width: 70px;
    max-height: 70px;
  }
  .header-block__tel {
    display: none;
  }
  .header-block__btn {
    margin-left: 0;
    padding: 0;
    background: transparent;
    border: 1px solid transparent;
    min-width: 36px;
  }
  .header-block__btn span.btn-text {
    display: none;
  }
  .header-block__btn span.btn-img {
    display: block;
    background: url(../img/footer/icon-phone-mob.png) center no-repeat;
    background-size: cover;
    width: 36px;
    height: 36px;
  }
  .main {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .main-block {
    width: 90%;
  }
  .main-title {
    font-size: 36px;
    text-align: center;
  }
  .main-title span::after {
    width: 20px;
    height: 20px;
    right: 0;
    top: 6px;
  }
  .main-descr {
    font-size: 18px;
    text-align: center;
    margin-bottom: 50px;
  }
  .main-btn {
    margin-left: auto;
    margin-right: auto;
  }
  .main-page__notfound {
    margin-left: auto;
    margin-right: auto;
  }
  .mouse-rel {
    bottom: 40px;
  }
}

@media (max-width: 768px) and (min-width: 569px) {
  .header {
    height: 90px;
  }
  .header-block {
    height: 90px;
  }
  .header-block__menu .menu-btn {
    top: 30px;
  }
  .header-block__logo {
    width: 80px;
    max-height: 80px;
  }
  .main-title {
    font-size: 48px;
  }
  .main-descr {
    font-size: 20px;
  }
}

@media (max-width: 992px) and (min-width: 769px) {
  .header {
    position: fixed;
    height: 100px;
    z-index: 8;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
  }
  .header-dark {
    background: rgba(0, 0, 0, 0.7);
  }
  .header-block {
    width: 90%;
    height: 100px;
    z-index: 3;
  }
  .header-block__menu .menu-btn {
    width: 30px;
    height: 30px;
    position: fixed;
    left: 5%;
    top: 35px;
    z-index: 11;
  }
  .header-block__menu .menu-btn span {
    position: absolute;
    left: 0;
    display: block;
    width: 36px;
    height: 4px;
    background: #9DD103;
    -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .header-block__menu .menu-btn span:nth-child(1) {
    top: 0;
  }
  .header-block__menu .menu-btn span:nth-child(2) {
    top: 50%;
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
  .header-block__menu .menu-btn span:nth-child(3) {
    bottom: 0;
  }
  .header-block__menu .menu-btn__close span:nth-child(1) {
    -webkit-transform: translateY(13px) rotate(45deg) translateZ(0);
            transform: translateY(13px) rotate(45deg) translateZ(0);
  }
  .header-block__menu .menu-btn__close span:nth-child(2) {
    -webkit-transform: scaleX(0) translateZ(0);
            transform: scaleX(0) translateZ(0);
  }
  .header-block__menu .menu-btn__close span:nth-child(3) {
    -webkit-transform: translateY(-13px) rotate(-45deg) translateZ(0);
            transform: translateY(-13px) rotate(-45deg) translateZ(0);
  }
  .header-block__menu .menu-rels {
    padding-top: 100px;
    padding-left: 20px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    -webkit-transform: translate(-100%);
            transform: translate(-100%);
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
  }
  .header-block__menu .menu-rels::before {
    width: 100%;
    background: rgba(0, 0, 0, 0.9);
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .header-block__menu .menu-rels__show {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .header-block__menu .menu-rels li a span {
    display: block;
  }
  .header-block__logo {
    width: 85px;
    max-height: 85px;
  }
  .header-block__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-block__btn {
    padding: 0;
    background: transparent;
    border: 1px solid transparent;
    min-width: 36px;
  }
  .header-block__btn span.btn-text {
    display: none;
  }
  .header-block__btn span.btn-img {
    display: block;
    background: url(../img/footer/icon-phone-mob.png) center no-repeat;
    background-size: cover;
    width: 36px;
    height: 36px;
  }
  .main-block {
    width: 50%;
  }
  .main-title {
    font-size: 40px;
  }
  .main-title span::after {
    width: 20px;
    height: 20px;
    right: 0;
    top: 6px;
  }
  .main-descr {
    font-size: 20px;
    margin-bottom: 50px;
  }
  .main-btn {
    margin-right: auto;
  }
  .mouse-rel {
    bottom: 40px;
  }
}

@media (max-width: 1100px) and (min-width: 993px) {
  .main-title {
    font-size: 50px;
  }
  .main-title span::after {
    width: 20px;
    height: 20px;
  }
  .main-descr {
    font-size: 20px;
  }
}

.promotions {
  width: 100%;
  min-height: 750px;
  padding: 40px 0;
}

.promotions-slider {
  width: 100%;
  min-height: 750px;
}

.promotions-slider .slick-slide {
  outline: none;
}

.promotions-slider .slick-prev, .promotions-slider .slick-next {
  top: 30px;
  color: #9DD103;
  width: 30px;
  height: 30px;
  z-index: 2;
  border: 1px solid #9DD103;
  border-radius: 50%;
}

.promotions-slider .slick-prev::before, .promotions-slider .slick-next::before {
  color: #9DD103;
  font-size: 12px;
}

.promotions-slider .slick-prev {
  left: auto;
  right: 130px;
  font-family: 'simple-line-icons';
}

.promotions-slider .slick-prev::after {
  content: 'Другие акции';
  position: absolute;
  top: -18px;
  left: -10px;
  width: 100px;
  text-align: center;
  font-family: 'BebasNeue', sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #6C6C6C;
}

.promotions-slider .slick-prev::before {
  font-family: 'simple-line-icons';
  content: '\e605';
  color: #9DD103;
}

.promotions-slider .slick-next {
  right: 80px;
  font-family: 'simple-line-icons';
}

.promotions-slider .slick-next::before {
  font-family: 'simple-line-icons';
  content: '\e606';
  color: #9DD103;
}

.promotions-slide {
  width: 100%;
  min-height: 750px;
}

.promotions-slide .promotion {
  max-width: 1600px;
  margin: 0 auto;
  width: 100%;
  min-height: 750px;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.promotions-slide .promotion-data {
  padding-top: 50px;
  width: 50%;
  margin-left: 10%;
}

.promotions-slide .promotion-title {
  font-size: 54px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-family: 'BebasNeue', sans-serif;
  color: #000;
  margin-bottom: 85px;
  margin-left: 200px;
}

.promotions-slide .promotion-text {
  max-width: 425px;
  color: #6C6C6C;
  margin-bottom: 40px;
  z-index: 2;
}

.promotions-slide .promotion-text ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 300;
  font-size: 18px;
  font-family: 'Pragmatica', sans-serif;
  line-height: 35px;
}

.promotions-slide .promotion-text ul li i {
  font-size: 14px;
  margin-right: 5px;
  color: #9DD103;
}

.promotions-slide .promotion-btn {
  background: #fff;
  color: #6C6C6C;
  font-weight: 300;
  -webkit-box-shadow: 2px 2px 10px rgba(140, 187, 3, 0.27);
          box-shadow: 2px 2px 10px rgba(140, 187, 3, 0.27);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.promotions-slide .promotion-img {
  width: calc(100% - 550px);
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.promotions-slide .promotion-img img {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
}

.promotions-slide .wheel {
  max-width: 1500px;
  margin: 0 auto;
  min-height: 750px;
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.promotions-slide .wheel-block {
  width: 85%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.promotions-slide .wheel-data {
  width: 40%;
  padding-left: 30px;
}

.promotions-slide .wheel-title {
  font-size: 40px;
  text-transform: uppercase;
  font-family: 'BebasNeue', sans-serif;
  color: #000;
  margin-bottom: 35px;
}

.promotions-slide .wheel-text {
  font-size: 16px;
  line-height: 21px;
  color: #6C6C6C;
}

.promotions-slide .wheel-text p {
  margin-bottom: 15px;
}

.promotions-slide .wheel-btn {
  margin: 20px 0;
  background: rgba(255, 255, 255, 0.26);
  font-weight: 300;
  min-width: 150px;
  color: #6c6c6c;
}

.promotions-slide .wheel .roulette-block {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 613px;
  max-height: 613px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.promotions-slide .wheel .roulette-block::before {
  position: absolute;
  content: '';
  width: calc(100% + 2%);
  height: calc(100% + 2%);
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  border: 13px solid #6c6c6c;
  border-radius: 50%;
}

.promotions-slide .wheel .roulette-prizes {
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 4s ease-out;
  transition: -webkit-transform 4s ease-out;
  transition: transform 4s ease-out;
  transition: transform 4s ease-out, -webkit-transform 4s ease-out;
}

.promotions-slide .wheel .roulette-cursor {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: translateY(-27%);
          transform: translateY(-27%);
  width: 9%;
}

.promotions-slide .wheel .roulette-container {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) and (min-width: 320px) {
  .promotions {
    min-height: 660px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .promotions-slider {
    min-height: 660px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .promotions-slider .slick-prev {
    right: 80px;
  }
  .promotions-slider .slick-next {
    right: 30px;
  }
  .promotions-slide {
    min-height: 450px;
  }
  .promotions-slide .promotion {
    width: 90%;
    max-width: 450px;
    margin: 0 auto;
    height: 100%;
    min-height: 635px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 60px 0 0 0;
  }
  .promotions-slide .promotion-data {
    width: 100%;
    margin-left: 0;
    padding: 0;
    margin-bottom: 15px;
  }
  .promotions-slide .promotion-title {
    margin-left: 0;
    width: 100%;
    text-align: center;
    font-size: 30px;
    margin-bottom: 35px;
  }
  .promotions-slide .promotion-text {
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 25px;
  }
  .promotions-slide .promotion-text ul li {
    font-size: 16px;
    line-height: 30px;
  }
  .promotions-slide .promotion-btn {
    margin-left: auto;
    margin-right: auto;
  }
  .promotions-slide .promotion-img {
    position: relative;
    width: 100%;
    height: auto;
  }
  .promotions-slide .promotion-img img {
    position: relative;
  }
  .promotions-slide .wheel {
    width: 90%;
    height: 100%;
    max-width: 400px;
    min-height: 635px;
    margin: 0 auto;
  }
  .promotions-slide .wheel-block {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 60px 0 10px 0;
  }
  .promotions-slide .wheel-data {
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
  }
  .promotions-slide .wheel-title {
    font-size: 30px;
    margin-bottom: 35px;
    text-align: center;
  }
  .promotions-slide .wheel-text p {
    margin-bottom: 15px;
    width: 100%;
    text-align: center;
  }
  .promotions-slide .wheel-btn {
    margin: 20px auto;
  }
  .promotions-slide .wheel .roulette-container {
    width: 100%;
  }
}

@media (max-width: 992px) and (min-width: 769px) {
  .promotions {
    min-height: 420px;
  }
  .promotions-slider {
    min-height: 420px;
  }
  .promotions-slide {
    min-height: 420px;
  }
  .promotions-slide .promotion {
    width: 90%;
    max-width: 850px;
    margin: 0 auto;
    height: 100%;
    min-height: 420px;
    padding: 50px 0 0 0;
  }
  .promotions-slide .promotion-data {
    width: 50%;
    margin-left: 0;
    padding: 0;
    margin-bottom: 15px;
  }
  .promotions-slide .promotion-title {
    margin-left: 0;
    width: 100%;
    text-align: center;
    font-size: 34px;
    margin-bottom: 35px;
  }
  .promotions-slide .promotion-text {
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 25px;
  }
  .promotions-slide .promotion-text ul li {
    font-size: 16px;
    line-height: 30px;
  }
  .promotions-slide .promotion-img {
    width: 60%;
  }
  .promotions-slide .wheel {
    width: 90%;
    height: 100%;
    min-height: 420px;
    max-width: 800px;
    margin: 0 auto;
    padding-top: 50px;
  }
  .promotions-slide .wheel-block {
    width: 100%;
  }
  .promotions-slide .wheel-data {
    width: 40%;
    padding: 0;
    margin-bottom: 15px;
  }
  .promotions-slide .wheel-title {
    font-size: 34px;
    margin-bottom: 35px;
  }
  .promotions-slide .wheel-text p {
    margin-bottom: 15px;
    width: 100%;
  }
  .promotions-slide .wheel-btn {
    margin: 20px 0;
  }
  .promotions-slide .wheel .roulette-container {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 1100px) and (min-width: 993px) {
  .promotions {
    min-height: 460px;
  }
  .promotions-slider {
    min-height: 460px;
  }
  .promotions-slide {
    min-height: 460px;
  }
  .promotions-slide .promotion {
    margin: 0 auto;
    height: 100%;
    min-height: 460px;
    padding: 50px 0 0 0;
  }
  .promotions-slide .promotion-data {
    padding-top: 0;
    margin-bottom: 15px;
  }
  .promotions-slide .promotion-title {
    margin-left: 0;
    width: 100%;
    text-align: center;
    font-size: 40px;
    margin-bottom: 35px;
  }
  .promotions-slide .promotion-text {
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 25px;
  }
  .promotions-slide .promotion-text ul li {
    font-size: 16px;
    line-height: 30px;
  }
  .promotions-slide .promotion-img {
    width: 60%;
  }
  .promotions-slide .wheel {
    width: 90%;
    height: 100%;
    min-height: 460px;
    max-width: 800px;
    margin: 0 auto;
    padding-top: 50px;
  }
  .promotions-slide .wheel-block {
    width: 100%;
  }
  .promotions-slide .wheel-data {
    width: 40%;
    padding: 0;
    margin-bottom: 15px;
  }
  .promotions-slide .wheel-title {
    font-size: 40px;
    margin-bottom: 35px;
  }
  .promotions-slide .wheel-text p {
    margin-bottom: 15px;
    width: 100%;
  }
  .promotions-slide .wheel-btn {
    margin: 20px 0;
  }
  .promotions-slide .wheel .roulette-container {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 1200px) and (min-width: 1101px) {
  .promotions {
    min-height: 510px;
  }
  .promotions-slider {
    min-height: 510px;
  }
  .promotions-slide {
    min-height: 510px;
  }
  .promotions-slide .promotion {
    margin: 0 auto;
    height: 100%;
    min-height: 510px;
    padding: 50px 0 0 0;
  }
  .promotions-slide .promotion-data {
    padding-top: 0;
    margin-bottom: 15px;
  }
  .promotions-slide .promotion-title {
    margin-left: 0;
    width: 100%;
    text-align: center;
    font-size: 40px;
    margin-bottom: 35px;
  }
  .promotions-slide .promotion-text {
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 25px;
  }
  .promotions-slide .promotion-text ul li {
    font-size: 16px;
    line-height: 30px;
  }
  .promotions-slide .promotion-img {
    width: 60%;
  }
  .promotions-slide .wheel {
    width: 90%;
    height: 100%;
    min-height: 510px;
    max-width: 900px;
    margin: 0 auto;
    padding-top: 50px;
  }
  .promotions-slide .wheel-block {
    width: 100%;
  }
  .promotions-slide .wheel-data {
    width: 40%;
    padding: 0;
    margin-bottom: 15px;
  }
  .promotions-slide .wheel-title {
    font-size: 40px;
    margin-bottom: 35px;
  }
  .promotions-slide .wheel-text p {
    margin-bottom: 15px;
    width: 100%;
  }
  .promotions-slide .wheel-btn {
    margin: 20px 0;
  }
  .promotions-slide .wheel .roulette-container {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 1350px) and (min-width: 1201px) {
  .promotions {
    min-height: 600px;
  }
  .promotions-slider {
    min-height: 600px;
  }
  .promotions-slide {
    min-height: 600px;
  }
  .promotions-slide .promotion {
    min-height: 600px;
  }
  .promotions-slide .wheel {
    min-height: 600px;
  }
}

.about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 100px 0 50px 0;
}

.about-block {
  width: 90%;
  max-width: 1500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-block .about-text {
  width: 40%;
  padding-left: 30px;
}

.about-block .about-text__title {
  font-size: 40px;
  text-transform: uppercase;
  font-family: 'BebasNeue', sans-serif;
  color: #000;
  margin-bottom: 35px;
}

.about-block .about-text__descr {
  font-size: 16px;
  line-height: 21px;
  color: #6C6C6C;
}

.about-block .about-text__descr p {
  margin-bottom: 15px;
}

.about-block .about-pics {
  width: 55%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-block .about-video {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about-block .about-video img {
  z-index: 0;
  width: 100%;
  height: auto;
}

.about-block .about-player {
  position: absolute;
  top: 7%;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 73%;
  height: 66%;
  z-index: 1;
}

.about-block .about-player iframe {
  border-radius: 2px;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) and (min-width: 320px) {
  .about {
    padding: 30px 0 30px 0;
  }
  .about-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 360px;
  }
  .about-block .about-text {
    width: 100%;
    padding-left: 0;
    margin-bottom: 30px;
  }
  .about-block .about-text__title {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .about-block .about-text__descr {
    font-size: 16px;
    line-height: 19px;
  }
  .about-block .about-text__descr p {
    margin-bottom: 15px;
  }
  .about-block .about-pics {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .about-block .about-video img {
    width: 288px;
    height: 180px;
  }
}

@media (max-width: 768px) and (min-width: 400px) {
  .about-block .about-video img {
    width: 360px;
    height: 224px;
  }
}

@media (max-width: 768px) and (min-width: 569px) {
  .about-block {
    max-width: 450px;
  }
  .about-block .about-text__title {
    font-size: 34px;
    margin-bottom: 20px;
  }
  .about-block .about-video img {
    width: 450px;
    height: 284px;
  }
}

@media (max-width: 992px) and (min-width: 769px) {
  .about {
    padding: 50px 0 60px 0;
  }
  .about-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 560px;
  }
  .about-block .about-text {
    width: 100%;
    padding-left: 0;
    margin-bottom: 30px;
  }
  .about-block .about-text__title {
    font-size: 34px;
    margin-bottom: 20px;
  }
  .about-block .about-text__descr {
    font-size: 16px;
    line-height: 19px;
  }
  .about-block .about-text__descr p {
    margin-bottom: 15px;
  }
  .about-block .about-pics {
    width: 80%;
  }
  .about-block .about-video img {
    width: 448px;
    height: 279px;
  }
}

@media (max-width: 1100px) and (min-width: 993px) {
  .about-block {
    width: 85%;
  }
  .about-block .about-text {
    width: 46%;
  }
  .about-block .about-pics {
    width: 50%;
  }
}

@media (max-width: 1040px) and (min-width: 993px) {
  .about-block .about-pics {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .about-block .about-video {
    width: 422px;
    height: 263px;
  }
  .about-block .about-video img {
    width: 422px;
    height: 263px;
  }
}

.rate {
  padding: 100px 0 50px 0;
}

.rate-block {
  width: 100%;
  max-width: 1800px;
  position: relative;
  margin-left: auto;
}

.rate-block > ul > li {
  height: 100%;
  position: relative;
}

.rate-block > ul > li::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  height: 105%;
  width: 1px;
  border-right: 1px solid #6C6C6C;
  z-index: 5;
}

.rate-block > ul > li:last-child::before {
  display: none;
}

.rate-scroll__btns {
  position: absolute;
  right: 80px;
  top: 80px;
  width: 80px;
  height: 30px;
}

.rate-scroll__btns::before {
  content: 'Другие тарифы';
  position: absolute;
  top: -25px;
  left: -15px;
  width: 110px;
  text-align: center;
  font-family: 'BebasNeue', sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #6C6C6C;
}

.rate-unit {
  min-width: 590px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  position: relative;
  padding: 10px 30px;
  position: relative;
}

.rate-unit__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  padding-top: 20px;
  min-width: 140px;
  max-width: 160px;
}

.rate-unit__title {
  position: relative;
  font-size: 42px;
  line-height: 42px;
  text-transform: uppercase;
  font-family: 'BebasNeue', sans-serif;
  letter-spacing: 0.035em;
  margin-bottom: 25px;
}

.rate-unit__title::before {
  content: 'Тариф';
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-transform: uppercase;
  font-family: 'BebasNeue', sans-serif;
  font-size: 22px;
  line-height: 22px;
  color: #6C6C6C;
  width: 100%;
  text-align: center;
}

.rate-unit__oldprice {
  text-transform: uppercase;
  font-family: 'BebasNeue', sans-serif;
  font-size: 24px;
  line-height: 24px;
  font-weight: 300;
  color: #c6c6c6;
  margin-bottom: 3px;
  position: relative;
}

.rate-unit__oldprice::before {
  content: '';
  position: absolute;
  top: -4px;
  bottom: 0;
  margin: auto 0;
  width: 100%;
  height: 2px;
  border-bottom: 1px solid #6c6c6c;
}

.rate-unit__price {
  text-transform: uppercase;
  font-family: 'BebasNeue', sans-serif;
  font-size: 32px;
  line-height: 32px;
  color: #6C6C6C;
  margin-bottom: 35px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.rate-unit__price::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 15px;
  color: #6C6C6C;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.rate-unit__month::after {
  content: '/мес';
}

.rate-unit__year::after {
  content: '/год';
}

.rate-unit__always::after {
  content: '/навсегда';
}

.rate-unit__btn {
  min-width: 140px;
  color: #6C6C6C;
  background: #fff;
}

.rate-unit__descr {
  margin-left: 50px;
}

.rate-unit__descr ul li {
  text-align: left;
  font-size: 16px;
  letter-spacing: 0.04em;
  color: #6C6C6C;
  margin-bottom: 15px;
  list-style-type: disc;
  max-width: 330px;
}

.rate .btn {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 30px;
  height: 30px;
  z-index: 4;
  font-size: 12px;
  color: #9DD103;
  border: 1px solid #9DD103;
  border-radius: 50%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 0;
}

.rate .nextPage {
  right: 0;
}

.rate .prevPage {
  left: 0;
}

@media (max-width: 768px) and (min-width: 320px) {
  .rate {
    padding: 100px 0 25px 0;
  }
  .rate-unit {
    min-width: 300px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    padding: 10px;
  }
  .rate-unit__info {
    margin-bottom: 20px;
  }
  .rate-unit__descr {
    margin-left: 20px;
  }
  .rate-unit__descr ul li {
    font-size: 15px;
    margin-bottom: 10px;
    max-width: 330px;
  }
  .rate-scroll__btns {
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .frame {
    padding: 40px 10px 10px 10px !important;
  }
  .frame > ul > li {
    width: 320px !important;
  }
}

@media (max-width: 768px) and (min-width: 420px) {
  .rate-unit {
    min-width: 360px;
  }
  .frame > ul > li {
    width: 360px !important;
  }
}

@media (max-width: 992px) and (min-width: 769px) {
  .frame {
    padding: 40px 10px 10px 10px !important;
  }
}

@media (max-width: 1100px) and (min-width: 993px) {
  .frame {
    padding: 40px 50px 10px 80px !important;
  }
}

.buy {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 11;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
}

.buy-loyal {
  opacity: 1;
  visibility: visible;
}

.buy-loyal .buy-modal-loyal {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.buy-loyalplus {
  opacity: 1;
  visibility: visible;
}

.buy-loyalplus .buy-modal-loyalplus {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.buy-royal {
  opacity: 1;
  visibility: visible;
}

.buy-royal .buy-modal-royal {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.buy-modal {
  position: fixed;
  top: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 400px;
  max-height: 90%;
  background: #fff;
  padding: 40px 10px 60px 10px;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
  -webkit-transform: translateY(-110%);
          transform: translateY(-110%);
  overflow-y: auto;
}

.buy-modal::before {
  content: '';
  position: absolute;
  top: 20px;
  left: 10px;
  background: url(../img/main/logo2.png) center no-repeat;
  background-size: 100%;
  width: 130px;
  height: 80px;
  opacity: 0.2;
}

.buy-modal__close {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.buy-modal__close i {
  font-size: 26px;
  color: #9DD103;
  width: 30px;
  height: 30px;
}

.buy-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.buy-block__promo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  max-width: 320px;
  width: 100%;
  margin-bottom: 15px;
}

.buy-block__promo input {
  height: 35px;
  max-width: 170px;
  border: 1px solid transparent;
  border-bottom: 1px solid #c6c6c6;
}

.buy-block__promo input::-webkit-input-placeholder {
  text-transform: uppercase;
  font-family: 'BebasNeue', sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.buy-block__promo input:-ms-input-placeholder {
  text-transform: uppercase;
  font-family: 'BebasNeue', sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.buy-block__promo input::-ms-input-placeholder {
  text-transform: uppercase;
  font-family: 'BebasNeue', sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.buy-block__promo input::placeholder {
  text-transform: uppercase;
  font-family: 'BebasNeue', sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.buy-block__promo button {
  background: rgba(255, 255, 255, 0.26);
  font-weight: 300;
  min-width: 130px;
  color: #6c6c6c;
  margin-left: 10px;
}

.buy-block__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  max-width: 320px;
  margin-bottom: 7px;
}

.buy-block__checkbox label {
  text-align: left;
  font-size: 13px;
  color: #6c6c6c;
  font-weight: 300;
}

.buy-block__checkbox label span.modal-policy__rel {
  text-decoration: underline;
}

.buy-block__checkbox input {
  margin-right: 5px;
  cursor: pointer;
}

.buy-title {
  text-align: center;
  font-size: 30px;
  font-weight: 300;
  text-transform: uppercase;
  font-family: 'BebasNeue', sans-serif;
  margin-bottom: 30px;
}

.buy form {
  width: 100%;
  min-height: 380px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.buy-input {
  height: 35px;
  width: 100%;
  max-width: 320px;
  border: 1px solid transparent;
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 20px;
}

.buy-input::-webkit-input-placeholder {
  text-transform: uppercase;
  font-family: 'BebasNeue', sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.buy-input:-ms-input-placeholder {
  text-transform: uppercase;
  font-family: 'BebasNeue', sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.buy-input::-ms-input-placeholder {
  text-transform: uppercase;
  font-family: 'BebasNeue', sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.buy-input::placeholder {
  text-transform: uppercase;
  font-family: 'BebasNeue', sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.buy-btn {
  background: rgba(255, 255, 255, 0.26);
  font-weight: 300;
  min-width: 150px;
  color: #6c6c6c;
  margin: 10px 0 15px 0;
}

.buy-small__text {
  font-size: 15px;
  width: 100%;
  text-align: center;
}

@media (max-width: 420px) and (min-width: 320px) {
  .buy-modal {
    top: 0;
    max-height: 100%;
  }
  .buy-block__promo input {
    max-width: 150px;
  }
  .buy-block__promo button {
    background: rgba(255, 255, 255, 0.26);
    font-weight: 300;
    min-width: 130px;
    color: #6c6c6c;
    margin-left: 10px;
  }
}

.interactive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 50px 0;
}

.interactive-blocks {
  width: 85%;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.interactive-game {
  width: 500px;
  height: 380px;
}

.interactive-text {
  padding: 30px 20px 0 50px;
}

.interactive-title {
  font-size: 40px;
  text-transform: uppercase;
  font-family: 'BebasNeue', sans-serif;
  color: #000;
  margin-bottom: 35px;
}

.interactive-descr {
  font-size: 16px;
  line-height: 21px;
  color: #6C6C6C;
  margin-bottom: 35px;
}

.interactive-descr p {
  margin-bottom: 15px;
}

.interactive-btn {
  width: 200px;
  color: #6C6C6C;
  background: #fff;
}

@media (max-width: 768px) and (min-width: 320px) {
  .interactive {
    padding: 30px 0;
  }
  .interactive-blocks {
    width: 100%;
    max-width: 360px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .interactive-game {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 300px;
  }
  .interactive-game iframe {
    width: 300px !important;
  }
  .interactive-text {
    width: 100%;
    padding: 0 10px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 30px;
  }
  .interactive-title {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .interactive-descr {
    font-size: 16px;
    line-height: 19px;
  }
  .interactive-descr p {
    margin-bottom: 15px;
  }
  .interactive-btn {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 768px) and (min-width: 420px) {
  .interactive-game {
    width: 360px;
  }
  .interactive-game iframe {
    width: 360px !important;
  }
}

@media (max-width: 768px) and (min-width: 569px) {
  .interactive-blocks {
    max-width: 450px;
  }
  .interactive-game {
    width: 420px;
  }
  .interactive-game iframe {
    width: 420px !important;
  }
}

@media (max-width: 992px) and (min-width: 769px) {
  .interactive {
    padding: 50px 0;
  }
  .interactive-blocks {
    width: 100%;
    max-width: 560px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .interactive-game {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .interactive-text {
    width: 100%;
    padding: 0 10px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 30px;
  }
  .interactive-title {
    font-size: 34px;
    margin-bottom: 20px;
  }
  .interactive-descr {
    font-size: 16px;
    line-height: 19px;
  }
  .interactive-descr p {
    margin-bottom: 15px;
  }
  .interactive-btn {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 1040px) and (min-width: 993px) {
  .interactive {
    padding: 50px 0;
  }
  .interactive-blocks {
    padding-left: 20px;
  }
  .interactive-game {
    width: 350px;
  }
  .interactive-game iframe {
    width: 350px !important;
  }
  .interactive-text {
    padding: 10px 10px 0 20px;
  }
}

@media (max-width: 1140px) and (min-width: 1041px) {
  .interactive-game {
    width: 400px;
  }
  .interactive-game iframe {
    width: 400px !important;
  }
  .interactive-text {
    padding: 10px 10px 0 20px;
  }
}

@media (max-width: 1200px) and (min-width: 1141px) {
  .interactive-game {
    width: 400px;
  }
  .interactive-game iframe {
    width: 400px !important;
  }
  .interactive-text {
    padding: 10px 20px 0 30px;
  }
}

.advantages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 50px 0;
}

.advantages-block {
  width: 70%;
  max-width: 1080px;
}

.advantages-title {
  width: 100%;
  text-align: center;
  font-size: 40px;
  text-transform: uppercase;
  font-family: 'BebasNeue', sans-serif;
  color: #000;
  margin-bottom: 50px;
}

.advantages-units {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  min-width: 800px;
}

.advantages-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 48%;
  max-width: 530px;
  margin-bottom: 40px;
}

.advantages-icon {
  max-width: 60px;
  width: 15%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.advantages-icon img {
  width: 100%;
}

.advantages-text {
  max-width: 450px;
  width: 83%;
  color: #6C6C6C;
  font-size: 16px;
  line-height: 21px;
}

@media (max-width: 768px) and (min-width: 320px) {
  .advantages {
    padding: 20px 0 50px 0;
  }
  .advantages-block {
    width: 90%;
    max-width: 400px;
  }
  .advantages-title {
    font-size: 30px;
  }
  .advantages-units {
    min-width: 100%;
  }
  .advantages-unit {
    width: 100%;
  }
  .advantages-icon {
    max-width: 45px;
  }
  .advantages-text {
    font-size: 15px;
  }
}

@media (max-width: 768px) and (min-width: 569px) {
  .advantages-block {
    max-width: 450px;
  }
  .advantages-title {
    font-size: 34px;
  }
}

@media (max-width: 992px) and (min-width: 769px) {
  .advantages {
    padding: 20px 0 50px 0;
  }
  .advantages-block {
    width: 90%;
    max-width: 800px;
  }
  .advantages-title {
    font-size: 34px;
  }
  .advantages-units {
    min-width: 100%;
  }
  .advantages-unit {
    width: 48%;
  }
  .advantages-icon {
    max-width: 45px;
  }
  .advantages-text {
    font-size: 15px;
  }
}

@media (max-width: 1100px) and (min-width: 993px) {
  .advantages-block {
    width: 75%;
  }
}

.offer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../img/offer/bg.jpg) top no-repeat;
  background-size: cover;
  height: 520px;
  padding-bottom: 15px;
}

.offer-block {
  width: 650px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.offer-title {
  width: 90%;
  text-align: center;
  font-size: 40px;
  font-weight: 300;
  line-height: 40px;
  text-transform: uppercase;
  font-family: 'BebasNeue', sans-serif;
  color: #E8E8E8;
  margin-bottom: 25px;
}

.offer-subtitle {
  width: 90%;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
  font-family: 'Pragmatica', sans-serif;
  color: #E8E8E8;
  margin-bottom: 90px;
}

.offer-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.offer-form .wpcf7-form-control-wrap {
  width: 44%;
  height: 35px;
  max-width: 270px;
  min-width: 180px;
  position: relative;
}

.offer-form .wpcf7-form-control-wrap input.offer-input {
  width: 100%;
}

.offer-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  position: absolute;
  bottom: -20px;
  left: 0;
  font-size: 13px;
}

.offer-form br {
  display: none;
}

.offer-form .ajax-loader {
  display: none;
}

.offer-block form.sent .wpcf7-response-output {
  border: 2px solid #9DD103;
}

.offer-block form {
  position: relative;
}

.offer-block form .wpcf7-response-output {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #E8E8E8;
  font-size: 15px;
  border-radius: 6px;
}

.offer-input {
  height: 35px;
  max-width: 270px;
  min-width: 180px;
  background: transparent;
  border: 1px solid transparent;
  border-bottom: 1px solid #E2E1E1;
  color: #fff;
}

.offer-input::-webkit-input-placeholder {
  text-transform: uppercase;
  font-family: 'BebasNeue', sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
}

.offer-input:-ms-input-placeholder {
  text-transform: uppercase;
  font-family: 'BebasNeue', sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
}

.offer-input::-ms-input-placeholder {
  text-transform: uppercase;
  font-family: 'BebasNeue', sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
}

.offer-input::placeholder {
  text-transform: uppercase;
  font-family: 'BebasNeue', sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
}

.offer-btn {
  margin-top: 60px;
  background: rgba(255, 255, 255, 0.26);
  font-weight: 300;
  min-width: 150px;
}

@media (max-width: 768px) and (min-width: 320px) {
  .offer {
    padding-bottom: 30px;
  }
  .offer-block {
    width: 90%;
    max-width: 360px;
  }
  .offer-title {
    width: 100%;
    font-size: 30px;
  }
  .offer-subtitle {
    width: 80%;
    font-size: 16px;
    margin-bottom: 40px;
  }
  .offer-form .wpcf7-form-control-wrap {
    width: 90%;
    margin-bottom: 25px;
  }
  .offer-block form .wpcf7-response-output {
    font-size: 13px;
  }
  .offer-btn {
    margin-top: 30px;
  }
}

@media (max-width: 768px) and (min-width: 569px) {
  .offer-block {
    max-width: 550px;
  }
  .offer-title {
    font-size: 34px;
  }
  .offer-subtitle {
    font-size: 18px;
  }
  .offer-form .wpcf7-form-control-wrap {
    width: 44%;
  }
}

@media (max-width: 992px) and (min-width: 769px) {
  .offer-title {
    font-size: 34px;
  }
  .offer-subtitle {
    font-size: 18px;
  }
}

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

.footer-block {
  width: 85%;
  max-width: 1500px;
  padding: 60px 0;
}

.footer-units {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}

.footer-unit:nth-child(1) {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

.footer-unit:not(:first-child) {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.footer-unit:not(:last-child) {
  border-right: 1px solid #6C6C6C;
}

.footer-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 25%;
  height: 213px;
}

.footer-unit__title {
  font-size: 36px;
  letter-spacing: 0.06em;
  width: 100%;
  text-transform: uppercase;
  font-family: 'BebasNeue', sans-serif;
  color: #000;
  margin-bottom: 15px;
}

.footer-unit__title span {
  line-height: 100%;
  color: #9DD103;
  position: relative;
}

.footer-unit__title span::after {
  content: '';
  position: absolute;
  right: 2px;
  top: 10px;
  width: 18px;
  height: 18px;
  background: #9DD103;
  -webkit-transform: translate(100%, -100%);
          transform: translate(100%, -100%);
  border-radius: 50%;
}

.footer-unit__descr {
  font-size: 16px;
  letter-spacing: 0.06em;
  width: 100%;
  font-family: 'Pragmatica', sans-serif;
  color: #666666;
}

.footer-unit__img {
  width: 55px;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}

.footer-unit__img img {
  width: 100%;
}

.footer-unit__category {
  margin-bottom: 17px;
  font-size: 24px;
  letter-spacing: 0.06em;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  font-family: 'BebasNeue', sans-serif;
  color: #000;
}

.footer-unit__rel {
  font-size: 16px;
  letter-spacing: 0.06em;
  font-family: 'Pragmatica', sans-serif;
  color: #6C6C6C;
  max-width: 90%;
  text-align: center;
}

.footer-unit__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 40px;
  width: 100%;
}

.footer-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.footer-socials a {
  margin: 0 12px;
}

.footer-socials a img {
  max-height: 40px;
  max-width: 40px;
}

.footer-rels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}

.footer-rels span {
  margin: 5px 15px;
  font-size: 14px;
  letter-spacing: 0.06em;
  font-family: 'Pragmatica', sans-serif;
  color: #6C6C6C;
  cursor: pointer;
}

.footer-copyright {
  font-size: 14px;
  letter-spacing: 0.06em;
  font-family: 'Pragmatica', sans-serif;
  color: #6C6C6C;
  width: 100%;
  text-align: center;
}

.hide-policy__text {
  display: none;
  opacity: 0;
  visibility: hidden;
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
}

.legal-texts {
  display: none;
  opacity: 0;
  visibility: hidden;
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
}

@media (max-width: 768px) and (min-width: 320px) {
  .footer-block {
    padding: 30px 0;
    max-width: 420px;
  }
  .footer-units {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer-unit {
    width: 100%;
  }
  .footer-unit__title {
    width: 80%;
    text-align: center;
  }
  .footer-unit__title span::after {
    right: 0;
    top: 6px;
  }
  .footer-unit__descr {
    width: 80%;
    text-align: center;
  }
  .footer-unit:nth-child(1) {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer-unit:not(:last-child) {
    border-right: 1px solid transparent;
    border-bottom: 1px solid #6C6C6C;
  }
}

@media (max-width: 768px) and (min-width: 569px) {
  .footer-block {
    padding: 30px 0;
    width: 90%;
    max-width: 550px;
  }
  .footer-units {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer-unit {
    width: 50%;
  }
  .footer-unit__title {
    font-size: 32px;
    width: 80%;
    text-align: left;
  }
  .footer-unit__descr {
    width: 80%;
    text-align: left;
  }
  .footer-unit span::after {
    right: -2px;
  }
  .footer-unit:nth-child(1) {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer-unit:not(:last-child) {
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
  }
  .footer-unit:nth-child(odd) {
    border-right: 1px solid #6c6c6c;
  }
}

@media (max-width: 992px) and (min-width: 769px) {
  .footer-block {
    padding: 30px 0;
    max-width: 800px;
  }
  .footer-units {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer-unit {
    width: 50%;
  }
  .footer-unit__title {
    width: 80%;
    text-align: center;
  }
  .footer-unit__title span::after {
    right: 0;
    top: 6px;
  }
  .footer-unit__descr {
    width: 80%;
    text-align: center;
  }
  .footer-unit:nth-child(1) {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer-unit:not(:last-child) {
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
  }
  .footer-unit:nth-child(odd) {
    border-right: 1px solid #6c6c6c;
  }
}

@media (max-width: 1100px) and (min-width: 993px) {
  .footer-block {
    max-width: 1000px;
  }
  .footer-units {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer-unit {
    width: 50%;
  }
  .footer-unit__title {
    text-align: center;
  }
  .footer-unit__descr {
    text-align: center;
  }
  .footer-unit:nth-child(1) {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer-unit:not(:last-child) {
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
  }
  .footer-unit:nth-child(odd) {
    border-right: 1px solid #6c6c6c;
  }
}

@media (max-width: 1200px) and (min-width: 1101px) {
  .footer-block {
    width: 80%;
  }
}

.overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 11;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
}

.overlay-policy {
  z-index: 12;
}

.overlay-show {
  opacity: 1;
  visibility: visible;
}

.overlay-show .modal {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.modal {
  position: fixed;
  top: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 400px;
  max-height: 90%;
  background: #fff;
  padding: 40px 10px 60px 10px;
  -webkit-transform: translateY(-110%);
          transform: translateY(-110%);
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
  overflow-y: auto;
}

.modal::before {
  content: '';
  position: absolute;
  top: 20px;
  left: 10px;
  background: url(../img/main/logo2.png) center no-repeat;
  background-size: 100%;
  width: 130px;
  height: 80px;
  opacity: 0.2;
}

.modal-close {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal-close i {
  font-size: 26px;
  color: #9DD103;
  width: 30px;
  height: 30px;
}

.modal-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.modal-title {
  text-align: center;
  font-size: 30px;
  font-weight: 300;
  text-transform: uppercase;
  font-family: 'BebasNeue', sans-serif;
  margin-bottom: 30px;
}

.modal-descr {
  font-size: 15px;
  line-height: 16px;
  color: #6C6C6C;
  margin-bottom: 10px;
  text-align: center;
}

.modal form.sent .wpcf7-response-output {
  border: 2px solid #9DD103;
}

.modal form {
  position: relative;
}

.modal form .wpcf7-response-output {
  margin: 10px;
  font-size: 15px;
  border-radius: 6px;
}

.modal-form > .wpcf7-form-control-wrap {
  width: 100%;
  height: 35px;
  max-width: 280px;
  margin-bottom: 20px;
  position: relative;
}

.modal-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 270px;
  padding: 5px 20px;
}

.modal-form input.offer-input {
  width: 100%;
}

.modal-form .wpcf7-not-valid-tip {
  position: absolute;
  bottom: -20px;
  left: 0;
  font-size: 13px;
}

.modal-form .wpcf7-form-control-wrap {
  display: block;
}

.modal-form br {
  display: none;
}

.modal-form .ajax-loader {
  display: none;
}

.modal-input {
  height: 35px;
  width: 100%;
  max-width: 280px;
  border: 1px solid transparent;
  border-bottom: 1px solid #c6c6c6;
  margin: 0 auto 20px auto;
}

.modal-input::-webkit-input-placeholder {
  text-transform: uppercase;
  font-family: 'BebasNeue', sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.modal-input:-ms-input-placeholder {
  text-transform: uppercase;
  font-family: 'BebasNeue', sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.modal-input::-ms-input-placeholder {
  text-transform: uppercase;
  font-family: 'BebasNeue', sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.modal-input::placeholder {
  text-transform: uppercase;
  font-family: 'BebasNeue', sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.modal-subpolicy {
  max-width: 270px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 auto;
}

.modal-subpolicy .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}

.modal-subpolicy input {
  cursor: pointer;
}

.modal-subpolicy label {
  margin-left: 5px;
  font-size: 13px;
  color: #6c6c6c;
  font-weight: 300;
}

.modal-subpolicy label span {
  text-decoration: underline;
}

.modal-btn {
  background: rgba(255, 255, 255, 0.26);
  font-weight: 300;
  min-width: 150px;
  color: #6c6c6c;
  margin: 20px auto 0 auto;
}

.modal-policy {
  max-height: 90%;
  max-width: 700px;
}

.modal-policy .modal-block {
  overflow-y: visible;
  height: 100%;
  max-height: 700px;
  padding: 10px;
}

.modal-policy .modal-block .legal-text {
  color: #6c6c6c;
  font-size: 16px;
}

.modal-policy .modal-block .legal-text p {
  margin-bottom: 30px;
  color: #6c6c6c;
}

.modal-policy .modal-block .legal-text p.legal-title {
  margin-bottom: 10px;
  font-weight: 500;
}

.modal-policy .modal-block .legal-text a {
  color: #6c6c6c;
}

.modal-legal__text {
  width: 100%;
}

.modal-out .modal-title {
  margin-bottom: 10px;
}

.modal-out .modal-descr {
  margin-bottom: 20px;
}

.modal-roulette__text {
  color: #6c6c6c;
  font-size: 16px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.modal-roulette__text p {
  margin-bottom: 30px;
  color: #6c6c6c;
}

.modal-roulette__btn {
  margin: 20px 0;
  background: rgba(255, 255, 255, 0.26);
  font-weight: 300;
  min-width: 150px;
  color: #6c6c6c;
}

@media (max-width: 420px) and (min-width: 320px) {
  .modal {
    top: 0;
    max-height: 100%;
  }
}

@media (min-width: 992px) {
  .custom-btn {
    -webkit-transition: all linear 0.1s;
    transition: all linear 0.1s;
  }
  .custom-btn:hover {
    -webkit-box-shadow: 4px 4px 21px rgba(140, 187, 3, 0.27);
            box-shadow: 4px 4px 21px rgba(140, 187, 3, 0.27);
  }
  .header-block__tel {
    -webkit-transition: all linear 0.1s;
    transition: all linear 0.1s;
  }
  .header-block__tel:hover {
    color: #c6c6c6;
  }
  .footer-unit a {
    -webkit-transition: all linear 0.1s;
    transition: all linear 0.1s;
  }
  .footer-unit a:hover {
    color: #9DD103;
  }
  .footer-rels span {
    -webkit-transition: all linear 0.1s;
    transition: all linear 0.1s;
  }
  .footer-rels span:hover {
    color: #9DD103;
  }
}
