/*!
Theme Name: Tir
Version: 1.0.0
Tested up to: 8.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tir
*/

/* Galleries
--------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");
@import url("https://fonts.cdnfonts.com/css/source-sans-pro");

* {
  outline: none !important;
}

.custom-radio [type="radio"]:checked,
.custom-radio [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.custom-radio [type="radio"]:checked+.custom-radio__label,
.custom-radio [type="radio"]:not(:checked)+.custom-radio__label {
  position: relative;
  padding: 6px 0 4px 38px;
  cursor: pointer;
  line-height: 20px;
  display: flex;
  margin-bottom: 4px;
  flex-direction: row;
  align-items: center;
}

.custom-radio [type="radio"]:checked+.custom-radio__label:before,
.custom-radio [type="radio"]:not(:checked)+.custom-radio__label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 10;
  width: 23px;
  height: 23px;
  border: 2px solid #ddd;
  border-radius: 100%;
  background: #fff;
}

.custom-radio [type="radio"]:checked+.custom-radio__label:after,
.custom-radio [type="radio"]:not(:checked)+.custom-radio__label:after {
  content: '';
  width: 17px;
  height: 17px;
  background: #000;
  position: absolute;
  top: 14px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.custom-big-checkbox input[type="checkbox"] {
  position: absolute;
  left: -9999px;
}

.custom-big-checkbox {
  cursor: pointer;
  display: inline-block;
}

.custom-big-checkbox__checkbox {
  display: inline-block;
  width: 26px;
  height: 26px;
  background-color: #fff;
  transition: border 0.3s ease;
}



.custom-big-checkbox input[type="checkbox"]:checked+.custom-big-checkbox__checkbox {
  background-image: url('/wp-content/themes/tir/assets/img/checken-box-check.svg');
  border-color: #000;
  background-position: center;
  background-repeat: no-repeat;
}

.custom-big-checkbox:hover .custom-big-checkbox__checkbox {
  border-color: red;
}

.form-icon-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: 33px;
}

.custom-radio [type="radio"]:not(:checked)+.custom-radio__label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.custom-radio [type="radio"]:checked+.custom-radio__label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.top-header__top-logo img {
  max-width: 340px;
}

img {
  width: 100%;
}

.footer__links img {
  width: 25px;
}

.main-utp-photo-wrapper-section {
  width: 100%;

}

.main-utp-photo-wrapper-section img {
  width: 100%;
  max-width: auto;
}


.orange {
  color: #F6A607;
}

.about-us-section {
  width: 100%;
  background-repeat: no-repeat;
  background-position: left top;
  padding: 140px 0;
  position: relative;
  background-size: contain;
}

.about-us-section>.container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.title-section-wrapper {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 71px;
  color: #FFFCFC;
  width: 100%;
  text-align: center;
}

.title-section-wrapper::before {
  content: '';
  right: 0;
  position: absolute;
  background: #000;
  height: 70px;
  width: 50%;
  border-radius: 12px 0 0 12px;
  z-index: 1;
}

.title-section::after {
  content: '';
  left: -30px;
  position: absolute;
  background: #000;
  height: 70px;
  width: 100%;
  border-radius: 12px 0 0 12px;
  z-index: -1;
}

.title-section {
  position: relative;
  z-index: 2;
  width: max-content;
  margin: auto;
  font-weight: 400;
  color: #fff;
  line-height: 65px;
}

.title-section .span {
  text-transform: uppercase;
}

.title-welcome-section.title-section {}

.about-us-section-content-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  margin-top: 50px;
}

.about-us-section-content-wrapper .left {
  width: 50%;


}

.about-us-section-content-wrapper .owl-carousel__prev {
  left: 29.62px;
}

.about-us-section-content-wrapper .owl-carousel__next {
  right: 17.62px;
}

.about-us-slider-wrapper {
  position: absolute;
  left: -13px;
  overflow: hidden;
  width: 50%;
  border-radius: 0 20px 20px 0;
}


.slider-about-us-item-wrapper {
  background-size: cover;
  background-position: center;
  position: relative;
}

.slider-about-us-item-wrapper img {
  display: block;
  width: 100%;
  object-fit: cover;
  height: 100%;
  object-position: center;
}

.owl-carousel__prev {
  width: 22px;
  left: 10px;
  position: absolute;
  top: 0;
  bottom: 0;

  margin: auto;
  z-index: 2;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.owl-carousel__prev:hover,
.owl-carousel__next:hover {
  cursor: pointer;
}

.owl-carousel__prev svg path {
  fill: #808080;
}

.owl-carousel__next {
  width: 22px;
  right: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.owl-carousel__next svg path {
  fill: #808080;

}

.about-us-section-content-wrapper .right {
  width: 50%;
  padding-left: 13px;
}

.about-us-text-wrapper {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
}

.about-us-text-wrapper p {
  margin-bottom: 20px;
}

.footer-about-us-wrapper {
  margin-top: 37px;
  display: flex;
  flex-direction: column;
}

.footer-about-us-title {
  color: #F6A607;
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 53px;
  margin-bottom: 25px;
}

.footer-about-us-item-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 40px;
}

.footer-about-us-item-title {
  ont-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #F6A607;
  margin-right: 20px;
}

.footer-about-us-item-content-wrapper>a {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  color: #000000;
  text-decoration: none;
  margin-bottom: 10px;
}

.footer-about-us-item-content-wrapper {
  display: flex;
  flex-direction: column;
  padding-top: 4px;
}

.footer-about-us-item-wrapper:last-child {
  margin-bottom: 0;
}


.our-services-section {
  width: 100%;
  background-repeat: no-repeat;
  background-position: left top;
  padding: 40px 0 140px 0;
  position: relative;
  background-size: contain;
}


.our-services-section-wrapper.title-section-wrapper::before {
  left: 0;
  right: unset;
  border-radius: 0;
}

.title-our-services-section.title-section::after {
  content: '';
  right: -30px;
  left: unset;

  width: 100%;
  border-radius: 0 12px 12px 0;
  z-index: -1;
}

.our-services-content-wrapper {
  margin-top: 110px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  position: relative;
}

.our-services-item-wrapper {
  margin-bottom: 55px;
}

.our-services-item-front {
  text-decoration: none;
  background: #F6A607;
  border-radius: 20px;
  padding: 7px 10px 15px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 270px;
  min-width: 270px;
  transition: .3s all;
}

.our-services-item-front:hover {
  cursor: pointer;
  background: #CE8127;
}

.our-services-item-front-title {
  color: #000000;
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  min-height: 60px;
}

.our-services-item-front-icon {
  margin: 40px 0;
  width: auto;
  height: 70px;
}

.our-services-item-front-icon-go-to {
  width: 44px;
}

.our-services-item-back-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  background: #E6E3E3;
  border-radius: 12px;
  padding: 70px 60px;
  transition: 1s all;
  left: -500%;
}

.our-services-item-back-wrapper.open {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  left: 0;

}

.our-services-item-back-btn-close {
  position: absolute;
  right: 5px;
  top: 5px;
  border: none;
  background: none;
}

.our-services-item-back-btn-close:hover {
  cursor: pointer;
}

.our-services-item-back-content-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.our-services-item-back-content-wrapper .left {
  width: 50%;
  padding-right: 20px;
  max-height: 100%;
  overflow-y: auto;
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  text-align: justify;
}

.our-services-item-back-content-wrapper .left p {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;

  color: #000000;
  margin-bottom: 20px;
}

.our-services-item-back-content-wrapper .right {
  width: 50%;
  padding-left: 20px;
}

.our-services-item-back-content-wrapper .right img {
  width: 100%;
}


.benefits-section {
  width: 100%;
  background-image: url(/img/protector-decoration3.svg);
  background-repeat: no-repeat;
  background-position: left top;
  padding: 45px 0 125px 0;
  position: relative;
  background-size: contain;
}

.benefits-content-wrapper {
  margin-top: 95px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.benefits-content-item-wrapper {
  width: 25%;
  margin-left: 15px;
  margin-right: 15px;
}

.benefits-content-item-wrapper:first-child {
  margin-left: 0;
}

.benefits-content-item-wrapper:last-child {
  margin-right: 0;
}

.benefits-content-item-img-wrapper {}

.benefits-content-item-img {}

.benefits-content-item-title {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  color: #000000;
  margin-top: 35px;
  text-align: center;
}


.partners-section {
  width: 100%;
  background-image: url(/img/protector-decoration4.svg);
  background-repeat: no-repeat;
  background-position: left top;
  padding: 45px 0 0 0;
  position: relative;
  background-size: contain;
}

.title-partners-section-wrapper.title-section-wrapper::before {
  right: unset;
  left: 0;
  border-radius: 0;
}

.title-partners-section.title-section::after {
  right: -30px;
  left: unset;
  border-radius: 0 12px 12px 0;
}

.partners-section-content-wrapper {
  display: flex;
  flex-direction: column;
  margin-bottom: 45px;
  margin-top: 35px;
}

.partners-section-content-row-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 45px;
}

.partners-section-content-row-wrapper:last-child {
  margin-bottom: 0;
}

.partners-section-item-wrapper {
  margin: 0 15px;
}

.partners-section-item-wrapper:first-child {
  margin-left: 0;
}

.partners-section-item-wrapper:last-child {
  margin-right: 0;
}

.partners-section-img {}


.partners-section {
  width: 100%;
  background-image: url(/img/protector-decoration4.svg);
  background-repeat: no-repeat;
  background-position: left top;
  padding: 60px 0 0 0;
  position: relative;
  background-size: contain;
}

.reviews-section {
  width: 100%;
  background-image: url(/img/protector-decoration5.svg);
  background-repeat: no-repeat;
  background-position: left top;
  padding: 50px 0 60px 0;
  position: relative;
  background-size: contain;
}

.reviews-section-content-wrapper {
  margin-top: 45px;
  width: 100%;
  background: #F6A607;
  padding: 60px 60px 35px 60px;

}

.reviews-form {}

.main-reviews-form-content-wrapper {
  display: flex;
  flex-direction: row;
}

.main-reviews-form-content-wrapper>.left {
  width: 50%;
  padding-right: 35px;

}

.main-reviews-form-content-wrapper>.left label {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  color: #FFFFFF;
  width: 100%;
  text-align: left;
  margin-bottom: 5px;
}

.reviews-form-row {
  width: 100%;
  position: relative;
}

.reviews-form-row.textarea-wrapper>label {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;

  position: absolute;
  top: -25px;
  z-index: 1;
  color: #FFFFFF;
}

.main-reviews-form-content-wrapper>.left input {
  background: #FFFFFF;
  width: 100%;
  padding: 10px 30px;
  margin-bottom: 20px;
  border: none;
  font-size: 20px;
}

.main-reviews-form-content-wrapper>.left select {
  background: #FFFFFF;
  width: 100%;
  padding: 10px 30px;
  margin-bottom: 20px;
  appearance: none;
  border: none;
  background-image: url(/img/caret.png);
  background-position-x: calc(100% - 30px);
  background-position-y: center;
  background-repeat: no-repeat;
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;

}



.main-reviews-form-content-wrapper>.left select option {
  color: #000;
}

.main-reviews-form-content-wrapper>.left select option:hover {
  color: #fff;
  background-color: #000;
}


.main-reviews-form-content-wrapper>.left select option:checked {
  font-weight: 700;
}

.main-reviews-form-content-wrapper>.right {
  width: 50%;
  padding-left: 35px;
  position: relative;
}


.right-reviews-form-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;

}

.right-reviews-form-wrapper .left {
  width: calc(100% - 100px);
}

.reviews-form-title-message {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;

}

.right-reviews-form-wrapper .right {
  width: 190px;
  position: absolute;
  right: 0;
  top: 0;
}

.right-reviews-form-wrapper .reviews-form-row {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.right-reviews-form-wrapper input[type="radio"] {
  width: 25px;
  height: 25px;
  margin-right: 35px;
}

.right-reviews-form-wrapper label {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.right-reviews-form-wrapper .form-icon {
  margin-right: 25px;
  width: auto;
  height: 32px;
}

.right-reviews-form-wrapper label span {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  color: #000;
}


.reviews-form-row.chek-wrapper {}

.reviews-form-row.chek-wrapper input {
  width: 25px;
  height: 25px;
  background: #FFFCFC;
  border: none;
}

.reviews-form-row.chek-wrapper .checkbox-text-wrapper {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  flex-wrap: wrap;


}

div.alert-msg {
  width: 100%;
  border: solid 2px #ff0000;
  color: #ff0000;
  padding: 10px;
  margin-top: 20px;
  font-weight: 700;
}

.reviews-form-row.chek-wrapper .checkbox-text-wrapper .text-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.reviews-form-row.chek-wrapper .checkbox-text-wrapper .text-wrapper span {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  margin-left: 25px;
  display: block;
}

.reviews-form-row.chek-wrapper .checkbox-text-wrapper a {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  margin-left: 10px;
  display: block;
  color: #fff;
}

.reviews-form textarea {
  width: 100%;
  min-height: 140px;
  margin-top: 10px;
  border: none;
  padding: 15px;
}

.reviews-form input[type="submit"] {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #FFFCFC;
  background: #D7D7D8;
  border-radius: 20px;
  padding: 0 20px;
  height: 37px;
  width: 136px;
  display: flex;
  flex-direction: row;
  align-items: center;
  border: none;
  margin-top: 15px;
  background-image: url("/wp-content/themes/tir/assets/img/icons/icon-right.svg");
  background-repeat: no-repeat;
  background-position-y: calc(100% - 11px);
  background-position-x: calc(100% - 20px);
  transition: .3s all;
}

.reviews-form input[type="submit"]:hover {
  background-color: #000;
}

.reviews-form input[type="submit"].active {
  background-color: #000;
}

.contacts-section {
  width: 100%;
  background-image: url(/img/protector-decoration6.svg);
  background-repeat: no-repeat;
  background-position: left top;
  padding: 50px 0 0 0;
  position: relative;
  background-size: contain;
}

.title-contacts-section-wrapper.title-section-wrapper::before {
  border-radius: 0;
  right: unset;
  left: 0;
}

.title-contacts-section.title-section::after {
  left: unset;
  right: -30px;
  border-radius: 0 20px 20px 0;
}

.contacts-section-content-wrapper {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-top: 45px;
  padding-bottom: 37px;
  justify-content: space-between;
}

.contacts-section-content-wrapper>.col-contacts {
  width: 32%;
  max-width: 350px;
  margin-bottom: 50px;
}



.top_contacts-bloks-wrapper {
  color: #000;
  font-family: 'Source Sans Pro'
}

.contacts-main-title {
  font-family: 'Oswald';
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
}

.contacts-main-adress-link {
  text-decoration: none;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  color: #000;
}

.contacts-section-content-wrapper .contacts-content__map {
  display: block;
  margin: 10px 0px 0px 0px;
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #1fa1ff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.contacts-section-content-wrapper .contacts-content__map:hover {
  opacity: 0.7;
  text-decoration: none;
}

.top_contacts-bloks-contacts-wrapper {
  margin-top: 20px;
  width: 100%;
}

.top_contacts-bloks-contacts-row-wrapper {
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
  max-width: 400px;
  width: 100%;
  align-items: center;
}

.top_contacts-bloks-contacts-row-title {
  width: 50%;
  font-weight: 400;
  font-size: 20px;
  line-height: 125%;
  color: #000000;
}

.top_contacts-bloks-contacts-row-contact {
  width: 50%;
  text-align: left;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  text-decoration: none;
  color: #000;
}

.bottom_contacts-bloks-wrapper {
  width: 100%;
  margin-top: 25px;
  color: #000000;
}

.bottom-contacts-main-title {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 53px;
  margin-bottom: 25px;
}

.bottom_contacts-bloks-contacts-wrapper {}

.bottom_contacts-bloks-contacts-row-wrapper {
  margin-bottom: 20px;
}

.bottom_contacts-bloks-contacts-row-wrapper-top {
  display: flex;
  flex-direction: row;

  max-width: 400px;
  width: 100%;
  align-items: center;
}

.bottom_contacts-bloks-contacts-title {
  width: 50%;
  color: #F6A607;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
}

.bottom_contacts-bloks-contacts-phone {
  width: 50%;
  text-align: left;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  text-decoration: none;
  color: #000;
}

.bottom_contacts-bloks-contacts-adress {
  text-align: left;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  text-decoration: none;
  color: #000;
}

.bottom_contacts-bloks-contacts-row-wrapper:last-child {
  margin-bottom: 0;
}




.added_to_cart {
  display: none !important;
}

.woocommerce-cart .garanty-content__wrapper {
  border: none;
}

.woocommerce-cart .shipping-pickup-store {
  display: none !important;
}

.woocommerce-cart .cart-none,
.woocommerce-cart .woocommerce-shipping-totals,
.woocommerce-cart .order-total,
.woocommerce-cart .wc-proceed-to-checkout {
  display: none;
}


#add_services_cart {}

#cartEmpty {}

#billing_country_field {
  display: none;
}

.woocommerce-checkout .woocommerce-additional-fields h3 {}

.woocommerce-checkout #place_order,
.woocommerce-checkout .woocommerce-privacy-policy-text {}

.woocommerce-checkout .order-total {
  display: none;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table tbody {
  display: none;
}

.woocommerce-checkout #order_review_heading {
  display: none;
}

.woocommerce-checkout .checkout {
  display: flex !important;
  flex-direction: column !important;
}

.woocommerce-cart .cart-m__sell {
  font-size: 20px;
  line-height: 125%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 34px;
  border: 1px solid transparent;
  background: #f6a607;
  transition: all 0.3s ease;
  color: #000;
  text-decoration: none;
}

.woocommerce-cart .cart-m__continium {
  font-weight: 400;
  font-size: 24px;
  line-height: 160%;
  padding: 6px 13px;
  border: 1px solid #f6a607;
  transition: all 0.3s ease;
  text-align: center;
  color: #f6a607;
  text-decoration: none;
}

.woocommerce-cart .cart-empty {
  background-color: #ffffff !important;
  font-size: 22px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: bold;
}

.woocommerce-error {
  padding: 10px;
  color: #fff;
  font-size: 20px;
}

.woocommerce-account .woocommerce-MyAccount-navigation-link--edit-address {}

.woocommerce-account .woocommerce-MyAccount-navigation-link--orders:before {
  content: url("assets/img/aside-account-profile-content__icon-1.png");
}

.woocommerce-account .woocommerce-MyAccount-navigation-link--edit-account:before {
  content: url("assets/img/aside-account-profile-content__icon-2.png");
}

.woocommerce-account .woocommerce-MyAccount-navigation-link--wishlist:before {
  content: url("assets/img/aside-account-profile-content__icon-3.png");
}

.woocommerce-account .woocommerce-MyAccount-navigation-link--customer-logout:before {
  content: url("assets/img/arrow-right-from-bracket-solid.svg");
}

.woocommerce-account .woocommerce {
  display: flex !important;
}

.woocommerce-account .is-active {
  background: rgba(246, 166, 7, 0.8);
}

.woocommerce-cart .cart-m__continium:hover {
  background: #f6a607;
  color: #000;
}

.woocommerce-cart button[name="update_cart"],
.woocommerce-cart .coupon {
  display: none !important;
}

.cart-m__count__servises {
  border: none;
}

.cart-m .coupon {
  display: none !important;
}

.page-template-page-wishlist .content-account-profile-content__title {
  display: none;
}

.page-template-page-wishlist .garanty-content__wrapper {
  border: none;
}

.page-template-page-wishlist .content-account-profile-content__wrapper {
  border: none;
}

.tir__no__product {
  margin-top: 25px;
  background-color: #fff !important;

  font-size: 22px;
}

.single-product .single__add_to_cart_quantity {
  display: none !important;
}

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

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;

  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;

  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

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

header {
  position: relative;
  z-index: 2222;
}

.bottom-header__links a:nth-child(2) span {
  display: none !important;
}

.header__exit.exit-header form input {
  width: 100%;
}

.header__exit.exit-header form br,
.main-contacts__wrapper form br {
  display: none !important;
}

.header__exit.exit-header form .wpcf7-submit {
  margin: 16px 0 0 0;
  padding: 8px 50px;
  font-weight: 400;
  font-size: 20px;
  line-height: 125%;
  background: #f6a607;
  cursor: pointer;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  transition: all 0.3s ease;
}

.header__exit.exit-header form .wpcf7-submit:hover {
  background: #fff;
}

.header__exit.exit-header.help-modal form {
  max-width: 283px;
  width: 100%;
}

.main-contacts__wrapper form .wpcf7-submit {
  margin: 20px 0 0 0;
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 168%;
  color: #fffcfc;
  padding: 5px 21px;
  background-color: #d7d7d8;
  border-radius: 20px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  cursor: pointer;
}

.main-contacts__wrapper form .wpcf7-submit:hover {
  background-color: #f6a607;
}

.main-contacts__wrapper form .wpcf7-acceptance .wpcf7-list-item-label {
  position: relative;
  color: #000 !important;
}

.main-contacts__wrapper form .wpcf7-acceptance .wpcf7-list-item-label a {
  color: #fff !important;
}

.main-contacts form label input[type="checkbox"] {
  display: block !important;
}

.main-contacts__wrapper form .wpcf7-acceptance label {
  display: flex;
  flex-direction: row !important;
  align-items: center;
}

.main-contacts form label span {
  margin: 0 !important;
}

.main-contacts__wrapper form .wpcf7-acceptance span input {
  max-width: 25px;
  min-width: 25px;
  width: 100%;
  height: 25px;
  margin-right: 25px;
  background: #fff;
  transition: all 0.3s ease;
  position: relative;
  border: none !important;
}

.main-contacts__wrapper form .wpcf7-acceptance span input:checked {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 !important;
}

.main-contacts__wrapper form .wpcf7-acceptance span input:checked::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 15px;
  height: 15px;
  background: #f6a607;
  transition: all 0.3s ease;
}

.xoo-el-login-btm-fields {
  flex-direction: column;
  align-items: flex-start !important;
}

.xoo-el-login-btm-fields .xoo-el-form-label {
  flex-direction: row !important;
  align-items: flex-start;
  justify-content: flex-start !important;
}

.xoo-el-login-btm-fields .xoo-el-form-label input {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  margin-right: 10px;
}

.xoo-el-login-btm-fields .xoo-el-lostpw-tgr {
  margin: 0 !important;
}

.xoo-el-form-container {
  padding-bottom: 0 !important;
}

.xoo-el-login-btn,
.xoo-el-form-container button.btn.button.xoo-el-action-btn {
  padding: 8px 50px;
  font-weight: 400;
  font-size: 20px;
  line-height: 125%;
  background: #f6a607 !important;
  transition: all 0.3s ease;
  color: #000 !important;
}

.xoo-el-login-btn:hover,
.xoo-el-form-container button.btn.button.xoo-el-action-btn:hover {
  background: #fff !important;
}

.main-offer__body ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.main-offer__body ul li {
  flex: 0 0 31%;
  padding: 0 !important;
}

.main-offer__body ul li:nth-child(4),
.main-offer__body ul li:nth-child(5),
.main-offer__body[data-filter="По авто"] ul li {
  flex: 0 0 48%;
}

.main-offer__body ul li label,
.main-offer__body ul li select {
  width: 100%;
  min-width: unset !important;
}

.main-offer__body .sf-field-submit input {
  font-size: 20px;
  line-height: 125%;
  color: #000;
  padding: 8px 30px;
  background: #f6a607;
  transition: all 0.3s ease;
  cursor: pointer;
  width: 100%;
  text-transform: uppercase;
}

.main-offer__body .sf-field-submit input:hover,
.single-content__wrapper .single_add_to_cart_button {
  background: #fff;
}

.single-content__wrapper .single_add_to_cart_button {
  font-weight: 400;
  font-size: 20px;
  line-height: 125%;
  color: #000;
  background: #f6a607;
  padding: 8px 34px;
}

.woocommerce-account .woocommerce-MyAccount-content {
  width: 100%;
  flex: 0 0 75%;
}

.woocommerce-account .woocommerce {
  width: 100%;
  justify-content: space-between;
}

.woocommerce-account .content-account-wish-content__items {
  width: 100%;
}

.woocommerce-account .content-account-wish-content__name a {
  color: #000 !important;
}

.content-account-wish-content__remove button {
  background: none;
  border: none;
}

.woocommerce-account .content-account-profile-content__title {
  font-family: "Oswald", sans-serif !important;
}

.woocommerce-account .content-account-wish-content__items tfoot {
  display: none;
}

.woocommerce-account .tinv-wishlist table.tinvwl-table-manage-list {
  margin-bottom: 0 !important;
}

.woocommerce-account .aside-account-profile-content__tab::before {
  margin: 0 18px 0 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation-link--customer-logout::before {
  content: url("assets/img/arrow-right-from-bracket-solid.svg") !important;
  width: 40px !important;
}

.woocommerce-account .wishlist_products_counter_number {
  font-family: "Source Sans Pro", sans-serif !important;
  color: #000 !important;
}

.page-template-page-wishlist .content-account-profile-content__wrapper {
  padding: 0 !important;
}

.page-template-page-wishlist .content-account-wish-content__items,
.page-template-page-wishlist .tinvwl-table-manage-list {
  margin: 0 !important;
}

.page-template-page-wishlist .content-account-wish-content__name a {
  flex: 0 0 50%;
  margin: 0px 10px 0px 0px;
  font-weight: 400;
  font-size: 24px;
  line-height: 125%;
  color: #000 !important;
  text-decoration: none;
}

.woocommerce-account .content-account-order-content__header-value {
  white-space: nowrap;
}

.woocommerce-account .content-account-order-content__header-img {
  margin: 0 30px 0 0 !important;
}

.woocommerce-cart .cart-m__fast form p {
  display: flex;
  align-items: center;
}

.woocommerce-cart .cart-m__fast form p br {
  display: none !important;
}

.woocommerce-cart .cart-m__fast form p .wpcf7-submit {
  cursor: pointer;
  transition: all 0.3s ease;
}

.woocommerce-cart .cart-m__fast form p .wpcf7-submit:hover {
  background: #f6a607;
  transition: all 0.3s ease;
}

.woocommerce-cart .shop_table {
  width: 100%;
}

.woocommerce-account .woocommerce-MyAccount-content .tinvwl-table-manage-list td {
  padding: 0 !important;
}

.woocommerce-account .content-account-profile-content .woocommerce-form-row,
.woocommerce-account .woocommerce-address-fields__field-wrapper p {
  display: flex;
  align-items: center;
  margin-top: 25px;
}

.woocommerce-account .content-account-profile-content .woocommerce-form-row label,
.woocommerce-account .woocommerce-Address-title,
.woocommerce-account .woocommerce-address-fields__field-wrapper p label {
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  flex: 0 0 205px;
}

.woocommerce-account .content-account-profile-content .woocommerce-form-row label[for="password_current"],
.woocommerce-account .content-account-profile-content .woocommerce-form-row label[for="password_1"],
.woocommerce-account .content-account-profile-content .woocommerce-form-row label[for="password_2"],
.woocommerce-account .woocommerce-address-fields__field-wrapper p label {
  flex: 0 1 50%;
}

.woocommerce-account .woocommerce-address-fields__field-wrapper p#shipping_address_2_field .woocommerce-input-wrapper {
  margin-left: auto;
  margin-right: 12%;
}

.woocommerce-account .woocommerce-address-fields__field-wrapper p .select2 {
  max-width: 314px;
  min-width: 314px;
  width: 100%;
}

.woocommerce-account .woocommerce-address-fields__field-wrapper p .select2 .select2-selection__rendered {
  padding: 0 20px !important;
  border: none !important;
}

.woocommerce-account .content-account-profile-content .woocommerce-form-row input,
.woocommerce-account .woocommerce-Address address,
.woocommerce-account .woocommerce-address-fields__field-wrapper p input,
.woocommerce-account .woocommerce-address-fields__field-wrapper p .select2 .select2-selection__rendered,
.woocommerce-account .woocommerce-address-fields__field-wrapper p#shipping_country_field .woocommerce-input-wrapper {
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  padding: 5px 0;
  color: #333;
  border: 1px solid #d7d7d8;
  padding: 10px 20px;
}

.woocommerce-account .woocommerce-address-fields__field-wrapper p#shipping_country_field .woocommerce-input-wrapper {
  max-width: 314px;
  width: 100%;
}

.woocommerce-account .woocommerce-address-fields__field-wrapper p .select2 .select2-selection {
  height: 53px;
  display: flex;
  align-items: center;
  border: 1px solid #d7d7d8 !important;
}

.woocommerce-edit-address .woocommerce-MyAccount-content {
  padding: 25px 25px 54px 25px;
  border: 1px solid #f6a607;
}

.woocommerce-edit-address .woocommerce-MyAccount-content h3 {
  font-family: "Oswald", sans-serif !important;
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
}

.woocommerce-account .woocommerce-address-fields__field-wrapper p .select2 .select2-selection__arrow {
  top: 14px;
}

.woocommerce-account .woocommerce-Address address {
  padding: 0 !important;
  border: none !important;
}

.woocommerce-account .content-account-profile-content .woocommerce-form-row span {
  margin-left: 20px;
}

.woocommerce-account .content-account-profile-content fieldset {
  margin-top: 20px;
}

.woocommerce-account .content-account-profile-content fieldset legend,
.woocommerce-account .content-account-profile-content p button,
.woocommerce-account .wp-element-button[name="save_address"] {
  font-size: 20px;
  line-height: 125%;
  color: #000;
  padding: 8px 30px;
  background: #f6a607;
  transition: all 0.3s ease;
  cursor: pointer;
  display: inline-block;
}

.woocommerce-account .wp-element-button[name="save_address"] {
  margin-top: 25px;
}

.woocommerce-account .content-account-profile-content p button {
  margin-bottom: 25px;
}

.woocommerce-account .woocommerce-Address {
  display: flex;
  align-items: flex-start;
  margin-top: 25px;
  position: relative;
}

.woocommerce-account .woocommerce-Address-title {
  flex: 0 1 40% !important;
}

.woocommerce-account .woocommerce-Address-title a {
  position: absolute;
  right: 0;
  top: 0;
  color: #1fa1ff !important;
}

.woocommerce-ordering {
  display: flex;
  align-items: center;
}

.catalog-filter .filter-catalog-filter__body {
  z-index: 999;
}

.catalog-filter .filter-catalog-filter__sort {
  margin-bottom: 25px;
}

.catalog-filter .bapf_body {
  margin-top: 4px;
}

.catalog-filter .select2-dropdown {
  margin-top: 34px;
}

.catalog-filter .filter-catalog-filter._active .filter-catalog-filter__body {
  height: auto !important;
  overflow: hidden !important;
}

.characteristic-single-content__value a {
  color: #000;
}

.filter-catalog-filter__sort-item:hover,
.filter-catalog-filter__choose:hover,
.filter-catalog-filter__calculator:hover {
  color: #000 !important;
  opacity: 0.7;
}

.woocommerce-checkout .order-content__wrapper .woocommerce {
  flex: 0 0 60%;
}

.woocommerce-checkout .order-content__wrapper .woocommerce .woocommerce-billing-fields__field-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 15px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.woocommerce-checkout .order-content__wrapper .woocommerce .woocommerce-billing-fields__field-wrapper p {
  display: flex;
  flex-direction: column !important;
  flex-wrap: nowrap !important;
  margin: 0 !important;
}

.woocommerce-checkout .order-content__wrapper .woocommerce .woocommerce-billing-fields__field-wrapper p label {
  font-weight: 400;
  font-size: 20px;
  line-height: 125%;
  margin: 0 !important;
  flex: none !important;
}

.woocommerce-checkout .order-content__wrapper .woocommerce .woocommerce-billing-fields__field-wrapper p input {
  display: block;
  width: 100%;
  margin: 4px 0 0 0;
  background: #fff;
  border: 1px solid grey;
  padding: 9px 14px;
  font-weight: 400;
  font-size: 20px;
}

.woocommerce-checkout .right-order-content__title {
  margin-bottom: 15px;
}

.woocommerce-checkout .wcus-checkout-fields>div,
.woocommerce-checkout .wcus-checkout-fields>div .woocommerce-input-wrapper {
  width: 100%;
}

.woocommerce-checkout .wcus-checkout-fields>div p {
  margin-bottom: 20px;
}

.woocommerce-checkout .zen-ui-select__value,
.woocommerce-checkout .select2-selection {
  border: 1px solid grey !important;
  font-weight: 400;
  font-size: 20px;
  background-image: url("assets/img/select.svg") !important;
  background-repeat: no-repeat, repeat !important;
  background-position: right 0.7em top 50%, 0 0 !important;
}

.woocommerce-checkout .select2-selection {
  height: 44px !important;
}

.woocommerce-checkout .select2-selection__rendered {
  height: 100%;
  display: flex !important;
  align-items: center;
}

.woocommerce-checkout .select2 {
  margin-bottom: 15px;
}

.woocommerce-checkout .select2-selection__arrow {
  display: none;
}

.woocommerce-checkout .zen-ui-select__value svg {
  display: none !important;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table th,
.woocommerce-checkout .woocommerce-checkout-review-order-table .cart-subtotal {
  display: none;
}

.woocommerce-checkout #shipping_method li input,
.woocommerce-checkout .wc_payment_methods input {
  max-width: 25px;
  min-width: 25px;
  width: 100%;
  height: 25px;
  border-radius: 100%;
  background: #fffcfc;
  background-position: center center;
  background-repeat: no-repeat;
  border: 1px solid #333;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  margin-right: 15px;
}

.woocommerce-checkout #shipping_method li input:checked::after,
.woocommerce-checkout .wc_payment_methods input:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 17px;
  height: 17px;
  border-radius: 100%;
  background: #f6a607;
  transition: all 0.3s ease;
}

body.woocommerce-checkout {
  overflow-x: hidden !important;
}

.woocommerce-checkout #shipping_method li label,
.woocommerce-checkout .wc_payment_methods li label,
.woocommerce-checkout #shipping_method li label span {
  margin: 0 !important;
  font-weight: 400;
  font-size: 16px !important;
  line-height: 100%;
  color: #000;
}

.woocommerce-checkout #shipping_method li,
.woocommerce-checkout .wc_payment_methods li {
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}

.woocommerce-checkout .wc_payment_methods li {
  flex-wrap: wrap;
}

.woocommerce-checkout .wc_payment_methods li .payment_box {
  margin-top: 10px;
  flex: 0 1 100%;
  width: 100%;
}

.woocommerce-checkout .right-order-content__conatcs form label {
  flex: none !important;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table {
  width: 100%;
  margin-bottom: 15px;
}

.woocommerce-checkout .woocommerce-checkout-review-order {
  display: flex;
  flex-direction: column;
}

.woocommerce-checkout .woocommerce-additional-fields {
  order: 5;
}

.woocommerce-checkout .left-order-content__promo .woocommerce-form-coupon-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.woocommerce-checkout .left-order-content__promo .woocommerce-form-coupon-toggle .woocommerce-message {
  background: none !important;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr:nth-child(4) {
  display: none;
}

.woocommerce-checkout .checkout_coupon button {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 125%;
  padding: 8px 0px;
  background: #f6a607;
  color: #000;
  transition: all 0.3s ease;
}

.woocommerce-checkout .checkout_coupon input {
  width: 100%;
  margin: 0 0 10px !important;
}

.main-promotional__wrapp {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.main-promotional__code {
  height: 100%;
}

.woocommerce-checkout .right-order-content__delivery-title,
.woocommerce-checkout .right-order-content__pay-title {
  margin-bottom: 15px;
}

.woocommerce-checkout #shipping_method li .form-row {
  width: 100%;
  flex: 0 1 100%;
}

.woocommerce-checkout #shipping_method li .form-row label {
  display: none;
}

.woocommerce-checkout #shipping_method li .form-row .woocommerce-input-wrapper,
.woocommerce-checkout #shipping_method li .form-row .woocommerce-input-wrapper .select2 {
  width: 100% !important;
}

.woocommerce-checkout #shipping_method li .form-row:nth-child(4) {
  margin-top: 15px;
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper p:nth-child(2) {
  grid-area: 2 / 1 / 3 / 2;
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper p:nth-child(3) {
  grid-area: 1 / 2 / 2 / 3;
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper p:nth-child(4) {
  grid-area: 2 / 2 / 3 / 3;
}

.main-offer__body .sf-field-submit {
  width: 100% !important;
  flex: 0 1 100% !important;
}

.characteristic-single-content__prise.price,
.main-promotional__prise {
  display: flex;
  flex-direction: column;
}

.characteristic-single-content__prise.price ins,
.main-promotional__prise ins {
  color: #c20f17;
  text-decoration: none !important;
}

.characteristic-single-content__prise.price del,
.main-promotional__prise del {
  font-weight: 400;
  font-size: 16px;
}

.single-content__wrapper span.onsale {
  display: none;
}

#menu-meniu-katehorii {
  margin: 0 !important;
}

#menu-meniu-katehorii a:hover {
  -webkit-text-stroke: 0.7px black;
}

.main-contacts form label textarea {
  height: 100px !important;
}

.main-promotional__info img:first-child {
  margin-right: 5px;
}

.main-promotional__info img {
  width: 24px;
}

.cart-m__count .quantity {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cart-m__count .quantity input {
  font-weight: 700;
  width: 76px;
  font-size: 24px;
  line-height: 125%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}

.cart-m__count .quantity button {
  background: none;
}

.garanty-content__box .woocommerce-message {
  padding: 10px 20px;
  color: #fff !important;
  font-size: 20px;
  line-height: 125%;
}

.cart-m__fast .wpcf7-submit {
  background: #d7d7d7;
}

.main-blog__slider .swiper-button-prev img {
  transform: rotate(180deg);
}

.bapf_sfilter.bapf_divi_sfa.bapf_sfa_mt_hide,
.berocket_aapf_widget_selected_filter {
  display: flex;
  align-items: center;
}

.berocket_aapf_widget_selected_filter {
  flex-wrap: wrap;
}

.berocket_aapf_widget_selected_filter div span {
  display: none;
}

.bapf_head h3,
.berocket_aapf_widget_selected_filter div ul,
.bapf_sfa_unall {
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.bapf_head {
  margin-right: 10px;
}

.berocket_aapf_widget_selected_filter div a {
  margin: 0 10px 5px 0 !important;
  border: 1px solid #f6a607;
  background: #fff !important;
}

.bapf_sfa_unall a {
  margin: 0 !important;
}

.bapf_sfa_unall {
  display: none;
}

.bapf_sfilter.bapf_divi_sfa.bapf_sfa_mt_hide {
  margin-left: 10px;
  margin-bottom: 0 !important;
}

.woocommerce-edit-account .xoo-aff-group.xoo-aff-cont-number.one {
  display: none;
}

.woocommerce-edit-account .woocommerce-Address {
  width: 100% !important;
  min-width: 100% !important;
}

.woocommerce-pagination.search-page {
  margin: 30px auto;
}

body.search-results .filter-catalog-filter__choose {
  display: none;
}

.calculation-page-header h1 {
  font-size: 48px;
  font-weight: 400;
  text-align: center;
  margin: 30px 0;
}

.calculation-frames-wrapper {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  max-width: 840px;
  margin: auto;
  min-width: 800px;
}

.calculation-frames-wrapper h2 {
  font-size: 20px;
  font-weight: 400;
  margin: 10px 0;
}

.calculation-frames-wrapper>.left {
  width: 50%;
}

.calculation-frames-wrapper>.right {
  width: 50%;
}

.calculation-frames-wrapper iframe {
  width: 100%;
}

.calculation-page-content {
  width: 100%;
  overflow-y: auto;
}

.filter-popup-car-modal-wrapper {
  display: none;
}

.filter-popup-car-modal-wrapper.active {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  overflow-y: auto;
  z-index: 1000;
}

.filter-popup-car-modal-wrapper .overlay-modal-filter {
  background: rgba(128, 128, 128, 0.8);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.filter-popup-car-modal-content-wrapper {
  position: relative;
  z-index: 2;
  margin-left: 100px;
}

.close-popup-filter {
  position: absolute;
  top: 10px;
  right: 10px;
  background: unset;
  box-shadow: none;
  border: none;
  display: flex;
  flex-direction: row;
  width: 19px;
  height: 19px;
  padding: 0;

}

.close-popup-filter svg {
  width: 20px;
}

.close-popup-filter svg path {}

.filter-popup-btns-wrapper {
  width: 770px;
  height: 600px;
}

.content-block-popup-filter-tab-wrapper {
  display: none;
}

.content-block-popup-filter-tab-wrapper.active {
  display: block;
}

.filter-popup-tab-btns-wrapper {
  position: absolute;
  left: -107px;
  top: 0;
}

.filter-popup-tab-btn {
  background: #CECBC6;
  border: solid 1px #F6A607;
  box-shadow: none;
  width: 107px;
  height: 100px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: 50px 0 0 50px;
  border-right: none;
}

.filter-popup-tab-btn img {
  filter: invert(0);
  width: 30px;
}

.blog-item__showmore img {
  width: 44px;
}


.filter-popup-tab-btn.active {
  background: #fff;

}

.filter-popup-tab-btn.active img {
  filter: invert(1);
}

.filter-popup-content-wrapper {
  display: flex;
  flex-direction: row;
  width: 770px;
}

.filter-popup-content-wrapper>div {
  width: 50%;
  padding: 50px 30px;
}

.filter-popup-content-wrapper>div.left {
  background-color: #fff;
}

.tooltip-info {
  background: #FCE4B5;

}

.tooltip-info h2,
.fields-row-add-date-wrapper h2 {
  width: 100%;
  font-family: Source Sans Pro;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 30px;
}

.tooltip-info p {

  font-family: Source Sans Pro;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;

}

.tooltip-info p a {
  text-decoration: underline;
  color: #000;
}

.tooltip-info p a:hover {
  color: #000;
  cursor: pointer;
}

.tooltip-info p b {}

.mini-filter-fields-wrapper {
  position: relative;
  margin-bottom: 30px;
}

.fields-search-filter {
  background-image: url('/shop/wp-content/themes/tir/assets/img/icons/ion_search.svg');
  width: 100%;
  position: relative;
  z-index: 1;
  border: solid 1px #F6A607;
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) 50%;
  background-size: 24px;
  padding: 5px;
}

.cancel-filter-fields {
  position: absolute;
  left: calc(100% - 33px);
  background-color: #fff;
  box-shadow: none;
  border: none;
  top: 5px;
  width: 24px;
  height: 24px;
  padding: 0;
  font-size: 20px;
  z-index: 2;
  display: none;
  outline: none;
}

.cancel-filter-fields:focus,
.cancel-filter-fields:active {
  outline: none;
}

.cancel-filter-fields.active {
  display: block;

}

.clear-filter-fields {
  background: none;
  box-shadow: none;
  border: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 5px;
}

.clear-filter-fields svg {
  width: 24px;
}

.clear-filter-fields svg path {}

.clear-filter-fields span {
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
  margin-left: 5px;
}

.fields-wrapper {
  min-height: 355px;
  max-height: 355px;
  overflow-y: auto;
}

.fields-row-add-date-wrapper.last-date .fields-wrapper {
  min-height: 304px;
  max-height: 304px;
}

.fields-date-info.radio {
  padding: 5px 10px;
  border: solid 1px #fff;
}

.fields-date-info.radio:hover {
  cursor: pointer;
  border: solid 1px #F6A607;
}

.fields-date-info.radio.active {
  border: solid 1px #F6A607;
}

.fields-date-info.radio input {
  display: none;
}

.fields-date-info .term-name {
  color: #F6A607;
  font-weight: 700;
  font-size: 24px;
  line-height: normal;
  margin-bottom: 30px;
}

.fields-date-info.checkbox {
  margin-right: 10px;
}

.fields-date-info.checkbox input {
  width: 15px;
  margin-right: 5px;
  height: 15px;
}

.fields-wrapper::-webkit-scrollbar {
  width: 10px;
  background-color: #fff;
}

.fields-wrapper::-webkit-scrollbar-track {
  background-color: #fff;
}

.fields-wrapper::-webkit-scrollbar-thumb {
  background-color: #FCE4B5;
  border-radius: 10px;
}

.popup-filter-submit-wrapper {
  width: 100%;
  margin-top: 10px;
}

.popup-filter-submit-wrapper input[type="submit"] {
  padding: 8px;
  background: #F6A607;
  width: 100%;
  font-family: Source Sans Pro;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: center;
}

body.page-template-page-checkout form[name="checkout"] .wpcf7-form input[type="submit"] {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 125%;
  padding: 8px 30px;
  background: #f6a607;
  color: #000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

body.page-template-page-checkout form[name="checkout"] .wpcf7-form input[type="submit"]:hover {
  background: #fff;
}

.reset-pass-all-content-wrapper {
  background: rgba(0, 0, 0, 0.8);
  padding: 12px 52px 29px 52px;
  margin: 20px auto 20px;
  max-width: 360px;
  width: 40%;
  min-width: 280px;
}

.reset-pass-all-content-wrapper h2 {
  color: #fff;
  font-family: "Oswald";
  font-weight: 400;
  margin-bottom: 20px;
}

.reset-pass-all-content-wrapper form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 20px 0;
}

.reset-pass-all-content-wrapper .reset-pass-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.reset-pass-row label {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  color: #ffffff;
  display: inline-block;
  margin-bottom: 8px;
  width: 100%;
}

.reset-pass-row input {
  border-radius: 0;
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  color: #000;
  border: none;
  padding: 10px;
  width: 260px;
}

.reset-pass-all-content-wrapper input[type="submit"] {
  padding: 8px 50px;
  font-weight: 400;
  font-size: 20px;
  line-height: 125%;
  background: #f6a607;
  transition: all 0.3s ease;
  color: #000;
}

.reset-pass-all-content-wrapper input[type="submit"]:hover {
  padding: 8px 50px;
  font-weight: 400;
  font-size: 20px;
  line-height: 125%;
  background: #f6a607;
  transition: all 0.3s ease;
  color: #000;
}

.mobile-show {
  display: none;
}

.about-us-slider-wrapper .owl-nav {}

.about-us-slider-wrapper .owl-nav button {}

.about-us-slider-wrapper .owl-nav .owl-prev {}

.about-us-slider-wrapper .owl-nav .owl-next {}

.mobile-header-contacts-blocks-wrapper {
  display: none;
  margin-left: 0;
}



.mobile-header-top-contacts-block-wrapper {
  background: #000000;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  padding: 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}

.link-go-to-map {
  text-decoration: none;
  margin-left: 15px;
  width: 38px;
  height: 41px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #FFFCFC;
  border-radius: 12px;
}

.mobile-header-top-contacts-block-wrapper>a {
  margin-bottom: 10px;
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #fff;
  text-decoration: none;
}

.link-go-to-map svg {
  width: 15px;
}

.mobile-header-top-contacts-bottom-blocks-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.mobile-header-top-contacts-bottom-block-wrapper {
  background: #000000;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  padding: 10px;
  justify-content: center;
  align-items: center;
  width: calc(50% - 10px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.mobile-header-top-contacts-bottom-block-title {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #F6A607;
  margin-bottom: 10px;
}

.mobile-header-top-contacts-bottom-block-wrapper>a {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  text-decoration: none;
  margin-bottom: 5px;
  color: #fff;
  text-align: center;
}

.mobile-header-top-contacts-bottom-block-wrapper>a:last-child {
  margin-bottom: 0;
}

.mobile-header-top-contacts-block-wrapper>a.popup-btn {
  background: #F6A607;
  border-radius: 12px;
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  color: #000;
}

@media (max-width: 1110px) {


  .partners-section-item-wrapper {
    margin: 0 15px;
    width: calc(25% - 15px);
  }

  .partners-section-img {
    width: 100%;
  }

  .our-services-item-front {
    max-width: 240px;
    min-width: 240px;
  }

  .our-services-item-front-title {
    font-size: 14px;
    min-height: auto;
  }

  .our-services-item-front-icon-go-to {
    width: 20px;
  }

  .mobile-header-contacts-blocks-wrapper {
    display: flex;
    flex-direction: column;
    padding: 15px;
    background-color: #fff;
  }

  .about-us-section-content-wrapper .owl-carousel__prev svg {
    width: 22px;
    height: 29px;
    display: block;
  }

  .about-us-section-content-wrapper .owl-carousel__next svg {
    width: 22px;
    height: 29px;
    display: block;
  }

  .custom-big-checkbox__checkbox {

    border: solid 2px #FF0A0A;
  }

  .reviews-form-row.chek-wrapper .checkbox-text-wrapper {
    flex-wrap: wrap;
  }

  .reviews-form-row.chek-wrapper .checkbox-text-wrapper .text-wrapper {

    width: calc(100% - 26px);
  }

  .reviews-form-row.chek-wrapper .checkbox-text-wrapper a {

    margin-left: 15px;
  }

  .reviews-form-row.chek-wrapper .checkbox-text-wrapper .text-wrapper span {
    margin-left: 15px;
  }

  .woocommerce-account .woocommerce-MyAccount-content {
    flex: 0 1 72%;
    margin-left: 20px;
  }

  .woocommerce-account .content-account-order-content__header {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 20px;
  }

  .woocommerce-account .content-account-order-content__header-btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

}

@media (max-width: 1025px) {

  #ajaxsearchprores1_1.vertical {
    left: 15px !important;
    width: calc(100% - 30px) !important;
    top: 295px !important;
  }
}

@media (max-width: 992px) {
  .title-section-wrapper {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    position: relative;
  }

  .title-section-wrapper::before {
    width: calc(100% + 0px);
    border-radius: 0;
    height: 100%;
    left: 0px !important;
    right: unset !important;
  }



  .title-section::after {
    display: none;
  }

  .title-section {
    line-height: normal;
    padding: 10px 0;
    display: flex;
    flex-direction: column;
  }

  .about-us-section {
    padding: 20px 0;
    background-image: none;
  }

  .about-us-text-wrapper {
    font-size: 13px;
    line-height: 23px;
  }

  .about-us-text-wrapper p {
    margin-bottom: 5px;
  }

  .footer-about-us-wrapper {
    display: none;
  }

  .our-services-section {
    width: 100%;
    background-image: none;
    padding: 0;
  }

  .our-services-content-wrapper {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .our-services-item-wrapper {
    margin-bottom: 15px;
  }

  .our-services-item-front {
    max-width: 180px;
    min-width: 180px;
  }

  .benefits-section {
    width: 100%;
    background-image: none;

    padding: 0;

  }

  .benefits-content-item-title {
    font-size: 13px;
    line-height: 16px;
    margin-top: 15px;
    font-weight: 700;
  }

  .benefits-content-wrapper {
    margin-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .partners-section-content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .partners-section {
    width: 100%;
    padding: 20px 0 0 0;

  }

  .reviews-section {
    width: 100%;
    background-image: none;

    padding: 20px 0 0 0;

  }

  .main-reviews-form-content-wrapper {
    flex-wrap: wrap;
  }

  .main-reviews-form-content-wrapper>.right {
    width: 100%;
    padding-left: 0;
    position: relative;
    flex-direction: row-reverse;
  }

  .right-reviews-form-wrapper .left {
    width: 100%;
    order: 1;
  }

  .right-reviews-form-wrapper .right {
    display: none;
  }

  .reviews-form-row.chek-wrapper {
    margin: 30px 0;
  }

  .reviews-form-row.chek-wrapper .checkbox-text-wrapper a {}

  .reviews-form-row.chek-wrapper .checkbox-text-wrapper span {
    margin-left: 0;
    display: none;
  }

  .reviews-form-row.textarea-wrapper>label {

    position: relative;
    top: 0;
    margin-top: 20px;
    display: block;

  }

  .contacts-section {

    background-image: none;

    padding: 0px 0 0 0;

  }

  .contacts-section-content-wrapper {
    flex-direction: column-reverse;
    margin-top: 15px;
    padding-bottom: 15px;
    flex-wrap: wrap;
    padding-left: 15px;
    padding-right: 15px;
  }

  .contacts-section-content-wrapper>.col-contacts {
    width: 100%;
    padding-left: 0;
  }




  .bottom_contacts-bloks-contacts-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
  }

  .bottom_contacts-bloks-contacts-phone {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
  }

  .bottom_contacts-bloks-contacts-adress {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
  }

  .our-services-item-back-wrapper.open {

    top: -20px;
    height: calc(100% + 20px);
    left: -15px;
    border-radius: 0;
    width: calc(100% + 15px);
    padding: 0;
  }

  .our-services-item-back-btn-close {
    top: -40px;
    z-index: 22;
  }

  .our-services-item-back-btn-close img {
    filter: invert(1);
  }

  .our-services-item-back-content-wrapper {
    flex-wrap: wrap;
  }

  .our-services-item-back-content-wrapper .left {
    padding-left: 15px;
    padding-top: 15px;
    overflow-y: auto;
    max-height: 100%;
  }

  .our-services-item-back-content-wrapper .left p,
  .our-services-item-back-content-wrapper .left li {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
  }

  .our-services-item-back-content-wrapper .left ul {
    padding-left: 30px;
    list-style: none;
  }

  .woocommerce-account .content-account-profile-content .woocommerce-form-row input,
  .woocommerce-account .woocommerce-Address address,
  .woocommerce-account .content-account-profile-content .woocommerce-form-row label,
  .woocommerce-account .woocommerce-Address-title {
    font-size: 20px;
    flex: none !important;
  }

  .woocommerce-account .content-account-profile-content .woocommerce-form-row,
  .woocommerce-account .woocommerce-address-fields__field-wrapper p {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .woocommerce-account .woocommerce-Address {
    flex-direction: column;
  }

  .woocommerce-account .content-account-profile-content .woocommerce-form-row input,
  .woocommerce-account .woocommerce-Address address,
  .woocommerce-account .woocommerce-address-fields__field-wrapper p input,
  .woocommerce-account .woocommerce-address-fields__field-wrapper p .select2,
  .woocommerce-account .woocommerce-address-fields__field-wrapper p#shipping_country_field .woocommerce-input-wrapper {
    margin-top: 10px;
    width: 100%;
  }

  .woocommerce-account .woocommerce-address-fields__field-wrapper p .woocommerce-input-wrapper,
  .woocommerce-account .woocommerce-address-fields__field-wrapper p .select2 {
    width: 100%;
    max-width: 100% !important;
  }

  .woocommerce-account .content-account-profile-content .woocommerce-form-row span {
    margin-left: 0;
    margin-top: 10px;
  }

  .woocommerce-account .content-account-profile-content p button {
    margin: 15px 0 25px;
  }
}

@media (max-width: 920px) {
  .filter-popup-tab-btn {
    width: 60px;
    height: 60px;
  }

  .filter-popup-tab-btn svg {
    width: auto;
    height: 30px;
    margin: auto;
  }

  .filter-popup-content-wrapper>div {
    width: 50%;
    padding: 35px 15px;
  }

  .close-popup-filter {
    top: 5px;
    right: 15px;
  }

  .filter-popup-tab-btns-wrapper {
    left: -60px;
  }

  .filter-popup-car-modal-content-wrapper {
    margin-left: 60px;
    width: calc(100% - 90px);
  }

  .tooltip-info h2,
  .fields-row-add-date-wrapper h2 {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .fields-date-info .term-name {

    font-size: 14px;
    margin-bottom: 15px;
  }

  .tooltip-info p {
    font-size: 14px;
    line-height: normal;
  }

  .clear-filter-fields span {
    font-size: 16px;
    line-height: normal;
  }

  .fields-wrapper {
    min-height: 160px;
    max-height: 160px;

  }

  .fields-row-add-date-wrapper.last-date .fields-wrapper {
    min-height: 109px;
    max-height: 109px;
  }

  .filter-popup-content-wrapper {
    width: 100%;
  }
}

@media (max-width: 893px) {
  .bapf_sfilter.bapf_divi_sfa.bapf_sfa_mt_hide {
    margin-left: 0px;
    margin-bottom: 20px !important;
  }
}

@media (max-width: 860px) {
  .main-offer__body ul li {
    flex: 0 0 100% !important;
  }
}

@media (max-width: 768px) {
  .benefits-content-item-title br {
    display: none;
  }

  .our-services-item-front {
    max-width: 150px;
    min-width: 150px;
  }

  .our-services-item-front-title {
    font-size: 13px;
    min-height: 34px;
    line-height: normal;
  }

  .risk-dismiss {
    flex-wrap: wrap;
  }

  .main-reviews-form-content-wrapper>.left {
    width: 100%;
    padding-right: 0;
  }

  .reset-pass-all-content-wrapper {
    width: 100%;
  }

  .reset-pass-row input {
    width: 100%;
  }

  .reset-pass-all-content-wrapper input[type="submit"] {
    font-size: 14px;
  }

  #ajaxsearchprores1_1.vertical {
    top: 220px !important;
  }

  .shipping-pickup-store td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }

  .popup-filter-submit-wrapper input[type="submit"] {
    font-size: 14px;
    padding: 4px;
  }

  .popup-filter-submit-wrapper {
    margin-top: 18px;
  }

  header .bottom-header__nav {
    /*     margin-top: -15px; */
  }

  header #menu-meniu-katehorii {
    flex-direction: column !important;
  }

  header #menu-meniu-katehorii li:last-child {
    border-bottom: 0.5px solid #ffffff;
  }

  .woocommerce-account .woocommerce {
    flex-direction: column;
  }

  .woocommerce-account .woocommerce-MyAccount-content {
    flex: 0 1 100%;
    margin-left: 0px;
    margin-top: 20px;
  }

  .catalog-filter .filter-catalog-filter._active .filter-catalog-filter__body {
    position: absolute;
    /*     width: 280px; */
    width: 100%;
  }
}

@media (max-width: 600px) {
  .our-services-item-front {
    max-width: 120px;
    min-width: 120px;
  }

  .reviews-form-row.chek-wrapper .checkbox-text-wrapper {

    align-items: normal;
  }

  .woocommerce-cart .cart-m__fast form p {
    flex-direction: column;
  }

  .woocommerce-cart .cart-m__order-info {
    padding: 30px 0 0 0;
  }

  .woocommerce-checkout .order-content__wrapper .woocommerce .woocommerce-billing-fields__field-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }

  .woocommerce-checkout .woocommerce-billing-fields__field-wrapper p:nth-child(4) {
    grid-area: auto !important;
  }

  .woocommerce-checkout .order-content__wrapper .woocommerce {
    flex: 0 1 100%;
    width: 100%;
  }
}

@media (max-width: 576px) {
  .main-partners__slide {
    margin-right: 20px !important;
  }

  .title-section {
    font-size: 18px;
  }

  .about-us-section,
  .our-services-section {
    background-image: none !important;
  }

  .our-services-item-front::before {
    display: none;
  }

  .mobile-show.partners-section-content-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .partners-section-content-row-wrapper {
    width: 100%;
    max-width: 100%;
  }

  .partners-section .owl-nav {
    text-align: center;
    margin: 30px auto 30px;
  }

  .partners-section-content-wrapper .owl-stage-outer {
    position: relative;
    z-index: 1;
  }

  .partners-section-content-wrapper .owl-nav {
    position: relative;
    z-index: 2;
    height: 30px;
    line-height: normal;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
  }

  .about-us-section-content-wrapper .owl-carousel__prev {
    left: 7.34px;
  }

  .about-us-section-content-wrapper .owl-carousel__next {
    right: 7.34px;
  }

  .white-popup.data-window {
    text-align: justify;
  }

  .logo-wrapper {
    width: calc(50% + 80px);
  }

  .white-popup.data-window .main-title {
    font-size: 24px;
    line-height: normal;
  }

  .white-popup.data-window p {

    font-size: 14px;
    line-height: 17px;

  }

  .logo-text {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    margin-left: 0px;
    margin-right: 0px;
    width: 160px;
  }

  .main-utp-photo-wrapper {
    margin-top: 25px;
  }

  .mobile-header-top-contacts-block-wrapper>a {
    margin-left: 0;
  }

  .show-mobile-menu.show {
    min-width: 60px;
  }

  .mobile-hide {
    display: none;
  }

  .mobile-show {
    display: flex;
  }

  .about-us-section>.container {
    padding: 0;
  }

  .about-us-section-content-wrapper {
    flex-wrap: wrap;
    margin-top: 0;
  }

  .about-us-section-content-wrapper .left {
    width: 100%;
    padding-right: 0;
  }


  .about-us-slider-wrapper {
    position: relative;
    left: 0;
    overflow: hidden;
    width: 100%;
    border-radius: 0;
  }

  .about-us-section-content-wrapper .right {
    width: 100%;
    padding: 10px 15px 0;
  }

  .title-our-services-section.title-section {
    display: block;
  }

  .our-services-content-wrapper {
    justify-content: center;
    padding: 0;
  }

  .our-services-item-front {
    max-width: 140px;
    min-width: 140px;
    margin: 0 15px;
    flex-direction: column-reverse;
    padding: 0;
    background: none;
    position: relative;
  }

  .our-services-item-front-icon-go-to {
    display: none;
  }

  .our-services-item-front::before {
    content: '';
    background: #F6A607;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 75%;
    z-index: -1;
    border-radius: 20px;
  }

  .our-services-item-back-wrapper.open {
    z-index: 2;
  }

  .our-services-item-back-content-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
  }

  .our-services-item-back-content-wrapper .right {
    width: 100%;
    padding-left: 0;
    order: 0;
    max-height: 190px;
    overflow: hidden;
  }

  .our-services-item-back-content-wrapper .left {
    width: 100%;
    overflow-y: auto;
    max-height: 100%;
    order: 1;
    padding: 15px 25px;
    text-align: justify;
  }

  .title-benefits-section.title-section {
    display: block;
  }

  .benefits-content-wrapper {
    padding: 0;
    flex-wrap: wrap;
    justify-content: center;
  }

  .benefits-content-item-wrapper:first-child {
    margin-left: 15px;
  }

  .benefits-content-item-wrapper:last-child {
    margin-right: 15px;
  }

  .benefits-content-item-wrapper {
    width: calc(50% - 30px);
    margin-bottom: 15px;
  }

  .title-partners-section.title-section {
    display: block;
  }

  .partners-section {
    background-image: none;
  }

  .partners-section-content-row-wrapper {
    margin-bottom: 0;
    flex-wrap: wrap;

  }

  .partners-section-item-wrapper {
    margin: 0 0 28px 0;
    width: 100%;
  }

  .partners-section-content-wrapper.mobile-hide {
    display: none;
  }

  .partners-section-content-wrapper {
    width: 100%;
    display: block;
    margin-bottom: 0;
  }

  .partners-section-content-row-wrapper img {
    width: 100%;
  }

  .partners-section-content-row-wrapper.col-1 .partners-section-item-wrapper {
    width: 100%;

  }

  .partners-section-content-row-wrapper.col-2 .partners-section-item-wrapper {
    width: 50%;
    padding-right: 7.5px;
  }


  .partners-section-content-row-wrapper.col-2:nth-child(2n) {
    width: 50%;
    padding-left: 7.5px;
    padding-right: 0;
  }

  .partners-section .owl-nav {
    text-align: center;
  }

  .partners-section .owl-nav button {}

  .partners-section .owl-nav button span {
    font-size: 70px;

    height: fit-content;
    color: #F6A607;
    padding: 5px;
  }

  .partners-section .owl-nav button.disabled {
    display: none;
  }

  .partners-section .owl-dots {
    display: none;
  }

  .reviews-section-content-wrapper {
    margin-top: 0;
    padding: 15px;
  }

  .main-reviews-form-content-wrapper>.left label {
    padding: 14px 30px;
  }

  .reviews-form-row.chek-wrapper {
    margin: 10px 0 30px;
    align-items: center;
  }

  .right-reviews-form-wrapper .form-icon {
    width: 20px;
    margin-right: 20px;
  }

  .right-reviews-form-wrapper input[type="radio"] {
    width: 30px;
    height: 30px;
  }

  .right-reviews-form-wrapper label span {

    font-size: 20px;
    line-height: 25px;

  }

  .title-contacts-section.title-section {
    display: block;
  }



  .top_contacts-bloks-contacts-row-wrapper {
    margin-bottom: 5px;
  }

  .bottom_contacts-bloks-wrapper {

    margin-top: 15px;

  }

  .bottom_contacts-bloks-contacts-row-wrapper {
    margin-bottom: 5px;
  }

  .woocommerce-account .content-account-order-content__header .content-account-order-content__header-img img {
    margin: 0 auto !important;
  }

  .woocommerce-account .content-account-order-content__header-img {
    display: flex;
    align-items: center;
  }

  .filter-popup-content-wrapper>div.left {
    width: 60%;
  }

  .filter-popup-content-wrapper>div.right {
    width: 40%;
    padding: 35px 5px;
    max-height: 360px;
    overflow-y: auto;
  }

}

@media (max-width: 450px) {
  .our-services-item-back-content-wrapper .right {
    width: 100%;
    padding-left: 0;
    order: 0;
    max-height: unset;
    overflow: unset;
  }

  .our-services-item-back-content-wrapper .left {
    max-height: 210px;

  }

  .about-us-text-wrapper {
    text-align: justify;
  }

  #shipping_method {
    max-width: 360px;
  }

  .woocommerce-account .content-account-order-content__header {
    grid-template-columns: repeat(2, 1fr);
  }

  .clear-filter-fields {
    min-height: 40px;
  }

  .fields-row-add-date-wrapper.last-date .fields-wrapper {
    min-height: 95px;
    max-height: 95px;
  }

  .fields-wrapper {
    min-height: 145px;
    max-height: 145px;
  }

  .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
    line-height: 28px;
  }

  .our-services-item-back-content-wrapper .left {

    max-height: 260px;

  }

}

@media (max-width: 370px) {
  .filter-popup-content-wrapper>div.right {
    display: none;
  }

  .filter-popup-content-wrapper>div.left {
    width: 100%;
  }




}

@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");

.bottom-header__links a:nth-child(2) span {
  display: none !important;
}

.header__exit.exit-header form input {
  width: 100%;
}

.header__exit.exit-header form br,
.main-contacts__wrapper form br {
  display: none !important;
}

.header__exit.exit-header form .wpcf7-submit {
  margin: 16px 0 0 0;
  padding: 8px 50px;
  font-weight: 400;
  font-size: 20px;
  line-height: 125%;
  background: #f6a607;
  cursor: pointer;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  transition: all 0.3s ease;
}

.header__exit.exit-header form .wpcf7-submit:hover {
  background: #fff;
}

.header__exit.exit-header.help-modal form {
  max-width: 283px;
  width: 100%;
}

.main-contacts__wrapper form .wpcf7-submit {
  margin: 20px 0 0 0;
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 168%;
  color: #fffcfc;
  padding: 5px 32px 5px 21px;
  background-color: #d7d7d8 !important;
  background-image: url(/wp-content/themes/tir/assets/img/icons/icon-right.svg) !important;
  background-repeat: no-repeat;
  background-position-y: calc(100% - 11px);
  background-position-x: calc(100% - 20px);
  border-radius: 20px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  cursor: pointer;
}

.main-contacts form .wpcf7-response-output {
  display: none;
}

.main-contacts__wrapper form .wpcf7-submit:hover {
  background-color: #f6a607;
}

.main-contacts__wrapper form .wpcf7-acceptance .wpcf7-list-item-label {
  position: relative;
  color: #000 !important;
}

.main-contacts__wrapper form .wpcf7-acceptance .wpcf7-list-item-label a {
  color: #fff !important;
}

.main-contacts form label input[type="checkbox"] {
  display: block !important;
}

.main-contacts__wrapper form .wpcf7-acceptance label {
  display: flex;
  flex-direction: row !important;
  align-items: center;
}

.main-contacts form label span {
  margin: 0 !important;
}

.main-contacts__wrapper form .wpcf7-acceptance span input {
  max-width: 25px;
  min-width: 25px;
  width: 100%;
  height: 25px;
  margin-right: 25px;
  background: #fff;
  transition: all 0.3s ease;
  position: relative;
  border: none !important;
}

.main-contacts__wrapper form .wpcf7-acceptance span input:checked {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 !important;
}

.main-contacts__wrapper form .wpcf7-acceptance span input:checked::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 15px;
  height: 15px;
  background: #f6a607;
  transition: all 0.3s ease;
}

.xoo-el-login-btm-fields {
  flex-direction: column;
  align-items: flex-start !important;
}

.xoo-el-login-btm-fields .xoo-el-form-label {
  flex-direction: row !important;
  align-items: flex-start;
  justify-content: flex-start !important;
}

.xoo-el-login-btm-fields .xoo-el-form-label input {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  margin-right: 10px;
}

.xoo-el-login-btm-fields .xoo-el-lostpw-tgr {
  margin: 0 !important;
}

.xoo-el-form-container {
  padding-bottom: 0 !important;
}

.xoo-el-login-btn,
.xoo-el-form-container button.btn.button.xoo-el-action-btn {
  padding: 8px 50px;
  font-weight: 400;
  font-size: 20px;
  line-height: 125%;
  background: #f6a607 !important;
  transition: all 0.3s ease;
  color: #000 !important;
}

.xoo-el-login-btn:hover,
.xoo-el-form-container button.btn.button.xoo-el-action-btn:hover {
  background: #fff !important;
}

.main-offer__body ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.main-offer__body ul li {
  flex: 0 0 31%;
  padding: 0 !important;
}

.main-offer__body ul li:nth-child(4),
.main-offer__body ul li:nth-child(5),
.main-offer__body[data-filter="По авто"] ul li {
  flex: 0 0 48%;
}

.main-offer__body ul li label,
.main-offer__body ul li select {
  width: 100%;
  min-width: unset !important;
}

.main-offer__body .sf-field-submit input,
.main-offer__body #applyButton {
  font-size: 20px;
  line-height: 125%;
  text-transform: uppercase;
  color: #000;
  padding: 8px 30px;
  background: #f6a607;
  transition: all 0.3s ease;
  cursor: pointer;
  width: 100%;
}

.main-offer__body .sf-field-submit input:hover,
.single-content__wrapper .single_add_to_cart_button,
.main-offer__body #applyButton:hover {
  background: #fff;
}

.single-content__wrapper .single_add_to_cart_button {
  font-weight: 400;
  font-size: 20px;
  line-height: 125%;
  color: #000;
  background: #f6a607;
  padding: 8px 34px;
}

.woocommerce-account .woocommerce-MyAccount-content {
  width: 100%;
  flex: 0 0 75%;
}

.woocommerce-account .woocommerce {
  width: 100%;
  justify-content: space-between;
}

.woocommerce-account .content-account-wish-content__items {
  width: 100%;
}

.woocommerce-account .content-account-wish-content__name a {
  color: #000 !important;
}

.content-account-wish-content__remove button {
  background: none;
  border: none;
}

.woocommerce-account .content-account-profile-content__title {
  font-family: "Oswald", sans-serif !important;
}

.woocommerce-account .content-account-wish-content__items tfoot {
  display: none;
}

.woocommerce-account .tinv-wishlist table.tinvwl-table-manage-list {
  margin-bottom: 0 !important;
}

.woocommerce-account .aside-account-profile-content__tab::before {
  margin: 0 18px 0 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation-link--customer-logout::before {
  content: url("assets/img/arrow-right-from-bracket-solid.svg") !important;
  width: 40px !important;
}

.woocommerce-account .wishlist_products_counter_number {
  font-family: "Source Sans Pro", sans-serif !important;
  color: #000 !important;
}

.page-template-page-wishlist .content-account-profile-content__wrapper {
  padding: 0 !important;
}

.page-template-page-wishlist .content-account-wish-content__items,
.page-template-page-wishlist .tinvwl-table-manage-list {
  margin: 0 !important;
}

.page-template-page-wishlist .content-account-wish-content__name a {
  flex: 0 0 50%;
  margin: 0px 10px 0px 0px;
  font-weight: 400;
  font-size: 24px;
  line-height: 125%;
  color: #000 !important;
  text-decoration: none;
}

.woocommerce-account .content-account-order-content__header-value {
  white-space: nowrap;
}

.woocommerce-account .content-account-order-content__header-img {
  margin: 0 30px 0 0 !important;
}

.woocommerce-cart .cart-m__fast form p {
  display: flex;
  align-items: center;
}

.woocommerce-cart .cart-m__fast form p br {
  display: none !important;
}

.woocommerce-cart .cart-m__fast form p .wpcf7-submit {
  cursor: pointer;
  transition: all 0.3s ease;
}

.woocommerce-cart .cart-m__fast form p .wpcf7-submit:hover {
  background: #f6a607;
  transition: all 0.3s ease;
}

.woocommerce-cart .shop_table {
  width: 100%;
}

.woocommerce-account .woocommerce-MyAccount-content .tinvwl-table-manage-list td {
  padding: 0 !important;
}

.woocommerce-account .content-account-profile-content .woocommerce-form-row,
.woocommerce-account .woocommerce-address-fields__field-wrapper p {
  display: flex;
  align-items: center;
  margin-top: 25px;
}

.woocommerce-account .content-account-profile-content .woocommerce-form-row label,
.woocommerce-account .woocommerce-Address-title,
.woocommerce-account .woocommerce-address-fields__field-wrapper p label {
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  flex: 0 0 205px;
}

.woocommerce-account .content-account-profile-content .woocommerce-form-row label[for="password_current"],
.woocommerce-account .content-account-profile-content .woocommerce-form-row label[for="password_1"],
.woocommerce-account .content-account-profile-content .woocommerce-form-row label[for="password_2"],
.woocommerce-account .woocommerce-address-fields__field-wrapper p label {
  flex: 0 1 50%;
}

.woocommerce-account .woocommerce-address-fields__field-wrapper p#shipping_address_2_field .woocommerce-input-wrapper {
  margin-left: auto;
  margin-right: 10%;
}

.woocommerce-account .woocommerce-address-fields__field-wrapper p .select2 {
  max-width: 314px;
  min-width: 314px;
  width: 100%;
}

.woocommerce-account .woocommerce-address-fields__field-wrapper p .select2 .select2-selection__rendered {
  padding: 0 20px !important;
  border: none !important;
}

.woocommerce-account .content-account-profile-content .woocommerce-form-row input,
.woocommerce-account .woocommerce-Address address,
.woocommerce-account .woocommerce-address-fields__field-wrapper p input,
.woocommerce-account .woocommerce-address-fields__field-wrapper p .select2 .select2-selection__rendered,
.woocommerce-account .woocommerce-address-fields__field-wrapper p#shipping_country_field .woocommerce-input-wrapper {
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  padding: 5px 0;
  color: #333;
  border: 1px solid #d7d7d8;
  padding: 10px 20px;
}

.woocommerce-account .woocommerce-address-fields__field-wrapper p#shipping_country_field .woocommerce-input-wrapper {
  max-width: 314px;
  width: 100%;
}

.woocommerce-account .woocommerce-address-fields__field-wrapper p .select2 .select2-selection {
  height: 53px;
  display: flex;
  align-items: center;
  border: 1px solid #d7d7d8 !important;
}

.woocommerce-edit-address .woocommerce-MyAccount-content {
  padding: 25px 25px 54px 25px;
  border: 1px solid #f6a607;
}

.woocommerce-edit-address .woocommerce-MyAccount-content h3 {
  font-family: "Oswald", sans-serif !important;
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
}

.woocommerce-account .woocommerce-address-fields__field-wrapper p .select2 .select2-selection__arrow {
  top: 14px;
}

.woocommerce-account .woocommerce-Address address {
  padding: 0 !important;
  border: none !important;
}

.woocommerce-account .content-account-profile-content .woocommerce-form-row span {
  margin-left: 20px;
}

.woocommerce-account .content-account-profile-content fieldset {
  margin-top: 20px;
}

.woocommerce-account .content-account-profile-content fieldset legend,
.woocommerce-account .content-account-profile-content p button,
.woocommerce-account .wp-element-button[name="save_address"] {
  font-size: 20px;
  line-height: 125%;
  color: #000;
  padding: 8px 30px;
  background: #f6a607;
  transition: all 0.3s ease;
  cursor: pointer;
  display: inline-block;
}

.woocommerce-account .wp-element-button[name="save_address"] {
  margin-top: 25px;
}

.woocommerce-account .content-account-profile-content p button {
  margin-bottom: 25px;
}

.woocommerce-account .woocommerce-Address {
  display: flex;
  align-items: flex-start;
  margin-top: 25px;
  position: relative;
}

.woocommerce-account .woocommerce-Address-title {
  flex: 0 1 40% !important;
}

.woocommerce-account .woocommerce-Address-title a {
  position: absolute;
  right: 0;
  top: 0;
  color: #1fa1ff !important;
}

.woocommerce-ordering {
  display: flex;
  align-items: center;
}

.catalog-filter .filter-catalog-filter__body {
  z-index: 999;
}

.catalog-filter .filter-catalog-filter__sort {
  margin-bottom: 25px;
}

.catalog-filter .bapf_body {
  margin-top: 4px;
}

.catalog-filter .select2-dropdown {
  margin-top: 34px;
}

.catalog-filter .filter-catalog-filter._active .filter-catalog-filter__body {
  height: auto !important;
  overflow: hidden !important;
}

.characteristic-single-content__value a {
  color: #000;
}

.filter-catalog-filter__sort-item:hover,
.filter-catalog-filter__choose:hover,
.filter-catalog-filter__calculator:hover {
  color: #000 !important;
  opacity: 0.7;
}

.woocommerce-checkout .order-content__wrapper .woocommerce {
  flex: 0 0 60%;
}

.woocommerce-checkout .order-content__wrapper .woocommerce .woocommerce-billing-fields__field-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 15px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.woocommerce-checkout .order-content__wrapper .woocommerce .woocommerce-billing-fields__field-wrapper p {
  display: flex;
  flex-direction: column !important;
  flex-wrap: nowrap !important;
  margin: 0 !important;
}

.woocommerce-checkout .order-content__wrapper .woocommerce .woocommerce-billing-fields__field-wrapper p label {
  font-weight: 400;
  font-size: 20px;
  line-height: 125%;
  margin: 0 !important;
  flex: none !important;
}

.woocommerce-checkout .order-content__wrapper .woocommerce .woocommerce-billing-fields__field-wrapper p input {
  display: block;
  width: 100%;
  margin: 4px 0 0 0;
  background: #fff;
  border: 1px solid grey;
  padding: 9px 14px;
  font-weight: 400;
  font-size: 20px;
}

.woocommerce-checkout .right-order-content__delivery-title,
.woocommerce-checkout .right-order-content__pay-title {
  margin-bottom: 15px;
}

.woocommerce-checkout .wcus-checkout-fields>div,
.woocommerce-checkout .wcus-checkout-fields>div .woocommerce-input-wrapper {
  width: 100%;
}

.woocommerce-checkout .wcus-checkout-fields>div p {
  margin-bottom: 20px;
}

.woocommerce-checkout .zen-ui-select__value,
.woocommerce-checkout .select2-selection {
  border: 1px solid grey !important;
  font-weight: 400;
  font-size: 20px;
  background-image: url("assets/img/select.svg") !important;
  background-repeat: no-repeat, repeat !important;
  background-position: right 0.7em top 50%, 0 0 !important;
}

.woocommerce-checkout .select2-selection {
  height: 44px !important;
}

.woocommerce-checkout .select2-selection__rendered {
  height: 100%;
  display: flex !important;
  align-items: center;
}

.woocommerce-checkout .select2 {
  margin-bottom: 15px;
}

.woocommerce-checkout .select2-selection__arrow {
  display: none;
}

.woocommerce-checkout .zen-ui-select__value svg {
  display: none !important;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table th,
.woocommerce-checkout .woocommerce-checkout-review-order-table .cart-subtotal {
  display: none;
}

.woocommerce-checkout #shipping_method li input,
.woocommerce-checkout .wc_payment_methods input {
  max-width: 25px;
  min-width: 25px;
  width: 100%;
  height: 25px;
  border-radius: 100%;
  background: #fffcfc;
  background-position: center center;
  background-repeat: no-repeat;
  border: 1px solid #333;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  margin-right: 15px;
}

.woocommerce-checkout #shipping_method li input:checked::after,
.woocommerce-checkout .wc_payment_methods input:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 17px;
  height: 17px;
  border-radius: 100%;
  background: #f6a607;
  transition: all 0.3s ease;
}

body.woocommerce-checkout {
  overflow-x: hidden !important;
}

.woocommerce-checkout #shipping_method li label,
.woocommerce-checkout .wc_payment_methods li label,
.woocommerce-checkout #shipping_method li label span {
  margin: 0 !important;
  font-weight: 400;
  font-size: 16px !important;
  line-height: 100%;
  color: #000;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr:nth-child(4) {
  display: none;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr.shipping-pickup-store {
  display: block;
}

.shipping-pickup-store .store-template {
  display: none;
}

.woocommerce-checkout .wc_payment_methods .beznall_fields {}

.woocommerce-checkout .wc_payment_methods .beznall_fields .woocommerce-input-wrapper {
  width: 100%;
}

.woocommerce-message {
  color: #fff;
  padding: 10px;
  font-size: 16px;
}

.woocommerce-checkout .wc_payment_methods .beznall_fields input {
  border: solid 1px #808080;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  max-width: 100%;
  max-height: unset;
  padding: 15px 10px;
  border-radius: 0;
  margin-bottom: 10px;
  width: 100%;
}

#payment .woocommerce-privacy-policy-text,
#payment #place_order {
  display: none;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr.shipping-pickup-store .store-message {
  display: block;
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  top: -20px;
  opacity: .8;
}

.woocommerce-checkout .checkout_coupon button {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 125%;
  padding: 8px 0px;
  background: #f6a607;
  color: #000;
  transition: all 0.3s ease;
}

.woocommerce-checkout .checkout_coupon input {
  width: 100%;
  margin: 0 0 10px !important;
}

.main-promotional__wrapp {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.main-promotional__code {
  height: 100%;
}

.woocommerce-checkout #shipping_method li,
.woocommerce-checkout .wc_payment_methods li {
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}

.woocommerce-checkout .wc_payment_methods li {
  flex-wrap: wrap;
}

.wc_payment_method.payment_method_monobank label img {
  display: none !important;
}

.wc_payment_method.payment_method_monobank .main_block_part input {
  border: solid 1px #808080;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  max-width: 100%;
  max-height: unset;
  padding: 15px 10px;
  border-radius: 0;
  margin-bottom: 10px;
  width: 100%;
}

.woocommerce-checkout .wc_payment_methods li .payment_box {
  margin-top: 10px;
  flex: 0 1 100%;
  width: 100%;
}

.woocommerce-checkout .right-order-content__conatcs form label {
  flex: none !important;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table {
  width: 100%;
  margin-bottom: 15px;
}

.woocommerce-checkout .woocommerce-checkout-review-order {
  display: flex;
  flex-direction: column;
}

.woocommerce-checkout .woocommerce-additional-fields {
  order: 5;
}

.woocommerce-checkout .left-order-content__promo .woocommerce-form-coupon-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.woocommerce-checkout .left-order-content__promo .woocommerce-form-coupon-toggle .woocommerce-message {
  background: none !important;
}

.woocommerce-checkout #shipping_method li .form-row {
  width: 100%;
  flex: 0 1 100%;
}

.woocommerce-checkout #shipping_method li .form-row label {
  display: none;
}

.woocommerce-checkout #shipping_method li .form-row .woocommerce-input-wrapper,
.woocommerce-checkout #shipping_method li .form-row .woocommerce-input-wrapper .select2 {
  width: 100% !important;
}

.woocommerce-checkout #shipping_method li .form-row:nth-child(4) {
  margin-top: 15px;
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper p:nth-child(2) {
  grid-area: 2 / 1 / 3 / 2;
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper p:nth-child(3) {
  grid-area: 1 / 2 / 2 / 3;
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper p:nth-child(4) {
  grid-area: 2 / 2 / 3 / 3;
}

.thank-you-order-block {}

.thank-you-order-block h3 {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
}

.thank-you-order-block .woocommerce-order-overview {
  width: 100%;
  max-width: 400px;
  margin: auto;
}

.thank-you-order-block .woocommerce-order-overview li {
  border: 1px solid #808080;
  padding: 10px;
  border-bottom: 0;
}

.thank-you-order-block .woocommerce-order-overview li:last-child {
  border-bottom: 1px solid #808080;
}

.main-offer__body .sf-field-submit {
  width: 100% !important;
  flex: 0 1 100% !important;
}

#menu-meniu-katehorii {
  margin: 0 !important;
}

#menu-meniu-katehorii a:hover {
  -webkit-text-stroke: 0.7px black;
}

.main-contacts form label textarea {
  height: 100px !important;
}

.main-promotional__info img:first-child {
  margin-right: 5px;
}

.cart-m__fast .wpcf7-submit {
  background: #d7d7d7;
}

.cart-m__count .quantity {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cart-m__count .quantity input {
  font-weight: 700;
  width: 76px;
  font-size: 24px;
  line-height: 125%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}

.cart-m__count .quantity button {
  background: none;
}

.garanty-content__box .woocommerce-message {
  padding: 10px 20px;
  color: #fff !important;
  font-size: 20px;
  line-height: 125%;
}

.main-blog__slider .swiper-button-prev img {
  transform: rotate(180deg);
}

.main-blog__slide:nth-child(2).swiper-slide-duplicate-active+.swiper-button-prev,
.main-blog__slide:nth-child(2).swiper-slide-active+.swiper-button-prev {
  display: none;
}

.characteristic-single-content__prise.price,
.main-promotional__prise {
  display: flex;
  flex-direction: column;
}

.characteristic-single-content__prise.price ins,
.main-promotional__prise ins {
  color: #c20f17;
  text-decoration: none !important;
}

.characteristic-single-content__prise.price del,
.main-promotional__prise del {
  font-weight: 400;
  font-size: 16px;
}

.single-content__wrapper span.onsale {
  display: none;
}

.bapf_sfilter.bapf_divi_sfa.bapf_sfa_mt_hide,
.berocket_aapf_widget_selected_filter {
  display: flex;
  align-items: center;
}

.berocket_aapf_widget_selected_filter {
  flex-wrap: wrap;
}

.berocket_aapf_widget_selected_filter div span {
  display: none;
}

.bapf_head h3,
.berocket_aapf_widget_selected_filter div ul,
.bapf_sfa_unall {
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.bapf_head {
  margin-right: 10px;
}

.berocket_aapf_widget_selected_filter div a {
  margin: 0 10px 5px 0 !important;
  border: 1px solid #f6a607;
  background: #fff !important;
}

.bapf_sfa_unall a {
  margin: 0 !important;
}

.bapf_sfa_unall {
  display: none;
}

.bapf_sfilter.bapf_divi_sfa.bapf_sfa_mt_hide {
  margin-left: 10px;
  margin-bottom: 0 !important;
}

/*  */
.blog-page {
  background: #fff !important;
  padding: 32px 0 18px !important;
}

.blog-page h2 {
  margin-bottom: 32px !important;
}

.blog-page__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 29px;
  column-gap: 29px;
  row-gap: 85px;
}

.blog-item__showmore {
  display: flex;
  justify-content: center;
  margin-top: 17px;
  cursor: pointer;
}

.blog-page__items .main-blog__img {
  opacity: 0.9 !important;
}

.breadcrumbs__wrapper {
  /*   margin-left: 42px; */
}

.breadcrumbs__wrapper>span span {
  padding: 0 8px 0 0 !important;
}

.breadcrumbs__wrapper a:before {
  top: 5.5px !important;
}

.breadcrumbs__wrapper>span {
  padding: 0 !important;
}

.breadcrumbs {
  padding-top: 27px !important;
}

/*  */
.blog-item {
  padding: 38px 0 31px;
}

.blog {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.breadcrumbs__wrapper span {
  text-decoration: none !important;
}

.blog__header {
  max-width: 371px;
  min-width: 371px;
  width: 100%;
  margin-right: 29px;
}

.blog__title {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  color: #000000;
  margin-bottom: 26px;
  width: 100%;
}

.blog__img {
  width: 100%;
  height: 216px;
  margin-bottom: 17px;
  border: 1px solid #f6a607;
  opacity: 0.8;
}

.blog__img img {
  margin: 0 !important;
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}

.blog__date {
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  color: #808080;
  margin-bottom: 37px;
}

.blog__header-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 1px solid #f6a607;
  padding: 17px 10px 47px;
}

.blog__header-text {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  color: #000000;
  max-width: 229px;
  width: 100%;
  margin-bottom: 42px;
}

.blog__header-icons {
  display: flex;
  justify-content: center;
  align-items: center;
}

.blog__header-icons a {
  margin-right: 30px !important;
}

.blog__header-icons a img {
  width: 40px;
  height: 40px;
}

.blog__header-icons a:last-child {
  margin-right: 0 !important;
}

.blog__content {
  width: calc(100% - 400px);
}

.blog__content p,
.blog__content li {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  color: #000000;
}

.blog__content>p {
  margin-bottom: 25px;
}

/*  */
.blog__content>p:last-child {
  margin-bottom: 0;
}

.blog__content ul li,
.blog__content ol li {
  list-style: inside !important;
}

.blog__content ul li::marker,
.blog__content ol li::marker {
  margin: 0 10px 0 0 !important;
}

body.blog {
  display: block !important;
}

@media (max-width: 1110px) {
  .woocommerce-account .woocommerce-MyAccount-content {
    flex: 0 1 72%;
    margin-left: 20px;
  }

  .woocommerce-account .content-account-order-content__header {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 20px;
  }

  .woocommerce-account .content-account-order-content__header-btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

@media (max-width: 992px) {
  .blog-page__items {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 65px;
  }

  .woocommerce-account .content-account-profile-content .woocommerce-form-row input,
  .woocommerce-account .woocommerce-Address address,
  .woocommerce-account .content-account-profile-content .woocommerce-form-row label,
  .woocommerce-account .woocommerce-Address-title {
    font-size: 20px;
    flex: none !important;
  }

  .woocommerce-account .content-account-profile-content .woocommerce-form-row,
  .woocommerce-account .woocommerce-address-fields__field-wrapper p {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .woocommerce-account .woocommerce-Address {
    flex-direction: column;
  }

  .woocommerce-account .content-account-profile-content .woocommerce-form-row input,
  .woocommerce-account .woocommerce-Address address,
  .woocommerce-account .woocommerce-address-fields__field-wrapper p input,
  .woocommerce-account .woocommerce-address-fields__field-wrapper p .select2,
  .woocommerce-account .woocommerce-address-fields__field-wrapper p#shipping_country_field .woocommerce-input-wrapper {
    margin-top: 10px;
    width: 100%;
  }

  .woocommerce-account .woocommerce-address-fields__field-wrapper p .woocommerce-input-wrapper,
  .woocommerce-account .woocommerce-address-fields__field-wrapper p .select2 {
    width: 100%;
    max-width: 100% !important;
  }

  .woocommerce-account .content-account-profile-content .woocommerce-form-row span {
    margin-left: 0;
    margin-top: 10px;
  }

  .woocommerce-account .content-account-profile-content p button {
    margin: 15px 0 25px;
  }
}

@media (max-width: 893px) {
  .bapf_sfilter.bapf_divi_sfa.bapf_sfa_mt_hide {
    margin-left: 0px;
    margin-bottom: 20px !important;
  }

  .blog__header {
    max-width: 300px;
    min-width: 300px;
  }

  .blog__content {
    width: calc(100% - 329px);
  }
}

@media (max-width: 860px) {
  .main-offer__body ul li {
    flex: 0 0 100% !important;
  }
}

@media (max-width: 768px) {



  .breadcrumbs {
    padding-top: 10px !important;
  }

  .blog-item {
    padding: 20px 0 31px;
  }

  .breadcrumbs__wrapper {
    margin-left: 0;
  }

  .blog__header {
    max-width: 100%;
    min-width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .blog__date {
    margin-bottom: 17px;
  }

  .blog__content {
    width: 100%;
  }

  .blog__img {
    height: auto;
  }

  .blog__header-content {
    padding: 17px 10px;
  }

  .blog__header-text {
    margin-bottom: 17px;
  }

  .blog-page__items {
    row-gap: 29px;
  }

  .woocommerce-account .woocommerce {
    flex-direction: column;
  }

  .woocommerce-account .woocommerce-MyAccount-content {
    flex: 0 1 100%;
    margin-left: 0px;
    margin-top: 20px;
  }

  .catalog-filter .filter-catalog-filter._active .filter-catalog-filter__body {
    position: absolute;
    /*     width: 280px; */
    width: 100%;
  }
}

@media (max-width: 600px) {
  .woocommerce-cart .cart-m__fast form p {
    flex-direction: column;
  }

  .woocommerce-cart .cart-m__order-info {
    padding: 30px 0 0 0;
  }

  .woocommerce-checkout .order-content__wrapper .woocommerce .woocommerce-billing-fields__field-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }

  .woocommerce-checkout .woocommerce-billing-fields__field-wrapper p:nth-child(4) {
    grid-area: auto !important;
  }

  .woocommerce-checkout .order-content__wrapper .woocommerce {
    flex: 0 1 100%;
    width: 100%;
  }
}

@media (max-width: 576px) {
  .breadcrumbs__wrapper a:before {
    top: 5px !important;
  }

  .blog-page__items {
    grid-template-columns: repeat(1, 1fr);
  }

  .woocommerce-account .content-account-order-content__header .content-account-order-content__header-img img {
    margin: 0 auto !important;
  }

  .woocommerce-account .content-account-order-content__header-img {
    display: flex;
    align-items: center;
  }
}

@media (max-width: 450px) {
  .woocommerce-account .content-account-order-content__header {
    grid-template-columns: repeat(2, 1fr);
  }
}

.header__exit .xoo-el-login-tgr,
.header__exit .xoo-el-reg-tgr {
  background: none !important;
  padding: 0 !important;
  width: 100%;
  font-family: "Oswald";
  font-style: normal;
  font-weight: 400 !important;
  font-size: 48px;
  line-height: 100%;
  color: #ffffff;
  text-align: left !important;
}

.header__exit .xoo-el-tabs {
  background: none !important;
}

.header__exit .xoo-el-reg-tgr {
  position: absolute;
  bottom: 29px;
  left: 52px;
}

.header__exit .exit-header__box {
  padding-bottom: 100px !important;
}

.header__exit .xoo-el-header {
  padding: 0 !important;
}

.header__exit .xoo-aff-input-group span {
  display: none !important;
}

.header__exit .xoo-aff-fields {
  margin: 0 !important;
}

.header__exit .xoo-aff-input-group input {
  border-radius: 0 !important;
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  color: rgba(168, 161, 161, 0.3);
  border: none !important;
}

.header__exit .xoo-aff-input-group input::-webkit-input-placeholder {
  color: rgba(168, 161, 161, 0.3);
  opacity: 1;
}

.header__exit .xoo-aff-input-group input::-moz-placeholder {
  color: rgba(168, 161, 161, 0.3);
  opacity: 1;
}

.header__exit .xoo-aff-input-group input:-ms-input-placeholder {
  color: rgba(168, 161, 161, 0.3);
  opacity: 1;
}

.header__exit .xoo-aff-input-group input::-ms-input-placeholder {
  color: rgba(168, 161, 161, 0.3);
  opacity: 1;
}

.header__exit .xoo-aff-input-group input::placeholder {
  color: rgba(168, 161, 161, 0.3);
  opacity: 1;
}

.header__exit .xoo-aff-group::before {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  color: #ffffff;
  display: inline-block;
  margin-bottom: 8px;
}

.header__exit .xoo-el-section-login .xoo-aff-group:first-child::before,
.header__exit .xoo-el-section-register .xoo-aff-group:nth-child(2)::before {
  content: "Email";
}

.header__exit .xoo-el-section-login .xoo-aff-group:nth-child(2)::before,
.header__exit .xoo-el-section-register .xoo-aff-group:nth-child(4)::before {
  content: "Пароль";
}

.header__exit .xoo-el-section-register .xoo-aff-group:nth-child(1)::before {
  content: "Ім’я";
}

.header__exit .xoo-el-section-register .xoo-aff-group:nth-child(3)::before {
  content: "Телефон";
}

.header__exit .xoo-el-section-register .xoo-aff-group:nth-child(5)::before {
  content: "Пароль";
}

.header__exit .xoo-aff-group {
  margin-bottom: 16px !important;
  width: 100% !important;
}

.header__exit .xoo-el-action-form {
  margin-top: 16px !important;
}

.header__exit .xoo-el-section {
  padding-left: 0 !important;
}

.header__exit:has(.xoo-el-reg-tgr.xoo-el-active) .xoo-el-section-login,
.header__exit:has(.xoo-el-reg-tgr.xoo-el-active) .xoo-el-login-ph {
  display: none !important;
}

.header__exit:has(.xoo-el-reg-tgr.xoo-el-active) .xoo-el-reg-tgr {
  position: relative;
  left: 0;
  top: 0;
}

.header__exit:has(.xoo-el-reg-tgr.xoo-el-active) .exit-header__box {
  padding-bottom: 29px !important;
}

.header__exit .xoo-el-form-container {
  margin-bottom: 0 !important;
}

header .menu-item.current-menu-item a {
  font-weight: 700 !important;
}

.main-contacts__wrapper form .wpcf7-acceptance span input {
  border: none !important;
  outline: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  padding: 0 !important;
}

.main-contacts .main-contacts__wrapper form .wpcf7-form-control-wrap input::-webkit-input-placeholder,
.main-contacts .main-contacts__wrapper form .wpcf7-form-control-wrap textarea::-webkit-input-placeholder {
  color: #d7d7d7 !important;
}

.main-contacts .main-contacts__wrapper form .wpcf7-form-control-wrap input::-moz-placeholder,
.main-contacts .main-contacts__wrapper form .wpcf7-form-control-wrap textarea::-moz-placeholder {
  color: #d7d7d7 !important;
}

.main-contacts .main-contacts__wrapper form .wpcf7-form-control-wrap input:-ms-input-placeholder,
.main-contacts .main-contacts__wrapper form .wpcf7-form-control-wrap textarea:-ms-input-placeholder {
  color: #d7d7d7 !important;
}

.main-contacts .main-contacts__wrapper form .wpcf7-form-control-wrap input::-ms-input-placeholder,
.main-contacts .main-contacts__wrapper form .wpcf7-form-control-wrap textarea::-ms-input-placeholder {
  color: #d7d7d7 !important;
}

.main-contacts .main-contacts__wrapper form .wpcf7-form-control-wrap input,
.main-contacts .main-contacts__wrapper form .wpcf7-form-control-wrap input::placeholder,
.main-contacts .main-contacts__wrapper form .wpcf7-form-control-wrap textarea,
.main-contacts .main-contacts__wrapper form .wpcf7-form-control-wrap textarea::placeholder {
  color: #d7d7d7 !important;
}

.main-contacts__wrapper form .wpcf7-acceptance a {
  text-decoration: underline;
  font-size: 100% !important;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

@media (max-width: 768px) {
  .blog {
    position: relative;
  }

  .blog__header-content {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
  }

  .blog__content {
    padding-bottom: 205px;
  }

  .blog__date {
    margin-bottom: 0 !important;
  }
}

@media screen and (max-width: 576px) {
  .blog-page__items .main-blog__title {
    text-align: left !important;

  }

  .blog-page__items .main-blog__wrapp {

    align-items: flex-start !important;
  }
}

.breadcrumbs__wrapper>span {
  font-family: "Source Sans Pro", sans-serif !important;
  font-weight: 400 !important;
  padding: 0 !important;
  color: #808080 !important;
}

/* .woocommerce-checkout .woocommerce-shipping-methods {
  display: flex;
  flex-direction: column;
} */

.woocommerce-checkout .woocommerce-shipping-methods li:has(#shipping_method_0_wc_pickup_store) {
  order: 1;
}

.woocommerce-checkout .woocommerce-shipping-methods li:has(#shipping_method_0_shipping_nova_poshta_for_woocommerce) {
  order: 2;
}

.woocommerce-checkout .woocommerce-shipping-methods li:has(#shipping_method_0_shipping_nova_poshta_for_woocommerce_courier) {
  order: 3;
}

.woocommerce-checkout .woocommerce-shipping-methods li:has(#shipping_method_0_flat_rate-7) {
  order: 4;
}

.woocommerce-checkout .woocommerce-shipping-methods li:has(#shipping_method_0_shipping_nova_poshta_for_woocommerce_courier) p input {
  max-width: 100% !important;
  border-radius: 4px !important;
  min-width: 100% !important;
  background: none !important;
  border: 1px solid grey !important;
  font-weight: 400;
  font-size: 20px;
  height: 44px !important;
  padding-left: 8px;
  padding-right: 20px;
  color: #999 !important;
  text-overflow: ellipsis;
}

.woocommerce-checkout .woocommerce-shipping-methods li:has(#shipping_method_0_shipping_nova_poshta_for_woocommerce_courier) p input::-webkit-input-placeholder {
  color: #999 !important;
}

.woocommerce-checkout .woocommerce-shipping-methods li:has(#shipping_method_0_shipping_nova_poshta_for_woocommerce_courier) p input::-moz-placeholder {
  color: #999 !important;
}

.woocommerce-checkout .woocommerce-shipping-methods li:has(#shipping_method_0_shipping_nova_poshta_for_woocommerce_courier) p input:-ms-input-placeholder {
  color: #999 !important;
}

.woocommerce-checkout .woocommerce-shipping-methods li:has(#shipping_method_0_shipping_nova_poshta_for_woocommerce_courier) p input::-ms-input-placeholder {
  color: #999 !important;
}

.woocommerce-checkout .woocommerce-shipping-methods li:has(#shipping_method_0_shipping_nova_poshta_for_woocommerce_courier) p input::placeholder {
  color: #999 !important;
}

.tinvwl_add_to_wishlist_button {
  position: relative;
  z-index: 2;
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before,
.woocommerce ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before,
.woocommerce-page ul.products li.product a.tinvwl-button.tinvwl-icon-heart.tinvwl_add_to_wishlist_button:before,
a.wishlist_products_counter.top_wishlist-heart:before,
span.wishlist_products_counter.top_wishlist-heart:before,
a.sidr-class-wishlist_products_counter.sidr-class-top_wishlist-heart:before {
  content: url("assets/img/heartforitem.svg");
}

.tinvwl-product-make-remove::before {
  content: url("assets/img/heartforitemactive2.svg") !important;
}

.tinvwl-product-make-remove:hover::before {
  content: url("assets/img/heartforitemhover.svg") !important;
}

.order-placing {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(128, 128, 128, 0.8);
}

.order-placing__wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.order-placing__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 596px;
  padding: 29px 70px 53px 70px;
  background: rgba(0, 0, 0, 0.8);
  position: relative;
}

.order-placing__close {
  cursor: pointer;
  position: absolute;
  top: 16px;
  right: 20px;
}

.order-placing__title {
  font-family: Oswald, sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 100%;
  color: #f6a607;
  text-align: center;
}

.order-placing__text {
  margin: 42px 0 0 0;
  text-align: center;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  color: #ffffff;
}

.order-placing {
  display: none;
}

@media screen and (max-width: 576px) {
  .order-placing__title {
    font-size: 28px;
  }

  .order-placing__box {
    padding: 30px 15px 30px 15px;
  }

  .order-placing__text {
    margin: 20px 0 0 0;
    font-size: 18px;
  }
}

.woocommerce-cart .wpcf7-response-output {
  display: none !important;
}

.woocommerce-cart .woocommerce-notices-wrapper {
  display: none !important;
}

.characteristic-single-content__images img {
  margin-right: 22px;
  width: 24px;
}

.characteristic-single-content__images img:last-child {
  margin-right: 0;
}

.xoo-el-form-txt {
  display: none !important;
}

.woocommerce-cart .cart-m__fast form p {
  align-items: flex-start !important;
}

.woocommerce-pagination ul,
.navigation.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.navigation.pagination .nav-links {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
}

.woocommerce-pagination li,
.navigation.pagination .nav-links>* {
  font-size: 24px;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 100%;
  margin-right: 15px;
  font-weight: 400;
  margin-bottom: 15px;
  color: #000 !important;
}

.woocommerce-pagination li:hover a,
.woocommerce-pagination li span,
.navigation.pagination .nav-links>*:hover,
.navigation.pagination .nav-links span {
  -webkit-text-stroke: 1px #000;
  color: #000 !important;
  transition: all 0.3s ease;
}

.woocommerce-pagination li a,
.navigation.pagination span {
  color: #000 !important;
  transition: all 0.3s ease;
}

.woocommerce-pagination li:last-child,
.navigation.pagination .nav-links>*:last-child {
  margin-right: 0;
}

.characteristic-single-content__info-item {
  justify-content: space-between;
  width: 100%;
  margin-right: 49px;
}

@media screen and (max-width: 880px) {
  .characteristic-single-content__info-item {
    margin-right: 10px;
  }
}

.characteristic-single-content__prise {
  margin-right: 10px !important;
  white-space: nowrap;
}

.characteristic-single-content__info-item .stock {
  margin-right: auto;
}

@media (max-width: 575px) {
  .characteristic-single-content__info-item .stock {
    margin: 0 auto 20px;
  }
}

@media (max-width: 480px) {
  .cart-m__adventages {
    margin-right: 10px !important;
  }

  .cart-m__info {
    flex: 0 1 calc(100% - 170px);
  }
}

@media (max-width: 450px) {
  .cart-m__img {
    width: 60px;
    height: auto;
  }

  .cart-m__info {
    flex: 0 1 calc(100% - 120px);
  }
}

.woocommerce-checkout .xoo-el-action-form .xoo-aff-input-icon {
  display: none;
}

.woocommerce-checkout .xoo-el-action-form input {
  display: block;
  width: 100%;
  margin: 4px 0 0 0;
  background: #fff;
  border: 1px solid grey;
  padding: 9px 14px;
  font-weight: 400;
  width: 100%;
  font-size: 20px;
}

.woocommerce-checkout .xoo-el-action-form input::-webkit-input-placeholder {
  color: #d7d7d7;
}

.woocommerce-checkout .xoo-el-action-form input::-moz-placeholder {
  color: #d7d7d7;
}

.woocommerce-checkout .xoo-el-action-form input:-ms-input-placeholder {
  color: #d7d7d7;
}

.woocommerce-checkout .xoo-el-action-form input::-ms-input-placeholder {
  color: #d7d7d7;
}

.woocommerce-checkout .xoo-el-action-form input::placeholder {
  color: #d7d7d7;
}

.woocommerce-checkout .xoo-el-lostpw-tgr {
  font-size: 16px;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 100%;
  color: #333 !important;
}

.woocommerce-checkout .regular-right-order-content__exit {
  width: 100%;
}

.woocommerce-checkout .xoo-el-header,
.woocommerce-checkout .xoo-el-section {
  padding: 0;
}

.woocommerce-checkout .xoo-el-header {
  margin-bottom: 10px !important;
}

.woocommerce-checkout .xoo-el-tabs {
  max-width: 300px;
  width: 100%;
  background: none;
}

.woocommerce-checkout .xoo-el-tabs li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0px 21px 0px 0px;
  font-weight: 400;
  font-size: 16px;
  line-height: 168%;
  padding: 5px 9px;
  border: 1px solid #f6a607;
  border-radius: 20px;
  color: #000;
}

.woocommerce-checkout .xoo-el-tabs li.xoo-el-active {
  background: #f6a607;
}

.woocommerce-checkout .xoo-aff-group {
  width: 100%;
}

.wishlist_products_counter_number {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  width: 19px;
  height: 19px;
  border-radius: 100%;
  background: #f6a607;
  color: #111;
}

.wishlist_products_counter {
  margin: 0 !important;
}

.wishlist_products_counter_number {
  right: 10px;
  top: -4px;
}

header a .mini-cart-cnt {
  top: -4px;
}

.page-template-page-wishlist .cart-empty.woocommerce-info {
  padding: 10px 20px;
  color: #fff;
  margin-bottom: 20px;
}

.woocommerce-checkout .xoo-el-section-register,
.woocommerce-checkout .xoo-el-header {
  display: none;
}

.woocommerce-checkout .xoo-el-action-form {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row !important;
  position: relative;
}

.woocommerce-checkout .xoo-el-action-form::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 1px;
  background: #333;
}

.woocommerce-checkout .xoo-el-action-form>* {
  flex: 0 1 calc(50% - 30px);
  margin-right: 30px;
}

.woocommerce-checkout .login-reg-popup .xoo-el-action-form>* {
  flex: 0 1 calc(100%);
  margin-right: 0;
}

.woocommerce-checkout .login-reg-popup .xoo-el-action-form::after {
  display: none;
}

.login-reg-popup .title-popup-registration {
  background: none !important;
  padding: 0 !important;
  width: 100%;
  font-family: "Oswald";
  font-style: normal;
  font-weight: 400 !important;
  font-size: 48px;
  line-height: 100%;
  color: #ffffff;
  text-align: left !important;
  margin-bottom: 20px;
}

.woocommerce-checkout .xoo-el-action-form>*:nth-child(2n + 2) {
  flex: 0 1 50%;
  padding-left: 30px;
  margin-right: 0;
}

.woocommerce-checkout .xoo-aff-fields {
  order: 1;
}

.woocommerce-checkout .xoo-el-action-form>button {
  order: 3;
}

.woocommerce-checkout .xoo-el-loginvia {
  margin: 0;
  order: 2;
}

.woocommerce-checkout .xoo-sl-btns-container {
  order: 4;
  margin-top: -170px;
}

.woocommerce-checkout .xoo-sl-btns-container .xoo-sl-social-btn {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 992px) {
  .woocommerce-checkout .xoo-el-form-container.xoo-el-form-inline {
    margin: 0 !important;
    max-width: 100%;
  }

  .woocommerce-checkout .xoo-el-action-form,
  .woocommerce-checkout .xoo-el-fields,
  .woocommerce-checkout .xoo-el-section {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .woocommerce-checkout .xoo-el-action-form {
    flex-direction: column !important;
    align-items: center;
  }

  .woocommerce-checkout .xoo-el-action-form::after {
    display: none;
  }

  .woocommerce-checkout .xoo-el-action-form>* {
    flex: 0 1 100%;
    margin-right: 0;
    order: unset !important;
  }

  .woocommerce-checkout .xoo-el-action-form>*:nth-child(2n + 2) {
    flex: 0 1 100%;
    padding-left: 0px;
    margin-right: 0;
  }

  .woocommerce-checkout .xoo-el-loginvia {
    margin: 20px 0 0;
  }

  .woocommerce-checkout .xoo-sl-btns-container {
    margin-top: 0;
    width: 100%;
  }
}

.xoo-sl-google-btn {
  margin-top: 15px !important;
}

.xoo-sl-social-btn {
  display: none !important;
}

.woocommerce-checkout .xoo-el-form-container {
  display: none !important;
}

/*  */
.bapf_sfilter.bapf_ckbox .bapf_body li input[data-name="Ні"],
.bapf_sfilter.bapf_ckbox .bapf_body li input+label {
  display: none !important;
}

.bapf_sfilter.bapf_ckbox .bapf_body li input[data-name="Так"] {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 100%;
}

.bapf_sfilter.bapf_ckbox {
  position: relative;
  z-index: 0;
}

.bapf_sfilter.bapf_ckbox .bapf_head {
  display: flex;
  align-items: center;
}

.bapf_sfilter.bapf_ckbox .bapf_head::before {
  content: "";
  display: inline-block;
  margin-right: 9px;
  border-radius: 25px;
  background: #fffcfc;
  width: 25px;
  height: 25px;
}

body:has(.bapf_sfilter.bapf_ckbox .bapf_body li.checked input[data-name="Так"]) .bapf_sfilter.bapf_ckbox .bapf_head::before {
  border: 1px solid #333333;
  background: #fff;
}

body:has(.bapf_sfilter.bapf_ckbox .bapf_body li.checked input[data-name="Так"]) .bapf_sfilter.bapf_ckbox .bapf_head::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 4px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #f6a607;
}

.bapf_sfilter.bapf_ckbox .bapf_head h3 {
  color: #000;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/*  */
.woocommerce-account .content-account-profile-content fieldset legend,
.woocommerce-account .content-account-profile-content p button,
.woocommerce-account .wp-element-button[name="save_address"] {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.bapf_head h3 {
  display: none !important;
}

#bapf_10>.bapf_head>h3 {
  display: block !important;
  font-size: 20px;
  font-weight: 700;
}

.shina_all_complect .bapf_head h3 {
  display: flex !important;
}

.blog-content__btn {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  align-items: center;
  margin-bottom: 25px;
}

.blog-content__btn a {
  font-family: Source Sans Pro;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;
}

.blog-content__btn img {
  width: 40px;
  height: 40px;
}

/*  */
.disk_type_disk h3 {
  display: inline-block !important;
}

.disk_type_disk .bapf_head::before {
  display: none !important;
}

.disk_type_disk .bapf_head {
  margin-bottom: 12px;
}

.bapf_sfilter.bapf_ckbox.disk_type_disk .bapf_body li input+label {
  display: inline-block !important;
  margin: 0 !important;
  color: #000;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

.bapf_sfilter.bapf_ckbox.disk_type_disk .bapf_body li {
  margin-bottom: 8px !important;
}

.bapf_sfilter.bapf_ckbox.disk_type_disk .bapf_body li:last-child {
  margin-bottom: 0 !important;
}

.bapf_sfilter.bapf_ckbox.disk_type_disk .bapf_body li input {
  border: 1px solid #f6a607;
  background: #fff;
  width: 24px;
  height: 24px;
  padding: 0 !important;
  margin-right: 9px !important;
}

.bapf_sfilter.bapf_ckbox.disk_type_disk .bapf_body li input::after {
  width: 80%;
  height: 80%;
  border: none !important;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMiAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE5LjczOCAyLjE5OTUzTDExLjEyODYgMTguMjI1NEwyLjk5MjU3IDkuOTkwOTQiIHN0cm9rZT0iI0Y2QTYwNyIgc3Ryb2tlLXdpZHRoPSI0IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.hidden {
  display: none;
}

body:has(.page-numbers li:last-child .page-numbers.current) .blog-content__btn.woocommerce-pagination {
  display: none !important;
}

/*  */
.sort__filter__radio.bapf_sfilter.bapf_ckbox .bapf_body li input+label {
  display: block !important;
  color: #000;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0 !important;
}

.sort__filter__radio.bapf_sfilter.bapf_ckbox .bapf_body li input:checked+label {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.sort__filter__radio.bapf_sfilter.bapf_ckbox .bapf_body li {
  position: relative;
  z-index: 0;
  margin-right: 15px !important;
}

.sort__filter__radio.bapf_sfilter.bapf_ckbox .bapf_body li:last-child {
  margin-right: 0;
}

.sort__filter__radio.bapf_sfilter.bapf_ckbox .bapf_body li input {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.sort__filter__radio.bapf_sfilter.bapf_ckbox .bapf_head {
  display: none;
}

.sort__filter__radio.bapf_sfilter.bapf_ckbox .bapf_body ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}

.sort__filter__radio.bapf_sfilter.bapf_ckbox .bapf_body {
  margin: 0 !important;
}

.catalog-filter__sort {
  /*align-items: center;*/
  flex-direction: column;
  margin-left: 30px;

}
.catalog-filter__sort a {
  color: #000000;
}

.sort__filter__radio.bapf_sfilter.bapf_ckbox {
  margin: 0 !important;
}

.catalog-filter__wrapper {
  justify-content: flex-start !important;
}

.catalog-filter__sort-mobi {
  margin: 0 !important;
  display: none;
}

.catalog-filter__sort-mobi .orderby {
  border: 1px solid #f6a607;
  background: #fff;
  color: #000;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  line-height: normal;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDE0IDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik03IDhMMTMuNDk1MiAwLjVIMC41MDQ4MDlMNyA4WiIgZmlsbD0iI0Y2QTYwNyIvPgo8L3N2Zz4K);
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding: 2px 17px 2px 6px;
}

.catalog-filter__sort-mobi .orderby option {
  padding: 2px 6px;
  color: #000;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  width: 100% !important;
  max-width: 90vw !important;
}

/* Max */
.car-items,
.car-title {
  display: flex;
  padding: 0 0 0 295px;
}

.car-items h4 {
  font-size: 20px;
  margin: 15px 0 5px 0;
  -webkit-text-stroke: 0.7px black;
}

.car-items-info {
  padding: 15px 0;
  color: #999;
}

.car-group-item {
  margin-right: 25px;
}

.car-item {
  font-size: 20px;
}

.car-item a {
  color: #f6a607;
}

.car-title {
  font-size: 25px;
  color: #f6a607;
}

input#selected_sat_adress {
  border: 1px solid grey !important;
  font-weight: 400;
  font-size: 20px;
  height: 44px !important;
  width: 100%;
  padding: 13px 19px 13px 10px;
  background-color: #fff;
}

@media (max-width: 1110px) {
  .catalog-filter__wrapper {
    justify-content: space-between !important;
  }

  .catalog-filter__sort-mobi {
    display: flex !important;
    align-items: center;
    flex-wrap: nowrap !important;
    flex-direction: row !important;
  }

  .catalog-filter__sort-title {
    color: #000 !important;
    font-family: "Source Sans Pro", sans-serif !important;
    font-size: 20px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: normal !important;
  }

  .catalog-filter__sort {
    display: none;
  }
}

@media (max-width: 893px) {
  .catalog-filter__sort-title {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    flex: auto !important;
    margin: 0 0 2px !important;
  }

  .catalog-filter__sort-mobi {
    width: 100%;
    margin-bottom: 35px !important;
    justify-content: space-between;
  }
}

@media (max-width: 350px) {
  .catalog-filter__sort-mobi {
    flex-direction: column !important;
  }

  .catalog-filter__sort-mobi .orderby {
    width: 100%;
  }

  .catalog-filter__sort-title {
    margin: 0 0 10px !important;
  }
}

.characteristic-single-content__info-item .stock.in-stock {
  display: none !important;
}

.cookie-notice-container #cn-notice-text p {
  display: flex;
  align-items: baseline;
}

.cookie-notice-container #cn-notice-text p a {
  margin-left: 10px;
}

#cookie-notice.cookie-notice-visible.cn-effect-fade,
#cookie-notice.cookie-revoke-visible.cn-effect-fade {
  background: rgba(255, 255, 255, 0.7) !important;
}

.breadcrumbs__wrapper a:first-child {
  padding: 0px 12px 0 0 !important;
}

.breadcrumbs__wrapper>span span {
  padding: 0px 4px 0 0 !important;
}

.breadcrumbs__wrapper>span span.breadcrumb_last {
  text-decoration: underline !important;
}

body.page-id-62133 .garanty-content__wrapper {
  padding: 0 !important;
  border: none !important;
  margin: 0 !important;
}

.garanty-content__box p {
  line-height: 1.2 !important;
}

.garanty-content__box p strong {
  line-height: 1.5 !important;
}

.content-account-wish-content__add_to_cart .woocommerce-Price-amount {
  display: none !important;
}

.content-account-wish-content__add_to_cart .add_to_cart_inline {
  border: none !important;
}

@media (max-width: 768px) {
  table.shop_table_responsive tr td::before {
    display: none;
  }

  .car-items,
  .car-title {
    display: flex;
    padding: 0;
    margin: auto;
  }
}

@media(max-width:320px) {
  .our-services-item-back-content-wrapper .left {

    max-height: unset;

  }
}

.select2-container--default .select2-selection--single {
  /*    padding: 9px 19px 9px 10px; */
}

.regular-right-order-content__wrapper {
  display: flex !important;
}

body:has(.regular-right-order-content__wrapper) .right-order-content__conatcs._active {
  display: none !important;
}

.login_modal_test {
  display: none;
}

.woocommerce-order-received .order-content__left {
  display: none !important;
}

.footer__logo img {
  width: 70px !important;
  height: 70px !important;
}

.header__exit .xoo-aff-input-group input {
  color: #000;
}

.header__exit .xoo-aff-input-group input::placeholder {
  color: rgba(168, 161, 161, 0.3);
}

/* #cheack_nal_mail {
  display: none;
} */



/* Booking Form */

.fieldCalendarService.fieldCalendarServicefieldname1_1{
  display: none;
}

#fbuilder .fields .fields-first-el{
  display: none 
}

.booking-header .booking-top-first-el,
.booking-header .booking-top-second-el{
  display: block;
  font-family: "Source Sans Pro";
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;
}

.booking-top-second-el{
  margin-top: 24px;
  width: 184px;
  padding: 8px;
  background-color: #F6A607;
}


.booking-top-third-el{
  margin-top: 24px;
  display: flex;
  gap: 104px;
}

.booking-top-third-el > div{
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: "Source Sans Pro";
  font-size: 15px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;

  }

  .booking-top-third-el > div::before{
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;


  }
  .booking-top-third-el .first::before{
    background: #000000;
  }

  .booking-top-third-el .second::before{
    background: #808080;

  }





.booking-page-wrapper{
  background-image: url(/wp-content/themes/tir/assets/img/booking/bookig-img.png.);
  background-repeat: no-repeat;
  background-position: right  top 45px;
  padding-bottom: 73px;
}

.garanty-content__wrapper #fbuilder .ui-datepicker-inline {
  max-width: 100% ;

}

.garanty-content__wrapper #fbuilder .ui-datepicker,
.garanty-content__wrapper #fbuilder .slots {
  box-shadow: none ;

}

.garanty-content__wrapper #fbuilder .ui-datepicker-header {
  width: 180px;
  margin: 24px 0;
  background-color: #fff;
  color: #000;
  text-shadow: none;

  font-family: "Source Sans Pro";
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;

}

.garanty-content__wrapper #fbuilder .ui-datepicker-header .ui-datepicker-prev {
  display: block;
  width: 20px;
  height: 25px;
  background: url("/wp-content/themes/tir/assets/img/booking/Arrow 2.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.garanty-content__wrapper #fbuilder .ui-datepicker-header .ui-datepicker-next {
  display: block;
  width: 20px;
  height: 25px;
  background: url("/wp-content/themes/tir/assets/img/booking/Arrow 1.svg");
  background-repeat: no-repeat;
  background-position: center;
}



#fbuilder .ui-datepicker table {
  margin-top: 24px;
}

.ui-datepicker-calendar tbody {
  display: flex;
  overflow-x: scroll;
  gap: 16px;
  padding-bottom: 20px;

}


.ui-datepicker-calendar tbody > tr:first-child{
  display: none;
}

.garanty-content__wrapper .ui-datepicker-calendar tbody > tr,
.garanty-content__wrapper #fbuilder .slots {
  display: flex;
  gap: 16px;
  border: none !important;

}

.garanty-content__wrapper #fbuilder .slots {
  flex-wrap: wrap;
  padding: 0;
}



#fbuilder .ui-datepicker thead {
  display: none;
}

.garanty-content__wrapper #fbuilder .ui-datepicker-calendar .ui-state-default {
  background: none;
  border: 1px solid #000000;
  width: 74px;
  height: 61px;
  display: flex;
  align-items: center;
  justify-content: center;

  font-family: "Source Sans Pro";
  font-size: 24px;
  letter-spacing: 0em;

}




.garanty-content__wrapper .ui-datepicker td {
  border: none !important;
  background-color: #fff !important;


}

.garanty-content__wrapper .ui-datepicker-other-month {
  display: none;
}


.garanty-content__wrapper #fbuilder .ui-datepicker-calendar .ui-state-active {
  background-color: #F6A607 ;
  color: #000 ;
}




.garanty-content__wrapper #fbuilder .slots div {
  width: 74px;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  background-color: #fff;
}

.garanty-content__wrapper #fbuilder .slots span{
font-family: "Source Sans Pro";
font-size: 20px;
font-weight: 400;
line-height: 25px;
letter-spacing: 0em;

  display: block;
  width: 100%;
}

.garanty-content__wrapper #fbuilder .slots br{
  display: none;
}


.garanty-content__wrapper #fbuilder .slots div a{
  background: none;
  text-decoration: none;
  font-family: "Source Sans Pro";
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  color: #000;
}


.garanty-content__wrapper #fbuilder .pbSubmit,
.garanty-content__wrapper #fbuilder .pbSubmit1,
.garanty-content__wrapper #fbuilder .booking-btn {
  margin-top: 24px;
  width: 343px;
  height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background-color: #066315;

  font-family: "Source Sans Pro";
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: center;
  color: #fff;
  cursor: pointer;

}

.garanty-content__wrapper #fbuilder .booking-btn {
  margin-top: 40px;
}


.garanty-content__wrapper #fbuilder .beforemindate{
  display: none;
}




.ahb_list {
    background: url(/wp-content/themes/tir/assets/img/booking/car-tires-smoke-bg.png.);
    background-repeat: round;
    position: absolute;
    left: 0;
    top: 0; 
    width: 100%;
    height: 100%;
    z-index: 999;
  } 



  .background-title{
    margin-top: 28px;

    font-family:"Oswald";
    font-size: 48px;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;

  }

  .ahb_list-section{

    background-color: rgba(0, 0, 0, 0.8);
    width: 34%; 
    height: 84%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;


    position: absolute;
    z-index: 1001;
    left: 33%;
    top: 15%;

    padding: 25px 45px;
  } 

  .ahb_list-title {
    position: relative;
  }

  .ahb_list-title > p,
  .ahb_list_time{
    color: #FFF;
    font-family: Source Sans Pro;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;

  }



/* 
  .ahb_list-title > span {
    color: #FFF;
  } */

  .ahb_list-title > a{
    position: absolute;
    top: -13px;
    right: -35px;
    display: block;
    width: 27px;
    height: 27px;
    text-decoration: none;
    background: url(/wp-content/themes/tir/assets/img/booking/X.svg );

  }

  .ahb_list_service {
    display: none;
  }

  .garanty-content__wrapper #fbuilder .slots .availableslot > a:hover{
    background: none;
  }


  .garanty-content__wrapper #fbuilder .slots .availableslot.selected{
    background-color: #F6A607 ;

  }


    #field_1-1,
    #field_1-2,
    #field_1-3,
    #field_1-4{ 
    display: none;
     /*display: block; */
    position: absolute;
    z-index: 999;
    left: 36%;
    width: 28%;

  }
  #field_1-3 .checkbox {
    margin-top: 100px;
}
  #field_1-1{
    top: 195px;
  }
  #field_1-2{
    top: 276px;
  }
  #field_1-3{
    top: 360px;
  }
  #field_1-4{
    top: 455px;
  }

  #field_1-1 #fieldname2_1,
  #field_1-2 #fieldname3_1{
    width: 100%;
    height: 40px;
  }


  #field_1-4 .dfield > textarea{
    padding: 10px;
  }



  #field_1-1 label,
  #field_1-2 label,
  #field_1-3 label,
  #field_1-4 label{
    color: #fff;
    font-family: "Source Sans Pro";
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: left;

  }

  #field_1-1 .dfield,
  #field_1-2 .dfield,
  #field_1-3 .dfield,
  #field_1-4 .dfield{
    margin-top: 8px;
  }



  .fields.info-block .dfield{
    width: 100% !important;
  }


  .fields.info-block .field{
    /* margin-top: 8px; */
    width: 100%;
    height: 46px;

  }

  .garanty-content__box a.vip-price{
    margin-top: 16px;
    opacity: 1;
    font-family: "Source Sans Pro";
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
    color: #C20F17;
    display: block;
    text-decoration: none;
  }



  .checkbox {
    margin-top: 18px;
    display: flex;
    align-items: center;
    gap: 22px;

  }
  .checkbox > input{
    width: 25px;
    height: 25px;
    
  }

  #field_1-4 .checkbox .agreement {
    margin: 0;
    font-family: "Source Sans Pro";
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #F6A607 ;
    
  }

  .fields.info-block .checkbox > label > a{
    color: #fff;
    text-decoration: underline;
  }

  #fbuilder .top_aligned .fields .dfield input{
    padding: 5px 10px;
  }


  .required{
      color: #000 !important;
  }


  .thankyou-cotainer{
    background: url(/wp-content/themes/tir/assets/img/booking/car-tires-smoke-bg.png.);
    background-repeat: round;
    width: 100%;
    height: 100%;
    min-height: 800px;
  } 

  .thankyou-cotainer > h1{
    padding-top: 24px;

    font-family: "Oswald";
    font-size: 48px;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: center;

    color: #FFFFFF;

  }

  .thankyou-box{

    width: 638px;
    margin: 89px auto 0;
    padding: 0 22px;
    background-color: rgba(0, 0, 0, 0.8);

  }

  .thankyou-info{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;

  }


  .thankyou-cancel{
    position: absolute;
    top: 9px;
    right: -9px;
    display: block;
    width: 27px;
    height: 27px;
    background: url(/wp-content/themes/tir/assets/img/booking/X.svg );
    cursor: pointer;
  }


  .thankyou-info > h1{
    margin:20px 0 24px;

    font-family: "Oswald";
    font-size: 48px;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: center;
    color: #F6A607;


  }

  .thankyou-info > p{
    margin-bottom: 24px;

    font-family: "Source Sans Pro";
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    color: #FFFFFF;
  }

  .thankyou-info > p.last-el{
    display: none;
  }

  .thankyou-info > p >span{
    color: #F6A607;
    
  }






  @media screen  and (max-width:1199px){


    .ahb_list-section{
      width: 46%;
      left: 27%;
    }

    .fields.info-block{
      width: 38%;
      left: 31%;
    }
  }

  @media screen  and (max-width:768px){

    #field_1-3 .checkbox {
      margin-top: 240px;
    }

    .ahb_list-title > a{
      display: none;
    }

    .garanty-content .container {
      background-image: none;
      max-width: 450px;
      margin: auto;
    }

    .garanty-content__wrapper #fbuilder .pbSubmit1,
    .garanty-content__wrapper #fbuilder .booking-btn {
      width: 100%;
    }

    .ahb_list{
      background: #fff;
    }

    .background-title{
      display: none;
    }



    .ahb_list-section{
      background-color: #fff;
      top: 0;
      height: 100%;
      padding: 35px 16px 45px ;
      width: 70%;
      left: 15%;
    
    }

    .ahb_list-title{
      display: flex;
    }

    .ahb_list-title > p, 
    .ahb_list_time{

      font-size: 15px;
      font-weight: 600;
      line-height: 19px;
      letter-spacing: 0em;
      text-align: left;
      color: #000;

    }

    .fields.info-block label{
      color: #000;

    }

    #fbuilder .top_aligned .fields .dfield input{
      border: 1px solid #000;
    }

    .fields.info-block{

      top: 60px;
      left: 18%;
      width: 65%;
    }

    .fields.info-block .checkbox > label {
      /*width: 190px;*/
      color: #000000;
    }

    .fields.info-block .checkbox > label > a{
      color: #000000;
    }


    .thankyou-cotainer{
      padding: 27px 16px 8px;
      min-height: 265px;

      

    } 

    .thankyou-box {
      width: 343px;
      margin-top: 0;
    }

    .thankyou-cotainer > h1 {
      display: none;
    }

    .thankyou-info > h1{
      margin: 22px 0 0;
      font-size: 20px;
      line-height: 30px;
      }


    .thankyou-info > p{
      font-size: 16px;
      line-height: 16px;
      text-align: left;
      margin-bottom: 16px;
    }

    .thankyou-info > p.last-el{
      display: block;
      text-align: left;
      width: 100%;
      padding-left: 34px;
      position: relative;

    }

    .thankyou-info > p.last-el::before{
      display: block;
      content: "";
      position: absolute;
      left: 0;
      top: 4px;
      background: url("/wp-content/themes/tir/assets/img/booking/Arrow 3.svg");
      width: 20px;
      height: 8px;
    }


    #fbuilder .top_aligned .fields label {
      color: black;
    }

    #fbuilder .top_aligned .fields.info-block .dfield:first-child{
      border: 1px solid black;
      margin-top: 15px;
    }

    #fbuilder .top_aligned .fields.info-block#field_1-4 .dfield{
      border: 1px solid black;
      min-height: 150px;
    }

    #fbuilder .fields.info-block {
      width: 94%;
      max-width: 480px;
      margin: 0 auto;
    }

      #field_1-1 {
        top: 80px;
        left: 3%;
    }

      #field_1-2 {
        top: 180px;
        left: 3%;
    }

      #field_1-3 {
        top: 300px;
        left: 3%;
    }

      #field_1-4 {
        top: 420px;
        left: 3%;
    }

    #field_1-1 #fieldname2_1,
    #field_1-2 #fieldname3_1{
      height: 50px;
    }

    #field_1-1 .dfield, 
    #field_1-2 .dfield, 
    #field_1-3 .dfield, 
    #field_1-4 .dfield {
      margin-top: 15px;
    }




    
  }




  @media screen  and (max-width:480px){


    .ahb_list-section{
      max-width: 480px;
      width: 100%;
      left: 0;
    }

    .fields.info-block{
      width: 94%;
      left: 4%;
    }

    .thankyou-cotainer {
      padding-left: 0;
      padding-right: 0;
    }
    .thankyou-box {
      width: 317px;

    }

  }

 
.menu-item-booking {
    border: 1px solid;
    border-radius: 12px;
    padding: 8px 13px;
}

.cart-4wheels-message-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #808080CC;
    z-index: 9999;
}
.cart-4wheels-message-wrapper {
    width: calc(100% - 40px);
    max-width: 600px;
    margin: auto;
    margin-top: calc(50vh - 200px);
    /*max-height: 250px;*/
    height: auto;
    position: relative;
    background: #000000CC;

}
.cart-4wheels-message-close {
    position: absolute;
    right: 15px;
    top: 10px;
    cursor: pointer;
}
.cart-4wheels-message-title {
    color: #F6A607;
    font-family: Oswald;
    font-size: 48px;
    font-weight: 400;
    line-height: 48px;
    text-align: center;
    padding-top: 35px;
}
.cart-4wheels-message {
    font-family: Source Sans Pro;
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    max-width: 450px;
    width: calc(100% - 30px);
    margin: auto;
    margin-top: 20px;
    padding-bottom: 30px;
}
.category-title {
    color: #F6A607;
    font-family: Source Sans Pro;
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
}