/*

Theme Name: kesher_2018
Author: demch.co
Author URI: https://demch.co/
Description: Theme kesher_2018

*/

@font-face {
  font-family: "SourceSansPro-Light";
  src: url("fonts/SourceSansPro-Light.eot"); /* IE9 Compat Modes */
  src: url("fonts/SourceSansPro-Light.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("fonts/SourceSansPro-Light.woff") format("woff"),
    /* Pretty Modern Browsers */ url("fonts/SourceSansPro-Light.ttf")
      format("truetype"); /* Safari, Android, iOS */
}

@font-face {
  font-family: "SourceSansPro-Regular";
  src: url("fonts/SourceSansPro-Regular.eot"); /* IE9 Compat Modes */
  src: url("fonts/SourceSansPro-Regular.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("fonts/SourceSansPro-Regular.woff") format("woff"),
    /* Pretty Modern Browsers */ url("fonts/SourceSansPro-Regular.ttf")
      format("truetype"); /* Safari, Android, iOS */
}

@font-face {
  font-family: "SourceSansPro-SemiBold";
  src: url("fonts/SourceSansPro-SemiBold.eot"); /* IE9 Compat Modes */
  src: url("fonts/SourceSansPro-SemiBold.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("fonts/SourceSansPro-SemiBold.woff") format("woff"),
    /* Pretty Modern Browsers */ url("fonts/SourceSansPro-SemiBold.ttf")
      format("truetype"); /* Safari, Android, iOS */
}

@font-face {
  font-family: "SourceSansPro-Bold";
  src: url("fonts/SourceSansPro-Bold.eot"); /* IE9 Compat Modes */
  src: url("fonts/SourceSansPro-Bold.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("fonts/SourceSansPro-Bold.woff") format("woff"),
    /* Pretty Modern Browsers */ url("fonts/SourceSansPro-Bold.ttf")
      format("truetype"); /* Safari, Android, iOS */
}

@font-face {
  font-family: "SourceSansPro-Black";
  src: url("fonts/SourceSansPro-Black.eot"); /* IE9 Compat Modes */
  src: url("fonts/SourceSansPro-Black.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("fonts/SourceSansPro-Black.woff") format("woff"),
    /* Pretty Modern Browsers */ url("fonts/SourceSansPro-Black.ttf")
      format("truetype"); /* Safari, Android, iOS */
}

body {
  font-family: "SourceSansPro-Regular";
  font-size: 16px;
  color: #5b524f;
  background-color: #f8f8f8;
}

.assistive-text {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}

.title-h2 {
  font-size: 46px;
  font-family: "SourceSansPro-Black";
}

.wrapper {
  max-width: 1360px;
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}

.no-padding-botom {
  padding-bottom: 0 !important;
}

.group-slider-list .slick-track,
.partners-section__list .slick-track,
.partners-slider-list .slick-track,
.latest-news-list .slick-track,
.announcement-list .slick-track,
.projects-section__list .slick-track,
.reviews-slider-list .slick-track {
  display: flex;
}

.slider-nav-dots .slick-dots {
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}

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

.slider-nav-dots .slick-dots li button {
  width: 8px;
  height: 8px;
  background-color: transparent;
  border: 1px solid #fe5000;
  border-radius: 50%;
  padding: 0;
  text-indent: -9999px;
}

.slider-nav-dots li.slick-active button {
  background-color: #fe5000;
}

.slider-nav-dots_white .slick-dots li button {
  border: 1px solid #fff;
}

.slider-nav-dots_white li.slick-active button {
  background-color: #fff;
}

.main-button {
  position: absolute;
  left: 50%;
  bottom: -30px;
  height: 60px;
  width: 290px;
  display: flex;
  align-items: center;
  padding: 7px;
  justify-content: center;
  border-radius: 65px;
  transform: translateX(-50%);
  background-color: #fe5000;
  box-shadow: 0px 10px 16px rgba(254, 80, 0, 0.2);
  z-index: 99;
  cursor: pointer;
}

.banner_main .main-button {
  width: auto;
}

.main-button-with-circle {
  justify-content: space-between;
  padding: 7px 7px 7px 30px;
}

.main-button-without-circle {
  justify-content: space-between;
  padding: 7px 30px;
}

.main-button__text {
  color: #fff;
  font-family: "SourceSansPro-Black";
}

.main-button__circle {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  margin-left: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.main-button__arrow {
  border: solid transparent;
  border-width: 4px 0 4px 4px;
  border-left-color: #ffffff;
}

.main-button:hover {
  background-color: #d9017a;
  box-shadow: 0px 10px 16px rgba(159, 11, 125, 0.2);
}

.main-button:active {
  background-color: #e94aa3;
}

.main-button-white {
  background-color: #fff;
  box-shadow: 0px 10px 16px rgba(159, 11, 125, 0.2);
}

.main-button-white .main-button__text {
  color: #5b524f;
}

.main-button-white .main-button__circle {
  border: 1px solid rgba(247, 168, 34, 0.1);
  transition: all 0.3s linear;
}

.main-button-white .main-button__arrow {
  border: solid transparent;
  border-width: 4px 0 4px 4px;
  border-left-color: #5b524f;
}

.main-button-white:hover {
  background-color: #fff;
  box-shadow: 0px 10px 16px 0px rgba(209, 191, 160, 0.2);
}

.main-button-white:active {
  background-color: #fff;
  box-shadow: 0px 10px 16px 0px rgba(209, 191, 160, 0.2);
}

.button-select {
  height: 60px;
  max-width: 300px;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 65px;
  margin-top: auto;
  position: relative;
  background-color: transparent;
  cursor: pointer;
}

.button-select__text {
  font-family: "SourceSansPro-Black";
  color: #5b524f;
}

.button-select__arrow {
  border: solid transparent;
  border-width: 4px 4px 0 4px;
  border-top-color: #5b524f;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.button-select-dropdown {
  display: none;
  list-style: none;
  position: absolute;
  top: calc(100% + 20px);
  left: 0;
  right: 0;
  max-height: 340px;
  overflow-y: auto;
  margin: 0 10px;
  padding: 0 10px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 30px 23px 0px rgba(183, 183, 183, 0.2);
}

.button-select-dropdown.active {
  display: block;
  z-index: 199;
}

.button-select-dropdown li {
  font-family: "SourceSansPro-Black";
  color: #5b524f;
  padding: 20px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.button-select-dropdown li:last-child {
  border-bottom: none;
}

.button-to-all {
  display: flex;
  align-items: center;
  margin-left: 15px;
}

.button-to-all__text {
  font-family: "SourceSansPro-Black";
  color: #fe5000;
  margin-right: 5px;
}

.button-to-all__circle {
  width: 25px;
  height: 25px;
  border: 1px solid rgba(231, 81, 18, 0.2);
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
}

.button-to-all__arrow {
  border: solid transparent;
  border-width: 4px 0 4px 4px;
  border-left-color: #fe5000;
}

.main-button-white:hover .main-button__text,
.button-select:hover .button-select__text,
.button-select-dropdown li:hover,
.button-select-dropdown li:hover a,
.button-to-all:hover .button-to-all__text {
  color: #d9017a;
}

.main-button-white:hover .main-button__circle,
.button-select:hover,
.button-to-all:hover .button-to-all__circle {
  border: 1px solid rgba(233, 74, 163, 0.2);
}

.main-button-white:hover .main-button__arrow,
.button-to-all:hover .button-to-all__arrow {
  border-left-color: #d9017a;
}

.button-select:hover .button-select__arrow {
  border-top-color: #d9017a;
}

.main-button-white:active .main-button__text,
.button-select:active .button-select__text,
.button-select:active,
.button-to-all:active .button-to-all__text {
  color: #e94aa3;
}

.main-button-white:active .main-button__circle,
.button-select:active,
.button-to-all:active .button-to-all__circle {
  border: 1px solid rgba(217, 1, 122, 0.2);
}

.main-button-white:active .main-button__arrow,
.button-to-all:active .button-to-all__arrow {
  border-left-color: #e94aa3;
}

.button-select:active .button-select__arrow {
  border-top-color: #e94aa3;
}

#scroll-up {
  position: fixed;
  bottom: 40px;
  right: 40px;
  height: 70px;
  width: 70px;
  cursor: pointer;
  border-radius: 50%;
  background-color: #d9017a;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}

#scroll-up:hover {
  background-color: #e94aa3;
}

.scroll-up__circle {
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.scroll-up__arrow {
  border: solid transparent;
  border-width: 0 4px 4px;
  border-bottom-color: #ffffff;
  transition: all 0.3s linear;
}

/*-------------------------- HEADER -----------------------------*/

.header {
  display: flex;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 399;
  height: 105px;
  transition: all 0.3s ease-out;
}

.header-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 35px;
  background-color: rgba(255, 255, 255, 0.6);
  max-width: 330px;
}

.header-logo a {
  display: flex;
  -ms-align-items: center;
  align-items: center;
  height: 100%;
  width: 100%;
}

.header-logo img {
  /*  display: block;
  width: auto;
  max-height: 100%;*/
  /*display: block;
  max-width: 100%;
  height: auto;*/
  display: block;
  width: auto;
  max-height: 100%;
  display: block;
  max-width: 100%;
  height: auto;
}

.header-wrap {
  width: calc(100% - 410px);
  flex: 1;
  margin: 0 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  height: 100%;
}

.header-wrap__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50%;
}

.header-wrap__row:last-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.header-wrap__row ul {
  list-style: none;
  display: flex;
  height: 100%;
}

.menu {
  list-style: none;
  display: flex;
  height: 100%;
}

.menu li a {
  color: #fff;
  font-family: "SourceSansPro-Black";
  margin-right: 14px;
  display: flex;
  align-items: center;
  height: 52px;
  white-space: nowrap;
  margin-right: 12px;
  /* font-size: 12px; */
}
.post-type-archive-director-blog .menu li a{
  color: #5B524F;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
}
.header-nav-projects li a {
  display: block;
  color: #fff;
  font-family: "SourceSansPro-Light";
  font-size: 18px;
  margin-right: 30px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  height: 100%;
  height: 52px;
}
.post-type-archive-director-blog .header-nav-projects li a{
  color: #5B524F;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
}

.menu li a:hover,
.header-nav-projects li a:hover,
.search .menu li a:hover,
.search .header-nav-projects li a:hover {
  color: #fe5000;
}

.menu li a:active,
.header-nav-projects li a:active,
.search .menu li a:active,
.search .header-nav-projects li a:active {
  color: #e94aa3;
}

.header-wrap__column {
  display: flex;
  align-items: center;
  height: 100%;
}

.header-search {
  margin-right: 25px;
  cursor: pointer;
}

.header-search__icon {
  width: 27px;
  height: 28px;
  fill: #fff;
  transition: all 0.3s linear;
}
.post-type-archive-director-blog .header-search__icon{
  fill: #5b524f;
}
.header-search:hover .header-search__icon {
  fill: #d9017a;
}

.header-search:active .header-search__icon {
  fill: #e94aa3;
}

.header-lang {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  padding: 5px 0;
}

.header-lang__title {
  font-family: "SourceSansPro-Black";
  margin-right: 10px;
  transition: all 0.3s linear;
}
.post-type-archive-director-blog .header-lang__title{
  color: #5b524f;
}
.header-lang__button {
  width: 26px;
  height: 26px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s linear;
}
.post-type-archive-director-blog .header-lang__button{
  border: 1px solid rgb(91 82 79);
}
.header-lang__arrow {
  border: solid transparent;
  border-width: 4px 4px 0;
  border-top-color: #ffffff;
  transition: all 0.3s linear;
}
.post-type-archive-director-blog .header-lang__arrow{
  border-top-color: rgb(91 82 79);
}
.dropdown-lang__list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #fff;
  border-radius: 3px;
  transition: all 0.5s linear;
}

.dropdown-lang__item {
  display: block;
  text-align: center;
  font-family: "SourceSansPro-Black";
  padding: 5px;
  color: #5b524f;
}

.header-lang:hover .header-lang__title {
  color: #d9017a;
}

.header-lang:hover .header-lang__button {
  border: 1px solid rgba(233, 74, 163, 0.2);
}

.header-lang:hover .header-lang__arrow {
  border-top-color: #d9017a;
}

.header-lang:active .header-lang__title {
  color: #e94aa3;
}

.header-lang:active .header-lang__button {
  border: 1px solid rgba(217, 1, 122, 0.2);
}

.header-lang:active .header-lang__arrow {
  border-top-color: #e94aa3;
}

.dropdown-lang__list.active {
  display: block;
}

.header-wrap__dots {
  display: none;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  cursor: pointer;
  height: 100%;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: transparent;
  transition: all 0.3s linear;
  position: relative;
}

.header-wrap__dots span {
  display: block;
  width: 3px;
  height: 3px;
  background-color: #fff;
  border-radius: 50%;
}

.header-wrap__dots span:not(:last-child) {
  margin-right: 3px;
}

.header-wrap__dots:hover,
.header-wrap__dots.active {
  background-color: #fff;
}

.header-wrap__dots:hover span,
.header-wrap__dots.active span {
  background-color: #5b524f;
}

.header-wrap__column .menu-project-dropdawn {
  display: none;
  list-style: none;
  position: absolute;
  top: 100%;
  right: 0;
  max-width: 300px;
  height: unset;
  margin: 0 10px;
  padding: 0 10px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 30px 23px rgba(233, 74, 163, 0.2);
}

.header-wrap__column .menu-project-dropdawn:before {
  display: block;
  content: "";
  border: solid transparent;
  border-width: 0 10px 10px 10px;
  border-bottom-color: #ffffff;
  position: absolute;
  top: -10px;
  right: 36px;
}

.header-wrap__column .menu-project-dropdawn li {
  color: #5b524f;
  padding: 15px 10px;
  font-family: "SourceSansPro-Light";
  font-size: 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.header-wrap__column .menu-project-dropdawn li:last-child {
  border-bottom: none;
}

.header-wrap__column .menu-project-dropdawn.active {
  display: block;
  z-index: 199;
}

.menu-toggle {
  width: 24px;
  height: 21px;
  background-color: transparent;
  margin-left: 48px;
  position: relative;
  border: none;
  padding: 0;
  display: none;
}

.menu-toggle .menu-toggle__line {
  width: 100%;
  position: absolute;
  display: block;
  height: 1px;
  background: rgba(255, 255, 255, 0.75);
  transition: transform 0.3s, opacity 0.2s, background-color 0.3s,
    -webkit-transform 0.3s, -o-transform 0.3s;
}
.post-type-archive-director-blog .menu-toggle .menu-toggle__line{
  background: rgb(91 82 79);
}
.menu-toggle .menu-toggle__line_1 {
  top: 0;
}

.menu-toggle .menu-toggle__line_2 {
  top: 0;
  bottom: 0;
  margin: auto;
}

.menu-toggle .menu-toggle__line_3 {
  bottom: 0;
}

.header.menu-opened {
  background-color: #fff;
}

.header.menu-opened .header-search {
  display: none;
}

.header.menu-opened .header-lang__title {
  color: #000;
}

.header.menu-opened .header-lang__button {
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.header.menu-opened .header-lang__arrow {
  border-top-color: #000;
}

.header.menu-opened .menu-toggle__line_1 {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  background-color: #000;
}

.header.menu-opened .menu-toggle__line_2 {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.header.menu-opened .menu-toggle__line_3 {
  transform: translate3d(0, -10px, 0) rotate(-135deg);
  background-color: #000;
}

.mobile-menu {
  background-color: #fe5000;
  color: #fff;
  transform: translateY(-100%);
  min-height: calc(100vh - 51px);
  padding: 35px 30px;
  overflow-y: auto;
  position: absolute;
  width: 100%;
  z-index: 299;
  transition: 0.66s ease-out;
  opacity: 0;
}

.mobile-menu.active {
  transform: translateY(0);
  opacity: 1;
  top: 51px;
}

.mobile-menu-search {
  width: 100%;
  margin-bottom: 35px;
}

.mobile-menu-search-wrap {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 3px;
  overflow: hidden;
}

.mobile-menu-search__field {
  width: 100%;
  border: none;
  font-size: 16px;
  padding: 13px 10px 13px 15px;
}

.mobile-menu-search__submit {
  background-color: transparent;
  border: none;
  padding: 10px;
}

.mobile-menu-search__icon {
  width: 20px;
  height: 21px;
  fill: #000;
}

.mobile-menu-search__field::-webkit-input-placeholder {
  color: #afafaf;
}

.mobile-menu-search__field:-moz-placeholder {
  color: #afafaf;
}

.mobile-menu-search__field::-moz-placeholder {
  color: #afafaf;
}

.mobile-menu-search__field:-ms-input-placeholder {
  color: #afafaf;
}

.mobile-menu-search__field::-ms-input-placeholder {
  color: #afafaf;
}

.mobile-menu-search__field::placeholder {
  color: #afafaf;
}

.mobile-menu-nav-wrap {
  display: flex;
  margin-bottom: 20px;
}

.mobile-menu-nav__list {
  width: 50%;
}

.mobile-menu-nav__list:first-child {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu-nav__list:last-child {
  padding-left: 20px;
}

.mobile-nav,
.mobile-nav-projects {
  list-style: none;
}

.mobile-nav li a {
  display: inline-block;
  color: #fff;
  font-family: "SourceSansPro-Black";
  font-size: 20px;
  padding: 10px 0;
}

.mobile-nav li:first-child a {
  padding-top: 0;
}

.mobile-nav-projects li a {
  display: inline-block;
  color: #fff;
  font-family: "SourceSansPro-Light";
  font-size: 18px;
  padding: 10px 0;
}

.mobile-nav__title {
  font-size: 20px;
  font-family: "SourceSansPro-Black";
  color: rgba(255, 255, 255, 0.3);
  margin-bottom: 20px;
}

.mobile-menu-contacts {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
}

.mobile-contacts-column_phone {
  width: 50%;
  margin-bottom: 30px;
}

.mobile-contacts-column_email {
  width: 50%;
  margin-bottom: 30px;
  padding-left: 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-contacts-column_address {
  width: 100%;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-contacts-column__title {
  font-size: 22px;
  font-family: "SourceSansPro-Black";
  color: rgba(255, 255, 255, 0.2);
  margin-bottom: 10px;
}

.mobile-contacts-column__content,
.mobile-contacts-column__content a {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  display: block;
}

/*------------------------ BANNER -------------------------------*/

.banner {
  min-height: 500px;
  padding-top: 150px;
  padding-bottom: 90px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #fff;
  z-index: 1;
  position: relative;
  background-position: 50%;
  background-size: cover;
}

.banner_about-us {
  background-image: url(img/about.jpg);
}

.banner_library {
  background-image: url(img/library.png);
}

.banner:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.banner_main:after,
.banner_group:after,
.banner_project:after,
.banner_city:after,
.banner_news:after,
.banner_announcement:after,
.banner_direction:after,
.banner_helps:after,
.banner_single-library:after {
  background-color: #000;
  opacity: 0.4;
}

.banner_all-groups:after,
.banner_all-project:after,
.banner_about-us:after,
.banner_contacts:after {
  background-color: #fe5000;
  opacity: 0.8;
}

.banner_announcements:after,
.banner_news-page:after,
.banner_library:after {
  background-color: #d9017a;
  opacity: 0.8;
}
.banner_director .banner-preview {
  width: 100%;
  padding-top: 50px;
  display: flex;
  column-gap: 40px;
  max-width: 1040px;
}
.banner-preview .preview_text p {
  color: black;
  font-size: 21px;
  font-weight: 300;
  line-height: 26px;
  margin-top: 20px;
  margin-bottom: 40px;
}
.banner-preview .preview_text h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 38px;
  color: #5B524F; 
  text-transform: uppercase; 
  margin-bottom: 10px;
}
.banner-preview .preview_text span {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  color: #5B524F; 
}

.banner-preview .preview_text .director-signature {
  margin-top: 40px;
  margin-left: auto;
  display: block;
}
.wrapper_banner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.wrapper_main-banner {
  width: 570px;
  margin-left: 25%;
}

.banner-group-city {
  color: #fff;
  font-family: "SourceSansPro-Bold";
  font-size: 13px;
  padding: 10px 30px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 45px;
}

.banner-title {
  font-family: "SourceSansPro-Black";
  font-size: 56px;
  line-height: 68px;
  width: 100%;
  text-align: center;
  position: relative;
  padding: 50px 30px;
}

.banner-title_upper {
  text-transform: uppercase;
  font-size: 66px;
}
.post-type-archive-director-blog .banner-title_upper {
  width: auto;
  color: #5B524F;
}
.banner_main .banner-title {
  text-align: left;
  padding: 0;
}

.banner-title:before {
  display: block;
  content: "";
  width: 260px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.banner-title:after {
  display: block;
  content: "";
  width: 260px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.post-type-archive-director-blog .banner-title:after,
.post-type-archive-director-blog .banner-title:before{
  width: 100%;
  border: 1px solid #5B524F40;
}

.banner_main .banner-title:before,
.banner_main .banner-title:after,
.banner_group .banner-title:before,
.banner_group .banner-title:after,
.banner_news .banner-title:before,
.banner_news .banner-title:after,
.banner_announcement .banner-title:before,
.banner_announcement .banner-title:after {
  display: none;
}

.banner-text {
  line-height: 20px;
  margin-top: 30px;
}

.banner_main .banner-button {
  left: 25%;
  margin-left: 30px;
  transform: translateX(0);
}

/*----------------------- CHIEF SECTION ---------------------------*/

.chief-section {
  margin: 90px 0;
}

.chief-section.city-page {
}

.chief-section__title {
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 0 auto;
  text-align: center;
}

.chief-section__title:before {
  display: block;
  content: "";
  height: 1px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  flex: 1 0 auto;
  margin-right: 30px;
}

.chief-section__title:after {
  display: block;
  content: "";
  height: 1px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  flex: 1 0 auto;
  margin-left: 30px;
}

.chief-section__img {
  width: 136px;
  height: 136px;
  border-radius: 50%;
  overflow: hidden;
  background: no-repeat 50% 50%;
  background-size: cover;
  margin: 0 auto 20px;
}

.chief-section__name {
  font-family: "SourceSansPro-Black";
  font-size: 36px;
  text-align: center;
  margin-bottom: 20px;
}

.chief-section__contacts {
  text-align: center;
  margin-bottom: 30px;
}

.chief-section__contacts a {
  display: inline-block;
  font-family: "SourceSansPro-SemiBold";
  color: #fe5000;
  border: 1px solid rgba(247, 168, 34, 0.2);
  border-radius: 45px;
  padding: 8px 25px;
  margin: 5px;
}

.chief-section__text {
  max-width: 650px;
  font-family: "SourceSansPro-Light";
  margin: 0 auto;
  line-height: 24px;
}

/*--------------------- SLIDER GROUP SECTION ---------------------------*/

.all-groups {
  padding: 50px 0 0;
  background-color: #fff;
}

.all-groups-wrap {
  overflow: hidden;
}

.group-slider-section {
  margin: 80px 0;
}

.group-slider-section__title {
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 0 auto;
  text-align: center;
}

.group-slider-section__title:before {
  display: block;
  content: "";
  height: 1px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  flex: 1 0 auto;
  margin-right: 30px;
}

.group-slider-section__title:after {
  display: block;
  content: "";
  height: 1px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  flex: 1 0 auto;
  margin-left: 30px;
}

.group-slider {
  position: relative;
}

.group-slider-list {
  padding: 0 60px;
}

.all-groups-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.group-item {
  width: calc(33.33% - 30px);
  margin: 100px 15px 50px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  padding: 25px 20px 60px;
  position: relative;
  height: auto;
}

.group-slider-item {
  margin: 0 20px 50px;
  background-color: #fff;
  border-radius: 10px;
  padding: 30px 40px 60px;
  position: relative;
  height: auto;
}

.group-item-city {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  height: 46px;
  margin: 0 -16px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.group-item-city_response {
  display: none;
}

.group-item-city__title {
  font-family: "SourceSansPro-Black";
  font-size: 30px;
  margin-left: 16px;
  margin-right: 20px;
}

.group-item-city__line {
  flex: 1;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.07);
}

.group-item-city__button {
  margin-right: 16px;
}

.group-item-city__button .button-to-all__circle {
  width: 46px;
  height: 46px;
}

.group-slider-item__heading {
  font-family: "SourceSansPro-Black";
  padding: 0 15px 20px;
  font-size: 24px;
  line-height: 28px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

.group-item__heading {
  font-family: "SourceSansPro-Black";
  padding: 0 5px 20px;
  font-size: 22px;
  line-height: 28px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

.group-slider-item__chief {
  padding: 20px 15px 0;
  display: flex;
  align-items: center;
}

.group-item__chief {
  padding: 20px 5px 0;
  display: flex;
  align-items: center;
}

.group-slider-item__img,
.group-item__img {
  flex: none;
  width: 94px;
  height: 94px;
  border-radius: 50%;
  overflow: hidden;
  background: no-repeat 50% 50%;
  background-size: cover;
  margin-right: 20px;
}

.group-slider-item__name,
.group-item__name {
  font-size: 22px;
}

.group-slider-item__button {
  left: 55px;
  transform: translateX(0);
}

.group-item__button {
  left: 25px;
  transform: translateX(0);
}

.group-slider-nav__item {
  width: 46px;
  height: 46px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s linear;
}

.group-slider-arrow__left {
  border: solid transparent;
  border-width: 4px 4px 4px 0;
  border-right-color: #5b524f;
  transition: all 0.3s linear;
}

.group-slider-arrow__right {
  border: solid transparent;
  border-width: 4px 0 4px 4px;
  border-left-color: #5b524f;
  transition: all 0.3s linear;
}

.group-slider-nav__item_left {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.group-slider-nav__item_right {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.group-slider-nav__item:hover {
  border: 1px solid rgba(233, 74, 163, 0.2);
}

.group-slider-nav__item:active {
  border: 1px solid rgba(217, 1, 122, 0.2);
}

.group-slider-nav__item:hover .group-slider-arrow__left {
  border-right-color: #d9017a;
}

.group-slider-nav__item:hover .group-slider-arrow__right {
  border-left-color: #d9017a;
}

.group-slider-nav__item:active .group-slider-arrow__left {
  border-right-color: #e94aa3;
}

.group-slider-nav__item:active .group-slider-arrow__right {
  border-left-color: #e94aa3;
}

/*--------------------- PROJECTS SECTION ---------------------------*/

.projects-page {
  padding: 120px 0 110px;
  background-color: #f8f8f8;
}

.projects-section {
  padding: 90px 0 80px;
  background-color: #fe5000;
}

.projects-section__title {
  color: #fff;
  text-align: center;
  margin-bottom: 90px;
}

.projects-section__list,
.projects__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}

.projects-item {
  width: calc(25% - 40px);
  margin: 0 20px 40px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  height: auto;
  transition: all 0.3s linear;
}

.projects-item:hover {
  box-shadow: 0px 30px 23px rgba(233, 74, 163, 0.2);
}

.projects-item:active {
  box-shadow: 0px 30px 23px rgba(233, 74, 163, 0.2);
}

.projects-item__link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
}

.projects-item__img {
  padding-bottom: 75%;
  height: 0;
  background: no-repeat 50% 50%;
  background-size: cover;
}

.projects-item__description {
  font-family: "SourceSansPro-Black";
  background-color: #fff;
  padding: 20px 20px 40px;
  font-size: 18px;
  line-height: 22px;
}

#project-form-section-bg {
  z-index: 999;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.6);
  padding-bottom: 40px;
}

.project-form-section {
  position: relative;
  color: #fff;
  top: 100px;
  width: 1064px;
  padding: 60px 110px 0;
  background-color: #fe5000;
  border-radius: 5px;
  margin: 0 auto 100px;
  z-index: 99;
}

.project-form-section-close {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.project-form-section__title {
  text-align: center;
  font-family: "SourceSansPro-Black";
  font-size: 46px;
  line-height: 58px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  margin-bottom: 26px;
}

.project-form-section__descr {
  font-family: "SourceSansPro-Light";
  font-size: 16px;
  line-height: 26px;
  max-width: 650px;
  margin: 0 auto 50px;
  text-align: center;
}

.project-form-close {
  width: 21px;
  height: 21px;
  position: relative;
}

.project-form-close-line {
  width: 100%;
  position: absolute;
  display: block;
  height: 1px;
  background-color: #fe5000;
  transition: transform 0.3s, opacity 0.2s, background-color 0.3s,
    -webkit-transform 0.3s, -o-transform 0.3s;
}

.project-form-close-line_1 {
  top: 0;
  transform: translate3d(0, 10px, 0) rotate(135deg);
}

.project-form-close-line_2 {
  bottom: 0;
  transform: translate3d(0, -10px, 0) rotate(-135deg);
}

.project-form-section form {
  width: 490px;
  position: relative;
  margin: 0 auto;
  padding-bottom: 80px;
}

.project-form__field {
  width: 100%;
  border: none;
  border-radius: 5px;
  margin-bottom: 30px;
  font-size: 14px;
  padding: 20px;
}

textarea.project-form__field {
  resize: none;
  min-height: 140px;
  margin-bottom: 0;
}

.project-form__field::-webkit-input-placeholder {
  color: #afafaf;
}

.project-form__field:-moz-placeholder {
  color: #afafaf;
}

.project-form__field::-moz-placeholder {
  color: #afafaf;
}

.project-form__field:-ms-input-placeholder {
  color: #afafaf;
}

.project-form__field::-ms-input-placeholder {
  color: #afafaf;
}

.project-form__field::placeholder {
  color: #afafaf;
}

.project-form__submit {
  font-family: "SourceSansPro-Black";
  font-size: 16px;
  color: #5b524f;
  position: absolute;
  left: 50%;
  bottom: -30px;
  height: 60px;
  min-width: 290px;
  display: block;
  padding: 7px;
  border: none;
  text-align: center;
  border-radius: 65px;
  transform: translateX(-50%);
  background-color: #fff;
  box-shadow: 0px 10px 16px 0px rgba(209, 191, 160, 0.2);
  transition: all 0.3s linear;
  z-index: 99;
}

.project-form__submit:hover {
  color: #d9017a;
}

.project-form__submit:active {
  color: #e94aa3;
}

.project-before-button-text {
  text-align: center;
  margin-top: 50px;
}

/*------------------------ CONTENT SECTION ---------------------*/

.content-section {
  padding: 90px 0 90px;
  background-color: #fff;
}

.content-section_project {
  position: relative;
  padding-bottom: 50px;
}

.article-content {
  font-family: "SourceSansPro-Light";
  line-height: 24px;
  padding: 0 30px;
  max-width: 900px;
  margin: 0 auto;
}

.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5,
.article-content h6 {
  margin-top: 35px;
}

.article-content h2:first-child,
.article-content h3:first-child,
.article-content h4:first-child,
.article-content h5:first-child,
.article-content h6:first-child {
  margin-top: 0;
}

.article-content h2 {
  font-size: 46px;
  line-height: 46px;
  font-family: "SourceSansPro-Black";
  margin-bottom: 35px;
}

.article-content h3 {
  font-size: 36px;
  line-height: 36px;
  font-family: "SourceSansPro-Black";
  margin-bottom: 30px;
}

.article-content h4 {
  font-size: 30px;
  line-height: 30px;
  font-family: "SourceSansPro-Black";
  margin-bottom: 25px;
}

.article-content h5 {
  font-size: 24px;
  line-height: 24px;
  font-family: "SourceSansPro-Black";
  margin-bottom: 20px;
}

.article-content h6 {
  font-size: 20px;
  line-height: 20px;
  font-family: "SourceSansPro-Black";
  margin-bottom: 15px;
}

.article-content p {
  margin-bottom: 20px;
  margin-top: 20px;
}

.article-content p:first-child {
  margin-top: 0;
}

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

.article-content ul {
  margin-bottom: 25px;
  list-style: none;
}

.article-content ul:last-child {
  margin-bottom: 0;
}

.article-content ul li {
  padding-left: 20px;
  margin-bottom: 15px;
  position: relative;
}

.article-content ul li:last-child {
  margin-bottom: 0;
}

.article-content ul li:before {
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #fe5000;
  position: absolute;
  top: 10px;
  left: 0;
}

.article-content ol {
  margin-bottom: 25px;
  counter-reset: myCounter;
}

.article-content ol:last-child {
  margin-bottom: 0;
}

.article-content ol li {
  list-style: none;
  padding-left: 20px;
  position: relative;
  margin-bottom: 15px;
}

.article-content ol li:last-child {
  margin-bottom: 0;
}

.article-content ol li:before {
  counter-increment: myCounter;
  content: counter(myCounter) ".";
  color: #fe5000;
  font-family: "SourceSansPro-Black";
  position: absolute;
  top: 0;
  left: 0;
}

.article-content a {
  color: #fe5000;
}

.article-content a:hover {
  color: #d9017a;
  text-decoration: underline;
}

.article-content a:active {
  color: #e94aa3;
  text-decoration: underline;
}

.article-content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 10px 0;
}

.article-content blockquote {
  background-color: #f8f8f8;
  padding: 30px 30px;
  margin: 0 -30px;
}

img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.content-sharing {
  background-color: #fff;
  padding-bottom: 70px;
}

.content-sharing__body {
  max-width: 1066px;
  width: 100%;
  height: 80px;
  margin: 0 auto;
  background-color: #fe5000;
  border-radius: 5px;
  display: flex;
  align-items: center;
}

.content-sharing__wrap {
  max-width: 650px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
  align-items: center;
}

.content-sharing__title {
  height: 100%;
  width: 80px;
  display: flex;
  align-items: center;
}

.content-sharing__item {
  height: 100%;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content-sharing__icon {
  fill: #fff;
  transition: all 0.3s linear;
}

.content-sharing__item:hover .content-sharing__icon {
  fill: rgba(255, 255, 255, 0.5);
}

.content-sharing__item:active .content-sharing__icon {
  fill: #fff;
}

/*--------------------- ANNOUNCEMENT -------------------------------*/

.announcement {
  margin: 50px 0 80px;
  position: relative;
}

.announcement-page {
  padding: 80px 0 100px;
  background-color: #f8f8f8;
}

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

.announcement-filter-main {
  width: 23%;
  display: flex;
  flex-direction: column;
}

.announcement-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}

.announcement-heading_main-response,
.announcement-filter-button_main-response {
  display: none;
}

.announcement-heading_main {
  align-items: flex-end;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.announcement__title {
  display: flex;
  align-items: center;
  flex: 1 0 auto;
}

.announcement__title:after {
  display: block;
  content: "";
  height: 1px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  flex: 1 0 auto;
  margin-left: 20px;
}

.announcement_main .announcement__title:after {
  display: none;
}

.announcement-filter-main__cities {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.announcement-filter-main__cities li {
  width: 33.33%;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.announcement-filter-main__cities li:hover,
.announcement-filter-main__cities li.active {
  color: #d9017a;
  font-weight: bold;
}

.announcement-filter-main__cities li:active {
  color: #e94aa3;
}

.announcement-filter-main__other-city {
  margin-top: 0;
  margin-bottom: 20px;
}

.announcement-filters {
  display: flex;
  margin-bottom: 55px;
  align-items: center;
}

.announcement-filters__cities {
  width: 50%;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-right: 20px;
}

.announcement-filters__cities li {
  margin-right: 30px;
  line-height: 34px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.announcement-filter-main__cities li:hover,
.announcement-filter-main__cities li.active,
.announcement-filters__cities li:hover,
.announcement-filters__cities li.active {
  color: #d9017a;
  font-weight: bold;
}

.announcement-filter-main__cities li:active,
.announcement-filters__cities li:active {
  color: #e94aa3;
}

.announcement-filters__button {
  flex: 1;
}

.announcement-filters__button-response {
  display: none;
}

.announcement-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -40px;
}

.announcement-item {
  width: calc(25% - 40px);
  max-height: 250px;
  background-color: #fff;
  padding: 15px 20px;
  border-radius: 5px;
  margin-bottom: 50px;
  margin-left: 40px;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: all 0.5s ease;
}

.announcement-item__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
}

.announcement_main .announcement-list {
  width: 77%;
  margin-left: 0;
}

.announcement_main .announcement-item {
  width: calc(33.33% - 40px);
}

.announcement-item__city {
  font-family: "SourceSansPro-Black";
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 10px;
  line-height: 12px;
  color: #fe5000;
  padding-bottom: 15px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

.announcement-item__city.no-border {
  border-bottom: none;
}

.announcement-item__title {
  font-family: "SourceSansPro-Black";
  font-size: 18px;
  line-height: 22px;
  flex: 1;
  margin-bottom: 15px;
}

.announcement-item__date {
  font-family: "SourceSansPro-Black";
  font-size: 55px;
  color: rgba(91, 82, 79, 0.1);
}

.announcement-item:hover {
  background-color: #d9017a;
  box-shadow: 0px 30px 23px rgba(233, 74, 163, 0.2);
}

.announcement-item:hover .announcement-item__city {
  color: rgba(255, 255, 255, 0.6);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.announcement-item:hover .announcement-item__title {
  color: #fff;
}

.announcement-item:hover .announcement-item__date {
  color: rgba(255, 255, 255, 0.2);
}

.announcement-item:active {
  background-color: #e94aa3;
  box-shadow: 0px 30px 23px rgba(233, 74, 163, 0.2);
}

.announcement-item:active .announcement-item__city {
  color: rgba(255, 255, 255, 0.6);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.announcement-item:active .announcement-item__city.no-border,
.announcement-item:hover .announcement-item__city.no-border {
  border-bottom: none;
}

.announcement-item:active .announcement-item__title {
  color: #fff;
}

.announcement-item:active .announcement-item__date {
  color: rgba(255, 255, 255, 0.2);
}

.announcement-no-city-heading {
  font-family: "SourceSansPro-Bold";
  font-size: 30px;
  line-height: 34px;
  width: 100%;
  margin-bottom: 10px;
  margin-left: 40px;
}

.announcement-no-city-text {
  font-family: "SourceSansPro-Light";
  font-size: 22px;
  line-height: 26px;
}

.announcement-no-city-text a {
  color: #fe5000;
}

.announcement-no-city-text a:hover {
  color: #d9017a;
}

.important-slider {
  position: relative;
  width: 100%;
  margin-top: auto;
  margin-bottom: 50px;
}

.important-announce-slider {
  width: 100%;
}

.important-announce-slider .slick-list {
  margin: 0 -10px;
}

.important-announce-item {
  background: no-repeat 50% 50%;
  height: 220px;
  background-size: cover;
  border-radius: 5px;
  margin: 0 10px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s linear;
  padding: 15px 20px;
  z-index: 1;
}

.important-announce-item:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.5);
}

.important-announce-item__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
}

.important-announce-item__description {
  color: #fff;
  font-family: "SourceSansPro-Black";
  font-size: 18px;
  line-height: 22px;
}

.important-announce-slider-nav {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 5px;
  display: flex;
  justify-content: center;
}

.important-announce-slider-nav__item {
  width: 25px;
  height: 25px;
  border: 1px solid rgba(231, 81, 18, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: 0 6px;
  transition: all 0.3s linear;
}

.important-announce-slider-arrow__left {
  border: solid transparent;
  border-width: 4px 4px 4px 0;
  border-right-color: #fe5000;
  transition: all 0.3s linear;
}

.important-announce-slider-arrow__right {
  border: solid transparent;
  border-width: 4px 0 4px 4px;
  border-left-color: #fe5000;
  transition: all 0.3s linear;
}

.important-announce-slider-nav__item:hover {
  border: 1px solid rgba(233, 74, 163, 0.2);
}

.important-announce-slider-nav__item:active {
  border: 1px solid rgba(217, 1, 122, 0.2);
}

.important-announce-slider-nav__item:hover
  .important-announce-slider-arrow__left {
  border-right-color: #d9017a;
}

.important-announce-slider-nav__item:hover
  .important-announce-slider-arrow__right {
  border-left-color: #d9017a;
}

.important-announce-slider-nav__item:active
  .important-announce-slider-arrow__left {
  border-right-color: #e94aa3;
}

.important-announce-slider-nav__item:active
  .important-announce-slider-arrow__right {
  border-left-color: #e94aa3;
}

/*--------------------- LATEST NEWS -------------------------------*/

.latest-news {
  margin: 110px 0 50px;
  position: relative;
}

.news-page {
  background-color: #f8f8f8;
  padding: 90px 0 110px;
}

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

.news-filters ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.news-filter-button a {
  display: block;
  margin: 0 10px 10px;
  padding: 8px 24px;
  color: rgba(91, 82, 79, 0.3);
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 60px;
  cursor: pointer;
  transition: all 0.3s linear;
}

.news-filter-button a.active,
.news-filter-button a:hover {
  color: #d9017a;
  border: 1px solid rgba(159, 11, 125, 0.2);
}

.news-filter-button a:active {
  color: #e94aa3;
  border: 1px solid rgba(217, 1, 122, 0.2);
}

.latest-news-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}

.latest-news-heading__title {
  display: flex;
  align-items: center;
  flex: 1 0 auto;
}

.latest-news-heading__title:after {
  display: block;
  content: "";
  height: 1px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  flex: 1 0 auto;
  margin-left: 20px;
}

.latest-news-list,
.news-page-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}

.news-item {
  width: calc(33.33% - 40px);
  background-color: #fff;
  border-radius: 5px;
  margin: 0 20px 40px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s linear;
}

.news-item:hover {
  box-shadow: 0px 30px 23px rgba(183, 183, 183, 0.2);
}

.news-item:active {
  box-shadow: 0px 30px 23px rgba(233, 74, 163, 0.2);
}

.news-item__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
}

.news-item__preview {
  padding-bottom: 56%;
  height: 0;
  overflow: hidden;
  position: relative;
}

.news-item__preview:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

.news-item__img {
  background: no-repeat 50% 50%;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.3s linear;
}

.news-item:hover .news-item__img {
  transform: scale(1.1);
}

.news-item__date {
  position: absolute;
  top: 15px;
  left: 30px;
  font-family: "SourceSansPro-Black";
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 11px;
  line-height: 12px;
  color: #fff;
  z-index: 1;
}

.news-item__content {
  padding: 15px 28px 40px;
}

.news-item__title {
  font-family: "SourceSansPro-Black";
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 15px;
}

.news-item__excerpt {
  font-family: "SourceSansPro-Light";
  font-size: 16px;
  line-height: 22px;
}

.news-media-icon-1,
.news-media-icon-4 {
  width: 20px;
  height: 20px;
}

.news-media-icon-2 {
  width: 22px;
  height: 17px;
}

.news-media-icon-3 {
  width: 22px;
  height: 22px;
}

.news-item__tax {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 30px;
  left: 30px;
  height: 34px;
  font-family: "SourceSansPro-Regular";
  font-size: 16px;
  padding: 0 15px;
  color: #fe5000;
  border: 1px solid rgba(254, 80, 0, 0.4);
  border-radius: 65px;
  transition: all 0.3s linear;
  z-index: 199;
}

.news-item__tax a {
  margin: 0 5px;
  color: #fe5000;
  display: flex;
}

.news-media-icon path {
  transition: all 0.3s linear;
}

.news-item__tax a:hover {
  color: #fff;
}

.news-item__tax .news-media-icon:hover path {
  fill: #fff;
}

.news-item__tax a:active {
  color: #fff;
}

.news-item__tax .news-media-icon:active path {
  fill: #fff;
}

/*-------------------------------- SPECIAL PROJECTS ------------------------------------*/

.special-projects {
  padding: 90px 0;
}

.special-projects-title{
  text-align: center;
}
.special-projects_list{
  margin: 60px auto 0;
  max-width: 1130px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.special-item {
  width: calc(50% - 20px);
  padding: 40px;
  background-color: #D7137A;
  border-radius: 10px;
  position: relative;
  transition: all 0.5s;
}
.special-item:hover, .special-item:hover .special-item-wrap .item-title{
  background-color: #FC511E;
}
.special-item .item-link{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 999;
}
.special-item-wrap {
  border: 1px solid #F26DB3;
  border-radius: 10px;
  position: relative;
}

.special-item-wrap .item-title {
  text-align: center;
  color: white;
  font-size: 18px;
  font-weight: 900;
  line-height: 23px;
  position: absolute;
  top: -13px;
  left: 0;
  right: 0;
  z-index: 99;
  background-color: #d7137a;
  width: calc(100% / 12 * 10);
  margin: 0 auto;
  transition: all 0.5s;
}

.special-item-wrap .item-img {
  margin: 40px 0 30px 0;
  display: flex;
  justify-content: center;
}
/*-------------------------------- DIRECTIONS WORK ------------------------------------*/

.directions-work {
  padding: 90px 0;
  background-color: #fe5000;
  position: relative;
}

.directions-work-title {
  text-align: center;
  color: #fcfcfc;
  margin-bottom: 70px;
}

.directions-work-list {
  display: flex;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 15px;
}

.directions-work-item {
  width: 20%;
  position: relative;
  padding: 10px;
}

.directions-work-item:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.directions-work-item__link {
  position: relative;
  display: block;
  padding-bottom: 30px;
  height: 100%;
  border-radius: 5px;
}

.directions-work-item__link:before {
  display: block;
  content: "";
  position: absolute;
  top: 249px;
  left: -10px;
  width: 10px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.15);
}

.directions-work-item__link:after {
  display: block;
  content: "";
  position: absolute;
  top: 249px;
  right: -10px;
  width: 10px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.15);
}

.directions-work-item__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 250px;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  margin-bottom: 45px;
  transition: all 0.3s linear;
}

.directions-work-item-wrap {
  position: relative;
}

.directions-work-item__num {
  font-family: "SourceSansPro-Black";
  text-align: center;
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -68px;
  left: 50%;
  transform: translateX(-50%);
  background: #fe5000;
  transition: all 0.3s linear;
}

.directions-work-item__title {
  font-family: "SourceSansPro-Black";
  text-align: center;
  font-size: 18px;
  line-height: 20px;
  padding: 0 5px;
  color: #fff;
  transition: all 0.3s linear;
}

.directions-work-icon {
  margin: 0 30px;
}

.directions-work-icon path {
  transition: all 0.3s linear;
}

.directions-work-item__work-icon-1 {
  width: 149px;
  height: 137px;
}

.directions-work-item__work-icon-2 {
  width: 102px;
  height: 144px;
}

.directions-work-item__work-icon-3 {
  width: 128px;
  height: 131px;
}

.directions-work-item__work-icon-4 {
  width: 151px;
  height: 137px;
}

.directions-work-item__work-icon-5 {
  width: 137px;
  height: 157px;
}

.directions-work-item__link:hover {
  background-color: #fff;
  box-shadow: 0px 30px 23px 0px rgba(0, 0, 0, 0.04);
}

.directions-work-item__link:hover .directions-work-item__icon {
  border-bottom: 1px solid #f2f2f2;
}

.directions-work-item__link:hover .directions-work-item__num {
  color: #5b524f;
  border: 1px solid rgba(0, 0, 0, 0.05);
  background: #fff;
}

.directions-work-item__link:hover .directions-work-item__title {
  color: #5b524f;
}

.directions-work-item__link:hover
  .directions-work-item__work-icon-1
  path:nth-child(1) {
  fill: #e94aa3;
}

.directions-work-item__link:hover
  .directions-work-item__work-icon-1
  path:nth-child(2) {
  fill: #d9017a;
}

.directions-work-item__link:hover
  .directions-work-item__work-icon-1
  path:nth-child(3),
.directions-work-item__link:hover
  .directions-work-item__work-icon-1
  path:nth-child(4) {
  fill: #da85c6;
}

.directions-work-item__link:hover
  .directions-work-item__work-icon-2
  path:nth-child(1) {
  fill: #da85c6;
}

.directions-work-item__link:hover
  .directions-work-item__work-icon-2
  path:nth-child(2) {
  fill: #d9017a;
}

.directions-work-item__link:hover
  .directions-work-item__work-icon-2
  path:nth-child(3) {
  fill: #e94aa3;
}

.directions-work-item__link:hover
  .directions-work-item__work-icon-3
  path:nth-child(1) {
  fill: #e94aa3;
}

.directions-work-item__link:hover
  .directions-work-item__work-icon-3
  path:nth-child(2) {
  fill: #d9017a;
}

.directions-work-item__link:hover
  .directions-work-item__work-icon-3
  path:nth-child(3),
.directions-work-item__link:hover
  .directions-work-item__work-icon-3
  path:nth-child(4),
.directions-work-item__link:hover
  .directions-work-item__work-icon-3
  path:nth-child(5) {
  fill: #da85c6;
}

.directions-work-item__link:hover
  .directions-work-item__work-icon-4
  path:nth-child(1) {
  fill: #e94aa3;
}

.directions-work-item__link:hover
  .directions-work-item__work-icon-4
  path:nth-child(2),
.directions-work-item__link:hover
  .directions-work-item__work-icon-4
  path:nth-child(3),
.directions-work-item__link:hover
  .directions-work-item__work-icon-4
  path:nth-child(4),
.directions-work-item__link:hover
  .directions-work-item__work-icon-4
  path:nth-child(5) {
  fill: #da85c6;
}

.directions-work-item__link:hover
  .directions-work-item__work-icon-4
  path:nth-child(6) {
  fill: #d9017a;
}

.directions-work-item__link:hover
  .directions-work-item__work-icon-5
  path:nth-child(1) {
  fill: #da85c6;
}

.directions-work-item__link:hover
  .directions-work-item__work-icon-5
  path:nth-child(2),
.directions-work-item__link:hover
  .directions-work-item__work-icon-5
  path:nth-child(3) {
  fill: #d9017a;
}

.directions-work-item__link:hover
  .directions-work-item__work-icon-5
  path:nth-child(4),
.directions-work-item__link:hover
  .directions-work-item__work-icon-5
  path:nth-child(5) {
  fill: #da85c6;
}

.directions-work-item__link:active {
  background-color: #fff;
  box-shadow: 0px 30px 23px 0px rgba(0, 0, 0, 0.04);
}

.directions-work-item__link:active .directions-work-item__icon {
  border-bottom: 1px solid rgba(159, 11, 125, 0.2);
}

.directions-work-item__link:active .directions-work-item__num {
  color: #d9017a;
  border: 1px solid rgba(159, 11, 125, 0.2);
  background: #fff;
}

.directions-work-item__link:active .directions-work-item__title {
  color: #d9017a;
}

/*---------------------------------- MATERIALS SECTION ------------------------------------*/

.materials-section {
  margin: 50px 0 80px;
}

.library-page {
  padding: 60px 0 100px;
  background-color: #fff;
}

.library-filters {
  margin-bottom: 50px;
}

.library-filters ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.library-filter-button a {
  display: block;
  margin: 0 10px 10px;
  padding: 8px 24px;
  color: rgba(91, 82, 79, 0.3);
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 60px;
  cursor: pointer;
  transition: all 0.3s linear;
}

.library-filter-button a.active,
.library-filter-button a:hover {
  color: #d9017a;
  border: 1px solid rgba(159, 11, 125, 0.2);
}

.library-filter-button a:active {
  color: #e94aa3;
  border: 1px solid rgba(217, 1, 122, 0.2);
}

.materials-section__title {
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 0 auto;
}

.materials-section__title:before {
  display: block;
  content: "";
  height: 1px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  flex: 1 0 auto;
  margin-right: 30px;
}

.materials-section__title:after {
  display: block;
  content: "";
  height: 1px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  flex: 1 0 auto;
  margin-left: 30px;
}

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

.materials-item {
  width: calc(25% - 40px);
  padding: 40px 20px;
  background-color: #fe5000;
  margin: 0 20px 40px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s linear;
}

.materials-item__link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
}

.materials-item__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding-bottom: 25px;
  margin-bottom: 20px;
}

.materials-item__description {
  font-family: "SourceSansPro-Black";
  color: #fff;
  font-size: 18px;
  line-height: 22px;
}

.materials-icon {
  width: 70px;
  height: 76px;
  transition: all 0.3s linear;
}

.materials-item .materials-icon {
  fill: #ff8f5b;
  color: #fff;
}

.materials-item:hover {
  background-color: #d9017a;
  box-shadow: 0px 30px 23px rgba(233, 74, 163, 0.2);
}

.materials-item:hover .materials-icon {
  fill: rgba(255, 255, 255, 0.5);
  color: #d9017a;
}

.materials-item:active {
  background-color: #e94aa3;
  box-shadow: 0px 30px 23px 0px rgba(204, 60, 171, 0.2);
}

.materials-item:active .materials-icon {
  fill: rgba(255, 255, 255, 0.5);
  color: #e94aa3;
}

/*--------------------- PARTNERS SECTION ---------------------------*/

.partners-section {
  padding: 70px 0 60px;
  background-color: #fe5000;
  position: relative;
}

.partners-section__title {
  color: #fff;
  text-align: center;
  margin-bottom: 70px;
}

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

.partners-item {
  width: calc(25% - 40px);
  height: auto;
  margin: 0 20px 40px;
  padding: 25px 20px 30px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  background-color: #fff;
}

.partners-item__link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
}

.partners-item__img {
  height: 90px;
  background: no-repeat 50% 50%;
  background-size: contain;
}

.partners-item__description {
  font-family: "SourceSansPro-Black";
  font-size: 18px;
  line-height: 22px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(247, 168, 34, 0.2);
}

.partners-button_open,
.partners-button_close {
  display: none;
  cursor: pointer;
}

.partners-slider {
  padding: 90px 0;
  background-color: #fe5000;
  position: relative;
}

.partners-slider-title {
  text-align: center;
  color: #fcfcfc;
  margin-bottom: 70px;
}

.partners-slider-wrap {
  position: relative;
}

.partners-slider-list {
  margin: 0 -10px;
}

.main-partners-slider-nav {
  display: flex;
  justify-content: center;
}

.main-partners-slider-nav__item {
  width: 46px;
  height: 46px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: 0 20px;
  transition: all 0.3s linear;
}

.main-partners-slider-arrow__left {
  border: solid transparent;
  border-width: 4px 4px 4px 0;
  border-right-color: #5b524f;
  transition: all 0.3s linear;
}

.main-partners-slider-arrow__right {
  border: solid transparent;
  border-width: 4px 0 4px 4px;
  border-left-color: #5b524f;
  transition: all 0.3s linear;
}

.main-partners-slider-nav__item:hover {
  border: 1px solid rgba(233, 74, 163, 0.2);
}

.main-partners-slider-nav__item:active {
  border: 1px solid rgba(217, 1, 122, 0.2);
}

.main-partners-slider-nav__item:hover .main-partners-slider-arrow__left {
  border-right-color: #d9017a;
}

.main-partners-slider-nav__item:hover .main-partners-slider-arrow__right {
  border-left-color: #d9017a;
}

.main-partners-slider-nav__item:active .main-partners-slider-arrow__left {
  border-right-color: #e94aa3;
}

.main-partners-slider-nav__item:active .main-partners-slider-arrow__right {
  border-left-color: #e94aa3;
}

/*-------------------------------- MAP GROUP -------------------------------------*/

#main-map {
  height: 100%;
}

.map-group {
  height: 680px;
  position: relative;
}

.map-group-text {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  font-family: "SourceSansPro-Black";
  font-size: 100px;
  color: #fff;
  text-shadow: 0px 20px 33px rgba(183, 183, 183, 0.6);
}

.all-group-map .map-group-button {
  display: none;
}

/*--------------------------------- REVIEWS ----------------------------------------------*/

.reviews-section {
  padding: 90px 0;
  background-color: #fe5000;
  position: relative;
}

.reviews-section-title {
  text-align: center;
  color: #fcfcfc;
  margin-bottom: 70px;
}

.reviews-slider-wrap {
  position: relative;
}

.reviews-slider-list {
  padding: 0 60px;
}

.reviews-slider-item {
  margin: 0 20px;
  background-color: #fff;
  border-radius: 10px;
  padding: 35px 40px 64px;
  position: relative;
  height: auto;
}

.reviews-slider__title {
  font-family: "SourceSansPro-Black";
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 20px;
}

.reviews-slider__text {
  font-family: "SourceSansPro-Light";
  font-size: 16px;
  line-height: 22px;
  padding-bottom: 25px;
}

.reviews-slider__town {
  border-top: 1px solid rgba(0, 0, 0, 0.03);
  margin-top: auto;
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  padding: 17px 20px;
  display: flex;
  align-items: center;
  font-family: "SourceSansPro-Black";
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  line-height: 12px;
  color: #fe5000;
}

.reviews-slider__town-icon {
  width: 21px;
  height: 30px;
  margin-right: 13px;
}

.reviews-slider-nav__item {
  width: 46px;
  height: 46px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s linear;
}

.reviews-slider-arrow__left {
  border: solid transparent;
  border-width: 4px 4px 4px 0;
  border-right-color: #5b524f;
  transition: all 0.3s linear;
}

.reviews-slider-arrow__right {
  border: solid transparent;
  border-width: 4px 0 4px 4px;
  border-left-color: #5b524f;
  transition: all 0.3s linear;
}

.reviews-slider-nav__item_left {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.reviews-slider-nav__item_right {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.reviews-slider-nav__item:hover {
  border: 1px solid rgba(233, 74, 163, 0.2);
}

.reviews-slider-nav__item:active {
  border: 1px solid rgba(217, 1, 122, 0.2);
}

.reviews-slider-nav__item:hover .reviews-slider-arrow__left {
  border-right-color: #d9017a;
}

.reviews-slider-nav__item:hover .reviews-slider-arrow__right {
  border-left-color: #d9017a;
}

.reviews-slider-nav__item:active .reviews-slider-arrow__left {
  border-right-color: #e94aa3;
}

.reviews-slider-nav__item:active .reviews-slider-arrow__right {
  border-left-color: #e94aa3;
}

/*--------------------------------- EVENTS ----------------------------------------------*/

.events {
  padding: 125px 0;
  background-color: #fff;
}

.events-wrap {
  display: flex;
  position: relative;
}

.events-info {
  width: 30%;
  display: flex;
  flex-direction: column;
}

.events-info__title {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.events-info__description {
  font-family: "SourceSansPro-Light";
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 30px;
}

.events-list {
  width: 70%;
  display: flex;
  align-items: flex-start;
}

.events-item {
  width: calc(33.33% - 40px);
  margin-left: 40px;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  transition: all 0.3s linear;
}

.events-item:hover {
  box-shadow: 0px 30px 23px rgba(233, 74, 163, 0.2);
}

.events-item:active {
  box-shadow: 0px 30px 23px rgba(233, 74, 163, 0.2);
}

.events-item__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
}

.events-item__img {
  display: block;
  padding-bottom: 115%;
  height: 0;
  background: no-repeat 50% 50%;
  background-size: cover;
  border-radius: 5px;
  transition: all 0.3s linear;
}

.events-item__title {
  font-family: "SourceSansPro-Black";
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  padding: 15px 20px 17px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  position: absolute;
  bottom: 0;
  width: 100%;
}

.events-response-button {
  display: none;
}

.content-section_helps {
  position: relative;
  padding: 90px 0 70px;
}

.helps-add-button {
  position: static;
  transform: translateX(0);
  margin: 40px auto 0;
}

#helps-form-section-bg {
  z-index: 999;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.6);
  padding-bottom: 40px;
}

.helps-form-section {
  position: relative;
  color: #fff;
  top: 100px;
  width: 1064px;
  padding: 60px 110px 0;
  background-color: #fe5000;
  border-radius: 5px;
  margin: 0 auto 100px;
  z-index: 99;
}

.helps-form-section-close {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.helps-form-section__title {
  text-align: center;
  font-family: "SourceSansPro-Black";
  font-size: 46px;
  line-height: 58px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  margin-bottom: 26px;
}

.helps-form-section__descr {
  font-family: "SourceSansPro-Light";
  font-size: 16px;
  line-height: 26px;
  max-width: 650px;
  margin: 0 auto 50px;
  text-align: center;
}

.helps-form-close {
  width: 21px;
  height: 21px;
  position: relative;
}

.helps-form-close-line {
  width: 100%;
  position: absolute;
  display: block;
  height: 1px;
  background-color: #fe5000;
  transition: transform 0.3s, opacity 0.2s, background-color 0.3s,
    -webkit-transform 0.3s, -o-transform 0.3s;
}

.helps-form-close-line_1 {
  top: 0;
  transform: translate3d(0, 10px, 0) rotate(135deg);
}

.helps-form-close-line_2 {
  bottom: 0;
  transform: translate3d(0, -10px, 0) rotate(-135deg);
}

.helps-form-section form {
  width: 490px;
  position: relative;
  margin: 0 auto;
  padding-bottom: 80px;
}

.helps-form__field {
  width: 100%;
  border: none;
  border-radius: 5px;
  margin-bottom: 30px;
  font-size: 14px;
  padding: 20px;
}

textarea.helps-form__field {
  resize: none;
  min-height: 140px;
  margin-bottom: 0;
}

.helps-form__field::-webkit-input-placeholder {
  color: #afafaf;
}

.helps-form__field:-moz-placeholder {
  color: #afafaf;
}

.helps-form__field::-moz-placeholder {
  color: #afafaf;
}

.helps-form__field:-ms-input-placeholder {
  color: #afafaf;
}

.helps-form__field::-ms-input-placeholder {
  color: #afafaf;
}

.helps-form__field::placeholder {
  color: #afafaf;
}

.helps-form__submit {
  font-family: "SourceSansPro-Black";
  font-size: 16px;
  color: #5b524f;
  position: absolute;
  left: 50%;
  bottom: -30px;
  height: 60px;
  min-width: 290px;
  display: block;
  padding: 7px;
  border: none;
  text-align: center;
  border-radius: 65px;
  transform: translateX(-50%);
  background-color: #fff;
  box-shadow: 0px 10px 16px 0px rgba(209, 191, 160, 0.2);
  transition: all 0.3s linear;
  z-index: 99;
}

.helps-form__submit:hover {
  color: #d9017a;
}

.helps-form__submit:active {
  color: #e94aa3;
}

/*--------------------------------- SUBSCRIPTION ---------------------------------------*/

.subscription {
  padding-bottom: 110px;
  background-color: #fff;
}

.subscription-wrap {
  background-color: #f8f8f8;
  padding: 60px 30px 90px;
  border-radius: 10px;
}

.subscription-title {
  font-family: "SourceSansPro-Black";
  font-size: 29px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
}

.subscription-form {
  background-color: #fff;
  border-radius: 5px;
  max-width: 844px;
  margin: 0 auto;
  box-shadow: 0px 30px 23px 0px rgba(183, 183, 183, 0.2);
}

.subscription-form__row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 10px 10px 10px 30px;
}

.subscription-form__email {
  border: none;
  font-family: "SourceSansPro-Regular";
  font-size: 21px;
  flex: 1;
  margin-right: 10px;
}

.subscription-form__email::-webkit-input-placeholder {
  color: #afafaf;
}

.subscription-form__email:-moz-placeholder {
  color: #afafaf;
}

.subscription-form__email::-moz-placeholder {
  color: #afafaf;
}

.subscription-form__email:-ms-input-placeholder {
  color: #afafaf;
}

.subscription-form__email::-ms-input-placeholder {
  color: #afafaf;
}

.subscription-form__email::placeholder {
  color: #afafaf;
}

.subscription-form__submit {
  font-family: "SourceSansPro-Black";
  font-size: 16px;
  width: 280px;
  height: 50px;
  background-color: #fe5000;
  color: #fff;
  border: none;
  border-radius: 60px;
  transition: all 0.3s linear;
}

.subscription-form__submit:hover {
  background-color: #d9017a;
}

.subscription-form__submit:active {
  background-color: #e94aa3;
}

.subscription-form-wrap {
  display: flex;
  flex-wrap: wrap;
}

.subscription-form__container {
  width: 33.33%;
  font-family: "SourceSansPro-Regular";
  display: block;
  position: relative;
  color: rgba(91, 82, 79, 0.3);
  cursor: pointer;
  font-size: 14px;
  padding: 15px 15px 15px 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-top: 1px solid rgba(0, 0, 0, 0.02);
}

.subscription-form__container:not(:nth-child(3n)) {
  border-right: 1px solid rgba(0, 0, 0, 0.02);
}

.subscription-form__container input:checked ~ .subscription-form__label {
  color: #fe5000;
  padding-left: 25px;
}

.subscription-form__container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.subscription-form__checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.subscription-form__container
  input:checked
  ~ .subscription-form__checkmark:after {
  display: block;
}

.subscription-form__container .subscription-form__checkmark:after {
  left: 35px;
  top: 15px;
  width: 7px;
  height: 12px;
  border: solid #fe5000;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*-------------------------------------- CONTACTS ---------------------------------------*/

.contacts-info {
  padding-top: 120px;
  padding-bottom: 100px;
  background-color: #fff;
}

.contacts-wrap {
  display: flex;
  margin: 0 -20px;
  justify-content: center;
}

.contacts-item {
  width: calc(33.33% - 40px);
  margin: 0 20px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 5px;
  padding: 30px;
  text-align: center;
}

.contacts-item__title {
  font-size: 46px;
  font-family: "SourceSansPro-Black";
  line-height: 48px;
  margin-bottom: 30px;
}

.contacts-item__content {
  font-size: 18px;
  line-height: 26px;
}

.contacts-item__content a {
  display: block;
  color: #5b524f;
}

.contacts-form-section {
  padding: 80px 0 0;
  background-color: #fe5000;
}

.contacts-form-section__title {
  color: #fff;
  text-align: center;
  margin-bottom: 60px;
}

.contacts-form-section form {
  width: 490px;
  position: relative;
  margin: 0 auto;
  padding-bottom: 80px;
}

.contacts-form__field {
  width: 100%;
  border: none;
  border-radius: 5px;
  margin-bottom: 30px;
  font-size: 14px;
  padding: 20px;
}

textarea.contacts-form__field {
  resize: none;
  min-height: 140px;
  margin-bottom: 0;
}

.contacts-form__field::-webkit-input-placeholder {
  color: #afafaf;
}

.contacts-form__field:-moz-placeholder {
  color: #afafaf;
}

.contacts-form__field::-moz-placeholder {
  color: #afafaf;
}

.contacts-form__field:-ms-input-placeholder {
  color: #afafaf;
}

.contacts-form__field::-ms-input-placeholder {
  color: #afafaf;
}

.contacts-form__field::placeholder {
  color: #afafaf;
}

.contacts-form__submit {
  font-family: "SourceSansPro-Black";
  font-size: 16px;
  color: #5b524f;
  position: absolute;
  left: 50%;
  bottom: -30px;
  height: 60px;
  width: 290px;
  display: flex;
  align-items: center;
  padding: 7px;
  justify-content: center;
  border: none;
  border-radius: 65px;
  transform: translateX(-50%);
  background-color: #fff;
  box-shadow: 0px 10px 16px 0px rgba(209, 191, 160, 0.2);
  transition: all 0.3s linear;
  z-index: 99;
}

.contacts-form__submit:hover {
  color: #d9017a;
}

.contacts-form__submit:active {
  color: #e94aa3;
}

#contacts-map {
  height: 550px;
  width: 100%;
}

.wpcf7-mail-sent-ok {
  background: #dff0d8;
  border: 1px solid #3c763d !important;
  color: #3c763d;
  display: none !important;
}

span .wpcf7-not-valid {
  border: 2px solid #ff0000 !important;
}

span.wpcf7-not-valid-tip {
  display: none;
}

div.wpcf7-validation-errors {
  display: none !important;
}

#contact-form-success-bg {
  z-index: 999;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}

.contact-form-success {
  position: relative;
  color: #fff;
  top: 100px;
  left: 50%;
  width: 566px;
  transform: translateX(-50%);
  padding: 40px;
  background-color: #fe5000;
  border-radius: 5px;
  z-index: 99;
}

.contact-form-success__icon {
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  margin-bottom: 30px;
}

.contact-alert-icon {
  width: 135px;
  height: 103px;
  margin: 0 auto;
  display: block;
}

.contact-form-success__title {
  font-family: "SourceSansPro-Black";
  font-size: 30px;
  text-align: center;
  margin-bottom: 20px;
}

.contact-form-success__text {
  font-family: "SourceSansPro-Light";
  font-size: 16px;
  text-align: center;
}

.wpcf7-mail-sent-ok + #contact-form-success-bg {
  display: block;
}

.contact-experts {
  background-color: #fff;
  padding: 100px 0 50px;
}

.contact-experts-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}

.contact-experts-item {
  width: calc(33.33% - 40px);
  margin: 0 20px 40px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  padding: 40px 30px 30px;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.contact-experts-item__img {
  flex: none;
  width: 94px;
  height: 94px;
  border-radius: 50%;
  overflow: hidden;
  background: no-repeat 50% 50%;
  background-size: cover;
  margin: 0 auto 15px;
}

.contact-experts-item__name {
  font-family: "SourceSansPro-Regular";
  font-size: 22px;
  margin-bottom: 15px;
}

.contact-experts-item__post {
  font-family: "SourceSansPro-Light";
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 15px;
}

.contact-experts-item__description {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 15px;
}

.contact-experts-item__email a {
  display: inline-block;
  font-family: "SourceSansPro-SemiBold";
  color: #fe5000;
}

.contact-experts-hover {
  background-color: #d9017a;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  overflow: hidden;
  transition: transform 0.7s ease-out;
  padding: 20px;
  color: #fff;
  text-align: left;
}

.contact-experts-hover__heading {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.contact-experts-hover__img {
  flex: none;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
  background: no-repeat 50% 50%;
  background-size: cover;
  margin-right: 20px;
}

.contact-experts-hover__name {
  font-family: "SourceSansPro-Regular";
  font-size: 22px;
}

.contact-experts-hover__content {
  font-family: "SourceSansPro-Regular";
  font-size: 16px;
  line-height: 20px;
}

.contact-experts-hover__content ul {
  list-style: none;
}

.contact-experts-hover__content ul li {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 5px;
  position: relative;
}

.contact-experts-hover__content ul li:before {
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 6px;
  left: -12px;
}

.contact-experts-item:hover .contact-experts-hover {
  transform: translateY(-100%);
}

/*------------------------------------- PAGINATION ---------------------------------------*/

.pagination .wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
}

.page-numbers {
  display: block;
  font-family: "SourceSansPro-Bold";
  font-size: 14px;
  color: #fe5000;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(231, 81, 18, 0.2);
  margin: 0 10px;
}

.page-numbers.current {
  background-color: #fe5000;
  color: #fff;
  border-color: #fe5000;
}

.page-numbers.prev {
  position: relative;
}

.page-numbers.prev:after {
  display: block;
  content: "";
  border: solid transparent;
  border-width: 6px 6px 6px 0;
  border-right-color: #fe5000;
}

.page-numbers.next {
  position: relative;
}

.page-numbers.next:after {
  display: block;
  content: "";
  border: solid transparent;
  border-width: 6px 0 6px 6px;
  border-left-color: #fe5000;
}

.page-numbers.extend span {
  width: 2px;
  height: 2px;
  margin: 0 1px;
  border-radius: 50%;
  background-color: #fe5000;
}

.wp-pagenavi a:hover {
  box-shadow: 0px 0px 23px 0px rgba(247, 168, 34, 0.5);
}

/*------------------------------------ ERROR 404 --------------------------------------*/

.error-404 {
  min-height: 100vh;
  padding-top: 150px;
  padding-bottom: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  z-index: 1;
  position: relative;
  background-image: url(img/404_bg.jpg);
  background-position: 50%;
  background-size: cover;
}

.error-404-content {
  text-align: center;
}

.error-404__title {
  font-family: "SourceSansPro-Bold";
  font-size: 200px;
}

.error-404__text {
  font-family: "SourceSansPro-Bold";
  font-size: 30px;
  margin-bottom: 30px;
}

.error-404-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.error-404-list__title {
  font-family: "SourceSansPro-Light";
  font-size: 22px;
  width: 100%;
  margin-bottom: 20px;
}

.error-404-nav {
  text-align: left;
  color: #fe5000;
}

.error-404-nav li a {
  display: block;
  color: #fe5000;
  font-size: 22px;
  margin-bottom: 10px;
}

/*------------------------------------ SEARCH -------------------------------------*/

.search .menu li a,
.search .header-nav-projects li a,
.search .header-lang__title {
  color: #5b524f;
}

.search .header-wrap {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.search .header-wrap__row:last-child {
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}

.search .header-search__icon {
  fill: #5b524f;
}

.search .header-lang__button {
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.search .header-lang__arrow {
  border-top-color: #5b524f;
}

.search .menu-toggle .menu-toggle__line {
  background: rgba(0, 0, 0, 0.6);
}

#search-area {
  z-index: 9999;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.6);
}

.search-area-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  width: 870px;
}

.search-area-form {
  flex: 1 0 auto;
}

.search-area-form-wrap {
  display: flex;
  justify-content: space-between;
  border-radius: 5px;
  background-color: #fff;
  height: 42px;
}

.search-area-form__field {
  flex: 1 0 auto;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  padding: 12px 5px 12px 15px;
}

.search-area-form__submit {
  border: none;
  border-radius: 60px;
  background-color: #fe5000;
  color: #fff;
  font-size: 16px;
  height: 100%;
  text-align: center;
  padding: 12px 40px;
  transition: all 0.3s linear;
  transform: translateX(20px);
}

.search-area-form__submit:hover {
  background-color: #d9017a;
}

.search-area-form__submit:active {
  background-color: #e94aa3;
}

.search-area__icon {
  display: none;
}

.search-area-close {
  width: 37px;
  height: 37px;
  background-color: transparent;
  position: relative;
  cursor: pointer;
  margin-left: 25px;
}

.search-area-close__line {
  width: 100%;
  position: absolute;
  display: block;
  height: 1px;
  background-color: #fff;
  transition: transform 0.3s, opacity 0.2s, background-color 0.3s,
    -webkit-transform 0.3s, -o-transform 0.3s;
}

.search-area-close__line_1 {
  top: 0;
  transform: translate3d(0, 18px, 0) rotate(135deg);
}

.search-area-close__line_2 {
  bottom: 0;
  transform: translate3d(0, -18px, 0) rotate(-135deg);
}

.search-area-close:hover .search-area-close__line {
  background-color: #d9017a;
}

.search-area-close:active .search-area-close__line {
  background-color: #e94aa3;
}

.search-heading {
  min-height: 500px;
  padding: 160px 0 0;
  display: flex;
}

.search-heading-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  flex-direction: column;
  padding-bottom: 80px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.search-heading__title {
  font-family: "SourceSansPro-Black";
  font-size: 56px;
  line-height: 70px;
  width: 100%;
  margin-bottom: 70px;
}

.search-page-form {
  max-width: 730px;
  width: 100%;
}

.search-page-form-wrap {
  height: 52px;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 3px;
  overflow: hidden;
}

.search-page-form__field {
  width: 100%;
  border: none;
  font-size: 16px;
  padding: 13px 10px 13px 15px;
}

.search-page-form__submit {
  background-color: transparent;
  border: none;
  padding: 12px 15px;
}

.search-page-form__icon {
  width: 26px;
  height: 27px;
  fill: #000;
}

.search-section {
  margin: 50px 0 50px;
}

.search-section-heading {
  margin-bottom: 50px;
}

.more-search-button {
  justify-content: center;
  margin: 20px auto 0;
}

/*-------------------------------------- FOOTER ---------------------------------------*/

.footer {
  background-color: #312e2d;
}

.footer .wrapper_footer {
  padding: 0 30px;
}

.footer-nav {
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-nav li a {
  padding: 45px 0;
  margin-right: 15px;
  margin-left: 15px;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  margin: 30px -30px;
}

.footer-item {
  padding: 15px 30px;
}

.footer-item:not(:first-child) {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-item__title {
  font-family: "SourceSansPro-Black";
  color: rgba(255, 255, 255, 0.2);
  margin-bottom: 20px;
}

.footer-item__content,
.footer-item__content a {
  color: #fff;
  line-height: 22px;
}

.footer-address__content {
  line-height: 22px;
}

.footer-phone__content a,
.footer-links__content a {
  display: block;
  white-space: nowrap;
}

.footer-social__content {
  display: flex;
  align-items: center;
}

.footer-social__content a {
  padding: 0 10px 10px;
}

.footer-social__content a:first-child {
  padding-left: 0;
}

.footer-social__icon {
  fill: #fff;
  transition: all 0.3s linear;
}

.sharing-icon {
  width: 43px;
  height: 46px;
}

.instagram-icon {
  width: 22px;
  height: 23px;
}

.facebook-icon {
  width: 14px;
  height: 28px;
}

.youtube-icon {
  width: 26px;
  height: 18px;
}

.telegram-icon {
  width: 27px;
  height: 22px;
}

.twitter-icon {
  width: 26px;
  height: 22px;
}

.google-plus-icon {
  width: 34px;
  height: 22px;
}

.footer-copy-and-dev {
  height: 88px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-copyright,
.footer-dev a {
  padding: 20px 10px;
  color: rgba(255, 255, 255, 0.2);
  transition: all 0.3s linear;
}

.footer-social__content a:hover .footer-social__icon {
  fill: #fe5000;
}

.footer-dev a:hover {
  color: #fe5000;
}

@media (min-width: 1450px) {
  .menu li a {
    margin-right: 24px;
  }
}

@media (max-width: 1365px) {
  .title-h2 {
    font-size: 36px;
  }

  .wrapper {
    padding: 0 20px;
  }

  .button-select {
    padding: 0 30px 0 20px;
  }

  .button-select__text {
    font-size: 14px;
  }

  .button-select-dropdown {
    font-size: 14px;
  }

  .button-select-dropdown li {
    padding: 15px 10px;
  }

  .header {
    height: 73px;
  }

  .header-wrap {
    margin: 0 30px;
  }

  .menu li a {
    margin-right: 12px;
    height: 36px;
    font-size: 12px;
  }

  .header-nav-projects li a {
    font-size: 13px;
    margin-right: 30px;
    height: 36px;
  }

  .header-search {
    margin-right: 22px;
  }

  .header-search__icon {
    width: 20px;
    height: 21px;
  }

  .header-lang__title {
    margin-right: 8px;
    font-size: 12px;
  }

  .header-lang__button {
    width: 24px;
    height: 24px;
  }

  .header-lang__arrow {
    border-width: 3px 3px 0;
  }

  .dropdown-lang__item {
    font-size: 12px;
  }

  .header-wrap__dots {
    width: 23px;
    height: 23px;
  }

  .header-wrap__column .menu-project-dropdawn {
    display: none;
    top: 100%;
    right: 0;
    max-height: 340px;
    max-width: 300px;
    margin: 0 10px;
    padding: 0 10px;
  }

  .header-wrap__column .menu-project-dropdawn:before {
    border-width: 0 6px 6px 6px;
    top: -6px;
    right: 30px;
  }

  .header-wrap__column .menu-project-dropdawn li {
    padding: 12px 10px;
    font-size: 13px;
  }

  .banner {
    min-height: 375px;
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .wrapper_main-banner {
    margin-left: 23%;
  }

  .banner-title {
    font-size: 46px;
    line-height: 58px;
    padding: 50px 30px;
  }

  .banner-title_upper {
    font-size: 56px;
  }

  .banner-text {
    line-height: 20px;
    margin-top: 30px;
  }

  .banner_main .banner-button {
    left: 23%;
  }

  .chief-section__name {
    font-size: 30px;
  }

  .group-slider-item {
    margin: 0 15px 50px;
    padding: 24px 40px 60px;
  }

  .group-item {
    padding: 25px 20px 50px;
  }

  .group-slider-item__heading {
    font-size: 18px;
    line-height: 22px;
  }

  .group-slider-item__name,
  .group-item__name {
    font-size: 18px;
  }

  .group-item-city {
    height: 40px;
  }

  .group-item-city__title {
    font-size: 20px;
    margin-right: 15px;
  }

  .group-item-city__button .button-to-all__circle {
    width: 40px;
    height: 40px;
  }

  .group-item__heading {
    padding: 0 5px 20px;
    font-size: 18px;
    line-height: 24px;
  }

  .group-item__img {
    width: 90px;
    height: 90px;
  }

  .group-item__button {
    left: 20px;
    width: 246px;
  }

  .projects-page {
    padding: 80px 0 70px;
  }

  .projects-section {
    padding: 70px 0 60px;
  }

  .projects-section__title {
    margin-bottom: 70px;
  }

  .projects-section__list,
  .projects__list {
    margin: 0 -15px;
  }

  .projects-item {
    width: calc(25% - 30px);
    margin: 0 15px 30px;
  }

  .project-form-section,
  .helps-form-section {
    width: 800px;
    padding: 60px 80px 0;
  }

  .project-form-section-close,
  .helps-form-section-close {
    top: 12px;
    right: 12px;
  }

  .project-form-section__title,
  .helps-form-section__title {
    font-size: 36px;
    line-height: 38px;
    margin-bottom: 20px;
  }

  .project-form-section__descr,
  .helps-form-section__descr {
    max-width: 630px;
    margin: 0 auto 40px;
  }

  .project-form-section form,
  .helps-form-section form {
    width: 470px;
  }

  .content-section {
    padding: 80px 0;
  }

  .content-section_project {
    padding-bottom: 50px;
  }

  .article-content {
    padding: 0 20px;
  }

  .article-content h2 {
    font-size: 36px;
    line-height: 36px;
  }

  .article-content h3 {
    font-size: 30px;
    line-height: 30px;
  }

  .article-content h4 {
    font-size: 24px;
    line-height: 24px;
  }

  .article-content h5 {
    font-size: 20px;
    line-height: 20px;
  }

  .article-content h6 {
    font-size: 18px;
    line-height: 18px;
  }

  .article-content blockquote {
    padding: 30px 20px;
    margin: 0 -20px;
  }

  .content-sharing {
    padding-bottom: 60px;
  }

  .content-sharing__body {
    max-width: 800px;
  }

  .content-sharing__wrap {
    padding: 0 20px;
  }

  .announcement {
    margin: 30px 0 40px;
  }

  .announcement-page {
    padding: 60px 0 80px;
  }

  .announcement-heading_main-response {
    display: flex;
  }

  .announcement-heading_main {
    display: none;
  }

  .announcement-heading_main-response .announcement__title:after {
    display: block;
    content: "";
    height: 1px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    flex: 1 0 auto;
    margin-left: 20px;
  }

  .announcement-filters {
    justify-content: space-between;
    margin-bottom: 35px;
  }

  .announcement-filters__cities {
    width: auto;
  }

  .announcement-filters__button {
    min-width: 248px;
  }

  .announcement-filter-main__cities li {
    width: 50%;
  }

  .announcement-filter-main__other-city {
    margin-bottom: 30px;
  }

  .announcement-list {
    margin-left: -20px;
  }

  .announcement-item {
    width: calc(25% - 20px);
    margin-bottom: 30px;
    margin-left: 20px;
  }

  .announcement_main .announcement-item {
    width: calc(33.33% - 20px);
  }

  .announcement-item__title {
    font-size: 16px;
  }

  .important-slider {
    margin-bottom: 30px;
  }

  .important-announce-item__description {
    font-size: 16px;
    line-height: 22px;
  }

  .latest-news {
    margin: 70px 0 30px;
  }

  .news-page {
    padding: 80px 0 70px;
  }

  .latest-news-list,
  .news-page-list {
    margin: 0 -15px;
  }

  .news-item {
    width: calc(33.33% - 30px);
    margin: 0 15px 30px;
  }

  .news-item__content {
    padding: 15px 20px 30px;
  }

  .news-media-icon-1,
  .news-media-icon-4 {
    width: 18px;
    height: 18px;
  }

  .news-media-icon-2 {
    width: 20px;
    height: 15px;
  }

  .news-media-icon-3 {
    width: 20px;
    height: 20px;
  }

  .news-item__tax {
    bottom: 20px;
    left: 28px;
    height: 32px;
  }

  .directions-work {
    padding: 80px 0;
  }

  .directions-work-item__title {
    font-size: 16px;
  }

  .library-page {
    padding: 60px 0 70px;
  }

  .materials-section {
    margin: 30px 0 40px;
  }

  .materials-section__title {
    margin-bottom: 40px;
  }

  .materials-section__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
  }

  .materials-item {
    width: calc(25% - 30px);
    padding: 30px 20px;
    margin: 0 15px 30px;
  }

  .materials-item__description {
    font-size: 16px;
    line-height: 20px;
  }

  .partners-section {
    padding: 60px 0 60px;
  }

  .partners-section__title {
    margin-bottom: 60px;
  }

  .partners-section__list {
    margin: 0 -15px;
  }

  .partners-item {
    width: calc(33.33% - 30px);
    margin: 0 15px 30px;
  }

  .partners-slider {
    padding: 80px 0;
  }

  .map-group {
    height: 640px;
  }

  .map-group-text {
    font-size: 80px;
  }

  .reviews-section {
    padding: 80px 0;
  }

  .reviews-slider-item {
    margin: 0 15px;
    padding: 35px 30px 50px;
  }

  .reviews-slider__text {
    font-size: 15px;
    line-height: 20px;
    padding-bottom: 20px;
  }

  .reviews-slider__town {
    left: 15px;
    right: 15px;
    padding: 12px 15px;
    font-size: 11px;
    line-height: 12px;
  }

  .reviews-slider__town-icon {
    width: 20px;
    height: 28px;
  }

  .events {
    padding: 110px 0;
  }

  .events-info__title {
    font-size: 30px;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }

  .events-info__description {
    margin-bottom: 20px;
  }

  .events-item {
    width: calc(33.33% - 30px);
    margin-left: 30px;
  }

  .events-item__title {
    font-size: 18px;
    line-height: 18px;
    padding: 10px 10px 17px 20px;
  }

  .contacts-info {
    padding: 80px 0;
  }

  .contacts-wrap {
    display: flex;
    margin: 0 -15px;
  }

  .contacts-item {
    width: calc(33.33% - 30px);
    margin: 0 15px;
  }

  .contacts-item__title {
    font-size: 36px;
    line-height: 38px;
    margin-bottom: 20px;
  }

  .contacts-form-section form {
    width: 470px;
  }

  #contacts-map {
    height: 490px;
    width: 100%;
  }

  .contact-experts {
    padding: 80px 0 30px;
  }

  .contact-experts-list {
    margin: 0 -10px;
  }

  .contact-experts-item {
    width: calc(33.33% - 20px);
    margin: 0 10px 30px;
    padding: 35px 20px 30px;
  }

  .contact-experts-item__img {
    width: 90px;
    height: 90px;
  }

  .contact-experts-item__name {
    font-size: 18px;
  }

  .contact-experts-hover {
    padding: 15px;
  }

  .contact-experts-hover__heading {
    margin-bottom: 10px;
  }

  .contact-experts-hover__img {
    width: 60px;
    height: 60px;
  }

  .contact-experts-hover__name {
    font-size: 18px;
  }

  .contact-experts-hover__content ul li:before {
    width: 3px;
    height: 3px;
    left: -8px;
  }

  .error-404 {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .error-404__title {
    font-size: 180px;
  }

  .error-404__text {
    font-size: 24px;
    margin-bottom: 25px;
  }

  .error-404-list__title {
    font-size: 20px;
  }

  .error-404-nav li a {
    font-size: 20px;
  }

  .search-area-wrap {
    width: 650px;
  }

  .search-area-form-wrap {
    height: 37px;
  }

  .search-area-form__field {
    font-size: 16px;
    padding: 7px 45px 7px 15px;
  }

  .search-area-form__submit {
    font-size: 14px;
    padding: 8px 40px;
  }

  .search-area-close {
    width: 29px;
    height: 29px;
  }

  .search-area-close__line_1 {
    top: 0;
    transform: translate3d(0, 14px, 0) rotate(135deg);
  }

  .search-area-close__line_2 {
    bottom: 0;
    transform: translate3d(0, -14px, 0) rotate(-135deg);
  }

  .search-heading {
    min-height: 400px;
    padding: 120px 0 0;
  }

  .search-heading-wrap {
    padding-bottom: 60px;
  }

  .search-heading__title {
    font-size: 46px;
    line-height: 58px;
    margin-bottom: 50px;
  }

  .search-page-form {
    max-width: 550px;
  }

  .search-section {
    margin: 30px 0 40px;
  }

  .footer-nav li a {
    font-size: 16px;
  }

  .footer-item {
    padding: 15px 20px;
  }

  .footer-item__title,
  .footer-item__content,
  .footer-item__content a {
    font-size: 14px;
  }

  .footer-nav li a {
    margin-right: 15px;
    margin-left: 15px;
  }

  .header-logo {
    max-width: 110px;
  }
}
@media (max-width: 1365px) {
  .header-logo {
    padding: 10px 0px;
  }
}
@media (max-width: 1450px) {
  .menu li a {
    font-size: 12px;
  }
}
@media (max-width: 1100px) {
  /* .header-logo {
    max-width: 225px;
  }*/
}

@media (max-width: 1023px) {
  .title-h2 {
    font-size: 30px;
  }

  .main-button {
    bottom: -25px;
    height: 50px;
    width: 246px;
  }

  .main-button-with-circle {
    padding: 7px 7px 7px 30px;
  }

  .main-button-without-circle {
    padding: 7px 30px;
  }

  .main-button__text {
    font-size: 14px;
  }

  .main-button__circle {
    width: 36px;
    height: 36px;
  }

  .button-select {
    height: 50px;
    font-size: 14px;
  }

  #scroll-up {
    bottom: 30px;
    right: 30px;
    height: 60px;
    width: 60px;
  }

  .scroll-up__circle {
    width: 40px;
    height: 40px;
  }

  .header {
    height: 51px;
  }

  .header-logo {
    height: 50px;
    padding: 5px 30px;
  }

  .header-wrap__row {
    height: 100%;
  }

  /*.header-wrap__column {
    height: 50px;
  }*/
  .header-wrap__row .header-nav,
  .header-lang,
  .header-wrap__row:last-child {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .header-search {
    margin-right: 0;
  }

  .header.menu-opened .header-lang {
    display: flex;
  }

  .header-lang:hover .header-lang__title {
    color: #d9017a;
  }

  .header-lang:hover .header-lang__button {
    border: 1px solid rgba(233, 74, 163, 0.2);
  }

  .header-lang:hover .header-lang__arrow {
    border-top-color: #d9017a;
  }

  .dropdown-lang__list {
    border: 1px solid rgba(233, 74, 163, 0.2);
  }

  .wrapper_main-banner {
    width: 470px;
    margin: 0 auto;
  }

  .banner-title {
    font-size: 36px;
    line-height: 48px;
    padding: 30px 20px;
  }

  .banner-title_upper {
    font-size: 46px;
  }
  .banner_director .banner-preview {
    flex-wrap: wrap;
  }
  .banner-preview .preview_text{
    order: 1;
    margin-top: 40px;
  }
  .banner-preview .preview_text p {
    font-size: 18px;
  }
  .banner-preview .preview_text h3 {
    font-size: 24px;
  }

  .banner-preview .preview_text span {
    font-size: 16px;
  }
  
  .banner-preview .preview_img {
    margin: 0 auto;
  } 
  .preview_img-wrap img {
    width: 100%;
    height: auto;
}
  .banner-text {
    font-size: 14px;
    line-height: 20px;
    margin-top: 20px;
  }

  .banner_main .banner-button {
    left: 50%;
    margin-left: 0;
    transform: translateX(-215px);
  }

  .chief-section {
    margin: 60px 0;
  }

  .chief-section__title {
    margin-bottom: 40px;
  }

  .chief-section__img {
    width: 118px;
    height: 118px;
  }

  .chief-section__name {
    font-size: 24px;
  }

  .chief-section__contacts {
    margin-bottom: 20px;
  }

  .chief-section__contacts a {
    font-size: 14px;
    padding: 7px 25px;
  }

  .chief-section__text {
    font-size: 14px;
    line-height: 20px;
  }

  .group-slider-section {
    margin: 40px 0;
  }

  .all-groups {
    padding: 30px 0 0;
  }

  .group-slider-section__title {
    margin-bottom: 40px;
  }

  .group-slider-list {
    padding: 0;
    margin: 0 -10px;
  }

  .group-slider-item {
    margin: 0 10px 50px;
    padding: 20px 30px 50px;
  }

  .group-slider-item__heading {
    padding: 0 10px 15px;
    font-size: 16px;
    line-height: 20px;
  }

  .group-slider-item__chief {
    padding: 15px 10px 0;
  }

  .group-slider-item__img {
    width: 86px;
    height: 86px;
    margin-right: 15px;
  }

  .group-slider-item__name {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 10px;
  }

  .group-slider-item__button {
    left: 40px;
  }

  .group-slider-nav {
    display: flex;
    justify-content: center;
  }

  .group-slider-nav__item {
    width: 40px;
    height: 40px;
    margin: 0 10px;
  }

  .group-slider-nav__item_left {
    position: relative;
  }

  .group-slider-nav__item_right {
    position: relative;
  }

  .all-groups-list {
    margin: 0 -10px;
  }

  .group-item {
    width: calc(33.33% - 20px);
    margin: 60px 10px 30px;
    padding: 15px 15px 30px;
  }

  .group-item-city {
    height: 25px;
    margin: 0 -11px;
    margin-bottom: 15px;
  }

  .group-item-city__title {
    font-size: 16px;
    margin-left: 11px;
    margin-right: 10px;
  }

  .group-item-city__button {
    margin-right: 11px;
    margin-left: 10px;
  }

  .group-item-city__button .button-to-all__circle {
    width: 25px;
    height: 25px;
  }

  .group-item__heading {
    padding: 0 0 10px;
    font-size: 14px;
    line-height: 18px;
  }

  .group-item__chief {
    padding: 10px 0 0;
  }

  .group-item__img {
    width: 63px;
    height: 63px;
    margin-right: 12px;
  }

  .group-item__name {
    font-size: 14px;
  }

  .group-item__button {
    left: 16px;
    bottom: -16px;
    height: 32px;
    width: 176px;
    padding: 4px 18px;
  }

  .group-item__button .main-button__text {
    font-size: 12px;
  }

  .projects-page {
    padding: 70px 0 50px;
  }

  .projects-section {
    padding: 60px 0 50px;
  }

  .projects-section__title {
    margin-bottom: 60px;
  }

  .projects-section__list,
  .projects__list {
    margin: 0 -10px;
  }

  .projects-item {
    width: calc(50% - 20px);
    margin: 0 10px 30px;
  }

  .project-form-section,
  .helps-form-section {
    top: 60px;
    width: 650px;
    padding: 50px 65px 0;
    margin-bottom: 60px;
  }

  .project-form-section__title,
  .helps-form-section__title {
    font-size: 30px;
    line-height: 34px;
  }

  .project-form-section__descr,
  .helps-form-section__descr {
    font-size: 16px;
    line-height: 22px;
    max-width: 520px;
  }

  .project-form-section form,
  .helps-form-section form {
    padding-bottom: 70px;
  }

  .project-form__field,
  .helps-form__field {
    width: 100%;
    border: none;
    border-radius: 5px;
    margin-bottom: 25px;
    font-size: 14px;
    padding: 15px 20px;
  }

  .project-form__submit,
  .helps-form__submit {
    font-size: 14px;
    bottom: -25px;
    height: 50px;
    min-width: 246px;
    padding: 7px 15px;
  }

  .content-section {
    padding: 60px 0;
  }

  .content-section_project {
    padding-bottom: 40px;
  }

  .article-content {
    font-size: 16px;
    line-height: 24px;
  }

  .article-content h2,
  .article-content h3,
  .article-content h4,
  .article-content h5,
  .article-content h6 {
    margin-top: 30px;
  }

  .article-content h2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 30px;
  }

  .article-content h3 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 25px;
  }

  .article-content h4 {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 20px;
  }

  .article-content h5 {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 15px;
  }

  .article-content h6 {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 15px;
  }

  .article-content p {
    margin-bottom: 15px;
    margin-top: 15px;
  }

  .article-content ul {
    margin-bottom: 15px;
  }

  .article-content ul li {
    margin-bottom: 10px;
  }

  .article-content ol {
    margin-bottom: 15px;
  }

  .article-content ol li {
    margin-bottom: 10px;
  }

  .article-content blockquote {
    padding: 20px 20px;
  }

  .content-sharing {
    padding-bottom: 50px;
  }

  .content-sharing__body {
    max-width: 100%;
  }

  .announcement-page {
    padding: 35px 0 50px;
  }

  .announcement-filters {
    justify-content: center;
  }

  .announcement-filters__cities {
    display: none;
  }

  .announcement-filter-button_main-response {
    display: flex;
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #f8f8f8;
    min-width: 248px;
    z-index: 199;
  }

  .announcement-filters__button {
    display: none;
  }

  .announcement-filters__button-response {
    display: flex;
    min-width: 248px;
  }

  .announcement-filter-main .announcement-heading,
  .announcement-filter-main .announcement-filter-main__cities,
  .announcement-filter-main .announcement-filter-main__other-city {
    display: none;
  }

  .announcement_main .announcement-list {
    width: calc(100% + 20px);
    margin: 0 -10px;
  }

  .announcement-list {
    margin: 0 -10px;
  }

  .announcement-item {
    width: calc(50% - 20px);
    margin: 0 10px;
    margin-bottom: 30px;
  }

  .announcement_main .announcement-item {
    width: calc(50% - 20px);
  }

  .announcement-item__title {
    font-size: 16px;
  }

  .announcement-no-city-heading {
    font-size: 22px;
    line-height: 26px;
    margin-left: 0;
    text-align: center;
  }

  .announcement-no-city-text {
    font-size: 20px;
    line-height: 24px;
    margin-left: 0;
    text-align: center;
    margin: 0 auto;
  }

  .announcement-filter-main {
    width: 100%;
  }

  .important-slider {
    position: relative;
    width: 100%;
    margin-top: auto;
    margin-bottom: 70px;
  }

  .important-announce-slider {
    width: 100%;
  }

  .important-announce-slider .slick-list {
    margin: 0 -10px;
  }

  .important-announce-item {
    background: no-repeat 50% 50%;
    height: 220px;
    background-size: cover;
    border-radius: 5px;
    margin: 0 10px;
    padding: 15px 20px;
  }

  .important-announce-item__description {
    font-size: 18px;
  }

  .important-announce-slider-nav {
    margin-top: 10px;
  }

  .important-announce-slider-nav__item {
    width: 40px;
    height: 40px;
    margin: 0 10px;
  }

  .news-page {
    padding: 50px 0 50px;
  }

  .news-filters {
    margin-bottom: 40px;
  }

  .latest-news-list,
  .news-page-list {
    margin: 0 -10px;
  }

  .news-item {
    width: calc(50% - 20px);
    background-color: #fff;
    border-radius: 5px;
    margin: 0 10px 30px;
  }

  .news-item__title {
    font-size: 16px;
  }

  .news-item__excerpt {
    font-size: 14px;
  }

  .latest-news_main .latest-news-list .news-item:nth-child(3) {
    display: none;
  }

  .news-item__tax {
    bottom: 22px;
    left: 30px;
  }

  .directions-work {
    padding: 70px 0;
  }

  .directions-work-item__link {
    padding-bottom: 20px;
  }

  .directions-work-item__link:before {
    top: 159px;
  }

  .directions-work-item__link:after {
    top: 159px;
  }

  .directions-work-item__icon {
    height: 160px;
    position: relative;
    margin-bottom: 35px;
  }

  .directions-work-icon {
    padding: 20px;
    margin: 0;
  }

  .directions-work-item__num {
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    width: 36px;
    height: 36px;
    top: -53px;
  }

  .directions-work-item__title {
    font-size: 14px;
  }

  .library-page {
    padding: 50px 0 50px;
  }

  .library-filters {
    margin-bottom: 40px;
  }

  .materials-section__title {
    margin-bottom: 30px;
  }

  .materials-section__list {
    margin: 0 -10px;
  }

  .materials-item {
    width: calc(50% - 20px);
    margin: 0 10px 20px;
  }

  .partners-section {
    padding: 50px 0 30px;
  }

  .partners-section__title {
    margin-bottom: 50px;
  }

  .partners-section__list {
    margin: 0 -10px;
  }

  .partners-item {
    width: calc(50% - 20px);
    margin: 0 10px 30px;
  }

  .partners-item__description {
    font-size: 16px;
    line-height: 20px;
  }

  .partners-slider {
    padding: 70px 0;
  }

  .map-group {
    height: 500px;
  }

  .map-group-text {
    font-size: 60px;
    line-height: 60px;
  }

  .reviews-section {
    padding: 70px 0;
  }

  .reviews-slider-item {
    margin: 0 15px;
    padding: 35px 40px 54px;
  }

  .reviews-slider__text {
    font-size: 16px;
  }

  .reviews-slider__town {
    left: 20px;
    right: 20px;
    padding: 13px 20px;
    font-size: 12px;
    line-height: 12px;
  }

  .events {
    padding: 100px 0;
  }

  .events-wrap {
    flex-wrap: wrap;
  }

  .events-info__title {
    font-size: 24px;
  }

  .events-info__description {
    font-size: 14px;
  }

  .events-item {
    width: calc(33.33% - 20px);
    margin-left: 20px;
  }

  .events-item__title {
    font-size: 14px;
    line-height: 14px;
    padding: 10px 10px 17px 10px;
  }

  .events-button-wrap {
    display: flex;
    align-items: center;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: 20px;
  }

  .events-button {
    min-width: 248px;
  }

  .events-button-wrap:before {
    display: block;
    content: "";
    height: 1px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    flex: 1 0 auto;
    margin-right: 20px;
  }

  .subscription {
    padding-bottom: 90px;
  }

  .subscription-wrap {
    padding: 30px 30px 60px;
  }

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

  .subscription-form__row {
    padding: 10px 10px 10px 20px;
  }

  .subscription-form__submit {
    width: 216px;
  }

  .subscription-form__container {
    padding: 15px 15px 15px 20px;
  }

  .subscription-form__container .subscription-form__checkmark:after {
    left: 25px;
  }

  .contacts-info {
    padding: 70px 0;
  }

  .contacts-wrap {
    margin: 0 -10px;
  }

  .contacts-item {
    width: calc(50% - 20px);
    margin: 0 10px;
    padding: 20px;
  }

  .contacts-item__title {
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 20px;
  }

  .contacts-item__content {
    font-size: 16px;
    line-height: 22px;
  }

  .contacts-form-section {
    padding: 70px 0 0;
  }

  .contacts-form-section form {
    padding-bottom: 70px;
  }

  .contacts-form-section__title {
    margin-bottom: 50px;
  }

  .contacts-form__field {
    margin-bottom: 25px;
    padding: 15px 20px;
  }

  .contacts-form__submit {
    font-size: 14px;
    bottom: -25px;
    height: 50px;
    width: 246px;
  }

  #contacts-map {
    height: 430px;
  }

  .contact-experts {
    padding: 60px 0 30px;
  }

  .contact-experts-item {
    width: calc(50% - 20px);
    margin: 0 10px 20px;
    padding: 15px 15px 20px;
  }

  .contact-experts-item__img {
    width: 64px;
    height: 64px;
    margin: 0 auto 10px;
  }

  .contact-experts-item__name {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .contact-experts-item__post {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
  }

  .contact-experts-item__email a {
    font-size: 14px;
  }

  .contact-experts-hover__img {
    width: 40px;
    height: 40px;
    margin-right: 15px;
  }

  .contact-experts-hover__name {
    font-size: 16px;
  }

  .contact-experts-hover__content {
    font-size: 14px;
    line-height: 18px;
  }

  .contact-experts-hover__content ul li {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 3px;
  }

  .search-heading {
    min-height: 340px;
    padding: 100px 0 0;
  }

  .search-heading__title {
    font-size: 36px;
    line-height: 46px;
  }

  .search-page-form {
    max-width: 520px;
  }

  .search-page-form-wrap {
    height: 44px;
  }

  .search-page-form__field {
    font-size: 14px;
  }

  .search-page-form__submit {
    padding: 12px;
  }

  .search-page-form__icon {
    width: 20px;
    height: 21px;
  }

  .footer-nav li a {
    font-size: 14px;
  }

  .footer-item__title,
  .footer-item__content,
  .footer-item__content a {
    font-size: 12px;
  }

  .instagram-icon {
    width: 19px;
    height: 19px;
  }

  .facebook-icon {
    width: 12px;
    height: 24px;
  }

  .youtube-icon {
    width: 23px;
    height: 16px;
  }

  .telegram-icon {
    width: 23px;
    height: 20px;
  }

  .twitter-icon {
    width: 22px;
    height: 20px;
  }

  .google-plus-icon {
    width: 30px;
    height: 20px;
  }

  .footer-social__content a {
    padding: 0 5px 5px;
  }

  .footer-social__content a:first-child {
    padding-left: 0;
  }

  .footer-copy-and-dev {
    height: 50px;
  }

  .footer-copyright,
  .footer-dev a {
    padding: 10px;
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .title-h2 {
    font-size: 22px;
  }

  .main-button {
    bottom: -16px;
    height: 32px;
    width: 176px;
  }

  .main-button-with-circle {
    padding: 4px 4px 4px 18px;
  }

  .main-button-without-circle {
    padding: 4px 18px;
  }

  .main-button__text {
    font-size: 12px;
  }

  .main-button__circle {
    width: 24px;
    height: 24px;
  }

  .button-to-all__text {
    font-size: 12px;
  }

  .button-select {
    height: 32px;
    font-size: 12px;
  }

  .button-select__text {
    font-size: 12px;
  }

  #scroll-up {
    bottom: 20px;
    right: 20px;
    height: 50px;
    width: 50px;
  }

  .scroll-up__circle {
    width: 32px;
    height: 32px;
  }
  .special-item{
    width: 100%;
  }
  .banner {
    min-height: 250px;
    padding-top: 80px;
    padding-bottom: 50px;
  }

  .banner-title {
    font-size: 24px;
    line-height: 34px;
    padding: 20px 10px;
  }

  .banner-title_upper {
    font-size: 30px;
  }

  .banner-text {
    font-size: 12px;
    line-height: 16px;
    margin-top: 20px;
  }

  .banner-title:before {
    width: 200px;
  }

  .banner-title:after {
    width: 200px;
  }

  .chief-section {
    margin: 40px 0;
  }

  .chief-section__title {
    margin-bottom: 30px;
  }

  .chief-section__img {
    width: 106px;
    height: 106px;
    margin: 0 auto 15px;
  }

  .chief-section__name {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .chief-section__contacts {
    margin-bottom: 15px;
  }

  .chief-section__contacts a {
    padding: 5px 25px;
    font-size: 12px;
  }

  .group-slider-section__title:before {
    display: none;
  }

  .group-slider-section__title:after {
    display: none;
  }

  .group-slider-item {
    padding: 20px 30px 40px;
    margin: 0 10px 35px;
  }

  .group-slider-item__heading {
    padding: 0 0 15px;
    font-size: 14px;
    line-height: 18px;
  }

  .group-slider-item__chief {
    padding: 15px 0 0;
  }

  .group-slider-item__img {
    width: 74px;
    height: 74px;
    margin-right: 15px;
  }

  .group-slider-item__button {
    left: 30px;
  }

  .all-groups-list {
    margin: 0;
  }

  .group-item {
    width: 100%;
    margin: 20px 0 20px;
    padding: 20px 25px 35px;
  }

  .group-item.group-item_first {
    margin: 50px 0 20px;
  }

  .group-item-city {
    height: 25px;
    margin: 0;
    margin-bottom: 10px;
  }

  .group-item-city_response {
    display: flex;
  }

  .group-item-city_default {
    display: none;
  }

  .group-item-city__title {
    margin-left: 0;
    margin-right: 12px;
  }

  .group-item-city__button {
    margin-right: 0;
  }

  .group-item__heading {
    padding: 0 0 15px;
  }

  .group-item__chief {
    padding: 15px 0 0;
  }

  .group-item__img {
    width: 74px;
    height: 74px;
    margin-right: 14px;
  }

  .group-item__name {
    font-size: 16px;
  }

  .group-item__button {
    left: 30px;
  }

  .projects-page {
    padding: 40px 0 40px;
  }

  .projects-section {
    padding: 40px 0 30px;
  }

  .projects-section__list.projects-slider {
    display: block;
  }

  .projects-section__title {
    margin-bottom: 40px;
  }

  .projects-item__description {
    padding: 20px 15px 30px;
    font-size: 16px;
    line-height: 20px;
  }

  .project-form-section,
  .helps-form-section {
    top: 40px;
    width: auto;
    margin: 0 20px 60px;
    padding: 30px 15px 0;
  }

  .project-form-section-close,
  .helps-form-section-close {
    width: 30px;
    height: 30px;
    top: -15px;
    right: -15px;
  }

  .project-form-section__title,
  .helps-form-section__title {
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .project-form-section__descr,
  .helps-form-section__descr {
    font-size: 16px;
    line-height: 22px;
    max-width: 100%;
    margin: 0 0 30px;
  }

  .project-form-close,
  .helps-form-close {
    width: 17px;
    height: 17px;
  }

  .project-form-close-line_1,
  .helps-form-close-line_1 {
    transform: translate3d(0, 8px, 0) rotate(135deg);
  }

  .project-form-close-line_2,
  .helps-form-close-line_2 {
    transform: translate3d(0, -8px, 0) rotate(-135deg);
  }

  .project-form-section form,
  .helps-form-section form {
    width: 100%;
    position: relative;
    margin: 0 auto;
    padding-bottom: 30px;
  }

  .project-form__field,
  .helps-form__field {
    margin-bottom: 15px;
    font-size: 12px;
    padding: 10px 15px;
  }

  textarea.project-form__field,
  textarea.helps-form__field {
    min-height: 120px;
  }

  .project-form__submit,
  .helps-form__submit {
    font-size: 12px;
    bottom: -16px;
    height: 32px;
    min-width: 176px;
    padding: 7px;
  }

  .content-section {
    padding: 40px 0;
  }

  .article-content h2,
  .article-content h3,
  .article-content h4,
  .article-content h5,
  .article-content h6 {
    margin-top: 30px;
  }

  .article-content h2 {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 30px;
  }

  .article-content h3 {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 25px;
  }

  .article-content h4 {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 20px;
  }

  .article-content h5 {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 15px;
  }

  .article-content h6 {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 10px;
  }

  .article-content p {
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .article-content ul {
    margin-bottom: 15px;
  }

  .article-content ul li {
    padding-left: 20px;
    margin-bottom: 10px;
  }

  .article-content ul li:before {
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #fe5000;
    position: absolute;
    top: 10px;
    left: 0;
  }

  .article-content ol {
    margin-bottom: 15px;
  }

  .article-content ol li {
    padding-left: 20px;
    margin-bottom: 10px;
  }

  .article-content blockquote {
    padding: 15px 20px;
  }

  .content-sharing {
    padding-bottom: 40px;
  }

  .content-sharing__body {
    height: 50px;
  }

  .content-sharing__title {
    width: 50px;
  }

  .content-sharing__item {
    width: 50px;
  }

  .sharing-icon {
    width: 28px;
    height: 30px;
  }

  .announcement-page {
    padding: 35px 0 40px;
  }

  .announcement-filter-button_main-response {
    top: -4px;
  }

  .announcement-list.announcement-slider {
    display: block;
  }

  .announcement-item {
    height: auto;
  }

  .announcement-no-city-heading {
    font-size: 14px;
    line-height: 18px;
  }

  .announcement-no-city-text {
    font-size: 12px;
    line-height: 16px;
  }

  .news-page {
    padding: 40px 0 40px;
  }

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

  .news-filter-button a {
    font-size: 14px;
    margin: 0 8px 10px;
    padding: 4px 20px;
  }

  .latest-news-heading {
    margin-bottom: 30px;
  }

  .latest-news-heading__title {
    flex: 0;
  }

  .latest-news-list.news-slider {
    display: block;
  }

  .latest-news-list .news-item:nth-child(3) {
    display: block;
  }

  .latest-news_main .latest-news-list .news-item:nth-child(3) {
    display: none;
  }

  .news-item {
    height: auto;
  }

  .news-item:hover,
  .news-item:active,
  .announcement-item:hover,
  .announcement-item:active {
    box-shadow: none;
  }

  .news-media-icon-1,
  .news-media-icon-4 {
    width: 16px;
    height: 16px;
  }

  .news-media-icon-2 {
    width: 19px;
    height: 14px;
  }

  .news-media-icon-3 {
    width: 18px;
    height: 18px;
  }

  .news-item__tax {
    bottom: 20px;
    left: 20px;
    height: 28px;
    font-size: 14px;
    padding: 0 12px;
  }

  .directions-work {
    padding: 30px 0 50px;
  }

  .directions-work-title {
    margin-bottom: 30px;
  }

  .directions-work-list {
    display: block;
    overflow: hidden;
  }

  .directions-work-item {
    width: 100%;
    position: relative;
    padding: 0;
  }

  .directions-work-item:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }

  .directions-work-item__link {
    display: flex;
    padding-bottom: 0;
    height: 100%;
    border-radius: 0;
  }

  .directions-work-item__link:before {
    display: none;
  }

  .directions-work-item__link:after {
    display: none;
  }

  .directions-work-item__icon {
    min-height: 120px;
    height: auto;
    width: 120px;
    border-bottom: none;
    margin-bottom: 0;
  }

  .directions-work-item-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .directions-work-item__num {
    text-align: center;
    width: 30px;
    height: 30px;
    font-size: 14px;
    margin: 5px 10px;
    position: unset;
    transform: translateX(0);
  }

  .directions-work-item__title {
    text-align: left;
    font-size: 13px;
    line-height: 16px;
    padding: 5px 10px;
  }

  .directions-work-item__link:hover .directions-work-item__icon {
    border-bottom: none;
  }

  .library-page {
    padding: 40px 0 40px;
  }

  .library-filters {
    margin-bottom: 30px;
  }

  .library-filter-button a {
    font-size: 14px;
    margin: 0 8px 10px;
    padding: 4px 20px;
  }

  .materials-section__list {
    margin: 0 -8px;
  }

  .materials-item {
    width: calc(50% - 16px);
    padding: 20px 12px;
    margin: 0 8px 16px;
  }

  .materials-item__icon {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .materials-item__description {
    font-size: 12px;
    line-height: 16px;
  }

  .materials-icon {
    width: 46px;
    height: 50px;
  }

  .partners-section {
    padding: 30px 0 30px;
  }

  .partners-section__title {
    margin-bottom: 30px;
  }

  .partners-section__list {
    margin: 0 -10px 20px;
    display: block;
  }

  .partners-item {
    width: auto;
    margin: 0 10px 15px;
    height: auto;
  }

  .partners-item__description {
    font-size: 14px;
    line-height: 18px;
  }

  .partners-button {
    display: none;
  }

  .partners-slider {
    padding: 30px 0 35px;
  }

  .partners-slider-title {
    margin-bottom: 30px;
  }

  .map-group-text {
    font-size: 34px;
    line-height: 38px;
  }

  .reviews-section {
    padding: 30px 0 35px;
  }

  .reviews-section-title {
    margin-bottom: 30px;
  }

  .reviews-slider-list {
    padding: 0;
    margin: 0 -15px;
  }

  .reviews-slider-item {
    padding: 22px 20px 40px;
    margin-bottom: 15px;
  }

  .reviews-slider__title {
    font-size: 16px;
    line-height: 20px;
  }

  .reviews-slider__text {
    font-size: 14px;
    line-height: 18px;
  }

  .reviews-slider__town {
    left: 15px;
    right: 15px;
    padding: 9px 5px;
    font-size: 10px;
  }

  .reviews-slider__town-icon {
    width: 15px;
    height: 21px;
    margin-right: 10px;
  }

  .events {
    padding: 60px 0 70px;
  }

  .events-wrap {
    display: block;
  }

  .events-info {
    width: auto;
    display: block;
    text-align: center;
  }

  .events-info__title {
    font-size: 22px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .events-info__description {
    font-family: "SourceSansPro-Light";
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 30px;
  }

  .events-list {
    width: auto;
    display: flex;
    margin: 0 -10px;
  }

  .events-item {
    width: calc(33.33% - 20px);
    margin: 0 10px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
  }

  .events-item__title {
    font-size: 14px;
    line-height: 14px;
    padding: 10px 10px 17px 20px;
  }

  .events-button-wrap:before {
    margin-right: 10px;
  }

  .events-button-wrap:after {
    display: block;
    content: "";
    height: 1px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    flex: 1 0 auto;
    margin-left: 10px;
  }

  .subscription {
    padding-bottom: 70px;
  }

  .subscription-wrap {
    background-color: #f8f8f8;
    padding: 24px 0 80px;
    border-radius: 10px;
    position: relative;
  }

  .subscription-title {
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 20px;
    padding: 0 10px;
  }

  .subscription-form {
    background-color: #f8f8f8;
    border-radius: 0;
    max-width: 100%;
    margin: 0;
    box-shadow: none;
  }

  .subscription-form__row {
    padding: 10px 10px 10px 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.02);
  }

  .subscription-form__email {
    border: none;
    background-color: #f8f8f8;
    font-size: 15px;
  }

  .subscription-form__submit {
    font-size: 12px;
    width: 176px;
    height: 32px;
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
  }

  .subscription-form-wrap {
    border-bottom: 1px solid rgba(0, 0, 0, 0.02);
  }

  .subscription-form__container {
    width: 50%;
    font-size: 12px;
    padding: 15px 15px 15px 20px;
  }

  .subscription-form__container:not(:nth-child(3n)) {
    border-right: none;
  }

  .subscription-form__container:nth-child(odd) {
    border-right: 1px solid rgba(0, 0, 0, 0.02);
  }

  .subscription-form__container input:checked ~ .subscription-form__label {
    padding-left: 20px;
  }

  .subscription-form__container .subscription-form__checkmark:after {
    left: 25px;
  }

  .contacts-info {
    padding: 40px 0 20px;
  }

  .contacts-wrap {
    display: block;
    margin: 0;
  }

  .contacts-item {
    width: auto;
    margin: 0 0 20px;
    padding: 20px;
  }

  .contacts-form-section {
    padding: 30px 0 0;
  }

  .contacts-form-section__title {
    margin-bottom: 30px;
  }

  .contacts-form-section form {
    width: 100%;
    padding-bottom: 48px;
  }

  .contacts-form__field {
    margin-bottom: 15px;
    font-size: 12px;
    padding: 10px 15px;
  }

  textarea.contacts-form__field {
    min-height: 120px;
  }

  .contacts-form__submit {
    font-size: 12px;
    bottom: -16px;
    height: 32px;
    width: 176px;
    padding: 7px;
  }

  #contacts-map {
    height: 360px;
  }

  .contact-form-success {
    top: 100px;
    left: 0;
    width: auto;
    margin: 0 20px;
    transform: translateX(0);
    padding: 30px;
  }

  .contact-form-success__icon {
    padding-bottom: 30px;
    margin-bottom: 20px;
  }

  .contact-alert-icon {
    width: 124px;
    height: 95px;
  }

  .contact-form-success__title {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .contact-form-success__text {
    font-size: 14px;
    line-height: 18px;
  }

  .contact-experts {
    padding: 50px 0 20px;
  }

  .contact-experts-list {
    margin: 0;
  }

  .contact-experts-item {
    width: 100%;
    margin: 0 0 15px;
    padding: 20px 20px 25px;
  }

  .contact-experts-item__img {
    width: 74px;
    height: 74px;
    margin: 0 auto 15px;
  }

  /*.contact-experts-hover {
    display: none;
  }*/
  .page-numbers {
    width: 30px;
    height: 30px;
    margin: 0 4px;
  }

  .error-404 {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .error-404__title {
    font-size: 120px;
  }

  .error-404__text {
    font-size: 16px;
  }

  .error-404-list__title {
    font-size: 14px;
  }

  .error-404-nav li a {
    font-size: 14px;
  }

  .search-area-wrap {
    width: 100%;
    padding: 0 20px;
  }

  .search-area-form__field {
    padding: 7px 2px 7px 15px;
  }

  .search-area-form__submit {
    padding: 8px;
    transform: translateX(15px);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 37px;
    height: 37px;
  }

  .search-area-form__submit span {
    display: none;
  }

  .search-area__icon {
    display: block;
  }

  .search-area__icon.mobile-menu-search__icon {
    fill: #fff;
  }

  .search-heading {
    min-height: 220px;
    padding: 80px 0 0;
  }

  .search-heading-wrap {
    padding-bottom: 30px;
  }

  .search-heading__title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 30px;
  }

  .search-page-form {
    max-width: 100%;
  }

  .search-page-form-wrap {
    height: 34px;
  }

  .search-page-form__field {
    font-size: 12px;
    padding: 10px 10px 10px 15px;
  }

  .search-page-form__submit {
    padding: 8px;
  }

  .search-page-form__icon {
    width: 19px;
    height: 20px;
  }

  .search-section-heading {
    margin-bottom: 30px;
  }

  .footer {
    display: flex;
    flex-wrap: wrap;
    padding-top: 40px;
  }

  .footer-nav {
    display: block;
    border-bottom: none;
  }

  .footer-nav li a {
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
    height: auto;
  }

  .wrapper_footer {
    width: 50%;
    margin: 0;
    padding: 0 10px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
  }

  .footer-content {
    flex-direction: column;
    margin: 0;
  }

  .footer-item {
    padding: 10px;
  }

  .footer-item:not(:first-child) {
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  .footer-item__title {
    margin-bottom: 10px;
  }

  .footer-copy-and-dev {
    width: 100%;
    margin-top: 40px;
  }
}

@media (max-width: 599px) {
  .button-to-all {
    margin-left: 10px;
  }

  .button-select {
    max-width: unset;
    width: 100%;
  }

  .button-select-dropdown {
    margin: 0;
  }

  .button-select-dropdown li {
    padding: 12px 10px;
  }

  .wrapper_main-banner {
    margin: 0;
  }

  .banner_main .banner-button {
    left: 20px;
    margin-left: 0;
    transform: translateX(0);
  }

  .header-logo {
    padding: 5px 15px;
  }

  .header-wrap {
    margin: 0 10px;
  }

  .menu-toggle {
    margin-left: 25px;
  }

  .mobile-menu {
    padding: 25px 20px;
  }

  .mobile-menu-search {
    margin-bottom: 25px;
  }

  .mobile-menu-search__field {
    font-size: 12px;
    padding: 10px 10px 10px 12px;
  }

  .mobile-menu-search__submit {
    padding: 5px 10px;
  }

  .mobile-menu-search__icon {
    width: 19px;
    height: 20px;
  }

  .mobile-nav li a {
    font-size: 16px;
    padding: 8px 0;
  }

  .mobile-menu-nav__list:last-child {
    padding-left: 15px;
  }

  .mobile-nav-projects li a {
    font-size: 14px;
    padding: 8px 0;
  }

  .mobile-nav__title {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .mobile-menu-contacts {
    padding-top: 15px;
    display: block;
  }

  .mobile-contacts-column_phone {
    margin-bottom: 15px;
  }

  .mobile-contacts-column_email {
    margin-bottom: 15px;
    padding-left: 0;
    border-left: none;
  }

  .mobile-contacts-column_address {
    padding-top: 15px;
  }

  .mobile-contacts-column__title {
    font-size: 12px;
  }

  .mobile-contacts-column__content,
  .mobile-contacts-column__content a {
    font-size: 12px;
    line-height: 18px;
  }

  .projects-item {
    width: 100%;
  }

  .latest-news {
    margin: 45px 0 30px;
  }

  .announcement-filter-button_main-response {
    display: flex;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    margin-bottom: 15px;
    transform: translateX(0);
  }

  .announcement-heading {
    margin-bottom: 25px;
  }

  .announcement-heading_main-response .announcement__title:after {
    display: none;
  }

  .announcement-list,
  .announcement_main .announcement-list {
    display: block;
    margin: 0 -10px;
  }

  .announcement_main .announcement-item,
  .announcement-item {
    width: auto;
    margin: 0 10px 20px;
  }

  .announcement-item__date {
    font-size: 35px;
  }

  .latest-news-heading {
    margin-bottom: 25px;
  }

  .latest-news-heading__title:after {
    display: none;
  }

  .latest-news_main .latest-news-list .news-item:nth-child(3) {
    display: block;
  }

  .news-item {
    width: 100%;
    margin: 0 10px 20px;
  }

  .news-item__title {
    font-size: 14px;
  }

  .events {
    padding: 50px 0;
  }

  .events-list {
    width: auto;
    display: block;
    margin: 0;
  }

  .events-item {
    width: auto;
    margin: 0;
    margin-bottom: 20px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
  }

  .events-item__img {
    padding-bottom: 56%;
  }

  .events-button-wrap:after,
  .events-button-wrap:before {
    display: none;
  }

  .subscription {
    padding-bottom: 30px;
  }

  .search-section-heading {
    margin-bottom: 25px;
  }

  .footer .wrapper_footer {
    padding: 0 20px;
  }
}

/* Archive projects Alexey 14/08/2020 */
.projects-page .events-info__title.title-h2 {
  width: 100%;
}

/* end ___________________ 14/08/2020 */

/* Archive projects Alexey 20/07/2021 */
.materials-icon__thumbnail {
  background: no-repeat 50% 50%;
  background-size: cover;
  height: 150px;
  width: 100%;
}

.materials-item__icon {
  height: 150px;
}

/* end __________________ 20/07/2021 */
/* Add second midle button on main page 15/11/2021 */
.buttons-main {
  position: absolute;
  bottom: -30px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
}

.button-main {
  height: 60px;
  width: 290px;
  display: flex;
  align-items: center;
  padding: 7px;
  justify-content: center;
  border-radius: 65px;
  box-shadow: 0px 10px 16px rgba(254, 80, 0, 0.2);
  z-index: 99;
  cursor: pointer;
  margin: auto !important;
}
.button-main-with-circle {
  justify-content: space-between;
  padding: 7px 7px 7px 30px;
}

.button-main-circle {
  width: 17%;
  height: 100%;
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  margin-left: auto;
  border: 1px solid rgb(255 255 255 / 89%);
}
.button-main-arrow {
  border: solid transparent;
  border-width: 4px 0 4px 4px;
  border-left-color: #ffffff;
  margin-left: 3px;
}

.main-first-button {
  background-color: #fe5000;
  margin-right: 0 !important;
}

.main-first-button:hover {
  background-color: #d9017a;
  box-shadow: 0px 10px 16px rgba(159, 11, 125, 0.2);
}

.main-second-button {
  background-color: #d9017a;
  justify-content: flex-end;
}
.main-second-button:hover {
  background-color: #fe5000;
  box-shadow: 0px 10px 16px rgba(159, 11, 125, 0.2);
}
/* .main-button__text {
  margin-left: inherit;
} */
@media screen and (max-width: 1023px) {
  .button-main-circle {
    width: 15%;
  }
  .button-main {
    height: 50px;
    width: 250px;
  }
  .buttons-main {
    bottom: -25px;
  }
}
@media screen and (max-width: 767px) {
  .buttons-main {
    bottom: -23px;
  }
  .button-main {
    height: 45px;
    width: 210px;
  }
  .button-main-arrow {
    margin-left: 2px;
  }
}
@media screen and (max-width: 599px) {
  .buttons-main {
    bottom: -23px;
  }
  .button-main {
    height: 45px;
    width: 210px;
  }
  .button-main-circle {
    width: 16%;
  }
  .button-main-arrow {
    margin-left: 2px;
  }
}
@media screen and (max-width: 500px) {
  .buttons-main {
    bottom: -23px;
  }
  .button-main {
    height: 45px;
    width: 200px;
  }
  .button-main-circle {
    width: 16%;
  }
  .button-main-arrow {
    margin-left: 2px;
  }
}

@media screen and (max-width: 400px) {
  .buttons-main {
    bottom: -18px;
  }
  .button-main {
    height: 35px;
    width: 155px;
  }
  .button-main-circle {
    width: 16%;
  }
  .button-main-arrow {
    margin-left: 2px;
  }
}
/* end __________________15/11/2021 */
/*  14/12/2021 */
.single-bureau-of-experts .header,
.single-bureau-of-experts .menu li a {
  color: #5b524f;
}

.single-bureau-of-experts .header-lang__arrow {
  border-top-color: #5b524f;
}

.single-bureau-of-experts .header-lang__button {
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.single-bureau-of-experts .header-search__icon {
  fill: #5b524f;
}
.single-bureau-of-experts .header-wrap {
  border-bottom: 1px solid rgba(91, 82, 79, 0.25);
}
.single-bureau-of-experts .header-wrap__row:last-child {
  border-top: 1px solid rgba(91, 82, 79, 0.25);
}

.wrapper_bureau {
  column-gap: 30px;
}

.expert_header {
  max-width: 300px;
}

.expert_header-wrap {
  max-width: 498px;
}

.expert_header-img {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  overflow: hidden;
}

.expert_header-img img {
  width: 100%;
  height: auto;
}

.expert_header-social--icon {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  fill: #fc511e;
  transition: all 0.3s ease;
}

.expert_header-social--icon:hover,
.expert_header-social--icon:active {
  fill: #d7137a;
}

.title_bureau-of-experts {
  font-family: "SourceSansPro-Bold";
  font-style: normal;
  font-weight: bold;
  font-size: 45px;
  line-height: 57px;
  text-transform: uppercase;
  color: #5b524f;
  margin-bottom: 5px;
  text-align: left;
  padding: 0;
}

.position_bureau-of-experts {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 140%;
  color: #000000;
  margin-bottom: 25px;
}

.expert_header-title {
  border-bottom: 1px solid #e7e7e7;
}

.expert_header-social {
  padding-top: 25px;
  display: flex;
  align-items: center;
}

.banner_bureau {
  padding-top: 158px;
  padding-bottom: 100px;
  max-width: 1360px;
  margin: auto;
}

.single-heading__term {
  width: 100%;
  display: flex;
  align-items: center;
  column-gap: 30px;
  row-gap: 10px;
  padding-top: 15px;
}

.single-heading__term-region {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e7e7e7;
}

a.single-heading__expertise_type {
  font-size: 20px;
  line-height: 25px;
  color: #d7137a;
}

a.single-heading__expertise_type:hover {
  color: #fc511e;
  text-decoration: none;
}

a.single-heading__region_type {
  font-size: 20px;
  line-height: 25px;
  color: #fc511e;
}

a.single-heading__region_type:hover {
  color: #5a5857;
  text-decoration: none;
}

.content-section_bureau {
  background: #ffffff;
  padding: 25px 0 100px;
}

.bureau-wrap {
  margin-bottom: 50px;
}

.content-section_bureau .article-content {
  max-width: 889px;
}

.content-section_bureau .article-content p {
  font-style: normal;
  font-weight: 300;
  font-size: 21px;
  line-height: 26px;
  color: #000000;
}

.resume_title {
  font-family: "SourceSansPro-Bold";
  font-size: 25px;
  line-height: 31px;
  color: #5b524f;
  margin-right: 20px;
}

.resume_icon {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}

.resume_file {
}

.resume_wrap {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  column-gap: 60px;
  row-gap: 10px;
  margin-top: 70px;
}

.site_title {
  font-family: "SourceSansPro-Bold";
  font-size: 25px;
  line-height: 31px;
  color: #5b524f;
  margin-right: 20px;
}

a.resume_link-text {
  font-size: 18px;
  line-height: 23px;
  color: #000000;
  text-decoration: none;
}

a.resume_link-text:hover {
  text-decoration: none;
  color: #fc511e;
}

a.site_link-text {
  font-size: 18px;
  line-height: 23px;
  color: #fc511e;
  text-decoration: none;
}

a.site_link-text:hover {
  text-decoration: none;
}

.single-bureau-of-experts .menu-toggle .menu-toggle__line {
  background: #5b524f;
}

.content-sharing {
  padding-bottom: 100px;
}

.dropdown-lang__item {
  text-transform: uppercase;
}

@media (max-width: 1365px) {
  .banner_bureau {
    padding-top: 193px;
    padding-bottom: 143px;
  }

  .expert_header-img {
    width: 213px;
    height: 213px;
  }

  .title_bureau-of-experts {
    font-size: 40px;
    line-height: 50px;
  }

  .position_bureau-of-experts {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .expert_header-wrap {
    max-width: 478px;
  }

  .expert_header-social {
    padding-top: 15px;
  }

  .content-section_bureau {
    padding: 20px 0 82px;
  }

  a.single-heading__expertise_type,
  a.single-heading__region_type {
    font-size: 18px;
    line-height: 23px;
  }

  .single-heading__term-region {
    column-gap: 20px;
  }

  .bureau-wrap {
    margin-bottom: 40px;
  }

  .content-section_bureau .article-content {
    max-width: 842px;
  }

  .resume_wrap {
    margin-top: 67px;
    column-gap: 89px;
  }

  .resume_title {
    font-size: 23px;
    line-height: 31px;
    margin-right: 15px;
  }

  a.resume_link-text,
  a.site_link-text {
    font-size: 16px;
    line-height: 20px;
  }

  .site_title {
    margin-right: 15px;
    font-size: 23px;
    line-height: 29px;
  }

  .content-sharing {
    padding-bottom: 90px;
  }

  .content-section_bureau .article-content p {
    font-size: 18px;
    line-height: 23px;
  }
}

@media (max-width: 1023px) {
  .banner_bureau {
    padding-top: 130px;
    padding-bottom: 112px;
  }

  .expert_header-social--icon {
    width: 28px;
    height: 28px;
    margin-right: 5px;
  }

  .wrapper_bureau {
    column-gap: 21px;
  }

  .expert_header-img {
    width: 182px;
    height: 182px;
  }

  .title_bureau-of-experts {
    font-size: 35px;
    line-height: 44px;
  }

  .position_bureau-of-experts {
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 15px;
  }

  .expert_header-wrap {
    max-width: 464px;
  }

  .expert_header-social {
    padding-top: 10px;
  }

  .content-section_bureau {
    padding: 15px 0 70px;
  }

  a.single-heading__expertise_type,
  a.single-heading__region_type {
    font-size: 16px;
    line-height: 20px;
  }

  .single-heading__term-region {
    column-gap: 15px;
  }

  .bureau-wrap {
    margin-bottom: 30px;
  }

  .content-section_bureau .article-content {
    max-width: 767px;
  }

  .content-section_bureau .article-content p {
    font-size: 16px;
    line-height: 150%;
  }

  .resume_wrap {
    margin-top: 50px;
    column-gap: 87px;
  }

  .resume_title,
  .site_title {
    font-size: 20px;
    line-height: 25px;
    margin-right: 10px;
  }

  a.resume_link-text,
  a.site_link-text {
    font-size: 14px;
    line-height: 18px;
  }

  .content-sharing {
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .banner_bureau {
    padding-top: 111px;
    padding-bottom: 98px;
  }

  /*.expert_header-social--icon {*/
  /*    width: 22px;*/
  /*    height: 22px;*/
  /*    margin-right: 5px;*/
  /*}*/
  .expert_header-img {
    width: 138px;
    height: 138px;
  }

  .wrapper_bureau {
    column-gap: 10px;
  }

  .title_bureau-of-experts {
    font-size: 30px;
    line-height: 38px;
  }

  .position_bureau-of-experts {
    font-size: 12px;
    line-height: 140%;
    margin-bottom: 10px;
  }

  .expert_header-wrap {
    max-width: 388px;
  }

  .expert_header-social {
    padding-top: 5px;
  }

  .content-section_bureau {
    padding: 15px 0 60px;
  }

  a.single-heading__expertise_type,
  a.single-heading__region_type {
    font-size: 14px;
    line-height: 18px;
  }

  .single-heading__term-region {
    column-gap: 15px;
  }

  .bureau-wrap {
    margin-bottom: 30px;
  }

  .content-section_bureau .article-content {
    max-width: 596px;
  }

  .content-section_bureau .article-content p {
    font-size: 14px;
    line-height: 150%;
  }

  .resume_wrap {
    margin-top: 40px;
    column-gap: 31px;
  }

  .resume_title,
  .site_title {
    font-size: 18px;
    line-height: 23px;
    margin-right: 10px;
  }

  /*a.resume_link-text,*/
  /*a.site_link-text {*/
  /*    font-size: 12px;*/
  /*    line-height: 15px;*/
  /*}*/
  .content-sharing {
    padding-bottom: 70px;
  }

  .single-heading__term {
    padding-top: 10px;
  }

  .single-heading__term-region {
    padding-bottom: 10px;
    row-gap: 5px;
  }
}

@media (max-width: 575px) {
  .banner_bureau {
    padding-top: 80px;
    padding-bottom: 82px;
  }

  .expert_header-img {
    width: 90px;
    height: 90px;
  }

  .title_bureau-of-experts {
    font-size: 20px;
    line-height: 25px;
  }

  .position_bureau-of-experts {
    font-size: 12px;
    line-height: 140%;
    margin-bottom: 10px;
  }

  .expert_header-wrap {
    max-width: 220px;
  }

  .expert_header-social {
    padding-top: 5px;
  }

  .content-section_bureau {
    padding: 15px 0 58px;
  }

  a.single-heading__expertise_type,
  a.single-heading__region_type {
    font-size: 14px;
    line-height: 18px;
  }

  .single-heading__term-region {
    column-gap: 15px;
  }

  .bureau-wrap {
    margin-bottom: 30px;
  }

  .content-section_bureau .article-content {
    max-width: 596px;
  }

  .content-section_bureau .article-content p {
    font-size: 14px;
    line-height: 150%;
  }

  .resume_wrap {
    margin-top: 40px;
    column-gap: 31px;
  }

  .resume_title,
  .site_title {
    font-size: 18px;
    line-height: 23px;
    margin-right: 10px;
  }

  /*a.resume_link-text,*/
  /*a.site_link-text {*/
  /*    font-size: 12px;*/
  /*    line-height: 15px;*/
  /*}*/
  .content-sharing {
    padding-bottom: 60px;
  }
}

.archive-banner_bureau {
  background-image: url(img/bureau.jpg);
}

.bureau-intro-text {
  max-width: 889px;
  padding: 0 30px;
  width: 100%;
  margin: 0 auto 70px;
  font-weight: 300;
  font-size: 21px;
  line-height: 26px;
  color: #000000;
  font-family: "SourceSansPro-Light";
}

.bureau-page {
  padding: 80px 0 70px;
  background-color: #f8f8f8;
}

.bureau-filters {
  position: relative;
  width: 100%;
}

.filter-select__btn {
  font-size: 16px;
  line-height: 20px;
  padding: 12px 22px;
  color: #d7137a;
  border: 1px solid #e7e7e7;
  border-radius: 28px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.filter-select__header {
  display: flex;
  column-gap: 15px;
  align-items: baseline;
  margin-bottom: 20px;
}

.filter-select__btn:hover,
.filter-select__btn:active {
  /* background: #ffffff; */
  border: 1px solid #d7137a;
}

.filter-select__btn.active {
  background: #ffffff;
}

.filter-select__btn.active .filter-select__link-icon {
  transform: rotate(180deg);
}

.filter-select__link-icon {
  width: 9px;
  height: 5px;
  margin-left: 10px;
}

.filter-select__list-reset.active {
  font-size: 16px;
  line-height: 20px;
  color: #fc511e;
  cursor: pointer;
  transition: all 0.3s ease;
}

.filter-select__list-reset.active:hover {
  color: #5b524f;
}

.filter-select__list-reset {
  color: rgba(91, 82, 79, 0.4);
  cursor: default;
}

.filter-search__form {
  margin-left: auto;
  position: relative;
}

.filter-search__input {
  width: 269px;
  border: none;
  border-bottom: 1px solid #e7e7e7;
  outline: none;
  padding: 10px 26px 0;
  height: 36px;
  background: none;
  font-size: 16px;
  line-height: 20px;
  font-family: "SourceSansPro-Light";
}

.filter-search__input::placeholder {
  font-size: 16px;
  line-height: 20px;
  font-family: "SourceSansPro-Light";
  color: #e7e7e7;
}

.filter-search__icon {
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 16px;
  height: 17px;
}

.filter-search__link {
  position: absolute;
  right: 0;
  bottom: 5px;
  border: 1px solid rgba(215, 19, 122, 0.1);
  border-radius: 50%;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.filter-search__link svg {
  width: 9px;
  height: 4px;
  transform: rotate(-90deg);
  margin-left: 3px;
}

.filter-select__wrap {
  position: relative;
}

.expertise-select__list,
.region-select__list {
  padding-top: 10px;
  position: absolute;
  z-index: 1000;
  display: none;
}

.expertise-select__list.active,
.region-select__list.active {
  display: block;
}

.expertise-select__block,
.region-select__block {
  width: 356px;
  padding: 25px 22px;
  background: #ffffff;
  border: 1px solid #e7e7e7;
  box-sizing: border-box;
  border-radius: 6px;
  z-index: 1;
}

.expertise-select__block ul,
.region-select__block ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.bureau-filter-button a {
  font-family: "SourceSansPro-Light";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  color: #000000;
  display: flex;
  align-items: center;
  padding-left: 27px;
  position: relative;
  cursor: pointer;
}

.bureau-filter-button.checked a:before {
  display: block;
  position: absolute;
  left: 0;
  width: 17px;
  height: 17px;
  border: 1px solid #d7137a;
  background: #d7137a;
  content: "";
  border-radius: 4px;
}

.bureau-filter-button.checked a:after {
  content: "";
  display: block;
  position: absolute;
  left: 3px;
  top: 8px;
  width: 10px;
  height: 7px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='8' viewBox='0 0 11 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 3.5L4.5 7L10.5 1' stroke='white'/%3E%3C/svg%3E");
}

.bureau-filter-button a:before {
  display: block;
  position: absolute;
  left: 0;
  width: 17px;
  height: 17px;
  border: 1px solid #e7e7e7;
  content: "";
  border-radius: 4px;
  transition: all 0.3s ease;
}

.bureau-filter-button a:hover:before {
  display: block;
  position: absolute;
  left: 0;
  width: 17px;
  height: 17px;
  border: 1px solid #d7137a;
  content: "";
  border-radius: 4px;
}

.bureau-section__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
  margin-bottom: 20px;
}

.expert-item {
  width: calc(50% - 40px);
  padding: 20px 15px;
  background-color: #ffffff;
  margin: 0 20px 17px;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease;
}

.expert-item:hover {
  box-shadow: 0px 9px 12px rgba(0, 0, 0, 0.05);
}

.expert-item_header-img img {
  transition: all 0.3s ease;
}

.expert-item:hover .expert-item_header-img img {
  transform: scale(1.1);
}

.expert-item_header-img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  transition: all 0.3s ease;
}

.expert-item_header-img img {
  width: 100%;
  height: auto;
}

.expert-item__wrap {
  display: flex;
  flex-wrap: wrap;
  column-gap: 15px;
}

.expert-item__name {
  margin-top: 25px;
  font-family: "SourceSansPro-Bold";
  font-size: 20px;
  line-height: 25px;
  color: #5b524f;
  padding: 10px 0;
  width: 100%;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}

.article-item__region {
  width: 100%;
  padding-top: 10px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 10px;
}

a.article-item__region_type {
  font-size: 14px;
  line-height: 18px;
  color: #fc511e;
  z-index: 100;
  transition: all 0.3s ease;
}

a.article-item__region_type:hover {
  color: #5a5857;
}

.expert-item__link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
}

.expert-item_header-desc-wrap {
  width: calc(100% - 165px);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.article-heading__expertise {
  width: 100%;
  padding-top: 11px;
}

.article-heading__expertise-title {
  width: 100%;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 5px;
  font-family: "SourceSansPro-Bold";
  font-size: 14px;
  line-height: 140%;
  color: #5b524f;
}

.article-heading__expertise-wrap {
  padding-top: 3px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 6px;
}

.article-heading__expertise_type {
  font-size: 12px;
  line-height: 140%;
  color: #5b524f;
  z-index: 100;
  transition: all 0.3s ease;
}

.article-heading__expertise_type:hover {
  color: #fc511e;
}

.article-heading__expertise_type-main {
  color: #d7137a;
  z-index: 100;
  transition: all 0.3s ease;
}

.article-heading__expertise_type-main:hover {
  color: #fc511e;
}

.archive-banner_bureau .banner-title:before,
.archive-banner_bureau .banner-title:after {
  width: 555px;
}

.bureau-section__list-no-content {
  font-family: "SourceSansPro-Bold";
  font-style: normal;
  font-size: 40px;
  line-height: 50px;
  margin-top: 160px;
  margin-bottom: 110px;
  width: 100%;
  text-align: center;
}

.footer-item {
  width: 25%;
}

.back-to-archive {
  position: absolute;
  top: 123px;
  display: flex;
  align-items: center;
  column-gap: 10px;
  left: 26px;
}

.back-to-archive__link {
  font-family: "SourceSansPro-Light";
  color: #5b524f;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.back-to-archive__link:hover {
  color: #fc511e;
}

.back-to-archive__link:hover .back-to-archive__button {
  border: 1px solid #fc511e;
}

.back-to-archive__link:hover .back-to-archive__arrow {
  border-top-color: #fc511e;
}

.back-to-archive__button {
  border: 1px solid rgba(91, 82, 79, 0.1);
  width: 26px;
  height: 26px;
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s linear;
}

.back-to-archive__arrow {
  border: solid transparent;
  border-width: 4px 4px 0;
  border-top-color: #5b524f;
  transition: all 0.3s linear;
  transform: rotate(90deg);
}

@media (max-width: 1365px) {
  .bureau-intro-text {
    font-size: 18px;
    line-height: 150%;
  }

  .bureau-page {
    padding: 70px 0 60px;
  }

  .bureau-intro-text {
    margin: 0 auto 60px;
    max-width: 841px;
  }

  .archive-banner_bureau .banner-title_upper {
    font-size: 45px;
    padding: 30px 30px;
  }

  .menu li a {
    font-size: 11px;
    line-height: 14px;
  }

  .bureau-section__list,
  .bureau-filters {
    padding: 0 20px;
  }

  .expert-item {
    width: calc(50% - 30px);
    margin: 0 15px 17px;
  }

  .bureau-section__list {
    margin-bottom: 22px;
  }

  .archive-banner_bureau .banner-title:before,
  .archive-banner_bureau .banner-title:after {
    width: 378px;
  }

  .bureau-section__list-no-content {
    font-size: 35px;
    line-height: 44px;
    margin-bottom: 130px;
    margin-top: 120px;
  }

  .back-to-archive {
    top: 106px;
    left: 40px;
  }
}

@media (max-width: 1023px) {
  .bureau-intro-text {
    font-size: 16px;
    line-height: 20px;
  }

  .bureau-page {
    padding: 50px 0 60px;
  }

  .bureau-intro-text {
    margin: 0 auto 50px;
    padding: 0px 10px;
  }

  .filter-select__btn {
    font-size: 14px;
    line-height: 18px;
  }

  .bureau-section__list {
    padding: 0;
  }

  .bureau-filters {
    padding: 0 10px;
  }

  .bureau-section__list {
    padding: 0 20px;
  }

  .expertise-select__block,
  .region-select__block {
    padding: 15px 20px;
  }

  .bureau-filter-button.checked a:after {
    top: 6px;
  }

  .expertise-select__block,
  .region-select__block {
    width: 315px;
  }

  .bureau-filter-button a {
    font-size: 14px;
  }

  .expert-item {
    width: calc(50% - 20px);
    margin: 0 10px 17px;
    padding: 15px;
  }

  .filter-select__header {
    column-gap: 10px;
  }

  .filter-select__list-reset {
    font-size: 14px;
    line-height: 18px;
  }

  .filter-select__list-reset.active {
    font-size: 14px;
    line-height: 18px;
  }

  .filter-select__header {
    margin-bottom: 15px;
  }

  .expert-item_header-img {
    width: 111px;
    height: 111px;
  }

  .expert-item__wrap {
    column-gap: 10px;
  }

  .expert-item_header-desc-wrap {
    width: calc(100% - 121px);
  }

  .expert-item__name {
    font-size: 16px;
    line-height: 20px;
    margin-top: 0px;
  }

  .article-item__region {
    padding-top: 5px;
  }

  a.article-item__region_type {
    font-size: 12px;
    line-height: 15px;
  }

  .article-heading__expertise {
    padding-top: 10px;
  }

  .article-heading__expertise-title {
    padding-bottom: 3px;
  }

  .filter-search__input::placeholder {
    font-size: 14px;
    line-height: 18px;
  }

  .bureau-section__list-no-content {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 85px;
    margin-top: 70px;
  }

  .back-to-archive {
    top: 61px;
    left: 30px;
  }

  .back-to-archive__link {
    font-size: 14px;
    line-height: 18px;
  }

  .back-to-archive__button {
    width: 20px;
    height: 20px;
  }

  .back-to-archive__arrow {
    border: solid transparent;
    border-width: 3px 3px 0;
    border-top-color: #5b524f;
    transition: all 0.3s linear;
    transform: rotate(90deg);
  }
}

@media (max-width: 767px) {
  .bureau-intro-text {
    font-size: 14px;
    line-height: 18px;
  }

  .bureau-page {
    padding: 30px 0 40px;
  }

  .bureau-intro-text {
    margin: 0 auto 30px;
  }

  .filter-select__btn {
    font-size: 12px;
    line-height: 15px;
    padding: 12px 15px;
  }

  .archive-banner_bureau {
    min-height: 279px;
    padding-bottom: 75px;
  }

  .archive-banner_bureau .banner-title_upper {
    font-size: 35px;
    padding: 20px 20px;
  }

  .archive-banner_bureau .banner-title:before,
  .archive-banner_bureau .banner-title:after {
    width: 294px;
  }

  .bureau-intro-text {
    padding: 0;
  }

  .filter-select__header {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 20px;
    margin-bottom: 40px;
  }

  .filter-search__form {
    margin: auto;
  }

  .expert-item {
    width: 100%;
    margin: 0 0 15px;
  }

  .bureau-section__list {
    margin-bottom: 10px;
  }

  .bureau-section__list-no-content {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 70px;
    margin-top: 30px;
  }

  .back-to-archive {
    top: 61px;
    left: 20px;
  }

  .back-to-archive__link {
    font-size: 14px;
    line-height: 18px;
  }

  .back-to-archive__button {
    width: 20px;
    height: 20px;
  }

  .back-to-archive__arrow {
    border-width: 3px 3px 0;
  }
}

@media (max-width: 575px) {
  .filter-select__wrap {
    position: initial;
  }

  .expertise-select__list,
  .region-select__list {
    left: -20px;
    width: calc(100% + 40px);
  }

  .expertise-select__block,
  .region-select__block {
    width: 100%;
  }

  .bureau-intro-text {
    font-size: 14px;
    line-height: 18px;
  }

  .bureau-intro-text {
    margin: 0 auto 20px;
  }

  .archive-banner_bureau .banner-title_upper {
    font-size: 25px;
    padding: 10px 20px;
  }

  .archive-banner_bureau .banner-title:before,
  .archive-banner_bureau .banner-title:after {
    width: 210px;
  }

  .archive-banner_bureau {
    min-height: 213px;
    padding-bottom: 80px;
  }

  .filter-select__list-reset {
    font-size: 12px;
    line-height: 15px;
  }

  .filter-select__list-reset.active {
    font-size: 12px;
    line-height: 15px;
  }

  .filter-select__header {
    row-gap: 10px;
    margin-bottom: 36px;
  }

  .article-item__region {
    row-gap: 5px;
  }

  .bureau-section__list-no-content {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 34px;
    margin-top: 60px;
  }

  .back-to-archive {
    top: 56px;
    left: 21px;
  }

  .back-to-archive__link {
    font-size: 12px;
    line-height: 15px;
  }

  .back-to-archive__button {
    width: 20px;
    height: 20px;
  }

  .back-to-archive__arrow {
    border-width: 3px 3px 0;
  }
}

.hide {
  display: none;
}

.loader-wrap {
  font-size: 10px;
  margin: 50px auto;
  text-indent: -9999em;
  width: 11em;
  height: 11em;
  border-radius: 50%;
  background: #ffffff;
  background: -moz-linear-gradient(
    left,
    #e91e63 10%,
    rgba(255, 255, 255, 0) 42%
  );
  background: -webkit-linear-gradient(
    left,
    #e91e63 10%,
    rgba(255, 255, 255, 0) 42%
  );
  background: -o-linear-gradient(left, #e91e63 10%, rgba(255, 255, 255, 0) 42%);
  background: -ms-linear-gradient(
    left,
    #e91e63 10%,
    rgba(255, 255, 255, 0) 42%
  );
  background: linear-gradient(
    to right,
    #e91e63 10%,
    rgba(255, 255, 255, 0) 42%
  );
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.loader-wrap:before {
  width: 50%;
  height: 50%;
  background: #e91e63;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}

.loader-wrap:after {
  background: #f8f8f8;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.footer-copy-and-dev .footer-dev {
  display: flex;
}

.footer-item {
  width: 100%;
}

/*============= Секція "Допомога ВПО" */
/*============= Допомога дітям */
.directions-work-item__link:hover
  .directions-work-item__work-icon-vpo-2
  .work-icon-vpo-2_1 {
  fill: #ce8bc2;
}
.directions-work-item__link:hover
  .directions-work-item__work-icon-vpo-2
  .work-icon-vpo-2_2 {
  fill: #ce8bc2;
}
.directions-work-item__link:hover
  .directions-work-item__work-icon-vpo-2
  .work-icon-vpo-2_3 {
  fill: white;
}
.directions-work-item__link:hover
  .directions-work-item__work-icon-vpo-2
  .work-icon-vpo-2_4 {
  fill: white;
}
.directions-work-item__link
  .directions-work-item__work-icon-vpo-2
  .work-icon-vpo-2_5 {
  stroke-width: 0;
}
.directions-work-item__link:hover
  .directions-work-item__work-icon-vpo-2
  .work-icon-vpo-2_5 {
  fill: #ce8bc2;
  stroke-width: 0;
}
.directions-work-item__link
  .directions-work-item__work-icon-vpo-2
  .work-icon-vpo-2_6 {
  stroke-width: 0;
}
.directions-work-item__link:hover
  .directions-work-item__work-icon-vpo-2
  .work-icon-vpo-2_6 {
  fill: #ce8bc2;
  stroke-width: 0;
}

.directions-work-item__link:hover
  .directions-work-item__work-icon-vpo-2
  .work-icon-vpo-2_7 {
  fill: #d9017a;
}

/*============= Корисні ресурси */
.directions-work-item__link:hover
  .directions-work-item__work-icon-vpo-3
  .work-icon-vpo-3_1 {
  fill: #d9017a;
  stroke-width: 0;
}
.directions-work-item__link:hover
  .directions-work-item__work-icon-vpo-3
  .work-icon-vpo-3_2 {
  fill: white;
  stroke-width: 0;
}
.directions-work-item__link:hover
  .directions-work-item__work-icon-vpo-3
  .work-icon-vpo-3_3 {
  fill: #d9017a;
  stroke-width: 0;
}
.directions-work-item__link:hover
  .directions-work-item__work-icon-vpo-3
  .work-icon-vpo-3_4 {
  fill: #d9017a;
  stroke-width: 0;
}

/*============= Фінансова підтримка */
.directions-work-item__link:hover
  .directions-work-item__work-icon-vpo-4
  .work-icon-vpo-4_1 {
  fill: #ce8bc2;
  stroke-width: 0;
}
.directions-work-item__link:hover
  .directions-work-item__work-icon-vpo-4
  .work-icon-vpo-4_2 {
  fill: white;
  stroke-width: 0;
}
.directions-work-item__link:hover
  .directions-work-item__work-icon-vpo-4
  .work-icon-vpo-4_3 {
  fill: #d9017a;
}

/*============= Медична допомога */
.directions-work-item__link
  .directions-work-item__work-icon-vpo-5
  .work-icon-vpo-5_1 {
  stroke-width: 0;
}
.directions-work-item__link:hover
  .directions-work-item__work-icon-vpo-5
  .work-icon-vpo-5_1 {
  fill: #ce8bc2;
  stroke-width: 0;
}
.directions-work-item__link:hover
  .directions-work-item__work-icon-vpo-5
  .work-icon-vpo-5_2 {
  fill: #d9017a;
  stroke-width: 0;
}
.directions-work-item__link:hover
  .directions-work-item__work-icon-vpo-5
  .work-icon-vpo-5_3 {
  fill: #d9017a;
  stroke-width: 0;
}

/*============== Екстрені номери */
.directions-work-item__link
  .directions-work-item__work-icon-vpo-6
  .work-icon-vpo-6_1 {
}
.directions-work-item__link:hover
  .directions-work-item__work-icon-vpo-6
  .work-icon-vpo-6_1 {
  fill: white;
  stroke: #ce8bc2;
}
.directions-work-item__link:hover
  .directions-work-item__work-icon-vpo-6
  .work-icon-vpo-6_2 {
  fill: #ce8bc2;
  stroke-width: 0;
}
.directions-work-item__link:hover
  .directions-work-item__work-icon-vpo-6
  .work-icon-vpo-6_3 {
  fill: #d9017a;
  stroke-width: 0;
}



/* link https://www.projectkesher.org.ua/team/ */
a.link-mail-to {
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    z-index: 999;
}

.input-with-tooltip input{
  outline: none!important;
}
.input-with-tooltip input:focus {
outline: none!important;
}

.cl-widget-f6977v6977>div {
  width: 100%!important;
}

input.cl-text-class-input-text {
  min-width: initial!important;
  width: 100%!important;
}


#myframe{
  width: 100%;
  height: auto;
}

ul#menu-holovne-2 {
  list-style: none;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

ul#menu-holovne-2 li{
  width: 100%;
}

.footer-menu-second{
  list-style: none;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.footer-menu-second li{
  width: 100%;
}

.footer-social__title, .footer-email__title{
  margin-top: 20px;
}

.footer__empty {
  padding: 25px 0;
  border-bottom: 1px solid #464342;
}

.event-1 {
  order: 1;
  width: calc(100% / 12 * 7);
}

.event-1 .events-item__img{
  padding-bottom: 58%;
}

.event-1 .events-item__title{
  text-align: center;
}
@media (max-width:599px) {
  .event-1 {
    width: 100%;
  }
}