/*!
Theme Name: frop
Theme URI: http://frop.com.ua/
Author URI: http://frop.com.ua/
Description: Description
Version: 2.4.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: frop.com.ua
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

.preloader {
  position: fixed;
  left: 0;
  top: 0;
  padding: 19%;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background: #fff;
  z-index: 1001;
}

.con85 {
  width: 85%;
}

section.projects {
  width: 100%;
  margin-top: 100px;
}

.projects-header {
  margin: 0 auto;
  position: relative;
  width: 85vw;
}

.projects-header h3 {
  font-family: SF UI Display;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  color: #000;
  margin: 0 15px;
  position: absolute;
  bottom: 3px;
  margin-left: 0;
}

.projects-main {
  background-position: center center;
  background-size: cover;
  transition: all 0.4s cubic-bezier(0.65, 0.02, 0, 0.93);
  -moz-transition: all 0.4s cubic-bezier(0.65, 0.02, 0, 0.93);
  -web-kit-transition: all 0.4s cubic-bezier(0.65, 0.02, 0, 0.93);
  background-repeat: no-repeat;
  min-height: 85vh;
  position: relative;
  width: 85vw;
  border-radius: 12px;
  margin: 0 auto;
  margin-top: 21px;
  overflow: hidden;
  margin-bottom: 21px;
  display: flex;
}

.projects-main::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  background-size: cover;
  transform-origin: center;
  transition: transform 0.4s ease-in-out;
}

.projects-main:hover::after {
  transform: scale(1.05);
}

.projects-title {
  position: absolute;
  padding: 16px 16px 16px 24px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 12px;
  color: #fff;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 4;
}

.projects-title h2 {
  position: relative;
  font-family: SF UI Display;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  margin: 2px 0;
}

.projects-title h2:after {
  content: "";
  background: url(img/project-arrow.svg) no-repeat center;
  opacity: 0;
  position: absolute;
  width: 14px;
  height: 24px;
  right: 21px;
  top: 5px;
  transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -web-kit-transition: 0.3s ease-out;
}

.projects-main:hover .projects-title h2::after {
  opacity: 1;
  right: 11px;
}

.projects-title span {
  display: block;
  font-family: SF UI Display;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.02em;
  color: #868686;
}

.project-cat-nav {
  margin-bottom: 57px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}

.project-cat-nav ul {
  display: flex;
  margin: 0 auto;
  padding-left: 0;
}

.project-cat-nav ul li {
  display: block;
  padding: 16px 24px;
}

.project-cat-nav ul li a,
a.sub-cat-menu {
  display: block;
  font-family: SF UI Display;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.02em;
  transition: 0.3s ease-in-out;
  color: #000;
}

.project-cat-nav ul li a:hover {
  cursor: pointer;
  transform: scale(1.1, 1.1);
}

.project-cat-nav ul.children {
  display: none;
  opacity: 0;
}

.project-overlay {
  border-radius: 12px 12px 0 0;
  overflow: hidden;
}

.projects-cat {
  background-position: center center;
  background-size: cover;
  transition: 0.4s cubic-bezier(0.65, 0.02, 0, 0.93);
  -moz-transition: 0.4s cubic-bezier(0.65, 0.02, 0, 0.93);
  -web-kit-transition: 0.4s cubic-bezier(0.65, 0.02, 0, 0.93);
  background-repeat: no-repeat;
  min-height: 40vh;
  width: 100%;
  margin: 0 auto;
  display: block;
}

.project-overlay:hover .projects-cat {
  transform: scale(1.1, 1.1);
}

.projects-title-cat {
  background: #fff;
  border-radius: 0 0 12px 12px;
  margin-bottom: 50px;
  padding: 16px 24px;
}

.projects-title-cat h2 {
  font-family: SF UI Display;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #000;
  position: relative;
  margin: 0;
  transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -web-kit-transition: 0.3s ease-out;
  margin-bottom: 2px;
}

.projects-title-cat span {
  font-family: SF UI Display;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.02em;
  color: #868686;
}

.projects-title-cat h2:after {
  content: "";
  opacity: 0;
  position: absolute;
  right: 12px;
  border: solid #000;
  border-width: 0 2.5px 2.5px 0;
  display: inline-block;
  padding: 5px;
  top: 7px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -web-kit-transition: 0.3s ease-out;
}

.projects-link-cat:hover .projects-title-cat h2:after {
  opacity: 1;
  right: 5px;
}

.project-hiro {
  background-position: center center;
  background-size: cover;
  min-height: 100vh;
  position: relative;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.project-hiro h1 {
  font-family: SF UI Display;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  color: #fff;
  position: absolute;
  bottom: 60px;
  padding-left: 15px;
  max-width: 635px;
  margin: 0;
}

.project-content {
  font-family: Source Serif Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.02em;
  color: #000;
  padding-right: 120px !important;
}

.project-content p {
  padding: 0;
  margin: 0;
}

.about-project {
  margin-bottom: 60px;
}

.about-video {
  min-height: 100vh;
  width: auto;
  margin-bottom: 70px;
}

.project-optional p {
  font-family: SF UI Display;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #000;
  padding: 16px 0;
  margin: 0;
  border-bottom: 1px solid #ebebeb;
}

.project-optional p:first-child {
  border-top: 1px solid #ebebeb;
}

.project-optional span {
  font-family: Source Serif Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  float: right;
  line-height: 28px;
  color: #868686;
  letter-spacing: 0.02em;
  margin: 0;
}

.project-video {
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 12px;
  height: 100vh;
  width: auto;
  overflow: hidden;
  position: relative;
}

.project-gallery-pic {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 70px;
}

.project-gallery-pic img {
  border-radius: 12px;
  display: block;
  transition: 0.4s cubic-bezier(0.65, 0.02, 0, 0.93);
  -moz-transition: 0.4s cubic-bezier(0.65, 0.02, 0, 0.93);
  -web-kit-transition: 0.4s cubic-bezier(0.65, 0.02, 0, 0.93);
}

.project-gallery-pic {
  margin-left: 10px;
  margin-right: 10px;
}

.project-gallery-pic:hover img {
  transform: scale(1.2);
}

.other-projects-title {
  font-family: SF UI Display;
  font-style: normal;
  font-weight: 700;
  border-top: 1px solid #ebebeb;
  font-size: 40px;
  line-height: 48px;
  display: block;
  width: 100%;
  position: relative;
  padding-top: 56px;
  margin: 0;
  margin-bottom: 24px;
  color: #000;
}

li.categories {
  display: inline-block;
}

li.categories a {
  color: #868686;
}

li.categories a:hover {
  color: #02a64d;
}

.btn-style {
  font-family: SF UI Display;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 13px 23px;
  letter-spacing: 0.02em;
}

.more-proj {
  color: #000;
  position: absolute;
  right: 0;
  display: block;
  bottom: -2px;
  font-family: SF UI Display;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.02em;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 13px 0;
  transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -web-kit-transition: 0.3s ease-out;
}

.more-proj:before {
  content: "";
  background: url(img/btn-arrow.svg) no-repeat center;
  opacity: 0;
  position: absolute;
  display: block;
  width: 8px;
  height: 100%;
  right: 10px;
  bottom: 0;
  transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -web-kit-transition: 0.3s ease-out;
}

.more-proj:hover {
  padding-right: 16px;
}

.more-proj:hover:before {
  opacity: 1;
  right: 0;
}

.more-projects-top {
  color: #fff;
  border: 1px solid #fff;
  box-sizing: border-box;
  display: inline-block;
  transition: 0.2s ease-out;
}

.more-projects-top:hover,
.more-projects:hover {
  transform: scale(1.1, 1.1);
}

.more-projects {
  color: #02a64d !important;
  border: 1px solid #02a64d;
  margin: 20px auto;
  display: inline-block;
  transition: 0.2s ease-out;
}

section.other-projects {
  margin-bottom: 50px;
}

section.benefits {
  position: relative;
  margin-top: 100px;
  padding-bottom: 100px;
}

section.benefits + section{margin-top:0;}


.benefits-wrap {
  background-image: url(img/Benefitsbg.png);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 580px;
  width: 100%;
  position: relative;
}

.benefits-wrap h1 {
  font-family: SF UI Display;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  padding-top: 197px;
  width: 860px;
  color: #fff;
  margin: 0 auto;
  z-index: 4;
  position: relative;
}

.benefits-main {
  background: #fff;
  margin: 0 121px;
  max-width: 1038px;
  padding: 60px 106px 71px 106px;
  border-radius: 12px;
  position: relative;
  margin-top: -120px;
}

.benefits-title {
  font-family: SF UI Display;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  color: #000;
  position: relative;
  margin: 0;
  margin-bottom: 36px;
  padding-right: 20px;
}

.benefits-title span {
  position: relative;
  color: #02a64d;
}

.benefits-title span:after {
  content: "";
  background: url(img/100pr.svg) no-repeat center;
  display: block;
  position: absolute;
  width: 96px;
  height: 68px;
  top: -12px;
  left: -10px;
}

.benefits-main ul {
  padding-left: 0;
  margin: 0;
  font-family: Source Serif Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  color: #000;
  letter-spacing: 0.02em;
}

.benefits-main ul > li {
  padding: 30px 0;
  border-bottom: 1px solid #ebebeb;
  position: relative;
}

.benefits-main ul li:first-child {
  border-top: 1px solid #ebebeb;
}

section.business-slider {
  padding: 100px 15px 66px 15px;
}

.owl-carousel .owl-item img {
  width: 70vw !important;
  height: 65vh;
  border-radius: 12px;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 0;
  bottom: 22px;
  z-index: 6;
  transition: 0.4s cubic-bezier(0.65, 0.02, 0, 0.93);
  -moz-transition: 0.4s cubic-bezier(0.65, 0.02, 0, 0.93);
  -web-kit-transition: 0.4s cubic-bezier(0.65, 0.02, 0, 0.93);
}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
  transform: scale(1.1, 1.1);
}

.owl-carousel .owl-nav button.owl-prev {
  left: 15px;
}

.owl-carousel .owl-nav button.owl-next {
  right: 15px;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: none !important;
}

.owl-theme .owl-dots {
  top: -80px;
  position: relative;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #fff !important;
}

.owl-theme .owl-dots .owl-dot span {
  background: rgba(255, 255, 255, 0.5) !important;
}

.slider-item {
  margin-left: 16px;
  margin-right: 16px;
}

.slider-box {
  width: 100%;
  overflow: hidden;
  text-align: center;
}

.business-title {
  padding-bottom: 54px;
  margin: 0 auto;
  max-width: 720px;
  font-family: SF UI Display;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  color: #000;
}

section.certificate {
  font-family: Source Serif Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  color: #000;
  letter-spacing: 0.02em;
  margin: 100px 0;
}

.certificate-main {
  background: #fff;
  border-radius: 12px;
}

.certificate-left {
  width: 50%;
  float: left;
  padding: 54px 60px 78px 60px;
}

.certificate-right {
  min-height: 100%;
  width: 50%;
  display: flex;
  justify-content: center;
}

.certificate-right img {
  min-height: 100%;
  width: 100%;
  border-radius: 0 12px 12px 0;
}

.certificate-title {
  font-family: "SF UI Display";
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  margin: 24px 0;
  line-height: 36px;
  color: #02a64d;
}

.cerf-text {
  font-family: SF UI Display;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  margin-top: 0;
  line-height: 48px;
  text-align: center;
  color: #000;
}

section.business-slider,
section.contacts {
  background: #fff;
}

.vacancies-hiro {
  background-position: center center;
  background-size: cover;
  min-height: 100vh;
  position: relative;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.vacancies-hiro h1 {
  font-family: SF UI Display;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  padding: 10px 175px;
  color: #fff;
  margin: 0 auto;
  z-index: 4;
  position: relative;
}

.vacancies-descript {
  font-family: SF UI Display;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #868686;
}

.vacancies-content {
  font-family: Source Serif Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #000;
}

.vacancies-list {
  padding-top: 200px;
  margin-bottom: 100px;
}

.vacancies-content ul {
  margin: 0;
  padding: 0;
}

.vacancies-content ul li {
  padding: 20px 8px;
  border-bottom: 1px solid #ebebeb;
  overflow: hidden;
}

.vacancies-content ul li h2 {
  position: relative;
  font-family: SF UI Display;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.02em;
  color: #000;
  cursor: pointer;
  margin: 0px;
}

.vacancies-content ul li h2:focus {
  color: black;
  outline: 0;
}

.vacancies-content ul li h2::before {
  position: absolute;
  top: 8px;
  right: 5px;
  border: solid #000;
  border-width: 0 2.5px 2.5px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -web-kit-transition: 0.3s ease-out;
  text-align: center;
}

.vacancies-content ul li h2:focus::before {
  transform: rotate(225deg);
}

.vacancies-content ul li p {
  display: none;
  opacity: 0;
  transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -web-kit-transition: 0.2s ease-out;
}

.vacancies-content ul li h2:focus ~ p {
  display: block;
  opacity: 1;
}

.vacancies-content ul li:first-child {
  border-top: 1px solid #ebebeb;
}

.vacancies-card {
  margin-top: 0 !important;
}

.vacancies-card-img {
  width: 296px;
  height: 362px;
  overflow: hidden;
  margin-bottom: 18px;
  border-radius: 12px;
}

.vacancies-name {
  font-family: SF UI Display;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #000;
}

.vacancies-position {
  font-family: SF UI Display;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.02em;
  color: #868686 !important;
}

.vacancies-phone a {
  font-family: SF UI Display;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #000;
}

p.vacancies-phone {
  transition: 0.4s cubic-bezier(0.65, 0.02, 0, 0.93);
  -moz-transition: 0.4s cubic-bezier(0.65, 0.02, 0, 0.93);
  -web-kit-transition: 0.4s cubic-bezier(0.65, 0.02, 0, 0.93);
}

p.vacancies-phone:hover {
  transform: scale(1.1);
}

section.contacts {
  padding: 56px 15px;
}

.contacts-title {
  padding: 0;
  margin: 0 auto;
  font-family: SF UI Display;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  color: #000;
  margin-bottom: 32px;
}

.contacts-mobile-title {
  font-family: Source Serif Pro;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #000;
  margin-bottom: 20px;
}

.contacts-title p {
  margin: 0;
}

.contact-card {
  margin: 24px 0;
}

.contact-card img {
  margin: 0 auto;
  margin-bottom: 18px;
  display: block;
  border-radius: 12px;
  transition: 0.4s cubic-bezier(0.65, 0.02, 0, 0.93);
  -moz-transition: 0.4s cubic-bezier(0.65, 0.02, 0, 0.93);
  -web-kit-transition: 0.4s cubic-bezier(0.65, 0.02, 0, 0.93);
}

.contact-card p {
  margin-top: 0;
  margin-bottom: 2px;
  color: #000;
}

p.contact-name {
  font-family: SF UI Display;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
}

p.contact-position {
  font-family: SF UI Display;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #868686;
}

p.contact-phone {
  font-family: SF UI Display;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #000;
  text-align: center;
  transition: 0.3s cubic-bezier(0.65, 0.02, 0, 0.93);
  -moz-transition: 0.3s cubic-bezier(0.65, 0.02, 0, 0.93);
  -web-kit-transition: 0.3s cubic-bezier(0.65, 0.02, 0, 0.93);
}

p.contact-phone:hover {
  transform: scale(1.1);
}

.contact-main {
  padding-top: 126px !important;
  padding-bottom: 90px;
  /* min-height: 860px;
  height: 87vh; */
}

section.category-wrap {
  padding: 0 20px 50px 20px;
}

body {
  margin: 0;
}

main {
  display: block;
}

.container {
  max-width: 1280px !important;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  text-decoration: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

.feed_back_btn {
  font-family: SF UI Display;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.02em;
  padding: 14px 24px;
  margin: 0 auto;
  display: block;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  cursor: pointer;
  color: #000;
  border: 1px solid #000;
  border-radius: 8px;
}

section.feedback {
  min-height: 90vh;
}

.feedback_title {
  font-family: SF UI Display;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 48px;
  padding-top: 170px;
  margin-bottom: 8px;
  text-align: center;
  color: #000;
}

.feedback_title_done {
  padding-top: 300px;
  position: relative !important;
}

.feedback_title_done:before {
  content: "";
  position: absolute;
  background: url(img/sendok.svg) no-repeat center;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 60px;
  width: 74px;
  height: 70px;
}

.feedback_span {
  display: block;
  width: 100%;
  font-family: Source Serif Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.02em;
}

.feedback_text {
  font-family: SF UI Display;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.02em;
  color: #000;
  margin: 27px 0px 8px 0px;
  display: inline-block;
}

/* .wpcf7-form{
    margin-top: 27px;
} */

.wpcf7-spinner,
.wpcf7-submit {
  display: none;
}

.feedback_radio {
  margin-top: 30px;
  text-align: center;

  font-family: SF UI Display;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.02em;
  color: #000;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  margin-right: 8px;
  vertical-align: sub;
  width: 20px;
  height: 20px;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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

html {
  box-sizing: border-box;
}

body,
button,
input,
optgroup,
select,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
  /* ie 6/7 */
}

cite,
dfn,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

ins,
mark {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

body {
  background: #fafafa;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ol,
ul {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: none;
}

ol {
  list-style: decimal;
}

li > ol,
li > ul {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

a {
  color: #000;
}

a:active,
a:focus,
a:hover {
  cursor: pointer;
}

a:focus {
  outline: 0;
}

a:active,
a:hover {
  outline: 0;
}

a:active {
  outline: 0;
}

.current-cat > a,
.current-menu-item > a {
  color: #02a64d !important;
}

button {
  border: none;
  background: 0 0;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea {
  color: #091e42;
  background-color: #fafbfc;
  border-radius: 3px;
  border: 2px solid #dfe1e6;
  padding: 8px 6px;
  font-size: 16px;
  min-width: 0px;
  outline: none;
  width: 100%;
  overflow: hidden;
  transition: background-color 0.2s ease-in-out 0s,
    border-color 0.2s ease-in-out 0s;
  overflow-wrap: break-word;
}

input[type="color"]:hover,
input[type="date"]:hover,
input[type="datetime-local"]:hover,
input[type="datetime"]:hover,
input[type="email"]:hover,
input[type="month"]:hover,
input[type="number"]:hover,
input[type="password"]:hover,
input[type="range"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
input[type="text"]:hover,
input[type="time"]:hover,
input[type="url"]:hover,
input[type="week"]:hover,
textarea:hover {
  background-color: #ebecf0;
}

input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime-local"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="range"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
textarea:focus {
  color: #111;
  background-color: #fff;
  border-color: #000;
}

form {
  width: 480px;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

.site-header {
  position: fixed;
  z-index: 10;
  margin: 0 auto;
  width: 100%;
  background-color: rgb(255 255 255 / 90%);
  border-bottom: 0.5px solid #02a64d;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header-box {
    margin: 0 auto;
    margin-top: 20px;
    padding: 6px 8px 0px 15px;
}

.site-header.out {
  transform: translateY(-83px);
}

.site-branding {
  width: 90px;
  vertical-align: middle;
  background-image: url(img/logogr.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  background-position: center;
  height: auto;
  padding: 28px 0;
  text-align: center;
  margin: 0 auto;
  display: block;
}

.logo-link {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 54px;
  width: 90px;
  z-index: 11;
}

.hero-slider {
  background-image: url(img/heroslider.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  width: auto;
  overflow: hidden;
  position: relative;
}

.hero-slider:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  z-index: 1;
}

.benefits-wrap::before,
.project-hiro:before,
.vacancies-hiro::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
}

.hero-title {
  text-align: center;
  color: #fff;
  top: 28vh;
  z-index: 1;
}

.hero-title h1 {
  font-family: SF UI Display;
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 58px;
  text-align: center;
  color: #fff;
  margin: 0;
  padding: 32px 175px;
  margin-bottom: 10px;
}

.site-footer {
  background-color: #fff;
  font-family: SF UI Display;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #000;
  padding: 15px;
}

a.soc-fb,
a.soc-inst,
a.soc-pt,
a.soc-tg,
a.soc-in,
a.soc-yt {
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: -webkit-baseline-middle;
  transition: 0.3s ease-out;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
}

a.soc-fb {
  background-image: url(img/Facebook.svg);
}

a.soc-inst {
  background-image: url(img/Instagram.svg);
}

a.soc-yt {
  background-image: url(img/Youtube.svg);
}

a.soc-pt {
  background-image: url(img/Pinterest.svg);
}

a.soc-tg {
  background-image: url(img/Telegram.svg);
}

a.soc-in {
  background-image: url(img/linkedin.png);
  background-size: 22px;
  background-position: center;
  border-radius: 50%;
  border: 1px solid #eee;
}

a.soc-mp {
  background-image: url(img/maps.svg);
  background-repeat: no-repeat;
  width: 94px;
  height: 40px;
  display: inline-block;
  vertical-align: -webkit-baseline-middle;
  transition: 0.3s ease-out;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
}
a.soc-mp.en {
  background-image: url(img/maps_en.svg);
  background-repeat: no-repeat;
  width: 94px;
  height: 40px;
  display: inline-block;
  vertical-align: -webkit-baseline-middle;
  transition: 0.3s ease-out;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
}

.footer-social {
  text-align: right;
}

.site-footer a:hover {
  transform: scale(1.1, 1.1);
}

.top-social {
  position: relative;
  font-size: 16px;
  margin-right: 5px;
}

.top-social img {
  vertical-align: -webkit-baseline-middle;
  max-height: 40px;
}

.emailbottom,
.phonebottom {
  vertical-align: -webkit-baseline-middle;
  display: inline-block;
}

.phonebottom {
  margin-left: 30px;
}

.contact-phone a,
.emailbottom {
  transition: 0.3s ease-out;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
}

.main-navigation {
    display: block;
    line-height: 25px;
    padding: 10px 0px 0px 0px;
    vertical-align: middle;
}

.main-navigation ul {
  display: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 999999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li.focus > ul,
.main-navigation ul ul li:hover > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li.focus > ul,
.main-navigation ul li:hover > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation li ul {
    display: block !important;
    padding: 5px 0;
    background: rgb(255 255 255 / 90%);
    border-top: 0.9px solid #06a54d;
}
.main-navigation li:has(ul) {
    padding-right: 12px;
    padding-bottom: 10px;
}
.main-navigation li:has(ul):after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  right: 6px;
  top: 10px;
  border-left: 2px currentColor solid;
  border-bottom: 2px currentColor solid;
  transform: rotate(-45deg);
}

.main-navigation a {
  display: block;
  cursor: pointer;
  font-family: SF UI Display;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  padding: 5px 13px;
  transition: 0.3s ease-out;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  position: relative;
}

.main-navigation a:hover {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.main-navigation.toggled ul,
.menu-toggle {
  display: inline-block;
}

button.menu-toggle {
  background-image: url(img/mob-icobc.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  background-position: center;
  height: 18px;
  width: 22px;
  vertical-align: middle;
}

.mobile-btn {
  font-family: SF UI Display;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  display: block;
  color: #000;
  margin-bottom: 12px;
}

#mobile-menu {
  display: none;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle,
  .sub-cat-menu,
  .mobile-header-phone {
    display: none !important;
  }
  .owl-theme .owl-dots {
    opacity: 0;
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  nav li a {
    font-family: SF UI Display;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 30px;
    color: #000;
    display: block;
    border-bottom: 1px solid #ebebeb;
  }
  nav li a:hover {
    cursor: pointer;
    color: #000 !important;
  }
}

@media screen and (max-width: 859px) {
  .preloader {
    padding: 25%;
  }
  .con85 {
    width: 100%;
  }
  .hero-title {
    top: 28vh;
  }
  .hero-title h1 {
    margin-bottom: 28px;
    padding: 0;
  }
  .hero-slider,
  .project-hiro,
  .vacancies-hiro {
    min-height: calc(100vh - 56px);
  }
  .owl-nav .hero-nav {
    display: none;
    opacity: 0;
  }
  .vacancies-manager {
    margin-bottom: 60px !important;
  }
  .vacancies-hiro h1 {
    padding: 10px 15px;
  }
  .vacancies-list {
    padding-top: 100px;
    margin-bottom: 60px;
  }
  .vacancies-descript {
    margin-bottom: 30px;
    font-size: 26px;
  }
  .vacancies-content {
    font-size: 14px;
    line-height: 20px;
  }
  .vacancies-content ul li h2 {
    font-size: 18px;
    line-height: 26px;
    padding-right: 20px;
  }
  .projects-header {
    width: 95vw;
  }
  .projects-main {
    width: 95vw;
    min-height: 45vh;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .projects-title {
    padding: 14px 14px 14px 18px;
    left: 16px;
    right: 16px;
    bottom: 16px;
  }
  .projects-title h2:after {
    content: none;
  }
  .more-proj {
    opacity: 0;
    display: none;
  }
  .project-hiro h1 {
    text-align: center;
    padding: 0 12px;
    top: 40%;
    left: 0;
    right: 0;
  }
  .projects-title h2 {
    font-size: 18px;
    line-height: 26px;
  }
  .project-content {
    margin-bottom: 50px;
    padding-right: 15px !important;
    font-size: 22px;
    line-height: 30px;
  }
  .projects-cat {
    min-height: 30vh;
  }
  .about-video,
  .project-video {
    height: 60vh;
  }
  .about-video,
  .project-gallery-pic {
    margin: 0 0 32px 0;
  }

  .project-photo {
    margin: 0 12px !important;
    width: auto !important;
  }
  .projects-title-cat {
    margin-bottom: 40px;
    padding: 16px;
  }
  .sub-cat-menu {
    position: relative;
    display: block;
    width: 100%;
  }
  .sub-cat-menu:before {
    content: "";
    position: absolute;
    background: url(img/arrow-top.svg) no-repeat center;
    top: 24px;
    right: 5px;
    height: 9px;
    width: 16px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -web-kit-transition: 0.3s ease-out;
    text-align: center;
  }
  a.sub-cat-menu {
    padding: 15px 0px 15px 0px;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
  }
  .sub-cat-menu:focus::before {
    transform: rotate(0deg);
  }
  .sub-cat-menu:focus ~ .sub-menu,
  .sub-cat-menu:active ~ .sub-menu,
  .sub-menu:hover {
    display: block;
  }
  .projects-title-cat h2 {
    font-size: 18px;
    line-height: 26px;
  }
  .project-cat-nav ul {
    background: #fff;
    border-radius: 12px;
    display: none;
    width: 100%;
    z-index: 3;
    margin-top: -2px;
  }
  .project-cat-nav ul li a,
  a.sub-cat-menu {
    font-weight: 600;
  }
  .project-cat-nav ul li a:first-letter {
    text-transform: uppercase;
  }
  .project-cat-nav ul li {
    padding: 16px 14px;
    border-bottom: 1px solid #ebebeb;
  }
  .project-cat-nav ul li:last-child {
    border-bottom: none;
  }
  .project-cat-nav {
    border: none;
  }
  .business-title {
    padding: 0 12px 54px 12px;
  }
  .benefits-title,
  .benefits-wrap h1,
  .business-title,
  .cerf-text,
  .hero-title h1,
  .other-projects-title,
  .project-hiro h1,
  .projects-header h3,
  .vacancies-hiro h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .other-projects-title {
    margin-top: 28px;
    padding-top: 32px;
  }
  section.projects {
    margin-top: 32px;
  }
  section.business-slider {
    padding-top: 60px;
  }
  section.benefits {
    margin-top: 60px;
    padding-bottom: 60px;
  }
  section.category-wrap {
    padding: 0;
    padding-bottom: 28px;
  }
  section.other-projects {
    margin-bottom: 10px;
  }
  .benefits-wrap h1 {
    width: auto;
    padding: 12px;
    padding-top: 170px;
  }
  .benefits-main {
    margin: 12px;
    padding: 24px;
    margin-top: -120px;
  }
  .benefits-title {
    padding-right: 0;
  }
  .benefits-title span:after {
    content: "";
    background: url(img/100pr-small.svg) no-repeat center;
    width: 75px;
    height: 53px;
    top: -10px;
    left: -9px;
  }
  .benefits-main ul {
    font-size: 18px;
    line-height: 24px;
  }
  .benefits-main ul > li {
    padding: 24px 0px;
  }
  .benefits-main ul > li:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  .owl-carousel .owl-item img {
    width: 100vw !important;
    height: 50vh;
  }
  .slider-item {
    margin-left: 0;
    margin-right: 0;
  }
  .vacancies-card {
    text-align: center;
  }
  .vacancies-card-img {
    margin: 0 auto;
    margin-bottom: 16px;
  }
  section.certificate {
    margin-top: 60px;
    margin-bottom: 60px;
    font-size: 18px;
    line-height: 24px;
  }
  .certificate-main {
    border-radius: 12px 12px 0px 0px;
    margin: 0px 12px;
    width: 95%;
  }
  .certificate-left {
    width: 100%;
    padding: 24px;
    float: none;
  }
  .certificate-right {
    min-height: auto;
    width: 100%;
  }
  .certificate-right img {
    border-radius: 0px 0px 12px 12px;
    width: 100%;
  }
  .certificate-title {
    font-size: 24px;
    line-height: 32px;
    margin-top: 0;
    margin-bottom: 16px;
  }
  section.contacts {
    padding: 48px 15px;
  }
  .contacts-title {
    padding: 12px 0;
    font-size: 26px;
    line-height: 36px;
  }
  .contact-main {
    height: 100%;
    padding-top: 82px !important;
  }
  .site-footer {
    text-align: center;
    padding: 24px 12px;
  }
  .emailbottom,
  .phonebottom {
    margin-bottom: 24px;
    display: block;
  }
  .phonebottom {
    margin-left: 0px;
  }
  .btn-style {
    padding: 16px 23px;
  }
  .top-social {
    margin-right: 16px;
  }
  .footer-social {
    margin: 0 auto;
    margin-right: -15px;
    margin-left: -15px;
    text-align: center;
  }
  .header-box {
    width: 100%;
    margin-top: 0;
    padding: 6px 15px;
    position: relative;
  }
  .site-branding {
    float: left;
  }
  .logo-link {
    left: 15px;
    right: unset;
  }
  button.menu-toggle {
    position: absolute;
    right: 15px;
    top: 25px;
  }
  .site-header.out {
    transform: unset;
  }
  form {
    width: 92%;
    margin: 0 auto;
  }
  .feedback_title {
    font-size: 30px;
    line-height: 40px;
    padding-top: 80px;
  }
  .feedback_span {
    font-size: 18px;
    line-height: 24px;
  }
  .feedback_title_done {
    padding-top: 280px !important;
    font-size: 26px;
    line-height: 36px;
  }
  .feedback_title_done:before {
    bottom: 100px;
  }
  .feedback_radio {
    display: flex;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  span.feedback_text {
    margin: 0;
  }
}

@media (min-width: 860px) and (max-width: 1024px) {
  .hero-title {
    top: 35vh;
    padding: 16px;
  }
  .projects-main {
    min-height: 35vh;
  }
  .project-hiro h1 {
    top: 45%;
    right: 0;
    left: 0;
    margin: 0 auto;
    max-width: 800px;
    text-align: center;
  }
  .projects-cat {
    min-height: 20vh;
  }
  .project-content {
    margin-bottom: 0;
  }
  .about-video,
  .project-video {
    height: 60vh;
  }
  .owl-carousel .owl-item img {
    height: 40vh;
  }
  .project-optional span {
    display: block;
    float: none;
    font-size: 18px;
    line-height: 24px;
  }
  .emailbottom {
    vertical-align: sub;
    display: inline-block;
  }
}

@media screen and (min-width: 1600px) {
  .benefits-wrap h1,
  .business-title,
  .contacts-title {
    font-size: 48px;
    line-height: 50px;
  }
  .preloader {
    padding: 20%;
  }
}

@media screen and (min-width: 2480px) {
  .preloader {
    padding: 40%;
  }
  .hero-title h1 {
    padding: 32px 30px;
    margin-bottom: 30px;
  }
  .hero-title h1,
  .project-hiro h1,
  .vacancies-hiro h1 {
    font-size: 70px;
    line-height: 78px;
  }
  .benefits-wrap h1,
  .business-title,
  .contacts-title {
    font-size: 58px;
    line-height: 58px;
  }
  .vacancies-hiro h1 {
    padding: 10px 50px;
  }
  .project-hiro h1 {
    max-height: 1124px;
  }
  .other-prj {
    min-height: 25vh;
  }
  .btn-style {
    font-size: 22px;
    padding: 20px 35px;
  }
  .contact-main {
    /* height: 89vh; */
  }
}

.site-main .comment-navigation,
.site-main .post-navigation,
.site-main .posts-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.post-navigation .nav-links,
.posts-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.post-navigation .nav-previous,
.posts-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.post-navigation .nav-next,
.posts-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.entry-content,
.entry-summary,
.page-content {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

.comment-content .wp-smiley,
.entry-content .wp-smiley,
.page-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.custom-logo-link {
  display: inline-block;
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: repeat(8, 5vw);
  grid-gap: 1.5rem;
}

.gallery__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gallery__item--1 {
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 3;
}

.gallery__item--2 {
  grid-column-start: 5;
  grid-column-end: 9;
  grid-row-start: 1;
  grid-row-end: 3;
}

.gallery__item--3 {
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 3;
  grid-row-end: 6;
}

.gallery__item--4 {
  grid-column-start: 5;
  grid-column-end: 6;
  grid-row-start: 3;
  grid-row-end: 6;
}

.gallery__item--5 {
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 6;
  grid-row-end: 9;
}

.gallery__item--6 {
  grid-column-start: 5;
  grid-column-end: 9;
  grid-row-start: 6;
  grid-row-end: 9;
}

.gallery-caption {
  display: block;
}

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

.infinity-end.neverending .site-footer {
  display: block;
}

@font-face {
  font-family: "SF UI Display";
  src: url(font/SFUIDisplay-Medium.otf);
  src: url(font/SFUIDisplay-Medium?iefix) format("otf"),
    url(font/SFUIDisplay-Medium.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "SF UI Display";
  src: url(font/SFUIDisplay-Semibold.otf);
  src: url(font/SFUIDisplay-Semibold?iefix) format("otf"),
    url(font/SFUIDisplay-Semibold.woff) format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "SF UI Display";
  src: url(font/SFUIDisplay-Bold.otf);
  src: url(font/SFUIDisplay-Bold?iefix) format("otf"),
    url(font/SFUIDisplay-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Source Serif Pro";
  src: url("font/SourceSerifPro-BoldIt.eot");
  src: local("Source Serif Pro Bold Italic"), local("SourceSerifPro-BoldIt"),
    url("font/SourceSerifPro-BoldIt.eot?#iefix") format("embedded-opentype"),
    url("font/SourceSerifPro-BoldIt.woff2") format("woff2"),
    url("font/SourceSerifPro-BoldIt.woff") format("woff"),
    url("font/SourceSerifPro-BoldIt.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: "Source Serif Pro";
  src: url("font/SourceSerifPro-ExtraLightIt.eot");
  src: local("Source Serif Pro ExtraLight Italic"),
    local("SourceSerifPro-ExtraLightIt"),
    url("font/SourceSerifPro-ExtraLightIt.eot?#iefix")
      format("embedded-opentype"),
    url("font/SourceSerifPro-ExtraLightIt.woff2") format("woff2"),
    url("font/SourceSerifPro-ExtraLightIt.woff") format("woff"),
    url("font/SourceSerifPro-ExtraLightIt.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: "Source Serif Pro";
  src: url("font/SourceSerifPro-LightIt.eot");
  src: local("Source Serif Pro Light Italic"), local("SourceSerifPro-LightIt"),
    url("font/SourceSerifPro-LightIt.eot?#iefix") format("embedded-opentype"),
    url("font/SourceSerifPro-LightIt.woff2") format("woff2"),
    url("font/SourceSerifPro-LightIt.woff") format("woff"),
    url("font/SourceSerifPro-LightIt.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "Source Serif Pro";
  src: url("font/SourceSerifPro-BlackIt.eot");
  src: local("Source Serif Pro Black Italic"), local("SourceSerifPro-BlackIt"),
    url("font/SourceSerifPro-BlackIt.eot?#iefix") format("embedded-opentype"),
    url("font/SourceSerifPro-BlackIt.woff2") format("woff2"),
    url("font/SourceSerifPro-BlackIt.woff") format("woff"),
    url("font/SourceSerifPro-BlackIt.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: "Source Serif Pro";
  src: url("font/SourceSerifPro-SemiboldIt.eot");
  src: local("Source Serif Pro Semibold Italic"),
    local("SourceSerifPro-SemiboldIt"),
    url("font/SourceSerifPro-SemiboldIt.eot?#iefix") format("embedded-opentype"),
    url("font/SourceSerifPro-SemiboldIt.woff2") format("woff2"),
    url("font/SourceSerifPro-SemiboldIt.woff") format("woff"),
    url("font/SourceSerifPro-SemiboldIt.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: "Source Serif Pro";
  src: url("font/SourceSerifPro-It.eot");
  src: local("Source Serif Pro Italic"), local("SourceSerifPro-It"),
    url("font/SourceSerifPro-It.eot?#iefix") format("embedded-opentype"),
    url("font/SourceSerifPro-It.woff2") format("woff2"),
    url("font/SourceSerifPro-It.woff") format("woff"),
    url("font/SourceSerifPro-It.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "Source Serif Pro";
  src: url("font/SourceSerifPro-Regular.eot");
  src: local("Source Serif Pro"), local("SourceSerifPro-Regular"),
    url("font/SourceSerifPro-Regular.eot?#iefix") format("embedded-opentype"),
    url("font/SourceSerifPro-Regular.woff2") format("woff2"),
    url("font/SourceSerifPro-Regular.woff") format("woff"),
    url("font/SourceSerifPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Soyuz Grotesk";
  src: url(font/SoyuzGrotesk.otf);
  src: url(font/SoyuzGrotesk.otf?iefix) format("otf");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Soyuz Grotesk";
  src: url("font/Soyuz Grotesk Bold.otf");
  src: url("font/Soyuz Grotesk Bold.otf?iefix") format("otf"),
    url("font/Soyuz Grotesk Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

#primary[tabindex="-1"]:focus {
  outline: 0;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/*blog*/
.banner {
  position: relative;
}

.banner-align {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  width: 10000px;
  height: auto;
  padding-bottom: 29.6875%;
  z-index: 1;
  overflow: hidden;
}

.bg {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.banner-align .bg.mobile {
  display: none;
}

.spacer-xl {
  height: 140px;
}

.spacer-md {
  height: 118px;
}

.img__wrapp {
  display: block;
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
}

.img__wrapp img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  backface-visibility: hidden;
  object-fit: cover;
}

.blog__main {
  padding-top: 136px;
  font-family: SF UI Display;
}

.blog__main .section + .fr-section{margin-top:50px;}

.blog .container-fluid.con85,
.archive.category .container-fluid.con85 {
  /* margin: 56px auto 0; */
  /* margin: 0px auto 0; */
  max-width: 826px;
}

.blog__title {
  text-align: center;
  margin-bottom: 60px;
}

.article__item .img__wrapp {
  padding-bottom: 51.0895%;
  border-radius: 16px;
}

.article__date {
  font-size: 16px;
  line-height: 1.4;
  color: #a6a6a6;
  font-weight: 500;
  margin-top: 20px;
}

.blog__main h1,
.blog__main .h1,
.blog__main h2,
.blog__main .h2,
.blog__main h3,
.blog__main .h3,
.blog__main h4,
.blog__main .h4,
.blog__main h5,
.blog__main .h5,
.blog__main h6,
.blog__main .h6 {
  color: #000000;
  margin: 0;
  line-height: 1.2;
  font-weight: 700;
}

.blog__main h1,
.blog__main .h1 {
  font-size: 40px;
}

.blog__main h2,
.blog__main .h2 {
  font-size: 24px;
}

.blog__main .article__title {
  margin-top: 10px;
  display: block;
}

.blog__main .text {
  font-size: 18px;
  line-height: 1.5;
  color: #464646;
  font-weight: 300;
}

.article__desc .text {
  margin-top: 10px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

.article__links {
  margin-top: 12px;
  font-size: 18px;
  line-height: 1.16;
  color: #000000;
  font-weight: 500;
  display: inline-block;
}

a {
  transition: all 0.3s;
  backface-visibility: hidden;
}

.article_wr {
  display: flex;
  flex-direction: column;
  row-gap: 70px;
}

.article_detail {
  margin: 64px auto 0;
  max-width: 826px;
}

.article_detail .article__date {
  margin: 0 0 18px;
}

.article_detail p {
  margin-top: 0;
}

.article__social {
  margin: 20px 0 50px -16px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.article__social.type_2 {
  flex-direction: column-reverse;
  gap: 10px;
  margin: 32px auto 80px;
}

.article__social .social__inner {
  font-size: 0;
  margin: 0;
  padding: 0;
}

.article__social .social__inner li {
  display: inline-block;
  vertical-align: middle;
}

.article__social .social__inner li:not(:last-child) {
  margin-right: 10px;
}

.article__social .social__inner a {
  background: transparent;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: block;
  position: relative;
}

.article__social .social__inner svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
  backface-visibility: hidden;
}

.social__desc {
  font-size: 18px;
  line-height: 1.16;
  color: #000000;
  font-weight: 500;
}

.article__slider {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 51.0278%;
  border-radius: 16px;
  overflow: hidden;
}

.carousel_desc {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 300;
  color: #464646;
  margin-top: 16px;
  text-align: center;
}

.carousel__custom .owl-nav button.owl-prev {
  margin: 0;
  left: 0;
  transform: translateX(-50%);
}

.carousel__custom .owl-nav button.owl-next {
  margin: 0;
  right: 0;
  transform: translateX(50%);
}

.carousel__custom .owl-dots .owl-dot span {
  background: #d0d0d0 !important;
}

.carousel__custom .owl-dots .owl-dot.active span,
.carousel__custom .owl-dots .owl-dot:hover span {
  background: #4aa357 !important;
}

.carousel__custom .owl-dots {
  top: 0;
  position: relative;
  margin-top: 16px;
}

.similar___article .owl-dots {
  position: relative;
  margin-top: 34px;
}

.carousel__custom .owl-dots .owl-dot span {
  width: 6px !important;
  height: 6px !important;
  margin: 0 6px !important;
}

.carousel__custom .owl-dots .owl-dot.active span {
  transform: scale(1.666) !important;
}

.carousel__custom .owl-nav {
  margin: 0;
}

.similar__article {
  max-width: 826px;
  margin: 0 auto;
}

.similar__article-inner .h1 {
  margin-bottom: 30px;
}

.carousel__custom * {
  margin-bottom: 0 !important;
}

.article__2-carousel .item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 16px;
  overflow: hidden;
  padding-bottom: 106.0301%;
}

/*media*/
@media screen and (min-width: 37.5em) {
  .carousel__custom .owl-dots {
    opacity: 1;
    display: block;
  }
}

@media (min-width: 992px) {
  .article__item .img__wrapp:hover img {
    transform: scale(1.02);
  }

  .article__links:hover,
  .article__title:hover {
    color: #02a64d;
  }

  .article__social .social__inner a:hover svg {
    transform: translate(-50%, -50%) scale(1.1);
  }
}

@media (max-width: 1560px) {
  .spacer-md {
    height: 80px;
  }

  .spacer-xl {
    height: 100px;
  }
}

@media (max-width: 991px) {
  .blog__main h1,
  .blog__main .h1 {
    font-size: 32px;
  }

  .blog__main h2,
  .blog__main .h2 {
    font-size: 20px;
  }

  .blog {
    margin: 0px auto 0;
  }

  .blog__title {
    margin-bottom: 40px;
  }

  .article__date {
    font-size: 14px;
  }

  .article__links,
  .blog__main .text {
    font-size: 16px;
  }

  .article_wr {
    row-gap: 40px;
  }

  .spacer-xl {
    height: 50px;
  }

  .spacer-md {
    height: 50px;
  }

  .article_detail {
    margin: 50px auto 0;
  }

  .carousel_desc {
    margin-top: 10px;
  }

  .article__social.type_2 {
    margin: 32px auto 50px;
  }

  .similar__article-inner .h1 {
    margin-bottom: 20px;
  }
}

@media (max-width: 859px) {
  .blog__main {
    padding-top: 70px;
  }
}

@media (max-width: 767px) {
  .banner-align .bg:not(.mobile) {
    display: none;
  }

  .banner-align .bg.mobile {
    display: block;
  }

  .similar___article .owl-dots {
    margin-top: 20px;
  }
}

@media (max-width: 575px) {
  .article__social {
    flex-direction: column-reverse;
    gap: 10px;
  }
}

/* SIMPLE PAGE */
.text * {
  margin-bottom: 20px;
}

.text *:last-child,
.text.no-margin * {
  margin-bottom: 0;
}

.text img {
  max-width: 100%;
  height: auto;
  display: block;
}

.text ul li,
.text ol li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}

.text ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10.5px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #02a64d;
}

.text ul {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  padding: 0;
}

.text ol {
  counter-reset: number;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  padding: 0;
}

.text ol li {
  padding-left: 20px;
}

.text ol li::marker {
  content: none;
}

.text ol li:before {
  color: inherit;
  font-weight: 300;
  counter-increment: number;
  content: counter(number) ".";
  position: absolute;
  top: 0;
  left: 0;
}

.text ul li:last-child,
.text ol li:last-child {
  margin-bottom: 0;
}

.text ul li span,
.text ol li span {
  color: #1a1a1a;
  font-weight: 500;
}

.text a {
  position: relative;
  color: #02a64d;
  cursor: pointer;
  white-space: nowrap;
  font-weight: 300;
}

.text a::after {
  content: "";
  width: 0;
  height: 1px;
  background-color: #02a64d;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.3s;
  backface-visibility: hidden;
}

.text span {
  color: #1a1a1a;
  font-weight: 500;
}

.ul-two-column ul {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  column-gap: 30px;
}

.text blockquote {
  position: relative;
  display: block;
  width: 100%;
  padding: 50px 0 50px 54px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}

.text blockquote::before {
  content: "";
  width: 100vw;
  height: 100%;
  background-color: #ffffff;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: -1;
}

.text blockquote::after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("../frop/img/arr.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: 50px;
}

.text article {
  position: relative;
  padding: 30px 0 30px 54px;
  background-color: #ffffff;
}

.text article::before {
  content: "";
  width: 100vw;
  height: 100%;
  background-color: #ffffff;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: -1;
}

.text article::after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("../frop/img/info.svg");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.simple-page {
  position: relative;
  display: block;
  width: 100%;
}

.simple-page > * {
  margin-bottom: 30px;
}

.simple-page > *:last-child {
  margin-bottom: 0;
}

.simple-page h1,
.simple-page h2,
.simple-page h3,
.simple-page h4,
.simple-page h5,
.simple-page h6 {
  font-weight: 700;
  color: #000000;
  margin-bottom: 10px;
}

.simple-page h1 span,
.simple-page h2 span,
.simple-page h3 span,
.simple-page h4 span,
.simple-page h5 span,
.simple-page h6 span {
  color: #4aa357;
}

.simple-page iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 638px;
  max-height: calc(56.25vw - 30px);
  border: 0;
}

.simple-page picture {
  position: relative;
  display: block;
}

.simple-page img {
  position: relative;
  width: auto;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.simple-page table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  background-color: #ffffff;
}

.simple-page table tr {
  border-bottom: 2px solid #4aa357;
  margin: 0;
}

.simple-page table th {
  font-weight: 700;
  color: #000000;
  border-bottom: 2px solid #4aa357;
}

.simple-page table th,
.simple-page table td {
  vertical-align: middle;
  text-align: left;
  padding: 10px 20px;
  height: 50px;
}

.simple-page table td {
  border-right: 2px solid #4aa357;
}

.simple-page table td:first-child {
  width: 40%;
}

.simple-page table td:last-child {
  padding-right: 0;
  border-right: 0;
}

.simple-page table td a {
  white-space: normal;
  font-weight: 300;
}

.simple-page table td span {
  font-weight: 300;
}

/*media*/

@media (min-width: 992px) {
  .text a:hover::after {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .text ul li:before {
    top: 9px;
  }
}

@media (max-width: 767px) {
  .simple-page table th,
  .simple-page table td {
    padding: 5px 10px;
    height: 40px;
  }

  .text article {
    padding: 20px 0 20px 40px;
  }

  .text blockquote {
    padding: 30px 0 30px 40px;
  }

  .text blockquote::after {
    top: 30px;
  }

  .simple-page > * {
    margin-bottom: 20px;
  }
}
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
}
.pagination ul a,
.pagination ul span {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid transparent;
  background-color: transparent;
  color: #000;
  font-size: 14px;
  line-height: 39px;
  text-align: center;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.pagination ul li.current span,
.pagination ul li:hover a,
.pagination ul li:hover span {
  border-color: #ebebeb;
  background-color: #ffffff;
}

@media screen and (max-width: 600px) {
  .mobile-header-phone {
    display: inline-block;
    position: absolute;
    top: 27%;
    left: 46%;
    transform: translateX(-30%);
    text-align: center;
  }
  .mobile-header-phone a {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
  }
}

#site-navigation #qtranslate-chooser {
  display: flex;
  justify-content: space-between;
  max-width: 100px;
  margin: 0px;
  position: absolute;
  top: 10px;
  right: -100px;
}

#site-navigation {
  position: relative !important;
}

@media (max-width: 1100px) {
  #site-navigation #qtranslate-chooser {
    display: none;
  }
}

.mobile-switcher #qtranslate-chooser {
  display: flex;
  justify-content: space-between;
  width: 60px;
  margin: 0px;
  padding: 0px;
}

footer .mobile-switcher #qtranslate-chooser {
  margin: auto;
  margin-bottom: 30px;
}

@media (min-width: 600px) {
  .mobile-switcher #qtranslate-chooser {
    display: none;
  }
}
.header_languague_mobile {
  display: none;
}
.header_languague_mobile ul {
  padding: 0px;
  margin: 0px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .header_languague_mobile {
    display: inline-block;
    position: absolute;
    left: 80%;
    top: 30%;
    transform: translateX(-30%);
  }
}

.header_languague_mobile .lang-en.active,
.header_languague_mobile .lang-uk.active {
  display: none;
}

.catalog-items {
  margin: 0;
}
.catalog-items > .catalog-item:first-child {
  border-top: 1px solid #ebebeb;
}
.catalog-items > .catalog-item {
  padding: 15px 8px;
  border-bottom: 1px solid #ebebeb;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.catalog-items > .catalog-item > h2 {
  margin: 5px 0;
}
.catalog-item .btn-style {
  color: #02a64d;
  border: 1px solid #02a64d;
  display: inline-block;
  transition: 0.2s ease-out;
  margin: 5px;
}
@media (max-width: 1199px) {
  .catalog-items > .catalog-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (max-width: 991px) {
  .catalog-items {
    padding: 0;
    margin-top: 25px;
  }
}

.project-optional p:before,
.project-optional p:after {
  content: "";
  display: block;
  clear: both;
}
@media (min-width: 600px) {
  .project-optional span {
    max-width: 455px;
  }
}

.about-video + .about-video {
  margin-top: 100px;
}

.about-video .business-title {
  max-width: 1200px;
  padding-bottom: 25px;
}

/* .next-project--carousel {

} */

.pt5em {
  padding-top: 5em;
}

.certificate-main {
  margin-left: 20px;
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .pt5em {
    padding-top: 0;
  }
}

/* fr-section */
.fr-section {
  margin: 100px 0;
}
.fr-title {
  font-family: "SF UI Display";
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #000000;
  max-width: 720px;
  margin: 0 auto 24px auto;
  text-align: center;
}
@media screen and (max-width: 859px) {
  .fr-banner {
    margin: 60px 0;
  }
}

/* fr-banner */
.fr-banner {
  text-align: center;
  border-radius: 12px;
  background-size: cover;
  background-position: center center;
  padding: 55px;
  position: relative;
  z-index: 0;
  min-height: 320px;
  color: #ffffff;
}
.fr-banner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: inherit;
  background: rgba(0, 0, 0, 0.18);
}
.fr-banner .fr-title {
  color: #ffffff;
  max-width: 100%;
}
@media screen and (max-width: 859px) {
  .fr-banner {
    padding: 24px;
  }
}

/* fr-partner */
.fr-partner {
  position: relative;
  padding-bottom: 60%;
  display: block;
  border-radius: 12px;
  background: #ffffff;
  transition: transform 0.15s;
}
.fr-partner:first-child {
  margin-bottom: 15px !important;
}
.fr-partner img,
.owl-carousel.partners-slider .fr-partner img {
  max-width: 100%;
  max-height: 100%;
  padding: 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: auto !important;
  height: auto !important;
}
.fr-partner:hover {
  transform: scale(0.95);
}

/* hamburger */
.shiftnav.shiftnav-shiftnav-main.shiftnav-skin-light
  ul.shiftnav-menu
  li.menu-item
  > .shiftnav-target {
  line-height: 30px;
  font-family: SF UI Display;
  font-weight: bold;
  font-size: 22px;
  border-bottom: 1px solid #ebebeb;
  color: #000000;
}
.shiftnav.shiftnav-shiftnav-main.shiftnav-skin-light
  ul.shiftnav-menu
  li.menu-item.current-menu-item
  > .shiftnav-target,
.shiftnav.shiftnav-shiftnav-main.shiftnav-skin-light
  ul.shiftnav-menu
  li.menu-item
  ul.sub-menu
  .current-menu-item
  > .shiftnav-target {
  color: #02a64d !important;
  background: transparent;
}
.shiftnav.shiftnav-shiftnav-main.shiftnav-skin-light
  ul.shiftnav-menu
  ul.sub-menu
  li.menu-item
  > .shiftnav-target {
  line-height: 28px;
  font-family: SF UI Display;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #000000;
  font-size: 18px;
}
/* 
.page-template-contatcs-page .site-main {
  min-height: calc(100vh - 100px);
} */


/*sub menu*/
.shiftnav-nav li.menu-item-has-children i{
  display: block;
  position: absolute;
  z-index: 5;
  text-align: center;
  right: 0;
  top: 0;
  width:60px;
  height:60px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: all 0.3s;
}
.shiftnav-nav li.menu-item-has-children i:before {
  content: "";
  position: absolute;
  top: 20px;
  right: 20px;
  width: 14px;
  height: 14px;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.shiftnav-nav li.menu-item-has-children i.return{
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.shiftnav .shiftnav-nav ul.shiftnav-menu ul.sub-menu{
  display:none;
}
