@charset "UTF-8";

* {
  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%;
  line-height: 1;
  font-size: 18px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: "FuturaOrto";
  color: #000000;
  background-color: #ffffff;
  scroll-behavior: smooth;
}

input,
button,
textarea {
  font-family: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

button {
  cursor: pointer;
  display: block;
}

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

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

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

/* --------------- */

/* Global Style main */

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

.gb-margin {
  margin-top: 131px;
}

.gb-padding {
  padding-top: 100px;
  padding-bottom: 70px;
}

.page__title {
  font-family: "FuturaOrto";
  font-weight: var(--fw-b);
  font-size: 30px;
  line-height: 35px;
  color: #000000;
}

.head__row {
  text-align: center;
  margin-bottom: 105px;
}

.global-link {
  display: inline-block;
  padding: 9px 18px;
  border: 2px solid #0032a0;
  border-radius: 30px;
  color: #000000;
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.global-link:hover {
  background-color: #1a47aa;
  color: #ffffff;
}

.main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.container {
  max-width: 1627px;
  padding: 0 15px;
  margin: 0 auto;
}

.no-scroll {
  overflow: hidden;
}

.bg-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@font-face {
  font-family: "icomoon";
  src: url("../libs/icomoon/fonts/icomoon.eot?mz7fsz");
  src: url("../libs/icomoon/fonts/icomoon.eot?mz7fsz#iefix")
      format("embedded-opentype"),
    url("../libs/icomoon/fonts/icomoon.ttf?mz7fsz") format("truetype"),
    url("../libs/icomoon/fonts/icomoon.woff?mz7fsz") format("woff"),
    url("../libs/icomoon/fonts/icomoon.svg?mz7fsz#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "FuturaOrto";
  font-display: swap;
  src: url("../fonts/FuturaOrto-Light.ttf");
  font-display: block;
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: "FuturaOrto";
  font-display: swap;
  src: url("../fonts/FuturaOrto-Regular.ttf");
  font-display: block;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "FuturaOrto";
  font-display: swap;
  src: url("../fonts/FuturaOrto-Bold.ttf");
  font-display: block;
  font-style: normal;
  font-weight: 700;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-news:before {
  content: "";
  color: #0032a0;
}

.icon-arrow-vacans:before {
  content: "";
  color: #3bbdd2;
}

.icon-search:before {
  content: "";
  color: #fff;
}

.icon-telegram:before {
  content: "";
  color: #fff;
}

.icon-youtube:before {
  content: "";
  color: #fff;
}

body.lock {
  overflow: hidden;
}

/* .header {
  padding-top: 60px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__logo {
  width: 300px;
  height: 71px;
}

.header__logo img {
  max-width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}

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

.header__info-language,
.header__info-enter {
  margin-left: 40px;
}

.header__info-language-item {
  font-family: "FuturaOrto";
  font-weight: var(--fw-r);
  font-size: 18px;
  color: #ffffff;
  padding: 0px 5px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header__info-language-item:hover {
  color: #0032a0;
}

.header__info-enter {
  border: 2px solid #ffffff;
  border-radius: 18px;
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header__info-enter:hover {
  background-color: #0032a0;
  border: 2px solid #0032a0;
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.header__info-enter:hover .header__info-enter-btn {
  color: #ffffff;
}

.header__info-enter-btn {
  font-size: 18px;
  color: #ffffff;
  background: none;
  padding: 5px 15px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

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

.menu__list-item {
  position: relative;
}

.menu__list-item:not(:first-child) {
  margin-left: 30px;
}

.menu__list-link {
  font-family: "FuturaOrto";
  font-weight: var(--fw-r);
  font-size: 19px;
  color: #ffffff;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.menu__list-link:hover {
  color: #ffa561;
} */

/* .current-link {
  position: relative;
  padding-bottom: 16px;
} */

/*.current-link::before {
  content: '';
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}*/

/* .current-link:hover:before {
  background-color: #ffa561;
}

.dropdown__menu {
  display: none;
  padding: 15px 10px;
  background-color: #fff;
  border-radius: 20px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 35px;
  z-index: 1;
  -webkit-box-shadow: 0 9px 8px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 9px 8px -2px rgba(0, 0, 0, 0.2);
}

.dropdown__list-link {
  font-family: "FuturaOrto";
  font-weight: var(--fw-r);
  color: #000000;
  font-size: 14px;
  border-right: 1px solid #3bbdd2;
  padding: 5px 30px 5px 25px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  white-space: nowrap;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.dropdown__list-link:hover {
  color: #ffa561;
}

.dropdown__list-link:last-child {
  border-right: none;
}

.menu__list-item:hover .dropdown__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu__list-item:hover .dropdown__menu.secondary__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search__btn {
  background: none;
  border: none;
}

.search__btn span {
  display: block;
  width: 30px;
  height: 24px;
  font-size: 25px;
}

.search__btn span:before {
  color: #ffffff;
}

.search__btn span.close {
  display: none;
  width: 30px;
  height: 24px;
  font-size: 25px;
}

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

.search__input {
  position: absolute;
  top: 120px;
  left: 52%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  width: 100%;
  max-width: 800px;
  height: 58px;
  display: none;
}

.search__input.searchBlock {
  display: block;
}

.search__input-input {
  height: 100%;
  width: 100%;
  border-radius: 20px;
  padding-left: 25px;
  color: #000000;
  font-size: 18px;
  padding-right: 75px;
}

.search__input-btn {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 100%;
  padding: 0px 20px 0px 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #1a47aa;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.search__input-btn:hover {
  background-color: #05266d;
}

.search__input-btn span {
  font-size: 25px;
}

.search__input-btn span:before {
  color: #3bbdd2;
}

.burger {
  display: none;
} */

.modal {
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

.modal__close {
  display: none;
}

.modal.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal__left {
  width: 100%;
  padding-top: 50px;
  padding-right: 90px;
  padding-bottom: 67px;
  padding-left: 60px;
}

.modal__right {
  background-color: #3bbdd2;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.modal__right img {
  height: 100%;
  display: block;
}

.modal__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  max-width: 900px;
  max-height: 471px;
  background-color: #fff;
  border-radius: 30px;
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: opacity 200ms ease-in, -webkit-transform 200ms ease-in;
  transition: opacity 200ms ease-in, -webkit-transform 200ms ease-in;
  -o-transition: transform 200ms ease-in, opacity 200ms ease-in;
  transition: transform 200ms ease-in, opacity 200ms ease-in;
  transition: transform 200ms ease-in, opacity 200ms ease-in,
    -webkit-transform 200ms ease-in;
  overflow: hidden;
}

.modal__content.active {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.form__title {
  font-family: "FuturaOrto";
  font-weight: var(--fw-r);
  font-size: 30px;
  color: #3bbdd2;
  margin-bottom: 50px;
}

.form__group {
  font-size: 14px;
  margin-bottom: 40px;
}

.form__group:nth-of-type(2) {
  margin-bottom: 15px;
}

.form__group label {
  color: #4d4d4d;
  display: block;
  padding-bottom: 10px;
}

.form__group input {
  border-bottom: 1px solid #000000;
  width: 100%;
  font-size: 18px;
}

.form__group input:focus {
  border-bottom: 1px solid #ffa561;
}

.form__group-btn button {
  color: #4d4d4d;
  background-color: #ffa561;
  text-align: center;
  border-radius: 10px;
  padding: 15px 0;
  color: #ffffff;
  font-size: 18px;
  width: 100%;
}

.form__login {
  margin-bottom: 73px;
}

.form__login-password {
  font-size: 14px;
  color: #4d4d4d;
}

.menu__list-link.secondary-link {
  color: #0032a0;
}

.menu__list-link.secondary-link:hover {
  color: #ffa561;
}

.menu__list-link.secondary-link.current-link:before {
  background-color: #0032a0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.menu__list-link.secondary-link.current-link:hover:before {
  background-color: #ffa561;
}

.header__info-enter-btn.secondary-enter-btn {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #0032a0;
}

.header__info-enter.secondary-enter {
  border: 2px solid #0032a0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.search__btn.secondary__btn span:before {
  color: #0032a0;
}

.dropdown__menu.secondary__menu {
  -webkit-box-shadow: 0 1px 8px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 8px 4px rgba(0, 0, 0, 0.2);
}

.search__input-input.secondary__input-input {
  background-color: #e5e5e5;
}

.header__info-language.secondary-language > .header__info-language-item {
  color: #0032a0;
}

.mobile-language__info > .header__info-language-item {
  color: #1a47aa;
}

.hero {
  height: 100vh;
}

.hero__inner {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 19.585vh;
  height: 100%;
}

.hero__title {
  font-size: 50px;
  line-height: 60px;
  font-family: "FuturaOrto";
  font-weight: var(--fw-r);
  color: #ffffff;
  max-width: 738px;
  margin-bottom: 56px;
  text-align: center;
}

.hero__link {
  padding: 17px 0px;
  text-align: center;
  background-color: #ffffff;
  border-radius: 30px;
  width: 100%;
  max-width: 308px;
  color: #3bbdd2;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hero__link:hover {
  background-color: #ffa561;
  color: #ffffff;
}

.hero__img {
  margin-top: 5%;
  width: 100%;
  max-width: 1200px;
}

.hero__img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.info {
  padding-top: 120px;
  padding-bottom: 50px;
}

.info-container {
  max-width: 1170px;
  margin: 0 auto;
}

.info__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.info__inner::after {
  content: "";
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-preferred-size: 27%;
  flex-basis: 27%;
}

.info__columns {
  -ms-flex-preferred-size: 27%;
  flex-basis: 27%;
  border: 2px solid transparent;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: border 0.3s ease-in-out;
  -o-transition: border 0.3s ease-in-out;
  transition: border 0.3s ease-in-out;
  text-align: center;
  margin-bottom: 25px;
}

.info__columns-body {
  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;
  height: 100%;
  padding: 30px 50px;
}

.info__columns-img {
  width: 140px;
  height: 140px;
  margin: 0 auto 40px auto;
}

.info__columns-img svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  fill: #999999;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.info__columns-title {
  font-family: "FuturaOrto";
  font-weight: var(--fw-r);
  font-size: 24px;
  color: #000000;
  margin-bottom: 22px;
}

.info__columns-drop {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.info__columns:hover {
  border: 2px solid #1a47aa;
}

.info__columns:hover svg {
  fill: #1a47aa;
}

.info__columns:hover .info__columns-drop {
  opacity: 1;
  visibility: visible;
}

.drop__list {
  text-align: left;
}

.drop__list-item {
  position: relative;
  margin-left: 15px;
  margin-bottom: 15px;
}

.drop__list-item:before {
  content: "";
  position: absolute;
  left: -13px;
  top: 10px;
  width: 5px;
  height: 5px;
  background-color: #1a47aa;
  border-radius: 50%;
}

.drop__list-link {
  font-family: "FuturaOrto";
  font-weight: var(--fw-r);
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  padding-bottom: 5px;
  position: relative;
}

.drop__list-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #999999;
}

.drop__list-link:hover {
  color: #1a47aa;
}

.news-info {
  padding-bottom: 120px;
  padding-top: 70px;
}

.news__info-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.news__info-main {
  border-right: 1px solid #c0c0c0;
  width: 17%;
}

.news__info-main-title {
  font-family: "FuturaOrto";
  font-weight: var(--fw-b);
  font-size: 40px;
  line-height: 40px;
  color: #000000;
  margin-bottom: 40px;
}

.news__info-main-link {
  font-family: "FuturaOrto";
  font-weight: var(--fw-r);
  font-size: 20px;
  line-height: 20px;
  color: #000000;
}

.news__slider {
  width: calc(100% - 20%);
  position: relative;
}

.news__slider-img {
  margin-bottom: 20px;
  padding-top: 70%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.news__slider-title {
  font-size: 17px;
  line-height: 20px;
  font-family: "FuturaOrto";
  font-weight: var(--fw-r);
  color: #000000;
}

.news__slider-container {
  max-width: 1300px;
}

.swiper-button-next.news-button-next {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid #ffa561;
  left: -145px;
  top: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.swiper-button-next.news-button-next:hover {
  border-color: #0032a0;
}

.swiper-button-next.news-button-next:hover:after {
  color: #0032a0;
}

.swiper-button-next.news-button-next:after {
  font-size: 20px;
  color: #ffa561;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.swiper-button-prev.news-button-prev {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid #ffa561;
  left: -215px;
  top: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.swiper-button-prev.news-button-prev:hover {
  border-color: #0032a0;
}

.swiper-button-prev.news-button-prev:hover:after {
  color: #0032a0;
}

.swiper-button-prev.news-button-prev:after {
  font-size: 20px;
  color: #ffa561;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.vacansies {
  padding-bottom: 70px;
}

.vacansies__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.vacansies__title {
  font-family: "FuturaOrto";
  font-weight: var(--fw-b);
  font-size: 40px;
  line-height: 40px;
  color: #000000;
  margin-bottom: 60px;
}

.vacansies__image {
  -ms-flex-preferred-size: 45%;
  flex-basis: 45%;
}

.vacansies__image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.vacansies__slider {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  text-align: center;
  position: relative;
  padding-bottom: 30px;
}

.vacansies__nubmer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 45px;
  text-align: center;
  width: 60px;
  height: 60px;
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: none;
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: none;
}

.swiper-wrapper.vacansies-wrapper {
  height: 350px;
}

.swiper-slide.vacansies-slide {
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.swiper-slide.vacansies-slide > .vacansies__nubmer {
  font-size: 28px;
  color: #0032a0;
  opacity: 0.3;
}

.swiper-slide.vacansies-slide > .vacansies__info {
  font-size: 18px;
  color: #000000;
  opacity: 0.3;
  -webkit-transform: translateX(-15px);
  -ms-transform: translateX(-15px);
  transform: translateX(-15px);
  text-align: left;
}

.swiper-slide.vacansies-slide.swiper-slide-active > .vacansies__nubmer {
  font-size: 50px;
  color: #0032a0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
}

.swiper-slide.vacansies-slide.swiper-slide-active > .vacansies__info {
  font-family: "FuturaOrto";
  font-weight: var(--fw-r);
  color: #000000;
  font-size: 24px;
  opacity: 1;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  text-align: left;
}

.swiper-slide.vacansies-slide.swiper-slide-prev > .vacansies__nubmer {
  font-size: 44px;
  color: #0032a0;
  opacity: 0.6;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.swiper-slide.vacansies-slide.swiper-slide-prev > .vacansies__info {
  font-family: "FuturaOrto";
  font-weight: var(--fw-r);
  font-size: 20px;
  color: #000000;
  opacity: 0.6;
  -webkit-transform: translateX(-7px);
  -ms-transform: translateX(-7px);
  transform: translateX(-7px);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: left;
}

.swiper-slide.vacansies-slide.swiper-slide-next > .vacansies__nubmer {
  font-size: 44px;
  color: #0032a0;
  opacity: 0.6;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.swiper-slide.vacansies-slide.swiper-slide-next > .vacansies__info {
  font-family: "FuturaOrto";
  font-weight: var(--fw-r);
  font-size: 20px;
  color: #000000;
  opacity: 0.6;
  -webkit-transform: translateX(-7px);
  -ms-transform: translateX(-7px);
  transform: translateX(-7px);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: left;
}

.swiper-button-prev.vacansies-button-prev {
  width: 45px;
  height: 45px;
  border: 1px solid #ffa561;
  border-radius: 50%;
  position: absolute;
  top: 100%;
}

.swiper-button-prev.vacansies-button-prev:after {
  color: #ffa561;
  font-size: 20px;
}

.swiper-button-next.vacansies-button-next {
  width: 45px;
  height: 45px;
  border: 1px solid #ffa561;
  border-radius: 50%;
  position: absolute;
  top: 100%;
  left: 15%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.swiper-button-next.vacansies-button-next:after {
  color: #ffa561;
  font-size: 20px;
}

.drugs {
  padding-bottom: 150px;
}

.drugs__head {
  margin-bottom: 105px;
  text-align: center;
}

.drugs__title {
  font-family: "FuturaOrto";
  font-weight: var(--fw-b);
  font-size: 40px;
  color: #000000;
}

.drugs__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 80px;
  margin-left: -15px;
  margin-right: -15px;
}

.drugs__columns {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  margin-bottom: 20px;
  cursor: pointer;
}

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

.drugs__item:hover .drugs__item-img {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.drugs__item-title {
  color: #000000;
  font-size: 18px;
  max-width: 200px;
  margin: 0 auto;
  line-height: 20px;
}

.drugs__item-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 20px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 90px;
  height: 90px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.drugs__item-img img {
  width: 100%;
}

.drugs__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.drugs__link a {
  border: 2px solid #1a47aa;
  padding: 10px 20px;
  border-radius: 30px;
  color: #000000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.drugs__link:hover a {
  background-color: #0032a0;
  color: #ffffff;
}

.drugs__alfavit-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 70%;
  margin-bottom: 50px;
}

.drugs__zeroing-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.drugs__zeroing-row button {
  background-color: transparent;
  margin-left: 13px;
}

.drugs__alfavit-row-title {
  font-size: 24px;
  margin-bottom: 30px;
}

.drugs__alfavit-row-left {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  padding: 15px;
}

.drugs__alfavit-row-right {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  padding: 15px;
}

.drugs__alfavit-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.drugs__alfavit-item {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
  font-size: 20px;
  color: #808080;
  font-family: "FuturaOrto";
  font-weight: var(--fw-r);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.drugs__alfavit-item:hover {
  color: #1a47aa;
}

.drugs__alfavit-item.active {
  color: #1a47aa;
}

.drugs__alfavit-item button {
  color: inherit;
  font-size: inherit;
  background-color: transparent;
  text-transform: uppercase;
}

.drugs__row {
  margin-bottom: 50px;
}

.drugs__alfavit-link {
  display: inline-block;
  font-family: "FuturaOrto";
  font-weight: var(--fw-r);
  font-size: 20px;
  line-height: 24px;
  color: #3bbdd2;
  margin-right: 30px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 5px;
  margin-bottom: 10px;
}

.drugs__alfavit-link:last-child {
  margin-right: 0;
}

.drugs__alfavit-link:hover {
  color: #ffa561;
}

.drugs__gpoups-list {
  overflow-y: scroll;
  max-height: 250px;
  padding-right: 20px;
}

.drugs__gpoups-list::-webkit-scrollbar {
  width: 8px;
  height: 100%;
  background-color: #e5e5e5;
}

.drugs__gpoups-list::-webkit-scrollbar-thumb {
  background: #1a47aa;
  border-radius: 5px;
}

.drugs__gpoups-list li {
  font-family: "FuturaOrto";
  font-weight: var(--fw-r);
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 20px;
  color: #000000;
}

.drugs__gpoups-list li:hover {
  color: #1a47aa;
}

.drugs__gpoups-list li.active {
  color: #1a47aa;
}

.drugs__gpoups-list li a {
  color: inherit;
}

.drugs__preparat-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -50px;
  margin-right: -50px;
}

.drugs__preparat-wrapper {
  padding-left: 50px;
  padding-right: 50px;
  width: 25%;
  margin-bottom: 75px;
}

.drugs__preparat-item {
  text-align: center;
  display: block;
}

.drugs__preparat-item:hover .drugs__preparat-image img {
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}

.drugs__preparat-image {
  max-width: 200px;
  max-height: 200px;
  margin: 0 auto;
  text-align: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 110%;
}

.drugs__preparat-image img {
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.drugs__preparat-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
}

.drugs__preparat-pagination a {
  color: #000000;
  padding: 5px 10px;
  font-size: 20px;
  font-weight: 500;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.drugs__preparat-pagination a.active {
  border: 1px solid #1a47aa;
  color: #1a47aa;
}

.drugs__preparat-pagination a:hover {
  color: #1a47aa;
}

.drugs__preparat-title {
  font-family: "FuturaOrto";
  font-weight: var(--fw-r);
  font-size: 18px;
  line-height: 20px;
  color: #000000;
  margin-top: 10px;
}

.drugs__block {
  max-width: 1300px;
}

.drugs__block-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 2px solid #3bbdd2;
  margin-bottom: 25px;
}

.drugs__block-letter {
  font-family: "FuturaOrto";
  font-weight: var(--fw-b);
  font-size: 30px;
  color: #3bbdd2;
  text-transform: uppercase;
}

.drugs__block-list {
  margin-left: 60px;
}

.drugs__block-list li {
  margin-bottom: 25px;
}

.drugs__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.drugs__row-left {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  padding: 15px;
}

.drugs__row-right {
  -ms-flex-preferred-size: 73%;
  flex-basis: 73%;
  padding: 15px;
}

.drugs__row-image {
  max-width: 300px;
  max-height: 300px;
  margin: 0 auto;
}

.drugs__row-image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.drugs__row-desc {
  text-align: center;
}

.drugs__row-publish {
  margin-bottom: 75px;
}

.drugs__row-publish-title {
  text-align: center;
  font-family: "FuturaOrto";
  font-weight: var(--fw-r);
  font-size: 24px;
  line-height: 22px;
}

.drugs__row-publish-desc {
  margin-top: 30px;
  border: 1.5px solid #3bbdd2;
  border-radius: 10px;
  padding: 20px 20px;
  font-family: "FuturaOrto";
  font-weight: var(--fw-r);
}

.drugs__row-publish-desc p {
  font-size: 14px;
  line-height: 15px;
  margin-bottom: 20px;
}

.drugs__row-publish-desc p:last-child {
  margin-bottom: 0;
}

.drugs__row-navigation {
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.drugs__row-navigation ul {
  width: 75%;
}

.drugs__row-navigation ul li {
  margin-bottom: 25px;
  border-bottom: 1.5px solid #3bbdd2;
  padding-bottom: 5px;
  font-family: "FuturaOrto";
  font-weight: var(--fw-r);
}

.drugs__row-navigation ul li:last-child {
  margin-bottom: 0;
}

.drugs__row-navigation ul a {
  color: #000000;
}

.drugs__row-block {
  margin-bottom: 40px;
}

.drugs__row-block p {
  font-size: 20px;
  line-height: 22px;
}

.drugs__row-title {
  font-family: "FuturaOrto";
  font-weight: var(--fw-r);
  font-size: 24px;
  line-height: 22px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.about {
  padding-top: 130px;
  padding-bottom: 100px;
  margin-bottom: 115px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.about__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about__info {
  -ms-flex-preferred-size: 45%;
  flex-basis: 45%;
  padding: 10px;
}

.about__info p {
  color: #000000;
  font-size: 18px;
  line-height: 1.3;
}

.about__info-title {
  color: #000000;
  font-family: "FuturaOrto";
  font-weight: var(--fw-b);
  font-size: 40px;
  margin-bottom: 25px;
}

.about__stat {
  margin-top: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.about__stat-item {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  margin-bottom: 25px;
  padding: 10px;
}

.about__stat-nubmer {
  font-family: "FuturaOrto";
  font-weight: var(--fw-b);
  font-size: 70px;
  color: #1a47aa;
}

.about__image {
  -ms-flex-preferred-size: 45%;
  flex-basis: 45%;
  padding: 10px;
}

.about__image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.news__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.news__inner-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.news__inner-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.news__page-top {
  margin-bottom: 150px;
}

.news__page-center {
  margin-bottom: 94px;
}

.news__info {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  background-color: #81cfdc;
  padding: 50px 109px 50px 50px;
}

.news__info-title {
  font-family: "FuturaOrto";
  font-weight: var(--fw-b);
  font-size: 24px;
  line-height: 30px;
  color: #000000;
  margin-bottom: 30px;
}

.news__image {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.news__image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.news__article {
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  color: #000000;
  margin-bottom: 65px;
  padding-left: 15px;
  padding-right: 15px;
}

.news__article p {
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 18px;
}

.news__article-img {
  margin-bottom: 25px;
}

.news__article-img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.news__article-title {
  font-family: "FuturaOrto";
  font-weight: var(--fw-r);
  color: #000000;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 10px;
}

.news__article-secondary {
  color: #000000;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 39px;
}

.news__article-secondary p {
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 18px;
}

.news__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.news__pagination-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 1px solid #0032a0;
  border-radius: 50%;
  margin-right: 8px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.news__pagination-item:last-child {
  margin-right: 0;
}

.news__pagination-item:hover {
  background-color: #3bbdd2;
  color: #000000;
}

.news__pagination-item.active {
  background-color: #3bbdd2;
  color: #000000;
}

.news__pagination-next {
  margin-left: 20px;
}

.news__pagination-next span {
  font-size: 20px;
}

.desc-content {
  color: #000000;
}

.desc-content p {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 18px;
}

.news-inner__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.news-inner__info {
  color: #000000;
  -ms-flex-preferred-size: 45%;
  flex-basis: 45%;
  padding: 15px;
}

.news-inner__info p {
  font-size: 20px;
  line-height: 25px;
}

.news-inner__head {
  margin-bottom: 103px;
}

.news-inner__title {
  font-family: "FuturaOrto";
  font-weight: var(--fw-b);
  font-size: 24px;
  line-height: 30px;
}

.news-inner__slider {
  padding: 15px;
  margin-left: 50px;
  -ms-flex-preferred-size: 45%;
  flex-basis: 45%;
  max-width: 700px;
}

.news__slider-big,
.news__slider-little {
  cursor: pointer;
}

.news__slider-big {
  margin-bottom: 20px;
}

.news__slider-big-item {
  width: 100%;
  height: 450px;
}

.news__slider-big-item img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.news__slider-little-item {
  width: 100%;
  max-width: 220px;
  margin-right: 3%;
}

.news__slider-little-item:last-child {
  margin-right: 0;
}

.news__slider-little-item img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
  width: 100%;
}

.about__us-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about__us-info {
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
}

.about__us-info p {
  color: #000000;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 60px;
}

.about__us-info p:last-child {
  margin-bottom: 0;
}

.about__us-title-inner {
  font-family: "FuturaOrto";
  font-weight: var(--fw-b);
  font-size: 30px;
  line-height: 30px;
  color: #000000;
  margin-bottom: 75px;
}

.about__us-image {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.about__us-image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}

.publish__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.publish__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
  position: relative;
}

.publish__inner:after {
  content: "";
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-preferred-size: 28%;
  flex-basis: 28%;
}

.publish__columns {
  -ms-flex-preferred-size: 28%;
  flex-basis: 28%;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 75px;
}

.publish__body {
  padding: 10px 0px;
}

.publish__body-type {
  font-family: "FuturaOrto";
  font-weight: var(--fw-b);
  font-size: 30px;
  color: #3bbdd2;
  text-transform: uppercase;
  border-bottom: 2px solid #3bbdd2;
  margin-bottom: 25px;
  padding-bottom: 10px;
}

.publish__list {
  text-align: left;
}

.publish__list-item {
  color: #000000;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 20px;
}

.publish__list-item:last-child {
  margin-bottom: 0;
}

.publish__list-item a {
  color: #000000;
}

.publish__info {
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
  margin-bottom: 135px;
  max-width: 782px;
}

.publish__info-title {
  font-family: "FuturaOrto";
  font-weight: var(--fw-r);
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 43px;
}

.publish__info-btn {
  font-family: "FuturaOrto";
  font-weight: var(--fw-r);
  font-size: 24px;
  line-height: 24px;
  background: none;
  outline: none;
  text-align: left;
  margin-bottom: 20px;
  border-bottom: 1px solid transparent;
}

.publish__info-btn.active {
  color: #1a47aa;
  border-bottom: 1px solid #1a47aa;
}

.tabs__content-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 22px;
  margin-bottom: 25px;
}

.tabs__content-list li {
  margin-bottom: 15px;
}

.tabs__content-list li:last-child {
  margin-bottom: 0;
}

.tabs__content-item {
  display: none;
}

.tabs__content-item.active {
  display: block;
}

.tabs__content-item p {
  font-size: 20px;
  color: #000000;
  margin-bottom: 20px;
}

.tabs__content-item p:last-child {
  margin-bottom: 0;
}

.vacancies__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.vacansies__row {
  margin-bottom: 75px;
}

.vacansies__sidebar-tabs {
  width: 20%;
}

.vacansies__tabs-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #cccccc;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 15px 0px 15px 15px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #000000;
}

.vacansies__tabs-btn.active {
  background-color: #69c3d2;
  color: #fff;
}

.vacansies__tabs-btn:hover {
  background-color: #69c3d2;
  opacity: 1;
  color: #fff;
}

.vacansies__tabs-btn button {
  font-size: 20px;
  line-height: 21px;
  background-color: transparent;
  margin-left: 15px;
  color: inherit;
}

.vacansies__tabs-btn img {
  width: 34px;
  height: 34px;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
}

.vacansies__tabs-btn.active.vacansies__tabs-btn {
  opacity: 1;
}

.vacansies__tabs-btn {
  opacity: 0.6;
}

.vacansies__content {
  width: 75%;
  display: none;
}

.vacansies__content.active {
  display: block;
}

.vacansies__content-item {
  margin-bottom: 10px;
  border-radius: 10px;
  padding: 21px 30px 21px 40px;
  background-color: #f2f2f2;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}

.vacansies__content-item:hover {
  background-color: #e4e1e1;
}

.vacansies__content-item:after {
  content: "+";
  position: absolute;
  top: 8px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  right: 20px;
  font-size: 35px;
  color: #1a47aa;
}

.vacansies__acorrdion {
  position: relative;
}

.accordion.is-open:after {
  top: 12px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.wrapper-acc {
  padding-left: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f2f2f2;
  border-radius: 10px;
}

.accordion-content {
  display: none;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  pointer-events: none;
}

.vacansies-list__page {
  color: #000000;
}

.vacansies__information {
  margin-bottom: 30px;
}

.vacansies__list-title {
  font-family: "FuturaOrto";
  font-weight: var(--fw-b);
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 30px;
}

.vacansies__list-subtitle {
  font-family: "FuturaOrto";
  font-weight: var(--fw-r);
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 20px;
}

.vacansies__period {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

.vacansies__period h4 {
  font-family: "FuturaOrto";
  font-weight: var(--fw-r);
  line-height: 20px;
}

.vacansies__period p {
  margin-left: 30px;
}

.vacansies__charge h4 {
  font-family: "FuturaOrto";
  font-weight: var(--fw-r);
  margin-bottom: 5px;
}

.vacansies__charge-list li {
  line-height: 22px;
}

.vacansies__request {
  margin-bottom: 30px;
}

.vacansies__request-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.vacansies__request-item p {
  margin-left: 30px;
}

.vacansies__conditions {
  margin-bottom: 50px;
}

.vacansies__conditions-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.vacansies__conditions-item h4 {
  font-family: "FuturaOrto";
  font-weight: var(--fw-r);
}

.vacansies__conditions-item p {
  margin-left: 15px;
}

.request-item__title {
  -ms-flex-preferred-size: 12%;
  flex-basis: 12%;
}

.request-item__title h4 {
  font-family: "FuturaOrto";
  font-weight: var(--fw-r);
}

.file__item {
  margin-right: 30px;
}

.file__item:last-child {
  margin-right: 0px;
}

.file__item a {
  background-color: #ffffff;
  color: #000000;
  padding: 15px 30px;
  border-radius: 10px;
  text-align: center;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
}

.file__item a:hover {
  background-color: #0032a0;
  color: #ffffff;
}

.vacansies__form {
  display: block;
}

.example-2 .input-file + .js-labelFile {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  background-color: #ffffff;
}

.example-2 .btn-tertiary {
  color: #000000;
  padding: 0;
  width: 100%;
  max-width: 171px;
  display: block;
  padding: 15px 30px;
  border-radius: 10px;
  font-size: 16px;
}

.example-2 .btn-tertiary:hover,
.example-2 .btn-tertiary:focus {
  background-color: #0032a0;
  color: #ffffff;
}

.example-2 .input-file {
  width: 0.1px;
  height: 0.1px;
  opacity: 1;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.btn-submit {
  background-color: #ffffff;
  color: #000000;
  padding: 15px 30px;
  border-radius: 10px;
  text-align: center;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-submit:hover {
  background-color: #0032a0;
  color: #ffffff;
}

.vacansies__form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.notFound {
  padding-top: 30px;
  height: 100vh;
}

.notFound__inner {
  text-align: center;
  height: 100vh;
}

.notFound__number {
  width: 100%;
  max-width: 511px;
  margin: 0 auto;
}

.notFound__number img {
  width: 100%;
  height: 100%;
  max-height: 45vh;
}

.notFound__image {
  width: 100%;
  max-width: 1200px;
  margin: -120px auto 10px auto;
  position: relative;
  z-index: 1;
}

.notFound__image img {
  width: 100%;
  height: 100%;
  max-height: 65vh;
}

.notFound__text {
  width: 100%;
  max-width: 670px;
  text-align: center;
  margin: 0 auto 30px auto;
}

.notFound__text p {
  font-family: "FuturaOrto";
  font-weight: var(--fw-r);
  font-size: 22px;
  line-height: 25px;
  color: #000000;
}

.notFound__link {
  display: inline-block;
  font-family: "FuturaOrto";
  font-weight: var(--fw-r);
  color: #0032a0;
  background-color: #ffc840;
  border-radius: 100px;
  padding: 15px 25px;
}

.head__row.search__row {
  margin-bottom: 50px;
}

.search-page__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.search-page__block {
  margin-bottom: 50px;
}

.search-page__title {
  font-family: "FuturaOrto";
  font-weight: var(--fw-r);
  font-size: 24px;
  color: #3bbdd2;
  line-height: 26px;
  margin-bottom: 30px;
}

.search-page__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.search-page__item {
  width: 20%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
  text-align: center;
}

.search-page__item h3 {
  margin-top: 10px;
  font-size: 20px;
  color: #000000;
}

.search-page__img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.search-page__link {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 15px;
}

.search-page__link:last-child {
  margin-bottom: 0;
}

.search-page__link a {
  color: #000000;
}

.searchAll {
  position: relative;
  width: 100%;
  max-width: 455px;
}

.searchAll input {
  width: 100%;
  border-bottom: 1px solid #000;
  font-size: 20px;
  color: #000000;
  padding-bottom: 5px;
  padding-right: 60px;
}

.searchAll button {
  background: none;
  outline: none;
  position: absolute;
  top: 0;
  right: 20px;
}

.searchAll button span {
  font-size: 25px;
}

.searchAll button span:before {
  color: #0032a0;
}

.fab__content-title {
  font-size: 36px;
  line-height: 38px;
  color: #000000;
  font-family: "FuturaOrto";
  font-weight: var(--fw-r);
  text-transform: uppercase;
}

.fab__columns-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  vertical-align: middle;
}

.fab__columns-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 56px;
}

.fab__columns__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  margin-left: 30px;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  border: 1px solid #bfbfbf;
}

td,
th {
  padding: 25px 35px 50px 50px;
  width: 30px;
  height: 25px;
}

td {
  line-height: 22px;
}

.table-responsive {
  margin-top: 75px;
}

.border-none td {
  border-top: none !important;
}

.articles__title {
  font-size: 36px;
  font-weight: 600;
}

.articles__content-title {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 35px;
}

.articles__inner {
  margin-top: 50px;
}

.articles__block {
  display: block;
  color: #000000;
  margin-bottom: 50px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 500;
}

.articles__block:last-child {
  margin-bottom: 0;
}

.articles__block a {
  color: inherit;
}

.articles__block p {
  font-size: 20px;
  line-height: 22px;
  font-weight: 400;
}

.articles__content-number {
  color: #4d4d4d;
  margin-bottom: 15px;
}

.articles__desc {
  margin-top: 40px;
}

.articles__desc p {
  margin-bottom: 20px;
}

.articles__desc p:last-child {
  margin-bottom: 0;
}

.presentation__page-top {
  margin-bottom: 75px;
}

.presentation__row {
  margin-bottom: 50px;
}

.presentation__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 30px;
  width: 100%;
  margin: 0 auto;
  max-width: 654px;
  background-color: #e5e5e5;
  font-weight: 400;
}

.presentation__tabs-btn {
  background-color: transparent;
  height: 100%;
  padding: 15px 30px;
  border-radius: 30px;
  font-size: 20px;
  color: #000000;
  -webkit-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  transition: color 0.4s ease;
}

.presentation__tabs-btn.active {
  background-color: #1a47aa;
  color: #ffffff;
  -webkit-box-shadow: 0px 0px 15px 2px rgba(26, 71, 170, 0.5);
  box-shadow: 0px 0px 15px 2px rgba(26, 71, 170, 0.5);
}

.presentation__tabs-btn:hover:not(.presentation__tabs-btn.active) {
  color: #1a47aa;
}

.presentation__content {
  display: none;
}

.presentation__content.active {
  display: block;
}

.presentation__content-title {
  font-weight: 600;
  font-size: 36px;
  line-height: 36px;
}

.presentation__content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -50px;
  margin-right: -50px;
  margin-top: 75px;
}

.presentation__item {
  width: 11.1%;
  padding-left: 50px;
  padding-right: 50px;
  margin-bottom: 75px;
  cursor: pointer;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.presentation__item:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.presentation__item img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.partners__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -45px;
  margin-right: -45px;
}

.partners__item {
  padding-left: 45px;
  padding-right: 45px;
  width: 33%;
  text-align: center;
}

.partners__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 200px;
  margin: 0 auto;
  height: 125px;
}

.partners__body img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.footer {
  padding-top: 180px;
}

.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 62px;
}

.footer__top-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 50%;
}

.footer__columns {
  margin-right: 100px;
  width: 30.333%;
}

.footer__columns-item {
  width: 100%;
  padding-bottom: 5px;
  margin-bottom: 18px;
  border-bottom: 2px solid #ffffff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer__columns-item:hover {
  border-bottom: 2px solid #ffa561;
}

.footer__columns-item:hover a {
  color: #ffa561;
}

.footer__columns-item:last-child {
  margin-bottom: 0;
}

.footer__columns-link {
  color: #ffffff;
  font-size: 16px;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer__social {
  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;
}

.footer__social-title {
  font-family: "FuturaOrto";
  font-weight: var(--fw-r);
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 30px;
}

.footer__social-info a {
  display: inline-block;
}

.footer__social-info a img {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer__social-info a:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.footer__social-info a:not(:first-child) {
  margin-left: 50px;
}

.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 26px;
}

.footer__bottom p {
  font-family: "FuturaOrto";
  font-weight: var(--fw-r);
  font-size: 16px;
  line-height: 16px;
  color: #ffffff;
}

.footer__bottom-company {
  font-size: 15px;
  font-family: "FuturaOrto";
  font-weight: var(--fw-r);
  color: #ffffff;
  line-height: 15px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer__bottom-company span {
  font-style: italic;
}

.footer__bottom-company:hover {
  color: #ffa561;
}

@media (min-width: 1200px) {
  .mobile-language {
    display: none;
  }
}

@media (max-width: 1800px) {
  .hero__img {
    max-width: 1000px;
    margin-top: 2%;
  }
}

@media (max-width: 1627px) {
  .container {
    max-width: 1450px;
  }

  .header__info-language,
  .header__info-enter {
    margin-left: 1.5vw;
  }

  .menu__list-item:not(:first-child) {
    margin-left: 2.5vw;
  }

  .menu__list-link {
    font-size: 1.20502vw;
  }

  .vacansies__tabs-btn button {
    font-size: 18px;
    margin-left: 10px;
  }
}

@media (max-width: 1620px) {
  .drugs__alfavit-row-title {
    font-size: 20px;
  }
}

@media (max-width: 1600px) {
  .hero__inner {
    padding-top: 23vh;
  }

  .hero__img {
    max-width: 900px;
  }

  .drugs__row-publish {
    margin-bottom: 20px;
  }

  .drugs__row-publish-desc {
    margin-top: 15px;
  }
}

@media (max-width: 1450px) {
  .head__row {
    margin-bottom: 70px;
  }

  .container {
    max-width: 1300px;
  }

  .drugs__preparat-inner {
    margin-left: -20px;
    margin-right: -20px;
  }

  .drugs__preparat-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .vacansies__sidebar-tabs {
    width: 25%;
  }

  .vacansies__tabs-btn img {
    width: 20px;
    height: 30px;
  }

  .vacansies__content {
    width: 70%;
  }

  .presentation__content-inner {
    margin-left: -35px;
    margin-right: -35px;
  }

  .presentation__item {
    padding-left: 35px;
    padding-right: 35px;
  }
}

@media (max-width: 1400px) {
  .header__logo {
    width: 200px;
    height: 50px;
  }

  .hero__title {
    margin-bottom: 50px;
  }

  .hero__img {
    max-width: 700px;
  }

  .news__row.head__row {
    margin-bottom: 50px;
  }

  .notFound__image {
    max-width: 700px;
  }
}

@media (max-width: 1200px) {
  .gb-margin {
    margin-top: 65px;
  }

  .gb-padding {
    padding-top: 35px;
  }

  .head__row {
    margin-bottom: 60px;
  }

  .header {
    padding-top: 15px;
  }

  .header__info {
    margin-right: 55px;
  }

  .header__info-language {
    display: none;
  }

  .menu {
    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;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: auto;
    z-index: -1;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    background-color: #3bbdd2;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  }

  .menu.active {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }

  .menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 100px;
  }

  .menu__list-item:not(:first-child) {
    margin-left: 0;
  }

  .menu__list-item {
    margin-bottom: 30px;
  }

  .menu__list-link {
    color: #ffffff;
    font-size: 20px;
  }

  .search__input {
    top: 90px;
    left: 50%;
  }

  .burger {
    display: block;
    position: absolute;
    top: 22px;
    right: 20px;
    width: 38px;
    height: 38px;
    z-index: 100;
    background-color: #0032a0;
    border-radius: 18px;
  }

  .burger span {
    top: 17px;
    left: 6px;
    position: absolute;
    width: 70%;
    height: 3px;
    background-color: #ffffff;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    background-color: #ffffff;
  }

  .burger span:first-child {
    top: 9px;
  }

  .burger span:last-child {
    top: auto;
    bottom: 10px;
  }

  .burger.active span {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

  .burger.active span:first-child {
    -webkit-transform: rotate(-42deg);
    -ms-transform: rotate(-42deg);
    transform: rotate(-42deg);
    top: 18px;
  }

  .burger.active span:last-child {
    -webkit-transform: rotate(42deg);
    -ms-transform: rotate(42deg);
    transform: rotate(42deg);
    bottom: 18px;
  }

  .news__info-main-title {
    margin-bottom: 20px;
    font-size: 35px;
    line-height: 35px;
  }

  .news__info-main-link {
    font-size: 17px;
    line-height: 20px;
  }

  .news__slider-img {
    margin-bottom: 10px;
  }

  .news__slider-title {
    font-size: 15px;
    line-height: 16px;
  }

  .swiper-button-next.news-button-next {
    left: -100px;
  }

  .swiper-button-prev.news-button-prev {
    left: -170px;
  }

  .vacansies__inner {
    -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;
  }

  .vacansies__image {
    width: 100%;
    height: 100%;
    max-width: 80%;
    margin: 0 auto 30px auto;
  }

  .drugs {
    padding-bottom: 70px;
  }

  .drugs__columns {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }

  .drugs__item {
    margin-bottom: 30px;
  }

  .drugs__preparat-wrapper {
    width: 33.3%;
  }

  .news__page-top {
    margin-bottom: 70px;
  }

  .news__page-center {
    margin-bottom: 40px;
  }

  .news__info-title {
    font-size: 25px;
    margin-bottom: 15px;
  }

  .news__article-title {
    font-size: 18px;
    line-height: 20px;
  }

  .news-inner__info p {
    font-size: 17px;
    line-height: 22px;
  }

  .news-inner__head {
    margin-bottom: 30px;
  }

  .news-inner__slider {
    max-width: 600px;
  }

  .vacansies__tabs-btn button {
    font-size: 16px;
    line-height: 18px;
  }

  .presentation__item {
    width: 14%;
  }
}

@media (max-width: 1100px) {
  td,
  th {
    padding: 20px 25px 25px 25px;
  }
}

@media (max-width: 992px) {
  .header__info-enter-btn {
    font-size: 16px;
  }

  .dropdown__list-link {
    padding: 5px 15px 5px 20px;
  }

  .search__input {
    max-width: 500px;
  }

  .modal__left {
    padding-top: 35px;
    padding-right: 50px;
    padding-bottom: 50px;
    padding-left: 30px;
  }

  .modal__content {
    max-width: 700px;
    max-height: 400px;
  }

  .form__login {
    margin-bottom: 30px;
  }

  .info {
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .info__inner::after {
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
  }

  .info__columns {
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
  }

  .info__columns {
    border: 2px solid #1a47aa;
  }

  .info__columns-body {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .info__columns-drop {
    opacity: 1;
    visibility: visible;
  }

  .news-info {
    padding-bottom: 70px;
    padding-top: 50px;
  }

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

  .news__info-main {
    width: 100%;
    margin-bottom: 25px;
  }

  .news__slider {
    width: 100%;
  }

  .news__slider-container {
    padding-bottom: 40px;
  }

  .swiper-button-next.news-button-next {
    bottom: 100px;
    left: 60%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .swiper-button-prev.news-button-prev {
    left: 40%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .vacansies__title {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 30px;
  }

  .swiper-button-prev.vacansies-button-prev {
    left: 40%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .swiper-button-next.vacansies-button-next {
    left: 60%;
  }

  .drugs__head {
    margin-bottom: 70px;
  }

  .drugs__title {
    font-size: 30px;
    line-height: 32px;
  }

  .drugs__columns {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
  }

  .drugs__alfavit-row {
    width: 100%;
  }

  .drugs__gpoups-row {
    margin-bottom: 30px;
  }

  .drugs__preparat-wrapper {
    margin-bottom: 55px;
  }

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

  .about {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 50px;
  }

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

  .about__info {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .about__info-title {
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 15px;
  }

  .about__image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    max-width: 500px;
  }

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

  .news__info {
    padding: 35px 75px 35px 35px;
  }

  .news__info-title {
    font-size: 20px;
    line-height: 20px;
  }

  .news__article {
    margin-bottom: 35px;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .news__article-img {
    margin-bottom: 15px;
  }

  .news__article-secondary {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
  }

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

  .news-inner__slider {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-left: 0;
  }

  .about__us-info p {
    margin-bottom: 30px;
  }

  .about__us-title-inner {
    margin-bottom: 30px;
  }

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

  .publish__columns {
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
  }

  .publish__info {
    margin-bottom: 50px;
    width: 100%;
    max-width: 100%;
  }

  .publish__info-btn {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 10px;
  }

  .tabs__content-title {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 15px;
  }

  .tabs__content-list {
    margin-left: 25px;
  }

  .tabs__content-item p {
    font-size: 17px;
    line-height: 17px;
    margin-bottom: 10px;
  }

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

  .vacansies__sidebar-tabs {
    width: 100%;
    margin: 0 auto 50px auto;
  }

  .vacansies__tabs-btn button {
    font-size: 20px;
  }

  .vacansies__content {
    width: 100%;
    margin: 0 auto;
  }

  .notFound__inner {
    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;
  }

  .search-page__item {
    width: 33.333%;
  }

  .fab__content-title {
    font-size: 30px;
    line-height: 32px;
  }

  .fab__columns-info {
    margin-bottom: 25px;
  }

  .fab__columns__title {
    margin-left: 15px;
    font-size: 20px;
    line-height: 22px;
  }

  td,
  th {
    padding: 15px;
  }

  td {
    font-size: 16px;
    line-height: 18px;
  }

  .table-responsive {
    margin-top: 45px;
    overflow-x: auto;
  }

  .presentation__page-top {
    margin-bottom: 50px;
  }

  .presentation__content-inner {
    margin-left: -25px;
    margin-right: -25px;
    margin-top: 50px;
  }

  .presentation__item {
    width: 16.3%;
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 50px;
  }

  .footer {
    padding-top: 100px;
  }

  .footer__columns {
    margin-right: 30px;
    width: 40%;
  }
}

@media (max-width: 768px) {
  .gb-padding {
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .page__title {
    font-size: 25px;
  }

  .head__row {
    margin-bottom: 30px;
  }

  .dropdown__list-link {
    font-size: 22px;
    border-right: none;
    margin-bottom: 10px;
  }

  .menu__list-item:hover .dropdown__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .menu__list-item:hover .dropdown__menu.secondary__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .burger.active span:first-child {
    top: 17px;
  }

  .burger.active span:last-child {
    bottom: 16px;
  }

  .burger {
    width: 35px;
    height: 35px;
  }

  .burger span {
    height: 2px;
    top: 16px;
    width: 65%;
  }

  .modal__left {
    padding-top: 20px;
    padding-right: 30px;
    padding-bottom: 50px;
    padding-left: 20px;
  }

  .modal__right {
    display: none;
  }

  .modal__content {
    max-width: 600px;
    max-height: 370px;
  }

  .form__group {
    margin-bottom: 20px;
  }

  .hero__title {
    font-size: 40px;
    line-height: 40px;
  }

  .hero__link {
    font-size: 16px;
  }

  .info__columns-img {
    width: 100px;
    height: 100px;
    margin: 0 auto 20px auto;
  }

  .vacansies__nubmer {
    margin-left: 45px;
    margin-right: 25px;
  }

  .swiper-slide.vacansies-slide {
    width: 100%;
  }

  .drugs__head {
    margin-bottom: 30px;
  }

  .drugs__inner {
    margin-bottom: 30px;
  }

  .drugs__columns {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .drugs__alfavit-row {
    margin-bottom: 30px;
  }

  .drugs__alfavit-row-left {
    padding: 0;
  }

  .drugs__alfavit-row-right {
    padding: 0;
  }

  .drugs__alfavit-link {
    margin-right: 15px;
    font-size: 16px;
    margin-bottom: 5px;
  }

  .drugs__preparat-inner {
    margin-left: -10px;
    margin-right: -10px;
  }

  .drugs__preparat-wrapper {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 30px;
  }

  .drugs__preparat-pagination a {
    font-size: 15px;
    padding: 5px 7px;
  }

  .drugs__block-list li {
    margin-bottom: 15px;
  }

  .drugs__row-left {
    padding: 5px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .drugs__row-right {
    padding: 5px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .drugs__row-block {
    margin-bottom: 20px;
  }

  .drugs__row-block p {
    font-size: 17px;
    line-height: 18px;
  }

  .drugs__row-title {
    font-size: 20px;
  }

  .about__info {
    padding: 0px;
  }

  .about__stat-item p {
    font-size: 16px;
  }

  .about__stat-nubmer {
    font-size: 50px;
  }

  .news__row.head__row {
    margin-bottom: 30px;
  }

  .news__page-top {
    margin-bottom: 40px;
  }

  .news__page-center {
    margin-bottom: 20px;
  }

  .news__info {
    padding: 30px 40px 20px 20px;
  }

  .news__article-title {
    font-size: 17px;
    line-height: 20px;
  }

  .news__article-secondary {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .news-inner__info p {
    font-size: 15px;
    line-height: 19px;
  }

  .news-inner__title {
    font-size: 23px;
    line-height: 25px;
  }

  .about__us-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .about__us-info {
    margin-bottom: 50px;
  }

  .about__us-info p {
    font-size: 16px;
  }

  .about__us-title-inner {
    font-size: 25px;
    line-height: 25px;
  }

  .publish__inner:after {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .publish__columns {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    margin-bottom: 30px;
  }

  .publish__list-item {
    font-size: 16px;
    line-height: 18px;
  }

  .publish__info {
    margin-bottom: 30px;
  }

  .accordion.is-open ~ .accordion-content {
    overflow-y: auto;
  }

  .wrapper-acc {
    padding-left: 18px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 10px;
  }

  .vacansies__list-title {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .vacansies__list-subtitle {
    margin-bottom: 10px;
  }

  .vacansies__period p {
    font-size: 14px;
  }

  .vacansies__charge-list li {
    font-size: 14px;
    line-height: 16px;
  }

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

  .vacansies__request-item p {
    margin-left: 0;
  }

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

  .vacansies__conditions-item p {
    margin-left: 0;
  }

  .request-item__title h4 {
    margin-bottom: 10px;
  }

  .file__item {
    margin-right: 15px;
    margin-bottom: 20px;
  }

  .file__item a {
    padding: 10px 20px;
    font-size: 14px;
  }

  .example-2 .btn-tertiary {
    padding: 10px 20px;
    font-size: 14px;
  }

  .btn-submit {
    padding: 10px 20px;
    font-size: 14px;
  }

  .notFound__text {
    margin: 0 auto 15px auto;
  }

  .notFound__text p {
    font-size: 16px;
    line-height: 20px;
  }

  .search-page__form {
    margin-bottom: 20px;
  }

  .search-page__block {
    margin-bottom: 25px;
  }

  .search-page__title {
    margin-bottom: 20px;
  }

  .search-page__item {
    width: 50%;
  }

  .search-page__link {
    font-size: 16px;
    line-height: 18px;
  }

  .fab__content-title {
    font-size: 25px;
    line-height: 26px;
  }

  .fab__columns-img {
    margin-bottom: 20px;
  }

  .fab__columns-info {
    -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;
    text-align: center;
  }

  .fab__columns__title {
    font-size: 18px;
    line-height: 20px;
  }

  .m-b {
    margin-bottom: 40px;
  }

  .articles__title {
    font-size: 30px;
  }

  .articles__content-title {
    font-size: 25px;
    line-height: 25px;
  }

  .articles__inner {
    margin-top: 25px;
  }

  .articles__block p {
    font-size: 16px;
    line-height: 18px;
  }

  .articles__block {
    margin-bottom: 25px;
  }

  .presentation__tabs {
    max-width: 530px;
  }

  .presentation__tabs-btn {
    padding: 15px 20px;
    font-size: 16px;
  }

  .presentation__content-title {
    font-size: 25px;
    line-height: 25px;
  }

  .partners__inner {
    margin-left: -25px;
    margin-right: -25px;
  }

  .partners__item {
    width: 50%;
    margin-bottom: 50px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .partners__body {
    height: 100px;
  }

  .footer__top {
    margin-bottom: 40px;
  }
}

@media (max-width: 650px) {
  .info__inner::after {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .info__columns {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

@media (max-width: 600px) {
  .modal__content {
    max-width: 450px;
  }
}

@media (max-width: 575px) {
  .header__logo {
    width: 130px;
  }

  .header__info-enter-btn {
    padding: 5px 5px;
    font-size: 12px;
  }

  .search__btn span {
    font-size: 20px;
    height: 20px;
  }

  .search__btn span.close {
    font-size: 20px;
    width: 22px;
    height: 20px;
  }

  .search__input {
    max-width: 260px;
    height: 35px;
    top: 70px;
  }

  .search__input-btn span {
    font-size: 18px;
  }

  .modal__left {
    padding-bottom: 30px;
  }

  .modal__content {
    max-width: 400px;
    max-height: 275px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .form__title {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .form__group input {
    font-size: 16px;
  }

  .form__group-btn button {
    font-size: 15px;
    padding: 10px 0;
  }

  .form__login {
    margin-bottom: 20px;
  }

  .hero__title {
    font-size: 28px;
    line-height: 30px;
  }

  .hero__img {
    margin-top: 20%;
  }

  .swiper-container.vacansies-container {
    margin-left: 15px;
  }

  .swiper-slide.vacansies-slide > .vacansies__nubmer {
    font-size: 32px;
  }

  .swiper-slide.vacansies-slide > .vacansies__info {
    font-size: 15px;
  }

  .swiper-slide.vacansies-slide.swiper-slide-active > .vacansies__nubmer {
    font-size: 38px;
  }

  .swiper-slide.vacansies-slide.swiper-slide-active > .vacansies__info {
    font-size: 20px;
  }

  .swiper-slide.vacansies-slide.swiper-slide-prev > .vacansies__nubmer {
    font-size: 35px;
  }

  .swiper-slide.vacansies-slide.swiper-slide-prev > .vacansies__info {
    font-size: 18px;
  }

  .swiper-slide.vacansies-slide.swiper-slide-next > .vacansies__nubmer {
    font-size: 35px;
  }

  .swiper-slide.vacansies-slide.swiper-slide-next > .vacansies__info {
    font-size: 18px;
  }

  .drugs__columns {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .drugs__item-img {
    width: 75px;
    height: 75px;
  }

  .about__info p {
    font-size: 15px;
  }

  .about__stat-item {
    margin-bottom: 15px;
    text-align: center;
  }

  .about__stat-nubmer {
    font-size: 30px;
    margin-bottom: 10px;
  }

  .news__article p {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 15px;
  }

  .news__article {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .news__article-title {
    font-size: 16px;
  }

  .news__article-secondary {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .news-inner__info {
    padding: 0px;
    margin-bottom: 30px;
  }

  .news-inner__slider {
    padding: 0px;
  }

  .news__slider-big-item {
    height: 300px;
  }

  .vacansies__tabs-btn {
    padding: 10px 0px 10px 10px;
  }

  .vacansies__tabs-btn button {
    font-size: 16px;
  }

  .vacansies__content-item {
    padding: 18px 0 18px 18px;
    font-size: 16px;
  }

  .file__item a {
    padding: 10px;
  }

  .example-2 .btn-tertiary {
    padding: 10px;
  }

  .btn-submit {
    padding: 10px;
  }

  td {
    font-size: 14px;
    line-height: 16px;
  }

  .articles__title {
    font-size: 25px;
  }

  .articles__content-title {
    font-size: 18px;
    line-height: 20px;
  }

  .presentation__tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .presentation__tabs-btn {
    width: 100%;
  }

  .presentation__content-inner {
    margin-left: -15px;
    margin-right: -15px;
  }

  .presentation__item {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .partners__item {
    margin-bottom: 25px;
  }

  .footer {
    padding-top: 60px;
  }

  .footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer__top-left {
    width: 100%;
    margin-bottom: 25px;
  }

  .footer__columns {
    width: 100%;
    margin-right: 20px;
  }

  .footer__social {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer__bottom p {
    font-size: 13px;
  }

  .footer__bottom-company {
    font-size: 13px;
  }
}
