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

body {
  margin: 0;
  padding: 0;
  font-family: "Raleway", sans-serif;
  position: relative;
}

img {
  max-width: 100%;
}

ul {
  list-style: none;
}

h1, h2, h3, h4, h5, h6, p, ul {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

button {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
  font-family: "Raleway", sans-serif;
}

input {
  font-family: "Raleway", sans-serif;
}

.title {
  font-size: 64px;
  margin-bottom: 60px;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
}
.title.dark {
  color: #2F2F2F;
}
.title.light {
  color: #ffffff;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .title {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .title {
    font-size: 36px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .title {
    font-size: 42px;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .title {
    font-size: 48px;
  }
}

.section {
  padding: 90px 0;
}
.section-light {
  background: url("../images/section/section-light-bg.jpg") center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.section-dark {
  background: url("../images/section/section-dark-bg.jpg") center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .section {
    padding: 45px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .section {
    padding: 60px 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .section {
    padding: 75px 0;
  }
}

.container {
  width: 1400px;
  max-width: 95%;
  margin: 0 auto;
}

.main {
  background: url("../images/main/bg.jpg") center center no-repeat;
  background-size: cover;
  padding-top: 25px;
  padding-bottom: 110px;
  background-attachment: fixed;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .main {
    padding-bottom: 50px;
  }
}
.main-header {
  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;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .main-header__logo {
    width: 170px;
  }
}
.main-header-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .main-header-contact {
    gap: 4px;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .main-header-contact img {
    width: 30px;
    height: 30px;
  }
}
.main-header-contact-text__pretitle {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 4px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .main-header-contact-text__pretitle {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .main-header-contact-text__pretitle {
    font-size: 16px;
  }
}
.main-header-contact-text__title {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .main-header-contact-text__title {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .main-header-contact-text__title {
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .main-header-contact-text__title {
    font-size: 20px;
  }
}
.main-text {
  margin-top: 80px;
  margin-bottom: 60px;
  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;
  gap: 25px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .main-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 35px;
  }
}
.main-text__title {
  max-width: 860px;
  font-weight: 900;
  color: #ffffff;
  text-transform: uppercase;
}
.main-text__title.title {
  text-align: left;
  margin-bottom: 0;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .main-text__title.title {
    font-size: 32px;
  }
}
.main-social__title {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 12px;
  max-width: 345px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .main-social__title {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .main-social__title {
    font-size: 20px;
  }
}
.main-social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.main-social-icons img {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.main-social-icons img:hover {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.main-stage {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .main-stage {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .main-stage {
    -ms-grid-columns: 1fr 25px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
}
.main-stage-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .main-stage-item {
    gap: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .main-stage-item {
    gap: 20px;
  }
}
.main-stage-item__title {
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 160%;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .main-stage-item__title {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .main-stage-item__title {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .main-stage-item__title {
    font-size: 24px;
  }
}

.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  background: #EB4538;
  color: #ffffff;
  border-radius: 16px;
  height: 80px;
  padding: 0 65px;
  font-size: 18px;
  font-weight: 700;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  outline: none;
  border: none;
  cursor: pointer;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .button {
    font-size: 16px;
    height: 65px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .button {
    height: 70px;
  }
}
.button:hover {
  background: #e92f21;
}
.button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .button-wrapper {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .button-wrapper {
    margin-top: 40px;
  }
}

.gallery-item {
  height: 330px;
  overflow: hidden;
  border-radius: 24px;
  background: #ffffff;
}
.gallery-item img {
  height: 100%;
  width: 100%;
}
.gallery-slider {
  margin: 0 -15px;
}
.gallery-slider .slick-slide {
  margin: 0 15px;
}
.gallery-slider .slick-arrow {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #EB4538;
  z-index: 20;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .gallery-slider .slick-arrow {
    width: 40px;
    height: 40px;
  }
}
.gallery-slider .slick-arrow::before {
  display: none;
}
.gallery-slider .slick-prev {
  margin-left: 15px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .gallery-slider .slick-prev {
    margin-left: 40px;
  }
}
.gallery-slider .slick-next {
  margin-right: 15px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .gallery-slider .slick-next {
    margin-right: 40px;
  }
}

.footer {
  background: #000000;
  padding: 20px 0;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .footer__logo {
    width: 200px;
  }
}
.footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
}
.footer-social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.footer-social__title {
  font-size: 24px;
  line-height: 160%;
  font-weight: 700;
  color: #ffffff;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .footer-social__title {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .footer-social__title {
    font-size: 20px;
  }
}
.footer-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 30% 30px 50% 30px 20%;
  grid-template-columns: 30% 50% 20%;
  gap: 30px;
}
@media screen and (min-width: 320px) and (max-width: 1440px) {
  .footer-block {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
.footer__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 160%;
  color: #ffffff;
  margin-bottom: 24px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .footer__title {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .footer__title {
    font-size: 20px;
  }
}
.footer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
}
.footer-list__item {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .footer-list__item {
    font-size: 14px;
  }
}
.footer-bottom {
  background: #000000;
  padding: 20px 0;
}
.footer-bottom-block {
  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;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .footer-bottom-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
  }
}
.footer-bottom__text {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .footer-bottom__text {
    font-size: 14px;
  }
}
.footer-bottom-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.footer-bottom-author__text {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .footer-bottom-author__text {
    font-size: 14px;
  }
}

.success {
  color: #3BC658;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .success {
    font-size: 14px;
  }
}
.success.hidden {
  display: none;
}
.success.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.input {
  height: 80px;
  font-size: 18px;
  font-weight: 500;
  font-family: "Raleway", sans-serif;
  color: #2F2F2F;
  border: 2px solid #F9FAFC;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  outline: none;
  border-radius: 16px;
  padding: 0 28px;
}
.input:hover, .input:focus {
  border-color: #EB4538;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .input {
    height: 65px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .input {
    height: 70px;
  }
}

.modal {
  position: fixed;
  height: 100vh;
  width: 100vw;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 20;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 20;
}
.modal input.input {
  background: #F9FAFC;
}
.modal-content {
  padding: 50px;
  background: #ffffff;
  width: 600px;
  position: relative;
  border-radius: 24px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .modal-content {
    max-width: 90vw;
    margin: 0 auto;
  }
}
.modal__close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 32px;
  cursor: pointer;
}
.modal-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
}
.modal--active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  overflow: scroll;
}
.modal__title {
  font-size: 32px;
  color: #2F2F2F;
  margin-bottom: 24px;
  text-align: center;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .modal__title {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .modal__title {
    font-size: 28px;
  }
}
.modal__subtitle {
  font-size: 22px;
  text-align: center;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .modal__subtitle {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .modal__subtitle {
    font-size: 18px;
  }
}