/* Generated by less 3.11.1 */
@font-face {
  font-family: 'Trebuchet MS Regular';
  src: url('/fonts/TrebuchetMS.eot');
  src: url('/fonts/TrebuchetMS.eot?#iefix') format('embedded-opentype'), url('/fonts/TrebuchetMS.woff') format('woff'), url('/fonts/TrebuchetMS.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Trebuchet MS Bold';
  src: url('/fonts/TrebuchetMS-Bold.eot');
  src: url('/fonts/TrebuchetMS-Bold.eot?#iefix') format('embedded-opentype'), url('/fonts/TrebuchetMS-Bold.woff') format('woff'), url('/fonts/TrebuchetMS-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
::-webkit-scrollbar {
  width: 12px;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #009239;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #009239;
  -webkit-box-shadow: inset 0 0 6px #009239;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: 'Trebuchet MS Regular';
  outline: none !important;
}
a {
  text-decoration: none;
  color: #009239;
  transition: 0.3s;
}
a:hover {
  color: #19b154;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Trebuchet MS Bold';
}
p {
  color: #5d5d5d;
}
.the_title {
  display: flex;
  align-items: center;
}
.the_title:before {
  content: '';
  width: 10%;
  height: 5px;
  background: #009239;
  margin-right: 10px;
}
section {
  padding: 80px 0;
}
.term-description {
  border: 1px solid #efefef;
  padding: 40px;
}
.term-description ul,
.term-description ol {
  padding: 0 0 0 20px;
}
.btn-more,
.btn-more a {
  background: #009239;
  color: #fff;
  text-align: center;
  font-weight: bolder;
  border: none;
  border-radius: 0;
  padding: 10px 30px;
  transition: 0.3s;
}
.btn-more:hover,
.btn-more a:hover {
  background: #19b154;
  text-decoration: none;
}
.woocommerce-breadcrumb {
  padding: 10px 0;
  color: #5d5d5d;
}
.woocommerce-breadcrumb a {
  color: #009239;
}
aside section {
  padding: 0 0 40px 0;
}
aside section .bellows {
  margin: 0;
  background: #efefef;
}
.error-404 .page-header img {
  width: 100%;
  height: 200px;
  object-fit: contain;
}
.flex-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.flex-wrapper p {
  margin-bottom: 0;
}
.woocommerce-pagination {
  margin: 20px 0;
}
.woocommerce-pagination ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.woocommerce-pagination ul li span,
.woocommerce-pagination ul li a {
  padding: 5px;
  text-decoration: none;
}
.container {
  width: 1500px;
}
header#main {
  padding: 30px 0;
  border-bottom: 1px solid #efefef;
  z-index: 10;
}
header#main .logo {
  margin-bottom: 15px;
}
header#main .logo img {
  width: 100%;
}
header#main .logo img.text-center {
  width: 100%;
}
header#main .options {
  display: flex;
  justify-content: flex-end;
}
header#main .options .search button {
  background: #009239;
  color: #fff;
  border-radius: 0;
  border: none;
}
header#main .options .search button:hover {
  background: #19b154;
}
header#main .adress {
  display: flex;
  align-items: center;
  justify-content: center;
}
header#main .adress img {
  width: 5%;
  object-fit: contain;
}
header#main .adress p {
  margin-bottom: 0;
}
header#main .menu {
  display: flex;
  justify-content: flex-start;
}
header#main .menu ul {
  margin-bottom: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
header#main .menu ul li {
  margin-right: 20px;
}
header#main .menu ul li a {
  font-size: 18px;
  text-decoration: none;
  transition: 0.3s;
  color: #5d5d5d;
  text-transform: uppercase;
}
header#main .menu ul li a:hover {
  color: #19b154;
}
header#main .menu ul li:last-child {
  margin-right: 0;
}
header#main .menu ul li.current-menu-item a {
  color: #009239;
}
header#main .contacts {
  font-weight: bolder;
  justify-content: flex-end;
  display: flex;
}
#carouselExampleSlidesOnly {
  height: 100vh;
}
#carouselExampleSlidesOnly .carousel-inner {
  position: relative;
  height: 100%;
}
#carouselExampleSlidesOnly .carousel-inner .overlay {
  background: #696969;
  z-index: 5;
  opacity: 0.6;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
#carouselExampleSlidesOnly .carousel-inner header#main {
  padding: 30px 0;
  position: absolute;
  z-index: 10;
  left: 50%;
  transform: translateX(-50%);
}
#carouselExampleSlidesOnly .carousel-inner header#main .logo {
  margin-bottom: 15px;
}
#carouselExampleSlidesOnly .carousel-inner header#main .logo img {
  width: 50%;
}
#carouselExampleSlidesOnly .carousel-inner header#main .logo img.text-center {
  width: 100%;
}
#carouselExampleSlidesOnly .carousel-inner header#main .options {
  display: flex;
  justify-content: flex-end;
}
#carouselExampleSlidesOnly .carousel-inner header#main .options .search button {
  background: #009239;
  color: #fff;
  border-radius: 0;
  border: none;
}
#carouselExampleSlidesOnly .carousel-inner header#main .options .search button:hover {
  background: #19b154;
}
#carouselExampleSlidesOnly .carousel-inner header#main .adress {
  display: flex;
  align-items: center;
  justify-content: center;
}
#carouselExampleSlidesOnly .carousel-inner header#main .adress img {
  width: 5%;
  object-fit: contain;
}
#carouselExampleSlidesOnly .carousel-inner header#main .adress p {
  margin-bottom: 0;
  color: #fff;
}
#carouselExampleSlidesOnly .carousel-inner header#main .menu {
  display: flex;
  justify-content: flex-start;
}
#carouselExampleSlidesOnly .carousel-inner header#main .menu ul {
  margin-bottom: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
#carouselExampleSlidesOnly .carousel-inner header#main .menu ul li {
  margin-right: 20px;
}
#carouselExampleSlidesOnly .carousel-inner header#main .menu ul li a {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  transition: 0.3s;
  text-transform: uppercase;
}
#carouselExampleSlidesOnly .carousel-inner header#main .menu ul li a:hover {
  color: #19b154;
}
#carouselExampleSlidesOnly .carousel-inner header#main .menu ul li:last-child {
  margin-right: 0;
}
#carouselExampleSlidesOnly .carousel-inner header#main .menu ul li.current-menu-item a {
  color: #ffda63;
}
#carouselExampleSlidesOnly .carousel-inner header#main .contacts {
  color: #fff;
  font-weight: bolder;
  justify-content: flex-end;
  display: flex;
}
#carouselExampleSlidesOnly .carousel-inner .carousel-item {
  position: relative;
  height: 100%;
}
#carouselExampleSlidesOnly .carousel-inner .carousel-item .caption {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  transform: translate(-50%, -50%);
  z-index: 15;
}
#carouselExampleSlidesOnly .carousel-inner .carousel-item .caption h2 {
  font-size: 2em;
  line-height: 1.2;
}
#carouselExampleSlidesOnly .carousel-inner .carousel-item .caption h3 {
  margin: 15px 0;
  font-size: 1rem;
}
#carouselExampleSlidesOnly .carousel-inner .carousel-item video {
  object-fit: cover;
}
#carouselExampleSlidesOnly .carousel-inner .carousel-item img {
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}
#carouselExampleSlidesOnly .carousel-inner #services {
  position: absolute;
  bottom: 0;
  z-index: 15;
  left: 50%;
  transform: translateX(-50%);
}
#carouselExampleSlidesOnly .carousel-inner #services .item {
  background: #009239;
  display: flex;
  align-items: center;
  padding: 30px;
}
#carouselExampleSlidesOnly .carousel-inner #services .item:nth-child(2) {
  background: #19b154;
}
#carouselExampleSlidesOnly .carousel-inner #services .item p {
  margin-left: 15px;
  color: #fff;
  margin-bottom: 0;
}
#about {
  background: #efefef;
}
#about .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#services .serv-list {
  padding: 40px 0;
}
#services .serv-list .item {
  margin-bottom: 20px;
}
#services .serv-list .item svg {
  color: #009239;
}
#services .serv-list .item svg.img {
  font-size: 3em;
}
#services .serv-list .item h3 {
  font-size: 24px;
}
#services .serv-list .item p {
  height: 80px;
}
#services .serv-list .item a.more {
  color: #009239;
  text-decoration: none;
  transition: 0.3s;
}
#services .serv-list .item a.more:hover {
  color: #19b154;
}
#services .products .recent_products h3 {
  margin-bottom: 40px;
}
#services .products .recent_products ul.products {
  display: flex;
  flex-wrap: wrap;
}
#services .products .recent_products ul.products li {
  width: 22.2%;
  margin-right: 40px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
#services .products .recent_products ul.products li:last-child {
  margin-right: 0;
}
#services .products .recent_products ul.products li a {
  transition: 0.3s;
  color: #5d5d5d;
}
#services .products .recent_products ul.products li a img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: center top;
  transition: 0.2s;
}
#services .products .recent_products ul.products li a img:hover {
  transform: scale(1.05);
}
#services .products .recent_products ul.products li a h2.woocommerce-loop-product__title {
  color: #5d5d5d;
  font-size: 18px;
  margin: 20px 0;
  display: block;
  text-decoration: none;
  height: 50px;
}
#services .products .recent_products ul.products li a h2.woocommerce-loop-product__title:hover {
  color: #009239;
  transition: 0.3s;
}
#services .products .recent_products ul.products li a:hover {
  text-decoration: none;
}
#services .products .recent_products ul.products li a.button {
  background: #009239;
  color: #fff;
  padding: 10px 20px;
  text-align: center;
  margin: 10px 0 0 0;
}
#services .products .recent_products ul.products li a.button:hover {
  background: #19b154;
  transition: 0.3s;
}
#map {
  padding: 80px 0 0 0;
}
#map .the_title {
  margin-bottom: 80px;
}
#footer {
  background: #222;
}
#footer .item img {
  width: 100%;
}
#footer .item p {
  color: #fff;
  margin-bottom: 0;
}
#footer .item:last-child {
  display: flex;
  justify-content: flex-end;
}
#footer .item nav ul {
  list-style: none;
  column-count: 2;
}
#footer .item nav ul li {
  margin-right: 15px;
}
#footer .item nav ul li a {
  color: #fff;
  font-size: 16px;
  transition: 0.3s;
}
#footer .item nav ul li a:hover {
  color: #009239;
  text-decoration: none;
}
#footer .item nav ul li.current-menu-item a {
  color: #ffda63;
}
#footer .informer {
  margin: 20px 0;
}
ul.products {
  display: flex;
  flex-wrap: wrap;
}
ul.products li {
  margin-bottom: 20px;
  width: calc(100%/4);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
ul.products li a {
  transition: 0.3s;
  color: #5d5d5d;
}
ul.products li a img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: center top;
  transition: 0.2s;
}
ul.products li a img:hover {
  transform: scale(1.05);
}
ul.products li a h2.woocommerce-loop-product__title {
  color: #5d5d5d;
  font-size: 18px;
  margin: 20px 0;
  display: block;
  text-decoration: none;
  height: 50px;
}
ul.products li a h2.woocommerce-loop-product__title:hover {
  color: #009239;
  transition: 0.3s;
}
ul.products li a:hover {
  text-decoration: none;
}
ul.products li a.button {
  background: #009239;
  color: #fff;
  padding: 10px 20px;
  text-align: center;
  margin: 10px 0 0 0;
}
ul.products li a.button:hover {
  background: #19b154;
  transition: 0.3s;
}
ul.products li.product-category {
  position: relative;
  width: calc(100%/3);
}
ul.products li.product-category .woocommerce-loop-category__title {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  font-size: 18px;
  color: #fff;
  transform: translate(-50%, -50%);
  padding: 1.5rem;
}
.page-content.shop ul.products li {
  padding: 0 10px 10px 10px;
  box-shadow: 1px 0 5px #efefef;
}
.page-content.shop ul.products li a.woocommerce-LoopProduct-link h2 {
  padding: 0 15px;
}
.page-content.shop ul.products li a.woocommerce-LoopProduct-link span.price {
  padding: 0 15px;
}
.page-content.shop div.product {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-content.shop div.product .woocommerce-product-gallery {
  position: relative;
  width: 50%;
}
.page-content.shop div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  color: transparent;
  z-index: 5;
  padding: 30px;
  height: 400px;
}
.page-content.shop div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
  content: '';
  background: url(img/search.svg) no-repeat;
  background-size: contain;
  width: 32px;
  height: 32px;
  z-index: 5;
  position: absolute;
}
.page-content.shop div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
  margin-bottom: 20px;
}
.page-content.shop div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center;
}
.page-content.shop div.product .flex-viewport img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.page-content.shop div.product .flex-control-thumbs {
  margin-top: 20px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.page-content.shop div.product .flex-control-thumbs li {
  margin-right: 22px;
  width: 22%;
  margin-bottom: 20px;
}
.page-content.shop div.product .flex-control-thumbs li:nth-child(4n+4) {
  margin-right: 0;
}
.page-content.shop div.product .flex-control-thumbs li img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.page-content.shop .entry-summary {
  width: 45%;
}
.page-content.shop .entry-summary p.price {
  font-size: 18px;
  line-height: 24px;
}
.page-content.shop .entry-summary .variations_form {
  display: flex;
  flex-wrap: wrap;
}
.page-content.shop .entry-summary .variations {
  width: 100%;
  margin-bottom: 10px;
}
.page-content.shop .entry-summary .variations tr {
  display: flex;
  flex-direction: column;
}
.page-content.shop .entry-summary .variations tr .label {
  margin-bottom: 10px;
}
.page-content.shop .entry-summary .variations tr .value {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page-content.shop .entry-summary .variations tr .value select {
  width: 80%;
  padding: 5px 0 5px 5px;
}
.page-content.shop .entry-summary .single_variation_wrap {
  width: 100%;
  margin: 10px 0;
}
.page-content.shop .entry-summary .single_variation_wrap .woocommerce-variation-price {
  font-size: 18px;
  line-height: 24px;
  margin: 10px 0;
}
.page-content.shop .entry-summary .single_variation_wrap .woocommerce-variation-price:before {
  content: 'Ваша цена: ';
  color: #009239;
  font-weight: bolder;
}
.page-content.shop .entry-summary .single_variation_wrap .woocommerce-variation-add-to-cart {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page-content.shop .entry-summary .single_variation_wrap .woocommerce-variation-add-to-cart .quantity {
  width: 60%;
}
.page-content.shop .entry-summary .single_variation_wrap .woocommerce-variation-add-to-cart .quantity label {
  margin-bottom: 0;
  display: none;
}
.page-content.shop .entry-summary .single_variation_wrap .woocommerce-variation-add-to-cart .quantity input {
  padding: 5px 0 5px 5px;
  width: 100%;
}
.page-content.shop .entry-summary .single_variation_wrap .woocommerce-variation-add-to-cart button {
  background: #009239;
  color: #fff;
  padding: 10px;
  cursor: pointer;
  transition: 0.3s;
  border: none;
  width: 35%;
}
.page-content.shop .entry-summary .single_variation_wrap .woocommerce-variation-add-to-cart button:hover {
  background: #19b154;
}
.page-content.shop .entry-summary .woocommerce-product-details__short-description {
  font-size: 18px;
  line-height: 24px;
}
.page-content.shop .entry-summary .product_meta span {
  display: block;
}
.page-content.shop .entry-summary .product_meta .sku_wrapper {
  display: none;
}
.page-content.shop .woocommerce-tabs {
  width: 100%;
}
.page-content.shop .woocommerce-tabs .tabs {
  list-style: none;
  display: flex;
  justify-content: center;
}
.page-content.shop .woocommerce-tabs .tabs li:after {
  content: ' | ';
  font-size: 24px;
  line-height: 32px;
  color: #5d5d5d;
  padding: 0 15px;
}
.page-content.shop .woocommerce-tabs .tabs li:last-child:after {
  content: '';
}
.page-content.shop .woocommerce-tabs .tabs li a {
  font-size: 24px;
  line-height: 32px;
  color: #5d5d5d;
  transition: 0.3s;
}
.page-content.shop .woocommerce-tabs .tabs li a:hover {
  text-decoration: underline;
}
.page-content.shop .woocommerce-tabs .tabs li.active a {
  text-decoration: underline;
}
.page-content.shop .woocommerce-tabs .wc-tab {
  padding: 40px 0;
}
.page-content.shop .woocommerce-tabs .wc-tab .product_descr {
  font-size: 22px;
  margin-bottom: 20px;
  color: #5d5d5d;
}
.page-content.shop .woocommerce-tabs .wc-tab p {
  color: #5d5d5d;
}
.page-content.shop .woocommerce-tabs .wc-tab img {
  object-fit: contain;
  width: 100%;
  height: auto;
}
.page-content.shop .woocommerce-tabs .wc-tab ul,
.page-content.shop .woocommerce-tabs .wc-tab ol {
  padding: 0 0 0 40px;
}
.page-content.shop .woocommerce-tabs .wc-tab ul li,
.page-content.shop .woocommerce-tabs .wc-tab ol li {
  color: #5d5d5d;
}
.page-content.shop .woocommerce-tabs .wc-tab .shop_attributes tr {
  display: flex;
  align-items: center;
}
.page-content.shop .woocommerce-tabs .wc-tab .shop_attributes tr th {
  margin-right: 10px;
}
.page-content.shop .woocommerce-tabs .wc-tab .shop_attributes tr td p {
  margin-bottom: 0;
}
.page-content.shop ul.products.recents {
  padding: 0 0 0 0;
}
.page-content.shop ul.products.recents li {
  margin-right: 0 !important;
}
article {
  padding: 0 0 20px 0;
}
article .entry-header {
  margin-bottom: 20px;
}
article .entry-content .cats-list .wp-block-column {
  position: relative;
}
article .entry-content .cats-list .wp-block-column h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
article .entry-content .cats-list .wp-block-column h2 a {
  color: #fff;
  transition: 0.3s;
}
article .entry-content .cats-list .wp-block-column h2 a:hover {
  color: #19b154;
}
article p,
article ol,
article ul,
article li {
  color: #5d5d5d;
}
article ul,
article ol {
  padding: 0 0 0 40px;
}
article table {
  max-width: 100%;
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #5d5d5d;
}
article table tr,
article table td,
article table th {
  border: 1px solid #5d5d5d;
  padding: 10px;
  color: #5d5d5d;
}
.woocommerce-cart-form td,
.woocommerce-cart-form th {
  font-size: 14px;
  line-height: 22px;
  font-family: 'Trebuchet MS Regular';
}
.woocommerce-cart-form td.product-thumbnail img {
  width: 100%;
  height: 50px;
  object-fit: contain;
}
.cart-collaterals h2 {
  font-size: 16px;
  line-height: 24px;
}
.cart-collaterals table tr,
.cart-collaterals table th,
.cart-collaterals table td {
  font-size: 14px;
  line-height: 22px;
  color: #5d5d5d;
}
.cart-collaterals table .woocommerce-shipping-totals {
  display: none;
}
.wc-proceed-to-checkout a {
  background: #009239;
  color: #fff;
  font-size: 16px;
  font-weight: bolder;
  padding: 10px 20px;
}
.wc-proceed-to-checkout a:hover {
  background: #19b154;
  transition: 0.3s;
}
body.search article {
  margin-bottom: 20px;
}
body.search .page-header {
  margin: 20px 0;
}
.search-content img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
.search-content .entry-summary .entry-header {
  margin-bottom: 20px;
}
.acc-jobs {
  margin-bottom: 20px;
}
.acc-jobs .card button {
  color: #009239;
  border: none;
  font-size: 16px;
  background: transparent;
}
form.checkout .col2-set {
  font-size: 16px;
  line-height: 24px;
}
form.checkout .col2-set .woocommerce-billing-fields__field-wrapper,
form.checkout .col2-set .woocommerce-additional-fields__field-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
form.checkout .col2-set .woocommerce-billing-fields__field-wrapper .form-row,
form.checkout .col2-set .woocommerce-additional-fields__field-wrapper .form-row {
  margin-bottom: 20px;
  width: 49%;
  display: flex;
  flex-direction: column;
}
form.checkout .col2-set .woocommerce-billing-fields__field-wrapper .form-row label,
form.checkout .col2-set .woocommerce-additional-fields__field-wrapper .form-row label {
  display: block;
  color: #19b154;
  font-size: 14px;
}
form.checkout .col2-set .woocommerce-billing-fields__field-wrapper .form-row input,
form.checkout .col2-set .woocommerce-additional-fields__field-wrapper .form-row input {
  padding: 5px 0 5px 5px;
  width: 100%;
}
form.checkout .col2-set .woocommerce-billing-fields__field-wrapper .form-row textarea,
form.checkout .col2-set .woocommerce-additional-fields__field-wrapper .form-row textarea {
  padding: 5px 0 5px 5px;
  width: 100%;
  height: 218px;
}
form.checkout .col2-set .woocommerce-additional-fields__field-wrapper .form-row {
  width: 100%;
}
.woocommerce-checkout-review-order table tr,
.woocommerce-checkout-review-order table th,
.woocommerce-checkout-review-order table td {
  font-size: 16px;
  line-height: 24px;
}
.woocommerce-checkout-payment ul {
  list-style: none;
  padding: 20px 0;
  font-size: 16px;
  line-height: 24px;
}
.woocommerce-checkout-payment ul li {
  border: 1px solid #efefef;
  padding: 20px 20px 0;
}
.woocommerce-checkout-payment ul li label {
  font-family: 'Trebuchet MS Bold';
  color: #009239;
  cursor: pointer;
}
.woocommerce-checkout-payment ul li label:hover {
  color: #19b154;
}
.woocommerce-checkout-payment ul li input {
  display: none;
}
.place-order button {
  font-size: 18px;
  line-height: 24px;
  background: #009239;
  transition: 0.3s;
  padding: 10px 40px;
  color: #fff;
  width: 100%;
  border: none;
}
.place-order button:hover {
  background: #19b154;
}
@media (min-width: 0px) and (max-width: 960px) {
  .container {
    width: 100%;
  }
  main.site-main > .row {
    flex-direction: column-reverse;
  }
  ul.products li.product-category {
    width: 100% !important;
  }
  .the_title {
    display: flex;
    align-items: center;
    font-size: 15px;
    margin: 30px 0;
  }
  .row {
    margin-right: 0;
    margin-left: 0;
  }
  #carouselExampleSlidesOnly {
    height: 70vh;
    background: #009239;
  }
  #carouselExampleSlidesOnly .carousel-inner .carousel-item img {
    display: none !important;
  }
  #carouselExampleSlidesOnly .carousel-inner .carousel-item .caption {
    display: none;
    padding: 0 20px;
    width: 100%;
    top: 50%;
  }
  #carouselExampleSlidesOnly .carousel-inner .carousel-item .caption h2 {
    font-size: 1.2em;
  }
  #carouselExampleSlidesOnly .carousel-inner .carousel-item .caption h3 {
    font-size: 1em;
  }
  #carouselExampleSlidesOnly .carousel-inner #services {
    display: none;
  }
  #carouselExampleSlidesOnly .carousel-inner header#main {
    padding: 10px 0;
    width: 100%;
    border: none;
  }
  #carouselExampleSlidesOnly .carousel-inner header#main .logo img {
    width: 100%;
    object-fit: contain;
    display: block;
    margin: 10px 0;
  }
  #carouselExampleSlidesOnly .carousel-inner header#main .logo img.text-center {
    width: 100%;
    margin: 10px 0;
  }
  #carouselExampleSlidesOnly .carousel-inner header#main .adress {
    flex-wrap: wrap;
  }
  #carouselExampleSlidesOnly .carousel-inner header#main .adress img {
    display: block;
  }
  #carouselExampleSlidesOnly .carousel-inner header#main .menu nav {
    width: 100%;
  }
  #carouselExampleSlidesOnly .carousel-inner header#main .menu nav ul {
    flex-direction: column;
  }
  #carouselExampleSlidesOnly .carousel-inner header#main .menu nav ul li {
    margin-right: 0;
  }
  #carouselExampleSlidesOnly .carousel-inner header#main .options {
    justify-content: center;
  }
  header#main .menu nav {
    width: 100%;
  }
  header#main .menu nav ul {
    flex-direction: column;
  }
  header#main .menu nav ul li {
    margin-right: 0;
  }
  header#main .options {
    justify-content: center;
  }
  #services .products .recent_products ul.products li {
    width: 100%;
  }
  .page-content.shop ul.products li {
    margin-right: 0;
  }
  .page-content.shop div.product .woocommerce-product-gallery {
    width: 100%;
  }
  .page-content.shop div.product .entry-summary {
    width: 100%;
    margin-bottom: 20px;
  }
  ul.products li {
    width: 100%;
    margin-right: 0;
  }
  #services .products .recent_products ul.products li {
    margin-right: 0;
  }
}
#exampleModal .modal-content .modal-header {
  background: #009239;
}
#exampleModal .modal-content .modal-header h5 {
  color: #fff;
}
#exampleModal .modal-content .modal-header .close {
  color: #fff;
}
#exampleModal .modal-content .modal-body form {
  position: relative;
}
#exampleModal .modal-content .modal-body form label {
  display: none;
}
#exampleModal .modal-content .modal-body form input {
  padding: 10px 0 10px 10px;
  width: 100%;
}
#exampleModal .modal-content .modal-body form button {
  background: none;
  border: none;
  position: absolute;
  top: 50%;
  right: 3%;
  transform: translateY(-50%);
  color: #009239;
}
