@import url("../css/bootstrap.min.css");
@import url("../css/slick.css");
@import url("../css/slick-theme.css");
* {
  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;
  text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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

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

button {
  cursor: pointer;
}

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

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

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;
}

@font-face {
  font-family: "Yanone Kaffeesatz Regular";
  src: url("../fonts/YanoneKaffeesatz-Regular.eot");
  src: url("../fonts/YanoneKaffeesatz-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/YanoneKaffeesatz-Regular.woff") format("woff"), url("../fonts/YanoneKaffeesatz-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Yanone Kaffeesatz Light";
  src: url("../fonts/YanoneKaffeesatz-Light.eot");
  src: url("../fonts/YanoneKaffeesatz-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/YanoneKaffeesatz-Light.woff") format("woff"), url("../fonts/YanoneKaffeesatz-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Yanone Kaffeesatz Bold";
  src: url("../fonts/YanoneKaffeesatz-Bold.eot");
  src: url("../fonts/YanoneKaffeesatz-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/YanoneKaffeesatz-Bold.woff") format("woff"), url("../fonts/YanoneKaffeesatz-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Roboto-Bold";
  src: url("../fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold.ttf") format("truetype"), url("../fonts/Roboto-Bold.svg#Roboto-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: 'Inter';
    src: local('Inter Regular'), local('Inter-Regular'),
        url('../fonts/Inter-Regular.woff2') format('woff2'),
        url('../fonts/Inter-Regular.woff') format('woff'),
        url('../fonts/Inter-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
  }
@font-face {
    font-family: 'Inter';
    src: local('Inter Bold'), local('Inter-Bold'),
        url('../fonts/Inter-Bold.woff2') format('woff2'),
        url('../fonts/Inter-Bold.woff') format('woff'),
        url('../fonts/Inter-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
  }

body {
  min-width: 320px;
  overflow-x: hidden;
}

.container {
  max-width: 1150px;
  padding: 0;
  overflow: hidden;
}

@media (max-width: 1280px) {
  .container {
    max-width: 970px;
  }
}

.header .container {
  overflow: visible;
}

@media (max-width: 1600px) {
  .header .container {
    max-width: 1045px;
  }
}

.color-84C8CD {
  color: #84C8CD;
}

.header__title {
  background: #f5ffff;
  font-family: "Yanone Kaffeesatz Light", sans-serif;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #171717;
  min-height: 30px;
  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;
}
.header__title a {
  font-family: "Yanone Kaffeesatz Light", sans-serif;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #171717;
}

.header__body {
  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;
  padding: 17px 0 20px 24px;
}

@media (max-width: 970px) {
  .header__body {
    padding: 17px 10px;
  }
}

.header__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83px;
          flex: 0 0 83px;
  z-index: 11;
  padding-left: 0;
}

.header__logo .logo-mob {
  display: none;
}

@media (max-width: 1110px) {
  .header__logo {
    padding-left: 30px;
  }
}

@media (max-width: 970px) {
  .header__logo {
    padding-left: 10px;
  }
  .header__logo .logo {
    max-width: 216px;
  }
}

@media (max-width: 768px) {
  .header__logo .logo {
    display: none;
  }
  .header__logo .logo-mob {
    display: block;
  }
}

.header__right {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  position: relative;
  padding-left: 55px;
}

@media (max-width: 1110px) {
  .header__right {
    padding-right: 20px;
  }
}

@media (max-width: 920px) {
  .header__right {
    padding-right: 0px;
  }
}

@media (max-width: 768px) {
  .header__right {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 50px;
  }
}

.header__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.header__search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.header__search input {
  background: #ffffff;
  border: 1px solid #c4c4c4;
  -webkit-box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.15);
          box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  padding: 0px 56px 0 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #9d9d9d;
  font-size: 12px;
  line-height: 14px;
  font-family: "Yanone Kaffeesatz Regular", sans-serif;
  height: 31px;
  width: 100%;
  max-width: 535px;
}

.header__search button {
  height: 31px;
  width: 46px;
  background: url("../images/search-button.png") no-repeat 0 0;
  border: 0;
  border-radius: 0 20px 20px 0;
  margin-left: -46px;
}

@media (max-width: 768px) {
  .header__search {
    display: none;
  }
}

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

.header__burger {
  display: none;
}

@media (max-width: 768px) {
  .header__burger {
    position: absolute;
    right: 10px;
    top: -13px;
    display: block;
    z-index: 11;
    width: 30px;
    height: 25px;
    cursor: pointer;
  }
  .header__burger span {
    position: absolute;
    background-color: #53acb2;
    width: 100%;
    height: 3px;
    left: 0;
    top: 11px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .header__burger::before, .header__burger::after {
    content: "";
    background-color: #53acb2;
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .header__burger::before {
    top: 0;
  }
  .header__burger::after {
    bottom: 0;
  }
  .header__burger.active span {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  .header__burger.active::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 9px;
  }
  .header__burger.active::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    bottom: 13px;
  }
}

.header__menu {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: "Yanone Kaffeesatz Bold", sans-serif;
  font-size: 18px;
  line-height: 17px;
}

.header__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}

.header__menu ul li {
  position: relative;
  padding-bottom: 10px;
  text-align: center;
}

.header__menu ul li > a {
	/* white-space: nowrap; */
}

.header__menu ul li:last-child a {
  margin-right: 0;
}

.header__menu ul li:last-child .header__submenu {
  left: inherit;
  right: 0;
}

.header__menu ul li:last-child .header__submenu ul::before {
  left: inherit;
  right: 35px;
}

.header__menu a {
  /* color: #9d9d9d; */
  color: #C12A21;
  position: relative;
  /*margin: 0 34px 0 4px;*/
  margin: 0 24px 0 4px;
}

@media (max-width: 900px) {
  .header__menu a {
    margin: 0 30px 0 0px;
  }
}

.header__menu a.active {
  /* color: #555555; */
  color: #C12A21;
  font-family: "Yanone Kaffeesatz Bold", sans-serif;
}

.header__menu a.active::before {
  content: "";
  width: 20px;
  height: 3px;
  border-radius: 15px;
  background-color: #de3f5e;
  position: absolute;
  bottom: -3px;
  left: 0;
}

.header__menu a:hover {
  /* color: #555555; */
  color: #C12A21;
  opacity: 0.5;
  font-family: "Yanone Kaffeesatz Bold", sans-serif;
}

.header__menu a:hover::before {
  content: "";
  width: 20px;
  height: 3px;
  border-radius: 15px;
  background-color: #de3f5e;
  position: absolute;
  bottom: -3px;
  left: 0;
}

.header__menu a :last-child {
  margin-right: 0;
}

@media (max-width: 800px) {
  .header__menu a {
    margin-right: 22px;
  }
}

@media (max-width: 768px) {
  .header__menu {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: #f5ffff;
    padding: 30px 10px 10px;
    z-index: 10;
    font-size: 22px;
  }
  .header__menu.active {
    top: 0;
  }
  .header__menu ul {
    display: block;
    text-align: center;
  }
  .header__menu ul li {
    margin-bottom: 30px;
  }
  .header__menu ul li a {
    margin-right: 0;
  }
}

.header__submenu {
  display: none;
  position: absolute;
  left: 0;
  top: 27px;
  background: #f5ffff;
  -webkit-box-shadow: 0px 2px 8px rgba(40, 41, 61, 0.08), 0px 20px 32px rgba(96, 97, 112, 0.24);
          box-shadow: 0px 2px 8px rgba(40, 41, 61, 0.08), 0px 20px 32px rgba(96, 97, 112, 0.24);
  border-top: 3px solid #d30029;
  z-index: 9;
  width: 340px;
  padding: 27px 9px 18px;
  border-radius: 0 0 10px 10px;
  letter-spacing: 0;
}

.header__submenu ul {
  position: relative;
  display: block;
}

.header__submenu ul li {
  float: left;
  width: 100%;
  padding-bottom: 0;
}

.header__submenu ul li a {
  padding: 0 7px 0 10px;
  margin: 0;
  font-size: 12px;
  line-height: 15px;
  color: #777777;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  text-transform: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 27px;
  text-align: start;
}

.header__submenu ul li a:hover {
  background: #c6f0f3;
  -webkit-box-shadow: 0px 0px 1px rgba(40, 41, 61, 0.08), 0px 0.5px 2px rgba(96, 97, 112, 0.16);
          box-shadow: 0px 0px 1px rgba(40, 41, 61, 0.08), 0px 0.5px 2px rgba(96, 97, 112, 0.16);
  font-family: "Inter", sans-serif;
  font-weight: 700;
}

.header__submenu ul li a:before {
  display: none;
}

.header__submenu ul::before {
  content: "";
  width: 13px;
  height: 8px;
  background: url("../images/bgsub.png") no-repeat 0 0;
  position: absolute;
  top: -38px;
  left: 25px;
}

.header .header__menu ul li:first-child .header__submenu li {
  float: left;
  width: 50% !important;
}

@media (max-width: 768px) {
  .header .header__menu ul li:first-child .header__submenu li {
    float: none;
    width: 100% !important;
  }
}

.header .header__menu ul li:first-child .header__submenu li a {
  padding: 0 7px 0 10px;
  margin: 0;
  font-size: 12px;
  line-height: 15px;
  color: #777777;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  text-transform: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 34px;
}

.header .header__menu ul li:first-child .header__submenu li a:hover {
  background: #c6f0f3;
  -webkit-box-shadow: 0px 0px 1px rgba(40, 41, 61, 0.08), 0px 0.5px 2px rgba(96, 97, 112, 0.16);
          box-shadow: 0px 0px 1px rgba(40, 41, 61, 0.08), 0px 0.5px 2px rgba(96, 97, 112, 0.16);
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

.header .header__menu ul li:first-child .header__submenu li a:before {
  display: none;
}

@media (max-width: 768px) {
  .header .header__menu ul li:first-child .header__submenu li a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 18px;
    line-height: 120%;
    min-height: auto;
  }
}

@media (min-width: 768px) {
  .header__menu li:hover .header__submenu {
    display: block;
  }
  .header__menu li:hover a::before {
    display: none;
  }
}

@media (max-width: 768px) {
  .header__submenu {
    top: 30px;
    display: none;
    position: relative;
    left: 0;
    margin: 0 auto;
    width: 80%;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: none;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .header__submenu ul::before {
    left: 50%;
    margin-left: -6px;
  }
  .header__submenu ul li {
    float: none;
    width: 100%;
    text-align: center;
    min-height: auto;
    margin-bottom: 0;
    padding-bottom: 10px;
  }
  .header__submenu ul li:hover a::before {
    display: none;
  }
  .header__submenu ul li a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 18px;
    line-height: 120%;
  }
}

@media (max-width: 768px) and (max-width: 500px) {
  .header__submenu ul li a {
    font-size: 16px;
  }
}

@media (max-width: 768px) and (max-width: 400px) {
  .header__submenu ul li a {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .header__item a:focus ~ .header__submenu,
  .header__item a:active ~ .header__submenu, .header__submenu:hover {
    display: block;
  }
}

.header-fixed {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9999;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px #ccc;
          box-shadow: 0 0 10px #ccc;
}

.header-fixed .header__title {
  display: none;
}

.header-fixed .header__body {
  padding: 5px 0 2px;
  display: flex;
  align-items: center;
}

.header-fixed .right__top {
  display: none;
}

.header-fixed .header__logo .logo {
  display: none;
}

.header-fixed .header__logo .logo-mob {
  display: block;
  max-width: 50px;
}

.header-fixed .header__menu ul {
  margin-bottom: 0;
}

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

.name {
  background: url("../images/user.png") no-repeat 0 50%;
  padding: 0 0 0 30px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: "Yanone Kaffeesatz Regular", sans-serif;
  color: #555555;
  font-size: 14px;
  line-height: 17px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.exit {
  display: inline-block;
  width: 20px;
  height: 30px;
  background: url("../images/arrow.png") no-repeat 50% 50%;
}

.slider {
  overflow: hidden;
}

.slider .container {
  width: 1150px;
  max-width: 100%;
  padding-bottom: 19px;
}

@media (max-width: 1600px) {
  .slider .container {
    width: 1045px;
  }
}

@media (max-width: 1050px) {
  .slider .container {
    padding: 0 20px 49px;
  }
}

@media (max-width: 1000px) {
  .slider .container {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .slider .container {
    padding: 0 10px 49px;
  }
}

.slider img {
  max-width: 100%;
}

.slider .slick-slide a {
  position: relative;
  display: block;
}

.slider .slick-dots {
  bottom: 25px;
  padding-left: 280px;
}

@media (max-width: 900px) {
  .slider .slick-dots {
    bottom: -40px;
    padding-left: 0;
  }
}

.slider .slick-dots li button {
  width: 9px;
  height: 9px;
  border: 1px solid #84c8cd;
  border-radius: 50%;
  padding: 0;
}

.slider .slick-dots .slick-active button {
  background: #84c8cd;
}

.slider .slick-dots li button::before {
  display: none;
}

.slider__fon {
  -webkit-box-shadow: inset 0px 0px 20px 37px white;
          box-shadow: inset 0px 0px 20px 37px white;
  position: absolute;
  left: -5px;
  right: -5px;
  top: -5px;
  bottom: -5px;
  z-index: 2;
}

@media (max-width: 768px) {
  .slider__fon {
    height: 100%;
    bottom: inherit;
  }
}

@media (max-width: 600px) {
  .slider__fon {
    -webkit-box-shadow: inset 0px 0px 10px 15px white;
            box-shadow: inset 0px 0px 10px 15px white;
  }
}

.slider__text {
  background: #84c8cd;
  width: 100%;
  max-width: 550px;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  border-radius: 10px;
  position: relative;
  margin-top: -147px;
  z-index: 10;
}

.slider__text a {
  padding: 20px 13px 24px 23px;
  display: block;
  color: #fff;
  min-height: 100px;
}

.slider__text p {
  margin-bottom: 0;
}

.slider__text:hover {
  background: #64c7ce;
  -webkit-box-shadow: 0px 0px 2px rgba(40, 41, 61, 0.08), 0px 0.5px 4px rgba(96, 97, 112, 0.16);
          box-shadow: 0px 0px 2px rgba(40, 41, 61, 0.08), 0px 0.5px 4px rgba(96, 97, 112, 0.16);
  color: #e0f4f5;
}

.slider__text:hover a {
  color: #e0f4f5;
}

@media (max-width: 768px) {
  .slider__text {
    max-width: 100%;
    border-radius: 0;
    margin-top: -20px;
  }
}

@media (max-width: 600px) {
  .slider__text {
    font-size: 12px;
    line-height: 15px;
    padding: 17px 10px 22px 13px;
  }
  .slider__text p {
    margin-right: 40px;
  }
}

.slider__text::before {
  content: "";
  background: url("../images/ugol.png") #fff no-repeat 0 0;
  width: 32px;
  height: 34px;
  position: absolute;
  right: -4px;
  bottom: -3px;
}

.slider__title {
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: "Yanone Kaffeesatz Bold", sans-serif;
  margin-bottom: 0px;
}

@media (max-width: 600px) {
  .slider__title {
    font-size: 24px;
    line-height: 28px;
  }
}

.slick-prev,
.slick-next {
  width: 73px;
  height: 73px;
  z-index: 9;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

.slick-prev::before,
.slick-next::before {
  width: 73px;
  height: 73px;
  display: block;
  content: "";
  opacity: 1;
}

.slick-prev::before {
  background: url("../images/arrow-left.png") no-repeat 0 0;
}

.slick-next::before {
  background: url("../images/arrow-right.png") no-repeat 0 0;
}

.title {
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: "Yanone Kaffeesatz Bold", sans-serif;
  color: #555555;
  position: relative;
}

.title::before {
  content: "";
  width: 26px;
  height: 3px;
  background-color: #d30029;
  position: absolute;
  bottom: -3px;
  left: 45px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.title a {
  color: #555;
}

.title:hover a {
  color: #d30029;
}

.title:hover::before {
  width: 73px;
}

@media (max-width: 1000px) {
  .title {
    margin-left: 20px;
  }
}

@media (max-width: 768px) {
  .title {
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }
}

@media (max-width: 500px) {
  .title {
    font-size: 24px;
    line-height: 28px;
  }
}

.training {
  padding-bottom: 57px;
}

@media (max-width: 500px) {
  .training {
    padding-bottom: 0;
  }
}

.training .container {
  overflow: visible;
  /*test*/
}

@media (max-width: 1000px) {
  .training .container {
    overflow: hidden;
  }
}

@media (max-width: 768px) {
  .training .container {
    text-align: center;
  }
}

.training__title {
  background: url("../images/icons-09.svg") no-repeat 0 50%;
  padding-left: 50px;
  margin-bottom: 53px;
  background-size: 39px auto;
}

.training__title::before {
  left: 50px;
}

@media (max-width: 1000px) {
  .training__body {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 900px) {
  .training__body {
    padding: 0 0 53px 0;
  }
}

@media (max-width: 500px) {
  .training__body {
    padding: 0 0 20px 0;
  }
}

.training .slick-list {
  overflow: visible;
  /*test*/
}

.training__item {
  height: 342px;
  width: 218px;
  margin-right: 91.9px;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
  text-align: left;
}

@media (max-width: 1280px) {
  .training__item {
    margin-right: 32px;
  }
}

.training__item:last-child {
  margin-right: 0;
}

.training__item img {
  max-width: 100%;
}

.training__item a {
  color: #4e4e4e;
}

.training__item:hover {
  background: #f5ffff;
  -webkit-box-shadow: 0px 0px 2px rgba(40, 41, 61, 0.04), 0px 4px 8px rgba(96, 97, 112, 0.16);
          box-shadow: 0px 0px 2px rgba(40, 41, 61, 0.04), 0px 4px 8px rgba(96, 97, 112, 0.16);
  color: #8f8f8f;
}

.training__item:hover a {
  color: #8f8f8f;
}

@media (max-width: 600px) {
  .training__item {
    margin: 0 10px 20px;
  }
}

.training__panel {
  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;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.1em;
  font-family: "Yanone Kaffeesatz Bold", sans-serif;
  text-transform: uppercase;
  padding: 0 11px 0;
  height: 26px;
  margin-top: -26px;
  position: relative;
}

.training__info {
  padding: 24px 6px 13px 10px;
}

.training .webinar {
  background: #5ab14c;
}

.training .course {
  background: -webkit-gradient(linear, left bottom, left top, from(#4390c4), to(#4390c4)), #5ab14c;
  background: linear-gradient(0deg, #4390c4, #4390c4), #5ab14c;
}

.training .seminar {
  background: -webkit-gradient(linear, left bottom, left top, from(#8054b9), to(#8054b9)), -webkit-gradient(linear, left bottom, left top, from(#4390c4), to(#4390c4)), #5ab14c;
  background: linear-gradient(0deg, #8054b9, #8054b9), linear-gradient(0deg, #4390c4, #4390c4), #5ab14c;
}

.projects {
  background: url("../images/bglegislation.png") repeat 0 0;
  padding: 32px 0 0px;
  margin-bottom: 34px;
}

.projects .container {
  overflow: visible;
  /*test*/
}

@media (max-width: 1000px) {
  .projects .container {
    overflow: hidden;
  }
}

@media (max-width: 768px) {
  .projects .container {
    text-align: center;
  }
}

.projects__title {
  background: url("../images/icons-05.svg") no-repeat 0 100%;
  padding-left: 50px;
  margin-bottom: 33px;
  background-size: 36px auto;
  line-height: 38px;
}

.projects__title::before {
  left: 50px;
}

.projects__slide {
  overflow: visible;
  /*test hidden;*/
  height: 365px;
}

.projects__slide .slick-list {
  overflow: visible;
  /*test*/
}

.projects__item {
  background: #fff;
  -webkit-box-shadow: 0px 0px 2px rgba(40, 41, 61, 0.04), 0px 4px 8px rgba(96, 97, 112, 0.16);
          box-shadow: 0px 0px 2px rgba(40, 41, 61, 0.04), 0px 4px 8px rgba(96, 97, 112, 0.16);
  border-radius: 8px;
  width: 220px;
  height: 316px;
  text-align: center;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-family: "Yanone Kaffeesatz Bold", sans-serif;
  font-size: 18px;
  line-height: 120%;
  margin: 15px 88px 60px 0px;
  padding-top: 15px;
}

.projects__item:last-child {
  margin-right: 0;
}

@media (max-width: 1280px) {
  .projects__item {
    margin-right: 29px;
  }
}

@media (max-width: 1000px) {
  .projects__item {
    width: 201px;
    margin-right: 54px;
  }
}

@media (max-width: 768px) {
  .projects__item {
    margin: 15px 15px 60px;
    overflow: hidden;
  }
}

.projects__item:last-child {
  margin-right: 0;
}

.projects__item:hover {
  background: #f5ffff;
  -webkit-transition: 1s ease;
  transition: 1s ease;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-box-shadow: 0px 2px 8px rgba(40, 41, 61, 0.08), 0px 20px 32px rgba(96, 97, 112, 0.24);
          box-shadow: 0px 2px 8px rgba(40, 41, 61, 0.08), 0px 20px 32px rgba(96, 97, 112, 0.24);
}

.projects__item_1 {
  background: url("../images/project_item_1.png") #fff no-repeat 50% 25px;
}

.projects__item_1:hover {
  background: url("../images/project_item_1_active.png") #f5ffff no-repeat 50% 25px;
}

.projects__item_2 {
  background: url("../images/project_item_2.png") #fff no-repeat 50% 0px;
}

.projects__item_2:hover {
  background: url("../images/project_item_2_active.png") #f5ffff no-repeat 50% 0px;
}

.projects__item_3 {
  background: url("../images/project_item_3.png") #fff no-repeat 50% -12px;
}

.projects__item_3:hover {
  background: url("../images/project_item_3_active.png") #f5ffff no-repeat 50% -12px;
}

.projects__item_4 {
  background: url("../images/project_item_4.png") #fff no-repeat 50% 17px;
}

.projects__item_4:hover {
  background: url("../images/project_item_4_active.png") #f5ffff no-repeat 50% 17px;
}

.projects__item a {
  color: #555555;
  display: block;
  padding: 19px 20px 0 20px;
}

.projects__item a span {
  background: url("../images/project_item.png") no-repeat 50% 0;
  padding-top: 16px;
  display: block;
}

.projects__item a img {
  margin: 0 auto 20px;
  max-height: 120px;
  max-width: 100%;
}

.press {
  margin-top: 34px;
  margin-bottom: 75px;
}

.press .container {
  overflow: visible;
}

@media (max-width: 768px) {
  .press .container {
    text-align: center;
  }
}

.press__title {
  /*background: url("../images/icons-10.svg") no-repeat 0 50%;*/
  background: url("../images/smionas.svg") no-repeat 0 50%;
  padding-left: 47px;
  margin-bottom: 51px;
}

@media (max-width: 500px) {
  .press__title {
    background-size: auto 100%;
  }
}

.press__title:before {
  left: 47px;
}

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

@media (max-width: 768px) {
  .press__body {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: left;
  }
}

.press__big {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 66%;
          flex: 1 1 66%;
}

.press__big img {
  max-width: 100%;
}

@media (max-width: 550px) {
  .press__big {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.press__text {
  background: #84c8cd;
  -webkit-box-shadow: 0px 0px 1px rgba(40, 41, 61, 0.08), 0px 0.5px 2px rgba(96, 97, 112, 0.16);
          box-shadow: 0px 0px 1px rgba(40, 41, 61, 0.08), 0px 0.5px 2px rgba(96, 97, 112, 0.16);
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  width: 100%;
  max-width: 523px;
  border-radius: 10px;
  margin: -71px 0 0 -25px;
  position: relative;
  text-align: left;
}

.press__text::before {
  content: "";
  width: 30px;
  height: 34px;
  background: url("../images/bginf.png") #fff no-repeat 0 0;
  position: absolute;
  right: -3px;
  bottom: -4px;
}

.press__text h3 {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
  font-family: "Yanone Kaffeesatz Bold", sans-serif;
  margin-bottom: 20px;
}

.press__text:hover {
  background: #64c7ce;
  -webkit-box-shadow: 0px 0px 2px rgba(40, 41, 61, 0.08), 0px 0.5px 4px rgba(96, 97, 112, 0.16);
          box-shadow: 0px 0px 2px rgba(40, 41, 61, 0.08), 0px 0.5px 4px rgba(96, 97, 112, 0.16);
  color: #e0f4f5;
}

.press__text:hover a,
.press__text:hover h3 {
  color: #e0f4f5;
}

.press__text a {
  color: #fff;
}

.press__text span {
  font-family: "Roboto-Bold", sans-serif;
}

@media (max-width: 1000px) {
  .press__text {
    margin-left: -10px;
  }
}

@media (max-width: 768px) {
  .press__text {
    margin-left: 0;
    margin-bottom: 23px;
    margin-top: -20px;
  }
}

@media (max-width: 550px) {
  .press__text {
    border-radius: 0;
    padding-left: 17px;
    margin-top: 10px;
  }
  .press__text::before {
    display: none;
  }
}

.press__link {
  padding: 12px 16px 6px 27px;
  display: block;
}

.press__list {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 331px;
          flex: 0 0 331px;
}

.press__list a {
  font-size: 14px;
  line-height: 20px;
  color: #4e4e4e;
}

@media (max-width: 768px) {
  .press__list {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66%;
            flex: 0 0 66%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 550px) {
  .press__list {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.press__item {
  border-bottom: 1px solid #93cdd1;
  text-align: left;
}

.press__item a {
  padding: 12px 17px 0 30px;
  min-height: 100px;
  display: block;
}

@media (max-width: 768px) {
  .press__item a {
    padding: 5px;
    min-height: 132px;
  }
}

.press__item:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#f5ffff), to(#f5ffff)), #ffffff;
  background: linear-gradient(0deg, #f5ffff, #f5ffff), #ffffff;
}

@media (max-width: 768px) {
  .press__item {
    width: 47%;
    -webkit-box-shadow: 0px 0px 2px rgba(40, 41, 61, 0.04), 0px 4px 8px rgba(96, 97, 112, 0.16);
            box-shadow: 0px 0px 2px rgba(40, 41, 61, 0.04), 0px 4px 8px rgba(96, 97, 112, 0.16);
    margin: 5px 5px 15px;
  }
  .press__item:last-child {
    display: none;
  }
}

.press__data {
  font-size: 12px;
  line-height: 15px;
  color: #93cdd1;
}

.events {
  margin-bottom: 63px;
}

.events .container {
  overflow: visible;
}

@media (max-width: 768px) {
  .events .container {
    text-align: center;
  }
}

.events__title {
  background: url("../images/icon_events.svg") no-repeat 0 50%;
  padding-left: 36px;
  margin-bottom: 52px;
}

.events__title::before {
  left: 36px;
}

.events__item {
  font-size: 14px;
  line-height: 20px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #4e4e4e;
  margin-right: 123px;
  text-align: left;
  width: 302px;
}

@media (max-width: 1280px) {
  .events__item {
    margin-right: 31px;
  }
}

.events__item:last-child {
  margin-right: 0;
}

.events__item img {
  margin-bottom: 17px;
  width: 100%;
}

.events__item h3 {
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: "Yanone Kaffeesatz Bold", sans-serif;
  margin-bottom: 30px;
}

.events__item p {
  margin-bottom: 0;
  padding: 0 5px 0 0;
}

.events__item a {
  color: #4e4e4e;
}

.events__item a:hover {
  color: #8f8f8f;
}

.events__item:hover {
  color: #8f8f8f;
}

.events__item:hover h3 {
  color: #8f8f8f;
}

@media (max-width: 1000px) {
  .events__item {
    margin: 0 15px;
  }
}

@media (max-width: 420px) {
  .events__item {
    margin: 0;
    width: 420px;
  }
  .events__item p,
  .events__item h3 {
    padding: 0 10px;
  }
}

@media (max-width: 375px) {
  .events__item {
    width: 375px;
  }
}

@media (max-width: 360px) {
  .events__item {
    width: 360px;
  }
  .events__item img {
    width: 100%;
  }
}

@media (max-width: 320px) {
  .events__item {
    width: 320px;
  }
}

.events .slick-prev {
  left: -72px;
}

.events .slick-next {
  right: -40px;
}

@media (max-width: 1090px) {
  .events .slick-prev {
    left: 0px;
  }
  .events .slick-next {
    right: 10px;
  }
}

@media (max-width: 768px) {
  .events .slick-arrow {
    display: none !important;
  }
}

.subscribe {
  background: url("../images/bgsubscription.png") repeat 0 0;
  margin-bottom: 84px;
}

@media (max-width: 768px) {
  .subscribe {
    margin-bottom: 50px;
  }
}

.subscribe .container {
  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;
  min-height: 92px;
  overflow: visible;
}

@media (max-width: 1100px) {
  .subscribe .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  .subscribe .container {
    padding: 17px 10px 28px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.subscribe__title {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: "Yanone Kaffeesatz Bold", sans-serif;
  color: #ffffff;
  margin-right: 60px;
}

@media (max-width: 1100px) {
  .subscribe__title {
    margin-left: 0;
    margin-right: 30px;
  }
}

@media (max-width: 980px) {
  .subscribe__title {
    margin-left: 10px;
  }
}

@media (max-width: 768px) {
  .subscribe__title {
    margin: 0 15px 26px 15px;
  }
}

@media (max-width: 550px) {
  .subscribe__title {
    margin: 0 0 26px;
    text-align: center;
  }
}

.subscribe__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 55%;
          flex: 1 1 55%;
}

.subscribe__form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .subscribe__form form {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 550px) {
  .subscribe__form form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.subscribe__input {
  background: #ffffff;
  border: 1px solid #c4c4c4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.15);
          box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  width: 100%;
  max-width: 426px;
  font-size: 14px;
  line-height: 20px;
  color: #9f9f9f;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  padding: 9px 18px 9px;
  margin-right: 10px;
}

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

.subscribe__button {
  background: url("../images/subscription_button.png") no-repeat 100% 0;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: "Yanone Kaffeesatz Bold", sans-serif;
  color: #323232;
  font-size: 16px;
  line-height: 19px;
  height: 43px;
  width: 233px;
  display: inline-block;
}

.recommendation {
  margin-bottom: 52px;
  position: relative;
  z-index: 1;
}

.recommendation .container {
  overflow: visible;
}

@media (max-width: 850px) {
  .recommendation {
    background: none;
  }
}

@media (max-width: 768px) {
  .recommendation .container {
    text-align: center;
  }
}

.recommendation__title {
  margin-bottom: 42px;
  padding-left: 34px;
  background: url("../images/icon_recommendation.svg") no-repeat 0 50%;
}

.recommendation__title::before {
  left: 34px;
}

@media (max-width: 500px) {
  .recommendation__title {
    background-size: auto 100%;
  }
}

.recommendation__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}

@media (max-width: 1000px) {
  .recommendation__body {
    padding-right: 20px;
  }
}

@media (max-width: 850px) {
  .recommendation__body {
    padding-left: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 768px) {
  .recommendation__body {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: left;
  }
}

@media (max-width: 640px) {
  .recommendation__body {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.recommendation__body::before {
  content: "";
  position: absolute;
  left: -23%;
  bottom: 0;
  background: url("../images/bgrecommendation0.png") no-repeat 0 100%;
  width: 636px;
  height: 621px;
}

@media (max-width: 1600px) {
  .recommendation__body::before {
    left: -35%;
  }
}

@media (max-width: 1030px) {
  .recommendation__body::before {
    width: 520px;
    height: 508px;
    background-size: 100% auto;
    left: -22%;
    bottom: inherit;
    top: 30px;
  }
}

@media (max-width: 960px) {
  .recommendation__body::before {
    width: 470px;
    height: 459px;
  }
}

@media (max-width: 920px) {
  .recommendation__body::before {
    width: 400px;
    height: 391px;
    left: -19%;
  }
}

@media (max-width: 890px) {
  .recommendation__body::before {
    width: 350px;
    height: 342px;
    left: -15%;
    top: 20px;
  }
}

@media (max-width: 870px) {
  .recommendation__body::before {
    left: -18%;
  }
}

@media (max-width: 850px) {
  .recommendation__body::before {
    display: none;
  }
}

.recommendation__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 290px;
          flex: 0 0 290px;
  margin-right: 8%;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #4e4e4e;
}

.recommendation__item:last-child {
  margin-right: 0;
}

.recommendation__item:hover {
  color: #8f8f8f;
}

.recommendation__item:hover a,
.recommendation__item:hover h3 {
  color: #8f8f8f;
}

.recommendation__item a {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #555555;
  font-size: 18px;
  line-height: 120%;
  font-family: "Yanone Kaffeesatz Bold", sans-serif;
  text-align: center;
  display: block;
}

.recommendation__item a:hover {
  color: #8f8f8f;
}

.recommendation__item img {
  margin: 0 auto 38px;
}

.recommendation__item p {
  text-align: left;
}

.recommendation__item p a {
  text-align: left;
}

@media (max-width: 1600px) {
  .recommendation__item {
    margin-right: 43px;
  }
}

@media (max-width: 640px) {
  .recommendation__item {
    font-size: 12px;
    margin: 0 15px 50px;
  }
  .recommendation__item:last-child {
    margin-right: 15px;
  }
}

.fill-in {
  text-align: center;
}

.fill-in a {
  display: inline-block;
  background: #c0e06a;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 43px;
  color: #323232;
  padding: 0 28px 0 40px;
  font-family: "Yanone Kaffeesatz Bold", sans-serif;
  height: 43px;
  position: relative;
}

.fill-in a::before {
  content: "";
  width: 15px;
  height: 46px;
  background: url("../images/but.png") no-repeat 0 0;
  position: absolute;
  right: -14px;
  top: 0;
}

.fill-in a:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#cdf364), to(#cdf364)), #c0e06a;
  background: linear-gradient(0deg, #cdf364, #cdf364), #c0e06a;
}

.fill-in a:hover::before {
  background: url("../images/but.png") no-repeat 0 -47px;
}

.legislation {
  background: url("../images/bgrecommendation2.png") no-repeat 0% 0%/100% 171px, url("../images/legislation.png") no-repeat 15% 70%, url("../images/bglegislation.png") repeat 0 0;
  padding-top: 191px;
  margin-top: -121px;
}

@media (max-width: 1500px) {
  .legislation {
    background: url("../images/bgrecommendation2.png") no-repeat 0% 0%/100% 171px, url("../images/legislation.png") no-repeat 0% 70%, url("../images/bglegislation.png") repeat 0 0;
  }
}

@media (max-width: 1200px) {
  .legislation {
    background: url("../images/bgrecommendation2.png") no-repeat 0% 0%/100% 171px, url("../images/legislation.png") no-repeat 0% 65%/auto 30%, url("../images/bglegislation.png") repeat 0 0;
  }
}

@media (max-width: 1000px) {
  .legislation {
    background: url("../images/bgrecommendation2.png") no-repeat 0% 0%/100% 171px, url("../images/bglegislation.png") repeat 0 0;
  }
}

@media (max-width: 650px) {
  .legislation {
    margin-top: -181px;
  }
}

.legislation .container {
  padding-bottom: 79px;
  overflow: visible;
}

@media (max-width: 990px) {
  .legislation .container {
    overflow: hidden;
  }
}

@media (max-width: 768px) {
  .legislation .container {
    text-align: center;
    padding-bottom: 50px;
  }
}

.legislation__title {
  margin-bottom: 42px;
  background: url("../images/icon_legislation.svg") no-repeat 0 50%;
  padding-left: 51px;
  padding-top: 15px;
}

@media (max-width: 400px) {
  .legislation__title {
    width: 240px;
    text-align: left;
  }
}

.legislation__title::before {
  left: 51px;
}

.legislation__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 1000px) {
  .legislation__body {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (max-width: 780px) {
  .legislation__body {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.legislation__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 370px;
          flex: 0 0 370px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 2px rgba(40, 41, 61, 0.04), 0px 4px 8px rgba(96, 97, 112, 0.16);
          box-shadow: 0px 0px 2px rgba(40, 41, 61, 0.04), 0px 4px 8px rgba(96, 97, 112, 0.16);
  border-radius: 50px;
  padding: 12px 19px 13px 29px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 20px 53px;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}

.legislation__item:hover {
  background: #f5ffff;
  -webkit-transition: 1s ease;
  transition: 1s ease;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-box-shadow: 0px 2px 8px rgba(40, 41, 61, 0.08), 0px 20px 32px rgba(96, 97, 112, 0.24);
          box-shadow: 0px 2px 8px rgba(40, 41, 61, 0.08), 0px 20px 32px rgba(96, 97, 112, 0.24);
}

@media (max-width: 768px) {
  .legislation__item_active {
    background: #f5ffff;
  }
  .legislation__item_active .legislation__button {
    display: block;
  }
}

@media (max-width: 1000px) {
  .legislation__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
  }
}

@media (max-width: 780px) {
  .legislation__item {
    border-radius: 8px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 53%;
            flex: 0 0 53%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 30px;
  }
  .legislation__item:last-child {
    margin-bottom: 0;
  }
  .legislation__item:hover {
    -webkit-transform: none;
            transform: none;
  }
}

@media (max-width: 500px) {
  .legislation__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 90%;
            flex: 0 0 90%;
  }
}

.legislation__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 34px;
          flex: 0 0 34px;
  font-size: 16px;
  line-height: 19px;
  font-family: "Yanone Kaffeesatz Bold", sans-serif;
  color: #ff7d97;
  margin-right: 17px;
}

.legislation__icon a {
  color: #ff7d97 !important;
}

.legislation__icon p {
  margin-bottom: 0;
  white-space: nowrap;
}

@media (max-width: 780px) {
  .legislation__icon {
    margin-bottom: 9px;
  }
}

.legislation__icon.zip a {
  color: #5ab14c !important;
}

.legislation__icon.doc a {
  color: #62aaff !important;
}

.legislation__icon.no-file a {
  color: #84c8cd !important;
}

.legislation__info {
  font-size: 12px;
  line-height: 20px;
  color: #333333;
}

.legislation__info a {
  color: #333333 !important;
  display: block;
}

.legislation__info a:hover {
  color: #8f8f8f;
}

.legislation__button {
  text-align: center;
  padding: 29px 0 12px;
  display: none;
}

.legislation__button a {
  display: inline-block;
  width: 185px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: "Yanone Kaffeesatz Bold", sans-serif;
  color: #323232;
  font-size: 12px;
}

.legislation__button a::before {
  height: 34px;
  background-position: 0 -9px;
}

.legislation__button a:hover::before {
  background-position: 0 -56px;
}

.footer {
  background: url("../images/bgfooter.png") repeat 0 0;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

.footer .container {
  max-width: 1150px;
}

@media (max-width: 1150px) {
  .footer .container {
    max-width: 970px;
  }
}

.footer a {
  color: #a0aeb7;
  font-size: 12px;
  line-height: 15px;
}

.footer a:hover {
  color: #fff;
}

.footer p a {
  color: #fff;
  font-size: 18px;
  line-height: 21px;
  font-family: "Yanone Kaffeesatz Bold", sans-serif;
}

.footer p a:hover {
  color: #cc3333;
}

.footer .container {
  position: relative;
  overflow: visible;
  padding: 75px 0 36px 0;
}

@media (max-width: 600px) {
  .footer .container {
    padding: 15px 0;
  }
}

.footer__icons {
  position: absolute;
  right: 0;
  top: -15px;
  text-align: center;
  padding-bottom: 29px;
  z-index: 1;
}

.footer__icons a {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #f44c4d;
  color: #f44c4d;
  margin: 0 9px;
  position: relative;
}

.footer__icons img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
}

@media (max-width: 600px) {
  .footer__icons {
    position: relative;
    top: 0;
  }
}

.footer .information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -30px;/*-90px;*/
  margin-bottom: 35px;
}

.footer .information__left {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 400px;
          flex: 1 0 400px;
  color: #ffffff;
  font-size: 12px;
  line-height: 15px;
}
.cont-info-footer {
  padding-left: 25px;
}
.cont-info-footer {
  max-width: 170px;
}
.mail-footer:before {
  content: url(../images/mail-footer.png);
  position: absolute;
  margin-left: -25px;
  margin-top: -2px;
}
.tel-footer:before {
  content: url(../images/tel-footer.png);
  position: absolute;
  margin-left: -25px;
  margin-top: -1px;
}
.loc-footer:before {
  content: url(../images/loc-footer.png);
  position: absolute;
  margin-left: -25px;
  margin-top: -3px;
}

.cont-info-footer li {
  color: #a0aeb7;
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 10px;
}

@media (max-width: 500px) {
  .footer .information__left {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
}

.footer .information__right {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.footer .information__right p a {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-decoration: underline;
  color: #ffffff;
  opacity: 0.5;
}

.footer .information__right p a:hover {
  text-decoration: none;
  opacity: 1;
  color: #fff;
}

@media (max-width: 990px) {
  .footer .information {
    margin-top: 0;
    padding: 0 20px;
  }
}

@media (max-width: 600px) {
  .footer .information {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-right: 0;
  }
  .footer .information__left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .footer .information__right {
    /* text-align: center; */
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 9;
}

.menu__item {
  margin: 0 15px 15px;
}

.menu__item ul {
	padding-left: 0;
}

.menu__item li {
  margin-bottom: 5px;
}

.menu p {
  font-family: "Yanone Kaffeesatz Bold", sans-serif;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 29px;
}

@media (max-width: 1000px) {
  .menu {
    margin: 0;
  }
}

@media (max-width: 990px) {
  .menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
  }
}

@media (max-width: 600px) {
  .menu {
    display: block;
    text-align: center;
  }
  .menu__item ul {
    display: none;
  }
}

.logo-min {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 999;
  position: relative;
}

.logo-min:not(:last-child) {
  margin: 0 0 25px;
}

.logo-min a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.logo-min p {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
  margin: 7px 0 0 0;
}

.logo-min img {
	margin-right: 15px;
	max-width: 66px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66px;
          flex: 0 0 66px;	
}

@media (max-width: 600px) {
  .logo-min {
    text-align: center;
    display: block;
    max-width: 275px;
    margin: 0 auto 10px;
  }
}

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

.logo-copy:not(:last-child) {
	margin-bottom: 25px;
}

.logo-copy p {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
  opacity: 0.5;
  margin: 0;
}

.logo-copy {
  display: flex;
  align-items: center;
}

.logo-copy img {
  margin: 0 20px 0 7px;
  max-width: 54px;
}

.logo-copy p {
  opacity: 0.5;
  margin: 0;
}

@media (max-width: 600px) {
  .logo-copy {
    display: none;
  }
}

.qr-code {
  display: flex;
  align-items: center;
}

.qr-code img {
  margin: 0 20px 0 7px;
  max-width: 54px;
}

.qr-code p {
  opacity: 0.5;
  margin: 0;
}


.copy {
  display: none;
}

@media (max-width: 600px) {
  .copy {
    display: block;
    text-align: center;
    margin-bottom: 25px;
    font-size: 12px;
    line-height: 15px;
    padding: 0 10px;
  }
  .copy p {
    opacity: 0.5;
  }
  .copy img {
    margin-bottom: 15px;
  }
}

.error-text {
  text-align: center;
  height: calc(100vh - 555px);
}

#toTop {
  position: fixed;
  background: url("../images/up.png") #84c8cd no-repeat 50% 50%;
  -webkit-box-shadow: 0px 2px 4px rgba(40, 41, 61, 0.04), 0px 8px 16px rgba(96, 97, 112, 0.16);
          box-shadow: 0px 2px 4px rgba(40, 41, 61, 0.04), 0px 8px 16px rgba(96, 97, 112, 0.16);
  border-radius: 50%;
  width: 48px;
  height: 48px;
  bottom: 50px;
  right: 10px;
  cursor: pointer;
  z-index: 9999;
}

.pswp__zoom-wrap {
  -webkit-transform: none !important;
          transform: none !important;
}

.pswp__img {
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.foto {
  margin: 50px -100px 30px;
}

@media (max-width: 1280px) {
  .foto {
    margin: 50px -82px 0;
  }
}

.foto figure {
  max-width: 100%;
  margin-bottom: 0;
  padding: 0 5px 0 0;
  height: 136px;
}

.foto__slide .slick-slide {
  background: #fff;
}

.foto__slide .slick-slide img {
  margin: 0 auto;
  height: 100%;
}

.foto__slide .slick-next {
  right: -10px;
  margin-top: 13px;
}

.foto__slide .slick-prev {
  left: -3px;
  margin-top: 13px;
}

.foto__slide .slick-prev::before {
  background: url("../images/arrow-prev.png") no-repeat 0 0;
}

.foto__slide .slick-next::before {
  background: url("../images/arrow-next.png") no-repeat 0 0;
}

.project__item {
  max-width: 84%;
  margin: 0 auto 50px;
  font-size: 16px;
  line-height: 19px;
  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;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: "Yanone Kaffeesatz Regular", sans-serif;
  color: #323232;
}

@media (max-width: 1280px) {
  .project__item {
    max-width: 100%;
  }
}

.project__item p {
  background: #e2fcfc;
  height: 44px;
  line-height: 42px;
  position: relative;
  padding: 0 15px;
  margin-right: 40px;
}

.project__item p::before {
  content: "";
  height: 44px;
  width: 15px;
  background: url("../images/before.png") no-repeat 0 0;
  position: absolute;
  right: -15px;
  top: 0;
}

.project__item p a {
  color: #323232;
}

.content-share {
  text-align: center;
  margin-bottom: 20px;
}

.content-share .ya-share2 {
  margin: 0 auto;
  display: inline-block;
  border-top: 1px solid #f7f7f7;
  border-bottom: 1px solid #f7f7f7;
}

.content-share .ya-share2__container_shape_round .ya-share2__icon {
  opacity: 0.3;
}

.programmy__title {
  background: url("../images/books.svg") no-repeat 0 50%;
}

.inner .slider .container {
  padding-bottom: 0;
}

.inner .slider .slick-dots {
  display: none;
}

.inner .slider__title {
  font-size: 24px;
  line-height: 28px;
}

.inner .slider__text {
  padding: 15px 20px 10px 23px;
  margin-top: -55px;
}

@media (max-width: 768px) {
  .inner .slider__text {
    margin-top: 0;
  }
  .inner .slider__text::before {
    display: none;
  }
}

.navigation {
  padding-top: 42px;
  font-size: 12px;
  line-height: 15px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #53acb2;
  margin-bottom: 25px;
}

.navigation .container {
  max-width: 1100px;
}

.navigation a {
  margin: 0 5px 0 0;
  color: #93cdd1;
  text-decoration: underline;
  vertical-align: middle;
}

.navigation a:hover {
  color: #53acb2;
}

.navigation__home {
  display: inline-block;
  background: url("../images/home.png") no-repeat 0 0;
  width: 18px;
  height: 17px;
}

.navigation span {
  margin: 0 5px 0 0;
  color: #84c8cd;
}

@media (max-width: 980px) {
  .navigation {
    padding-left: 10px;
    padding-top: 0;
  }
}

.information__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 44px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .information__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.information__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 463px;
}

@media (max-width: 768px) {
  .information__item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 380px;
            flex: 0 1 380px;
    margin-bottom: 30px;
  }
  .information__item:last-child {
    margin-bottom: 0;
  }
}

.information__item:last-child .information__info {
  padding: 40px 20px 40px 33px;
}

@media (max-width: 759px) {
  .information__item:last-child .information__info {
    padding-left: 19px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0 0 19px;
  }
}

@media (max-width: 600px) {
  .information__item:last-child .information__info {
    padding: 20px 10px 0 0;
  }
}

@media (max-width: 759px) {
  .information__item:last-child .information__img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.information__info {
  font-size: 14px;
  line-height: 20px;
  color: #4e4e4e;
  padding: 0 0 0 19px;
}

@media (max-width: 768px) {
  .information__info {
    font-size: 12px;
    line-height: 20px;
  }
}

@media (max-width: 600px) {
  .information__info {
    padding: 0 10px 0 0;
  }
}

.information__img img {
  max-width: 100%;
}

@media (max-width: 768px) {
  .information__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 360px;
            flex: 1 0 360px;
  }
  .information__img img {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .information__img {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 90%;
            flex: 1 1 90%;
  }
  .information__img img {
    width: 90%;
    margin: 0 auto;
  }
}

.connected {
  background: url("../images/bgrecommendation2.png") #fbfbfc no-repeat 0% 0%/100% 171px;
  padding-top: 196px;
  margin-top: -60px;
}

@media (max-width: 768px) {
  .connected {
    margin-top: -100px;
  }
  .connected .container {
    text-align: center;
  }
}

.connected__title {
  background: url("../images/icon_connected.svg") no-repeat 0 100%;
  padding-left: 56px;
  margin-bottom: 52px;
  padding-top: 15px;
}

.connected__title::before {
  left: 56px;
}

@media (max-width: 500px) {
  .connected__title {
    background-size: auto 100%;
  }
  .connected__title .container {
    text-align: center;
  }
}

.connected__body .title {
  color: #d30029;
  margin-bottom: 19px;
  background: none;
  padding-left: 0;
  font-size: 18px;
  line-height: 120%;
}

.connected__body .title::before {
  display: none;
}

.connected .press {
  margin-bottom: 0;
}

.connected .press__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 500px) {
  .connected .press__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.connected .press__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 31%;
          flex: 0 0 31%;
  margin-bottom: 48px;
  background: #fff;
  min-height: 100px;
}

.connected .press__item:hover {
  background: #f5ffff;
}

@media (max-width: 768px) {
  .connected .press__item:last-child {
    display: block;
  }
}

@media (max-width: 500px) {
  .connected .press__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
    margin-bottom: 22px;
  }
}

.connected .events__data {
  font-size: 12px;
  line-height: 15px;
  color: #53acb2;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  margin-bottom: 12px;
}

@media (max-width: 350px) {
  .connected .events__data {
    padding: 0 10px;
  }
}

.connected .events .container {
  overflow: visible;
}

.connected .staff {
  padding-bottom: 42px;
}

.connected .staff__item {
  width: 218px;
  margin-right: 93px;
}

.connected .staff__item:last-child {
  margin-right: 0;
}

@media (max-width: 1280px) {
  .connected .staff__item {
    margin-right: 33px;
  }
}

@media (max-width: 950px) {
  .connected .staff__item {
    margin-right: 20px;
  }
}

@media (max-width: 910px) {
  .connected .staff__item {
    margin-right: 0px;
  }
}

.connected .staff__img {
  text-align: center;
}

.connected .staff__img img {
  margin: 0 auto 21px;
  -webkit-transition: -webkit-filter 0.5s linear;
  transition: -webkit-filter 0.5s linear;
  transition: filter 0.5s linear;
  transition: filter 0.5s linear, -webkit-filter 0.5s linear;
  -webkit-box-shadow: 0px 2px 8px rgba(40, 41, 61, 0.08), 0px 20px 32px rgba(96, 97, 112, 0.24);
          box-shadow: 0px 2px 8px rgba(40, 41, 61, 0.08), 0px 20px 32px rgba(96, 97, 112, 0.24);
  border-radius: 50%;
  -webkit-filter: brightness(1) grayscale(1) opacity(0.8);
          filter: brightness(1) grayscale(1) opacity(0.8);
  border: 2px solid transparent;
}

.connected .staff__img img:hover {
  -webkit-filter: none;
          filter: none;
  border: 2px solid #c0e06a;
}

.connected .staff__info {
  font-size: 12px;
  line-height: 20px;
  color: #4e4e4e;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  padding: 0 10px;
  text-align: center;
}

.connected .staff__fio {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: "Yanone Kaffeesatz Bold", sans-serif;
  color: #555555;
  font-size: 18px;
  line-height: 120%;
  margin-bottom: 6px;
}

@media (max-width: 768px) {
  .connected .staff .container {
    text-align: center;
  }
  .connected .staff__item {
    width: 215px;
  }
}

@media (max-width: 768px) and (max-width: 350px) {
  .connected .staff__item {
    width: 202px;
  }
}

.connected .recommendation {
  background: none;
  margin-bottom: 0;
  padding-bottom: 52px;
}

.connected .recommendation__body {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.connected .recommendation__body::before {
  display: none;
}

@media (max-width: 640px) {
  .connected .recommendation__item {
    margin: 0 auto 50px;
  }
}

.news {
  background: -webkit-gradient(linear, left bottom, left top, from(#fbfbfc), to(#fbfbfc)), -webkit-gradient(linear, left top, left bottom, color-stop(87.4%, #fbfbfc), color-stop(98.96%, rgba(251, 251, 252, 0)));
  background: linear-gradient(0deg, #fbfbfc, #fbfbfc), linear-gradient(180deg, #fbfbfc 87.4%, rgba(251, 251, 252, 0) 98.96%);
}

.news .header {
  border-bottom: 1px solid #ebebeb;
}

.news .header .container {
  /* max-width: 1100px; */
}

@media (max-width: 980px) {
  .news {
    background: #fff;
  }
}

.news .navigation {
  padding-top: 38px;
}

@media (max-width: 980px) {
  .news .navigation {
    padding-left: 0;
  }
  .news .navigation .container {
    padding: 0 20px;
  }
}

@media (max-width: 600px) {
  .news .navigation {
    display: none;
  }
}

.header {
  background: #fff;
}

.press {
  text-align: center;
  min-height: calc(100% - 627px);
}

@media (max-width: 1280px) {
  .press .container {
    max-width: 1100px;
  }
}

@media (max-width: 1280px) and (max-width: 1100px) {
  .press .container {
    max-width: 970px;
  }
}

@media (max-width: 980px) {
  .press .container {
    padding: 0 20px;
  }
}

@media (max-width: 600px) {
  .press {
    padding-top: 30px;
  }
}

.title {
  display: inline-block;
  margin-left: 0;
  margin-right: 0;
}

.news-list {
  text-align: left;
}

.news-list__tab {
  margin-bottom: 53px;
}

@media (max-width: 980px) {
  .news-list__tab {
    margin-bottom: 33px;
  }
}

@media (max-width: 600px) {
  .news-list__tab {
    text-align: center;
    padding: 0 50px;
  }
}

@media (max-width: 420px) {
  .news-list__tab {
    padding: 0 0px;
  }
}

.news-list__tab a {
  display: inline-block;
  margin: 0 30px 22px 0;
  padding: 2px 26px 4px;
  background: -webkit-gradient(linear, left bottom, left top, from(#c4cdd3), to(#c4cdd3)), #84c8cd;
  background: linear-gradient(0deg, #c4cdd3, #c4cdd3), #84c8cd;
  border-radius: 20px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 19px;
  font-family: "Yanone Kaffeesatz Bold", sans-serif;
  min-width: 152px;
  color: #fff;
}

@media (max-width: 980px) {
  .news-list__tab a {
    margin-bottom: 22px;
  }
}

.news-list__tab a:last-child {
  margin-right: 0;
}

.news-list__tab a.active {
  background: #84c8cd;
}

@media (max-width: 600px) {
  .news-list__tab a {
    margin: 0 20px 22px;
    clear: left;
  }
  .news-list__tab a:last-child {
    margin: 0 22px;
  }
}

@media (max-width: 340px) {
  .news-list__tab a {
    margin: 0 0px 22px;
  }
}

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

@media (max-width: 550px) {
  .news-list__body {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.news-list__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 29%;
          flex: 0 0 29%;
  background: #fff;
  -webkit-box-shadow: 0px 0px 2px rgba(40, 41, 61, 0.04), 0px 4px 8px rgba(96, 97, 112, 0.16);
          box-shadow: 0px 0px 2px rgba(40, 41, 61, 0.04), 0px 4px 8px rgba(96, 97, 112, 0.16);
  border-radius: 0 0 8px 8px;
  margin: 0 74px 60px 0;
}

.news-list__item:nth-child(3n) {
  margin-right: 0;
}

.news-list__item:hover {
  -webkit-box-shadow: 0px 2px 8px rgba(40, 41, 61, 0.08), 0px 20px 32px rgba(96, 97, 112, 0.24);
          box-shadow: 0px 2px 8px rgba(40, 41, 61, 0.08), 0px 20px 32px rgba(96, 97, 112, 0.24);
  background: #f5ffff;
}

.news-list__item img {
  width: 100%;
  max-width: 100%;
}

@media (max-width: 1280px) {
  .news-list__item {
    margin-right: 70px;
  }
  .news-list__item:nth-child(3n) {
    margin-right: 0;
  }
}

@media (max-width: 800px) {
  .news-list__item {
    margin-right: 40px;
  }
  .news-list__item:nth-child(3n) {
    margin-right: 0;
  }
}

@media (max-width: 700px) {
  .news-list__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 46%;
            flex: 0 0 46%;
    margin-right: 25px;
  }
  .news-list__item:nth-child(3n) {
    margin-right: 0;
  }
}

@media (max-width: 660px) {
  .news-list__item {
    margin-right: 20px;
  }
  .news-list__item:nth-child(3n) {
    margin-right: 0;
  }
}

@media (max-width: 550px) {
  .news-list__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 94%;
            flex: 0 0 94%;
    margin-right: 0;
  }
}

.news-list__link {
  display: block;
  color: #4e4e4e;
}

.news-list__info {
  background: -webkit-gradient(linear, left bottom, left top, from(#84c8cd), to(#84c8cd)), #5ab14c;
  background: linear-gradient(0deg, #84c8cd, #84c8cd), #5ab14c;
  color: #fff;
  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;
  padding: 0px 12px 4px 13px;
  font-family: "Yanone Kaffeesatz Bold", sans-serif;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.news-list__text {
  font-size: 14px;
  line-height: 20px;
  color: #4e4e4e;
  padding: 0 10px 22px 14px;
}

.pagination {
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: "Inter";
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagination a {
  color: #9f9f9f;
  margin-right: 18px;
}

.pagination a:last-child {
  margin-right: 0;
}

.pagination a.active {
  color: #555;
  border-bottom: 3px solid #de3f5e;
  font-size: 18px;
  line-height: 22px;
  margin-top: -2px;
}

.prev {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.prev::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 4px;
  border: 5px solid transparent;
  border-right: 8px solid #de3f5e;
}

.next {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.next::before {
  content: "";
  position: absolute;
  right: 5px;
  top: 4px;
  border: 5px solid transparent;
  border-left: 8px solid #de3f5e;
}

.news-details {
  background: #fff;
  -webkit-box-shadow: 0px 10px 2px rgba(40, 41, 61, 0.04), 0px 6px 8px rgba(96, 97, 112, 0.16);
          box-shadow: 0px 10px 2px rgba(40, 41, 61, 0.04), 0px 6px 8px rgba(96, 97, 112, 0.16);
  padding: 59px 100px;
  text-align: left;
  font-size: 16px;
  line-height: 28px;
}

@media (max-width: 1280px) {
  .news-details {
    padding: 38px 83px 59px;
  }
}

@media (max-width: 980px) {
  .news-details {
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 38px 0px 0px;
  }
}

.news-details__body h2 {
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: "Yanone Kaffeesatz Bold", sans-serif;
  font-size: 30px;
  line-height: 40px;
  color: #4e4e4e;
  margin: 0 160px 24px;
}

@media (max-width: 1280px) {
  .news-details__body h2 {
    margin: 0 80px 24px;
  }
}

@media (max-width: 950px) {
  .news-details__body h2 {
    margin: 0 40px 24px;
  }
}

@media (max-width: 600px) {
  .news-details__body h2 {
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 14px;
  }
}

.news-details__body h3 {
  font-size: 20px;
  line-height: 28px;
  color: #4e4e4e;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  margin-bottom: 20px;
  font-weight: bold;
}

@media (max-width: 600px) {
  .news-details__body h3 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 11px;
  }
}

.news-details__body iframe {
  margin: 40px auto 0;
}

@media (max-width: 600px) {
  .news-details__body iframe {
    width: 100%;
    height: 300px;
  }
}

@media (max-width: 530px) {
  .news-details__body iframe {
    height: 270px;
  }
}

@media (max-width: 490px) {
  .news-details__body iframe {
    height: 250px;
  }
}

@media (max-width: 450px) {
  .news-details__body iframe {
    height: 230px;
  }
}

@media (max-width: 400px) {
  .news-details__body iframe {
    height: 200px;
  }
}

@media (max-width: 375px) {
  .news-details__body iframe {
    height: 180px;
  }
}

.news-details__img {
  margin-bottom: 50px;
}

.news-details__img img {
  width: 100%;
  max-width: 100%;
}

@media (max-width: 600px) {
  .news-details__img {
    margin-bottom: 22px;
  }
}

.news-details__text {
  max-width: 80%;
  margin: 0 auto;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

@media (max-width: 1280px) {
  .news-details__text {
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  .news-details__text {
    font-size: 12px;
    line-height: 20px;
  }
}

.news-details__text p {
  /*margin-bottom: 30px;*/
  margin-bottom: 15px;
}

.news-details__text a {
  color: #53acb2;
}

.news-details__text a:hover {
  color: #2a7484;
}

.news-details__text ol {
  margin: 0 60px 30px 90px;
  counter-reset: li;
  list-style: none;
}

@media (max-width: 600px) {
  .news-details__text ol {
    margin: 0 0 20px 20px;
  }
}

.news-details__text ol li {
  margin-bottom: 20px;
  position: relative;
  padding-left: 15px;
}

.news-details__text ol li::before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  left: -32px;
  top: -2px;
  margin-top: 0;
  background: #f5ffff;
  height: 32px;
  width: 32px;
  line-height: 32px;
  text-align: center;
  font-weight: bold;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.news-details__text ul {
  /*margin: 0 0 50px 120px;*/
  margin: 0 0 50px 60px;
}

@media (max-width: 600px) {
  .news-details__text ul {
    margin-left: 50px;
  }
}

@media (max-width: 420px) {
  .news-details__text ul {
    margin-left: 20px;
  }
}

.news-details__text ul li {
  list-style: none;
  background: url("../images/marker.png") no-repeat 0 8px;
  margin-bottom: 15px;
  padding-left: 26px;
}

.news-details__text blockquote {
  background: #f5ffff;
  border-radius: 8px;
  padding: 67px 60px 42px 62px;
  font-size: 16px;
  line-height: 28px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: italic;
  position: relative;
  margin-bottom: 54px;
}

@media (max-width: 600px) {
  .news-details__text blockquote {
    padding: 67px 15px 54px 24px;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 21px;
  }
}

.news-details__text blockquote::before {
  content: "";
  position: absolute;
  width: 32px;
  height: 25px;
  background: url("../images/blockquote.png") no-repeat 0 0;
  left: 13px;
  top: 16px;
}

.news-details__text blockquote::after {
  content: "";
  position: absolute;
  width: 32px;
  height: 25px;
  background: url("../images/blockquote.png") no-repeat 0 0;
  right: 13px;
  bottom: 16px;
}

.data {
  text-align: center;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #9d9d9d;
  font-family: "Yanone Kaffeesatz Bold", sans-serif;
  margin-bottom: 13px;
}

h4 {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #53acb2;
  text-align: center;
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 19px;
  font-family: "Yanone Kaffeesatz Bold", sans-serif;
}

.standard .slider__text {
  border-radius: 0 10px 0 0;
}

.standard .navigation {
  background: -webkit-gradient(linear, left bottom, left top, from(#fbfbfc), to(#fbfbfc)), -webkit-gradient(linear, left top, left bottom, color-stop(87.4%, #fbfbfc), color-stop(98.96%, rgba(251, 251, 252, 0)));
  background: linear-gradient(0deg, #fbfbfc, #fbfbfc), linear-gradient(180deg, #fbfbfc 87.4%, rgba(251, 251, 252, 0) 98.96%);
  margin-bottom: 0;
  padding-bottom: 33px;
}

#content {
  font-size: 16px;
  line-height: 28px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  padding-bottom: 50px;
  background: -webkit-gradient(linear, left bottom, left top, from(#fbfbfc), to(#fbfbfc)), -webkit-gradient(linear, left top, left bottom, color-stop(87.4%, #fbfbfc), color-stop(98.96%, rgba(251, 251, 252, 0)));
  background: linear-gradient(0deg, #fbfbfc, #fbfbfc), linear-gradient(180deg, #fbfbfc 87.4%, rgba(251, 251, 252, 0) 98.96%);
}

@media (max-width: 980px) {
  #content {
    background: #fff;
  }
}

#content .container {
  max-width: 1150px;
  padding: 42px 99px 50px 101px;
  background: #ffffff;
  -webkit-box-shadow: 0px 10px 2px rgba(40, 41, 61, 0.04), 0px 6px 8px rgba(96, 97, 112, 0.16);
          box-shadow: 0px 10px 2px rgba(40, 41, 61, 0.04), 0px 6px 8px rgba(96, 97, 112, 0.16);
}

@media (max-width: 1280px) {
  #content .container {
    max-width: 966px;
    padding: 0 83px 10px 85px;
  }
}

@media (max-width: 900px) {
  #content .container {
    max-width: 100%;
    padding: 0 15px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

@media (max-width: 767px) {
  #content .container {
    padding-top: 30px;
  }
}

#content h2 {
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: "Yanone Kaffeesatz Bold", sans-serif;
  font-size: 30px;
  line-height: 40px;
  color: #4e4e4e;
  margin: 0 160px 50px;
}

@media (max-width: 1280px) {
  #content h2 {
    margin: 0 80px 24px;
  }
}

@media (max-width: 950px) {
  #content h2 {
    margin: 0 40px 24px;
  }
}

@media (max-width: 600px) {
  #content h2 {
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 14px;
  }
}

#content h3 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #333;
  margin-bottom: 30px;
}

@media (max-width: 600px) {
  #content h3 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 11px;
  }
}

#content img {
  margin: 0 auto 20px;
}

#content .img-left {
  float: left;
  margin: 0 30px 10px 0;
  max-width: 100%;
}

@media (max-width: 600px) {
  #content .img-left {
    float: none;
    text-align: center;
    margin: 0 0 20px;
  }
  #content .img-left img {
    margin: 0 auto;
  }
}

@media (max-width: 400px) {
  #content .img-left img {
    width: 100%;
  }
}

#content p {
  margin-bottom: 30px;
}

#content a {
  color: #53acb2;
}

#content a:hover {
  color: #2a7484;
}

#content ol {
  margin: 0 60px 30px 90px;
  counter-reset: li;
  list-style: none;
}

@media (max-width: 600px) {
  #content ol {
    margin: 0 0 20px 20px;
  }
}

@media (max-width: 500px) {
  #content ol {
    margin-left: 30px;
  }
}

#content ol li {
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
  padding-left: 15px;
}

#content ol li::before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  left: -32px;
  top: -2px;
  margin-top: 0;
  background: #f5ffff;
  height: 32px;
  width: 32px;
  line-height: 32px;
  text-align: center;
  font-weight: bold;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#content ul {
  color: #53acb2;
  margin: 0 0 50px 120px;
  font-size: 22px;
}

@media (max-width: 700px) {
  #content ul {
    margin-left: 60px;
  }
}

#content ul li {
  list-style: disc;
  margin-bottom: 15px;
  padding-left: 13px;
}

#content ul li:hover {
  color: #2a7484;
}

#content ul p {
  color: #4e4e4e;
  margin-bottom: 0;
  font-size: 16px;
}

#content blockquote {
  background: #f5ffff;
  border-radius: 8px;
  padding: 67px 60px 42px 62px;
  font-weight: bold;
  font-size: 16px;
  line-height: 28px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: italic;
  position: relative;
  margin-bottom: 54px;
}

@media (max-width: 600px) {
  #content blockquote {
    padding: 67px 15px 54px 24px;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 21px;
  }
}

#content blockquote::before {
  content: "";
  position: absolute;
  width: 32px;
  height: 25px;
  background: url("../images/blockquote.png") no-repeat 0 0;
  left: 13px;
  top: 16px;
}

#content blockquote::after {
  content: "";
  position: absolute;
  width: 32px;
  height: 25px;
  background: url("../images/blockquote.png") no-repeat 0 0;
  right: 13px;
  bottom: 16px;
}

#content .note {
  font-size: 12px;
  line-height: 20px;
  padding: 10px 17px 8px 24px;
  background: #fbfbfc;
  margin-bottom: 50px;
}

#content .note p {
  margin-bottom: 0;
}

.block-center {
  text-align: center;
}

figure {
  text-align: center;
  font-family: "Inter", sans-serif;  
  font-style: italic;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  display: inline-block;
  margin: 0 auto 30px;
  max-width: 564px;
  text-align: left;
}

.block-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  margin: 0 -15px 40px;
}

@media (max-width: 500px) {
  .block-images {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.block-images figure {
  max-width: 100%;
  margin: 0 15px;
}

@media (max-width: 500px) {
  .block-images figure {
    margin-bottom: 30px;
  }
  .block-images figure:last-child {
    margin-bottom: 0;
  }
}

.block-images figure img {
  max-width: 100%;
}

.documents .title {
  background: url("../images/icons-06.svg") no-repeat 0 100%;
  background-size: 35px auto;
  padding-left: 50px;
  padding-bottom: 6px;
}

.documents .title::before {
  bottom: 0;
  left: 50px;
}

.documents .legislation__body {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 -15px;
}

@media (max-width: 500px) {
  .documents .legislation__body {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.documents .legislation__body p {
  margin: 0 15px;
  font-size: 16px;
  line-height: 28px;
}

.documents .legislation__body p a {
  color: #53acb2;
}

.documents .legislation__body p a:hover {
  color: #2a7484;
}

.documents .legislation__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  margin: 0 15px 53px;
}

.documents .legislation__item:nth-child(3n) {
  margin-right: 0;
}

@media (max-width: 1100px) {
  .documents .legislation__item {
    -ms-flex: 0 0 47%;
    flex: 0 0 47%;
    margin: 0 15px 53px;
  }
  .documents .legislation__item:nth-child(3n) {
    margin: 0 15px 53px;
  }
}
@media (max-width: 1000px) {
  .documents .legislation__item {
    -ms-flex: 0 0 46%;
    flex: 0 0 46%;
  }
}
@media (max-width: 800px) {
  .legislation__item {flex-direction: column;}
  .legislation__icon {margin-right: 0;}
  .documents .legislation__item {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
  }

}

@media (max-width: 500px) {
  .documents .legislation__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 90%;
            flex: 0 0 90%;
    margin: 0 0 30px;
  }
}

.content-documents .legislation__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 46%;
          flex: 0 0 46%;
  max-width: 363px;
}

.content-documents .legislation__item:nth-child(3n) {
  margin-right: 15px;
}

@media (max-width: 759px) {
  .content-documents .legislation__item:nth-child(2n) {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 500px) {
  .content-documents .legislation__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 96%;
            flex: 0 0 96%;
    max-width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .content-documents .legislation__item:nth-child(3n) {
    margin-right: 0;
  }
}

@media (max-width: 346px) {
  .content-documents .legislation__item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 346px) {
  .content-documents .legislation__icon {
    margin-right: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}

.search-page {
  background: #fff;
  -webkit-box-shadow: 0px 10px 2px rgba(40, 41, 61, 0.04), 0px 6px 8px rgba(96, 97, 112, 0.16);
          box-shadow: 0px 10px 2px rgba(40, 41, 61, 0.04), 0px 6px 8px rgba(96, 97, 112, 0.16);
  padding: 59px 100px;
  max-width: 1150px;
  margin: 0 auto 75px;
}

@media (max-width: 700px) {
  .search-page {
    padding: 59px 30px 59px 20px;
  }
}

.search-page form {
  text-align: center;
  max-width: 659px;
  margin: 0 auto 50px;
  position: relative;
}

.search-page form::before {
  width: 1px;
  height: 28px;
  background: #c4c4c4;
  position: absolute;
  right: 210px;
  top: 7px;
}

.search-page form .d-flex {
  -webkit-box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.15);
          box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.15);
  border: 1px solid #c4c4c4;
  border-radius: 20px;
}

.search-page form input[type="submit"] {
  width: 45px;
  height: 38px;
  background: url("../images/search.png") #d30029 no-repeat 50% 50%;
  -webkit-box-shadow: 0px 0px 1px rgba(40, 41, 61, 0.04), 0px 2px 4px rgba(96, 97, 112, 0.16);
          box-shadow: 0px 0px 1px rgba(40, 41, 61, 0.04), 0px 2px 4px rgba(96, 97, 112, 0.16);
  border-radius: 0 20px 20px 0;
  border: 0;
  font-size: 0;
}

.search-page form input[type="text"] {
  border: 0;
  border-left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  border-radius: 20px 0 0 20px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #4e4e4e;
  padding: 0 10px;
  background: none;
}

@media (max-width: 530px) {
  .search-page form input[type="text"] {
    max-width: 90%;
  }
}

.search-page form select {
  border: 0;
  border-left: 0;
  border-right: 0;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #9f9f9f;
  background: none;
  width: 155px;
}

.search-page__item {
  font-size: 14px;
  line-height: 20px;
  color: #4e4e4e;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  margin-bottom: 50px;
}

.search-page__item a {
  color: #53acb2;
}

.search-page__item p {
  margin-bottom: 0;
}

.search-page__item small {
  color: #53acb2;
  font-size: 12px;
}

.search-page .pagination {
  margin-bottom: 50px;
}

.search-page__sorting {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #4e4e4e;
}

.search-page__sorting a {
  color: #9d9d9d;
  margin-left: 27px;
}

.search-page__sorting b {
  color: #53acb2;
  position: relative;
  display: inline-block;
  margin-left: 27px;
}

.search-page__sorting b::before {
  content: "";
  width: 36px;
  height: 2px;
  background: #53acb2;
  position: absolute;
  bottom: -5px;
  left: 0;
}

.search-page .search-page-params {
  display: none;
}

.contacts__title {
  background: url("../images/icons-11.svg") no-repeat 0 50%;
  padding-left: 57px;
  margin-bottom: 53px;
  line-height: 40px;
  padding-bottom: 3px;
  background-size: 43px auto;
}

.contacts__title::before {
  left: 57px;
  bottom: 2px;
}

.direction__title {
  background: url("../images/icons-02.svg") no-repeat 0 50%;
  padding-left: 55px;
  margin-bottom: 53px;
  line-height: 40px;
  padding-bottom: 3px;
  background-size: 43px auto;
}

.direction__title::before {
  left: 55px;
  bottom: 2px;
}

.partner {
  background: -webkit-gradient(linear, left bottom, left top, from(#fbfbfc), to(#fbfbfc)), -webkit-gradient(linear, left top, left bottom, color-stop(87.4%, #fbfbfc), color-stop(98.96%, rgba(251, 251, 252, 0)));
  background: linear-gradient(0deg, #fbfbfc, #fbfbfc), linear-gradient(180deg, #fbfbfc 87.4%, rgba(251, 251, 252, 0) 98.96%);
}

.partner .header {
  border-bottom: 1px solid #ebebeb;
  background: #fff;
}

.partner .header .container {
  max-width: 1100px;
}

.partner .navigation {
  padding-top: 38px;
}

@media (max-width: 980px) {
  .partner .navigation {
    padding-left: 0;
  }
  .partner .navigation .container {
    padding: 0 20px;
  }
}

@media (max-width: 600px) {
  .partner .navigation {
    display: none;
  }
}

.partners__title {
  background: url("../images/icons-07.svg") no-repeat 0 50%;
  padding-left: 55px;
  margin-bottom: 53px;
  line-height: 40px;
  padding-bottom: 3px;
  background-size: 43px auto;
}

.partners__title::before {
  left: 55px;
  bottom: 2px;
}

.partners__row {
  text-align: left;
}

.partners__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #ffffff;
  -webkit-box-shadow: 0px 10px 2px rgba(40, 41, 61, 0.04), 0px 6px 8px rgba(96, 97, 112, 0.16);
          box-shadow: 0px 10px 2px rgba(40, 41, 61, 0.04), 0px 6px 8px rgba(96, 97, 112, 0.16);
  margin-bottom: 50px;
  padding: 49px 30px 32px 30px;
}

@media (max-width: 650px) {
  .partners__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 21px;
  }
}

.partners__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 27%;
          flex: 0 0 27%;
  margin-right: 30px;
  text-align: center;
}

@media (max-width: 650px) {
  .partners__logo {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}

.partners__logo img {
  max-width: 100%;
  width: 60%;
}

@media (max-width: 650px) {
  .partners__logo img {
    margin-bottom: 20px;
  }
}

.partners__text {
  font-size: 16px;
  line-height: 28px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #4e4e4e;
}

.partners__text h3 {
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  color: #333;
  margin-bottom: 19px;
}

.partners__text a {
  color: #53acb2;
  font-weight: bold;
}

@media (max-width: 768px) {
  .partners .container {
    padding: 0;
  }
}

.institut__title {
  background: url("../images/icon_institut.svg") no-repeat 0 50%;
  padding-left: 60px;
  margin-bottom: 53px;
  line-height: 40px;
  padding-bottom: 3px;
  background-size: 42px auto;
}

.institut__title::before {
  left: 60px;
  bottom: 2px;
}

.institute .slider .container {
  padding-bottom: 0;
}

.institute .slider .slick-dots {
  display: none;
}

.institute .slider__title {
  font-size: 40px;
  line-height: 47px;
}

@media (max-width: 500px) {
  .institute .slider__title {
    font-size: 30px;
    line-height: 30px;
  }
}

.institute .slider__text {
  padding: 15px 20px 10px 23px;
  margin-top: -39px;
}

@media (max-width: 768px) {
  .institute .slider__text {
    margin-top: 0;
  }
  .institute .slider__text::before {
    display: none;
  }
}

.institute .slider__text::before {
  background: url("../images/ugol2.png") no-repeat 0 0;
  right: -5px;
}

.institute .slider__fon {
  height: 91%;
}

.institute-info {
  background: -webkit-gradient(linear, left bottom, left top, from(#fbfbfc), to(#fbfbfc)), -webkit-gradient(linear, left top, left bottom, color-stop(87.4%, #fbfbfc), color-stop(98.96%, rgba(251, 251, 252, 0)));
  background: linear-gradient(0deg, #fbfbfc, #fbfbfc), linear-gradient(180deg, #fbfbfc 87.4%, rgba(251, 251, 252, 0) 98.96%);
  padding: 168px 0 116px 0;
  margin-top: -73px;
}

@media (max-width: 500px) {
  .institute-info {
    padding: 120px 0 30px;
  }
}

.institute-info .container {
  overflow: visible;
}

.institute-info__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -32px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 1280px) {
  .institute-info__row {
    margin: 0;
  }
}

@media (max-width: 980px) {
  .institute-info__row {
    padding: 0 15px;
  }
}

.institute-info__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  -webkit-box-shadow: 0px 0px 2px rgba(40, 41, 61, 0.04), 0px 4px 8px rgba(96, 97, 112, 0.16);
          box-shadow: 0px 0px 2px rgba(40, 41, 61, 0.04), 0px 4px 8px rgba(96, 97, 112, 0.16);
  border-radius: 8px;
  background: #fff;
  margin: 0 32px 50px;
  max-width: 543px;
  padding: 27px 34px 30px 50px;
}

.institute-info__item img {
  margin-right: 38px;
  max-width: 81px;
}

@media (max-width: 980px) {
  .institute-info__item img {
    margin-right: 0;
    margin-bottom: 38px;
  }
}

@media (max-width: 570px) {
  .institute-info__item img {
    margin-right: 38px;
    margin-bottom: 0;
  }
}

@media (max-width: 440px) {
  .institute-info__item img {
    margin-right: 20px;
  }
}

@media (max-width: 375px) {
  .institute-info__item img {
    margin-right: 0;
    margin-bottom: 38px;
  }
}

@media (max-width: 1280px) {
  .institute-info__item {
    margin-left: 0;
    margin-right: 64px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 43%;
            flex: 0 1 43%;
    padding: 27px 25px 30px;
  }
  .institute-info__item:nth-child(2n) {
    margin-right: 0;
  }
}

@media (max-width: 570px) {
  .institute-info__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    max-width: 100%;
    margin-right: 0;
  }
}

.institute-info__link {
  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;
  color: #4e4e4e;
}

@media (max-width: 980px) {
  .institute-info__link {
    display: block;
    text-align: center;
  }
}

@media (max-width: 570px) {
  .institute-info__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
  }
}

@media (max-width: 375px) {
  .institute-info__link {
    display: block;
    text-align: center;
  }
}

.institute-info__text {
  font-size: 14px;
  line-height: 24px;
  color: #4e4e4e;
  border-left: 3px solid #84c8cd;
  padding: 16px 0 10px 27px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.institute-info__text b {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 20px;
  line-height: 28px;
  color: #333333;
  display: block;
}

@media (max-width: 980px) {
  .institute-info__text b {
    font-size: 18px;
  }
}

@media (max-width: 570px) {
  .institute-info__text b {
    font-size: 20px;
  }
}

@media (max-width: 400px) {
  .institute-info__text b {
    font-size: 18px;
  }
}

.institute-info__text p {
  margin-bottom: 0;
}

@media (max-width: 980px) {
  .institute-info__text {
    border-left: 0;
    border-top: 3px solid #84c8cd;
    padding: 16px 0 10px 0px;
  }
}

@media (max-width: 570px) {
  .institute-info__text {
    border-left: 3px solid #84c8cd;
    padding: 16px 0 10px 27px;
    border-top: 0;
  }
}

@media (max-width: 375px) {
  .institute-info__text {
    border-left: 0;
    border-top: 3px solid #84c8cd;
    padding: 16px 0 10px 0px;
  }
}

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

.wrapper #content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  background: none;
  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;
  padding-bottom: 0;
  background: url("../images/bg404bot.png") no-repeat 50% 100%/100% auto;
  position: relative;
  min-height: 800px;
}

@media (max-width: 1366px) {
  .wrapper #content {
    min-height: 600px;
  }
}

@media (max-width: 950px) {
  .wrapper #content {
    min-height: 500px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    padding-top: 30px;
  }
}

@media (max-width: 500px) {
  .wrapper #content {
    min-height: auto;
    padding: 0 0 40px;
  }
}

.wrapper #content .container {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-align: center;
  padding-top: 0;
  position: relative;
  margin-top: -100px;
}

@media (max-width: 950px) {
  .wrapper #content .container {
    margin-top: 0;
  }
}

.wrapper .cloud {
  position: absolute;
  right: 29px;
  top: 0;
  -webkit-animation: rotateCloud 8s infinite linear;
          animation: rotateCloud 8s infinite linear;
}

@media (max-width: 950px) {
  .wrapper .cloud {
    max-width: 350px;
  }
}

@media (max-width: 500px) {
  .wrapper .cloud {
    display: none;
  }
}

.wrapper .cloud__2 {
  position: absolute;
  left: -20px;
  top: 0;
  -webkit-animation: rotateCloud2 8s infinite linear;
          animation: rotateCloud2 8s infinite linear;
}

@media (max-width: 950px) {
  .wrapper .cloud__2 {
    display: none;
  }
}

@-webkit-keyframes rotateCloud {
  0%,
  100% {
    -webkit-transform: translate(-10px, 0) rotate(-1deg);
    transform: translate(-10px, 0) rotate(-1deg);
  }
  20% {
    -webkit-transform: translate(5px, 10px) rotate(-3deg);
    transform: translate(5px, 10px) rotate(-3deg);
  }
  40% {
    -webkit-transform: translate(0, 30px) rotate(0deg);
    transform: translate(0, 30px) rotate(0deg);
  }
  60% {
    -webkit-transform: translate(5px, 10px) rotate(0deg);
    transform: translate(5px, 10px) rotate(0deg);
  }
  80% {
    -webkit-transform: translate(-15px, 20px) rotate(0deg);
    transform: translate(-15px, 20px) rotate(0deg);
  }
}

@keyframes rotateCloud {
  0%,
  100% {
    -webkit-transform: translate(-10px, 0) rotate(-1deg);
    transform: translate(-10px, 0) rotate(-1deg);
  }
  20% {
    -webkit-transform: translate(5px, 10px) rotate(-3deg);
    transform: translate(5px, 10px) rotate(-3deg);
  }
  40% {
    -webkit-transform: translate(0, 30px) rotate(0deg);
    transform: translate(0, 30px) rotate(0deg);
  }
  60% {
    -webkit-transform: translate(5px, 10px) rotate(0deg);
    transform: translate(5px, 10px) rotate(0deg);
  }
  80% {
    -webkit-transform: translate(-15px, 20px) rotate(0deg);
    transform: translate(-15px, 20px) rotate(0deg);
  }
}

@-webkit-keyframes rotateCloud2 {
  0%,
  100% {
    -webkit-transform: translate(-10px, 0) rotate(1deg);
    transform: translate(-10px, 0) rotate(1deg);
  }
  20% {
    -webkit-transform: translate(-5px, 10px) rotate(2deg);
    transform: translate(-5px, 10px) rotate(2deg);
  }
  40% {
    -webkit-transform: translate(0px, 30px) rotate(3deg);
    transform: translate(0px, 30px) rotate(3deg);
  }
  60% {
    -webkit-transform: translate(5px, 10px) rotate(-1deg);
    transform: translate(5px, 10px) rotate(-1deg);
  }
  80% {
    -webkit-transform: translate(10px, 20px) rotate(-2deg);
    transform: translate(10px, 20px) rotate(-2deg);
  }
}

@keyframes rotateCloud2 {
  0%,
  100% {
    -webkit-transform: translate(-10px, 0) rotate(1deg);
    transform: translate(-10px, 0) rotate(1deg);
  }
  20% {
    -webkit-transform: translate(-5px, 10px) rotate(2deg);
    transform: translate(-5px, 10px) rotate(2deg);
  }
  40% {
    -webkit-transform: translate(0px, 30px) rotate(3deg);
    transform: translate(0px, 30px) rotate(3deg);
  }
  60% {
    -webkit-transform: translate(5px, 10px) rotate(-1deg);
    transform: translate(5px, 10px) rotate(-1deg);
  }
  80% {
    -webkit-transform: translate(10px, 20px) rotate(-2deg);
    transform: translate(10px, 20px) rotate(-2deg);
  }
}

.error404 {
  font-family: "Yanone Kaffeesatz Regular", sans-serif;
}

.error404__404 {
  font-size: 131.967px;
  line-height: 157px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #84c8cd;
}

@media (max-width: 600px) {
  .error404__404 {
    font-size: 80px;
    line-height: 100px;
  }
}

.error404__text {
  max-width: 480px;
  margin: 0 auto 30px;
  font-size: 34.593px;
  line-height: 110%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #9d9d9d;
}

@media (max-width: 600px) {
  .error404__text {
    font-size: 28px;
    max-width: 400px;
  }
}

.error404__link a {
  display: inline-block;
  background: #c0e06a;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 43px;
  color: #323232 !important;
  padding: 0 28px 0 40px;
  font-family: "Yanone Kaffeesatz Bold", sans-serif;
  height: 43px;
  position: relative;
}

.error404__link a::before {
  content: "";
  width: 15px;
  height: 46px;
  background: url("../images/but.png") no-repeat 0 0;
  position: absolute;
  right: -14px;
  top: 0;
}

.error404__link a:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#cdf364), to(#cdf364)), #c0e06a;
  background: linear-gradient(0deg, #cdf364, #cdf364), #c0e06a;
}

.error404__link a:hover::before {
  background: url("../images/but.png") no-repeat 0 -47px;
}

.publications__title {
  background: url("../images/icons-12.svg") no-repeat 0 50%;
  padding-left: 48px;
  margin-bottom: 53px;
  line-height: 40px;
  padding-bottom: 3px;
  background-size: 35px auto;
}

.publications__title::before {
  left: 48px;
  bottom: 2px;
}

.publications__row {
  text-align: left;
}

.publications__item {
  background: #ffffff;
  -webkit-box-shadow: 0px 10px 2px rgba(40, 41, 61, 0.04), 0px 6px 8px rgba(96, 97, 112, 0.16);
          box-shadow: 0px 10px 2px rgba(40, 41, 61, 0.04), 0px 6px 8px rgba(96, 97, 112, 0.16);
  margin-bottom: 50px;
  padding: 50px 0;
}

@media (max-width: 650px) {
  .publications__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.publications__item .legislation__item {
  max-width: 366px;
  margin: 0 0 0 69px;
}

@media (max-width: 600px) {
  .publications__item .legislation__item {
    margin-left: 20px;
    text-align: center;
  }
}

@media (max-width: 420px) {
  .publications__item .legislation__item {
    margin: 0 10px;
    max-width: 100%;
  }
}

.publications__author {
  font-family: "Inter";
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  margin-bottom: 15px;
}

.publications__data {
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #9d9d9d;
  margin: 0 0 30px 69px;
  font-family: "Yanone Kaffeesatz Regular", sans-serif;
}

@media (max-width: 600px) {
  .publications__data {
    margin-left: 20px;
  }
}

.publications__text {
  font-size: 14px;
  line-height: 20px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #4e4e4e;
  margin-bottom: 25px;
  padding: 0 69px;
}

@media (max-width: 600px) {
  .publications__text {
    padding-right: 22px;
    padding-left: 20px;
  }
}

.publications__text h3 {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #333333;
  font-weight: normal;
  font-family: "Yanone Kaffeesatz Regular", sans-serif;
  margin-bottom: 24px;
}

@media (max-width: 600px) {
  .publications__text h3 {
    font-size: 18px;
    line-height: 22px;
  }
}

.publications__text a {
  color: #53acb2;
  font-weight: bold;
}

.publications__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  font-weight: 700;
  font-family: "Inter", sans-serif;  
  font-size: 14px;
  line-height: 20px;
  color: #4e4e4e;
}

.publications__form label {
  margin-right: 10px;
}

.publications__select {
  font-weight: 700;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #4e4e4e;
  background: none;
  padding: 0 18px 0 0;
  top: 0;
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  border: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: url("../images/select_bot.png") no-repeat 100% 8px;
}

.publications__select::-ms-expand {
  display: none;
}

.publications__select:focus {
  outline: none;
}

.publications__select option {
  font-weight: normal;
}

*[dir="rtl"] .publications__select,
:root:lang(ar) .publications__select,
:root:lang(iw) .publications__select {
  background-position: left 0.7em top 50%, 0 0;
  padding: 0.6em 0.8em 0.5em 1.4em;
}

@media (max-width: 768px) {
  .publications .container {
    padding: 0;
  }
}

.publications .new-select {
  position: relative;
  padding: 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.publications .new-select__list {
  position: absolute;
  top: 35px;
  left: -10px;
  background: #f5ffff;
  -webkit-box-shadow: 0px 2px 8px rgba(40, 41, 61, 0.08), 0px 20px 32px rgba(96, 97, 112, 0.24);
          box-shadow: 0px 2px 8px rgba(40, 41, 61, 0.08), 0px 20px 32px rgba(96, 97, 112, 0.24);
  cursor: pointer;
  width: 100%;
  z-index: 2;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-right: 15px;
  border-top: 3px solid #d30029;
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 163px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 0 0 8px 8px;
}

.publications .new-select__list::before {
  content: "";
  width: 14px;
  height: 7px;
  background: url("../images/bgsub2.png") no-repeat 0 0;
  top: -9px;
  left: 20px;
  position: absolute;
}

.publications .new-select__list.on {
  display: block;
}

.publications .new-select__item span {
  display: inline-block;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 15px;
  color: #777777;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

.publications .new-select__item span:hover {
  font-weight: bold;
  background: #c6f0f3;
  -webkit-box-shadow: 0px 0px 1px rgba(40, 41, 61, 0.08), 0px 0.5px 2px rgba(96, 97, 112, 0.16);
          box-shadow: 0px 0px 1px rgba(40, 41, 61, 0.08), 0px 0.5px 2px rgba(96, 97, 112, 0.16);
}

.publications .new-select:after {
  content: "";
  display: block;
  width: 50px;
  height: 25px;
  position: absolute;
  right: -20px;
  top: 0px;
  opacity: 0.6;
  -webkit-transition: all 0.27s ease-in-out;
  transition: all 0.27s ease-in-out;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.publications .new-select.on:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.slider__fon {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  height: 361px;
  width: 100%;
  position: relative !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
}

.slider img {
  width: 100%;
}

.single-slide .slick-slide {
  height: 100%;
  position: relative;
}

.slider__text {
  position: absolute !important;
  bottom: 20px;
  border-radius: 10px 0 0 0 !important;
  /*clip-path: polygon(0% 15%, 0px 0px, 15% 0%, 85% 0%, 100% 0px, 100% 15%, 100% 85%, 100% 83%, 95% 100%, 15% 100%, 0px 100%, 0% 85%);*/
}

.slider__text::before {
  content: "";
  background: url(/local/templates/main/css/../images/decor-slide.svg) no-repeat center !important;
  width: 26px !important;
  height: 30px !important;
  position: absolute;
  right: -9px !important;
  bottom: -22px !important;
  z-index: 5;
}

.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

.slider .slick-dots {
  bottom: 0 !important;
}

.slider .container {
  padding-bottom: 0 !important;
}


.main-links {
  display: flex;
  justify-content: center;
  /* padding-bottom: 78px; */
  filter: drop-shadow(4px 4px 8px rgba(0, 0, 0, 0.25));
  /* position: absolute;
  left: 50%;
  transform: translateX(-50%); */
}

.main-links a {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 212px;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  line-height: 19px;
  color: #555555;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: "Yanone Kaffeesatz Regular", sans-serif;
  padding: 15px 10px 20px;
  background-color: #fff;
  text-align: center;
}

.main-links a:hover {
  color: #555555;
}

.main-links a:first-child {
  border-radius: 0 0 0 8px;
}
.main-links a:last-child {
  border-radius: 0 0 8px 0;
}

.main-links a:not(:last-child) {
  border-right: 1px solid #e0e0e0;
}

.main-links a:after {
  content: "";
  position: absolute;
  background: #8556be;
  width: 100%;
  height: 11px;
  bottom: 0;
  left: 0;
}

.link-lesson:before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  margin-bottom: 8px;
  background: url(/local/templates/main/images/logo-lessons-new.svg) no-repeat top;
}

.link-family:before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  margin-bottom: 8px;
  background: url(/local/templates/main/images/logo-magazine.svg) no-repeat top;
}

.link-meetings:before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  margin-bottom: 8px;
  background: url(/local/templates/main/images/logo-meetings-new.svg) no-repeat top;
  background-size: contain;
}

.link-projects:before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  margin-bottom: 8px;
  background: url(/local/templates/main/images/logo-projects.svg) no-repeat top;
  background-size: contain;
}

.link-program:before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  margin-bottom: 8px;
  background: url(/local/templates/main/images/logo-programm.svg) no-repeat top;
  background-size: contain;
}

.link-science:before {
  content: "";
  display: block;
  width: 49px;
  height: 47px;
  margin-bottom: 12px;
  background: url(/local/templates/main/images/logo-science.svg) no-repeat top;
  background-size: contain;
}

.link-expertise:before {
  content: "";
  display: block;
  width: 49px;
  height: 47px;
  margin-bottom: 12px;
  background: url(/local/templates/main/images/logo-expertise.svg) no-repeat top;
  background-size: contain;
}

.link-analytical:before {
  content: "";
  display: block;
  width: 49px;
  height: 47px;
  margin-bottom: 12px;
  background: url(/local/templates/main/images/logo-analytical.svg) no-repeat top;
  background-size: contain;
}

.link-prevention:before {
  content: "";
  display: block;
  width: 49px;
  height: 47px;
  margin-bottom: 12px;
  background: url(/local/templates/main/images/logo-prevention.svg) no-repeat top;
  background-size: contain;
}

.main-links .link-family:after {
  background: #b6192c;
}

.main-links .link-meetings:after {
  background: #4390C4;
}

.main-links .link-projects::after {
  background: #f9961e;
}

.main-links .link-program::after {
  background: #59af4c;
}

.main-links .link-science:after {
  background: #4390C4;
}

.main-links .link-expertise:after {
  background: #e11628;
}

.main-links .link-analytical:after {
  background: #8555c1;
}

.main-links .link-prevention:after {
  background: #0095cc;
}

.single-slide .slick-prev {
  left: 160px !important;
}

.single-slide .slick-next {
  right: 160px !important;
}

.slider__title {
  font-size: 25px !important;
  line-height: 30px !important;
  font-family: "Yanone Kaffeesatz Regular", sans-serif !important;
}

.single-slide .slider__text a {
  padding-right: 15px !important;
  padding-bottom: 0 !important;
}

.single-slide .slick-slide a:before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: calc(100% - 8px);
  top: 0;
  right: -8px;
  background: #84c8cd;
  border-radius: 0 10px 0 0;
}

.single-slide .slick-slide a:after {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 16px);
  height: 20px;
  top: 100%;
  left: 0;
  background: #84c8cd;
  border-radius: 0 0 0 10px;
}

/* -----------------Временные стили для первого слайда - должны быть впоследствии удалены. Обращаюсь через дата-атрибут, т.к. id-шник у слайдов на мобиле пропадает, а дата атрибут остается.-------------------- */
.slick-track [data-slick-index="0"] .slider__text {
  background: #D8BE83;
}

.slick-track [data-slick-index="0"] .slider__text::before {
  background: url(/local/templates/main/css/../images/decor-slide_gold-D8BE00.svg) no-repeat center !important;
}

.slick-track [data-slick-index="0"] .slider__text a::after,
.slick-track [data-slick-index="0"] .slider__text a::before {
  background: #D8BE83;
}

.slick-track [data-slick-index="0"] .slider__text:hover,
.slick-track [data-slick-index="0"] .slider__text:hover a::after,
.slick-track [data-slick-index="0"] .slider__text:hover a::before {
  background: #D8BEA6
}

/* -----------------Здесь у нулевого слайдера попросили не центрировать картинку для мобилы. Убрать это, когда картинка сменится. Картинка: "Год защитника отечества" */
@media (width <= 440px) {
  .slick-track [data-slick-index="0"] .slider__fon {
    width: 110%;
  }
}
/* ------------Конец временным стилям для первого слайда------------------------- */

.single-slide .slider__text:hover a:before,
.single-slide .slider__text:hover a:after {
  background: #64c7ce;
}

.header-fixed .header__burger {
  top: -13px !important;
}

.projects {
  padding: 140px 0 0 !important;
}

@media (max-width: 1365px) {
  .single-slide .slick-next {
    right: 20px !important;
  }
  .single-slide .slick-prev {
    left: 20px !important;
  }
}

@media(max-width: 1200px) {
  .slick-dots {
    width: auto !important;
    right: 10px;
  }
}

@media(max-width: 1000px) {
  .main-links {
    width: 100%;
  }
  .main-links a {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .slider__fon {
    height: 280px !important;
    bottom: inherit;
  }
  .institute .slider__fon {
    height: 91% !important;
  }
  .slider__text {
    left: 0;
    position: relative !important;
    margin-top: 0 !important;
  }
  .header__burger {
    top: 7px !important;
  }
  .header__logo .logo-mob {
    width: 40px;
  }
  .single-slide .slick-track,
  .single-slide .slick-list {
    display: flex !important;
  }
  .single-slide .slick-slide {
    display: flex;
    flex-direction: column;
  }
  .slider .container {
    padding: 0 !important;
    display: flex;
    height: 100%;
  }
  .single-slide .slick-slide a:after,
  .single-slide .slick-slide a:before,
  .slider__text::before {
    display: none;
  }
  .single-slide .slider__text a {
    padding-bottom: 10px !important;
  }
  .slider__text {
    border-radius: 10px !important;
    padding: 20px !important;
    bottom: 0;
  }
  .main-links {
    width: 100%;
  }
  .main-links a {
    width: 100%;
  }
}

@media (max-width: 650px) {
  .slider__fon {
    height: 200px !important;
  }
  .institute .slider__fon {
    height: 91% !important;
  }
}

@media (max-width: 600px) {
  .slider__text {
    padding: 0 !important;
  }
}
@media(max-width: 500px) {
  .main-links a {
    font-size: 13px;
    line-height: 16px;
  }
  .link-lesson::before {
    background-position: 50% 50%;
    background-size: contain;
    width: 120%;
  }
}
@media(max-width: 400px) {
  .main-links a {
    font-size: 11px;
    line-height: 14px;
  }
  .slider__fon {
    height: 150px !important;
  }
  .institute .slider__fon {
    height: 91% !important;
  }
  .slider__title {
    font-size: 20px !important;
  }
}
.form-reg-auth-nav-tabs {border-bottom: none; display: flex; justify-content: space-around;}
.form-reg-auth-nav-tabs.nav-tabs li a {
  display: inline-block;
  background-color: #c4cdd3;
  border-color: #c4cdd3;
  margin: 0 auto 22px auto;
  /*margin: 0 30px 22px 0;*/
  /*padding: 2px 26px 4px;*/
  padding: 10px;
  border-radius: 20px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 19px;
  font-family: "Yanone Kaffeesatz Bold", sans-serif;
  min-width: 152px;
  color: #fff;
}
.form-reg-auth-nav-tabs.nav-tabs li a.active {
  display: inline-block;
  background-color: #84c8cd;
  border-color: #84c8cd;
  /*margin: 0 30px 22px 0;*/
  /*padding: 2px 26px 4px;*/
  padding: 10px;
  border-radius: 20px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 19px;
  font-family: "Yanone Kaffeesatz Bold", sans-serif;
  min-width: 152px;
  color: #fff;
}
.form-reg-auth-nav-tabs.nav-tabs .nav-link {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.text-description {line-height: 20px; text-align: justify;}
.note-reg {padding-left: 20px; margin-bottom: 30px;}
.reg-txt-block {width: 80%; margin: 0 auto;}
.innov-txt-1 {font-size: 26px; text-transform: uppercase; color: #84c8cd; text-align: center; margin-bottom: 60px;}
.innov-documents .legislation__item {
  -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    margin: 0 42px 53px;
}
.innov-documents .legislation__item:nth-child(3n) {margin-right: 42px;}
.innov-documents .legislation__item:nth-child(2n) {margin-right: 0px;}
.innov-filter-mb1 {margin-bottom: 50px;}
.innov-filter a {
    display: inline-block;
    margin: 0 30px 22px 0;
    padding: 3px 12px 5px;
        background: linear-gradient(0deg, #c4cdd3, #c4cdd3), #84c8cd;
    border-radius: 20px;
    text-align: left;
    letter-spacing: 0.1em;
    font-size: 18px;
    line-height: 19px;
    font-family: "Yanone Kaffeesatz Bold", sans-serif;
    min-width: 182px;
    color: #fff;
}
.innov-filter a:last-child {
  margin-right: 0;
}
.innov-filter a.active {
  background: #84c8cd;
}
.innov-list-auth {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-wrap: wrap;
}
.innov-list-auth li {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 30%;
  max-width: 30%;
  margin-right: 4.5%;
  height: 200px;
  background: #56ccf2;
  margin-bottom: 40px;
  border-radius: 5px;
  font-size: 24px;
  box-sizing: border-box;
  text-align: center;
  line-height: 26px;
  -webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
}
.innov-list-auth li:nth-child(3n) {margin-right: 0;}
.innov-list-auth li a {
  color: #212529;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.innov-list-auth li:last-child { margin-right: 0;}

/*Таблица*/
.table-innov {width: 100%;}
.table-innov td {border-top: 1px solid #d9e2e8; border-bottom: 1px solid #d9e2e8; padding: 5px;}
.table-innov td div {width: 100%; height: 90%; border-left: 1px solid #d9e2e8; border-right: 1px solid #d9e2e8;}
.innov-table-container {margin-bottom: 20px;}
.innov-table-container .row {
    border-bottom: 1px solid #d9e2e8;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-family: "Inter", sans-serif;
	font-weight: 400;
    font-size: 14px;
}
.innov-table-container .row:last-child {border-bottom: none;}
.innov-table-container .row > div {
    border-right: 1px solid #d9e2e8;
    /*margin-top: 10px;*/
    margin-top: 0px;
}
.innov-table-container .row:first-child > div {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  justify-content: space-between;
}
.innov-table-container .row > div:last-child {border-right: none;}

.innov-table-container .row div:nth-child(1) {display: flex; align-items: center; text-align: left;}
.innov-table-deyatelnost-material {overflow: hidden;}
.innov-table-deyatelnost-ploshadki {overflow: hidden; display: block!important;}

.innov-view-left {border-bottom: 2px solid #da2f4e; padding-left: 5px; padding-right: 5px; padding-bottom: 1px;}
.innov-view-left a {color: #212529;}
.innov-left-txt, .innov-right-txt {text-transform: uppercase;}
.innov-add-right {
  display: flex;
  justify-content: flex-end;
}
.innov-add-right a {
  color: #212529;
  border-bottom: 2px solid #da2f4e;
  display: flex;
  align-items: flex-end;
  padding-left: 5px;
  padding-right: 5px;
}
.innov-add-right img {margin-left: 20px;}
.innov-filter-txt {max-width: calc(100% - 35px);}
.innov-filter-col {display: flex; justify-content: space-around;}
.innov-plosh .news-list__tab {margin-bottom: 20px;}
.innov-img-txt-link {display: flex; align-items: flex-start; color: #212529; font-size: 12px; margin-bottom: 5px; text-align: left;}
.innov-img-txt-link:hover {color: #212529;}
.innov-img-txt-link img {margin-right: 5px; width: 22px;}
.deyatelnost .innov-img-txt-link {font-size: 13px; align-items: flex-start;}
.innov-table-plany .row div:nth-child(1) {display: flex; justify-content: center;}
.innov-table-plany .row div:nth-child(1) span {margin-left: 5px;}
.innov-table-plany .row div:nth-child(2), .innov-table-plany .row div:nth-child(3) {text-transform: uppercase;}
.innov-table-plany .row div:nth-child(2) a {color: #212529;}
.innov-table-plany .row div:nth-child(3) {display:flex; align-items:center;}
.innov-table-plany .row div:nth-child(4) {display:flex; align-items:center;}
.innov-table-plany .row div {line-height: 18px;}
.innov-table-otchety .row div:nth-child(2), .innov-table-otchety .row div:nth-child(3) {text-transform: uppercase;}
.innov-table-otchety .row div:nth-child(2) a {color: #212529;}
.innov-table-otchety .row div:nth-child(3) {display:flex; align-items:center;}
.innov-table-deyatelnost .row div:nth-child(2), .innov-table-deyatelnost .row div:nth-child(3) {text-transform: uppercase;}
.innov-table-deyatelnost .row div:nth-child(2) a {color: #212529;}
.innov-table-deyatelnost .row div:nth-child(3) {display:flex; align-items:center;}
.innov-table-forum .row div:nth-child(2) a {color: #212529; text-transform: uppercase;}
.innov-table-forum .row .forum-table-date {justify-content: flex-start!important; margin-bottom: 5px;}
.forum-table-date {text-decoration: underline;}
.forum-table-date, .forum-table-date-inf {font-size: 13px;}
.plany, .plany-view, .otchety, .otchety-view, .spisok, .innov-news,
.deyatelnost, .deyatelnost-view, .forum, .forum-view {text-align: left;}
.comment {display: flex; margin-bottom: 30px;}
.chat-info, .chat-text {padding: 5px;}
.chat-info {min-width: 30%; max-width: 30%; margin-right: 10px;}
.chat-text {min-width: 65%; max-width: 65%; display: flex; align-items: flex-end;}
.comment p {text-transform: uppercase; line-height: 20px;}
.comment .innov-chat-txt {font-weight: bold; margin-bottom: 0;}
.comment .innov-chat-name {margin-bottom: 0;}
.comment .innov-chat-date {margin-bottom: 10px;}
.innov-comment-block {border: 2px solid #84c8cd; border-radius: 15px; padding: 10px; min-height: 350px; width: 70%;}
.innov-comment-info p {text-transform: uppercase; margin-bottom: 30px; line-height: 20px;}
.innov-comment-info .plany-view-info {font-weight: bold; margin-left: 15px;}
.arrow-filter {margin-top: 3px;}
.comment-download img {width: 22px; margin-left: 15px;}
.spisok-contact span {font-size: 14px;}
.innov-news-block {display: flex; flex-wrap: wrap;}
.innov-news-item {min-width: 21%; max-width: 21%; margin-right: 5%; margin-bottom: 70px;}
.innov-news-item a {color: #212529;}
.innov-news-item:nth-child(4n) {margin-right: 0;}
.innov-news-img {height: 160px;}
.innov-news-img img {width: 100%; height: 100%; object-fit: cover;}
.innov-news-date {margin-top: 5px;}
.innov-news-prev {padding-left: 10px; padding-right: 10px; margin-top: 10px;}
.video-block {
  -o-object-fit: cover;
  object-fit: cover;
  width: 70%;
  height: 70%;
}
.video-block video, .video-block video source {width: 100%!important;}  

/*Модальное окно - инновационные площадки+*/
.modal-dialog-innov {margin: 250px auto;}
.modal-header-innov {border: none;}
.modal-content-innov {position: relative; border-radius: 10px; border: none;}
.close-innov {position: absolute; top: 10px; right: 10px; z-index: 1;}
.close-innov:active, .close-innov:hover, .close-innov:focus {
  outline: 0;
  outline-offset: 0;
}
.modal-body-innov {padding: 20px;}
.modal-innov-title {text-align: center; color: #84c8cd; text-transform: uppercase; font-size: 18px; margin-bottom: 50px;}
.image-upload {display: flex; align-items: center;}
.image-upload span {margin-right: 10px;}
.image-upload > input {
  visibility:hidden;
  width:0;
  height:0
}
.image-upload label {cursor: pointer; margin-bottom: 0;}
.modal-innov-input {
  border: 1px solid #84c8cd;
  border-radius: 5px;
  padding: 5px 10px 7px 10px;
  display: block;
  width: 95%;
  margin-bottom: 30px;
}
.modal-innov-label, .image-upload span {margin-left: 10px;}
.modal-submit-block {width: 95%; text-align: center;}
.modal-form input[type="submit"] {
  background: #84c8cd;
  width: 250px;
  border-radius: 18px;
  margin: 0 auto;
  padding: 10px;
  text-transform: uppercase;
  color: #212529;
  margin-top: 50px;
  margin-bottom: 20px;
}
/*Модальное окно - инновационные площадки-*/
.innov-main-title, .documents .innov-main-title {background: url(/local/templates/main/images/icons-13.svg) no-repeat 0 50%;}

.innov-table-spisok .row:not(:nth-child(1)) div:nth-child(2) {text-align: left; line-height: 18px;}
.innov-table-spisok .row:not(:nth-child(1)) div:nth-child(2) a {color: #212529; text-transform: uppercase;}
.innov-table-spisok .row:not(:nth-child(1)) div:nth-child(3) {text-align: left;}
.innov-table-spisok .row:not(:nth-child(1)) div:nth-child(4) {text-transform: uppercase; display:flex; align-items:center;}

.innov-table-plany .row:not(:nth-child(1)) div:nth-child(2) {text-align: left; line-height: 18px; display: flex; align-items:center;}
.innov-table-forum .row:not(:nth-child(1)) div:nth-child(2) {text-align: left; line-height: 18px;}
.innov-table-profile .row:not(:nth-child(1)) div:nth-child(2) {text-align: left; line-height: 18px;}

/*+ Forum*/
.forum-block {font-family: "Inter", sans-serif; color: #555555; font-size: 13px; margin-top: 40px;font-weight: 400;}
.forum-block input, .forum-block select {border: 1px dotted #84c8cd;}
.forum-block a {color: #84c8cd;}
.forum-header-title {background: #84c8cd;}
div.forum-header-box {
    color: #fff;
    background: #84c8cd;
    border-color: #84c8cd;
}
div.forum-navigation-box {border:none;}
.forum-item-title a {
    font-size: 16px;
    color: #212529;
    /*text-transform: uppercase;*/
}
table.forum-table td.forum-column-footer, table.forum-post-table td.forum-column-footer, div.forum-footer-box {background: #EDF9F9;}
table.forum-table td, table.forum-table th.forum-column-lastpost, table.forum-table th.forum-column-title, table.forum-table th.forum-first-column, table.forum-table th.forum-last-column, div.forum-info-box, div.forum-reply-form {
    border-color: #DDE4E4;
}
table.forum-table th, div.forum-reply-header {
    background-color: #EDF9F9;
}
table.forum-table td.forum-column-footer, table.forum-post-table td.forum-column-footer, div.forum-footer-box {
    border-color: #DDE4E4;
}
div.forum-main-footer {border:none;}
.forum-block .forum-column-footer a {color:#333;}
.forum-block .forum-lastpost-title a {color:#333;}
.forum-block .forum-lastpost-date {color:#53ACB2;}
div.forum-post-date {background: #EDF9F9; border-bottom-color: #DDE4E4; border-bottom-style: solid;}
table.forum-post-table td.forum-cell-user, table.forum-post-table td.forum-cell-contact {
    border-left-color: #DDE4E4;
    border-right-color: #DDE4E4;
}
table.forum-post-table td.forum-cell-user, table.forum-post-table td.forum-cell-contact {
    background: #FBFFFF;
}
table.forum-post-table {
    border-top-color: #DDE4E4;
    border-bottom-color: #DDE4E4;
}
table.forum-post-table td.forum-cell-post, table.forum-post-table td.forum-cell-actions {
    border-right-color: #DDE4E4;
}

/**/
.forum-block .forum-action-links a {color: #9D9D9D;}
div.forum-reply-fields {
  padding: 0px 0em .8em;
  background: #EDF9F9;
}
.feed-add-post-text {
    padding: 0px 0px 0 0px;
}
div.forum-reply-field {
    margin-top: 0em;
    padding-top: 20px;
}
/**/



table.forum-table td, div.forum-info-box, div.forum-reply-form {background: #fff;}
table.forum-table tr.forum-row-first td {border-color: #DDE4E4;}
table.forum-table tr.forum-row-last td {border-color: #DDE4E4;}
.forum-info-box-inner li {list-style-position:inside;}
.forum-filter-first input, input[name=del_filter], input[name=VOTE_BUTTON], .forum-topics-moderate input[type=submit] {
    margin: 0 30px 22px 0;
    padding: 3px 12px 5px;
    background: #84c8cd;
    border-radius: 20px;
    text-align: center;
    letter-spacing: 0.1em;
    font-size: 18px;
    line-height: 19px;
    font-family: "Yanone Kaffeesatz Bold", sans-serif;
    min-width: 182px;
    color: #fff;
}
.forum-topics-moderate select {
    height: 26px;
    border-radius: 20px;
    padding: 0 10px;
    margin-right: 15px;
}
.forums-selector-multiple option {padding: 2px;}
.forum-filter-field-item select option {padding: 2px;}
.forum-vote-block .forum-form {margin-top: 10px;}
.forum-vote-block .forum-form input {margin-bottom: 10px;}
.forum-vote-block .forum-form input:not(input[type=submit]) {height: 27px; width: 100px; padding: 5px; border-radius: 20px;}
.forum-vote-block .forum-form input[name=VOTE_BUTTON] {margin-left: 10px;}
table.forum-table td {vertical-align: middle;}
table.forum-table th {text-align: center;}
/*- Forum*/

/*+Правки шапки*/
.header__right {display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; justify-content: space-between;}
.header__user {
  position: relative;
    padding-left: 10px;
    padding-right: 20px;
    display: flex;
    flex: 0 0 auto;
}

.header__user__info {cursor: pointer; display: flex; align-items: center;}
.header__user__open {
  position: absolute;
  top: 30px;
  right: 0;
  width: 277px;
  padding: 20px 10px 0px 10px;
  background: #F5FFFF;
  border-bottom-left-radius: 10px; 
  border-bottom-right-radius: 10px;
  -webkit-box-shadow: 5px 5px 25px 2px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 5px 5px 25px 2px rgba(34, 60, 80, 0.2);
  box-shadow: 5px 5px 25px 2px rgba(34, 60, 80, 0.2);
  z-index: 11;
  display: none;
  border-top: 3px solid #D30029;
}
/* .header__user:hover .header__user__open {
  display: block;
} */
.header__user__arrow {display: flex;}
.header__user__arrow img {transform: rotate(180deg);}
.header__arrow__active img {transform: rotate(0deg);}
.header__user__name, .header__user__exit {text-transform: uppercase;}
.header__user__name {user-select:none;}
.header__user__icon, .header__user__name, .header__user__arrow {padding-left: 5px;}
.header__user__exit {text-align: right;}
.user__exit__link {margin-right: 20px; margin-top: 5px; cursor: pointer;}
.header__user__open .auth-list {}
.header__user__open .auth-list li {margin-bottom: 7px;}
.header__user__open .auth-list li a {font-size: 12px; color: #777; font-weight: 400; display: block; width: 100%;  padding: 5px 10px;}
.header__user__open .auth-list li.active {background: #C6F0F3;}
.header__user__open .auth-list li.active a {font-weight: 700;}
.header__user__open .auth-list li:hover {background: #C6F0F3;}
.header__user__open .auth-list li:hover a {font-weight: 700;}
.header-open-form-block {padding-left: 10px; padding-right: 10px; padding-top: 10px;}
.header-open-form-block .error {color: red; margin-bottom: 15px;}
.header-open-form-block input[type=text], .header-open-form-block input[type=password] {
    width: 100%;
    background: #fff;
    box-shadow: inset 1.68966px 1.68966px 3.37931px rgb(0 0 0 / 15%);
    border: 0.844828px solid #C4C4C4;
    border-radius: 17px;
    height: 34px;
    padding-left: 15px;
    font-size: 12px;
    color: #9f9f9f;
    margin-bottom: 20px;
}
.remember-block {display: flex; font-size: 11px; color: #9f9f9f;}
.remember-block input[type=checkbox] {margin-right: 5px;}
.forgot-pass {display: block; color: #288fc6; font-size: 11px; margin-bottom: 30px;}
.header__user__submit {background: #84C8CD; border-radius: 20px; color: #fff; width: 170px; height: 33px; text-transform: uppercase; margin-top: 15px; margin-bottom: 15px;}
/*-Правки шапки*/
/*Страница Сотрудники +*/

/*Страница Сотрудники -*/

@media (max-width: 1100px) {
  .header__user__info {justify-content: flex-end;}
  .header__user__name {display: none;}
  .user__exit__link {margin-right: 0;}
}
@media (max-width: 991px) {
  .innov-pp {display: none;}
  .innov-comment-block, .video-block {width: 90%;}
  .innov-news-item {min-width: 28%; max-width: 28%; margin-right: 8%; margin-bottom: 70px;}
  .innov-news-item:nth-child(4n) {margin-right: 8%;}
  .innov-news-item:nth-child(3n) {margin-right: 0;}
  .innov-table-deyatelnost-date {font-size: 12px;}
  .innov-table-deyatelnost .row div.innov-filter-col {flex-direction: row;}
  .innov-table-deyatelnost-meropr {font-size: 12px;}
}
@media (max-width: 900px) {
  .innov-list-auth li {
    min-width: 45%;
    max-width: 45%;
  }
  .innov-list-auth li:nth-child(3n) {margin-right: 4.5%;}
  .innov-list-auth li:nth-child(2n) {margin-right: 0;}
  .innov-list-auth li:last-child {margin-left: 0; margin-right: 0;}
}
@media (max-width: 768px) {
  .innov-filter-col {flex-direction: column;}
  .innov-filter-txt {max-width: 100%;}
  .innov-comment-block, .video-block {width: 100%;}
  .chat-info {min-width: 45%; max-width: 45%;}
  .chat-text {min-width: 55%; max-width: 55%;}
  .innov-table-container .row {width: 800px;}
  .innov-table-container {width: 100%; overflow-x: auto!important;}
  .innov-news-item {min-width: 45%; max-width: 45%; margin-right: 10%;}
  .innov-news-item:nth-child(4n) {margin-right: 10%;}
  .innov-news-item:nth-child(3n) {margin-right: 10%;}
  .innov-news-item:nth-child(2n) {margin-right: 0;}
  .header__user__name {display: block;}
  .header__right {justify-content: flex-end;}
}
@media (max-width: 660px) {
  .innov-documents .legislation__item {margin: 0 10px 53px;}
}
@media (max-width: 600px) {
  .innov-filter {text-align: center;padding: 0 100px;}
  .innov-filter a {margin-right: 0px;}
  .innov-list-auth li {font-size: 20px;}
}
@media (max-width: 576px) {
  .innov-add-right {justify-content: center;}
  .container-info-add {margin-top: 60px; margin-bottom: 40px;}
  .innov-news-item {min-width: 90%; max-width: 90%; margin-right: 0;}
  .innov-news-item:nth-child(4n) {margin-right: 0;}
  .innov-news-item:nth-child(3n) {margin-right: 0;}
  .innov-news-item:nth-child(2n) {margin-right: 0;}
  .innov-news-block {justify-content: center;}
  .forum-topics-moderate select {margin-bottom: 15px; margin-top: 10px;}
  .forum-filter-field-item input[name=q] {width: 100%!important;}
}
@media (max-width: 510px) {
  .forum-adp {overflow-x: auto;}
  .forum-block {width: 510px; overflow:hidden;}
}
@media (max-width: 500px) {
  .innov-documents .legislation__item {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 90%;
      flex: 0 0 90%;
      margin: 0 0 30px;
  }
  .innov-list-auth li {
    min-width: 100%;
    max-width: 100%;
    font-size: 24px;
  }
  .innov-list-auth li:nth-child(3n) {margin-right: 0;}
  .innov-list-auth li:nth-child(2n) {margin-right: 0;}
}
@media (max-width: 420px) {
  .innov-filter {padding: 0 0px;}
  .press__item {width: 100%;}
  .header__user__name {display: none;}
}
@media (max-width: 370px) {
  .header__user__open {right: -20px;}
}
/*Страница Сотрудники +*/
.sotrudniki-section .pagination {margin-bottom: 50px;}
.sotr-all-block {display: flex; flex-wrap: wrap; margin-bottom: 40px;}
.sotr-block {
	width: calc((100% / 2) - 30px);
	/* min-height: 270px; */
	border-radius: 8px;
	display: flex;
	box-shadow: 0px 0px 2px rgba(40, 41, 61, 0.04), 0px 4px 8px rgba(96, 97, 112, 0.16);
	margin-bottom: 30px;
}
.sotr-block:nth-child(2n) {margin-left: 30px;}
.sotr-block-left {
  /* background: #64C7CE; */
  padding-top: 30px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  min-width: 123px;
  display: flex;
  justify-content: center;
}
.sotr-block-left img {
	/*-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;*/ /* IE 6-9 */
  border-radius: 60px;
  width: 107px;
  height: 107px;
  object-fit: cover;

 }
.sotr-block-right {padding: 28px 13px; background: #fff; border-top-right-radius: 8px; border-bottom-right-radius: 8px;}
.sotr-fio, .sotr-fio a {font-family: 'Yanone Kaffeesatz Regular'; font-size: 24px; line-height: 28px; color: #000; margin-bottom: 10px; text-transform: uppercase;}
.sotr-prof {font-family: "Inter", sans-serif; font-size: 14px; font-weight: 700; line-height: 20px; margin-bottom: 20px; color: #53ACB2;}
.sotr-info {font-family: "Inter", sans-serif; font-size: 14px; line-height: 20px;font-weight: 400;}
.sotr-block-active .sotr-block-left img {
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	-o-filter: none;
	filter: none;
	filter: none; /* IE 6-9 */

}
.sotr-block-active .sotr-block-right {background: #f5ffff;}
.sotr-detal-photogal-item img {height: 130px;}

@media (max-width: 768px) {
	.sotr-all-block {flex-direction: column; padding-left: 15px; padding-right: 15px;}
	.sotr-block:nth-child(2n) {margin-left: 0px;}
	.sotr-block {width: 100%;}
}
.sotr-file-download {
    display: flex;
    align-items: center;
    border: 1px solid #84C8CD;
    box-sizing: border-box;
    border-radius: 20px;
    padding: 5px 15px;
    width: 210px;
    cursor: pointer;
}
.sotr-file-download span {
    margin-left: 10px;
    text-transform: uppercase;
    color: #84C8CD;
    font-size: 14px;
}
.sotr-detal-fio {font-family: 'Yanone Kaffeesatz Regular'; font-size: 30px; line-height: 40px; letter-spacing: 0.1em; text-transform: uppercase; color: #4E4E4E; margin-bottom: 15px;}
.sotr-detal-prof {font-family: Inter; font-style: normal; font-weight: 700; font-size: 14px; line-height: 20px; color: #53ACB2; margin-bottom: 20px;}
.sotr-detal-info-txt {font-family: Inter; font-style: normal; font-weight: 700; font-size: 20px; line-height: 28px; color: #333333;}
.sotr-detal-infoblock {
	display: flex;
	min-height: 290px;
	background: #F5FFFF;
	padding: 40px 40px 40px 20px;
}
.sotr-detal-photoblock {
	display: flex;
	justify-content: center;
	padding: 0 20px;
}
.sotr-detal-photo-img {
  border-radius: 50%;
  width: 200px;
  height: 200px;
  object-fit: cover;
}
.sotr-detal-label {
	font-family: 'Yanone Kaffeesatz Regular';
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #53ACB2;
	margin-bottom: 15px;
}
.sotr-detal-title {
	font-family: 'Yanone Kaffeesatz Regular';
	font-style: normal;
	font-weight: normal;
	font-size: 30px;
	line-height: 36px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #333333;
	margin-bottom: 30px;
}
.sotr-detal-text {
	font-family: Inter;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;	
	color: #4E4E4E;
	margin-bottom: 20px;
}
.sotr-detal-sec1, .sotr-detal-sec2, .sotr-detal-sec3 {padding: 50px 50px 0 50px;}
.sotr-detal-photogal-block {
	display: flex;
	flex-wrap: wrap;
}
.sotr-detal-photogal-item {
	display: flex;
    margin-right: 20px;
    margin-bottom: 25px;
    position: relative;
}
.sotr-detal-photogal-item img {
	display: flex;
    position: relative;
}
.sotr-detal-photogal-item:hover:after {
	content: url("/local/templates/main/images/shadow-arrow.png");;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(0,0,0,0.5);
}
.sotr-detal-videogal-item {width: calc((100% - 40px) / 3); min-width: calc((100% - 40px) / 3); box-shadow: border-box; margin-right: 20px; margin-bottom: 20px;}
.sotr-detal-videogal-item:nth-child(3n) {margin-right: 0;}
.sotr-detal-videolabel {
	font-family: Inter;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 20px;
	color: #B2B2B2;
	margin-top: 15px;
	margin-bottom: 5px;
}
.sotr-detal-videotitle {
	font-family: 'Yanone Kaffeesatz Regular';
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 120%;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #555555;
}
.sotr-detal-videogal-block {margin-bottom: 40px; display: flex; flex-wrap: wrap;}
.sotr-file-download {margin-top: 60px; margin-bottom: 40px;}
.video_wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9, for an aspect ratio of 1:1 change to this value to 100% */ 
}
.video_wrapper iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (max-width: 767px) {
	.sotr-detal-videogal-item {
	    width: calc((100% - 40px) / 2);
	    min-width: calc((100% - 40px) / 2);
	}
	.sotr-detal-videogal-item:nth-child(3n) {margin-right: 20px;}
	.sotr-detal-videogal-item:nth-child(2n) {margin-right: 0;}
}
@media (max-width: 576px) {
	.sotr-detal-infoblock {flex-direction: column;}
	.sotr-detal-photoblock {margin-bottom: 30px;}
	.sotr-detal-videogal-item {
	    width: 100%;
	    min-width: 100%;
	}
	.sotr-detal-videogal-item:nth-child(3n) {margin-right: 0px;}
	.sotr-detal-videogal-item:nth-child(2n) {margin-right: 0;}
	.sotr-detal-videogal-item {margin-right: 0;}
	.sotr-detal-photogal-block {justify-content: center;}
}


/*------------------Материалы +----------------------*/
  .metodolog-material-block {background: #fff; box-shadow: 0px 0px 2px rgba(40, 41, 61, 0.04), 0px 4px 8px rgba(96, 97, 112, 0.16); margin-bottom: 50px;}
  .metodolog-material-right {padding: 0 20px 20px 20px;}
  .metodolog-material-top {display: flex; padding: 20px;}
  .material-auth-block {display: flex;}


  .material-title {
    font-family: 'Yanone Kaffeesatz Regular';
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 20px;

  }
  .material-info {
    font-family: 'Inter';
	font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #2B3A42;
    margin-bottom: 20px;
  }
  .material-auth-info {margin-left: 10px;}
  .material-auth-fio {
    font-family: 'Yanone Kaffeesatz Regular';
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #53ACB2;
  }
  .material-auth-prof {
    font-family: 'Inter';
	font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #999999;
  }
  .material-auth-photo img {
    width: 48px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray; /* IE 6-9 */
  }
  .metodolog-material-menu {display: flex; flex-wrap: wrap; margin-bottom: 30px;}
  .metodolog-material-item {
    padding: 5px 7px;
    margin-right: 10px;
    background: #89CFD3;
    border-radius: 20px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Yanone Kaffeesatz Regular';
    font-size: 11px;
    line-height: 13px;
    margin-bottom: 10px;
  }
  .metodolog-tag-block {display: flex; flex-wrap: wrap; margin-bottom: 30px;}
  .metodolog-tag {
    padding: 8px 20px;
    margin-right: 10px;
    background: #C4CDD3;
    border-radius: 20px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Yanone Kaffeesatz Regular';
    font-size: 16px;
    line-height: 13px;
    margin-bottom: 10px;
    min-width: 100px;
    display: block;
  }
  .metodolog-tag:hover {background: #89CFD3; color: #fff; text-decoration: none;}


  .file-bg-block {background: #F5FFFF; display: flex; justify-content: space-between; align-items: center; height: 30px; padding: 0 30px;}
  .file-bg-left {color: #4E4E4E; font-size: 14px; line-height: 20px; font-weight: 700;}
  .metodolog-material-allblock {margin-bottom: 50px;}
  .metodolog-material-allblock .card {border:none;}
  .table-block {max-width: 830px; margin: 0 auto;}
  .table-row {display: flex; justify-content: space-between; margin-bottom: 20px;}
  .table-col-l, .table-col-c, .table-col-r {display: flex; align-items: center;}
  .table-col-l {margin-right: 30px;}
  .table-col-c {margin-right: 30px; max-width: 760px; font-size: 10px; color: #333; line-height: 12px; font-family: "Inter", sans-serif;font-weight: 400;}
  .table-col-c a {color: #288FC6;}
  .table-col-r {font-size: 10px; color: #333; line-height: 12px; font-family: "Inter", sans-serif;}
  .table-lc {display: flex;}
  .metod-search {display: block; width: 400px; max-width: 100%; margin:0 auto 30px auto;}
  .metod-search input {
    border-radius: 15px;
    width: 400px;
    min-width: 400px;
    max-width: 100%;
    margin:0px auto;
    display: block;
    border: 1px solid #C4CDD3;
    padding: 5px 15px;
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #9F9F9F;
  }
  .metod-search-label {
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #9F9F9F;
    padding-left: 15px;
    margin-bottom: 4px;
  }
  .metod-search .custom-select-1 {margin-right: 40px;}
  .metod-search .custom-select-2 {margin-right: 10px;}
  .metod-search .custom-select-23 {display: flex;}

  @media (max-width: 768px) {
    .metodolog-material-top {flex-direction: column;}
    .metodolog-material-left {text-align: center; margin-bottom: 20px;}
  }

  .contmet-col .metod-search {
    display: flex; 
    align-items: flex-end;
    width: auto;
    
  }
  .contmet-ms1 {
    /*width: 60%;
    margin: 0 auto;*/
  }
  .contmet-ms2 {
    width: 30%;
    margin-left: 30px;
  }

  .contmet-col .metod-search input {
    border-radius: 15px;
    max-width: 100%;
    width: 100%;
    min-width: 760px;
    border: 1px solid #C4CDD3;
    padding: 8px 15px;
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #9F9F9F;
    margin: 0;
  }

  .contmet-col .metod-search input::placeholder {color: #9F9F9F;}

  .contmet-col .metod-search select {
      border-radius: 15px;     
      max-width: 100%;
      border: 1px solid #C4CDD3;
      padding: 5px 15px;
      font-family: Inter;
      font-style: normal;
      font-weight: 400;
      font-size: 14px;
      line-height: 20px;
      display: flex;
      align-items: center;
      color: #9F9F9F;
      width: 100%;
  }

  .contmet-all-block {display: flex; flex-direction: row; flex-wrap: wrap; margin-top: 60px;}
  .contmet-item-block {
    background: #fff; 
    box-shadow: 0px 0px 2px rgba(40, 41, 61, 0.04), 0px 4px 8px rgba(96, 97, 112, 0.16);
    margin-right: 30px;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 300px;
    width: calc((100% - 60px) / 3);
    min-width: calc((100% - 60px) / 3);

  }
  .contmet-item-block a {display: flex; flex-direction: column; justify-content: space-between; height: 100%;}

  .contmet-item-block:nth-child(3n) {margin-right: 0;}
  
  .contmet-item-tagblock {
    display: flex;
    flex-wrap: wrap;

    position: inherit;
  }

  .contmet-item-tag {
    padding: 7px 11px;
      margin-right: 10px;
      background: #89CFD3;
      border-radius: 20px;
      color: #fff;
      text-transform: uppercase;
      text-align: center;
      font-family: 'Yanone Kaffeesatz Regular';
      font-size: 11px;
      line-height: 13px;
      margin-bottom: 10px;
  }
  .all-tag-item {
    padding: 7px 11px;
      margin-right: 10px;
      background: #C4CDD3;
      border-radius: 20px;
      color: #fff;
      text-transform: uppercase;
      text-align: center;
      font-family: 'Yanone Kaffeesatz Regular';
      font-size: 16px;
      line-height: 13px;
      margin-bottom: 10px;
      cursor: pointer;
  }
  .all-tag-item-active {background: #89CFD3;}

  .contmet-item-title {
    font-family: 'Yanone Kaffeesatz Regular';
    font-size: 18px;
    line-height: 120%;
    text-transform: uppercase;
    /* color: #333333; */
    /* margin-top: 20px; */

    /* Редизайн январь 2024 */
    color: #FFFFFF;
    position: inherit;
    margin-top: 5px;
    /* Редизайн январь 2024 end*/
  }

  .contmet-item-label {
    font-family: Inter;
	font-weight: 400;
    font-size: 8px;
    line-height: 18px;
    color: #999999;
    text-transform: uppercase;
  }
  
  .contmet-item-auth {
    font-family: 'Yanone Kaffeesatz Regular';
    font-size: 14px;
    line-height: 120%;
    text-transform: uppercase;
    color: #53ACB2;
    margin-top: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  
  .contmet-item-top {
    padding: 30px;

    /* Редизайн январь 2024 */
    position: relative;
    height: 255px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* Редизайн январь 2024 end*/
  }

  /* Редизайн январь 2024 */
  .contmet-item-block__img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .contmet-item-block__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.00) 100%);
    box-shadow: 0px 4px 8px 0px rgba(96, 97, 112, 0.16), 0px 0px 2px 0px rgba(40, 41, 61, 0.04);
  }
  .material-link:hover {
    text-decoration: none;
    box-shadow: 0px 2px 8px rgba(40, 41, 61, 0.08), 0px 20px 32px rgba(96, 97, 112, 0.24);
  }
  /* Редизайн январь 2024 end*/

  .contmet-item-bottom {
    background: #F5FFFF;
    padding: 15px 30px;

  }
  
  .filter-row {margin-bottom: 30px;}
  .filter-col-tag {display: block;}
  .filter-col-tag, .filter-col-doc {padding-top: 30px;}
  .filter-card {background: #FFFFFF; border-radius: 8px; cursor: pointer; filter: drop-shadow(0px 0px 2px rgba(40, 41, 61, 0.04)) drop-shadow(0px 4px 8px rgba(96, 97, 112, 0.16)); padding: 20px; width: 367px; max-width: 367px;}
  .filter-col-tag .filter-card {float: right;}
  .filter-card-active {filter: drop-shadow(0px 2px 8px rgba(40, 41, 61, 0.08)) drop-shadow(0px 20px 32px rgba(96, 97, 112, 0.24));}
  .filter-header {display: flex; justify-content: center; margin-bottom: 20px; min-height: 85px; height: 85px;}
  .filter-img {padding-right: 40px; border-right: 3px solid #7E8F9A;}
  .filter-txt {display: flex; justify-content: center; align-items: center; padding-left: 20px; font-family: 'Yanone Kaffeesatz Regular'; font-size: 24px; line-height: 120%; letter-spacing: 0.1em; text-transform: uppercase; color: #7E8F9A;
  }
  .filter-img img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray; /* IE 6-9 */
  }
  .filter-card-active .filter-img img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: none; /* IE 6-9 */
  }
  .filter-card-active .filter-img {border-right: 3px solid #F9AFA2;}
  .filter-active .filter-txt {color: #555555;}
  .filter-active-list {display: flex; flex-wrap: wrap;}
  .filter-active-tag {
    padding: 7px 11px;
    margin-right: 10px;
    background: #89CFD3;
    border-radius: 20px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Yanone Kaffeesatz Regular';
    font-size: 12px;
    line-height: 13px;
    margin-bottom: 10px;
  }
  .all-tag-block, .all-doc-block {
    display: flex;
    flex-wrap: wrap;
    background: #FFFFFF;
    border: 1px solid #C4C4C4;
    box-sizing: border-box;
    box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    padding: 20px 20px 13px;
    margin-bottom: 70px;
  }
  .multiCollapse {margin-top: 40px;}

@media (max-width: 991px) {
  .contmet-item-block {
    width: calc((100% - 30px) / 2);
    min-width: calc((100% - 30px) / 2);
  }
  .contmet-item-block:nth-child(3n) {margin-right: 30px;}
  .contmet-item-block:nth-child(2n) {margin-right: 0;}
  /*.filter-txt {display: none;}
  .filter-img, .filter-active .filter-img {border:none;}*/
  .filter-col-tag .filter-card {float: none;}
  .filter-card {margin: 0 auto;}

}

@media (max-width: 767px) {
  .contmet-item-block {
    width: 100%;
    min-width: 100%;
    margin-right: 0;
  }
  .metod-search {flex-direction: column;}
  .contmet-col .metod-search {align-items: flex-start;}
  .contmet-ms1 {margin-bottom: 20px;}
  .contmet-ms1 input {min-width: 300px;}
  .contmet-ms2 {margin-left: 0;}
  .contmet-ms2 select {min-width: 300px;}

  .filter-col-tag {display: flex; justify-content: center; margin-top: 20px; margin-bottom: 20px;}
  .filter-col-doc {display: flex; justify-content: center; margin-top: 20px; margin-bottom: 20px;}
  
}

/*------------------Материалы - --------------------------*/


/*Страница Сотрудники -*/
/*.all-tag-block:before, .all-doc-block:before {
    content: url("../images/tag-arrow.png");
    position: absolute;
    width: 28px;
    height: 20px;
    left: 255px;
    top: -18px;
}*/
.filter-card-active:after {
  content: url("../images/tag-arrow.png");
  position: absolute;
  width: 28px;
  height: 20px;
  left: calc(50% - 14px);
  bottom: -18px;
  transform: rotate(180deg);
  z-index: 999;
}
.all-tag-arrow {
  width: 28px;
  height: 20px;
  position: absolute;
  top: -18px;
  left: 275px;
}
/*.filter-card .filter-active-list {display: none;}*/
.filter-card-active .filter-active-list {display: flex;}

/*Список - модальное окно*/
#spisokModal .modal-header {border: none;}
.spisok-modal-block {margin-bottom: 30px;}
.spisok-modal-txt-1 {font-family: "Inter", sans-serif; font-weight: 700; font-size: 14px; line-height: 20px; color: #53ACB2;}
.spisok-modal-txt-2 {font-family: 'Yanone Kaffeesatz Regular'; font-size: 24px; line-height: 28px; letter-spacing: 0.1em; text-transform: uppercase; color: #333333;}
.spisok-modal-txt-3 {font-family: 'Yanone Kaffeesatz Regular'; font-size: 18px; line-height: 120%; letter-spacing: 0.1em; text-transform: uppercase; color: #999999;}
.spisok-modal-txt-4 {font-family: 'Yanone Kaffeesatz Regular'; font-size: 18px; line-height: 120%; letter-spacing: 0.1em; text-transform: uppercase; color: #333333;}
.spisok-modal-txt-5 {font-family: "Inter", sans-serif; font-size: 12px; line-height: 20px; color: #999999;font-weight: 400;}
.spisok-modal-txt-6 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  color: #2B3A42;
}
.spisok-modal-txt-6 {display: flex; flex-wrap: wrap;}
.spisok-modal-txt-6 span {display: flex; align-items: center; margin-right: 30px;}
.spisok-modal-txt-6 span img {margin-right: 8px;}
#spisokModal .modal-dialog {max-width: 760px;}
.modal-body {padding: 30px;}

.profile-title {font-family: 'Yanone Kaffeesatz Regular'; font-size: 24px; line-height: 28px; letter-spacing: 0.1em; text-transform: uppercase; color: #333333; margin-bottom: 50px;}
.profile-form-2 {margin-bottom: 100px;}
.profile-form-2-item {margin-bottom: 10px;}
.profile-form-2 label {padding-left: 20px; font-family: "Inter", sans-serif; font-size: 12px; line-height: 20px; color: #9F9F9F;font-weight: 400;}
.profile-form-2 input[type=text], .profile-form-2 select {margin-bottom: 15px; background: #FFFFFF; border: 1px solid #C4C4C4; box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.15); border-radius: 20px; color: #4E4E4E; font-weight: bold; min-height: 40px; box-sizing: border-box; padding: 5px 20px;}
.profile-form-2 .profile-form-2-type1 .profile-form-2-item {margin-right: 30px; min-width: calc((100% - 60px) / 3);}
.profile-form-2-type1 .profile-form-2-item:nth-child(3n) {margin-right: 0;}
.profile-form-2-type1 {display: flex; flex-wrap: wrap;}
.profile-form-2-item {display: flex; flex-direction: column;}
.profile-form-2 .profile-form-2-type2 {width: 560px; max-width: 100%;}
.profile-form-2 .profile-form-2-type2-2 {width: 100%; max-width: 100%;}
.profile-form-2 .profile-form-2-type2 input, .profile-form-2 .profile-form-2-type2 select {width: 100%; max-width: 100%;}
.profile-form-2 .profile-form-2-type2 input:disabled, .profile-form-2 .profile-form-2-type2 select:disabled {color: #cfcfCf;}
.profile-form-2 .profile-form-2-type3 {width: 560px; max-width: 100%;}
.profile-form-2 .profile-form-2-type3 .profile-form-2-item {margin-right: 30px; min-width: calc((100% - 30px) / 2);}
.profile-form-2-type3 .profile-form-2-item:nth-child(2n) {margin-right: 0;}
.profile-form-2-type3 {display: flex; flex-wrap: wrap;}
.profile-form-2 .profile-form-2-check {display: flex; align-items: center; margin-top: 40px;}
.profile-form-2 .profile-form-2-check input[type=checkbox] {width: 22px; height: 22px;}
.profile-form-2-check label {margin-bottom: 0; font-family: 'Yanone Kaffeesatz Regular'; font-size: 17px; line-height: 140%; color: #494949;}
.profile-form-2-check a {color: #84C8CD;}
.profile-form-2-submit input[type="submit"] {
  background: #84c8cd;
  width: 250px;
  border-radius: 18px;
  padding: 10px;
  text-transform: uppercase;
  color: #fff;
  margin-top: 60px;
  margin-bottom: 20px;
}


.personal-data .innov-img-txt-link {margin-right: 5px;}
.personal-data .innov-table-title-row {color: #333333; font-weight: bold;}
.personal-data.innov-table-profile .row:not(:nth-child(1)) div:nth-child(5) {align-items: center;}
.personal-data.innov-table-profile .row:not(:nth-child(1)) div:nth-child(2) a {text-transform: none;}
.reset-filters {
  border: 1px solid #84C8CD;
  border-radius: 20px;
  font-family: 'Yanone Kaffeesatz Regular';
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #84C8CD;
  padding: 8px 30px;
  margin-top: 25px;
  margin-bottom: 30px;
  cursor: pointer;
}
.search-filters {
  border: 1px solid #84C8CD;
  border-radius: 20px;
  font-family: 'Yanone Kaffeesatz Regular';
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  padding: 8px 30px;
  margin-top: 25px;
  margin-bottom: 30px;
  cursor: pointer;
  background: #84C8CD;
}

.contmet-ms1 {display: flex; justify-content: space-between; width: 100%;}
.profile-form-2 input[type="text"], .profile-form-2 input[type="password"], .profile-form-2 select {
    margin-bottom: 15px;
    background: #FFFFFF;
    border: 1px solid #C4C4C4;
    box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    color: #4E4E4E;
    font-weight: bold;
    min-height: 40px;
    box-sizing: border-box;
    padding: 5px 20px;
}
.innov-table-plany .row div:nth-child(4) {align-items: center;}
.innov-table-plany .row div:nth-child(3) {padding-left: 5px; padding-right: 5px;}
.popup-info {display: none; width: 100%; position: absolute; top: 67px; left: 0; z-index: 1; color: #4E4E4E; background: #f9ffff; border: 1px solid #f1f1f1; padding: 5px 10px;}
.profile-form-2-item:hover > .popup-info {display: block;}

.bform {margin-top: 30px; text-align: center;}
.recovery-txt-1 {font-weight: bold; font-size: 18px; line-height: 28px; color: #4E4E4E;}
.recovery-input-block {margin-top: 20px;}
.recovery-input-message {font-size: 12px; line-height: 20px; color: #9F9F9F; text-align: left; padding-left: 20px;}
.recovery-input-block {display: flex; flex-direction: column; align-items: center; margin-bottom: 25px;}
.recovery-input-item {display: flex; flex-direction: column; width: 360px; max-width: 100%; margin-bottom: 25px;}
.recovery-user-login {width: 360px; max-width: 100%; border: 1px solid #C4C4C4; box-sizing: border-box; box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.15); border-radius: 20px; padding: 3px 20px; font-size: 14px; color: #4E4E4E;}
.recovery-dop-info {font-size: 16px; line-height: 28px; text-align: center; color: #4E4E4E;}
.recovery-sub-block {display: flex; align-items: center; justify-content: center; margin-bottom: 40px;}
.recovery-sub-block .recovery-sub-but-1 {margin-right: 50px;}
.about-us {text-align: center; background: url("../images/bglegislation.png") repeat 0 0; padding-top: 60px; padding-bottom: 90px;}
.smionas {
  display: grid;
  grid-template-columns: repeat(4, calc((100% - 90px) / 4));
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
.smi-img img {width: 100%; height: 180px; object-fit: cover;}
.smi-info {display: flex; justify-content: space-between; color: #fff; padding: 5px 10px; text-transform: uppercase; font-family: "Yanone Kaffeesatz Regular"; font-size: 16px; max-height: 26px;}
.smi-news:nth-child(4n+1) .smi-info {background-color: #5AB14C;}
.smi-news:nth-child(4n+2) .smi-info {background-color: #4390C4;}
.smi-news:nth-child(4n+3) .smi-info {background-color: #E4612A;}
.smi-news:nth-child(4n+4) .smi-info {background-color: #8054B9;}
.smi-text {color: #555; font-family: "Yanone Kaffeesatz Regular"; font-size: 18px; text-transform: uppercase; text-align: left; margin-top: 18px;}
.smi-name {line-height: 18px;}

/*Adaptive*/


@media (max-width: 1199px) {
  .contmet-col .metod-search input {min-width: 560px;}
  .innov-table-plany .row div:nth-child(4), .innov-table-plany .row div:nth-child(6) {flex-direction: column; align-items: center; justify-content: center;}
  .innov-filter-txt {max-width: calc(100%);}
}
@media (max-width: 991px) {
  .contmet-col .metod-search input {min-width: 330px;}
  .smionas {
    padding-left: 20px; padding-right: 20px;
    grid-template-columns: repeat(2, calc((100% - 30px) / 2));
  }
}
@media (max-width: 767px) {
  .contmet-ms1 {flex-direction: column; align-items: center;}
  .contmet-col .metod-search input {min-width: 300px;}
  .custom-select-23 {flex-direction: column;}
  .search-filters {margin-top: 10px; margin-bottom: 10px; width: 300px; min-width: 300px;}
  .reset-filters {margin-top: 2px; margin-bottom: 10px; width: 300px; min-width: 300px;}
  .metod-search .custom-select-1, .metod-search .custom-select-2, .metod-search .custom-select-3 {margin-right: 0;}
}
@media (max-width: 575px) {
  .smionas {
    display: grid;
    grid-template-columns: repeat(1, 100%);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
}
@media (max-width: 800px) {
  .profile-form-2 .profile-form-2-type1 {width: 560px; max-width: 100%;}
  .profile-form-2 .profile-form-2-type1 .profile-form-2-item {width: 100%;}
  .profile-form-2 .profile-form-2-type2-2 {width: 560px; max-width: 100%;}
  .profile-form-2 .profile-form-2-type3 {width: 560px; max-width: 100%;}
  .profile-form-2 .profile-form-2-type3 .profile-form-2-item {width: 100%;}
  .profile-form-2 .profile-form-2-type1 .profile-form-2-item,
  .profile-form-2 .profile-form-2-type3 .profile-form-2-item {margin-right: 0;}
}

#staticBackdrop .modal-header {
	border: 0;
}
#staticBackdrop .modal-body p {
	font-size: 22px;
	line-height: 28px;
	text-align: center;
	margin-bottom: 40px;
}
#staticBackdrop .modal-body p.p-red {
	color: #f00;
	font-size: 15px;
	line-height: 20px;
}
#staticBackdrop .modal-row {
	display: flex;
	align-items: center;
	padding: 0 20px;
	margin-bottom: 30px;
}
#staticBackdrop input[type="email"] {
	width: 100%;
	background: #fff;
	box-shadow: inset 1.68966px 1.68966px 3.37931px rgb(0 0 0 / 15%);
	border: 0.844828px solid #C4C4C4;
	border-radius: 17px;
	height: 34px;
	padding-left: 15px;
	font-size: 15px;
	color: #9f9f9f;
	margin-right: 20px;
}
#staticBackdrop input[type="button"] {
	background: #84C8CD;
	border-radius: 20px;
	color: #fff;
	width: 170px;
	height: 33px;
	text-transform: uppercase;
}
.reg-txt-block {
	font-size: 16px;
	line-height: 28px;
	font-family: "Inter", sans-serif;
	font-weight: 400;
}
.content-innovatsiony .bx-system-auth-form {
	max-width: 300px;
	text-align: left;
	margin: 0 auto 50px;
}
.content-innovatsiony .form-title {
	font-family: "Inter", sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 20px;
}
.content-innovatsiony .login-form input[type="text"],
.content-innovatsiony .login-form input[type="password"] {
	width: 100%;
	background: #fff;
	box-shadow: inset 1.68966px 1.68966px 3.37931px rgb(0 0 0 / 15%);
	border: 0.844828px solid #C4C4C4;
	border-radius: 17px;
	height: 34px;
	padding-left: 15px;
	font-size: 12px;
	color: #9f9f9f;
	margin-bottom: 20px;
	margin-top: 5px;
}

.content-innovatsiony .login-form input[type="submit"] {
	background: #84C8CD;
	border-radius: 20px;
	color: #fff;
	width: 170px;
	height: 33px;
	text-transform: uppercase;
	margin-top: 15px;
	margin-bottom: 15px;
}
.content-innovatsiony .login-form input[type="checkbox"] {
	margin-right: 10px;
}

.program {
	/* background: url("../images/bglegislation.png") repeat 0 0; */
	/* padding: 170px 0 73px; */
  padding: 73px 0;
	/* margin-bottom: 34px; */
}
.program .container {
	overflow: visible;
}
.program__row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px;
}
.program__item {	
	flex: 0 0 366px;
	background: #FFFFFF;
	box-shadow: 0px 0px 2px rgba(40, 41, 61, 0.04), 0px 4px 8px rgba(96, 97, 112, 0.16);
	border-radius: 8px;
}
.program__item:hover {
	background: #f5ffff;
	-webkit-transition: 1s ease;
	transition: 1s ease;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-box-shadow: 0px 2px 8px rgba(40, 41, 61, 0.08), 0px 20px 32px rgba(96, 97, 112, 0.24);
	box-shadow: 0px 2px 8px rgba(40, 41, 61, 0.08), 0px 20px 32px rgba(96, 97, 112, 0.24);
}
.program__link {
	display: flex;
	align-items: center;
	/* gap: 25px; */	
	text-decoration: none;
}
.program__img {
	border-radius: 8px 0 0 8px;
	position: relative;
	margin-right: 25px;
}
.program__img:after {
	content: "";
	width: 3px;
	height: 95px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
	background: #F9AFA2;
	border-radius: 5px;
	margin-right: -1.5px;
}
.program__img img {
	border-radius: 8px 0 0 8px;
	width: 168px;
	height: auto;
	object-fit: contain;
}
.program__title {
	font-family: 'Yanone Kaffeesatz Regular', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 120%;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #555555;
	padding-right: 4px;
}
@media(max-width: 400px) {
	.program__item {	
		flex: 0 0 100%;
	}
}


.program__item-new {
  border-radius: 0;
  flex: 0 0 30%;
}
.program__item-new:hover {
  transform: none;
}
.program__link-new {
  flex-direction: column;
}
.program__img-new {
  border-radius: 0;
  margin: 0;
  width: 100%;
}
.program__img-new:after {
  display: none;
}
.program__img-new img {
  border-radius: 0;
  width: 100%;
  /* max-height: 188px;
  object-fit: cover; */
}
.program__title-new {
  width: 100%;
  font-family: 'Inter', sans-serif;
  text-transform: inherit;
  padding: clamp(8px, 2vw, 16px);
  font-size: 16px;
}
.program__item-new:hover .program__title-new {
  color: #53ACB2;
}
@media(width <= 720px) {
  .program__item-new {
    flex: 0 0 45%;
  }
}
@media(width <= 576px) {
  .program__item-new {
    flex: auto;
    width: 100%;
    max-width: 300px;
    padding: 0 8px;
  }
}

.dropdown-custom-btn {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 1rem;
	font-weight: 700;
	font-size: 16px;
	cursor: pointer;
	padding: 0 1rem;
	height: 34px;
  background: transparent;
  width: 194px;
}

.dropdown-custom-btn svg {
	transition: 0.15s;
}

.dropdown-custom-btn.show svg {
	transform: rotate(-180deg);
}

.dropdown-custom-content {
	background: #FFF;
	padding: 0.25rem;
	flex-direction: column;
	border-top: 2px solid #B80024;
	box-shadow: 0 4px 4px 0 #00000040;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
  margin-top: 2px !important;
  width: 194px;
}

.dropdown-custom-content::before {
	content: '';
	position: absolute;
	top: -8px;
	left: calc(50% - 10px);
	width: 20px;
	height: 8px;
	background: url("../images/red-rectangle.svg") no-repeat 0 0;
}

.dropdown-custom-content button {
	width: 100%;
	padding: 0.5rem 1.5rem;
	background: none;
	border: none;
	text-align: start;
	cursor: pointer;
	transition: 0.3s;
}

.dropdown-custom-content button:hover {
	background: #B80024;
	color: #FFF;
}

.red-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #C12A21;
  transition: 0.3s;
  border-radius: 20px;
  color: #FFF;
  padding: 8px 20px;
  min-width: 194px;
  min-height: 38px;
}

.red-btn:hover {
  opacity: 0.7;
  color: #FFF;
}


/* Стили для раздела "Отдел экспертизы" */
.expertize-body h2 {
	font-size: 36px;
	font-family: "Yanone Kaffeesatz Regular";
	/* text-transform: uppercase; */
	color: #000;
	margin-bottom: 22px;
}

.expertize-info-text {
	color: #000;
	max-width: 800px;
	margin: auto;
	margin-bottom: 1rem;
}

.tab-title {
	font-weight: 700;
	font-size: 1rem;
	color: #000;
	margin-bottom: 0;
}

.tab {
	font-family: "Yanone Kaffeesatz Regular";
	border: 1.5px solid #84C8CD;
	background: #FFF;
	border-radius: 20px;
	color: #000;
	text-transform: uppercase;
	outline: none;
	padding: 0.25rem 1.5rem;
	transition: 0.3s;
}

.tab:hover {
	background: #84C8CD;
}

.tab.active {
	background: #84C8CD;
}

.cards-body {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px 25px;
	margin-bottom: 2rem;
}

.expertize-card {
	overflow: hidden;
	border-radius: 0.5rem;
	box-shadow: 0px 5px 10px 0px #00000040;
}

.expertize-card-top {
	height: 240px;
  min-height: 240px;
	background-color: #E9F1F7;
	padding: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.expertize-card-top img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	border-radius: 8px;
}

.expertize-card-bottom {
	text-align: start;
	color: #000;
	background-color: #FFF;
	transition: 0.3s;
	padding: 20px;
	display: flex;
	flex-direction: column;
	gap: 60px;
  height: 100%;
}

.expertize-card:hover .expertize-card-bottom {
	background-color: #E9F1F7;
}

.expertize-card__title {
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 20px;
}

.expertize-card__tab {
	background: #84C8CD;
	font-size: 12px;
	padding: 0.25rem 10px;
}

.share {
  gap: 5px;
}

.share-absolute {
	position: absolute;
	top: 19px;
	right: 19px;
}

.share-btn {
	width: 38px;
	height: 38px;
	border-radius: 100%;
	background-color: #84C8CD;
	align-items: center;
	justify-content: center;
	display: none;
	transition: 0.3s;
}

.share-btn_main {
	display: flex;
}

.share-btn img {
	padding: 8px;
}

/* Перебитие дефолтных кнопок "Поделиться" от Яндекса */
.share .ya-share2 {
	display: none;
}
.share .ya-share2 .ya-share2__list {
	display: flex;
	align-items: center;
	gap: 5px;
}
.share-column .ya-share2 .ya-share2__list {
	flex-direction: column;
}
.share:hover .ya-share2 {
	display: block;
}
.share .ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item {
	margin: 0;
}
.share .ya-share2__badge {
	width: 38px;
	height: 38px;
	border-radius: 100%;
	background-color: #84C8CD !important;
	align-items: center;
	justify-content: center;
	display: flex;
	transition: 0.3s;
}
.share .ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_vkontakte .ya-share2__icon {
	background: url("../images/icon-vk-white.svg") no-repeat center !important;
}
.share .ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_odnoklassniki .ya-share2__icon {
	background: url("/local/templates/main/images/icon-ok-white.svg") no-repeat center !important;
}
.share .ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_telegram .ya-share2__icon {
	background: url(/local/templates/main/images/icon-tg-white.svg) no-repeat center !important;
}

/* Перебитие дефолтных кнопок "Поделиться" от Яндекса END*/

/* .share:hover .share-btn {
	display: flex;
}

.share-btn:hover {
	transform: scale(1.2)
}

.share-btn_main:hover {
	transform: none;
} */

.expertize-wrapper {
	padding: 0 67px;
}

.expertize-content {
	display: grid;
	grid-template-columns: 1fr 400px;
	gap: 100px;
}

.expertize-cover {
	background-color: #E9F1F7;
	position: relative;
}

.expertize-cover img {
	width: 100%;
	max-width: 400px;
	max-height: 250px;
	object-fit: contain;
}

.expertize-content__text {
	color: #000;
	font-family: "Yanone Kaffeesatz Regular";
	font-size: 24px;
}

.about-expertize-text {
	font-size: 16px;
	color: #000000;
	text-align: justify;
	margin-bottom: 10px;
}

.cards-body_similar {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px 25px;
}

.cards-body_similar .expertize-card {
	min-width: 300px;
}

@media(width <= 1100px) {
	.expertize-wrapper {
		padding: 0 40px;
	}
	.expertize-content {
		grid-template-columns: 1fr 300px;
		gap: 50px;
	}
}

@media(width <= 920px) {
	.expertize-content {
		display: flex;
		flex-direction: column-reverse;
		gap: 8px;
	}
	.expertize-cover {
		max-height: 300px;
	}
	.cards-body_similar {
		display:flex;
		overflow-x: auto;
		padding-bottom: 10px
	}
}

@media(width <= 890px) {
	.cards-body {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media(width <= 576px) {
	.cards-body {
		grid-template-columns: 1fr;
	}
	.tab {
		font-size: 14px;
		padding: 0.25rem 10px;
	}
	.expertize-wrapper {
		padding: 0;
	}
}
/* Стили для раздела "Отдел экспертизы" end */