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

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

:focus, :active {
  outline: none; }

a:focus, a:active {
  outline: none; }

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

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

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

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

button {
  cursor: pointer; }

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

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

a:hover {
  text-decoration: none; }

ul li {
  list-style: none; }

img {
  vertical-align: top; }

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

textarea {
  resize: vertical; }

/*100: Thin;
200: Extra Light (Ultra Light);
300: Light;
400: Normal;
500: Medium;
600: Semi Bold (Demi Bold);
700: Bold;
800: Extra Bold (Ultra Bold);
900: Black (Heavy).*/
/*


/** Roboto Condensed **/
@font-face {
  font-family: 'Rosgvard';
  src: url("./fonts/Rosgvard/RobotoCondensed-Thin.ttf");
  font-weight: 100;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Rosgvard';
  src: url("./fonts/Rosgvard/RobotoCondensed-ExtraLight.ttf");
  font-weight: 200;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Rosgvard';
  src: url("./fonts/Rosgvard/RobotoCondensed-Light.ttf");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Rosgvard';
  src: url("./fonts/Rosgvard/RobotoCondensed-Regular.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Rosgvard';
  src: url("./fonts/Rosgvard/RobotoCondensed-Medium.ttf");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Rosgvard';
  src: url("./fonts/Rosgvard/RobotoCondensed-SemiBold.ttf");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Rosgvard';
  src: url("./fonts/Rosgvard/RobotoCondensed-Bold.ttf");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Rosgvard';
  src: url("./fonts/Rosgvard/RobotoCondensed-ExtraBold.ttf");
  font-weight: 800;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Rosgvard';
  src: url("./fonts/Rosgvard/RobotoCondensed-Black.ttf");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }
/** RosgvardPh **/
@font-face {
  font-family: 'RosgvardPh';
  src: url("./fonts/RosgvardPh/philosopherregular.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'RosgvardPh';
  src: url("./fonts/RosgvardPh/philosopherbold.ttf");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }
html,
body {
  font-family: 'Rosgvard', sans-serif;
  font-weight: normal;
  font-style: normal;
  background-color: #ffffff;
  color: #333333; }
  @media (max-width: 767px) {
    html,
    body {
      font-size: calc(10px + 17 * ((100vw - 320px) / 1240)); } }
  @media (min-width: 767px) {
    html,
    body {
      font-size: calc(10px + 10 * (100vw / 1240)); } }
  @media (min-width: 1240px) {
    html,
    body {
      font-size: 20px; } }

.wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative; }
  .wrapper .content {
    flex: 1 1 auto; }

.container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 15px; }
  @media (max-width: 1439.98px) {
    .container {
      max-width: 1200px; } }
  @media (max-width: 1199.98px) {
    .container {
      max-width: 992px; } }
  @media (max-width: 991.98px) {
    .container {
      max-width: 768px; } }
  @media (max-width: 575.98px) {
    .container {
      padding: 0 10px; } }

.button {
  display: block;
  border: 1px solid #7a0d10;
  border-radius: 3px;
  padding: 10px 15px;
  cursor: pointer;
  margin-bottom: 10px;
  color: #333333;
  transition: ease 0.5s;
  background-color: white;
  text-decoration: none;
  width: fit-content; }
  .button:hover {
    background: rgba(122, 13, 16, 0.12);
    text-decoration: none;
    color: #000; }
  .button.center {
    text-decoration: none;
    margin: 0 auto;
    padding: 10px 30px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1); }

.x-close {
  width: 20px;
  height: 20px;
  display: block;
  position: relative;
  cursor: pointer; }
  .x-close:before, .x-close:after {
    content: '';
    display: block;
    background-color: #7a0d10;
    position: absolute;
    width: 100%;
    height: 2px;
    top: 50%;
    transition: .5s; }
  .x-close:before {
    transform: translateY(-50%) rotate(45deg); }
  .x-close:after {
    transform: translateY(-50%) rotate(-45deg); }
  .x-close:hover:before {
    transform: translateY(-50%) rotate(-45deg); }
  .x-close:hover:after {
    transform: translateY(-50%) rotate(45deg); }

.link, .header__links a, .mob-menu__list a {
  transition: .3s; }
  .link:hover, .header__links a:hover, .mob-menu__list a:hover {
    color: #9d231f; }

.section {
  padding: 3rem 0 1rem; }

._lock {
  height: 100%;
  overflow: hidden; }

h1,
h2,
h3 {
  font-family: 'RosgvardPh', sans-serif; }

h2 {
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
  color: #7a0d10;
  padding-bottom: 1.5em;
  font-weight: 700; }
  @media (max-width: 767px) {
    h2 {
      font-size: calc(20px + 17 * ((100vw - 320px) / 1240)); } }
  @media (min-width: 767px) {
    h2 {
      font-size: calc(20px + 10 * (100vw / 1240)); } }
  @media (min-width: 1240px) {
    h2 {
      font-size: 30px; } }

h3 {
  line-height: 1.3;
  padding-bottom: 1em;
  font-weight: 700;
  color: #7a0d10; }
  @media (max-width: 767px) {
    h3 {
      font-size: calc(18px + 3.4 * ((100vw - 320px) / 1240)); } }
  @media (min-width: 767px) {
    h3 {
      font-size: calc(18px + 2 * (100vw / 1240)); } }
  @media (min-width: 1240px) {
    h3 {
      font-size: 20px; } }

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(180deg, black 0%, transparent 100%);
  z-index: 5; }
  .header__body {
    padding: 1.5rem 0; }
  .header__row {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .header__burger {
    cursor: pointer;
    display: block; }
    .header__burger svg rect {
      fill: white; }
  .header__links {
    font-family: 'RosgvardPh', sans-serif;
    text-transform: uppercase;
    font-weight: 700; }
    @media (max-width: 767px) {
      .header__links {
        font-size: calc(15px + 3.4 * ((100vw - 320px) / 1240)); } }
    @media (min-width: 767px) {
      .header__links {
        font-size: calc(15px + 2 * (100vw / 1240)); } }
    @media (min-width: 1240px) {
      .header__links {
        font-size: 17px; } }
    .header__links a {
      color: #ffffff; }
      .header__links a:not(:last-child) {
        margin-right: 1rem; }
    @media (max-width: 767.98px) {
      .header__links {
        display: none; } }

.bg-shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  z-index: -1;
  transition: 0.5s; }
  .bg-shadow.active {
    z-index: 1000;
    opacity: 0.8; }

.mob-menu {
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  transition: .3s;
  transform: translateX(-100%); }
  .mob-menu__content {
    position: relative;
    background-color: #ffffff;
    padding: 4rem 1.5rem 1.5rem;
    height: 100%;
    width: 500px;
    overflow-y: auto;
    z-index: 2; }
    @media (max-width: 767px) {
      .mob-menu__content {
        font-size: calc(15px + 3.4 * ((100vw - 320px) / 1240)); } }
    @media (min-width: 767px) {
      .mob-menu__content {
        font-size: calc(15px + 2 * (100vw / 1240)); } }
    @media (min-width: 1240px) {
      .mob-menu__content {
        font-size: 17px; } }
    @media (max-width: 575.98px) {
      .mob-menu__content {
        width: 100vw; } }
    .mob-menu__content::-webkit-scrollbar {
      height: 2px;
      width: 2px; }
    .mob-menu__content::-webkit-scrollbar-button {
      display: none; }
    .mob-menu__content::-webkit-scrollbar-thumb {
      background: #9d231f;
      border-radius: 3px; }
    .mob-menu__content::-webkit-scrollbar-track {
      background: transparent; }
  .mob-menu__close {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem; }
  .mob-menu__top-list a {
    display: flex;
    align-items: center; }
    .mob-menu__top-list a img {
      max-width: 60px;
      margin-right: 10px; }
  .mob-menu__list {
    border-top: 1px solid #cbd5e0;
    padding-top: 0.5rem;
    margin-top: 1rem; }
    .mob-menu__list b {
      display: block;
      padding: 5px 0;
      line-height: normal; }
    .mob-menu__list a {
      display: block;
      padding: 5px 0;
      line-height: normal; }
  .mob-menu.active {
    transform: translateX(0); }

.head__body {
  position: relative;
  width: 100%;
  height: 800px; }
  .head__body:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.8) 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
  @media (max-width: 1199.98px) {
    .head__body br {
      display: none; } }
  @media (max-width: 991.98px) {
    .head__body {
      height: auto; } }
.head__title {
  color: #efd58a;
  text-align: center;
  font-family: 'RosgvardPh', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 130%;
  padding: 2rem 0; }
  @media (max-width: 767px) {
    .head__title {
      font-size: calc(16px + 15.3 * ((100vw - 320px) / 1240)); } }
  @media (min-width: 767px) {
    .head__title {
      font-size: calc(16px + 9 * (100vw / 1240)); } }
  @media (min-width: 1240px) {
    .head__title {
      font-size: 25px; } }
  .head__title span {
    display: block;
    margin-bottom: 0.5rem;
    line-height: 1; }
    @media (max-width: 767px) {
      .head__title span {
        font-size: calc(40px + 34 * ((100vw - 320px) / 1240)); } }
    @media (min-width: 767px) {
      .head__title span {
        font-size: calc(40px + 20 * (100vw / 1240)); } }
    @media (min-width: 1240px) {
      .head__title span {
        font-size: 60px; } }
  .head__title div {
    margin-left: 7px; }
  @media (max-width: 1199.98px) {
    .head__title br {
      display: none; } }
  @media (max-width: 575.98px) {
    .head__title {
      width: calc(100% - 20px); } }
.head__bg {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0; }
.head__logo {
  max-width: 265px;
  width: 100%;
  filter: drop-shadow(0 0 15px black); }
  @media (max-width: 991.98px) {
    .head__logo {
      max-width: 200px; } }
  @media (max-width: 575.98px) {
    .head__logo {
      max-width: 150px; } }
.head__content {
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  z-index: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 2rem; }
  @media (max-width: 991.98px) {
    .head__content {
      top: 0;
      transform: translateY(0);
      position: relative;
      padding: 80px 2rem 30px; } }
.head__container {
  height: 100%;
  position: relative; }
.head__anchors {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .head__anchors li {
    padding: 0 10px;
    margin-bottom: 1rem; }
    .head__anchors li a {
      color: #ffffff;
      position: relative;
      transition: .3s; }
      @media (max-width: 767px) {
        .head__anchors li a {
          font-size: calc(15px + 5.1 * ((100vw - 320px) / 1240)); } }
      @media (min-width: 767px) {
        .head__anchors li a {
          font-size: calc(15px + 3 * (100vw / 1240)); } }
      @media (min-width: 1240px) {
        .head__anchors li a {
          font-size: 18px; } }
      .head__anchors li a:before {
        content: '';
        display: block;
        width: 100%;
        height: 1px;
        background-color: #ffffff;
        position: absolute;
        left: 0;
        bottom: 0;
        transition: .3s; }
      .head__anchors li a:hover {
        color: #9d231f; }
        .head__anchors li a:hover:before {
          background-color: #9d231f; }
.head__ordena {
  opacity: 0.85;
  filter: drop-shadow(0 0 15px black); }
  @media (min-width: 992px) {
    .head__ordena {
      position: absolute;
      right: 15px;
      top: 0; } }
  @media (max-width: 991.98px) {
    .head__ordena {
      padding-bottom: 2rem; } }
  @media (max-width: 575.98px) {
    .head__ordena img {
      height: 100px; } }

.content__row {
  display: flex;
  margin: -15px;
  flex-wrap: wrap; }
  @media (max-width: 575.98px) {
    .content__row {
      margin: -10px; } }
  .content__row > * {
    padding: 15px; }
    @media (max-width: 575.98px) {
      .content__row > * {
        padding: 10px; } }
.content__main {
  flex: 1 1 75%;
  max-width: 100%; }
  @media (max-width: 1199.98px) {
    .content__main {
      flex: 1 1 100%; } }
.content__sidebar {
  flex: 1 1 25%; }
  @media (max-width: 1199.98px) {
    .content__sidebar {
      flex: 1 1 100%; } }

.sidebar {
  line-height: 1.5;
  position: relative; }
  @media (max-width: 767px) {
    .sidebar {
      font-size: calc(15px + 3.4 * ((100vw - 320px) / 1240)); } }
  @media (min-width: 767px) {
    .sidebar {
      font-size: calc(15px + 2 * (100vw / 1240)); } }
  @media (min-width: 1240px) {
    .sidebar {
      font-size: 17px; } }
  .sidebar__items {
    position: sticky;
    top: 0;
    padding: 3rem 0 1rem; }
  .sidebar__item {
    text-align: center; }

.text-section__row {
  display: flex;
  margin: -15px;
  flex-wrap: wrap; }
  @media (max-width: 575.98px) {
    .text-section__row {
      margin: -10px; } }
.text-section__col {
  padding: 15px; }
  @media (max-width: 575.98px) {
    .text-section__col {
      padding: 10px; } }
  .text-section__col.col-40 {
    flex: 1 1 40%; }
  .text-section__col.col-60 {
    flex: 1 1 60%; }
  .text-section__col.col-50 {
    flex: 1 1 50%; }
  .text-section__col.col-33 {
    flex: 1 1 33.33%; }
    @media (max-width: 1199.98px) {
      .text-section__col.col-33 {
        flex: 1 1 50%; } }
  @media (max-width: 767.98px) {
    .text-section__col {
      flex: 1 1 100% !important; } }
.text-section img {
  width: 100%; }
.text-section a {
  text-decoration: underline;
  transition: .3s; }
  .text-section a:hover {
    color: #9d231f; }
.text-section p {
  line-height: 1.5;
  text-align: justify; }
  @media (max-width: 767px) {
    .text-section p {
      font-size: calc(15px + 3.4 * ((100vw - 320px) / 1240)); } }
  @media (min-width: 767px) {
    .text-section p {
      font-size: calc(15px + 2 * (100vw / 1240)); } }
  @media (min-width: 1240px) {
    .text-section p {
      font-size: 17px; } }
  .text-section p:not(:last-child) {
    margin-bottom: 1em; }
.text-section li {
  line-height: 1.5; }
  @media (max-width: 767px) {
    .text-section li {
      font-size: calc(15px + 3.4 * ((100vw - 320px) / 1240)); } }
  @media (min-width: 767px) {
    .text-section li {
      font-size: calc(15px + 2 * (100vw / 1240)); } }
  @media (min-width: 1240px) {
    .text-section li {
      font-size: 17px; } }
  .text-section li:not(:last-child) {
    margin-bottom: 0.1em; }
.text-section ol,
.text-section ul {
  padding: 0;
  margin-bottom: 1.2em; }
.text-section ol li,
.text-section ul li {
  padding-left: 1.5em;
  position: relative; }
.text-section ol {
  list-style-type: none;
  counter-reset: num; }
.text-section ol li:before {
  content: counter(num) ")";
  counter-increment: num;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  text-align: left; }
.text-section ul li:before {
  content: '–';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  text-align: left; }
.text-section figure figcaption {
  text-align: center;
  font-style: italic;
  opacity: .8;
  padding: 5px 0; }
  @media (max-width: 767px) {
    .text-section figure figcaption {
      font-size: calc(13px + 3.4 * ((100vw - 320px) / 1240)); } }
  @media (min-width: 767px) {
    .text-section figure figcaption {
      font-size: calc(13px + 2 * (100vw / 1240)); } }
  @media (min-width: 1240px) {
    .text-section figure figcaption {
      font-size: 15px; } }
.text-section .left,
.text-section .right {
  width: 40%;
  padding-top: 6px; }
  @media (max-width: 575.98px) {
    .text-section .left,
    .text-section .right {
      width: 100%;
      padding-bottom: 10px; } }
.text-section .left {
  float: left; }
  @media (min-width: 576px) {
    .text-section .left {
      padding-right: 10px; } }
.text-section .right {
  float: right; }
  @media (min-width: 576px) {
    .text-section .right {
      padding-left: 10px; } }

.heroes-list-modify {
  margin-top: calc(-1.2rem - 10px); }
  .heroes-list-modify h3 {
    display: none; }

.anons {
  padding-bottom: 20px;
  position: relative; }
  .anons__content {
    overflow: hidden;
    position: relative;
    transition: .5s;
    -webkit-mask-image: -webkit-gradient(linear, left 70%, left bottom, from(black), to(transparent)); }
  .anons__btn {
    position: absolute;
    bottom: 0;
    font-size: 15px;
    font-weight: 300;
    color: #7a0d10;
    cursor: pointer;
    transition: .3s;
    user-select: none; }
    .anons__btn:hover {
      text-decoration: underline; }
  .anons.active .anons__content {
    height: auto;
    -webkit-mask-image: none; }

.no-style {
  list-style: none; }
  .no-style > * {
    padding-left: 0 !important; }
    .no-style > *:before {
      display: none !important; }

.slider__body {
  padding: 2rem 0; }

.swiper-slide img {
  max-width: 100%;
  border-radius: 20px; }
.swiper-button-prev, .swiper-button-next {
  color: #7a0d10;
  display: none; }

.slider-2 {
  padding-top: 2rem; }
  .slider-2 .swiper-slide {
    height: 300px;
    position: relative; }
    .slider-2 .swiper-slide img {
      position: absolute;
      top: 0;
      height: 100%;
      width: 100%;
      object-fit: cover; }

.slider-news .news-item {
  height: 100%;
  text-decoration: none;
  background-color: white;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  overflow: hidden; }
  .slider-news .news-item img {
    width: 100%;
    border-radius: 0; }
  .slider-news .news-item h3 {
    color: #333333;
    margin: 10px 0;
    padding: 0; }
  .slider-news .news-item p {
    color: #727C94; }

.president .right {
  padding-left: 2rem; }
  .president .right img {
    border-radius: 10px; }
  @media (max-width: 575.98px) {
    .president .right {
      padding-left: 0; } }

.soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  background-color: transparent;
  transition: 0.3s;
  height: 32px;
  width: 32px;
  padding: 4px; }
  .soc-item svg {
    display: block;
    width: 24px; }
  .soc-item.vk:hover, .soc-item.telegram:hover {
    background-color: #0088cc; }
  .soc-item.youtube:hover {
    background-color: #cd201f; }
  .soc-item.rutube:hover {
    background-color: #100943; }
  .soc-item.ok:hover {
    background-color: #ed812b; }
  .soc-item.dzen:hover {
    background-color: #000; }
  .soc-item.rss:hover {
    background-color: black; }

.footer__top {
  padding: 40px 0;
  background-color: #d0d0d0; }
.footer__row {
  display: flex;
  margin: 0 -15px; }
  @media (max-width: 991.98px) {
    .footer__row {
      flex-wrap: wrap;
      justify-content: center; } }
  @media (max-width: 575.98px) {
    .footer__row {
      margin: 0 10px; } }
.footer__col {
  flex: 0 1 25%;
  padding: 0 15px; }
  @media (max-width: 991.98px) {
    .footer__col {
      flex: 0 1 33.33%;
      margin-bottom: 30px; } }
  @media (max-width: 767.98px) {
    .footer__col {
      flex: 0 1 50%; } }
  @media (max-width: 575.98px) {
    .footer__col {
      flex: 1 1 100%;
      text-align: center;
      padding: 0 10px; } }
  @media (max-width: 991.98px) {
    .footer__col:first-child {
      flex: 1 1 100%;
      text-align: center; } }
  @media (max-width: 767.98px) {
    .footer__col:last-child {
      text-align: center; } }
.footer__title {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 15px;
  text-transform: uppercase; }
.footer__logo img {
  max-width: 200px; }
  @media (max-width: 575.98px) {
    .footer__logo img {
      max-width: 100px; } }
.footer__links {
  display: flex;
  flex-direction: column; }
  .footer__links a {
    margin-bottom: 10px;
    display: inline-block;
    transition: .3s;
    font-size: 15px; }
    .footer__links a:hover {
      color: #8D2729; }
.footer__soc {
  list-style: none;
  display: flex;
  align-items: center; }
  @media (max-width: 767.98px) {
    .footer__soc {
      justify-content: center; } }
  .footer__soc li:not(:last-child) {
    margin-right: 5px; }
.footer__bottom {
  background-color: #BFBFBF;
  font-size: 15px;
  line-height: normal;
  padding: 15px 0; }

.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 100%);
  z-index: 1001;
  opacity: 0;
  width: 50vw;
  height: 50vh;
  min-height: 400px;
  transition: .3s; }
  @media (max-width: 1199.98px) {
    .popup {
      width: 80vw;
      height: 80vh; } }
  @media (max-width: 767.98px) {
    .popup {
      transform: translate(0, 100%);
      width: 100vw;
      height: 100vh;
      top: 0;
      left: 0; } }
  .popup__body {
    padding: 40px 1.5rem 1.5rem;
    background-color: white;
    border-radius: 10px;
    position: relative;
    height: 100%; }
    @media (max-width: 767.98px) {
      .popup__body {
        border-radius: 0; } }
  .popup__close {
    position: absolute;
    top: 15px;
    right: 21px; }
  .popup__content {
    position: relative;
    overflow-y: auto;
    height: 100%;
    padding-right: 5px; }
    .popup__content::-webkit-scrollbar {
      height: 2px;
      width: 2px; }
    .popup__content::-webkit-scrollbar-button {
      display: none; }
    .popup__content::-webkit-scrollbar-thumb {
      background: #9d231f;
      border-radius: 3px; }
    .popup__content::-webkit-scrollbar-track {
      background: transparent; }
  .popup.active {
    opacity: 1;
    transform: translate(-50%, -50%); }
    @media (max-width: 767.98px) {
      .popup.active {
        transform: translate(0, 0); } }

.hero-info {
  line-height: 140%; }
  .hero-info a {
    pointer-events: none;
    cursor: default; }
  @media (max-width: 767px) {
    .hero-info {
      font-size: calc(15px + 5.1 * ((100vw - 320px) / 1240)); } }
  @media (min-width: 767px) {
    .hero-info {
      font-size: calc(15px + 3 * (100vw / 1240)); } }
  @media (min-width: 1240px) {
    .hero-info {
      font-size: 18px; } }
  .hero-info .mfp-close {
    display: none; }
  .hero-info h4 {
    font-weight: 700;
    margin-bottom: 1rem; }
    @media (max-width: 767px) {
      .hero-info h4 {
        font-size: calc(17px + 5.1 * ((100vw - 320px) / 1240)); } }
    @media (min-width: 767px) {
      .hero-info h4 {
        font-size: calc(17px + 3 * (100vw / 1240)); } }
    @media (min-width: 1240px) {
      .hero-info h4 {
        font-size: 20px; } }
  .hero-info img {
    width: 200px !important;
    float: left !important;
    padding: 0 10px 0 0 !important; }
    @media (max-width: 767.98px) {
      .hero-info img {
        width: 200px !important; } }
  .hero-info p {
    line-height: 1.5; }
    @media (max-width: 767px) {
      .hero-info p {
        font-size: calc(15px + 5.1 * ((100vw - 320px) / 1240)); } }
    @media (min-width: 767px) {
      .hero-info p {
        font-size: calc(15px + 3 * (100vw / 1240)); } }
    @media (min-width: 1240px) {
      .hero-info p {
        font-size: 18px; } }
    .hero-info p:not(:last-child) {
      margin-bottom: 0.5em; }
  .hero-info video {
    display: block;
    margin: 0 auto; }

/*# sourceMappingURL=style.css.map */
