@charset "UTF-8";
@font-face {
  font-family: "Nekst_Semi";
  src: url("../fonts/NekstSemibold.woff2") format("woff2"), url("../fonts/NekstSemibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Nekst";
  src: url("../fonts/NekstRegular.woff2") format("woff2"), url("../fonts/NekstRegular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Nekst_Bold";
  src: url("../fonts/NekstBold.woff2") format("woff2"), url("../fonts/NekstBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Nekst_Medium";
  src: url("../fonts/NekstMedium.woff2") format("woff2"), url("../fonts/NekstMedium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
* {
  box-sizing: border-box;
  font-family: "Nekst";
  font-style: normal;
  line-height: 1.22;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

a {
  text-decoration: none;
}

p, ul, ol {
  margin: 0;
}

h1 {
  margin: 0;
  font-family: "Nekst_Bold";
  font-size: 55px;
}

h2 {
  margin: 0;
  font-family: "Nekst_Bold";
  font-size: 36px;
  color: #56F5FF;
  text-transform: uppercase;
}

h3 {
  margin: 0;
  font-family: "Nekst_Bold";
  font-size: 20px;
  color: #56F5FF;
  text-transform: uppercase;
}

h4 {
  margin: 0;
  font-family: "Nekst_Bold";
  font-size: 20px;
  color: #3F4EAE;
  text-transform: uppercase;
}

h5 {
  margin: 0;
  font-family: "Nekst_Bold";
  font-size: 20px;
  color: #3F4EAE;
  text-transform: uppercase;
}

h6 {
  margin: 0;
  font-family: "Nekst_Bold";
  font-size: 20px;
  color: #36449C;
  text-transform: uppercase;
}

.container {
  max-width: 1014px;
  margin-right: auto;
  margin-left: auto;
}

.logo {
  width: 259px;
}
.logo img {
  width: 100%;
}

.social-links {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.social-links a {
  width: 25px;
  height: 25px;
}
.social-links a svg {
  width: inherit;
  height: inherit;
}

.button {
  padding: 14px;
  width: 256px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Nekst_Medium";
  font-size: 20px;
  border-radius: 20px;
  filter: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.16));
  border: none;
  background: none;
  cursor: pointer;
  position: relative;
  z-index: 500;
}
.button--blank {
  padding: 0;
  width: auto;
  font-size: 14px;
  color: #36449C;
  text-transform: uppercase;
  text-decoration: underline;
  filter: none;
}
.button--lightblue {
  color: #36449C;
  background-color: #56F5FF;
}
.button--violet {
  color: #FFFFFF;
  background-color: #767BFF;
}
.button--darkblue {
  color: #FFFFFF;
  background-color: #38449C;
}
.button--submit {
  padding: 10px;
  width: 100%;
  color: #FFFFFF;
  font-size: 18px;
  background-color: #38449C;
}

.overflow {
  overflow: hidden;
}

.error {
  color: #cc0000;
  font-size: 12px;
  order: 2;
}

.to-top {
  position: fixed;
  display: none;
  align-items: center;
  justify-content: center;
  right: 15px;
  bottom: 15px;
  z-index: 50;
  width: 50px;
  height: 50px;
  opacity: 0.5;
}
.to-top svg {
  fill: #56F5FF;
  width: 100%;
  height: 100%;
}
.to-top--visible {
  display: flex;
}

.main__header {
  padding-top: 15px;
  padding-bottom: 15px;
}
.main__header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main__header-buttons {
  display: flex;
  align-items: center;
  -moz-column-gap: 105px;
       column-gap: 105px;
}
.main__socials svg {
  fill: #36449C;
}
.main__mobile-button {
  display: none;
}
.main__content {
  padding-top: 45px;
  padding-bottom: 105px;
  background-color: #36449C;
  color: #FFFFFF;
  overflow: hidden;
}
.main__content .container {
  position: relative;
}
.main__content-bg {
  position: absolute;
  right: -15%;
  top: 40px;
}
.main__content-bg--mobile {
  display: none;
}
.main__company-name {
  margin-bottom: 50px;
  width: 400px;
  font-family: "Nekst_Medium";
  font-weight: 500;
  font-size: 14px;
}
.main__date {
  margin-bottom: 30px;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  color: #56F5FF;
}
.main__days {
  font-family: "Nekst_Bold";
  font-size: 75px;
  line-height: 35px;
}
.main__month {
  font-family: "Nekst_Bold";
  font-size: 40px;
  line-height: 60px;
}
.main__text {
  font-family: "Nekst_Medium";
  font-size: 20px;
  line-height: 5px;
}
.main__title {
  margin-bottom: 30px;
}

.about {
  padding-top: 55px;
  padding-bottom: 50px;
}
.about .container {
  display: flex;
  -moz-column-gap: 140px;
       column-gap: 140px;
}
.about__left-column {
  width: 50%;
  max-width: 404px;
}
.about__left-column img {
  margin-bottom: 40px;
}
.about__text {
  margin-bottom: 25px;
  font-size: 18px;
}
.about__text:last-child {
  margin-bottom: 0;
}
.about__right-column {
  width: 393px;
}
.about__price-free {
  padding-left: 9px;
  margin-bottom: 20px;
  font-size: 24px;
  color: #36449C;
  font-family: "Nekst_Bold";
  text-transform: uppercase;
}
.about__price-free span {
  display: block;
  color: #767BFF;
  font-size: 36px;
  font-family: inherit;
}
.about__price {
  padding-left: 9px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  font-size: 20px;
  color: #36449C;
  font-family: "Nekst_Bold";
}
.about__price span {
  font-size: 16px;
}
.about__button {
  margin-bottom: 25px;
  margin-left: 9px;
}
.about__info {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.about__info p {
  padding-left: 9px;
  font-family: "Nekst_Medium";
  font-size: 18px;
}
.about__info p > span {
  font-family: "Nekst_Bold";
  font-size: 20px;
  color: #36449C;
  text-transform: uppercase;
}
.about__when {
  padding: 9px;
  background-color: rgba(118, 123, 255, 0.22);
}

.prize {
  padding: 45px 40px 35px;
  background-color: #36449C;
  color: #FFFFFF;
  text-align: center;
}
.prize__title {
  margin-bottom: 20px;
}
.prize__text {
  width: 685px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
  font-size: 20px;
  font-family: "Nekst_Medium";
}
.prize__text span {
  font-family: "Nekst_Bold";
}
.prize__text:last-child {
  margin-bottom: 0;
}

.details {
  padding-top: 15px;
  padding-bottom: 45px;
}
.details .container {
  display: flex;
  -moz-column-gap: 60px;
       column-gap: 60px;
}
.details__column-left {
  width: 29%;
}
.details__column-center {
  width: 40%;
}
.details__column-right {
  width: 29%;
}
.details__image {
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 25px;
  height: 175px;
}
.details__column-title {
  margin-bottom: 20px;
  color: #36449C;
  font-family: "Nekst_Bold";
  font-size: 16px;
  text-transform: uppercase;
}
.details__list {
  padding: 0;
  padding-left: 16px;
}
.details__list--unordered {
  padding-left: 10px;
  list-style-type: "·";
}
.details__list--unordered .details__list-item {
  padding-left: 5px;
}
.details__list-item {
  font-size: 14px;
  line-height: 20px;
}
.details__more {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 20px;
}
.details__more:last-child {
  margin-bottom: 0;
}
.details__more span {
  font-family: "Nekst_Bold";
  color: #36449C;
  text-transform: uppercase;
}

.apply {
  padding-top: 35px;
  padding-bottom: 25px;
  background-color: #3F4EAE;
  color: #FFFFFF;
  text-align: center;
}
.apply__text {
  margin-bottom: 20px;
  width: 90%;
  display: inline-block;
  font-size: 18px;
}
.apply__button {
  margin-right: auto;
  margin-left: auto;
}

.program {
  padding-top: 25px;
  padding-bottom: 35px;
  background: rgba(164, 167, 245, 0.71);
}
.program__title {
  margin-bottom: 30px;
  text-align: center;
}
.program__cards-wrapper {
  margin-bottom: 25px;
  display: flex;
  -moz-column-gap: 45px;
       column-gap: 45px;
}
.program__card {
  padding: 35px;
  width: 50%;
  display: grid;
  background-color: #FFFFFF;
  border-radius: 20px 20px 0px 0px;
}
.program__card:nth-child(even) {
  background-color: rgba(86, 245, 255, 0.85);
}
.program__day-number {
  margin-bottom: 10px;
  font-family: "Nekst_Bold";
  font-size: 24px;
  color: #3F4EAE;
}
.program__day-number span {
  font-family: inherit;
  font-size: 36px;
}
.program__name {
  margin-bottom: 20px;
  font-family: "Nekst_Medium";
  color: #3F4EAE;
  font-size: 16px;
  text-transform: uppercase;
}
.program__subtitle {
  margin-bottom: 20px;
}
.program__place {
  margin-bottom: 20px;
}
.program__place span {
  display: block;
  font-family: "Nekst_Bold";
  text-transform: uppercase;
}
.program__date {
  margin-bottom: 20px;
}
.program__date span {
  display: block;
  font-family: "Nekst_Bold";
  text-transform: uppercase;
}
.program__time {
  margin-bottom: 20px;
}
.program__time span {
  display: block;
  font-family: "Nekst_Bold";
  text-transform: uppercase;
}
.program__card-button {
  justify-content: flex-start;
  font-size: 16px;
}
.program__button {
  margin-right: auto;
  margin-left: auto;
}

.partners {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #E9EAFF;
}
.partners .container {
  max-width: 85%;
}
.partners__title {
  margin-bottom: 20px;
  text-align: center;
}
.partners__carousel-cell {
  margin-right: 13px;
  padding: 10px;
  width: 16%;
  max-width: 169px;
  min-width: 135px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: #FFFFFF;
  border-radius: 15px;
}
.partners__carousel-cell img {
  width: 100%;
  height: 100%;
}

.flickity-viewport {
  height: 75px;
}

.footer {
  padding-top: 30px;
  padding-bottom: 35px;
  color: #FFFFFF;
  background-color: #3F4EAE;
}
.footer .container {
  display: flex;
  justify-content: space-between;
}
.footer__social-title {
  font-size: 14px;
  margin-bottom: 15px;
}
.footer__socials {
  -moz-column-gap: 17px;
       column-gap: 17px;
}
.footer__socials svg {
  fill: #FFFFFF;
}
.footer__right-column {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.footer__email {
  color: #FFFFFF;
  font-size: 14px;
  font-family: "Nekst_Semi";
}

.registration {
  padding: 30px 0 50px 0;
  flex-grow: 1;
}

.modal {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
  z-index: 600;
  margin: 30px 0;
  visibility: hidden;
}
.modal--programDay1 .modal__window {
  background-color: #CCF6F8;
}
.modal--pishRequest .modal__window {
  width: 581px;
  border-radius: 20px;
  padding-top: 25px;
  padding-right: 35px;
  padding-bottom: 40px;
  padding-left: 20px;
}
.modal--thanks .modal__window {
  padding: 30px;
  width: 280px;
}
.modal--active {
  visibility: visible;
}
.modal--active .modal__window {
  transform: scale(1);
  opacity: 1;
}
.modal__wrapper {
  flex-shrink: 0;
}
.modal__window {
  margin-right: auto;
  margin-left: auto;
  margin-top: 15px;
  margin-bottom: 40px;
  padding-left: 45px;
  padding-right: 45px;
  padding-top: 35px;
  padding-bottom: 40px;
  background: #ffffff;
  box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.35);
  width: 572px;
  min-width: 90%;
  border-radius: 5px;
  transition: transform 0.15s ease 0s, opacity 0.15s ease 0s;
  transform: scale(1);
}
.modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
}
.modal__close svg {
  width: inherit;
  height: inherit;
}
.modal__header {
  margin-bottom: 25px;
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  align-items: center;
}
.modal__header img {
  width: 42%;
  max-width: 200px;
}
.modal__text {
  margin-bottom: 20px;
  font-size: 14px;
}
.modal__text span {
  display: block;
  font-family: "Nekst_Bold";
  text-transform: uppercase;
}
.modal__text:last-child {
  margin-bottom: 0;
}
.modal__list-title {
  font-size: 14px;
  font-family: "Nekst_Bold";
  text-transform: uppercase;
}
.modal__list {
  padding: 0;
  padding-left: 20px;
  font-size: 14px;
}
.modal__columns {
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
  align-items: center;
}
.modal__columns img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 37%;
}
.modal__form-title {
  margin-bottom: 25px;
  display: inline-block;
  font-family: "Nekst_Bold";
  font-size: 24px;
  color: #3F4EAE;
}
.modal__form {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  row-gap: 20px;
}
.modal__form-field input {
  padding: 8px;
  width: 100%;
  font-size: 16px;
  background: rgba(233, 234, 255, 0.78);
  border-radius: 8px;
  border: none;
}
.modal__form-field input::-moz-placeholder {
  color: rgba(164, 167, 245, 0.78);
}
.modal__form-field input::placeholder {
  color: rgba(164, 167, 245, 0.78);
}
.modal__form-field input:focus {
  outline: 1px solid #3F4EAE;
}
.modal__note {
  font-size: 13px;
}
.modal__form-agreement {
  align-items: flex-start;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: 0;
  margin-bottom: 27px;
}
.modal__checkbox-lebel {
  order: 1;
  width: 85%;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #4B5157;
  cursor: pointer;
}
.modal__form-checkbox {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  order: 2;
  width: 15px;
  height: 15px;
  margin-right: 15px;
  margin-top: 5px;
  position: relative;
  cursor: pointer;
}
.modal__form-checkbox::before {
  content: "";
  position: absolute;
  top: -4px;
  left: -1px;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  border: 1px solid rgba(164, 167, 245, 0.78);
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 70% 70%;
}
.modal__form-checkbox:checked::before {
  background-image: url(../icons/modal_icon_check.svg);
  background-size: 100%;
}
.modal__thanks {
  margin-bottom: 5px;
  display: inline-block;
  text-transform: uppercase;
  font-family: "Nekst_Bold";
  color: #36449C;
  font-size: 20px;
}

.overlay {
  position: fixed;
  border: none;
  display: block;
  width: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 599;
  opacity: 0;
  transition: opacity 0.15s ease;
  background-color: #000;
}
.overlay--show {
  pointer-events: auto;
  opacity: 0.6;
}

.social-links a:hover svg {
  fill: #56F5FF;
  transform: scale(1.3);
}

.footer__email:hover {
  color: #56F5FF;
  text-decoration: underline;
}

.button {
  transition: letter-spacing 0.3s, border-radius 0.4s;
}
.button:hover {
  letter-spacing: 2px;
  border-radius: 5px;
}
.button--blank:hover {
  letter-spacing: normal;
  border-radius: unset;
  text-decoration-color: #56F5FF;
  text-decoration-thickness: 2px;
}

.program__card-button {
  transition: none;
}
.program__card-button:hover {
  font-weight: bold;
  text-decoration: none;
}

.to-top:hover {
  opacity: 0.9;
}

@media (max-width: 780px) {
  .social-links a:hover svg {
    transform: none;
  }
  .main__socials a:hover svg {
    fill: #36449C;
  }
  .footer__socials a:hover svg {
    fill: #FFFFFF;
  }
  .footer__email:hover {
    color: #FFFFFF;
    text-decoration: none;
  }
  .button:hover {
    letter-spacing: normal;
    border-radius: 20px;
  }
  .button--blank:hover {
    letter-spacing: normal;
    border-radius: unset;
    text-decoration-color: #36449C;
    text-decoration-thickness: 1px;
  }
  .program__card-button:hover {
    font-weight: normal;
    text-decoration: underline;
  }
  .to-top:hover {
    opacity: 0.5;
  }
}
@media (max-width: 1250px) {
  h1 {
    font-size: calc(34px + 21 * (100vw - 320px) / 930);
  }
  h2 {
    font-size: calc(26px + 10 * (100vw - 320px) / 930);
  }
  h3 {
    font-size: calc(16px + 4 * (100vw - 320px) / 930);
  }
  h6 {
    font-size: calc(18px + 2 * (100vw - 320px) / 970);
  }
  .button {
    font-size: calc(16px + 4 * (100vw - 320px) / 930);
    padding: calc(10px + 4 * (100vw - 320px) / 930);
  }
  .button--blank {
    font-size: 14px;
    padding: 0;
  }
  .button--submit {
    font-size: calc(16px + 2 * (100vw - 320px) / 930);
    padding: calc(7px + 3 * (100vw - 320px) / 930);
  }
  .main__content {
    position: relative;
    padding-top: calc(35px + 10 * (100vw - 320px) / 930);
    padding-bottom: calc(50px + 55 * (100vw - 320px) / 930);
  }
  .main__content .container {
    position: unset;
  }
  .main__content-bg {
    right: 0;
    top: 85px;
  }
  .main__company-name {
    font-size: calc(12px + 2 * (100vw - 320px) / 930);
  }
  .main__days {
    font-size: calc(44px + 31 * (100vw - 320px) / 930);
    line-height: calc(40px + -5 * (100vw - 320px) / 930);
  }
  .main__month {
    font-size: calc(26px + 14 * (100vw - 320px) / 930);
    line-height: calc(24px + 36 * (100vw - 320px) / 930);
  }
  .main__text {
    font-size: calc(17px + 3 * (100vw - 320px) / 930);
    line-height: calc(23px + -18 * (100vw - 320px) / 930);
  }
  .about {
    padding-top: calc(35px + 20 * (100vw - 320px) / 930);
  }
  .about__price-free {
    font-size: calc(18px + 6 * (100vw - 280px) / 970);
  }
  .about__price-free span {
    font-size: calc(22px + 14 * (100vw - 280px) / 970);
  }
  .about__text, .about__info > p {
    font-size: calc(14px + 4 * (100vw - 280px) / 970);
  }
  .about__price {
    font-size: calc(18px + 2 * (100vw - 280px) / 970);
  }
  .about__price span {
    font-size: calc(14px + 2 * (100vw - 280px) / 970);
  }
  .about__info p span {
    font-size: calc(16px + 4 * (100vw - 280px) / 970);
  }
  .prize__title {
    margin-bottom: calc(15px + 5 * (100vw - 320px) / 930);
  }
  .prize__text {
    font-size: calc(14px + 6 * (100vw - 280px) / 970);
  }
  .apply__text {
    font-size: calc(14px + 4 * (100vw - 280px) / 970);
  }
  .program {
    padding-top: calc(35px + -10 * (100vw - 320px) / 930);
    padding-bottom: calc(50px + -15 * (100vw - 320px) / 930);
  }
  .program__card {
    padding: calc(25px + 10 * (100vw - 280px) / 970);
  }
  .program__day-number {
    font-size: calc(20px + 4 * (100vw - 280px) / 970);
  }
  .program__day-number span {
    font-size: calc(28px + 8 * (100vw - 280px) / 970);
  }
  .program__name, .program__subtitle, .program__place, .program__date, .program__time {
    margin-bottom: calc(15px + 5 * (100vw - 280px) / 970);
    font-size: calc(14px + 2 * (100vw - 280px) / 970);
  }
  .modal__window {
    padding-left: calc(25px + 20 * (100vw - 280px) / 970);
    padding-right: calc(25px + 20 * (100vw - 280px) / 970);
    padding-bottom: calc(35px + 5 * (100vw - 280px) / 970);
    padding-top: calc(30px + 5 * (100vw - 280px) / 970);
  }
  .modal__close {
    top: calc(10px + 10 * (100vw - 280px) / 970);
    right: calc(15px + 5 * (100vw - 280px) / 970);
  }
  .modal__header, .modal__text {
    margin-bottom: calc(15px + 10 * (100vw - 280px) / 970);
  }
  .modal__form-title {
    font-size: calc(20px + 4 * (100vw - 280px) / 970);
  }
  .modal__note {
    font-size: calc(10px + 3 * (100vw - 280px) / 970);
  }
  .modal__text ul {
    padding-left: calc(25px + 15 * (100vw - 320px) / 970);
  }
}
@media (max-width: 1100px) {
  .container {
    width: 92%;
  }
  .main__content-bg {
    width: 50%;
    top: auto;
    bottom: 10%;
  }
  .about .container {
    -moz-column-gap: 50px;
         column-gap: 50px;
    justify-content: space-evenly;
  }
  .about__left-column {
    width: 45%;
    max-width: none;
  }
  .about__right-column {
    width: 45%;
  }
  .partners .container {
    max-width: none;
  }
}
@media (max-width: 992px) {
  .program__cards-wrapper {
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  .about__left-column img {
    width: 95%;
  }
}
@media (max-width: 876px) {
  .details .container {
    flex-wrap: wrap;
    row-gap: 30px;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .details__column-left {
    width: 30%;
  }
  .details__column-center {
    flex-grow: 1;
  }
  .details__column-right {
    width: 100%;
    display: flex;
    align-items: center;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .about .container {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media (max-width: 735px) {
  .button--close {
    width: 100%;
  }
  .main__date {
    position: relative;
    z-index: 500;
  }
  .main__title {
    position: relative;
    z-index: 500;
  }
  .main__content-bg {
    display: none;
    opacity: 0.2;
    z-index: 5;
    width: auto;
    height: 70%;
    right: -5%;
    bottom: 0;
  }
  .main__content-bg--mobile {
    display: block;
  }
  .modal__window {
    width: 80%;
    min-width: auto;
  }
  .modal--pishRequest .modal__window {
    width: 80%;
  }
}
@media (max-width: 683px) {
  .main__header-buttons {
    flex-direction: column;
    align-items: flex-end;
    row-gap: 10px;
  }
  .main__content-bg {
    right: -30%;
    height: 75%;
  }
  .prize {
    padding: 35px 20px;
  }
  .prize__text {
    width: 90%;
  }
  .details {
    padding-top: 35px;
    padding-bottom: 50px;
  }
  .details__column-left {
    width: 100%;
    display: flex;
    -moz-column-gap: 20px;
         column-gap: 20px;
    align-items: center;
  }
  .details__column-center {
    display: flex;
    -moz-column-gap: 20px;
         column-gap: 20px;
    align-items: flex-start;
  }
  .details__image {
    height: auto;
    width: 30%;
    max-width: 200px;
    -o-object-fit: contain;
       object-fit: contain;
    margin-bottom: 0;
  }
  .details__column-title {
    margin-bottom: 10px;
  }
  .details__more {
    margin-bottom: 5px;
  }
  .program__cards-wrapper {
    flex-direction: column;
    row-gap: 20px;
  }
  .program__card {
    width: 100%;
  }
  .social-links {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .footer__right-column {
    flex-direction: column-reverse;
    row-gap: 10px;
    align-items: flex-end;
  }
  .modal__header {
    position: relative;
    justify-content: flex-end;
  }
  .modal__header img {
    position: absolute;
    opacity: 0.2;
    z-index: 5;
    width: 45%;
    max-width: none;
    top: -10px;
    left: 0;
  }
  .modal__title {
    z-index: 10;
    text-align: right;
  }
  .modal__columns img {
    width: 30%;
  }
}
@media (max-width: 576px) {
  .main__header .container {
    align-items: flex-start;
  }
  .main__header-logo {
    width: 60%;
  }
  .about .container {
    flex-direction: column;
    row-gap: 20px;
  }
  .about__left-column {
    width: 100%;
  }
  .about__left-column img {
    width: 40%;
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
  }
  .about__text {
    margin-bottom: 10px;
  }
  .about__text:last-child {
    margin-bottom: 0;
  }
  .about__right-column {
    width: 100%;
  }
  .details__column-left {
    align-items: flex-start;
  }
  .modal__title br {
    display: none;
  }
  .modal--pishRequest .modal__window {
    padding-left: calc(20px + 15 * (100vw - 280px) / 296);
    padding-right: calc(20px + 15 * (100vw - 280px) / 296);
  }
  .modal--thanks .modal__window {
    min-width: unset;
  }
  .modal__columns img {
    display: none;
  }
}
@media (max-width: 460px) {
  .button--lightblue {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .button--violet {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .button--darkblue {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .main__header .container {
    flex-wrap: wrap;
    row-gap: 10px;
  }
  .main__header-logo {
    width: 60%;
  }
  .main__header-button {
    display: none;
  }
  .main__mobile-button {
    display: flex;
    width: 100%;
    justify-content: flex-end;
  }
  .main__content .container {
    text-align: center;
  }
  .main__content-bg {
    right: -35%;
    height: 85%;
    opacity: 0.1;
  }
  .main__company-name {
    width: 100%;
  }
  .main__date {
    width: 100%;
  }
  .about__left-column {
    display: flex;
    flex-direction: column-reverse;
  }
  .about__left-column img {
    margin: 0;
    float: none;
    width: 100%;
    height: calc(115px + 65 * (100vw - 280px) / 180);
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
  .about__text {
    margin-bottom: 20px;
  }
  .about__text:last-child {
    margin-bottom: 20px;
  }
  .about__price {
    align-items: center;
    padding-left: 0;
    text-align: center;
  }
  .about__price-free {
    text-align: center;
    padding-left: 0;
  }
  .prize {
    padding: 35px 0;
  }
  .prize__text {
    width: 100%;
  }
  .details__column-left {
    position: relative;
  }
  .details__column-left > div {
    z-index: 500;
  }
  .details__column-center {
    position: relative;
  }
  .details__column-center > div {
    z-index: 500;
  }
  .details__column-right {
    position: relative;
  }
  .details__column-right > div {
    z-index: 500;
  }
  .details__image {
    position: absolute;
    margin: 0;
    bottom: 0;
    right: 0;
    opacity: 0.3;
  }
  .apply {
    padding: 35px 0;
  }
  .footer .container {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 20px;
  }
  .footer__right-column {
    align-items: flex-start;
    row-gap: 20px;
  }
  .social-links {
    width: 100%;
  }
  .modal__header img {
    width: 75%;
    opacity: 0.15;
  }
  .modal__form-field input {
    font-size: 14px;
  }
  .modal__form-agreement {
    margin-bottom: 15px;
  }
  .modal__checkbox-lebel {
    font-size: 12px;
  }
  .modal__form-checkbox {
    margin-right: 12px;
  }
  .modal__form-checkbox::before {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 320px) {
  .button--lightblue {
    width: 100%;
  }
  .button--violet {
    width: 100%;
  }
  .button--darkblue {
    width: 100%;
  }
  .main__header .container {
    align-items: center;
  }
  .main__header-logo {
    width: 100%;
  }
  .main__header-buttons {
    order: 2;
  }
  .main__mobile-button {
    width: auto;
    order: 1;
  }
  .main__content-bg {
    right: -100%;
  }
  .details__image {
    display: none;
  }
  .footer__right-column {
    width: 100%;
  }
  .footer__logo {
    width: 90%;
  }
  .modal__window {
    width: 85%;
  }
  .modal--pishRequest .modal__window {
    width: 85%;
  }
  .modal--thanks .modal__window {
    width: 95%;
  }
}/*# sourceMappingURL=style.css.map */