@charset "UTF-8";
/* ====== PART SECTION IMPORT ====== */
/* ====== GLOBAL STYLE ====== */
/* VARIABLES*/
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Manrope-Light";
  src: url("../fonts/Manrope-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "Manrope-Medium";
  src: url("../fonts/Manrope-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Manrope-Regular";
  src: url("../fonts/Manrope-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Manrope-SemiBold";
  src: url("../fonts/Manrope-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "Ukraine-UltraLight";
  src: url("../fonts/e-Ukraine-UltraLight.otf") format("opentype");
  font-style: normal;
}
@font-face {
  font-family: "Ukraine-Light";
  src: url("../fonts/e-Ukraine-Light.otf") format("opentype");
  font-style: normal;
}
@font-face {
  font-family: "Ukraine-Thin";
  src: url("../fonts/e-Ukraine-Thin.otf") format("opentype");
  font-style: normal;
}
@font-face {
  font-family: "Ukraine-Regular";
  src: url("../fonts/e-Ukraine-Regular.otf") format("opentype");
  font-style: normal;
}
@font-face {
  font-family: "Ukraine-Medium";
  src: url("../fonts/e-Ukraine-Medium.otf") format("opentype");
  font-style: normal;
}
@font-face {
  font-family: "Ukraine-Bold";
  src: url("../fonts/e-Ukraine-Bold.otf") format("opentype");
  font-style: normal;
}
@font-face {
  font-family: "Ukraine-UltraLight-Head";
  src: url("../fonts/e-UkraineHead-Light.otf") format("opentype");
  font-style: normal;
}
@font-face {
  font-family: "Ukraine-Light-Head";
  src: url("../fonts/e-UkraineHead-Light.otf") format("opentype");
  font-style: normal;
}
@font-face {
  font-family: "Ukraine-Thin-Head";
  src: url("../fonts/e-UkraineHead-Thin.otf") format("opentype");
  font-style: normal;
}
@font-face {
  font-family: "Ukraine-Regular-Head";
  src: url("../fonts/e-UkraineHead-Regular.otf") format("opentype");
  font-style: normal;
}
@font-face {
  font-family: "Ukraine-Medium-Head";
  src: url("../fonts/e-UkraineHead-Medium.otf") format("opentype");
  font-style: normal;
}
@font-face {
  font-family: "Ukraine-Bold-Head";
  src: url("../fonts/e-UkraineHead-Bold.otf") format("opentype");
  font-style: normal;
}
html.has-cookie-bar #catapult-cookie-bar {
  opacity: 0.9;
  padding: 23px 20px 23px;
}
html.has-cookie-bar #catapult-cookie-bar .ctcc-left-side {
  font-weight: 300;
}
html.has-cookie-bar #catapult-cookie-bar .ctcc-left-side a {
  text-decoration: underline;
  transition: 0.5s;
  font-weight: 700;
}
html.has-cookie-bar #catapult-cookie-bar .ctcc-left-side a:hover {
  color: #668b56;
}
html.has-cookie-bar #catapult-cookie-bar .x_close {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #f3f6fa;
  transition: 0.5s ease-in-out;
}
html.has-cookie-bar #catapult-cookie-bar .x_close span {
  width: 24px;
  height: 2px;
  top: 18px;
  left: 7px;
  background-color: #ffffff;
}
html.has-cookie-bar #catapult-cookie-bar .x_close:hover {
  border-color: #668b56;
}
html.has-cookie-bar #catapult-cookie-bar .x_close:hover span {
  background-color: #668b56;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  color: #0d0d0d;
  font-family: "Ukraine-Light", sans-serif;
}
body a {
  color: #0d0d0d;
  text-decoration: none;
  transition: all 350ms ease;
}
body a:hover, body a:active, body a:focus {
  text-decoration: none;
  color: #0d0d0d;
}
body.no-scroll {
  overflow: hidden;
}

.container {
  max-width: 1150px;
  padding: 0 25px;
  margin: 0 auto;
}

.container-full {
  max-width: 1380px;
  padding: 0 25px;
  margin: 0 auto;
}

.wr-page,
.wr-doc-page,
.wr-service-page,
.wr-posts,
.wr-service-single,
.wr-single,
.wr-doc-single {
  background-size: cover;
  background-position: center;
}

.main-preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-search-form {
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-search-form input {
  width: 536px;
  border: 1px solid #668b56;
  padding: 10px 16px;
  color: #668b56;
  font-size: 15px;
  line-height: 1;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  outline: none;
}
.custom-search-form input.active, .custom-search-form input.focus {
  border: 1px solid #668b56;
  color: #668b56;
}
.custom-search-form button {
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
  outline: none;
  box-shadow: none;
}
.custom-search-form i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  padding: 9px 10px;
  font-size: 22px;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  color: #ffffff;
  background-color: #668b56;
}

.custom-button {
  padding: 20px 35px;
  position: relative;
  cursor: pointer;
  font-size: 16px;
  display: inline-block;
  font-family: "Ukraine-Medium", sans-serif;
  z-index: 3;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0;
  text-decoration: none;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.custom-button span {
  position: relative;
  z-index: 3;
}
.custom-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 28px;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.custom-button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  border-radius: 25px;
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.custom-button:hover, .custom-button:focus {
  text-decoration: none;
}
.custom-button:hover::before, .custom-button:focus::before {
  opacity: 0;
  -webkit-transform: scale(0.5, 0.5);
  -moz-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  -o-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}
.custom-button:hover::after, .custom-button:focus::after {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

.button-white {
  color: #0d0d0d;
}
.button-white::before {
  background-color: #ffffff;
}
.button-white::after {
  background-color: #0d0d0d;
  border: 2px solid #0d0d0d;
}
.button-white:hover, .button-white:focus {
  color: #ffffff;
}

.button-green {
  color: #ffffff;
}
.button-green::before {
  background-color: #668b56;
}
.button-green::after {
  background-color: #354535;
  border: 2px solid #354535;
}
.button-green:hover, .button-green:focus {
  color: #ffffff;
}

.button-light-green-icon {
  color: #668b56;
}
.button-light-green-icon i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 35px;
  color: #668b56;
  font-size: 26px;
  line-height: 1;
  z-index: 4;
}
.button-light-green-icon span {
  padding-right: 30px;
}
.button-light-green-icon::before {
  background-color: #EDF4EA;
}
.button-light-green-icon::after {
  background-color: #668b56;
  border: 2px solid #668b56;
}
.button-light-green-icon:hover, .button-light-green-icon:focus {
  color: #ffffff;
}
.button-light-green-icon:hover i, .button-light-green-icon:focus i {
  color: #ffffff;
}

.button-green-underline {
  padding: 0 35px 0 0;
  color: #668b56;
}
.button-green-underline i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  color: #668b56;
  font-size: 26px;
  line-height: 1;
}
.button-green-underline::after, .button-green-underline::before {
  display: none;
}
.button-green-underline:hover, .button-green-underline:focus {
  color: #354535;
}
.button-green-underline:hover i, .button-green-underline:focus i {
  color: #354535;
}

@media screen and (max-width: 991px) {
  .button-green,
  .button-white {
    width: 290px;
    line-height: 1.2;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
  }
}
/* CHAT */
:root {
  --gpt-green:#10a37f;
  --user:#10a37f;
  --bot:#e5e5ea;
  --bg:#ffffff;
  --bg-soft:#f7f7f8;
  --text:#0b0b0c;
  --shadow:0 10px 30px rgba(0,0,0,.18);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji";
  background: var(--bg);
  color: var(--text);
}

/* Launcher */
.ai-launcher {
  position: fixed;
  right: 30px;
  bottom: 100px;
  z-index: 9998;
  width: 64px;
  height: 64px;
  border-radius: 9999px;
  border: none;
  background: #668b56;
  color: #fff;
  cursor: pointer;
  box-shadow: var(--shadow);
  display: grid;
  place-items: center;
  font-size: 22px;
  transition: all 350ms ease;
}

.ai-launcher i {
  font-size: 34px;
}

.ai-launcher:hover {
  background: #354535;
}

.ai-launcher:active {
  transform: translateY(1px);
}

/* Chat window */
.ai-chat {
  position: fixed;
  right: 30px;
  bottom: 180px;
  z-index: 9999;
  width: min(500px, 92vw);
  max-height: 72vh;
  display: none;
  flex-direction: column;
  background: var(--bg);
  color: var(--text);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.ai-chat.open {
  display: flex;
}

.ai-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  background: #668b56;
  color: #fff;
}

.ai-header .title {
  font-weight: 700;
}

.ai-header .spacer {
  flex: 1;
}

.ai-header button {
  background: transparent;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
}

.ai-messages {
  flex: 1;
  overflow-y: auto;
  padding: 16px 14px;
  background: var(--bg-soft);
}

.ai-messages a { 
	text-decoration: underline; 
	font-weight: 500; 
}

.ai-row {
  display: flex;
  gap: 10px;
  margin-bottom: 12px;
}

.ai-row.bot {
  align-items: flex-start;
}

.ai-row.user {
  justify-content: flex-end;
}

.ai-avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  flex: 0 0 28px;
  display: grid;
  place-items: center;
  font-size: 14px;
}

.ai-avatar.bot img {
  width: 28px;
  height: auto;
}

.ai-avatar.user {
  background: #668b56;
  color: #fff;
}

.ai-avatar.user i {
  font-size: 18px;
}

.ai-bubble {
  max-width: 82%;
  padding: 10px 12px;
  border-radius: 10px;
  line-height: 1.45;
  font-size: 14px;
  word-wrap: break-word;
}

.ai-bubble.bot {
  background: #EDF4EA;
  color: var(--text);
  border-bottom-left-radius: 4px;
}

.ai-bubble.user {
  background: #668b56;
  color: #fff;
  border-bottom-right-radius: 4px;
}

.ai-typing {
  display: inline-flex;
  gap: 4px;
  align-items: center;
}

.ai-typing .dot {
  width: 6px;
  height: 6px;
  border-radius: 9999px;
  background: currentColor;
  opacity: 0.5;
  animation: pulse 1.2s infinite ease-in-out;
}

.ai-typing .dot:nth-child(2) {
  animation-delay: 0.2s;
}

.ai-typing .dot:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes pulse {
  0%, 80%, 100% {
    transform: scale(0.7);
    opacity: 0.4;
  }
  40% {
    transform: scale(1);
    opacity: 1;
  }
}
.ai-footer {
  display: flex;
  gap: 8px;
  padding: 10px;
  background: var(--bg);
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.ai-input {
  flex: 1;
  display: flex;
  align-items: center;
  background: var(--bg-soft);
  border-radius: 10px;
  padding: 6px 8px;
}

.ai-input textarea {
  flex: 1;
  resize: none;
  border: none;
  background: transparent;
  outline: none;
  padding: 6px 8px;
  max-height: 120px;
  font-size: 14px;
  color: var(--text);
}

.ai-actions {
  display: flex;
  gap: 6px;
  align-items: center;
}

.ai-actions button {
  border: none;
  border-radius: 10px;
  padding: 9px 12px;
  cursor: pointer;
  transition: all 350ms ease;
}

.send-btn {
  background: #668b56;
  color: #fff;
}

.send-btn:hover {
  background: #354535;
}

.stop-btn {
  background: #EDF4EA;
  color: #0d0d0d;
  display: none;
}

@media (max-width: 480px) {
  .ai-chat {
    right: 10px;
    left: 10px;
    width: auto;
    bottom: 80px;
    max-height: 72vh;
  }
  .ai-launcher {
    right: 10px;
    bottom: 10px;
  }
}
/* ====== SINGLE NAV SECTION ====== */
/* Active menu items */
.menu-main-menu-container ul a {
  display: inline-block;
  color: #0d0d0d;
  font-size: 16px;
  line-height: 24px;
  font-family: "Ukraine-Light", sans-serif;
}

/* Responsive menu button */
.wr-nav-menu-icon {
  position: fixed;
  top: 28px;
  right: 25px;
  width: 18px;
  height: 14px;
  display: none;
  cursor: pointer;
  z-index: 99999999;
}

/* Don`t reqiured */
.main-nav.active .wr-nav-menu-icon i {
  background: none !important;
}

.main-nav.active .wr-nav-menu-icon i:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #0d0d0d;
}

.main-nav.active .wr-nav-menu-icon i:after {
  top: 0;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  background-color: #0d0d0d;
}

/* End Don`t reqiured */
.wr-nav-menu-icon i:before, .wr-nav-menu-icon i:after {
  content: "";
  width: 18px;
  height: 2px;
  background: #0d0d0d;
  position: absolute;
  left: 0;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
}

.wr-nav-menu-icon i:before {
  top: -7px;
}

.wr-nav-menu-icon i:after {
  bottom: -7px;
}

.wr-nav-menu-icon i {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 2px;
  background: #0d0d0d;
}

.wr-main-header {
  position: fixed;
  top: 0;
  z-index: 99999;
  width: 100%;
  transition: all 350ms ease;
  background-color: #ffffff;
  border-bottom: 1px solid transparent;
}
.wr-main-header .wr-header__inner {
  position: relative;
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 25px;
  background-color: #ffffff;
  z-index: 5;
}
.wr-main-header .wr-header {
  display: table;
  width: 100%;
  margin: auto;
}
.wr-main-header .wr-header .wr-logo {
  display: table-cell;
  vertical-align: middle;
}
.wr-main-header .wr-header .wr-logo a img.main-logo {
  height: 65px;
  display: block;
  transition: all 500ms ease;
}
.wr-main-header .wr-header .wr-logo a img.main-mobile-logo {
  display: none;
  height: 48px;
  transition: all 500ms ease;
}
.wr-main-header .wr-header .main-nav .wr-navigation {
  display: flex;
  justify-content: flex-end;
}
.wr-main-header .wr-header .main-nav .wr-navigation ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.wr-main-header .wr-header .main-nav .wr-navigation ul li {
  position: relative;
  padding: 30px 8px;
  transition: all 350ms ease;
}
.wr-main-header .wr-header .main-nav .wr-navigation ul li a {
  padding: 6px 10px;
  display: block;
  position: relative;
  text-decoration: none;
  transition: all 350ms ease;
  border-radius: 20px;
  background-color: transparent;
}
.wr-main-header .wr-header .main-nav .wr-navigation ul li a:hover {
  background-color: #EDF4EA;
  text-decoration: none;
}
.wr-main-header .wr-header .main-nav .wr-navigation ul li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
.wr-main-header .wr-header .main-nav .wr-navigation ul li.current_page_item > a, .wr-main-header .wr-header .main-nav .wr-navigation ul li.current-menu-parent > a {
  color: #ffffff;
  background-color: #668b56;
  text-decoration: none;
}
.wr-main-header .wr-header .main-nav .wr-navigation .sub-menu {
  position: absolute;
  top: 85px;
  left: 8px;
  display: block;
  opacity: 0;
  width: max-content;
  max-width: 324px;
  visibility: hidden;
  padding: 10px;
  border-radius: 20px;
  transition: all 350ms ease;
  background-color: #EDF4EA;
  z-index: 9;
}
.wr-main-header .wr-header .main-nav .wr-navigation .sub-menu li {
  padding: 5px 10px;
}
.wr-main-header .wr-header .main-nav .wr-navigation .sub-menu li.current-menu-item > a {
  color: #668b56;
}
.wr-main-header .wr-header .main-nav .wr-navigation .sub-menu li a:hover {
  background-color: transparent;
  color: #668b56;
}
.wr-main-header .wr-header .main-nav .wr-header__search-icon {
  display: flex;
  align-items: center;
  margin-left: 10px;
}
.wr-main-header .wr-header .main-nav .wr-header__search-icon i {
  font-size: 26px;
  cursor: pointer;
  padding: 0 10px;
  border-radius: 20px;
  transition: all 0.2s ease-in-out;
}
.wr-main-header .wr-header .main-nav .wr-header__search-icon i:hover {
  color: #ffffff;
  background-color: #668b56;
}
.wr-main-header .wr-header .main-nav .wr-header__search-icon.active i {
  background-color: #EDF4EA;
}
.wr-main-header .wr-header .main-nav .wr-header__search-icon.active i:hover {
  color: #0d0d0d;
}
.wr-main-header .wr-header__top {
  background-color: #EDF4EA;
}
.wr-main-header .wr-header__top--wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1380px;
  margin: 0 auto;
  padding: 6px 25px;
}
.wr-main-header .wr-header__top--phone {
  font-size: 16px;
  line-height: 24px;
  font-family: "Ukraine-Light", sans-serif;
}
.wr-main-header .wr-header__top--phone a {
  font-family: "Ukraine-Bold", sans-serif;
}
.wr-main-header .wr-header__top--social a {
  margin-left: 10px;
}
.wr-main-header .wr-header__top--social img {
  width: 20px;
}
.wr-main-header .wr-header__search-form {
  position: absolute;
  top: 36px;
  padding: 20px 25px;
  background-color: #ffffff;
  width: 100%;
  transition: all 0.2s ease-in-out;
  z-index: 3;
}
.wr-main-header .wr-header__search-form.active {
  top: 132px;
}
.wr-main-header .wr-header__handbook {
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 56px;
  font-size: 22px;
  line-height: 24px;
  border-radius: 40px;
  background-color: #EDF4EA;
  z-index: 9999;
  transition: 0.35s;
}
.wr-main-header .wr-header__handbook:hover {
  opacity: 0.7;
}
.wr-main-header.bg-fixed-color {
  background-color: #ffffff;
}

/* ====== BANNER SECTION ====== */
.wr-banner {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 132px;
}
.wr-banner.style2 {
  margin-top: 0;
}
.wr-banner.style2 .wr-banner__inner-wrapper {
  height: auto;
  padding: 90px 25px;
}
.wr-banner.style2 .wr-banner__info .wr-banner__inner {
  text-align: center;
  max-width: 800px;
}
.wr-banner.style2 .wr-banner__info .wr-banner__subtitle {
  max-width: 590px;
  margin: 0 auto 110px auto;
}
.wr-banner.style2 .wr-banner__info .wr-banner__phone {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 22px;
  font-family: "Ukraine-Bold", sans-serif;
}
.wr-banner.style2 .wr-banner__info .wr-banner__phone span {
  display: inline-block;
  padding-right: 10px;
}
.wr-banner.style2 .wr-banner__info .wr-banner__phone i {
  display: none;
}
.wr-banner::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4) linear-gradient(0deg, rgba(114, 151, 98, 0.8) 27%, rgba(114, 151, 98, 0) 100%);
}
.wr-banner .wr-banner__inner-wrapper {
  position: relative;
  display: flex;
  height: 650px;
  margin: 0 auto;
  padding: 0 25px;
  z-index: 1;
}
.wr-banner .wr-banner__info {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wr-banner .wr-banner__info .wr-banner__inner {
  text-align: center;
  max-width: 590px;
}
.wr-banner .wr-banner__info .wr-banner__title {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 38px;
  line-height: 48px;
  color: #ffffff;
  text-align: center;
  font-family: "Ukraine-Medium-Head", sans-serif;
}
.wr-banner .wr-banner__info .wr-banner__subtitle {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  text-align: center;
}
.wr-banner .wr-banner__info .wr-banner__phone {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 48px;
  font-size: 22px;
  line-height: 24px;
  color: #ffffff;
  text-align: center;
}
.wr-banner .wr-banner__info .wr-banner__phone span {
  display: none;
}
.wr-banner .wr-banner__info .wr-banner__phone i {
  margin-right: 10px;
  font-size: 28px;
}
.wr-banner .wr-banner__info .wr-banner__phone a {
  color: #ffffff;
  text-decoration: none;
}

/* ====== BREADCRUMB SECTION ====== */
.wr-breadcrumb {
  position: relative;
  width: 100%;
  z-index: 1;
}
.wr-breadcrumb.light .wr-breadcrumb--root {
  color: #ffffff;
}
.wr-breadcrumb.light .wr-breadcrumb--root::after {
  background-color: #ffffff;
}
.wr-breadcrumb.light .wr-breadcrumb--second-level {
  color: #ffffff;
}
.wr-breadcrumb.light .wr-breadcrumb--second-level::after {
  background-color: #ffffff;
}
.wr-breadcrumb.light .wr-breadcrumb--current {
  color: #f3f6fa;
}
.wr-breadcrumb .wr-breadcrumb--inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px 0;
}
.wr-breadcrumb .wr-breadcrumb--root {
  position: relative;
  padding-right: 36px;
  color: #668b56;
  font-size: 14px;
  line-height: 22px;
  transition: 0.3s;
}
.wr-breadcrumb .wr-breadcrumb--root:hover {
  color: #354535;
}
.wr-breadcrumb .wr-breadcrumb--root:hover::after {
  color: #354535;
}
.wr-breadcrumb .wr-breadcrumb--root::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  top: 6px;
  right: 16px;
  border-top: 1px solid #668b56;
  border-right: 1px solid #668b56;
  transform: rotate(45deg);
}
.wr-breadcrumb .wr-breadcrumb--second-level {
  position: relative;
  padding-right: 36px;
  color: #668b56;
  font-size: 14px;
  line-height: 22px;
  transition: 0.3s;
}
.wr-breadcrumb .wr-breadcrumb--second-level:hover {
  color: #354535;
}
.wr-breadcrumb .wr-breadcrumb--second-level:hover::after {
  color: #354535;
}
.wr-breadcrumb .wr-breadcrumb--second-level::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  top: 6px;
  right: 16px;
  border-top: 1px solid #668b56;
  border-right: 1px solid #668b56;
  transform: rotate(45deg);
}
.wr-breadcrumb .wr-breadcrumb--current {
  font-size: 14px;
  line-height: 22px;
}

/* ====== DESC WITH IMAGE SECTION ====== */
.wr-desc-image {
  position: relative;
}
.wr-desc-image .wr-desc-image__inner-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 90px 0;
}
.wr-desc-image .wr-desc-image__info {
  width: 50%;
  padding-right: 128px;
}
.wr-desc-image .wr-desc-image__info .wr-desc-image__title {
  margin-bottom: 22px;
  font-size: 28px;
  line-height: 36px;
  font-family: "Ukraine-Medium", sans-serif;
}
.wr-desc-image .wr-desc-image__info .wr-desc-image__desc {
  font-size: 16px;
  line-height: 24px;
}
.wr-desc-image .wr-desc-image__img {
  width: 50%;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  height: 354px;
}
.wr-desc-image .wr-desc-image__img.mobile {
  display: none;
}

/* ====== DESC WITH IMAGE SECTION ====== */
.wr-counter {
  position: relative;
  padding: 50px 0;
  background-color: #EDF4EA;
}
.wr-counter .wr-counter__inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 90px 0;
}
.wr-counter .wr-counter__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wr-counter .wr-counter__item {
  text-align: center;
  font-family: "Ukraine-Medium", sans-serif;
}
.wr-counter .wr-counter__item--top {
  display: block;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 24px;
  color: #354535;
}
.wr-counter .wr-counter__item--value {
  display: block;
  margin-bottom: 5px;
  font-size: 64px;
  line-height: 1;
  color: #668b56;
}
.wr-counter .wr-counter__item--bottom {
  display: block;
  font-size: 18px;
  line-height: 24px;
  color: #354535;
}

/* ====== SERVICES SECTION ====== */
.wr-services {
  position: relative;
  padding: 0 0 50px 0;
}
.wr-services .wr-services__title {
  margin-bottom: 40px;
  font-size: 38px;
  line-height: 48px;
  text-align: center;
  font-family: "Ukraine-Medium-Head", sans-serif;
}
.wr-services .wr-services__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.wr-services .wr-services__item {
  position: relative;
  width: calc(20% - 10px);
  height: 178px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  border-radius: 10px;
  background-color: #668b56;
  transition: all 0.2s ease-in-out;
}
.wr-services .wr-services__item:hover {
  background-color: #354535;
}
.wr-services .wr-services__item img {
  width: 40px;
  height: auto;
  margin-bottom: 14px;
}
.wr-services .wr-services__item span {
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  font-family: "Ukraine-Medium", sans-serif;
}

/* ====== SERVICES SECTION ====== */
.wr-service-page {
  position: relative;
  padding: 132px 0 0 0;
}
.wr-service-page .wr-service-page__item {
  margin-bottom: 40px;
}
.wr-service-page .wr-service-page__item__title {
  margin: 40px 0;
  font-size: 38px;
  line-height: 48px;
  text-transform: uppercase;
  font-family: "Ukraine-Medium", sans-serif;
  text-align: center;
}
.wr-service-page .wr-service-page__item__inner-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.wr-service-page .wr-service-page__item__info {
  width: 50%;
  padding-right: 68px;
}
.wr-service-page .wr-service-page__item__info--title {
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 24px;
  font-family: "Ukraine-Medium", sans-serif;
}
.wr-service-page .wr-service-page__item__info__list--title {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
}
.wr-service-page .wr-service-page__item__info--btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  width: 300px;
  padding: 16px 20px;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  border-radius: 40px;
  background-color: #668b56;
  cursor: pointer;
}
.wr-service-page .wr-service-page__item__info--btn:hover {
  background-color: #354535;
}
.wr-service-page .wr-service-page__item__img {
  width: 50%;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  height: 354px;
}
.wr-service-page .wr-service-page__item__more a {
  margin: 50px 0 30px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wr-service-page .wr-service-page__item__more a span {
  font-size: 28px;
  line-height: 36px;
  font-family: "Ukraine-Medium", sans-serif;
}
.wr-service-page .wr-service-page__item__more a i {
  padding-left: 10px;
  font-size: 22px;
}
.wr-service-page .wr-faq {
  padding: 30px 0;
}

/* ====== SERVICES SECTION ====== */
.wr-service-single {
  position: relative;
  padding: 132px 0 0 0;
}
.wr-service-single.style2 .wr-service-single__inner-wrapper {
  margin-bottom: 60px;
}
.wr-service-single.style2 .wr-service-single__content {
  width: 45%;
  order: 2;
  padding-right: 0;
  padding-left: 50px;
}
.wr-service-single.style2 .wr-service-single__info {
  margin-bottom: 0;
}
.wr-service-single.style2 .wr-service-single__img {
  width: 55%;
}
.wr-service-single .wr-service-single__title {
  margin: 40px 0;
  font-size: 38px;
  line-height: 48px;
  text-transform: uppercase;
  font-family: "Ukraine-Medium", sans-serif;
  text-align: center;
}
.wr-service-single .wr-service-single__inner-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.wr-service-single .wr-service-single__content {
  width: 50%;
  padding-right: 68px;
}
.wr-service-single .wr-service-single__content p {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 24px;
}
.wr-service-single .wr-service-single__content p a {
  color: #668b56;
}
.wr-service-single .wr-service-single__img {
  width: 50%;
}
.wr-service-single .wr-service-single__img--thumbnail {
  width: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  height: 354px;
}
.wr-service-single .wr-service-single__img__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 16px;
}
.wr-service-single .wr-service-single__img__list--item {
  margin-bottom: 16px;
  width: calc(50% - 8px);
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  height: 260px;
}
.wr-service-single .wr-service-single__info {
  margin-top: 30px;
  margin-bottom: 90px;
}
.wr-service-single .wr-service-single__info--title {
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 24px;
  font-family: "Ukraine-Medium", sans-serif;
}
.wr-service-single .wr-service-single__info__list--title {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
}
.wr-service-single .wr-faq {
  padding-top: 0;
}

/* ====== DOCUMENTS SECTION ====== */
.wr-doc-page {
  position: relative;
  padding: 132px 0 0 0;
}
.wr-doc-page .wr-doc-page__item {
  margin-bottom: 90px;
}
.wr-doc-page .wr-doc-page__item__cat-title {
  margin: 40px 0;
  font-size: 38px;
  line-height: 48px;
  text-transform: uppercase;
  font-family: "Ukraine-Medium", sans-serif;
  text-align: center;
}
.wr-doc-page .wr-doc-page__item__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}
.wr-doc-page .wr-doc-page__item__list__item {
  display: block;
  width: 25%;
  padding: 0 8px;
}
.wr-doc-page .wr-doc-page__item__list__item:hover .wr-doc-page__item__list__item--wrapper {
  background-color: #668b56;
}
.wr-doc-page .wr-doc-page__item__list__item:hover .wr-doc-page__item__list__item--wrapper .title,
.wr-doc-page .wr-doc-page__item__list__item:hover .wr-doc-page__item__list__item--wrapper .excerpt {
  color: #ffffff;
}
.wr-doc-page .wr-doc-page__item__list__item--wrapper {
  display: block;
  width: 100%;
  min-height: 260px;
  margin-bottom: 16px;
  padding: 36px 22px;
  background-color: #EDF4EA;
  border-right: 10px;
  transition: all 0.2s ease-in-out;
}
.wr-doc-page .wr-doc-page__item__list__item .title {
  display: block;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
  font-family: "Ukraine-Medium", sans-serif;
  transition: all 0.2s ease-in-out;
}
.wr-doc-page .wr-doc-page__item__list__item .excerpt {
  font-size: 16px;
  line-height: 24px;
  transition: all 0.2s ease-in-out;
}
.wr-doc-page .wr-doc-page__more a {
  margin: 0 0 90px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wr-doc-page .wr-doc-page__more a span {
  font-size: 28px;
  line-height: 36px;
  font-family: "Ukraine-Medium", sans-serif;
}
.wr-doc-page .wr-doc-page__more a i {
  padding-right: 10px;
  font-size: 22px;
}

/* ====== DOCUMENTS SECTION ====== */
.wr-doc-single {
  position: relative;
  padding: 132px 0 0 0;
}
.wr-doc-single .wr-doc-single__info {
  margin-top: 24px;
}
.wr-doc-single .wr-doc-single__tag {
  margin-bottom: 16px;
}
.wr-doc-single .wr-doc-single__tag--item {
  font-size: 18px;
  line-height: 24px;
}
.wr-doc-single .wr-doc-single__title {
  margin-bottom: 40px;
  font-size: 38px;
  line-height: 48px;
  text-transform: uppercase;
  font-family: "Ukraine-Medium", sans-serif;
}
.wr-doc-single .wr-doc-single__content {
  width: 55%;
}
.wr-doc-single .wr-doc-single__content p {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 24px;
}
.wr-doc-single .wr-doc-single__content ul, .wr-doc-single .wr-doc-single__content ol {
  margin: 30px 0;
}
.wr-doc-single .wr-faq {
  padding-top: 60px;
}
.wr-doc-single .wr-doc-single__back {
  margin-bottom: 90px;
}
.wr-doc-single .wr-doc-single__back a {
  margin: 30px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wr-doc-single .wr-doc-single__back a span {
  font-size: 28px;
  line-height: 36px;
  font-family: "Ukraine-Medium", sans-serif;
}
.wr-doc-single .wr-doc-single__back a i {
  padding-right: 10px;
  font-size: 22px;
}

/* ====== TESTIMONIAL SECTION ====== */
.wr-testimonial {
  padding: 90px 0;
}
.wr-testimonial .wr-testimonial__inner {
  position: relative;
}
.wr-testimonial .wr-testimonial__sliders {
  padding: 0 110px;
}
.wr-testimonial .wr-testimonial__sliders .swiper-container {
  width: 100%;
}
.wr-testimonial .wr-testimonial__info {
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin-bottom: 10px;
}
.wr-testimonial .wr-testimonial__name {
  font-size: 18px;
  line-height: 24px;
  font-family: "Ukraine-Medium", sans-serif;
}
.wr-testimonial .wr-testimonial__position {
  margin-top: 5px;
  font-size: 14px;
  line-height: 22px;
}
.wr-testimonial .wr-testimonial__date {
  font-size: 16px;
  line-height: 24px;
}
.wr-testimonial .wr-testimonial__rating {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.wr-testimonial .wr-testimonial__rating i {
  font-size: 26px;
  line-height: 1;
  margin-right: 1px;
  color: #668b56;
}
.wr-testimonial .wr-testimonial__desc {
  font-size: 16px;
  line-height: 24px;
}
.wr-testimonial .swiper-button-prev,
.wr-testimonial .swiper-button-next {
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  margin-top: 0;
  background-image: none;
  border-radius: 50%;
  background-color: #EDF4EA;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.wr-testimonial .swiper-button-prev i,
.wr-testimonial .swiper-button-next i {
  font-family: "FontAwesome";
  color: #354535;
  font-size: 54px;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.wr-testimonial .swiper-button-prev:hover,
.wr-testimonial .swiper-button-next:hover {
  background-color: #668b56;
}
.wr-testimonial .swiper-button-prev:hover i,
.wr-testimonial .swiper-button-next:hover i {
  color: #ffffff;
}
.wr-testimonial .swiper-button-prev {
  left: 30px;
}
.wr-testimonial .swiper-button-next {
  right: 30px;
}

/* ====== LINKS WITH IMAGE SECTION ====== */
.wr-links-image {
  position: relative;
  padding: 90px 0;
}
.wr-links-image .wr-links-image__title {
  margin-bottom: 40px;
  font-size: 38px;
  line-height: 48px;
  text-align: center;
  font-family: "Ukraine-Medium-Head", sans-serif;
}
.wr-links-image .wr-links-image__inner {
  display: flex;
  flex-wrap: wrap;
}
.wr-links-image .wr-links-image__img {
  width: 50%;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  height: 410px;
}
.wr-links-image .wr-links-image__img.mobile {
  display: none;
}
.wr-links-image .wr-links-image__list {
  width: 50%;
  padding-left: 40px;
}
.wr-links-image .wr-links-image__item {
  display: block;
  margin-bottom: 40px;
}
.wr-links-image .wr-links-image__item:last-child {
  margin-bottom: 0;
}
.wr-links-image .wr-links-image__item:hover .wr-links-image__item--title {
  color: #668b56;
}
.wr-links-image .wr-links-image__item--title {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 24px;
  font-family: "Ukraine-Medium", sans-serif;
  transition: all 0.35s;
}
.wr-links-image .wr-links-image__item--title i {
  padding-left: 8px;
  font-size: 22px;
}
.wr-links-image .wr-links-image__item--subtitle {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #668b56;
}

/* ====== SOCIAL SECTION ====== */
.wr-social {
  position: relative;
}
.wr-social.style2 .wr-social__info {
  width: 60%;
}
.wr-social.style2 .wr-social__info .wr-social__title {
  max-width: 540px;
}
.wr-social.style2 .wr-social__info .wr-social__subtitle {
  max-width: 740px;
}
.wr-social .wr-social__inner-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 90px 0;
}
.wr-social .wr-social__info {
  width: 50%;
}
.wr-social .wr-social__info .wr-social__title {
  max-width: 490px;
  margin-bottom: 22px;
  font-size: 28px;
  line-height: 36px;
  font-family: "Ukraine-Medium", sans-serif;
}
.wr-social .wr-social__info .wr-social__subtitle {
  max-width: 412px;
  font-size: 16px;
  line-height: 24px;
}
.wr-social .wr-social__list-wrapper--title {
  padding-right: 26px;
  margin-bottom: 22px;
  font-size: 18px;
  text-align: right;
  line-height: 24px;
  font-family: "Ukraine-Medium", sans-serif;
  color: #668b56;
}
.wr-social .wr-social__list-wrapper a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  margin-left: auto;
  width: 300px;
  padding: 16px 20px;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  border-radius: 40px;
  background-color: #668b56;
  cursor: pointer;
}
.wr-social .wr-social__list-wrapper a:hover {
  background-color: #354535;
}
.wr-social .wr-social__list {
  display: flex;
}
.wr-social .wr-social__list a {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #668b56;
  margin-left: 48px;
}
.wr-social .wr-social__list a span {
  display: none;
}
.wr-social .wr-social__list a:hover {
  background-color: #354535;
}
.wr-social .wr-social__list img {
  width: 32px;
}

/* ====== СONSULTING SECTION ====== */
.wr-consulting {
  position: relative;
}
.wr-consulting .wr-consulting__wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 40px 0;
}
.wr-consulting .wr-consulting__title {
  margin-bottom: 40px;
  font-size: 38px;
  line-height: 48px;
  font-family: "Ukraine-Medium-Head", sans-serif;
}
.wr-consulting .wr-consulting__main {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  background-color: #EDF4EA;
  border-radius: 45px;
}
.wr-consulting .wr-consulting__subtitle {
  max-width: 550px;
  font-size: 28px;
  line-height: 40px;
  font-family: "Ukraine-Medium-Head", sans-serif;
}
.wr-consulting .wr-consulting__links a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  margin-left: auto;
  width: 300px;
  padding: 16px 20px;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  border-radius: 40px;
  background-color: #668b56;
  cursor: pointer;
}
.wr-consulting .wr-consulting__links a:hover {
  background-color: #354535;
}
.wr-consulting .wr-consulting__links a:last-child {
  margin-bottom: 0;
}
.wr-consulting .wr-consulting__bottom {
  margin-top: 20px;
  font-size: 18px;
  line-height: 26px;
}

/* ====== SPACE SECTION ====== */
.wr-space {
  display: block;
}
.wr-space.mobile {
  display: none;
}

/* ====== FAQ SECTION ====== */
.wr-faq {
  position: relative;
  padding: 90px 0;
}
.wr-faq .wr-faq__title {
  margin-bottom: 36px;
  font-size: 28px;
  line-height: 36px;
  font-family: "Ukraine-Medium", sans-serif;
}
.wr-faq .wr-faq__list__item {
  margin-bottom: 35px;
}
.wr-faq .wr-faq__list__item:last-child {
  margin-bottom: 0;
}
.wr-faq .wr-faq__list__item:hover .wr-faq__list__item--title {
  color: #354535;
}
.wr-faq .wr-faq__list__item--title {
  display: flex;
  font-size: 28px;
  line-height: 36px;
  font-family: "Ukraine-Medium", sans-serif;
  color: #668b56;
  transition: all 0.35s;
}
.wr-faq .wr-faq__list__item--title.active {
  color: #354535;
}
.wr-faq .wr-faq__list__item--title i {
  margin-right: 15px;
  font-size: 36px;
}
.wr-faq .wr-faq__list__item--desc {
  display: none;
  max-width: 800px;
  padding: 20px 0 0 0;
  font-size: 16px;
  line-height: 24px;
}

/* ====== MAP SECTION ====== */
.wr-map {
  padding: 0;
}
.wr-map .wr-map__title {
  margin-bottom: 40px;
  font-size: 38px;
  line-height: 48px;
  text-align: center;
  font-family: "Ukraine-Medium-Head", sans-serif;
}
.wr-map .wr-map__wrapper {
  display: flex;
  flex-wrap: wrap;
}
.wr-map .wr-map__address {
  width: 40%;
  padding-right: 60px;
}
.wr-map .wr-map__list {
  margin-bottom: 80px;
}
.wr-map .wr-map__list__item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  width: 320px;
  padding: 16px 20px;
  font-size: 18px;
  line-height: 24px;
  border-radius: 40px;
  border: 1px solid #668b56;
  cursor: pointer;
}
.wr-map .wr-map__list__item__markers {
  display: none;
}
.wr-map .wr-map__list__item.active {
  background-color: #668b56;
  color: #ffffff;
}
.wr-map .wr-map__soon {
  display: flex;
  align-items: center;
  width: 320px;
  padding: 16px 20px;
  font-size: 18px;
  line-height: 24px;
  opacity: 0.5;
}
.wr-map .wr-map__center--title {
  margin-bottom: 16px;
  font-size: 28px;
  line-height: 36px;
  font-family: "Ukraine-Medium", sans-serif;
}
.wr-map .wr-map__center--content p {
  font-size: 16px;
  line-height: 24px;
}
.wr-map .wr-map__maps {
  width: 60%;
  height: 450px;
  border-radius: 10px;
  overflow: hidden;
}
.wr-map .wr-map__mobile {
  display: none;
}
.wr-map .wr-map__mobile--title {
  margin-top: 24px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 22px;
  color: #668b56;
  font-family: "Ukraine-Bold", sans-serif;
}
.wr-map .wr-map__mobile__address__item:first-child {
  display: none;
}

/* ====== SIMPLE SECTION ====== */
.wr-simple .wr-simple__info {
  max-width: 880px;
  margin: 0 auto;
}
.wr-simple .wr-simple__title {
  font-size: 38px;
  line-height: 48px;
  text-align: center;
  font-family: "Ukraine-Medium-Head", sans-serif;
}
.wr-simple .wr-simple__desc {
  margin-top: 36px;
}
.wr-simple .wr-simple__desc p {
  font-size: 16px;
  line-height: 24px;
}

/* ====== TEAM SECTION ====== */
.wr-team {
  padding: 0 0 90px 0;
}
.wr-team .wr-team__title {
  margin-bottom: 40px;
  font-size: 38px;
  line-height: 48px;
  text-align: center;
  font-family: "Ukraine-Medium-Head", sans-serif;
}
.wr-team .wr-team__list {
  width: 100%;
  position: relative;
}
.wr-team .wr-team__list .swiper-container {
  width: 100%;
}
.wr-team .wr-team__list .swiper-slide {
  width: 100%;
}
.wr-team .swiper-button-prev,
.wr-team .swiper-button-next {
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  margin-top: 0;
  background-image: none;
  border-radius: 50%;
  background-color: #EDF4EA;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.wr-team .swiper-button-prev i,
.wr-team .swiper-button-next i {
  font-family: "FontAwesome";
  color: #354535;
  font-size: 54px;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.wr-team .swiper-button-prev:hover,
.wr-team .swiper-button-next:hover {
  background-color: #668b56;
}
.wr-team .swiper-button-prev:hover i,
.wr-team .swiper-button-next:hover i {
  color: #ffffff;
}
.wr-team .swiper-button-prev {
  left: -30px;
}
.wr-team .swiper-button-next {
  right: -30px;
}
.wr-team .swiper-pagination {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 50px;
}
.wr-team .swiper-pagination .swiper-pagination-bullet {
  margin: 0 6px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  color: #0d0d0d;
  opacity: 1;
}
.wr-team .swiper-pagination .swiper-pagination-bullet-active {
  color: #ffffff;
  background-color: #668b56;
}
.wr-team .wr-team__list__item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  padding-bottom: 100px;
}
.wr-team .wr-team__list__item:hover .wr-team__list__item--info {
  top: 0;
  bottom: auto;
  background-color: #668b56;
}
.wr-team .wr-team__list__item:hover .wr-team__list__item--info .wr-team__list__item--title,
.wr-team .wr-team__list__item:hover .wr-team__list__item--info .wr-team__list__item--position {
  color: #ffffff;
}
.wr-team .wr-team__list__item--photo {
  position: relative;
  width: 100%;
  height: 320px;
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  z-index: 1;
}
.wr-team .wr-team__list__item--info {
  position: absolute;
  left: 0;
  top: 300px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 25px 10px;
  background-color: #EDF4EA;
  transition: all 0.2s ease-in-out;
  z-index: 2;
}
.wr-team .wr-team__list__item--title {
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 24px;
  font-family: "Ukraine-Medium", sans-serif;
}
.wr-team .wr-team__list__item--position {
  font-size: 16px;
  line-height: 24px;
  color: #668b56;
}
.wr-team .wr-team__list__item--description {
  padding-top: 35px;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
}

/* ====== IMAGE SLIDER SECTION ====== */
.wr-image-slider {
  padding: 90px 0 0 0;
}
.wr-image-slider .wr-image-slider__title {
  margin-bottom: 40px;
  font-size: 38px;
  line-height: 48px;
  text-align: center;
  font-family: "Ukraine-Medium-Head", sans-serif;
}
.wr-image-slider .wr-image-slider__list {
  width: 100%;
  position: relative;
}
.wr-image-slider .wr-image-slider__list .swiper-container {
  width: 100%;
}
.wr-image-slider .wr-image-slider__list .swiper-slide {
  width: 100%;
}
.wr-image-slider .swiper-button-prev,
.wr-image-slider .swiper-button-next {
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  margin-top: 0;
  background-image: none;
  border-radius: 50%;
  background-color: #EDF4EA;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.wr-image-slider .swiper-button-prev i,
.wr-image-slider .swiper-button-next i {
  font-family: "FontAwesome";
  color: #354535;
  font-size: 54px;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.wr-image-slider .swiper-button-prev:hover,
.wr-image-slider .swiper-button-next:hover {
  background-color: #668b56;
}
.wr-image-slider .swiper-button-prev:hover i,
.wr-image-slider .swiper-button-next:hover i {
  color: #ffffff;
}
.wr-image-slider .swiper-button-prev {
  left: -30px;
}
.wr-image-slider .swiper-button-next {
  right: -30px;
}
.wr-image-slider .swiper-pagination {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 50px;
}
.wr-image-slider .swiper-pagination .swiper-pagination-bullet {
  margin: 0 6px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  color: #0d0d0d;
  opacity: 1;
}
.wr-image-slider .swiper-pagination .swiper-pagination-bullet-active {
  color: #ffffff;
  background-color: #668b56;
}
.wr-image-slider .wr-image-slider__list__item {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  height: 320px;
  background-size: cover;
  background-position: bottom;
  cursor: pointer;
}

/* ====== POPUP SECTION ====== */
.mfp-bg {
  z-index: 999999;
  background-color: #0d0d0d;
  opacity: 0.8;
}

.mfp-wrap {
  overflow-y: auto;
  z-index: 999999;
  cursor: default;
}

.mfp-image-holder .mfp-content {
  display: inline-block !important;
}

.mfp-close-btn-in .mfp-close {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 0;
  width: 60px;
  height: 60px;
  right: 20px;
  top: 20px;
  font-size: 54px;
  font-weight: 100;
  line-height: 1;
  border-radius: 50%;
  color: #0d0d0d;
  background-color: #EDF4EA;
  opacity: 1;
  position: fixed;
  z-index: 10;
  outline: none;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  cursor: pointer !important;
}
.mfp-close-btn-in .mfp-close:focus {
  outline: none;
}
.mfp-close-btn-in .mfp-close:hover {
  background-color: #668b56;
  color: #ffffff;
}

/* ====== CONTACT SECTION ====== */
.wr-contact {
  padding: 0 0 90px 0;
}
.wr-contact .wr-contact__info__wrapper {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
.wr-contact .wr-contact__title {
  margin-bottom: 40px;
  font-size: 38px;
  line-height: 48px;
  font-family: "Ukraine-Medium-Head", sans-serif;
}
.wr-contact .wr-contact__subtitle {
  width: calc(100% - 355px);
  padding-right: 25px;
  font-size: 28px;
  line-height: 36px;
  font-family: "Ukraine-Medium", sans-serif;
}
.wr-contact .wr-contact__number {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 355px;
  height: 56px;
  font-size: 22px;
  line-height: 24px;
  border-radius: 40px;
  background-color: #EDF4EA;
}
.wr-contact .wr-contact__form {
  position: relative;
  padding-top: 120px;
  display: flex;
  align-items: center;
  z-index: 10;
}
.wr-contact .wr-contact__form p {
  margin: 0;
}
.wr-contact .wr-contact__form .wpcf7 {
  width: 100%;
}
.wr-contact .wr-contact__form .wpcf7 .wpcf7-not-valid-tip {
  padding-top: 5px;
  font-size: 14px;
}
.wr-contact .wr-contact__form .wpcf7 .wpcf7-response-output {
  position: absolute;
  bottom: -30px;
  padding: 0;
  margin: 0;
  border: 0;
}
.wr-contact .wr-contact__form .wpcf7 .wpcf7-response-output.wpcf7-validation-errors {
  color: #f00;
}
.wr-contact .wr-contact__form form .ajax-loader {
  display: none;
}
.wr-contact .wr-contact__form form .main-contact-form__info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.wr-contact .wr-contact__form form .main-contact-form input:not([type=submit]), .wr-contact .wr-contact__form form .main-contact-form textarea {
  width: 100%;
  padding: 12px 24px;
  border-radius: 8px;
  border: 2px solid rgba(29, 48, 68, 0.5);
  background-color: transparent;
  box-shadow: none;
  outline: none;
}
.wr-contact .wr-contact__form form .main-contact-form input:not([type=submit])::placeholder, .wr-contact .wr-contact__form form .main-contact-form textarea::placeholder {
  font-size: 18px;
  line-height: 1;
  color: rgba(29, 48, 68, 0.5);
}
.wr-contact .wr-contact__form form .main-contact-form__input {
  width: 320px;
  margin-right: 16px;
}
.wr-contact .wr-contact__form form .main-contact-form__input label {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
}
.wr-contact .wr-contact__form form .main-contact-form__input .wpcf7-form-control-wrap {
  width: 100%;
}
.wr-contact .wr-contact__form form .main-contact-form__message {
  width: 100%;
}
.wr-contact .wr-contact__form form .main-contact-form__message textarea {
  resize: none;
  height: 155px;
}
.wr-contact .wr-contact__form form .button-submit {
  margin-top: 30px;
}
.wr-contact .wr-contact__form form .button-submit .wpcf7-spinner {
  display: none;
}
.wr-contact .wr-contact__form form .button-submit input {
  position: relative;
  background-color: transparent;
  box-shadow: none;
  outline: none;
  border: 0;
  z-index: 3;
}
.wr-contact .wr-contact__social {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 40px;
}
.wr-contact .wr-contact__social--title {
  font-size: 28px;
  line-height: 36px;
  font-family: "Ukraine-Medium", sans-serif;
}
.wr-contact .wr-contact__social__list {
  display: flex;
}
.wr-contact .wr-contact__social__list a {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #668b56;
  margin-left: 48px;
}
.wr-contact .wr-contact__social__list a span {
  display: none;
}
.wr-contact .wr-contact__social__list a:hover {
  background-color: #354535;
}
.wr-contact .wr-contact__social__list img {
  width: 32px;
}

/* ====== SEARCH SECTION ====== */
.wr-search {
  position: relative;
  padding: 150px 0 90px 0;
}
.wr-search .wr-search__info {
  margin: 40px 0 90px 0;
}
.wr-search .wr-search__info--title {
  text-align: center;
  font-size: 38px;
  line-height: 48px;
  font-family: "Ukraine-Medium-Head", sans-serif;
}
.wr-search .wr-search__info--title span {
  color: #668b56;
}
.wr-search .wr-search__posts__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.wr-search .wr-search__posts__item {
  width: 33.3333333333%;
  margin-bottom: 40px;
  padding: 0 10px;
}
.wr-search .wr-search__posts__item--title {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 30px;
  font-family: "Ukraine-Medium", sans-serif;
}
.wr-search .wr-search__posts__item--type {
  display: inline-block;
  margin-bottom: 20px;
  padding: 8px 14px;
  font-size: 16px;
  line-height: 24px;
  background-color: #EDF4EA;
  border-radius: 27px;
}
.wr-search .wr-search__posts__item--excerpt {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
}
.wr-search .wr-search__posts__item--link {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.searchwp-live-search-no-min-chars:after {
  display: none !important;
}

.searchwp-live-search-no-results em {
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
}

.searchwp-live-search-results {
  padding: 24px;
  border-radius: 24px !important;
}
.searchwp-live-search-results .searchwp-live-search-result {
  border: 0;
  padding-left: 0;
  padding-right: 0;
}
.searchwp-live-search-results .searchwp-live-search-result--title a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px !important;
  line-height: 24px;
  font-family: "Ukraine-Medium", sans-serif;
  color: #668b56;
}
.searchwp-live-search-results .searchwp-live-search-result--title a:hover {
  color: #354535;
}
.searchwp-live-search-results .searchwp-live-search-result--title a:hover span {
  color: #0d0d0d;
}
.searchwp-live-search-results .searchwp-live-search-result--title a span {
  margin-left: 20px;
  display: inline-block;
  padding: 8px 14px;
  font-size: 16px;
  line-height: 24px;
  color: #0d0d0d;
  background-color: #EDF4EA;
  font-family: "Ukraine-Light", sans-serif;
  border-radius: 27px;
}
.searchwp-live-search-results .searchwp-live-search-result--desc {
  font-size: 16px;
  line-height: 24px;
}

/* ====== POSTS SECTION ====== */
.wr-posts {
  position: relative;
  padding: 132px 0 0 0;
}
.wr-posts .wr-posts__switcher {
  padding: 50px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wr-posts .wr-posts__switcher span {
  padding: 0 30px;
  display: block;
  font-size: 28px;
  line-height: 36px;
  font-family: "Ukraine-Medium", sans-serif;
  color: #668b56;
  text-decoration: underline;
  text-transform: uppercase;
  cursor: pointer;
}
.wr-posts .wr-posts__switcher span.inactive {
  color: #EDF4EA;
  text-decoration: none;
}
.wr-posts .wr-posts__title {
  margin: 40px 0;
  font-size: 38px;
  line-height: 48px;
  text-transform: uppercase;
  font-family: "Ukraine-Medium", sans-serif;
  text-align: center;
}
.wr-posts .wr-posts__tax-list__taxonomy {
  margin-bottom: 25px;
}
.wr-posts .wr-posts__tax-list__taxonomy--title {
  margin-bottom: 24px;
  font-size: 28px;
  line-height: 36px;
  font-family: "Ukraine-Medium", sans-serif;
}
.wr-posts .wr-posts__tax-list__taxonomy--list--item {
  display: inline-block;
  margin-bottom: 15px;
  margin-right: 15px;
  padding: 8px 14px;
  font-size: 16px;
  line-height: 24px;
  background-color: #EDF4EA;
  border-radius: 27px;
  transition: all 0.2s ease-in-out;
}
.wr-posts .wr-posts__tax-list__taxonomy--list--item:hover, .wr-posts .wr-posts__tax-list__taxonomy--list--item.active {
  background-color: #668b56;
  color: #ffffff;
}
.wr-posts .wr-posts__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.wr-posts .wr-posts__item {
  width: 33.3333333333%;
  margin-bottom: 40px;
  padding: 0 10px;
}
.wr-posts .wr-posts__item--img {
  height: 260px;
  margin-bottom: 24px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px;
}
.wr-posts .wr-posts__item--title {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 30px;
  font-family: "Ukraine-Medium", sans-serif;
}
.wr-posts .wr-posts__item--tax--item {
  display: inline-block;
  margin-bottom: 15px;
  margin-right: 15px;
  padding: 8px 14px;
  font-size: 16px;
  line-height: 24px;
  background-color: #EDF4EA;
  border-radius: 27px;
}
.wr-posts .wr-posts__item--excerpt {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
}
.wr-posts .wr-posts__item--link {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wr-posts .wr-posts__pagination {
  margin-top: 20px;
}
.wr-posts .wr-posts__pagination .custom-numbers {
  width: 100%;
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wr-posts .wr-posts__pagination .custom-numbers .page-numbers {
  margin: 0 6px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border-radius: 100%;
  color: #0d0d0d;
  opacity: 1;
}
.wr-posts .wr-posts__pagination .custom-numbers .page-numbers.current {
  color: #ffffff;
  background-color: #668b56;
}
.wr-posts .wr-posts__pagination .custom-next-prev {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wr-posts .wr-posts__pagination .custom-next-prev .page-numbers {
  padding: 0 25px;
  font-size: 28px;
  line-height: 36px;
  font-family: "Ukraine-Medium", sans-serif;
  color: #354535;
  transition: all 0.2s ease-in-out;
}
.wr-posts .wr-posts__pagination .custom-next-prev .page-numbers:hover {
  color: #668b56;
}
.wr-posts .wr-posts__pagination .custom-next-prev .page-numbers i {
  font-size: 22px;
}
.wr-posts .wr-posts__pagination .custom-next-prev .prev i {
  padding-right: 10px;
}
.wr-posts .wr-posts__pagination .custom-next-prev .next i {
  padding-left: 10px;
}
.wr-posts .wr-posts__back {
  margin-bottom: 90px;
}
.wr-posts .wr-posts__back a {
  margin: 30px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wr-posts .wr-posts__back a span {
  font-size: 28px;
  line-height: 36px;
  font-family: "Ukraine-Medium", sans-serif;
}
.wr-posts .wr-posts__back a i {
  padding-right: 10px;
  font-size: 22px;
}

/* ====== POSTS SECTION ====== */
.wr-single {
  position: relative;
  padding: 132px 0 0 0;
}
.wr-single .wr-single__top {
  margin-bottom: 30px;
}
.wr-single .wr-single__title {
  margin-bottom: 24px;
  font-size: 38px;
  line-height: 48px;
  font-family: "Ukraine-Medium-Head", sans-serif;
  text-transform: uppercase;
}
.wr-single .wr-single__add {
  margin-bottom: 24px;
}
.wr-single .wr-single__add p {
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.6);
}
.wr-single .wr-single__tax--item {
  display: inline-block;
  margin-bottom: 15px;
  margin-right: 15px;
  padding: 8px 14px;
  font-size: 16px;
  line-height: 24px;
  background-color: #EDF4EA;
  border-radius: 27px;
}
.wr-single .wr-single__images {
  width: 48%;
}
.wr-single .wr-single__images .swiper-container {
  width: 100%;
  display: none;
}
.wr-single .wr-single__thumbnail {
  display: block;
  margin-bottom: 16px;
  width: 100%;
  height: 336px;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
}
.wr-single .wr-single__gallery {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 16px;
}
.wr-single .wr-single__gallery--item {
  display: block;
  margin-bottom: 16px;
  width: calc(33.3333333333% - 8px);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px;
  height: 150px;
}
.wr-single .wr-single__info {
  width: 52%;
  padding-left: 35px;
}
.wr-single .wr-single__main {
  display: flex;
  flex-wrap: wrap;
}
.wr-single .wr-single__content {
  margin-bottom: 120px;
}
.wr-single .wr-single__content p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
}
.wr-single .wr-single__content p a {
  color: #668b56;
}
.wr-single .wr-single__back {
  margin-top: 48px;
}
.wr-single .wr-single__back a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wr-single .wr-single__back a span {
  font-size: 28px;
  line-height: 36px;
  font-family: "Ukraine-Medium", sans-serif;
}
.wr-single .wr-single__back a i {
  padding-right: 10px;
  font-size: 22px;
}

/* ====== 404 SECTION ====== */
.not-found {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
}
.not-found .not-found__inner {
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  align-items: center;
}
.not-found .not-found__inner .not-found__left {
  width: 100%;
}
.not-found .not-found__inner .not-found__left .not-found__title {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 128px;
  font-weight: 300;
}
.not-found .not-found__inner .not-found__left .not-found__subtitle {
  margin: 0;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
}

/* ====== FOOTER SECTION ====== */
.wr-footer .wr-footer__wrapper {
  display: flex;
  justify-content: space-between;
  padding: 40px 0 88px 0;
}
.wr-footer .wr-footer__img {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.wr-footer .wr-footer__img__logo {
  height: 65px;
  margin-bottom: 115px;
}
.wr-footer .wr-footer__img__mobile-logo {
  display: none;
  height: 48px;
}
.wr-footer .wr-footer__img__image {
  height: 52px;
}
.wr-footer .wr-footer__list {
  max-width: 280px;
}
.wr-footer .wr-footer__list--item {
  margin-bottom: 18px;
  font-size: 16px;
  line-height: 24px;
  font-family: "Ukraine-Light", sans-serif;
}
.wr-footer .wr-footer__list--item:last-child {
  margin-bottom: 0;
}
.wr-footer .wr-footer__list--item:hover {
  font-family: "Ukraine-Bold", sans-serif;
}
.wr-footer .wr-footer__address p {
  font-size: 16px;
  line-height: 24px;
  font-family: "Ukraine-Light", sans-serif;
  margin-bottom: 30px;
}
.wr-footer .wr-footer__address p strong {
  font-family: "Ukraine-Bold", sans-serif;
}
.wr-footer .wr-footer__info a {
  display: block;
}
.wr-footer .wr-footer__info--phone {
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 24px;
  font-family: "Ukraine-Bold", sans-serif;
}
.wr-footer .wr-footer__info--email {
  font-size: 16px;
  line-height: 24px;
  font-family: "Ukraine-Light", sans-serif;
}
.wr-footer .wr-footer__social a {
  margin-left: 18px;
}
.wr-footer .wr-footer__social img {
  width: 32px;
}

/* ====== MEDIAQUERY IMPORT ====== */
/* ====== MEDIAQUERY ====== */
@media screen and (max-width: 1300px) {
  .wr-team .wr-team__list__item--photo {
    height: 400px;
  }
  .wr-team .wr-team__list__item--info {
    top: 380px;
  }
}
@media screen and (max-width: 1199px) {
  .wr-main-header .wr-header .main-nav .wr-navigation ul li a {
    font-size: 15px;
  }
  .wr-footer .wr-footer__list--item,
  .wr-footer .wr-footer__address,
  .wr-footer .wr-footer__info--email {
    font-size: 15px;
  }
  .wr-footer .wr-footer__info--phone {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .searchwp-live-search-results {
    padding: 10px;
  }
  .searchwp-live-search-results .searchwp-live-search-result {
    border: 0;
  }
  .searchwp-live-search-results .searchwp-live-search-result--title a {
    font-size: 16px !important;
    line-height: 22px;
  }
  .searchwp-live-search-results .searchwp-live-search-result--title a span {
    margin-left: 10px;
    display: inline-block;
    padding: 5px 14px;
    font-size: 14px;
  }
  .searchwp-live-search-results .searchwp-live-search-result--desc {
    font-size: 14px;
    line-height: 24px;
  }
  .wr-main-header .wr-header {
    display: flex;
    align-items: center;
    padding: 35px 0;
  }
  .wr-main-header .wr-header .wr-header__inner {
    background-color: #ffffff;
  }
  .wr-main-header .wr-header .wr-logo {
    position: absolute;
    top: 11px;
    left: 25px;
    z-index: 10;
  }
  .wr-main-header .wr-header .wr-logo a img.main-logo {
    display: none;
  }
  .wr-main-header .wr-header .wr-logo a img.main-mobile-logo {
    display: block;
  }
  .wr-main-header .wr-header .main-nav .wr-header-popup {
    margin-right: 60px;
    margin-left: 0;
  }
  .wr-main-header .wr-header .main-nav .wr-navigation .wr-main-menu {
    display: none;
    transition: all 500ms ease;
  }
  .wr-main-header .wr-header .main-nav .wr-navigation .wr-nav-menu-icon {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .wr-main-header .wr-header .main-nav .wr-navigation .wr-nav-menu-icon.active {
    border-width: 1px;
  }
  .wr-main-header .wr-header .main-nav .wr-navigation .wr-header__search-icon {
    position: fixed;
    top: 16px;
    right: 55px;
    margin-left: 0;
    z-index: 99999999;
  }
  .wr-main-header .wr-header .main-nav.active .wr-navigation .wr-main-menu {
    position: absolute;
    display: block;
    width: 100%;
    top: 70px;
    left: 0;
    backdrop-filter: blur(12px);
    background-color: rgba(0, 0, 0, 0.8);
    height: calc(100vh - 70px);
    padding: 25px;
  }
  .wr-main-header .wr-header .main-nav.active .wr-navigation .wr-main-menu .wr-menu {
    width: 100%;
    display: block;
  }
  .wr-main-header .wr-header .main-nav.active .wr-navigation .wr-main-menu .wr-menu ul {
    display: block;
  }
  .wr-main-header .wr-header .main-nav.active .wr-navigation .wr-main-menu .wr-menu ul::before {
    display: none;
  }
  .wr-main-header .wr-header .main-nav.active .wr-navigation .wr-main-menu .wr-menu ul li {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: 0;
    padding: 15px 0;
  }
  .wr-main-header .wr-header .main-nav.active .wr-navigation .wr-main-menu .wr-menu ul li.open .sub-menu {
    width: 100%;
    max-width: 100%;
    height: 100%;
    display: block;
    order: 3;
  }
  .wr-main-header .wr-header .main-nav.active .wr-navigation .wr-main-menu .wr-menu ul li i {
    order: 2;
    padding-left: 10px;
    font-size: 22px;
    color: #ffffff;
    cursor: pointer;
  }
  .wr-main-header .wr-header .main-nav.active .wr-navigation .wr-main-menu .wr-menu ul li a {
    order: 1;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    padding: 0;
    background-color: transparent;
  }
  .wr-main-header .wr-header .main-nav.active .wr-navigation .wr-main-menu .wr-menu ul li a:hover {
    background-color: transparent;
    color: #668b56;
  }
  .wr-main-header .wr-header .main-nav.active .wr-navigation .wr-main-menu .wr-menu ul li.current-menu-item > a, .wr-main-header .wr-header .main-nav.active .wr-navigation .wr-main-menu .wr-menu ul li.current-menu-item > i, .wr-main-header .wr-header .main-nav.active .wr-navigation .wr-main-menu .wr-menu ul li.current-menu-parent > a, .wr-main-header .wr-header .main-nav.active .wr-navigation .wr-main-menu .wr-menu ul li.current-menu-parent > i {
    color: #668b56;
    background-color: transparent;
  }
  .wr-main-header .wr-header .main-nav.active .wr-navigation .wr-main-menu .wr-menu .sub-menu {
    position: relative;
    opacity: 1;
    visibility: visible;
    background-color: transparent;
    padding: 0;
    display: none;
    height: 0;
    top: 0;
    left: 0;
  }
  .wr-main-header .wr-header .main-nav.active .wr-navigation .wr-main-menu .wr-menu .sub-menu li {
    padding: 15px 20px;
  }
  .wr-main-header .wr-header .main-nav.active .wr-navigation .wr-main-menu .wr-menu .sub-menu li:first-child {
    padding-top: 30px;
  }
  .wr-main-header .wr-header .main-nav.active .wr-navigation .wr-main-menu .wr-menu .sub-menu li:last-child {
    padding-bottom: 0;
  }
  .wr-main-header .wr-header .main-nav.active .wr-navigation .wr-main-menu .wr-menu .sub-menu li a {
    color: #ffffff;
  }
  .wr-main-header .wr-header .main-nav.active .wr-navigation .wr-main-menu .wr-menu .menu-add-menu-container ul li a {
    font-size: 25px;
    line-height: 2.5;
    font-weight: 400;
  }
  .wr-main-header .wr-header .main-nav.active .wr-navigation .wr-header__search-icon {
    display: none;
  }
  .wr-main-header .wr-header .main-nav.active .wr-header-popup {
    display: none;
  }
  .wr-main-header .wr-header__search-form {
    top: 0;
  }
  .wr-main-header .wr-header__search-form.active {
    top: 70px;
  }
  .wr-main-header .wr-header__top {
    display: none;
  }
  .wr-main-header .wr-header__handbook {
    right: auto;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
  }
  .wr-banner {
    margin-top: 70px;
  }
  .wr-banner .wr-banner__inner-wrapper {
    height: auto;
  }
  .wr-banner .wr-banner__info {
    padding: 100px 0;
  }
  .wr-banner .wr-banner__info .wr-banner__inner {
    max-width: 350px;
  }
  .wr-banner .wr-banner__info .wr-banner__title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 110px;
  }
  .wr-banner .wr-banner__info .wr-banner__btn {
    display: none;
  }
  .wr-banner .wr-banner__info .wr-banner__phone {
    max-width: 265px;
    margin: 0 auto;
    padding: 18px 35px;
    border-radius: 28px;
    background-color: #ffffff;
    color: #668b56;
    line-height: 1;
  }
  .wr-banner .wr-banner__info .wr-banner__phone a {
    color: #668b56;
  }
  .wr-banner.style2 .wr-banner__inner-wrapper {
    padding: 66px 25px;
  }
  .wr-banner.style2 .wr-banner__info {
    padding: 0;
  }
  .wr-banner.style2 .wr-banner__info .wr-banner__title {
    margin-bottom: 90px;
    font-size: 30px;
    line-height: 48px;
  }
  .wr-banner.style2 .wr-banner__info .wr-banner__subtitle {
    display: none;
  }
  .wr-banner.style2 .wr-banner__info .wr-banner__phone span {
    display: none;
  }
  .wr-banner.style2 .wr-banner__info .wr-banner__btn {
    display: block;
    text-transform: uppercase;
  }
  .wr-services {
    padding: 30px 0 0 0;
  }
  .wr-services .wr-services__title {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 48px;
    text-transform: uppercase;
  }
  .wr-services .wr-services__list {
    display: block;
  }
  .wr-services .wr-services__item {
    width: 100%;
    height: 98px;
    margin: 0 0 20px 0;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .wr-services .wr-services__item img {
    margin-bottom: 0;
    margin-right: 25px;
  }
  .wr-services .wr-services__item span {
    max-width: 180px;
    text-align: left;
    font-size: 16px;
    line-height: 22px;
  }
  .wr-desc-image .wr-desc-image__inner-wrapper {
    padding: 30px 0;
  }
  .wr-desc-image .wr-desc-image__info {
    width: 100%;
    padding-right: 0;
  }
  .wr-desc-image .wr-desc-image__info .wr-desc-image__title {
    color: #668b56;
  }
  .wr-desc-image .wr-desc-image__img {
    display: none;
    height: 225px;
    width: 100%;
    margin-bottom: 24px;
  }
  .wr-desc-image .wr-desc-image__img.mobile {
    display: block;
  }
  .wr-counter {
    padding: 16px 0;
  }
  .wr-counter .wr-counter__list {
    display: block;
  }
  .wr-counter .wr-counter__item {
    width: 100%;
    margin-bottom: 24px;
  }
  .wr-counter .wr-counter__item:last-child {
    margin-bottom: 0;
  }
  .wr-counter .wr-counter__item--top {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 22px;
    font-family: "Ukraine-Regular", sans-serif;
    color: #668b56;
  }
  .wr-counter .wr-counter__item--value {
    margin-bottom: 0;
    font-size: 48px;
    line-height: 56px;
  }
  .wr-counter .wr-counter__item--bottom {
    font-size: 16px;
    line-height: 22px;
    font-family: "Ukraine-Regular", sans-serif;
    color: #668b56;
  }
  .wr-links-image {
    padding: 30px 0;
  }
  .wr-links-image .wr-links-image__title {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 48px;
    text-transform: uppercase;
    font-family: "Ukraine-Medium", sans-serif;
  }
  .wr-links-image .wr-links-image__img {
    width: 100%;
    height: 254px;
    margin-bottom: 30px;
  }
  .wr-links-image .wr-links-image__list {
    width: 100%;
    padding-left: 0;
  }
  .wr-links-image .wr-links-image__item--title {
    display: block;
  }
  .wr-links-image .wr-links-image__item--subtitle {
    font-size: 14px;
    line-height: 22px;
  }
  .wr-social.style2 .wr-social__info {
    width: 100%;
  }
  .wr-social.style2 .wr-social__list {
    display: none;
  }
  .wr-social.style2 .wr-social__list-wrapper a {
    width: 100%;
  }
  .wr-social .wr-social__inner-wrapper {
    padding: 30px 0;
  }
  .wr-social .wr-social__info {
    width: 100%;
    margin-bottom: 34px;
  }
  .wr-social .wr-social__info .wr-social__title {
    margin-bottom: 15px;
  }
  .wr-social .wr-social__info .wr-social__subtitle {
    color: #668b56;
  }
  .wr-social .wr-social__list-wrapper {
    width: 100%;
  }
  .wr-social .wr-social__list-wrapper--title {
    display: none;
  }
  .wr-social .wr-social__list {
    flex-wrap: wrap;
  }
  .wr-social .wr-social__list .wr-social__list__item {
    width: 100%;
    margin-left: 0;
    margin-bottom: 18px;
    height: 56px;
    border-radius: 40px;
  }
  .wr-social .wr-social__list .wr-social__list__item span {
    display: block;
    margin-right: 16px;
    font-size: 16px;
    line-height: 22px;
    font-family: "Ukraine-Medium", sans-serif;
    color: #ffffff;
  }
  .wr-testimonial {
    padding: 30px 0;
  }
  .wr-testimonial .wr-testimonial__sliders {
    padding: 0;
  }
  .wr-testimonial .wr-testimonial__sliders .swiper-slide {
    width: 70% !important;
  }
  .wr-testimonial .swiper-button-prev,
  .wr-testimonial .swiper-button-next {
    display: none;
  }
  .wr-faq {
    padding: 30px 0;
  }
  .wr-faq .wr-faq__title {
    margin-bottom: 20px;
  }
  .wr-faq .wr-faq__list__item--title {
    font-size: 16px;
    line-height: 24px;
    font-family: "Ukraine-Regular", sans-serif;
  }
  .wr-faq .wr-faq__list__item--title i {
    font-size: 28px;
  }
  .wr-contact {
    padding: 30px 0;
  }
  .wr-contact .wr-contact__title {
    margin-bottom: 30px;
    font-size: 28px;
    line-height: 36px;
    text-transform: uppercase;
  }
  .wr-contact .wr-contact__subtitle {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
    font-family: "Ukraine-Regular", sans-serif;
  }
  .wr-contact .wr-contact__number {
    width: 100%;
  }
  .wr-contact .wr-contact__form {
    padding-top: 50px;
  }
  .wr-contact .wr-contact__form form .main-contact-form__info {
    margin-bottom: 0;
  }
  .wr-contact .wr-contact__form form .main-contact-form__input {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .wr-contact .wr-contact__form form .main-contact-form__input label {
    margin-bottom: 10px;
  }
  .wr-contact .wr-contact__form form .button-submit {
    margin-top: 20px;
  }
  .wr-contact .wr-contact__social--title {
    width: 100%;
  }
  .wr-contact .wr-contact__social__list {
    margin-top: 20px;
  }
  .wr-contact .wr-contact__social__list a {
    margin-right: 30px;
    margin-left: 0;
  }
  .wr-consulting {
    padding: 30px 0;
  }
  .wr-consulting .wr-consulting__title {
    margin-bottom: 30px;
    font-size: 28px;
    line-height: 36px;
    text-transform: uppercase;
  }
  .wr-consulting .wr-consulting__main {
    flex-wrap: wrap;
  }
  .wr-consulting .wr-consulting__subtitle {
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
    font-family: "Ukraine-Regular", sans-serif;
  }
  .wr-consulting .wr-consulting__links {
    width: 100%;
  }
  .wr-consulting .wr-consulting__links a {
    width: 100%;
  }
  .wr-consulting .wr-consulting__bottom {
    font-size: 16px;
    line-height: 24px;
  }
  .wr-space {
    display: none;
  }
  .wr-space.mobile {
    display: block;
  }
  .wr-map .wr-map__title {
    display: none;
  }
  .wr-map .wr-map__address {
    display: none;
  }
  .wr-map .wr-map__maps {
    width: 100%;
    height: 400px;
  }
  .wr-map .wr-map__mobile {
    display: block;
  }
  .wr-team {
    padding: 30px 0 60px 0;
  }
  .wr-team .wr-team__title {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 48px;
  }
  .wr-team .swiper-button-prev,
  .wr-team .swiper-button-next,
  .wr-team .swiper-pagination {
    display: none;
  }
  .wr-team .wr-team__list__item {
    width: 80% !important;
    padding-bottom: 90px;
  }
  .wr-team .wr-team__list__item--photo {
    height: 280px;
  }
  .wr-team .wr-team__list__item--info {
    top: 280px;
    padding: 18px 10px;
  }
  .wr-team .wr-team__list__item--title {
    margin-bottom: 0;
    font-size: 14px;
  }
  .wr-team .wr-team__list__item--position {
    font-size: 14px;
    line-height: 20px;
  }
  .wr-team .wr-team__list__item--description {
    padding-top: 25px;
    font-size: 13px;
    line-height: 20px;
  }
  .wr-image-slider {
    padding: 30px 0 60px 0;
  }
  .wr-image-slider .wr-image-slider__title {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 48px;
  }
  .wr-image-slider .swiper-button-prev,
  .wr-image-slider .swiper-button-next,
  .wr-image-slider .swiper-pagination {
    display: none;
  }
  .wr-image-slider .wr-image-slider__list__item {
    width: 80% !important;
  }
  .wr-simple .wr-simple__title {
    font-size: 30px;
    line-height: 48px;
  }
  .wr-service-page {
    padding: 70px 0 0 0;
  }
  .wr-service-page .wr-service-page__item {
    margin-bottom: 30px;
  }
  .wr-service-page .wr-service-page__item__title {
    margin: 30px 0;
    font-size: 30px;
    line-height: 48px;
  }
  .wr-service-page .wr-service-page__item__info {
    width: 100%;
    padding-right: 0;
    order: 2;
  }
  .wr-service-page .wr-service-page__item__info--title {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 20px;
  }
  .wr-service-page .wr-service-page__item__info__list--title {
    font-size: 14px;
    line-height: 20px;
  }
  .wr-service-page .wr-service-page__item__info--btn {
    margin-top: 30px;
    width: 100%;
  }
  .wr-service-page .wr-service-page__item__img {
    width: 100%;
    order: 1;
    margin-bottom: 30px;
    height: 300px;
  }
  .wr-service-page .wr-service-page__item__more a {
    margin: 10px 0;
  }
  .wr-service-page .wr-service-page__item__more a span {
    font-size: 18px;
    line-height: 24px;
  }
  .wr-service-single {
    padding: 70px 0 0 0;
  }
  .wr-service-single.style2 .wr-service-single__inner-wrapper {
    margin-bottom: 30px;
  }
  .wr-service-single.style2 .wr-service-single__content {
    width: 100%;
    padding-left: 0;
  }
  .wr-service-single.style2 .wr-service-single__img {
    width: 100%;
  }
  .wr-service-single.style2 .wr-service-single__img--thumbnail {
    height: 200px;
  }
  .wr-service-single.style2 .wr-service-single__img__list {
    flex-wrap: wrap;
  }
  .wr-service-single.style2 .wr-service-single__img__list--item {
    width: 100%;
    height: 200px;
  }
  .wr-service-single .wr-service-single__title {
    margin: 30px 0;
    font-size: 30px;
    line-height: 48px;
  }
  .wr-service-single .wr-service-single__content {
    width: 100%;
    order: 2;
    padding-right: 0;
  }
  .wr-service-single .wr-service-single__img {
    width: 100%;
    order: 1;
    margin-bottom: 30px;
  }
  .wr-service-single .wr-service-single__img--thumbnail {
    height: 300px;
  }
  .wr-service-single .wr-service-single__info {
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .wr-service-single .wr-service-single__info--title {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 20px;
  }
  .wr-service-single .wr-service-single__info__list--title {
    font-size: 14px;
    line-height: 20px;
  }
  .wr-doc-page {
    padding: 70px 0 0 0;
  }
  .wr-doc-page .wr-doc-page__item {
    margin-bottom: 30px;
  }
  .wr-doc-page .wr-doc-page__item__cat-title {
    margin: 30px 0;
    font-size: 30px;
    line-height: 48px;
  }
  .wr-doc-page .wr-doc-page__item__list {
    margin: 0;
  }
  .wr-doc-page .wr-doc-page__item__list__item {
    width: 100%;
    padding: 0;
  }
  .wr-doc-page .wr-doc-page__more a {
    margin: 0 0 30px 0;
  }
  .wr-doc-page .wr-doc-page__more a span {
    font-size: 18px;
    line-height: 24px;
  }
  .wr-search {
    padding: 70px 0 30px 0;
  }
  .wr-search .wr-search__info {
    margin: 30px 0;
  }
  .wr-search .wr-search__info--title {
    font-size: 30px;
    line-height: 40px;
  }
  .wr-search .wr-search__posts__wrapper {
    margin: 0;
  }
  .wr-search .wr-search__posts__item {
    padding: 0;
    width: 100%;
    margin-bottom: 30px;
  }
  .wr-doc-single {
    padding: 70px 0 0 0;
  }
  .wr-doc-single .wr-doc-single__info {
    margin-top: 30px;
  }
  .wr-doc-single .wr-doc-single__title {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 48px;
  }
  .wr-doc-single .wr-doc-single__content {
    width: 100%;
    order: 1;
  }
  .wr-doc-single .wr-faq {
    padding-top: 30px;
  }
  .wr-doc-single .wr-doc-single__back {
    margin-bottom: 30px;
  }
  .wr-doc-single .wr-doc-single__back a {
    margin: 10px 0;
  }
  .wr-doc-single .wr-doc-single__back a span {
    font-size: 18px;
    line-height: 24px;
  }
  .wr-posts {
    padding: 70px 0 0 0;
  }
  .wr-posts .wr-posts__title {
    margin: 30px 0;
    font-size: 30px;
    line-height: 48px;
  }
  .wr-posts .wr-posts__switcher {
    padding: 10px 0 40px 0;
  }
  .wr-posts .wr-posts__switcher span {
    padding: 0 24px;
    font-size: 18px;
    line-height: 24px;
  }
  .wr-posts .wr-posts__tax-list__taxonomy--title {
    font-size: 18px;
    line-height: 24px;
  }
  .wr-posts .wr-posts__tax-list__taxonomy--list {
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
  }
  .wr-posts .wr-posts__tax-list__taxonomy--list--item {
    margin-bottom: 0;
  }
  .wr-posts .wr-posts__item {
    width: 100%;
    margin-bottom: 30px;
  }
  .wr-posts .wr-posts__item--img {
    height: 204px;
  }
  .wr-posts .wr-posts__pagination .custom-next-prev .page-numbers {
    font-size: 18px;
    line-height: 24px;
  }
  .wr-single {
    padding: 70px 0 0 0;
  }
  .wr-single .wr-single__title {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 38px;
  }
  .wr-single .wr-single__add,
  .wr-single .wr-single__top {
    margin-bottom: 15px;
  }
  .wr-single .wr-single__images {
    width: 100%;
    margin-bottom: 30px;
  }
  .wr-single .wr-single__images .swiper-container {
    display: block;
  }
  .wr-single .wr-single__thumbnail {
    display: none;
  }
  .wr-single .wr-single__gallery {
    display: none;
  }
  .wr-single .wr-single__gallery--item {
    height: 264px;
    width: 264px;
    margin-bottom: 0;
  }
  .wr-single .wr-single__info {
    width: 100%;
    padding-left: 0;
  }
  .wr-single .wr-single__content {
    margin-bottom: 40px;
  }
  .wr-single .wr-single__back {
    margin-top: 30px;
  }
  .wr-single .wr-single__back a {
    margin: 10px 0;
  }
  .wr-single .wr-single__back a span {
    font-size: 18px;
    line-height: 24px;
  }
  .wr-footer .wr-footer__wrapper {
    padding: 24px 0 100px 0;
    flex-wrap: wrap;
  }
  .wr-footer .wr-footer__img {
    width: 100%;
    margin-bottom: 65px;
  }
  .wr-footer .wr-footer__img__logo,
  .wr-footer .wr-footer__img__image,
  .wr-footer .wr-footer__address,
  .wr-footer .wr-footer__info {
    display: none;
  }
  .wr-footer .wr-footer__img__mobile-logo {
    display: block;
  }
  .wr-footer .wr-footer__social {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .wr-footer .wr-footer__social a {
    display: block;
    width: 40px;
    margin-left: 0;
    margin-top: 40px;
  }
  .mfp-close-btn-in .mfp-close {
    width: 42px;
    height: 42px;
    top: 18px;
    right: 18px;
    font-size: 30px;
  }
  .mfp-close-btn-in .mfp-close::after {
    top: 0;
    width: 42px;
    height: 42px;
  }
  .mfp-close-btn-in .mfp-close::before {
    opacity: 0.8;
    visibility: visible;
  }
  .mfp-close-btn-in .mfp-close.form-sbmt::before {
    display: none;
  }
  .wr-modal__info {
    padding: 100px 0;
  }
  .popup-block .wr-header-popup-wrap__inner .wr-header-popup-wrap__form {
    padding-left: 160px;
    padding-bottom: 90px;
  }
  .popup-block .wr-header-popup-wrap__inner .wr-header-popup-wrap__form::after {
    width: 130px;
  }
  .not-found .not-found__inner .not-found__left {
    width: 100%;
  }
  .not-found .not-found__inner .not-found__right {
    display: none;
  }
}

/*# sourceMappingURL=main.css.map */
