@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&family=PT+Serif:wght@400;700&display=swap');


/* ===== includes ================================================================================================================================================================== */

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

*,
*:before,
*:after {
  -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: "Gotham";
  font-size: 14px;
}

body {
  font-family: "Gotham";
}

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

button {
  cursor: pointer;
}

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

a,
a:visited {
  text-decoration: none;
  color: #007bff;
}

a:hover {
  text-decoration: none;
  color: #59a9ff;
}

ul li {
  list-style: none;
}

input:focus::-webkit-input-placeholder {
  opacity: 0;
}

input:focus::-moz-placeholder {
  opacity: 0;
}

input:focus:-ms-input-placeholder {
  opacity: 0;
}

input:focus::-ms-input-placeholder {
  opacity: 0;
}

input:focus::placeholder {
  opacity: 0;
}

textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}

textarea:focus::-moz-placeholder {
  opacity: 0;
}

textarea:focus:-ms-input-placeholder {
  opacity: 0;
}

textarea:focus::-ms-input-placeholder {
  opacity: 0;
}

textarea:focus::placeholder {
  opacity: 0;
}

img {
  vertical-align: top;
}

.ibg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.ibg img {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

._container {
  max-width: 1140px;
  width: 100%;
  margin: 0px auto;
  padding: 0px 20px;
}

/* ===== styles ================================================================================================================================================================== */

body {
  background: #1e1e1e;
}

body._lock {
  overflow: hidden;
}

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

.wrapper--home .footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}

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

.page--home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.page--legislation .news {
  margin: 50px 0 0 0;
}

/* ===== animations ================================================================================================================================================================== */

:root {
  --delay: 0s;
}

._anim-items {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s var(--delay) !important;
  -o-transition: 0.5s var(--delay) !important;
  transition: 0.5s var(--delay) !important;
}

._anim-items._fade-in-top {
  -webkit-transform: translate(0, -15px);
      -ms-transform: translate(0, -15px);
          transform: translate(0, -15px);
}

._anim-items._fade-in-left {
  -webkit-transform: translate(-35px, 0);
      -ms-transform: translate(-35px, 0);
          transform: translate(-35px, 0);
}

._anim-items._fade-in-right {
  -webkit-transform: translate(35px, 0);
      -ms-transform: translate(35px, 0);
          transform: translate(35px, 0);
}

._anim-items._anim-border-bottom {
  opacity: 1;
  visibility: visible;
  border-bottom: 1px solid transparent;
}

._anim-items._anim-border-bottom._showed {
  border-bottom: 1px solid #EE3524;
}

._anim-items._showed {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

._anim-scale {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

/* ===== header ================================================================================================================================================================== */

.header {
  padding: 15px 0;
  position: relative;
  z-index: 9;
  background: #070008;
}

.header__search input {
  font-family: "Inter";
  padding: 5px;
  background: transparent;
  border-bottom: 1px solid #fff;
  color: #fff;
  width: calc(150px + 50 * ((100vw - 992px) / (1920 - 992)));
}

.header__search input::-webkit-input-placeholder {
  font-size: 16px;
  line-height: calc(19/16);
  color: #fff;
  opacity: 0.4;
}

.header__search input::-moz-placeholder {
  font-size: 16px;
  line-height: calc(19/16);
  color: #fff;
  opacity: 0.4;
}

.header__search input:-ms-input-placeholder {
  font-size: 16px;
  line-height: calc(19/16);
  color: #fff;
  opacity: 0.4;
}

.header__search input::-ms-input-placeholder {
  font-size: 16px;
  line-height: calc(19/16);
  color: #fff;
  opacity: 0.4;
}

.header__search input::placeholder {
  font-size: 16px;
  line-height: calc(19/16);
  color: #fff;
  opacity: 0.4;
}

.header__search button {
  margin: 0 0 0 15px;
  background: transparent;
}

.header__container {
  max-width: 1600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__logo {
  position: relative;
  z-index: 2;
}

.header__logo img {
  width: calc(150px + 80 * ((100vw - 992px) / (1920 - 992)));
}

.header__burger {
  width: 50px;
  height: 50px;
  position: relative;
  z-index: 100;
  -webkit-transform: translate(15px, 0);
      -ms-transform: translate(15px, 0);
          transform: translate(15px, 0);
}

.header__burger:before,
.header__burger:after,
.header__burger span {
  content: '';
  width: 20px;
  background: #fff;
  height: 1px;
  position: absolute;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.header__burger:before {
  -webkit-transform: translateX(-50%) translateY(-5px);
      -ms-transform: translateX(-50%) translateY(-5px);
          transform: translateX(-50%) translateY(-5px);
}

.header__burger:after {
  -webkit-transform: translateX(-50%) translateY(5px);
      -ms-transform: translateX(-50%) translateY(5px);
          transform: translateX(-50%) translateY(5px);
}

.header__burger._active span {
  -webkit-transform: scale(0) translateX(-50%);
      -ms-transform: scale(0) translateX(-50%);
          transform: scale(0) translateX(-50%);
}

.header__burger._active:after {
  -webkit-transform: translateX(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}

.header__burger._active:before {
  -webkit-transform: translateX(-50%) rotate(-45deg);
      -ms-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}

.header-menu {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header-menu li {
  margin: 0 calc(10px + 15 * ((100vw - 992px) / (1920 - 992)));
  position: relative;
}

.header-menu li:before {
  content: '';
  width: 0;
  height: 1px;
  opacity: 0;
  background: #ee3524;
  position: absolute;
  left: 0;
  bottom: -4px;
  -webkit-transition: width .4s, opacity 0s .4s;
  -o-transition: width .4s, opacity 0s .4s;
  transition: width .4s, opacity 0s .4s;
}

.header-menu li:hover:before {
  left: auto;
  right: 0;
  width: 100%;
  opacity: 1;
  -webkit-transition: width .4s, opacity 0s 0s;
  -o-transition: width .4s, opacity 0s 0s;
  transition: width .4s, opacity 0s 0s;
}

.header-menu li a {
  font-size: calc(12px + 4 * ((100vw - 992px) / (1920 - 992)));
  line-height: calc(19/16);
  font-weight: 500;
  color: #fff;
  font-family: "Inter";
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.header-menu li a:hover {
  opacity: 0.5;
}

.burger-content {
  position: fixed;
  padding: 70px 20px 0;
  right: 0;
  z-index: 9;
  top: 0;
  height: 100%;
  width: auto;
  background: #070008;
  -webkit-box-shadow: -5px 0px 50px rgba(28, 28, 28, 0.47);
          box-shadow: -5px 0px 50px rgba(28, 28, 28, 0.47);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate(100%, 0);
      -ms-transform: translate(100%, 0);
          transform: translate(100%, 0);
}

.burger-content._active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
}

/* ===== footer ================================================================================================================================================================== */

.footer {
  padding: 15px 0;
  background: rgba(7, 0, 8, 0.7);
  font-size: calc(10px + 10 * ((100vw - 375px) / (1920 - 375)));
  line-height: calc(24/20);
  color: #fff;
  position: relative;
  z-index: 8;
}

.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1340px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -15px;
}

.footer-contacts__item {
  display: block;
  margin: 0 15px;
  position: relative;
}

.footer-contacts__item--icon:before {
  display: none;
}

.footer-contacts__item--icon img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.footer-contacts__item--icon:hover img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

.footer-contacts__item:before {
  content: '';
  width: 0px;
  background: #fff;
  position: absolute;
  bottom: -3px;
  left: 0;
  -webkit-transition: width .4s, opacity 0s .4s;
  -o-transition: width .4s, opacity 0s .4s;
  transition: width .4s, opacity 0s .4s;
  pointer-events: none;
  opacity: 0;
  height: 1px;
}

.footer-contacts__item:hover:before {
  -webkit-transition: width .4s, opacity 0s 0s;
  -o-transition: width .4s, opacity 0s 0s;
  transition: width .4s, opacity 0s 0s;
  width: 100%;
  opacity: 1;
  left: auto;
  right: 0;
}

.footer-contacts__link {
  color: #fff;
}

.footer__copywrite a {
	color: #fff;
}

/* ===== first screen ================================================================================================================================================================== */

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

.welcome__lines {
  position: absolute;
}

.welcome__lines--1 {
  left: 0;
  top: 165px;
}

.welcome__lines--1 .welcome__line--1._showed {
  width: 120px;
}

.welcome__lines--1 .welcome__line--2._showed {
  width: 180px;
}

.welcome__lines--1 .welcome__line--3._showed {
  width: 90px;
}

.welcome__lines--2 {
  top: 115px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.welcome__lines--2 .welcome__line--1._showed {
  width: 175px;
}

.welcome__lines--2 .welcome__line--2._showed {
  width: 265px;
}

.welcome__lines--2 .welcome__line--3._showed {
  width: 85px;
}

.welcome__lines--3 {
  left: 0;
  bottom: 90px;
}

.welcome__lines--3 .welcome__line--1._showed {
  width: 25px;
}

.welcome__lines--3 .welcome__line--2._showed {
  width: 235px;
}

.welcome__lines--3 .welcome__line--3._showed {
  width: 90px;
}

.welcome__lines--4 {
  right: 0;
  bottom: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.welcome__lines--4 .welcome__line--1._showed {
  width: 65px;
}

.welcome__lines--4 .welcome__line--2._showed {
  width: 90px;
}

.welcome__lines--4 .welcome__line--3._showed {
  width: 30px;
}

.welcome__line {
  background: #fff;
  height: 3px;
  width: 0;
  margin: 0 0 35px 0;
}

.welcome__line:last-child {
  margin: 0;
}

.welcome__line--2 {
  background: #EE3524;
}

.welcome {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 0;
}

.welcome__slider {
  width: 100%;
  position: relative;
}

.welcome__slider .slick-dots {
  position: absolute;
  bottom: 100px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.welcome__slider .slick-dots li {
  margin: 0 10px;
}

.welcome__slider .slick-dots li button {
  font-size: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #fff;
}

.welcome__slider .slick-dots li.slick-active button {
  background: #fff;
}

.welcome__slider .slick-arrow {
  z-index: 2;
  font-size: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 22px;
  height: 38px;
  background: url("../img/icons/slider-arrow.svg") 0 0/100% 100% no-repeat;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.welcome__slider .slick-arrow:hover {
  opacity: 0.6;
}

.welcome__slider .slick-prev {
  left: calc(10px + 60 * ((100vw - 768px) / (1920 - 768)));
  -webkit-transform: translate(0, -50%) rotate(180deg);
      -ms-transform: translate(0, -50%) rotate(180deg);
          transform: translate(0, -50%) rotate(180deg);
}

.welcome__slider .slick-next {
  right: calc(10px + 60 * ((100vw - 768px) / (1920 - 768)));
}

.welcome__slider .slick-list {
  height: 100%;
  overflow: hidden;
}

.welcome__slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.welcome-slide {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 40px 140px;
}

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

.welcome-slide__background:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.45);
}

.welcome-slide__background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.welcome-slide__content {
  position: relative;
  z-index: 2;
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.welcome-slide__title {
  font-size: calc(28px + 55 * ((100vw - 320px) / (1920 - 320)));
  line-height: 112.52%;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin: 0 0 calc(10px + 30 * ((100vw - 320px) / (1920 - 320))) 0;
}

.welcome-slide__subtitle {
  font-weight: 500;
  font-size: calc(10px + 8 * ((100vw - 320px) / (1920 - 320)));
  line-height: 127.52%;
  text-align: center;
  color: #fff;
  margin: 0 0 calc(16px + 6 * ((100vw - 320px) / (1920 - 320))) 0;
}

.welcome-slide__date {
  margin: 0 0 22px 0;
  font-size: calc(14px + 4 * ((100vw - 320px) / (1920 - 320)));
  line-height: 112.52%;
  color: #bcbcbc;
}

.welcome-slide__button {
  padding: 20px 28px;
  border: 1px solid #fff;
  font-weight: 500;
  font-size: calc(12px + 6 * ((100vw - 320px) / (1920 - 320)));
  line-height: 112.52%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.welcome-slide__button span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.welcome-slide__button span:after {
  content: '';
  width: 32px;
  height: 20px;
  display: block;
  margin: 0 0 0 15px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: url("../img/icons/arrowLongRight.svg") 0 0/100% 100% no-repeat;
}

.welcome-slide__button:hover span:after {
  margin: 0 0 0 25px;
}

.welcome-news__title {
  font-weight: 500;
  font-size: 16px;
  line-height: calc(19/16);
  color: rgba(255, 255, 255, 0.4);
  margin: 0 0 25px 0;
}

.welcome-news__item {
  padding: 0 0 calc(10px + 10 * ((100vw - 375px) / (1920 - 375))) 0;
  padding-top: calc(10px + 10 * ((100vw - 375px) / (1920 - 375)));
  border-bottom: 1px solid #EE3524;
}

.welcome-news__item:first-child {
  padding-top: 0;
}

.welcome-news__item a {
  padding: 0 60px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.welcome-news__item a:hover .welcome-news__arrow {
  right: -10px;
}

.welcome-news__name {
  font-size: calc(20px + 20 * ((100vw - 375px) / (1920 - 375)));
  line-height: calc(48/40);
  color: #fff;
  margin: 0 0 10px 0;
}

.welcome-news__arrow {
  width: 32px;
  height: 20px;
  position: absolute;
  top: 12px;
  -webkit-transition: opacity 0.5s var(--delay), visibility 0.5s var(--delay), translate 0.5s var(--delay), right 0.5s 0s !important;
  -o-transition: opacity 0.5s var(--delay), visibility 0.5s var(--delay), translate 0.5s var(--delay), right 0.5s 0s !important;
  transition: opacity 0.5s var(--delay), visibility 0.5s var(--delay), translate 0.5s var(--delay), right 0.5s 0s !important;
  right: 0;
  background: url("../img/icons/arrowLongRight.svg") 0 0/100% auto no-repeat;
}

.welcome-news__date {
  font-size: calc(13px + 3 * ((100vw - 375px) / (1920 - 375)));
  line-height: calc(19/16);
  color: rgba(255, 255, 255, 0.4);
}

/* ===== about us ================================================================================================================================================================== */

.about-us {
  overflow: hidden;
  padding: calc(30px + 140 * ((100vw - 375px) / (1920 - 375))) 0 calc(50px + 90 * ((100vw - 375px) / (1920 - 375))) 0;
}

.about-us__container {
  max-width: 1440px;
  padding: 0 100px;
}

.about-us__caption {
  font-size: calc(15px + 15 * ((100vw - 375px) / (1920 - 375)));
  line-height: calc(36/30);
  color: rgba(255, 255, 255, 0.7);
  margin: 0 0 calc(30px + 40 * ((100vw - 375px) / (1920 - 375))) 0;
}

.about-us__caption p {
  display: inline;
}

.about-us__caption span {
  color: #fff;
  padding: 5px 10px;
  background: #EE3524;
  font-weight: bold;
}

.about-us__text {
  font-size: calc(28px + 32 * ((100vw - 375px) / (1920 - 375)));
  line-height: calc(72/60);
  color: #fff;
  margin: 0 0 calc(30px + 100 * ((100vw - 375px) / (1920 - 375))) 0;
}

.about-us__text strong {
  font-weight: 500;
}

.about-us__text span {
  color: #ee3524;
}

.about-us__text--2 {
  margin: 0 0 calc(50px + 80 * ((100vw - 375px) / (1920 - 375))) 0;
}

.about-us__section {
  position: relative;
}

.about-us__picture {
  width: 100%;
  margin: 0 0 calc(50px + 110 * ((100vw - 375px) / (1920 - 375))) 0;
}

.about-us__picture img,
.about-us__picture video {
  width: 100%;
}

.about-us-person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-us-person__picture {
  margin: 0 55px 0 0;
  width: calc(140px + 150 * ((100vw - 375px) / (1920 - 375)));
  height: calc(140px + 150 * ((100vw - 375px) / (1920 - 375)));
  border: 6px solid #EE3524;
  border-radius: 50%;
  overflow: hidden;
  display: none;
}

.about-us-person__picture img {
  width: 100%;
  height: 100%;
}

.about-us-person__name {
  margin: 0 0 10px 0;
  font-weight: 500;
  font-size: calc(20px + 20 * ((100vw - 375px) / (1920 - 375)));
  line-height: calc(48/40);
  color: #fff;
}

.about-us-person__text {
  font-size: calc(16px + 12 * ((100vw - 375px) / (1920 - 375)));
  font-style: italic;
  line-height: calc(36/30);
  color: rgba(255, 255, 255, 0.3);
}

.lines-fade-out {
  overflow: hidden;
  position: relative;
}

.lines-fade-out .welcome__lines--1,
.lines-fade-out .welcome__lines--3 {
  left: calc(-200px + 200 * ((100vw - 1150px) / (1920 - 1150)));
}

.lines-fade-out .welcome__lines--2,
.lines-fade-out .welcome__lines--4 {
  right: calc(-200px + 200 * ((100vw - 1150px) / (1920 - 1150)));
}

/* ===== news ================================================================================================================================================================== */

.news {
  overflow: hidden;
  margin: calc(25px + 115 * ((100vw - 375px) / (1920 - 375))) 0 0 0;
  position: relative;
}

.news__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 40px 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 100px;
}

.news__pagination a,
.news__pagination span {
  margin: 0 10px;
  font-size: 20px;
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.news__pagination a:hover {
  opacity: 0.5;
}

.news__pagination .current {
  color: #ee3524;
}

.news__container {
  max-width: 1340px;
  padding: 0 20px;
}

.news__title {
  margin: 0 0 calc(30px + 40 * ((100vw - 375px) / (1920 - 375))) 0;
  font-size: calc(24px + 16 * ((100vw - 375px) / (1920 - 375)));
  line-height: calc(48/40);
  font-weight: 500;
  color: #fff;
}

.news__main {
  margin: 0 0 calc(30px + 40 * ((100vw - 550px) / (1920 - 550))) 0;
}

.news__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px 20px;
}

.news__column {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333%;
          flex: 0 0 33.3333%;
  padding: 0 15px;
  margin: 0 0 calc(30px + 20 * ((100vw - 375px) / (1920 - 375))) 0;
}

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

.article__tags {
  margin: 0 -10px 25px;
}

.article__tags span, .article__tags a  {
  margin: 0 10px;
  font-size: 14px;
  line-height: 115%;
  color: #fff;
  text-transform: uppercase;
}

.article__tags span:hover {
  text-decoration: underline;
}

.article:hover .article__picture img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

.article--big {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
}

.article--big .article__picture {
  margin: 0 calc(20px + 30 * ((100vw - 550px) / (1920 - 550))) 0 0;
}

.article--big .article__tags span, .article--big .article__tags a {
  font-size: 18px;
}

.article--big .article__title {
  font-size: calc(20px + 20 * ((100vw - 375px) / (1920 - 375)));
  margin: 0 0 calc(10px + 10 * ((100vw - 375px) / (1920 - 375))) 0;
}

.article--big .article__subtitle {
  margin: 0 0 10px 0;
}

.article--big .article__content {
  padding: calc(0px + 35 * ((100vw - 992px) / (1920 - 992))) 0 0 0;
}

.article__text {
  line-height: 115%;
  width: 100%;
  color: #fff;
  font-size: calc(16px + 4 * ((100vw - 375px) / (1920 - 375)));
}

.article__text p {
  margin: 0 0 20px 0;
}

.article__text p:last-child {
  margin: 0;
}

.article__picture {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  margin: 0 0 30px 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.article__picture img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  height: 300px;
  object-fit: cover;
}

.article__subtitle {
  font-size: calc(13px + 3 * ((100vw - 375px) / (1920 - 375)));
  line-height: calc(19/16);
  color: #ee3524;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 calc(10px + 5 * ((100vw - 375px) / (1920 - 375))) 0;
}

.article__title {
  font-size: calc(20px + 8 * ((100vw - 375px) / (1920 - 375)));
  line-height: 105%;
  font-weight: bold;
  color: #fff;
  margin: 0 0 calc(10px + 5 * ((100vw - 375px) / (1920 - 375))) 0;
}

.article__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: rgba(255, 255, 255, 0.4);
  font-size: calc(12px + 4 * ((100vw - 375px) / (1920 - 375)));
  line-height: 105%;
  font-weight: 500;
}

.article__date {
  position: relative;
}

.article__date:before {
  display: none;
  content: '';
  width: 6px;
  height: 6px;
  position: absolute;
  border-radius: 50%;
  background: #ee3524;
  top: 50%;
  right: -21px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

/* ===== article page ================================================================================================================================================================== */

.article-page {
  padding: calc(20px + 105 * ((100vw - 375px) / (1920 - 375))) 0 50px 0;
}

.article-page__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1040px;
}

.article-page .article__subtitle,
.article-page .article__title {
  margin: 0 0 calc(15px + 10 * ((100vw - 375px) / (1920 - 375))) 0;
}

.article-page .article__picture {
  margin: 0 0 calc(25px + 25 * ((100vw - 375px) / (1920 - 375))) 0;
}

.article-page .article__text {
  max-width: 787px;
}

/* ===== contacts page ================================================================================================================================================================== */

.contacts {
  height: 100%;
}

.contacts__container {
  height: 100%;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contacts__title {
  font-weight: bold;
  font-size: calc(20px + 20 * ((100vw - 375px) / (1920 - 375)));
  margin: 0 0 25px 0;
  text-align: center;
  line-height: 115%;
  color: #fff;
}

.contacts__subtitle {
  text-align: center;
  color: #fff;
  font-size: calc(18px + 12 * ((100vw - 375px) / (1920 - 375)));
  line-height: 115%;
  margin: 0 0 calc(25px + 25 * ((100vw - 375px) / (1920 - 375))) 0;
}

.contacts__content {
  margin: 0 0 calc(30px + 20 * ((100vw - 375px) / (1920 - 375))) 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contacts__column {
  margin: 0 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contacts__column:hover .contacts__icon {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.contacts__column:hover .contacts__value {
  text-decoration: underline;
}

.contacts__icon {
  margin: 0 0 15px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.contacts__value {
  font-size: calc(14px + 6 * ((100vw - 375px) / (1920 - 375)));
  line-height: 115%;
  color: #ee3524;
}

.contacts__notice {
  text-align: center;
  font-size: calc(13px + 7 * ((100vw - 375px) / (1920 - 375)));
  line-height: 115%;
  color: rgba(255, 255, 255, 0.4);
  font-style: italic;
}

/* ===== tabs ================================================================================================================================================================== */

.tabs__content .news__container {
  display: none;
}

.tabs__content .news__container._current {
  display: block;
}

.tabs__container ul {
  margin: 70px 0 55px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tabs__container ul li a {
  margin: 0 7.5px;
  cursor: pointer;
  font-weight: 600;
  font-size: 18px;
  line-height: 115%;
  color: #fff;
  width: 210px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #ee3524;
  -webkit-transition: 0.4s opacity var(--delay), 0.4s visibility var(--delay), 0.4s background, 0.4s -webkit-transform var(--delay) !important;
  transition: 0.4s opacity var(--delay), 0.4s visibility var(--delay), 0.4s background, 0.4s -webkit-transform var(--delay) !important;
  -o-transition: 0.4s opacity var(--delay), 0.4s visibility var(--delay), 0.4s transform var(--delay), 0.4s background !important;
  transition: 0.4s opacity var(--delay), 0.4s visibility var(--delay), 0.4s transform var(--delay), 0.4s background !important;
  transition: 0.4s opacity var(--delay), 0.4s visibility var(--delay), 0.4s transform var(--delay), 0.4s background, 0.4s -webkit-transform var(--delay) !important;
}

.tabs__container ul li.current-cat {
  background: #ee3524;
}

.wp-caption, .wp-caption img {
  width: 100% !important;
}

.wp-caption-text {
  margin-top: 15px !important;
}

.article__picture img, .article__text img {
  -o-object-fit: cover;
  width: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.fb-widget-wrapper {
  text-align: center;
  margin-bottom: 100px;
}

.advice .news__column {
  margin: 0;
}

.advice__title {
  font-size: calc(20px + 20 * ((100vw - 320px) / (1920 - 320)));
  line-height: 105%;
  font-weight: bold;
  color: #fff;
  margin: 0 0 30px 0;
  text-transform: uppercase;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.advice__title:after {
  content: '';
  display: block;
  width: 75px;
  height: 6px;
  background: #ee3524;
  margin: 0 0 0 20px;
}

.fb-comment-wrap {
margin-bottom: 80px;
}

.fb-comment-wrap a.button {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
}

/* SEARCH */

.header__search {
  position: relative;
}

.result-search-head {
  position: absolute;
  width: 240px;
	left: -15px;
  top: 35px;
  z-index: 5;
  background: #000;
  display: none;
}

.result-table {
  width: 100%;
}

.result-table tr {
  display: flex;
  justify-content: space-around;
  align-items: center;
  min-height: 85px;
  border-bottom: 1px #4a4a4a solid;
}

.result-table-pic img {
  width: 60px;
  height: 60px;
  padding: 0;
}

.result-table-title {
  font-size: 12px;
  color: #fff;
  width: 155px;
}

.result-search-not-found {
  text-align: center;
    padding: 15px 0px;
}

.not_found {
  color: #fff;
    font-size: 11px;
}

@media (max-width: 993px) {
  .result-search-head {
    width: 100%;
	position: static;
  }

  .result-table-title {
    font-size: 10px;
  }

  .result-table-pic {
    margin-right: 10px;
  }

  .result-table-pic img {
    width: 30px;
    height: 30px;
}

.result-table tr {
  min-height: 50px;
}

.result-search-list-head {
  overflow-y: scroll;
    overflow-x: hidden;
    height: 50vh;
}
}

/****/

@media (min-width: 993px) {
  .header__burger {
    display: none;
  }
}

@media (min-width: 1921px) {
  .lines-fade-out .welcome__lines--1,
  .lines-fade-out .welcome__lines--3 {
    left: 0;
  }

  .lines-fade-out .welcome__lines--2,
  .lines-fade-out .welcome__lines--4 {
    right: 0;
  }
}

@media (max-width: 1280px) {
  .welcome-news__item:last-child {
    display: none;
  }
}

@media (max-width: 1150px) {
  .welcome__lines {
    display: none;
  }
}

@media (max-width: 992px) {
  .header {
    padding: 0;
  }

  .header__search {
    margin: 20px 0 0 0;
  }

  .header__search button {
    margin: 0 0 0 8px;
  }

  .header__logo img {
    width: 150px;
  }

  .header__logo {
    margin: 0 auto 0 0;
  }

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

  .header-menu li {
    border-bottom: 1px solid rgba(185, 22, 23, 0.36);
    margin: 0;
  }

  .header-menu li:hover:before {
    display: none;
  }

  .header-menu li a {
    font-size: 14px;
    padding: 12px 20px;
    text-align: center;
    display: block;
  }

  .welcome-news__title {
    margin: 0 0 10px 0;
  }

  .welcome-news__item:last-child {
    display: block;
  }

  .welcome-news__name {
    margin: 0 0 5px 0;
  }

  .welcome-news__arrow {
    top: 5px;
    width: 20px;
  }

  .news__column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }

  .article__tags span, .article__tags a {
    font-size: 12px;
  }

  .article--big .article__tags span, .article--big .article__tags a {
    font-size: 16px;
  }

  .article--big .article__content {
    padding: 0;
  }

  .contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .contacts__notice {
    margin: 0 0 80px 0;
  }

  .tabs__container ul {
    margin: 20px 0 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .tab {
    margin: 0 0 20px 0;
  }

  .tab:last-child {
    margin: 0;
  }
}

@media (max-width: 768px) {
  ._container {
    max-width: 1120px;
    padding: 0px 10px;
  }

  .footer {
    padding: 10px 0;
  }

  .footer-contacts {
    margin: 0 -7.5px;
  }

  .footer-contacts__item--icon img {
    width: 20px;
    height: 20px;
  }

  .footer-contacts__item {
    margin: 0 7.5px;
  }

  .welcome__slider .slick-dots li button {
    width: 10px;
    height: 10px;
  }

  .welcome__slider .slick-dots li {
    margin: 0 5px;
  }

  .welcome__slider .slick-arrow {
    display: none !important;
  }

  .welcome-slide__button {
    padding: 15px;
  }

  .about-us__caption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }

  .about-us__caption p {
    display: block;
  }

  .about-us__text--2 {
    text-align: center;
  }

  .about-us-person {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .about-us-person__picture {
    margin: 0 0 25px;
  }

  .about-us-person__content {
    text-align: center;
  }

  .news__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .article__tags span,.article__tags a  {
    font-size: 10px;
  }

  .article--big .article__tags span, .article--big .article__tags a  {
    font-size: 14px;
  }

  .article__picture {
    margin: 0 0 20px 0;
  }

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

  .contacts__column {
    margin: 0 0 30px 0;
  }

  .contacts__column:last-child {
    margin: 0;
  }
}

@media (max-width: 550px) {
  .news__main {
    margin: 0 0 30px 0;
  }

  .news__column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .article--big {
    display: block;
  }

  .article--big .article__picture {
    margin: 0 0 20px 0;
  }
}

@media (max-width: 375px) {
  .footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .footer-contacts {
    margin: 0 -7.5px 10px;
  }
}

.article__text h1,
.article__text h2,
.article__text h3,
.article__text h4,
.article__text h5,
.article__text h6 {
  margin: 30px 0 10px;
}

.article__text ul li {
  list-style: circle;
}

.article__text a{
  font-weight: 700;
  text-decoration: underline;
  color: #fff;
}

.ytlogo {
  max-width: 50px;
}

.article__tags a {
  text-decoration: underline;
}