* {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

:-ms-input-placeholder {
  color: #6c727c;
}

::-moz-placeholder {
  color: #6c727c;
}

::placeholder {
  color: #6c727c;
}

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

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

body {
  position: relative;
  min-width: 320px;
  background: url(/images/bg-stars.png?7ce13042c2e8537b0a1f52ebbe556e52) 50% 0 repeat;
  background-size: contain;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
  color: #565762;
  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: #a6adb9;
  text-decoration: none;
}

a.external-link {
  text-decoration: underline;
}

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: "Lato", sans-serif;
  border: 2px solid #f6a228;
  background: #f6a228;
  color: #fff;
  width: 100%;
  max-width: 260px;
  padding: 14px 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  border-radius: 25px;
  outline: none;
  cursor: pointer;
  transition: 0.4s;
  text-align: center;
}

.btn: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:%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");
  background-repeat: no-repeat;
  background-position: 0 50%;
}

.btn:hover {
  color: #f6a228;
  background-color: transparent;
}

.btn: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:%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[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
  background: #6c727c;
  border-color: #6c727c;
}

.btn[disabled]:hover {
  color: #fff;
}

.btn[disabled]: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");
}

@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: #f6a228;
}

.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: #f6a228;
}

.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;
}

.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 30px;
  }
}

.title {
  font-family: "Pangolin", sans-serif;
  font-size: 60px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -0.5px;
  text-transform: uppercase;
}

.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: #f6a228;
  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-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 (max-width: 1000px) {
  .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 (max-height: 850px) {
  .title {
    font-size: 35px;
  }
}

@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 45px;
  display: block;
  font-size: 14px;
  line-height: 24px;
}

@media (max-width: 768px) {
  .rcb input[type=checkbox] ~ label {
    padding: 0 0 0 32px;
  }
}

.rcb input[type=checkbox] ~ label a {
  color: #f6a228;
}

.rcb input[type=checkbox] ~ label:before {
  display: block;
  content: "";
  width: 26px;
  height: 26px;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #6c727c;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  z-index: 1;
}

.rcb input[type=checkbox]:checked ~ label:before {
  background-color: #fff;
  border-color: #6c727c;
}

.rcb input[type=checkbox]:checked ~ label:after {
  display: block;
  content: "";
  width: 16px;
  height: 11px;
  position: absolute;
  top: 7px;
  left: 5px;
  background-image: url(/images/icon-check.png?9aaa8ff912214718a937210492b17d31);
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
}

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

.form__row {
  position: relative;
  margin-bottom: 30px;
}

.form__row-icon {
  position: absolute;
  left: 0;
  top: 0;
  padding: 12px 14px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #6c727c;
  text-align: center;
  font-weight: 400;
  z-index: 2;
}

.form__col {
  position: relative;
}

.form-control {
  font-family: "Lato", sans-serif;
  margin-bottom: 0;
  display: block;
  width: 100%;
  height: 40px;
  padding: 8px 12px 8px 40px;
  font-size: 20px;
  line-height: 1.4;
  background: #fff;
  color: #565762;
  border: 1px solid #6c727c;
  border-radius: 5px;
  box-shadow: none;
  transition: 0.4s;
  z-index: 1;
  position: relative;
}

.form-control__textarea {
  resize: none;
  min-height: 72px;
}

.form-control:focus ~ label,
.form-control:not([value=""]) ~ label {
  opacity: 0;
  z-index: -1;
}

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 {
  position: absolute;
  left: 40px;
  top: 0;
  color: #6c727c;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 500;
  padding: 5px 0 0;
  font-family: "Lato", sans-serif;
  z-index: 2;
}

.form__label span {
  color: #f6a228;
}

.form__error {
  display: none;
  position: absolute;
  bottom: -24px;
  left: 0;
  right: 0;
  background: #ef3433;
  padding: 6px 10px 6px;
  border-radius: 5px;
  z-index: 0;
  font-size: 11px;
  line-height: 1.2;
  color: #fff;
}

.has-error .form-control {
  border-color: #ef3433;
}

.has-error .form__row-icon {
  color: #ef3433;
}

.has-error .form__error {
  display: block;
}

.file-upload .btn-upload {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  color: #f6a228;
  z-index: 2;
  width: 100%;
  text-align: right;
  padding: 10px 10px 9px;
  font-size: 16px;
}

.file-upload .filename {
  position: absolute;
  top: 46px;
  right: 0;
  border: none;
  background: none;
  color: #f6a228;
  margin-top: 14px;
  width: 100%;
  text-align: left;
}

.file-upload .upload-note {
  color: #838993;
  position: absolute;
  top: 44px;
  left: 0;
  right: 0;
  font-size: 10px;
}

.file-upload .upload-note span {
  display: inline-block;
}

.file-upload .upload-note span span {
  color: #a6adb9;
}

.btn-form-send {
  background: none;
  border: 2px solid #f6a228;
  color: #f6a228;
  width: 260px;
  height: 48px;
  padding: 0;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  border-radius: 25px;
  outline: none;
  cursor: pointer;
  transition: 0.4s;
}

.btn-form-send: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%;
}

.btn-form-send:hover {
  color: #fff;
  background-color: #f6a228;
}

.btn-form-send: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");
}

.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: #f6a228;
}

.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;
  }

  .form__row,
  .container-selects {
    margin-bottom: 22px;
  }

  .text-required {
    font-size: 9px;
  }

  .form-control {
    font-size: 16px;
    height: 28px;
    padding: 8px 12px 8px 32px;
  }

  .form__textarea {
    height: 100px;
  }

  .form__label {
    font-size: 16px;
    padding-top: 2px;
    left: 32px;
  }

  .form__row-icon {
    font-size: 16px;
    padding: 6px 10px;
  }

  .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;
  }
}

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(27, 72, 154, 0.9);
  pointer-events: none;
  z-index: 1001;
  overflow: auto;
}

.modal .close {
  display: block;
  position: absolute;
  right: 30px;
  top: 30px;
  width: 40px;
  height: 40px;
  background-color: transparent;
  text-indent: -10000px;
  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;
  outline: none;
  z-index: 1030;
}

@media screen and (max-width: 767px) {
  .modal .close {
    right: 15px;
    top: 15px;
  }
}

.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;
  background-image: url(/images/bg-modal.png?c2f0f36dbb09a902a9ec0f5826611c1c);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: -1;
}

.modal .modal-content {
  width: 100%;
  max-width: 590px;
  text-align: center;
  padding: 50px 80px;
  background-color: #fff;
  border-radius: 36px;
}

.modal .modal-pic {
  margin-bottom: 10px;
}

.modal .modal-title {
  font-family: "Pangolin", sans-serif;
  font-size: 32px;
  line-height: 1;
  margin-bottom: 15px;
}

.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;
  max-width: 280px;
}

.modal-get-diploma form .form__row {
  margin-bottom: 20px;
}

.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-picture .modal-dialog {
  max-width: 530px;
}

.modal-get-picture .modal-dialog:before {
  content: "";
  display: block;
  position: absolute;
  top: -14px;
  bottom: -14px;
  left: -14px;
  right: -14px;
  background-image: url(/images/modal-border-orange.png?1f76589e4cfc9909cb2e46c431c39d00);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 1;
  pointer-events: none;
}

.modal-get-picture .modal-content {
  text-align: left;
  padding: 56px 65px 40px;
}

.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: #f6a228;
}

.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 .close {
    top: 15px;
  }

  .modal-get-picture .modal-subtitle {
    margin-bottom: 10px;
  }

  .modal-get-picture .form__row {
    margin-bottom: 20px;
  }

  .modal-get-picture .form__row--captcha {
    margin-bottom: 15px;
  }

  .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;
  }

  .modal-get-picture .form__label {
    font-size: 14px;
    padding-top: 4px;
  }
}

@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;
  }

  .modal-get-picture .rcb input[type=checkbox] ~ label {
    font-size: 12px;
  }

  .modal-get-picture .container-selects,
  .modal-get-picture .form__row {
    margin-bottom: 14px;
  }

  .modal-get-picture .form__error {
    font-size: 10px;
    bottom: -13px;
  }
}

@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-get-picture .form__row--agreement {
    margin-bottom: 0;
  }

  .modal-get-picture .form__row--captcha {
    margin-bottom: 5px;
  }
}

.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 25px;
  display: flex;
}

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

.default-tabs__menu-item {
  border: none;
}

.default-tabs__menu-item a {
  padding: 18px 25px 13px;
  background-size: 100% 100%;
  display: inline-block;
  font-size: 24px;
  font-weight: 400;
  color: #f6a228;
  color: #f6a228;
}

.default-tabs__menu-item a.active {
  background-image: url(/images/bg-tab-years.png?558f33c6b91dcd3c4b1288edefdc4ac3);
  background-repeat: no-repeat;
  color: #565762;
}

.default-tabs__menu-item ::after {
  display: none;
}

@media screen and (max-width: 767px) {
  .default-tabs__menu-item {
    display: block;
    margin: 0 auto 2px;
    padding: 12px 20px 12px;
    font-size: 16px;
  }
}

.default-tabs__container {
  min-height: 400px;
  margin: 0 auto;
}

@media screen and (max-width: 1310px) {
  .default-tabs__container {
    max-width: 800px;
  }
}

@media screen and (max-width: 900px) {
  .default-tabs__container {
    max-width: 360px;
  }
}

.years-tabs.default-tabs__menu {
  margin: auto;
  flex-grow: 1;
}

.years-tabs .default-tabs__menu-item a {
  padding: 6px 20px 7px;
  background-size: contain;
  background-position: center;
}

.years-tabs .default-tabs__menu-item a.active {
  background-image: url(/images/bg-tab-years-light.png?755253ea4e80e95757ba30e7c7e62ca8);
  color: #ffffff;
}

.light .years-tabs.default-tabs__menu {
  margin: auto;
  flex-grow: 1;
}

.light .years-tabs .default-tabs__menu-item a {
  padding: 6px 20px 7px;
  background-size: contain;
  background-position: center;
}

.light .years-tabs .default-tabs__menu-item a.active {
  background-image: url(/images/bg-tab-years.png?558f33c6b91dcd3c4b1288edefdc4ac3);
  color: #565762;
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 10;
  transition: 0.4s;
}

.header.scroll {
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.25);
  background: #fff;
}

.header .container-fluid {
  position: unset;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  max-width: 1560px;
}

@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;
  }
}

.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;
  }
}

.main-nav {
  display: flex;
  padding: 22px 0;
}

.main-nav .main-nav-item {
  margin: 0 6px;
}

.main-nav .main-nav-item a {
  display: inline-block;
  font-size: 20px;
  line-height: 24px;
  padding: 22px 16px;
  position: relative;
  color: #565762;
}

.main-nav .main-nav-item a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  transition: opacity 0.4s ease;
  z-index: 0;
  opacity: 0;
}

.main-nav .main-nav-item a:hover:before,
.main-nav .main-nav-item a.mPS2id-highlight:before {
  opacity: 1;
}

.main-nav .main-nav-item a:hover.bg-1:before,
.main-nav .main-nav-item a.mPS2id-highlight.bg-1:before {
  background-image: url(/images/bg-nav-item-1.png?f0da753d1a0d5d8b45e376b3c0ad31d9);
}

.main-nav .main-nav-item a:hover.bg-2:before,
.main-nav .main-nav-item a.mPS2id-highlight.bg-2:before {
  background-image: url(/images/bg-nav-item-2.png?dace4ea15241d29d688531de1b638f5b);
}

.main-nav .main-nav-item a:hover.bg-3:before,
.main-nav .main-nav-item a.mPS2id-highlight.bg-3:before {
  background-image: url(/images/bg-nav-item-3.png?d6eb581e3e9b4e8614d9d2126249c26b);
}

.main-nav .main-nav-item a:hover.bg-4:before,
.main-nav .main-nav-item a.mPS2id-highlight.bg-4:before {
  background-image: url(/images/bg-nav-item-4.png?30a5c2f1fa4bfb8843dfe3323e718bd8);
}

.main-nav .main-nav-item a:hover.bg-5:before,
.main-nav .main-nav-item a.mPS2id-highlight.bg-5:before {
  background-image: url(/images/bg-nav-item-5.png?0be54bbf5c846c6c84645cc2f0f32941);
}

.main-nav .main-nav-item a:hover.bg-6:before,
.main-nav .main-nav-item a.mPS2id-highlight.bg-6:before {
  background-image: url(/images/bg-nav-item-5.png?0be54bbf5c846c6c84645cc2f0f32941);
}

@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 {
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    left: 0;
    top: 64px;
    transform: translateX(-100%);
    display: block;
    background-color: #fff;
    box-sizing: border-box;
    transition: transform 0.4s ease-in;
    border-top: 1px solid #6c727c;
  }

  .nav-open .main-nav {
    transform: translateX(0);
    z-index: 100;
  }
}

/* mob menu */

.hbr-btn {
  display: none;
  position: relative;
  z-index: 3;
  width: 24px;
  height: 20px;
  cursor: pointer;
  border: none;
  background: none;
  outline: none;
}

.hbr-btn .lines {
  position: absolute;
  height: 2px;
  width: 24px;
  background: #565762;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  will-change: transform;
  transform-origin: left center;
}

.hbr-btn .lines:nth-child(1) {
  top: 0px;
}

.hbr-btn .lines:nth-child(2) {
  top: 8px;
}

.hbr-btn .lines:nth-child(3) {
  top: 16px;
}

@media (max-width: 1080px) {
  .hbr-btn {
    display: block;
  }
}

.nav-open .hbr-btn .lines:nth-child(1) {
  transform: rotate(45deg);
  top: 2px;
  left: 4px;
}

.nav-open .hbr-btn .lines:nth-child(2) {
  width: 0;
  opacity: 0;
}

.nav-open .hbr-btn .lines:nth-child(3) {
  transform: rotate(-45deg);
  top: 19px;
  left: 4px;
}

.footer {
  padding: 20px 0 30px;
  font-size: 12px;
  line-height: 1;
  background: #1b489a;
}

.footer .container-fluid {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.footer .col {
  padding: 0 5px;
}

.footer-menu {
  font-size: 0;
  flex: 0 0 auto;
}

.footer-menu__item {
  display: block;
  padding: 0;
  margin: 15px 0;
}

.footer-menu__item a {
  color: #a6adb9;
  font-size: 12px;
}

.footer-menu-item-single {
  margin: 15px 0 4px;
}

.footer-note a {
  color: #f6a228;
}

.footer-copyright {
  text-align: right;
  flex-grow: 0;
  flex-shrink: 1;
  color: #838993;
  line-height: 1.6;
  margin: 10px 0 0;
}

.footer-copyright a {
  color: #a6adb9;
}

.footer-regulations {
  margin: 0 30px;
  flex: 0 0 auto;
}

.footer-regulations span {
  color: #a6adb9;
  font-size: 12px;
}

.footer-regulations i {
  color: #f6a228;
  font-size: 16px;
  margin-right: 10px;
  vertical-align: middle;
}

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

@media (max-width: 980px) {
  .footer {
    font-size: 14px;
  }

  .footer .container-fluid {
    flex-direction: column;
    text-align: center;
  }

  .footer .col {
    width: 100%;
  }

  .footer a:hover {
    color: #f6a228;
  }

  .footer .footer-note {
    margin-bottom: 10px;
  }

  .footer-menu {
    margin-bottom: 10px;
  }

  .footer-menu__item a {
    font-size: 14px;
  }

  .footer-menu-item-single {
    margin: 0 0 20px;
  }

  .footer-copyright {
    text-align: center;
    line-height: 1.4;
  }

  .footer-regulations {
    margin: 10px auto 15px;
  }
}

.scroll-top {
  position: fixed;
  bottom: -135px;
  right: 40px;
  width: 19px;
  height: 39px;
  background: url(/images/icon-top.png?f089e3de3e382323934a72787dd4e656) 0 0 no-repeat;
  cursor: pointer;
  color: #fff;
  opacity: 0.5;
  transition: 0.4s;
}

.scroll-top:hover {
  opacity: 1;
}

.scroll-top.active {
  bottom: 135px;
}

.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: #f6a228;
  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: #f6a228;
  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: #f6a228;
  border: 2px solid #f6a228;
  transition: 0.4s;
}

.sidebar__social-item a:hover i {
  color: #0c1321;
  background-color: #f6a228;
}

.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: #f6a228;
  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;
  }
}

.section-intro {
  padding-top: 150px;
  color: #565762;
  background-image: url(/images/bg-intro-2022.jpg?85dc1e7ec34c61f3c2dd529cef1404bf);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
  position: relative;
}

.section-intro .container {
  max-width: 1300px;
}

.section-intro .info-container {
  width: 100%;
  max-width: 965px;
  text-align: left;
  margin-left: auto;
}

.section-intro .title {
  color: #1b489a;
  margin-top: 50px;
  letter-spacing: -1.5px;
  font-size: 80px;
}

.section-intro .subtitle {
  margin-top: 15px;
}

.section-intro .text {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.4px;
  margin-top: 45px;
  padding-right: 15px;
}

.section-intro .btn-row {
  margin-top: 24px;
}

.section-intro .btn-row p {
  font-size: 20px;
}

.section-intro .note {
  font-size: 14px;
  margin-top: 3px;
}

.section-intro .note span {
  color: #f6a228;
}

.section-intro .intro-decor {
  position: absolute;
}

.section-intro .intro-decor.intro-decor-1 {
  max-width: 204px;
  right: calc(50% + 420px);
  top: 220px;
  transform-origin: center;
  transform: rotate(-115deg);
}

.section-intro .intro-decor.intro-decor-2 {
  max-width: 175px;
  left: calc(50% + 652px);
  top: 237px;
}

.section-intro .intro-decor.intro-decor-3 {
  max-width: 138px;
  right: calc(50% + 600px);
  top: 263px;
}

.section-intro .intro-decor.intro-decor-4 {
  max-width: 308px;
  right: calc(50% + 466px);
  top: 390px;
}

.section-intro .section-picture {
  margin-top: 16px;
}

@media screen and (max-width: 1240px) {
  .section-intro .section-picture {
    position: relative;
    margin-top: 60px;
  }
}

@media screen and (max-width: 980px) {
  .section-intro .section-picture {
    position: absolute;
  }
}

@media screen and (max-width: 1440px) {
  .section-intro .title {
    font-size: 60px;
  }
}

@media screen and (max-width: 1200px) {
  .section-intro {
    padding-top: 120px;
  }

  .section-intro .info-container {
    max-width: 100%;
  }

  .section-intro .intro-decor.intro-decor-1 {
    width: 100px;
    right: auto;
    top: auto;
    left: 150px;
    bottom: 174px;
  }

  .section-intro .intro-decor.intro-decor-2 {
    width: 100px;
    top: auto;
    right: 0;
    left: auto;
    bottom: 140px;
  }

  .section-intro .intro-decor.intro-decor-3 {
    width: 100px;
    top: auto;
    right: auto;
    left: 60px;
    bottom: 175px;
  }

  .section-intro .intro-decor.intro-decor-4 {
    width: 100px;
    top: auto;
    right: auto;
    left: 60px;
    bottom: 85px;
  }
}

@media screen and (max-width: 980px) {
  .section-intro {
    padding-bottom: 300px;
  }

  .section-intro .intro-decor.intro-decor-1 {
    max-width: 70px;
    width: 9%;
    right: auto;
    top: auto;
    left: 120px;
    bottom: 205px;
  }

  .section-intro .intro-decor.intro-decor-2 {
    max-width: 70px;
    width: 10%;
    top: auto;
    right: 0;
    left: auto;
    bottom: 185px;
  }

  .section-intro .intro-decor.intro-decor-3 {
    max-width: 70px;
    width: 9%;
    top: auto;
    right: auto;
    left: 60px;
    bottom: 192px;
  }

  .section-intro .intro-decor.intro-decor-4 {
    max-width: 100px;
    width: 15%;
    top: auto;
    right: auto;
    left: 38px;
    bottom: 10%;
  }
}

@media screen and (max-width: 767px) {
  .section-intro {
    padding-top: 80px;
  }

  .section-intro .title {
    font-size: 48px;
    margin-top: 25px;
  }

  .section-intro .text {
    font-size: 17px;
    margin-top: 16px;
  }

  .section-intro .subtitle {
    margin-top: 20px;
  }

  .section-intro .btn-row {
    margin-top: 20px;
  }

  .section-intro .note {
    font-size: 11px;
    margin-top: 8px;
  }
}

@media screen and (max-width: 640px) {
  .section-intro {
    padding-bottom: 200px;
  }

  .section-intro .intro-decor.intro-decor-1 {
    left: 105px;
    bottom: 115px;
  }

  .section-intro .intro-decor.intro-decor-2 {
    bottom: 95px;
  }

  .section-intro .intro-decor.intro-decor-3 {
    left: 40px;
    bottom: 130px;
  }

  .section-intro .intro-decor.intro-decor-4 {
    left: 20px;
    bottom: 7%;
  }
}

@media screen and (max-height: 700px) and (max-width: 1280px) {
  .section-intro .title {
    font-size: 48px;
    margin-top: 25px;
  }

  .section-intro .text {
    font-size: 17px;
    margin-top: 16px;
  }

  .section-intro .subtitle {
    margin-top: 20px;
  }

  .section-intro .btn-row {
    margin-top: 20px;
  }

  .section-intro .note {
    font-size: 11px;
    margin-top: 8px;
  }
}

@media screen and (max-width: 480px) {
  .section-intro .title {
    font-size: 36px;
  }
}

.section-art-terms {
  color: #565762;
  padding: 65px 0 0;
}

.section-art-terms.section-art-terms--top {
  padding-top: 150px;
}

.section-art-terms .container {
  max-width: 1300px;
  z-index: 5;
}

.section-art-terms .container:before {
  content: "";
  position: absolute;
  display: block;
  width: 650px;
  height: 650px;
  left: -118px;
  top: -90px;
  border-radius: 50%;
  background-color: #fff;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .section-art-terms .container:before {
    width: 300px;
    height: 300px;
    left: -70px;
    top: -50px;
  }
}

.section-art-terms .subtitle-wrap {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .section-art-terms .subtitle-wrap {
    flex-wrap: wrap;
  }
}

.section-art-terms .subtitle {
  text-align: left;
  display: block;
  margin: 20px 0 0;
}

@media screen and (max-width: 767px) {
  .section-art-terms .subtitle {
    order: 2;
  }
}

.section-art-terms .btn-holder {
  margin: 20px 0 0;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .section-art-terms .btn-holder {
    order: 1;
    width: 100%;
    text-align: right;
  }
}

.section-art-terms .btn {
  width: 230px;
}

@media screen and (max-width: 767px) {
  .section-art-terms .btn {
    width: 100%;
  }
}

.section-art-terms .title-decoration {
  border-top: 4px solid rgba(166, 173, 185, 0.2);
}

.section-art-terms .title-decoration::after {
  left: 15%;
  border-top: 6px solid rgba(166, 173, 185, 0.2);
}

.section-art-terms .columns-layout {
  display: flex;
  justify-content: flex-start;
  margin: 75px -15px 0;
}

.section-art-terms .columns-layout .column {
  padding: 0 15px 20px;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 30%;
}

.section-art-terms .columns-layout .column.column-right {
  padding-left: 135px;
}

.section-art-terms .columns-layout .column .subtitle {
  margin: 0 0 30px;
  text-align: left;
}

.section-art-terms .columns-layout .column .winner-name {
  font-size: 16px;
  font-weight: 700;
}

.section-art-terms .art-terms-list .item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.section-art-terms .art-terms-list .item-number {
  flex: 0 0 110px;
  font-family: "Pangolin", sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  color: #1b489a;
  position: relative;
}

.section-art-terms .art-terms-list .item-number::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 25px 5px;
}

.section-art-terms .art-terms-list .item-number-1::after {
  background-image: url(/images/term-list-item-bg-1.png?8ec129eea972402afc82cc6398c3ee74);
}

.section-art-terms .art-terms-list .item-number-2::after {
  background-image: url(/images/term-list-item-bg-2.png?8bac5bb0754e907a42b4f909f63af8cf);
}

.section-art-terms .art-terms-list .item-number-3::after {
  background-image: url(/images/term-list-item-bg-3.png?995273e4a8698a6fe812ede2dc5372fc);
}

.section-art-terms .art-terms-list .item-number-4::after {
  background-image: url(/images/term-list-item-bg-4.png?e86536ca79f50d674dd1dc18e45290a7);
}

.section-art-terms .art-terms-list .item-text {
  flex: 0 1 490px;
  font-size: 20px;
  line-height: 30px;
  padding-top: 5px;
}

.section-art-terms .art-terms-list .item-text p:last-child {
  margin-bottom: 30px;
}

.section-art-terms .art-terms-list .item-text .link {
  text-transform: inherit;
  font-size: inherit;
}

.section-art-terms .art-terms-list .item-text .link:after {
  display: none;
}

.section-art-terms .art-requirments-list {
  margin-top: 32px;
}

.section-art-terms .art-requirments-list .item {
  position: relative;
  padding: 0 0 0 25px;
  margin-bottom: 20px;
}

.section-art-terms .art-requirments-list .item::before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 16px;
  height: 16px;
  background: url(/images/icon-star.png?7c2d4dca105e9d2b8ce64d9dcf01d058) 0 0 no-repeat;
}

.section-art-terms .art-requirments-list .item-title {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 4.4px;
  font-weight: 400;
  margin-bottom: 6px;
}

.section-art-terms .art-requirments-list p {
  font-size: 20px;
  line-height: 24px;
}

.section-art-terms .section-picture {
  display: block;
  margin-top: -65px;
}

@media screen and (max-width: 767px) {
  .section-art-terms .columns-layout {
    margin: 30px auto 0;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .section-art-terms .columns-layout .column {
    flex: 1 1 100%;
  }

  .section-art-terms .columns-layout .column + .column {
    margin-top: 10px;
    padding: 0 15px 20px;
  }

  .section-art-terms .art-terms-list .item-number {
    font-size: 35px;
    flex: 0 0 80px;
    padding: 10px 0;
  }

  .section-art-terms .art-terms-list .item-number::after {
    background-position: 15px 3px;
  }

  .section-art-terms .art-terms-list .item-number-1::after {
    background-size: 55px 55px;
  }

  .section-art-terms .art-terms-list .item-number-2::after {
    background-size: 57px 47px;
  }

  .section-art-terms .art-terms-list .item-number-3::after {
    background-size: 50px 39px;
  }

  .section-art-terms .art-terms-list .item-number-4::after {
    background-size: 49px 52px;
  }

  .section-art-terms .art-terms-list .item-text {
    flex: 0 1 100%;
    font-size: 11px;
    line-height: 19px;
  }

  .section-art-terms .art-terms-list .item-text p:last-child {
    margin-bottom: 0;
  }

  .section-art-terms .art-requirments-list {
    margin-top: 15px;
  }

  .section-art-terms .art-requirments-list .item {
    margin-bottom: 10px;
  }

  .section-art-terms .art-requirments-list .item-title {
    font-size: 11px;
    line-height: 19px;
  }

  .section-art-terms .art-requirments-list p {
    font-size: 11px;
    line-height: 19px;
  }

  .section-art-terms .section-picture {
    margin-top: -20px;
  }
}

@media screen and (max-height: 700px) and (max-width: 1280px) {
  .section-art-terms .columns-layout {
    margin-top: 30px;
    flex-wrap: wrap;
  }

  .section-art-terms .columns-layout .column {
    flex: 1 1 100%;
  }

  .section-art-terms .columns-layout .column + .column {
    margin-top: 10px;
  }

  .section-art-terms .art-terms-list .item-number {
    font-size: 35px;
    flex: 0 0 80px;
    padding: 10px 0;
  }

  .section-art-terms .art-terms-list .item-number::after {
    background-position: 15px 3px;
  }

  .section-art-terms .art-terms-list .item-number-1::after {
    background-size: 55px 55px;
  }

  .section-art-terms .art-terms-list .item-number-2::after {
    background-size: 57px 47px;
  }

  .section-art-terms .art-terms-list .item-number-3::after {
    background-size: 50px 39px;
  }

  .section-art-terms .art-terms-list .item-number-4::after {
    background-size: 49px 52px;
  }

  .section-art-terms .art-terms-list .item-text {
    flex: 0 1 100%;
    font-size: 11px;
    line-height: 19px;
  }

  .section-art-terms .art-terms-list .item-text p:last-child {
    margin-bottom: 0;
  }

  .section-art-terms .art-requirments-list {
    margin-top: 15px;
  }

  .section-art-terms .art-requirments-list .item {
    margin-bottom: 10px;
  }

  .section-art-terms .art-requirments-list .item-title {
    font-size: 11px;
    line-height: 19px;
  }

  .section-art-terms .art-requirments-list p {
    font-size: 11px;
    line-height: 19px;
  }

  .section-art-terms .section-picture {
    margin-top: -20px;
  }
}

.section-art-registration {
  color: #fff;
  background: #1b489a;
  margin-top: -75px;
  padding-bottom: 75px;
}

.section-art-registration .container {
  max-width: 1300px;
}

.section-art-registration .title-decoration::after {
  left: 30%;
  width: 20%;
}

.section-art-registration .form {
  max-width: 780px;
  width: 100%;
  margin: 45px auto 0;
}

.section-art-registration .form__row {
  margin: 0 -15px;
  display: flex;
}

.section-art-registration .form__col {
  flex: 1 1 100%;
  margin: 0 15px 32px;
}

.section-art-registration input:-webkit-autofill {
  -webkit-animation-name: none;
  -webkit-animation-fill-mode: none;
}

.section-art-registration .text-required {
  text-align: left;
  font-size: 12px;
  color: #fff;
  margin-bottom: 22px;
}

.section-art-registration .text-required span {
  color: #f6a228;
}

.section-art-registration .note {
  font-size: 14px;
  margin-top: 3px;
}

.section-art-registration .note span {
  color: #f6a228;
}

.section-art-registration .has-error .form-control {
  border-color: #ef3433 !important;
}

.section-art-registration .has-error .form__row-icon {
  color: #ef3433 !important;
}

.section-art-registration .has-error .form__error {
  left: 0;
  font-size: 12px;
}

.section-art-registration .form__success-message {
  padding: 40px 0 40px;
  text-align: center;
}

.section-art-registration .form__success-message .form__success-subtitle {
  margin-bottom: 0;
}

.section-art-registration .form__success-message .fb-widget-container {
  margin-top: 20px;
}

.section-art-registration .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;
}

.section-art-registration .form-loader.visible {
  opacity: 0.8;
  pointer-events: all;
  z-index: 2;
}

.section-art-registration .form-loader .loader-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
  margin: auto;
}

.section-art-registration .form-loader .loader-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #fff;
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.section-art-registration .form-loader .loader-ellipsis div:nth-child(1) {
  left: 6px;
  -webkit-animation: loader-ellipsis1 0.6s infinite;
  animation: loader-ellipsis1 0.6s infinite;
}

.section-art-registration .form-loader .loader-ellipsis div:nth-child(2) {
  left: 6px;
  -webkit-animation: loader-ellipsis2 0.6s infinite;
  animation: loader-ellipsis2 0.6s infinite;
}

.section-art-registration .form-loader .loader-ellipsis div:nth-child(3) {
  left: 26px;
  -webkit-animation: loader-ellipsis2 0.6s infinite;
  animation: loader-ellipsis2 0.6s infinite;
}

.section-art-registration .form-loader .loader-ellipsis div:nth-child(4) {
  left: 45px;
  -webkit-animation: loader-ellipsis3 0.6s infinite;
  animation: loader-ellipsis3 0.6s infinite;
}

@media screen and (max-width: 1200px) {
  .section-art-registration {
    padding-bottom: 40px;
    margin-top: -20px;
  }
}

@media screen and (max-width: 767px) {
  .section-art-registration .form {
    margin-top: 20px;
  }

  .section-art-registration .form__row {
    flex-wrap: wrap;
  }

  .section-art-registration .form__col {
    flex: 1 1 100%;
    margin-bottom: 15px;
  }

  .section-art-registration .form__col--empty {
    display: none;
  }

  .section-art-registration .form__col.has-error {
    margin-bottom: 25px;
  }

  .section-art-registration .text-required {
    margin-bottom: 10px;
  }

  .section-art-registration .file-upload {
    margin-bottom: 35px;
  }

  .section-art-registration .file-upload .btn-upload {
    padding: 13px 10px 12px;
  }

  .section-art-registration .file-upload .filename {
    margin-top: 11px;
    font-size: 11px;
  }

  .section-art-registration .rcb {
    margin-top: 2px;
  }

  .section-art-registration .g-recaptcha {
    margin-top: 10px;
  }
}

@media screen and (max-width: 600px) {
  .section-art-registration {
    padding-bottom: 30px;
  }

  .section-art-registration .form-control {
    height: 40px;
    font-size: 16px;
  }

  .section-art-registration .file-upload .btn-upload {
    font-size: 11px;
  }

  .section-art-registration .form__row-icon {
    padding: 13px 10px;
  }

  .section-art-registration .form__label {
    padding-top: 12px;
  }

  .section-art-registration .g-recaptcha {
    transform: scale(0.9);
    transform-origin: 0 0;
  }

  .section-art-registration .note {
    font-size: 11px;
    margin-top: 6px;
  }
}

@media screen and (max-height: 850px) {
  .section-art-registration .form__col {
    margin: 0 15px 25px;
  }
}

.section-art-winners {
  color: #fff;
  padding: 0 0 115px;
}

.section-art-winners .container {
  max-width: 1300px;
}

.section-art-winners .heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.section-art-winners .heading .title {
  flex-grow: 0;
  flex-basis: auto;
}

.section-art-winners .heading .years-tabs {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  margin: auto;
  margin-right: 0;
}

@media screen and (max-width: 1024px) {
  .section-art-winners .heading .years-tabs {
    flex-grow: 1;
    margin: 20px auto 0;
    justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .section-art-winners .heading .years-tabs {
    flex-wrap: wrap;
  }

  .section-art-winners .heading .years-tabs .default-tabs__menu-item {
    padding: 0;
  }
}

.section-art-winners .title-decoration::after {
  left: 36%;
  width: 30%;
}

.section-art-winners .columns-layout {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}

.section-art-winners .columns-layout .column-left {
  flex: 0 0 390px;
}

.section-art-winners .columns-layout .column-right {
  flex: 1 1 800px;
}

.section-art-winners .date {
  display: flex;
  position: relative;
  background-image: url(/images/pic-planet.png?5a1097e5a4df47c5ddc0fcc8b69c92b9);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding: 80px 0 40px;
}

.section-art-winners .date .fraction {
  display: flex;
  justify-content: center;
  align-self: center;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: 215px;
}

.section-art-winners .date .fraction .top {
  margin-bottom: 53px;
  flex: 0 0 auto;
}

.section-art-winners .date .fraction .bottom {
  margin-top: 53px;
  flex: 0 0 auto;
}

.section-art-winners .date .fraction .slash {
  display: block;
  width: 5px;
  margin: 0 10px 0 10px;
  height: 100px;
  position: relative;
}

.section-art-winners .date .fraction .slash::after {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  bottom: -5px;
  left: 0;
  right: 0;
  border-radius: 3px;
  background: #fff;
  transform: rotateZ(31deg);
  transform-origin: center;
}

.section-art-winners .text {
  margin-top: 30px;
  font-size: 24px;
  line-height: 34px;
}

.section-art-winners .columns-layout {
  display: flex;
  justify-content: flex-start;
  margin: 75px -15px 0;
}

.section-art-winners .columns-layout .column {
  padding: 0 15px 20px;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 30%;
}

.section-art-winners .columns-layout .column .subtitle {
  margin: 0 0 30px;
  text-align: left;
}

.section-art-winners .columns-layout .column .winner-name {
  font-size: 16px;
  font-weight: 700;
}

.section-art-winners .art-winners-list .item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
}

.section-art-winners .art-winners-list .item-number {
  flex: 0 0 110px;
  font-family: "Pangolin", sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  position: relative;
}

.section-art-winners .art-winners-list .item-number::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 25px 5px;
  background-image: url(/images/term-list-item-bg-2.png?8bac5bb0754e907a42b4f909f63af8cf);
}

.section-art-winners .art-winners-list .item-text {
  flex: 0 1 490px;
  font-size: 20px;
  line-height: 30px;
  padding-top: 5px;
  margin-left: 13px;
}

.section-art-winners .art-winners-list .item-text p:last-child {
  margin-bottom: 30px;
}

.section-art-winners .art-winners-list .item-text .link {
  text-transform: inherit;
  font-size: inherit;
}

.section-art-winners .art-winners-list .item-text .link:after {
  display: none;
}

.section-art-winners .art-winners-list .winner-name {
  margin-bottom: 8px;
}

.section-art-winners .btn-row {
  margin-top: 10px;
  text-align: center;
}

.section-art-winners .btn-row .btn {
  margin: auto;
}

.section-art-winners--light {
  color: #565762;
}

.section-art-winners--light .art-terms-list .item-number {
  color: #565762;
}

@media screen and (max-width: 767px) {
  .section-art-winners {
    padding-bottom: 30px;
  }

  .section-art-winners .columns-layout {
    margin-top: 30px;
    display: block;
  }

  .section-art-winners .columns-layout .column {
    flex: 1 1 100%;
  }

  .section-art-winners .columns-layout .column + .column {
    margin-top: 20px;
  }

  .section-art-winners .date {
    background-size: 186px 108px;
    justify-content: center;
    padding: 20px 0;
  }

  .section-art-winners .date .fraction {
    flex: 0 0 75px;
    margin-right: 15px;
  }

  .section-art-winners .date .fraction .top {
    margin-bottom: 30px;
  }

  .section-art-winners .date .fraction .bottom {
    margin-top: 30px;
  }

  .section-art-winners .date .fraction .slash {
    height: 60px;
  }

  .section-art-winners .text {
    margin-top: 0;
    font-size: 17px;
    line-height: 25px;
  }
}

@media screen and (max-height: 700px) and (max-width: 1280px) {
  .section-art-winners {
    padding-bottom: 30px;
  }

  .section-art-winners .columns-layout {
    margin-top: 30px;
    flex-wrap: wrap;
  }

  .section-art-winners .columns-layout .column {
    flex: 1 1 100%;
  }

  .section-art-winners .columns-layout .column + .column {
    margin-top: 20px;
  }

  .section-art-winners .date {
    background-size: 186px 108px;
    justify-content: center;
    padding: 20px 0;
  }

  .section-art-winners .date .fraction {
    flex: 0 0 75px;
    margin-right: 15px;
  }

  .section-art-winners .date .fraction .top {
    margin-bottom: 30px;
  }

  .section-art-winners .date .fraction .bottom {
    margin-top: 30px;
  }

  .section-art-winners .date .fraction .slash {
    height: 60px;
  }

  .section-art-winners .text {
    margin-top: 0;
    font-size: 17px;
    line-height: 25px;
  }
}

@media screen and (max-width: 767px) {
  .art-winners-list .item-number {
    font-size: 35px;
    flex: 0 0 80px;
    padding: 10px 0;
  }

  .art-winners-list .item-number::after {
    background-position: 15px 3px;
  }

  .art-winners-list .item-number-1::after {
    background-size: 55px 55px;
  }

  .art-winners-list .item-number-2::after {
    background-size: 57px 47px;
  }

  .art-winners-list .item-number-3::after {
    background-size: 50px 39px;
  }

  .art-winners-list .item-number-4::after {
    background-size: 49px 52px;
  }

  .art-winners-list .item-text {
    flex: 0 1 100%;
    font-size: 11px;
    line-height: 19px;
  }

  .art-winners-list .item-text p:last-child {
    margin-bottom: 0;
  }
}

.section-winners-announcement {
  background-color: #fff;
  position: relative;
  margin-top: 40px;
  padding-top: 50px;
}

.section-winners-announcement:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: -90px;
  height: 90px;
  background-image: url(/images/bg-waves.png?0ce6ec85b588aad86d1bb1567314214f);
}

.section-winners-announcement .title-decoration {
  border-color: #edeff1;
}

.section-winners-announcement .title-decoration::after {
  left: 25%;
  border-top: 6px solid #edeff1;
}

.section-winners-announcement .columns-layout {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.section-winners-announcement .columns-layout .column-left {
  flex: 0 0 390px;
  padding: 0 50px;
}

.section-winners-announcement .columns-layout .column-right {
  flex: 0 1 855px;
}

.section-winners-announcement .date {
  position: relative;
  padding: 36px 0 10px;
  text-align: center;
}

.section-winners-announcement .note {
  text-align: center;
  font-size: 20px;
}

.section-winners-announcement .note a {
  color: #f6a228;
}

.section-winners-announcement .text {
  margin-top: 44px;
  font-size: 20px;
  line-height: 30px;
}

.section-winners-announcement .text p + p {
  margin-top: 8px;
}

.section-winners-announcement .text a {
  color: #f6a228;
}

.section-winners-announcement .btn-row {
  margin-top: 30px;
}

@media screen and (max-width: 1000px) {
  .section-winners-announcement {
    margin-top: 20px;
    padding-top: 30px;
  }

  .section-winners-announcement:before {
    top: -40px;
    height: 40px;
    background-image: url(/images/bg-waves.png?0ce6ec85b588aad86d1bb1567314214f);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
  }

  .section-winners-announcement .text {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .section-winners-announcement .text {
    font-size: 14px;
    line-height: 1.6;
  }

  .section-winners-announcement .date {
    padding: 30px 0 15px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    max-width: 230px;
    margin: auto;
  }

  .section-winners-announcement .columns-layout {
    margin: 30px auto 0;
    flex-wrap: wrap;
    flex-direction: column;
    display: block;
  }

  .section-winners-announcement .columns-layout .column {
    flex: 1 1 100%;
  }

  .section-winners-announcement .columns-layout .column + .column {
    margin-top: 10px;
    padding: 0 15px 20px;
  }
}

.section-partners {
  padding-bottom: 90px;
}

.section-partners .title {
  color: inherit;
  margin-bottom: 60px;
}

.section-partners .partners-logos {
  margin: 0 -20px;
  display: flex;
  flex-wrap: wrap;
}

.section-partners .partners-wrapper {
  display: block;
  overflow: hidden;
  margin: 0 10px;
  background: url(/images/bg-partners.png?2b9f3eb078a20e033faa326fb09fd077) center no-repeat;
  background-size: 100% 40px;
  background-position: 50% 100%;
  margin: 0 20px 40px;
  max-width: 100%;
}

.section-partners .partners-wrapper--general {
  flex-grow: 0;
  flex-shrink: 0;
}

.section-partners .partners-wrapper--gift {
  flex-grow: 0;
  flex-shrink: 0;
}

.section-partners .partners-wrapper--inform {
  flex-grow: 0;
  flex-shrink: 0;
}

.section-partners .partners-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  min-height: 80px;
  align-items: center;
}

.section-partners .partners-item {
  display: flex;
  padding: 0 10px 0;
  margin-right: 20px;
}

.section-partners .partners-item a {
  display: block;
  margin: auto;
}

.section-partners .partners-item a img {
  margin: auto;
  display: block;
}

.section-partners .partners-item--double {
  display: none;
}

.section-partners .partner-title {
  font-family: "Pangolin", sans-serif;
  font-size: 32px;
  color: inherit;
  padding: 5px 12px 0;
  margin-top: 10px;
  position: relative;
  background: url(/images/bg-line.png?9f8d7e2f2d165f6213b9e8a1f85f2e31);
  background-repeat: no-repeat;
  background-size: calc(100% - 24px) 5px;
  background-position: 50% 0;
}

@media screen and (max-width: 1440px) {
  .section-partners .partners-wrapper {
    float: none;
    margin-bottom: 80px;
  }

  .section-partners .partners-list {
    min-height: 100px;
  }

  .section-partners .partners-item {
    padding: 0 10px 0;
    flex: 0 0 auto;
    margin-bottom: 10px;
  }

  .section-partners .partners-item img {
    min-width: 80px;
    -o-object-fit: contain;
    object-fit: contain;
    margin: auto;
  }
}

@media (max-width: 768px) {
  .section-partners .partner-title {
    font-family: "Pangolin", sans-serif;
    font-size: 21px;
  }

  .section-partners .partners-logos {
    flex-wrap: wrap;
  }

  .section-partners .partners-logos .partners-wrapper {
    width: 100%;
    margin: 0 auto 60px;
  }

  .section-partners .partners-list {
    justify-content: space-between;
  }

  .section-partners .partners-item {
    flex: 0 1 43%;
    margin: 10px;
  }

  .section-partners .partners-wrapper--gift .partners-item {
    flex: 0 1 30%;
    padding: 0 5px 0;
  }
}

.bg-blue-wrapper .section-partners .partners-wrapper {
  background-image: url(/images/bg-partners-blue.png?6e4d129da1adf8fb24f660bc2f4dffbc);
}

.bg-bound {
  background-color: #fff;
}

.bg-bound img {
  display: block;
  width: 100%;
}

.bg-light-wrapper {
  background: #f1f5fc;
}

.bg-blue-wrapper {
  background: #1b479a;
  color: #fff;
  padding-top: 1px;
}

.bg-blue-wrapper section:last-child {
  background: #133d7b;
  padding-top: 100px;
  position: relative;
  margin-top: 125px;
}

.bg-blue-wrapper section:last-child:before {
  content: "";
  display: block;
  position: absolute;
  height: 124px;
  left: 0;
  right: 0;
  top: -124px;
  background-image: url(/images/bg-blue-border.png?f195dc3a5e4a57a6729057f71713f87d);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% 124px;
}

.bg-blue-wrapper + .footer {
  background: #133d7b;
  color: #838993;
}

.section-picture {
  display: block;
  width: 100%;
}

@-webkit-keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes runningLine {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(-50%, 0, 0);
  }
}

@keyframes runningLine {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(-50%, 0, 0);
  }
}

@-webkit-keyframes loader-ellipsis1 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes loader-ellipsis1 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes loader-ellipsis3 {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes loader-ellipsis3 {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@-webkit-keyframes loader-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(19px, 0);
  }
}

@keyframes loader-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(19px, 0);
  }
}

.page-results {
  background-color: #f1f5fc;
  background-image: url(/images/bg-results.jpg?1123e715acbfd0417de670913b2af54f);
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.page-results .header {
  background-color: transparent;
}

.page-results .header.scroll {
  background: rgba(255, 255, 255, 0.95);
}

@media screen and (max-width: 1024px) {
  .page-results .header.scroll {
    background: #fff;
  }
}

.page-results .heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.page-results .heading .title {
  flex: 0 0 auto;
  padding-right: 40px;
}

.page-results .heading .link {
  flex: 0 0 auto;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .page-results .heading {
    justify-content: center;
  }

  .page-results .heading .title {
    margin: 20px 0 0;
    padding: 0 0 10px;
    order: 2;
  }

  .page-results .heading .default-tabs__menu-item {
    padding: 0;
  }

  .page-results .heading .years-tabs {
    order: 3;
  }

  .page-results .heading .link {
    margin: auto;
  }

  .page-results .heading .btn {
    order: 1;
  }
}

.page-results .section-art-contributors {
  padding-top: 150px;
}

.page-results .section-art-contributors--old {
  padding-top: 20px;
}

.page-results .section-art-contributors .heading .btn:after {
  display: none;
}

.page-results .section-art-contributors .title-decoration {
  border-top: 4px solid rgba(166, 173, 185, 0.2);
}

.page-results .section-art-contributors .title-decoration::after {
  left: 15%;
  border-top: 6px solid rgba(166, 173, 185, 0.2);
}

.page-results .section-art-contributors .btn-row {
  margin-top: 50px;
  padding: 0 20px;
  text-align: center;
}

.page-results .section-art-contributors .results-container {
  padding-bottom: 80px;
}

.page-results .section-art-contributors .results-container .btn {
  border: 2px solid #f6a228;
  background: transparent;
  color: #f6a228;
  margin: 0 auto;
  font-weight: 400;
}

.page-results .section-art-contributors .results-container .btn::after {
  display: none;
}

@media screen and (max-width: 1200px) {
  .page-results .section-art-contributors {
    padding-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  .page-results .section-art-contributors {
    padding-top: 80px;
  }
}

.page-results .contributors-tabs {
  margin: 30px 0 0;
}

.page-results .contributors-tabs .default-tabs__header {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1200px) {
  .page-results .contributors-tabs .default-tabs__header {
    flex-direction: column;
    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: 767px) {
  .page-results .contributors-tabs .default-tabs__menu {
    display: flex;
    flex-direction: column;
  }
}

.page-results .contributors-tabs .default-tabs__menu-item {
  border: none;
  padding: 18px 25px 13px;
  background-size: 100% 100%;
  display: inline-block;
  font-size: 24px;
  font-weight: 400;
  color: #f6a228;
}

.page-results .contributors-tabs .default-tabs__menu-item a {
  color: #f6a228;
  padding: 0;
}

.page-results .contributors-tabs .default-tabs__menu-item ::after {
  display: none;
}

.page-results .contributors-tabs .default-tabs__menu-item.active {
  background-image: url(/images/bg-tab.png?ae2fd6d0734f3fe5666b608d89ecb7fa);
  background-repeat: no-repeat;
  color: #565762;
}

@media screen and (max-width: 767px) {
  .page-results .contributors-tabs .default-tabs__menu-item {
    display: block;
    margin: 0 auto 2px;
    font-size: 16px;
  }
}

.page-results .contributors-tabs .search-block {
  width: 100%;
  max-width: 400px;
}

@media screen and (max-width: 1200px) {
  .page-results .contributors-tabs .search-block {
    margin-bottom: 15px;
  }
}

.page-results .contributors-tabs .search-field {
  position: relative;
}

.page-results .contributors-tabs .search-field input {
  display: block;
  width: 100%;
  border: 2px solid #d2d6dc;
  border-radius: 30px;
  font-size: 14px;
  padding: 16px 50px 16px 20px;
  color: #565762;
}

.page-results .contributors-tabs .search-field button {
  position: absolute;
  right: 0;
  top: 0;
  color: #f6a228;
  background: none;
  font-size: 16px;
  padding: 17px 20px 15px;
  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;
}

.page-results .contributors-tabs .default-tabs__container {
  min-height: 400px;
  margin: 0 auto;
}

@media screen and (max-width: 1310px) {
  .page-results .contributors-tabs .default-tabs__container {
    max-width: 800px;
  }
}

@media screen and (max-width: 900px) {
  .page-results .contributors-tabs .default-tabs__container {
    max-width: 360px;
    padding: 0 15px;
  }
}

.page-results .contributors-tabs .contributors-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.page-results .contributors-tabs .grid-sizer {
  width: 360px;
  height: 1px;
}

.page-results .contributors-tabs .contributor-item {
  margin: 15px 0 0;
  width: 100%;
  max-width: 360px;
}

.page-results .contributors-tabs .contributor-item.place-1:after,
.page-results .contributors-tabs .contributor-item.place-2:after,
.page-results .contributors-tabs .contributor-item.place-3:after {
  display: block;
  content: "";
  font-size: 24px;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  padding-top: 7px;
  padding-left: 25px;
  color: #fff;
  position: absolute;
  right: 30px;
  top: -10px;
  width: 82px;
  height: 70px;
  background: url(/images/pic-badge-place-2021.png?196b6ee214c7d90deed8e110f552e745);
  background-repeat: no-repeat;
  box-sizing: border-box;
}

.page-results .contributors-tabs .contributor-item.place-1:after {
  content: "1";
}

.page-results .contributors-tabs .contributor-item.place-2:after {
  content: "2";
}

.page-results .contributors-tabs .contributor-item.place-3:after {
  content: "3";
}

.page-results .contributors-tabs .contributor-item a {
  display: block;
}

.page-results .contributors-tabs .contributor-item .contributor-pic {
  width: 100%;
  max-width: 360px;
  position: relative;
}

.page-results .contributors-tabs .contributor-item .contributor-pic img {
  display: block;
  width: 100%;
}

.page-results .contributors-tabs .contributor-item .contributor-pic svg {
  position: absolute;
  top: -20px;
  bottom: -20px;
  left: -20px;
  right: -20px;
  width: calc(100% + 40px);
  height: calc(100% + 40px);
}

.page-results .contributors-tabs .contributor-item .contributor-info {
  margin-top: 10px;
  padding-bottom: 30px;
}

.page-results .contributors-tabs .contributor-item .contributor-name {
  font-size: 24px;
  line-height: 1.4;
}

.page-results .contributors-tabs .contributor-item .age,
.page-results .contributors-tabs .contributor-item .place {
  display: inline-block;
  font-size: 14px;
  line-height: 1.7;
}

.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 .footer {
  background-color: #f1f5fc;
}

.page-results .pswp__bg {
  background-color: rgba(27, 72, 154, 0.9);
  background-image: url(/images/pic-intro-illustration-mono.png?356ee88fb53e7d329bcdc341e699eb8b);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: auto;
}

.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: #f6a228;
  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;
  -webkit-animation: lds-dual-ring 1.2s linear infinite;
  animation: lds-dual-ring 1.2s linear infinite;
}

.page-coloring,
[data-class=page-coloring] {
  background-color: #fff;
  background-image: url(/images/bg-results.jpg?1123e715acbfd0417de670913b2af54f);
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.page-coloring .header,
[data-class=page-coloring] .header {
  background-color: transparent;
}

.page-coloring .header.scroll,
[data-class=page-coloring] .header.scroll {
  background: rgba(255, 255, 255, 0.95);
}

@media screen and (max-width: 1024px) {
  .page-coloring .header.scroll,
  [data-class=page-coloring] .header.scroll {
    background: #fff;
  }
}

.page-coloring .footer,
[data-class=page-coloring] .footer {
  background-color: #fff;
}

.section-pictures-list {
  padding-top: 150px;
  min-height: calc(100vh - 72px);
}

@media screen and (max-width: 1200px) {
  .section-pictures-list {
    padding-top: 100px;
  }
}

@media screen and (max-width: 980px) {
  .section-pictures-list {
    min-height: calc(100vh - 130px);
  }
}

@media screen and (max-width: 767px) {
  .section-pictures-list {
    padding-top: 80px;
  }
}

.section-pictures-list .heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.section-pictures-list .heading .title {
  flex: 0 0 auto;
  padding-right: 40px;
}

@media screen and (max-width: 767px) {
  .section-pictures-list .heading {
    justify-content: center;
  }

  .section-pictures-list .heading .title {
    margin: 20px 0 0;
    padding: 0 0 10px;
  }
}

.section-pictures-list .title-decoration {
  border-top: 4px solid rgba(166, 173, 185, 0.2);
}

.section-pictures-list .title-decoration::after {
  left: 15%;
  border-top: 6px solid rgba(166, 173, 185, 0.2);
}

.section-pictures-list .pics-tabs {
  margin: 0 0 0 30px;
}

.section-pictures-list .pics-list {
  display: flex;
  flex-wrap: wrap;
  margin: 40px -20px 10px;
}

.section-pictures-list .pics-list li {
  flex-basis: calc(100% / 3);
  flex-grow: 0;
  flex-shrink: 0;
  padding: 0 20px 30px;
}

.section-pictures-list .pics-list a {
  display: block;
  width: 100%;
  position: relative;
}

.section-pictures-list .pics-list a::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(/images/border.svg?a777e1d63395e56784cb217de056d4d7);
  background-size: 100% 100%;
}

.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: calc(100% / 2);
  }
}

@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%;
}

.section-pictures-list .btn-row {
  text-align: center;
}

.section-coloring-app {
  padding: 112px 0 70px;
  background-color: #ffffff;
}

@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;
  }
}

@media screen and (max-width: 1024px) {
  .section-coloring-app {
    padding-bottom: 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 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 50px;
}

.section-coloring-app .heading .title {
  flex: 0 0 auto;
  padding-right: 40px;
  margin-top: 0;
}

.section-coloring-app .heading .btn {
  margin-right: 11%;
}

.section-coloring-app .heading .btn:after {
  display: none;
}

@media screen and (max-width: 767px) {
  .section-coloring-app .heading .btn {
    margin-right: auto;
    margin-left: auto;
    width: auto;
  }
}

@media screen and (max-width: 1440px) {
  .section-coloring-app .heading {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .section-coloring-app .heading {
    justify-content: center;
  }

  .section-coloring-app .heading .title {
    margin: 20px 0 0;
    padding: 0 0 10px;
  }
}

.section-coloring-app .app-container {
  position: relative;
}

.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?86687a13606d4d17dcfbf3136764e3ac);
  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;
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
          animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.form-loader .loader-ellipsis div:nth-child(1) {
  left: 6px;
  -webkit-animation: loader-ellipsis1 0.6s infinite;
  animation: loader-ellipsis1 0.6s infinite;
}

.form-loader .loader-ellipsis div:nth-child(2) {
  left: 6px;
  -webkit-animation: loader-ellipsis2 0.6s infinite;
  animation: loader-ellipsis2 0.6s infinite;
}

.form-loader .loader-ellipsis div:nth-child(3) {
  left: 26px;
  -webkit-animation: loader-ellipsis2 0.6s infinite;
  animation: loader-ellipsis2 0.6s infinite;
}

.form-loader .loader-ellipsis div:nth-child(4) {
  left: 45px;
  -webkit-animation: loader-ellipsis3 0.6s infinite;
  animation: loader-ellipsis3 0.6s infinite;
}

.privacy-page {
  background: url(/images/bg-privacy.jpg?bc48c92926d6cfb91ee81199314f62a4) 50% 50% no-repeat #071734;
  background-size: cover;
  background-attachment: fixed;
  min-height: 100vh;
  padding-top: 180px;
}

.privacy-page .title {
  line-height: 1.2;
  font-size: 40px;
}

.privacy-page .break {
  word-break: break-all;
}

.privacy__title-container {
  padding-left: 0;
  margin-bottom: 60px;
  width: 100%;
  color: #fff;
}

.privacy__title-container:after {
  width: 100%;
  background: url(/images/title-after-privacy-page.png?b44932a65ad9c0578c71491a6f432b30) 0 0 no-repeat;
  background-size: contain;
}

.privacy-text {
  padding: 0 120px;
  padding-bottom: 160px;
  color: #a6adb9;
  font-weight: 400;
}

.privacy-text:after {
  content: "";
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 150px;
  background: linear-gradient(to top, #071734 30%, transparent 100%);
}

.privacy-text p {
  margin-bottom: 15px;
}

.privacy-text h2 {
  margin: 40px 0;
  text-align: center;
  font-weight: 500;
  color: #fff;
  letter-spacing: 5px;
}

.privacy-text h3 {
  margin: 15px 0;
  font-weight: 500;
  color: #fff;
  letter-spacing: 5px;
}

.privacy-text ul {
  margin-left: 20px;
  margin-bottom: 15px;
  list-style: disc outside;
}

.privacy-text li {
  margin-bottom: 15px;
}

@media (max-height: 850px) {
  .privacy-text .title {
    font-size: 30px;
  }
}

@media (max-width: 1000px) {
  .privacy-page .privacy-text {
    padding: 0 60px 120px;
  }

  .privacy-text:after {
    height: 120px;
  }
}

@media (max-width: 767px) {
  .privacy-page .title {
    font-size: 30px;
  }
}

@media (max-width: 600px) {
  .privacy-page {
    padding-top: 120px;
  }

  .privacy-text {
    padding: 0 0px 60px;
  }

  .privacy-text:after {
    height: 100px;
  }

  .privacy-page .title {
    font-size: 30px;
  }

  .privacy-page .privacy-text {
    padding: 0 20px 120px;
  }
}

.page-404 {
  background: #0e1520 url(/images/bg-404.jpg?a0a29c030d51dd3ac1d8609015654851) 50% 50% no-repeat;
  background-size: cover;
  min-height: 100vh;
  padding-top: 30px;
}

.header-logo-404 {
  height: 80px;
}

.page-404__section {
  display: flex;
  min-height: 100vh;
  text-align: center;
}

.page-404__section .container {
  margin: auto;
  padding-bottom: 100px;
}

.img-404 {
  position: relative;
  margin: 0 auto;
  margin-bottom: 90px;
  width: 425px;
  height: 161px;
  background: url(/images/404-empty.png?bd044e4ac10a7fada989b58c78ced594) 50% 0 no-repeat;
  background-size: contain;
}

.page-404__title-container {
  margin-bottom: 80px;
}

.page-404__title-container:after {
  display: none;
}

.text-404 {
  max-width: 500px;
  margin: 0 auto;
  color: #a6adb9;
  font-size: 14px;
}

.text-404 p {
  margin-bottom: 30px;
}

.back-home:after {
  display: none;
}

.back-home: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);
}

.page-404 .footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.animate-404 {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  margin: 0 auto;
  margin-top: -23px;
  width: 160px;
  height: 184px;
}

.animate-404 {
  background: url(/images/404-animation.png?fa4f83403887d709c129326b1198c080) 0 0 no-repeat;
  -webkit-animation-name: animate-404;
          animation-name: animate-404;
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
  -webkit-animation-timing-function: steps(149);
          animation-timing-function: steps(149);
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.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?4907530f708299d65203bf570319db9c) 0 0 no-repeat;
  -webkit-animation: animate-404 6s steps(149) 7.2s infinite;
          animation: animate-404 6s steps(149) 7.2s infinite;
}

@-webkit-keyframes animate-404 {
  from {
    background-position: 0 0;
  }

  to {
    background-position: -23840px 0;
  }
}

@keyframes animate-404 {
  from {
    background-position: 0 0;
  }

  to {
    background-position: -23840px 0;
  }
}

@media (max-width: 812px) and (orientation: landscape) {
  .page-404__section .container {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .img-404 {
    margin-bottom: 20px;
  }

  .title {
    font-size: 35px;
    line-height: 1;
  }

  .subtitle {
    font-size: 16px;
    letter-spacing: 3px;
  }

  .text-404 p {
    font-size: 13px;
    margin-bottom: 10px;
  }

  .title-container {
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .page-404__section .container {
    padding-bottom: 80px;
  }

  .img-404 {
    margin-bottom: 20px;
  }

  .title-container {
    margin-bottom: 20px;
  }

  .text-404 {
    font-size: 13px;
    line-height: 1.4;
  }

  .text-404 p {
    margin-bottom: 10px;
  }

  .footer {
    padding-bottom: 10px;
  }
}

@media (max-width: 500px) {
  .img-404 {
    margin-bottom: 20px;
    max-width: 90%;
    height: 37.88vw;
    background: url(/images/404.png?aefb5b3daa96d6483a8c54d0715b2efa) 50% 0 no-repeat/contain;
  }
}

