@import url(https://fonts.googleapis.com/css?family=Roboto:regular,500&display=swap&subset=cyrillic-ext);

@import url(https://fonts.googleapis.com/css?family=Commissioner:regular&display=swap&subset=cyrillic-ext);

@font-face {
  font-family: "icons";
  font-display: swap;
  src: url("../fonts/icons.woff2") format("woff2"), url("../fonts/icons.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "icons";
  font-display: swap;
  src: url("../fonts/icons.woff") format("woff"), url("../fonts/icons.woff2#icons") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="_icon-"]:before,
[class*=" _icon-"]:before {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="_icon-"]:before,
[class*=" _icon-"]:before {
  display: block;
}

._icon-arrow:before {
  content: "\e901";
}

._icon-tiktok:before {
  content: "\e900";
}

._icon-facebook:before {
  content: "\ea91";
}

._icon-instagram:before {
  content: "\ea92";
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

aside,
nav,
footer,
header,
section {
  display: block;
}

html {
  font-size: 16px;
}

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  line-height: 1;
  font-family: "Roboto";
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: "Roboto";
  font-size: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
  background-color: inherit;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

/*
&::-webkit-scrollbar {
	display: none;
}
*/

body {
  color: #000;
}

body._lock {
  overflow: hidden;
}

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

._container {
  /* max-width: 1150px;    */
  max-width: 1374px;

  margin: 0 auto;
  padding: 0 15px;
}

._ibg {
  position: relative;
}

._ibg img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

body.ie ._ibg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

body.ie ._ibg img {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.page {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.header {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.header__menu {
  margin: 17px 0px 0px 0px;
}

.menu__list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 30px rgba(42, 45, 90, 0.3);
  box-shadow: 0px 0px 30px rgba(42, 45, 90, 0.3);
  border-radius: 20px;
  padding: 10px 16px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  overflow: hidden;
}

.menu__list._active .menu__item {
  width: auto;
  opacity: 1;
  visibility: visible;
}

.menu__item {
  font-weight: 500;
  font-size: 20px;
  line-height: 115%;
  text-transform: uppercase;
  color: #2a2d5a;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.menu__item:not(:last-child) {
  margin: 0px 25px 0px 0px;
}

.menu__item._red {
  color: #bc0033;
}

.menu__link {
  color: inherit;
}

.fullscreen {
  position: relative;
}

.fullscreen__body {
  position: relative;
  width: 100%;
  height: 601px;
}

.fullscreen__video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: right;
  object-position: right;
}

.fullscreen__logo {
  position: absolute;
  /* -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%; */
  z-index: 30;
  bottom: 10px;
  right: 20px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-color: #fff;
  padding: 2px;
  /* display: none; */
}

.fullscreen__logo img {
  width: 100%;
}
.fullscreen__logo._hidden {
  display: none;
}

.info {
  position: relative;
}

.info__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 94px;
  padding-bottom: 70px;
}
.info__container {
  width: 100%;
}

.column-left__img {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: calc(326 / 203 * 75%);
}

.column-left__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  max-height: 600px;
  object-fit: contain;
}
.column-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.column-right__video {
  position: relative;
  z-index: 2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;

  margin: 0 auto;
}

.column-right__video::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 16px;
  left: 14px;
  background-color: #ddebff;
  border-radius: 20px;
  z-index: 1;
}

.column-right__video-item {
  max-width: 100%;
  position: relative;
  z-index: 2;
}

.column-right__text {
  margin-top: 83px;
  font-size: 18px;
  font-weight: normal;
  line-height: 139%;
  text-align: justify;
  color: #000000;
  position: relative;
  z-index: 2;
  max-width: 690px;
}

._no-webp .vera {
  background-image: url(../img/backgrond.png);
}

.vera {
  position: relative;
  padding-top: 116px;
  padding-bottom: 116px;
  background-image: url(../img/backgrond.png);
}

.vera__body {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.vera__text {
  font-weight: normal;
  font-size: 18px;
  line-height: 139%;
  color: #000000;
  margin-bottom: 61px;
}

.vera__text p {
  margin: 0px 0px 1.4444444444em 0px;
}

.vera__title {
  font-family: "Commissioner";
  font-weight: normal;
  font-size: 32px;
  line-height: 97.5%;
  text-align: center;
  letter-spacing: 0.075em;
  color: #bc0033;
  margin: 0px 0px 0.9375em 0px;
}

.vera__author {
  font-family: "Commissioner";
  font-weight: normal;
  line-height: 97.5%;
  text-align: center;
  font-size: 30px;
  color: #2a2d5a;
}

.vera__background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.footer {
  background: #2a2d5a;
  padding-top: 65px;
  padding-bottom: 65px;
}

.footer__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-social {
  color: #ffffff;
}

.footer-social__title {
  font-weight: normal;
  font-size: 20px;
  line-height: 115%;
  text-align: center;
  margin: 0px 0px 1.5em 0px;
}

.footer-social__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 35px;
}

.footer-social__list a {
  display: block;
  color: inherit;
}

.footer-more {
  color: #026ded;
}

.footer-more__title {
  font-weight: normal;
  font-size: 25px;
  line-height: 116%;
  text-align: center;
  margin: 0px 0px 1.16em 0px;
  color: inherit;
  display: block;
}

.footer-more__line {
  font-size: 23px;
  color: inherit;
  display: block;
}

@media (min-width: 767.98px) {
  .column-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37.5178571429%;
    flex: 0 0 37.5178571429%;
    margin: 0px 48px 0px 0px;
  }

  .column-left__birds {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
  }

  .column-left__lines {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
  }

  .column-right {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .vera__column_left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.5178571429%;
    flex: 0 0 41.5178571429%;
    margin-left: 72px;
    margin-right: 94px;
  }

  .vera__column_right {
    margin: 0px 36px 0px 0px;
  }

  .vera__img {
    width: 100%;
    padding: 0px 0px 141.2903225806% 0px;
  }
  .vera__body {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 1150px) {
  .fullscreen__body {
    height: calc(210px + 391 * ((100vw - 320px) / 830));
  }

  /* .fullscreen__logo img {
    width: calc(170px + 236 * ((100vw - 320px) / 830));
  } */

  .info__body {
    padding-top: calc(23px + 71 * ((100vw - 320px) / 830));
  }

  .info__body {
    padding-bottom: calc(40px + 30 * ((100vw - 320px) / 830));
  }

  .column-right__text {
    margin-top: calc(40px + 43 * ((100vw - 320px) / 830));
  }

  .column-right__text {
    font-size: calc(16px + 2 * ((100vw - 320px) / 830));
  }

  .vera {
    padding-top: calc(50px + 66 * ((100vw - 320px) / 830));
  }

  .vera {
    padding-bottom: calc(40px + 76 * ((100vw - 320px) / 830));
  }

  .vera__text {
    font-size: calc(16px + 2 * ((100vw - 320px) / 830));
  }

  .vera__text {
    margin-bottom: calc(30px + 31 * ((100vw - 320px) / 830));
  }

  .vera__title {
    font-size: calc(28px + 4 * ((100vw - 320px) / 830));
  }

  .vera__author {
    font-size: calc(20px + 10 * ((100vw - 320px) / 830));
  }

  .footer {
    padding-top: calc(50px + 15 * ((100vw - 320px) / 830));
  }

  .footer {
    padding-bottom: calc(50px + 15 * ((100vw - 320px) / 830));
  }
}

@media (max-width: 991.98px) {
  .column-right {
    margin: 30px 0px 0px 0px;
  }
}

@media (max-width: 767.98px) {
  .fullscreen__logo {
    background-color: #000;
    bottom: 0;
    right: 5px;
    display: block;
  }
  .menu__list {
    padding: 8px 12px;
    background-color: #000;
  }
  .menu__item {
    width: 0;
    opacity: 0;
    visibility: hidden;
    font-size: 16px;
    color: #fff;
  }

  .menu__item:not(:last-child) {
    margin: 0px 0px 0px 0px;
  }
  .menu__list._active .menu__item:not(:last-child) {
    margin: 0px 18px 0px 0px;
  }

  .menu__item._red {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: auto;
    opacity: 1;
    visibility: visible;
  }

  .info__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column-left {
    position: relative;
  }

  .column-left__img {
    justify-content: center;
    position: relative;
    padding-bottom: calc(326 / 203 * 203 / 345 * 100%);
    width: calc(203 / 345 * 100%);
    margin: 0 auto;
  }

  .column-left__birds img {
    position: absolute;
    width: 70%;
    height: 70%;
    top: 0;
    left: 0;
    margin: -25px -15px;
  }

  .column-left__lines img {
    position: absolute;
    width: 100%;
    height: 75%;
    left: 0;
    margin: 0 -15px;
    bottom: 0;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .column-right__video {
    margin: 0px 15px 0px 0px;
  }

  .vera__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .vera__column_left {
    margin: 0px 0px 25px 0px;
  }

  .vera__img {
    width: 100%;
    padding: 0px 0px 141.4925373134% 0px;
  }

  .footer__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer__column:not(:last-child) {
    margin: 0px 0px 52px 0px;
  }
}

@media (min-width: 767.98px) and (max-width: 1150px) {
  .vera__column_left {
    margin-left: calc(36px + 36 * ((100vw - 320px) / 830));
  }

  .vera__column_left {
    margin-right: calc(30px + 64 * ((100vw - 320px) / 830));
  }
}

@media (any-hover: hover) {
  .fullscreen__logo {
    cursor: pointer;
  }
  .menu__item:hover {
    color: #9b0e34;
  }

  .footer-social__list a {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }

  .footer-social__list a:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }

  .footer-more__line {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }

  .footer-more__line:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}

._webp .vera {
  background-image: url(../img/backgrond.webp);
}
@media (min-width: 1120px) {
  .fullscreen {
    min-height: 100vh;
  }
  .fullscreen__body {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .info {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .column-left__lines img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}
@media (min-width: 767.98px) {
  .info {
    background: no-repeat url("../img/info-back.png");
    background-size: cover;
  }
  .info__background {
    display: none;
  }
  .ytp-svg-fill {
    fill: #000;
  }
}
@media (max-width: 767.98px) {
  .info__background {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}
