* {
  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) / 1470)); } }
  @media (min-width: 767px) {
    html,
    body {
      font-size: calc(10px + 10 * (100vw / 1470)); } }
  @media (min-width: 1470px) {
    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;
  font-size: 18px; }
  @media (max-width: 767.98px) {
    .button {
      font-size: 16px; } }
  .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;
  color: #7a0d10;
  padding-bottom: 1.5em;
  font-weight: 700; }
  @media (max-width: 767px) {
    h2 {
      font-size: calc(20px + 17 * ((100vw - 320px) / 1470)); } }
  @media (min-width: 767px) {
    h2 {
      font-size: calc(20px + 10 * (100vw / 1470)); } }
  @media (min-width: 1470px) {
    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) / 1470)); } }
  @media (min-width: 767px) {
    h3 {
      font-size: calc(18px + 2 * (100vw / 1470)); } }
  @media (min-width: 1470px) {
    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) / 1470)); } }
    @media (min-width: 767px) {
      .header__links {
        font-size: calc(15px + 2 * (100vw / 1470)); } }
    @media (min-width: 1470px) {
      .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) / 1470)); } }
    @media (min-width: 767px) {
      .mob-menu__content {
        font-size: calc(15px + 2 * (100vw / 1470)); } }
    @media (min-width: 1470px) {
      .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__contacts li {
    padding: 5px 0;
    line-height: normal;
    display: block; }
  .mob-menu.active {
    transform: translateX(0); }

.head__body {
  position: relative;
  width: 100%; }
.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) / 1470)); } }
  @media (min-width: 767px) {
    .head__title {
      font-size: calc(16px + 9 * (100vw / 1470)); } }
  @media (min-width: 1470px) {
    .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) / 1470)); } }
    @media (min-width: 767px) {
      .head__title span {
        font-size: calc(40px + 20 * (100vw / 1470)); } }
    @media (min-width: 1470px) {
      .head__title span {
        font-size: 60px; } }
  .head__title div {
    margin-left: 7px; }
.head__bg img {
  width: 100%; }
.head__logo {
  max-width: 200px;
  width: 100%;
  filter: drop-shadow(0 0 15px black); }
  @media (max-width: 991.98px) {
    .head__logo {
      max-width: 150px; } }
  @media (max-width: 575.98px) {
    .head__logo {
      max-width: 130px; } }
.head__content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 2rem; }
.head__container {
  height: 100%;
  position: relative; }
.head__menu {
  position: absolute;
  top: 25%;
  right: 0;
  text-align: right;
  width: 100%;
  max-width: 350px;
  display: flex;
  flex-direction: column;
  align-items: flex-end; }
  .head__menu li {
    padding: 4px 0;
    width: fit-content; }
    .head__menu li a {
      color: #ffffff;
      padding-right: 10px;
      display: block;
      position: relative;
      width: fit-content; }
      .head__menu li a:before {
        content: '';
        display: block;
        width: 3px;
        height: 100%;
        background-color: #7a0d10;
        position: absolute;
        top: 0;
        right: 0;
        transform: translate(0, 0);
        transition: 0.3s; }
      .head__menu li a:hover:before {
        background-color: #ffffff; }
  @media (max-width: 1439.98px) {
    .head__menu {
      display: none; } }
.head__anchors {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: absolute;
  bottom: 0;
  width: 100%; }
  .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(14px + 6.8 * ((100vw - 320px) / 1470)); } }
      @media (min-width: 767px) {
        .head__anchors li a {
          font-size: calc(14px + 4 * (100vw / 1470)); } }
      @media (min-width: 1470px) {
        .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) / 1470)); } }
  @media (min-width: 767px) {
    .sidebar {
      font-size: calc(15px + 2 * (100vw / 1470)); } }
  @media (min-width: 1470px) {
    .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;
  flex: 0 1 auto; }
  @media (max-width: 575.98px) {
    .text-section__col {
      padding: 10px; } }
  .text-section__col.col-40 {
    flex: 1 1 40%; }
    @media (max-width: 575.98px) {
      .text-section__col.col-40 {
        order: 0; } }
  .text-section__col.col-60 {
    flex: 1 1 60%; }
    @media (max-width: 575.98px) {
      .text-section__col.col-60 {
        order: 1; } }
  .text-section__col.col-70 {
    flex: 1 1 70%; }
    @media (max-width: 575.98px) {
      .text-section__col.col-70 {
        order: 0; } }
  .text-section__col.col-30 {
    flex: 1 1 30%; }
    @media (max-width: 575.98px) {
      .text-section__col.col-30 {
        order: 1; } }
  .text-section__col.col-50 {
    flex: 1 1 50%; }
  .text-section__col.col-25 {
    flex: 1 1 25%; }
  .text-section__col.col-33 {
    flex: 1 1 33.33%; }
    @media (max-width: 1199.98px) {
      .text-section__col.col-33 {
        flex: 0 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) / 1470)); } }
  @media (min-width: 767px) {
    .text-section p {
      font-size: calc(15px + 2 * (100vw / 1470)); } }
  @media (min-width: 1470px) {
    .text-section p {
      font-size: 17px; } }
  .text-section p:not(:last-child) {
    margin-bottom: .7em; }
.text-section li {
  line-height: 1.5; }
  @media (max-width: 767px) {
    .text-section li {
      font-size: calc(15px + 3.4 * ((100vw - 320px) / 1470)); } }
  @media (min-width: 767px) {
    .text-section li {
      font-size: calc(15px + 2 * (100vw / 1470)); } }
  @media (min-width: 1470px) {
    .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: 1em; }
.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: url("data:image/svg+xml;charset=UTF-8,%3csvg width='12' height='10' viewBox='0 0 109 89' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M24.1898 44.2501L0.338646 84.7934C-0.194313 85.7009 -0.091082 86.8484 0.597923 87.6454C1.28453 88.4473 2.40806 88.7162 3.38038 88.3224L106.63 46.5308C107.559 46.1515 108.167 45.2536 108.167 44.2501C108.167 43.2466 107.559 42.3487 106.63 41.9694L3.38039 0.17774C3.08267 0.0577045 2.76818 8.99679e-05 2.45849 8.99408e-05C1.75988 8.98797e-05 1.07327 0.297776 0.597931 0.854742C-0.0910746 1.65178 -0.194305 2.79932 0.338653 3.70679L24.1898 44.2501ZM29.5001 41.9694L29.5001 31.5015L64.9923 43.0015L29.5001 41.9694ZM29.5001 46.7084L64.9923 45.4793L29.5001 57.867L29.5001 46.7084Z' fill='%237A0D10'/%3e%3c/svg%3e");
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  text-align: left; }
.text-section figure {
  max-width: 100%; }
  .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) / 1470)); } }
    @media (min-width: 767px) {
      .text-section figure figcaption {
        font-size: calc(13px + 2 * (100vw / 1470)); } }
    @media (min-width: 1470px) {
      .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; } }

@media (max-width: 575.98px) {
  .congratulation-items .congratulation:first-child {
    margin: 40px 0; } }

@media (min-width: 768px) {
  .congratulation__body {
    padding: 2rem;
    background-color: #f5f5f5; } }
.congratulation__row {
  display: flex;
  margin: -40px; }
  @media (max-width: 1439.98px) {
    .congratulation__row {
      margin: -30px; } }
  @media (max-width: 1199.98px) {
    .congratulation__row {
      margin: -20px; } }
  @media (max-width: 767.98px) {
    .congratulation__row {
      margin: -10px; } }
  @media (max-width: 575.98px) {
    .congratulation__row {
      flex-direction: column; } }
.congratulation__col {
  padding: 40px;
  flex: 0 1 70%; }
  @media (max-width: 1439.98px) {
    .congratulation__col {
      flex: 0 1 65%;
      padding: 30px; } }
  @media (max-width: 1199.98px) {
    .congratulation__col {
      padding: 20px; } }
  @media (max-width: 767.98px) {
    .congratulation__col {
      padding: 10px; } }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .congratulation__col:not(:last-child) {
      margin-bottom: 50px; } }
  @media (max-width: 575.98px) {
    .congratulation__col {
      order: 2; } }
  .congratulation__col.col-img {
    flex: 0 1 30%; }
    @media (max-width: 1439.98px) {
      .congratulation__col.col-img {
        flex: 0 1 35%; } }
    @media (max-width: 575.98px) {
      .congratulation__col.col-img {
        order: 1; } }
.congratulation__img img {
  width: 100%; }
.congratulation__img .congratulation__name {
  display: none; }
@media (max-width: 575.98px) {
  .congratulation__img {
    display: flex; }
    .congratulation__img .congratulation__name {
      display: block;
      flex: 1 1 auto;
      line-height: 1.4;
      font-size: 14px;
      font-style: italic;
      color: #666666; }
    .congratulation__img img {
      width: 50%;
      margin-right: 10px; } }
.congratulation__text {
  line-height: 1.5;
  text-align: justify;
  font-style: italic;
  color: #666666;
  padding: 2rem;
  border-radius: 2rem;
  background-color: #fff; }
  @media (max-width: 767px) {
    .congratulation__text {
      font-size: calc(14px + 5.1 * ((100vw - 320px) / 1470)); } }
  @media (min-width: 767px) {
    .congratulation__text {
      font-size: calc(14px + 3 * (100vw / 1470)); } }
  @media (min-width: 1470px) {
    .congratulation__text {
      font-size: 17px; } }
  .congratulation__text p:not(:last-child) {
    margin-bottom: .7em; }
  @media (max-width: 767.98px) {
    .congratulation__text {
      padding: 0; }
      .congratulation__text:not(:last-child) {
        margin-bottom: .7em; } }
.congratulation__name {
  width: fit-content;
  display: block;
  margin-left: auto;
  text-decoration: underline; }
  @media (max-width: 575.98px) {
    .congratulation__name {
      display: none; } }

.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 {
  position: relative; }
  .swiper-slide {
    background-image: url(/special/dvsmi/img/icons/load.gif);
    background-size: 30%;
    background-repeat: no-repeat;
    background-position: center center; }
    .swiper-slide img {
      max-width: 100%;
      border-radius: 10px; }
  .swiper .button-prev,
  .swiper .button-next {
    position: absolute;
    z-index: 100;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    border-radius: 50%;
    background-color: #ffffff6b; }
    .swiper .button-prev.swiper-button-disabled,
    .swiper .button-next.swiper-button-disabled {
      opacity: 0.5; }
  .swiper .button-prev {
    left: 5px; }
  .swiper .button-next {
    right: 5px; }

.slider-2 {
  margin-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 {
  position: relative; }
  .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; } }

.border {
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 #7a0d10; }

.obr__subtitle {
  text-align: center;
  font-size: 1.3em;
  width: fit-content;
  margin: 0 auto 1em;
  padding: 15px 30px;
  line-height: 1.4; }
  @media (max-width: 767.98px) {
    .obr__subtitle br {
      display: none; } }
.obr__row {
  display: flex;
  margin: -15px; }
  @media (max-width: 767.98px) {
    .obr__row {
      margin: -10px;
      flex-wrap: wrap;
      justify-content: center; } }
.obr__col {
  flex: 0 1 25%;
  padding: 15px; }
  @media (max-width: 767.98px) {
    .obr__col {
      padding: 10px; } }
  @media (max-width: 575.98px) {
    .obr__col {
      flex: 0 1 50%; } }
.obr__item {
  text-align: center; }
  .obr__item span {
    font-size: 1.5em;
    display: block;
    color: #7a0d10;
    font-weight: 700; }

.napr__row {
  display: flex;
  margin: -15px; }
  @media (max-width: 767.98px) {
    .napr__row {
      margin: -10px;
      flex-wrap: wrap;
      justify-content: center; } }
.napr__col {
  flex: 0 1 33.33%;
  padding: 15px; }
  @media (max-width: 767.98px) {
    .napr__col {
      padding: 10px;
      flex: 0 1 50%; } }
  @media (max-width: 575.98px) {
    .napr__col {
      flex: 1 1 100%; } }
.napr__item {
  text-align: center;
  line-height: 1.3; }
  @media (max-width: 767.98px) {
    .napr__item {
      height: 100%; } }
  .napr__item span {
    font-size: 1.1em;
    display: block;
    color: #7a0d10;
    font-weight: 700;
    margin-bottom: 10px; }

@media (min-width: 1440px) {
  .congratulations__row {
    display: flex;
    margin: 0 -30px; } }
@media (min-width: 1440px) {
  .congratulations__col {
    padding: 0 30px;
    flex: 0 1 50%; } }

#congratulations .swiper .button-prev,
#congratulations .swiper .button-next {
  top: 40%; }

.congratulations-item {
  padding: 1rem 0;
  border-bottom: 1px dashed #666666; }
  .congratulations-item__row {
    display: flex;
    margin: -10px; }
  .congratulations-item__col {
    padding: 10px;
    flex: 1 1 auto;
    order: 2; }
    .congratulations-item__col.col-img {
      flex: 0 0 225px; }
      @media (max-width: 1439.98px) {
        .congratulations-item__col.col-img {
          flex: 0 0 30%; } }
  .congratulations-item__img img {
    width: 100% !important; }
  .congratulations-item__text {
    line-height: 1.3;
    font-style: italic;
    color: #666666; }
    @media (max-width: 767px) {
      .congratulations-item__text p {
        font-size: calc(12px + 5.1 * ((100vw - 320px) / 1470)); } }
    @media (min-width: 767px) {
      .congratulations-item__text p {
        font-size: calc(12px + 3 * (100vw / 1470)); } }
    @media (min-width: 1470px) {
      .congratulations-item__text p {
        font-size: 15px; } }
    .congratulations-item__text p:not(:last-child) {
      margin-bottom: .3em; }
  .congratulations-item__name {
    width: fit-content;
    display: block;
    text-decoration: underline;
    line-height: 1.3;
    font-style: italic;
    color: #666666;
    margin-top: 10px; }
    @media (max-width: 767px) {
      .congratulations-item__name {
        font-size: calc(10px + 5.1 * ((100vw - 320px) / 1470)); } }
    @media (min-width: 767px) {
      .congratulations-item__name {
        font-size: calc(10px + 3 * (100vw / 1470)); } }
    @media (min-width: 1470px) {
      .congratulations-item__name {
        font-size: 13px; } }

.congratulation-slide {
  height: auto !important; }
  .congratulation-slide__video {
    position: relative;
    height: 0;
    padding-top: 56.6%;
    width: 100%; }
    .congratulation-slide__video video {
      object-fit: cover;
      object-position: center;
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0; }
  .congratulation-slide h3 {
    padding: 0 15px;
    text-align: center;
    margin-top: 10px;
    line-height: 1.3; }
    @media (max-width: 767px) {
      .congratulation-slide h3 {
        font-size: calc(16px + 3.4 * ((100vw - 320px) / 1470)); } }
    @media (min-width: 767px) {
      .congratulation-slide h3 {
        font-size: calc(16px + 2 * (100vw / 1470)); } }
    @media (min-width: 1470px) {
      .congratulation-slide h3 {
        font-size: 18px; } }

.video-style {
  position: relative;
  overflow: hidden; }
  .video-style:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 700 700' style='enable-background:new 0 0 700 700;' xml:space='preserve'%3e%3cpath class='st0' d='M185.5,139.8l183.3,104.3L550.5,350L368.8,454.3L185.5,560.2L185.5,139.8z' style='fill-rule: evenodd;clip-rule: evenodd;fill: %23FFFFFF;'%3e%3c/path%3e%3c/svg%3e");
    background-size: 50px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    cursor: pointer;
    top: 0;
    opacity: 1;
    left: 0;
    transition: 0.3s;
    transform: scale(1); }
  .video-style:hover:before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 700 700' style='enable-background:new 0 0 700 700;' xml:space='preserve'%3e%3cpath class='st0' d='M185.5,139.8l183.3,104.3L550.5,350L368.8,454.3L185.5,560.2L185.5,139.8z' style='fill-rule: evenodd;clip-rule: evenodd;fill: %23e00309'%3e%3c/path%3e%3c/svg%3e"); }
  .video-style.active:before {
    transform: scale(100);
    opacity: 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) / 1470)); } }
  @media (min-width: 767px) {
    .hero-info {
      font-size: calc(15px + 3 * (100vw / 1470)); } }
  @media (min-width: 1470px) {
    .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) / 1470)); } }
    @media (min-width: 767px) {
      .hero-info h4 {
        font-size: calc(17px + 3 * (100vw / 1470)); } }
    @media (min-width: 1470px) {
      .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) / 1470)); } }
    @media (min-width: 767px) {
      .hero-info p {
        font-size: calc(15px + 3 * (100vw / 1470)); } }
    @media (min-width: 1470px) {
      .hero-info p {
        font-size: 18px; } }
    .hero-info p:not(:last-child) {
      margin-bottom: 0.5em; }
  .hero-info video {
    display: block;
    margin: 0 auto; }

.gallery__items {
  padding-bottom: 40px; }
.gallery__row {
  display: none;
  grid-template-columns: 2fr 2fr;
  gap: 10px; }
  .gallery__row:not(:last-child) {
    margin-bottom: 10px; }
  .gallery__row._active {
    display: grid; }
.gallery__small {
  display: grid;
  grid-template-columns: 2fr 2fr;
  gap: 10px; }
.gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.press__item {
  margin-bottom: 10px; }

.press-item__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 25px;
  background: linear-gradient(90deg, #7a0d10 0%, rgba(122, 13, 16, 0.5) 100%);
  transition: 0.3s;
  color: #ffffff;
  cursor: pointer; }
  @media (max-width: 991.98px) {
    .press-item__title {
      padding: 10px 15px;
      font-size: 16px; } }
  .press-item__title h3 {
    padding: 0;
    color: #ffffff; }
  .press-item__title img {
    transition: 0.3s;
    transform: rotate(-90deg); }
.press-item__description {
  display: none;
  margin-top: 1em;
  font-size: 16px;
  line-height: 1.4; }
  .press-item__description img {
    width: 40%;
    margin-bottom: 0.5em; }
    .press-item__description img[style="float:left"] {
      margin-right: 1em; }
    .press-item__description img[style="float:right"] {
      margin-left: 1em; }
    @media (max-width: 575.98px) {
      .press-item__description img {
        width: 100%; } }
  .press-item__description p {
    margin-bottom: 0.7em; }
  .press-item__description video {
    max-width: 1000px;
    margin: 0 auto;
    display: block; }
.press-item__congratulation {
  border: 0;
  border-radius: 2rem;
  margin: 2rem 0;
  padding: 2rem;
  background-color: #f5f5f5; }
  @media (max-width: 575.98px) {
    .press-item__congratulation {
      border-radius: 1rem;
      padding: 2rem 1rem; } }
.press-item._active .press-item__description {
  display: block; }
.press-item._active .press-item__title {
  background: linear-gradient(90deg, rgba(122, 13, 16, 0.5) 0%, #7a0d10 100%); }
  .press-item._active .press-item__title img {
    transform: rotate(90deg); }

.blockquote {
  border-radius: 1rem;
  margin: 3rem 0;
  padding: 2rem;
  background-color: #f5f5f5; }
  .blockquote__row {
    display: flex;
    margin: -2rem; }
    @media (max-width: 1199.98px) {
      .blockquote__row {
        margin: -1rem; } }
    @media (max-width: 767.98px) {
      .blockquote__row {
        flex-direction: column; } }
  .blockquote__col {
    padding: 2rem;
    flex: 0 1 60%;
    order: 2; }
    @media (max-width: 1199.98px) {
      .blockquote__col {
        padding: 1rem; } }
    .blockquote__col.col-img {
      flex: 0 1 40%; }

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