/*
Theme Name: GudBud
Author: GudBud
Version: 1.0
*/


/* Global */
html, body {
  padding: 0;
  margin: 0;
  font-family: 'PT Sans', sans-serif;
  height: 100%;
  background: #fff;
}
a {color: #019875;
   text-decoration:none;
}
.global__content {
  position: relative;
  box-sizing: border-box;
  width: 90%;
  max-width: 900px;
  margin: auto;
}
.global__hide {display: none;}
.global__justify-container {
  text-align: justify;
  line-height: 0;
}
.global__justify-container:after {
    content: '';
    display: inline-block;
    width: 100%;
}
.global__two-col {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 47%;
  line-height: normal;
}
.global__three-col {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 32%;
  line-height: normal;
}
.global__four-col {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 23%;
  line-height: normal;
}
.global__four-col a{
  color:black;
}
.global__vertical-middle {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.global__container {
  position: relative;
  width: 95%;
  max-width: 1140px;
  margin: auto;
}
.global__fullheight {height: 100%;}
.global__input-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.global__input-hidden-container {
	display: none;
}
.global__input {
  box-sizing: border-box;
  width: 260px;
  height: 48px;
  padding: 0px 10px;
  border: 1px solid #ccc;
  border-radius: 0px;
  font-size: 15px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.global__input[type="submit"] {
  color: #fff;
  background-color: #019875;
  border: 1px solid #019875;
  text-transform: uppercase;
  margin: 0px;
  font-weight: bold;
  cursor: pointer;
}
.global__input[type="submit"]:hover {background-color: #019875}
.global__input.invalid:not([type="submit"]) {border-color: red;}
.global__center,
.global__justify-container.global__center {text-align: center;}
.wpcf7 .ajax-loader {display: none !important;}

/* Header */
.header {height: 100px;}
.header__top {
  height: 38px;
  background-color: #282828;
}
.header__social-icon.common__social-icon {
  width: 25px;
  height: 25px;
  margin-top: 7px;
}
.header__top-meta {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 38px;
  line-height: 38px;
}
.header__top-phone {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 13px;
  padding-right: 16px;
  margin-right: 6px;
}
.header__top-phone:first-child{
  background: url(assets/images/icon-phone.png) left center no-repeat;
  padding-left: 22px;
}
.header__top-phone:first-child:after {
  /* display: block; */
  display: none;
  content: '';
  position: absolute;
  top: 50%;
  right: 0px;
  width: 1px;
  height: 16px;
  margin-top: -8px;
  background-color: #ccc;
  opacity: 0.4;
}
.header__top-languages {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  line-height: 34px;
}
.header__top-language {
  vertical-align: middle;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0px 2px 0px 0px;
}
.header__top-language:last-of-type {margin-right: 0px;}
.header__top-language.ru {
  background: url(assets/images/updated-icon-ru.png);
  background-size: cover;
  background-color: #fff; 
  border-radius: 50%;
}
.header__top-language.ua {
  background: url(assets/images/icon-ua.png);
  background-size: cover;
}
.header__main {
  height: 62px;
  line-height: 60px;
  background-image: linear-gradient(#ffffff, #e8e8e8);
  text-align: right;
}
.custom-logo-link {
  display: block;
  position: absolute;
  top: 50%;
  left: 0px;
  margin-top: -23px;
}
.custom-logo-link img{
	width:150px;
	height:50px;
}
ul.header__menu {
  margin: 0px;
  display: inline-flex;
  vertical-align: middle;
}
.header__menu li {
  position: relative;
  display: inline-block;
  margin: 0px 2px 0px 0px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: normal;
  text-decoration: none;
  padding-right: 8px;
}
.header__menu li:last-of-type {padding-right: 0px;}
.header__menu li a {
  color: #404040;
  text-decoration: none;
  font-weight: bold;
}
.header__menu li a:hover {color: #019875;}
.header__menu li > ul.sub-menu {
  display: none;
  position: absolute;
  padding: 0px 0;
  margin: 0px;
  left: 0px;
  top: 60px;
  text-align: left;
  width: 250px;
  background-color: #303030;
  z-index: 10;
}
.header__menu li > ul.sub-menu.active {display: block;}
ul.sub-menu > li {
  position: relative;
  display: block;
  margin: 0px;
  font-size: 14px;
  line-height: normal;
  padding: 0px 15px;
}
ul.sub-menu > li:hover {background-color: #019875;}
ul.sub-menu > li a {
  display: block;
  position: relative;
  color: #fff;
  padding: 0px;
  padding: 10px 0px;
  border-bottom: 1px solid #454545;
  cursor: pointer;
  z-index: 10;
}
ul.sub-menu > li:hover a {
  color: #fff;
  border-bottom: 1px solid transparent;
}
ul.sub-menu > li:hover:after {
  display: block;
  box-sizing: border-box;
  content: '';
  position: absolute;
  top: 2%;
  left: 0.4%;
  width: 99.2%;
  height: 96%;
  border: 1px solid #fff;
}
ul.sub-menu > li:last-of-type a {border-bottom: none;}
.header__search {
  display: inline-block;
  display: none;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  background: #019875 url(assets/images/icon-search.png) center center no-repeat;
  margin-left: 14px;
}
.header__search:hover {opacity: 0.9}

/* Common */
.common__content {padding: 40px 0px;}
.common__content:after {
  display: block;
  content: '';
  clear: both;
}
.common__content img {
  max-width: 100%;
  height: auto;
}
.common__title {
  position: relative;
  margin: 0px;
  font-size: 35px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 42px;
}
.common__title-accent {
  position: absolute;
  height: 9px;
  margin-top: -5px;
  top: 50%;
  right: 170px;
  width: calc(100% - 412px);
  background: url(assets/images/common-title-accent.png) right center no-repeat;
}
.common__social-icon {
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px;
  width: 30px;
  height: 30px;
}
.common__social-icon.tiktok {
  background: url(/wp-content/uploads/2023/04/tiktok-1.png) center center no-repeat;
  background-size: cover;
}
.common__social-icon.facebook {
  background: url(assets/images/social-facebook.png) center center no-repeat;
  background-size: cover;
}
.common__social-icon.instagram {
  background: url(assets/images/social-instagram.png) center center no-repeat;
  background-size: cover;
}
.common__social-icon.twitter {
  background: url(/wp-content/uploads/2023/04/twitter-2.png) center center no-repeat;
  background-size: cover;
}
.common__social-icon.youtube {
  background: url(assets/images/social-youtube.png) center center no-repeat;
  background-size: cover;
}
.common__social-icon.vk.dark {
  background: url(assets/images/social-vk-dark.png) center center no-repeat;
  background-size: cover;
}
.common__social-icon.facebook.dark {
  background: url(assets/images/social-facebook-dark.png) center center no-repeat;
  background-size: cover;
}
.common__social-icon.instagram.dark {
  background: url(assets/images/social-instagram-dark.png) center center no-repeat;
  background-size: cover;
}
.common__social-icon.google.dark {
  background: url(assets/images/social-google-dark.png) center center no-repeat;
  background-size: cover;
}
.common__social-icon.youtube.dark {
  background: url(assets/images/social-youtube-dark.png) center center no-repeat;
  background-size: cover;
}
.common__slider-nav {
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -27px;
}
.common__slider-btn {
  display: inline-block;
  box-sizing: border-box;
  width:  54px;
  height: 54px;
  margin: 0px 2px;
  cursor: pointer;
  padding: 1px;
  background: url(assets/images/slider-arrow-grey.png) center center no-repeat;
  background-size: 14px 24px;
}
.common__slider-btn:last-of-type {margin-right: 0px;}
.common__slider-btn.prev {
  -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}
.common__slider-accent {
  border: 1px solid #939393;
  height: 100%;
}
.common__slider-btn:hover {background: #019875 url(assets/images/slider-arrow-white.png) center center no-repeat;}
.common__slider-btn:hover .common__slider-accent {border-color: #fff;}

.owl-carousel .owl-dots {
  margin-top: 30px;
  text-align: center;
}
.owl-carousel button.owl-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color:  #019875;
  border-radius: 50%;
  margin: 0px 6px;
}
.owl-carousel button.owl-dot.active {background-color: #fff}

.common__consultation {
  position: relative;
  background: url(/wp-content/uploads/2025/12/main-min.webp);
  background-size: cover;
  height: 240px;
}
.common__consultation-form {
  position: absolute;
  top: 30px;
  left: 0px;
  right: 0px;
  box-sizing: border-box;
  padding: 25px;
  max-width: 1045px;
  margin: auto;
  text-align: center;
  height: 175px;
  background: url(assets/images/common-consultation-border.png);
  background-size: 100% 100%;
  color: #fff;
}
.common__consultation-title {
  color: #303030;
  text-transform: uppercase;
  margin: 0px;
  font-size: 25px;
  line-height: 25px;
  -webkit-font-smoothing: antialiased;
}
.common__consultation-highlight {color: #019875;}
.common__consultation-hint {
  font-size: 14px;
}
.common__consultation-title-holder{
	    border: 1px solid #019875;
    background-color: rgba(255,255,255,.6);
    color: #303030;
    padding: 10px 0;
    max-width: 600px;
    margin: 0 auto 20px;
}
.common__consultation .global__input-container {
  margin: 0px 10px;
  padding: 1px;
  background-color:rgba(255,255,255,0.6);
}
.common__consultation .global__input-container.submit {background-color: transparent;}
.common__consultation .global__input {border: 1px solid #fff;}
.common__consultation .global__input:not([type="submit"]) {
  background: none;
  border: 1px solid #019875;
}
.common__consultation .global__input.invalid:not([type="submit"]) {border-color: red;}
.common__consultation ::placeholder {color: #333;}
.common__consultation :-ms-input-placeholder {color: #333;}
.common__consultation ::-ms-input-placeholder {color: #333;}
.common__consultation div.wpcf7-validation-errors {display: none !important;}
.common__consultation div.wpcf7-response-output {
  margin: 20px auto 0 auto;
  max-width: 600px;
  background-color: rgba(0,0,0,0.4);
}

/* Common social */
.widget__social {
  position: fixed;
    left: 0px;
    top: 50%;
  transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.9);
    border-radius: 0px 8px 8px 0px;
    padding: 12px 5px 0px 5px;
    border: 1px solid #eee;
    z-index: 100;
}
.widget__social-icon {
    display: block;
  width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-bottom: 12px;
}
.widget__social-icon.viber {
  background: url(assets/images/widget-social-viber.png);
    background-size: cover;
}
.widget__social-icon.facebook {
  background: url(assets/images/widget-social-facebook.png);
    background-size: cover;
}
.widget__social-icon.telegram {
  background: url(assets/images/widget-social-telegram.png);
    background-size: cover;
}
.widget__social-icon.whatsapp {
  background: url(assets/images/widget-social-whatsapp.png);
    background-size: cover;
}

/* Common products */
.common__products {padding: 40px 0;}
.common__products-description {
  margin-top: -10px;
  margin-bottom: 30px;
}
.common__product {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding: 20.6% 0 0 0;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 65px;
    text-align: left;
}
.common__product.has-price {
  margin-bottom: 65px;
}
.common__product:hover {color: #fff;}
.common__product-gap {
  display: inline-block;
  width: 33%;
  height: 0px;
}
.common__product-title {
    position: relative;
    box-sizing: border-box;
    width: 90%;
  padding: 0px 5px 10px 5%;
  z-index: 2;
}
.common__product:hover .common__product-title {color: #fff}
.common__product-image {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  width: calc(100% - 5%);
  max-height: calc(100% - 35px);
  height: auto;
  z-index: 2;
  overflow: hidden;
}
.common__product-image img {
	height: 224px;
	width: 347px;
  /*width: 100%;
  height: auto;
	*/
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
.common__product:hover .common__product-image img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
}
.common__product-background {
  display: block;
  content: '';
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 90%;
  height: 90%;
  border: 2px solid #019875;
  z-index: 1;
}
.common__product:hover .common__product-background {
  display: block;
  content: '';
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 90%;
  height: 90%;
  border: 2px solid #282828;
  background: #282828;
  z-index: 1;
}
.common__product-content {
  position: absolute;
  width: 95%;
  overflow: hidden;
  top: 0px;
  right: 0px;
  z-index: 2;
}
.common__product-content img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 6px;
}
.common__product-prices {
  text-transform: none;
  position: absolute;
  top: 100%;
  margin-top: 10px;
  z-index: 100;
  color: #000;
  margin-bottom: 100px;
  text-align: left;
}

.common__managers {
  padding: 0 0 80px 0;
}
.common__manager {
  text-align: center;
  color: #212121;
    margin: 0px 5px;
}
.common__manager img {
  display: block;
  margin: 0px auto 20px auto;
}
.common__manager-name {
  font-size: 22px;
  margin-bottom: 0px;
}
.common__manager-position {
  font-size: 17px;
  margin-bottom: 16px;
}
.common__manager-phone {font-size: 23px;}

/* Index */
.index__consultation {height: 518px;}
.index__consultation .common__consultation-form {
  height: 225px;
  padding: 40px;
  margin-top: -113px;
  top: 50%;
}
.index__products {padding-top: 110px;}

.index__intermediary {background: url(assets/images/index-intermediary-background.png) left bottom repeat-x;}
.index__intermediary-inner {height: 599px;}
.index__intermediary-overlay {
  display: block;
  content: '';
  position: absolute;
  bottom: -15px;
  left: -36px;
  width: 67.5%;
  padding-top: 54.2%;
  background: url(/wp-content/uploads/2021/03/заявка-min.png) left bottom no-repeat;
  background-size: 100% 100%;
}
.index__intermediary-form {
  position: absolute;
  box-sizing: border-box;
  right: 0px;
  bottom: 45px;
  padding: 40px 15px 50px 15px;
  color: #303030;
  width: 365px;
  height: 484px;
  text-align: center;
  background: url(assets/images/index-intermediary-form.png) center center no-repeat;
  background-size: 100% 100%;
}
.index__intermediary-title {
  color: #303030;
  text-transform: uppercase;
  font-size: 25px;
  line-height: 30px;
  margin: 0px 0px 8px 0;
  -webkit-font-smoothing: antialiased;
}
.index__intermediary-form .global__input-container {
  display: block;
  margin-bottom: 30px;
}
.index__intermediary-form .global__input-container.submit {
  box-sizing: border-box;
  margin-top: 45px;
  padding: 1px;
  background-color: transparent;
}
.index__intermediary-form .global__input-container.submit .global__input[type="submit"] {
	border: 1px solid #fff;
  	background-color: #019875;
}
.index__intermediary-form .global__input {
  background-color: transparent;
  width: 100%;
}
.index__intermediary-form div.wpcf7-validation-errors {display: none !important;}
.index__intermediary-form div.wpcf7-response-output {
  position: relative;
  background: #f5f5f5;
  margin: -15px auto 0 auto;
  opacity: 1;
  z-index: 100;
}
.index__intermediary-social {
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 30px;
  text-transform: uppercase;
  font-size: 12px;
  z-index: 10;
}
.index__intermediary-legend {margin-bottom: 8px;}

.index__features {
  padding-top: 85px;
  margin-bottom: 90px;
}
.index__feature {
  text-align: center;
  font-size: 16px;
  line-height: 18px;
}
.index__feature-gap {
  display: inline-block;
  width: 24%;
}
.index__feature-icon {
  width: 174px;
  max-width: 100%;
  height: auto;
  margin-bottom: 26px;
}
.index__feature-title {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
}

.index__experience {
  box-sizing: border-box;
  padding: 80px 0px 90px 0px;
  color: #fff;
  background: url(/wp-content/uploads/2021/03/index-experience-background.webp);
  background-size: cover;
}
.index__experience-slide {
  box-sizing: border-box;
  background-color: #fff;
  text-align: center;
  color: #000;
  background: #fff url(assets/images/index-experience-accent.png) center bottom no-repeat;
}
.index__experience-slide p {margin: 0px;}
.index__experience-image {
  width: 100%;
  height: auto;
  margin-bottom: 18px;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
.index__experience-slide:hover .index__experience-image {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
}
.index__experience-content {
  box-sizing: border-box;
  padding: 0px 15px;
  height: 100%;
  padding-bottom: 35px;
}

.index__certificates {padding: 120px 0px;}
.index__certificates-item {width: 23%}
.index__certificates-gap {
  display: inline-block;
  width: 22%;
}
.index__certificates-item img {
  max-width: 100%;
  height: auto;
}

.index__testimonials {
  color: #fff;
  padding: 85px 0px;
  background: url(/wp-content/uploads/2021/03/index-testimonials-background.webp);
  background-size: cover;
}
.index__testimonials-slide {
  font-size: 16px;
  text-align: center;
}
.index__testimonials-slide img {
  max-width: 162px;
  height: auto;
  margin: 0px auto 25px auto;
}
.index__testimonials-name {
  font-size: 18px;
  margin-bottom: 16px;
}

.index__partners {padding: 80px 0px;}
.index__partners-slide {
  position: relative;
  height: 140px;
}
.index__partners-slide a {display: block;}
.index__partners-slide img {
  width: 100%;
  height: auto;
}

/* Product */
.product__image {
  position: absolute;
  display: inline-block;
  vertical-align: top;
  width: 30%;
  top: 48px;
  right: 0px;  
}
.product__image img {width: 100%;}
.product__content {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 70%;
  padding-right: 4%;
  min-height: 360px;
}
.product__content p:first-of-type {margin-top: 0px;}
.page__content table,
.product__content table {
  border: 1px solid #ccc;
  border-collapse: collapse;
}
.page__content table tr:first-of-type td,
.product__content table tr:first-of-type td {
  background-color: #019875;
  color: #fff;
}
.page__content table tr:nth-of-type(odd),
.product__content table tr:nth-of-type(odd) {background-color: #eceeee}
.page__content table td,
.product__content table td {
  border:1px solid #ccc;
  padding: 5px 10px;
}

/* Footer */
.footer {text-align: center;}
.footer__form {
  max-width: 945px;
  margin: auto;
  z-index: 10;
}
.footer__form-header {
  background: #4f4f4f;
  color: #fff;
  padding: 18px 20px;
  margin: 0 auto 12px;
}
.footer__form-title {
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  font-size: 25px;
  line-height: 25px;
  -webkit-font-smoothing: antialiased;
}
.footer__form-highlight {color: #019875;}
.footer__form-hint {font-size: 14px;}
.footer__form form {
  position: relative;
  text-align: left;
  line-height: 0;
  box-sizing: border-box;
}
.footer__form .global__input-container {
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
  width: 31.6%;
  margin-right: 2.1%;
}
.footer__form .global__input-container.submit {
  box-sizing: border-box;
  padding: 1px;
  background-color: transparent;
  margin-right: 0px;
  float: right;
}
.footer__form .global__input-container.submit .global__input[type="submit"] {
  border: 1px solid #fff;
  height: 46px;
}
.footer__form .global__input {width: 100%;}
.footer__form .wpcf7-response-output {
  position: absolute;
  top: 65px;
  left: 0px;
  right: 0px;
  max-width: 600px;
  line-height: normal;
  text-align: center;
  margin: auto;
  background-color: #fff;
}
.footer__form div.wpcf7-validation-errors {display: none !important;}
.footer__contacts {
  box-sizing: border-box;
  border-top: 5px solid #019875;
  background-color: #232323;
  padding: 20px 20px 25px 20px;
  margin-top: 30px;
  box-shadow: 0px 5px 16px 2px rgba(0,0,0,0.6);
  color: #fff;
}
.footer__contacts .left {text-align: left;}
.footer__contacts .right {text-align: right;}
.footer__contacts-company {
  color: #019875;
  text-transform: uppercase;
  font-size: 30px;
  margin-bottom: 10px;
  -webkit-font-smoothing: antialiased;
}
.footer__contacts-slogan {
  color: #fff;
  font-size: 14px;
}
.footer__contacts-address {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 6px;
}
.footer__contacts-phone {
  color: #019875;
  font-size: 18px;
}

.footer__content {
  position: relative;
  margin-top: -70px;
  padding: 150px 0px 30px 0px;
  background-color: #282828;
  text-align: left;
  color: #fff;
}
.footer__menu {
  font-size: 15px;
  margin: 0px;
  padding: 0px;
  list-style: none;
  z-index: 5;
}
.footer__menu li {padding: 0px;}
.footer__menu li a {
  color: #fff;
  text-decoration: none;
}
.footer__social {
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
}
.footer__social-icons {margin-top: 14px;}
.footer__copyright {
  position: absolute;
  bottom: 0px;
  right: 0px;
  font-size: 13px;
  color: #9b9a9b;
}
.footer__content img {
	max-width: 150px;
}
.footer__oferta {
  display: block;
  margin-bottom: 10px;
}

.footer__form-trigger {
  display: inline-block;
  box-sizing: border-box;
  width: 170px;
  height: 32px;
  line-height: 32px;
  margin-bottom: 22px;
  color: #ab8d5a;
  padding: 0px 0 0px 12px;
  border: 1px solid #fff;
  border-radius: 30px;
  text-decoration: none;
  background: url(assets/images/icon-request.png) center left 7px no-repeat;
}
.footer__form-trigger:hover {opacity: 0.9}
.footer__request-form {
  position: relative;
  box-sizing: border-box;
  max-width: 450px;
  width: 95%;
  padding: 0px 0px 40px 0px;
  margin: auto;
  text-align: center;
  background: url(assets/images/footer-form-background.jpg);
  background-size: 100% 100%;
}
.footer__request-form .mfp-close {color: #fff;}
.footer__request-header {
  padding: 30px 20px 30px 20px;
  background: rgba(0,0,0,0.5);
  color: #fff;
  margin-bottom: 20px;
}
.footer__request-title {
  color: #fff;
  text-transform: uppercase;
  margin: 0px 0px 8px 0px;
  font-size: 32px;
  line-height: 32px;
  -webkit-font-smoothing: antialiased;
}
.footer__request-highlight {color: #019875;}
.footer__requestn-hint {font-size: 16px;}

.footer__request-form .global__input-container {
  display: block;
  width: 300px;
  max-width: 90%;
  margin: 0px auto 35px auto;
}
.footer__request-form .global__input-container.submit {margin: 45px auto 0 auto;}
.footer__request-form .global__input {width: 100%;}
.footer__request-form .global__input-container.submit .global__input {
  width: 230px;
  border-radius: 8px;
}
.footer__request-form div.wpcf7-validation-errors {display: none !important;}
.footer__request-form div.wpcf7-response-output {
  position: absolute;
  left: 0px;
  right: 0px;
  margin: 0 auto 0 auto;
  top: 480px;
  color: #fff;
  text-align: center;
  width: 80%;
}
footer .global__container{
  display: flex;
  flex-wrap:wrap;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea{
  padding: 10px 5px;
    border-radius: 10px;
    border: 1px solid;
}
.basket-btn {
 display: inline-block;
    max-width: 100%;
    background-color: #019875;
    font-family: sans-serif;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    background-repeat: no-repeat;
    background-position: 9px center;
    background-size: 25px 25px;
    background-image: url(/wp-content/uploads/2020/05/ico-basket.png);
    border-radius: 20px;
    padding-left: 43px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 19px;
    position: fixed;
    top: 20%;
    transition: 0.3s all;
    z-index: 100;
    right: 1%;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{
  background: #019875;
  border:1px solid #019875;
  transition:.3s all;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover{
  background: transparent;
  color:#019875
}
.global__container.common__content.page__content{
  display:flex;
  flex-wrap:wrap;
}
.global__container.common__content.page__content > *{
  flex-basis:100%;
}
.global__container .term-description{
  order:2;
}

.global__container .woocommerce {
  order:1;
}
.product-name a{
  color:#fff;
}

.cart_item .product-name a{
  color:#fff;
}

.cart_item:nth-child(even) .product-name a{
  color:#019875;
}
.product__content > table{
	display:none;
}
.post__card {
	list-style: none;
	max-width: 300px;
    border: 1px solid;
    padding: 5px 15px;
    border-radius: 4px;
}

.post__card p {
	color: black;
	word-wrap: break-word;
    max-height: 105px;
    overflow: hidden;
}

.posts__container {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px;
}

@media (max-width: 768px) {
	.posts__container {
    	grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 540px) {
	.posts__container {
    	grid-template-columns: repeat(1, 1fr);
	}
}

.single__post p {
	max-width: 800px;
	margin: 16px auto;
	word-wrap: break-word;
}