* {
  outline: none;
  font-family: Mont;
}

html {
  -webkit-text-size-adjust: none;
}

body {
  margin: 0;
  overflow-x: hidden;
}

h1 {
  padding: 0;
  margin: 0;
}

p {
  padding: 0;
  margin: 0;
  color: #222222;
}

p, a {
  font-weight: 300;
}

input[type=text], input[type=submit], textarea {
  -webkit-appearance: none;
}

.header {
  background: url(/img/header/background.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}

h1, h2 {
  font-family: Mont;
  font-weight: 400;
  margin: 0;
}

h1 span, h2 span {
  color: #DE1150;
  font-family: Mont;
  font-weight: 400;
}

.container {
  max-width: 1270px;
  margin: auto;
}

.caption {
  font-family: Mont;
  font-size: 35px;
  font-weight: 400;
  color: #222;
}

.caption-subtitle {
  font-size: 19px;
  color: #4d4d4d;
  margin-top: 30px;
  line-height: 30px;
}

.button-camp {
  display: inline-block;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.button-camp:hover p {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(29.61%, #FF427C), to(#DE1351));
  background: linear-gradient(180deg, #FF427C 29.61%, #DE1351 100%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.button-camp p {
  color: #fff;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(29.61%, #FC2D6D), to(#DE1150));
  background: linear-gradient(180deg, #FC2D6D 29.61%, #DE1150 100%);
  border-radius: 6px;
  width: 235px;
  height: 54px;
  line-height: 56px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  z-index: 10;
}

.button {
  display: inline-block;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.button:hover p {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(29.61%, #FF427C), to(#DE1351));
  background: linear-gradient(180deg, #FF427C 29.61%, #DE1351 100%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.button p {
  color: #fff;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(29.61%, #FC2D6D), to(#DE1150));
  background: linear-gradient(180deg, #FC2D6D 29.61%, #DE1150 100%);
  -webkit-box-shadow: 0px 5px 46px 3px rgba(251, 11, 85, 0.35);
          box-shadow: 0px 5px 46px 3px rgba(251, 11, 85, 0.35);
  border-radius: 6px;
  width: 210px;
  height: 54px;
  line-height: 56px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  z-index: 10;
}

.button::before {
  position: absolute;
  content: '';
  display: block;
  border-radius: 8px;
  width: 210px;
  height: 54px;
  top: 3px;
  z-index: 0;
  background: #96002E;
}

.back-to-top {
  position: fixed;
  right: 5px;
  bottom: 0px;
  cursor: pointer;
  z-index: 20;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}

.back-to-top img {
  width: 60px;
}

.back-to-top_active {
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}

.privacy-title {
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 35px;
  margin-top: 90px;
  line-height: 24px;
  text-transform: uppercase;
}

.privacy-subtitle {
  margin-bottom: 35px;
}

.form-popup {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #ffffff;
  -webkit-box-shadow: 0 0px 9px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0px 9px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  width: 400px;
  padding: 40px 30px 40px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.form-popup_title {
  font-size: 21px;
  color: #222;
  font-weight: bold;
}

.form-popup_subtitle {
  font-size: 18px;
  margin-top: 20px;
  color: #4d4d4d;
  line-height: 24px;
}

.form-popup_close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 25px;
  cursor: pointer;
}

.form-popup_close img {
  width: 24px;
}

.form-popup_overlay {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.78);
  z-index: 99;
}

._req {
  border: 1px solid #d9d9d9;
}

._error {
  border: 1px solid #ff5252;
  -webkit-box-shadow: 0 0 4px #ff5252;
          box-shadow: 0 0 4px #ff5252;
}

.header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 30px;
}

.header-logo {
  cursor: pointer;
}

.header-logo img {
  width: 129px;
}

.header-nav a {
  text-decoration: none;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 15px;
  color: #fff;
  font-weight: normal;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.header-nav a:hover {
  color: #DE1150;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

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

.header-phone_number {
  padding-right: 30px;
}

.header-phone_number a {
  text-decoration: none;
  font-size: 20px;
  color: #fff;
  font-weight: 400;
}

.header-phone_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #DE1150;
  width: 180px;
  height: 45px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 2px 11px rgba(222, 17, 80, 0.3);
          box-shadow: 0px 2px 11px rgba(222, 17, 80, 0.3);
  border-radius: 6px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.header-phone_button:hover {
  -webkit-transition: 1s;
  transition: 1s;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(29.61%, #FC2D6D), to(#DE1150));
  background: linear-gradient(180deg, #FC2D6D 29.61%, #DE1150 100%);
  -webkit-box-shadow: 0px 5px 46px 3px rgba(251, 11, 85, 0.35);
          box-shadow: 0px 5px 46px 3px rgba(251, 11, 85, 0.35);
}

.header-phone_button img {
  height: 14px;
  padding-top: 13px;
  padding-right: 8px;
}

.header-phone_button p {
  font-size: 14px;
  color: #fff;
  line-height: 41px;
}

.header-offer {
  margin-top: 140px;
}

.header-offer h1 {
  color: #fff;
  font-size: 43px;
}

.header-offer p {
  color: #bababa;
  font-size: 20px;
  margin-top: 30px;
}

.header-button {
  margin-top: 55px;
  display: inline-block;
}

.header-button p {
  width: 300px;
}

.header-button::before {
  width: 300px;
}

.header-button_way {
  display: inline-block;
  border: 1px solid #DE1150;
  width: 235px;
  height: 54px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: 10px;
  -webkit-box-shadow: 0px 2px 11px rgba(222, 17, 80, 0.3);
          box-shadow: 0px 2px 11px rgba(222, 17, 80, 0.3);
  border-radius: 6px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-align: center;
}

.header-button_way:hover {
  -webkit-transition: 1s;
  transition: 1s;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(29.61%, #FC2D6D), to(#DE1150));
  background: linear-gradient(180deg, #FC2D6D 29.61%, #DE1150 100%);
  -webkit-box-shadow: 0px 5px 46px 3px rgba(251, 11, 85, 0.35);
          box-shadow: 0px 5px 46px 3px rgba(251, 11, 85, 0.35);
}

.header-button_way a {
  font-size: 14px;
  color: #fff;
  line-height: 54px;
  text-transform: uppercase;
  text-decoration: none;
}

.header-advantage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 580px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 80px;
  padding-bottom: 75px;
}

.header-advantage p {
  color: #fff;
  font-weight: normal;
  position: relative;
  padding-left: 20px;
  width: 250px;
  margin-bottom: 20px;
  font-size: 14px;
}

.header-advantage p::before {
  position: absolute;
  content: "";
  display: block;
  top: 6px;
  left: 0px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(29.61%, #FC2D6D), to(#DE1150));
  background: linear-gradient(180deg, #FC2D6D 29.61%, #DE1150 100%);
  -webkit-box-shadow: 0px 5px 46px 3px rgba(251, 11, 85, 0.35);
          box-shadow: 0px 5px 46px 3px rgba(251, 11, 85, 0.35);
}

.header-popup {
  position: absolute;
  background: #ffffff;
  background: linear-gradient(-155deg, #f3f3f3 0%, #ffffff 66%);
  -webkit-box-shadow: 0 0px 9px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0px 9px rgba(0, 0, 0, 0.15);
  top: 50%;
  border-radius: 8px;
  left: 50%;
  -webkit-transform: translate(-439px, -176px);
          transform: translate(-439px, -176px);
}

.header-popup_block {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 879px;
  padding: 50px 40px 50px 40px;
}

.header-popup__title {
  font-size: 25px;
  font-weight: 500;
}

.header-popup__subtitle {
  font-size: 20px;
  color: #222222;
  padding-top: 30px;
}

.header-popup_overlay {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.78);
  z-index: 99;
}

.header-popup__text {
  font-size: 12px;
  line-height: 19px;
  padding-top: 35px;
  color: #222;
}

.header-popup__text a {
  color: #DE1150;
  text-decoration: underline;
  cursor: pointer;
}

.header-popup__text a:hover {
  text-shadow: 0 0 4px rgba(250, 16, 137, 0.3);
}

.header-popup_close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 25px;
}

.header-popup_close img {
  max-width: 24px;
  cursor: pointer;
}

.header-form {
  padding-top: 30px;
}

.header-form form {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header-form input {
  border: 1px solid #464646;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffffff;
  font-size: 14px;
  border-radius: 6px;
  height: 54px;
  width: 240px;
  padding-left: 20px;
  display: inline-block;
  margin-right: 10px;
}

.header-form button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  cursor: pointer;
  text-transform: uppercase;
  z-index: 10;
  font-weight: 400;
  color: #fff;
  font-size: 14px;
  text-align: center;
  top: 0px;
  background: #ad0135;
  border-radius: 8px;
  width: 290px;
  padding-top: 16px;
  padding-bottom: 22px;
  border: none;
}

.header-form button:hover::before {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(29.61%, #FF427C), to(#DE1351));
  background: linear-gradient(180deg, #FF427C 29.61%, #DE1351 100%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.header-form button::before {
  position: absolute;
  content: '';
  border: none;
  display: block;
  border-radius: 6px;
  width: 290px;
  height: 54px;
  top: -3px;
  z-index: -1;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(29.61%, #FC2D6D), to(#DE1150));
  background: linear-gradient(180deg, #FC2D6D 29.61%, #DE1150 100%);
  -webkit-box-shadow: 0px 8px 32px 3px rgba(251, 11, 85, 0.34);
          box-shadow: 0px 8px 32px 3px rgba(251, 11, 85, 0.34);
}

.header-form_send {
  position: absolute;
  right: 51px;
  bottom: 79px;
  font-size: 16px;
  color: #3d3d3d;
  display: none;
}

.header-menu {
  position: relative;
  width: 40px;
  padding-left: 25px;
  cursor: pointer;
  display: none;
  margin-top: -6px;
}

.header-menu span {
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #fff;
  top: 26%;
  border-radius: 10px;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}

.header-menu span::before, .header-menu span::after {
  content: '';
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #fff;
  top: 50%;
  -webkit-transition: 0.21s;
  transition: 0.21s;
  border-radius: 10px;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}

.header-menu span::before {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.header-menu span::after {
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
}

.header-menu span__active {
  -webkit-transition: 0.21s;
  transition: 0.21s;
}

.header-menu span__active span {
  height: 0;
}

.header-menu span__active span::before {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.header-menu span__active span::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.header-menu_mobile {
  position: fixed;
  background-color: #080808;
  top: 0;
  right: 0;
  opacity: 0.97;
  height: 100vh;
  z-index: 99;
  vertical-align: middle;
  width: 100%;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  visibility: hidden;
  opacity: 0;
}

.header-menu_mobile__active {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  visibility: visible;
  opacity: 0.98;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.header-menu_mobile__block {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-209px);
          transform: translateY(-209px);
  width: 300px;
  margin: auto;
}

.header-menu_mobile__block a {
  text-decoration: none;
  color: #fff;
  font-size: 19px;
  padding-top: 20px;
  text-align: center;
  display: block;
}

.header-menu_mobile__close {
  text-align: center;
  position: absolute;
  top: 15px;
  left: 10px;
}

.header-menu_mobile__close p {
  color: #fff;
  font-size: 18px;
}

.header-menu_mobile__close img {
  width: 90px;
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}

.header-menu_mobile__logo {
  margin-bottom: 20px;
  text-align: center;
}

.header-menu_mobile__logo img {
  width: 170px;
}

.header-menu_mobile__phone {
  margin-top: 20px;
}

.header-menu_mobile__number img {
  width: 20px;
}

.header-menu_mobile__number a {
  text-decoration: none;
  font-size: 24px;
  color: #fff;
  font-weight: 400;
}

.header-menu_mobile__title {
  text-align: center;
}

.header-menu_mobile__title p {
  font-size: 15px;
  color: #bababa;
  padding-top: 4px;
}

@media (min-width: 1680px) {
  header {
    height: 870px;
  }
  .header-offer {
    margin-top: 190px;
  }
  .header-offer h1 {
    font-size: 53px;
  }
  .header-offer p {
    font-size: 24px;
  }
  .header-advantage {
    margin-top: 100px;
    width: 640px;
  }
  .header-advantage p {
    font-size: 16px;
    width: 280px;
  }
}

@media (max-width: 1350px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 1210px) {
  .header {
    background-position: top right -165px;
  }
}

@media (max-width: 1200px) {
  .header-phone_number {
    padding-right: 0;
  }
  .header-phone_button {
    display: none;
  }
}

@media (max-width: 1150px) {
  .header {
    background: url(/img/header/background_1.jpg) no-repeat;
    background-position: top right -165px;
    background-size: cover;
  }
  .header-offer {
    margin-top: 175px;
  }
}

@media (max-width: 992px) {
  .header-nav {
    display: none;
  }
  .header-menu {
    display: block;
  }
  .header-offer {
    margin-top: 140px;
  }
  .header-phone_number {
    display: none;
  }
}

@media (max-width: 920px) {
  .header {
    background: url(/img/header/background_2.jpg) no-repeat;
    background-position: right -200px top -265px;
  }
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .caption {
    font-size: 32px;
  }
  .caption-subtitle {
    font-size: 18px;
  }
  .header-button {
    margin-top: 430px;
    display: block;
  }
  .header-button_way {
    margin-left: 0;
    margin-top: 20px;
    width: 300px;
  }
  .header-popup {
    -webkit-transform: translate(-204px, -250px);
            transform: translate(-204px, -250px);
  }
  .header-popup_block {
    width: 407px;
  }
  .header-popup__text {
    width: 300px;
  }
  .header-form form {
    text-align: center;
  }
  .header-form input {
    margin-right: 0;
    width: 290px;
    margin-bottom: 10px;
  }
  .header-form button {
    margin-top: 3px;
  }
}

@media (max-width: 780px) {
  .header {
    background: url(/img/header/background_3.jpg) no-repeat;
    background-position: right top -265px;
  }
}

@media (max-width: 630px) {
  .header {
    background-position: right top -320px;
  }
  .header-offer {
    margin-top: 100px;
  }
  .header-offer h1 {
    font-size: 37px;
  }
  .header-button {
    margin-top: 516px;
  }
}

@media (max-width: 600px) {
  .header-advantage {
    max-width: 270px;
  }
}

@media (max-width: 540px) {
  .header {
    background-position: right top -235px;
    background-size: 830px;
  }
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .header-offer h1 {
    font-size: 33px;
  }
  .header-offer p {
    font-size: 18px;
  }
  .header-button {
    margin-top: 400px;
  }
  .header-popup {
    -webkit-transform: translate(-150px, -261px);
            transform: translate(-150px, -261px);
  }
  .header-popup_block {
    width: 300px;
    padding: 60px 20px 50px 20px;
  }
  .header-popup__subtitle {
    font-size: 18px;
  }
  .header-popup__text {
    width: 280px;
  }
  .header-form form {
    text-align: center;
  }
  .header-form input {
    width: 260px;
  }
  .header-form button {
    font-size: 12px;
    width: 260px;
  }
  .header-form button::before {
    width: 260px;
  }
}

@media (max-width: 510px) {
  .form-popup {
    padding: 40px 20px 40px 20px;
  }
  .form-popup_close {
    padding: 20px;
  }
}

@media (max-width: 470px) {
  .header {
    background-position: right top -212px;
    background-size: 760px;
  }
  .header-button {
    margin-top: 390px;
  }
  .header-offer {
    margin-top: 85px;
  }
  .header-offer h1 {
    font-size: 28px;
  }
  .header-offer p {
    font-size: 16px;
  }
  .caption {
    font-size: 24px;
  }
  .caption-subtitle {
    font-size: 16px;
    line-height: 26px;
    margin-top: 20px;
  }
}

@media (max-width: 428px) {
  .header-advantage p {
    font-size: 14px;
  }
}

@media (max-width: 417px) {
  .form-popup {
    width: 340px;
  }
}

@media (max-width: 400px) {
  .header {
    background-position: right top -185px;
    background-size: 700px;
  }
  .header-button {
    margin-top: 360px;
  }
  .header-offer {
    margin-top: 85px;
  }
  .header-offer h1 {
    font-size: 24px;
  }
  .header-offer p {
    font-size: 15px;
  }
}

@media (max-width: 380px) {
  .header {
    background-position: right top -153px;
    background-size: 670px;
  }
}

@media (max-width: 350px) {
  .header {
    background-position: right top -75px;
    background-size: 570px;
  }
  .header-advantage {
    padding-bottom: 30px;
  }
  .header-offer {
    margin-top: 85px;
  }
  .header-offer h1 {
    font-size: 22px;
  }
  .header-offer p {
    width: 270px;
  }
  .header-button {
    margin-top: 360px;
  }
  .caption {
    font-size: 21px;
  }
  .caption-subtitle {
    font-size: 15px;
  }
  .form-popup {
    width: 300px;
  }
}

.header-camp {
  background: url(/img/header-camp/background.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}

.header-camp_button {
  margin-top: 50px;
  display: inline-block;
  padding-bottom: 110px;
  margin-right: 10px;
}

.header-camp_button a {
  text-decoration: none;
}

.header-camp_button__consultation {
  border: 1px solid #DE1150;
  display: inline-block;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  width: 267px;
  height: 54px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 2px 11px rgba(222, 17, 80, 0.3);
          box-shadow: 0px 2px 11px rgba(222, 17, 80, 0.3);
  border-radius: 6px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.header-camp_button__consultation:hover {
  -webkit-transition: 1s;
  transition: 1s;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(29.61%, #FC2D6D), to(#DE1150));
  background: linear-gradient(180deg, #FC2D6D 29.61%, #DE1150 100%);
  -webkit-box-shadow: 0px 5px 46px 3px rgba(251, 11, 85, 0.35);
          box-shadow: 0px 5px 46px 3px rgba(251, 11, 85, 0.35);
}

.header-camp_button__consultation p {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  line-height: 53px;
  text-align: center;
}

.header-camp_string {
  background-color: #023E51;
}

.header-camp_string__text p {
  font-size: 16px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  color: #E9C494;
  padding-top: 5px;
  padding-bottom: 0px;
}

.header-camp_offer p {
  color: #fff;
}

.header-camp_offer h1 span {
  color: #fb2365;
}

.header-camp-popup {
  position: absolute;
  background: #ffffff;
  background: linear-gradient(-155deg, #f3f3f3 0%, #ffffff 66%);
  -webkit-box-shadow: 0 0px 9px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0px 9px rgba(0, 0, 0, 0.15);
  top: 50%;
  border-radius: 8px;
  left: 50%;
  -webkit-transform: translate(-415px, -176px);
          transform: translate(-415px, -176px);
}

.header-camp-popup_block {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 830px;
  padding: 50px 40px 50px 40px;
}

.header-camp-popup__title {
  font-size: 25px;
  font-weight: 500;
}

.header-camp-popup__subtitle {
  font-size: 17px;
  color: #222222;
  padding-top: 30px;
}

.header-camp-popup_overlay {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.78);
  z-index: 99;
}

.header-camp-popup__text {
  font-size: 13px;
  line-height: 19px;
  padding-top: 35px;
  color: #222;
}

.header-camp-popup__text a {
  color: #DE1150;
  text-decoration: underline;
  cursor: pointer;
}

.header-camp-popup__text a:hover {
  text-shadow: 0 0 4px rgba(250, 16, 137, 0.3);
}

.header-camp-popup_close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 25px;
}

.header-camp-popup_close img {
  max-width: 24px;
  cursor: pointer;
}

.header-camp-form {
  padding-top: 30px;
}

.header-camp-form form {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header-camp-form input {
  border: 1px solid #464646;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffffff;
  font-size: 14px;
  border-radius: 6px;
  height: 54px;
  width: 240px;
  padding-left: 20px;
  display: inline-block;
  margin-right: 10px;
}

.header-camp-form button {
  color: #fff;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(29.61%, #FC2D6D), to(#DE1150));
  background: linear-gradient(180deg, #FC2D6D 29.61%, #DE1150 100%);
  border-radius: 6px;
  border: none;
  width: 240px;
  height: 54px;
  line-height: 53px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin-top: 5px;
  cursor: pointer;
}

.header-camp-form button:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(29.61%, #FF427C), to(#DE1351));
  background: linear-gradient(180deg, #FF427C 29.61%, #DE1351 100%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media (min-width: 1680px) {
  .header-camp {
    height: 760px;
  }
}

@media (max-width: 1286px) {
  .header-camp {
    background-position: top right -120px;
  }
  .header-camp_offer {
    margin-top: 110px;
  }
}

@media (max-width: 1181px) {
  .header-camp {
    background: url(/img/header-camp/background-1.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    height: 800px;
  }
  .header-camp_button {
    padding-bottom: 0;
    margin-right: 0;
  }
  .header-camp_button p {
    width: 268px;
  }
  .header-camp_button__consultation {
    display: block;
    margin-bottom: 110px;
    margin-top: 17px;
  }
}

@media (max-width: 1030px) {
  .header-camp {
    background-position: top right -70px;
    height: 728px;
  }
}

@media (max-width: 942px) {
  .header-camp {
    height: 675px;
  }
}

@media (max-width: 920px) {
  .header-camp-popup {
    -webkit-transform: translate(-204px, -250px);
            transform: translate(-204px, -250px);
  }
  .header-camp-popup_block {
    width: 407px;
  }
  .header-camp-popup__text {
    width: 291px;
    margin: auto;
  }
  .header-camp-form form {
    text-align: center;
  }
  .header-camp-form input {
    margin-right: 0;
    width: 290px;
    margin-bottom: 10px;
  }
  .header-camp-form button {
    width: 290px;
  }
}

@media (max-width: 861px) {
  .header-camp {
    background: url(/img/header-camp/background-2.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    height: 962px;
  }
}

@media (max-width: 841px) {
  .header-camp {
    background-position: top right;
  }
}

@media (max-width: 663px) {
  .header-camp {
    background: url(/img/header-camp/background-3.jpg) no-repeat;
    background-position: center bottom;
    background-size: cover;
    height: 950px;
  }
}

@media (max-width: 560px) {
  .header-camp {
    background-size: 570px;
  }
}

@media (max-width: 540px) {
  .header-camp {
    background-size: cover;
    height: 890px;
  }
  .header-camp-popup {
    -webkit-transform: translate(-150px, -261px);
            transform: translate(-150px, -261px);
  }
  .header-camp-popup_block {
    width: 300px;
    padding: 60px 20px 50px 20px;
  }
  .header-camp-popup__title {
    font-size: 24px;
  }
  .header-camp-popup__subtitle {
    font-size: 16px;
  }
  .header-camp-popup__text {
    width: 280px;
  }
  .header-camp-form form {
    text-align: center;
  }
  .header-camp-form input {
    width: 260px;
  }
  .header-camp-form button {
    width: 260px;
  }
}

@media (max-width: 475px) {
  .header-camp {
    height: 850px;
  }
  .header-camp_button {
    margin-top: 41px;
  }
}

@media (max-width: 460px) {
  .header-camp {
    height: 795px;
  }
  .header-camp_offer {
    margin-top: 85px;
  }
}

@media (max-width: 414px) {
  .header-camp {
    height: 765px;
  }
}

@media (max-width: 375px) {
  .header-camp {
    height: 690px;
  }
  .header-camp_offer {
    margin-top: 50px;
  }
}

@media (max-width: 340px) {
  .header-camp {
    height: 665px;
  }
}

.advantage {
  background: url(/img/advantage/background.jpg) 0 0/100% no-repeat;
  background-position: bottom center;
  height: 740px;
}

.advantage-block {
  margin-left: 360px;
  padding-top: 120px;
}

.advantage-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 840px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 80px;
}

.advantage-wrapper_item {
  margin-bottom: 35px;
  width: 416px;
}

.advantage-wrapper_item__icon {
  display: inline-block;
  margin-right: 20px;
}

.advantage-wrapper_item__icon img {
  width: 50px;
}

.advantage-wrapper_item__text {
  display: inline-block;
}

.advantage-wrapper_item__title {
  font-size: 17px;
  font-weight: bold;
}

.advantage-wrapper_item__subtitle {
  font-size: 15px;
  font-weight: normal;
  margin-top: 15px;
  line-height: 24px;
}

@media (min-width: 1800px) {
  .advantage {
    height: 830px;
  }
}

@media (min-width: 1680px) {
  .advantage {
    height: 795px;
    margin-top: 40px;
  }
  .advantage-block {
    padding-top: 90px;
  }
}

@media (max-width: 1470px) {
  .advantage {
    height: 700px;
  }
}

@media (max-width: 1320px) {
  .advantage {
    background: url(/img/advantage/background.jpg) 0 0/115% no-repeat;
    background-position: bottom left -71px;
    height: 706px;
  }
}

@media (max-width: 1276px) {
  .advantage {
    background: url(/img/advantage/background.jpg) 0 0/auto 100% no-repeat;
    background-position: bottom left -110px;
    height: auto;
  }
  .advantage-wrapper {
    max-width: 416px;
  }
  .advantage-block {
    margin-left: 485px;
  }
}

@media (max-width: 1080px) {
  .advantage {
    background-position: bottom left -175px;
  }
  .advantage-block {
    margin-left: 415px;
  }
}

@media (max-width: 890px) {
  .advantage-wrapper {
    max-width: 850px;
  }
  .advantage-block {
    margin-left: 365px;
  }
}

@media (max-width: 820px) {
  .advantage-block {
    margin-left: 312px;
    padding-top: 85px;
  }
  .advantage-wrapper {
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .advantage {
    background: url(/img/advantage/background_1.jpg) 0 0/auto 120% no-repeat;
    background-position: center bottom;
    height: auto;
  }
  .advantage-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 835px;
  }
  .advantage-block {
    margin-left: 0px;
  }
}

@media (max-width: 530px) {
  .advantage {
    background: url(/img/advantage/background_1.jpg) 0 0/auto 100% no-repeat;
    background-position: center bottom;
    height: auto;
  }
  .advantage-wrapper {
    padding-bottom: 640px;
  }
}

@media (max-width: 470px) {
  .advantage-block {
    padding-top: 80px;
  }
  .advantage-wrapper {
    margin-top: 55px;
  }
}

@media (max-width: 435px) {
  .advantage-wrapper {
    padding-bottom: 570px;
  }
  .advantage-wrapper_item {
    width: 363px;
    margin-bottom: 25px;
  }
  .advantage-wrapper_item__icon {
    margin-right: 10px;
  }
  .advantage-wrapper_item__icon img {
    width: 47px;
  }
  .advantage-wrapper_item__title {
    font-size: 15px;
  }
  .advantage-wrapper_item__subtitle {
    font-size: 14px;
  }
}

@media (max-width: 382px) {
  .advantage-block {
    padding-top: 90px;
  }
  .advantage-wrapper {
    padding-bottom: 590px;
  }
  .advantage-wrapper_item {
    width: 100%;
  }
  .advantage-wrapper_item__icon {
    margin-right: 7px;
  }
  .advantage-wrapper_item__icon img {
    width: 42px;
  }
  .advantage-wrapper_item__title {
    font-size: 14px;
  }
}

@media (max-width: 367px) {
  .advantage-wrapper_item__icon img {
    width: 40px;
  }
}

@media (max-width: 360px) {
  .advantage-wrapper_item__icon {
    margin-right: 7px;
  }
  .advantage-wrapper_item__title {
    font-size: 14px;
  }
  .advantage-wrapper_item__subtitle {
    font-size: 13px;
  }
}

@media (max-width: 352px) {
  .advantage-block {
    padding-top: 70px;
  }
  .advantage-wrapper {
    padding-bottom: 560px;
  }
  .advantage-wrapper_item__icon {
    margin-right: 2px;
  }
  .advantage-wrapper_item__icon img {
    width: 32px;
  }
  .advantage-wrapper_item__title {
    font-size: 13px;
  }
  .advantage-wrapper_item__subtitle {
    font-size: 12px;
  }
}

.quiz {
  position: relative;
}

.quize {
  margin-top: 90px;
  margin-bottom: 120px;
}

.quize-block {
  -webkit-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.08);
  width: 100%;
  height: 400px;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.quize-block button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  cursor: pointer;
  text-transform: uppercase;
  z-index: 10;
  font-weight: 400;
  color: #fff;
  font-size: 14px;
  text-align: center;
  top: 275px;
  background: #ad0135;
  border-radius: 8px;
  width: 240px;
  padding-top: 16px;
  padding-bottom: 22px;
  border: none;
}

.quize-block button:hover::before {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(29.61%, #FF427C), to(#DE1351));
  background: linear-gradient(180deg, #FF427C 29.61%, #DE1351 100%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.quize-block button::before {
  position: absolute;
  content: '';
  border: none;
  display: block;
  border-radius: 6px;
  width: 240px;
  height: 54px;
  top: -3px;
  z-index: -1;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(29.61%, #FC2D6D), to(#DE1150));
  background: linear-gradient(180deg, #FC2D6D 29.61%, #DE1150 100%);
  -webkit-box-shadow: 0px 8px 32px 3px rgba(251, 11, 85, 0.34);
          box-shadow: 0px 8px 32px 3px rgba(251, 11, 85, 0.34);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.quize-block_sale {
  background-color: #F9F9F9;
  width: 330px;
  height: 100%;
  border-radius: 6px 0px 0px 6px;
  padding-left: 40px;
}

.quize-block_sale__title {
  font-size: 38px;
  color: #DE1150;
  width: 275px;
  padding-top: 60px;
}

.quize-block_sale__subtitle {
  font-size: 17px;
  color: #4D4D4D;
  width: 290px;
  padding-top: 75px;
  line-height: 24px;
}

.quize-block_test {
  padding-left: 50px;
  position: relative;
}

.quize-block_test__info {
  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;
  width: 810px;
  padding-top: 55px;
}

.quize-block_test__number {
  color: #bababa;
  font-size: 17px;
}

.quize-block_test__procent {
  font-size: 17px;
  color: #bababa;
}

.quize-block_test__procents {
  font-size: 22px;
  color: #DE1150;
  padding-left: 10px;
}

.quize-block_test__title {
  font-size: 21px;
  color: #222;
  font-weight: 500;
  padding-top: 50px;
}

.quize-block_test__btn {
  margin-left: 50px;
}

.quize-block_test__label {
  margin-right: 45px;
}

.quize-block_test__label input[type="radio"] {
  display: none;
}

.quize-block_test__label input {
  border: 1px solid #464646;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffffff;
  font-size: 14px;
  border-radius: 6px;
  height: 54px;
  width: 240px;
  padding-left: 20px;
  display: inline-block;
  margin-right: 10px;
}

.quize-block_test__answers {
  padding-top: 40px;
}

.quize-block_test__answers span {
  font-size: 15px;
  vertical-align: middle;
}

.quize-block_test__fake {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #4d4d4d;
  margin-right: 7px;
  position: relative;
  border-radius: 4px;
  cursor: pointer;
}

.quize-block_test__fake::before {
  content: '';
  position: absolute;
  width: 22px;
  height: 22px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(29.61%, #FC2D6D), to(#DE1150));
  background: linear-gradient(180deg, #FC2D6D 29.61%, #DE1150 100%);
  -webkit-box-shadow: 0px 0px 5px 2px rgba(252, 45, 109, 0.15);
          box-shadow: 0px 0px 5px 2px rgba(252, 45, 109, 0.15);
  border-radius: 4px;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: translate(-1px, -1px);
          transform: translate(-1px, -1px);
}

.quize-block_test__fake::after {
  content: '';
  position: absolute;
  background: url("/img/icon/check.svg") 0 0/100% no-repeat;
  height: 16px;
  width: 16px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -40%);
          transform: translate(-50%, -40%);
}

.quize-block_test__input:checked + .quize-block_test__fake::before {
  opacity: 1;
}

.quize-block_test__input:checked + .quize-block_test__fake {
  border: 1px solid #fff;
}

.error {
  border: 1px solid #cf2626;
}

@media (max-width: 1350px) {
  .quize-block {
    width: 1200px;
    margin: auto;
  }
  .quize-block_test {
    padding-left: 40px;
  }
  .quize-block_test__info {
    width: 755px;
  }
  .quize-block_test__label {
    margin-right: 20px;
  }
  .quize-block_test__title {
    font-size: 19px;
  }
  .quize-block_test__btn {
    margin-left: 40px;
  }
}

@media (max-width: 1280px) {
  .quiz {
    height: 395px;
  }
  .quize-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 835px;
    height: 565px;
  }
  .quize-block button {
    top: 270px;
  }
  .quize-block_sale {
    width: 100%;
    height: 170px;
  }
  .quize-block_sale__title {
    width: 100%;
    font-size: 30px;
    padding-top: 50px;
  }
  .quize-block_sale__subtitle {
    padding-top: 30px;
    width: 100%;
  }
  .quize-block_test__btn {
    margin-left: 40px;
  }
  .quize-block_test__title {
    padding-top: 45px;
  }
}

@media (max-width: 900px) {
  .quiz {
    height: 508px;
  }
  .quize-block {
    width: 625px;
    height: 678px;
  }
  .quize-block button {
    top: 390px;
  }
  .quize-block_sale {
    padding-left: 30px;
  }
  .quize-block_sale__subtitle {
    font-size: 17px;
  }
  .quize-block_test {
    padding-left: 30px;
  }
  .quize-block_test__title {
    font-size: 19px;
    line-height: 30px;
    width: 489px;
  }
  .quize-block_test__info {
    width: 570px;
  }
  .quize-block_test__label {
    display: block;
    margin-bottom: 10px;
  }
  .quize-block_test__label input[type="text"] {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-48%);
            transform: translateX(-48%);
  }
  .quize-block_test__btn {
    margin-left: 0px;
    margin-top: -30px;
    left: 50%;
    -webkit-transform: translateX(-46%);
            transform: translateX(-46%);
  }
}

@media (max-width: 720px) {
  .quize-block {
    width: 460px;
    height: 715px;
  }
  .quize-block button {
    margin-left: 78px;
  }
  .quize-block_test__title {
    font-size: 20px;
    width: 405px;
  }
  .quize-block_test__info {
    width: 400px;
  }
  .quize-block_test__number {
    font-size: 17px;
  }
  .quize-block_test__procent {
    font-size: 17px;
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
  .quize-block_test__procent span {
    font-size: 21px;
  }
  .quize-block_test__btn {
    left: 32%;
  }
  .quize-block_sale {
    height: 180px;
  }
  .quize-block_sale__title {
    font-size: 21px;
  }
  .quize-block_sale__subtitle {
    font-size: 16px;
  }
}

@media (max-width: 510px) {
  .quiz {
    height: 505px;
  }
  .quize-block {
    width: 370px;
  }
  .quize-block button {
    margin-left: 44px;
  }
  .quize-block_sale {
    height: 210px;
    padding-left: 20px;
  }
  .quize-block_sale__title {
    width: 250px;
  }
  .quize-block_sale__subtitle {
    width: 320px;
  }
  .quize-block_test {
    padding-left: 20px;
  }
  .quize-block_test__info {
    width: 330px;
  }
  .quize-block_test__title {
    width: 340px;
    font-size: 17px;
  }
  .quize-block_test__btn {
    left: 36%;
    -webkit-transform: translateX(-45%);
            transform: translateX(-45%);
  }
}

@media (max-width: 417px) {
  .quiz {
    height: 490px;
  }
  .quize-block {
    width: 330px;
    height: 700px;
  }
  .quize-block button {
    margin-left: 24px;
    top: 370px;
  }
  .quize-block_sale__subtitle {
    width: 290px;
  }
  .quize-block_test__info {
    width: 290px;
    padding-top: 40px;
  }
  .quize-block_test__number {
    font-size: 15px;
  }
  .quize-block_test__procent {
    font-size: 15px;
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
  .quize-block_test__procent span {
    font-size: 21px;
  }
  .quize-block_test__title {
    font-size: 16px;
    width: 290px;
    line-height: 24px;
  }
  .quize-block_test__answers span {
    font-size: 14px;
  }
  .quize-block_test__fake {
    width: 18px;
    height: 18px;
  }
  .quize-block_test__fake::before {
    width: 20px;
    height: 20px;
  }
  .quize-block_test__btn {
    left: 40%;
    margin-top: -40px;
  }
}

@media (max-width: 350px) {
  .quize-block {
    width: 300px;
  }
  .quize-block button {
    margin-left: 10px;
  }
  .quize-block_sale__subtitle {
    width: 270px;
  }
  .quize-block_test__info {
    width: 260px;
    padding-top: 40px;
  }
  .quize-block_test__number {
    font-size: 15px;
  }
  .quize-block_test__procent {
    font-size: 15px;
  }
  .quize-block_test__procent span {
    font-size: 21px;
    padding-left: 5px;
  }
  .quize-block_test__title {
    font-size: 16px;
    width: 247px;
    line-height: 24px;
  }
  .quize-block_test__answers span {
    font-size: 14px;
  }
  .quize-block_test__btn {
    left: 44%;
    margin-top: -17px;
  }
}

.way {
  margin-top: 70px;
}

.way-caption_subtitle {
  width: 500px;
}

.way-button {
  text-align: center;
  margin-top: 65px;
  display: inline-block;
}

.way-button p {
  width: 300px;
}

.way-button::before {
  width: 300px;
}

.way-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 80px;
}

.way-wrapper_button {
  text-align: center;
}

.way-item {
  position: relative;
}

.way-item_img {
  cursor: pointer;
  overflow: hidden;
  display: inline-block;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 17px;
}

.way-item_img img {
  display: block;
  width: 625px;
  -webkit-transition: 2s;
  transition: 2s;
}

.way-item_img img:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.way-item_text {
  position: absolute;
  top: 255px;
  left: 40px;
}

.way-item_text__title {
  font-size: 19px;
  color: #DE1150;
  font-weight: bold;
  padding-bottom: 20px;
}

.way-item_text__age {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  padding-bottom: 10px;
}

.way-item_text__subtitle {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  line-height: 24px;
  max-width: 555px;
}

@media (max-width: 1350px) {
  .way-wrapper {
    max-width: 935px;
    margin: auto;
  }
  .way-item_img {
    margin-bottom: 12px;
  }
  .way-item_img img {
    width: 460px;
  }
  .way-item_text {
    left: 30px;
    top: 170px;
  }
}

@media (max-width: 1020px) {
  .way-wrapper {
    max-width: 625px;
    margin: auto;
  }
  .way-button {
    margin-top: 45px;
  }
  .way-item {
    margin-bottom: 10px;
  }
  .way-item img {
    width: 625px;
  }
  .way-item_text {
    top: 255px;
    left: 30px;
  }
  .way-item_text__subtitle {
    max-width: 548px;
  }
}

@media (max-width: 880px) {
  .way-item_text {
    left: 20px;
  }
}

@media (max-width: 720px) {
  .way-wrapper {
    max-width: 460px;
  }
  .way-item_img {
    margin-bottom: 12px;
  }
  .way-item_img img {
    width: 460px;
  }
  .way-item_text {
    width: 420px;
    top: 170px;
  }
}

@media (max-width: 550px) {
  .way-caption_subtitle {
    width: 100%;
  }
}

@media (max-width: 510px) {
  .way-wrapper {
    max-width: 370px;
  }
  .way-item {
    margin-bottom: 0;
  }
  .way-item_img {
    margin-bottom: 12px;
  }
  .way-item_img img {
    width: 370px;
  }
  .way-item_text {
    left: 20px;
    top: 82px;
    width: 100%;
  }
  .way-item_text__subtitle {
    width: 338px;
  }
  .way-item_text__guitar {
    top: 104px;
  }
}

@media (max-width: 470px) {
  .way-wrapper {
    padding-top: 55px;
  }
}

@media (max-width: 428px) {
  .way-wrapper {
    max-width: 330px;
  }
  .way-item_img img {
    width: 330px;
  }
  .way-item_text {
    left: 20px;
    top: 68px;
  }
  .way-item_text__title {
    font-size: 17px;
  }
  .way-item_text__age {
    font-size: 14px;
    font-weight: 400;
  }
  .way-item_text__subtitle {
    font-size: 14px;
    width: 290px;
    font-weight: 400;
  }
  .way-item_text__guitar {
    top: 89px;
  }
}

@media (max-width: 350px) {
  .way-wrapper {
    max-width: 300px;
  }
  .way-item_img img {
    width: 300px;
  }
  .way-item_text {
    left: 20px;
    top: 51px;
    width: 275px;
  }
  .way-item_text__title {
    font-size: 16px;
  }
  .way-item_text__age {
    font-size: 13px;
  }
  .way-item_text__subtitle {
    font-size: 13px;
    width: 253px;
  }
  .way-item_text__guitar {
    top: 50px;
  }
}

.step {
  padding-top: 85px;
  background: url(/img/step/background.jpg) no-repeat;
  background-position: bottom -26px center;
  background-size: cover;
  margin-top: 20px;
}

.step-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 80px;
}

.step-item {
  -webkit-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  height: 150px;
  width: 372px;
  position: relative;
  background-color: #fff;
  margin-bottom: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.step-item:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.step-item_text {
  margin-left: 20px;
  margin-top: 20px;
}

.step-item_text__head {
  color: #bababa;
  padding-bottom: 30px;
  font-size: 17px;
}

.step-item_text__title {
  font-weight: bold;
  color: #222222;
  margin-bottom: 10px;
  font-size: 17px;
}

.step-item_text__subtitle {
  color: #222222;
  font-weight: 400;
  font-size: 15px;
}

.step-item_img {
  position: absolute;
  top: 20px;
  right: 20px;
}

.step-item_img img {
  height: 52px;
}

@media (max-width: 1260px) {
  .step {
    background: url(/img/step/background_1.jpg) no-repeat;
    background-position: bottom -26px center;
    background-size: cover;
    height: 790px;
  }
  .step-wrapper {
    max-width: 800px;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .step-item {
    margin-bottom: 35px;
  }
  .step-item:nth-child(1) {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .step-item:nth-child(2) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .step-item:nth-child(3) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .step-item:nth-child(4) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .step-item:nth-child(5) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .step-item:nth-child(6) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (max-width: 860px) {
  .step {
    background: url(/img/step/background_2.jpg) no-repeat;
    background-position: top 60px center;
    background-size: cover;
    height: 100%;
  }
  .step-wrapper {
    width: 372px;
  }
  .step-item:nth-child(1) {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .step-item:nth-child(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .step-item:nth-child(3) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .step-item:nth-child(4) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .step-item:nth-child(5) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .step-item:nth-child(6) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}

@media (max-width: 470px) {
  .step {
    margin-top: 0;
  }
  .step-wrapper {
    padding-top: 55px;
  }
}

@media (max-width: 428px) {
  .step-wrapper {
    width: 330px;
    padding-left: 0;
    padding-right: 0;
    width: 340px;
  }
  .step-item {
    width: 340px;
  }
  .step-item_text__head {
    font-size: 17px;
  }
  .step-item_text__title {
    font-size: 16px;
  }
  .step-item_text__subtitle {
    font-size: 14px;
  }
}

@media (max-width: 350px) {
  .step-wrapper {
    width: 300px;
  }
  .step-item {
    width: 300px;
    height: 140px;
  }
  .step-item_text {
    margin-left: 10px;
  }
  .step-item_text__head {
    font-size: 16px;
  }
  .step-item_text__title {
    font-size: 15px;
  }
  .step-item_text__subtitle {
    font-size: 13px;
  }
}

.lesson {
  background: url(/img/lesson/background.jpg) 0 0/100% no-repeat;
  background-position: bottom center;
  height: 600px;
  padding-top: 121px;
}

.lesson-caption_subtitle {
  max-width: 550px;
}

.lesson-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 500px;
  margin-top: 60px;
}

.lesson-item {
  width: 237px;
  margin-bottom: 20px;
}

.lesson-item_title {
  font-size: 18px;
  color: #DE1150;
  font-weight: bold;
  margin-bottom: 10px;
}

.lesson-item_subtitle {
  font-size: 15px;
  color: #222;
}

.lesson-text {
  margin-top: 10px;
}

.lesson-text p {
  color: #222;
  font-size: 15px;
  line-height: 24px;
}

@media (min-width: 1681px) {
  .lesson {
    height: 660px;
    padding-top: 164px;
  }
}

@media (max-width: 1510px) {
  .lesson {
    height: 557px;
  }
}

@media (max-width: 1410px) {
  .lesson {
    background: url(/img/lesson/background.jpg) 0 0/103% no-repeat;
    height: 540px;
    background-position: bottom center;
    padding-top: 90px;
  }
}

@media (max-width: 1310px) {
  .lesson {
    background: url(/img/lesson/background.jpg) 0 0/110% no-repeat;
    height: 540px;
    background-position: bottom center;
  }
}

@media (max-width: 1220px) {
  .lesson {
    background: url(/img/lesson/background.jpg) 0 0/117% no-repeat;
    height: 547px;
    background-position: bottom center;
  }
}

@media (max-width: 1152px) {
  .lesson {
    background: url(/img/lesson/background.jpg) 0 0/117% no-repeat;
    height: 547px;
    background-position: bottom 36px center;
  }
  .lesson-wrapper {
    margin-top: 35px;
  }
}

@media (max-width: 1120px) {
  .lesson {
    background: url(/img/lesson/background_2.jpg) 0 0/auto 95% no-repeat;
    height: auto;
    background-position: bottom center;
  }
  .lesson-wrapper {
    padding-bottom: 600px;
  }
}

@media (max-width: 764px) {
  .lesson {
    padding-top: 70px;
  }
}

@media (max-width: 650px) {
  .lesson {
    background: url(/img/lesson/background_1.jpg) 0 0/auto 106% no-repeat;
    height: auto;
    background-position: bottom center;
  }
  .lesson-wrapper {
    padding-bottom: 520px;
  }
}

@media (max-width: 550px) {
  .lesson {
    background: url(/img/lesson/background_1.jpg) 0 0/auto 96% no-repeat;
    height: auto;
    background-position: bottom center;
  }
  .lesson-wrapper {
    padding-bottom: 436px;
  }
}

@media (max-width: 550px) {
  .lesson-wrapper {
    width: 100%;
  }
}

@media (max-width: 493px) {
  .lesson {
    background: url(/img/lesson/background_3.jpg) 0 0/auto 96% no-repeat;
    height: auto;
    background-position: bottom center;
  }
  .lesson-wrapper {
    padding-bottom: 436px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .lesson-item {
    width: 237px;
  }
}

@media (max-width: 470px) {
  .lesson {
    margin-top: 0px;
  }
}

@media (max-width: 428px) {
  .lesson-wrapper {
    padding-bottom: 385px;
  }
  .lesson-item_subtitle {
    font-size: 14px;
  }
  .lesson-text p {
    font-size: 14px;
  }
}

@media (max-width: 394px) {
  .lesson {
    background: url(/img/lesson/background_4.jpg) 0 0/auto 96% no-repeat;
    height: auto;
    background-position: bottom center;
  }
  .lesson-wrapper {
    padding-bottom: 310px;
  }
  .lesson-item {
    width: 228px;
  }
}

@media (max-width: 350px) {
  .lesson-item {
    width: 192px;
  }
  .lesson-item_title {
    font-size: 16px;
  }
  .lesson-item_subtitle {
    font-size: 13px;
  }
  .lesson-text p {
    font-size: 13px;
  }
}

.command {
  margin-top: 45px;
}

.command-popup {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #ffffff;
  -webkit-box-shadow: 0 0px 9px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0px 9px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  width: 600px;
  padding: 40px 30px 40px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.command-popup_overlay {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.78);
  z-index: 99;
}

.command-popup_info {
  display: none;
}

.command-popup_info__name {
  font-size: 21px;
  color: #222;
  font-weight: bold;
}

.command-popup_info__title {
  font-size: 17px;
  margin-top: 20px;
  color: #4d4d4d;
  line-height: 24px;
}

.command-popup_info__subtitle {
  font-size: 17px;
  margin-top: 10px;
  color: #4d4d4d;
  line-height: 24px;
}

.command-popup_info__item p span {
  padding-top: 10px;
}

.command-popup_close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 25px;
  cursor: pointer;
}

.command-popup_close img {
  width: 24px;
}

.command-caption_subtitle {
  max-width: 550px;
}

.command-wrapper {
  min-width: 0;
  height: 630px;
  margin-top: 50px;
}

.command-item {
  text-align: center;
}

.command-item_title {
  font-size: 18px;
  font-weight: bold;
  color: #222;
}

.command-item_subtitle {
  font-size: 15px;
  color: #222;
  margin-top: 15px;
}

.command-item_button {
  margin-top: 35px;
  margin-bottom: 50px;
}

@media (max-width: 1120px) {
  .command {
    margin-top: 65px;
  }
}

@media (max-width: 830px) {
  .command-wrapper {
    height: auto;
  }
}

@media (max-width: 400px) {
  .command-wrapper {
    margin-top: 42px;
  }
}

@media (max-width: 660px) {
  .command-popup {
    width: 390px;
  }
}

@media (max-width: 510px) {
  .command-popup {
    padding: 40px 20px 40px 20px;
  }
  .command-popup_close {
    padding: 20px;
  }
}

@media (max-width: 428px) {
  .command-popup_info__name {
    font-size: 18px;
  }
  .command-popup_info__title {
    font-size: 14px;
  }
  .command-popup_info__subtitle {
    font-size: 14px;
  }
}

@media (max-width: 417px) {
  .command-popup {
    width: 340px;
    top: 50%;
    padding: 55px 20px 40px 20px;
  }
}

@media (max-width: 350px) {
  .command-popup {
    width: 300px;
  }
}

.slick-list {
  overflow: hidden;
}

.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slider {
  position: relative;
  min-width: 0;
}

.slider__item {
  text-align: center;
  opacity: 0.4;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.slider__item img {
  width: 265px;
  padding-top: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.slick-center {
  opacity: 1;
}

.slick-center img {
  width: 320px;
  padding-top: 0;
}

.slider .slick-arrow {
  position: absolute;
  top: 50%;
  font-size: 0;
  z-index: 10;
  height: 38px;
  width: 15px;
  border: none;
  cursor: pointer;
}

.slick-prev {
  left: 0;
  background: url("/img/icon/arrow-left.svg") 0 0/100% no-repeat;
}

.slick-next {
  right: 0;
  background: url("/img/icon/arrow-right.svg") 0 0/100% no-repeat;
}

.slider .slick-dots {
  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: 0;
  position: relative;
  top: -30px;
}

.slider .slick-dots li {
  list-style: none;
  margin: 0px 5px;
}

.slider .slick-dots .slick-active button {
  background-color: #fff;
  border: 1px solid #DE1150;
  height: 11px;
  width: 11px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.slider .slick-dots button {
  font-size: 0;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #DE1150;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 830px) {
  .slider__item {
    opacity: 1;
  }
}

@media (max-width: 400px) {
  .slider__item img {
    width: 270px;
    padding-top: 0;
  }
  .slider .slick-arrow {
    top: 42%;
    width: 14px;
  }
}

.learner {
  margin-top: 70px;
}

.learner-caption {
  font-weight: 700;
}

.learner-caption_subtitle {
  max-width: 535px;
}

.learner-button {
  text-align: center;
  margin-top: 65px;
  display: inline-block;
}

.learner-button p {
  width: 300px;
}

.learner-button::before {
  width: 300px;
}

.learner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 80px;
}

.learner-wrapper_button {
  text-align: center;
}

.learner-item {
  position: relative;
}

.learner-item_img {
  cursor: pointer;
  overflow: hidden;
  display: inline-block;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 17px;
}

.learner-item_img img {
  display: block;
  width: 410px;
  -webkit-transition: 2s;
  transition: 2s;
}

.learner-item_img img:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.learner-item_text {
  position: absolute;
  top: 269px;
  left: 40px;
}

.learner-item_text__title {
  font-size: 17px;
  color: #DE1150;
  font-weight: bold;
  padding-bottom: 20px;
}

.learner-item_text__subtitle {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  line-height: 24px;
  max-width: 345px;
}

@media (max-width: 1350px) {
  .learner-wrapper {
    max-width: 935px;
    margin: auto;
  }
  .learner-item_img {
    margin-bottom: 12px;
  }
  .learner-item_img img {
    width: 460px;
  }
  .learner-item_text {
    left: 30px;
    top: 356px;
  }
  .learner-item_text__subtitle {
    max-width: 376px;
  }
}

@media (max-width: 1020px) {
  .learner-wrapper {
    max-width: 875px;
    margin: auto;
  }
  .learner-button {
    margin-top: 45px;
  }
  .learner-item {
    width: 430px;
  }
  .learner-item_img {
    margin-bottom: 10px;
  }
  .learner-item_img img {
    width: 430px;
  }
  .learner-item_text {
    top: 318px;
    left: 30px;
  }
  .learner-item_text__subtitle {
    max-width: 342px;
  }
}

@media (max-width: 954px) {
  .learner-wrapper {
    max-width: 430px;
  }
}

@media (max-width: 830px) {
  .learner-item_text {
    left: 20px;
  }
}

@media (max-width: 830px) {
  .learner {
    margin-top: 52px;
  }
}

@media (max-width: 720px) {
  .learner-wrapper {
    max-width: 460px;
  }
  .learner-item_img {
    margin-bottom: 12px;
  }
  .learner-item_img img {
    width: 460px;
  }
  .learner-item_text {
    top: 354px;
  }
  .learner-item_text__subtitle {
    max-width: 377px;
  }
}

@media (max-width: 550px) {
  .learner-caption_subtitle {
    max-width: 100%;
  }
}

@media (max-width: 510px) {
  .learner-wrapper {
    max-width: 370px;
  }
  .learner-item {
    margin-bottom: 0;
  }
  .learner-item_img {
    margin-bottom: 12px;
  }
  .learner-item_img img {
    width: 370px;
  }
  .learner-item_text {
    left: 20px;
    top: 255px;
  }
  .learner-item_text__subtitle {
    width: 336px;
  }
}

@media (max-width: 470px) {
  .learner-wrapper {
    padding-top: 55px;
  }
}

@media (max-width: 428px) {
  .learner-item_text__subtitle {
    font-size: 14px;
  }
}

@media (max-width: 417px) {
  .learner-wrapper {
    max-width: 330px;
  }
  .learner-item_img img {
    width: 330px;
  }
  .learner-item_text {
    top: 217px;
  }
  .learner-item_text__subtitle {
    width: 300px;
    font-weight: 400;
  }
}

@media (max-width: 350px) {
  .learner-wrapper {
    max-width: 300px;
  }
  .learner-item {
    width: 300px;
  }
  .learner-item_img img {
    width: 300px;
  }
  .learner-item_text {
    left: 20px;
    top: 198px;
  }
  .learner-item_text__title {
    font-size: 17px;
    padding-bottom: 15px;
  }
  .learner-item_text__subtitle {
    font-size: 13px;
    width: 268px;
  }
}

.feedback {
  margin-top: 105px;
  background: -webkit-gradient(linear, left bottom, left top, from(#fcfcfc), color-stop(66%, #ffffff));
  background: linear-gradient(0deg, #fcfcfc 0%, #ffffff 66%);
}

.feedback-camp {
  margin-bottom: 85px;
  background: #fff;
}

.feedback-video {
  position: absolute;
  top: 0;
  left: -30px;
}

.feedback-video iframe {
  border-radius: 6px;
  width: 400px;
  height: 300px;
}

.feedback-box {
  height: 370px;
}

.feedback-caption_subtitle {
  max-width: 550px;
}

.feedback-caption_camp {
  text-align: center;
  padding-bottom: 20px;
}

.feedback-item {
  margin-top: 50px;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  width: 400px;
  height: 300px;
  -webkit-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  background-color: #fff;
}

.feedback-item_block {
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 40px;
  position: relative;
}

.feedback-item_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.feedback-item_name {
  font-size: 19px;
  font-weight: 500;
  color: #DE1150;
}

.feedback-item_date {
  font-size: 16px;
  color: #4d4d4d;
}

.feedback-item_text {
  font-size: 15px;
  color: #222222;
  margin-top: 20px;
  height: 160px;
  line-height: 24px;
}

.feedback-item_link a {
  text-decoration: none;
  color: #4d4d4d;
  text-transform: uppercase;
  position: relative;
  font-size: 15px;
}

.feedback-item_link a::before {
  position: absolute;
  display: block;
  content: "";
  height: 1px;
  top: 16px;
  width: 100%;
  background-color: #4d4d4d;
}

.feedback-item_link a:hover {
  color: #DE1150;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.feedback-item_link a:hover::before {
  background-color: #DE1150;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 1390px) {
  .feedback-wrapper {
    max-width: 846px;
    margin: auto;
  }
}

@media (max-width: 971px) {
  .feedback-box {
    height: 420px;
  }
  .feedback-wrapper {
    max-width: 740px;
  }
  .feedback-item {
    width: 350px;
    height: 350px;
  }
  .feedback-item_text {
    height: 210px;
  }
  .feedback-video iframe {
    width: 350px;
    height: 350px;
  }
}

@media (max-width: 861px) {
  .feedback-box {
    height: 370px;
  }
  .feedback-wrapper {
    max-width: 422px;
  }
  .feedback-item {
    width: 400px;
    height: 300px;
  }
  .feedback-item_text {
    height: 160px;
  }
  .feedback-video iframe {
    width: 400px;
    height: 300px;
  }
}

@media (max-width: 545px) {
  .feedback-box {
    height: 420px;
  }
  .feedback-wrapper {
    max-width: 370px;
  }
  .feedback-item {
    width: 350px;
    height: 350px;
  }
  .feedback-item_text {
    height: 210px;
  }
  .feedback-video iframe {
    width: 350px;
    height: 350px;
  }
}

@media (max-width: 510px) {
  .feedback-item_block {
    margin-left: 20px;
    margin-right: 20px;
  }
  .feedback-video {
    left: -20px;
  }
  .feedback-video iframe {
    width: 350px;
    height: 350px;
  }
}

@media (max-width: 470px) {
  .feedback {
    margin-top: 90px;
  }
}

@media (max-width: 440px) {
  .feedback-box {
    height: 440px;
  }
  .feedback-wrapper {
    max-width: 310px;
  }
  .feedback-item {
    width: 290px;
    height: 374px;
  }
  .feedback-item_text {
    height: 235px;
  }
  .feedback-video iframe {
    width: 290px;
    height: 374px;
  }
}

@media (max-width: 428px) {
  .feedback-item {
    width: 290px;
    height: 374px;
  }
  .feedback-item_name {
    font-size: 17px;
  }
  .feedback-item_text {
    font-size: 14px;
  }
}

@media (max-width: 350px) {
  .feedback-wrapper {
    max-width: 300px;
  }
  .feedback-item {
    width: 280px;
    height: 350px;
  }
  .feedback-item_name {
    font-size: 16px;
  }
  .feedback-item_text {
    font-size: 13px;
    height: 210px;
    margin-top: 15px;
  }
  .feedback-item_date {
    font-size: 13px;
    margin-top: 5px;
  }
  .feedback-item_link a {
    font-size: 13px;
  }
  .feedback-item_link a::before {
    top: 14px;
  }
  .feedback-video iframe {
    width: 280px;
    height: 350px;
  }
}

.slick-list {
  overflow: hidden;
}

.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sliderFeed {
  position: relative;
  min-width: 0;
}

.sliderFeed__item {
  text-align: center;
}

.sliderFeed .slick-arrow {
  position: absolute;
  top: 50%;
  font-size: 0;
  z-index: 10;
  height: 38px;
  width: 15px;
  border: none;
  cursor: pointer;
}

.sliderFeed .slick-dots {
  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: 0;
  margin-bottom: 0;
}

.sliderFeed .slick-dots li {
  list-style: none;
  margin: 0px 5px;
}

.sliderFeed .slick-dots .slick-active button {
  background-color: transparent;
  border: 1px solid #DE1150;
  height: 11px;
  width: 11px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sliderFeed .slick-dots button {
  font-size: 0;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #DE1150;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sliderFeed .slick-prev {
  left: -40px;
  background: url("/img/icon/arrow-left.svg") 0 0/100% no-repeat;
}

.sliderFeed .slick-next {
  right: -40px;
  background: url("/img/icon/arrow-right.svg") 0 0/100% no-repeat;
}

@media (max-width: 470px) {
  .sliderFeed .slick-prev {
    left: -23px;
  }
  .sliderFeed .slick-next {
    right: -23px;
  }
}

.entry {
  background-color: #fcfcfc;
  background: url(/img/entry/background.jpg) no-repeat;
  background-position: top center;
  background-size: cover;
  height: 875px;
}

.entry-wrapper {
  margin-left: 560px;
  padding-top: 120px;
}

.entry-block {
  background: #ffffff;
  padding: 50px 32px 50px 40px;
  -webkit-box-shadow: 0 0px 9px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0px 9px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  width: 505px;
  margin-top: 70px;
}

.entry-block_title {
  font-size: 25px;
  font-weight: 500;
}

.entry-block_subtitle {
  font-size: 16px;
  color: #222222;
  padding-top: 30px;
  padding-bottom: 30px;
}

.entry-block_text {
  width: 343px;
  margin-top: 35px;
  font-size: 13px;
}

.entry-block_text a {
  color: #DE1150;
  text-decoration: underline;
  cursor: pointer;
}

.entry-block_text a:hover {
  text-shadow: 0 0 4px rgba(250, 16, 137, 0.3);
}

.entry-block_form {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.entry-block_form__phone {
  display: inline-block;
  vertical-align: middle;
  margin-left: 35px;
}

.entry-block_form__phone p {
  font-size: 15px;
  color: #222222;
}

.entry-block_form__phone a {
  text-decoration: none;
  color: #222;
  font-size: 24px;
  font-weight: 500;
}

.entry-block_form input {
  border: 1px solid #464646;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffffff;
  font-size: 14px;
  border-radius: 6px;
  height: 54px;
  width: 240px;
  padding-left: 20px;
  display: inline-block;
  margin-right: 10px;
}

.entry-block_form button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  cursor: pointer;
  text-transform: uppercase;
  z-index: 10;
  margin-top: 20px;
  font-weight: 400;
  color: #fff;
  font-size: 14px;
  text-align: center;
  top: 0px;
  background: #ad0135;
  border-radius: 8px;
  width: 240px;
  padding-top: 16px;
  padding-bottom: 22px;
  border: none;
}

.entry-block_form button:hover::before {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(29.61%, #FF427C), to(#DE1351));
  background: linear-gradient(180deg, #FF427C 29.61%, #DE1351 100%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.entry-block_form button::before {
  position: absolute;
  content: '';
  border: none;
  display: block;
  border-radius: 6px;
  width: 240px;
  height: 54px;
  top: -3px;
  z-index: -1;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(29.61%, #FC2D6D), to(#DE1150));
  background: linear-gradient(180deg, #FC2D6D 29.61%, #DE1150 100%);
  -webkit-box-shadow: 0px 8px 32px 3px rgba(251, 11, 85, 0.34);
          box-shadow: 0px 8px 32px 3px rgba(251, 11, 85, 0.34);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 1280px) {
  .entry {
    background-position: top left -340px;
  }
  .entry-wrapper {
    margin-left: 407px;
  }
}

@media (max-width: 1090px) {
  .entry {
    background: url(/img/entry/background_1.jpg) no-repeat;
    background-position: bottom center;
    height: auto;
  }
  .entry-wrapper {
    margin-left: 0;
    padding-bottom: 1000px;
    padding-top: 90px;
  }
  .entry-block {
    width: 758px;
    margin: auto;
    margin-top: 70px;
  }
  .entry-block_text {
    width: 100%;
  }
  .entry-block_form__phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 0;
    margin-top: 20px;
  }
  .entry-block_form__phone a {
    margin-left: 10px;
  }
}

@media (max-width: 891px) {
  .entry {
    background: url(/img/entry/background_1.jpg) 0 0/auto 135% no-repeat;
    background-position: bottom center;
    height: auto;
  }
  .entry-wrapper {
    padding-bottom: 820px;
  }
  .entry-block {
    width: 505px;
  }
  .entry-block_text {
    width: 343px;
  }
  .entry-block_form__phone {
    display: inline-block;
    vertical-align: middle;
    margin-left: 35px;
  }
  .entry-block_form__phone a {
    margin-left: 0px;
  }
}

@media (max-width: 620px) {
  .entry {
    background: url(/img/entry/background_1.jpg) 0 0/auto 111% no-repeat;
    background-position: bottom center;
  }
  .entry-wrapper {
    padding-bottom: 700px;
  }
  .entry-block {
    width: 330px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 50px 20px 50px 20px;
  }
  .entry-block input {
    margin-right: 0;
    width: 290px;
    margin-bottom: 10px;
  }
  .entry-block button {
    margin-top: 3px;
    width: 290px;
  }
  .entry-block button::before {
    width: 290px;
  }
  .entry-block_form__phone {
    margin-left: 46px;
  }
  .entry-block_text {
    width: 300px;
  }
}

@media (max-width: 480px) {
  .entry {
    background: url(/img/entry/background_2.jpg) 0 0/auto 100% no-repeat;
    background-position: bottom center;
  }
  .entry-wrapper {
    padding-bottom: 550px;
  }
}

@media (max-width: 470px) {
  .entry-wrapper {
    padding-top: 70px;
    padding-bottom: 540px;
  }
}

@media (max-width: 350px) {
  .entry-wrapper {
    padding-bottom: 510px;
  }
  .entry-block {
    width: 300px;
  }
  .entry-block input {
    width: 260px;
    margin-bottom: 10px;
  }
  .entry-block button {
    margin-top: 3px;
    width: 260px;
  }
  .entry-block button::before {
    width: 260px;
  }
  .entry-block_form__phone {
    margin-left: 32px;
  }
  .entry-block_text {
    width: 267px;
  }
}

.query {
  background-color: #fcfcfc;
}

.query-wrapper {
  margin-top: 80px;
  padding-bottom: 90px;
}

.query-left {
  display: inline-block;
}

.query-right {
  margin-left: 20px;
  display: inline-block;
  vertical-align: top;
}

.query-block_item {
  background: #ffffff;
  -webkit-box-shadow: 0 0px 9px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0px 9px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  width: 622px;
  padding: 28px 30px 28px 30px;
  margin-bottom: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.query-block_item__title {
  color: #DE1150;
  width: 545px;
  display: inline-block;
  vertical-align: top;
}

.query-block_item__title p {
  font-size: 18px;
  color: #222;
  font-weight: 700;
}

.query-block_item__img {
  cursor: pointer;
  display: inline-block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.query-block_item__img img {
  width: 12px;
  vertical-align: middle;
}

.query-block_item__img__active {
  -webkit-transform: translate(-30%, 0%) rotate(90deg);
          transform: translate(-30%, 0%) rotate(90deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.query-block_item__subtitle {
  max-height: 0;
  overflow: hidden;
  width: 390px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.query-block_item__subtitle p {
  padding-top: 20px;
  line-height: 24px;
  color: #222;
  font-size: 15px;
}

@media (max-width: 1350px) {
  .query-right {
    margin-left: 0;
  }
  .query-wrapper {
    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;
    max-width: 622px;
    margin: auto;
    margin-top: 80px;
  }
  .query-block_item {
    margin-bottom: 14px;
  }
}

@media (max-width: 767px) {
  .query-wrapper {
    padding-bottom: 60px;
  }
}

@media (max-width: 665px) {
  .query-block_item {
    width: 506px;
  }
  .query-block_item__title {
    width: 430px;
  }
}

@media (max-width: 620px) {
  .query-block_item {
    padding: 30px 20px 30px 20px;
    width: 486px;
  }
  .query-block_item__img img {
    width: 9px;
  }
  .query-block_item__img__active {
    -webkit-transform: translate(0%, 20%) rotate(90deg);
            transform: translate(0%, 20%) rotate(90deg);
  }
}

@media (max-width: 515px) {
  .query-block_item {
    width: 435px;
  }
  .query-block_item__title {
    width: 379px;
  }
}

@media (max-width: 460px) {
  .query-block_item {
    padding: 20px 20px 20px 20px;
    width: 340px;
  }
  .query-block_item__title {
    width: 300px;
  }
  .query-block_item__title p {
    font-size: 17px;
    line-height: 24px;
  }
  .query-block_item__subtitle {
    width: 300px;
  }
  .query-block_item__img {
    position: relative;
    left: 50%;
    top: 10px;
    -webkit-transform: translate(-30%, 20%) rotate(90deg);
            transform: translate(-30%, 20%) rotate(90deg);
  }
  .query-block_item__img__active {
    -webkit-transform: translate(-72%, 20%) rotate(-90deg);
            transform: translate(-72%, 20%) rotate(-90deg);
  }
}

@media (max-width: 428px) {
  .query-block_item__subtitle p {
    font-size: 14px;
  }
}

@media (max-width: 394px) {
  .query-block_item__title p {
    font-size: 16px;
  }
  .query-block_item__subtitle p {
    font-size: 15px;
  }
}

@media (max-width: 350px) {
  .query-block_item {
    width: 300px;
  }
  .query-block_item__title {
    width: 100%;
  }
  .query-block_item__title p {
    font-size: 14px;
  }
  .query-block_item__subtitle {
    width: 268px;
  }
  .query-block_item__subtitle p {
    font-size: 13px;
  }
}

.contact {
  position: relative;
}

.contact-map {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 575px;
}

.contact-block {
  position: absolute;
  top: 80px;
  background: #ffffff;
  -webkit-box-shadow: 0 0px 9px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0px 9px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  width: 590px;
  padding: 50px 30px 50px 30px;
  margin-bottom: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.contact-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.contact-data_item__left {
  width: 245px;
}

.contact-data_item__title {
  font-size: 17px;
  font-weight: 700;
  color: #222;
  margin-bottom: 15px;
  margin-top: 25px;
}

.contact-data_item__subtitle {
  font-size: 15px;
  color: #222;
  line-height: 24px;
}

.contact-data_item__subtitle a {
  text-decoration: none;
  color: #222;
  font-size: 15px;
  line-height: 24px;
}

.contact-data_item__link img {
  width: 24px;
}

.contact-data_item__link a {
  text-decoration: none;
}

.contact-camp_block {
  width: 580px;
  padding: 50px 30px 50px 40px;
  text-align: center;
  position: absolute;
  top: 80px;
  background: #ffffff;
  -webkit-box-shadow: 0 0px 9px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0px 9px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  margin-bottom: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.contact-camp_block__title {
  font-size: 22px;
}

.contact-camp_block__subtitle {
  font-size: 15px;
  color: #222222;
  padding-top: 15px;
  padding-bottom: 30px;
}

.contact-camp_block__form form {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.contact-camp_block__form input, .contact-camp_block__form select {
  border: 1px solid #464646;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffffff;
  font-size: 14px;
  border-radius: 6px;
  height: 54px;
  width: 240px;
  padding-left: 20px;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 10px;
}

.contact-camp_block__form select {
  letter-spacing: inherit;
  word-spacing: inherit;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  margin-left: -10px;
}

.contact-camp_block__form select:not([multiple]) {
  padding-right: 38px;
  background-repeat: no-repeat;
  background-position: calc(100% - 13px) 18px;
  background-size: 15px auto;
  background-image: url(/img/icon/arrow-select.svg);
}

.contact-camp_block__form button {
  color: #fff;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(29.61%, #FC2D6D), to(#DE1150));
  background: linear-gradient(180deg, #FC2D6D 29.61%, #DE1150 100%);
  border-radius: 6px;
  border: none;
  width: 240px;
  height: 54px;
  line-height: 53px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin-top: 5px;
  cursor: pointer;
}

.contact-camp_block__form button:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(29.61%, #FF427C), to(#DE1351));
  background: linear-gradient(180deg, #FF427C 29.61%, #DE1351 100%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.contact-camp_block__text {
  margin-top: 25px;
  font-size: 13px;
}

.contact-camp_block__text a {
  color: #DE1150;
  text-decoration: underline;
  cursor: pointer;
}

.contact-camp_block__text a:hover {
  text-shadow: 0 0 4px rgba(250, 16, 137, 0.3);
}

@media (max-width: 1040px) {
  .contact-camp-map {
    height: 735px;
  }
  .contact-camp_block {
    width: 325px;
    padding: 50px 25px 50px 25px;
  }
  .contact-camp_block__form input {
    margin-right: 0;
  }
  .contact-camp_block__form select {
    margin-right: 0;
    margin-left: 0;
  }
  .contact-camp_block__form button {
    margin-left: 0px;
  }
  .contact-camp_block__text {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .contact-camp_block {
    padding: 50px 20px 50px 25px;
    width: 575px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    left: 50%;
    -webkit-transform: translateX(-288px);
            transform: translateX(-288px);
  }
  .contact-camp_block__form input, .contact-camp_block__form select {
    margin-right: 10px;
  }
  .contact-camp_block__form select {
    margin-left: -10px;
  }
  .contact-camp_block__form button {
    margin-left: 0;
  }
  .contact-camp_block__text {
    width: 311px;
    margin: auto;
    margin-top: 25px;
  }
}

@media (max-width: 620px) {
  .contact-camp-map {
    height: 735px;
  }
  .contact-camp_block {
    width: 325px;
    padding: 50px 25px 50px 25px;
    -webkit-transform: translateX(-163px);
            transform: translateX(-163px);
  }
  .contact-camp_block__form input {
    margin-right: 0;
  }
  .contact-camp_block__form select {
    margin-right: 0;
    margin-left: 0;
  }
  .contact-camp_block__form button {
    margin-left: 0px;
  }
  .contact-camp_block__text {
    width: 100%;
  }
}

@media (max-width: 352px) {
  .contact-camp_block {
    padding: 50px 28px 50px 28px;
    width: 300px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transform: translateX(-150px);
            transform: translateX(-150px);
  }
  .contact-camp_block__form input, .contact-camp_block__form select {
    margin-right: 0;
  }
  .contact-camp_block__form button {
    margin-left: 0;
  }
}

@media (max-width: 1040px) {
  .contact-block {
    width: 347px;
  }
  .contact-map {
    height: 840px;
  }
}

@media (max-width: 767px) {
  .contact-block {
    width: 590px;
    left: 50%;
    top: 80px;
    -webkit-transform: translateX(-295px);
            transform: translateX(-295px);
  }
  .contact-maps {
    padding-top: 565px;
  }
  .contact-map {
    height: 475px;
  }
}

@media (max-width: 620px) {
  .contact {
    background-color: #fcfcfc;
  }
  .contact-caption {
    padding-bottom: 20px;
  }
  .contact-block {
    background-color: transparent;
    left: 0%;
    top: 30px;
    padding: 0px;
    width: 530px;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .contact-maps {
    padding-top: 430px;
  }
  .contact-camp_maps {
    padding-top: 730px;
  }
}

@media (max-width: 565px) {
  .contact-block {
    width: 517px;
  }
  .contact-data_item__left {
    width: 232px;
  }
}

@media (max-width: 540px) {
  .contact-block {
    width: 271px;
    top: 15px;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  .contact-maps {
    padding-top: 695px;
  }
  .contact-camp_maps {
    padding-top: 730px;
  }
}

@media (max-width: 470px) {
  .contact-maps {
    padding-top: 665px;
  }
  .contact-camp_maps {
    padding-top: 730px;
  }
}

@media (max-width: 394px) {
  .contact-data_item__title {
    font-size: 17px;
  }
  .contact-data_item__subtitle {
    font-size: 15px;
  }
  .contact-data_item__subtitle a {
    font-size: 15px;
  }
}

@media (max-width: 352px) {
  .contact-camp_maps {
    padding-top: 790px;
  }
}

.reason {
  background: url(/img/reason/background.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}

.reason-img {
  display: none;
}

.reason-img img {
  width: 560px;
}

.reason-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.reason-block {
  width: 530px;
  padding-top: 120px;
  padding-right: 120px;
  padding-bottom: 120px;
}

.reason-advantage {
  margin-top: 52px;
}

.reason-advantage p {
  font-size: 15px;
  color: #222;
  font-weight: normal;
  position: relative;
  padding-left: 20px;
  margin-bottom: 15px;
  line-height: 24px;
}

.reason-advantage p::before {
  position: absolute;
  content: "";
  top: 6px;
  left: 0px;
  width: 9px;
  height: 9px;
  background: linear-gradient(180deg, #FC2D6D 29.61%, #DE1150 100%);
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(29.61%, #FC2D6D), to(#DE1150));
}

@media (max-width: 1360px) {
  .reason-block {
    padding-right: 80px;
  }
}

@media (max-width: 1279px) {
  .reason-block {
    padding-right: 0px;
  }
}

@media (max-width: 1025px) {
  .reason {
    ackground-position: left -120px bottom 77px;
    background-size: 1119px;
    height: auto;
  }
}

@media (max-width: 1011px) {
  .reason {
    background-color: #fff;
    background-image: none;
  }
  .reason-wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .reason-block {
    padding-bottom: 0;
    padding-top: 90px;
  }
  .reason-img {
    display: block;
    position: absolute;
    z-index: 1;
    -webkit-transform: translate(170px, 480px);
            transform: translate(170px, 480px);
  }
}

@media (max-width: 800px) {
  .reason-img {
    -webkit-transform: translate(19px, 480px);
            transform: translate(19px, 480px);
  }
}

@media (max-width: 600px) {
  .reason-img {
    -webkit-transform: translate(-113px, 470px);
            transform: translate(-113px, 470px);
  }
  .reason-img img {
    height: auto;
    width: 120%;
  }
}

@media (max-width: 550px) {
  .reason-block {
    width: 100%;
  }
  .reason-img {
    -webkit-transform: translate(-113px, 550px);
            transform: translate(-113px, 550px);
  }
}

@media (max-width: 470px) {
  .reason-block {
    padding-top: 80px;
  }
}

@media (max-width: 447px) {
  .reason-img {
    -webkit-transform: translate(-90px, 535px);
            transform: translate(-90px, 535px);
  }
}

@media (max-width: 428px) {
  .reason-advantage p {
    font-size: 14px;
  }
}

@media (max-width: 365px) {
  .reason-img {
    -webkit-transform: translate(-81px, 560px);
            transform: translate(-81px, 560px);
  }
}

@media (max-width: 350px) {
  .reason-img {
    -webkit-transform: translate(-81px, 592px);
            transform: translate(-81px, 592px);
  }
}

.quiz-block button {
  color: #fff;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(29.61%, #FC2D6D), to(#DE1150));
  background: linear-gradient(180deg, #FC2D6D 29.61%, #DE1150 100%);
  border-radius: 6px;
  border: none;
  width: 240px;
  height: 54px;
  line-height: 53px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
}

.quiz-block button:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(29.61%, #FF427C), to(#DE1351));
  background: linear-gradient(180deg, #FF427C 29.61%, #DE1351 100%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.quiz-block_send {
  left: 45px;
}

.quiz-block_test__comment {
  font-size: 17px;
  margin-top: 20px;
  line-height: 24px;
}

.quiz-block_test__info {
  padding-top: 0px;
  width: 100%;
}

.quiz-block_test__title {
  padding-top: 25px;
  font-weight: 700;
  font-size: 21px;
}

.quiz-block_test__title span {
  color: #4d4d4d;
}

.quiz-block_test__answers {
  padding-top: 28px;
  margin-bottom: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
}

.quiz-block_test__label {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 10px;
  width: 370px;
}

.quiz-block_test__label input[type="checkbox"] {
  width: 1px;
  height: 1px;
  opacity: 0;
}

.quiz-block_test__label input[type="radio"] {
  width: 1px;
  height: 1px;
  opacity: 0;
  display: inline-block;
}

.quiz-block_test__label input {
  border: 1px solid #464646;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffffff;
  font-size: 14px;
  border-radius: 6px;
  height: 54px;
  width: 240px;
  padding-left: 20px;
  display: inline-block;
  margin-right: 10px;
}

.quiz-camp {
  text-align: center;
  background: url(/img/quiz/background.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 2;
}

.quiz-camp_down {
  margin-top: 0;
}

.quiz-camp_caption {
  padding-top: 60px;
  color: #fff;
  width: 939px;
  margin: auto;
}

.quiz-camp_caption span {
  color: #E9C494;
}

.quiz-camp_subtitle {
  color: #fff;
}

.quiz-camp_button {
  margin-top: 45px;
  margin-bottom: 65px;
}

.quiz-popup {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  background: #ffffff;
  -webkit-box-shadow: 0 0px 9px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0px 9px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  width: 850px;
  padding: 40px 30px 40px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.quiz-popup_block {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 700px;
}

.quiz-popup_overlay {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.78);
  z-index: 99;
}

.quiz-popup_close {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 25px;
  z-index: 2;
}

.quiz-popup_close img {
  max-width: 24px;
  cursor: pointer;
}

@media (max-width: 1011px) {
  .quiz-camp {
    margin-top: 384px;
  }
  .quiz-camp_down {
    margin-top: 0;
  }
  .quiz-camp_caption {
    width: 95%;
  }
}

@media (max-width: 905px) {
  .quiz-popup {
    width: 600px;
  }
  .quiz-popup_block {
    width: 100%;
  }
  .quiz-block_send {
    left: 28px;
  }
}

@media (max-width: 892px) {
  .quiz-camp_caption {
    width: 100%;
  }
}

@media (max-width: 880px) {
  .quiz-camp {
    background-position: center left -165px;
  }
}

@media (max-width: 600px) {
  .quiz-camp {
    margin-top: 496px;
  }
  .quiz-camp_down {
    margin-top: 0;
  }
}

@media (max-width: 658px) {
  .quiz-popup {
    width: 450px;
  }
  .quiz-block_test {
    padding-left: 0;
  }
  .quiz-block_send {
    left: 0px;
  }
}

@media (max-width: 474px) {
  .quiz-popup {
    width: 350px;
    top: 5%;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
  .quiz-popup_overlay {
    overflow-y: auto;
  }
  .quiz-block_test {
    padding-left: 0;
  }
  .quiz-block_test__label {
    width: 100%;
  }
  .quiz-block_test__title {
    width: 100%;
  }
  .quiz-block_test__fake {
    left: -20px;
  }
  .quiz-block_test__text {
    margin-left: -26px;
  }
  .quiz-block_test__answers span {
    line-height: 28px;
  }
  .quiz-block_send {
    left: 0px;
  }
}

@media (max-width: 460px) {
  .quiz-camp {
    margin-top: 440px;
  }
  .quiz-camp_down {
    margin-top: 0;
  }
}

@media (max-width: 414px) {
  .quiz-camp {
    margin-top: 397px;
  }
  .quiz-camp_down {
    margin-top: 0;
  }
}

@media (max-width: 375px) {
  .quiz-camp {
    margin-top: 330px;
  }
  .quiz-camp_down {
    margin-top: 0;
  }
}

@media (max-width: 359px) {
  .quiz-popup {
    width: 300px;
  }
  .quiz-block_test__title {
    font-size: 19px;
  }
  .quiz-block_test__comment {
    font-size: 15px;
  }
}

.visited {
  padding-top: 85px;
}

.visited-caption {
  text-align: center;
  margin-bottom: 39px;
}

.visited-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.visited-wrapper_block {
  margin-top: 25px;
  border-radius: 8px;
  cursor: pointer;
}

.visited-wrapper_block:nth-child(1) {
  width: 408px;
  background: url(/img/visited/1.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  height: 428px;
}

.visited-wrapper_block:nth-child(2) {
  width: 408px;
  background: url(/img/visited/2.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  height: 428px;
}

.visited-wrapper_block:nth-child(3) {
  width: 408px;
  background: url(/img/visited/3.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  height: 428px;
}

.visited-wrapper_block:nth-child(4) {
  width: 623px;
  background: url(/img/visited/4.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  height: 428px;
}

.visited-wrapper_block:nth-child(5) {
  width: 623px;
  background: url(/img/visited/5.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  height: 428px;
}

.visited-wrapper_block__title {
  font-size: 19px;
  color: #E9C494;
  padding-top: 290px;
  font-weight: 700;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
}

.visited-wrapper_block__subtitle {
  font-size: 15px;
  color: #fff;
  padding-left: 30px;
  padding-right: 30px;
  line-height: 24px;
}

@media (max-width: 1350px) {
  .visited-wrapper {
    max-width: 840px;
    margin: auto;
  }
  .visited-wrapper_block:nth-child(4) {
    width: 408px;
  }
  .visited-wrapper_block:nth-child(5) {
    margin: auto;
    margin-top: 25px;
  }
}

@media (max-width: 880px) {
  .visited-wrapper {
    max-width: 408px;
  }
  .visited-wrapper_block:nth-child(1) {
    width: 408px;
    background: url(/img/visited/1_1.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    height: 428px;
  }
  .visited-wrapper_block:nth-child(2) {
    width: 408px;
    background: url(/img/visited/2_2.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    height: 428px;
  }
  .visited-wrapper_block:nth-child(3) {
    width: 408px;
    background: url(/img/visited/3_3.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    height: 428px;
  }
  .visited-wrapper_block:nth-child(4) {
    width: 623px;
    background: url(/img/visited/4_4.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    height: 428px;
  }
  .visited-wrapper_block:nth-child(5) {
    width: 623px;
    background: url(/img/visited/5_5.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    height: 428px;
  }
  .visited-wrapper_block__title {
    padding-left: 20px;
    padding-right: 20px;
  }
  .visited-wrapper_block__subtitle {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 428px) {
  .visited-wrapper_block:nth-child(1), .visited-wrapper_block:nth-child(2), .visited-wrapper_block:nth-child(3), .visited-wrapper_block:nth-child(4), .visited-wrapper_block:nth-child(5) {
    width: 100%;
  }
  .visited-wrapper_block__title {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 17px;
    padding-bottom: 10px;
    padding-top: 275px;
  }
  .visited-wrapper_block__subtitle {
    padding-left: 20px;
    padding-right: 15px;
    font-size: 14px;
  }
}

@media (max-width: 350px) {
  .visited-wrapper_block__title {
    font-size: 16px;
    padding-top: 270px;
  }
  .visited-wrapper_block__subtitle {
    font-size: 13px;
  }
}

.tour {
  background: url(/img/tour/background.jpg) no-repeat;
  background-position: top center;
  background-size: 2130px;
  padding-top: 85px;
}

.tour-form {
  position: relative;
}

.tour-form input, .tour-form select {
  border: 1px solid #464646;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffffff;
  font-size: 14px;
  border-radius: 6px;
  height: 54px;
  width: 240px;
  padding-left: 20px;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 10px;
}

.tour-form select {
  letter-spacing: inherit;
  word-spacing: inherit;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  margin-left: -10px;
}

.tour-form select:not([multiple]) {
  padding-right: 38px;
  background-repeat: no-repeat;
  background-position: calc(100% - 13px) 18px;
  background-size: 15px auto;
  background-image: url(/img/icon/arrow-select.svg);
}

.tour-form button {
  color: #fff;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(29.61%, #FC2D6D), to(#DE1150));
  background: linear-gradient(180deg, #FC2D6D 29.61%, #DE1150 100%);
  border-radius: 6px;
  border: none;
  width: 240px;
  height: 54px;
  line-height: 53px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin-top: 5px;
  cursor: pointer;
}

.tour-form button:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(29.61%, #FF427C), to(#DE1351));
  background: linear-gradient(180deg, #FF427C 29.61%, #DE1351 100%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.tour-popup {
  background: #ffffff;
  padding: 50px 20px 50px 20px;
  -webkit-box-shadow: 0 0px 9px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0px 9px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  width: 525px;
  text-align: center;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.tour-popup_title {
  font-size: 21px;
  font-weight: 400;
  margin-top: 20px;
}

.tour-popup_subtitle {
  font-size: 15px;
  color: #222222;
  padding-top: 15px;
  padding-bottom: 30px;
}

.tour-popup_overlay {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.78);
  z-index: 99;
}

.tour-popup__text {
  font-size: 13px;
  line-height: 19px;
  padding-top: 35px;
  color: #222;
}

.tour-popup__text a {
  color: #DE1150;
  text-decoration: underline;
  cursor: pointer;
}

.tour-popup__text a:hover {
  text-shadow: 0 0 4px rgba(250, 16, 137, 0.3);
}

.tour-popup_close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 25px;
  z-index: 2;
}

.tour-popup_close img {
  max-width: 24px;
  cursor: pointer;
}

.tour-wrapper {
  margin-top: 65px;
  padding-bottom: 90px;
}

.tour-caption {
  text-align: center;
}

.tour-block_item {
  background: #ffffff;
  -webkit-box-shadow: 0 0px 9px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0px 9px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  width: 850px;
  padding: 28px 35px 28px 35px;
  margin-bottom: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: auto;
  margin-bottom: 15px;
  position: relative;
}

.tour-block_item__head {
  cursor: pointer;
}

.tour-block_item__head:hover .tour-block_item__title p {
  color: #DE1150;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.tour-block_item__title {
  color: #DE1150;
  display: inline-block;
  vertical-align: top;
}

.tour-block_item__title p {
  font-size: 22px;
  color: #222;
  font-weight: 700;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.tour-block_item__title__open p {
  color: #DE1150;
}

.tour-block_item__img {
  position: absolute;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: 0s;
  transition: 0s;
  background: url("/img/icon/arrow-query.svg") 0 0/100% no-repeat;
  right: 35px;
  width: 12px;
  height: 20px;
  top: 29px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.tour-block_item__img__open {
  -webkit-transform: translate(-30%, 0%) rotate(90deg);
          transform: translate(-30%, 0%) rotate(90deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.tour-block_item__subtitle {
  overflow: hidden;
  width: 800px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.tour-block_info {
  color: #222222;
}

.tour-block_info__caption {
  font-size: 19px;
  padding-bottom: 15px;
  font-weight: 700;
}

.tour-block_info__buttons {
  padding-bottom: 29px;
  text-align: center;
}

.tour-block_info__button {
  margin-top: 28px;
}

.tour-block_info__subcaption {
  font-size: 15px;
  padding-bottom: 25px;
  line-height: 24px;
}

.tour-block_info__subcaption__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.tour-block_info__subcaption__item {
  width: 420px;
}

.tour-block_info__subcaption__item p {
  font-size: 15px;
  color: #222;
  font-weight: normal;
  position: relative;
  padding-left: 20px;
  margin-bottom: 15px;
  line-height: 24px;
}

.tour-block_info__subcaption__item p::before {
  position: absolute;
  content: "";
  top: 6px;
  left: 0px;
  width: 9px;
  height: 9px;
  background: linear-gradient(180deg, #FC2D6D 29.61%, #DE1150 100%);
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(29.61%, #FC2D6D), to(#DE1150));
}

@media (max-width: 941px) {
  .tour-block_item {
    width: 100%;
  }
  .tour-block_item__subtitle {
    width: 100%;
  }
}

@media (max-width: 941px) {
  .tour-block_info__subcaption__items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 620px) {
  .tour-form input {
    margin-right: 0;
  }
  .tour-form select {
    margin-left: -1px;
    margin-right: 0;
  }
  .tour-form button {
    margin-left: 0;
  }
  .tour-popup {
    width: 278px;
  }
  .tour-popup__text {
    width: 100%;
  }
}

@media (max-width: 723px) {
  .tour-block_item__title p {
    font-size: 20px;
  }
}

@media (max-width: 665px) {
  .tour-block_item__img {
    top: 42px;
  }
  .tour-block_item__title {
    width: 305px;
  }
  .tour-block_item__title p {
    line-height: 27px;
  }
}

@media (max-width: 510px) {
  .tour-block_item {
    padding-left: 25px;
  }
  .tour-block_item__img {
    right: 25px;
  }
}

@media (max-width: 479px) {
  .tour-wrapper {
    margin-top: 55px;
  }
  .tour-caption {
    padding-top: 0px;
  }
  .tour-block_item {
    width: 100%;
  }
  .tour-block_item__subtitle p {
    font-size: 15px;
  }
}

@media (max-width: 460px) {
  .tour-block_item {
    padding: 20px 20px 20px 20px;
    width: 340px;
  }
  .tour-block_item__title {
    width: 300px;
  }
  .tour-block_item__title p {
    font-size: 17px;
    line-height: 24px;
  }
  .tour-block_item__subtitle {
    width: 300px;
  }
  .tour-block_item__img {
    position: relative;
    right: -50%;
    top: 10px;
    -webkit-transform: translate(-30%, 20%) rotate(90deg);
            transform: translate(-30%, 20%) rotate(90deg);
  }
  .tour-block_item__img__active {
    -webkit-transform: translate(-72%, 20%) rotate(-90deg);
            transform: translate(-72%, 20%) rotate(-90deg);
  }
  .tour-block_info__subcaption__item {
    width: 100%;
  }
}

@media (max-width: 428px) {
  .tour-block_info__caption {
    font-size: 17px;
  }
  .tour-block_info__subcaption {
    font-size: 14px;
  }
  .tour-block_info__subcaption__item p {
    font-size: 14px;
  }
}

@media (max-width: 358px) {
  .tour-block_item {
    width: 100%;
  }
  .tour-block_item__title {
    width: 260px;
  }
}

@media (max-width: 352px) {
  .tour-popup {
    padding: 50px 28px 50px 28px;
    width: 300px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    top: 5%;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
  .tour-popup_overlay {
    overflow-y: auto;
  }
  .tour-popup_title {
    margin-top: 0;
  }
  .tour-form input, .tour-form select {
    margin-right: 0;
  }
  .tour-form button {
    margin-left: 0;
  }
}

.schedule {
  background: url(/img/schedule/background.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}

.schedule-caption {
  text-align: center;
  padding-top: 85px;
  color: #fff;
}

.schedule-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 700px;
  margin: auto;
  margin-top: 65px;
  padding-bottom: 85px;
}

.schedule-wrapper_item {
  background: linear-gradient(260.91deg, #2D78AD 23.36%, #1F608E 100%);
  -webkit-box-shadow: 0px 0px 24px 2px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 0px 24px 2px rgba(0, 0, 0, 0.07);
  border-radius: 6px;
  width: 247px;
  display: inline-block;
  padding: 20px 30px 25px 30px;
}

.schedule-wrapper_item:nth-child(1) {
  height: 60px;
  text-align: right;
  position: relative;
}

.schedule-wrapper_item:nth-child(1)::before {
  position: absolute;
  content: '';
  background: #E9C494;
  border-radius: 12px;
  width: 9px;
  height: 9px;
  right: -47px;
  top: 50%;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}

.schedule-wrapper_item:nth-child(1)::after {
  position: absolute;
  content: '';
  background: #E9C494;
  width: 1px;
  height: 725px;
  top: 45px;
  right: -43px;
}

.schedule-wrapper_item:nth-child(2) {
  height: 80px;
  margin-top: 80px;
  position: relative;
}

.schedule-wrapper_item:nth-child(2)::before {
  position: absolute;
  content: '';
  background: #E9C494;
  border-radius: 12px;
  width: 9px;
  height: 9px;
  left: -48px;
  top: 50%;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}

.schedule-wrapper_item:nth-child(3) {
  height: 155px;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  text-align: right;
  position: relative;
}

.schedule-wrapper_item:nth-child(3)::before {
  position: absolute;
  content: '';
  background: #E9C494;
  border-radius: 12px;
  width: 9px;
  height: 9px;
  right: -47px;
  top: 50%;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}

.schedule-wrapper_item:nth-child(4) {
  height: 60px;
  margin-top: 145px;
  position: relative;
}

.schedule-wrapper_item:nth-child(4)::before {
  position: absolute;
  content: '';
  background: #E9C494;
  border-radius: 12px;
  width: 9px;
  height: 9px;
  left: -48px;
  top: 50%;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}

.schedule-wrapper_item:nth-child(5) {
  height: 180px;
  -webkit-transform: translateY(-25px);
          transform: translateY(-25px);
  text-align: right;
  position: relative;
}

.schedule-wrapper_item:nth-child(5)::before {
  position: absolute;
  content: '';
  background: #E9C494;
  border-radius: 12px;
  width: 9px;
  height: 9px;
  right: -47px;
  top: 50%;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}

.schedule-wrapper_item:nth-child(6) {
  height: 80px;
  margin-top: 170px;
  position: relative;
}

.schedule-wrapper_item:nth-child(6)::before {
  position: absolute;
  content: '';
  background: #E9C494;
  border-radius: 12px;
  width: 9px;
  height: 9px;
  left: -48px;
  top: 50%;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}

.schedule-wrapper_item:nth-child(7) {
  height: 60px;
  -webkit-transform: translateY(-25px);
          transform: translateY(-25px);
  text-align: right;
  position: relative;
}

.schedule-wrapper_item:nth-child(7)::before {
  position: absolute;
  content: '';
  background: #E9C494;
  border-radius: 12px;
  width: 9px;
  height: 9px;
  right: -47px;
  top: 50%;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}

.schedule-wrapper_item__title {
  font-size: 19px;
  color: #E9C494;
  font-weight: 700;
  padding-bottom: 15px;
}

.schedule-wrapper_item__subtitle {
  font-size: 15px;
  line-height: 24px;
  color: #fff;
  font-weight: 400;
}

@media (max-width: 748px) {
  .schedule-wrapper {
    width: 350px;
  }
  .schedule-wrapper_item:nth-child(1)::after {
    height: 1035px;
  }
  .schedule-wrapper_item:nth-child(2) {
    margin-top: 25px;
    text-align: right;
  }
  .schedule-wrapper_item:nth-child(2)::before {
    left: 345px;
  }
  .schedule-wrapper_item:nth-child(3) {
    margin-top: 25px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .schedule-wrapper_item:nth-child(4) {
    margin-top: 25px;
    text-align: right;
  }
  .schedule-wrapper_item:nth-child(4)::before {
    left: 345px;
  }
  .schedule-wrapper_item:nth-child(5) {
    margin-top: 25px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .schedule-wrapper_item:nth-child(6) {
    margin-top: 25px;
    text-align: right;
  }
  .schedule-wrapper_item:nth-child(6)::before {
    left: 345px;
  }
  .schedule-wrapper_item:nth-child(7) {
    margin-top: 25px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@media (max-width: 428px) {
  .schedule-wrapper {
    width: 320px;
  }
  .schedule-wrapper_item {
    width: 231px;
  }
  .schedule-wrapper_item:nth-child(1)::before {
    right: -34px;
  }
  .schedule-wrapper_item:nth-child(1)::after {
    right: -30px;
    top: 50px;
  }
  .schedule-wrapper_item:nth-child(2)::before {
    left: 316px;
  }
  .schedule-wrapper_item:nth-child(3)::before {
    right: -34px;
  }
  .schedule-wrapper_item:nth-child(4)::before {
    left: 316px;
  }
  .schedule-wrapper_item:nth-child(5)::before {
    right: -34px;
  }
  .schedule-wrapper_item:nth-child(6)::before {
    left: 316px;
  }
  .schedule-wrapper_item:nth-child(7)::before {
    right: -34px;
  }
  .schedule-wrapper_item__title {
    font-size: 17px;
  }
  .schedule-wrapper_item__subtitle {
    font-size: 14px;
  }
}

@media (max-width: 350px) {
  .schedule-wrapper {
    width: 290px;
  }
  .schedule-wrapper_item {
    width: 212px;
  }
  .schedule-wrapper_item:nth-child(1)::before {
    right: -24px;
  }
  .schedule-wrapper_item:nth-child(1)::after {
    right: -20px;
  }
  .schedule-wrapper_item:nth-child(2)::before {
    left: 287px;
  }
  .schedule-wrapper_item:nth-child(3)::before {
    right: -24px;
  }
  .schedule-wrapper_item:nth-child(4)::before {
    left: 287px;
  }
  .schedule-wrapper_item:nth-child(5)::before {
    right: -24px;
  }
  .schedule-wrapper_item:nth-child(6)::before {
    left: 287px;
  }
  .schedule-wrapper_item:nth-child(7)::before {
    right: -24px;
  }
}

.about {
  background: url(/img/about/background.jpg) no-repeat;
  background-position: top -81px center;
  background-size: cover;
  height: 628px;
}

.about-effect {
  position: absolute;
  left: -50px;
  top: 0px;
}

.about-effect_img {
  background: url(/img/icon/arrow-play.svg) no-repeat;
  background-size: contain;
  height: 68px;
  width: 30px;
  position: relative;
  top: 116px;
  left: 76px;
  display: inline-block;
}

.about-effect_text {
  font-size: 20px;
  color: #DE1150;
  width: 264px;
  padding-top: 104px;
  padding-left: 111px;
  font-weight: 700;
}

.about-popup {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.about-popup_block {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 890px;
}

.about-popup_overlay {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.78);
  z-index: 99;
}

.about-popup_close {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 25px;
}

.about-popup_close img {
  max-width: 24px;
  cursor: pointer;
}

.about-play {
  position: relative;
  left: 52%;
  top: 245px;
  width: 409px;
}

.about-play p {
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
  font-size: 19px;
  font-weight: 400;
  color: #222222;
  line-height: 24px;
}

.about-img {
  background: -webkit-gradient(linear, left top, left bottom, from(#F8D8AF), to(#E9C494));
  background: linear-gradient(180deg, #F8D8AF 0%, #E9C494 100%);
  border-radius: 88px;
  width: 110px;
  height: 110px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 2;
}

.about-img:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFE2BD), to(#EBC696));
  background: linear-gradient(180deg, #FFE2BD 0%, #EBC696 100%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.about-img img {
  width: 20px;
  position: absolute;
  top: 45px;
  left: 47px;
}

@media (max-width: 1442px) {
  .about-play {
    top: 217px;
  }
}

@media (max-width: 946px) {
  .about-popup_block {
    width: 590px;
  }
  .about-popup_video iframe {
    width: 590px;
    height: 400px;
  }
}

@media (max-width: 880px) {
  .about {
    background-position: top -81px left -139px;
    height: 514px;
  }
  .about-play {
    width: 394px;
    top: 167px;
  }
  .about-effect {
    left: -56px;
    top: -10px;
  }
  .about-img {
    width: 95px;
    height: 95px;
  }
  .about-img img {
    width: 17px;
    top: 39px;
    left: 42px;
  }
}

@media (max-width: 850px) {
  .about-play {
    left: 48%;
  }
}

@media (max-width: 780px) {
  .about {
    background-position: top -81px left -230px;
  }
  .about-play {
    left: 50%;
    -webkit-transform: translateX(-69px);
            transform: translateX(-69px);
    width: 336px;
    top: 256px;
  }
  .about-play p {
    font-size: 17px;
    padding-left: 10px;
  }
  .about-effect {
    left: -74px;
    top: -57px;
  }
  .about-img {
    width: 75px;
    height: 75px;
  }
  .about-img img {
    width: 13px;
    top: 30px;
    left: 33px;
  }
}

@media (max-width: 618px) {
  .about-popup_block {
    width: 400px;
  }
  .about-popup_video iframe {
    width: 400px;
    height: 280px;
  }
}

@media (max-width: 605px) {
  .about {
    background-position: top -81px left -129px;
  }
  .about-play {
    top: 338px;
    -webkit-transform: translateX(-165px);
            transform: translateX(-165px);
    width: 335px;
  }
  .about-effect {
    left: -104px;
  }
}

@media (max-width: 470px) {
  .about {
    background-position: top -81px left -200px;
  }
}

@media (max-width: 412px) {
  .about-popup_block {
    width: 350px;
  }
  .about-popup_video iframe {
    width: 350px;
    height: 230px;
  }
}

@media (max-width: 390px) {
  .about {
    background-position: top -81px left -200px;
    height: 450px;
  }
  .about-play {
    top: 290px;
    width: 296px;
    -webkit-transform: translateX(-148px);
            transform: translateX(-148px);
  }
  .about-play p {
    font-size: 15px;
  }
  .about-img {
    width: 65px;
    height: 65px;
  }
  .about-img img {
    top: 26px;
    left: 28px;
  }
}

@media (max-width: 370px) {
  .about-effect {
    left: -92px;
  }
}

@media (max-width: 350px) {
  .about-popup_block {
    width: 300px;
  }
  .about-popup_video iframe {
    width: 300px;
    height: 200px;
  }
  .about-effect {
    left: -72px;
  }
  .about-effect_text {
    font-size: 17px;
  }
}

.gallery {
  padding-top: 85px;
  padding-bottom: 90px;
}

.gallery-caption {
  text-align: center;
}

.gallery-block {
  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: auto;
  margin-top: 58px;
}

.gallery-block img {
  width: 300px;
  border-radius: 6px;
  margin-top: 20px;
}

@media (min-width: 1860px) {
  .gallery {
    padding-top: 85px;
  }
}

@media (max-width: 1450px) {
  .gallery {
    padding-top: 10px;
  }
}

@media (max-width: 1358px) {
  .gallery-block {
    width: 980px;
  }
  .gallery-block img {
    width: 234px;
    margin-top: 10px;
  }
}

@media (max-width: 1075px) {
  .gallery-block {
    width: 790px;
  }
  .gallery-block img {
    width: 189px;
    margin-top: 6px;
  }
}

@media (max-width: 843px) {
  .gallery-block {
    width: 617px;
  }
  .gallery-block img {
    width: 197px;
  }
}

@media (max-width: 657px) {
  .gallery-block {
    width: 490px;
  }
  .gallery-block img {
    width: 159px;
    margin-top: 4px;
    border-radius: 0;
  }
}

@media (max-width: 671px) {
  .gallery-caption {
    padding-top: 0px;
  }
}

@media (max-width: 605px) {
  .gallery {
    padding-top: 29px;
  }
}

@media (max-width: 511px) {
  .gallery-block {
    width: 375px;
  }
  .gallery-block img {
    width: 120px;
    margin-top: 3px;
  }
}

@media (max-width: 400px) {
  .gallery-block {
    width: 300px;
  }
  .gallery-block img {
    width: 97px;
    margin-top: 0px;
  }
}

.program {
  text-align: center;
  background: url(/img/program/background.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 2;
}

.program-caption {
  padding-top: 60px;
  color: #fff;
  width: 998px;
  margin: auto;
}

.program-caption span {
  color: #0F3149;
}

.program-button {
  margin-top: 45px;
  margin-bottom: 65px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.program-button:hover p {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFE2BD), to(#EBC696));
  background: linear-gradient(180deg, #FFE2BD 0%, #EBC696 100%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.program-button a {
  text-decoration: none;
}

.program-button p {
  color: #222;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#F9D8AD), to(#E9C494));
  background: linear-gradient(180deg, #F9D8AD 0%, #E9C494 100%);
  border-radius: 6px;
  width: 235px;
  height: 54px;
  line-height: 56px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 1070px) {
  .program-caption {
    width: 100%;
  }
}

@media (max-width: 880px) {
  .program {
    background-position: center left -165px;
  }
}

.description {
  background: url(/img/description/background.jpg) no-repeat;
  background-position: left -52px top -145px;
  background-size: cover;
  height: 678px;
}

.description-wrapper {
  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;
  max-width: 987px;
  margin: auto;
  margin-top: 75px;
  margin-bottom: 75px;
}

.description-info_title p {
  color: #222222;
  font-size: 15px;
  padding-bottom: 20px;
}

.description-info_title p span {
  font-size: 19px;
  font-weight: 700;
}

.description-info_subtitle__text {
  font-size: 19px;
  font-weight: 700;
  color: #222222;
  margin-bottom: 20px;
}

.description-info_subtitle p {
  font-size: 15px;
  color: #222;
  font-weight: normal;
  position: relative;
  padding-left: 20px;
  margin-bottom: 15px;
  line-height: 24px;
  max-width: 575px;
}

.description-info_subtitle p::before {
  position: absolute;
  content: "";
  top: 6px;
  left: 0px;
  width: 9px;
  height: 9px;
  background: linear-gradient(180deg, #FC2D6D 29.61%, #DE1150 100%);
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(29.61%, #FC2D6D), to(#DE1150));
}

.description-block {
  background: #ffffff;
  padding: 50px 20px 50px 20px;
  -webkit-box-shadow: 0 0px 9px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0px 9px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  width: 280px;
  text-align: center;
}

.description-block_title {
  font-size: 21px;
  font-weight: 400;
}

.description-block_subtitle {
  font-size: 15px;
  color: #222222;
  padding-top: 15px;
  padding-bottom: 30px;
}

.description-block_form input, .description-block_form select {
  border: 1px solid #464646;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffffff;
  font-size: 14px;
  border-radius: 6px;
  height: 54px;
  width: 240px;
  padding-left: 20px;
  display: inline-block;
  margin-bottom: 10px;
}

.description-block_form select {
  letter-spacing: inherit;
  word-spacing: inherit;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}

.description-block_form select:not([multiple]) {
  padding-right: 38px;
  background-repeat: no-repeat;
  background-position: calc(100% - 13px) 18px;
  background-size: 15px auto;
  background-image: url(/img/icon/arrow-select.svg);
}

.description-block_form button {
  color: #fff;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(29.61%, #FC2D6D), to(#DE1150));
  background: linear-gradient(180deg, #FC2D6D 29.61%, #DE1150 100%);
  border-radius: 6px;
  border: none;
  width: 240px;
  height: 54px;
  line-height: 53px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin-top: 5px;
  cursor: pointer;
}

.description-block_form button:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(29.61%, #FF427C), to(#DE1351));
  background: linear-gradient(180deg, #FF427C 29.61%, #DE1351 100%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.description-block_text {
  margin-top: 25px;
  font-size: 13px;
}

.description-block_text a {
  color: #DE1150;
  text-decoration: underline;
  cursor: pointer;
}

.description-block_text a:hover {
  text-shadow: 0 0 4px rgba(250, 16, 137, 0.3);
}

@media (max-width: 1011px) {
  .description {
    height: auto;
    background-position: left -52px top 0px;
  }
  .description-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .description-block {
    margin-top: 65px;
    width: 525px;
    padding: 50px 20px 50px 28px;
  }
  .description-block_text {
    width: 311px;
    margin: auto;
    margin-top: 25px;
  }
  .description-block_form input {
    margin-right: 10px;
  }
  .description-block_form select {
    margin-left: -10px;
    margin-right: 10px;
  }
}

@media (max-width: 620px) {
  .description-block {
    width: 278px;
  }
  .description-block_form select {
    margin-left: -1px;
  }
  .description-block_form button {
    margin-left: -9px;
  }
  .description-block_text {
    width: 100%;
  }
}

@media (max-width: 428px) {
  .description-info_title p {
    font-size: 14px;
  }
  .description-info_title p span {
    font-size: 17px;
  }
  .description-info_subtitle__text {
    font-size: 17px;
  }
  .description-info_subtitle p {
    font-size: 14px;
  }
}

@media (max-width: 352px) {
  .description-block {
    padding: 50px 28px 50px 28px;
    width: 300px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .description-block_form input, .description-block_form select {
    margin-right: 0;
  }
  .description-block_form button {
    margin-left: 0;
  }
}

.sale {
  background: url(/img/sale/background.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 85px;
}

.sale-caption {
  text-align: center;
  color: #fff;
}

.sale-block {
  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;
  max-width: 600px;
  padding-top: 65px;
}

.sale-block_item {
  background: linear-gradient(260.91deg, #2D78AD 23.36%, #1F608E 100%);
  -webkit-box-shadow: 0px 0px 24px 2px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 0px 24px 2px rgba(0, 0, 0, 0.07);
  border-radius: 6px;
  width: 289px;
  height: 208px;
  display: inline-block;
  padding: 20px 30px 25px 30px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px;
}

.sale-block_item__title {
  font-size: 38px;
  color: #E9C494;
  font-weight: 400;
  padding-bottom: 15px;
}

.sale-block_item__subtitle {
  font-size: 15px;
  color: #fff;
  font-weight: 400;
  line-height: 24px;
}

.sale-block_text {
  padding-top: 36px;
  padding-bottom: 76px;
}

.sale-block_text p {
  font-size: 15px;
  color: #fff;
  padding-bottom: 10px;
}

@media (min-width: 1680px) {
  .sale {
    background-position: center bottom -77px;
  }
}

@media (max-width: 1060px) {
  .sale {
    background: url(/img/sale/background-2.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    height: 1200px;
  }
  .sale-block {
    margin: auto;
  }
}

@media (max-width: 645px) {
  .sale {
    background: url(/img/sale/background-3.jpg) no-repeat;
    background-position: bottom left -80px;
    background-size: cover;
    height: 1650px;
  }
  .sale-block {
    max-width: 290px;
  }
}

@media (max-width: 514px) {
  .sale {
    background-position: bottom left -150px;
  }
}

@media (max-width: 428px) {
  .sale {
    background-position: top left -155px;
    background-size: 700px;
    height: 1583px;
  }
  .sale-block_item {
    height: 203px;
  }
  .sale-block_item__title {
    font-size: 36px;
  }
  .sale-block_item__subtitle {
    font-size: 14px;
  }
  .sale-block_text p {
    font-size: 14px;
  }
}

@media (max-width: 390px) {
  .sale {
    background-position: top left -207px;
  }
}

@media (max-width: 342px) {
  .sale {
    background-position: top left -207px;
    background-size: 675px;
    height: 1512px;
  }
}

.footer {
  background: #161616;
  padding-top: 35px;
  padding-bottom: 33px;
}

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

.footer-block {
  padding-top: 10px;
}

.footer-block_logo img {
  width: 129px;
}

.footer-block_logo p {
  color: #d9d9d9;
  font-size: 13px;
}

.footer-block_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 530px;
}

.footer-block_menu a {
  text-decoration: none;
  color: #f0f0f0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 14px;
}

.footer-block_menu a:hover {
  color: #DE1150;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer-block_docs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 492px;
  padding-top: 16px;
}

.footer-block_docs__politic a {
  font-size: 12px;
  color: #d9d9d9;
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}

.footer-block_docs__politic a::before {
  position: absolute;
  display: block;
  content: '';
  height: 1px;
  width: 100%;
  top: 15px;
  background-color: #d9d9d9;
}

.footer-block_docs__politic a:hover {
  color: #DE1150;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer-block_docs__politic a:hover::before {
  background-color: #DE1150;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer-block_contact {
  padding-top: 8px;
  text-align: right;
}

.footer-block_contact__phone {
  display: inline-block;
}

.footer-block_contact__phone a {
  text-decoration: none;
  color: #f0f0f0;
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
}

.footer-block_contact__developer {
  padding-top: 13px;
}

.footer-block_contact__developer a {
  text-decoration: none;
  color: #d9d9d9;
  font-size: 12px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer-block_contact__developer a:hover {
  color: #DE1150;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer-block_politic__mobile {
  display: none;
}

@media (max-width: 992px) {
  .footer-block_menu {
    display: none;
  }
  .footer-block_docs {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 292px;
    padding-top: 35px;
  }
}

@media (max-width: 711px) {
  .footer-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer-block_contact__developer {
    display: none;
  }
  .footer-block_politic__mobile {
    display: block;
    margin-top: 10px;
  }
  .footer-block_politic__mobile p {
    font-size: 13px;
    color: #d9d9d9;
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .footer-block_politic__mobile p::before {
    position: absolute;
    display: block;
    content: '';
    height: 1px;
    width: 100%;
    top: 15px;
    background-color: #d9d9d9;
  }
  .footer-block_politic__mobile p:hover {
    color: #DE1150;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .footer-block_politic__mobile p:hover::before {
    background-color: #DE1150;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .footer-block_docs {
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
    display: none;
  }
}

@media (max-width: 475px) {
  .footer-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 290px;
    text-align: center;
    margin: auto;
  }
  .footer-block_docs {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-block_logo {
    margin-bottom: 10px;
  }
  .footer-block_contact__phone {
    display: none;
  }
  .footer-block_contact__developer {
    display: block;
    text-align: center;
  }
}
/*# sourceMappingURL=style.css.map */
/*
     FILE ARCHIVED ON 14:04:45 Sep 01, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 08:57:14 Aug 04, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.667
  exclusion.robots: 0.024
  exclusion.robots.policy: 0.01
  esindex: 0.014
  cdx.remote: 86.797
  LoadShardBlock: 504.765 (3)
  PetaboxLoader3.datanode: 479.416 (5)
  PetaboxLoader3.resolve: 214.167 (2)
  load_resource: 241.392
  loaddict: 160.166
*/