@charset "UTF-8";
/**
* Подключение шрифтов локально из папки "./src/fonts"
*/
@font-face {
  font-family: "DIN Pro";
  src: url("../fonts/DIN-Pro/DINPro-Light.eot");
  src: url("../fonts/DIN-Pro/DINPro-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/DIN-Pro/DINPro-Light.woff2") format("woff2"), url("../fonts/DIN-Pro/DINPro-Light.woff") format("woff"), url("../fonts/DIN-Pro/DINPro-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DIN Pro";
  src: url("../fonts/DIN-Pro/DINPro.eot");
  src: url("../fonts/DIN-Pro/DINPro.eot?#iefix") format("embedded-opentype"), url("../fonts/DIN-Pro/DINPro.woff2") format("woff2"), url("../fonts/DIN-Pro/DINPro.woff") format("woff"), url("../fonts/DIN-Pro/DINPro.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DIN Pro";
  src: url("../fonts/DIN-Pro/DINPro-Medium.eot");
  src: url("../fonts/DIN-Pro/DINPro-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/DIN-Pro/DINPro-Medium.woff2") format("woff2"), url("../fonts/DIN-Pro/DINPro-Medium.woff") format("woff"), url("../fonts/DIN-Pro/DINPro-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DIN Pro";
  src: url("../fonts/DIN-Pro/DINPro-Bold.eot");
  src: url("../fonts/DIN-Pro/DINPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/DIN-Pro/DINPro-Bold.woff2") format("woff2"), url("../fonts/DIN-Pro/DINPro-Bold.woff") format("woff"), url("../fonts/DIN-Pro/DINPro-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SF-Pro-Display/SFProDisplay-Semibold.eot");
  src: url("../fonts/SF-Pro-Display/SFProDisplay-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/SF-Pro-Display/SFProDisplay-Semibold.woff2") format("woff2"), url("../fonts/SF-Pro-Display/SFProDisplay-Semibold.woff") format("woff"), url("../fonts/SF-Pro-Display/SFProDisplay-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SF-Pro-Display/SFProDisplay-Bold.eot");
  src: url("../fonts/SF-Pro-Display/SFProDisplay-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/SF-Pro-Display/SFProDisplay-Bold.woff2") format("woff2"), url("../fonts/SF-Pro-Display/SFProDisplay-Bold.woff") format("woff"), url("../fonts/SF-Pro-Display/SFProDisplay-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto/Roboto-Medium.eot");
  src: url("/fonts/Roboto/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("/fonts/Roboto/Roboto-Medium.woff2") format("woff2"), url("/fonts/Roboto/Roboto-Medium.woff") format("woff"), url("/fonts/Roboto/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto/Roboto-Bold.eot");
  src: url("/fonts/Roboto/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/Roboto/Roboto-Bold.woff2") format("woff2"), url("/fonts/Roboto/Roboto-Bold.woff") format("woff"), url("/fonts/Roboto/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto/Roboto-Regular.eot");
  src: url("/fonts/Roboto/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/Roboto/Roboto-Regular.woff2") format("woff2"), url("/fonts/Roboto/Roboto-Regular.woff") format("woff"), url("/fonts/Roboto/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/** Подключение переменных */
/**
* Подключение sass function и mixins и extends стилей
*/
/* Шаблоны (заготовки)
* @extend %имя шаблона;
*/
/** Обнуление */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

input:focus {
  outline: none;
  outline: -webkit-focus-ring-color auto 0px;
}

/**
* Библиотеки
* раскомментировать для использования
*/
/**
* Подключение custom scrollbar для всего сайта
*/
* {
  scrollbar-width: 0.4375rem;
  scrollbar-color: #b00321 #F5F5F5;
}
*::-webkit-scrollbar {
  width: 0.4375rem;
  background-color: #b00321;
}
*::-webkit-scrollbar-track {
  border-radius: 0.25rem;
  background: #F5F5F5;
}
*::-webkit-scrollbar-thumb {
  border-radius: 0.25rem;
  border: 0 none #fff;
  background-color: #e2042a;
  transition: all 280ms ease-in-out;
}
*::-webkit-scrollbar-thumb:hover {
  background-color: #b00321;
}

/**
* Общие параметры, шаблоны(заготовки) и вспомогательные классы
*/
/**
* БЕМ блоки используемые во всё проекте
*/
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

body {
  font-family: "DIN Pro", sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-style: normal;
  font-weight: 400;
  color: #1D1D1D;
  overflow-x: hidden;
  background-color: white;
}
@media (max-width: 992.98px) {
  body {
    overflow-x: auto;
  }
}

ul li {
  list-style: none;
  cursor: pointer;
}

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

button,
input {
  font-family: "DIN Pro", sans-serif;
  font-style: normal;
}

.single-work__title h1,
.archive-works__title h1,
.publications__item-title h1,
p.single-publication__breadcrumbs,
.archive-videos__title h1,
.partners__title h1,
.news-item__title h1,
.contacts__heading h1,
.single-news__breadcrumbs p {
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.4px;
}

.wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 992.98px) {
  .wrapper {
    width: 100%;
  }
}

.ful-screen {
  height: 100vh;
}

.horizontal-scroll {
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  scrollbar-color: transparent transparent;
}

.horizontal-scroll::-webkit-scrollbar {
  display: none;
}

.section-indentation {
  padding: 40px;
  width: 100%;
}

.title-default {
  font-size: 32px;
  line-height: 39px;
  font-weight: 700;
  letter-spacing: 0.64px;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .title-default {
    font-size: 24px;
  }
}

a.button-default {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.button-default {
  color: #1D1D1D;
  font-size: 16px;
  line-height: 29px;
  font-weight: 300;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  padding: 5px;
  height: 48px;
  width: 238px;
  cursor: pointer;
  border: 1px solid #1D1D1D;
  margin-bottom: 8px;
  background: transparent;
  color: rgba(29, 29, 29, 0.72);
}

.container-header .button-default:active {
  background: #1D1D1D;
  color: rgba(255, 255, 255, 0.7137254902);
}

/*-----header -----*/
.header {
  z-index: 100;
}

.header .menu-languages-back {
  height: 0;
}

.container-header {
  background: #F9F9F9;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 290px;
  text-transform: uppercase;
}

.header__logo {
  background-color: #B00321;
  display: flex;
  justify-content: center;
}
.header__logo a {
  padding: 45px 25px 30px;
}
.header__logo a img {
  width: 100%;
  height: 100%;
}

.header__logo svg {
  height: 170px;
  width: 290px;
}

.header__nav-menu {
  margin: 5px 0 5px 50px;
}
@media (max-width: 992.98px) {
  .header__nav-menu {
    position: relative;
    margin: 5px 0 5px 26px;
  }
}

.header__nav-menu ul li {
  margin-bottom: 5px;
  font-size: 20px;
  color: rgba(29, 29, 29, 0.72);
  text-transform: uppercase;
  line-height: normal;
  padding: 4px 0 4px;
  letter-spacing: 0.4px;
}

.container-header .header__nav-menu ul li .active,
.container-header .header__nav-menu ul li.active {
  color: #1D1D1D;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

.header__buttons {
  text-align: center;
  margin-bottom: 19px;
}

.container-header .button-support {
  border: none;
  background: #B00321;
  color: #F9F9F9;
  font-weight: 700;
}

.container-header .button-support:active {
  border: none;
  color: #F9F9F9;
  background: #E90B31;
}

.button-language {
  text-align: start;
}

.header__dropdown {
  position: relative;
}
@media (max-width: 992.98px) {
  .header__dropdown {
    position: unset;
  }
}

.header__dropdown-content {
  display: none;
  background: #F9F9F9;
  width: 255px;
  z-index: 10;
  position: absolute;
  right: -254px;
  top: -55px;
  padding-top: 20px;
  padding-bottom: 20px;
  cursor: auto;
}

.header__dropdown-content ul li {
  margin: 4px 0 4px;
  padding: 10px 5px 10px 50px;
  color: rgba(29, 29, 29, 0.3137254902);
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.28px;
  text-transform: none;
}

.header__dropdown:hover .header__dropdown-content {
  display: block;
}
@media (max-width: 992.98px) {
  .header__dropdown:hover .header__dropdown-content {
    display: none;
  }
}

.container-header .header__dropdown-content ul li:active {
  background: #E90B31;
  text-decoration-line: none;
}

.container-header .header__dropdown-content ul li a:active {
  color: #FFF;
  opacity: 1;
}

.header__dropdown-content.sub-menu--open {
  display: block !important;
  left: 0;
  right: auto;
  width: 100%;
  top: 0;
  height: 100%;
  text-align: left;
  padding-top: 20px;
}

.menu-languages ul {
  width: 255px;
}

.menu-languages {
  text-align: start;
  position: absolute;
  background: #F9F9F9;
  z-index: 10;
  padding: 15px 0;
  font-size: 14px;
  font-weight: 500;
  color: rgba(29, 29, 29, 0.3882352941);
  transition: all 0.3s;
  overflow: hidden;
}

.menu-languages.menu-languages--open {
  overflow: visible;
  width: 255px;
}

.menu-languages ul li {
  margin: 5px 0 5px 0;
  padding: 8px 0 8px 0;
}

.container-header .menu-languages ul li:active {
  background: #E90B31;
  color: #F9F9F9;
}

.img-flag {
  height: 22px;
  width: 36px;
  margin-left: 20px;
  margin-right: 16px;
  line-height: 29px;
}

.button-language .img-flag {
  margin-left: 31px;
}

.button-language span,
.header__dropdown-content span,
.menu-languages span {
  display: flex;
}

.button-language {
  display: inline-flex;
  align-items: center;
}

.menu-languages a {
  display: flex;
  height: 100%;
  align-items: center;
}

.container-header__mobile {
  display: none;
  align-items: center;
  width: 100%;
  height: 64px;
  justify-content: space-between;
  background: #FFF;
}

.mobile-logo {
  height: 100%;
  background: #AF0421;
  padding: 15px 10px;
  width: 120px;
}
.mobile-logo img {
  width: 100%;
  height: 100%;
}

.mobile-menu-btn {
  margin-right: 10px;
}

/*-----end header-----*/
/*-----section  home-screen-----*/
.home-screen {
  background-position: inherit;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  padding: 40px 65px 33px 40px;
  flex-wrap: wrap;
}
@media (max-width: 992.98px) {
  .home-screen {
    align-items: flex-start;
    padding: 10px 20px 80px 10px;
    background-image: url("../images/background-news-mobile.png") !important;
  }
}
@media (max-width: 992.98px) {
  .home-screen .button-account-wrapper {
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
}
.home-screen .button-account-wrapper .button-account {
  display: flex;
}

.home-screen-title {
  max-width: 400px;
}
@media (max-width: 992.98px) {
  .home-screen-title {
    padding-top: 246px;
    font-size: 32px;
    color: white;
  }
}

.home-screen-title h1 {
  margin-bottom: 50px;
}

/*-----end section  home-screen-----*/
/*-----section  information-----*/
.information {
  min-height: 100vh;
  display: flex;
}
@media (max-width: 992.98px) {
  .information {
    flex-wrap: wrap;
  }
}

.information-wrapper {
  width: 561px;
  margin-left: 69px;
  margin-bottom: 40px;
}
@media (max-width: 992.98px) {
  .information-wrapper {
    width: 100%;
    flex: 0 0 100%;
    margin-left: 0;
    margin-bottom: 0;
  }
}

.information-wrapper__title {
  margin-top: 100px;
  padding: 0 50px;
}
@media (max-width: 992.98px) {
  .information-wrapper__title {
    margin-top: 30px;
    padding: 0 20px;
  }
}
@media (max-width: 767.98px) {
  .information-wrapper__title {
    padding: 0 10px;
  }
}

@media (max-width: 992.98px) {
  .information-wrapper__img img {
    width: 100%;
    height: 450px;
    object-fit: cover;
  }
}

.information-biography,
.information-activity,
.information-awards {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 992.98px) {
  .information-biography,
  .information-activity,
  .information-awards {
    margin-bottom: 0;
  }
}

.information-awards {
  margin-right: 60px;
}

.information-biography,
.iinformation-biography__text_left,
.information-biography__text_right,
.information-activity,
.information-awards {
  margin-left: 37px;
}
@media (max-width: 992.98px) {
  .information-biography,
  .iinformation-biography__text_left,
  .information-biography__text_right,
  .information-activity,
  .information-awards {
    margin-left: 0;
    padding: 0 20px;
  }
}
@media (max-width: 767.98px) {
  .information-biography,
  .iinformation-biography__text_left,
  .information-biography__text_right,
  .information-activity,
  .information-awards {
    padding: 0 10px;
  }
}

.information-biography__text_left,
.information-biography__text_right,
.information-activity,
.information-awards {
  min-width: 410px;
}
@media (max-width: 1200.98px) {
  .information-biography__text_left,
  .information-biography__text_right,
  .information-activity,
  .information-awards {
    min-width: 510px;
  }
}
@media (max-width: 992.98px) {
  .information-biography__text_left,
  .information-biography__text_right,
  .information-activity,
  .information-awards {
    width: 100%;
    flex: 0 0 100%;
    min-width: 100%;
    margin-right: 0;
  }
}

@media (max-width: 992.98px) {
  .information-biography__text_right {
    padding: 0;
  }
}

.information-biography__title,
.information-activity__title,
.information-awards__title {
  margin-bottom: 42px;
}

.information-biography__text {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992.98px) {
  .information-biography__text {
    flex-wrap: wrap;
  }
}

.information-biography__text p {
  position: relative;
  padding-left: 23px;
  margin-bottom: 15px;
  letter-spacing: 0.28px;
}
@media (max-width: 992.98px) {
  .information-biography__text p {
    font-size: 16px;
  }
}

.formation-awards__img img {
  max-width: 100%;
}
@media (max-width: 767.98px) {
  .formation-awards__img {
    text-align: center;
    padding-bottom: 24px;
  }
}

.information-activity p {
  margin-bottom: 15px;
  letter-spacing: 0.28px;
}
@media (max-width: 992.98px) {
  .information-activity p {
    font-size: 16px;
  }
}

.information-biography__text p::before {
  content: "●";
  font-size: 12px;
  position: absolute;
  left: 8px;
  top: 0;
}

.information-awards__list ul li {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.4px;
  line-height: normal;
  margin-bottom: 25px;
}

.information-awards__list ul li:last-child {
  margin-bottom: 44px;
}

/*-----end section  information-----*/
/*-----section   history-past -----*/
.history-past img, .history-future img {
  max-width: 100%; /*Ширина картинки 100% */
  height: auto; /*Высота картинки автоматическая */
}

.history-past img {
  width: 100%;
}

.history-future__img img {
  width: 100%;
}

.history-future {
  position: relative;
}
.history-future .button-account {
  position: absolute;
  right: 60px;
  top: 40px;
}
@media (max-width: 767.98px) {
  .history-future .button-account {
    display: none;
  }
}

.space-between__title {
  display: flex !important;
  justify-content: space-between;
}

.button-account {
  border: none;
  background: #B00321;
  color: #F9F9F9;
  font-weight: 700;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767.98px) {
  .button-account {
    display: none;
  }
}
.button-account:hover {
  border: 3px solid #B00321;
  color: #B00321;
  background: #ffffff !important;
}

.history-past__heading,
.history-future__heading {
  height: 456px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.history-past__breadcrumbs p,
.history-future__breadcrumbs p {
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  line-height: normal;
  letter-spacing: 0.4px;
}

.history-past__title h1,
.history-future__title h1 {
  color: #FFF;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.96px;
  text-transform: uppercase;
}

.history-future__body {
  padding: 50px 10px 40px;
}

.history-past__body {
  padding: 50px 0px 40px;
}

.history-past__text,
.history-future__text {
  padding: 0px 50px;
}

.history-past__text p,
.history-future__text p,
.history-future__text ul li {
  font-size: 20px;
  line-height: normal;
  letter-spacing: 0.4px;
}
@media (max-width: 990.98px) {
  .history-past__text p,
  .history-future__text p,
  .history-future__text ul li {
    font-size: 16px;
  }
}

.history-past__img,
.history-future__img,
.history-future__gallery-img {
  text-align: center;
  padding: 40px 0px;
}

/*-----end section  history-past-----*/
/*-----section   history-future-----*/
.history-future__text ul {
  padding-left: 30px;
}

.history-future__text ul li {
  list-style: disc;
  cursor: default;
}

.history-future__gallery-img img + img {
  margin-left: 8px;
}

.history-future__gallery-img {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  padding: 40px 0px;
  gap: 8px 0;
}

.history-future__gallery-img img {
  transition: all 0.3s;
  flex-grow: 1;
  height: 220px;
  object-fit: cover;
}
@media (max-width: 992.98px) {
  .history-future__gallery-img img {
    width: 100%;
  }
}

.history-future__gallery-img__big img {
  height: 310px;
}

.history-future__gallery-img .slick-track {
  display: flex;
  align-items: center;
}
.history-future__gallery-img .wrapper-img {
  padding: 0 5px;
}
.history-future__gallery-img .slick-slide {
  opacity: 0.4;
  transition: all 0.5s;
}
.history-future__gallery-img .wrapper-img.slick-current img, .history-future__gallery-img .wrapper-img.slick-active img {
  height: 245px;
}
.history-future__gallery-img .slick-slide.slick-current, .history-future__gallery-img .slick-slide.slick-active {
  opacity: 1;
  transition: all 0.5s;
}

.history-future__gallery-img .slick-list {
  padding: 0 50px;
}

/*-----end section  history-future-----*/
/*-----section   archive-works-----*/
.archive-works__title {
  margin-bottom: 56px;
}

.archive-works__body {
  display: flex;
  flex-wrap: wrap;
}

.archive-works__body a {
  display: inline-flex;
  height: 50px;
}

.archive-works__body img {
  transition: all 0.3s;
}

/*-----end section  archive-works-----*/
/*-----section   single-work-----*/
.archive-work {
  background: #F9F9F9;
}

.single-work__title {
  margin-bottom: 81px;
}

.single-work__year {
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.single-work__wrapper {
  display: flex;
}
@media (max-width: 992.98px) {
  .single-work__wrapper {
    flex-wrap: wrap;
  }
}

.single-work__description {
  margin-top: 3px;
  margin-left: 40px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media (max-width: 992.98px) {
  .single-work__description {
    margin-left: 0;
    margin-top: 30px;
  }
}

.single-work__wrap > div {
  margin-bottom: 25px;
}

@media (max-width: 992.98px) {
  .single-work__img {
    width: 100%;
  }
}

.single-work__img img {
  border-radius: 4px;
  height: 564px;
  width: 518px;
  object-fit: cover;
}
@media (max-width: 992.98px) {
  .single-work__img img {
    width: 100%;
  }
}

.single-work__description p {
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.4px;
  opacity: 0.34;
  margin-bottom: 5px;
}

.single-work__wrap span {
  font-size: 32px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.64px;
}

.single-work__wrap-heading span {
  margin-left: 5px;
}

.single-work__author span {
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

/*-----end section  single-work-----*/
/*-----section   archive-publications-----*/
.archive-publications {
  background: #EFEFEF;
}

section.section-indentation, .archive-news__body.section-indentation {
  min-height: 100vh;
}

.archive-publications__title {
  margin-bottom: 105px;
}

.archive-publications__body, .archive-videos__body, .archive-news__body {
  display: flex;
  flex-wrap: wrap;
  gap: 38px 8px;
  align-items: flex-start;
}

.publications__item, .archive-videos__item, .news-item {
  border-radius: 4px;
  background: #FFF;
  width: calc(16.66% - 8px);
  flex: 0 0 calc(16.66% - 8px);
  transition: all 0.3s;
}
@media (max-width: 1500.98px) {
  .publications__item, .archive-videos__item, .news-item {
    width: calc(25% - 8px);
    flex: 0 0 calc(25% - 8px);
  }
}
@media (max-width: 1200.98px) {
  .publications__item, .archive-videos__item, .news-item {
    width: calc(33.33% - 8px);
    flex: 0 0 calc(33.33% - 8px);
  }
}
@media (max-width: 767.98px) {
  .publications__item, .archive-videos__item, .news-item {
    width: calc(50% - 8px);
    flex: 0 0 calc(50% - 8px);
  }
}
@media (max-width: 500.98px) {
  .publications__item, .archive-videos__item, .news-item {
    width: 100%;
    flex: 0 0 100%;
  }
}

.publications__item a,
.archive-videos__item a,
.news-ite a {
  border-radius: 4px;
  overflow: hidden;
}

.publications__item img, .archive-videos__item img, .news-item img {
  display: block;
  width: 100%;
  max-width: 100%;
  max-height: 134px;
  height: 134px;
  object-fit: cover;
  border-radius: 4px;
  overflow: hidden;
}

.publications__item-title, .archive-videos__title, .news-item__title {
  display: block;
  font-size: 15px;
  font-weight: 500;
  line-height: 16.3px;
  letter-spacing: 0.3px;
  height: 32px;
}

.publications__item-description, .archive-videos__description, .news-item__description {
  padding: 8px 8px 6px 8px;
}

.publications__item-wrap, .archive-videos__wrap, .news-item__wrap {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  line-height: normal;
  letter-spacing: 0.24px;
  margin-top: 10px;
}

.publications__item-release, .archive-videos__release, .news-item__release {
  font-weight: 700;
  color: rgba(29, 29, 29, 0.4);
}

.publications__item-info, .archive-videos__info, .news-item__info {
  font-weight: 400;
  display: flex;
  color: rgba(29, 29, 29, 0.5);
}

.publications__item-date, .archive-videos__date, .news-item__date {
  margin-right: 8px;
}

.archive-publications__load-more {
  display: none;
}

@media (max-width: 500.98px) {
  .archive-videos__item:nth-child(n+5), .news-item:nth-child(n+5) {
    display: none;
  }
}
.more {
  color: #1D1D1D;
  font-size: 20px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  border: none;
  margin: 0 auto 20px;
  background: none !important;
}
.more:after {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #1D1D1D;
  display: block;
}

/*-----end section  archive-publications-----*/
/*-----section   single-publication-----*/
.single-publication__breadcrumbs {
  margin-bottom: 28PX;
}

.single-publication__title h1 {
  margin-bottom: 8px;
}

.single-publication__title span {
  font-weight: 700;
  letter-spacing: 0.28px;
  color: rgba(29, 29, 29, 0.3);
}

.single-publication__body {
  max-width: 70%;
}
@media (max-width: 992.98px) {
  .single-publication__body {
    max-width: 100%;
  }
}

.single-publication__img {
  margin-top: 35px;
}

.single-publication__img img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}

.single-publication__navigation {
  display: flex;
  margin: 25px 20px;
  justify-content: space-between;
}

.single-publication__navigation div {
  cursor: pointer;
}

.single-publication__navigation svg path {
  transition: all 0.3s;
  fill: rgba(29, 29, 29, 0.3);
}

.single-publication__text p {
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.4px;
}

/*-----end section  single-publication-----*/
/*-----section   archive-videos-----*/
.archive-videos {
  background: #EFEFEF;
  width: 100%;
}

.archive-videos__item > a.popup-open, .news-item > a.popup-open,
.archive-videos__item > a.video-icon, .news-item > a.video-icon {
  position: relative;
  display: block;
}

.archive-videos__item > a.popup-open:before, .news-item > a.popup-open:before,
.archive-videos__item > a.video-icon:before, .news-item > a.video-icon:before {
  position: absolute;
  content: url("../images/play.png");
  top: calc(50% - 24px);
  left: calc(50% - 26px);
}

.popup-fade {
  display: none;
}

.popup-fade:before {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(29, 29, 29, 0.5411764706);
  z-index: 9999;
}

/* .popup {
	position: fixed;
	top: 20%;
	left: 50%;
	padding: 20px;
	width: 360px;
	margin-left: -200px;
	background: #fff;
	border: 1px solid orange;
	border-radius: 4px;
	z-index: 99999;
	opacity: 1;
} */
.archive-videos__modal > div, .archive-news__modal > div {
  max-width: 1184px;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  margin: 4% auto;
  border-radius: 4px;
  background: #fff;
  background: -moz-linear-gradient(#fff, #999);
  background: -webkit-linear-gradient(#fff, #999);
  background: -o-linear-gradient(#fff, #999);
  z-index: 99999;
  opacity: 1;
}

/* #openModal-video .jp-video-270p {
    width: 1184px;
} */
/*-----end section  archive-videos-----*/
/*-----section   partners-----*/
.partners {
  background-color: #EFEFEF;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  width: 100%;
}

.partners__title {
  width: 100%;
  margin-bottom: 57px;
}

.partners__wrap {
  height: 410px;
  width: 271px;
  margin: 0 auto;
  position: relative;
}

.partners__circle {
  background-color: #FFFFFF;
  border-radius: 50%;
  width: 196px;
  height: 196px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}

.partners__circle img {
  display: block;
  max-width: 100%;
  height: auto;
}

.partners__center {
  bottom: 0;
  background-color: #000;
  width: 271px;
  height: 271px;
}

.partners__left {
  bottom: 0;
  left: -204px;
}

.partners__left-top {
  top: 10px;
  left: -145px;
}

.partners__top {
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

.partners__right-top {
  top: 10px;
  right: -145px;
}

.partners__right {
  bottom: 0;
  right: -204px;
}

.partners__top svg {
  height: 170px;
  width: 290px;
}

.partners__text {
  text-align: center;
  margin-top: 38px;
}

.partners__text p {
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  line-height: 49.4px;
}

.partners__btn {
  text-align: center;
  margin-top: 22px;
}

.partners__btn button {
  min-width: 187px;
  height: 48px;
  background-color: #1D1D1D;
  border-radius: 4px;
  color: #F9F9F9;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.32px;
  cursor: pointer;
  padding: 0 5px 0 5px;
  border: none;
  transition: all 0.3s;
}

/*-----end section  partners-----*/
/*-----section   archive-news-----*/
.archive-news__heading {
  height: 456px;
  padding: 40px 60px 40px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 992.98px) {
  .archive-news__heading {
    background-image: url("../images/background-news-mobile.png") !important;
  }
}

.news-item__title h1 {
  color: #fff;
}

.big-new__title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 992.98px) {
  .big-new__title {
    flex-direction: column;
    align-items: flex-start;
  }
}

.big-new__title h2 {
  color: #F9F9F9;
  font-size: 48px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  width: 70%;
}
@media (max-width: 992.98px) {
  .big-new__title h2 {
    font-size: 24px;
    padding-bottom: 24px;
    width: 100%;
  }
}

.big-new__title a {
  color: #FFF;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.4px;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
  margin-bottom: 7px;
}

.archive-news__body {
  background-color: #EFEFEF;
  width: 100%;
}

/*-----end section  archive-news-----*/
/*-----section   contacts-----*/
.contacts {
  background-color: #EFEFEF;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

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

.contacts__info p {
  color: rgba(29, 29, 29, 0.4);
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.4px;
  text-align: center;
}

.contacts__info p:first-child {
  margin-bottom: 8px;
}

.contacts__icons a {
  margin-right: 16px;
}

.contacts__title {
  margin-top: 39px;
}

.contacts__title h2 {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.48px;
  text-transform: uppercase;
}

.form-body__default {
  width: 100%;
  margin: 0 auto;
  background-color: #FFFFFF;
  border-radius: 4px;
}

.contacts__body {
  max-width: 679px;
  padding: 55px 60px 30px 60px;
  margin-top: 34px;
}

.contacts__form-title, .conditions__form-title {
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.4px;
}

.contacts__form-btn, .conditions__form-btn {
  margin-top: 26px;
}

.contacts__form-btn button, .conditions__form-btn button {
  min-width: 158px;
  height: 48px;
  background-color: #1D1D1D;
  border-radius: 4px;
  color: #F9F9F9;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.32px;
  cursor: pointer;
  padding: 0 5px 0 5px;
  border: none;
  transition: all 0.3s;
}

.form-body__default form {
  margin: 10px 0 40px 0;
}

.contacts__form input, .conditions__form input {
  max-width: 100%;
  height: 26px;
  margin-top: 26px;
  border: none;
  width: 100%;
  border-bottom: 2px solid rgba(29, 29, 29, 0.3);
  background: none;
  font-size: 15px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.3px;
  color: rgba(29, 29, 29, 0.8);
  padding: 0;
}

.contacts__form input:focus, .conditions__form input:focus, .contacts__form input:focus-visible, .conditions__form input:focus-visible {
  outline: none !important;
}

.contacts__form input::-moz-placeholder, .conditions__form input::-moz-placeholder {
  font-family: "DIN Pro", sans-serif;
  color: rgba(29, 29, 29, 0.2);
  font-weight: 500;
}

/* Firefox 19+ */
.contacts__form input:-moz-placeholder, .conditions__form input:-moz-placeholder {
  font-family: "DIN Pro", sans-serif;
  color: rgba(29, 29, 29, 0.2);
  font-weight: 500;
}

/* Firefox 18- */
.contacts__form input:-ms-input-placeholder, .conditions__form input:-ms-input-placeholder {
  font-family: "DIN Pro", sans-serif;
  color: rgba(29, 29, 29, 0.2);
  font-weight: 500;
}

.contacts__form-radio {
  margin-top: 40px;
}

.contacts__form-radio label {
  margin-right: 26px;
}

/* для элемента input c type="radio" */
.contacts__form-radio input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* для элемента label связанного с .contacts__form-radio */
.contacts__form-radio span {
  display: inline-flex;
  align-items: center;
  user-select: none;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.24px;
}

/* создание в label псевдоэлемента  before со следующими стилями */
.contacts__form-radio span::before {
  content: "";
  width: 24px;
  height: 24px;
  border: 1px solid #1D1D1D;
  border-radius: 4px;
  margin-right: 8px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
}

/* стили для радиокнопки, находящейся в состоянии checked */
.contacts__form-radio input:checked + span::before {
  border-color: #1D1D1D;
  background-color: #1D1D1D;
  background-image: url("../images/checkmark.png");
}

/* стили для радиокнопки, находящейся в состоянии disabled */
.contacts__form-radio input:disabled + span::before {
  background-color: #ffffff;
}

.contacts__form-politics, .conditions__form-politics {
  color: rgba(29, 29, 29, 0.4);
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.24px;
  text-align: center;
}

.contacts__form-politics a, .conditions__form-politics a {
  text-decoration-line: underline;
  text-underline-offset: 3px;
}

.contacts__modal-popup {
  display: none;
  background: rgba(29, 29, 29, 0.5411764706);
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
}

.contacts__modal-body {
  position: absolute;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  top: 50%;
  max-width: 543px;
  width: 100%;
  padding: 56px 0;
  text-align: center;
  background-color: #FFF;
}

.contacts__modal-title {
  color: #5A5A5A;
  font-family: "SF Pro Display", sans-serif;
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
  margin-top: 32px;
}

.contacts__modal-text {
  color: rgba(29, 29, 29, 0.4);
  font-size: 15px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.3px;
  margin-top: 10px;
}

.contacts__modal-btn {
  margin-top: 32px;
}

.contacts__modal-btn button {
  width: 149px;
  height: 48px;
  background-color: #5A5A5A;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  border-radius: 4px;
  border: none;
}

/*-----end section  contacts-----*/
/*-----section  conditions-----*/
.conditions__body-question {
  max-width: 890px;
  padding: 55px 271px 30px 60px;
  margin-top: 34px;
  height: calc(100vh - 156px);
}
@media (max-width: 767.98px) {
  .conditions__body-question {
    height: 100%;
    padding: 55px 60px 30px 60px;
  }
}

.conditions__body-profile {
  max-width: 890px;
  padding: 55px 60px 30px 60px;
  margin-top: 34px;
}

.conditions__form-mother, .conditions__form-father {
  display: none;
}

.conditions__form .input-small, .conditions__form .input-big {
  display: inline-block;
}

.conditions__form .input-small {
  width: 35%;
}

.conditions__form .input-big {
  padding-left: 20px;
  width: 64%;
}

.conditions__form fieldset {
  padding: 55px 0 60px;
  border-bottom: 1px solid #000;
}

.conditions__form fieldset:first-child {
  padding: 0 0 60px;
}

.conditions__form fieldset:first-child div:first-child input {
  margin-top: 28px;
}

.conditions__form fieldset:first-child div:first-child span {
  top: 24px;
}

.conditions__form fieldset:last-child {
  padding: 55px 0 34px;
  border-bottom: none;
}

.conditions__form fieldset.select {
  padding-bottom: 98px;
}

.conditions__form fieldset div:first-child input {
  margin-top: 0;
}

.conditions__form label {
  display: block;
  position: relative;
}

.conditions__form span.placeholder {
  font-size: 15px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.3px;
  color: rgba(29, 29, 29, 0.4);
  position: absolute;
  top: 22px;
  left: 0;
  white-space: pre-line;
}

fieldset div.input-small:first-child + div.input-big input {
  margin-top: 0;
}

fieldset div.input-small:first-child + div.input-big span {
  top: -2px;
}

.conditions__form-select {
  width: 70%;
}

.jq-selectbox.jqselect {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}

.conditions__form select {
  width: 100%;
}

.jq-selectbox__select {
  display: flex;
  align-items: center;
  color: rgba(29, 29, 29, 0.4);
  font-family: "DIN Pro", sans-serif;
  font-size: 15px;
  line-height: normal;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.3px;
  border: none;
  background: none;
  box-shadow: none;
  text-shadow: none;
  padding: 0;
}

.jq-selectbox__select:hover {
  background: none;
}

.jq-selectbox.focused .jq-selectbox__select {
  border: none;
}

.jq-selectbox__select:active {
  background: transparent;
  box-shadow: none;
}

.jq-selectbox__trigger {
  border: none;
}

.jq-selectbox__trigger-arrow {
  content: url(../images/arrow-down.svg);
  top: 17px;
  right: 3px;
  width: 12px;
  height: 9px;
  border: none;
}

.jq-selectbox__dropdown {
  border: none;
  box-shadow: none;
}

.jq-selectbox__dropdown ul {
  display: flex;
  padding-top: 20px;
}

.jq-selectbox__dropdown li, .jq-selectbox li.selected, .jq-selectbox li:hover {
  color: #000;
  font-family: "DIN Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.32px;
  background-color: #F9F9F9;
  padding: 14px 32px;
  border-radius: 4px;
}

.jq-selectbox__dropdown ul li + li {
  margin-left: 16px;
}

/*-----end section  conditions-----*/
/*-----section   not-found-----*/
.not-found {
  background-position: inherit;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 27px;
}

.not-found__body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  align-items: flex-end;
}

.not-found__wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.not-found__icons a {
  margin-left: 14px;
}

.not-found__title {
  margin-bottom: 3px;
}

.not-found__title h1 {
  text-align: right;
  font-size: 160px;
  font-weight: 700;
  line-height: 160px;
  letter-spacing: 3.2px;
  text-transform: uppercase;
}

.not-found__text {
  margin-bottom: 46px;
}

.not-found__text p {
  text-align: right;
  font-family: "SF Pro Display", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
}

.not-found__return a {
  text-align: center;
  padding: 10px 0 10px 0;
  background-color: #B00321;
  min-width: 233px;
  height: 48px;
  border-radius: 4px;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  display: block;
  border: 3px solid #B00321;
  transition: all 0.3s;
}

.not-found__body .not-found__return a:active {
  background-color: #E90B31;
  border: 3px solid #E90B31;
  color: #FFF;
}

/*-----end section  not-found-----*/
/*-----section   footer-----*/
.footer {
  height: 156px;
  font-family: "SF Pro Display", sans-serif;
  text-align: center;
  padding: 42px 42px 18px 65px;
  background: #F9F9F9;
}

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

.footer__logo a {
  font-size: 64px;
  font-weight: 700;
  line-height: 120%; /* 76.8px */
  letter-spacing: -3.84px;
}

.footer__contact p {
  text-align: right;
  font-family: "SF Pro Display", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%; /* 24px */
  letter-spacing: -0.4px;
}

.footer__privacy-policy {
  margin-top: 2px;
}

.footer__privacy-policy a {
  text-decoration-line: underline;
  text-underline-offset: 3px;
  color: rgba(29, 29, 29, 0.4);
  font-size: 16px;
  font-weight: 600;
  line-height: 120%; /* 19.2px */
  letter-spacing: -0.32px;
}

/*-----end section  footer-----*/
/*-----section   politics-----*/
.politics {
  padding: 40px;
}

.politics__breadcrumbs {
  margin-bottom: 60px;
}

.politics__breadcrumbs p {
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.4px;
}

.politics__title h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.96px;
  text-transform: uppercase;
}

.politics__body {
  margin-top: 25px;
}

.politics__body h2 {
  font-family: "SF Pro Display", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 100%; /* 32px */
}

.politics__body p {
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.4px;
  padding: 7px 0 25px 0;
}

/*-----end section  politics-----*/
/*-----section   single-news-----*/
.single-news {
  background-color: #F9F9F9;
}

.single-news__body {
  height: 100%;
  display: flex;
  justify-content: space-between;
}

.single-news__heading {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  display: flex;
  justify-content: space-between;
  min-width: calc(100vw - 290px);
  height: 100%;
  padding: 52px 70px 75px 40px;
}

.single-news__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.single-news__title {
  width: 557px;
}

.single-news__title h1 {
  text-align: right;
  font-size: 64px;
  font-weight: 400;
  line-height: 95%;
  text-transform: uppercase;
  /* 60.8px */
  letter-spacing: 1.28px;
}

.single-news__button {
  text-align: right;
}

.single-news__button a {
  color: rgba(29, 29, 29, 0.72);
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.single-news__button a:hover {
  color: #1D1D1D;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

.single-news__content {
  min-width: calc(100vw - 20px);
  display: flex;
  padding: 30px 0 30px 0;
  gap: 0 40px;
}

.single-news__gallery-img {
  text-align: end;
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
  align-items: flex-end;
}

.single-news__gallery-img img {
  height: 100%;
  max-width: 100%;
}

.single-news__heading {
  position: relative;
}

.single-news__breadcrumbs, .single-news__inner {
  position: relative;
  z-index: 1;
}

.single-news__post-image {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}
@media (max-width: 767.98px) {
  .single-news__post-image {
    width: 70%;
    overflow: hidden;
  }
}
.single-news__post-image img {
  height: 100%;
}
@media (max-width: 767.98px) {
  .single-news__post-image img {
    margin: 0 auto;
    object-fit: cover;
    object-position: center;
    width: 100%;
  }
}

.single-news__img-top, .single-news__img-bottom {
  width: max-content;
  height: 50%;
}
@media (max-width: 992.98px) {
  .single-news__img-top, .single-news__img-bottom {
    width: 100%;
  }
}

.single-news__text {
  width: 100%;
  padding-right: 100px;
}

.single-news__text p {
  font-size: 20px;
  line-height: 33px;
  letter-spacing: 0.4px;
}

.single-news__text h2 {
  display: none;
}

/*-----end section  single-news-----*/
/*-----section   about-studio-----*/
.about-studio {
  background: #F9F9F9;
  display: flex;
  justify-content: space-between;
}

.about-studio__heading {
  min-width: calc(100vw - 310px);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-end;
  padding: 52px 70px 52px 0;
  position: relative;
}
@media (max-width: 1200.98px) {
  .about-studio__heading {
    padding: 52px 10px 265px 0;
    background-image: none !important;
  }
  .about-studio__heading:before {
    content: "";
    left: -55%;
    transform: translateX(45%);
    top: 0;
    background: url("../images/NadyaGrekov__background.png") no-repeat;
    display: block;
    position: absolute;
    background-size: contain;
    width: 100%;
    height: 100%;
    z-index: 0;
  }
}
@media (max-width: 767.98px) {
  .about-studio__heading:before {
    left: -50%;
    transform: translateX(50%);
  }
}
@media (max-width: 500.98px) {
  .about-studio__heading:before {
    left: -60%;
    transform: translateX(40%);
  }
}
@media (max-width: 400.98px) {
  .about-studio__heading:before {
    left: -70%;
    transform: translateX(30%);
  }
}

.about-studio__title {
  max-width: 530px;
  text-align: end;
  z-index: 1;
  position: relative;
}
@media (max-width: 850.98px) {
  .about-studio__title {
    width: 68%;
  }
}

.about-studio__title h1 {
  font-size: 64px;
  font-weight: 400;
  line-height: 95%;
  /* 60.8px */
  letter-spacing: 1.28px;
}
@media (max-width: 850.98px) {
  .about-studio__title h1 {
    font-size: 24px;
  }
}

.about-studio__title p {
  font-size: 20px;
  font-weight: 400;
  line-height: 108.7%;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  margin-top: 30px;
}
@media (max-width: 767.98px) {
  .about-studio__title p {
    font-size: 16px;
  }
}

.about-studio__title strong {
  color: #B00321;
  font-size: 20px;
  font-weight: 700;
  line-height: 108.7%;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .about-studio__title strong {
    font-size: 16px;
  }
}

.about-studio__body {
  padding: 56px 250px 56px 50px;
  background-color: inherit;
  display: flex;
  gap: 0 40px;
}
@media (max-width: 992.98px) {
  .about-studio__body .about-studio__description_text {
    width: 100%;
    flex: 0 0 100%;
  }
}
@media (max-width: 992.98px) {
  .about-studio__body {
    padding: 20px 40px 56px;
    flex-wrap: wrap;
  }
}
@media (max-width: 767.98px) {
  .about-studio__body {
    padding: 30px 10px 0px;
  }
}

.about-studio__description h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  margin-bottom: 2px;
}
@media (max-width: 767.98px) {
  .about-studio__description h2 {
    padding-bottom: 25px;
  }
}

.about-studio__description_text {
  width: 300px;
  display: inline-block;
}
@media (max-width: 1400.98px) {
  .about-studio__description_text {
    width: 350px;
    flex: 0 0 350px;
  }
}
@media (max-width: 992.98px) {
  .about-studio__description_text {
    width: 450px;
    flex: 0 0 450px;
    padding-bottom: 5px;
  }
}
@media (max-width: 850.98px) {
  .about-studio__description_text {
    width: 400px;
    flex: 0 0 400px;
  }
}

.about-studio__description_text p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.4px;
  margin-bottom: 7px;
}
@media (max-width: 767.98px) {
  .about-studio__description_text p {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

.about-studio__description_text.column-count {
  column-count: 3;
  max-width: 1000px;
  width: 980px;
  column-gap: 40px;
}
@media (max-width: 992.98px) {
  .about-studio__description_text.column-count {
    column-count: 2;
  }
}
@media (max-width: 768.98px) {
  .about-studio__description_text.column-count {
    column-count: 1;
  }
}

.about-studio__background-end {
  min-width: 100%;
  background-color: inherit;
  position: relative;
}

.about-studio__background-end img {
  position: absolute;
  max-width: 100%;
  height: auto;
}

.about-studio__background-end img:first-child {
  top: 60px;
  left: -174px;
}
@media (max-width: 992.98px) {
  .about-studio__background-end img:first-child {
    position: relative;
    top: 0;
    left: 0;
  }
}
@media (max-width: 767.98px) {
  .about-studio__background-end img:first-child {
    width: 100%;
  }
}

.about-studio__background-end img:last-child {
  top: 0;
  right: 0;
  height: 100%;
}
@media (max-width: 992.98px) {
  .about-studio__background-end img:last-child {
    position: relative;
    top: 0;
    left: 0;
  }
}
@media (max-width: 767.98px) {
  .about-studio__background-end img:last-child {
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 150%;
    object-fit: cover;
    max-width: 150%;
    margin: -80px auto 0;
  }
}

/*-----end section  about-studio-----*/
@media screen and (max-width: 1300px) {
  /* .about-studio__background-end {
      min-width: 84vw;
  } */
}
@media screen and (max-width: 992px) {
  .conditions__form .input-small, .conditions__form .input-big {
    display: block;
    width: 100%;
    padding-left: 0;
  }
  fieldset div.input-small:first-child + div.input-big input {
    margin-top: 26px;
  }
  fieldset div.input-small:first-child + div.input-big span {
    top: 22px;
  }
}
@media screen and (max-width: 992px) {
  .header__nav-menu ul li {
    color: rgba(29, 29, 29, 0.52);
  }
  .container-header__mobile {
    display: flex;
  }
  .container-header {
    height: 100vh;
    overflow: hidden;
    transition: all 0.5s;
    position: absolute;
    transform: translate(-360px);
  }
  .container-header.menu--open {
    transform: translate(0px);
    overflow: visible;
  }
  .header {
    width: 100%;
    position: relative;
  }
  .header .menu-languages-back,
  .header .menu-back {
    position: relative;
    width: 32px;
    height: 24px;
    margin-left: 20px;
    margin-bottom: 33px;
  }
  .header .menu-back {
    margin-bottom: 20px;
    margin-left: 0;
  }
  .header .menu-languages-back::before,
  .header .menu-back::before {
    position: absolute;
    top: 0;
    width: 32px;
    height: 24px;
    content: " ";
    background-image: url("../images/Arrow2.png");
  }
  .ful-screen {
    height: 100%;
  }
  .header__buttons .menu-languages {
    width: 290px;
    transform: translate(-290px);
    padding-top: 30px;
    padding-left: 23px;
    transition: transform 0.3s;
    top: 185px;
    left: 0;
    height: calc(100% - 430px);
  }
  .menu-languages.menu-languages--open {
    transform: translate(0px);
  }
  .section-indentation {
    padding: 40px 20px 20px 10px;
  }
  .history-past__body {
    padding: 40px 10px;
  }
  .history-past__text {
    padding: 0;
  }
  .history-past__img {
    padding: 40px 0;
    height: 410px;
  }
  .history-past__img img {
    height: 100%;
    object-fit: cover;
  }
  .history-future__body {
    padding: 0 10px;
  }
  .history-future__img {
    padding: 20px 0 40px;
  }
  .history-future__text {
    padding: 0;
  }
  .history-future__gallery-img {
    padding: 40px 0;
  }
  .contacts.section-indentation {
    padding: 40px 0px 0px;
    height: 100%;
  }
  .contacts__heading {
    padding: 0 10px;
  }
  .contacts__heading h1 {
    line-height: 16px;
  }
  .contacts__info p {
    font-size: 16px;
    text-align: right;
    margin-left: 78px;
  }
  .contacts__icons {
    display: none;
  }
  .contacts__body {
    padding: 55px 10px 30px;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .form-body__default form {
    margin: 10px 0 30px;
  }
  .contacts__form-radio label:first-child span {
    margin-bottom: 30px;
  }
  .contacts__form-btn button {
    background-color: #DDD;
    color: #1d1d1d;
  }
  .contacts__form-politics {
    text-align: left;
  }
  .contacts__modal-body {
    width: 300px;
    padding: 24px 0;
  }
  .archive-publications.section-indentation {
    padding: 40px 10px 0;
  }
  .publications__item-title {
    margin-bottom: 24px;
  }
  .publications__item-title {
    height: auto;
  }
  .publications__item-wrap {
    margin-top: 12px;
  }
  .archive-publications__body {
    gap: 16px 8px;
    justify-content: center;
  }
  .archive-publications__load-more {
    display: block;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 5px;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .single-publication {
    padding: 40px 10px;
  }
  .single-publication__breadcrumbs {
    margin-bottom: 18px;
  }
  .single-publication__title h1 {
    font-size: 24px;
    line-height: normal;
    letter-spacing: 0.48px;
    margin-bottom: 14px;
  }
  .single-publication__navigation {
    margin: 10px 76px 26px;
  }
  .single-publication__text p {
    font-size: 16px;
    line-height: 22.4px;
    letter-spacing: 0.16px;
  }
  .single-publication__text p + p {
    margin-top: 8px;
  }
  .politics {
    padding: 40px 10px;
  }
  .politics__breadcrumbs {
    margin-bottom: 20px;
  }
  .politics__title h1 {
    font-size: 24px;
    letter-spacing: 0.48px;
  }
  .politics__body p {
    font-size: 16px;
    line-height: 22.4px;
    letter-spacing: 0.16px;
  }
  .politics__body h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .conditions__body-profile {
    margin-top: 32px;
    padding: 60px 10px 100px;
  }
  .conditions__body-profile form {
    margin: 0 0 40px;
  }
  .conditions__form fieldset:first-child {
    padding: 0 0 40px;
  }
  .conditions__form fieldset {
    padding: 35px 0 40px;
  }
  .conditions__form fieldset.select {
    padding-bottom: 118px;
  }
  .conditions__form fieldset:last-child {
    padding: 40px 0 35px;
  }
  .conditions__form fieldset:first-child div:first-child input {
    margin-top: 38px;
  }
  .conditions__form fieldset:first-child div:first-child span {
    top: 32px;
  }
  .not-found {
    background-position: center;
  }
  .not-found.section-indentation {
    padding: 40px 10px 25px 10px;
    height: 613px;
  }
  .not-found__title {
    margin-bottom: 0;
  }
  .not-found__title h1 {
    font-size: 108px;
    line-height: 108px;
  }
  .not-found__text {
    padding: 5px 0 15px 65px;
    margin: 0;
  }
  .not-found__text p {
    font-size: 16px;
    line-height: normal;
  }
  .not-found__return a {
    background-color: #fff;
    color: #B00321;
  }
  .about-studio {
    flex-direction: column;
  }
  .about-studio__heading, .about-studio__body, .about-studio__background-end {
    min-width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .single-news__body {
    flex-direction: column;
  }
  .single-news__content {
    flex-direction: column;
    padding: 48px 10px 40px 10px;
    min-width: 100%;
  }
  .single-news__heading {
    padding: 40px 10px 0 10px;
    min-height: 552px;
    min-width: 100%;
    background-size: cover;
  }
  .single-news__title {
    width: 190px;
  }
  .single-news__title h1 {
    font-size: 24px;
    letter-spacing: 0.48px;
  }
  .single-news {
    background-color: #EFEFEF;
  }
  .single-news__inner {
    height: auto;
  }
  .single-news__button a {
    color: #1D1D1D;
    text-decoration-line: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 5px;
  }
  .single-news__text {
    padding: 0;
    padding-top: 34px;
  }
  .single-news__text h2 {
    display: block;
    font-size: 32px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.64px;
    text-transform: uppercase;
    margin-bottom: 20px;
  }
  .single-news.ful-screen {
    height: 100%;
  }
  .single-news__text p {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 140%; /* 22.4px */
    letter-spacing: 0.16px;
  }
  .single-news__gallery-img {
    display: block;
  }
  .single-news__gallery-img img {
    min-width: 100%;
  }
  .single-news .slick-slide {
    padding-right: 52px;
    margin-left: -45px;
    opacity: 0.4;
    transition: all 0.5s;
  }
  .single-news .slick-slide.slick-current, .single-news .slick-slide.slick-active {
    opacity: 1;
    transition: all 0.5s;
  }
  .single-news .slick-track {
    display: flex;
    align-items: center;
  }
  .wrapper {
    overflow: hidden;
  }
  .footer {
    height: 306px;
    padding: 20px 20px 25px 20px;
  }
}
@media screen and (max-width: 992px) and (max-width: 767.98px) {
  .footer {
    height: auto;
  }
}
@media screen and (max-width: 992px) {
  .footer__inner {
    display: block;
  }
  .footer__logo {
    text-align: left;
  }
  .footer__contact {
    padding-left: 90px;
    margin-top: 20px;
  }
  .footer__contact p {
    font-size: 16px;
  }
  .footer__privacy-policy {
    margin-top: 40px;
  }
}
@media (max-width: 767.98px) {
  .partners {
    padding: 40px 10px 76px;
  }
  .partners__title {
    margin-bottom: 60px;
  }
  .partners__wrap {
    height: 180px;
    width: 120px;
  }
  .partners__circle {
    width: 87px;
    height: 87px;
  }
  .partners__center {
    width: 120px;
    height: 120px;
  }
  .partners__left {
    left: -90px;
  }
  .partners__left-top, .partners__right-top {
    top: 3px;
  }
  .partners__left-top {
    left: -65px;
  }
  .partners__right-top {
    right: -65px;
  }
  .partners__right {
    right: -90px;
  }
  .partners__text p {
    font-size: 24px;
    line-height: 24.7px;
    letter-spacing: 0.48px;
  }
  .partners__btn button {
    background-color: #ddd;
    color: #1d1d1d;
  }
}
@media screen and (max-width: 360px) {
  .container-header {
    width: 100%;
  }
  .header__nav-menu {
    margin: 15px 0 15px 60px;
  }
}
@media screen and (min-width: 581px) {
  .header {
    position: sticky;
    top: 0;
    float: left;
  }
  .header__buttons {
    position: relative;
  }
  .menu-languages {
    left: 290px;
    bottom: 7px;
  }
  .menu-languages {
    width: 0;
  }
  .container-header {
    height: 100vh;
  }
}
@media screen and (min-width: 1024px) {
  .button-default:hover {
    background: #DDD;
  }
  .header__nav-menu ul li:hover {
    color: #1D1D1D;
    text-decoration-line: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 5px;
  }
  .button-support:hover,
  .not-found__return a:hover {
    border: 3px solid #B00321;
    color: #B00321;
    background-color: #ffffff;
  }
  .header__dropdown-content ul li:hover {
    color: #FFF;
    background: #B00321;
    text-decoration-line: none;
  }
  .header__dropdown-content ul li a:hover {
    color: #FFF;
    opacity: 1;
  }
  .menu-languages ul li:hover {
    background: #B00321;
    color: #F9F9F9;
  }
  .archive-works__body img:hover {
    scale: 1.8;
    border-radius: 3px;
  }
  .publications__item:hover,
  .archive-videos__item:hover,
  .news-item:hover {
    scale: 1.25;
    z-index: 1;
  }
  .single-publication__navigation div:hover svg path {
    fill: #1D1D1D;
  }
  .partners__btn button:hover,
  .contacts__form-btn button:hover {
    color: #1D1D1D;
    background: #DDD;
  }
  .contacts__modal-btn button:hover {
    background-color: #949494;
  }
  .history-future__gallery-img img:hover {
    scale: 1.25;
    z-index: 1;
    position: relative;
  }
}
@media (max-width: 992.98px) {
  .header__buttons .menu-languages {
    width: 100%;
    left: -100%;
  }
}
@media (max-width: 992.98px) {
  .header__buttons .menu-languages.menu-languages--open {
    left: 0;
  }
}

@media (max-width: 767.98px) {
  .header__nav-menu.hide-menu ul {
    opacity: 0;
  }
}

.mobile-btn-group {
  display: flex;
}

.account-mobile {
  display: none;
}
@media (max-width: 992.98px) {
  .account-mobile {
    display: flex;
    margin-right: 10px;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    background: #AF0421;
    justify-content: center;
    align-items: center;
  }
  .account-mobile a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 7px;
  }
  .account-mobile img {
    width: 100%;
    height: 100%;
  }
}

.show-mobile {
  display: none;
}
@media (max-width: 767.98px) {
  .show-mobile {
    display: block;
  }
}

@media (max-width: 767.98px) {
  .hide-mobile {
    display: none;
  }
}

/**
* Подключение стилей отдельных блоков и секций
*/