@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Light.woff2") format("woff2"), url("../fonts/Roboto-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Italic.woff2") format("woff2"), url("../fonts/Roboto-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Black.woff2") format("woff2"), url("../fonts/Roboto-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-BlackItalic.woff2") format("woff2"), url("../fonts/Roboto-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-BoldItalic.woff2") format("woff2"), url("../fonts/Roboto-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-LightItalic.woff2") format("woff2"), url("../fonts/Roboto-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-MediumItalic.woff2") format("woff2"), url("../fonts/Roboto-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Thin.woff2") format("woff2"), url("../fonts/Roboto-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-ThinItalic.woff2") format("woff2"), url("../fonts/Roboto-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

.mfp-wrap {
  position: fixed !important;
  left: 0 !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  overflow-y: auto;
  overflow-x: hidden;
}

.mfp-container {
  padding: 0 !important;
  min-width: 320px;
}

img.mfp-img {
  padding: 0;
}

.mfp-figure:after {
  display: none;
}

a,
button {
  display: inline-block;
  transition: all 0.2s;
  color: inherit;
  cursor: pointer;
}

a:hover,
button:hover {
  text-decoration: none;
}

a:focus,
button:focus {
  outline: 0;
}

button {
  padding: 0;
  border: 0;
  background-color: transparent;
}

img {
  max-width: 100%;
  height: auto;
  flex-shrink: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul a,
ol a {
  display: inline-block;
}

label {
  position: relative;
  display: block;
  margin: 0;
}

input,
textarea {
  display: block;
  width: 100%;
  max-width: 100%;
  outline: none;
  color: #000;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  overflow: visible;
  opacity: 1;
  color: #757575;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  overflow: visible;
  opacity: 1;
  color: #757575;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  overflow: visible;
  opacity: 1;
  color: #757575;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  overflow: visible;
  opacity: 1;
  color: #757575;
}

input,
textarea,
select {
  color: inherit;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

b,
strong {
  font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

body {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 320px;
  min-height: 100vh;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.1875;
  color: #000;
  background: #fff;
  overflow-x: hidden;
}

body._menu-opened .header__nav {
  transform: translate(0%);
}

.header,
.footer {
  flex-shrink: 0;
}

.main {
  flex-grow: 1;
  overflow: hidden;
}

.pages_list {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  margin: 0 auto;
  max-width: -webkit-min-content;
  max-width: -moz-min-content;
  max-width: min-content;
  min-height: 100vh;
  font-size: 20px;
  white-space: nowrap;
}

.pages_list li {
  margin: 0 0 10px;
  width: 100%;
}

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

.stitle {
  margin: 0 0 46px;
  padding: 0 0 5px;
  border-bottom: 1px solid rgba(168, 167, 167, 0.61);
  font-size: 18px;
  text-transform: uppercase;
  color: #333333;
}

.smtitle {
  margin: 0;
  font-size: 18px;
  color: #717171;
}

.stext > * {
  margin: 0 0 10px;
}

.stext h4 {
  margin: 0 0 8px;
  font-size: 20px;
  color: #717171;
}

.stext ul li {
  position: relative;
  margin: 0 0 6px;
  padding: 0 0 0 20px;
  background: url("../img/sv/li.svg") 0 3px/12px auto no-repeat;
}

.stext_2 > * {
  margin: 0 0 10px;
}
.stext_2 p:last-child {
  margin: 0 0 5px;
}

.of-img {
  position: relative;
  overflow: hidden;
}

.of-img:before {
  content: "";
  display: block;
  padding: 100% 0 0;
}

.of-img > img,
.of-img > svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.4s;
}

.mn1_item:hover .of-img > img, .mn1_item:hover .of-img > svg {
  transform: scale(1.2);
}

.sbtn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  max-width: 100%;
  border-radius: 34px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #FFFFFF;
  background: #79B72C;
}

.sbtn:hover {
  background: #6ba227;
}

.sbtn_center {
  margin: 0 auto;
}

.sbtn_2 {
  font-size: 22px;
  border-radius: 1em;
}

.scale-img img {
  transition: 0.2s;
  transform: scale3d(1, 1, 1);
}

.scale-img:hover img {
  transform: scale3d(1.1, 1.1, 1);
}

.header {
  padding: 27px 0 0;
}

.header .container {
  position: relative;
}

.header__top {
  position: absolute;
  width: 250px;
  z-index: 1;
}

.header__nav {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-content: flex-start;
}

.header__nav > *:nth-child(1) {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0 0 12px;
  width: calc(100% - 250px);
  height: 57px;
}

.header__nav > *:nth-child(2) {
  width: 100%;
}

.header__logo {
  position: relative;
  width: 250px;
}

.search_form {
  position: relative;
  margin: 0; //0 45px 0 0;
  width: 319px;
  max-width: 100%;
  height: 45px;
  background: #FFFFFF;
  overflow: hidden;
}

.search_form__input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0 54px 0 15px;
  border: 2px solid #DADADA;
  border-radius: 22px;
  transition: 0.2s;
}

.search_form__input:focus {
  border-color: #79B72C;
}

.search_form__input:focus + .search_form__submit svg > * {
  stroke: #79B72C;
}

.search_form__submit {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 100%;
}

.search_form__submit svg > * {
  transition: 0.2s;
}

.langs_switcher {
  display: flex;
  align-items: center;
  margin-left: 20px; 
}

.langs_switcher a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid #A8A7A7;
  border-radius: 50%;
  font: 700 14px/1 "Roboto";
  text-transform: uppercase;
  color: #A8A7A7;
  background: #FFFFFF;
}

.langs_switcher a:hover {
  color: #79B72C;
  border-color: #79B72C;
}

.langs_switcher > * {
  margin: 0 7px 0 0;
}

.langs_switcher > *:last-child {
  margin: 0;
}

.langs_switcher > *._active {
  pointer-events: none;
}

.langs_switcher > *._active a {
  color: #FFFFFF;
  border-color: #79B72C;
  background: #79B72C;
}

.header__menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(168, 167, 167, 0.61);
  border-bottom: 1px solid rgba(168, 167, 167, 0.61);
}

.header__menu > li {
  position: relative;
}

.header__menu > li > a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  height: 55px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #717171;
}

.header__menu > li > a:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 15px 0 0;
  width: 0;
  height: 2px;
  background: #79B72C;
  transition: 0.1s;
}

.header__menu > li > a:hover {
  color: #79B72C;
}

.header__menu > li > a:hover:before {
  width: calc(100% - 20px);
}

.header__menu > li ul {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%);
  display: none;
  padding: 7px 0 12px;
  width: 260px;
  border-top: 3px solid #79B72C;
  border-radius: 0 0 16px 16px;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.8);
  background: rgba(232, 232, 232, 0.9);
}

@media screen and (max-width: 1367px) {
  .header__menu > li:first-child ul {
    left: 100%;
  }
}

.header__menu > li ul li {
  border-bottom: 1px solid rgba(168, 167, 167, 0.61);
}

.header__menu > li ul li:last-child {
  border-bottom: 0;
}

.header__menu > li ul a {
  display: block;
  padding: 6px 18px;
}

.header__menu > li ul a:hover {
  color: #79B72C;
  background: #e8e8e8;
}

@media (min-width: 992px) {
  .header__menu > li:hover ul {
    display: block;
  }
}

.header__menu-btn {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 -10px 0 10px;
  padding: 0;
  width: 57px;
  height: 57px;
}

.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
  background-color: #79B72C;
}

.header__menu-open {
  display: none;
}

.hp1 {
  position: relative;
}

.hp1_slider_box .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 305px;
}

.hp1_slider_box .swiper-pagination-bullet {
  display: block;
  margin: 0 2.5px;
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.7);
  opacity: 1 !important;
  cursor: pointer;
}

.hp1_slider_box .swiper-pagination-bullet-active {
  background: white;
}

.hp1_slider_box .swiper-button-next,
.hp1_slider_box .swiper-button-prev {
  width: 60px;
  height: 30px;
  background: url("../img/home/arrow.svg") center/55px auto no-repeat;
  z-index: 1;
}

.hp1_slider_box .swiper-button-next::after,
.hp1_slider_box .swiper-button-prev::after {
  display: none;
}

.hp1_slider_box .swiper-button-prev {
  left: -140px;
  transform: rotate(180deg);
}

.hp1_slider_box .swiper-button-next {
  right: -140px;
}

.hp1_slider_box .container {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%);
  height: 100%;
  z-index: 1;
}

.hp1_slider__item {
  min-height: 400px;
  height: calc(100vh - 153px);
  height: calc(calc(var(--vh, 1vh) * 100) - 153px);
}

.hp1__posts {
  position: absolute;
  left: 0;
  bottom: 76px;
  padding: 30px 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.6);
  z-index: 1;
}

@media (min-width: 1200px) {
  .hp1__posts-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -9px;
  }
  .hp1__posts-box > * {
    padding: 0 9px;
    width: calc(100%/3);
  }
}

.hp1-post {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 16px 21px 17px 21px;
  border-radius: 82px;
  background: #FFFFFF;
}

.hp1-post > *:nth-child(1) {
  width: 104px;
}

.hp1-post > *:nth-child(2) {
  width: calc(100% - 104px);
}

.hp1-post:hover .hp1-post__title {
  text-decoration: underline;
}

.hp1-post__img {
  width: 104px;
  border-radius: 50%;
}

.hp1-post__title {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 6em;
  margin: 0 0 0 30px;
  font: 500 18px/1.2 "Roboto";
}

.hp1-post__link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.footer {
  margin: 120px 0 0;
  color: #FFFFFF;
  background: #000000;
}

.footer_nomargin {
  margin: 0;
}

.footer__main {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
  min-height: 140px;
}

.footer__main > * {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 50%;
}

.footer__main > *:nth-child(2) {
  justify-content: flex-end;
}

.footer__logo {
  width: 193px;
}

.footer__copyright {
  margin: 0 0 0 83px;
  font: 700 12px/14px "Roboto";
}
.footer__copyright h1 {
  margin: 0;
  font: 700 12px/14px "Roboto";
}
.footer__copyright p {
  margin-bottom: 0;
}

.footer__socials {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 -14px 0 0;
}

.footer__socials li {
  margin: 0 7px 0 0;
}

.footer__socials li:last-child {
  margin: 0;
}

.footer__socials a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 12px;
  height: 40px;
}

.bcrumbs {
  margin: 0 0 14px;
  padding: 10px 0 10px;
}

.bcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -14px;
  font: 14px/1.2 "Roboto";
  color: rgba(123, 123, 123, 0.8);
}

.bcrumbs__list li {
  position: relative;
}

.bcrumbs__list li:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
  width: 1px;
  height: 16px;
  background: rgba(168, 167, 167, 0.5);
}

.bcrumbs__list li:last-child {
  margin: 0;
}

.bcrumbs__list li:last-child:before {
  display: none;
}

.bcrumbs__list li._active a, .bcrumbs__list li.current-menu-item a, .bcrumbs__list li.current-page-ancestor a {
  color: #333333;
}

.bcrumbs__list li._active a:before, .bcrumbs__list li.current-menu-item a:before, .bcrumbs__list li.current-page-ancestor a:before {
  border-bottom: 1px dashed #333;
}

.bcrumbs__list a {
  position: relative;
  padding: 5px 14px;
}

.bcrumbs__list a:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%);
  width: calc(100% - 28px);
  height: 1px;
}

.bcrumbs__list a:hover {
  color: #79B72C;
}

.hs1__items {
  margin-bottom: 54px;
}

.hs1__items > * {
  position: relative;
}

.hs1__items > *:before {
  content: "";
  position: absolute;
  left: 100%;
  top: 160px;
  transform: translate(-50%);
  width: 130px;
  height: 80px;
  background: url("../img/history/line.svg") center/contain no-repeat;
  z-index: 1;
}

.hs1__items > *:nth-child(2n) .hs1_item {
  display: flex;
  flex-direction: column-reverse;
}

.hs1__items > *:nth-child(2n):before {
  transform: translate(-50%) scale(-1, 1);
}

.hs1__items > *:last-child:before {
  display: none;
}

.hs1_item {
  display: flex;
  flex-direction: column;
}

.hs1_item__year {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 194px;
  height: 194px;
  border-radius: 50%;
  border: 24px solid #DADADA;
  font: 800 36px/1 "Roboto";
  color: #FFFFFF;
  background: #79B72C;
}

.hs1_item__text {
  margin: 29px auto;
  max-width: 230px;
  min-height: 8.4em;
}

.mis1__box h3 {
  font-size: 18px;
}

.mis1__left-text {
  display: flex;
  max-width: 530px;
}

.mis1__left-text h3 {
  margin-right: 10px;
}

.mis1__left-img {
  max-width: 541px;
}

.mis1__left-img:before {
  padding: calc(426/541*100%) 0 0;
}

.mis1__right-heading {
  margin: 0 0 26px;
}

.mis1__items > * {
  border-bottom: 1px solid rgba(168, 167, 167, 0.61);
}

.mis1__items > *:last-child {
  border-bottom: 0;
}

.mis1_item {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
}

.mis1_item__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  width: 116px;
  height: 116px;
  border: 3px solid #79B72C;
  border-radius: 50%;
  overflow: hidden;
}

.mis1_item__text {
  padding: 0 0 0 24px;
  width: calc(100% - 116px);
}

.mis1_item__text h4 {
  margin: 7px 0 13px;
  font: 700 16px/1.2 "Roboto";
  text-transform: uppercase;
  color: #79B72C;
}

.mis1_item__text ul {
  padding: 0 0 0 1em;
  list-style: disc;
}

.mis1_item__text ul li {
  margin: 0 0 4px;
}

.mn1_item {
  margin: 0 auto 42px;
  max-width: 192px;
  text-align: center;
}

/*.mn1_item:hover .mn1_item__img-back {
  visibility: visible;
  opacity: 1;
}*/

.mn1_item__img {
  position: relative;
  margin: 0 auto 23px;
}

.mn1_item__img-front {
  position: relative;
  border-radius: 50%;
}

.mn1_item__img-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  margin: 0;
  padding: 0 12px;
  font: 500 13.5px/16px "Roboto";
  border-radius: 50%;
  color: #FFFFFF;
  background: #79B72C;
  visibility: hidden;
  opacity: 0;
  transition: 0.2s;
}

.mn1_item__img-back > * {
  margin: auto;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 9.6em;
}

.mn1_item__title {
  margin: 0 0 4px;
  font: 700 18px/1.2 "Roboto";
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.8);
}

.mn1_item__text {
  margin: 0 0 10px;
  font: 500 14px/1.2 "Roboto";
  color: #7B7B7B;
}

.ml1__switcher {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 47px;
  max-width: 459px;
  border-radius: 34px;
  font: 700 20px/1 "Roboto";
  text-align: center;
  color: #FFFFFF;
  background: #A8A7A7;
  overflow: hidden;
}

.ml1__switcher > * {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 56px;
  border-radius: 34px;
  cursor: pointer;
  transition: 0.2s;
}

.ml1__switcher > * > * {
  position: relative;
}

.ml1__switcher > *._active {
  background: #79B72C;
  pointer-events: none;
  z-index: 1;
}

.ml1__content-tab {
  display: none;
}

.ml1__content-tab._active {
  display: block;
}

.ml1__map {
  margin: 0 auto;
  max-width: 813px;
}

.ml1__map:before {
  padding: calc(542/813*100%) 0 0;
}

.ml1__map-items {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.ml1__map-items li {
  position: absolute;
}

.map-item:hover .map-item__box {
  visibility: visible;
  opacity: 1;
}

.map-item__icon {
  position: relative;
  width: 14px;
  height: 14px;
  line-height: 0;
  cursor: pointer;
}

.map-item__icon:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 35px;
  height: 35px;
}

.map-item__box {
  position: absolute;
  left: -16px;
  bottom: 27px;
  display: flex;
  align-items: center;
  padding: 5px;
  width: 184px;
  border-radius: 10px;
  background: #FFFFFD;
  visibility: hidden;
  opacity: 0;
  transition: 0.2s;
}

.map-item__box:before {
  content: "";
  position: absolute;
  left: 14px;
  top: calc(100% - 1px);
  width: 17px;
  height: 19px;
  background: url("data:image/svg+xml,%3Csvg width='17' height='19' viewBox='0 0 17 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.4509 19L0.791548 0.631147L16.1103 0.631146L8.4509 19Z' fill='%23FFFFFD'/%3E%3C/svg%3E%0A") center/contain no-repeat;
}

.map-item__img {
  width: 58px;
  height: 56px;
  border-radius: 7px;
}

.map-item__text {
  padding: 0 0 0 6px;
  width: calc(100% - 58px);
  font: 500 7px/1.2 "Roboto";
  text-transform: capitalize;
  color: #717171;
}

.map-item__text p {
  margin: 0;
}

.map-item__text h4 {
  margin: 0 0 1px;
  font: 500 10px/1.2 "Roboto";
  color: #000;
}

.ml1-list__item {
  display: flex;
  margin: 0 0 20px;
}

.ml1-list__item h4 {
  color: #000;
}

.ml1-list__item > *:nth-child(1) {
  width: 75px;
}

.ml1-list__item > *:nth-child(2) {
  width: calc(100% - 75px);
}

.ag1__block-1 {
  margin: 0 0 30px;
}

.areas .smtitle {
  position: relative;
  z-index: 1;
}

.areas__map {
  position: relative;
  left: -13px;
  margin: -31px auto 0;
  max-width: 277px;
  line-height: 0;
}

.areas__map ul {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font: 17px/1.2 "Roboto";
  color: #A5A4A4;
}

.areas__map ul li {
  position: absolute;
  white-space: nowrap;
}

.areas__map ul li:nth-child(1) {
  top: 109px;
  right: calc(100% - 68px);
}

.areas__map ul li:nth-child(2) {
  top: 112px;
  left: calc(100% - 68px);
}

.areas__map_smtitle {
  text-align: center;
  top:20px;
}

.areas__text {
  position: absolute;
  left: 48%;
  top: 52%;
  transform: translate(-50%);
  width: 153%;
  font: 800 96px/0.57 "Roboto";
  text-transform: uppercase;
  color: #79B72C;
}

.areas__text span {
  position: relative;
  font-size: 0.375em;
}

.cultures {
  display: flex;
  flex-wrap: wrap;
  font-size: 17px;
}

.cultures li {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 0 25px;
}

.cultures li img {
  margin: 0 20px 0 0;
  width: 102px;
}

.cultures_1 {
  margin: 0 -32px 0 0;
}

.cultures_1 li {
  width: 33.33%;
}

.cultures_2 {
  max-width: 100%;
}

.cultures_2 li {
  width: 33.33%;
}

.ag1__stext {
  margin: 7px 0 0;
}

.cultury_text {
  display: flex;
  flex-direction: column;
}

.pokaznyk {
  margin: 6px 0 0;
  display: inline-block;
  font: 800 40px / 1 "Roboto";
  text-transform: uppercase;
  color: #79B72C;
}
.pokaznyk span {
  font-size: 24px;
}

.ag1-list-2 .smtitle {
  margin: 0 0 13px;
}

.ag-switcher .smtitle {
  margin: 0 0 37px;
}

.ag-switcher__list {
  max-width: 568px;
}

.ag-switcher__list li {
  display: flex;
  align-items: center;
  padding: 10px 20px 10px 50px;
  min-height: 59px;
  border-bottom: 1px solid rgba(168, 167, 167, 0.61);
  cursor: pointer;
}

.ag-switcher__list li._active {
  background: rgba(232, 232, 232, 0.7);
}

.ag-switcher__list li:last-child {
  border-bottom: 0;
}

.ag-wsitcher__img {
  display: none;
  max-width: 541px;
}

.ag-wsitcher__img._active {
  display: block;
}

.ag-wsitcher__img:before {
  padding: calc(454/541*100%) 0 0;
}

.el1__main {
  margin: 0 0 30px;
}

.el1__main-img {
  margin: 54px 0 0;
  text-align: center;
}

.el1__services .smtitle {
  margin: 0 0 22px;
}

.el1__services ol {
  display: flex;
  flex-wrap: wrap;
  font-size: 17px;
}

.el1__services li {
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 10px;
  min-height: 40px;
  width: 20%;
}

.num-list {
  counter-reset: section;
}

.num-list > li {
  position: relative;
  padding-left: 63px;
}

.num-list > li::before {
  counter-increment: section;
  content: counters(section, "");
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font: 700 20px/1.2 "Roboto";
  color: #FFFFFF;
  background: #79B72C;
}

.ndp1 {
  margin: 0 0 16px;
}

.ndp1__text {
  margin: 20px 0 0 15px;
}

.ndp1__main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
}

.ndp1__main .smtitle {
  margin: 0 0 36px;
}
.ndp1__cultures .smtitle {
  margin: 0 0 20px;
}

.ndp1__main > *:nth-child(1) {
  width: 450px;
}

.ndp1__main > *:nth-child(2) {
  width: calc(100% - 450px);
}

.ndp1__squares .smtitle {
  margin-left: 0;
}

.ndp1__squares ul {
  position: relative;
  margin: 36px 0 0;
  max-width: 599px;
  height: 146px;
  background: url("../img/ndp/squares.svg") center 0/599px auto no-repeat;
}

.ndp1__squares ul li {
  position: absolute;
  top: 0;
}

.ndp1__squares ul li:nth-child(1) {
  left: 1%;
}

.ndp1__squares ul li:nth-child(2) {
  left: 31%;
}

.ndp1__squares ul b {
  margin: 0 0 6px;
  display: inline-block;
  font: 800 40px/1 "Roboto";
  text-transform: uppercase;
  color: #79B72C;
}

.ndp1__squares ul b span {
  margin: 0 0 0 10px;
  font-size: 24px;
}

.ndp2 {
  margin: 0 0 30px;
  color: #FFFFFF;
}

.ndp2 .smtitle {
  padding: 53px 0 47px 44px;
  color: #FFFFFF;
}

.ndp2__main {
  height: 541px;
  background: url(../img/ndp/bg.png) center/1219px auto no-repeat;
}

.ndp2__list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  margin: 0 auto;
  padding: 32px 0 0;
  max-width: 908px;
  min-height: 372px;
}

.ndp2__list li {
  width: 50%;
}

.ndp2__list li:nth-child(1) {
  min-height: 115px;
}

.ndp2__list li:nth-child(3) {
  min-height: 127px;
}

.ndp2__list li:nth-child(5) {
  min-height: 78px;
}

.ndp2__list li:nth-child(2n) {
  padding-right: 44px;
  text-align: right;
}

.ndp2__list li:last-child {
  width: 100%;
  text-align: center;
}

.ndp3 .smtitle {
  margin: 0 0 27px;
}

.ndp3__main {
  margin: 0 auto;
  max-width: 1152px;
}

.ndp3-item {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 36px;
}

.ndp3-item__img {
  width: 116px;
}

.ndp3-item__text {
  padding: 0 0 0 24px;
  width: calc(100% - 116px);
}

.ndp3-item__text h4 {
  margin: 8px 0 12px;
  color: #79B72C;
}

.ndp3-item__text ul {
  padding: 0 0 0 15px;
  list-style: disc;
}

.ndp3-item__text li {
  margin: 0 0 5px;
}

.ep1 .ag-switcher .smtitle {
  margin: 0 0 22px;
}

.ep1 .ag-wsitcher__img:before {
  padding: calc(512/541*100%) 0 0;
}

.ep1__stext {
  margin: 0 0 32px;
}

.news-item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 32px;
  max-width: 450px;
}

.news-item > a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.news-item:hover .news-item__title {
  text-decoration: underline;
}

.news-item__img {
  width: 130px;
  border-radius: 15px;
}

.news-item__text {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 6em;
  margin: 0 0 10px;
  padding: 0 0 0 33px;
  width: calc(100% - 130px);
  font-weight: 500;
  font-size: 18px;
}

.news-item__meta-date {
  text-decoration: none;
  text-align: left;
  font-size: 13px;
  color: #ccc;
  margin-top: 5px;
}

.news-item:hover .news-item__meta-date {
  text-decoration: none;
}

.news__more {
  margin-top: 12px;
  width: 250px;
  height: 68px;
}

.mfp-content {
  margin: 0 auto;
  width: 90% !important;
}

.popup {
  background: #fff;
}

.news-popup > * {
  padding: 30px 50px;
}

.news-popup__top {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  color: #FFFFFF;
  background: #79B72C;
}

.news-popup__title {
  margin: 0;
  font-size: 30px;
}

.news-popup__main {
  max-height: 600px;
  overflow-x: hidden;
}

.news-popup__main::-webkit-scrollbar {
  width: 0;
}

.news-popup__text > *:last-child {
  margin-bottom: 0;
}

.news-popup__fb-share {
  margin: 0 0 0 18px;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  background: url("../img/news/fb.svg") center/100% auto no-repeat;
}

.news-popup__image {
  text-align: center;
}

.mfp-arrow-left:after {
  border-right-color: #79B72C;
}

.mfp-arrow-right:after {
  border-left-color: #79B72C;
}

.mfp-bg {
  background: #000;
  opacity: .7;
}

.mfp-close-btn-in .mfp-close {
  transform: translate(100%, -100%);
  color: #fff;
}

.st1 .ag-switcher__list {
  max-width: 531px;
}

.st1 .ag-switcher__list li {
  padding-top: 20px;
  padding-bottom: 20px;
  min-height: 79px;
}

.st1 .ag-wsitcher__img:before {
  padding: calc(254/541*100%) 0 0;
}

.st1__text {
  margin: 0 0 42px;
}

.st1__request {
  margin: 62px auto 0;
  width: 379px;
  height: 68px;
}

.pr1 .areas .smtitle {
  margin-left: 50px;
}

.pr1 .areas__text {
  width: 131%;
}

.pr1 .stext > * {
  margin: 0 0 20px;
}

.pr1__main {
  margin: 0 0 37px;
  padding: 0 0 27px;
  border-bottom: 1px solid rgba(168, 167, 167, 0.61);
}

.pr1__text {
  max-width: 540px;
}

.pr1__items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1109px;
  background: url("../img/personal/bg.svg") 0 0/100% 100% no-repeat;
}

.pr1__items > * {
  padding: 0 3.5px;
  width: calc(100%/3);
}

.pr1__items > *:nth-child(1) .pr1-item {
  padding-left: 55px;
}

.pr1-item {
  position: relative;
  padding: 33px 10px 10px 95px;
  width: 100%;
  min-height: 350px;
}

.pr1-item h4 {
  margin: 0 0 11px;
  text-transform: uppercase;
  color: #79B72C;
}

.pr1-item ul {
  padding: 0 0 0 16px;
  list-style: disc;
}

.pr1-item ul li {
  margin: 0 0 5px;
}

.pr1-item ul li:last-child {
  margin: 0;
}

.pr1-item__inner {
  position: relative;
  max-width: 220px;
}

.vc {
  overflow: hidden;
}

.vc .stitle {
  margin: 0 0 25px;
}

.vc-search {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 35px 0 39px;
  background: #E8E8E8;
}

.vc-search:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%);
  width: 100vw;
  height: 100%;
  background: #E8E8E8;
}

.vc-search > * {
  position: relative;
}

.vc-search > *:nth-child(1) {
  width: calc(100% - 202px);
}

.vc-search > *:nth-child(2) {
  width: 202px;
}

.vc-search__cols {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -6.5px 12px;
}

.vc-search__cols > * {
  padding: 0 6.5px;
  width: calc(100%/3);
}

.vc-search__select {
  display: block;
  padding: 0 42px 0 23px;
  width: 100%;
  height: 45px;
  border: 1px solid rgba(168, 167, 167, 0.83);
  outline: 0;
  border-radius: 22px;
  font-size: 18px;
  color: #A8A7A7;
  background: #FFFFFF url("../img/vakansii/down.svg") calc(100% - 24px) center/16px auto no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.vc-search__select:focus {
  border-color: #79B72C;
}

.vc-search__select option {
  color: #000;
}

.vc-search__select option:nth-child(1) {
  color: #A8A7A7;
}

.vc-search__select option:disabled {
  display: none;
}

.vc-search__tags {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -4px;
}

.vc-search__tags > * {
  padding: 4px;
}

.vc-search__tags a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 13px;
  height: 33px;
  border: 1px solid #A5A4A4;
  border-radius: 22px;
  font-size: 18px;
  text-align: center;
  white-space: nowrap;
  color: #7B7B7B;
  background: #FFFFFF;
}

.vc-search__tags a._active {
  border: 2px solid #79B72C;
  color: #79B72C;
}

.vc-search__tags a > * {
  margin: 0 0 0 9px;
}

.vc-search__tags a > * path {
  transition: 0.2s;
}

.vc-search__tags a:hover {
  border-color: #79B72C;
  color: #79B72C;
}

.vc-search__tags a:hover > * path {
  fill: #79B72C;
}

.vc-search__submit {
  float: right;
  width: 189px;
  height: 45px;
}

.vc__items {
  margin: 20px 0 0;
}

.vc__items > * {
  margin: 0 0 10px;
  border-bottom: 1px solid rgba(168, 167, 167, 0.61);
}

.vc-item {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0;
}

.vc-item > *:nth-child(1) {
  width: 50%;
}

.vc-item > *:nth-child(2) {
  width: 50%;
  text-align: right;
}

.vc-item__title {
  margin: 0 0 7px;
  font-size: 20px;
  color: #79B72C;
}

.vc-item__subtitle {
  margin: 0 0 7px;
  color: #7B7B7B;
}

.vc-item__location {
  margin: 3px 0 5px;
  color: rgba(0, 0, 0, 0.8);
}

.vc-item__location:before {
  content: url("../img/vakansii/location.svg");
  display: inline-block;
  vertical-align: middle;
  margin: 0 12px 0 0;
}

.vc-item__info {
  margin: 0 0 7px;
  color: #A8A7A7;
}

.us__main {
  padding: 0 0 20px;
  border-bottom: 1px solid rgba(168, 167, 167, 0.61);
}

.us__main h3 {
  margin: 33px 0 27px;
  font-size: 20px;
  line-height: 22px;
  color: #717171;
}

.us__main ol {
  position: relative;
  -moz-columns: 2;
  columns: 2;
  -moz-column-gap: 83px;
  column-gap: 83px;
}

.us__main ol > li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px 10px 10px 63px;
  width: 100%;
  min-height: 116px;
  border-top: 1px solid rgba(168, 167, 167, 0.61);
  -moz-column-break-inside: avoid;
  break-inside: avoid-column;
}

.us__main ol ul {
  padding: 0 0 0 24px;
  list-style: disc;
}

.us__main ol:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}

.us-info {
  position: relative;
  margin: 60px 0 0 39px;
  width: 633px;
  height: 264px;
  max-width: 100%;
  background: url("../img/orendodavciam/bg.svg") left bottom/633px auto no-repeat;
}

.us-info > * {
  position: absolute;
  margin: 0;
}

.us-info__title {
  left: 8px;
  top: 25px;
  max-width: 289px;
  font-size: 20px;
  line-height: 1.1;
  color: #A8A7A7;
}

.us-info__text-1 {
  left: 8px;
  bottom: 8px;
  font-size: 90px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  color: #79B72C;
}

.us-info__text-1 > * {
  margin: 0 0 0 0.45em;
  font-size: 0.33em;
}

.us-info__text-2 {
  left: calc(100% - 10px);
  top: -49px;
  font-size: 70px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
  color: #7B7B7B;
}

.us-info__text-2 > * {
  font-size: 0.43em;
}

.us-info__text-3 {
  left: calc(100% - 6px);
  top: 12px;
  font-size: 20px;
  line-height: 1.1;
  font-weight: 700;
  white-space: nowrap;
  color: #A8A7A7;
}

.sv1__items {
  padding: 0 0 123px;
  background: url("../img/sv/bg.svg") center bottom/1169px auto no-repeat;
}

.sv-switcher {
  display: flex;
  flex-wrap: wrap;
  margin: -23px -4px 20px;
}

.sv-switcher > * {
  padding: 0 4px;
  width: calc(100%/3);
}

.sv-switcher > *._active button {
  font-weight: 600;
  color: #fff;
  background: #79B72C;
}

.sv-switcher button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 72px;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.8);
  background: rgba(218, 218, 218, 0.5);
}

.sv1__text {
  margin: 30px 0 41px;
  border-bottom: 1px solid rgba(168, 167, 167, 0.61);
}


.sv1__items {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  max-width: 1170px;
  margin: 0 auto 60px;
}

.sv1__items > * {
  position: relative;
  margin: 0 0 31px;
  width: calc(100%/3);
}

.sv1__items > *:last-child {
  position: absolute;
  left: calc(33.33% - 30px);
  top: 103px;
  margin: 0;
}

.sv1__items > *:last-child .sv1-item {
  display: block;
}

.sv1__items > *:last-child .sv1-item__text {
  width: 100%;
  text-align: center;
}

.sv1__items > *:last-child .sv1-item__text > span:nth-child(1) {
  margin: 0 0 7px;
  font-size: 102px;
  line-height: 0.92;
}

.sv1__items > *:last-child .sv1-item__text > span:nth-child(1) > * {
  display: block;
  font-size: 39px;
}

.sv1__items > *:last-child .sv1-item__text > span:nth-child(2) {
  font-weight: 700;
  font-size: 20px;
  color: #A8A7A7;
}

.sv1-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 auto;
  padding: 0 0 0 30px;
}

.sv1-item > *:nth-child(1) {
  width: 84px;
}

.sv1-item > *:nth-child(2) {
  padding: 0 0 0 10px;
  width: calc(100% - 84px);
}

.sv1-item__text {
  margin: 0;
}

.sv1-item__text > span {
  display: block;
}

.sv1-item__text > span:nth-child(1) {
  margin: 0;
  font-weight: 700;
  font-size: 50px;
  line-height: 1;
  text-transform: uppercase;
  color: #79B72C;
}

.sv1-item__text > span:nth-child(1) > * {
  font-size: 18px;
}

.sv1-item__text > span:nth-child(2) {
  font-weight: 600;
  font-size: 18px;
  color: #333333;
}

.sv2__text__logo {
  margin: 0 0 20px;
}

.sv2__text {
  margin: 49px 0 15px;
}

.sv2__text > * {
  padding: 0 10px;
}

.sv2-services {
  margin: 0 0 30px;
}

.sv2-services__title {
  margin: 0 0 13px;
  padding: 0 0 3px;
  border-bottom: 1px solid rgba(168, 167, 167, 0.61);
  font-size: 20px;
  color: #333333;
}

.sv2-services__items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -4px 42px;
}

.sv2-services__items > * {
  padding: 0 4px;
  width: calc(100%/3);
}

.sv2-services__item {
  position: relative;
}

.sv2-services__item-bg:before {
  padding: calc(193/400*100%) 0 0;
}

.sv2-services__item-title {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 10px 10px 10px 22px;
  width: 100%;
  min-height: 70px;
  font-size: 20px;
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0.31);
}

.sv2__info {
  display: flex;
  flex-wrap: wrap;
}

.sv2__info > * {
  width: 50%;
  padding-left: 23px;
  border-bottom: 1px solid rgba(168, 167, 167, 0.61);
}

.sv2__info > *:nth-last-child(1), .sv2__info > *:nth-last-child(2) {
  border-bottom: 0;
}

.sv2__info > *:nth-child(2n-1) {
  border-right: 1px solid rgba(168, 167, 167, 0.61);
}

.sv2__info > *:nth-child(2n) {
  padding-left: 57px;
}

.sv2__info-item {
  display: flex;
  align-items: center;
  height: 126px;
}

.sv2__info-item > *:nth-child(1) {
  flex-shrink: 0;
  width: 90px;
}

.sv2__info-item > *:nth-child(2) {
  font-weight: 700;
  font-size: 80px;
  line-height: 1;
  text-transform: uppercase;
  color: #79B72C;
}

.sv2__info-item > *:nth-child(3) {
  padding: 0 0 0 25px;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  color: #717171;
}

.sv3__top-text {
  margin: 42px 0 41px;
}

.sv3-block {
  margin: 0 0 67px;
}

.sv3-block:last-child {
  margin: 0 !important;
}

.sv3-block_2 {
  margin: 0 0 95px;
}

.sv3-block_3 {
  margin: 0 0 99px;
}

.sv3-block__title {
  margin: 0 0 26px;
  padding: 0 0 5px;
  border-bottom: 1px solid rgba(168, 167, 167, 0.61);
  font-size: 22px;
  text-transform: uppercase;
  color: #79B72C;
}

.sv3-block__smtitle {
  margin: 8px 0 26px;
  font-size: 20px;
  color: #717171;
}

.sv3-block__box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -11.5px;
}

.sv3-block__box > * {
  padding: 0 11.5px;
}

.sv3-block__box > *:nth-child(1) {
  width: 49%;
}

.sv3-block__box > *:nth-child(2) {
  width: 51%;
}

.sv3-block__box_reverse {
  flex-direction: row-reverse;
}

.sv3-block__img:before {
  padding: calc(219/585*100%) 0 0;
}

.sv3__items_1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: flex-start;
  margin: 15px 0 36px;
}

.sv3__items_1:last-child {
  margin: 50px 0 0;
}

.sv3-item__num {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin: 0 0 7px;
  font-size: 60px;
  line-height: 1;
  color: #79B72C;
}

.sv3-item__num img {
  margin: 0 22px 0 0;
}

.sv3-item__num span {
  position: relative;
  align-self: flex-end;
  margin: 0 0 9px 12px;
  max-width: 100px;
  font-size: 20px;
  line-height: 1;
}

.sv3-item__text {
  margin: 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.1;
  color: #717171;
}

.sv3__items_2 {
  position: relative;
  height: 257px;
  background: url("../img/sv/houses.svg") left bottom/1194px auto no-repeat;
}

.sv3__items_2 li {
  position: absolute;
}

.sv3__items_2 li:nth-child(1) {
  left: 1%;
  top: 43px;
}

.sv3__items_2 li:nth-child(2) {
  left: 37%;
  top: 60px;
}

.sv3__items_2 li:nth-child(3) {
  left: 59%;
  top: 60px;
}

.sv3__items_2 li:nth-child(4) {
  left: 73%;
  top: 0;
}

.sv3-block_4 .sv3__items {
  justify-content: flex-start;
}

.sv3-block_4 .sv3__items > * {
  margin: 0 0 35px;
}

.sv3-block_4 .sv3__items > *:nth-child(1), .sv3-block_4 .sv3__items > *:nth-child(1n + 3) {
  width: calc(51% - 134px);
}

.sv3-block_4 .sv3__items > *:nth-child(2), .sv3-block_4 .sv3__items > *:nth-child(2n + 3) {
  width: calc(49% - 134px);
}

.sv3-block_4 .sv3__items > *:nth-child(3n) {
  width: 268px;
}

.sv3-block_4 .sv3__items > *:nth-last-child(1), .sv3-block_4 .sv3__items > *:nth-last-child(2), .sv3-block_4 .sv3__items > *:nth-last-child(3) {
  margin: 0;
}

.sv-content > * {
  display: none;
}

.sv-content > *._active {
  display: block;
}

.ct1 {
  margin: 60px 0 60px;
}

.ct1 .stitle {
  margin-bottom: 37px;
}

.ct1__box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1134px;
}

.ct1__box > *:nth-child(1) {
  width: 53%;
}

.ct1__box > *:nth-child(2) {
  width: 47%;
}

.ct1__map {
  position: relative;
}

.ct1__map-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.ct1__map__bg:before {
  padding: calc(270/600*100%) 0 0;
}

.ct1__contacts {
  margin: 20px 0 0 63px;
  font-weight: 500;
  font-size: 16px;
  color: #7B7B7B;
}

.ct1__contacts a:hover {
  text-decoration: underline;
}

.ct1__contacts li {
  position: relative;
  margin: 0 0 45px;
  padding: 0 0 0 55px;
}
.hl-title {
  color: #000;
  margin: 30px 0 12px;
}
.hl-info {
  display: flex;
  margin-bottom: 7px;
}
.hl-info span {
  min-width: 160px;
}
.hl-info a:hover {
  text-decoration: underline;
}

.ct1__contacts li:last-child {
  margin: 0;
}

.ct1__contacts li:before {
  position: absolute;
  left: 22px;
  top: 50%;
  transform: translate(-50%, -50%);
}

.ct1__contacts li:nth-child(1):before {
  content: url("../img/kontakti/location.svg");
}

.ct1__contacts li:nth-child(2):before {
  content: url("../img/kontakti/phone.svg");
}

.ct1__contacts li:nth-child(3):before {
  content: url("../img/kontakti/email.svg");
}

.ct1__contacts li div {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5px;
}

.ct1__contacts li span:nth-child(1) {
  width: 220px;
}

.ct1__contacts li span:nth-child(2) {
  width: calc(100% - 220px);
  color: #79B72C;
}

.ct2 .stitle {
  margin-bottom: 37px;
}

.ct2__box {
  margin: 0 auto;
  max-width: 1134px;
}

.ct2-form {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 -25px;
}

.ct2-form > * {
  padding: 0 25px;
  width: 50%;
}

.ct2-form > *:last-child {
  margin: 20px 25px 0 !important;
  padding: 10px !important;
  width: 100%;
}

.ct2-form__row {
  margin: 0 0 23px;
}

.ct2-form__row:last-child {
  margin: 0;
}

.ct2-form__input {
  display: block;
  padding: 0 25px;
  width: 100%;
  height: 53px;
  border: 1px solid rgba(168, 167, 167, 0.83);
  border-radius: 22px;
  font-size: 18px;
  background: #FFFFFF;
  transition: 0.1s;
}

.ct2-form__input::-webkit-input-placeholder {
  color: #A8A7A7;
}

.ct2-form__input:-moz-placeholder {
  color: #A8A7A7;
}

.ct2-form__input::-moz-placeholder {
  color: #A8A7A7;
}

.ct2-form__input:-ms-input-placeholder {
  color: #A8A7A7;
}

.ct2-form__input:focus {
  border-color: #79B72C;
}

.ct2-form__input_area {
  padding-top: 14px;
  height: 205px;
  resize: none;
}

.ct2-form__submit {
  width: 100%;
  height: 53px;
}

.gl1 .stitle {
  margin: 0 0 12px;
  border: 0;
}

.gl1__items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -3px;
}

.gl1__items > * {
  margin: 0 0 6px;
  padding: 0 3px;
  width: 25%;
}

.gl1__items > *:nth-last-child(1), .gl1__items > *:nth-last-child(2), .gl1__items > *:nth-last-child(3), .gl1__items > *:nth-last-child(4) {
  margin: 0;
}

.gl1-item {
  position: relative;
}

.gl1-item__img:before {
  padding: calc(487/300*100%) 0 0;
}

.gl1-item__title {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
  padding: 1.65em 11.5% 0.5em;
  width: 100%;
  height: 6.15em;
  font: 700 20px/1.15 "Roboto";
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0.31);
}

.gl1__bottom-text {
  margin: 27px 0 0;
  font: 500 15px/18px "Roboto";
  color: #A8A7A7;
}

.gl1__bottom-text > *:last-child {
  margin-bottom: 0;
}

.gl1-item__link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.gl2__items-box {
  position: relative;
  margin: 0 0 45px;
}

/*
.gl2__items-box:before {
  content: "";
  display: block;
  padding: calc(469/1220*100%) 0 0;
}*/

/*.gl2__items {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: grid;
  gap: 6px;
  grid-template-areas: "a1 a2 a3 a4 a8 a9"
                       "a1 a2 a3 a4 a8 a9" 
                       "a1 a2 a3 a4 a8 a10" 
                       "a5 a6 a6 a7 a8 a10" 
                       "a5 a6 a6 a7 a8 a11" 
                       "a5 a6 a6 a7 a8 a11";
  grid-template-columns: 300fr repeat(2, 147fr) 243fr 193fr 155fr;
  grid-template-rows: repeat(3, 242fr) repeat(3, 220fr);
}*/

/*.gl2__items > *:nth-child(11) ~ * {
  display: none;
}*/

/*.gl2__items > *:nth-child(1) {
  grid-area: a1;
}

.gl2__items > *:nth-child(2) {
  grid-area: a2;
}

.gl2__items > *:nth-child(3) {
  grid-area: a3;
}

.gl2__items > *:nth-child(4) {
  grid-area: a4;
}

.gl2__items > *:nth-child(5) {
  grid-area: a5;
}

.gl2__items > *:nth-child(6) {
  grid-area: a6;
}

.gl2__items > *:nth-child(7) {
  grid-area: a7;
}

.gl2__items > *:nth-child(8) {
  grid-area: a8;
}

.gl2__items > *:nth-child(9) {
  grid-area: a9;
}

.gl2__items > *:nth-child(10) {
  grid-area: a10;
}

.gl2__items > *:nth-child(11) {
  grid-area: a11;
}
.gl2__items > *:nth-child(11n+1) {
  grid-area: a1;
}
.gl2__items > *:nth-child(11n+2) {
  grid-area: a2;
}*/

.gl2__items {     
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 220px;
  grid-auto-flow: dense;
  grid-gap: 6px;
}

.gl2__items> :nth-child(8n + 1),
.gl2__items> :nth-child(8n + 2),
.gl2__items> :nth-child(8n + 7),
.gl2__items> :nth-child(8n + 8) {
  grid-row: span 2;
}

.gl2__items> :nth-child(8n + 3),
.gl2__items> :nth-child(8n + 4),
.gl2__items> :nth-child(8n + 5) {
  grid-column: span 2;
}

.gl2__items> :nth-child(8n + 6) {
  grid-column: 1/span 2;
}



.gl2-item {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.spage .stitle {
  margin-top: 46px;
}

.spage404 .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  min-height: 50vh;
}

.spage404 .stitle {
  margin: 0;
  padding: 0;
  border: 0;
}

.tnd-link {
  color: #79B72C;
  position: relative;
}
.tnd-link:hover {
  text-decoration: underline;
}

.ak-ul {
  padding: 0 0 0 1em;
  list-style: disc;
}
.ak-ul li {
    margin: 0 0 4px;
}
.ct1__description {
  margin: 40px 0;
}

.cvp-link {
  color: #79B72C;
  text-transform:uppercase;  
}
.cvp-link:hover {
  text-decoration: underline;
}




@media (min-width: 1300px) {
  .container {
    max-width: 1250px;
  }
}

@media (min-width: 1600px) {
  .footer .container {
    max-width: 82%;
  }
}

@media (max-width: 1600px) {
  .hp1_slider_box .swiper-button-prev {
    left: 5px;
  }
  .hp1_slider_box .swiper-button-next {
    right: 5px;
  }
}


@media (max-width: 1199px) {
  .cultures li img {
    margin: 0 10px 0 0;
  }
  .ndp2__list {
    max-width: 660px;
  }
  .ndp2__list li:nth-child(1) {
    min-height: 105px;
  }
  .ndp2__list li:nth-child(2n) {
    padding-right: 0;
  }
  .us__main ol {
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
  .us-info {
    margin: 60px 0 0 0;
  }
  .sv2__info {
    margin: 0 auto;
  }
  .sv2__info > * {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .sv2__info > * br {
    display: none;
  }
  .sv2__info-item {
    flex-wrap: wrap;
    align-content: center;
    height: auto;
  }
  .sv2__info-item > *:nth-child(3) {
    width: 100%;
    margin: 10px 0 0;
    padding: 0;
  }
  .sv3-block__box > *:nth-child(1) {
    margin: 0 0 20px;
    width: 100%;
  }
  .sv3-block__box > *:nth-child(2) {
    width: 100%;
  }
  .sv3__items_2 li:nth-child(1) {
    top: 0;
    left: 0%;
  }
  .sv3__items_2 li:nth-child(2) {
    top: 0;
    left: 25%;
  }
  .sv3__items_2 li:nth-child(3) {
    top: 0;
    left: 52%;
  }
  .sv3__items_2 {
    height: 307px;
  }
  .sv3-block_4 .sv3__items > * {
    width: 50% !important;
  }
  .ct1__box > *:nth-child(1) {
    margin: 0 0 30px;
    width: 100%;
  }
  .ct1__box > *:nth-child(2) {
    width: 100%;
  }
  .ct1__contacts {
    margin: 0;
  }
  .news-popup__title {
    font-size: 24px;
  }
}

@media (max-width: 991px) {
  .header__nav {
    position: fixed;
    left: 0;
    top: 0;
    transform: translate(-100%);
    align-content: center;
    padding: 20px 0;
    width: 300px;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    border-right: 1px solid #79B72C;
    background: #fff;
    z-index: 1;
    transition: 0.1s;
    overflow-x: hidden;
  }
  .header__nav > *:nth-child(1) {
    flex-wrap: wrap;
    justify-content: center;
    order: 2;
    margin: 0;
    padding: 0 20px;
    width: 100%;
    height: auto;
  }
  .header__nav > *:nth-child(2) {
    margin: 0 0 20px;
  }
  .header__menu {
    display: block;
    border: 0;
  }
  .header__menu > li > a {
    padding: 0;
    height: 40px;
  }
  .header__menu > li > a:before {
    display: none;
  }
  .search_form {
    margin: 0; //0 0 20px;
    width: 100%;
  }
  .header__menu > li ul {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    width: 100%;
    padding: 5px 0;
    border-top: 1px solid #79B72C;
    border-bottom: 1px solid #79B72C;
    border-radius: 0;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    color: #717171;
    background: none;
  }
  .header__menu > li ul li {
    border: 0;
  }
  .header__menu > li ul a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 0;
    border: 0;
  }
  .header__menu > li ul a:hover {
    background: none;
  }
  .header__menu-btn {
    display: flex;
  }
  .header__menu-btn:before {
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    transition: opacity 0.2s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  .header__menu-btn.is-active:before {
    visibility: visible;
    opacity: 1;
  }
  .header .container {
    max-width: 100%;
  }
  .header {
    padding: 0;
  }
  .header__top {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    width: 100%;
  }
  .footer__copyright {
    margin: 10px 0 0;
    width: 100%;
  }
  .hp1_slider__item {
    height: calc(100vh - 77px);
    height: calc(calc(var(--vh, 1vh) * 100) - 77px);
  }
  .hp1__posts {
    bottom: 20px;
    padding: 15px 0;
  }
  .hp1_slider_box .swiper-pagination {
    bottom: 200px;
  }
  .hs1_item__text {
    margin: 20px auto 0;
    max-width: none;
    min-height: auto;
  }
  .hs1__items > *:nth-child(2n) .hs1_item {
    flex-direction: column;
  }
  .hs1_item {
    margin: 0 auto 60px;
    max-width: 400px;
  }
  .hs1_item__year {
    width: 120px;
    height: 120px;
    border-width: 10px;
    font-size: 25px;
  }
  .hs1__items > *:before {
    left: 50%;
    top: auto;
    bottom: 10px;
    width: 2px;
    height: 40px;
    border-right: 2px dashed gray;
  }
  .hs1__items {
    margin-bottom: 0;
  }
  .footer {
    margin: 50px 0 0;
  }
  .mis1__left {
    margin: 0 0 30px;
  }
  .stitle:nth-child(1) {
    margin: 0 0 30px;
  }
  .stitle:nth-child(1) + * {
    margin-top: 0;
  }
  .ag-switcher__list {
    margin: 0 0 30px;
    max-width: none !important;
  }
  .ag-switcher__list li {
    padding-left: 20px;
  }
  .cultures_1 {
    margin: 0;
  }
  .ag1__block-1 .col-lg-6:nth-child(1) {
    margin-bottom: 30px;
  }
  .el1__services li {
    margin: 0 0 10px;
    padding-right: 0;
    width: 100%;
  }
  .ndp1__text {
    margin-left: 0;
    margin: 15px 0;
  }
  .ndp1__squares .smtitle {
    margin-left: 0;
  }
  .ndp1__main > *:nth-child(1) {
    margin: 0;
    width: 100%;
  }
  .ndp1__main > *:nth-child(2) {
    width: 100%;
  }
  .ndp1__squares ul li:nth-child(2) {
    left: 35%;
  }
  .cultures_2 li {
    width: 50%;
  }
  .ndp2__list {
    max-width: 560px;
  }
  .news-item {
    max-width: none;
  }
  .news__list {
    margin: 0 auto;
    max-width: 450px;
  }
  .st1__request {
    margin-top: 40px;
  }
  .pr1__items > * {
    margin: 0 0 30px;
    width: 100%;
  }
  .pr1__items > *:last-child {
    margin: 0;
  }
  .pr1__items {
    max-width: 440px;
    background: none;
  }
  .pr1-item {
    padding: 20px 30px !important;
    border: 2px solid #8CB53C;
    border-radius: 17px;
    min-height: auto;
    background: rgba(241, 241, 241, 0.5);
  }
  .pr1-item__inner {
    max-width: none;
  }
  .pr1-item h4 br {
    display: none;
  }
  .pr1__text {
    margin: 30px 0 0;
    max-width: none;
  }
  .pr1__main {
    padding: 0;
  }
  .vc-search > *:nth-child(1) {
    margin: 0 0 15px;
    width: 100%;
  }
  .vc-search > *:nth-child(2) {
    width: 100%;
  }
  .vc-search__submit {
    float: none;
    margin: 0 auto;
  }
  .vc-item > *:nth-child(1) {
    width: 100%;
  }
  .vc-item > *:nth-child(2) {
    width: 100%;
    text-align: left;
  }
  .us__main ol {
    -moz-columns: auto;
    columns: auto;
  }
  .us__main ol > li {
    min-height: 60px;
  }
  .us-info__text-2 {
    left: 0;
    top: calc(100% + 5px);
  }
  .us-info__text-3 {
    left: 0;
    top: calc(100% + 75px);
  }
  .us-info {
    margin: 60px 0 100px 0;
  }
  .sv1-item {
    padding: 0;
  }
  .sv1__items > * {
    width: 50%;
  }
  .sv1__items > *:empty {
    display: none;
  }
  .sv1__items > *:last-child {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
  }
  .sv2-services__items > * {
    margin: 0 0 10px;
    width: 100%;
  }
  .sv3__items_1 > * {
    margin: 0 0 30px;
    width: 100%;
  }
  .sv3__items_1 > *:last-child {
    margin: 0;
  }
  .sv3__items_2 li {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    margin: 0 0 20px;
    width: 50%;
  }
  .sv3__items_2 li:last-child {
    margin: 0;
  }
  .sv3__items_2 {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 180px;
    height: auto;
  }
  .sv3-item__text br {
    display: none;
  }
  .sv3-block_4 .sv3__items > * {
    margin: 0 0 30px !important;
    width: 100% !important;
  }
  .sv3-block_4 .sv3__items > *:last-child {
    margin: 0 !important;
  }
  .ct2-form > * {
    padding: 0;
    width: 100%;
  }
  .ct2-form > *:nth-child(1) {
    margin: 0 0 23px;
  }
  .ct2-form {
    margin: 0;
  }
  .ct1__contacts li span:nth-child(1) {
    width: 100%;
  }
  .ct1__contacts li span:nth-child(2) {
    margin: 0 0 10px;
    width: 100%;
  }
  .ct1 {
    margin: 40px 0;
  }
  .header {
    border-bottom: 1px solid rgba(168, 167, 167, 0.61);
  }
  .header__menu-open {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background: url("../img/vakansii/down.svg") center/16px auto no-repeat;
    transition: none;
  }
  .header__menu-open._active {
    transform: rotate(180deg);
  }
  .header__menu-open._active + * {
    display: block;
  }
  .gl2__items-box:before {
    display: none;
  }
  .gl2__items {
    position: relative;
    left: auto;
    top: auto;
    display: flex;
    flex-wrap: wrap;
    height: auto;
    gap: 8px;
  }
  .gl2__items > * {
    width: calc(25% - 6px);
  }
  .gl1__items {
    margin: 0 -5px;
  }
  .gl1__items > * {
    margin: 0 0 10px !important;
    padding: 0 5px;
    width: 50%;
  }
  .news-popup > * {
    padding: 30px;
  }
  .mfp-close-btn-in .mfp-close {
    transform: translate(0, -100%);
  }
  .ct2-form > *:last-child {
    margin: 20px 0 0 !important;
  }
  .ct2-form > *:nth-child(2) {
    margin: 0 0 23px;
  }
  .spage .stitle {
    margin-top: 30px;
  }
  .header__menu-open:before {
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    width: 260px;
    height: 100%;
  }
  .header__menu-open._active:before {
    left: 100%;
    right: auto;
  }
  .langs_switcher {
    margin-left: 0;
    margin-top: 20px; 
  }
}

@media (max-width: 767px) {
  .hp1-post__title {
    margin: 0 0 0 15px;
  }
  .ndp2__list {
    padding: 0 0 0 30px;
  }
  .ndp2__list br {
    display: none;
  }
  .ndp2__list li {
    width: 100% !important;
    min-height: auto !important;
    list-style: disc;
    margin: 0 0 15px 0;
  }
  .ndp2 .smtitle {
    padding: 20px 0 20px 20px;
  }
  .ndp2__main {
    height: auto;
    background: none;
  }
  .ndp2__list {
    min-height: auto;
  }
  .ndp2 {
    color: #000;
  }
  .ndp2 .smtitle {
    margin: 0 0 27px;
    padding: 0;
    color: #717171;
  }
  .ndp2__list li {
    padding-right: 0 !important;
    text-align: left !important;
  }
  .vc-search__cols > * {
    margin: 0 0 15px;
    width: 100%;
  }
  .vc-search {
    padding: 25px 0;
  }
  .us-info {
    background-size: 100% auto;
  }
  .us-info__text-1 {
    left: 0;
    font-size: 70px;
  }
  .sv1__items > * {
    width: 100%;
  }
  .sv1__items {
    max-width: 340px;
  }
  .sv2__info > * {
    width: 100%;
    padding: 20px 0 !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(168, 167, 167, 0.61) !important;
  }
  .sv2__info > *:nth-child(1) {
    border-top: 1px solid rgba(168, 167, 167, 0.61) !important;
  }
  .sv2__info-item > *:nth-child(2) {
    font-size: 60px;
  }
  .gl2__items > * {
    width: calc(100%/3 - 6px);
  }
}

@media (max-width: 575px) {
  .header__logo {
    width: 200px;
  }
  .footer__main > * {
    width: 100%;
  }
  .footer__copyright {
    text-align: center;
  }
  .footer__main > *:nth-child(1) {
    margin: 0 0 15px;
    justify-content: center;
  }
  .footer__main > *:nth-child(2) {
    justify-content: center;
  }
  .mis1_item {
    display: block;
  }
  .mis1_item__icon {
    margin: 0 auto 20px;
  }
  .mis1_item__text {
    padding: 0;
    width: 100%;
  }
  .ml1__switcher {
    max-width: 290px;
  }
  .cultures_1 li {
    width: 50%;
  }
  .areas__text {
    top: 71%;
    width: 100%;
    font-size: 45px;
  }
  .areas__map {
    margin: 0 auto;
    max-width: 200px;
  }
  .ndp3-item {
    display: block;
    margin: 0 0 35px;
  }
  .ndp3-item__img {
    margin: 0 auto 10px;
    width: 100px;
  }
  .ndp3-item__text {
    padding: 0;
    width: 100%;
  }
  .ndp3-item__text h4 {
    text-align: center;
  }
  .ndp3__items {
    margin: 0 auto;
    max-width: 350px;
  }
  .news-item__img {
    width: 100px;
  }
  .news-item__text {
    width: calc(100% - 100px);
    margin: 0;
    padding: 0 0 0 10px;
    font-size: 16px;
  }
  .us-info__text-1 {
    font-size: 13vw;
  }
  .us-info__text-2 {
    font-size: 13vw;
  }
  .us-info__text-3 {
    top: calc(100% + 15vw);
    font-size: 18px;
  }
  .us-info {
    margin-top: 40px;
  }
  .sv-switcher > * {
    margin: 0 0 10px;
    width: 100%;
  }
  .sv-switcher > *:last-child {
    margin: 0;
  }
  .sv3__items_2 li {
    width: 100%;
  }
  .sv3-block {
    margin: 0 0 50px;
  }
  .sv3__items_1:last-child {
    margin: 20px 0 0;
  }
  .gl2__items > * {
    width: calc(50% - 4px);
  }
  .gl1-item__title {
    font-size: 4vw;
  }
  .news-popup > * {
    padding: 20px;
  }
  .news-popup__title {
    font-size: 18px;
  }
  .news-popup__text {
    font-size: 14px;
  }
  .cultures_2 li {
    width: 100%;
  }
  .ndp1__squares ul b {
    font: 800 30px/1 "Roboto";
  }
  .ndp1__squares ul b span {
    margin: 0 0 0 5px;
    font-size: 18px;
  }
  .ndp1__text {
    margin: 0;
  }
}

@media (max-width: 480px) {
  .ndp1__squares ul {
    position: relative;
    margin: 36px 0 0;
    max-width: 480px;
    height: 146px;
    background: url("../img/ndp/squares.svg") center 0/360px auto no-repeat;
  }
}

@media (max-width: 450px) {
  .mn1_item {
    margin: 0 -5px 30px;
  }
  .sv3-block_4 .sv3-item__num {
    font-size: 50px;
  }
  .areas__map ul li {
    white-space: normal;
  }

  .areas__map ul li:nth-child(1) {
    top: 102px;
  }

  .areas__map ul li:nth-child(2) {
    top: 105px;
  }
  .ndp1__squares ul li {
    font-size: 14px;
  }

}

@media (max-width: 380px) {
  .header__nav {
    width: 260px;
  }
  .sv3-block_4 .sv3-item__num {
    font-size: 39px;
  }
  .gl1__items > * {
    width: 100%;
  }
  .gl1-item__title {
    font-size: 18px;
  }
  .gl1-item__img {
    height: 200px;
  }
  .gl1-item__title {
    padding: 1em;
    height: auto;
  }
  .ndp1__squares ul {
    position: relative;
    margin: 36px 0 0;
    max-width: 380px;
    height: 146px;
    background: url("../img/ndp/squares.svg") center 0/360px auto no-repeat;
  }
}


/***Companies Groups Reports***/
.gc__title-container:after {
  display: block;
  content: '';
  border-bottom: 1px solid rgba(168, 167, 167, 0.61);
  margin-bottom: 25px;
}
.gc__title {
  font-family: inherit;
  font-size: 18px;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 4px;
  text-transform: uppercase;
}
.gc__filter-panel {
  padding: 34px 0;
  background-color: #e8e8e8;
}
.gc__filter-row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -34px;  
}
.gc__filter-item {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;  
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;

  width: 50%;
  padding: 0 34px;
}
.gc__filter-item-title {
    font-family: inherit;
    font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 3px;
  color: #6d6f71;
}

.nice-select.gc__select {
    border: 1px solid #b6b6b6;
    border-radius: 22px;
    white-space: normal;
    height: 44px;
    line-height: 44px;
}
.nice-select.gc__select.open {
    border-radius: 22px 22px 0 0;
}
.nice-select.gc__select .list {
    margin: 0;
    margin-top: 0px;
    border-radius: 0 0 22px 22px;
    box-shadow: 0 0 0 1px #b6b6b6;
    width: 100%;
    max-height: 460px;
    overflow: auto;
}
.nice-select.gc__select .current {
  font-size: 18px;
  font-weight: bold;
  //color: #a8a7a7;
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}
.nice-select.gc__doc-select .current {
    font-weight: 400;
}
.nice-select.gc__select:after {
    width: 9px;
    height: 9px;
    right: 18px;
}
.nice-select.gc__select .option {
    //color: #a8a7a7;
}
.nice-select.gc__select .option:hover, .nice-select.gc__select .option.focus, .nice-select.gc__select .option.selected.focus {
    background-color: #79B72C;       
}
.nice-select.gc__select .option:hover {
    color: #fff;
}
.nice-select.gc__select .option {
    line-height: 1.2;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 20px;
    font-size: 18px;
}

.gc__info-uo {
    padding: 34px 0;
    margin-bottom: 100px;
}
.gc__info-uo-title {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: bold;
    color: #79B72C;
}
.gc__table {
    border-collapse: collapse;
    width: 100%;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.2;
}
.gc__table td {  
    padding: 4px 8px 4px 0;
    text-align: left;
    vertical-align: top;
}
.gc__table td:first-child {
    color: #b7b7b7;
    width: 20%;
}
.gc__table .subhead {
    font-weight:  bold;
    font-size: 20px;
    padding: 20px 8px 4px 0;
    color: #79B72C !important;
}

.gc__docs-list {
    margin: 0;
    padding: 0;
    margin-top: 28px;
    margin-bottom: 150px;
    list-style: none;
}
.gc__docs-list li {
  padding: 22px 34px 22px 0;
  border-bottom: 1px solid #dbe9c9;

  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; 

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;  
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; 
}
.gc__docs-list li:last-child {
    border-bottom: 0;
}
.gc__docs-list li a {
    text-decoration: none;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.125;
    color: #b7b7b7;
    text-decoration: underline;
}
.gc__docs-list li a:hover {
    text-decoration: underline;
}
.gc__docs-link {
    width: calc(100% - 118px);
    padding-right: 70px;
    cursor: pointer;
}
.gc__docs-link.active {
    color: #80B144;
}
.gc__docs-download {
    text-align: center;  
}
.gc__docs-download img {
  width: 28px;
}
.gc__docs-size {
    width: 90px;
    text-align: right;
    font-size: 16px;
    margin-top: 8px;
    color: #b7b7b7;
}
.gc__docs-list .img-pdf {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.5;
    -webkit-transition: 0.4s all ease;
    -o-transition: 0.4s all ease;
    transition: 0.4s all ease;
    margin-top: 5px;
}
.gc__docs-list li:hover .img-pdf {
    -webkit-filter: none;
    filter: none;
    opacity: 1;
}
.gc__ct-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.gc__iframe-wrap {
    margin-top: 20px;
}
.gc__iframe {
    width: 100%;
    height: 600px;
}

.error-search-text {
    padding: 34px;
    margin-bottom: 100px;
}
.bg-load-system-wrap {
    position: relative;
    height: 100px;
}
.bg-load-system {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 9;
}
.bg-load-system svg {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: calc(50% - 50px);
    width: 100px;
    height: 100px;
}



/*** Media ***/
@media screen and (max-width: 768px) {
  .gc__filter-container {
    padding: 20px 0;
  }
  .gc__filter-row {
    margin: 0 -20px;

    -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  }
  .gc__filter-item {
    padding: 10px 20px;
    width: 100%;
  }
  .gc__info-uo, .error-search-text {
    padding: 20px 0;
  }
  .gc__docs-list li {
    padding: 17px 20px 17px 0;
  }
  .gc__title {
    font-size: 16px;
  }
  .gc__select .current, .gc__select .option, .gc__docs-size, .gc__info-uo-title, .gc__table, .gc__docs-list li a  {
    font-size: 14px;
  }
  .gc__docs-link {
    padding-right: 50px;
  }
  .gc__docs-list {
    margin-top: 0;
  }
}
@media screen and (max-width: 480px) {
  .gc__title {
    font-size: 15px;
  }
  .gc__select .current, .gc__select .option, .gc__docs-size, .gc__table, .gc__docs-list li a  {
    font-size: 12px;
  }
  .gc__info-uo-title, .gc__table .subhead {
    font-size: 16px;
  }
  .gc__docs-link {
    padding-right: 25px;
    width: calc(100% - 78px);
  }
  .gc__docs-size {
    width: 50px;
  }
  .gc__table-wrap {
    overflow: auto;
  }
  .bg-load-system svg {
    width: 50px;
    height: 50px;
  }
  .gc__filter-item {
    max-width: 100%;
  }
  .gc__iframe {
    width: 100%;
    height: 400px;
  }
}
/***/
/*** Korporatyvni ZMI ***/
ul.tabs.tabs_s_s{
  display:flex;
  justify-content: flex-end;
} 
.tabs_news ul.tabs_s_s li{
  margin:0px;
  cursor:pointer;
  display:block;
  float:left;
  padding:10px 0px;
  background:#cac9c9;
  color:#fff;
  text-align:center;
  margin-left:15px;
  transition:0.3s;
}
.tabs_news ul.tabs_s_s li:first-child{margin-left:0px;}
.tabs_news ul.tabs_s_s li a{color:#fff;text-decoration:none;}
.tabs_news ul.tabs_s_s li:hover,
.tabs_news ul.tabs_s_s li.active,
.tabs_news ul.tabs_s_s li.active:hover{background:#79B72C;color:#fff;}
.tabs_news ul.tabs_s_s li:hover a,
.tabs_news ul.tabs_s_s li.active a,
.tabs_news ul.tabs_s_s li.active:hover a{color:#fff;text-decoration:none;}
.tabs_news.new_pdf_list{
  margin-top:0px;
  width:100%;
  display:inline-block;
  margin-bottom:15px;
}
.tabs_news.new_pdf_list ul.tabs.tabs_s_s li{
  padding: 5px 26px;
  border-radius: 20px;
    font-size: 20px;
    font-weight: 500;
}

.hover-btn-media{position:absolute;width:100%;z-index:9;top:50%;-moz-transform:rotate(0deg) scale(1, 1) skewX(0deg) skewY(0deg) translate(0%, -50%);-webkit-transform:rotate(0deg) scale(1, 1) skew(0deg, 0deg) translate(0%, -50%);-o-transform:rotate(0deg) scale(1, 1) skew(0deg, 0deg) translate(0%, -50%);-ms-transform:rotate(0deg) scale(1, 1) skew(0deg, 0deg) translate(0%, -50%);transform:rotate(0deg) scale(1, 1) skew(0deg, 0deg) translate(0%, -50%);transition:1s;opacity:0;}
.hover-btn-media a{
  width:70%;
  margin:0 auto;
  display:block;
  color:#fff;
  background:#79B72C;
  transition:0.3s;
  border-radius:20px;
  padding:9px 0;
  font-size:20px;
  font-weight: 600;
  text-align:center;
}
.hover-btn-media a:hover{background: #6ba227;}

.item-corporate-zurnal{width:23%;position:relative;display:inline-block;float:left;vertical-align:top;margin-bottom:20px;}
.item-corporate-zurnal:after{background-color:rgba(0, 0, 0, 0.6);content:' ';position:absolute;top:0;left:0;width:100%;height:100%;transition:1s;opacity:0;}
.item-corporate-zurnal-images img {
  width:100%;
  height: auto;
  /*object-fit: cover;*/
  vertical-align: top;
}
.item-corporate-zurnal-images{
  width:100%;
  /*height: 396px;*/
  display:inline-block;
  vertical-align:top;
  position:relative;
}
.item-corporate-zurnal:nth-child(4n){margin-right:0;}
.item-corporate-zurnal{margin-right:2.66666666%;}
.item-corporate-zurnal:hover:after, .item-corporate-zurnal:hover .hover-btn-media{opacity:1;}
.tabs_news.new_pdf_list ul.tabs.tabs_s_s{margin-bottom:20px;}
.meta-box-item-corporate-zurnal{
  padding:15px;
  font-size:16px;
  display:inline-block;
  text-align:center;
  width:100%; 
}
.meta-box-item-corporate-zurnal span{
  display:inline-block;
  width:100%;color:#000;
  font-size:16px;
  text-transform: uppercase;
}

.btn-corporate-media-wrapper{
  display:inline-block;
  width:100%;
  margin-bottom:25px;
}
.btn-corporate-media{
  display:block;
  margin:0 auto;
  width: 248px;
  text-align:center;
  background-color:#79B72C;
  color:#fff;
  font-size:20px;
  font-weight: 600;
  padding: 22px;
  cursor:pointer;
  border-radius: 40px;
  transition:0.4s;
}
.btn-corporate-media:hover{
  background-color: #6ba227;
}

@media screen and (max-width: 740px) {
  .item-corporate-zurnal{width: 50%; margin: 0 -4px 20px; padding: 0 15px; box-sizing: border-box; float: none;}
  .item-corporate-zurnal {
        width: 50%;
        margin: 0 -4px 20px;
        padding: 0 15px;
        box-sizing: border-box;
        float: none;
    }
    ul.tabs.tabs_s_s {
      justify-content: center;
    }
  /*.item-corporate-zurnal-images {
    height: 256px;
  }*/
}
@media screen and (max-width: 480px) {  
  /*.item-corporate-zurnal-images {
    height: 180px;
  }*/
  ul.tabs.tabs_s_s {
    flex-wrap: wrap;
    justify-content: center;
  } 
  .tabs_news ul.tabs_s_s li {
        width: calc(50% - 12px) !important;
        float: none;
        vertical-align: top;
        margin-right: 8px;
        margin-left: 8px;
        display: inline-block;
        margin-bottom: 10px;
    }
    .tabs_news ul.tabs_s_s li:first-child {
      margin-left: 8px;
  }
  .btn-corporate-media {
      width: 220px;
      font-size: 16px;
      padding: 16px;
  }
}
/***/

/*** Investuyemo-v-peremogu ***/
.of-img_ivp > img {
    height: auto;
    object-fit: contain;
}
.of-img_ivp.ag-wsitcher__img {
    max-width: 100%;
}
.page-template-investuyemo-v-peremogu .sv3-item__num {
    min-height: 70px;
}
.sv3-item__val {
    position: relative;
    display: inline-flex;
    align-items: center;
    margin: 0 0 7px;
    font-size: 60px;
    font-weight: bold;
    line-height: 1;
    color: #79B72C;
}   
.page-template-investuyemo-v-peremogu .sv3-item__val span {
    position: relative;
    align-self: flex-end;
    margin: 0 12px 3px 0;
    max-width: 100px;
    font-size: 44px;
    font-weight: bold;
    line-height: 1;
    color: #79B72C;
}
.page-template-investuyemo-v-peremogu .sv3-block_4 .sv3__items > *:nth-child(1), .page-template-investuyemo-v-peremogu .sv3-block_4 .sv3__items > *:nth-child(1n + 3) {
    width: 36%;
}
.page-template-investuyemo-v-peremogu .sv3-block_4 .sv3__items > *:nth-child(2), .page-template-investuyemo-v-peremogu .sv3-block_4 .sv3__items > *:nth-child(2n + 3) {
    width: 34%;
}
.page-template-investuyemo-v-peremogu .sv3-block_4 .sv3__items > *:nth-child(3n) {
    width: 30%;
}
.ivp-block-2 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.ipv-result {
    background-color: #ededed;
    display: flex;
    flex-direction: column;
    min-height: 180px;    
}
.ipv-result_left {
    padding: 25px 10px 25px 30px;
}
.ipv-result_right {
    padding: 25px 10px 25px 35px;
}
.ipv-result__label {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.1;
    color: #717171;
    margin-top: 5px;
}
.ipv-result__val {
    display: flex;
}
.ipv-result__val-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
}
.ipv-result__val-text {
    font-weight: normal;
    font-size: 22px;
    line-height: 1.1;
    color: #79B72C;
}
.ipv-result__val-sign {
    font-weight: bold;
    font-size: 70px;
    line-height: 1.1;
    color: #79B72C;
}
.ipv-result__val-right {
    font-weight: bold;
    font-size: 100px;
    line-height: 1;
    color: #79B72C;
}
.stext_ivp {
    text-align: right;
    color: #ccc;
    font-size: 18px;
}
/***Media***/
@media screen and (max-width: 1300px) {
    .ipv-result__val-right {
        font-size: 90px;
    }
    .ipv-result__val-text {
        font-size: 20px;
    }
    .ipv-result__val-sign {
        font-size: 58px;
    }    
    .page-template-investuyemo-v-peremogu .sv3-item__val {
        font-size: 50px;
    }
    .page-template-investuyemo-v-peremogu .sv3-item__val span {
        font-size: 40px;
    }
}
@media screen and (max-width: 1200px) {
    .ipv-result__val-right {
        font-size: 70px;
    }
    .ipv-result__val-text {
        font-size: 18px;
    }
    .ipv-result__val-sign {
        font-size: 44px;
    }    
    .page-template-investuyemo-v-peremogu .sv3-item__val {
        font-size: 44px;
    }
    .page-template-investuyemo-v-peremogu .sv3-item__val span {
        font-size: 34px;
    }
    .ipv-result {
        min-height: 170px;
    }
}
@media screen and (max-width: 992px) {
    .ipv-result {
        min-height: 100px;
        margin-bottom: 20px;
        align-items: center;
        padding: 30px 20px;
    }
    .page-template-investuyemo-v-peremogu .sv3-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        max-width: 400px;
    }
    .page-template-investuyemo-v-peremogu .sv3-item__num {
        width: 100%;
    }
    .page-template-investuyemo-v-peremogu .sv3-block_4 .sv3__items > li {
        display: flex;
        justify-content: center;
    }
    .stext_ivp {
        font-size: 16px;
    }
}
@media screen and (max-width: 568px) {
    .ipv-result__val-right {
        font-size: 56px;
    }
    .ipv-result__val-text {
        font-size: 16px;
    }
    .ipv-result__val-sign {
        font-size: 32px;
    } 
    .ipv-result__label {
        font-size: 18px;
    }
}
@media screen and (max-width: 480px) {
    .ipv-result__val-right {
        font-size: 40px;
    }
    .ipv-result__val-text {
        font-size: 16px;
    }
    .ipv-result__val-sign {
        font-size: 32px;
    } 
    .ipv-result__label {
        text-align: center;
    }
    .ipv-result__val {
        align-items: center;
    }
    .ipv-result {
        padding: 20px 10px;
    }
    .page-template-investuyemo-v-peremogu .sv3-item__val {
        font-size: 36px;
    }
    .page-template-investuyemo-v-peremogu .sv3-item__val span {
        font-size: 30px;
    }
}
@media screen and (max-width: 350px) {
    .ipv-result {
        padding: 20px 0px;
    }
    .ipv-result__val-right {
        font-size: 40px;
        letter-spacing: -1px;
    }
    .ipv-result__val-text {
        font-size: 14px;
    }
    .ipv-result__val-sign {
        font-size: 24px;
    }
}
/***/
/*** Програми соціальної відповідальності 2 ***/
.sv-switcher > * {
    width: calc(100% / 5);
}
.sv2-services__item-title {
    flex-direction: column;
    align-items: flex-start;
}    
.sv2-services__item-title span {
    font-size: 16px;
    font-weight: 400;    
}
.direction {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; 

  -moz-box-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.direction__item {
  padding: 0 20px;
  margin-top: 40px;
  margin-bottom: 40px;

  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;  
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;

  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.direction__img-wrap {
  width: 133px;
  height: 133px;
  margin-bottom: 45px;

  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;



  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;

  -moz-box-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.direction__title {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #79B72C;
  text-align: center;
  margin-bottom: 15px;
}
.direction__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
}
.rp {
    display: flex;
    flex-wrap: wrap;    
}
.rp__left, .rp__right {
    width: 50%;
}
.rp__left {
    padding-right: 40px;    
}
.rp__right {
    padding-left: 40px;    
}
.rp__list {
    margin-top: 20px;
    margin-bottom: 30px;
}
.rp__list li {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 55px;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 65px;
    border-bottom: 1px solid rgba(168, 167, 167, 0.61);
}
.rp__list li:last-child {
    border-bottom: none;
}
.rp__list li:before {
    display: inline-block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 10px;
    left: 5px;
    content: ' ';
    background-color: #79B72C;
    border-radius: 50%;
    z-index: -1;
    background-image: url(/wp-content/themes/enselko/assets/img/sv/check-white.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
}
.stext_rp {
    margin-bottom: 30px;
}
.rb-gallery {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.rb-gallery__item {
    display: flex;
    flex-direction: column;
    padding: 5px;
    height: 252px;
}
.rb-gallery__item_1 {
    width: 29%;
}
.rb-gallery__item_2 {
    width: 14%;
}
.rb-gallery__item_3 {
    width: 23%;
}
.rb-gallery__item_4 {
    width: 13%;
}
.rb-gallery__item_5 {
    width: 21%;
}
.rb-gallery__item_4-row {
    width: 100%;
    height: 130px;    
}
.rb-gallery__item_4-row:first-child {
    margin-bottom: 10px;
}
.rb-gallery__item img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.direction__title_normal {
    text-transform: none; 
}

@media screen and (max-width: 992px) {
    .rp {
        margin-bottom: 30px;
    }
    .rp__left, .rp__right {
        width: 100%;
    }
    .rp__left {
        padding-right: 0;
    }
    .rp__right {
        padding-left: 0;
    }
    .rp__list {
        margin-top: 0;
        margin-bottom: 0;
    }
    .rp__list li:last-child {
        border-bottom: 1px solid rgba(168, 167, 167, 0.61);
    }
    .rb-gallery__item_1, .rb-gallery__item_2, .rb-gallery__item_3, .rb-gallery__item_4, .rb-gallery__item_5 {
        width: 33.33%;
    }
    .sv5__list-wrap {
        margin-bottom: 30px;
    }
    .sv-switcher > * {
        margin: 0 0 10px;
        width: 100%;
    }
    .sv-switcher > *:last-child {
        margin: 0;
    }
    .sv-switcher > li br {
        display: none;
    }
    .sv-switcher button {
        height: 62px;
    }
}
@media screen and (max-width: 768px) {
    .rb-gallery__item_1, .rb-gallery__item_2, .rb-gallery__item_3, .rb-gallery__item_4, .rb-gallery__item_5 {
        width: 50%;
    }
    .rb-gallery__item, .rb-gallery__item_4, .rb-gallery__item_4-row {
        height: auto;
    }    
}
@media screen and (max-width: 480px) {
    .rb-gallery__item_1, .rb-gallery__item_2, .rb-gallery__item_3, .rb-gallery__item_4, .rb-gallery__item_5 {
        width: 100%;
    }
    .rb-gallery__item_4 {
        height: 100%;
    }
}
/*****/