@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: "e-Ukraine Head";
  src: url(/fonts/e-UkraineHead-Bold.otf?92a625ab24ee7ea67a41897aab3a06a5) format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "e-Ukraine Head";
  src: url(/fonts/e-UkraineHead-Regular.otf?4e9dc7df09b113ce919f12187621656b) format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "e-Ukraine";
  src: url(/fonts/e-Ukraine-Bold.otf?b0b74cb733e17bc41a865d5465009d96) format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "e-Ukraine";
  src: url(/fonts/e-Ukraine-Regular.otf?38805a5a6a103eb1aa7d90e10667f927) format("opentype");
  font-weight: 400;
  font-style: normal;
}

::-moz-placeholder {
  color: #ffffff;
}

::placeholder {
  color: #ffffff;
}

::-moz-selection {
  background-color: #FFCB47;
  color: #fff;
}

::selection {
  background-color: #FFCB47;
  color: #fff;
}

body {
  position: relative;
  min-width: 320px;
  background-size: contain;
  font-family: "e-Ukraine";
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  color: #1E4997;
  overflow-x: hidden;
}
body.dragged {
  overflow: hidden;
  height: 100vh;
}

body input, body textarea {
  border: #666 1px solid;
  outline: none;
}

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

b, strong {
  font-weight: bold;
}

a {
  color: #FFCB47;
  text-decoration: none;
}
a.external-link {
  text-decoration: underline;
}

.accent {
  color: #FFCB47;
}

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

ul,
ol {
  list-style: none;
}

.loader {
  width: 100px;
  height: 174px;
  margin: auto;
  display: none;
}

.loader_inner {
  display: none;
  background: none repeat scroll 0 0 #0e1520;
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
  display: flex;
}
@media (max-width: 768px) {
  .loader_inner {
    display: none;
  }
}

.btn {
  display: inline-block;
  font-family: "e-Ukraine Head";
  border: 2px solid #FFCB47;
  background: #FFCB47;
  color: #1E4997;
  width: 100%;
  max-width: 260px;
  padding: 19px 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
  border-radius: 30px;
  outline: none;
  cursor: pointer;
  transition: 0.4s;
  text-align: center;
}
.btn:hover {
  background-color: #F3A029;
  border-color: #F3A029;
}
.btn[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .btn {
    max-width: 100%;
    padding: 10px 10px;
    height: 40px;
  }
}
@media screen and (max-height: 850px) and (max-width: 1280px) {
  .btn {
    padding: 10px 10px;
    height: 40px;
  }
}

.btn-outline {
  background: transparent;
  color: #F3A029;
}
.btn-outline:after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg id='arrow-1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22.4 9.9'%3e%3cstyle%3e.st0%7bfill:none;stroke:%23f6a228;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10%7d%3c/style%3e%3cpath class='st0' d='M17.5 1l3.9 4-3.9 3.9M1 5h20.1'/%3e%3c/svg%3e");
}
.btn-outline:hover {
  color: #fff;
  background-color: #F3A029;
}
.btn-outline:hover:after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg id='arrow-1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22.4 9.9'%3e%3cstyle%3e.st0%7bfill:none;stroke:%23fff;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10%7d%3c/style%3e%3cpath class='st0' d='M17.5 1l3.9 4-3.9 3.9M1 5h20.1'/%3e%3c/svg%3e");
}
.btn-outline[disabled] {
  pointer-events: none;
  border-color: #acacac;
  background-color: #acacac;
}

.btn-round {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-color: #FFCB47;
  color: #1E4997;
  font-size: 16px;
  line-height: 20px;
  font-family: "e-Ukraine Head";
  text-transform: uppercase;
  margin: 30px auto;
  border: none;
  position: relative;
}
.btn-round svg {
  position: absolute;
  display: block;
  width: 275px;
  height: 228px;
  left: -46px;
  top: -28px;
  pointer-events: none;
}
.btn-round svg .animated-path {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
}
@media (max-width: 980px) {
  .btn-round svg {
    display: none;
  }
}
.btn-round:hover {
  background-color: #F3A029;
}
.container {
  position: relative;
  width: 100%;
  max-width: 1310px;
  padding: 0 15px;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .container {
    padding: 0 20px;
  }
}

.container-fluid {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 60px;
}
@media (max-width: 1000px) {
  .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .container-fluid {
    padding: 0 16px;
  }
}

.title {
  font-family: "Pangolin", sans-serif;
  font-size: 60px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -0.5px;
  z-index: 1;
  position: relative;
}

.title-level-1 {
  font-family: "Pangolin", sans-serif;
  font-size: 56px;
  line-height: 1.1;
  font-weight: 400;
}

.title-level-3 {
  font-family: "Pangolin", sans-serif;
  font-size: 40px;
  line-height: 1.1;
  font-weight: 400;
}

.subtitle {
  font-family: "Pangolin", sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.2px;
}

.title-decoration {
  display: block;
  width: 100%;
  height: 10px;
  border-top: 4px solid rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
  position: relative;
  margin-top: 30px;
}
.title-decoration:after {
  content: "";
  display: block;
  position: absolute;
  border-top: 6px solid rgba(255, 255, 255, 0.2);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  height: 0;
  width: 11%;
}

.link {
  color: #F3A029;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
}
.link:after {
  content: "";
  width: 22px;
  height: 9px;
  display: inline-block;
  margin-left: 10px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg id='arrow-1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22.4 9.9'%3e%3cstyle%3e.st0%7bfill:none;stroke:%23f6a228;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10%7d%3c/style%3e%3cpath class='st0' d='M17.5 1l3.9 4-3.9 3.9M1 5h20.1'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: 0 50%;
}
.link--arrless:after {
  display: none;
}

.link-prev:after {
  display: none;
}
.link-prev:before {
  content: "";
  width: 22px;
  height: 9px;
  display: inline-block;
  margin-right: 10px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg id='arrow-1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22.4 9.9'%3e%3cstyle%3e.st0%7bfill:none;stroke:%23f6a228;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10%7d%3c/style%3e%3cpath class='st0' d='M17.5 1l3.9 4-3.9 3.9M1 5h20.1'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: 0 50%;
  transform: rotate(180deg);
}

@media screen and (max-width: 1440px) {
  .title-level-3 {
    font-size: 34px;
  }
}
@media (max-width: 1040px) {
  body {
    font-size: 15px;
  }
  .title {
    font-size: 46px;
    line-height: 1;
  }
  .subtitle {
    font-size: 21px;
    letter-spacing: 5px;
  }
  .link {
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  .title {
    font-size: 35px;
  }
  .subtitle {
    font-size: 21px;
  }
  .title-decoration {
    margin-top: 10px;
  }
}
@media screen and (max-height: 700px) and (max-width: 1281px) {
  .subtitle {
    font-size: 21px;
  }
  .title-decoration {
    margin-top: 10px;
  }
}
.rcb {
  display: inline-block;
  min-width: 26px;
  min-height: 26px;
  position: relative;
  box-sizing: border-box;
  text-align: left;
}
.rcb input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
}
.rcb input[type=checkbox] ~ label {
  padding: 0 0 0 8px;
  display: block;
  font-size: 18px;
  color: #fff;
  line-height: 24px;
}
.rcb input[type=checkbox] ~ label:before {
  display: block;
  content: "";
  width: 40px;
  height: 40px;
  background-color: transparent;
  position: absolute;
  top: calc(50% - 20px);
  left: -48px;
  box-sizing: border-box;
  z-index: 1;
  background-image: url(/images/icon-checkbox.svg?34a5dde466b947ca81ee759bc699a13d);
  background-position: center;
  background-repeat: no-repeat;
}
.rcb input[type=checkbox] ~ label:after {
  display: block;
  content: "";
  width: 40px;
  height: 40px;
  background-color: transparent;
  position: absolute;
  top: calc(50% - 20px);
  left: -48px;
  box-sizing: border-box;
  z-index: 2;
  background-image: url(/images/icon-checkbox-checked.svg?722377a56aad76e90c6e774a0ce35551);
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
}
.rcb input[type=checkbox]:checked ~ label:after {
  opacity: 1 !important;
}
.rcb .form__error {
  left: 0;
}
@media screen and (max-width: 1080px), screen and (max-height: 850px) {
  .rcb input[type=checkbox] ~ label {
    font-size: 15px;
  }
  .rcb input[type=checkbox] ~ label:before {
    width: 24px;
    height: 24px;
    top: calc(50% - 12px);
    left: -32px;
    background-size: 24px;
  }
  .rcb input[type=checkbox] ~ label:after {
    width: 24px;
    height: 24px;
    top: calc(50% - 12px);
    left: -32px;
    background-size: 24px;
    opacity: 0;
  }
}

.text-required {
  text-align: right;
  color: #a6adb9;
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 5px;
}

.form__row {
  position: relative;
  margin-bottom: 24px;
  padding-left: 48px;
}
.form__row:last-child {
  margin-bottom: 0;
}
.form__row .rcb {
  width: 100%;
  display: block;
}
@media screen and (max-width: 1080px), screen and (max-height: 850px) {
  .form__row {
    padding-left: 30px;
  }
}

.form__note {
  display: block;
  font-size: 12px;
  line-height: 1.5;
  color: #FFFFFF;
}

.form__row--btn {
  display: flex;
  justify-content: space-between;
  padding-left: 0;
  gap: 32px;
}
.form__row--btn .note {
  display: block;
  margin-top: 16px;
  font-size: 12px;
  line-height: 1.5;
  color: #FFFFFF;
}
@media screen and (max-width: 1080px), screen and (max-height: 850px) {
  .form__row--btn {
    padding-left: 0;
  }
}
@media screen and (max-width: 980px) {
  .form__row--btn {
    display: block;
  }
  .form__row--btn .container-btn {
    margin-top: 22px;
  }
  .form__row--btn .container-btn .btn {
    max-width: 100%;
  }
}

.form__row-icon {
  position: absolute;
  left: 0;
  top: 4px;
  width: 40px;
  height: 40px;
  z-index: 2;
}
.form__row-icon .form-icon {
  display: block;
}
.form__row-icon .form-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.form__row-icon .form-icon svg .line {
  stroke: #F7F977;
  transition: all 0.4s;
}
@media screen and (max-width: 1080px), screen and (max-height: 850px) {
  .form__row-icon {
    top: 8px;
    width: 24px;
    height: 24px;
  }
}

.form-control:hover + .form__row-icon svg .line,
.form-control:focus + .form__row-icon svg .line,
.form-control:active + .form__row-icon svg .line {
  stroke: #F3A029;
}

.has-error .form__row-icon svg .line {
  stroke: #FF5600;
}

.form__col {
  position: relative;
}

.col__row {
  margin-bottom: 32px;
  position: relative;
}
@media (max-width: 768px) {
  .col__row {
    margin-bottom: 15px;
  }
}

.form-control {
  font-family: "e-Ukraine";
  display: block;
  width: 100%;
  height: 48px;
  padding: 8px 12px 8px 8px;
  font-size: 20px;
  line-height: 1.4;
  background: transparent;
  color: #fff;
  border: none;
  border-bottom: 2px solid #F7F977;
  border-radius: 0;
  box-shadow: none;
  transition: 0.4s;
  z-index: 1;
  position: relative;
}
.form-control__textarea {
  resize: none;
  height: auto;
  min-height: 48px;
  field-sizing: content;
}
@supports not (field-sizing: content) {
  .form-control__textarea {
    min-height: 100px;
  }
}
.form-control__select {
  padding: 0;
}
.form-control:hover, .form-control:focus {
  border-color: #F3A029;
}
.form-control:focus ~ label, .form-control:not([value=""]) ~ label {
  opacity: 0;
  z-index: -1;
}
@media screen and (max-width: 1080px), screen and (max-height: 850px) {
  .form-control {
    height: 40px;
    padding: 11px 8px 11px 4px;
    font-size: 15px;
    line-height: 16px;
  }
  .form-control__textarea {
    height: auto;
  }
  @supports not (field-sizing: content) {
    .form-control__textarea {
      min-height: 70px;
    }
  }
}

input[type=text].form-control,
input[type=email].form-control,
input[type=phone].form-control,
textarea.form-control,
select.form-control {
  -webkit-appearance: none;
}

.form__label {
  display: none;
  position: absolute;
  left: 40px;
  top: 0;
  color: #6c727c;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 500;
  padding: 5px 0 0;
  font-family: "e-Ukraine";
  z-index: 2;
}
.form__label span {
  color: #F3A029;
}

.form__error {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #FF5600;
  padding: 2px 10px 3px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  z-index: 0;
  left: 48px;
  font-size: 13px;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 1080px), screen and (max-height: 850px) {
  .form__error {
    left: 30px;
  }
}

.form__row--with-note .form__error {
  position: relative;
  top: 0;
  left: 0;
}

.has-error .form-control {
  border-color: #FF5600;
}
.has-error .form__row-icon {
  color: #FF5600;
}
.has-error .form__error {
  display: block;
}

.form__success-message {
  display: none;
}

.form__success-title {
  font-size: 24px;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.form__success-subtitle {
  color: #fff;
  font-size: 14px;
  margin-bottom: 20px;
}
.form__success-subtitle a {
  color: #F3A029;
}

.form__success-note {
  font-size: 13px;
  margin-top: 10px;
  color: #838993;
}

@media (max-width: 768px) {
  .form__success-title {
    font-size: 18px;
    line-height: 1.5;
  }
  .form__success-subtitle {
    font-size: 11px;
  }
  .text-required {
    font-size: 9px;
  }
  .jq-selectbox__select-text {
    font-size: 16px;
  }
  .jq-selectbox__select {
    height: 28px;
    padding: 6px 10px;
  }
  .jq-selectbox__trigger-arrow {
    top: 11px;
  }
  .jq-selectbox li {
    font-size: 11px;
  }
}
.select2-container {
  width: 100%;
}
.select2-container--default .select2-selection--single {
  font-family: "e-Ukraine";
  margin-bottom: 0px;
  margin-top: 0px;
  display: block;
  width: 100%;
  height: 48px;
  padding: 8px 12px 8px 8px;
  font-size: 20px;
  line-height: 1.4;
  background: transparent;
  color: #fff;
  border: none;
  border-bottom: 2px solid #F7F977;
  border-radius: 0;
  box-shadow: none;
  transition: 0.4s;
  z-index: 1;
  position: relative;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0;
  color: #fff;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 0;
  height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #F7F977 transparent transparent transparent;
}
@media (max-width: 768px) {
  .select2-container--default .select2-selection--single {
    font-size: 16px;
    height: 28px;
    padding: 5px 12px 3px 32px;
  }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 1;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 28px;
  }
}
@media (max-width: 600px) {
  .select2-container--default .select2-selection--single {
    height: 40px;
    padding: 12px 12px 8px 32px;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 5px;
    height: 28px;
  }
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #274799;
}
.select2-container .select2-dropdown {
  border: none;
  border-radius: 0;
  background-color: #6C3F9D;
  color: #fff;
}
.select2-container .select2-dropdown .select2-results__option--highlighted,
.select2-container .select2-dropdown .select2-results__option--selected {
  background-color: #754DAB;
}
@media screen and (max-width: 1080px), screen and (max-height: 850px) {
  .select2-container--default .select2-selection--single {
    font-size: 15px;
    line-height: 16px;
    height: 40px;
    padding: 11px 8px 11px 4px;
  }
}
.file-upload {
  padding-left: 0;
}
.file-upload .form-control {
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  height: auto;
}
.file-upload .drop-zone {
  border: 2px dashed #440763;
  border-radius: 40px;
  cursor: pointer;
  padding: 49px 24px 48px;
}
.file-upload .drop-zone .label {
  display: block;
  margin: 0 auto;
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  padding-bottom: 8px;
}
.file-upload .drop-zone .label--success {
  display: none;
}
.file-upload .drop-zone .label--error {
  display: none;
}
@media screen and (max-width: 1040px) {
  .file-upload .drop-zone .label {
    font-size: 15px;
  }
}
.file-upload .drop-zone .drop-zone-note {
  display: block;
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 1040px) {
  .file-upload .drop-zone .drop-zone-note {
    font-size: 11px;
  }
}
.file-upload .drop-zone .file-info {
  display: none;
  margin-top: 8px;
  width: 100%;
  justify-content: center;
  text-align: center;
  gap: 8px;
}
.file-upload .drop-zone .file-info .filename {
  border: none;
  background: none;
  text-align: center;
  color: var(--color-main-tx);
  flex-grow: 1;
  max-width: 200px;
  text-overflow: ellipsis;
}
.file-upload .drop-zone .file-info .reset-btn {
  display: block;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: 0;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.file-upload .drop-zone.dragging {
  background-color: rgba(206, 246, 95, 0.1);
  border-color: var(--accent-color);
}
.file-upload .drop-zone.success {
  background-color: rgba(206, 246, 95, 0.1);
  border-color: var(--accent-color);
}
.file-upload .drop-zone.success .label {
  display: none;
}
.file-upload .drop-zone.success .label--success {
  display: block;
}
.file-upload .drop-zone.success .file-info {
  display: flex;
}
.file-upload .drop-zone.success .drop-zone-note {
  display: none;
}
@media screen and (max-width: 1080px), screen and (max-height: 850px) {
  .file-upload .drop-zone {
    padding: 38px 20px 36px;
  }
}
.file-upload .form__error {
  left: 0;
  padding-top: 3px;
  border-radius: 12px;
}
.file-upload.error .form-control {
  border: none !important;
}
.file-upload.error .drop-zone {
  border-color: #FF5600;
}

.drop-down {
  position: relative;
  width: 100%;
}
.drop-down .drop-down__header {
  background: transparent;
  border-bottom: 2px solid #F7F977;
  padding: 10px 64px 9px 8px;
  color: #fff;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-family: "e-Ukraine Head";
  font-weight: 400;
  font-size: 18px;
  position: relative;
}
.drop-down .drop-down__header:after {
  content: "";
  display: block;
  position: absolute;
  right: 8px;
  top: calc(50% - 2px);
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #F7F977 transparent transparent transparent;
}
.drop-down .drop-down__body {
  display: none;
  position: absolute;
  width: 100%;
  background: #6C3F9D;
  border: none;
  z-index: 10;
  box-shadow: 0px 5px 10px rgba(68, 7, 99, 0.25);
}
.drop-down .drop-down__body .fieldset-radio {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: flex-start;
  padding: 8px;
  gap: 8px;
}
.drop-down .drop-down__body input[type=radio] {
  cursor: pointer;
  position: absolute;
  opacity: 0;
}
.drop-down .drop-down__body input[type=radio]:checked + label {
  background: #F3A029;
}
.drop-down .drop-down__body label {
  display: block;
  padding: 16px 24px 17px;
  background: #F7F977;
  border-radius: 40px;
  font-family: "e-Ukraine Head";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 130%;
  text-transform: uppercase;
  color: #1E4997;
}
.drop-down textarea {
  margin-top: 8px;
}
@media screen and (max-width: 1080px), screen and (max-height: 850px) {
  .drop-down .drop-down__header {
    font-size: 15px;
    line-height: 16px;
    padding: 11px 8px 11px 4px;
  }
  .drop-down label {
    padding: 10px 16px 10px;
    border-radius: 40px;
    font-size: 13px;
  }
}

.year-switch .year-switch-drop {
  position: relative;
  width: 100%;
  padding-left: 48px;
}
.year-switch .year-switch-drop:before {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  left: 0;
  top: 4px;
  background-image: url(/images/icon-calendar.svg?fe39610ab4aadde83d9b62fcb3f5ee26);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}
.year-switch .year-switch-drop .year-switch-drop__header {
  background: transparent;
  border-bottom: 2px solid #FFCB47;
  padding: 10px 24px 9px 8px;
  color: #1E4997;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-family: "e-Ukraine Head";
  font-weight: 400;
  font-size: 18px;
  position: relative;
}
.year-switch .year-switch-drop .year-switch-drop__header:after {
  content: "";
  display: block;
  position: absolute;
  right: 8px;
  top: calc(50% - 2px);
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #1E4997 transparent transparent transparent;
}
.year-switch .year-switch-drop .year-switch-drop__body {
  display: none;
  position: absolute;
  width: calc(100% - 48px);
  background: #6C3F9D;
  border: none;
  z-index: 10;
  box-shadow: 0px 5px 10px rgba(68, 7, 99, 0.25);
}
@media screen and (max-width: 1080px), screen and (max-height: 850px) {
  .year-switch .year-switch-drop:before {
    top: 0;
  }
  .year-switch .year-switch-drop .year-switch-drop__header {
    font-size: 15px;
    line-height: 16px;
    height: 40px;
    padding: 13px 8px 11px 14px;
  }
  .year-switch .year-switch-drop a {
    padding: 10px 16px 10px;
    border-radius: 40px;
    font-size: 13px;
  }
}
.year-switch .years-list {
  padding: 10px 0;
}
.year-switch .years-list-item {
  margin: 5px 0;
}
.year-switch .years-list-item a {
  display: block;
  width: 100%;
  border-radius: 0;
  padding: 8px;
}
.year-switch .years-list-item a:hover, .year-switch .years-list-item a.active {
  background-color: #754DAB;
  color: #fff;
}

html.modal-shown,
.modal-shown body {
  overflow: hidden;
}

.modal {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.5s ease;
  background: rgba(68, 7, 99, 0.8);
  -webkit-backdrop-filter: blur(12.5px);
  backdrop-filter: blur(12.5px);
  pointer-events: none;
  z-index: 1001;
  overflow: auto;
  overflow-x: hidden;
}
.modal .close {
  display: block;
  position: absolute;
  right: -80px;
  top: -80px;
  width: 160px;
  height: 160px;
  border-bottom-left-radius: 80px;
  text-indent: -10000px;
  background-color: #FFCB47;
  background-image: url(/images/icon-close.svg?d043a25d90f62e3390d416813ea6d6f5);
  background-repeat: no-repeat;
  background-position: 30px 93px;
  cursor: pointer;
  outline: none;
  z-index: 1030;
}
@media (max-width: 1040px) {
  .modal .close {
    right: -40px;
    top: -40px;
    width: 80px;
    height: 80px;
    border-bottom-left-radius: 40px;
    background-position: 13px 45px;
    background-size: 24px;
  }
}
.modal .modal-dialog {
  position: relative;
  transition: all 0.5s ease;
  transform: translateY(-100%);
  z-index: 1;
}
.modal .modal-dialog:before {
  content: "";
  display: block;
  position: absolute;
  top: -12px;
  bottom: -12px;
  left: -18px;
  right: -18px;
  z-index: -1;
}
.modal .modal-content {
  width: 100%;
  max-width: 490px;
  text-align: center;
  padding: 40px;
  background-color: #754DAB;
  border-radius: 40px;
  color: #fff;
}
.modal .modal-pic {
  margin-bottom: 10px;
}
.modal .modal-title {
  font-family: "Pangolin", sans-serif;
  font-size: 32px;
  line-height: 1;
  margin-bottom: 15px;
  font-weight: 400;
}
.modal.shown {
  opacity: 1;
  pointer-events: all;
}
.modal.shown .modal-dialog {
  transform: translateY(0);
}

.modal-get-diploma p {
  font-size: 14px;
  line-height: 24px;
}
.modal-get-diploma form {
  width: 100%;
  margin: 25px auto 20px;
}
.modal-get-diploma .form__row--captcha {
  padding-left: 0;
  display: flex;
  justify-content: center;
}
.modal-get-diploma .g-recaptcha > div {
  transform: scale(0.92104);
  margin-left: -11px;
}
.modal-get-diploma .form__error {
  left: 0;
  top: 76px;
  bottom: auto;
}
.modal-get-diploma--success .modal-content {
  max-width: 510px;
}
.modal-get-diploma--error .modal-content {
  max-width: 530px;
}
.modal-get-diploma--error .modal-content .link {
  text-transform: none;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
}
.modal-get-diploma--error .modal-content .link:after {
  display: none;
}
.modal-get-diploma .btn {
  margin: 0 auto;
}

.modal-get-picture .modal-dialog {
  max-width: 530px;
}
.modal-get-picture .modal-dialog:before {
  display: none;
}
.modal-get-picture .modal-content {
  text-align: left;
  padding: 56px 65px 40px;
  background: #754DAB;
  color: #fff;
}
.modal-get-picture .modal-title {
  text-align: left;
  margin-bottom: 7px;
}
.modal-get-picture .modal-subtitle {
  font-size: 20px;
  line-height: 24px;
  text-align: left;
  margin-bottom: 20px;
}
.modal-get-picture .note {
  display: block;
  margin: 0 0 14px;
  font-size: 12px;
}
.modal-get-picture .required {
  color: #F3A029;
}
.modal-get-picture .form__row {
  padding-left: 0;
}
.modal-get-picture .form__row--btn {
  display: block;
}
.modal-get-picture .form__row--btn .wait-mesage {
  font-size: 13px;
  padding-top: 24px;
}
.modal-get-picture .form-control--hidden {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.modal-get-picture .form__row--captcha .g-recaptcha > div {
  margin: auto;
}
.modal-get-picture .form__row--btn {
  text-align: center;
}
@media (max-height: 780px) and (min-width: 768.2px) {
  .modal-get-picture .modal-content {
    padding: 30px 65px 5px;
  }
  .modal-get-picture .modal-subtitle {
    margin-bottom: 10px;
  }
  .modal-get-picture .form__row {
    margin-bottom: 20px;
  }
  .modal-get-picture .form__row--agreement {
    margin-bottom: 20px;
  }
  .modal-get-picture .form__error {
    padding: 2px 10px 3px;
    bottom: -18px;
  }
  .modal-get-picture .note {
    margin: 0 0 10px;
  }
  .modal-get-picture .form__label {
    font-size: 15px;
    padding-top: 9px;
  }
}
@media (max-height: 600px) {
  .modal-get-picture {
    align-items: flex-start;
  }
}
@media (max-width: 768px) {
  .modal-get-picture .modal-content {
    padding: 45px 40px 30px;
  }
}
@media (max-width: 576px) {
  .modal-get-picture .modal-content {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .modal-get-picture .modal-subtitle {
    font-size: 16px;
    margin-bottom: 12px;
  }
}
@media (max-width: 374px) {
  .modal-get-picture .modal-content {
    max-width: 310px;
  }
  .modal-get-picture .container-captcha {
    transform: scale(0.8);
    transform-origin: 0 50%;
  }
  .modal-get-picture .modal-subtitle {
    margin-bottom: 8px;
  }
  .modal-get-picture .note {
    margin: 0 0 7px;
  }
}

.modal-bg .close {
  top: 60px;
  right: 60px;
}
.modal-bg .modal-dialog {
  position: relative;
}
.modal-bg .modal-dialog:before {
  display: none;
}
.modal-bg .modal-content {
  background-image: url(/images/bg-modal-bg.svg?54c4a44…);
  background-size: 100% 100%;
  background-color: transparent;
  max-width: 860px;
  padding: 120px 160px 110px;
}
@media (max-width: 767px) {
  .modal-bg .modal-content {
    padding: 90px 40px 90px;
  }
}
.modal-bg .modal-title {
  display: block;
  font-size: 60px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .modal-bg .modal-title {
    font-size: 40px;
  }
}
.modal-bg .modal-subtitle {
  display: block;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 400;
  text-transform: none;
}
@media (max-width: 767px) {
  .modal-bg .modal-subtitle {
    font-size: 24px;
  }
}
.modal-bg p {
  font-size: 24px;
  line-height: 1.4;
  margin-top: 22px;
}
@media (max-width: 767px) {
  .modal-bg p {
    font-size: 18px;
    line-height: 1.4;
    margin-top: 20px;
  }
}
.modal-bg a {
  color: #F3A029;
}
.modal-bg--sm .modal-content {
  max-width: 620px;
}

.modal-reg--success .modal-content {
  width: 100%;
  max-width: 485px;
  text-align: center;
  padding: 40px;
  background-color: #326FFB;
  border-radius: 36px;
  color: #fff;
}
.modal-reg--success .modal-dialog:before {
  content: "";
  display: block;
  position: absolute;
  width: 380px;
  height: 390px;
  top: -112px;
  left: -310px;
  background-image: url(/images/nsac25/modals/pic-modal-success.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: -1;
}

.modal-disclaimer .modal-content {
  max-width: 960px;
}
.modal-disclaimer p {
  margin-bottom: 16px;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.default-tabs__header {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .default-tabs__header {
    flex-direction: column;
    align-items: center;
  }
}

.default-tabs__menu {
  margin: 0 0 0 30px;
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 1200px) {
  .default-tabs__menu {
    margin: 0 0 15px;
  }
}

.default-tabs__menu-item {
  position: relative;
  border: none;
}
.default-tabs__menu-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: none;
  width: 150px;
  height: 90px;
  font-family: "e-Ukraine Head";
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
  text-transform: uppercase;
  padding: 15px 0;
  text-align: center;
  z-index: 1;
  color: #1E4997;
}
.default-tabs__menu-item a:hover, .default-tabs__menu-item a.active {
  color: #fff;
}
.default-tabs__menu-item a:hover + svg path.bg, .default-tabs__menu-item a.active + svg path.bg {
  fill: #1E4997;
}
.default-tabs__menu-item svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.default-tabs__menu-item svg path.bg {
  fill: #FFCB47;
  transition: all 0.3s ease;
}
.default-tabs__menu-item.active a {
  color: #fff;
}
.default-tabs__menu-item.active svg path.bg {
  fill: #1E4997;
}
@media screen and (max-width: 768px) {
  .default-tabs__menu-item {
    padding: 0;
    margin: 0;
  }
  .default-tabs__menu-item a {
    width: 106px;
    height: 64px;
    font-size: 13px;
    padding: 26px 0;
  }
}

.default-tabs__container {
  min-height: 400px;
  margin: 0 auto;
}
@media screen and (max-width: 1310px) {
  .default-tabs__container {
    max-width: 830px;
  }
}
@media screen and (max-width: 900px) {
  .default-tabs__container {
    max-width: 540px;
  }
}
@media screen and (max-width: 579px) {
  .default-tabs__container {
    max-width: 250px;
  }
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 10;
  transition: 0.4s;
  background: transparent;
}
@media (min-width: 1750px) {
  .header--rules {
    background: rgba(255, 255, 255, 0.95);
  }
}
.header.scroll:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  box-shadow: inset 0 0 0 100px rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.header .container-fluid {
  position: unset;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  max-width: 1720px;
}
@media screen and (max-width: 1480px) {
  .header .container-fluid {
    position: relative;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1200px) {
  .header .container-fluid {
    flex-wrap: wrap;
    padding: 0 20px 0;
  }
}
@media screen and (max-width: 1080px) {
  .header {
    padding: 10px 0 10px;
  }
}
@media (max-width: 1080px) {
  .header .container-fluid {
    z-index: initial !important;
  }
  .header::after {
    z-index: 101 !important;
  }
}

.header__logo {
  width: 100%;
  max-width: 191px;
  position: absolute;
  left: 50px;
  top: 22px;
}
@media screen and (max-width: 1480px) {
  .header__logo {
    position: relative;
    left: auto;
    top: auto;
    max-width: 130px;
  }
}
@media (max-width: 1080px) {
  .header__logo {
    z-index: 1;
  }
}

.main-nav {
  display: flex;
  padding: 40px 0 26px;
  margin-left: auto;
}
.main-nav .main-nav-item {
  margin: 0 6px;
  text-align: center;
}
.main-nav .main-nav-item a {
  display: block;
  font-family: "e-Ukraine Head";
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  padding: 5px 20px;
  position: relative;
  color: #1E4997;
  text-transform: uppercase;
}
.main-nav .main-nav-item a:before {
  content: "";
  display: block;
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0;
  height: 2px;
  background: #F3A029;
  transition: opacity 0.4s ease;
  z-index: 0;
  opacity: 0;
}
.main-nav .main-nav-item a:active, .main-nav .main-nav-item a:focus, .main-nav .main-nav-item a:hover, .main-nav .main-nav-item a.mPS2id-highlight, .main-nav .main-nav-item a.current {
  color: #F3A029;
}
.main-nav .main-nav-item a:active:before, .main-nav .main-nav-item a:focus:before, .main-nav .main-nav-item a:hover:before, .main-nav .main-nav-item a.mPS2id-highlight:before, .main-nav .main-nav-item a.current:before {
  opacity: 1;
}
@media screen and (max-width: 1480px) {
  .main-nav .main-nav-item a {
    font-size: 18px;
    line-height: 20px;
    padding: 12px 10px;
    letter-spacing: -0.5px;
  }
}
@media (max-width: 1080px) {
  .main-nav .main-nav-item a {
    font-size: 13px;
    color: #FFCB47;
    margin: 0 auto 10px;
    text-align: center;
    padding: 10px 15px;
    letter-spacing: 0;
    display: inline-block;
  }
}
.main-nav .main-nav-item.active a {
  color: #F3A029;
}
.main-nav .main-nav-item.active a:before {
  opacity: 1;
}
.main-nav .main-nav-item-has-children {
  position: relative;
}
.main-nav .main-nav-item-has-children > a {
  padding-right: 20px;
  position: relative;
}
.main-nav .main-nav-item-has-children > a:after {
  display: block;
  content: "";
  position: absolute;
  right: -2px;
  top: calc(50% - 7px);
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #1E4997;
  border-left: 2px solid #1E4997;
  transform: rotate(-45deg);
  transform-origin: 0 100%;
}
.main-nav .main-nav-item-has-children > a:hover:after {
  border-color: #F3A029;
}
.main-nav .main-nav-item-has-children .sub-menu {
  overflow: hidden;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.75);
  padding: 15px 0;
  position: absolute;
  top: 50px;
  right: 0;
  z-index: 100;
  opacity: 0;
  transition: all 0.3s ease;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  pointer-events: none;
}
.main-nav .main-nav-item-has-children .sub-menu .main-nav-item {
  padding: 0 5px;
}
.main-nav .main-nav-item-has-children .sub-menu .main-nav-item + .main-nav-item {
  margin-top: 10px;
}
.main-nav .main-nav-item-has-children .sub-menu .main-nav-item a {
  color: #1E4997;
}
.main-nav .main-nav-item-has-children .sub-menu .main-nav-item a:before {
  display: none;
}
.main-nav .main-nav-item-has-children.active > a:after {
  transform: rotate(135deg);
  top: calc(50% - 14px);
  border-color: #F3A029;
}
.main-nav .main-nav-item-has-children.active .sub-menu {
  opacity: 1;
  pointer-events: all;
}
.main-nav .main-nav-item-has-children.active .sub-menu a:hover {
  color: #F3A029;
}
.main-nav .main-nav-item-has-children.active .sub-menu a:hover:before {
  background: #F3A029;
  display: block;
}
@media (max-width: 1080px) {
  .main-nav .main-nav-item-has-children > a {
    display: none;
  }
  .main-nav .main-nav-item-has-children .sub-menu {
    background-color: transparent;
    padding: 0;
    position: relative;
    top: 0;
    left: 0;
    opacity: 1;
    transition: all 0.3s ease;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
  .main-nav .main-nav-item-has-children .sub-menu .main-nav-item {
    padding: 0 5px;
  }
  .main-nav .main-nav-item-has-children .sub-menu .main-nav-item + .main-nav-item {
    margin-top: 0;
  }
  .main-nav .main-nav-item-has-children .sub-menu .main-nav-item a {
    color: #FFCB47;
  }
  .main-nav .main-nav-item-has-children .sub-menu .main-nav-item a:before {
    display: none;
  }
  .main-nav .main-nav-item-has-children .sub-menu .main-nav-item a:hover {
    color: #F3A029;
  }
  .main-nav .main-nav-item-has-children .sub-menu .main-nav-item a:hover:before {
    display: block;
  }
}
.main-nav .main-nav-social {
  display: none;
}
.main-nav .main-nav-social a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 16px 16px 0 46px;
  color: #fff;
  font-size: 18px;
}
.main-nav .main-nav-social img {
  margin-right: 8px;
}
.main-nav .main-nav-social.main-nav-social--mt {
  margin-top: auto;
}
@media (max-width: 1080px) {
  .main-nav .main-nav-social {
    display: block;
  }
}
@media (max-width: 1080px) {
  .main-nav {
    display: flex;
    flex-direction: column;
    position: fixed;
    z-index: -1;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    transform: translateX(-100%);
    background-color: #754DAB;
    box-sizing: border-box;
    transition: transform 0.4s ease-in;
    padding-top: 70px;
    padding-bottom: 50px;
    z-index: 100;
    margin-left: 0;
  }
  .nav-open .main-nav {
    transform: translateX(0);
  }
}

.header__lang-switcher {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 8px 0 0 30px;
  width: 58px;
  height: 36px;
  background-image: url(/images/bg-lang.png?cdf78296399e8a3921f4d435272edd5e);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.header__lang-switcher a {
  font-size: 20px;
  color: #29509e;
  display: block;
  margin: auto;
}
@media (max-width: 1080px) {
  .header__lang-switcher {
    order: 2;
    margin-left: auto;
    margin-right: 90px;
    margin-top: 0;
    z-index: 1;
  }
}
@media (max-width: 768px) {
  .header__lang-switcher {
    margin-right: 80px;
  }
}

/* mob menu */
.hbr-btn {
  display: none;
  position: absolute;
  left: calc(50% - 20px);
  z-index: 3;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border: none;
  background: none;
  outline: none;
  order: 3;
}
.hbr-btn .close {
  display: none;
}
@media (max-width: 1080px) {
  .hbr-btn {
    display: block;
    z-index: 102;
  }
}
.nav-open .hbr-btn .menu {
  display: none;
}
.nav-open .hbr-btn .close {
  display: block;
}

@media screen and (max-width: 1955px) {
  .header--big .container-fluid {
    padding-right: 112px;
  }
}
@media screen and (max-width: 1750px) {
  .header--big {
    padding: 10px 0 10px;
  }
  .header--big .container-fluid {
    z-index: initial !important;
    padding: 0 20px 0;
    position: relative;
    justify-content: space-between;
  }
  .header--big::after {
    z-index: 101 !important;
  }
  .header--big .header__logo {
    z-index: 1;
    position: relative;
    left: auto;
    top: auto;
    max-width: 130px;
  }
  .header--big .main-nav {
    display: flex;
    flex-direction: column;
    position: fixed;
    z-index: -1;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    transform: translateX(-100%);
    box-sizing: border-box;
    transition: transform 0.4s ease-in;
    padding-top: 100px;
    padding-bottom: 54px;
    z-index: 100;
    margin-left: 0;
  }
  .header--big .main-nav .main-nav-item a {
    color: #fff;
    margin: 0 0 8px 25px;
    padding: 22px 16px;
    letter-spacing: 0;
  }
  .header--big .main-nav .main-nav-social {
    display: block;
  }
  .header--big .hbr-btn {
    display: block;
    z-index: 102;
  }
}
.header--big .container-fluid {
  max-width: 1867px;
}
.header--big.nav-open .main-nav {
  transform: translateX(0);
}

.header__form {
  position: absolute;
  left: 35px;
  right: 35px;
  top: 0;
  z-index: 10;
  transform: translateY(calc(-100% - 10px));
  transition: transform 0.35s ease-in-out;
}
.header__form:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 50px;
  background: #FFCB47;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  bottom: -16px;
  z-index: 1;
}
.header__form .btn-toggle-form {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 100px;
  background: #FFCB47;
  color: #1E4997;
  font-family: "e-Ukraine Head";
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  position: absolute;
  bottom: -116px;
  left: calc(50% - 100px);
  text-transform: uppercase;
  text-align: center;
  padding: 0 20px 20px;
}
.header__form .btn-toggle-form span {
  max-width: 70px;
}
@media screen and (max-height: 800px) {
  .header__form .btn-toggle-form {
    width: 160px;
    height: 80px;
    left: calc(50% - 80px);
    bottom: -96px;
  }
}
@media screen and (max-width: 1040px) {
  .header__form .btn-toggle-form {
    width: 160px;
    height: 80px;
    left: calc(50% - 80px);
    bottom: -96px;
  }
}
.header__form .form-container {
  position: relative;
  background: #754DAB;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  z-index: 2;
  padding: 55px 0 80px;
}
.header__form .form-container .wrapper {
  width: 100%;
  max-width: 1270px;
  padding: 0 20px;
  margin: auto;
  max-height: calc(100vh - 200px);
  overflow: auto;
  scrollbar-color: #FFCB47 #440763;
  padding-right: 30px;
}
.header__form .form-container .wrapper::-webkit-scrollbar {
  width: 14px;
}
.header__form .form-container .wrapper::-webkit-scrollbar-track {
  background: #440763;
  border-radius: 5px;
}
.header__form .form-container .wrapper::-webkit-scrollbar-thumb {
  background: #FFCB47;
  border-radius: 5px;
}
.header__form .form-container .columns {
  display: flex;
  justify-content: space-between;
  gap: 80px;
}
.header__form .form-container .col {
  flex: 1 1 50%;
  width: 100%;
  max-width: calc(50% - 40px);
}
@media (max-height: 800px) {
  .header__form .form-container {
    padding: 30px 0;
  }
  .header__form .form-container .wrapper {
    max-height: calc(100vh - 125px);
  }
}
@media (max-width: 1080px) {
  .header__form .form-container .wrapper {
    max-height: calc(100vh - 140px);
  }
}
@media (max-width: 980px) {
  .header__form .form-container .columns {
    display: block;
  }
  .header__form .form-container .col {
    max-width: 100%;
  }
  .header__form .form-container .col + .col {
    margin-top: 24px;
  }
}
.header__form.active {
  transform: translateY(0);
  z-index: 103;
}
.header__form.active .btn-toggle-form {
  width: 100px;
  height: 50px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  position: absolute;
  bottom: -66px;
  left: calc(50% - 50px);
}
.header__form.active .btn-toggle-form span {
  display: none;
}
.header__form.active .btn-toggle-form i.close {
  display: block;
  width: 40px;
  height: 40px;
  background-image: url(/images/icon-close.svg?d043a25d90f62e3390d416813ea6d6f5);
}
@media screen and (max-width: 1080px) {
  .header__form {
    left: 0;
    right: 0;
  }
  .header__form:before {
    bottom: -6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .header__form .btn-toggle-form {
    width: 91px;
    height: 100px;
    font-size: 13px;
    padding: 50px 0 0 18px;
    left: auto;
    right: 0;
    bottom: -60px;
    border-radius: 0;
    border-bottom-left-radius: 50px;
  }
  .header__form .form-container {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .header__form.active {
    transform: translateY(-10px);
  }
  .header__form.active .btn-toggle-form {
    width: 80px;
    height: 80px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 40px;
    top: -40px;
    right: -40px;
    left: auto;
    z-index: 104;
    padding: 40px 30px 0 0;
  }
  .header__form.active .btn-toggle-form i.close {
    width: 24px;
    height: 24px;
    background-size: contain;
  }
}

.footer {
  padding: 90px 0 0;
  font-size: 13px;
  line-height: 1;
  background: #2B5FBD;
}
.footer .container-fluid {
  max-width: 1388px;
  position: relative;
}
.footer .columns {
  display: flex;
  background: #1E4997;
  border-radius: 40px;
  padding: 80px 0 0;
}
.footer .col--menu {
  padding-left: 130px;
  width: 100%;
  max-width: 621px;
  flex: 0 0 621px;
}
.footer .col--btns {
  display: flex;
  align-items: flex-end;
  flex: 1 1 100%;
  position: relative;
}
.footer .decor {
  display: block;
  position: absolute;
  left: -180px;
  bottom: 0;
}
.footer .btn-icon {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.footer .btn {
  font-weight: 700;
  font-size: 16px;
  position: absolute;
  min-width: 0;
  max-width: 100%;
  width: auto;
  padding-left: 24px;
  padding-right: 24px;
  background-color: #F7F977;
  border-color: #F7F977;
}
.footer .btn-1 {
  position: relative;
  width: 190px;
  height: 190px;
  background-image: url(/images/btn-icon-fb.svg?81092c0e7cb37c74248de18e1b12cc0f);
  background-size: 52px auto;
  margin: 0;
  background-color: #FFCB47;
}
.footer .btn-2 {
  width: 150px;
  height: 150px;
  background-image: url(/images/btn-icon-mail.svg?fb50bb29c00c21972074a9113b150ccd);
  background-size: 80px;
  background-color: #FFCB47;
  margin: 0;
  bottom: 0;
  right: -28px;
}
.footer .btn-3 {
  bottom: 30px;
  left: 182px;
}
.footer .btn-4 {
  bottom: 132px;
  left: 130px;
  transform: rotate(16.74deg);
}
.footer .btn-5 {
  bottom: 104px;
  left: 421px;
  transform: rotate(-18.78deg);
}
.footer .btn-6 {
  transform: rotate(32.94deg);
  bottom: 48px;
  left: 656px;
}
@media (max-width: 1800px) {
  .footer .btn-6 {
    transform: rotate(11.94deg);
    bottom: 160px;
    left: 465px;
  }
}
@media (max-width: 1440px) {
  .footer .col--menu {
    padding-left: 80px;
    max-width: 550px;
    flex: 0 1 550px;
  }
  .footer .col--btns {
    max-width: 648px;
  }
}
@media (max-width: 1080px) {
  .footer .decor {
    display: none;
  }
  .footer .columns {
    display: block;
    padding: 40px 0 0;
  }
  .footer .col--menu {
    padding: 0 40px;
  }
  .footer .col--btns {
    padding-top: 60px;
  }
}
@media (max-width: 768px) {
  .footer {
    padding: 0;
  }
  .footer .col--menu {
    padding: 0 40px 30px;
  }
  .footer .col--btns {
    zoom: 0.75;
  }
}
@media (max-width: 540px) {
  .footer .btn-1 {
    width: 150px;
    height: 150px;
    background-size: 46px auto;
  }
  .footer .btn-2 {
    width: 100px;
    height: 100px;
    background-size: 50px;
    bottom: 0;
    left: 372px;
  }
  .footer .btn-3 {
    bottom: 1px;
    left: 134px;
    max-width: 241px;
    height: auto;
  }
  .footer .btn-4 {
    bottom: 131px;
    left: -2px;
    transform: rotate(16.74deg);
  }
  .footer .btn-5 {
    bottom: 74px;
    left: 270px;
    transform: rotate(-18.78deg);
  }
  .footer .btn-6 {
    transform: rotate(32.94deg);
    bottom: 143px;
    left: 277px;
  }
}

.footer-menu__item {
  display: block;
  padding: 0;
  margin: 5px 0;
}
.footer-menu__item a {
  display: block;
  font-size: 18px;
  line-height: 27px;
  transition: 0.4s;
  color: #FFCB47;
}
@media (max-width: 1080px) {
  .footer-menu__item a {
    font-size: 15px;
    line-height: 22px;
  }
}

.footer-copyright {
  max-width: 270px;
  margin-top: 100px;
  color: #fff;
  font-size: 13px;
  line-height: 19.5px;
  padding-bottom: 50px;
}
.footer-copyright p {
  margin-bottom: 12px;
}
.footer-copyright--mob {
  display: none;
}
@media (max-width: 1080px) {
  .footer-copyright {
    display: none;
  }
  .footer-copyright--mob {
    display: block;
    width: 100%;
    max-width: 100%;
    font-size: 12px;
    line-height: 18px;
    margin-top: 34px;
  }
}

.footer-link-fb {
  display: inline-block;
  width: 25px;
  height: 25px;
  overflow: hidden;
  text-indent: -1000px;
  background: url(/images/pic-fb.svg?74cf648a1fd9cd8ea6e480624ba6a4df) 0 0 no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin: 5px 10px;
  position: relative;
  top: -3px;
}

.scroll-top {
  position: fixed;
  bottom: -135px;
  right: 40px;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  background: url(/images/pic-up-arrow.png?506562fd827307a1dfe5366b65cbfae5) center no-repeat;
  cursor: pointer;
  opacity: 0.5;
  transition: 0.4s;
  background-color: #440763;
  z-index: 100;
}
.scroll-top:hover {
  opacity: 1;
}
.scroll-top.active {
  bottom: 135px;
}
@media (max-width: 768px) {
  .scroll-top {
    width: 36px;
    height: 36px;
    background-size: 50%;
    right: 10px;
  }
}

.sidebar {
  width: 960px;
  min-height: 100vh;
  background-color: #fff;
  position: fixed;
  left: -960px;
  top: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  transition: 0.4s;
  padding: 260px 135px 0 120px;
}
.sidebar.active {
  left: 0;
}

.sidebar__container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sidebar-full {
  flex: 1 1 100%;
  width: 100%;
}

.sidebar-right {
  flex: 0 0 360px;
  width: 360px;
}

.sidebar__title {
  font-size: 24px;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.main-menu {
  padding-top: 0;
}

.main-menu__item {
  list-style-type: none;
  margin-bottom: 30px;
}
.main-menu__item:last-child {
  margin-bottom: 0;
}
.main-menu__item a {
  font-size: 14px;
  line-height: 1.4;
  font-weight: bold;
  color: #F3A029;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
  display: inline-block;
}
.main-menu__item a:before {
  content: "";
  width: 22px;
  width: 0;
  height: 9px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-right: 10px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg id='arrow-1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22.4 9.9'%3e%3cstyle%3e.st0%7bfill:none;stroke:%23f6a228;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10%7d%3c/style%3e%3cpath class='st0' d='M17.5 1l3.9 4-3.9 3.9M1 5h20.;1'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: 0 100%;
  transition-duration: 0.2s;
}
.main-menu__item a:hover:before {
  width: 22px;
  transition-duration: 0.4s;
}
.main-menu__item span {
  display: inline-block;
  vertical-align: middle;
}

.main-menu__item_active a {
  color: #a6adb9;
}
.main-menu__item_active a:before {
  content: "";
  width: 22px;
  height: 9px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg id='arrow-1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22.4 9.9'%3e%3cstyle%3e.st0%7bfill:none;stroke:%23a6adb9;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10%7d%3c/style%3e%3cpath class='st0' d='M17.5 1l3.9 4-3.9 3.9M1 5h20.1'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: 0 100%;
}

.sidebar-right .sidebar__title {
  margin-bottom: 12px;
}

.sidebar__social-links {
  margin-top: 100px;
  margin-bottom: 20px;
}

.sidebar__social-item {
  list-style-type: none;
  display: inline-block;
  margin-right: 10px;
}
.sidebar__social-item a {
  color: #F3A029;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
}
.sidebar__social-item a i {
  display: inline-block;
  margin-right: 5px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  line-height: 32px;
  font-size: 14px;
  text-align: center;
  color: #F3A029;
  border: 2px solid #F3A029;
  transition: 0.4s;
}
.sidebar__social-item a:hover i {
  color: #0c1321;
  background-color: #F3A029;
}

.sidebar-partners {
  padding-top: 120px;
  z-index: 5;
}
.sidebar-partners .sidebar-right .sidebar__title {
  margin-bottom: 36px;
}

.organizers-list {
  padding-top: 0;
  list-style-type: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 -20px;
}

.organizers-list__item {
  list-style-type: none;
  margin: 0 20px 40px;
}
.organizers-list__item img {
  max-height: 100px;
}

.sponsors-list {
  padding-top: 0;
  list-style-type: none;
}

.sponsors-list__item {
  list-style-type: none;
  margin-bottom: 40px;
}

.sidebar__close-btn {
  display: block;
  position: absolute;
  right: 30px;
  top: 30px;
  width: 40px;
  height: 40px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg id='logo' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19.4 19.4'%3e%3cstyle%3e.st0%7bfill:none;stroke:%23a6adb9;stroke-width:2;stroke-miterlimit:10%7d%3c/style%3e%3cpath class='st0' d='M.7 18.7l9.1-8.8M18.7 18.4L9.8 9.9M.7.7l9.1 8.9M18.7 1.1L9.8 9.6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 20px;
  cursor: pointer;
}

.item-show-form {
  margin-top: 110px;
}

.show-form-become-a-partner {
  font-size: 14px;
  font-weight: bold;
  color: #F3A029;
  text-transform: uppercase;
  cursor: pointer;
}
.show-form-become-a-partner:after {
  content: "";
  width: 22px;
  height: 9px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg id='arrow-1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22.4 9.9'%3e%3cstyle%3e.st0%7bfill:none;stroke:%23f6a228;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10%7d%3c/style%3e%3cpath class='st0' d='M17.5 1l3.9 4-3.9 3.9M1 5h20.1'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: 0 50%;
  transition: 0.4s;
}

@media (max-height: 1000px) {
  .sidebar {
    padding-top: 140px;
    padding-bottom: 100px;
    overflow: auto;
  }
  .sidebar__social-links {
    margin-top: 20px;
  }
}
@media (max-width: 960px) {
  .sidebar {
    width: 100%;
    left: -100%;
    padding: 140px 30px 30px;
    overflow: auto;
  }
  .sidebar__container {
    justify-content: center;
    margin: 0 auto;
  }
  .sidebar-left {
    padding-right: 60px;
  }
  .sidebar-registration {
    left: auto;
    right: -100%;
    padding: 140px 20% 30px;
  }
}
@media (max-width: 600px) {
  .sidebar {
    padding-top: 60px;
  }
  .sidebar__close-btn {
    top: 10px;
    right: 10px;
    width: 36px;
    height: 36px;
    background-size: 16px;
  }
  .sidebar-right {
    width: 100%;
    flex-basis: auto;
  }
  .main-menu__item {
    margin-bottom: 10px;
  }
  .main-menu__item a {
    font-size: 11px;
  }
  .sidebar-menu .sidebar-left .sidebar__title {
    display: none;
  }
  .sidebar__container {
    justify-content: start;
  }
  .sidebar-menu__sidebar-right {
    display: none;
  }
  .sidebar-menu__sidebar-right.active {
    display: block;
  }
  .sidebar-left.active {
    display: none;
  }
  .sidebar-menu .sidebar-left {
    padding-top: 0px;
  }
  .sidebar__title {
    font-size: 18px;
    line-height: 2;
  }
  .sidebar-partners .sidebar-left {
    display: block;
  }
  .sidebar-partners .sidebar-right {
    display: none;
  }
  .sidebar-partners .sidebar-left.active {
    display: none;
  }
  .sidebar-partners .sidebar-right.active {
    display: block;
  }
  .sponsors-list__item {
    margin-top: 40px;
  }
  .show-form-become-a-partner {
    font-size: 11px;
  }
}
.page-home .section-intro {
  padding: 114px 0 50px;
  position: relative;
}
.page-home .section-intro .intro-hero {
  padding-bottom: 56px;
}
.page-home .section-intro .intro-hero img {
  display: block;
  width: 100%;
  max-width: 1268px;
  margin: auto;
}
.page-home .section-intro .inner-wrap {
  max-width: 1005px;
  margin: 0 auto;
}
.page-home .section-intro .intro-columns {
  display: flex;
  gap: 70px;
}
.page-home .section-intro .intro-columns .col-text {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  position: relative;
}
.page-home .section-intro .intro-columns .col-text:before {
  display: block;
  content: "";
  position: absolute;
  width: 198px;
  height: 290px;
  left: -260px;
  bottom: -238px;
  background-image: url(/images/path-arrow.png?ff2910d1b01a9e33f0e5fd6429fa2351);
  background-repeat: no-repeat;
  background-size: 100%;
}
.page-home .section-intro .intro-columns .col-note {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 220px;
}
@media screen and (max-width: 980px) {
  .page-home .section-intro .intro-columns {
    display: block;
  }
  .page-home .section-intro .intro-columns .col-text:before {
    display: block;
  }
}
.page-home .section-intro .title {
  margin-bottom: 38px;
}
.page-home .section-intro p {
  margin-bottom: 12px;
}
.page-home .section-intro p:last-child {
  margin-bottom: 0;
}
.page-home .section-intro .btn-round {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  color: #1E4997;
  font-size: 16px;
  line-height: 20px;
  font-family: "e-Ukraine Head";
  text-transform: uppercase;
  margin: 37px auto 29px;
  border: none;
}
.page-home .section-intro .btn-round:before, .page-home .section-intro .btn-round:after {
  display: none;
}
@media screen and (max-width: 980px) {
  .page-home .section-intro .btn-round {
    width: 100%;
    height: auto;
    max-width: 330px;
    padding: 15px 50px;
    border-radius: 25px;
  }
}
.page-home .section-intro .total-amount {
  text-align: center;
  margin: 12px auto;
  background-color: #FFCB47;
  color: #1E4997;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.page-home .section-intro .total-amount span {
  display: block;
  font-size: 48px;
  font-weight: 700;
}
@media screen and (max-width: 1040px) {
  .page-home .section-intro .total-amount span {
    font-size: 40px;
  }
}
.page-home .section-intro .note {
  font-size: 13px;
  line-height: 19px;
}
.page-home .section-intro .animated-girl {
  display: block;
  width: 250px;
  height: 387px;
  position: absolute;
  right: 0;
  top: 220px;
  z-index: -1;
}
.page-home .section-intro .animated-boy {
  display: block;
  width: 256px;
  height: 504px;
  position: absolute;
  left: 0;
  top: 600px;
  z-index: -1;
}
.page-home .section-intro .decoration-item {
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  transform: translateY(-80px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.page-home .section-intro .decoration-item.floating {
  animation: floatAnimation 8s ease-in-out infinite;
}
.page-home .section-intro .decoration-item img {
  display: block;
  width: 100%;
}
.page-home .section-intro .decoration-item.item-01 {
  top: 65px;
  left: calc(50% - 762px);
  width: 284px;
  height: 316px;
  animation-delay: 0s;
}
.page-home .section-intro .decoration-item.item-01 .part-1 {
  position: absolute;
  top: 0;
  right: -4px;
  width: 187px;
  height: 145px;
  transform: matrix(0.98, 0.21, -0.21, 0.98, 0, 0);
  z-index: 3;
}
.page-home .section-intro .decoration-item.item-01 .part-2 {
  position: absolute;
  top: 39px;
  left: 23px;
  width: 162px;
  height: 208px;
  transform: matrix(0.91, -0.42, 0.42, 0.91, 0, 0);
  z-index: 2;
}
.page-home .section-intro .decoration-item.item-01 .part-3 {
  position: absolute;
  bottom: 28px;
  right: 4px;
  width: 178px;
  height: 135px;
  transform: matrix(0.89, 0.45, -0.45, 0.89, 0, 0);
  z-index: 1;
}
.page-home .section-intro .decoration-item.item-03 {
  top: 110px;
  left: calc(50% - 100px);
  width: 284px;
  height: 318px;
}
.page-home .section-intro .decoration-item.item-04 {
  top: -20px;
  left: calc(50% + 140px);
  width: 284px;
  height: 343px;
}
@media screen and (max-width: 1580px) {
  .page-home .section-intro .animated-girl {
    top: 410px;
    width: 200px;
    height: 296px;
  }
  .page-home .section-intro .animated-boy {
    width: 200px;
    height: 403px;
  }
}
@media screen and (max-width: 1440px) {
  .page-home .section-intro .animated-girl {
    width: 100px;
    height: auto;
  }
  .page-home .section-intro .animated-boy {
    width: 100px;
    height: auto;
  }
  .page-home .section-intro .decoration-item {
    transform: translateY(-50px);
  }
  .page-home .section-intro .decoration-item.item-01 {
    zoom: 0.75;
  }
  .page-home .section-intro .decoration-item.item-03 {
    zoom: 0.75;
  }
  .page-home .section-intro .decoration-item.item-04 {
    zoom: 0.75;
  }
}
@media screen and (max-width: 1280px) {
  .page-home .section-intro .animated-girl,
  .page-home .section-intro .animated-boy {
    display: none;
  }
}
@media screen and (max-width: 1040px) {
  .page-home .section-intro:before {
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    height: 100px !important;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(/images/bg-page-devider.png?4f32a0a17e07b84fe7c912bd1517bd04);
    background-size: contain;
    background-position: 0 100%;
    background-repeat: no-repeat;
    pointer-events: none;
  }
  .page-home .section-intro .decoration-item {
    transform: translateY(-25px);
  }
  .page-home .section-intro .decoration-item.item-01 {
    zoom: 0.5;
    left: calc(50% - 822px);
  }
  .page-home .section-intro .decoration-item.item-03 {
    zoom: 0.5;
  }
  .page-home .section-intro .decoration-item.item-04 {
    zoom: 0.5;
  }
}
@media screen and (max-width: 768px) {
  .page-home .section-intro .decoration-item {
    transform: translateY(-25px);
  }
  .page-home .section-intro .decoration-item.item-01 {
    zoom: 0.25;
    left: calc(50% - 700px);
    top: 80px;
  }
  .page-home .section-intro .decoration-item.item-03 {
    zoom: 0.25;
    top: 140px;
  }
  .page-home .section-intro .decoration-item.item-04 {
    zoom: 0.25;
    left: calc(50% + 320px);
    top: 15px;
  }
}
.page-home .section-intro--end {
  padding-bottom: 250px;
  background-image: url(/images/bg-page-devider.png?4f32a0a17e07b84fe7c912bd1517bd04);
  background-size: contain;
  background-position: 0 100%;
  background-repeat: no-repeat;
}
.page-home .section-intro--end .intro-columns {
  align-items: flex-end;
}
@media (max-width: 1080px) {
  .page-home .section-intro--end {
    padding-bottom: 120px;
  }
}
@keyframes floatAnimation {
  0% {
    opacity: 0;
    transform: translateY(-80px);
  }
  10% {
    opacity: 1;
    transform: translateY(0);
  }
  20% {
    transform: translateY(-5px);
  }
  30% {
    transform: translateY(5px);
  }
  40% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(0);
    opacity: 1;
  }
  60% {
    opacity: 0;
    transform: translateY(-80px);
  }
  100% {
    opacity: 0;
    transform: translateY(-80px);
  }
}
.page-home .section-conditions {
  position: relative;
  background-image: url(/images/bg-page-devider.png?4f32a0a17e07b84fe7c912bd1517bd04);
  background-size: contain;
  background-position: 0 100%;
  background-repeat: no-repeat;
  padding: 0 0 80px;
  overflow: hidden;
}
@media screen and (max-width: 1440px) {
  .page-home .section-conditions {
    background-image: none;
  }
  .page-home .section-conditions:before {
    height: 1180px;
  }
}
@media screen and (max-width: 1040px) {
  .page-home .section-conditions {
    background: linear-gradient(180deg, #385ebc 42.35%, #754DAB 63.34%);
  }
}
.page-home .section-conditions .circle {
  display: block;
  position: absolute;
  width: 1620px;
  height: 1620px;
  top: 0;
  left: calc(50% - 810px);
  border-radius: 100%;
  background: linear-gradient(180deg, #326FFB 42.35%, #754DAB 63.34%);
}
@media screen and (max-width: 1040px) {
  .page-home .section-conditions .circle {
    display: none;
  }
}
.page-home .section-conditions .container-fluid {
  max-width: 1388px;
}
.page-home .section-conditions .top {
  padding-top: 240px;
  min-height: 865px;
}
.page-home .section-conditions .top .title {
  display: block;
  color: #FFCB47;
  margin-bottom: 30px;
}
.page-home .section-conditions .top .condition-slider-text {
  max-width: 614px;
  position: relative;
  z-index: 1;
}
.page-home .section-conditions .top .condition-slider-text .slick-dots {
  margin-top: 54px;
  display: flex;
  gap: 20px;
}
.page-home .section-conditions .top .condition-slider-text .slick-dots li {
  border: 4px solid transparent;
  border-radius: 100%;
}
.page-home .section-conditions .top .condition-slider-text .slick-dots li button {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #FFCB47;
  font-size: 0;
  cursor: pointer;
}
.page-home .section-conditions .top .condition-slider-text .slick-dots li.slick-active {
  border: 4px solid #FFCB47;
}
.page-home .section-conditions .top .condition-slider-text .slick-dots li.slick-active button {
  background-color: transparent;
}
.page-home .section-conditions .top .condition-slider-text__slide .number {
  display: block;
  font-family: "e-Ukraine Head";
  font-size: 120px;
  line-height: 110%;
  color: #FFFFFF;
  margin-bottom: 36px;
}
.page-home .section-conditions .top .condition-slider-text__slide .text {
  font-family: "e-Ukraine Head";
  font-weight: 400;
  font-size: 52px;
  line-height: 110%;
  color: #FFFFFF;
}
.page-home .section-conditions .top .condition-slider-pics {
  width: 745px;
  position: absolute;
  top: 70px;
  left: 458px;
  z-index: 0;
}
.page-home .section-conditions .top .condition-slider-pics__slide {
  background-color: #FFCB47;
  border-radius: 100%;
  color: #440763;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-family: "e-Ukraine Head";
}
.page-home .section-conditions .top .condition-slider-pics__slide:not(.active) {
  cursor: pointer;
}
.page-home .section-conditions .top .condition-slider-pics__slide img {
  display: none;
}
.page-home .section-conditions .top .condition-slider-pics__slide span {
  display: block;
  text-align: center;
}
.page-home .section-conditions .top .condition-slider-pics__slide.carousel-item.active {
  width: 745px;
  height: 745px;
  border-radius: 100%;
  display: flex;
}
.page-home .section-conditions .top .condition-slider-pics__slide.carousel-item.active span {
  display: none;
}
.page-home .section-conditions .top .condition-slider-pics__slide.carousel-item.active img {
  display: block;
  margin: auto;
}
.page-home .section-conditions .top .condition-slider-pics__slide.carousel-item[data-order="1"] {
  position: absolute;
  width: 100px;
  height: 100px;
  right: -77px;
  top: 50%;
  font-size: 40px;
}
.page-home .section-conditions .top .condition-slider-pics__slide.carousel-item[data-order="2"] {
  position: absolute;
  width: 80px;
  height: 80px;
  top: calc(50% - 72px);
  right: -131px;
  font-size: 32px;
}
.page-home .section-conditions .top .condition-slider-pics__slide--01.carousel-item.active {
  background-color: #FF5600;
}
.page-home .section-conditions .top .condition-slider-pics__slide--02.carousel-item.active {
  background-color: #754DAB;
}
.page-home .section-conditions .top .condition-slider-pics__slide--03.carousel-item.active {
  background-color: #1E4997;
}
@media screen and (max-width: 1440px) {
  .page-home .section-conditions .top {
    padding-top: 200px;
    min-height: 640px;
  }
  .page-home .section-conditions .top .title {
    margin-bottom: 20px;
  }
  .page-home .section-conditions .top .condition-slider-text__slide .number {
    font-size: 90px;
    margin-bottom: 28px;
  }
  .page-home .section-conditions .top .condition-slider-text__slide .text {
    font-size: 40px;
  }
  .page-home .section-conditions .top .condition-slider-pics {
    width: 520px;
    top: 70px;
    left: 50%;
  }
  .page-home .section-conditions .top .condition-slider-pics__slide.carousel-item.active {
    width: 520px;
    height: 520px;
  }
  .page-home .section-conditions .top .condition-slider-pics__slide.carousel-item.active img {
    width: 75%;
  }
  .page-home .section-conditions .top .condition-slider-pics__slide.carousel-item[data-order="1"] {
    right: -77px;
    top: 50%;
    font-size: 36px;
  }
  .page-home .section-conditions .top .condition-slider-pics__slide.carousel-item[data-order="2"] {
    top: calc(50% - 72px);
    right: -131px;
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .page-home .section-conditions .top {
    padding-top: 100px;
    min-height: 576px;
  }
  .page-home .section-conditions .top .title {
    margin-bottom: 20px;
  }
  .page-home .section-conditions .top .condition-slider-text__slide .number {
    font-size: 60px;
    margin-bottom: 18px;
  }
  .page-home .section-conditions .top .condition-slider-text__slide .text {
    font-size: 34px;
    padding-right: 50px;
  }
  .page-home .section-conditions .top .condition-slider-pics {
    width: 230px;
    top: 70px;
    left: auto;
    right: -30px;
  }
  .page-home .section-conditions .top .condition-slider-pics__slide.carousel-item.active {
    width: 230px;
    height: 230px;
  }
  .page-home .section-conditions .top .condition-slider-pics__slide.carousel-item.active img {
    width: 75%;
  }
  .page-home .section-conditions .top .condition-slider-pics__slide.carousel-item[data-order="1"] {
    display: none;
  }
  .page-home .section-conditions .top .condition-slider-pics__slide.carousel-item[data-order="2"] {
    display: none;
  }
}
.page-home .section-conditions .bottom {
  padding-top: 70px;
}
.page-home .section-conditions .bottom .title {
  display: block;
  color: #FFCB47;
  margin-bottom: 50px;
}
.page-home .section-conditions .bottom .conditions-list {
  position: relative;
}
.page-home .section-conditions .bottom .conditions-item {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.page-home .section-conditions .bottom .conditions-item .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.page-home .section-conditions .bottom .conditions-item .item-title {
  font-family: "e-Ukraine Head";
  font-size: 52px;
  line-height: 1.1;
  margin-bottom: 10px;
}
.page-home .section-conditions .bottom .conditions-item--1 {
  position: relative;
  width: 736px;
  height: 604px;
  background-image: url(/images/bg-sun.svg?10448a5…);
  z-index: 1;
  display: block;
  padding: 140px 0 0 101px;
  transform: translate(-100px, 0);
}
.page-home .section-conditions .bottom .conditions-item--1 .info {
  width: 360px;
  height: 360px;
  background-color: #FFCB47;
  border-radius: 100%;
}
.page-home .section-conditions .bottom .conditions-item--2 {
  width: 500px;
  height: 500px;
  color: #fff;
  background-image: url(/images/bg-moon.svg?5931bd670e37aaa793fb41c03b18883b);
  z-index: 2;
  position: absolute;
  top: -42px;
  left: 307px;
  padding: 0 50px 0;
}
.page-home .section-conditions .bottom .conditions-item--3 {
  width: 370px;
  height: 370px;
  background-image: url(/images/bg-planet1.svg?2246f35f2222a6e61191ef4f68c2b3c4);
  z-index: 3;
  position: absolute;
  top: 224px;
  left: 735px;
}
.page-home .section-conditions .bottom .conditions-item--4 {
  width: 532px;
  height: 324px;
  color: #fff;
  background-image: url(/images/bg-planet2.svg?fd36003c5ba773844be35652bb6eddf8);
  z-index: 4;
  position: absolute;
  top: 99px;
  right: -160px;
  padding: 0 130px 18px;
}
@media screen and (max-width: 1440px) {
  .page-home .section-conditions .bottom .title {
    margin-bottom: 20px;
  }
  .page-home .section-conditions .bottom .conditions-item .item-title {
    font-size: 40px;
  }
  .page-home .section-conditions .bottom .conditions-item--1 {
    width: 552px;
    height: 453px;
    padding: 105px 0 0 75px;
    transform: translate(0);
    top: 0;
  }
  .page-home .section-conditions .bottom .conditions-item--1 .info {
    width: 270px;
    height: 270px;
    font-size: 14px !important;
    padding-bottom: 20px;
  }
  .page-home .section-conditions .bottom .conditions-item--2 {
    width: 375px;
    height: 375px;
    top: -42px;
    left: calc(50% - 280px);
    padding: 0 35px 0;
  }
  .page-home .section-conditions .bottom .conditions-item--3 {
    width: 278px;
    height: 278px;
    top: 224px;
    left: auto;
    right: 310px;
  }
  .page-home .section-conditions .bottom .conditions-item--4 {
    top: 49px;
    right: -90px;
    padding: 0 130px 18px;
  }
}
@media screen and (max-width: 1280px) {
  .page-home .section-conditions .bottom .conditions-item .info {
    font-size: 15px;
  }
  .page-home .section-conditions .bottom .conditions-item--1 {
    top: 20px;
  }
  .page-home .section-conditions .bottom .conditions-item--2 {
    top: -12px;
    left: calc(50% - 250px);
  }
  .page-home .section-conditions .bottom .conditions-item--3 {
    top: 254px;
    right: 230px;
  }
  .page-home .section-conditions .bottom .conditions-item--4 {
    top: 0px;
  }
}
@media screen and (max-width: 1080px) {
  .page-home .section-conditions .bottom {
    height: 1040px;
  }
  .page-home .section-conditions .bottom .conditions-item .item-title {
    font-size: 34px;
  }
  .page-home .section-conditions .bottom .conditions-item--1 {
    width: 494px;
    height: 406px;
    padding: 95px 0 0 63px;
    top: 0;
    left: calc(50% - 230px);
  }
  .page-home .section-conditions .bottom .conditions-item--1 .info {
    width: 250px;
    height: 250px;
  }
  .page-home .section-conditions .bottom .conditions-item--2 {
    width: 330px;
    height: 330px;
    top: 310px;
    left: calc(50% - 110px);
  }
  .page-home .section-conditions .bottom .conditions-item--3 {
    width: 245px;
    height: 245px;
    top: 564px;
    left: calc(50% - 220px);
    right: auto;
  }
  .page-home .section-conditions .bottom .conditions-item--4 {
    width: 388px;
    height: 240px;
    top: 670px;
    left: calc(50% - 100px);
    right: auto;
    padding: 0 130px 18px;
  }
}
.page-home .winners-announcement-bg-wrapper {
  position: relative;
  overflow: hidden;
}
.page-home .winners-announcement-bg-wrapper:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100px;
  bottom: 0;
  pointer-events: none;
  background-image: url(/images/announce-overlay.png?ea84b789f060202fe74b55cabf9cc1a9);
  background-position: center 290px;
  background-repeat: no-repeat;
  background-size: 1920px auto;
}
.page-home .section-winners-announcement {
  background-color: #2B5FBD;
  position: relative;
  padding-top: 56px;
  color: #fff;
  padding: 220px 0 80px;
  min-height: 900px;
}
.page-home .section-winners-announcement .container-fluid {
  max-width: 1388px;
  z-index: 5;
}
.page-home .section-winners-announcement .inner {
  max-width: 1005px;
  margin-right: auto;
  margin-left: auto;
}
.page-home .section-winners-announcement .title {
  color: #FFCB47;
  margin-bottom: 26px;
}
.page-home .section-winners-announcement .title.title-level-2 {
  margin-bottom: 60px;
}
.page-home .section-winners-announcement .nowrap {
  white-space: nowrap;
}
@media screen and (max-width: 560px) {
  .page-home .section-winners-announcement .nowrap {
    white-space: wrap;
  }
}
.page-home .section-winners-announcement .date {
  font-family: "e-Ukraine Head";
  font-size: 120px;
  line-height: 1.1;
  font-weight: 400;
  margin-bottom: 40px;
}
.page-home .section-winners-announcement p {
  margin-bottom: 12px;
}
.page-home .section-winners-announcement ol {
  list-style: inside;
  list-style-type: decimal;
}
.page-home .section-winners-announcement .category {
  margin-bottom: 50px;
}
.page-home .section-winners-announcement .category .title {
  margin-bottom: 16px;
}
.page-home .section-winners-announcement .decoration-item {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  z-index: 0;
}
.page-home .section-winners-announcement .decoration-item img {
  display: block;
  width: 100%;
}
.page-home .section-winners-announcement .decoration-item.item-01 {
  top: 17px;
  left: calc(50% + 25px);
  width: 236px;
  height: 260px;
}
.page-home .section-winners-announcement .decoration-item.item-02 {
  top: 420px;
  right: -9px;
  width: 868px;
  height: 628px;
}
.page-home .section-winners-announcement .decoration-item.item-03 {
  bottom: -30px;
  left: 41px;
  width: 210px;
  height: 241px;
  z-index: 1;
}
@media screen and (max-width: 1620px) {
  .page-home .section-winners-announcement .date {
    font-size: 90px;
    margin-bottom: 36px;
  }
  .page-home .section-winners-announcement .decoration-item.item-01 {
    top: 23px;
    left: calc(50% - 125px);
    width: 107px;
    height: 115px;
  }
  .page-home .section-winners-announcement .decoration-item.item-02 {
    top: 440px;
    right: -9px;
    width: 650px;
    height: 471px;
  }
  .page-home .section-winners-announcement .decoration-item.item-03 {
    bottom: -150px;
    left: 11px;
    width: 88px;
    height: 180px;
  }
}
@media screen and (max-width: 1400px) {
  .page-home .section-winners-announcement .title.title-level-2 {
    padding-left: 0;
  }
}
@media screen and (max-width: 1360px) {
  .page-home .section-winners-announcement {
    min-height: auto;
  }
}
@media screen and (max-width: 1180px) {
  .page-home .section-winners-announcement .decoration-item.item-02 {
    display: none;
  }
}
@media screen and (max-width: 1080px) {
  .page-home .section-winners-announcement .decoration-item.item-03 {
    display: none;
  }
}
@media screen and (max-width: 1040px) {
  .page-home .section-winners-announcement .date {
    font-size: 60px;
    margin-bottom: 36px;
    padding-bottom: 340px;
    max-width: 380px;
  }
  .page-home .section-winners-announcement .decoration-item.item-01 {
    top: 23px;
    left: calc(50% - 125px);
    width: 107px;
    height: 115px;
  }
  .page-home .section-winners-announcement .decoration-item.item-02 {
    display: block;
    top: 340px;
    width: 510px;
    height: 323px;
  }
  .page-home .section-winners-announcement .decoration-item.item-03 {
    bottom: -150px;
    left: 11px;
    width: 88px;
    height: 180px;
  }
}
@media screen and (max-width: 920px) {
  .page-home .section-winners-announcement .decoration-item.item-02 {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .page-home .section-winners-announcement {
    padding: 160px 0 20px;
  }
}
@media screen and (max-width: 540px) {
  .page-home .section-winners-announcement .decoration-item.item-02 {
    left: 16px;
    right: auto;
  }
}
.page-home .section-faq {
  background-color: #2B5FBD;
  position: relative;
}
.page-home .section-faq .container-fluid {
  max-width: 1625px;
}
.page-home .section-faq .section-decor {
  height: 200px;
  position: relative;
  margin-bottom: -40px;
}
.page-home .section-faq .section-decor .snail {
  position: absolute;
  bottom: 0;
  left: 0;
  animation: moveSnail 60s ease-in-out infinite normal;
  z-index: 1;
}
@keyframes moveSnail {
  0% {
    left: 0;
    transform: rotateY(0);
  }
  49% {
    left: calc(100% - 214px);
    transform: rotateY(0);
  }
  50% {
    left: calc(100% - 214px);
    transform: rotateY(180deg);
  }
  99% {
    transform: rotateY(180deg);
    left: 0;
  }
  100% {
    left: 0;
    transform: rotateY(0);
  }
}
@media screen and (max-width: 1080px) {
  .page-home .section-faq .section-decor {
    height: 115px;
  }
  .page-home .section-faq .section-decor .snail {
    width: 200px;
  }
  @keyframes moveSnail {
    0% {
      left: 0;
      transform: rotateY(0);
    }
    49% {
      left: calc(100% - 200px);
      transform: rotateY(0);
    }
    50% {
      left: calc(100% - 200px);
      transform: rotateY(180deg);
    }
    99% {
      transform: rotateY(180deg);
      left: 0;
    }
    100% {
      left: 0;
      transform: rotateY(0);
    }
  }
}
@media screen and (max-width: 768px) {
  .page-home .section-faq .section-decor {
    height: 65px;
    margin-bottom: -6px;
  }
  .page-home .section-faq .section-decor .snail {
    width: 100px;
  }
  @keyframes moveSnail {
    0% {
      left: 0;
      transform: rotateY(0);
    }
    49% {
      left: calc(100% - 100px);
      transform: rotateY(0);
    }
    50% {
      left: calc(100% - 100px);
      transform: rotateY(180deg);
    }
    99% {
      transform: rotateY(180deg);
      left: 0;
    }
    100% {
      left: 0;
      transform: rotateY(0);
    }
  }
}
.page-home .section-faq .faq-container {
  padding: 127px 120px 132px;
  background-image: url(/images/bg-faq-frame.svg?c89a34a07ee1b534ece69d54555e7890);
  background-size: 100% 100%;
  display: flex;
  gap: 40px;
  z-index: 1;
  position: relative;
}
.page-home .section-faq nav {
  flex: 0 0 350px;
  width: 100%;
  max-width: 350px;
}
.page-home .section-faq .nav-tabs {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 8px;
}
.page-home .section-faq .nav-link {
  position: relative;
  background-color: #fff;
  color: #1E4997;
  border-radius: 32px;
  padding: 20px 24px;
  font-family: "e-Ukraine";
  font-size: 18px;
  line-height: 1.35;
  letter-spacing: -0.4px;
  text-align: left;
  cursor: pointer;
}
.page-home .section-faq .nav-link.active {
  background-color: #F3A029;
  color: #fff;
}
.page-home .section-faq .nav-link.active:after {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background-color: #F3A029;
  top: calc(50% - 8px);
  right: -20px;
}
.page-home .section-faq .tab-content {
  position: relative;
  background-color: #fff;
  border-radius: 32px;
  padding: 24px 40px;
  display: flex;
  align-items: center;
  flex: 1 1 100%;
}
.page-home .section-faq .mob-tab .title,
.page-home .section-faq .faqs-tab-item .title {
  display: block;
  margin-bottom: 24px;
}
.page-home .section-faq .mob-tab p,
.page-home .section-faq .faqs-tab-item p {
  margin-bottom: 12px;
}
.page-home .section-faq .mob-tab {
  display: none;
  background-color: #fff;
  border-radius: 32px;
  padding: 24px 40px;
}
.page-home .section-faq .decoration-item {
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.page-home .section-faq .decoration-item img {
  display: block;
  width: 100%;
}
.page-home .section-faq .decoration-item.item-01 {
  top: 128px;
  left: -54px;
  width: 105px;
  height: 100px;
}
.page-home .section-faq .decoration-item.item-02 {
  top: calc(50% + 58px);
  right: -50px;
  width: 46px;
  height: 92px;
}
@media screen and (max-width: 1080px) {
  .page-home .section-faq {
    padding-top: 0;
  }
  .page-home .section-faq .faq-container {
    padding: 127px 80px 132px;
    display: block;
  }
  .page-home .section-faq nav {
    max-width: 100%;
  }
  .page-home .section-faq .tab-content {
    display: none;
  }
  .page-home .section-faq .nav-link.active {
    margin-bottom: 20px;
  }
  .page-home .section-faq .nav-link.active + .mob-tab {
    display: block;
  }
  .page-home .section-faq .nav-link.active:after {
    top: auto;
    bottom: -22px;
    left: calc(50% - 8px);
  }
}
@media screen and (max-width: 768px) {
  .page-home .section-faq .faq-container {
    padding: 0;
  }
}
.page-home .section-partners {
  background-color: #2B5FBD;
  position: relative;
  padding: 34px 0 58px;
}
.page-home .section-partners .container-fluid {
  max-width: 1388px;
  z-index: 1;
}
.page-home .section-partners .partners-wrapper {
  display: flex;
  align-items: flex-start;
}
.page-home .section-partners .partners-list-wrapper {
  overflow: hidden;
}
.page-home .section-partners .partners-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}
.page-home .section-partners .partners-item {
  vertical-align: middle;
}
.page-home .section-partners .partners-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 175px;
  height: 70px;
  padding: 10px 30px;
  background-color: #fff;
  border-radius: 35px;
  box-sizing: content-box;
}
.page-home .section-partners .partners-item img {
  display: block;
  max-height: 70px;
}
.page-home .section-partners .partners-item--copy {
  display: none;
}
.page-home .section-partners .partners-item--title {
  background-color: #440763;
  margin-right: 32px;
  padding: 23px 40px;
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 35px;
}
.page-home .section-partners .partners-item--title:after {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  background-color: #440763;
  border-radius: 100%;
  position: absolute;
  top: calc(50% - 8px);
  right: -24px;
}
.page-home .section-partners .title {
  color: #FFCB47;
}
.page-home .section-partners .partners-logos--special {
  margin-bottom: 56px;
}
.page-home .section-partners .partners-logos--special .partners-item a {
  display: flex;
}
.page-home .section-partners .partners-logos--special .partners-item--title {
  background-color: #FF9C49;
}
.page-home .section-partners .partners-logos--special .partners-item--title .title {
  color: #1E4997;
}
.page-home .section-partners .partners-logos--special .partners-item--title:after {
  background-color: #FF9C49;
}
@media screen and (max-width: 1040px) {
  .page-home .section-partners .partners-logos--special .partners-list-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
  }
}
.page-home .section-partners .decoration-item {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  z-index: 0;
}
.page-home .section-partners .decoration-item img {
  display: block;
  width: 100%;
}
.page-home .section-partners .decoration-item.item-01 {
  bottom: -168px;
  right: -144px;
  width: 348px;
  height: 185px;
}
@media screen and (max-width: 1680px) {
  .page-home .section-partners .decoration-item.item-01 {
    right: 0;
    zoom: 0.8;
  }
}
@media screen and (max-width: 1040px) {
  .page-home .section-partners .decoration {
    display: none;
  }
  .page-home .section-partners .partners-wrapper {
    display: block;
    text-align: center;
  }
  .page-home .section-partners .partners-list-wrapper--notanim {
    justify-content: center;
    align-items: center;
    display: flex;
  }
  .page-home .section-partners .partners-list {
    display: table;
  }
  .page-home .section-partners .partners-list.animation {
    animation: 30s runningLine infinite linear;
  }
  .page-home .section-partners .partners-item {
    display: table-cell;
    vertical-align: middle;
  }
  .page-home .section-partners .partners-item a {
    width: 123px;
    height: 50px;
    padding: 10px 25px;
  }
  .page-home .section-partners .partners-item--title {
    display: inline-block;
    margin-right: 0;
    margin-bottom: 32px;
  }
  .page-home .section-partners .partners-item--title:after {
    top: auto;
    bottom: -24px;
    right: calc(50% - 8px);
  }
}
@keyframes runningLine {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-50%, 0);
  }
}

.footer {
  background-color: #2B5FBD;
}

.section-picture {
  display: block;
  width: 100%;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes runningLine {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}
@keyframes loader-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes loader-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes loader-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}
.page-results {
  background-color: #FF5600;
}
.page-results .footer {
  background-color: #fff;
  padding-top: 120px;
}
@media screen and (max-width: 1080px) {
  .page-results .footer .footer-copyright {
    color: #1E4997;
  }
}
.page-results .section-art-contributors {
  background-color: #FF5600;
  position: relative;
  background-image: url(/images/bg-results-decor1.png?7eb4110c27b65954a5912f0a4e0db769), url(/images/bg-results-decor2.png?572b8811149c608ddf6360f8558ff32c);
  background-position: 2% 60%, 100% 64%;
  background-size: auto, 300px;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.page-results .section-art-contributors:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 102px;
  background-color: #fff;
  background-image: url(/images/bg-results-footer.svg?752663e0001f5119551e91dab5c73d72);
  background-repeat: no-repeat;
  background-position: 50% -2px;
  background-size: 100% 102px;
}
.page-results .section-art-contributors .heading {
  background-color: #fff;
  padding: 150px 0 15px;
  position: relative;
}
.page-results .section-art-contributors .heading:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% - 1px);
  width: 100%;
  height: 59px;
  background-image: url(/images/bg-coloring-heading.svg?9f5a7a8eff3cd109315c99888f3f9f44);
  background-repeat: no-repeat;
  background-position: 50% -13px;
  background-size: 100% 59px;
  z-index: 0;
}
.page-results .section-art-contributors .heading .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
  background-image: none;
}
.page-results .section-art-contributors .heading .container .title {
  flex: 1 1 auto;
}
.page-results .section-art-contributors .heading .container .year-switch {
  width: 100%;
  max-width: 145px;
}
@media screen and (max-width: 767px) {
  .page-results .section-art-contributors .heading .container {
    justify-content: center;
  }
  .page-results .section-art-contributors .heading .container .btn {
    order: 1;
  }
  .page-results .section-art-contributors .heading .container .title {
    margin: 20px 0 0;
    padding: 0 0 10px;
    order: 2;
  }
  .page-results .section-art-contributors .heading .container .year-switch {
    order: 3;
  }
}
@media screen and (max-width: 768px) {
  .page-results .section-art-contributors .heading {
    padding: 90px 0 15px;
  }
}
@media screen and (max-width: 1680px) {
  .page-results .section-art-contributors {
    background-size: 100, 200px;
  }
}
@media screen and (max-width: 1440px) {
  .page-results .section-art-contributors {
    background-image: none;
  }
}
.page-results .section-art-contributors .btn-row {
  margin-top: 50px;
  padding: 0 20px;
  text-align: center;
}
.page-results .section-art-contributors .results-container {
  padding-top: 45px;
  padding-bottom: 80px;
}
.page-results .section-art-contributors .results-container .btn {
  margin: 0 auto;
  font-weight: 400;
  position: relative;
  z-index: 1;
}
.page-results .section-art-contributors .results-container .btn::after {
  display: none;
}
.page-results .contributors-tabs {
  margin: 20px 0 0;
}
.page-results .contributors-tabs .default-tabs__header {
  align-items: center;
}
.page-results .contributors-tabs .default-tabs__menu {
  margin: 0 0 25px;
}
@media screen and (max-width: 1200px) {
  .page-results .contributors-tabs .default-tabs__menu {
    margin: 0 0 15px;
  }
}
@media screen and (max-width: 540px) {
  .page-results .contributors-tabs .default-tabs__menu {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.page-results .contributors-tabs .search-block {
  position: relative;
  width: 100%;
  max-width: 440px;
  padding-left: 48px;
}
.page-results .contributors-tabs .search-block:before {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  left: 0;
  top: 4px;
  background-image: url(/images/icon-art.svg?0ba814c2fa3c021516cd352c46f0bd21);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1200px) {
  .page-results .contributors-tabs .search-block {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1080px), screen and (max-height: 850px) {
  .page-results .contributors-tabs .search-block:before {
    top: 0;
  }
}
.page-results .contributors-tabs .search-field {
  position: relative;
  padding-right: 68px;
}
.page-results .contributors-tabs .search-field input {
  font-family: "e-Ukraine";
  display: block;
  width: 100%;
  height: 48px;
  padding: 8px 12px 8px 8px;
  font-size: 18px;
  line-height: 1.2;
  background: transparent;
  color: #fff;
  border: none;
  border-bottom: 2px solid #F7F977;
  border-radius: 0;
  box-shadow: none;
  transition: 0.4s;
  z-index: 1;
  position: relative;
}
.page-results .contributors-tabs .search-field input:hover, .page-results .contributors-tabs .search-field input:focus {
  border-color: #F3A029;
}
.page-results .contributors-tabs .search-field button {
  position: absolute;
  right: 0;
  top: -6px;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background: #FFCB47;
  background-image: url(/images/icon-search.svg?94401e860a139700624397e1718473a1);
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0;
  padding: 10px;
  z-index: 5;
  cursor: pointer;
  outline: none;
}
.page-results .contributors-tabs .search-field .message {
  position: absolute;
  display: none;
  font-size: 12px;
  padding: 5px 22px 0;
}
@media screen and (max-width: 1080px), screen and (max-height: 850px) {
  .page-results .contributors-tabs .search-field input {
    height: 40px;
    padding: 11px 8px 11px 4px;
    font-size: 15px;
    line-height: 16px;
  }
  .page-results .contributors-tabs .search-field button {
    width: 52px;
    height: 52px;
    background-size: 32px 32px;
  }
}
.page-results .contributors-tabs .contributors-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.page-results .contributors-tabs .grid-sizer {
  width: 282px;
  height: 1px;
}
.page-results .contributors-tabs .contributor-item {
  margin: 15px 0 0;
  width: 100%;
  max-width: 282px;
}
.page-results .contributors-tabs .contributor-item.place-1 .contributor-pic:after, .page-results .contributors-tabs .contributor-item.place-2 .contributor-pic:after, .page-results .contributors-tabs .contributor-item.place-3 .contributor-pic:after {
  display: block;
  content: "";
  position: absolute;
  right: -30px;
  bottom: -20px;
  width: 110px;
  height: 80px;
}
.page-results .contributors-tabs .contributor-item.place-1 .contributor-pic:after {
  background: url(/images/place-1.png?cfbfa62510fe2a3b8eb7aed8cc01f8e4);
}
.page-results .contributors-tabs .contributor-item.place-2 .contributor-pic:after {
  background: url(/images/place-2.png?c552818c44eb0b19692df37a4299bed5);
}
.page-results .contributors-tabs .contributor-item.place-3 .contributor-pic:after {
  background: url(/images/place-3.png?a5ffe613fc93f53e8e5a806f53064bde);
}
.page-results .contributors-tabs .contributor-item.top100 .contributor-pic:after {
  display: block;
  content: "";
  position: absolute;
  right: -10px;
  bottom: -17px;
  width: 106px;
  height: 40px;
}
.page-results .contributors-tabs .contributor-item.top100 .contributor-pic:after {
  background: url(/images/bg-top100.png?742ba60dc6bad8fdb4daa2cbbb1c0a35);
  background-repeat: no-repeat;
  background-size: contain;
}
.page-results .contributors-tabs .contributor-item.ai .contributor-pic:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: -10px;
  width: 169px;
  height: 35px;
}
.page-results .contributors-tabs .contributor-item.ai .contributor-pic:before {
  background: url(/images/bg-ai.png?27a4ad0809062d4ab4042abd783bacc1);
  background-repeat: no-repeat;
  background-size: contain;
}
.page-results .contributors-tabs .contributor-item a {
  display: block;
}
.page-results .contributors-tabs .contributor-item .contributor-pic {
  width: 100%;
  max-width: 282px;
  position: relative;
  background-color: rgba(255, 156, 73, 0.3);
  border-radius: 40px;
}
.page-results .contributors-tabs .contributor-item .contributor-pic img {
  display: block;
  width: 100%;
  border: 2px solid #FF9C49;
  border-radius: 40px;
}
.page-results .contributors-tabs .contributor-item .contributor-info {
  margin-top: 10px;
  padding-bottom: 30px;
  color: #fff;
}
.page-results .contributors-tabs .contributor-item .contributor-name {
  font-size: 28px;
  line-height: 1.4;
  font-family: "Pangolin", sans-serif;
  color: #fff;
  word-break: break-all;
}
.page-results .contributors-tabs .contributor-item .age,
.page-results .contributors-tabs .contributor-item .place {
  display: inline-block;
  font-size: 18px;
  line-height: 1.3;
}
@media screen and (max-width: 1310px) {
  .page-results .contributors-tabs .contributor-item {
    max-width: 250px;
  }
}
.page-results .contributors-tabs .year-2026 .contributor-item.place-1 .contributor-pic:after, .page-results .contributors-tabs .year-2026 .contributor-item.place-2 .contributor-pic:after, .page-results .contributors-tabs .year-2026 .contributor-item.place-3 .contributor-pic:after, .page-results .contributors-tabs .year-2026 .contributor-item.place-4 .contributor-pic:after {
  display: block;
  content: "";
  position: absolute;
  right: -16px;
  bottom: -22px;
  width: 72px;
  height: 96px;
}
.page-results .contributors-tabs .year-2026 .contributor-item.place-1 .contributor-pic:after {
  background: url(/images/place-1-1.png?e933d09122fc70ee198f2a4fdfd448a1);
}
.page-results .contributors-tabs .year-2026 .contributor-item.place-2 .contributor-pic:after {
  background: url(/images/place-1-2.png?3db45a0100616735015b382921d39f01);
}
.page-results .contributors-tabs .year-2026 .contributor-item.place-3 .contributor-pic:after {
  background: url(/images/place-1-3.png?6793f53844ec662f661ee15d6b030f8f);
}
.page-results .contributors-tabs .year-2026 .contributor-item.place-4 .contributor-pic:after {
  background: url(/images/place-1-4.png?3ece24c8ad566f1ee5bd660f6c816751);
}
.page-results .section-picture {
  width: auto;
  margin: -75px auto 0;
}
@media screen and (max-width: 767px) {
  .page-results .section-picture {
    margin: 50px auto 0;
  }
}
.page-results .pswp__bg {
  background-color: rgba(68, 7, 99, 0.9);
}
.page-results .pswp__caption__center {
  text-align: center;
}
.page-results .pswp__button--arrow--left,
.page-results .pswp__button--arrow--right {
  width: 110px;
  height: 50px;
  background: #F3A029;
  border-radius: 20px;
}
.page-results .pswp__button--arrow--left:before,
.page-results .pswp__button--arrow--right:before {
  top: calc(50% - 15px);
  left: calc(50% - 16px);
  background-color: transparent;
}
.page-results .pswp__button--arrow--left {
  left: 10px;
}
.page-results .pswp__button--arrow--right {
  right: 10px;
}

.results-loader {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  opacity: 0;
  background: #fff;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.results-loader.shown {
  opacity: 1;
  pointer-events: all;
}
.results-loader .results-loader-ring {
  display: inline-block;
  width: 64px;
  height: 64px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -32px;
  margin-left: -32px;
}
.results-loader .results-loader-ring:after {
  content: " ";
  display: block;
  width: 46px;
  height: 46px;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid #1b489a;
  border-color: #1b489a transparent #1b489a transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

.contributors-table {
  display: table;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .contributors-table {
    display: block;
  }
}

.row {
  display: table-row;
}
@media screen and (max-width: 768px) {
  .row {
    border: 1px solid #565762;
    display: flex;
    flex-wrap: wrap;
    padding: 5px 0;
  }
  .row + .row {
    border-top: none;
  }
}

.cell {
  display: table-cell;
  padding: 5px 10px;
  border: 1px solid #565762;
}
.cell:nth-child(1) {
  max-width: 30px;
  text-align: center;
}
.cell:nth-child(2) {
  max-width: 170px;
}
.cell:nth-child(3) a {
  color: #1e4997;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .cell {
    display: block;
    border: none;
    padding: 0 10px;
  }
  .cell:nth-child(1) {
    flex-basis: 25px;
    flex-grow: 0;
    flex-shrink: 0;
  }
  .cell:nth-child(2) {
    flex-basis: calc(100% - 30px);
    max-width: calc(100% - 30px);
  }
  .cell:nth-child(3) {
    width: 100%;
    flex-basis: 100%;
    flex-grow: 0;
    flex-shrink: 1;
  }
}

.page-coloring,
[data-class=page-coloring] {
  background-color: #fff;
}
.page-coloring .footer,
[data-class=page-coloring] .footer {
  background-color: #fff;
  padding-top: 120px;
}
@media screen and (max-width: 1080px) {
  .page-coloring .footer .footer-copyright,
  [data-class=page-coloring] .footer .footer-copyright {
    color: #1E4997;
  }
}

.section-pictures-list {
  background-color: #7BE1F8;
  background-image: url(/images/bg-coloring.png?999e26b008504f25d0187b88922d101e);
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  min-height: calc(100vh - 72px);
  position: relative;
}
.section-pictures-list:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 102px;
  background-color: #fff;
  background-image: url(/images/bg-coloring-footer.svg?6230d6f30da8199c4171861b0ecb4e7a);
  background-repeat: no-repeat;
  background-position: 50% -2px;
  background-size: 100% 102px;
}
@media screen and (max-width: 980px) {
  .section-pictures-list {
    min-height: calc(100vh - 130px);
  }
}
.section-pictures-list .heading {
  background-color: #fff;
  padding: 150px 0 15px;
  position: relative;
}
.section-pictures-list .heading:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% - 1px);
  width: 100%;
  height: 59px;
  background-image: url(/images/bg-coloring-heading.svg?9f5a7a8eff3cd109315c99888f3f9f44);
  background-repeat: no-repeat;
  background-position: 50% -13px;
  background-size: 100% 59px;
  z-index: 0;
}
.section-pictures-list .heading .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.section-pictures-list .heading .container .title {
  flex: 0 0 auto;
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .section-pictures-list .heading .container {
    justify-content: center;
  }
  .section-pictures-list .heading .container .title {
    margin: 20px 0 0;
    padding: 0 0 10px;
  }
}
.section-pictures-list .pics-list {
  display: flex;
  flex-wrap: wrap;
  margin: 40px -20px 10px;
}
.section-pictures-list .pics-list li {
  flex-basis: 33.3333333333%;
  flex-grow: 0;
  flex-shrink: 0;
  padding: 0 20px 30px;
}
.section-pictures-list .pics-list li:nth-child(2n+1) a {
  transform: rotate(-2deg);
}
.section-pictures-list .pics-list li:nth-child(2n) a {
  transform: rotate(2deg);
}
.section-pictures-list .pics-list a {
  display: block;
  width: 100%;
  position: relative;
  border-radius: 40px;
  background: #fff;
}
.section-pictures-list .pics-list img {
  display: block;
}
@media screen and (max-width: 980px) {
  .section-pictures-list .pics-list {
    margin: 30px -10px 10px;
  }
  .section-pictures-list .pics-list li {
    padding: 0 10px 20px;
  }
}
@media screen and (max-width: 768px) {
  .section-pictures-list .pics-list {
    margin: 20px -10px 10px;
  }
  .section-pictures-list .pics-list li {
    padding: 0 10px 20px;
    flex-basis: 50%;
  }
}
@media screen and (max-width: 480px) {
  .section-pictures-list .pics-list li {
    padding: 0 10px 20px;
    flex-basis: 100%;
  }
}
.section-pictures-list .tab-content {
  max-width: 100%;
  padding: 50px 0 90px;
}
.section-pictures-list .btn-row {
  text-align: center;
}
.section-coloring-app {
  padding: 0;
}
@media (max-width: 1280px) {
  .section-coloring-app .container {
    padding: 0 100px;
  }
}
@media (max-width: 1024px) {
  .section-coloring-app .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .section-coloring-app .container {
    padding: 0 30px;
  }
}
.section-coloring-app .support-msg-text {
  display: none;
}
.section-coloring-app.not-support .app-container {
  display: none;
}
.section-coloring-app.not-support .support-msg-text {
  display: block;
  font-size: 40px;
  font-family: "Pangolin";
  color: #234c99;
  text-align: center;
  padding: 50px 0;
}
@media screen and (max-width: 1440px) {
  .section-coloring-app.not-support .support-msg-text {
    font-size: 32px;
  }
}
@media screen and (max-width: 1024px) {
  .section-coloring-app.not-support .support-msg-text {
    font-size: 18px;
  }
}
.section-coloring-app .heading {
  background-color: #fff;
  padding: 150px 0 15px;
  position: relative;
}
.section-coloring-app .heading .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.section-coloring-app .heading .container .title {
  flex: 0 0 auto;
  padding-right: 40px;
  margin-top: 0;
}
.section-coloring-app .heading .container .btn {
  margin-right: 11%;
}
.section-coloring-app .heading .container .btn:after {
  display: none;
}
@media screen and (max-width: 767px) {
  .section-coloring-app .heading .container .btn {
    margin-right: auto;
    margin-left: auto;
    width: auto;
  }
}
@media screen and (max-width: 1440px) {
  .section-coloring-app .heading .container {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .section-coloring-app .heading .container {
    justify-content: center;
  }
  .section-coloring-app .heading .container .title {
    margin: 20px 0 0;
    padding: 0 0 10px;
  }
}
.section-coloring-app .app-container {
  position: relative;
  margin-top: 70px;
}
.section-coloring-app .app-container::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 9px;
  background-image: url(/images/app-bottom-border.svg?ad6dea64adf7646489c1d34d31fbc434);
  background-position: center bottom;
  background-repeat: no-repeat;
}
.section-coloring-app .app-container .draw-canvas {
  position: relative !important;
  width: 100% !important;
  height: auto !important;
  top: 0 !important;
  left: 0 !important;
}
.section-coloring-app .app-container .canvas {
  position: absolute !important;
  width: 100% !important;
  height: auto !important;
  top: 0 !important;
  left: 0 !important;
}
.section-coloring-app .app-container .interactive-canvas {
  position: absolute !important;
  width: 100% !important;
  height: auto !important;
  top: 0 !important;
  left: 0 !important;
}

.form-loader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #1b489a;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
}
.form-loader.visible {
  opacity: 0.8;
  pointer-events: all;
  z-index: 2000;
}
.form-loader .loader-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
  margin: auto;
}
.form-loader .loader-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.form-loader .loader-ellipsis div:nth-child(1) {
  left: 6px;
  animation: loader-ellipsis1 0.6s infinite;
}
.form-loader .loader-ellipsis div:nth-child(2) {
  left: 6px;
  animation: loader-ellipsis2 0.6s infinite;
}
.form-loader .loader-ellipsis div:nth-child(3) {
  left: 26px;
  animation: loader-ellipsis2 0.6s infinite;
}
.form-loader .loader-ellipsis div:nth-child(4) {
  left: 45px;
  animation: loader-ellipsis3 0.6s infinite;
}

.page-birthday-greetings .header,
.page-birthday-greetings .header.scroll {
  background-color: transparent;
  box-shadow: none;
  padding-bottom: 8px;
}
.page-birthday-greetings .header:before,
.page-birthday-greetings .header.scroll:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  background-color: #1b489a;
  z-index: 1;
}
.page-birthday-greetings .header:after,
.page-birthday-greetings .header.scroll:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(/images/bg-header.svg?9e3f7ac0e7681ce715ccee97aaa27892);
  background-position: center top;
  background-size: 1920px 120px;
  background-repeat: repeat-x;
  background-position: 50% 0;
  z-index: 2;
}
@media screen and (max-width: 1480px) {
  .page-birthday-greetings .header:after,
  .page-birthday-greetings .header.scroll:after {
    background-size: 1920px 96px;
  }
}
@media screen and (max-width: 1750px) and (min-width: 1081px) {
  .page-birthday-greetings .header:after,
  .page-birthday-greetings .header.scroll:after {
    background-position: center bottom;
  }
}
@media screen and (max-width: 1080px) {
  .page-birthday-greetings .header:after,
  .page-birthday-greetings .header.scroll:after {
    background-size: 1920px 80px;
  }
}
.page-birthday-greetings .header .container-fluid,
.page-birthday-greetings .header.scroll .container-fluid {
  position: relative;
  z-index: 3;
}
.page-birthday-greetings .header .header__logo,
.page-birthday-greetings .header.scroll .header__logo {
  background-image: url(/images/logo-greating.svg?1da2da353f536b4a919d13201ab0b144);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  height: 63px;
}
.page-birthday-greetings .header .header__logo img,
.page-birthday-greetings .header.scroll .header__logo img {
  opacity: 0;
}
@media screen and (max-width: 1480px) {
  .page-birthday-greetings .header .header__logo,
  .page-birthday-greetings .header.scroll .header__logo {
    max-width: 161px;
    height: 53px;
  }
}
@media screen and (max-width: 1480px) {
  .page-birthday-greetings .header .header__logo,
  .page-birthday-greetings .header.scroll .header__logo {
    max-width: 149px;
    height: 50px;
  }
}
@media screen and (max-width: 1750px) {
  .page-birthday-greetings .header,
  .page-birthday-greetings .header.scroll {
    padding-bottom: 20px;
  }
}

.page-birthday-greetings .footer {
  background-color: #fff;
}

.section-greeting-intro {
  background: #1a4699;
  color: #fff;
  padding-top: 112px;
  font-size: 20px;
  line-height: 1.5;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 980px) {
  .section-greeting-intro {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .section-greeting-intro {
    font-size: 15px;
    overflow: hidden;
  }
}
.section-greeting-intro .title {
  color: #fff;
  position: relative;
  display: inline-block;
  margin-top: 92px;
}
.section-greeting-intro .title:before {
  content: "";
  display: block;
  width: 176px;
  height: 263px;
  position: absolute;
  top: 0;
  left: -195px;
  background-image: url(/images/intro-title-decor-1.png?92ea2e361022ea9f2dc39a725ae57944);
}
.section-greeting-intro .title:after {
  content: "";
  display: block;
  width: 327px;
  height: 153px;
  position: absolute;
  top: 0;
  right: -340px;
  background-image: url(/images/intro-title-decor-2.png?81fc6d77bf928942aec74543f6beae7a);
}
@media screen and (max-width: 980px) {
  .section-greeting-intro .title {
    margin-top: 20px;
    max-width: 460px;
  }
}
@media screen and (max-width: 767px) {
  .section-greeting-intro .title {
    max-width: 370px;
    font-size: 40px;
  }
  .section-greeting-intro .title:after {
    right: 0;
    background-size: contain;
    width: 140px;
    height: 66px;
    top: -40px;
  }
}
.section-greeting-intro .subtitle {
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .section-greeting-intro .subtitle {
    margin: 0;
    font-size: 24px;
    letter-spacing: 0;
  }
}
.section-greeting-intro .columns-layout {
  display: flex;
  margin: 85px -15px 65px;
}
@media screen and (max-width: 767px) {
  .section-greeting-intro .columns-layout {
    flex-wrap: wrap;
    margin: 25px 0 30px;
  }
}
.section-greeting-intro .column {
  flex-basis: 50%;
  margin: 0 15px;
}
.section-greeting-intro .column p {
  margin-bottom: 20px;
}
.section-greeting-intro .column-left {
  padding-right: 15px;
}
.section-greeting-intro .column-right {
  padding-left: 35px;
}
@media screen and (max-width: 767px) {
  .section-greeting-intro .column {
    flex-basis: 100%;
    margin: 0;
  }
  .section-greeting-intro .column-left {
    padding: 0;
  }
  .section-greeting-intro .column-right {
    padding: 0;
  }
}
.section-greeting-intro .btn-row {
  margin: 35px 0 10px;
}
.section-greeting-intro .btn-row .btn {
  max-width: 220px;
  margin-bottom: 10px;
}
.section-greeting-intro .intro-picture {
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .section-greeting-intro .intro-picture {
    width: 767px;
    max-width: 767px;
    margin-left: 50%;
    transform: translateX(-386px);
  }
}
.section-greeting-intro .letter {
  display: block;
  position: absolute;
  background-image: url(/images/pic-letter.svg?9793b806437cfa1e97953b487498a97b);
  background-repeat: no-repeat;
  width: 160px;
  height: 104px;
  border-radius: 18px;
}
.section-greeting-intro .letter-1 {
  top: 483px;
  left: 1623px;
  transform: skew(10deg, -32deg);
  width: 140px;
  height: 91px;
}
.section-greeting-intro .letter-2 {
  top: 703px;
  right: 1593px;
  transform: skew(334deg, 12deg) rotateY(-13deg) rotateZ(-4deg) rotateX(27deg);
  width: 90px;
  height: 61px;
}
.section-greeting-intro .letter-3 {
  top: 743px;
  right: 1383px;
  transform: skew(19deg, 2deg) rotateY(8deg) rotateZ(340deg) rotateX(48deg);
  width: 190px;
  height: 125px;
}

.section-greeting-terms {
  background-color: #022d81;
  color: #fff;
  padding: 100px 0 230px;
  margin: -110px 0 0;
  position: relative;
  overflow: hidden;
  background-image: url(/images/pic-section-border.jpg?918858201fc2c8df4c2efc3fcf5bb530);
  background-repeat: no-repeat;
  background-position: center bottom;
  z-index: 1;
}
@media screen and (max-width: 890px) {
  .section-greeting-terms {
    padding-bottom: 0;
    overflow: visible;
    z-index: 2;
  }
}
@media screen and (max-width: 767px) {
  .section-greeting-terms {
    padding-top: 120px;
  }
}
.section-greeting-terms .title-decoration:after {
  left: 170px;
}
@media screen and (max-width: 980px) {
  .section-greeting-terms .title-decoration:after {
    left: 30%;
  }
}
.section-greeting-terms .steps {
  display: flex;
  align-items: flex-start;
  margin: 65px 0 0;
}
@media screen and (max-width: 1200px) {
  .section-greeting-terms .steps {
    flex-wrap: wrap;
    justify-content: center;
    max-width: 700px;
    margin: 65px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .section-greeting-terms .steps {
    flex-direction: column;
    align-items: center;
  }
}
.section-greeting-terms .step {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.section-greeting-terms .step .step-order {
  font-size: 32px;
  line-height: 1;
  font-family: "Pangolin", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: -30px;
}
@media screen and (max-width: 767px) {
  .section-greeting-terms .step .step-order {
    font-size: 26px;
    margin-top: -24px;
  }
}
.section-greeting-terms .step .step-description {
  position: relative;
  font-size: 20px;
  line-height: 1.45;
  margin: 18px 0 0;
}
.section-greeting-terms .step .step-description a {
  color: #F3A029;
  text-decoration: underline;
}
.section-greeting-terms .step .step-description:before, .section-greeting-terms .step .step-description:after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1200px) {
  .section-greeting-terms .step .step-description {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .section-greeting-terms .step .step-description {
    font-size: 15px;
  }
}
.section-greeting-terms .step-1 {
  background-image: url(/images/frame-1.svg?454269e56f1106f695b6322ed32cfdfa);
  max-width: 170px;
  padding: 0 25px 41px 30px;
  margin: 40px 52px 0 78px;
}
@media screen and (max-width: 767px) {
  .section-greeting-terms .step-1 {
    max-width: 145px;
    margin: 40px 52px 40px 78px;
  }
}
.section-greeting-terms .step-1 .step-order {
  background-image: url(/images/circle-1.svg?935963ba1d1564302d7475b0cceec134);
  width: 63px;
  height: 63px;
}
@media screen and (max-width: 767px) {
  .section-greeting-terms .step-1 .step-order {
    width: 44px;
    height: 44px;
    margin-top: -20px;
  }
}
.section-greeting-terms .step-1 .step-description:before {
  background-image: url(/images/icon-1.svg?37bde95f2553c51125389537e1dce8c7);
  width: 104px;
  height: 86px;
  left: -103px;
  top: -77px;
}
@media screen and (max-width: 767px) {
  .section-greeting-terms .step-1 .step-description:before {
    width: 85px;
    height: 69px;
    left: -72px;
    top: -65px;
  }
}
.section-greeting-terms .step-1 .step-description:after {
  background-image: url(/images/step-arrow-1.svg?191a4cdf992b0946c7510626f85102ed);
  width: 66px;
  height: 32px;
  right: -70px;
  top: 8px;
}
@media screen and (max-width: 767px) {
  .section-greeting-terms .step-1 .step-description:after {
    width: 49px;
    height: 22px;
    transform: rotate(115deg);
    top: 100px;
    right: -10px;
  }
}
.section-greeting-terms .step-2 {
  background-image: url(/images/frame-2.svg?4a39afaf4a96ebdcd19104c6986a9ddd);
  max-width: 317px;
  padding: 0px 77px 40px 46px;
  margin: 0 60px 0 0;
}
@media screen and (max-width: 1200px) {
  .section-greeting-terms .step-2 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .section-greeting-terms .step-2 {
    max-width: 260px;
  }
}
.section-greeting-terms .step-2 .step-order {
  background-image: url(/images/circle-2.svg?158a963381219fea53d2f40d196fe99a);
  width: 60px;
  height: 64px;
  margin: -27px 0 0 49px;
}
@media screen and (max-width: 767px) {
  .section-greeting-terms .step-2 .step-order {
    width: 44px;
    height: 44px;
  }
}
.section-greeting-terms .step-2 .step-description:before {
  background-image: url(/images/icon-2.svg?927567ac0d23cd72d7a2f07da7a9d3e7);
  width: 118px;
  height: 121px;
  right: -117px;
  top: -65px;
}
@media screen and (max-width: 767px) {
  .section-greeting-terms .step-2 .step-description:before {
    width: 95px;
    height: 98px;
  }
}
.section-greeting-terms .step-2 .step-description:after {
  background-image: url(/images/step-arrow-2.svg?1e32a3d88a940ec50ead023faee0d69c);
  width: 75px;
  height: 31px;
  right: -126px;
  top: 102px;
}
@media screen and (max-width: 1200px) {
  .section-greeting-terms .step-2 .step-description:after {
    transform: rotate(145deg);
    left: -110px;
    top: 100%;
  }
}
@media screen and (max-width: 767px) {
  .section-greeting-terms .step-2 .step-description:after {
    transform: rotate(95deg);
    width: 60px;
    height: 24px;
    left: -11px;
    top: auto;
    bottom: -70px;
    z-index: 1;
  }
}
.section-greeting-terms .step-3 {
  background-image: url(/images/frame-3.svg?e1ae1da1435302aa2efa7e3bb6e10239);
  max-width: 293px;
  margin: 19px 103px 0 0;
  padding: 0 38px 57px 46px;
}
@media screen and (max-width: 767px) {
  .section-greeting-terms .step-3 {
    max-width: 235px;
    margin-bottom: 40px;
    margin-right: 0;
    margin-left: 20px;
  }
}
.section-greeting-terms .step-3 .step-order {
  background-image: url(/images/circle-3.svg?bfefb7715cfcd38696e475a9c6d283db);
  width: 60px;
  height: 60px;
  margin-right: 38px;
}
@media screen and (max-width: 767px) {
  .section-greeting-terms .step-3 .step-order {
    width: 44px;
    height: 44px;
  }
}
.section-greeting-terms .step-3 .step-description:before {
  background-image: url(/images/icon-3.svg?8008a11a2bb9564bb6cbaaea9b6da85b);
  width: 80px;
  height: 85px;
  right: -71px;
  top: -55px;
}
@media screen and (max-width: 767px) {
  .section-greeting-terms .step-3 .step-description:before {
    width: 65px;
    height: 68px;
    right: -60px;
    top: -40px;
  }
}
.section-greeting-terms .step-3 .step-description:after {
  background-image: url(/images/step-arrow-3.svg?547a518a628e0c8e66de47167977a485);
  width: 81px;
  height: 33px;
  right: -134px;
  top: 58px;
}
@media screen and (max-width: 767px) {
  .section-greeting-terms .step-3 .step-description:after {
    width: 61px;
    height: 23px;
    transform: rotate(83deg) rotateX(180deg);
    top: auto;
    bottom: -80px;
    right: -22px;
  }
}
.section-greeting-terms .step-4 {
  background-image: url(/images/frame-4.svg?54177533f4c0e786f80c245f6658ba11);
  max-width: 205px;
  margin: 56px 0 0;
  padding: 0 5px 49px 36px;
}
@media screen and (max-width: 767px) {
  .section-greeting-terms .step-4 {
    max-width: 160px;
    margin-top: 10px;
  }
}
.section-greeting-terms .step-4 .step-order {
  background-image: url(/images/circle-4.svg?3168f82afb4752d0c9322b90d9982d51);
  width: 61px;
  height: 61px;
  margin-right: 12px;
}
@media screen and (max-width: 767px) {
  .section-greeting-terms .step-4 .step-order {
    width: 44px;
    height: 44px;
  }
}
.section-greeting-terms .step-4 .step-description:before {
  background-image: url(/images/icon-4.svg?f8fb56c33c03191fefe175ab1b1ec6f4);
  width: 109px;
  height: 70px;
  left: -78px;
  top: -83px;
}
@media screen and (max-width: 767px) {
  .section-greeting-terms .step-4 .step-description:before {
    width: 90px;
    height: 58px;
    left: -67px;
    top: -70px;
  }
}
.section-greeting-terms .step-4 .step-description:after {
  display: none;
}
.section-greeting-terms .terms {
  margin-top: 85px;
  background-image: url(/images/bg-terms-list.jpg?c1c8d429b94116905fb1225379a4a7ce);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .section-greeting-terms .terms {
    background-image: none;
    margin-top: 40px;
  }
}
.section-greeting-terms .terms .terms-inner {
  max-width: 1020px;
  margin: 0 auto 0;
}
.section-greeting-terms .terms .terms-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 35px;
}
.section-greeting-terms .terms .terms-list .terms-item {
  position: relative;
  padding: 0 0 0 40px;
  box-sizing: border-box;
  font-size: 20px;
  line-height: 1.45;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .section-greeting-terms .terms .terms-list .terms-item {
    font-size: 15px;
  }
}
.section-greeting-terms .terms .terms-list .terms-item:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 15px;
  height: 17px;
  background-image: url(/images/list-bullet.png?3165eb7d59731e699b03dfe4812341e6);
  background-repeat: no-repeat;
}
.section-greeting-terms .terms .terms-list .terms-item.item-1 {
  order: 1;
  flex-basis: 64%;
  padding-right: 60px;
}
@media screen and (max-width: 767px) {
  .section-greeting-terms .terms .terms-list .terms-item.item-1 {
    flex-basis: 100%;
  }
}
.section-greeting-terms .terms .terms-list .terms-item.item-2 {
  order: 3;
  flex-basis: 64%;
  padding-right: 60px;
}
@media screen and (max-width: 767px) {
  .section-greeting-terms .terms .terms-list .terms-item.item-2 {
    flex-basis: 100%;
    order: 2;
  }
}
.section-greeting-terms .terms .terms-list .terms-item.item-3 {
  order: 2;
  flex-basis: 36%;
}
@media screen and (max-width: 767px) {
  .section-greeting-terms .terms .terms-list .terms-item.item-3 {
    flex-basis: 100%;
    order: 3;
  }
}
.section-greeting-terms .terms .terms-list .terms-item.item-4 {
  order: 4;
  flex-basis: 36%;
}
@media screen and (max-width: 767px) {
  .section-greeting-terms .terms .terms-list .terms-item.item-4 {
    flex-basis: 100%;
  }
}
.section-greeting-terms .anounce {
  width: 100%;
  max-width: 1046px;
  min-height: 674px;
  background-image: url(/images/bg-anounvce.svg?53a0f9287afe3d861d00642d61c2dd72);
  background-position: 0 0;
  background-repeat: no-repeat;
  color: #565762;
  padding: 140px 0 0 83px;
  margin: 125px auto 0 193px;
}
@media screen and (max-width: 1200px) {
  .section-greeting-terms .anounce {
    margin: 85px auto 0;
  }
}
@media screen and (max-width: 890px) {
  .section-greeting-terms .anounce {
    background: #fff;
    margin: 110px -20px 0;
    width: auto;
    padding: 200px 20px;
    position: relative;
  }
  .section-greeting-terms .anounce:after {
    content: "";
    display: block;
    position: absolute;
    width: 356px;
    height: 279px;
    right: auto;
    left: 0;
    bottom: auto;
    top: -95px;
    background-image: url(/images/pic-decor-1-mob.png?a25f1d5bb56069eae88772ced6afa675);
  }
  .section-greeting-terms .anounce:before {
    content: "";
    display: block;
    position: absolute;
    width: 362px;
    height: 271px;
    left: auto;
    right: 0;
    bottom: -60px;
    background-image: url(/images/pic-decor-2-mob.png?00752ef199a77a3cf76082866681ff2b);
  }
}
.section-greeting-terms .anounce .title-level-3 {
  line-height: 1.25;
  max-width: 520px;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 980px) {
  .section-greeting-terms .anounce .title-level-3 {
    font-size: 28px;
    max-width: 60%;
  }
}
@media screen and (max-width: 890px) {
  .section-greeting-terms .anounce .title-level-3 {
    max-width: 260px;
    margin: auto;
  }
}
.section-greeting-terms .anounce .decor {
  position: absolute;
  display: block;
}
@media screen and (max-width: 890px) {
  .section-greeting-terms .anounce .decor {
    display: none;
  }
}
.section-greeting-terms .anounce .decor.decor-1 {
  width: 815px;
  height: 608px;
  right: 783px;
  bottom: 60px;
}
.section-greeting-terms .anounce .decor.decor-2 {
  width: 804px;
  height: 613px;
  left: 52%;
  bottom: 79px;
}
@media all and (-ms-high-contrast: none) {
  .section-greeting-terms .step {
    display: block;
  }
  .section-greeting-terms .step .step-description {
    display: block;
  }
  .section-greeting-terms .step .step-order {
    margin: -27px auto 0;
  }
}

.section-greeting-partners {
  color: #565762;
  background-color: #edf3ff;
  padding: 45px 0 90px;
  overflow: hidden;
}
.section-greeting-partners .container {
  max-width: 1300px;
}
.section-greeting-partners .title-decoration {
  border-top: 4px solid #becce6;
}
.section-greeting-partners .title-decoration:after {
  left: 170px;
  border-top: 4px solid #becce6;
}
@media screen and (max-width: 980px) {
  .section-greeting-partners .title-decoration:after {
    left: 30%;
  }
}
.section-greeting-partners .partners-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}
.section-greeting-partners .partners-list .partners-item {
  flex-basis: 25%;
  padding: 10px 15px;
}
.section-greeting-partners .partners-list a {
  display: block;
}
.section-greeting-partners .partners-list a img {
  display: block;
  width: 100%;
  max-height: 80px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 1024px) {
  .section-greeting-partners .partners-list {
    flex-wrap: wrap;
  }
  .section-greeting-partners .partners-list .partners-item {
    flex-basis: 50%;
    padding: 10px 15px;
  }
}
@media screen and (max-width: 890px) {
  .section-greeting-partners {
    padding-bottom: 50px;
    position: relative;
    z-index: 1;
  }
}
@media (max-width: 580px) {
  .section-greeting-partners .partners-list {
    flex-wrap: wrap;
  }
  .section-greeting-partners .partners-list .partners-item {
    flex-basis: 100%;
    padding: 10px 0px;
  }
}

.page-book {
  background-color: #fff;
}
.page-book .section-intro {
  padding: 114px 0 100px;
  background-color: #fff;
  background-image: url(/images/bg-stars.png?e9e0d7623dd9126f1f79477f0281394a), url(/images/bg-star.png?beb0af61ca3f5c58a127637ec0a1f9f9);
  background-position: 4% 40%, 98% 64%;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
}
.page-book .section-intro .intro-decor {
  position: absolute;
}
.page-book .section-intro .intro-decor-1 {
  left: calc(50% - 970px);
  bottom: -69px;
}
.page-book .section-intro .intro-decor-2 {
  right: calc(50% - 900px);
  bottom: -72px;
}
@media screen and (max-width: 1040px), screen and (max-height: 800px) {
  .page-book .section-intro .intro-decor-1 {
    width: 123px;
    height: 170px;
    left: calc(50% - 145px);
    bottom: -69px;
  }
  .page-book .section-intro .intro-decor-2 {
    width: 99px;
    height: 135px;
    right: calc(50% - 140px);
    bottom: -72px;
  }
}
.page-book .section-intro .columns {
  display: flex;
  gap: 40px;
}
.page-book .section-intro .columns + .columns {
  margin-top: 50px;
}
.page-book .section-intro .columns .col {
  flex: 1 1 auto;
}
.page-book .section-intro .columns-1-2 .col-text {
  max-width: 750px;
  padding-top: 28px;
  letter-spacing: -0.3px;
}
.page-book .section-intro .columns-1-2 .col-pic {
  max-width: 400px;
  position: relative;
  text-align: right;
}
.page-book .section-intro .columns-1-2 .col-pic .book {
  width: 100%;
  max-width: 355px;
  position: relative;
  z-index: 1;
}
.page-book .section-intro .columns-1-2 .col-pic .decor {
  position: absolute;
  z-index: 2;
  top: 113px;
  right: -200px;
}
.page-book .section-intro .title {
  font-size: 56px;
  margin-bottom: 64px;
}
.page-book .section-intro .columns-2-1 .col-pic {
  max-width: 400px;
  position: relative;
}
.page-book .section-intro .columns-2-1 .col-pic .person {
  width: 100%;
  max-width: 360px;
  position: relative;
  z-index: 1;
}
.page-book .section-intro .columns-2-1 .col-text {
  max-width: 750px;
}
.page-book .section-intro .columns-2-1 .col-text .person {
  display: none;
}
@media screen and (max-width: 1366px) {
  .page-book .section-intro {
    background-position: 0% 80%, 100% 35%;
  }
  .page-book .section-intro .columns-1-2 {
    align-items: center;
  }
  .page-book .section-intro .columns-1-2 .col-pic {
    max-width: 270px;
  }
  .page-book .section-intro .columns-1-2 .col-pic .decor {
    zoom: 0.7;
  }
}
@media screen and (max-width: 1040px), screen and (max-height: 800px) {
  .page-book .section-intro {
    background-position: 100% 0%, 50% 100%;
  }
  .page-book .section-intro .title {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .page-book .section-intro .columns {
    flex-direction: column;
  }
  .page-book .section-intro .columns-1-2 {
    align-items: center;
  }
  .page-book .section-intro .columns-1-2 .col-text {
    max-width: 100%;
  }
  .page-book .section-intro .columns-1-2 .col-pic {
    max-width: 217px;
  }
  .page-book .section-intro .columns-1-2 .col-pic .decor {
    zoom: 0.5;
  }
  .page-book .section-intro .columns-2-1 {
    align-items: center;
  }
  .page-book .section-intro .columns-2-1 .col-text {
    max-width: 100%;
  }
  .page-book .section-intro .columns-2-1 .col-text .person {
    max-width: 140px;
    display: block;
    float: left;
    margin-right: 16px;
  }
  .page-book .section-intro .columns-2-1 .col-pic {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .page-book .section-intro {
    padding-bottom: 120px;
  }
}
.page-book .section-book {
  background-color: #2B5FBD;
  position: relative;
  background-image: url(/images/bg-book-section.png?16b21c64c399b50e233b319d27a2d6f1);
  background-position: 50% 150px;
  background-repeat: no-repeat;
  background-size: 100% 85%;
  padding: 150px 0 40px;
}
.page-book .section-book:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -1px;
  width: 100%;
  height: 102px;
  background-color: #385ebc;
  background-image: url(/images/bg-book-devider.svg?6b1d61d9ea98419acd65772fa53b5720);
  background-repeat: no-repeat;
  background-position: 50% -2px;
  background-size: 100% 102px;
}
@media screen and (max-width: 980px) {
  .page-book .section-book {
    padding: 150px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .page-book .section-book {
    padding: 150px 0 0;
  }
}
.page-book .section-book .book-container {
  display: block;
  width: 100%;
  max-width: 1620px;
  height: 800px;
  margin: 0 auto;
  padding-bottom: 50px;
  background: transparent;
}
@media screen and (max-width: 980px) {
  .page-book .section-book .book-container {
    display: none;
  }
}
.page-book .section-book .book-mob {
  display: none;
  padding: 0 15px 20px;
  max-width: 500px;
  margin: auto;
}
@media screen and (max-width: 980px) {
  .page-book .section-book .book-mob {
    display: block;
  }
  .page-book .section-book .book-mob img {
    width: 100%;
    max-width: 500px;
    margin: auto;
    display: block;
  }
  .page-book .section-book .book-mob .btn {
    display: block;
    margin: 20px auto 0;
  }
}

.privacy-page {
  background: #fff;
  color: #1E4997;
}
.privacy-page .footer {
  background-color: #fff;
  padding-top: 120px;
}
@media screen and (max-width: 1080px) {
  .privacy-page .footer .footer-copyright {
    color: #1E4997;
  }
}

.privacy-page .title {
  font-family: "Pangolin", sans-serif;
  line-height: 1.1;
  font-size: 56px;
  font-weight: 400;
}
@media (max-width: 980px) {
  .privacy-page .title {
    font-size: 40px;
  }
}

@media (max-width: 480px) {
  .privacy-page .break {
    word-break: break-all;
  }
}

.section-privacy {
  padding-top: 150px;
}
@media (max-width: 980px) {
  .section-privacy {
    padding-top: 110px;
  }
}

.privacy__title-container {
  margin-bottom: 60px;
  width: 100%;
}
@media (max-width: 980px) {
  .privacy__title-container {
    margin-bottom: 40px;
  }
}

.privacy-text {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
}
.privacy-text p {
  margin-bottom: 10px;
}
.privacy-text h2 {
  margin: 64px 0 40px;
  font-family: "Pangolin", sans-serif;
  line-height: 1.1;
  font-size: 40px;
  font-weight: 400;
}
.privacy-text h3 {
  font-family: "e-Ukraine";
  font-weight: 700;
}
.privacy-text ul {
  margin-bottom: 15px;
  list-style: none;
}
.privacy-text li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 30px;
}
.privacy-text li:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #FF5600;
}
@media (max-width: 980px) {
  .privacy-text {
    font-size: 16px;
  }
  .privacy-text p {
    margin-bottom: 8px;
  }
  .privacy-text h2 {
    margin: 40px 0 26px;
    font-size: 30px;
  }
  .privacy-text li {
    margin-bottom: 12px;
    position: relative;
    padding-left: 25px;
  }
  .privacy-text li:before {
    top: 8px;
    width: 8px;
    height: 8px;
  }
}

.page-victory {
  background-color: #fff;
}
.page-victory .section-intro {
  padding: 120px 0 70px;
  position: relative;
  background-color: #fff;
  background-image: url(/images/bg-marching-intro1.png?38cf03ae865a54522681b5fe38dab9ad), url(/images/bg-marching-intro2.png?388ca4a22135aa6885e91a61b46c8cd8);
  background-position: calc(50% - 820px) 220px, calc(50% + 881px) 140px;
  background-repeat: no-repeat;
}
.page-victory .section-intro:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  width: 100%;
  height: 102px;
  background-color: #385ebc;
  background-image: url(/images/bg-book-devider.svg?6b1d61d9ea98419acd65772fa53b5720);
  background-repeat: no-repeat;
  background-position: 50% -2px;
  background-size: 100% 102px;
}
.page-victory .section-intro .columns {
  display: flex;
  gap: 40px;
}
.page-victory .section-intro .col {
  flex-basis: 50%;
  flex: 0 0 50%;
}
.page-victory .section-intro .col-info {
  max-width: 614px;
}
.page-victory .section-intro .title {
  font-size: 56px;
  line-height: 1.2;
  font-weight: 400;
  font-family: "Pangolin", sans-serif;
  margin-bottom: 60px;
}
.page-victory .section-intro .intro-victory-hero--mob {
  display: none;
}
.page-victory .section-intro .special-text {
  margin-top: 60px;
  position: relative;
}
.page-victory .section-intro .special-text-decor {
  display: block;
  width: 311px;
  height: 330px;
  position: absolute;
  top: -24px;
  right: 28px;
}
.page-victory .section-intro .planet {
  transform: translate(-90px, 0);
  width: 493px;
  height: 344px;
  background-image: url(/images/bg-orange-planet.svg?2f0912969caaa1d0fe4666439c1b5f51);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding: 77px 118px 91px 112px;
  font-size: 15px;
  text-align: center;
}
.page-victory .section-intro .intro-victory-hero {
  position: absolute;
  width: 746px;
  height: 693px;
}
.page-victory .section-intro .intro-victory-decor {
  display: block;
  width: 143px;
  height: 213px;
  position: absolute;
  right: 102px;
  bottom: 30px;
}
@media screen and (max-width: 1040px), screen and (max-height: 800px) {
  .page-victory .section-intro .title {
    font-size: 40px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1040px) {
  .page-victory .section-intro .columns {
    display: block;
  }
  .page-victory .section-intro .col-pic {
    display: none;
  }
  .page-victory .section-intro .col-info {
    max-width: 100%;
  }
  .page-victory .section-intro .intro-victory-hero--mob {
    display: block;
    width: 100%;
    max-width: 500px;
    margin: auto;
  }
  .page-victory .section-intro .special-text {
    max-width: 640px;
    margin: 60px auto 0;
  }
}
@media screen and (max-width: 980px) {
  .page-victory .section-intro .special-text {
    max-width: 500px;
    margin: 40px auto 0;
    position: absolute;
    margin-top: 75px;
    left: calc(50% - 250px);
  }
  .page-victory .section-intro .special-text-decor {
    zoom: 0.65;
    top: 340px;
  }
  .page-victory .section-intro .intro-victory-decor {
    width: 84px;
    height: 125px;
    right: 6%;
  }
}
@media screen and (max-width: 768px) {
  .page-victory .section-intro .special-text {
    width: 100%;
    max-width: 400px;
    height: 450px;
    position: absolute;
    margin-top: 75px;
    left: 0;
    right: 0;
    overflow: hidden;
  }
  .page-victory .section-intro .special-text-decor {
    top: 380px;
    left: 330px;
  }
}
.page-victory .section-prefooter {
  padding: 80px 0 55px;
  background-image: url(/images/bg-canstellar.png?0c139173cf8ecd89565c52e01006876d);
  background-color: #2B5FBD;
  background-repeat: no-repeat;
  background-position: calc(50% + 820px) 50%;
  color: #fff;
}
.page-victory .section-prefooter .info {
  max-width: 1268px;
  -moz-columns: 2;
  columns: 2;
  gap: 40px;
}
@media screen and (max-width: 980px) {
  .page-victory .section-prefooter {
    padding-top: 450px;
  }
}
@media screen and (max-width: 768px) {
  .page-victory .section-prefooter .info {
    -moz-columns: 1;
    columns: 1;
  }
  .page-victory .section-prefooter .info p + p {
    margin-top: 12px;
  }
}

.page-nsac {
  background-color: #f0f5fb;
}
.page-nsac .header,
.page-nsac .header.scroll {
  background-color: transparent;
  box-shadow: none;
  padding-bottom: 8px;
}
.page-nsac .header:before,
.page-nsac .header.scroll:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  background-color: #f0f5fb;
  z-index: 1;
}
.page-nsac .header:after,
.page-nsac .header.scroll:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(/images/bg-header.svg?9e3f7ac0e7681ce715ccee97aaa27892);
  background-position: center top;
  background-size: 1920px 120px;
  background-repeat: repeat-x;
  background-position: 50% 0;
  z-index: 2;
}
@media screen and (max-width: 1480px) {
  .page-nsac .header:after,
  .page-nsac .header.scroll:after {
    background-size: 1920px 96px;
  }
}
@media screen and (max-width: 1750px) and (min-width: 1081px) {
  .page-nsac .header:after,
  .page-nsac .header.scroll:after {
    background-position: center bottom;
  }
}
@media screen and (max-width: 1080px) {
  .page-nsac .header:after,
  .page-nsac .header.scroll:after {
    background-size: 1920px 80px;
  }
}
.page-nsac .header .container-fluid,
.page-nsac .header.scroll .container-fluid {
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1750px) {
  .page-nsac .header,
  .page-nsac .header.scroll {
    padding-bottom: 20px;
  }
}
.page-nsac .footer {
  background-color: #133d7b;
}
.page-nsac .footer .footer-copyright {
  color: #fff;
}
.page-nsac .footer .footer-menu-item-single {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .page-nsac .footer {
    background-color: #1b479a;
    padding-top: 20px;
  }
}
.page-nsac .section-intro {
  padding-top: 187px;
  padding-bottom: 140px;
  background-color: #f0f5fb;
  background-image: url(/images/bg-intro-nsac.svg?d9c1b457181e29db91290217ebae7d53);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
}
@media screen and (max-width: 1750px) {
  .page-nsac .section-intro {
    padding-top: 133px;
  }
}
@media screen and (max-width: 1200px) {
  .page-nsac .section-intro {
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  .page-nsac .section-intro {
    padding-top: 58px;
    padding-bottom: 0;
    background-image: none;
  }
}
.page-nsac .section-intro .title {
  letter-spacing: 0;
}
@media screen and (max-width: 1200px) {
  .page-nsac .section-intro .title {
    padding-right: 58px;
  }
}
@media screen and (max-width: 768px) {
  .page-nsac .section-intro .title {
    font-size: 48px;
  }
}
.page-nsac .section-intro .text {
  line-height: 1.3;
  margin-top: 40px;
  padding-right: 0;
}
.page-nsac .section-intro .text p {
  margin-bottom: 10px;
}
@media screen and (max-width: 1200px) {
  .page-nsac .section-intro .text p:nth-child(1) {
    padding-right: 51px;
  }
}
@media screen and (max-width: 768px) {
  .page-nsac .section-intro .text {
    line-height: 1.46;
    margin-top: 17px;
    font-size: 15px;
  }
}
@media screen and (max-width: 500px) {
  .page-nsac .section-intro .text p:nth-child(1) {
    padding-right: 0;
  }
}
.page-nsac .section-intro .info-container {
  max-width: 888px;
}
@media screen and (max-width: 1200px) {
  .page-nsac .section-intro .info-container {
    max-width: 100%;
  }
}
.page-nsac .section-intro .intro-pic-mob {
  display: none;
  width: 100%;
  margin-top: 31px;
}
@media screen and (max-width: 768px) {
  .page-nsac .section-intro .intro-pic-mob {
    display: block;
  }
}
.page-nsac .section-intro .intro-decor.intro-decor-1 {
  max-width: 109px;
  right: inherit;
  top: 391px;
  transform: none;
  left: calc(50% + 729px);
}
.page-nsac .section-intro .intro-decor.intro-decor-2 {
  max-width: 166px;
  right: calc(50% + 365px);
  top: 520px;
  left: inherit;
  width: 100%;
}
.page-nsac .section-intro .intro-decor.intro-decor-3 {
  max-width: 65px;
  right: calc(50% + 719px);
  top: 376px;
  width: 100%;
}
.page-nsac .section-intro .intro-decor.intro-decor-4 {
  max-width: 36px;
  right: calc(50% + 505px);
  top: 680px;
}
.page-nsac .section-intro .intro-decor.intro-decor-5 {
  max-width: 206px;
  right: calc(50% + 472px);
  top: 212px;
}
.page-nsac .section-intro .intro-decor.intro-decor-6 {
  max-width: 128px;
  right: calc(50% + 523px);
  top: 376px;
}
.page-nsac .section-intro .intro-decor.intro-decor-7 {
  max-width: 308px;
  right: calc(50% + 555px);
  top: 645px;
}
.page-nsac .section-intro .intro-decor.intro-decor-8 {
  max-width: 45px;
  left: calc(50% + 717px);
  top: 263px;
  width: 100%;
  transform-origin: center;
  transform: rotate(90deg);
}
@media screen and (max-width: 1200px) {
  .page-nsac .section-intro .intro-decor.intro-decor-2, .page-nsac .section-intro .intro-decor.intro-decor-3, .page-nsac .section-intro .intro-decor.intro-decor-4, .page-nsac .section-intro .intro-decor.intro-decor-5, .page-nsac .section-intro .intro-decor.intro-decor-6, .page-nsac .section-intro .intro-decor.intro-decor-7 {
    display: none;
  }
  .page-nsac .section-intro .intro-decor.intro-decor-1 {
    max-width: 81px;
    right: -19px;
    top: 161px;
    transform: none;
    left: inherit;
    width: 100%;
  }
  .page-nsac .section-intro .intro-decor.intro-decor-8 {
    max-width: 34px;
    left: inherit;
    top: 76px;
    right: 38px;
  }
}
.page-nsac .section-links {
  position: relative;
  background-image: url(/images/bg-nsac-bottom.svg?090a6266ab10189abd944393c61c96f9), url(/images/bg-nsac.svg?4feb762d3a0a555bf0364bf2e9e87d69), linear-gradient(transparent 30%, #1e4997 30%);
  background-position: center calc(100% + 1px), center top, center;
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 307px 0 177px;
}
@media screen and (max-width: 1920px) {
  .page-nsac .section-links {
    background-size: auto;
  }
}
@media screen and (max-width: 1200px) {
  .page-nsac .section-links {
    background-image: url(/images/bg-nsac-bottom.svg?090a6266ab10189abd944393c61c96f9), url(/images/bg-nsac.svg?4feb762d3a0a555bf0364bf2e9e87d69), linear-gradient(transparent 20%, #1e4997 20%);
  }
}
@media screen and (max-width: 970px) {
  .page-nsac .section-links {
    padding-bottom: 315px;
  }
}
@media screen and (max-width: 768px) {
  .page-nsac .section-links {
    background-image: none;
    background-color: #00459e;
    padding: 15px 0 265px;
  }
}
.page-nsac .section-links .info {
  max-width: 730px;
  margin-right: auto;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .page-nsac .section-links .info {
    max-width: 100%;
  }
}
.page-nsac .section-links .text-sm {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  padding-bottom: 11px;
}
@media screen and (max-width: 768px) {
  .page-nsac .section-links .text-sm {
    font-size: 15px;
    line-height: 1.45;
  }
}
.page-nsac .section-links .text {
  font-family: "Pangolin", sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.2px;
  padding-top: 18px;
}
@media screen and (max-width: 768px) {
  .page-nsac .section-links .text {
    font-size: 24px;
    letter-spacing: 0;
    padding-top: 8px;
  }
}
.page-nsac .section-links .text a {
  color: #F3A029;
}
.page-nsac .section-links .links-nsac-decor {
  position: absolute;
}
.page-nsac .section-links .links-nsac-decor.links-nsac-decor-1 {
  max-width: 184px;
  right: calc(50% - 874px);
  top: -291px;
}
.page-nsac .section-links .links-nsac-decor.links-nsac-decor-2 {
  max-width: 177px;
  left: calc(50% - 486px);
  top: -61px;
}
.page-nsac .section-links .links-nsac-decor.links-nsac-decor-3 {
  max-width: 180px;
  left: calc(50% - 275px);
  top: -91px;
}
.page-nsac .section-links .links-nsac-decor.links-nsac-decor-4 {
  max-width: 238px;
  right: calc(50% - 239px);
  top: -118px;
}
.page-nsac .section-links .links-nsac-decor.links-nsac-decor-5 {
  max-width: 563px;
  right: calc(50% - 765px);
  bottom: 44px;
}
@media screen and (max-width: 970px) {
  .page-nsac .section-links .links-nsac-decor.links-nsac-decor-1 {
    display: none;
  }
  .page-nsac .section-links .links-nsac-decor.links-nsac-decor-2 {
    left: calc(50% - 346px);
  }
  .page-nsac .section-links .links-nsac-decor.links-nsac-decor-3 {
    left: calc(50% - 158px);
  }
  .page-nsac .section-links .links-nsac-decor.links-nsac-decor-4 {
    right: calc(50% - 316px);
  }
  .page-nsac .section-links .links-nsac-decor.links-nsac-decor-5 {
    max-width: 280px;
    right: inherit;
    bottom: 0;
    bottom: 61px;
    display: block;
    transform: translateX(-50%);
    left: 56%;
  }
}
@media screen and (max-width: 768px) {
  .page-nsac .section-links .links-nsac-decor {
    display: none;
  }
  .page-nsac .section-links .links-nsac-decor.links-nsac-decor-5 {
    bottom: 0;
  }
}
.page-nsac .section-winners {
  padding: 80px 0 76px;
  background-color: #133d7b;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .page-nsac .section-winners {
    padding: 49px 0 76px;
  }
}
.page-nsac .section-winners .years-select {
  display: none;
  min-width: 116px;
  position: relative;
}
.page-nsac .section-winners .years-select .years-select-title {
  border-radius: 40px;
  border: 2px solid #d2d6dc;
  background-color: #fff;
  color: #565762;
  font-size: 18px;
  font-family: "Pangolin", sans-serif;
  padding: 6px 30px 6px 10px;
  text-align: center;
  cursor: pointer;
  min-height: 44px;
  position: relative;
}
.page-nsac .section-winners .years-select .years-select-title::after {
  content: "";
  position: absolute;
  right: 4px;
  top: 0;
  bottom: 0;
  width: 30px;
  background-image: url(/images/ic-arrow.svg?cde4ac4b36bd31c9ab171a9b46b3f875);
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s ease;
  z-index: 1;
}
.page-nsac .section-winners .years-select .years-select-content {
  position: absolute;
  left: 0;
  top: 44px;
  right: 0;
  height: -moz-fit-content;
  height: fit-content;
  display: none;
  border-radius: 20px;
  border: 2px solid #d2d6dc;
  background: #fff;
  padding: 5px 0;
  text-align: center;
  font-size: 16px;
  font-family: "Pangolin", sans-serif;
}
.page-nsac .section-winners .years-select .years-select-link {
  padding: 5px 0;
}
.page-nsac .section-winners .years-select .years-select-link a {
  color: #565762;
}
.page-nsac .section-winners .years-select .years-select-link a.active {
  color: #f6a228;
}
.page-nsac .section-winners .years-select.active .years-select-content {
  display: block;
}
.page-nsac .section-winners .years-select.active .years-select-title::after {
  transform: rotate(540deg);
}
@media screen and (max-width: 768px) {
  .page-nsac .section-winners .years-select {
    display: block;
  }
}
.page-nsac .section-winners .years-tabs {
  padding-left: 18px;
  min-width: 388px;
}
@media screen and (max-width: 768px) {
  .page-nsac .section-winners .years-tabs {
    display: none;
  }
}
.page-nsac .section-winners .heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 21px;
}
@media screen and (max-width: 768px) {
  .page-nsac .section-winners .heading {
    padding-bottom: 15px;
  }
}
.page-nsac .section-winners .decoration {
  height: 10px;
  background: url(/images/decor-winners.svg?701383253ddb05549b675c4c5a2d8ad8) no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  .page-nsac .section-winners .decoration {
    background-position: 7% center;
  }
}
.page-nsac .section-winners .winners {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 -4px;
  padding-top: 49px;
  padding-bottom: 37px;
}
@media screen and (max-width: 768px) {
  .page-nsac .section-winners .winners {
    display: block;
    padding: 21px 4px 0px;
    max-width: 350px;
    margin: 0 auto;
  }
}
.page-nsac .section-winners .category {
  width: 33%;
  padding: 0 10px;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media screen and (max-width: 768px) {
  .page-nsac .section-winners .category {
    width: 100%;
    padding: 0 0 9px;
  }
}
.page-nsac .section-winners .category_name {
  font-size: 36px;
  font-family: "Pangolin", sans-serif;
  padding-bottom: 13px;
}
@media screen and (max-width: 768px) {
  .page-nsac .section-winners .category_name {
    font-size: 24px;
    padding-bottom: 10px;
  }
}
.page-nsac .section-winners .winner-info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .page-nsac .section-winners .winner-info {
    padding-bottom: 18px;
  }
}
.page-nsac .section-winners .winner-place {
  position: relative;
  font-size: 60px;
  font-weight: 700;
  min-width: 100px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  margin-right: 11px;
}
.page-nsac .section-winners .winner-place span {
  position: relative;
  z-index: 2;
}
.page-nsac .section-winners .winner-place::after {
  content: "";
  position: absolute;
  left: 25px;
  top: 3px;
  z-index: 3;
  width: 73px;
  height: 60px;
  background: url(/images/pic-winner.svg?b4d83a8675a2a8cff9675b531119303b) no-repeat center/contain;
}
@media screen and (max-width: 920px) {
  .page-nsac .section-winners .winner-place {
    font-size: 50px;
    min-width: 81px;
    margin-right: 15px;
  }
  .page-nsac .section-winners .winner-place::after {
    left: 20px;
    top: -2px;
    width: 66px;
    height: 52px;
  }
}
.page-nsac .section-winners .winner-name {
  font-size: 20px;
  font-weight: 700;
  font-family: "Lato", sans-serif;
}
@media screen and (max-width: 768px) {
  .page-nsac .section-winners .winner-name {
    font-size: 15px;
  }
}
.page-nsac .section-winners .winner-location {
  font-size: 14px;
  font-weight: 600;
  font-family: "Lato", sans-serif;
}
@media screen and (max-width: 768px) {
  .page-nsac .section-winners .winner-location {
    font-size: 15px;
  }
}
.page-nsac .section-winners .btn-row {
  text-align: center;
}
.page-nsac .section-winners .btn-row .btn {
  max-width: 209px;
  padding: 10px 10px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .page-nsac .section-winners .btn-row .btn {
    max-width: 186px;
    font-size: 15px;
    padding: 14px 10px;
    height: 50px;
  }
}

.page-404 {
  min-height: 100vh;
  background: linear-gradient(180deg, #1E4997 50%, #440763 100%);
}

.page-404__section {
  display: flex;
  min-height: 100vh;
  text-align: center;
  background: url(/images/bg-404.png?4c1be43d75b35b3d06eb298b660fffc8);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.page-404__section .container {
  margin: auto;
  padding-bottom: 100px;
}
.page-404__section .columns {
  display: flex;
  align-items: center;
  gap: 56px;
}
.page-404__section .col-pic {
  flex: 0 0 484px;
}
.page-404__section .col-info {
  flex: 0 1 600px;
  color: #fff;
  text-align: left;
}
.page-404__section .col-info .title {
  display: block;
  font-size: 56px;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 50px;
}
.page-404__section .col-info .subtitle {
  display: block;
  max-width: 560px;
  margin-bottom: 40px;
}
.page-404__section .col-info p {
  margin-bottom: 30px;
}
.page-404__section .col-info .btn:after {
  display: none;
}
.page-404__section .btn {
  max-width: 340px;
}
.page-404__section .img-404 {
  position: relative;
}
.page-404__section .img-404 .text-404 {
  position: relative;
  width: 483px;
  height: 198px;
  background-size: contain;
  background: url(/images/pic-404.svg?7b6d7111fb0de0b00a30d48bec50601b) 0 0 no-repeat;
  z-index: 3;
}
.page-404__section .img-404 .animate-404 {
  display: block;
  position: absolute;
  top: -60px;
  left: 130px;
  margin: 0 auto;
  width: 250px;
  height: 286px;
  z-index: 1;
}
.page-404__section .img-404 .animate-404:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  margin: 0 auto;
  width: 160px;
  height: 184px;
  background: url(/images/404-stars.png?937e5af398a1e12cced3ce8b10f777e5) 0 0 no-repeat;
  animation: animate-404 6s steps(149) 7.2s infinite;
}
@media (max-width: 1040px) {
  .page-404__section .col-pic {
    flex: 0 0 360px;
  }
  .page-404__section .col-pic .img-404 {
    position: relative;
    zoom: 0.75;
  }
  .page-404__section .col-info .title {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .page-404__section .col-info .subtitle {
    display: block;
    max-width: 100%;
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .page-404__section .container {
    padding-bottom: 80px;
    padding-top: 80px;
  }
  .page-404__section .columns {
    flex-direction: column;
    gap: 20px;
  }
  .page-404__section .columns .col {
    flex: 0 0 auto;
    text-align: center;
  }
  .page-404__section .columns .col-info {
    padding-top: 40px;
  }
  .page-404__section .columns .col-pic .img-404 {
    zoom: 0.65;
  }
}
@keyframes animate-404 {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -23840px 0;
  }
}
