*::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
}

*:-moz-placeholder {
  color: #666;
  opacity: 1;
}

*::-moz-placeholder {
  color: #666;
  opacity: 1;
}

*:-ms-input-placeholder {
  color: #666;
  opacity: 1;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.4;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  margin: 0;
}

p {
  margin: 0;
}

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

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

ul li,
ol li {
  list-style: none;
}

ul,
ol {
  display: block;
  margin: 0;
  padding-left: 0;
}

button {
  outline: none;
  border: 0;
  padding: 0;
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: normal;
}

.btn {
  display: inline-block;
  text-shadow: 1px 2px 5px rgba(25, 25, 25, 0.67);
  color: white;
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
  -webkit-box-shadow: 1px 2px 8px 1px rgba(139, 0, 191, 0.44);
  box-shadow: 1px 2px 8px 1px rgba(139, 0, 191, 0.44);
  border-radius: 200px;
  background-color: #fea700;
  padding: 25px 28px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.btn:hover {
  background-color: #d99400;
}

.hidden {
  display: none;
}

.site-wrap {
  overflow: hidden;
}

.container {
  margin: 0 auto;
  position: relative;
  padding: 0 10px;
  width: 100%;
  max-width: 1190px;
}

.banner {
  padding-top: 65px;
  padding-bottom: 55px;
  background: url("../img/banner-bg.jpg") center no-repeat;
  position: relative;
  background-size: cover;
}

.banner .container {
  z-index: 1;
}

.banner-img-1 {
  position: absolute;
  top: -350px;
  left: 0;
  right: 0;
  height: 469px;
  background: url("../img/banner-img-1.png") center no-repeat;
  background-repeat: repeat-x;
}

.banner-img-2 {
  position: absolute;
  bottom: -145px;
  left: 0;
  right: 0;
  height: 324px;
  background: url("../img/banner-img-2.png") center no-repeat;
  background-repeat: repeat-x;
}

.banner-wrap {
  max-width: 550px;
  width: 100%;
  margin-right: 137px;
  margin-left: auto;
  text-align: center;
}

.banner-text-1 {
  color: white;
  font-size: 25px;
  font-weight: 900;
  margin-bottom: 35px;
  text-shadow: 1px 2px 2px rgba(25, 25, 25, 0.67);
}

.banner-text-1 span {
  font-weight: 500;
}

.banner-text-1 b {
  font-weight: 900;
  text-transform: uppercase;
}

.banner h1 {
  text-shadow: 1px 2px 5px rgba(25, 25, 25, 0.67);
  color: white;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 900;
  line-height: 48px;
  margin-bottom: 37px;
}

.banner-text-2 {
  color: white;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 36px;
  text-shadow: 1px 2px 2px rgba(25, 25, 25, 0.67);
}

.banner-text-2 b {
  font-weight: 900;
  text-transform: uppercase;
}

.banner-btn-wrap {
  position: relative;
}

.banner-btn-wrap:after {
  content: '';
  position: absolute;
  top: 50%;
  width: 81px;
  height: 19px;
  left: -29px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("../img/arrow.png") center no-repeat;
  background-size: cover;
}

.requirements {
  padding-top: 159px;
  padding-bottom: 50px;
  background-image: linear-gradient(-177deg, #ffb7d4 0%, rgba(255, 163, 200, 0) 100%);
}

.requirements h2 {
  text-align: center;
  color: #a600ca;
  font-size: 25px;
  font-weight: 900;
  margin-bottom: 80px;
}

.requirements-list {
  max-width: 1021px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: -67px;
  background: url("../img/requirements-list.png") 82px 153px no-repeat;
}

.requirements-item {
  text-align: center;
  width: 30.85%;
  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;
  padding: 5px 10px;
  padding-top: 40px;
  min-height: 180px;
  position: relative;
  -webkit-box-shadow: 2px 4px 16px 2px rgba(63, 2, 61, 0.31);
  box-shadow: 2px 4px 16px 2px rgba(63, 2, 61, 0.31);
  background-color: white;
  margin-top: 67px;
}

.requirements-item b {
  font-size: 17px;
  font-weight: 600;
  line-height: 24px;
  color: #262626;
}

.requirements-item p {
  color: #373737;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
}

.requirements-item p span {
  font-weight: 700;
  text-transform: uppercase;
}

.requirements-item:after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 85px;
  height: 85px;
  -webkit-box-shadow: 2px 4px 16px 2px rgba(255, 10, 108, 0.48);
  box-shadow: 2px 4px 16px 2px rgba(255, 10, 108, 0.48);
  border-radius: 50%;
  background: #ff0a6c url("../img/requirements-item-1.png") center no-repeat;
}

.requirements-item-2:after {
  background-image: url("../img/requirements-item-2.png");
}

.requirements-item-3:after {
  background-image: url("../img/requirements-item-3.png");
}

.requirements-item-4 {
  margin-left: auto;
  margin-right: 40px;
}

.requirements-item-4:after {
  background-image: url("../img/requirements-item-4.png");
}

.requirements-item-5 {
  margin-right: auto;
}

.requirements-item-5:after {
  background-image: url("../img/requirements-item-5.png");
}

.requirements-text {
  width: 100%;
}

.riding {
  padding-top: 17px;
  padding-bottom: 100px;
  position: relative;
}

.riding:before {
  content: '';
  position: absolute;
  bottom: -83px;
  left: 0;
  right: 0;
  background: url("../img/riding-bg.png") center no-repeat;
  background-repeat: repeat-x;
  height: 324px;
}

.riding h2 {
  text-align: center;
  color: #a600ca;
  font-size: 25px;
  font-weight: 900;
  margin-bottom: 13px;
}

.riding-wrap {
  max-width: 975px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.riding-text {
  text-align: center;
  width: calc(100% - 348px);
  margin-top: 8px;
}

.riding-text h3 {
  color: #ff0a6c;
  font-size: 25px;
  font-weight: 900;
  margin-bottom: 13px;
}

.riding-list {
  margin-bottom: 35px;
}

.riding-list li {
  text-align: left;
  color: #545454;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 12px;
  position: relative;
  padding-left: 31px;
}

.riding-list li:after {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 0;
  height: 0;
  border-top: 9.5px solid transparent;
  border-left: 17px solid #a600ca;
  border-bottom: 9.5px solid transparent;
}

.riding-list li:last-child {
  margin-bottom: 0;
}

.riding-img {
  padding-right: 20px;
  padding-bottom: 20px;
  width: 323px;
  height: 435px;
  position: relative;
}

.riding-img:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 267px;
  height: 417px;
  -webkit-box-shadow: 2px 4px 16px 2px rgba(63, 2, 61, 0.31);
  box-shadow: 2px 4px 16px 2px rgba(63, 2, 61, 0.31);
  background-color: #ff0a6c;
}

.riding-img img {
  position: relative;
}

.main-footer {
  padding-top: 66px;
  padding-bottom: 22px;
  text-align: center;
}

.main-footer a {
  color: #464646;
  font-size: 17px;
  font-weight: 400;
  text-decoration: underline;
}

.main-footer a:hover,
.main-footer a:focus {
  text-decoration: none;
}

.popup {
  background-color: #fff;
  padding: 41px 80px 56px 79px;
  z-index: 999;
  max-width: 615px;
  width: 100%;
  -webkit-box-shadow: 2px 4px 29px 3px rgba(85, 85, 85, 0.86);
  box-shadow: 2px 4px 29px 3px rgba(85, 85, 85, 0.86);
}

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

.popup-form h2 {
  color: #ff0f5e;
  font-size: 30px;
  font-weight: 900;
  line-height: 36px;
  margin-bottom: 8px;
}

.popup-form p {
  color: #4d4d4d;
  font-size: 23px;
  font-weight: 500;
  margin-bottom: 32px;
}

.popup-form .back__label {
  display: inline-block;
  color: black;
  font-size: 20px;
  display: block;
  text-align: left;
}

.popup-form .back__label span {
  color: #ff0006;
}

.popup-form input {
  text-align: center;
  outline: none;
  display: block;
  width: 100%;
  color: black;
  font-size: 20px;
  font-weight: 300;
  padding: 18px 5px;
  border-radius: 10px;
  margin-top: 12px;
  border: 1px solid #63554d;
  background-color: #f2f2f2;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 13px;
}

.popup-form input:placeholder {
  color: #6c6c6b;
}

.popup-form .back__check {
  display: none;
}

.popup-form .back__check-lab {
  color: #6c6c6c;
  font-size: 18px;
  position: relative;
  padding-left: 35px;
  margin-top: 27px;
  display: block;
  text-align: left;
  cursor: pointer;
}

.popup-form .back__check-lab:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 26px;
  height: 26px;
  border-radius: 2px;
  border: 1px solid #a2a2a2;
}

.popup-form .btn {
  margin-top: 20px;
  padding: 27px 23px;
}

.popup-form .back__phone {
  display: none;
}

.popup .fancybox-close-small {
  display: none;
  background: url("../img/close.png") center no-repeat;
  background-size: cover;
  top: 15px;
  right: 15px;
  width: 31px;
  height: 31px;
}

.popup .close {
  display: block;
}

.fancybox-slide {
  -webkit-transform: none !important;
  transform: none !important;
}

input#check:checked ~ label:after {
  border: 1px solid #57c75b;
  background: #57c75b url("../img/check.png") center no-repeat;
}

input#check:checked ~ #back__phone {
  display: block;
}

.fancybox-bg {
  background-color: rgba(71, 71, 71, 0.84);
}

@media only screen and (max-width: 1100px) {
  .banner {
    background-position: 45% 0;
    background-size: cover;
  }
}

@media only screen and (max-width: 1050px) {
  .requirements-list {
    background: none;
  }
}

@media only screen and (max-width: 950px) {
  .banner-wrap {
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 900px) {
  .banner {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .banner-text-1 {
    margin-bottom: 20px;
  }

  .banner h1 {
    margin-bottom: 20px;
  }

  .banner-text-2 {
    margin-bottom: 20px;
  }

  .banner-btn-wrap:after {
    display: none;
  }

  .btn {
    padding: 15px 28px;
    font-size: 17px;
  }
}

@media only screen and (max-width: 800px) {
  .requirements-item {
    width: 48%;
  }

  .requirements-item-4 {
    margin-right: 0;
    margin-left: 0;
  }

  .requirements-item-5 {
    margin-right: auto;
    margin-left: auto;
  }

  .riding-text {
    width: 100%;
    margin-bottom: 10px;
    margin-top: 20px;
  }

  .riding-img {
    margin-left: auto;
    margin-right: auto;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: 240px;
    height: 325px;
    padding-bottom: 10px;
    padding-right: 10px;
  }

  .riding-img:before {
    width: 235px;
    height: 315px;
  }
}

@media only screen and (max-width: 700px) {
  .banner {
    background-position: 40% 0;
  }
}

@media only screen and (max-width: 650px) {
  .popup {
    width: 95%;
    padding: 50px 20px;
  }

  .popup .fancybox-close-small {
    width: 20px;
    height: 20px;
    top: 5px;
    right: 5px;
  }

  .popup-form p {
    margin-bottom: 20px;
  }

  .popup-form h2 {
    font-size: 25px;
    line-height: 1.4;
  }

  .popup-form p {
    font-size: 19px;
  }

  .popup-form .back__label {
    font-size: 16px;
  }

  .popup-form input {
    font-size: 16px;
    padding: 12px 0;
  }

  .popup-form .back__check-lab {
    font-size: 14px;
  }

  .btn {
    font-weight: 600;
    font-size: 14px;
  }
}

@media only screen and (max-width: 600px) {
  .requirements-item {
    width: 100%;
  }

  .riding:before {
    display: none;
  }

  .riding {
    padding-bottom: 20px;
  }

  .main-footer {
    padding: 20px 0;
  }

  .banner {
    background-position: 32% 0;
  }
}

@media only screen and (max-width: 550px) {
  .banner-text-1 {
    font-size: 20px;
  }

  .banner h1 {
    font-size: 27px;
    line-height: 1.4;
  }

  .popup-form .btn {
    width: 100%;
    padding: 15px 5px;
  }
}

@media only screen and (max-width: 480px) {
  .banner {
    background-position: 27% 0;
  }
}

@media only screen and (max-width: 400px) {
  .banner .btn {
    width: 100%;
    padding: 15px 5px;
  }

  .riding .btn {
    width: 100%;
    padding: 15px 5px;
  }
}