/*!
Theme Name: Blagorodnyi
Theme URI: http://underscores.me/
Author: Pavlo Knyazevich
Author URI: https://github.com/Knyazevich
Description: Custom theme: Blagorodnyi, developed by Pavlo Knyazevich
Version: 1.0.7
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mst_blag
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Exo 2 Light'), local('Exo2-Light'),
       url('./assets/fonts/exo-2-v7-latin_cyrillic-300.woff2') format('woff2'),
       url('./assets/fonts/exo-2-v7-latin_cyrillic-300.woff') format('woff');
}

@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Exo 2 Regular'), local('Exo2-Regular'),
       url('./assets/fonts/exo-2-v7-latin_cyrillic-regular.woff2') format('woff2'),
       url('./assets/fonts/exo-2-v7-latin_cyrillic-regular.woff') format('woff');
}

@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Exo 2 Medium'), local('Exo2-Medium'),
       url('./assets/fonts/exo-2-v7-latin_cyrillic-500.woff2') format('woff2'),
       url('./assets/fonts/exo-2-v7-latin_cyrillic-500.woff') format('woff');
}

@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Exo 2 SemiBold'), local('Exo2-SemiBold'),
       url('./assets/fonts/exo-2-v7-latin_cyrillic-600.woff2') format('woff2'),
       url('./assets/fonts/exo-2-v7-latin_cyrillic-600.woff') format('woff');
}

@font-face {
  font-family: 'Lemon Tuesday';
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url('./assets/fonts/lemon_tuesday.woff2') format('woff2'),
       url('./assets/fonts/lemon_tuesday.woff') format('woff');
}

body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-family: 'Exo 2', sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #333;
  letter-spacing: 0.04em;
}

html {
  height: 100%;
}

*, *::before, *::after {
  box-sizing: inherit;
}

h1 {font-size: 52px; letter-spacing: normal; font-family: 'Lemon Tuesday', sans-serif;}

h2 {font-size: 42px; letter-spacing: normal; font-family: 'Lemon Tuesday', sans-serif;}

h3 {font-size: 32px; letter-spacing: normal;}

h4 {font-size: 18px; letter-spacing: normal;}

h5 {font-size: 16px; letter-spacing: normal;}

.text {font-size: 16px;}
.secondary-text {font-size: 14px;}
.microtext {font-size: 12px;}

@media screen and (max-width: 1024px) {
  body {
    font-size: 14px;
  }

  h1 {font-size: 42px;}

  h2 {font-size: 32px;}

  h3 {font-size: 26px;}

  h4 {font-size: 16px;}

  h5 {font-size: 14px;}
}

.header {
  top: 0;
  z-index: 1;
  min-height: 160px;
  height: 160px;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  background-color: #fff;
  transition: ease-in-out .3s;
}

.admin-bar .header {
  top: 32px;
}

.header__nav {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.logo {
  display: block;
  width: 107px;
  height: 114px;
  transition: ease-in-out .3s;
}

.logo__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.header__nav-list,
.header__contacts-list {
  list-style: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.header__contacts-list {
  flex-direction: column;
  transition: 300ms ease-out;
}

.header__scrolling .header__nav .header__contacts-list {
  height: 38px;
  overflow: hidden;
  transition: 300ms ease-in;
}

.header__scrolling .header__nav .header__contacts-list--collapsed {
  height: 98px;
  transition: 300ms ease-out;
}

.contact-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header .header__contacts-toggle-btn {
  display: none;
}

.header__scrolling .header__contacts-toggle-btn {
  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
  background-image: url('./assets/images/icons/arrow-down.svg');
  background-color: transparent;
  border: none;
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.header__scrolling .header__contacts-toggle-btn--arrow-up {
  background-image: url('./assets/images/icons/arrow-up.svg');
}

.header__contact-item {
  display: flex;
  flex-direction: column;
}

.header__contact-item:first-child {
  margin-bottom: 20px;
}

.header__contact-desc {
  text-transform: lowercase;
  margin-left: 37px;
}

.header__nav-list-item:not(:last-child) {
  margin-right: 32px;
}

.header__nav-link,
.header__contact-link {
  text-decoration: none;
  color: #333;
  letter-spacing: 0.04em;
  font-weight: 500;
  position: relative;
}

.header__nav-link:hover::before {
  content: '';
  background-image: url(assets/images/icons/cloud.png);
  width: 88px;
  height: 33px;
  display: block;
  position: absolute;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.header__contact-link::before {
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  /*top: 50%;*/
  top: 100%;
  left: -35px;
  transform: translateY(-50%);
  background: transparent url(assets/images/icons/phone-call@2x.svg) center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

.props {
  position: relative;
  overflow-x: hidden;
}

.props::before {
  content: '';
  background-image: url(assets/images/icons/cloud.png);
  width: 250px;
  height: 93px;
  display: block;
  position: absolute;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: contain;
  top: 86px;
  left: -95px;
}

.props::after {
  content: '';
  background-image: url(assets/images/icons/cloud.png);
  width: 250px;
  height: 93px;
  display: block;
  position: absolute;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: contain;
  top: 6px;
  right: -140px;
}

.props__wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 100%;
}

.props__img-box {
  width: 760px;
  /*height: 428px;*/
  height: auto;
  background-image: url(assets/images/church.png);
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.props__primary-title {
  color: #fff;
  text-shadow: 2px 6px 4px rgba(0, 0, 0, 0.3);
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  width: 100%;
  display: none;
}

.props__props-info {
  width: 380px;
  height: 428px;
  /*height: auto;*/
  border: 1px dotted #B8B8B8;
  /*border-left: none;*/
  padding: 0 35px;
  overflow-y: scroll;
}

.props__props-info::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}

.props__props-info::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

.props__props-info::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: #333;
}

.props__secondary-title {
  margin: 0;
}

.text-bold {
  font-weight: 600;
}

.text--semititle {
  margin-top: 30px;
  font-size: 18px;
  margin-bottom: 5px;
}

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

.text--qr img {
  width: 115px;
}


.objectives {
  padding-top: 90px;
  position: relative;
  overflow-x: hidden;
}

.objectives::before {
  content: '';
  background-image: url(assets/images/icons/cloud.png);
  width: 190px;
  height: 72px;
  display: block;
  position: absolute;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: contain;
  top: 65%;
  left: -105px;
}

.objectives::after {
  content: '';
  background-image: url(assets/images/icons/cloud.png);
  width: 250px;
  height: 93px;
  display: block;
  position: absolute;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: contain;
  top: 0px;
  right: -45px;
}

.objectives__bg-cloud-1 {
  content: '';
  background-image: url(assets/images/icons/cloud.png);
  width: 185px;
  height: 70px;
  display: block;
  position: absolute;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: contain;
  top: 55%;
  right: 220px;
  transform: scaleX(-1);
}

.objectives__bg-cloud-2 {
  content: '';
  background-image: url(assets/images/icons/cloud.png);
  width: 141px;
  height: 53px;
  display: block;
  position: absolute;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  right: -65px;
}

.objectives__bg-cloud-box::after {}

.objectives__title {
  margin: 0;
  position: relative;
  width: 100%;
}

.objectives__title::before {
  content: '';
  background-image: url(assets/images/icons/cloud.png);
  width: 250px;
  height: 93px;
  display: block;
  position: absolute;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: contain;
  top: -24px;
  left: -75px;
  transform: scaleX(-1);
}

.objectives__wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.objectives__text-box {
  margin-top: 50px;
  /*width: 670px;*/
}

.objectives__tasks:not(:first-child) {
  margin-top: 40px;
}

.objectives__tasks-title {
  margin: 0;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.04em;
}

.objectives__tasks-list {
  padding-left: 18px;
  line-height: 24px;
}

.objectives__img-box {
  width: auto;
  height: 520px;
  margin-left: 62px;
  display: none;
}

.objectives__img {
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
}

.activities {
  min-height: 825px;
  background-image: url(assets/images/activ-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  position: relative;
}

.activities .slick-list {
  padding: 0 !important;
}

.activities__title {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}

.activities__subtitle {
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 50px;
}

.activities__wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.activities__service {
  width: 32%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  text-align: center;
  font-weight: 500;
  margin-bottom: 90px;
  justify-content: space-between;
}

.activities__desc {
  margin: 0 auto;
  margin-top: 60px;
  text-align: center;
  max-width: 780px;
}

.activities .reports__gallery-nav {
  display: none;
}

.activities__serv-img-box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.activities__serv-img {
  height: 112px;
}

.activities__service:first-child .activities__serv-img {
  height: 100px;
}

.result {
  padding-top: 70px;
  position: relative;
  padding-bottom: 30px;
}

.result::before {
  content: '';
  background-image: url(assets/images/icons/cloud.png);
  width: 369px;
  height: 139px;
  display: block;
  position: absolute;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  left: -110px;
  transform: scaleX(-1);
}

.result::after {
  content: '';
  background-image: url(assets/images/icons/cloud.png);
  width: 204px;
  height: 77px;
  display: block;
  position: absolute;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: contain;
  top: 40%;
  right: 85px;
}

.result__title {
  position: relative;
}

.result__title::before {
  content: '';
  background-image: url(assets/images/icons/cloud.png);
  width: 250px;
  height: 93px;
  display: block;
  position: absolute;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: contain;
  top: -24px;
  left: 198px;
}

.result__wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.result__desc-box {
  max-width: 612px;
}

.result__list {
  padding-left: 16px;
  line-height: 22px;
  font-weight: 300;
}

.result__wrapper .secondary-text {
  opacity: 0.8;
}

.result__img {
  position: relative;
  top: -50px;
}

.result__social-images {
  display: flex;
  justify-content: flex-end;
}

.result__social-link {
  height: 200px;
  display: block;
}

.result__social-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.result__social-link:first-child {
  margin-right: 30px;
}

.reports {
  position: relative;
  overflow-x: hidden;
}

.reports::after {
  content: '';
  background-image: url(assets/images/icons/cloud.png);
  width: 439px;
  height: 166px;
  display: block;
  position: absolute;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  right: -225px;
}

.reports__title {
  width: 100%;
  text-align: center;
  position: relative;
}

.reports__title::before {
  content: '';
  background-image: url(assets/images/icons/cloud.png);
  width: 250px;
  height: 93px;
  display: block;
  position: absolute;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: contain;
  top: -24px;
  left: auto;
  right: 300px;
}

.slick-slide {
  margin: 0 10px;
}

.reports__gallery {
  position: relative;
}

.reports__gallery-row {
  width: 100%;
  margin-bottom: 10px;
}

.reports__gallery-img-box {
  position: relative;
  cursor: pointer;
}

.reports__gallery-row--top .reports__gallery-img-box {
  height: 200px;
}

.reports__gallery-row--bottom .reports__gallery-img-box {
  height: 150px
}

.reports__gallery-desc {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #0082BF;
  opacity: 0;
  padding: 5px 10px;
  height: 52px;
  visibility: hidden;
  transition: ease-in-out .3s;
  transform-origin: bottom;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.reports__gallery-img-box:hover .reports__gallery-desc {
  visibility: visible;
  opacity: 0.9;
  transition: ease-in-out .3s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.reports__gallery-desc p {
  margin: 0;
  color: #fff;
  overflow-y: hidden;
}

.reports__gallery-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.reports__gallery-play-btn {
  margin: 0;
  padding: 0;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  background-image: url(assets/images/icons/play-video.svg);
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  border: none;
  cursor: pointer;
}

.reports__gallery-nav {
  position: absolute;
  width: calc(100% + 120px);
  display: flex;
  justify-content: space-between;
  top: 50%;
  transform: translateY(-50%);
  left: -60px;
}

.reports__gallery-nav-btn {
  border: none;
  padding: 0;
  background-color: transparent;
  width: 48px;
  height: 48px;
  cursor: pointer;
}

.reports__gallery-nav-btn--prev {
  background-image: url(assets/images/icons/prev.svg);
  position: relative;
  left: 10px;
}

.reports__gallery-nav-btn--next {
  background-image: url(assets/images/icons/next.svg);
  position: relative;
  right: 10px;
}

.reports__gallery-nav-btn--next:hover {
  background-image: url(assets/images/icons/next-hover.svg);
}

.reports__gallery-nav-btn--next:active {
  background-image: url(assets/images/icons/next-pressed.svg);
}

.reports__gallery-nav-btn--prev:hover {
  background-image: url(assets/images/icons/next-hover.svg);
  transform: rotate(180deg);
}

.reports__gallery-nav-btn--prev:active {
  background-image: url(assets/images/icons/next-pressed.svg);
  transform: rotate(180deg);
}

.help {
  border-bottom: 12px solid #198D37;
  position: relative;
  overflow-x: hidden;
  padding-top: 50px;
}

.help::before {
  content: '';
  background-image: url(assets/images/icons/cloud.png);
  width: 421px;
  height: 158px;
  display: block;
  position: absolute;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: contain;
  top: 131px;
  left: -145px;
  transform: scaleX(-1);
}
.help::after {
  content: '';
  background-image: url(assets/images/icons/cloud.png);
  width: 259px;
  height: 98px;
  display: block;
  position: absolute;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: contain;
  top: 181px;
  right: -193px;
  transform: scaleX(-1);
}

.help__cloud-bg {
  content: '';
  background-image: url(assets/images/icons/cloud.png);
  width: 119px;
  height: 44px;
  display: block;
  position: absolute;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 50%;
  right: 13%;
}


.help__title {
  position: relative;
}

.help__title::before {
  content: '';
  background-image: url(assets/images/icons/cloud.png);
  width: 250px;
  height: 93px;
  display: block;
  position: absolute;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: contain;
  top: -24px;
  left: auto;
  right: 122px;
}

.help__wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.help__desc-title {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 0;
}

.help__list {
  padding-left: 0;
  line-height: 22px;
  margin-top: 0;
  list-style-type: none;
}

.requisites-mobile {
  display: none;
}

.help__footer-bg {
  width: 100%;
  min-height: 439px;
  background-image: url(assets/images/park.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}

.help__qr {
  text-align: left;
}

.help__img {
  max-width: 552px;
}

.contacts {
  position: relative;
  /*min-height: 500px;*/
  height: 500px;
}

.contacts__contact-box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 457px;
  height: 350px;
  background: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contacts__container {
  background: #FFF;
  border: 2px dotted #B8B8B8;
  width: 387px;
  height: 280px;
}

.contacts__title {
  text-align: center;
  margin: 0;
  margin-top: 30px;
  margin-bottom: 20px;
}

.contacts__link {
  text-decoration: none;
  display: block;
  color: #333;
  text-align: center;
  letter-spacing: 0.04em;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
}

.contacts__link--address {
  margin-bottom: 24px;
}

.contacts__map {
  width: 100%;
  min-height: 500px;
  border-bottom: 1px dotted #b8b8b8;
}

.footer__copy {
  text-align: center;
  font-weight: 500;
  font-size: 14px;
}

/*hamburger button start code*/

.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }
  .hamburger.is-active:hover {
    opacity: 0.7; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #333; }

.hamburger-box {
  width: 18px;
  height: 14px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 18px;
    height: 2px;
    background-color: #333;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

    .hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear; }
  .hamburger--spring .hamburger-inner::before {
    top: 4px;
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring .hamburger-inner::after {
    top: 8px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important; }
  .hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(-45deg); }

/*hamburger button end code*/
.header__mobile-nav,
.activities__wrapper--mobile {
  display: none;
}

.text-to-copy {
  cursor: pointer;
  font-size: 12px;
  transition: ease-in-out .15s
}

.text-to-copy:hover {
  color: #F3A253;
  transition: ease-in-out .15s
}

.overlay {
  width: 100vw;
  height: 100vh;
  position: fixed;
  background: #C4C4C4;
  opacity: 0.9;
  z-index: 2;
  display: none;
  cursor: pointer;
}

.popup {
  z-index: 3;
  position: relative;
  width: 100%;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 946px;
  height: 90vh;
}

.popup__active {
  display: block;
}

.popup__container {
  position: absolute;
  width: 946px;
  /*min-height: 1165px;*/
  height: 90vh;
  background-color: #fff;
  left: 50%;
  transform: translateX(-50%);
}

.popup__img-box {
  width: 100%;
  /*height: 620px;*/
  height: 50%;
}

.popup__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.popup__desc-box {
  padding-left: 40px;
  padding-top: 40px;
  position: relative;
  padding-bottom: 30px;
  height: 50%;
  overflow-y: scroll;
}

.popup__title {
  margin-top: 0;
}

.popup__text-box {
  padding-right: 250px;
  line-height: 22px;
}

.popup__foot-row {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  height: 50px;
  padding: 0 15px;
  border-top: 2px dotted #B8B8B8;
  background-color: #fff;
  position: sticky;
  bottom: 0;
  display: none;
}

.popup__btn {
  padding: 0;
  margin: 0;
  width: 10px;
  height: 18px;
  background-image: url(assets/images/icons/popup-next.svg);
  background-position: center;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.popup__btn--prev {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.popup__close-btn {
  padding: 0;
  margin: 0;
  border: none;
  cursor: pointer;
  background-color: transparent;
  text-transform: lowercase;
  font-weight: 500;
  font-size: 16px;
}


.page-404-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  height: 100vh;
}

.page-404-img-box {
  width: 672px;
  height: 296px;
}

.page-404-img {
  width: 100%;
  height: 100%;
}

.to-home-link {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  padding: 11.5px 45.5px;
  background-color: #0082BF;
  transition: ease-in-out .3s;
}

.to-home-link:hover {
  background-color: #33B2DB;
  transition: ease-in-out .3s;
}

.clipboard-tooltip {
  border: 1px dashed #fff;
  background-color: #E9E9E9;
  position: absolute;
  display: none;
  max-width: 250px;
}

.clipboard-tooltip--active {
  background: #F3A253;
  border: 1px dashed #fff;
}

.scheme__image {
  width: 100%;
}

@media screen and (min-width: 1201px) {
  .header__scrolling {
    min-height: 66px;
    height: 66px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    transition: ease-in-out .3s;
    position: fixed;
  }

  .header__scrolling .logo {
    transform: scale(0.46);
    transition: ease-in-out .3s;
  }
}

@media screen and (min-width: 769px) {
  .header__nav-list-item.header__nav-list-item--active .header__nav-link::before {
    content: '';
    background-image: url(assets/images/icons/cloud.png);
    width: 88px;
    height: 33px;
    display: block;
    position: absolute;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 1200px) {
  .header__nav {
    position: relative;
  }

  .header__nav-list {
    position: absolute;
    right: 0;
    bottom: 0;
  }

  .header__contacts-list {
    position: absolute;
    right: 0;
    top: 0;
  }
}

@media screen and (max-width: 1200px) {
  .header__nav-list-item:not(:last-child) {
    margin-right: 18px;
  }

  .header__contacts-list {
    top: 20px;
  }

  .props__img-box {
    width: 420px;
    height: 333px;
  }

  .props__props-info {
    width: 296px;
    height: auto;
    padding: 20px 15px;
  }

  .text {
    font-size: 14px;
  }

  .text-to-copy {
    font-size: 12px;
  }

  .objectives__title {
    text-align: center;
    width: 100%;
  }

  .result__desc-box {
    max-width: 405px;
  }

  .result__social-images {
    justify-content: center;
  }

  .result__img-box {
    margin-left: 15px;
    width: 275px;
    height: 272px;
    display: none;
  }

  .result__img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
  }

  .help__img-box {
    width: 296px;
    height: 302px;
  }

  .help__img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .help__desc-box {
    max-width: 343px;
  }

  .reports__gallery-nav {
    display: none;
  }

  .reports .container {
    width: 100% !important;
    max-width: 100% !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .reports .container .col-md-12 {
    padding: 0 !important;
  }

  .popup {
    width: 70%;
  }

  .popup__container {
    width: 70%;
    height: 90vh;
    overflow: scroll;
  }

  .popup__img-box {
    height: 45%;
    position: sticky;
    top: 0;
    z-index: 1;
  }

  .popup__desc-box {
    padding: 30px 15px;
  }

  .popup__text-box {
    padding-right: 15px;
  }

 .slick-slider .slick-list {
    padding: 0 20%;
  }

  .slick-slide {
    margin: 0 4px;
  }
}

@media screen and (max-width: 1200px) {
  .header__nav {
    display: none;
  }

  .header__mobile-nav {
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
  }

  .header__mobile-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1.5em;
  }
  
  .header__mobile-row .props__primary-title {
    display: block;
  }

  .logo {
    width: 87px;
    height: 92px;
  }

  .header {
    display: block;
  }

  .header__mobile-nav .props__primary-title {
    font-size: 22px;
    line-height: 28px;
    color: #333333;
    text-shadow: none;
    position: static;
    top: auto;
    left: auto;
    width: auto;
    transform: none;
  }

  .header__mobile-nav-menu-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 0 1.5em;
    margin-top: 10px;
    border-top: 1px dotted #b8b8b8;
    border-bottom: 1px dotted #b8b8b8;
  }

  .header__nav-list {
    padding: 0;
    position: static;
  }
  
  .hamburger {
    z-index: 1;
  }

  .header__mob-open-menu {
    position: absolute;
    left: 0;
    right: 0;
    background-color: #fff;
    padding: 0 1.5em;
  }

  .header__mob-open-menu .header__nav-list {
    display: block;
  }

  .header__mob-open-menu .header__nav-list-item:not(:last-child) {
    margin-bottom: 24px;
  }

  .header__mob-open-menu .header__contacts-list {
    position: static;
    padding-left: 34px;
    margin-top: 45px;
    display: flex;
    flex-direction: column;
  }

  .header__mob-open-menu {
    transition: ease-in-out .3s;
    transform-origin: 0 0;
    transform: scaleY(0);
  }

  .header__mob-open-menu--is-active {
    transition: ease-in-out .3s;
    transform: scaleY(1);
    border-bottom: 1px dotted #b8b8b8;
  }

  .props__props-info {
    display: none;
  }

  .props__img-box {
    width: 100%;
  }

  .props__img-box .props__primary-title {
    display: none;
  }

  .objectives__wrapper {
    flex-wrap: wrap-reverse;
    width: 100%;
  }

  .activities {
    min-height: 585px;
    padding-top: 100px;
  }

  .activities__wrapper {
    display: none;
  }

  .activities__wrapper--mobile {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    width: 100%;
    position: relative;
  }

  .activities__wrapper--mobile .activities__service:not(:first-child) {
    display: none;
  }

  .activities__service {
    width: 100%;
  } 

  .activities__wrapper--mobile .reports__gallery-nav {
    display: flex;
    width: 100%;
    left: 0;
    top: 20%;
    transform: none;
  }

  .activities__desc {
    margin-top: 0;
  }

  .result {
    padding-top: 80px;
  }

  .result__title {
    text-align: center;
    overflow-x: hidden;
  }

  .result__title::before {
    height: 0;
  }

  .result__wrapper {
    flex-wrap: wrap;
    align-items: center;
  }

  .result__desc-box {
    width: 100%;
    max-width: 100%;
  }

  .result__img-box {
    width: 100%;
    margin-top: 40px;
  }

  .help__wrapper {
    flex-wrap: wrap-reverse;
    flex-direction: column-reverse;
  }

  .help__img-box {
    width: 86px;
    height: 88px;
  }

  .help__desc-box {
    width: 100%;
    max-width: 100%;
  }

  .help__title {
    text-align: center;
  }

  .help__footer-bg {
    min-height: 160px;
  }

  .requisites-mobile {
    min-height: 377px;
    background-color: #198D37;
    padding-bottom: 14px;
  }

  .requisites-mobile .props__props-info {
    display: block;
    margin: 0 auto;
    color: #fff;
    border: 1px dotted #B8B8B8 !important;
    overflow: hidden;
  }

  .contacts__contact-box {
    top: 30px;
    left: 15px;
    transform: translateY(0);
    width: 290px;
    height: 229px;
  }

  .page-404-img-box {
    width: 100%;
    height: 226px;
  }

  .popup__foot-row {
    display: flex;
  }

  .activities .reports__gallery-nav {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 100%;
    left: 0;
    right: 0;
  }

  .clipboard-tooltip {
    display: none !important;
  }
}

@media screen and (max-width: 600px) {
  .admin-bar .header,
  .header {
    top: 0;
  }
}

@media screen and (max-width: 576px) {
  .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  header .row {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }

  .header__nav-list-item:not(:last-child) {
    margin-right: 8px;
  }

  .popup {
    width: 95%;
  }

  .popup__container {
    width: 95%;
    height: 90vh;
  }

  .page-404-img-box {
    width: 289px;
    height: 126px;
  }

  .title-404 {
    font-size: 24px;
  }

  .to-home-link {
    padding: 10px 43px;
  }
}

@media screen and (max-width: 420px) {
  .popup__title {
    font-size: 26px;
    line-height: 34px;
  }

  .popup__container {
    width: 100%;
  }

  .popup__img-box {
    height: 40%;
  }
}

@media screen and (max-width: 600px) {
  .help::before,
  .result::before,
  .objectives::after,
  .objectives__title::before {
    display: none;
  }

  .result::after {
    top: 18%;
  }
}
