@charset "UTF-8";
/*
Theme Name: Artex Media
Theme URI: http://artexmedia.com.ua/
Author: Yuriy Shvets
Author URI: http://artexmedia.com.ua/
Description: The best theme for your business
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: artex-media
*/

.wpcf7-spinner {
  display: none;
}

figure.wp-block-gallery {
    padding: 30px 0px !important;
}

.asl_w_container {
  display: flex;
  justify-content: center;
}

.grecaptcha-badge {visibility: hidden;} 


html {
  font-size: 14px;
}

body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  color: #606060;
  font-weight: 400;
  line-height: 19px;
}

.container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}

.container-sm {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  max-width: 100%;
  height: auto;
}
.wpcf7-not-valid-tip {
  color: #fff;
  font-size: 1em;
  font-weight: normal;
  display: block;
  position: absolute;
  right: 3px;
  top: 3px;
  background: #dc3232;
  padding: 8px 17px;
  border-radius: 25px;
  font-weight: bold;
}

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

.clearfix:after {
  clear: both;
}

a {
  color: #179823;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

h1,
.h1,
h2,
.h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  font-weight: 500;
  color: #179823;
}

h2 {
  font-size: 35px;
}

h2 {
  font-size: 20px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  /* for IE 11 */
  display: none;
}

/*--------------------------------------------------------------
## Standard WordPress styles
--------------------------------------------------------------*/
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  margin: auto;
}

.alignright {
  float: right;
  margin: 5px;
}

.alignleft {
  float: left;
  margin: 5px;
}

.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

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

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

.clearfix:after {
  clear: both;
}

.metaslider .flexslider .flex-direction-nav li a {
  background-image: none !important;
}

.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin: 0 1.25% 20px 0;
}

.gallery-columns-2 .gallery-item {
  max-width: 49.375%;
}

.gallery-columns-3 .gallery-item {
  max-width: 32.5%;
}

.gallery-columns-4 .gallery-item {
  max-width: 24.062%;
}

.gallery-columns-5 .gallery-item {
  max-width: 19%;
}

.gallery-columns-6 .gallery-item {
  max-width: 15.625%;
}

.gallery-columns-7 .gallery-item {
  max-width: 13.21%;
}

.gallery-columns-8 .gallery-item {
  max-width: 11.4%;
}

.gallery-columns-9 .gallery-item {
  max-width: 10%;
}

.gallery-caption {
  display: block;
}

.gallery-columns-2 .gallery-item:nth-child(2n + 2),
.gallery-columns-3 .gallery-item:nth-child(3n + 3),
.gallery-columns-4 .gallery-item:nth-child(4n + 4),
.gallery-columns-5 .gallery-item:nth-child(5n + 5),
.gallery-columns-6 .gallery-item:nth-child(6n + 6),
.gallery-columns-7 .gallery-item:nth-child(7n + 7),
.gallery-columns-8 .gallery-item:nth-child(8n + 8),
.gallery-columns-9 .gallery-item:nth-child(9n + 9) {
  margin-right: 0;
}

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

h2 a {
  text-decoration: none;
}

.wp-block-image {
  margin-bottom: 1em;
  padding: 15px 15px 0px 15px;
  margin: 30px 0px;
}

.wp-block-image img {
  box-shadow: 5px 5px 37px #d3d3d3;
}

.wp-block-image figcaption {
    margin-top: .3em;
    margin-bottom: 1em;
    font-style: italic;
    font-size: 0.9em;
    font-weight: 500;
    border-bottom: 3px solid #f7f7f7;
}

.figure {
  border-bottom-left-radius: 25px;
  border-top-right-radius: 25px;
  overflow: hidden;
}

.zoom-animation,
.blocks-gallery-item a {
  cursor: pointer;
  overflow: hidden;
}
.zoom-animation img,
.blocks-gallery-item a img {
  transition: -webkit-transform 1.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1.2s cubic-bezier(0.23, 1, 0.32, 1),
    -webkit-transform 1.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition-delay: 0s, 0s;
  transition-delay: 0.12s;
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
}
.zoom-animation img:hover,
.blocks-gallery-item a img:hover {
  -webkit-transform: scale(1.07);
  -ms-transform: scale(1.07);
  transform: scale(1.07);
}

main {
  font-size: 16px;
}
main a:hover {
  color: #d43a30;
}

body.page main,
body.single main {
  line-height: 22px;
}

.flex-control-paging li a.flex-active {
  background: #179823 !important;
}

.flex-control-paging li a {
  background: #7d7d7d !important;
}

.metaslider .flex-control-nav {
  bottom: -5px !important;
  text-align: right;
  font-size: 0.0000001em;
}

.slider {
  background-color: #fff;
  margin-bottom: 50px;
  padding: 0 20px;
  max-width: 1040px;
  margin: 0 auto;
}

.entry-header {
  padding: 20px 0;
  margin-bottom: 40px;
}
.entry-header h1,
.entry-header .h1 {
  font-size: 35px;
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin: 15px 0;
}

article .entry-header {
  margin-bottom: 0;
}
article .entry-header h1 {
  margin-bottom: 20px;
  font-size: 26px;
}
article h1,
article h2,
article h3,
article h4 {
  color: #13621b;
}
article h2 {
  margin-top: 42px;
}
article .date {
  font-size: 14px;
}
article .post-excerpt {
  font-weight: 500;
}

strong {
  font-weight: 500;
}

.blocks-gallery-grid,
.wp-block-gallery {
  width: 100%;
}

.wp-block-gallery {
  background: #f1f1f1;
  background: linear-gradient(180deg, #f1f1f1 0%, white 100%);
  border-bottom-left-radius: 25px;
  border-top-right-radius: 25px;
  padding-top: 36px;
}

figcaption {
  background: none !important;
}

.blocks-gallery-grid .blocks-gallery-image, .blocks-gallery-grid .blocks-gallery-item, .wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
    margin: 0 0.5em 1.5em 0 !important;
}

.blocks-gallery-item {
  margin-right: 0 !important;
  align-items: center;
  flex-grow: initial !important;
}
.blocks-gallery-item figure {
  justify-content: flex-start !important;
  flex-direction: column;
}
.blocks-gallery-item figure .image {
  border-bottom-left-radius: 25px;
  border-top-right-radius: 25px;
  overflow: hidden;
  max-width: 250px;
}
.blocks-gallery-item figcaption {
  position: static !important;
  color: #606060 !important;
  padding-top: 12px !important;
  font-style: italic;
  font-weight: 400 !important;
  font-size: 14px !important;
}

.wp-block-columns {
  margin-bottom: 0;
}

#animatedModal {
  background-color: rgba(125, 125, 125, 0.9) !important;
}

.background-gradient-animate,
.wpcf7-submit {
  position: relative;
  z-index: 2;
  display: block;
  background: transparent;
  color: #fff;
}

.background-gradient-animate:before,
.wpcf7-submit:before {
  content: "";
  position: absolute;
  transition: opacity 0.35s ease-in-out;
  -moz-transition: opacity 0.35s ease-in-out;
  -webkit-transition: opacity 0.35s ease-in-out;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: #189823;
  background: linear-gradient(90deg, #189823 0%, #4cac37 100%);
}

.background-gradient-animate:hover:before,
.wpcf7-submit:hover:before {
  opacity: 0;
}

.background-gradient-animate:after,
.wpcf7-submit:after {
  content: "";
  opacity: 0;
  transition: opacity 0.35s ease-in-out;
  -moz-transition: opacity 0.35s ease-in-out;
  -webkit-transition: opacity 0.35s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: #d43a30;
  background: linear-gradient(90deg, #ce2c21, #d43a30);
}

.background-gradient-animate:hover:after,
.wpcf7-submit:hover:after {
  opacity: 1;
}

.footer-wrapper {
  background: #f7f7f7;
  font-weight: 500;
  padding-top: 28px;
  color: #7d7d7d;
  line-height: 19px;
}

.site-footer {
  padding-bottom: 20px;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.site-footer a:hover {
  color: #d43a30 !important;
}
.site-footer::after {
  position: absolute;
  width: 692px;
  height: 201px;
  content: "";
  display: block;
  background: url("img/footer-bg.gif") no-repeat 0 0;
  left: 50%;
  bottom: 0;
  margin-left: -712px;
  z-index: 1;
}
.site-footer > * {
  z-index: 2;
  position: relative;
}
.site-footer .copyrights {
  display: flex;
  align-items: flex-end;
}
.site-footer .footer-navigation ul {
  margin: 0;
}
.site-footer .footer-navigation br {
  display: none;
}
.site-footer .footer-navigation .menu li a {
  display: inline-block;
  color: #7d7d7d;
  text-decoration: none;
}
.site-footer .footer-navigation .menu li a:hover {
  text-decoration: underline;
}
.site-footer .footer-navigation .menu li + li {
  margin-top: 5px;
}
.site-footer .contacts {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.site-footer .contacts-top {
  font-weight: 600;
}
.site-footer .developer {
  font-weight: 600;
}

.header-wrapper {
  height: 140px;
  background: #fff;
  display: flex;
  align-items: center;
}
.header-wrapper.sticky {
  position: sticky;
  top: 0;
}

.site-header {
  font-size: 16px;
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.site-header a {
  text-decoration: none;
}

.logo {
  text-decoration: none;
  color: #fff;
}

.logo {
  display: block;
}
.logo img {
  display: block;
}

.header-right .buttons {
  display: flex;
  justify-content: space-between;
  margin-left: 6px;
}
.header-right a svg {
  fill: #7d7d7d;
}
.header-right a:hover svg {
  fill: #179823;
}

.main-navigation .menu {
  padding: 0;
  margin: 0;
  display: flex;
}
.main-navigation .menu .menu-item {
  list-style: none;
  border-bottom-left-radius: 20px;
}
.main-navigation .menu .menu-item a {
  max-width: 215px;
  display: block;
  font-size: 16px;
  color: #606060;
  text-decoration: none;
  padding: 11px 17px 7px;
  line-height: 1.375;
}
.main-navigation .menu .menu-item.menu-item-has-children {
  border-bottom-left-radius: 0;
  border-top-right-radius: 20px;
  transition: background-color 0.2s linear;
}
.main-navigation .menu .menu-item:not(.menu-item-has-children) a:hover {
  color: #1cc32c;
}
.main-navigation .menu .menu-item.menu-item-has-children:hover,
.main-navigation .menu .menu-item.menu-item-has-children:hover ul {
  background: #189823;
  background: linear-gradient(90deg, #189823 0%, #4cac37 100%);
}
.main-navigation .menu .menu-item.menu-item-has-children:hover a,
.main-navigation .menu .menu-item.menu-item-has-children:hover ul a {
  color: #fff;
}
.main-navigation .menu .menu-item.menu-item-has-children:hover .sub-menu li {
  opacity: 1;
  visibility: visible;
}
.main-navigation .menu .current-menu-item a,
.main-navigation .menu .current-menu-parent a {
  color: #179823;
}
.main-navigation .menu .sub-menu {
  width: 100%;
  padding-top: 5px;
  padding-bottom: 10px;
  border-bottom-left-radius: 20px;
  visibility: hidden;
}
.main-navigation .menu .sub-menu li {
  margin-right: 0;
}
.main-navigation .menu .sub-menu li a {
  background: none !important;
  font-size: 14px;
  color: #beffb3 !important;
  padding: 5px 17px 5px;
  line-height: 18px;
}
.main-navigation .menu .sub-menu li a:hover {
  color: #fff !important;
}
.main-navigation .menu .sub-menu .current-menu-item a {
  color: #fff !important;
}

ul.menu li {
  position: relative;
}

ul.menu,
ul.sub-menu {
  list-style-type: none;
  padding: 0;
}
#site-navigation #primary-menu .menu-item-has-children > a {
  transition: none;
}
ul.sub-menu {
  position: absolute;
  transition: all 0s linear;
}
ul.sub-menu a {
  transition: color 0.2s linear;
}
.ul.sub-menu li {
  visibility: hidden;
  opacity: 0;
}

.ul.menu li.menu-item a {
  display: block;
}

.ul.menu a.dropdown-top:hover {
  padding: 2px 10px 5px;
}

ul.menu li.menu-item-has-children:hover .sub-menu {
  display: block;
  visibility: visible;
  opacity: 1;
}
.sub-menu a {
  transition: all 0s;
}

#secondary {
  margin-bottom: 20px;
}
#secondary ul {
  padding: 0;
  margin: 0;
  display: flex;
}
#secondary ul li + li {
  margin-left: 5px;
}

.lang-item {
  list-style: none;
}
.lang-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  border-radius: 50%;
  height: 44px;
  width: 44px;
  color: #606060;
}
.lang-item:not(.current-lang):hover a {
  background: #f7f7f7;
  color: #179823;
}
.lang-item.current-lang a {
  color: #fff;
  background: #189823;
  background: linear-gradient(90deg, #189823 0%, #4cac37 100%);
}

.cbp-af-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  height: 140px;
  -webkit-transition: height 0.2s;
  -moz-transition: height 0.2s;
  transition: height 0.2s;
}

.cbp-af-header-shrink #secondary {
  margin-bottom: 0;
}
.cbp-af-header-shrink .header-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cbp-af-header-shrink .social {
  display: none;
}
.cbp-af-header-shrink .menu-item br {
  display: none;
}
.cbp-af-header-shrink .menu-item a {
  font-size: 14px !important;
}

.cbp-af-header.cbp-af-header-shrink {
  height: 66px;
  line-height: 1.2;
}
.cbp-af-header.cbp-af-header-shrink
  .main-navigation
  .menu#primary-menu
  .menu-item
  a {
  max-width: 200px;
  font-size: 14px;
}
.cbp-af-header-shrink .logo {
  width: 200px;
}
.cbp-af-header.cbp-af-header-shrink .logo img {
  max-width: 100%;
  height: auto;
}
.cbp-af-header.cbp-af-header-shrink .lang-item a {
  height: 36px;
  width: 36px;
  font-size: 14px;
}
.logo {
  width: 211px;
}
.logo object {
  pointer-events: none;
  max-width: 100%;
}

.social a {
  height: 32px;
  width: 32px;
  border-radius: 50%;
  display: block;
  font-weight: 600;
}

.social {
  display: flex;
}
.social a + a {
  margin-left: 16px;
}

#search-button {
  overflow: hidden;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  display: block;
}
#search-button svg {
  fill: #7d7d7d;
}
#search-button:hover svg {
  fill: #179823;
}

.proclose {
  display: none !important;
}

#closebt-container,
#closebt-container2 {
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: 40px;
}

.closebt:hover {
  transform: rotate(90deg);
}

.closebt {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}

.ajaxsearchlite1 {
  max-width: 420px;
}

.site-content {
  margin-top: 140px;
  padding-bottom: 50px;
}

.archive-news-thumb {
  display: block;
  float: left;
  margin-top: 5px;
  margin-right: 18px;
}
.archive-news-thumb img {
  display: block;
}

.news-excerpt {
  margin-left: 188px;
  line-height: 19px;
}

.no-thumb {
  margin-left: 0;
}

.post-thumb {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
  margin-top: 4px;
}
.post-thumb img {
  display: block;
}

.modal-content {
  display: flex;
  flex-direction: row;
  flex: 1;
  height: calc(100% - 200px);
  justify-content: center;
  align-items: center;
}
.modal-content form {
  position: relative;
}
.modal-content form input#s,
.modal-content form .orig {
  height: 70px !important;
  width: 100% !important;
  border-bottom-left-radius: 25px !important;
  border-top-right-radius: 25px !important;
  border: none !important;
  padding: 10px 50px 16px 28px !important;
  font-size: 26px !important;
  background-color: #fff !important;
  outline: none !important;
  color: #606060 !important;
}
.modal-content form input#s ::-webkit-input-placeholder,
.modal-content form .orig ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #c0c0c0 !important;
}
.modal-content form input#s ::-moz-placeholder,
.modal-content form .orig ::-moz-placeholder {
  /* Firefox 19+ */
  color: #c0c0c0 !important;
}
.modal-content form input#s :-ms-input-placeholder,
.modal-content form .orig :-ms-input-placeholder {
  /* IE 10+ */
  color: #c0c0c0 !important;
}
.modal-content form input#s :-moz-placeholder,
.modal-content form .orig :-moz-placeholder {
  /* Firefox 18- */
  color: #c0c0c0 !important;
}
.modal-content div.asl_m .proinput input.orig {
  height: 70px !important;
  width: 100% !important;
  border-bottom-left-radius: 25px !important;
  border-top-right-radius: 25px !important;
  border: none !important;
  padding: 12px 50px 16px 28px !important;
  font-size: 26px !important;
  background-color: #fff !important;
  outline: none !important;
  color: #606060 !important;
  font-weight: 500 !important;
}
.modal-content #ajaxsearchlite1 .probox .proinput input,
.modal-content div.asl_w .probox .proinput input {
  color: #606060 !important;
}
.modal-content
  #ajaxsearchlite1
  .probox
  .proinput
  input
  ::-webkit-input-placeholder,
.modal-content div.asl_w .probox .proinput input ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #c0c0c0 !important;
}
.modal-content #ajaxsearchlite1 .probox .proinput input ::-moz-placeholder,
.modal-content div.asl_w .probox .proinput input ::-moz-placeholder {
  /* Firefox 19+ */
  color: #c0c0c0 !important;
}
.modal-content #ajaxsearchlite1 .probox .proinput input :-ms-input-placeholder,
.modal-content div.asl_w .probox .proinput input :-ms-input-placeholder {
  /* IE 10+ */
  color: #c0c0c0 !important;
}
.modal-content #ajaxsearchlite1 .probox .proinput input :-moz-placeholder,
.modal-content div.asl_w .probox .proinput input :-moz-placeholder {
  /* Firefox 18- */
  color: #c0c0c0 !important;
}
.modal-content div.asl_m .probox .proinput input::placeholder {
  opacity: 0.15;
}
.modal-content .modal-content div.asl_m .proinput input.orig {
  padding: 10px 50px 16px 28px !important;
}
.modal-content .proinput {
  padding: 0 !important;
}
.modal-content #ajaxsearchlite1 {
  max-width: 420px;
  background: none !important;
}
.modal-content #ajaxsearchlite1 * {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  -ms-box-sizing: border-box !important;
  -o-box-sizing: border-box !important;
  box-sizing: border-box !important;
}
.modal-content #ajaxsearchlite1 .autocomplete {
  display: none;
}
.modal-content div.asl_m .probox .proinput {
  margin: 0;
}
.modal-content .promagnifier {
  position: absolute;
  top: 22px;
  right: 33px;
  opacity: 0.4;
}
.modal-content div.asl_m .probox .promagnifier .innericon svg {
  width: 28px;
}
.modal-content #ajaxsearchlite1 .probox,
.modal-content div.asl_w .probox {
  height: 70px !important;
  background: none !important;
}
.modal-content div.asl_w {
  box-shadow: none;
}
.modal-content #searchsubmit {
  position: absolute;
  right: 12px;
  width: 42px;
  height: 42px;
  top: 15px;
  border: none;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.modal-content #searchsubmit:hover {
  background-color: #f7f7f7;
}
.modal-content #searchsubmit img {
  width: 100%;
}

.probox .proloading {
  position: absolute !important;
  top: 21px !important;
  right: 70px !important;
  opacity: 0.15 !important;
}

.news {
  font-size: 14px;
}
.news .news-item {
  display: flex;
  margin-bottom: 36px;
}
.news .news-item .thumb {
  margin-right: 36px;
}
.news .news-item .thumb a {
  display: flex;
  overflow: hidden;
  max-height: 160px;
  align-items: center;
}
.archive.category .news .news-item:first-child .thumb a {
  max-height: initial;
}
.news .news-item .thumb img {
  display: block;
  width: 100%;
}
.news .news-item h2 {
  margin-top: 0;
  margin-bottom: 8px;
}

.wpdreams_asl_results {
  border-bottom-left-radius: 25px !important;
  border-top-right-radius: 25px !important;
}
.wpdreams_asl_results .item {
  padding: 10px 0 !important;
}

div.asl_r .results .item .asl_content h3,
div.asl_r .results .item .asl_content h3 a {
  color: #179823 !important;
  font-weight: 600 !important;
}

div.asl_r .results .item .asl_content {
  padding: 3px 26px !important;
}

div.asl_r .results .item.hovered {
  background: #f7f7f7 !important;
}

div.asl_r.asl_w.vertical .results .item::after {
  background-color: #eee !important;
}

div.asl_r.vertical {
  padding: 0 !important;
}

.date {
  font-weight: 600;
}

#animatedModal {
  display: none;
}

.more {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}

.button,
#cookie_action_close_header {
  border-radius: 15px;
  border: none;
  font-size: 16px;
  color: #fff;
  padding: 7px 22px;
  text-align: center;
  background: #189823;
  background: linear-gradient(90deg, #189823 0%, #4cac37 100%);
  text-decoration: none;
  font-weight: 500;
}
.button:hover,
#cookie_action_close_header:hover {
  color: #fff;
  background: #d43a30;
  background: linear-gradient(90deg, #ce2c21, #d43a30);
}

.category .news article {
  flex-wrap: wrap;
}
.category .news .first-item .thumb {
  width: 40%;
}
.category .news-info {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.news-info p {
  margin-top: 7px;
}
.category .attachment-archive-lg {
  width: 100%;
  height: auto;
}

.date {
  color: #7d7d7d;
}

.entry-header {
  background-color: #f7f7f7;
}

.navigation .screen-reader-text {
  display: none;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 18px;
}
.pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  color: grey;
}
.pagination .nav-links .dots {
  font-size: 1.5em;
}
.pagination .nav-links > * + * {
  margin-left: 15px;
}
.pagination a:not(.next),
.pagination a:not(.prev),
.pagination .current {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-shadow: #367928 0 1px 0;
}
.pagination .current {
  background: #179823;
  color: #fff;
}
.pagination a {
  background-color: #a0a0a0;
  color: #fff;
  text-decoration: none;
}
.pagination a:hover {
  background-color: #179823;
  color: #fff;
}
.pagination .next,
.pagination .prev {
  overflow: hidden;
  text-indent: -9999px;
  position: relative;
}
.pagination .next,
.pagination .prev {
  background: none;
  border-radius: 0 !important;
}
.pagination .next:hover,
.pagination .prev:hover {
  background: none;
}
.pagination .next:hover:after {
  border-color: transparent transparent transparent #179823;
}
.pagination .prev:hover:after {
  border-color: transparent #179823 transparent transparent;
}
.pagination .next:after {
  display: block;
  content: "";
  position: absolute;
  top: 1px;
  left: 9px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 16px;
  border-color: transparent transparent transparent #a0a0a0;
}
.pagination .prev:after {
  display: block;
  content: "";
  position: absolute;
  top: 1px;
  left: 7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 16px 15px 0;
  border-color: transparent #a0a0a0 transparent transparent;
}

article .entry-header {
  background: none;
  padding: 0;
}

blockquote {
  background-color: #f7f7f7;
  border-top-right-radius: 35px;
  border-bottom-left-radius: 35px;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  font-weight: 600;
  font-size: 18px;
  font-style: italic;
  padding-left: 142px;
  padding-right: 142px;
  padding-top: 1px;
  padding-bottom: 20px;
  color: #6d6f6d;
  text-align: center;
  margin-top: 1.5em;
  margin-bottom: 2em;
}
blockquote cite {
  font-size: 14px;
  color: #13631b;
}
blockquote p {
  margin-bottom: 2px;
}
blockquote::before {
  content: "«";
  display: block;
  font-size: 75px;
  font-weight: 900;
  font-style: italic;
  color: #179823;
  position: absolute;
  top: 15px;
  left: 20px;
}
blockquote::after {
  content: "»";
  display: block;
  font-size: 75px;
  font-weight: 900;
  font-style: italic;
  color: #179823;
  position: absolute;
  bottom: 25px;
  right: 20px;
}

.post-tags a {
  color: #fff;
  background-color: #13621b;
  text-decoration: none;
  border-bottom-right-radius: 15px;
  border-top-left-radius: 15px;
  overflow: hidden;
  padding: 4px 12px;
  font-size: 14px;
}
.post-tags a:hover {
  color: #fff;
  background: #d43a30;
}
.post-tags a {
  margin-right: 14px;
}

.a2a_kit {
  margin-left: 20px;
}
.a2a_kit a {
  height: 28px;
}

.share {
  font-weight: 500;
  display: flex;
  align-items: center;
  font-size: 14px;
}

.post-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 25px;
}

.addtoany_list a:hover span {
  opacity: 1 !important;
  background-color: #d43a30 !important;
}

.single main {
  margin-bottom: 60px;
}

.sub-pages {
  display: flex;
  flex-wrap: wrap;
  font-weight: 600;
  margin-bottom: 32px;
  margin-left: -16px;
  margin-right: -16px;
}
.page-id-24 .sub-pages .sub-page {
  max-width: 180px;
}
.sub-pages .sub-page {
  /* max-width: 180px; */
  margin-left: 16px;
  margin-right: 16px;
  margin-bottom: 16px;
}
.sub-pages h2 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}
.sub-pages a {
  color: #606060;
}
.sub-pages a:hover {
  color: #179823;
}

.current-sub-page {
  background-color: #f7f7f7;
  padding: 6px 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  display: block;
  margin: -6px 0px;
}

.documents {
  float: right;
  font-weight: 500;
  font-style: italic;
  background: #f7f7f7;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  font-size: 14px;
  margin: 0 0 0 32px;
  padding: 18px 24px;
  width: 312px;
}
.documents li {
  list-style: none;
}
.documents li a {
  display: flex;
}
.documents li img {
  margin-right: 16px;
}
.documents li + li {
  margin-top: 18px;
}

main .metaslider .caption-wrap {
  position: static !important;
  margin: 0 !important;
  background: none !important;
}
main .metaslider .caption-wrap .caption {
  color: #606060 !important;
  text-align: center !important;
  font-style: italic;
  padding: 0 0 12px 0 !important;
}

main .flex-prev,
main .flex-next {
  opacity: 1 !important;
  width: 50px !important;
}
main .flex-prev svg,
main .flex-next svg {
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
}

main .flex-prev {
  width: 0 !important;
  height: 0 !important;
  border-style: solid !important;
  border-width: 33px 33px 33px 0 !important;
  border-color: transparent #179823 transparent transparent !important;
  left: -63px !important;
}
main .flex-prev:hover {
  border-color: transparent #d43a30 transparent transparent !important;
}
main .flex-prev svg {
  display: none;
}

main .flex-next {
  width: 0 !important;
  height: 0 !important;
  border-style: solid !important;
  border-width: 33px 0 33px 33px !important;
  border-color: transparent transparent transparent #179823 !important;
  right: -63px !important;
}
main .flex-next:hover {
  border-color: transparent transparent transparent #d43a30 !important;
}
main .flex-next svg {
  display: none;
}

main .ms-image img {
  padding: 12px !important;
  border-top: 1px solid #e5e5e5 !important;
  border-left: 1px solid #e5e5e5 !important;
  border-right: 1px solid #e5e5e5 !important;
}
main .ms-image .caption-wrap {
  border-bottom: 1px solid #e5e5e5 !important;
  border-right: 1px solid #e5e5e5 !important;
  border-left: 1px solid #e5e5e5 !important;
}

.entry-content ul:not(.documents, .flex-direction-nav, .blocks-gallery-grid) {
  padding: 0;
}
.entry-content
  ul:not(.documents, .flex-direction-nav, .blocks-gallery-grid)
  li {
  list-style: none;
  position: relative;
  padding-left: 32px;
}
.entry-content
  ul:not(.documents, .flex-direction-nav, .blocks-gallery-grid)
  li
  + li {
  margin-top: 10px;
}
.entry-content
  ul:not(.documents, .flex-direction-nav, .blocks-gallery-grid)
  li::before {
  content: "";
  display: block;
  background-color: #179823;
  width: 9px;
  height: 9px;
  position: absolute;
  left: 0;
  top: 5px;
}

ul + blockquote {
  margin-top: 36px;
}

#map-container {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-bottom: 66.45%;
  vertical-align: middle;
}
#map-container svg {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  stroke: white;
}
#map-container svg path {
  fill: #dadada;
}

#plant-1 {
  position: absolute;
  top: calc(59.1% - 18px);
  left: calc(73.5% - 19px);
  z-index: 2;
}

#plant-2 {
  position: absolute;
  top: calc(65.4% - 18px);
  left: calc(85.8% - 19px);
  z-index: 2;
}

#plant-3 {
  position: absolute;
  top: calc(55.3% - 18px);
  left: calc(84.5% - 19px);
  z-index: 2;
}

#plant-4 {
  position: absolute;
  top: calc(46.4% - 18px);
  left: calc(85.5% - 19px);
  z-index: 2;
}

#our-plant {
  position: absolute;
  top: calc(50.2% - 21px);
  left: calc(70.8% - 27px);
  z-index: 2;
}

.plant-wrapper {
  cursor: pointer;
}
.plant-wrapper img {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.plant-wrapper:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.tippy-box {
  border-radius: 0px 15px 0px 15px;
}

.tippy-box[data-theme~="light"][data-placement^="top"] > .tippy-arrow:before {
  border-top-color: #39a136;
}

.plant-wrapper .tippy-box .tippy-content {
  padding: 15px 25px;
  color: #bbf1b8;
  background: #189823;
  background: linear-gradient(90deg, #189823 0%, #4cac37 100%);
  border-radius: 0px 15px 0px 15px;
}

.plant-wrapper .tippy-box .tippy-content h2 {
  margin: 0px;
  padding-bottom: 5px;
  color: #fff;
  text-align: left;
}

.plant-wrapper .tippy-box .tippy-content p {
  margin: 0px;
  padding: 2px 0px;
}

.plant-wrapper .tippy-box .tippy-content p.city {
  font-weight: bold;
}
.plant-wrapper .tippy-box a {
  text-decoration: none;
  color: #bbf1b8;
}
.form {
  display: flex;
  justify-content: space-between;
  margin-top: 26px;
  margin-bottom: 36px;
}
.form .form-left,
.form .form-right {
  width: 47%;
}
.form textarea {
  height: 190px;
}
.form input:not([type="submit"]),
.form textarea {
  padding: 10px 28px;
  background-color: #ededed;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border: none;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 500;
  width: 100%;
  outline: none;
  color: #606060;
  border: 1px solid transparent;
}
.form input:not([type="submit"]) ::-webkit-input-placeholder,
.form textarea ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #c0c0c0;
}
.form input:not([type="submit"]) ::-moz-placeholder,
.form textarea ::-moz-placeholder {
  /* Firefox 19+ */
  color: #c0c0c0;
}
.form input:not([type="submit"]) :-ms-input-placeholder,
.form textarea :-ms-input-placeholder {
  /* IE 10+ */
  color: #c0c0c0;
}
.form input:not([type="submit"]) :-moz-placeholder,
.form textarea :-moz-placeholder {
  /* Firefox 18- */
  color: #c0c0c0;
}
.form input:not([type="submit"]):focus,
.form textarea:focus {
  border: 1px solid #c0c0c0;
}
.form textarea {
  resize: none;
}
.form .background-gradient-animate {
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  cursor: pointer;
  margin-top: 28px;
  overflow: hidden;
  width: 50%;
  min-width: 160px;
}
.form .background-gradient-animate input {
  background: none;
  border: none;
  width: 100%;
  height: 100%;
  height: 42px;
  font-size: 18px;
  font-weight: 700;
  text-shadow: 0 1px 0 #367928;
}

.wpcf7-form-control-wrap {
  display: block;
}
.wpcf7-form-control-wrap + .wpcf7-form-control-wrap {
  margin-top: 28px;
}

.wpcf7 .ajax-loader {
  position: absolute;
  left: 0;
  top: 8px;
}

nav.footer-navigation {
  padding-left: 17%;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"] {
  margin-left: 20px;
  width: calc(100% - 40px);
  bottom: 20px !important;
  background: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.cli-bar-container {
  display: flex !important;
  align-items: center;
  justify-content: center;
  max-width: 1000px;
  background: #fff;
  border-bottom-left-radius: 25px;
  border-top-right-radius: 25px;
  overflow: hidden;
  padding: 20px;
  box-shadow: 0 -1px 10px 0 rgb(172 171 171 / 30%);
}
.category .news .first-item .thumb a {
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 35px;
  border-top-left-radius: 35px;
}
.form-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.error404 article {
  max-width: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 100px;
}
.error404 article h2 {
  margin-top: 0;
}
html {
  min-height: 100%;
}
body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
#page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#menu-button {
  display: none;
  background: #189823;
  color: #fff;
  border-bottom-left-radius: 14px;
  border-top-right-radius: 14px;
  background: linear-gradient(90deg, #189823 0%, #4cac37 100%);
  font-size: 20px;
}
#menu-button .hamburger {
  display: flex;
  flex-direction: column;
  margin-right: 13px;
}
#menu-button .hamburger span {
  display: block;
  width: 33px;
  height: 3px;
  background-color: #fff;
  transform: skew(45deg);
}
.hamburger span + span {
  margin-top: 5px;
}
#menuModal {
  display: none;
  background: #189823 !important;
  background: linear-gradient(90deg, #189823 0%, #4cac37 100%) !important;
  font-size: 20px;
}
.header-right-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 170px;
}
.cbp-af-header-shrink #menu-button .hamburger span {
  width: 30px;
  height: 2px;
}
.cbp-af-header-shrink #menu-button {
  padding: 10px 11px 10px 11px;
  /* margin-right: 0; */
}
.animatedModal-on {
  z-index: 1 !important;
}
#menuModal .buttons {
  padding: 0px 17px 17px 17px;
}
#menuModal .buttons .social {
  
}
#menuModal .buttons svg {
  fill: #fff;
}
#menuModal .buttons svg:hover {
  fill: #beffb3;
}
#mobile-menu {
  margin-top: 24px;
  max-width: 300px;
  padding-bottom: 20px;
}
#menuModal .modal-content {
  height: auto;
}
#mobile-menu li {
  display: block;
}
.main-navigation .menu#mobile-menu .menu-item.menu-item-has-children:hover,
.main-navigation .menu#mobile-menu .menu-item.menu-item-has-children:hover ul {
  background: none;
}
.main-navigation #mobile-menu {
  display: block;
}
.main-navigation #mobile-menu a {
  color: #fff;
  font-size: 18px;
  max-width: none;
}
.main-navigation #mobile-menu br {
  display: none;
}
.main-navigation #mobile-menu .sub-menu {
  visibility: visible;
  position: relative;
  padding: 0;
}
.main-navigation #mobile-menu .sub-menu a {
  font-size: 14px;
  padding: 4px 17px 4px !important;
}
.main-navigation #mobile-menu .sub-menu li a:before {
  content: "— ";
  display: inline-block;
  margin-right: 6px;
}
.footer-left {
  display: flex;
  flex: 1;
}
.news .news-item .thumb a {
  width: 250px;
}
.footer-left .contacts-top {
  display: none;
}
.post-tags {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
}
.post-tags a {
  margin-bottom: 16px;
}
li.blocks-gallery-item {
  padding-left: 16px;
  padding-right: 16px;
}
.metaslider.ms-theme-simply-dark .flexslider {
  margin-bottom: 0;
  margin-left: 65px;
  margin-right: 65px;
}
.archive:not(.tag) .news .news-item:first-child .thumb a {
  width: 100%;
}
main article .metaslider-flex .flexslider {
  width: calc(100% - 120px);
  margin: 0 auto;
}
@media only screen and (max-width: 1080px) {
  #menu-button {
    display: flex;
    align-items: center;
    padding: 13px 13px 13px 9px;
    margin-right: 54px;
  }
  #site-navigation {
    display: none;
  }
  .header-right .buttons {
    display: none;
  }
  #secondary {
    margin-bottom: 0;
  }
  .header-right-wrapper {
    align-items: center;
  }
  .header-menus {
    display: flex;
    align-items: center;
  }
  .cbp-af-header {
    height: 80px;
  }
  .site-content {
    margin-top: 80px;
  }
}

@media only screen and (max-width: 940px) {
  .footer-left {
    flex-direction: column;
  }
  nav.footer-navigation {
    padding-left: 0;
    margin-bottom: 16px;
  }
  .copyrights {
    order: 2;
  }
  .contacts {
    justify-content: flex-start !important;
  }
  .contacts-top {
    margin-bottom: 16px;
  }
}

@media only screen and (max-width: 650px) {
  .site-header,
  .cbp-af-header {
    height: 66px;
  }
  .site-content {
    margin-top: 66px;
  }
  .lang-item a,
  #search-button {
    width: 36px;
    height: 36px;
  }
  #menu-label {
    display: none;
  }
  #menu-button,
  .cbp-af-header-shrink #menu-button {
    padding: 11px 9px 11px 9px;
  }
  #menu-button .hamburger,
  .cbp-af-header-shrink #menu-button .hamburger {
    margin-right: 0;
  }
  #menu-button .hamburger span,
  .cbp-af-header-shrink #menu-button .hamburger span {
    width: 30px;
    height: 2px;
  }
  .hamburger span + span,
  .cbp-af-header-shrink .hamburger span + span {
    margin-top: 4px;
  }
  .logo,
  .cbp-af-header-shrink .logo {
    width: 140px;
  }
  #search-button,
  .cbp-af-header-shrink #search-button {
    background-color: #7d7d7d;
    width: 32px;
    height: 32px;
    margin-right: 18px;
  }
  #search-button svg,
  .cbp-af-header-shrink #search-button svg {
    width: 32px;
    height: 32px;
  }
  #menu-button,
  .cbp-af-header-shrink #menu-button {
    order: 2;
    margin-right: 0;
  }
  #secondary,
  .cbp-af-header-shrink #secondary {
    margin-right: 12px;
  }
  .header-right-wrapper,
  .cbp-af-header-shrink .header-right-wrapper {
    width: auto;
  }
  .header-right,
  .cbp-af-header-shrink .header-right {
    order: 2;
  }
  .container-sm,
  .container {
    padding: 0 15px;
  }
  .contacts-top {
    display: none;
  }
  .footer-left .contacts-top {
    display: block;
  }
  .site-footer {
    flex-direction: column;
  }
  .copyrights {
    margin-bottom: 16px;
  }
  footer {
    margin-bottom: 28px !important;
  }
  .site-footer::after {
    bottom: -28px;
  }
  .post-footer {
    flex-direction: column;
  }
}
@media only screen and (max-width: 580px) {
  .category .news .first-item .thumb {
    width: 100%;
  }
  h2 {
    font-size: 18px;
  }
  .news-info p {
    display: none;
  }
  .news {
    display: flex;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
  }
  .news .news-item {
    width: 100%;
    flex-direction: column;
    padding-left: 8px;
    padding-right: 8px;
  }
  .news .news-item .thumb {
    margin-right: 0;
  }
  .news-info {
    display: flex;
    flex-direction: column;
  }
  .news-info h2 {
    order: 2;
  }
  .date {
    padding: 10px 0 3px;
  }
  .more {
    margin-top: 0;
  }
  h1 {
    text-align: center;
    font-size: 25px;
  }
  .slider {
    margin-bottom: 30px;
  }
  body,
  main {
    font-size: 14px;
  }
  .sub-pages h2 {
    font-size: 14px;
  }
  .entry-header h1,
  .entry-header .h1 {
    font-size: 25px;
  }
  .entry-header {
    text-align: center;
  }
  article .entry-header h1 {
    text-align: left;
    font-size: 18px;
    margin-bottom: 0;
  }
  article .date {
    text-align: left;
  }
  .entry-header {
    margin-bottom: 25px;
  }
  .form {
    flex-direction: column;
  }
  .form .form-left {
    margin-bottom: 28px;
  }
  .form .form-left,
  .form .form-right {
    width: 100%;
  }
  .form textarea {
    width: 100%;
  }
  span.wpcf7-form-control-wrap.your-message {
    width: 100%;
  }
  .site-content {
    padding-bottom: 20px;
  }
  .site-footer::after {
    margin-left: -212px;
  }
  body:not(.archive) article h2 {
    text-align: center;
  }
  #map-container svg {
    width: 900px;
    right: 0px;
    left: auto;
  }
  .footer-wrapper {
    overflow: hidden;
  }
  #map-container {
    overflow: hidden;
    height: 650px;
  }
  #our-plant {
    top: 277px;
    right: 236px;
    left: auto;
  }
  #plant-4 {
    top: 259px;
    left: auto;
    right: 112px;
  }
  #plant-3 {
    top: 312px;
    right: 121px;
    left: auto;
  }
  #plant-2 {
    top: 372px;
    left: auto;
    right: 108px;
  }
  #plant-1 {
    top: 334px;
    left: auto;
    right: 221px;
  }
  #map-container {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
  ul.documents {
    width: 100%;
    margin-bottom: 16px;
  }
  blockquote::after {
    right: -15px;
  }
  blockquote::before {
    left: -15px;
  }
  blockquote {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (max-width: 480px) {
  .sub-pages {
    flex-direction: column;
    align-items: center;
  }
  .sub-page {
    text-align: center;
  }
  .metaslider.ms-theme-simply-dark .flexslider {
    margin-left: 30px;
    margin-right: 30px;
  }
  main .flex-prev {
    border-width: 17px 17px 17px 0 !important;
    left: -30px !important;
  }
  main .flex-next {
    border-width: 17px 0 17px 17px !important;
    right: -30px !important;
  }
  main article .metaslider-flex .flexslider {
    width: calc(100% - 60px);
  }
}
@media only screen and (max-width: 450px) {
  .news .news-item {
    width: 100%;
  }
  li.blocks-gallery-item {
    width: 100% !important;
  }
}
@media only screen and (max-width: 400px) {
  .logo,
  .cbp-af-header-shrink .logo {
    width: 110px;
  }
  #menu-button,
  .cbp-af-header-shrink #menu-button {
    padding: 9px 8px 9px 8px;
  }
  .cbp-af-header-shrink .hamburger span {
    width: 24px;
    height: 2px;
  }
  .hamburger span + span,
  .cbp-af-header-shrink .hamburger span + span {
    margin-top: 3px;
  }
  #search-button,
  .cbp-af-header-shrink #search-button {
    background-color: #7d7d7d;
    width: 26px;
    height: 26px;
    margin-right: 12px;
  }
  #search-button svg,
  .cbp-af-header-shrink #search-button svg {
    width: 26px;
    height: 26px;
  }
  .lang-item a,
  .cbp-af-header.cbp-af-header-shrink .lang-item a {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }
  #menu-button .hamburger span,
  .cbp-af-header-shrink #menu-button .hamburger span {
    width: 24px;
  }
}
@media only screen and (max-width: 360px) {
  .share {
    font-size: 0;
  }
  .a2a_kit {
    margin-left: 0;
  }
}
