@keyframes scaling {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  50% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes scaling {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  50% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  40% {
    transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
  }
  60% {
    transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  40% {
    transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
  }
  60% {
    transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
  }
}
@keyframes bounce10 {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  25% {
    transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
  }
  50% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  75% {
    transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
  }
  100% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
}
@-webkit-keyframes bounce10 {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  25% {
    transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
  }
  50% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  75% {
    transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
  }
  100% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
}
@keyframes bounceBig {
  0%, 50%, 100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  25% {
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
  }
  75% {
    transform: translateY(3px);
    -webkit-transform: translateY(3px);
  }
}
@-webkit-keyframes bounceBig {
  0%, 50%, 100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  25% {
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
  }
  75% {
    transform: translateY(3px);
    -webkit-transform: translateY(3px);
  }
}
.body-with-admin-bar .navbar-header {
  top: 32px;
}

@media screen and (max-width: 782px) {
  .body-with-admin-bar .navbar-header {
    top: 46px;
  }
}
@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed !important;
  }
}
@font-face {
  font-family: PoppinsRegular;
  src: url("../../fonts/Poppins-Regular.ttf") format("truetype");
}
@font-face {
  font-family: PoppinsBold;
  src: url("../../fonts/Poppins-Bold.ttf") format("truetype");
}
@font-face {
  font-family: PoppinsItalic;
  src: url("../../fonts/Poppins-Italic.ttf") format("truetype");
}
@font-face {
  font-family: PoppinsBoldItalic;
  src: url("../../fonts/Poppins-BoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: PoppinsExtraBold;
  src: url("../../fonts/Poppins-ExtraBold.ttf") format("truetype");
}
@font-face {
  font-family: PoppinsMedium;
  src: url("../../fonts/Poppins-Medium.ttf") format("truetype");
}
@font-face {
  font-family: PoppinsSemiBold;
  src: url("../../fonts/Poppins-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: OpenSansBold;
  src: url("../../fonts/OpenSans-Bold.ttf") format("truetype");
}
.poppins-bold {
  font-family: PoppinsBold;
}

.poppins-italic {
  font-family: PoppinsItalic;
}

.poppins-bold-italic {
  font-family: PoppinsBoldItalic;
}

.poppins-regular {
  font-family: PoppinsRegular;
}

.poppins-extra-bold {
  font-family: PoppinsExtraBold;
}

.poppins-medium {
  font-family: PoppinsMedium;
}

.poppins-semi-bold {
  font-family: PoppinsSemiBold;
}

.opensans-bold {
  font-family: OpenSansBold;
}

html[lang=ru] .poppins-bold {
  font-family: Arial, sans-serif;
  font-weight: bold;
}
html[lang=ru] .poppins-italic {
  font-family: Arial, sans-serif;
  font-style: italic;
}
html[lang=ru] .poppins-bold-italic {
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-style: italic;
}
html[lang=ru] .poppins-regular {
  font-family: Arial, sans-serif;
  font-weight: 400;
}
html[lang=ru] .poppins-extra-bold {
  font-family: Arial, sans-serif;
  font-weight: 800;
}
html[lang=ru] .poppins-medium, html[lang=ru] .navbar-header .header-white .header-menu ul li a {
  font-family: Arial, sans-serif;
  font-weight: 500;
}
html[lang=ru] .poppins-semi-bold {
  font-family: Arial, sans-serif;
  font-weight: 600;
}
html[lang=ru] .opensans-bold {
  font-family: Arial, sans-serif;
  font-weight: bold;
}

.white-color {
  color: #fff;
}

.black-color {
  color: #000;
}

.light-green-color {
  color: #6cb948;
}

.default-color {
  color: #00553c;
}

.background-white {
  background-color: #fff;
}

.background-black {
  background-color: #000;
}

.background-light-green {
  background-color: #6cb948;
}

.background-default {
  background-color: #00553c;
}

.default-link-light-green {
  position: relative;
  color: #6cb948;
}
.default-link-light-green:hover:before, .default-link-light-green:hover:after {
  width: 100%;
  opacity: 1;
}
.default-link-light-green:after {
  left: 0;
  background-color: #6cb948;
}
.default-link-light-green:before, .default-link-light-green:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 1px;
  margin: 5px 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  backface-visibility: hidden;
}
.default-link-light-green:hover {
  color: #6cb948;
}

.default-link {
  position: relative;
  color: #00553c;
}
.default-link:hover:before, .default-link:hover:after {
  width: 100%;
  opacity: 1;
}
.default-link:after {
  left: 0;
  background-color: #00553c;
}
.default-link:before, .default-link:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 1px;
  margin: 5px 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  backface-visibility: hidden;
}
.default-link:hover {
  color: #00553c;
}

a {
  transition: all 0.2s linear;
}
a:hover {
  transition: all 0.2s linear;
  text-decoration: none;
}
a:focus {
  outline: none;
}
a:before, a:after {
  transition: all 0.2s linear;
}

input, textarea, button {
  transition: all 0.2s linear;
}
input:hover, textarea:hover, button:hover {
  transition: all 0.2s linear;
}
input:focus, textarea:focus, button:focus {
  transition: all 0.2s linear;
  outline: none;
}

input[type=submit], button {
  cursor: pointer;
}

body {
  color: #585858;
  font-size: 16px;
  font-family: PoppinsRegular, Arial, sans-serif;
  background-image: url("../../images/main-bg-min.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) 285px;
  background-attachment: fixed;
  overflow-x: hidden;
}
body::-webkit-scrollbar {
  width: 15px;
}
body::-webkit-scrollbar-track {
  background-color: #fff;
}
body::-webkit-scrollbar-thumb {
  background-color: #69b845;
  border-radius: 10px;
}

strong, b {
  font-family: PoppinsBold, Arial, sans-serif;
}

i, em {
  font-family: PoppinsItalic, Arial, sans-serif;
}

strong i, strong em, b i, b em, i strong, i b, em strong, em b {
  font-family: PoppinsBoldItalic, Arial, sans-serif;
}

.padding-top-header {
  padding-top: 154px;
}

.transition-default {
  transition: all 0.2s linear;
}
.transition-default:hover {
  transition: all 0.2s linear;
}

.absolute-cover-img, .darkness-effect {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.darkness-effect {
  background-color: rgba(0, 85, 60, 0.64);
}

.main-container {
  margin: 0 auto;
  max-width: 1430px;
  padding: 0 15px;
}

.default-page-min-height {
  min-height: calc(100vh - 342px - 154px);
}

.main-title {
  font-size: 20px;
  color: #16634a;
  font-family: PoppinsExtraBold, Arial, sans-serif;
  margin-bottom: 15px;
  line-height: 34px;
}

.default-page-wrapper {
  padding: 20px 0 80px;
}

.default-button {
  background-color: #00553c;
  color: #fff;
  border: 2px solid #00553c;
  display: inline-block;
  padding: 16px 26px;
  text-align: center;
  font-size: 16px;
  line-height: 18px;
  font-family: PoppinsMedium, Arial, sans-serif;
  border-radius: 50px;
  white-space: nowrap;
  transform: perspective(1000px);
  -webkit-transform: perspective(1000px);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  perspective: 1000px;
  -webkit-perspective: 1000px;
}
.default-button:hover {
  color: #00553c;
  background-color: #fff;
  transform: translateY(-5px) perspective(1000px);
  -webkit-transform: translateY(-5px) perspective(1000px);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  perspective: 1000px;
  -webkit-perspective: 1000px;
}

.prevent-shaking-animation {
  transform: perspective(1000px);
  -webkit-transform: perspective(1000px);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  perspective: 1000px;
  -webkit-perspective: 1000px;
}
.prevent-shaking-animation:hover {
  transform: translateY(-5px) perspective(1000px);
  -webkit-transform: translateY(-5px) perspective(1000px);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  perspective: 1000px;
  -webkit-perspective: 1000px;
}

.wysiwyg-styles > img, .wysiwyg-styles > .always-visible > img {
  width: 100%;
  height: auto;
  max-height: 750px;
  object-fit: cover;
  margin-bottom: 40px;
  border-radius: 10px;
}
.wysiwyg-styles > img.inline-image, .wysiwyg-styles > .always-visible > img.inline-image {
  margin: 0 0 20px;
  max-width: 100%;
  height: auto;
}
.wysiwyg-styles a:not(.default-button) {
  position: relative;
  color: #00553c;
}
.wysiwyg-styles a:not(.default-button):hover:before, .wysiwyg-styles a:not(.default-button):hover:after {
  width: 100%;
  opacity: 1;
}
.wysiwyg-styles a:not(.default-button):after {
  left: 0;
  background-color: #00553c;
}
.wysiwyg-styles a:not(.default-button):before, .wysiwyg-styles a:not(.default-button):after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 1px;
  margin: 5px 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  backface-visibility: hidden;
}
.wysiwyg-styles a:not(.default-button):hover {
  color: #00553c;
}
.wysiwyg-styles p {
  text-align: justify;
}
.wysiwyg-styles > p, .wysiwyg-styles > .always-visible > p {
  margin-bottom: 15px;
  line-height: 30px;
}
.wysiwyg-styles > p img, .wysiwyg-styles > .always-visible > p img {
  width: 100%;
  max-width: max-content;
  height: auto;
  max-height: 750px;
  object-fit: cover;
  border-radius: 10px;
}
.wysiwyg-styles > p.inline, .wysiwyg-styles > .always-visible > p.inline {
  display: flex;
}
.wysiwyg-styles > p.inline > * + *, .wysiwyg-styles > .always-visible > p.inline > * + * {
  margin-left: 20px;
}
.wysiwyg-styles > p.inline img, .wysiwyg-styles > .always-visible > p.inline img {
  width: auto;
  height: 50px;
}
.wysiwyg-styles > ul, .wysiwyg-styles > .always-visible > ul {
  list-style: none;
  padding: 0;
  margin-bottom: 15px;
}
.wysiwyg-styles > ul li, .wysiwyg-styles > .always-visible > ul li {
  line-height: 30px;
  display: table;
  position: relative;
  padding-left: 20px;
  background-repeat: no-repeat;
  background-image: url("../../images/dot.svg");
  background-size: 11px 11px;
  background-position: 0 6px;
  text-align: justify;
}
.wysiwyg-styles > ul li a:not(.default-button), .wysiwyg-styles > .always-visible > ul li a:not(.default-button) {
  position: relative;
  color: #00553c;
}
.wysiwyg-styles > ul li a:not(.default-button):hover:before, .wysiwyg-styles > ul li a:not(.default-button):hover:after, .wysiwyg-styles > .always-visible > ul li a:not(.default-button):hover:before, .wysiwyg-styles > .always-visible > ul li a:not(.default-button):hover:after {
  width: 100%;
  opacity: 1;
}
.wysiwyg-styles > ul li a:not(.default-button):after, .wysiwyg-styles > .always-visible > ul li a:not(.default-button):after {
  left: 0;
  background-color: #00553c;
}
.wysiwyg-styles > ul li a:not(.default-button):before, .wysiwyg-styles > ul li a:not(.default-button):after, .wysiwyg-styles > .always-visible > ul li a:not(.default-button):before, .wysiwyg-styles > .always-visible > ul li a:not(.default-button):after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 1px;
  margin: 5px 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  backface-visibility: hidden;
}
.wysiwyg-styles > ul li a:not(.default-button):hover, .wysiwyg-styles > .always-visible > ul li a:not(.default-button):hover {
  color: #00553c;
}
.wysiwyg-styles > h2, .wysiwyg-styles > .always-visible > h2 {
  font-family: PoppinsBold, Arial, sans-serif;
  font-size: 25px;
  margin-bottom: 20px;
  color: #00553c;
  line-height: 1.5;
}
.wysiwyg-styles > h3, .wysiwyg-styles > .always-visible > h3 {
  font-family: PoppinsBold, Arial, sans-serif;
  font-size: 20px;
  margin-bottom: 20px;
  color: #00553c;
  line-height: 1.5;
}
.wysiwyg-styles > h4, .wysiwyg-styles > .always-visible > h4 {
  font-family: PoppinsBold, Arial, sans-serif;
  font-size: 16px;
  margin-bottom: 15px;
}
.wysiwyg-styles .wysiwyg-table-wrapper {
  overflow-x: auto;
  margin: 0 auto 40px;
  box-shadow: 0 2px 25px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.wysiwyg-styles .wysiwyg-table-wrapper::-webkit-scrollbar {
  height: 5px;
}
.wysiwyg-styles .wysiwyg-table-wrapper::-webkit-scrollbar-track {
  background-color: #fff;
}
.wysiwyg-styles .wysiwyg-table-wrapper::-webkit-scrollbar-thumb {
  background-color: #00553c;
  border-radius: 10px;
}
.wysiwyg-styles .wysiwyg-table-wrapper table {
  margin: 0 !important;
  box-shadow: none !important;
  width: 100%;
}
.wysiwyg-styles table {
  margin: 0 auto 40px;
  box-shadow: 0 2px 25px rgba(0, 0, 0, 0.1);
  width: 100%;
}
.wysiwyg-styles table th {
  line-height: 30px;
  font-size: 16px;
  font-family: PoppinsBold, Arial, sans-serif;
  color: #fff;
  background-color: #00553c;
  border: 1px solid #00553c;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  padding: 4px 20px;
  text-align: center;
}
.wysiwyg-styles table th:nth-last-of-type(1) {
  border-right: 1px solid #00553c;
}
.wysiwyg-styles table tr {
  background-color: #fff;
}
.wysiwyg-styles table tr:nth-last-of-type(1) td {
  border-bottom: 1px solid transparent;
}
.wysiwyg-styles table td {
  padding: 4px 20px;
  border: 1px solid #e6e6e6;
  font-size: 16px;
  font-family: PoppinsRegular, Arial, sans-serif;
  line-height: 30px;
  color: #585858;
  vertical-align: top;
}
.wysiwyg-styles table td:nth-of-type(1) {
  border-left: 1px solid #fff;
}
.wysiwyg-styles table td:nth-last-of-type(1) {
  border-right: 1px solid #fff;
}
.wysiwyg-styles .default-button {
  margin-bottom: 40px;
}

.video-wysiwyg {
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
}
.video-wysiwyg:before {
  content: "";
  display: block;
  padding-top: 38.5%;
}
.video-wysiwyg iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wysiwyg-gallery {
  margin-bottom: 20px;
}
.wysiwyg-gallery .single-gallery-element {
  transition: all 0.2s linear;
  transform: perspective(1000px);
  -webkit-transform: perspective(1000px);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  perspective: 1000px;
  -webkit-perspective: 1000px;
  border-radius: 10px;
  overflow: hidden;
}
.wysiwyg-gallery .single-gallery-element:before {
  content: "";
  display: block;
  padding-top: 81%;
}
.wysiwyg-gallery .single-gallery-element .number-additional {
  top: 20px;
  right: 20px;
  color: #fff;
  font-size: 20px;
  font-family: PoppinsBold, Arial, sans-serif;
  border-bottom: 2px solid #a5b8ad;
}
.wysiwyg-gallery .single-gallery-element:hover {
  transition: all 0.2s linear;
  transform: translateY(-5px) perspective(1000px);
  -webkit-transform: translateY(-5px) perspective(1000px);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  perspective: 1000px;
  -webkit-perspective: 1000px;
}

.wysiwyg-gallery:not(.wysiwyg-gallery-mobile) .single-gallery-element {
  width: calc((100% - 60px) / 4.001);
  margin: 0 20px 20px 0;
}
.wysiwyg-gallery:not(.wysiwyg-gallery-mobile) .single-gallery-element:nth-of-type(4n) {
  margin: 0 0 20px;
}

.checkbox-single {
  margin: 0 0 25px;
  font-size: 0;
}
.checkbox-single input {
  left: -9999px;
}
.checkbox-single input:checked ~ .checkbox-label .checkbox-back .checkbox-mark {
  opacity: 1;
  transition: all 0.1s linear;
}
.checkbox-single .checkbox-label {
  margin: 0;
}
.checkbox-single .checkbox-title {
  font-size: 12px;
  cursor: pointer;
  color: #737373;
}
.checkbox-single .checkbox-title a {
  position: relative;
  color: #69b845;
}
.checkbox-single .checkbox-title a:hover:before, .checkbox-single .checkbox-title a:hover:after {
  width: 100%;
  opacity: 1;
}
.checkbox-single .checkbox-title a:after {
  left: 0;
  background-color: #69b845;
}
.checkbox-single .checkbox-title a:before, .checkbox-single .checkbox-title a:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 1px;
  margin: 5px 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  backface-visibility: hidden;
}
.checkbox-single .checkbox-back {
  width: 21px;
  height: 21px;
  border-radius: 5px;
  border: 2px solid #6bb947;
  cursor: pointer;
  margin-right: 8px;
}
.checkbox-single .checkbox-back .checkbox-mark {
  background-color: transparent;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  opacity: 0;
}
.checkbox-single .checkbox-back .checkbox-mark img {
  width: 11px;
}

.radio-single {
  margin: 0 30px 6px 0;
}
.radio-single .checkbox-title {
  font-size: 16px;
}
.radio-single .checkbox-back {
  width: 24px;
  height: 24px;
  border: 2px solid #6bb947;
  border-radius: 50%;
}
.radio-single .checkbox-back .checkbox-mark {
  width: 12px;
  height: 12px;
  background-color: #00553c;
  border-radius: 50%;
}

.title-404 {
  font-size: 82px;
  line-height: 82px;
  margin-bottom: 5px;
}

.text-404 > p a {
  color: #69b845 !important;
}
.text-404 > p a:hover:before, .text-404 > p a:hover:after {
  width: 100%;
  opacity: 1;
}
.text-404 > p a:after {
  left: 0;
  background-color: #69b845 !important;
}
.text-404 > p a:before, .text-404 > p a:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 1px;
  margin: 5px 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  backface-visibility: hidden;
}
.text-404 > p a:hover {
  color: #69b845 !important;
}
.text-404 > ul li a {
  color: #69b845 !important;
}
.text-404 > ul li a:hover:before, .text-404 > ul li a:hover:after {
  width: 100%;
  opacity: 1;
}
.text-404 > ul li a:after {
  left: 0;
  background-color: #69b845 !important;
}
.text-404 > ul li a:before, .text-404 > ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 1px;
  margin: 5px 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  backface-visibility: hidden;
}
.text-404 > ul li a:hover {
  color: #69b845 !important;
}

.preloader {
  display: none;
  max-width: 30px;
  max-height: 30px;
  top: calc(50% - 15px);
  left: calc(100% + 10px);
  -webkit-animation: rotating 5s linear infinite;
  animation: rotating 5s linear infinite;
}

@media screen and (max-width: 1366px) {
  .default-page-min-height {
    min-height: calc(100vh - 154px - 312px);
  }

  .default-page-wrapper {
    padding: 20px 0 60px;
  }
}
@media screen and (max-width: 1200px) {
  .default-page-min-height {
    min-height: calc(100vh - 154px - 479px);
  }
}
@media screen and (max-width: 1024px) {
  body {
    background-image: none;
    background-attachment: scroll;
  }

  .padding-top-header {
    padding-top: 138px;
  }

  .default-page-min-height {
    min-height: calc(100vh - 449px - 138px);
  }

  .wysiwyg-gallery:not(.wysiwyg-gallery-mobile) {
    margin-bottom: 25px;
  }
  .wysiwyg-gallery:not(.wysiwyg-gallery-mobile) .single-gallery-element {
    width: calc((100% - 45px) / 4.001);
    margin: 0 15px 15px 0;
  }
  .wysiwyg-gallery:not(.wysiwyg-gallery-mobile) .single-gallery-element:nth-of-type(4n) {
    margin: 0 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .default-page-min-height {
    min-height: calc(100vh - 705px - 138px);
  }

  .default-page-wrapper {
    padding: 15px 0 30px;
  }

  .wysiwyg-styles > img {
    margin-bottom: 30px;
  }
  .wysiwyg-styles > p {
    margin-bottom: 30px;
  }
  .wysiwyg-styles > ul {
    margin-bottom: 30px;
  }
  .wysiwyg-styles > h3 {
    margin-bottom: 15px;
  }
  .wysiwyg-styles .wysiwyg-table-wrapper {
    margin: 0 auto 30px;
  }
  .wysiwyg-styles table {
    margin: 0 auto 30px;
  }
  .wysiwyg-styles table th, .wysiwyg-styles table td {
    min-width: 100px;
  }
  .wysiwyg-styles table th {
    font-size: 16px;
    line-height: 30px;
  }
  .wysiwyg-styles table td {
    font-size: 14px;
    line-height: 22px;
  }
  .wysiwyg-styles .default-button {
    margin-bottom: 30px;
  }

  .video-wysiwyg {
    margin-bottom: 30px;
  }
  .video-wysiwyg:before {
    padding-top: 56%;
  }

  .wysiwyg-gallery:not(.wysiwyg-gallery-mobile) {
    margin-bottom: 15px;
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .wysiwyg-gallery:not(.wysiwyg-gallery-mobile) .single-gallery-element {
    width: calc(50% - 7.5px);
    margin: 0 0 15px !important;
  }
}
@media screen and (min-width: 501px) {
  .wysiwyg-gallery-mobile {
    display: none !important;
  }

  .wysiwyg-styles > .always-visible > img.inline-image {
    max-width: 50%;
    float: right;
    margin: 0 0 20px 20px;
  }
}
@media screen and (max-width: 500px) {
  .wysiwyg-gallery:not(.wysiwyg-gallery-mobile) {
    display: none !important;
  }

  .wysiwyg-gallery-mobile {
    margin: 0 -15px 30px -22.5px;
    width: calc(100% + 37.5px);
    padding-left: 15px;
  }
  .wysiwyg-gallery-mobile .slick-list {
    padding: 0 25% 0 0;
  }
  .wysiwyg-gallery-mobile .slick-slide {
    padding: 5px 7.5px 0;
  }
}
.footer .footer-green-wrapper {
  padding: 60px 0;
}
.footer .footer-logo-wrapper {
  margin-right: 15px;
}
.footer .footer-logo-wrapper .footer-logo {
  margin: 0 0 30px;
}
.footer .footer-logo-wrapper .footer-logo img {
  max-width: 185px;
}
.footer .single-social {
  margin-right: 15px;
}
.footer .single-social a:hover img {
  -webkit-animation: bounce10 0.5s linear infinite;
  animation: bounce10 0.5s linear infinite;
}
.footer .single-social:nth-last-of-type(1) {
  margin-right: 0;
}
.footer .single-social img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}
.footer .footer-default-title {
  font-size: 15px;
  margin-bottom: 0;
  line-height: 33px;
}
.footer .footer-contacts {
  margin-right: 15px;
  max-width: 300px;
}
.footer .footer-contacts .footer-element {
  font-size: 14px;
  line-height: 33px;
}
.footer .footer-contacts .footer-element a {
  position: relative;
  color: #fff;
}
.footer .footer-contacts .footer-element a:hover:before, .footer .footer-contacts .footer-element a:hover:after {
  width: 100%;
  opacity: 1;
}
.footer .footer-contacts .footer-element a:after {
  left: 0;
  background-color: #fff;
}
.footer .footer-contacts .footer-element a:before, .footer .footer-contacts .footer-element a:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 1px;
  margin: 5px 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  backface-visibility: hidden;
}
.footer .footer-contacts .footer-element a:hover {
  color: #fff;
}
.footer .footer-menu {
  margin-right: 15px;
}
.footer .footer-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer .footer-menu ul li {
  font-size: 0;
}
.footer .footer-menu ul li a {
  line-height: 29px;
  font-size: 14px;
  color: #fff;
  position: relative;
}
.footer .footer-menu ul li a:hover:before, .footer .footer-menu ul li a:hover:after {
  width: 100%;
  opacity: 1;
}
.footer .footer-menu ul li a:after {
  left: 0;
  background-color: #6bb947;
}
.footer .footer-menu ul li a:before, .footer .footer-menu ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 1px;
  margin: 5px 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  backface-visibility: hidden;
}
.footer .footer-menu ul li a:hover {
  color: #6bb947;
}
.footer .footer-menu ul .current-menu-item a {
  color: #6bb947;
}
.footer .footer-menu ul .current-menu-item a:before, .footer .footer-menu ul .current-menu-item a:after {
  width: 100%;
  opacity: 1;
}
.footer .footer-subscription-title {
  margin-bottom: 15px;
}
.footer .footer-subscription .footer-email-input {
  margin-bottom: 15px;
}
.footer .footer-subscription .footer-email-input input {
  background-image: url("../../images/mail-icon.svg");
  background-repeat: no-repeat;
  background-size: 29px 29px;
  background-position: 30px 50%;
  width: 300px;
  font-size: 16px;
  background-color: #f9f9f9;
  color: #16634a;
  padding: 13px 15px 13px 85px;
  border-radius: 10px;
  border: none;
}
.footer .footer-subscription .footer-email-input input::-webkit-input-placeholder {
  color: #16634a;
}
.footer .footer-subscription .footer-email-input input::-moz-placeholder {
  color: #16634a;
}
.footer .footer-subscription .footer-email-input input:-moz-placeholder {
  color: #16634a;
}
.footer .footer-subscription .footer-email-input input:-ms-input-placeholder {
  color: #16634a;
}
.footer .footer-subscription .footer-email-input input::-webkit-input-placeholder {
  font-size: 13px;
}
.footer .footer-subscription .footer-email-input input::-moz-placeholder {
  font-size: 13px;
}
.footer .footer-subscription .footer-email-input input:-moz-placeholder {
  font-size: 13px;
}
.footer .footer-subscription .footer-email-input input:-ms-input-placeholder {
  font-size: 13px;
}
.footer .footer-subscription .subscribe-button a {
  font-family: OpenSansBold;
  font-size: 14px;
  color: #68b744;
}
.footer .footer-subscription .subscribe-button a:hover img {
  -webkit-animation: bounce10 0.5s linear infinite;
  animation: bounce10 0.5s linear infinite;
}
.footer .footer-subscription .subscribe-button .subscribe-text {
  padding-bottom: 2px;
}
.footer .footer-subscription .subscribe-button img {
  margin-left: 10px;
  width: 22px;
  height: 22px;
  object-fit: contain;
}
.footer .footer-white-wrapper {
  padding: 18px 0;
}
.footer .footer-white .footer-white-title {
  margin: 0 5px 0 0;
}
.footer .footer-white .footer-white-element {
  margin-right: 20px;
}
.footer .footer-white .footer-white-element a {
  position: relative;
  color: #00553c;
  font-size: 14px;
}
.footer .footer-white .footer-white-element a:hover:before, .footer .footer-white .footer-white-element a:hover:after {
  width: 100%;
  opacity: 1;
}
.footer .footer-white .footer-white-element a:after {
  left: 0;
  background-color: #00553c;
}
.footer .footer-white .footer-white-element a:before, .footer .footer-white .footer-white-element a:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 1px;
  margin: 5px 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  backface-visibility: hidden;
}
.footer .footer-white .footer-white-element a:hover {
  color: #00553c;
}
.footer .footer-white .footer-white-contacts-common {
  color: #00553c;
  font-size: 14px;
}
.footer .footer-white .copyright {
  font-size: 13px;
  color: #329e7e;
}

@media screen and (max-width: 1366px) {
  .footer .footer-green-wrapper {
    padding: 45px 0;
  }
}
@media screen and (max-width: 1200px) {
  .footer .footer-subscription {
    margin-top: 30px;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .footer .footer-green-wrapper {
    padding: 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-logo-wrapper, .footer .footer-menu, .footer .footer-contacts {
    width: 50%;
    margin: 0 0 30px;
  }
  .footer .footer-contacts {
    max-width: none;
  }
  .footer .footer-subscription {
    margin-top: 0;
  }
  .footer .footer-white-contacts, .footer .copyright {
    width: 100%;
  }
  .footer .footer-white-contacts {
    margin-bottom: 15px;
  }
  .footer .footer-white-title, .footer .footer-white-element {
    line-height: 21px;
    width: 100%;
    margin: 0 0 5px !important;
  }
}
@media screen and (max-width: 500px) {
  .footer .footer-green-wrapper {
    padding: 30px 15px;
  }
  .footer .footer-logo-wrapper, .footer .footer-menu, .footer .footer-contacts {
    width: 100%;
  }
}
.navbar-header {
  top: 0;
  left: 0;
  z-index: 1020;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}
.navbar-header .header-languages .selectric-wrapper {
  max-width: 125px;
}
.navbar-header .header-languages .ico {
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px 0 0;
  border-radius: 100%;
  overflow: hidden;
  background-size: cover !important;
}
.navbar-header .header-languages .ico.ico-lv {
  background: url("../../images/lv.svg") no-repeat center center;
}
.navbar-header .header-languages .ico.ico-en {
  background: url("../../images/gb.svg") no-repeat center center;
}
.navbar-header .header-languages .ico.ico-ru {
  background: url("../../images/ru.svg") no-repeat center center;
}
.navbar-header .header-languages .selectric {
  padding: 5px 20px 5px 28px;
  border: none;
  background-color: transparent;
  background-image: url("../../images/dropdown.png"), url("../../images/world.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 2px) calc(50% + 1px), 0 calc(50% + 1px);
  background-size: 10px 8px, 18px 18px;
  position: relative;
}
.navbar-header .header-languages .selectric .label {
  margin: 0;
  line-height: normal;
  height: auto;
  font-family: PoppinsMedium;
  font-size: 15px;
  color: #6bb947;
}
.navbar-header .header-languages .selectric .button {
  display: none;
}
.navbar-header .header-languages .selectric-items {
  background-color: #fff;
  border: none;
  box-shadow: 5px 5px 10px -2px #6bb947;
  overflow: hidden;
  border-radius: 10px;
  width: 100% !important;
}
.navbar-header .header-languages .selectric-items li {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #6bb947;
  font-family: PoppinsMedium;
  transition: all 0.2s linear;
  background-color: #fff;
  padding: 10px;
}
.navbar-header .header-languages .selectric-items li:hover {
  transition: all 0.2s linear;
  background-color: #6bb947;
  color: #fff;
}
.navbar-header .header-languages .selectric-items .selected {
  background-color: #6bb947;
  color: #fff;
}
.navbar-header .header-languages-mobile .selectric {
  background-image: url("../../images/dropdown-darkgreen.png"), url("../../images/world.svg");
}
.navbar-header .header-green {
  background-image: url("../../images/header-left-min.png"), url("../../images/header-right-min.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: 0 0, 100% 0;
  background-blend-mode: color-burn;
}
.navbar-header .header-green .header-green-wrapper {
  min-height: 54px;
}
.navbar-header .header-green .single-header-contact {
  margin-right: 30px;
}
.navbar-header .header-green .contact-icon {
  margin: 0 7px 2px 0;
}
.navbar-header .header-green .contact-icon img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}
.navbar-header .header-green .contact-text {
  font-size: 17px;
}
.navbar-header .header-green .contact-text a {
  color: #fff;
}
.navbar-header .header-green .contact-text a:hover:before, .navbar-header .header-green .contact-text a:hover:after {
  width: 100%;
  opacity: 1;
}
.navbar-header .header-green .contact-text a:after {
  left: 0;
  background-color: #fff;
}
.navbar-header .header-green .contact-text a:before, .navbar-header .header-green .contact-text a:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 1px;
  margin: 5px 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  backface-visibility: hidden;
}
.navbar-header .header-green .contact-text a:hover {
  color: #fff;
}
.navbar-header .header-white .header-white-wrapper {
  min-height: 100px;
}
.navbar-header .header-white .header-logo {
  margin-right: 15px;
}
.navbar-header .header-white .header-logo img {
  max-width: 240px;
  max-height: 70px;
  object-fit: contain;
}
.navbar-header .header-white .header-menu {
  margin-right: 15px;
}
.navbar-header .header-white .header-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.navbar-header .header-white .header-menu ul li {
  position: relative;
  min-height: 100px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  margin-right: 35px;
}
.navbar-header .header-white .header-menu ul li:nth-last-of-type(1) {
  margin-right: 0;
}
.navbar-header .header-white .header-menu ul li a {
  color: #08563c;
  font-size: 15px;
  font-family: PoppinsMedium;
}
.navbar-header .header-white .header-menu ul li a:hover {
  color: #6cb948;
}
.navbar-header .header-white .header-menu ul li a:hover:before {
  visibility: visible;
  opacity: 1;
  width: 50%;
}
.navbar-header .header-white .header-menu ul li a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 5px;
  background-color: #6cb948;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  visibility: hidden;
  opacity: 0;
}
.navbar-header .header-white .header-menu ul .current-menu-item a {
  color: #6cb948;
}
.navbar-header .header-white .header-menu ul .current-menu-item a:before {
  visibility: visible;
  opacity: 1;
  width: 50%;
}
.navbar-header .header-white .header-button {
  margin-right: 45px;
}
.navbar-header .header-white .header-search .search-toggler:hover img {
  -webkit-animation: bounce10 0.5s linear infinite;
  animation: bounce10 0.5s linear infinite;
}
.navbar-header .header-white .header-search .search-toggler img {
  width: 25px;
  height: 25px;
}
.navbar-header .header-white .header-search .header-search-form-wrapper {
  right: 0;
  top: calc(100% + 20px);
}
.navbar-header .header-white .header-search .header-search-form-wrapper .header-search-input {
  width: 200px;
  font-size: 16px;
  background-color: #fff;
  color: #16634a;
  padding: 5px 15px 5px 40px;
  border-radius: 10px;
  border: 1px solid #08563c;
}
.navbar-header .header-white .header-search .header-search-form-wrapper .header-search-input::-webkit-input-placeholder {
  color: #08563c;
}
.navbar-header .header-white .header-search .header-search-form-wrapper .header-search-input::-moz-placeholder {
  color: #08563c;
}
.navbar-header .header-white .header-search .header-search-form-wrapper .header-search-input:-moz-placeholder {
  color: #08563c;
}
.navbar-header .header-white .header-search .header-search-form-wrapper .header-search-input:-ms-input-placeholder {
  color: #08563c;
}
.navbar-header .header-white .header-search .header-search-form-wrapper .header-search-input::-webkit-input-placeholder {
  font-size: 14px;
}
.navbar-header .header-white .header-search .header-search-form-wrapper .header-search-input::-moz-placeholder {
  font-size: 14px;
}
.navbar-header .header-white .header-search .header-search-form-wrapper .header-search-input:-moz-placeholder {
  font-size: 14px;
}
.navbar-header .header-white .header-search .header-search-form-wrapper .header-search-input:-ms-input-placeholder {
  font-size: 14px;
}
.navbar-header .header-white .header-search .header-search-form-wrapper .header-search-submit {
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
}
.navbar-header .header-white .header-search .header-search-form-wrapper .header-search-submit img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

@media screen and (max-width: 1366px) {
  .navbar-header .header-white .header-menu ul li {
    margin-right: 20px;
  }
  .navbar-header .header-white .header-button {
    margin-right: 15px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 1025px) {
  .navbar-header .header-white .header-button {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .navbar-header .header-white .burger-wrapper {
    display: none;
  }
  .navbar-header .mobile-menu {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .navbar-header .header-green .single-contact-title {
    display: none;
  }
  .navbar-header .header-green .contact-text {
    font-size: 16px;
  }
  .navbar-header .header-green .contact-text a {
    font-family: PoppinsMedium !important;
  }
  .navbar-header .header-white .header-logo img {
    max-width: 162px;
    max-height: 54px;
  }
  .navbar-header .header-white .header-white-wrapper {
    min-height: 84px;
  }
  .navbar-header .header-white .header-menu {
    display: none;
  }
  .navbar-header .header-white .burger-wrapper {
    margin-left: 45px;
  }
  .navbar-header .header-white .burger-wrapper .burger-toggler span {
    border-radius: 50px;
    background-color: #6cb948;
    width: 35px;
    height: 4px;
    margin-bottom: 7px;
  }
  .navbar-header .header-white .burger-wrapper .burger-toggler span:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  .navbar-header .mobile-menu {
    width: calc(100% - 35px);
    max-width: 600px;
    height: 100vh;
    top: 0;
    right: 0;
    z-index: 99999;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    padding: 20px 30px;
    overflow: auto;
  }
  .navbar-header .header-search-form-mobile {
    margin-bottom: 20px;
  }
  .navbar-header .header-search-input-mobile {
    background-image: url("../../images/search.svg");
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 24px 24px;
    width: 200px;
    font-size: 16px;
    color: #16634a;
    padding: 0 15px 0 40px;
    border: none;
  }
  .navbar-header .header-search-submit-mobile {
    margin: 0;
    padding: 0;
    border: none;
    background-color: transparent;
    visibility: hidden;
    opacity: 0;
  }
  .navbar-header .header-search-submit-mobile img {
    width: 15px;
    height: 15px;
    object-fit: contain;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -webkit-animation: bounce10 0.5s linear infinite;
    animation: bounce10 0.5s linear infinite;
  }
  .navbar-header .header-search-submit-mobile-visible {
    visibility: visible;
    opacity: 1;
  }
  .navbar-header .mobile-menu-wrapper ul {
    margin: 0;
    padding: 0 0 10px;
    list-style: none;
  }
  .navbar-header .mobile-menu-wrapper ul li {
    margin-bottom: 20px;
  }
  .navbar-header .mobile-menu-wrapper ul li a {
    font-family: PoppinsMedium;
    font-size: 20px;
    color: #08563c;
  }
  .navbar-header .mobile-menu-wrapper ul li a:hover {
    color: #6cb948;
  }
  .navbar-header .mobile-menu-wrapper ul .current-menu-item a {
    color: #6cb948;
  }
  .navbar-header .mobile-background {
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 85, 60, 0.58);
    top: 0;
    left: 0;
    z-index: 99998;
  }
  .navbar-header .burger-toggler-close {
    top: 20px;
    right: 20px;
    width: 23px;
    height: 23px;
    object-fit: contain;
    cursor: pointer;
  }
  .navbar-header .burger-toggler-close:hover {
    -webkit-animation: rotating 0.5s 0.1s ease-out;
    animation: rotating 0.5s 0.1s ease-out;
  }
  .navbar-header .mobile-menu-hidden {
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
  }
  .navbar-header .mobile-background-hidden {
    visibility: hidden;
    opacity: 0;
  }
}
@media screen and (min-width: 601px) {
  .navbar-header .header-languages-mobile {
    display: none !important;
  }
}
@media screen and (max-width: 600px) {
  .navbar-header .header-languages-desktop {
    display: none !important;
  }
  .navbar-header .header-languages-mobile .selectric {
    background-position: calc(100% - 2px) 50%, 0 50%;
    padding: 10px 12px 10px 28px;
  }
  .navbar-header .header-languages-mobile .selectric .label {
    display: none;
  }
  .navbar-header .header-languages-mobile .selectric-items {
    top: calc(100% + 12px);
  }
  .navbar-header .header-green {
    background-image: none;
  }
  .navbar-header .header-green .single-header-contact {
    margin-right: 20px;
  }
  .navbar-header .header-green .single-header-contact:nth-last-of-type(1) {
    margin-right: 0;
  }
  .navbar-header .header-white .header-search, .navbar-header .header-white .header-button {
    display: none;
  }
  .navbar-header .header-white .burger-wrapper {
    margin-left: 15px;
  }
}
.image-modal-window .modal {
  padding: 0 !important;
  overflow-y: scroll;
  text-align: center;
}
.image-modal-window .modal.show {
  display: flex !important;
  display: -webkit-flex !important;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.image-modal-window .modal-dialog {
  max-width: 1500px;
  background-color: transparent;
  margin: 0;
}
.image-modal-window .modal-dialog .modal-content {
  background-color: transparent;
  border: none !important;
  padding: 0;
}
.image-modal-window .modal-dialog .modal-content .align-modal-helper {
  padding: 15px !important;
  height: 100%;
}
.image-modal-window .modal-dialog .modal-content .gallery-slide-description {
  font-size: 16px;
  max-height: 72px;
  padding: 0 15px;
  margin: 7.5px 0;
  color: #fff;
}
.image-modal-window .modal-dialog .modal-content .gallery-slide-description::-webkit-scrollbar {
  width: 5px;
}
.image-modal-window .modal-dialog .modal-content .gallery-slide-description::-webkit-scrollbar-track {
  background-color: transparent;
}
.image-modal-window .modal-dialog .modal-content .gallery-slide-description::-webkit-scrollbar-thumb {
  background-color: #00553c;
}
.image-modal-window .modal-dialog .modal-content .slide-image, .image-modal-window .modal-dialog .modal-content .iframe-wrapper {
  max-height: 80vh;
  max-width: 100%;
  padding: 7.5px;
  object-fit: contain;
  background-color: transparent;
}
.image-modal-window .modal-dialog .modal-content .slide-image {
  width: auto;
  height: auto;
  padding: 0;
}
.image-modal-window .modal-dialog .modal-content .iframe-wrapper {
  width: 100%;
  height: 800px;
}
.image-modal-window .modal-dialog .modal-content .iframe-wrapper iframe {
  width: 100%;
  height: 100%;
}
.image-modal-window .modal-dialog .modal-content .carousel-inner {
  background-color: transparent !important;
}
.image-modal-window .modal-dialog .modal-content .carousel-item {
  background-color: transparent !important;
}
.image-modal-window .carousel-control-prev, .image-modal-window .carousel-control-next {
  width: 50px;
  height: 50px;
  font-size: 20px;
  background-color: #00553c;
  color: #fff;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  opacity: 0.75;
  transition: all 0.2s linear;
}
.image-modal-window .carousel-control-prev:hover, .image-modal-window .carousel-control-next:hover {
  opacity: 1;
  transition: all 0.2s linear;
}
.image-modal-window .carousel-control-prev {
  margin-left: 10px;
}
.image-modal-window .carousel-control-next {
  margin-right: 10px;
}
.image-modal-window .modal-cross {
  top: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  font-size: 20px;
  background-color: #00553c;
  opacity: 0.75;
  padding: 0;
  border: none;
  cursor: pointer;
  color: #fff;
}
.image-modal-window .modal-cross img {
  width: 20px !important;
  height: 20px !important;
}
.image-modal-window .modal-cross:hover {
  opacity: 1;
}
.image-modal-window .modal-cross:focus {
  outline: none;
}

.modal-backdrop {
  opacity: 0.8 !important;
}

@media screen and (max-width: 1200px) {
  .image-modal-window .modal {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media screen and (max-width: 1024px) {
  .image-modal-window .modal {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .image-modal-window .align-modal-helper {
    padding: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .image-modal-window .modal {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .image-modal-window .modal-dialog .modal-content img {
    padding: 0;
  }
  .image-modal-window .carousel-control-prev, .image-modal-window .carousel-control-next {
    opacity: 0.75;
  }
  .image-modal-window .carousel-control-prev:hover, .image-modal-window .carousel-control-next:hover {
    opacity: 0.75;
  }
  .image-modal-window .carousel-control-prev:focus, .image-modal-window .carousel-control-next:focus {
    opacity: 0.75;
  }
  .image-modal-window .modal-cross {
    opacity: 1;
  }
  .image-modal-window .modal-cross:hover {
    opacity: 1;
  }
  .image-modal-window .modal-cross:focus {
    opacity: 1;
  }
}
.single-article {
  box-shadow: 0 2px 25px rgba(0, 0, 0, 0.1);
  margin-bottom: 60px;
  border-radius: 10px;
}
.single-article .article-image {
  width: 455px;
}
.single-article .article-content {
  width: calc(100% - 455px);
  padding: 30px 50px;
}
.single-article .article-date-wrapper {
  margin-bottom: 15px;
}
.single-article .article-date-icon {
  margin-right: 5px;
}
.single-article .article-date-icon img {
  width: 15px;
  height: 15px;
}
.single-article .facebook-wrapper {
  margin-bottom: 10px;
}
.single-article .facebook-wrapper a:hover .facebook-icon img {
  -webkit-animation: bounce10 0.5s linear infinite;
  animation: bounce10 0.5s linear infinite;
}
.single-article .facebook-wrapper a:hover .facebook-text {
  color: #6bb947;
}
.single-article .facebook-icon {
  margin-right: 3px;
}
.single-article .facebook-icon img {
  max-width: 17px;
  max-height: 17px;
}
.single-article .article-small-text {
  color: #a6b0ad;
  font-size: 11px;
  padding-top: 2px;
}
.single-article .article-title {
  color: #00553c;
  font-size: 18px;
  line-height: 33px;
  margin-bottom: 10px;
}
.single-article .article-preview {
  line-height: 30px;
  margin-bottom: 20px;
}
.single-article .article-read-more a:before, .single-article .article-read-more a:after {
  height: 2px;
}
.single-article .article-text {
  width: 100%;
  max-width: 780px;
}

@media screen and (max-width: 1366px) {
  .single-article {
    margin-bottom: 45px;
  }
  .single-article .article-image {
    width: 400px;
  }
  .single-article .article-content {
    width: calc(100% - 400px);
    padding: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .single-article {
    margin-bottom: 30px;
  }
  .single-article .article-image {
    width: 300px;
  }
  .single-article .article-content {
    width: calc(100% - 300px);
    padding: 15px;
  }
  .single-article .article-date-wrapper {
    margin-bottom: 5px;
  }
  .single-article .facebook-wrapper {
    margin-bottom: 5px;
  }
  .single-article .article-title {
    margin-bottom: 5px;
  }
  .single-article .article-preview {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .single-article {
    margin-bottom: 30px;
  }
  .single-article .article-image {
    width: 100%;
    min-height: 250px;
  }
  .single-article .article-image:before {
    content: "";
    display: block;
    padding-top: 60%;
  }
  .single-article .article-content {
    width: 100%;
  }
}
.default-sidebar-page-wrapper {
  width: calc(100% - 300px - 30px);
}

.sidebar-wrapper {
  width: 300px;
}

.sidebar {
  box-shadow: 0 2px 25px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.sidebar-help-wrapper {
  padding: 30px 20px;
}

.single-sidebar-link a {
  line-height: 25px;
  color: #16634a;
}
.single-sidebar-link a:hover:before, .single-sidebar-link a:hover:after {
  width: 100%;
  opacity: 1;
}
.single-sidebar-link a:after {
  left: 0;
  background-color: #69b845;
}
.single-sidebar-link a:before, .single-sidebar-link a:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 1px;
  margin: 5px 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  backface-visibility: hidden;
}
.single-sidebar-link a:hover {
  color: #69b845;
}
.single-sidebar-link .active-link {
  color: #69b845;
}
.single-sidebar-link .active-link:before, .single-sidebar-link .active-link:after {
  width: 100%;
  opacity: 1;
}
.single-sidebar-link + .single-sidebar-link {
  margin-top: 10px;
}

.single-sidebar-link-with-image {
  margin-bottom: 15px;
}
.single-sidebar-link-with-image:nth-last-of-type(1) {
  margin-bottom: 0;
}
.single-sidebar-link-with-image a:hover .sidebar-link-icon img, .single-sidebar-link-with-image a:hover .sidebar-link-icon svg {
  -webkit-animation: bounce10 0.5s linear infinite;
  animation: bounce10 0.5s linear infinite;
}
.single-sidebar-link-with-image a:hover .sidebar-link-icon svg * {
  fill: #00553c;
}
.single-sidebar-link-with-image a:hover .sidebar-link-icon .static-image {
  visibility: hidden;
  opacity: 0;
}
.single-sidebar-link-with-image a:hover .sidebar-link-icon .hovered-image {
  visibility: visible;
  opacity: 1;
}
.single-sidebar-link-with-image a:hover .sidebar-link-text {
  color: #69b845;
}
.single-sidebar-link-with-image a:hover .sidebar-link-text:before, .single-sidebar-link-with-image a:hover .sidebar-link-text:after {
  width: 100%;
  opacity: 1;
}
.single-sidebar-link-with-image a:not(.collapsed) .sidebar-link-icon svg * {
  fill: #00553c;
}
.single-sidebar-link-with-image a:not(.collapsed) .sidebar-link-icon .static-image {
  visibility: hidden;
  opacity: 0;
}
.single-sidebar-link-with-image a:not(.collapsed) .sidebar-link-icon .hovered-image {
  visibility: visible;
  opacity: 1;
}
.single-sidebar-link-with-image a:not(.collapsed) .sidebar-link-text {
  color: #69b845;
}
.single-sidebar-link-with-image a:not(.collapsed) .sidebar-link-text:before, .single-sidebar-link-with-image a:not(.collapsed) .sidebar-link-text:after {
  width: 100%;
  opacity: 1;
}
.single-sidebar-link-with-image a:not(.collapsed) .sidebar-link-close {
  visibility: visible;
  opacity: 1;
}
.single-sidebar-link-with-image .sidebar-link-icon {
  margin-right: 15px;
  width: 25px;
  height: 25px;
}
.single-sidebar-link-with-image .sidebar-link-icon img, .single-sidebar-link-with-image .sidebar-link-icon svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.2s linear;
}
.single-sidebar-link-with-image .sidebar-link-icon img *, .single-sidebar-link-with-image .sidebar-link-icon svg * {
  transition: all 0.2s linear;
}
.single-sidebar-link-with-image .sidebar-link-icon .static-image {
  position: absolute;
  top: 0;
  left: 0;
  visibility: visible;
  opacity: 1;
}
.single-sidebar-link-with-image .sidebar-link-icon .hovered-image {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
}
.single-sidebar-link-with-image .sidebar-link-text {
  max-width: calc(100% - 25px - 15px);
  font-size: 15px;
  color: #16634a;
}
.single-sidebar-link-with-image .sidebar-link-text:after {
  left: 0;
  background-color: #69b845;
}
.single-sidebar-link-with-image .sidebar-link-text:before, .single-sidebar-link-with-image .sidebar-link-text:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 1px;
  margin: 5px 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  backface-visibility: hidden;
}
.single-sidebar-link-with-image .sidebar-link-close {
  width: 12px;
  height: 12px;
  object-fit: contain;
  right: 0;
  top: 7px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s linear;
}
.single-sidebar-link-with-image .sidebar-link-close:hover {
  -webkit-animation: rotating 0.5s 0.1s ease-out;
  animation: rotating 0.5s 0.1s ease-out;
}
.single-sidebar-link-with-image .sidebar-collapsed-element {
  margin: 0 -20px;
}
.single-sidebar-link-with-image .sidebar-collapsed-element .sidebar-collapsed-inner-wrapper {
  margin: 15px 0 0;
  background-color: #f7faf9;
}
.single-sidebar-link-with-image .sidebar-collapsed-element .sidebar-collapsed-inner {
  padding: 10px 20px;
}
.single-sidebar-link-with-image .sidebar-collapsed-element .single-collapsed-element {
  margin-bottom: 7px;
}
.single-sidebar-link-with-image .sidebar-collapsed-element .single-collapsed-element:nth-last-of-type(1) {
  margin-bottom: 0;
}
.single-sidebar-link-with-image .sidebar-collapsed-element .single-collapsed-element a {
  font-size: 14px;
  color: #16634a;
  position: relative;
}
.single-sidebar-link-with-image .sidebar-collapsed-element .single-collapsed-element a:hover:before, .single-sidebar-link-with-image .sidebar-collapsed-element .single-collapsed-element a:hover:after {
  width: 100%;
  opacity: 1;
}
.single-sidebar-link-with-image .sidebar-collapsed-element .single-collapsed-element a:after {
  left: 0;
  background-color: #6bb947;
}
.single-sidebar-link-with-image .sidebar-collapsed-element .single-collapsed-element a:before, .single-sidebar-link-with-image .sidebar-collapsed-element .single-collapsed-element a:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 1px;
  margin: 5px 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  backface-visibility: hidden;
}
.single-sidebar-link-with-image .sidebar-collapsed-element .single-collapsed-element a:hover {
  color: #6bb947;
}
.single-sidebar-link-with-image .sidebar-collapsed-element .single-collapsed-element .active-link {
  color: #6bb947;
}
.single-sidebar-link-with-image .sidebar-collapsed-element .single-collapsed-element .active-link:before, .single-sidebar-link-with-image .sidebar-collapsed-element .single-collapsed-element .active-link:after {
  width: 100%;
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .sidebar {
    display: block !important;
  }

  .menu-button {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .sidebar-wrapper {
    margin-bottom: 30px;
  }

  .default-sidebar-page-wrapper, .sidebar-wrapper {
    width: 100%;
  }

  .menu-button:not(.collapsed) {
    margin-bottom: 15px;
  }

  .menu-button {
    max-width: 345px;
    width: 100%;
    background-color: #056337;
    color: #fff;
    border: none;
    font-family: PoppinsSemiBold;
    font-size: 17px;
    padding: 15px 66px 15px 25px;
    text-align: center;
    display: inline-block;
    border-radius: 10px;
    background-image: url("../../images/dropdown.png");
    background-repeat: no-repeat;
    background-position: calc(100% - 23px) 50%;
    background-size: 16px 13px;
  }
}
.team-section {
  padding-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .team-section .team-list-mobile {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .team-section {
    margin: 0;
    width: 100%;
    padding-bottom: 15px;
  }
  .team-section .static-wysiwyg-title {
    margin: 0 15px 15px;
  }
  .team-section .team-list {
    display: none !important;
  }
  .team-section .team-list-mobile .slick-list {
    padding: 0 15% 0 0;
  }
  .team-section .team-list-mobile .slick-slide {
    padding: 30px 15px;
  }
}
@media screen and (max-width: 500px) {
  .team-section .team-list-mobile .slick-list {
    padding: 0 25% 0 0;
  }
}
.single-member > a {
  box-shadow: 0 2px 25px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background-color: #ffffff;
  padding: 15px 15px 30px;
}
.single-member > a:hover {
  box-shadow: 0 2px 25px rgba(22, 99, 74, 0.5);
}
.single-member > a:hover .member-arrow img {
  -webkit-animation: bounce10 0.5s linear infinite;
  animation: bounce10 0.5s linear infinite;
}
.single-member .member-image {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  border: 2px solid #6bb947;
  margin: 0 auto 20px;
}
.single-member .member-name {
  font-size: 15px;
  color: #16634a;
  margin-bottom: 10px;
}
.single-member .position {
  font-size: 14px;
  color: #585858;
  line-height: 23px;
}
.single-member .position-value {
  margin-bottom: 10px;
}
.single-member .member-arrow img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  margin: 0 auto;
}

.single-member-service-page {
  width: 100%;
  margin: 0 0 30px;
}

@media screen and (min-width: 1367px) {
  .single-member-members-page {
    width: calc((100% - 90px) / 4.001);
    margin: 0 30px 30px 0;
  }
  .single-member-members-page:nth-of-type(4n) {
    margin: 0 0 30px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1366px) {
  .single-member-members-page {
    width: calc((100% - 60px) / 3.001);
    margin: 0 30px 30px 0;
  }
  .single-member-members-page:nth-of-type(3n) {
    margin: 0 0 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .single-member-members-page {
    width: calc(50% - 15px);
    margin: 0 30px 30px 0;
  }
  .single-member-members-page:nth-of-type(2n) {
    margin: 0 0 30px;
  }
}
.breadcrumbs {
  margin-bottom: 30px;
}
.breadcrumbs .single-breadcrumb .breadcrumb-element {
  color: #a6b0ad;
  font-size: 12px;
}
.breadcrumbs .single-breadcrumb a:not(.breadcrumb-element-icon):hover:before, .breadcrumbs .single-breadcrumb a:not(.breadcrumb-element-icon):hover:after {
  width: 100%;
  opacity: 1;
}
.breadcrumbs .single-breadcrumb a:not(.breadcrumb-element-icon):after {
  left: 0;
  background-color: #00553c;
}
.breadcrumbs .single-breadcrumb a:not(.breadcrumb-element-icon):before, .breadcrumbs .single-breadcrumb a:not(.breadcrumb-element-icon):after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 1px;
  margin: 5px 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  backface-visibility: hidden;
}
.breadcrumbs .single-breadcrumb a:not(.breadcrumb-element-icon):hover {
  color: #00553c;
}
.breadcrumbs .single-breadcrumb .breadcrumb-element-icon {
  width: 14px;
  height: 14px;
}
.breadcrumbs .single-breadcrumb .breadcrumb-element-icon:hover img {
  -webkit-animation: bounce10 0.5s linear infinite;
  animation: bounce10 0.5s linear infinite;
}
.breadcrumbs .single-breadcrumb .breadcrumb-element-icon:hover .static-icon {
  visibility: hidden;
  opacity: 0;
}
.breadcrumbs .single-breadcrumb .breadcrumb-element-icon:hover .hovered-icon {
  visibility: visible;
  opacity: 1;
}
.breadcrumbs .single-breadcrumb .breadcrumbs-icon {
  top: 0;
  left: 0;
  object-fit: contain;
}
.breadcrumbs .single-breadcrumb .static-icon {
  visibility: visible;
  opacity: 1;
}
.breadcrumbs .single-breadcrumb .hovered-icon {
  visibility: hidden;
  opacity: 0;
}
.breadcrumbs .breadcrumb-separator {
  margin: 0 5px;
}
.breadcrumbs .breadcrumb-separator img {
  width: 8px;
  height: 8px;
  object-fit: contain;
}

@media screen and (max-width: 767px) {
  .breadcrumbs {
    margin-bottom: 15px;
  }
}
.single-service-card {
  width: calc((100% - 90px) / 4.001);
  margin: 0 30px 30px 0;
  background-color: #fff;
}
.single-service-card:nth-of-type(4n) {
  margin: 0 0 30px 0;
}
.single-service-card:nth-last-of-type(1) {
  margin: 0 0 30px 0;
}
.single-service-card .single-service-card-link {
  box-shadow: 0 2px 25px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 20px;
}
.single-service-card .single-service-card-link:hover {
  background-color: #69b845;
}
.single-service-card .single-service-card-link:hover .service-card-title {
  color: #fff;
}
.single-service-card .single-service-card-link:hover .service-card-image img *, .single-service-card .single-service-card-link:hover .service-card-image svg * {
  fill: #fff;
}
.single-service-card .single-service-card-link:hover .service-card-image .static-image {
  visibility: hidden;
  opacity: 0;
}
.single-service-card .single-service-card-link:hover .service-card-image .hovered-image {
  visibility: visible;
  opacity: 1;
}
.single-service-card .active {
  background-color: #69b845;
}
.single-service-card .active .service-card-title {
  color: #fff;
}
.single-service-card .active .service-card-image img *, .single-service-card .active .service-card-image svg * {
  fill: #fff;
}
.single-service-card .active .service-card-image .static-image {
  visibility: hidden;
  opacity: 0;
}
.single-service-card .active .service-card-image .hovered-image {
  visibility: visible;
  opacity: 1;
}
.single-service-card .service-card-image {
  margin-right: 10px;
  width: 46px;
  height: 46px;
  position: relative;
}
.single-service-card .service-card-image img, .single-service-card .service-card-image svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.2s linear;
}
.single-service-card .service-card-image img *, .single-service-card .service-card-image svg * {
  transition: all 0.2s linear;
}
.single-service-card .service-card-image .static-image, .single-service-card .service-card-image .hovered-image {
  position: absolute;
  top: 0;
  left: 0;
}
.single-service-card .service-card-image .static-image {
  visibility: visible;
  opacity: 1;
}
.single-service-card .service-card-image .hovered-image {
  visibility: hidden;
  opacity: 0;
}
.single-service-card .service-card-title {
  color: #242c2a;
  font-size: 17px;
  width: calc(100% - 46px - 10px);
}

@media screen and (max-width: 1366px) {
  .single-service-card {
    width: calc((100% - 45px) / 4.001);
    margin: 0 15px 15px 0;
  }
  .single-service-card:nth-of-type(4n) {
    margin: 0 0 15px 0;
  }
  .single-service-card:nth-last-of-type(1) {
    margin: 0 0 15px 0;
  }
  .single-service-card .single-service-card-link {
    padding: 20px 15px;
  }
}
@media screen and (max-width: 1024px) {
  .single-service-card {
    width: calc(50% - 7.5px);
    margin: 0 0 15px !important;
  }
}
@media screen and (max-width: 767px) {
  .single-service-card {
    width: 100%;
  }
}
.single-service-list .items-column {
  margin-right: 30px;
}
.single-service-list .items-column:nth-last-of-type(1) {
  margin-right: 0;
}
.single-service-list .checkbox-title {
  position: relative;
}
.single-service-list .checkbox-title:hover:before, .single-service-list .checkbox-title:hover:after {
  width: 100%;
  opacity: 1;
}
.single-service-list .checkbox-title:after {
  left: 0;
  background-color: #6cb948;
}
.single-service-list .checkbox-title:before, .single-service-list .checkbox-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 1px;
  margin: 5px 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  backface-visibility: hidden;
}
.single-service-list .checkbox-title:hover {
  color: #6cb948;
}
.single-service-list .service-radio:checked ~ .checkbox-label .checkbox-title {
  color: #6cb948;
}
.single-service-list .service-radio:checked ~ .checkbox-label .checkbox-title:before, .single-service-list .service-radio:checked ~ .checkbox-label .checkbox-title:after {
  width: 100%;
  opacity: 1;
}

.single-vacancy {
  border-bottom: 3px solid #edf6e9;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.single-vacancy .vacancy-title {
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 1.5;
}
.single-vacancy .wysiwyg-styles > ul {
  margin-bottom: 30px;
}
.single-vacancy .wysiwyg-styles > ul li {
  background-image: url("../../images/dot-small.svg");
  background-size: 5px 5px;
  background-position: 0 12px;
  padding-left: 25px;
}
.single-vacancy .wysiwyg-styles *:last-child {
  margin-bottom: 0;
}
.single-vacancy .vacancy-wysiwyg-toggle {
  max-height: 0;
  overflow: hidden;
}
.single-vacancy .vacancy-read-more-wrapper {
  margin-top: 30px;
}
.single-vacancy .vacancy-read-more-hidden {
  display: none;
}

.single-video {
  margin-bottom: 40px;
}
.single-video .video-title {
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 1.5;
}
.single-video .wysiwyg-styles *:last-child {
  margin-bottom: 0;
}

.single-video-section {
  margin-top: 20px;
  max-width: 680px;
}
.single-video-section a:before {
  content: "";
  display: block;
  padding-top: 65%;
}
.single-video-section .video-preview-image {
  border-radius: 10px;
  border: 2px solid #6bb947;
}
.single-video-section .play-icon {
  width: 127px;
  height: 127px;
  right: 105px;
  bottom: 85px;
  -webkit-animation: scaling 1s linear infinite;
  animation: scaling 1s linear infinite;
}

@media screen and (max-width: 1024px) {
  .single-video-section .play-icon {
    right: 45px;
    bottom: 45px;
  }
}
@media screen and (max-width: 500px) {
  .single-video-section .play-icon {
    width: 100px;
    height: 100px;
    right: 30px;
    bottom: 30px;
  }
}
.quick-menu-card {
  padding: 30px 15px;
  border-right: 3px dotted #fff;
}
.quick-menu-card:hover .quick-menu-content {
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
}
.quick-menu-card .quick-menu-image {
  margin: 0 auto 20px;
}
.quick-menu-card .quick-menu-image img {
  max-width: 58px;
  max-height: 58px;
  object-fit: contain;
}
.quick-menu-card .quick-menu-text {
  font-size: 17px;
}
.quick-menu-card .service-text {
  color: #353638;
  line-height: 2;
  font-size: 14px;
}

@media screen and (min-width: 1367px) {
  .quick-menu-card {
    width: calc(100% / 6.001);
  }
  .quick-menu-card:nth-of-type(6n) {
    border-right: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .quick-menu-card {
    width: calc(100% / 3.001);
    margin-bottom: 3px;
  }
  .quick-menu-card:nth-of-type(3n) {
    border-right: none;
  }
}
@media screen and (max-width: 767px) {
  .quick-menu-card {
    border-right: none;
    padding: 0;
    text-align: left !important;
    width: 50%;
    max-width: 270px;
    margin: 0 auto 30px;
  }
  .quick-menu-card .quick-menu-content {
    display: flex !important;
    display: -webkit-flex !important;
    flex-wrap: wrap !important;
    -webkit-flex-wrap: wrap !important;
    align-items: center !important;
    -webkit-align-items: center !important;
  }
  .quick-menu-card .quick-menu-content .quick-menu-image {
    width: 50px;
    height: 50px;
    margin: 0 20px 0 0;
  }
  .quick-menu-card .quick-menu-content .quick-menu-image img {
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
  }
  .quick-menu-card .quick-menu-content .quick-menu-text {
    width: 200px;
  }
}
@media screen and (max-width: 600px) {
  .quick-menu-card {
    width: 100%;
  }
  .quick-menu-card:nth-last-of-type(1) {
    margin: 0 auto;
  }
}
.single-input input, .single-input textarea {
  font-family: PoppinsRegular, Arial, sans-serif;
  font-size: 15px;
  color: #737373;
  padding: 15px 56px 15px 20px;
  border-radius: 5px;
  border: 2px solid #6bb947;
}
.single-input input::-webkit-input-placeholder, .single-input textarea::-webkit-input-placeholder {
  font-size: 15px;
}
.single-input input::-moz-placeholder, .single-input textarea::-moz-placeholder {
  font-size: 15px;
}
.single-input input:-moz-placeholder, .single-input textarea:-moz-placeholder {
  font-size: 15px;
}
.single-input input:-ms-input-placeholder, .single-input textarea:-ms-input-placeholder {
  font-size: 15px;
}
.single-input input::-webkit-input-placeholder, .single-input textarea::-webkit-input-placeholder {
  color: #737373;
}
.single-input input::-moz-placeholder, .single-input textarea::-moz-placeholder {
  color: #737373;
}
.single-input input:-moz-placeholder, .single-input textarea:-moz-placeholder {
  color: #737373;
}
.single-input input:-ms-input-placeholder, .single-input textarea:-ms-input-placeholder {
  color: #737373;
}
.single-input textarea {
  resize: none;
  min-height: 80px;
}
.single-input textarea::-webkit-scrollbar {
  width: 5px;
}
.single-input textarea::-webkit-scrollbar-track {
  background-color: #fff;
}
.single-input textarea::-webkit-scrollbar-thumb {
  background-color: #69b845;
}
.single-input .selectric-wrapper {
  width: 100%;
}
.single-input .selectric {
  padding: 14.5px 56px 14.5px 20px;
  border-radius: 5px;
  border: 2px solid #6bb947;
  background-color: #ffffff;
  background-image: url("../../images/dropdown-lightgreen.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) 50%;
  background-size: 16px 16px;
  position: relative;
}
.single-input .selectric .label {
  margin: 0;
  line-height: normal;
  height: auto;
  font-family: PoppinsRegular;
  font-size: 15px;
  color: #737373;
}
.single-input .selectric .button {
  display: none;
}
.single-input .selectric-open .selectric {
  border-radius: 5px 5px 0 0;
}
.single-input .selectric-items {
  background-color: #fff;
  border: 2px solid #6bb947;
  overflow: hidden;
  border-radius: 0 0 5px 5px;
  width: 100% !important;
  top: calc(100% - 2px);
}
.single-input .selectric-items li {
  font-size: 15px;
  color: #737373;
  font-family: PoppinsRegular;
  transition: all 0.2s linear;
  background-color: #fff;
  padding: 14.5px 20px 14.5px 20px;
}
.single-input .selectric-items li:hover {
  transition: all 0.2s linear;
  background-color: #6bb947;
  color: #fff;
}
.single-input .selectric-items li:nth-of-type(1) {
  display: none;
}
.single-input .selectric-items .selected {
  background-color: #6bb947;
  color: #fff;
}
.single-input .selectric-items .selectric-scroll::-webkit-scrollbar {
  width: 5px;
}
.single-input .selectric-items .selectric-scroll::-webkit-scrollbar-track {
  background-color: #fff;
}
.single-input .selectric-items .selectric-scroll::-webkit-scrollbar-thumb {
  background-color: #69b845;
}

.member-modal-content {
  min-height: 200px;
  max-width: 760px;
  width: 100%;
  border-radius: 10px;
  background-color: #fff;
  margin: 0 auto;
  overflow: auto;
  padding: 40px 55px 50px 55px;
}
.member-modal-content .modal-cross-member {
  width: 12px;
  height: 12px;
  object-fit: contain;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.member-modal-content .modal-cross-member:hover {
  -webkit-animation: rotating 0.5s 0.1s ease-out;
  animation: rotating 0.5s 0.1s ease-out;
}
.member-modal-content .modal-member-info {
  display: flex;
  width: 100%;
  margin-bottom: 20px;
}
.member-modal-content .modal-member-info-subwrapper {
  align-self: center;
  text-align: left !important;
}
.member-modal-content .modal-member-content {
  width: 100%;
}
.member-modal-content .modal-member-image {
  border-radius: 10px;
  border: 2px solid #69b845;
  margin-bottom: 12px;
  width: 115px;
  height: 115px;
}
.member-modal-content .modal-member-image img {
  object-fit: cover;
}
.member-modal-content .modal-member-name {
  font-size: 27px;
  margin-bottom: 3px;
  color: #16634a;
}
.member-modal-content .modal-member-subtitle, .member-modal-content .modal-member-position {
  font-size: 14px;
  line-height: 23px;
}
.member-modal-content .member-content {
  margin-bottom: 60px;
  max-height: 300px;
  overflow: auto;
  margin-bottom: 20px;
  display: flex;
}
.member-modal-content .member-content::-webkit-scrollbar {
  width: 6px;
}
.member-modal-content .member-content::-webkit-scrollbar-track {
  background-color: #fff;
}
.member-modal-content .member-content::-webkit-scrollbar-thumb {
  background-color: #69b845;
  border-radius: 3px;
}
.member-modal-content .member-content .modal-member-image {
  width: 220px;
  min-width: 220px;
  height: auto;
  margin-right: 20px;
  min-height: 260px;
}
.member-modal-content .member-content .wysiwyg-styles {
  padding-right: 50px;
  text-align: left;
}
.member-modal-content .member-content .wysiwyg-styles h4 {
  line-height: 23px;
  margin-bottom: 0;
}
.member-modal-content .member-content .wysiwyg-styles p {
  margin-bottom: 23px;
}
.member-modal-content .member-content .wysiwyg-styles ul {
  margin-top: -15px;
  margin-bottom: 23px;
}
.member-modal-content .member-content .wysiwyg-styles p, .member-modal-content .member-content .wysiwyg-styles ul li {
  font-size: 14px;
  line-height: 23px;
}
.member-modal-content .member-content .wysiwyg-styles *:last-child {
  margin-bottom: 0;
}
.member-modal-content .member-phone {
  margin-left: auto;
  font-size: 15px;
  margin-bottom: 10px;
  margin-right: 20px;
  text-align: left;
  align-self: center;
}
.member-modal-content .member-phone a {
  position: relative;
  color: #16634a;
}
.member-modal-content .member-phone a:hover:before, .member-modal-content .member-phone a:hover:after {
  width: 100%;
  opacity: 1;
}
.member-modal-content .member-phone a:after {
  left: 0;
  background-color: #16634a;
}
.member-modal-content .member-phone a:before, .member-modal-content .member-phone a:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 1px;
  margin: 5px 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  backface-visibility: hidden;
}
.member-modal-content .member-phone a:hover {
  color: #16634a;
}
.member-modal-content .member-service {
  margin-bottom: 10px;
}
.member-modal-content .member-service a:hover img {
  -webkit-animation: bounce10 0.5s linear infinite;
  animation: bounce10 0.5s linear infinite;
}
.member-modal-content .member-service a:hover span {
  color: #00553c;
}
.member-modal-content .member-service a:hover span:before, .member-modal-content .member-service a:hover span:after {
  width: 100%;
  opacity: 1;
}
.member-modal-content .member-service img {
  width: 24px;
  height: 24px;
  margin-right: 6px;
  object-fit: contain;
}
.member-modal-content .member-service span {
  font-size: 14px;
}
.member-modal-content .member-service span:after {
  left: 0;
  background-color: #00553c;
}
.member-modal-content .member-service span:before, .member-modal-content .member-service span:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 1px;
  margin: 5px 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  backface-visibility: hidden;
}
.member-modal-content .doctor-services {
  width: 100%;
  text-align: center;
}
.member-modal-content .doctor-services h3 {
  margin: 0 0 10px;
  color: #7bc15f;
  font-family: "PoppinsBold", sans-serif;
  font-size: 18px;
  text-align: left;
}
.member-modal-content .doctor-services h3 a {
  padding-right: 15px;
  color: #7bc15f;
  text-decaoration: underline transparent;
  background: url("../../images/arrow-right-member-2.svg") no-repeat right 6px;
  background-size: auto 14px;
  transition: all 0.4s;
}
.member-modal-content .doctor-services h3 a:hover {
  text-decoration: underline #7bc15f;
}
.member-modal-content .doctor-services table {
  margin-bottom: 20px;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  border-collapse: collapse;
  box-shadow: 0 4px 45px rgba(0, 0, 0, 0.15);
}
.member-modal-content .doctor-services table tr th {
  padding: 7px 2px;
  color: #fff;
  background: #00563d;
  text-align: center;
  width: calc(100% / 7);
}
.member-modal-content .doctor-services table tr th + th {
  border-left: 1px solid #e6e6e6;
}
.member-modal-content .doctor-services table tr td {
  padding: 7px 2px;
  width: calc(100% / 7);
  text-align: center;
  font-size: 13px;
}
.member-modal-content .doctor-services table tr td + td {
  border-left: 1px solid #e6e6e6;
}

@media screen and (max-width: 1024px) {
  .member-modal-content {
    padding: 30px 23px 30px 30px;
  }
  .member-modal-content .modal-cross-member {
    top: 10px;
    right: 10px;
  }
  .member-modal-content .member-content {
    display: block;
  }
  .member-modal-content .member-content .modal-member-image {
    display: none;
  }
  .member-modal-content .member-content .wysiwyg-styles {
    padding-right: 7px;
  }
  .member-modal-content .modal-member-content {
    width: calc(100% - 250px - 30px);
  }
  .member-modal-content .member-phone, .member-modal-content .member-service {
    width: 100%;
  }
  .member-modal-content .member-content-additional {
    text-align: left;
  }
  .member-modal-content .member-content {
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 1024px) {
  .member-modal-content .modal-member-info {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    margin-bottom: 10px;
  }
  .member-modal-content .modal-member-info .modal-member-image {
    width: 118px;
  }
  .member-modal-content .modal-member-info .modal-member-info-subwrapper {
    width: calc(100% - 118px - 20px);
    text-align: left;
  }
  .member-modal-content .modal-member-content {
    width: 100%;
  }
  .member-modal-content .modal-member-content .member-phone {
    font-size: 16px;
  }
  .member-modal-content .modal-member-name {
    font-size: 20px;
  }
}
.variable-timing {
  overflow-x: auto;
  margin: 0 auto 10px;
  background: #fff;
  box-shadow: 0 2px 25px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.variable-timing p {
  text-align: center;
  padding: 10px 20px;
  margin: 0;
  font-size: 16px;
  font-family: PoppinsBold;
  line-height: 30px;
  font-weight: 700;
  color: #585858;
  vertical-align: top;
}
.variable-timing.dark {
  background: #00553c;
}
.variable-timing.dark p {
  color: #fff;
}

.service-member-modal-content {
  min-height: 540px;
  max-width: 760px;
  width: 100%;
  border-radius: 10px;
  background-color: #fff;
  margin: 0 auto;
  overflow: auto;
  padding: 50px 15px 50px 50px;
}
.service-member-modal-content .modal-cross-member {
  width: 12px;
  height: 12px;
  object-fit: contain;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.service-member-modal-content .modal-cross-member:hover {
  -webkit-animation: rotating 0.5s 0.1s ease-out;
  animation: rotating 0.5s 0.1s ease-out;
}
.service-member-modal-content .main-member-info {
  padding-right: 50px;
  margin-bottom: 30px;
}
.service-member-modal-content .member-info-wrapper {
  margin-right: 35px;
}
.service-member-modal-content .modal-member-image {
  margin-right: 35px;
  width: 118px;
  height: 118px;
  border-radius: 50%;
  border: 2px solid #69b845;
}
.service-member-modal-content .member-info {
  width: calc(100% - 118px - 35px);
}
.service-member-modal-content .member-info .modal-member-name {
  font-size: 27px;
  margin-bottom: 3px;
  color: #16634a;
}
.service-member-modal-content .member-info .modal-member-subtitle, .service-member-modal-content .member-info .modal-member-position {
  font-size: 14px;
  line-height: 23px;
}
.service-member-modal-content .modal-member-phone {
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 12px;
}
.service-member-modal-content .modal-member-phone .phone-number a {
  position: relative;
  color: #16634a;
}
.service-member-modal-content .modal-member-phone .phone-number a:hover:before, .service-member-modal-content .modal-member-phone .phone-number a:hover:after {
  width: 100%;
  opacity: 1;
}
.service-member-modal-content .modal-member-phone .phone-number a:after {
  left: 0;
  background-color: #16634a;
}
.service-member-modal-content .modal-member-phone .phone-number a:before, .service-member-modal-content .modal-member-phone .phone-number a:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 1px;
  margin: 5px 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  backface-visibility: hidden;
}
.service-member-modal-content .modal-member-phone .phone-number a:hover {
  color: #16634a;
}
.service-member-modal-content .member-modal-main-content {
  max-height: 300px;
  overflow: auto;
}
.service-member-modal-content .member-modal-main-content::-webkit-scrollbar {
  width: 8px;
}
.service-member-modal-content .member-modal-main-content::-webkit-scrollbar-track {
  background-color: #fff;
}
.service-member-modal-content .member-modal-main-content::-webkit-scrollbar-thumb {
  background-color: #16634a;
  border-radius: 4px;
}
.service-member-modal-content .member-modal-main-content .wysiwyg-styles {
  padding-right: 50px;
  text-align: left;
}
.service-member-modal-content .member-modal-main-content .wysiwyg-styles h4 {
  line-height: 23px;
  margin-bottom: 0;
}
.service-member-modal-content .member-modal-main-content .wysiwyg-styles p {
  margin-bottom: 23px;
}
.service-member-modal-content .member-modal-main-content .wysiwyg-styles ul {
  margin-bottom: 23px;
}
.service-member-modal-content .member-modal-main-content .wysiwyg-styles p, .service-member-modal-content .member-modal-main-content .wysiwyg-styles ul li {
  font-size: 14px;
  line-height: 23px;
}
.service-member-modal-content .member-modal-main-content .wysiwyg-styles *:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .service-member-modal-content {
    padding: 30px 15px 30px 30px;
  }
  .service-member-modal-content .main-member-info {
    padding-right: 15px;
    margin: 0 0 10px;
  }
  .service-member-modal-content .member-modal-main-content .wysiwyg-styles {
    padding-right: 15px;
  }
  .service-member-modal-content .member-info-wrapper {
    width: 100%;
    margin: 0 0 15px;
  }
  .service-member-modal-content .modal-member-phone {
    width: 100%;
  }
  .service-member-modal-content .modal-member-image {
    margin-right: 15px;
  }
  .service-member-modal-content .member-info {
    width: calc(100% - 118px - 15px);
  }
  .service-member-modal-content .member-info .modal-member-name {
    font-size: 20px;
  }
}
.home-page .hero-block .single-info {
  min-height: 665px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.home-page .hero-block .slide-content-wrapper {
  max-width: 500px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.home-page .hero-block .main-info-title {
  font-size: 34px;
  margin-bottom: 25px;
}
.home-page .hero-block .main-info-text {
  font-size: 23px;
  line-height: 36px;
  margin-bottom: 25px;
}
.home-page .hero-block .buttons-row {
  margin-bottom: 50px;
}
.home-page .hero-block .buttons-row .main-home-button {
  font-size: 16px;
}
.home-page .hero-block .main-home-button {
  margin-right: 20px;
}
.home-page .hero-block .main-home-button:nth-last-of-type(1) {
  margin-right: 0;
}
.home-page .hero-block .mobile-slide-image {
  display: none;
}
.home-page .hero-block .carousel-indicators, .home-page .hero-block .indicators {
  margin: 0;
  padding: 0;
  position: static;
}
.home-page .hero-block .carousel-indicators li, .home-page .hero-block .indicators li {
  list-style-type: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #00553c;
  background-color: transparent;
  opacity: 1;
  transition: all 0.2s linear;
  margin: 0 10px 0 0;
  cursor: pointer;
}
.home-page .hero-block .carousel-indicators li:nth-last-of-type(1), .home-page .hero-block .indicators li:nth-last-of-type(1) {
  margin: 0;
}
.home-page .hero-block .carousel-indicators li:hover, .home-page .hero-block .indicators li:hover {
  background-color: #00553c;
}
.home-page .hero-block .carousel-indicators .active, .home-page .hero-block .carousel-indicators .active-custom, .home-page .hero-block .indicators .active, .home-page .hero-block .indicators .active-custom {
  background-color: #00553c;
}
.home-page .hero-block .slider-bg-img {
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.home-page .quick-menu-block {
  background-color: #6bb947;
  padding: 60px 0;
  margin-bottom: 100px;
}
.home-page .quick-menu-block .quick-menu-title {
  font-size: 32px;
  margin-bottom: 30px;
}
.home-page .quick-menu-block .main-bg-image {
  left: 0;
  top: calc(100% - 1px);
  z-index: -1;
  filter: drop-shadow(0 1px 46px rgba(0, 0, 0, 0.18));
  -webkit-filter: drop-shadow(0 1px 46px rgba(0, 0, 0, 0.18));
  -webkit-backdrop-filter: drop-shadow(0 1px 46px rgba(0, 0, 0, 0.18));
}
.home-page .quick-menu-block .main-bg-image-mobile {
  display: none;
}
.home-page .basic-services-block {
  margin-bottom: 60px;
}
.home-page .basic-services-block .basic-services-title {
  font-size: 32px;
  margin-bottom: 10px;
}
.home-page .basic-services-block .basic-services-text {
  font-size: 18px;
  color: #858585;
  margin-bottom: 30px;
}

@media screen and (max-width: 1366px) {
  .home-page .basic-services-block .basic-services-wrapper {
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .home-page .basic-services-block .basic-services-button {
    margin-top: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .home-page .hero-block .slide-content-wrapper {
    padding: 0 15px;
  }
  .home-page .hero-block .single-info {
    min-height: 500px;
  }
  .home-page .hero-block .main-info-title {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .home-page .hero-block .main-info-text {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .home-page .hero-block .buttons-row {
    margin-bottom: 30px;
  }
  .home-page .hero-block .main-home-button {
    width: 100%;
    margin: 0 0 15px;
  }
  .home-page .hero-block .main-home-button:nth-last-of-type(1) {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .home-page .hero-block .slide-content-wrapper {
    max-width: none;
    position: static;
    left: auto;
    top: auto;
    transform: none;
    -webkit-transform: none;
    width: 100%;
    padding: 30px 15px;
  }
  .home-page .hero-block .slider-bg-img {
    display: none;
  }
  .home-page .hero-block .single-info {
    min-height: 0;
    background-image: none !important;
  }
  .home-page .hero-block .single-info {
    font-size: 0;
  }
  .home-page .hero-block .main-info-title {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .home-page .hero-block .main-info-text {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .home-page .hero-block .buttons-row {
    margin-bottom: 20px;
  }
  .home-page .hero-block .main-home-button {
    margin-bottom: 20px;
  }
  .home-page .hero-block .mobile-slide-image {
    display: block;
    margin: 0 -15px 30px;
  }
  .home-page .hero-block .mobile-slide-image:before {
    content: "";
    display: block;
    padding-top: 72%;
  }
  .home-page .hero-block .mobile-slide-image .mobile-static-bg-icon {
    width: 120px;
    height: 125px;
    object-fit: contain;
    right: 15px;
    top: 30px;
  }
  .home-page .quick-menu-block {
    padding: 50px 0 30px;
    margin-bottom: 50px;
  }
  .home-page .quick-menu-block .quick-menu-title {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .home-page .basic-services-block .basic-services-title {
    font-size: 20px;
  }
  .home-page .basic-services-block .basic-services-text {
    font-size: 16px;
  }
  .home-page .basic-services-block .basic-services-text a {
    font-family: PoppinsBold;
  }
}
@media screen and (max-width: 600px) {
  .home-page .quick-menu-block {
    margin-bottom: 150px;
  }
  .home-page .quick-menu-block .main-bg-image-mobile {
    display: block;
  }
  .home-page .quick-menu-block .main-bg-image-desktop {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .home-page .quick-menu-block {
    margin-bottom: 120px;
  }
}
.contacts-page .contacts-info-wrapper {
  margin-bottom: 35px;
}
.contacts-page .single-contact {
  padding: 30px;
  box-shadow: 0 2px 25px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  width: calc((100% - 75px) / 4.001);
  margin: 0 25px 25px 0;
}
.contacts-page .single-contact:nth-last-of-type(1) {
  margin: 0 0 25px;
}
.contacts-page .contact-title {
  font-size: 18px;
  margin-bottom: 10px;
}
.contacts-page .single-contact-title, .contacts-page .single-contact-value {
  line-height: 30px;
}
.contacts-page .single-contact-value a {
  color: #6bb947;
  position: relative;
}
.contacts-page .single-contact-value a:hover:before, .contacts-page .single-contact-value a:hover:after {
  width: 100%;
  opacity: 1;
}
.contacts-page .single-contact-value a:after {
  left: 0;
  background-color: #6bb947;
}
.contacts-page .single-contact-value a:before, .contacts-page .single-contact-value a:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 1px;
  margin: 5px 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  backface-visibility: hidden;
}
.contacts-page .single-contact-value a:hover {
  color: #6bb947;
}
.contacts-page .requisites-info {
  box-shadow: none;
  padding: 20px 0;
}
.contacts-page .requisites-info .requisites-title-block {
  margin-bottom: 5px;
}
.contacts-page .requisites-info .requisites-title-block .requisites-title {
  font-size: 20px;
  margin: 0 15px 5px 0;
}
.contacts-page .requisites-info .requisites-title-block .copy-button {
  margin-bottom: 5px;
}
.contacts-page .requisites-info .requisites-title-block .copy-icon {
  margin-right: 10px;
}
.contacts-page .requisites-info .requisites-title-block .copy-icon img {
  width: 19px;
  height: 19px;
  object-fit: contain;
}
.contacts-page .requisites-info .requisites-title-block .copy-text {
  color: #6bb947;
  font-size: 12px;
  position: relative;
}
.contacts-page .requisites-info .requisites-title-block .copy-text:after {
  left: 0;
  background-color: #6bb947;
}
.contacts-page .requisites-info .requisites-title-block .copy-text:before, .contacts-page .requisites-info .requisites-title-block .copy-text:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 1px;
  margin: 5px 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  backface-visibility: hidden;
}
.contacts-page .requisites-info .requisites-title-block a:hover .copy-icon img {
  -webkit-animation: bounce10 0.5s linear infinite;
  animation: bounce10 0.5s linear infinite;
}
.contacts-page .requisites-info .requisites-title-block a:hover .copy-text:before, .contacts-page .requisites-info .requisites-title-block a:hover .copy-text:after {
  width: 100%;
  opacity: 1;
}
.contacts-page .requisites-info .success-copy {
  color: #6bb947;
  font-size: 10px;
  bottom: calc(100% + 5px);
  left: 0;
  white-space: nowrap;
}
.contacts-page .contacts-subtitle {
  margin-bottom: 40px;
}
.contacts-page .map-wrapper {
  min-height: 440px;
  border: 2px solid #16634a;
  border-radius: 10px;
}

@media screen and (max-width: 1366px) {
  .contacts-page .contacts-info-wrapper {
    margin-bottom: 15px;
  }
  .contacts-page .single-contact {
    width: calc(50% - 12.5px);
    margin: 0 25px 25px 0;
  }
  .contacts-page .single-contact:nth-of-type(2n) {
    margin: 0 0 25px;
  }
  .contacts-page .single-contact:nth-last-of-type(1) {
    margin: 0 0 25px;
  }
  .contacts-page .requisites-info {
    padding: 30px;
  }
  .contacts-page .contacts-subtitle {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .contacts-page .single-contact {
    padding: 15px;
    width: calc(50% - 7.5px);
    margin: 0 15px 15px 0;
  }
  .contacts-page .single-contact:nth-of-type(2n) {
    margin: 0 0 15px;
  }
  .contacts-page .single-contact:nth-last-of-type(1) {
    margin: 0 0 15px;
  }
  .contacts-page .requisites-info {
    padding: 15px;
  }
}
@media screen and (min-width: 768px) {
  .contacts-page .contacts-mobile-links {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .contacts-page .single-contact {
    padding: 30px;
    width: 100%;
    margin: 0 0 23px !important;
  }
  .contacts-page .requisites-info {
    padding: 0;
  }
  .contacts-page .contacts-info-wrapper {
    margin-bottom: 7px;
  }
  .contacts-page .contacts-mobile-links {
    margin: 30px 0 10px;
  }
  .contacts-page .contacts-mobile-links .single-link {
    margin-right: 15px;
  }
  .contacts-page .contacts-mobile-links .single-link:nth-last-of-type(1) {
    margin-right: 0;
  }
  .contacts-page .contacts-mobile-links .single-link a:hover img {
    -webkit-animation: bounce10 0.5s linear infinite;
    animation: bounce10 0.5s linear infinite;
  }
  .contacts-page .contacts-mobile-links .single-link a img {
    width: 44px;
    height: 44px;
    object-fit: contain;
  }
}
.about-us-image {
  margin-bottom: 35px;
}
.about-us-image .big-image {
  width: calc(71% - 15px);
  border-radius: 10px;
}
.about-us-image .big-image:before {
  content: "";
  display: block;
  padding-top: 58.5%;
}
.about-us-image .small-image {
  width: 29%;
}
.about-us-image .small-image .small-image-wrapper {
  height: calc(50% - 7.5px);
  border-radius: 10px;
}
.about-us-image .small-image .small-image-wrapper img {
  object-fit: cover;
}

@media screen and (max-width: 500px), (max-width: 850px) and (min-width: 768px) {
  .about-us-image .big-image {
    width: 100%;
    margin-bottom: 15px;
  }
  .about-us-image .big-image:before {
    padding-top: 63%;
  }
  .about-us-image .small-image {
    width: 100%;
    flex-direction: row !important;
    -webkit-flex-direction: row !important;
  }
  .about-us-image .small-image .small-image-wrapper {
    width: calc(50% - 7.5px) !important;
    height: auto;
  }
  .about-us-image .small-image .small-image-wrapper:before {
    content: "";
    display: block;
    padding-top: 70%;
  }
  .about-us-image .small-image .small-image-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.article-page .custom-absolute-breadcrumbs {
  top: 15px;
  left: 15px;
  right: 15px;
}
.article-page .custom-absolute-breadcrumbs .breadcrumbs {
  margin-bottom: 0;
}
.article-page .custom-absolute-breadcrumbs .breadcrumbs .single-breadcrumb a:not(.breadcrumb-element-icon):hover:before, .article-page .custom-absolute-breadcrumbs .breadcrumbs .single-breadcrumb a:not(.breadcrumb-element-icon):hover:after {
  width: 100%;
  opacity: 1;
}
.article-page .custom-absolute-breadcrumbs .breadcrumbs .single-breadcrumb a:not(.breadcrumb-element-icon):after {
  left: 0;
  background-color: #6cb948;
}
.article-page .custom-absolute-breadcrumbs .breadcrumbs .single-breadcrumb a:not(.breadcrumb-element-icon):before, .article-page .custom-absolute-breadcrumbs .breadcrumbs .single-breadcrumb a:not(.breadcrumb-element-icon):after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 1px;
  margin: 5px 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  backface-visibility: hidden;
}
.article-page .custom-absolute-breadcrumbs .breadcrumbs .single-breadcrumb a:not(.breadcrumb-element-icon):hover {
  color: #6cb948;
}
.article-page .article-image-wrapper {
  background-color: rgba(25, 28, 27, 0.71);
}
.article-page .hero-article-bg {
  z-index: -1;
}
.article-page .article-hero-content-wrapper {
  min-height: 400px;
  padding: 140px 0;
}
.article-page .article-date-wrapper {
  margin-bottom: 5px;
}
.article-page .article-date-icon {
  margin-right: 5px;
}
.article-page .article-date-icon img {
  width: 15px;
  height: 15px;
  object-fit: contain;
}
.article-page .article-small-text {
  font-size: 13px;
}
.article-page .article-title {
  font-size: 25px;
  line-height: 42px;
  max-width: 1000px;
  margin-bottom: 30px;
}
.article-page .article-content-wrapper {
  box-shadow: 0 2px 25px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 50px;
  top: -140px;
}
.article-page .article-content-wrapper .video-wysiwyg {
  margin-right: -50px;
  margin-left: -50px;
  width: calc(100% + 100px);
}

@media screen and (max-width: 1500px) {
  .article-page .article-content-wrapper {
    box-shadow: none;
    border-radius: 0;
    padding: 30px 15px;
    top: auto;
  }
  .article-page .article-hero-content-wrapper {
    min-height: 0;
    padding: 60px 0 40px;
  }
  .article-page .article-title {
    margin-bottom: 0;
  }
}
.services-page .services-video {
  width: calc(100% - 370px - 30px);
}
.services-page .services-video .single-video-section {
  margin-top: 0;
}
.services-page .services-content {
  width: 370px;
}
.services-page .services-content-title {
  font-size: 25px;
  line-height: 42px;
  margin-bottom: 30px;
}

@media screen and (max-width: 1200px) {
  .services-page .services-video, .services-page .services-content {
    width: 100%;
  }
  .services-page .services-video {
    margin-bottom: 30px;
  }
  .services-page .services-video .single-video-section {
    max-width: none;
  }
}
.application-page .main-selection {
  margin-bottom: 20px;
}
.application-page .services-list-main-wrapper {
  margin-bottom: 50px;
}
.application-page .services-list-main-wrapper .services-title {
  font-size: 16px;
  margin-bottom: 25px;
}
.application-page .tabs-custom-wrapper {
  margin-bottom: 15px;
}
.application-page .application-form {
  max-width: 1200px;
  margin-bottom: 45px;
}
.application-page .checkbox-single, .application-page .submit-button {
  margin-left: 15px;
}
.application-page .main-form-wrapper {
  margin-left: -15px;
}
.application-page .single-input {
  width: calc((100% - 60px) / 4.001);
  margin: 0 0 15px 15px;
}
.application-page .textarea-input {
  margin: 0 0 15px 15px;
}
.application-page .success-submit-wrapper {
  margin-bottom: 45px;
}
.application-page .success-submit-wrapper .success-image {
  margin-bottom: 15px;
}
.application-page .success-submit-wrapper .success-image img {
  width: 41px;
  height: 41px;
  object-fit: contain;
}
.application-page .success-submit-wrapper .success-title {
  font-size: 23px;
  margin-bottom: 10px;
}
.application-page .success-submit-wrapper .success-subtext {
  color: #737373;
  font-size: 15px;
  margin-bottom: 25px;
}
.application-page .items-column {
  max-width: calc(50% - 15px);
}

@media screen and (max-width: 1024px) {
  .application-page .tabs-custom-wrapper, .application-page .additional-services-wrapper, .application-page .application-form {
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .application-page .single-input {
    width: calc(50% - 7.5px);
    margin: 0 0 15px !important;
  }
  .application-page .items-column {
    max-width: none;
  }
  .application-page .services-list-main-wrapper {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .additional-services-wrapper-helper, .services-list-wrapper-helper {
    display: block !important;
  }

  .menu-button-services {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .application-page .menu-button-services {
    max-width: 345px;
    width: 100%;
    background-color: #6bb947;
    color: #fff;
    border: none;
    font-family: PoppinsSemiBold;
    font-size: 13px;
    padding: 18px 66px 18px 25px;
    display: inline-block;
    border-radius: 10px;
    background-image: url("../../images/dropdown.png");
    background-repeat: no-repeat;
    background-position: calc(100% - 23px) 50%;
    background-size: 16px 13px;
    text-align: left;
  }
  .application-page .menu-button-services-tabs {
    background-color: #056337;
    font-size: 17px;
    text-align: center;
    padding: 15px 66px 15px 25px;
  }
  .application-page .additional-services-content {
    margin-bottom: 30px;
  }
  .application-page .additional-services-wrapper-helper, .application-page .services-list-wrapper-helper {
    width: calc(100% + 30px);
    margin: 0 -15px;
  }
  .application-page .additional-services-wrapper {
    padding: 25px 15px 15px;
  }
  .application-page .services-list-wrapper {
    padding: 25px 15px 0;
  }
  .application-page .additional-services-content {
    order: 1;
  }
  .application-page .main-form-wrapper {
    order: 2;
    margin-left: 0;
  }
  .application-page .services-list-main-wrapper .services-title {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .application-page .application-form {
    margin-bottom: 30px;
  }
  .application-page .single-input {
    width: 100%;
    margin: 0 0 20px !important;
  }
  .application-page .textarea-input {
    margin: 0 0 10px !important;
  }
}
.information-page .information-tabs {
  margin-bottom: 10px;
}
.information-page .information-tabs .single-year {
  margin: 0 10px 10px 0;
}
.information-page .information-tabs .single-year:nth-last-of-type(1) {
  margin: 0 0 10px;
}
.information-page .information-tabs .single-year-button {
  transform: translateY(0) perspective(1000px) !important;
  -webkit-transform: translateY(0) perspective(1000px) !important;
}
.information-page .information-tabs .single-year-button:not(.active) {
  background-color: #7c9991 !important;
  border: 2px solid #7c9991 !important;
}
.information-page .information-tabs .single-year-button:not(.active):hover {
  border: 2px solid #00553c !important;
  background-color: #00553c !important;
  color: #fff !important;
}
.information-page .information-tabs .single-year-button.active:hover {
  border: 2px solid #00553c !important;
  background-color: #00553c !important;
  color: #fff !important;
}
.information-page .pdf-files {
  padding: 10px 0 0;
}
.information-page .single-pdf-file {
  margin-bottom: 15px;
}
.information-page .single-pdf-file:nth-last-of-type(1) {
  margin-bottom: 0;
}
.information-page .single-pdf-file a:hover .icon img {
  -webkit-animation: bounce10 0.5s linear infinite;
  animation: bounce10 0.5s linear infinite;
}
.information-page .single-pdf-file a:hover .text {
  color: #6cb948;
}
.information-page .single-pdf-file .icon {
  margin-right: 8px;
}
.information-page .single-pdf-file .icon img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.information-page .single-pdf-file .text {
  color: #585858;
}

@media screen and (max-width: 1024px) {
  .information-page .information-tabs .tabs-custom-wrapper {
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .information-page .information-tabs .single-year {
    width: calc(50% - 5px);
    margin: 0 0 10px;
  }
  .information-page .information-tabs .single-year-button {
    width: 100%;
  }
}
.service-page .page-content {
  width: calc(100% - 300px - 30px);
}
.service-page .custom-sidebar-title {
  font-size: 21px;
  line-height: 33px;
  margin-bottom: 0;
  max-width: calc(100% - 18px - 15px);
}
.service-page .page-additional-sidebar {
  width: 300px;
}
.service-page .page-additional-sidebar .additional-sidebar-title {
  margin-bottom: 20px;
}
.service-page .page-additional-sidebar .additional-sidebar-title .tooltip-wrapper {
  top: 5px;
  right: 0;
}
.service-page .page-additional-sidebar .additional-sidebar-title .tooltip-wrapper:hover .tooltip-content {
  visibility: visible;
  opacity: 1;
}
.service-page .page-additional-sidebar .additional-sidebar-title .sidebar-info-icon {
  width: 18px;
  height: 18px;
  object-fit: contain;
  cursor: pointer;
}
.service-page .page-additional-sidebar .additional-sidebar-title .tooltip-content {
  border: 2px solid #6bb947;
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.16);
  border-radius: 3px;
  width: 320px;
  padding: 30px 40px;
  right: 100%;
  top: 100%;
  z-index: 20;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s linear;
}
.service-page .page-additional-sidebar .additional-sidebar-selection {
  margin-bottom: 20px;
}
.service-page .page-additional-sidebar .application-form {
  max-width: 300px;
  margin-bottom: 40px;
}
.service-page .page-additional-sidebar .single-input {
  width: 100%;
  margin: 0 0 15px 0;
}
.service-page .page-additional-sidebar .message-input {
  margin: 0 0 25px;
}
.service-page .success-submit-wrapper {
  margin: 50px 0;
}
.service-page .success-submit-wrapper .success-image {
  margin: 0 0 10px;
}
.service-page .success-submit-wrapper .success-image img {
  width: 41px;
  height: 41px;
  object-fit: contain;
}
.service-page .success-submit-wrapper .success-title {
  font-size: 15px;
  margin-bottom: 5px;
}
.service-page .success-submit-wrapper .success-subtext {
  color: #737373;
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 20px;
}

@media screen and (min-width: 1201px) {
  .service-page .page-additional-sidebar-collapse {
    display: block !important;
  }
  .service-page .menu-button-additional {
    display: none !important;
  }
  .service-page .mobile-members-services {
    display: none !important;
  }
}
@media screen and (max-width: 1200px) {
  .service-page .page-content {
    width: 100%;
    order: 2;
  }
  .service-page .page-additional-sidebar {
    width: 100%;
    order: 1;
  }
  .service-page .page-additional-sidebar .application-form {
    max-width: none;
  }
  .service-page .page-additional-sidebar .additional-sidebar-title-members, .service-page .page-additional-sidebar .specialist-list {
    display: none;
  }
  .service-page .menu-button-additional {
    max-width: 345px;
    width: 100%;
    background-color: #6bb947;
    color: #fff;
    border: none;
    font-family: PoppinsSemiBold;
    font-size: 13px;
    padding: 18px 66px 18px 25px;
    display: inline-block;
    border-radius: 10px;
    background-image: url("../../images/dropdown.png");
    background-repeat: no-repeat;
    background-position: calc(100% - 23px) 50%;
    background-size: 16px 13px;
    text-align: left;
  }
  .service-page .success-submit-wrapper {
    margin: 15px 0 45px;
  }
  .service-page .menu-button-additional {
    margin-bottom: 30px;
  }
  .service-page .mobile-members-services {
    order: 3;
    width: 100%;
  }
  .service-page .mobile-members-services .mobile-members-title {
    font-size: 21px;
    line-height: 33px;
    margin-bottom: 20px;
  }
  .service-page .mobile-members-services .single-member {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 767px) {
  .service-page .main-title-mobile-class {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .service-page .mobile-members-services .single-member {
    width: 100%;
  }
}

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