.ru .languages-btn {
  height: 115px;
}

.en .header-menu a {
  font-size: 16px;
}

/* footer */
.footer__menu--last__contact--tell__email a,
.page-contacts__content .page-contacts__mail,
.footer_select a {
  color: #E63D33;
}

.footer_select > .select__lang:nth-child(3) .select__divider{
  display: none;
}

.footer_select .select__divider {
  padding: 0 8px;
  color: #333;
  opacity: 0.5;
}

.footer_select .select__active a {
  color: #333;
}

/* blog */
.article-body__content p {
  margin-bottom: 40px;
}

/* *** START TEST CSS FOR CF FORMS *** */

@media only screen and (max-width: 768px) {
	section.horizontal-form {
        margin-top: 20px;
    }
	
	section.horizontal-form form input,
	section.horizontal-form form textarea {
		font-size: 16px !important;
		line-height: 1.2em !important;
		height: 30px;
	}
	section.horizontal-form form input::placeholder,
	section.horizontal-form form textarea::placeholder {
		font-size: 16px !important;
		line-height: 1.2em !important;
	}
	
	section.horizontal-form .wpcf7-form>div {
		gap: 5px;
	}
	section.horizontal-form .wpcf7-form .request-form__submit {
		margin-top: 10px;
		font-size: 16px;
		padding: 10px 70px;
		border-radius: 20px;
	}
	
}

/* *** END TEST CSS FOR CF FORMS *** */

.blog__load-more {
 width: 100%;
/*	max-width:20vw;*/
  margin-top: 0px;
}

/* product category */
.page-wrapper._product-category,
.page-wrapper._page-single {
  padding-top: 150px;
}

/* single product */
.right--text__header--block__name {
  margin-bottom: 5px;
}

.map--block__item {
  padding-top: 20px;
}

.pt-0 {
  padding-top: 0 !important;
}

/* 404 */
.page-404 {
  text-align: center;
}

.page-404 .page-title {
  margin-top: 50px;
  margin-bottom: 0;
}

.page-404 .number {
  color: var(--accent);
  font-size: 80px;
  font-weight: 700;
  line-height: 1.5;
}

.page-404 p {
  line-height: 1.5;
}

.page-404 .link {
  margin-top: 50px;
}

.wpcf7 form .wpcf7-response-output {
   display: none!important

}

.wpcf7 .screen-reader-response{
  padding-right: 60px;
}

@media (min-width: 1366px) {
  .wrap_slider--slide__desc {
    padding-top: 20px;
  }
}

@media (min-width: 1150px) {
  .update__right--item._active {
    padding: 120px 25px 25px 25px;
  }
}

@media (min-width: 992px) {
  .main__wraper--right--text__wrap {
    padding: 35px 35px 35px 35px;
    min-width: 450px;
  }
}

@media (max-width: 600px) {
  .link.all_items {
    text-transform: capitalize;
  }
}


.article-form {
  margin: 20px 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 30px 40px;
  background-color: #dce5f08c;
}
.article-form__author {
  width: 100px;
  height: 100px;
  margin-right: 30px;
  border-radius: 50%;
  overflow: hidden;
}
.article-form__button {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
  background: #e63d33;
  height: 50px;
  cursor: pointer;
  padding: 0 30px;
  font-weight: 700;
  text-align: center;
}
.article-form__text {
  padding-right: 20px;
}
.article-form__text .top {
  font-size: 22px;
  margin-bottom: 20px;
  color: rgba(0, 0, 0, 0.5);
}
.article-form__text .bottom {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .article-form {
    flex-direction: column;
  }
  .article-form__button {
    margin-left: 0;
    font-size: 14px;
  }
  .article-form__author {
    width: 70px;
    height: 70px;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .article-form__text {
    padding-right: 0;
  }
  .article-form__text .top {
    font-size: 18px;
    text-align: center;
  }
  .article-form__text .bottom {
    font-size: 14px;
    text-align: center;
  }
}

/* Video in articles */

.article-video__content {
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: -100;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.article-video {
  height: 630px;
  width: 100%;
}
.post-info-container {
  position: absolute;
  top: 365px;
  left: 50%;
  transform: translateX(-50%);
  color: white;
}
@media only screen and (max-width: 1650px) {
  .article-video {
    height: 495px;
  }
  .post-info-container {
    top: 230px;
  }
}


/* Other */

.in_stock {
	position: relative;
  margin-bottom: 20px;
  color: #03AC13;
  font-weight: 700;
  font-size: 18px;
	height: 32px
}

/* Category */
.category-content {
  margin-top: 30px;
  line-height: 1.5;
}
.category-content h2 {
  font-size: 23px;
  font-weight: 500;
  margin-bottom: 15px;
}
.category-content h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}
.category-content p {
  margin-bottom: 15px;
}
.category-content ul {
  list-style-type: disc;
  margin-bottom: 15px;
  padding-left: 15px;
}
.category-content ul li {
  list-style-type: disc;
  margin-bottom: 5px;
}
.category-content blockquote {
  border-left: 6px solid red;
  margin-left: 40px;
  padding-top: 14px;
  padding-bottom: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: 850px;
}
.category-content blockquote p {
  padding-left: 15px;
}


/* Product */

@media screen and (min-width: 1800px) {
  .main, .main__first > .main__wraper, .main > .main__wraper {
    height: 85vh;
    min-height: 85vh;
  }
  .main__wraper--left._block-second {
    height: auto;
  }
}

/* TOC */

.table-of-content {
  margin-left: 40px;
  margin-right: 20px;
  margin-bottom: 40px;
  padding: 30px 40px;
  background-color: #dce5f08c;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.table-of-content .item {
  position: relative;
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 18px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}
.table-of-content .item:after {
  position: absolute;
  content: '';
  bottom: -5px;
  left: 0;
  height: 2px;
  width: 100%;
  max-width: 0px;
  background: black;
  transition: all 0.3s ease;
}
.table-of-content .item:hover:after {
  max-width: 100%;
}
@media screen and (max-width: 576px) {
	.table-of-content {
		margin-left: 0px;
		margin-right: 0px;
	}
	.table-of-content .item {
    	font-size: 14px;
  	}
}

/* video */
.article-video__content {
	height: 100%;
	width: 100%;
	object-fit: cover;
	z-index: -100;
	right: 0;
	bottom: 0;
	/* background: url(<?php //echo get_template_directory_uri() . '/img/blog/hero-o.jpg';?>) no-repeat center center; */
	/* background-size: cover; */
	overflow: hidden;
}

.article-video {
	height: 630px;
	width: 100%;
	/* background: url(<?php //echo get_template_directory_uri() . '/img/blog/hero-o.jpg';?>) no-repeat center center;
	background-size: cover; */
}
.post-info-container {
	position: absolute;
	top: 365px;
	left: 50%;
	transform: translateX(-50%);
	color: white;
}
@media only screen and (max-width: 1650px) {
	.article-video {
		height: 495px;
	}
	.post-info-container {
		top: 230px;
	}
}
/* Author */

.author-top {
  padding-top: 200px;
  padding-bottom: 80px;
  background: #F5F8FB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.author-top__left {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-right: 200px;
}
.author-top__right {
  width: 337px;
}
.author-top__image {
  width: 337px;
  height: 337px;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.author-top__title {
  font-size: 60px;
  line-height: normal;
  font-family: CeraPRO-Bold;
  color: #333;
  margin-bottom: 2px;
}
.author-top__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 45px;
}
.author-top__job {
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  color: black;
  margin-right: 60px;
}
.author-top__experience {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 14px;
  font-family: Montserrat-Light;
  font-weight: 300;
  line-height: 1.38;
}
.author-top__experience .icon {
  width: 22px;
  height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 13px;
}
.author-top__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 40px;
}
.author-top__social-title {
  font-size: 20px;
  font-weight: 300;
  color: #5D5D5D;
  margin-right: 12px;
}
.author-top__social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.author-top__social-link {
  width: 28px;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 13px;
}
.author-top__description {
  font-size: 20px;
  color: black;
  font-family: Montserrat-Light;
  line-height: 1.4;
}
.author-content {
  background: white;
  padding-bottom: 80px;
}
.author-content__tabs {
  padding-top: 30px;
  margin-bottom: 0 /*70px*/;
  width: 100% /*930px*/;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-bottom: 1px solid #E6E6E6;
}
.author-content__tab {
  position: relative;
  height: 60px;
  width: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #57545C;
  font-weight: 300;
  font-size: 20px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}
.author-content__tab.active {
  font-weight: 500;
  color: black;
}
.author-content__tab.active::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 6px;
  bottom: -1px;
  left: 0;
  background: #E63C32;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 2;
}
.author-content__tabinfo {
  width: 100% /*930px*/;
  opacity: 0;
  visibility: hidden;
  height: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.author-content__tabinfo.active {
  opacity: 1;
  visibility: visible;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.author-blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -17px;
  width: calc(100% + 34px);
}
.author-noposts {
  color: #57545C;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  padding: 20px 40px;
}
.author-blog .blog-grid__item {
  width: calc(50% - 34px);
  margin-left: 17px;
  margin-right: 17px;
}
.author-info__row {
  margin-bottom: 80px;
}
.author-info__row:last-child {
  margin-bottom: 0;
}
.author-info__title {
  font-size: 32px;
  font-weight: 400;
  color: black;
  line-height: 2;
  margin-bottom: 13px;
}

.author-info__item {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #E6E6E6;
}
.author-info__item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.author-info__subtitle {
  color: black;
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 4px;
}

.author-info__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 32px;
}

.author-info__left {
  color: #57545C;
  font-size: 16px;
  font-weight: 400;
  margin-right: 70px;
}

.author-info__location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #57545C;
  font-size: 16px;
  font-weight: 400;
}

.author-info__location .icon {
  width: 12px;
  height: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 5px;
}

.author-info__years {
  color: #57545C;
  font-size: 16px;
  font-weight: 400;
  margin-left: auto;
}
.single-review {
  padding-bottom: 35px;
  margin-bottom: 35px;
  border-bottom: 1px solid #E6E6E6;
}
.single-review:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.single-review__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 30px;
}
.single-review__image {
  width: 27px;
  height: 27px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  margin-right: 10px;
}
.single-review__name {
  font-size: 18px;
  font-weight: 400;
  color: black;
  line-height: 2;
  margin-right: 40px;
}
.single-review__date {
  color: #57545C;
  font-size: 14px;
  font-weight: 400;
  line-height: 2.7;
}
.single-review__text {
  font-family: Montserrat-Light;
  color: black;
  font-size: 16px;
  line-height: 1.38;
}

@media only screen and (max-width: 1199px) {
  .author-top__title {
    font-size: 50px;
  }
  .author-top__image {
    width: 250px;
    height: 250px;
  }
  .author-top__job {
    font-size: 20px;
  }
  .author-top__info {
    margin-bottom: 30px;
  }
	.author-top__description {
    font-size: 16px;
  }
  .author-top__social {
    margin-bottom: 32px;
  }
  .author-top__social-title {
    font-size: 20px;
  }
  .author-content__tabs {
    margin-bottom: 50px;
  }
  .author-content__tab {
    width: 220px;
    height: 50px;
    font-size: 16px;
  }
}

@media only screen and (max-width: 991px) {
  .author-top__left {
    padding-right: 80px;
  }
  .author-content__tabs {
    width: 100%;
  }
  .author-content__tabinfo {
    width: 100%;
  }
  .author-content__tab {
    width: auto;
    padding: 0 60px;
  }
}

@media only screen and (max-width: 768px) {
  .author-top {
    padding-top: 90px;
    padding-bottom: 45px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .author-top__left {
    padding-right: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .author-top__title {
    font-size: 32px;
    margin-bottom: 10px;
  }
  .author-top__right {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 30px;
  }
  .author-top__image {
    margin-right: 0;
  }
  .author-top__job {
    font-size: 18px;
    margin-right: 30px;
  }
  .author-top__experience {
    font-size: 12px;
    line-height: 1.15;
  }
  .author-top__experience .icon {
    width: 16px;
    height: 16px;
  }
  .author-top__description {
    font-size: 14px;
  }
  .author-content__tabs {
    padding-top: 35px;
  }
  .author-content__tab {
    height: 38px;
    font-size: 14px;
    padding: 0 20px;
  }
  .author-content__tab.active::after {
    height: 5px;
  }
  .author-blog {
    margin: 0;
    width: 100%;
  }
  .author-blog .blog-grid__item {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 60px;
    width: 100% !important;
  }
  .author-blog .blog-grid__item:last-child {
    margin-bottom: 0;
  }
  .author-info__title {
    font-size: 25px;
    margin-bottom: 5px;
  }
  .author-info__item {
    padding-bottom: 22px;
    margin-bottom: 22px;
  }
  .author-info__subtitle {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .author-info__bottom {
    height: 28px;
  }
  .author-info__left {
    font-size: 14px;
    margin-right: 14px;
  }
  .author-info__location {
    font-size: 14px;
  }
  .author-info__years {
    font-size: 8px;
  }
  .single-review {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .single-review__header {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .single-review__name {
    font-size: 16px;
  }
  .single-review__date {
    font-size: 10px;
    line-height: normal;
    margin-left: auto;
  }
  .single-review__text {
    font-size: 14px;
  }
}

/* Success */

.success-body__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 870px;
  margin: 0 auto;
}
.success-body__title {
  font-size: 60px;
  line-height: 65px;
  color: black;
  font-family: 'Roboto';
  font-weight: 300;
  margin-bottom: 30px;
  text-align: center;
}
.success-body__title .red {
  color: #FF3838;
}
.success-body__subtitle {
  font-size: 28px;
	line-height: 42px;
  line-height: normal;
  color: black;
  font-family: 'Roboto';
  font-weight: 400;
  margin-bottom: 100px;
  text-align: center;
}
.success-body__menu {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 63px;
  border-top: 1px solid #ACAAAA;
  border-bottom: 1px solid #ACAAAA;
  margin-bottom: 100px;
}
.success-body__social {
  display: flex;
  align-items: center;
  justify-content: center;
}
.success-body__social-link {
  width: fit-content;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 23px;
}
.success-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 30px;
}
.success-menu .menu-item a {
  font-size: 20px;
  font-family: 'Roboto';
  color: black;
  text-decoration: none;
  text-align: center;
  transition: all 0.2s ease;
}
.success-menu .menu-item a:hover {
  color: #FF3838;
}
.success-menu .carret {
  display: none;
}
.success-menu .sub-menu {
  display: none;
}
@media only screen and (max-width: 768px) {
  .success-body__title {
    font-size: 32px;
    line-height: normal;
  }
  .success-body__subtitle {
    font-size: 24px;
    margin-bottom: 80px;
  }
  .success-body__menu {
    min-height: 40px;
    height: fit-content;
    margin-bottom: 30px;
  }
  .success-menu {
    flex-wrap: wrap;
    padding: 0 10px;
    justify-content: space-around;
  }
  .success-menu .menu-item {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
  }
  .success-menu .menu-item a {
    font-size: 14px;
  }
  .success-body__social-link {
    margin: 0 14px;
  }
}

/* Dealers */
/*
.page-wrapper._dealers {
  padding-top: 0;
}
.dealers-main__slider {
  background: black;
}
.dealers-main__slide {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dealers-main__image {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
 }
 .dealers-main__overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #000 13.21%, rgba(0, 0, 0, 0.00) 100%);
  z-index: 1;
}
 .dealers-main__content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 50px;
 }
 .dealers-main__form {
  padding: 45px 45px 60px;
  background: white;
  border-radius: 15px;
  width: 460px;
  margin-right: 90px;
 }
 .dealers-main__right {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  align-self: stretch;
 }
 .dealers-main__title {
  position: relative;
  font-family: 'CeraPRO-Regular';
  font-size: 48px;
  font-style: normal;
  line-height: normal;
  color: white;
  margin-top: 15px;
  margin-bottom: 35px;
 }
 .dealers-main__title::after {
  position: absolute;
  content: '';
  background: #E63D33;
  height: 3px;
  width: calc(100% + 6px);
  bottom: -5px;
  left: -3px;
 }
 .dealers-main__text {
  font-size: 26px;
  color: white;
  font-family: 'Montserrat-Light';
  line-height: normal;
 }
 .dealers-main__text b {
  font-family: 'CeraPRO-Bold';
 }
 .dealers-main__info {
position: absolute;
    left: 48%;
    bottom: calc((100vh - 610px) / 2);
    width: fit-content;
    height: 80px;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    justify-content: center;
 }
 .dealers-main__pagination {
  margin-left: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
 }
 .dealers-main__pagination .swiper-pagination-bullet {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  color: white;
  width: 110px;
  height: auto;
  background: transparent;
  margin-right: 15px;
  opacity: 0.5;
 }
 .dealers-main__pagination .swiper-pagination-bullet-active {
  opacity: 1;
 }
 .dealers-main__pagination .swiper-pagination-bullet::before {
  position: absolute;
  content: '';
  top: -10px;
  left: 0;
  width: 100%;
  height: 3px;
  background: rgb(211, 216, 222);
 }
 .dealers-main__pagination .swiper-pagination-bullet-active::before {
  background: #E63D33;
 }
 .dealers-main__pagination .swiper-pagination-bullet span:nth-child(1) {
  font-size: 22px;
  font-family: 'CeraPRO-Bold';
  margin-bottom: 10px;
 }
 .dealers-main__pagination .swiper-pagination-bullet span:nth-child(2) {
  font-size: 16px;
  font-family: 'Montserrat-Light';
  max-width: 80px;
 }

.dealers-main__slide .container{
	max-width: 1240px;
	padding: 0 16px; 
}

*/

/* CF7 */

/* request form */

.request-popup .popup__body {
  max-width: 400px;
  padding: 50px 30px;
}

.wpcf7-form.submitting{
	opacity: 0.5;
	pointer-events: none!important
}


/* Modal form */
.request-form.modal h2 {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  font-family: Roboto, sans-serif;
  margin-bottom: 30px;
}
.request-form.modal form {
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
}
/* Horizontal form */
.horizontal-form {
  width: 65%;
  height: 170px;
  margin: 150px auto 0 auto;
	z-index: 1
}
.request-form.horizontal h2 {
  font-size: calc(30px + 12 * (100vw / 1900));
  font-weight: 300;
  line-height: 120%;
  padding-bottom: 50px;
}


/* Technicka block form */
.request-form.technicka {
  margin-top: -50px;
}
/* Update block form */
.request-form.update-items {
  max-width: 400px;
}
.request-form.update-items h2 {
  display: none;
}

@media screen and (max-width: 1750px){
  .horizontal-form {
    width: 70%;
  }
}
@media screen and (max-width: 1500px){
  .horizontal-form {
    width: 80%;
  }
}
@media screen and (max-width: 1300px){
  .horizontal-form {
    width: 90%;
  }
}
@media screen and (max-width: 768px){
  .horizontal-form {
    height: 450px;
	  margin: 60px auto 0 auto;
  }
  .request-form h2 {
    text-align: center;
  }
}




/* Общие стили формы */
.wpcf7-form>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.wpcf7-form.horizontal >div, .horizontal .wpcf7-form>div{
	flex-direction: row;
	display: flex;
	gap: 30px;
	align-items:center
}

@media(max-width: 768px){
	.wpcf7-form.horizontal>div, .horizontal .wpcf7-form>div{
		flex-direction: column;
	}
}

.wpcf7-form .wpcf7-form-control-wrap input:not(input[type="checkbox"]),
.wpcf7-form .wpcf7-form-control-wrap textarea {
    padding: 10px;
    height: 52px;
    color: #000;
    font-family: Roboto;
    font-weight: 300;
    line-height: 32px;
    width: 100%;
    font-size: 18px;
  border-bottom: 1px solid #b4b9bd;
}

.intl-tel-input {
    width: 100%;
}

.wpcf7-form .wpcf7-form-control-wrap textarea {
    overflow: hidden!important;
    resize: none!important;
	
border-bottom: 1px solid #b4b9bd;
}

.wpcf7-form .wpcf7-form-control-wrap input:not(input[type="checkbox"])::placeholder,
.wpcf7-form .wpcf7-form-control-wrap textarea::placeholder {
    color: #ACAAAA;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 300;
    line-height: 32px;
}




/* Стили кнопки */
.request-form__submit,
.request-form.modal .request-form__submit {
    display: inline-flex;
    padding: 20px 70px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #E63D33;
    color: #FFF;
    text-align: center;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 300;
    line-height: 32px;
    margin-top: 15px;
    width: 100%;
}

.wpcf7-spinner{
	position: absolute!important;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	margin: 0!important
}

.request-form__submit:hover {
    background: #b83028;
}

/* Стили для ошибки валидации */
.wpcf7-form-control-wrap {
    position: relative;
    height: 52px;
    width: 100%;
}

.wpcf7-form-control-wrap > .wpcf7-not-valid-tip {
    position: absolute;
    bottom: -30px;
    left: 0;
    color: #E63D33;
}

/* Стили для фокуса и ошибки валидации */
body input:invalid,
body input:invalid:focus,
body select:invalid:focus,
body input:invalid:focus,
body textarea:focus {
    border-bottom: 1px solid #E63D33!important;
}

body input:focus,
body select:focus,
body textarea:focus {
    border-bottom: 1px solid #000!important;
}

/* Стили для горизонтальной формы на экранах шире 768px */
@media(min-width: 768px) {

    .horizontal .wpcf7-form .wpcf7-form-control-wrap,
    .horizontal.wpcf7-form .wpcf7-form-control-wrap {
        width: auto;
    }

    .wpcf7-form.horizontal .wpcf7-form-control-wrap,
    .wpcf7-form.horizontal .wpcf7-form-control-wrap input,
    .wpcf7-form.horizontal .wpcf7-form-control-wrap textarea,
    .horizontal .wpcf7-form .wpcf7-form-control-wrap,
    .horizontal .wpcf7-form .wpcf7-form-control-wrap input,
    .horizontal .wpcf7-form .wpcf7-form-control-wrap textarea {
        width: 100%;
    }

    .wpcf7-form.horizontal .request-form__submit,
    .horizontal .wpcf7-form .request-form__submit {
        margin-top: 0;
        padding: 20px 0;
    }
}





.become_a_partner{
		display: none
	}

.become_a_wattsan_form{
	    display: flex;
    justify-content: space-between;
    gap: 30px;
    align-items: center;
    flex-direction: column;
}

.become_wattsan_form{
	padding: 50px 67px;
	max-width: 1000px
}

.become_wattsan_form .popup__title{
	color: #000;

font-family: Roboto;
font-size: 42px;
font-style: normal;
font-weight: 400;
line-height: 53px;
	text-align: left;
	margin-bottom: 65px
}

.become_wattsan_form .popup__title span{
	color: #E63C32;
}

.become_wattsan_form input::placeholder{
	color: #57545C!important;

font-family: Roboto!important;
font-size: 18px!important;
font-weight: 300!important;
}

.form_info_wrap{
	display: flex;
	gap: 100px;
	flex-direction: row;
	width: 100%
}

.become_wattsan_form .wpcf7-form-control-wrap{
	height: auto
}

.form_company_info{
	max-width: 50%;
	display: flex;
    flex-direction: column;
    gap: 15px;
}

.form_contact_information{
	max-width: 50%;
	display: flex;
    flex-direction: column;
    gap: 15px;
}	

.become_a_partner_form .wpcf7-not-valid-tip{
	    position: initial;
    font-size: 16px;
    display: inline;
}

.additional_info{
	width: 100%
}

.form_company_info>p, .form_contact_information>p, .additional_info>p{
	color: #000;
	font-family: 'CeraPRO-Regular';
	font-size: 24px;
	margin-bottom: 35px
}

.additional_info>p{
	text-align:center
}

.form_note{
	display: flex;
	flex-direction: row;
	gap: 130px;
	justify-content: space-between;
	align-items:center
}

.additional_info>div>p:nth-child(1){
	    width: 30%;
}

.textarea_desc{
	color: #57545C;

font-family: Roboto;
font-size: 18px;
font-style: normal;
font-weight: 300;
line-height: normal;
}

.additional_info>div>p:nth-child(2){
	width: 70%
}

.acceptance input[type="checkbox"]{
	height: 18px;
	padding: 0!important;
	width: 18px;
	border-color: #999;
}

.wpcf7-list-item{
	margin: 0;
}

.acceptance input[type="checkbox"] {
  position: relative;
  width: 17px;
	min-width:17px;
  height: 17px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1.2px solid #757881;
  border-radius: 6px;
  outline: none;
  cursor: pointer;
}

.acceptance input[type="checkbox"]::before {
  content:'';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 20px;
  height: 20px;
  background: url(https://wattsan.com/wp-content/uploads/1.svg);
  border-radius: 2px;
  transition: all 0.2s ease-in-out;
	background-position:center;
	background-size: cover;
}

.acceptance input[type="checkbox"]:checked{
	border: 1.2px solid #008F0E;
}


.acceptance input[type="checkbox"]:checked::before {
  transform: translate(-50%, -50%) scale(1);
}

.acceptance{
	margin-top: 55px;
	gap: 60px;
	display: flex;
	flex-direction: row;
}

.acceptance>p{
	width: 100%!important;
	display: flex;
	gap: 60px
}

.acceptance .wpcf7-list-item label{
	display: flex;
	gap: 10px
}

.acceptance .wpcf7-list-item-label{
	color: #57545C;

font-family: Roboto;
font-size: 14px;
font-style: normal;
font-weight: 300;
line-height: normal;
}

.form-sub_text{
	color: #57545C;

font-family: Roboto;
font-size: 10px;
font-style: normal;
font-weight: 300;
	line-height: 16px;
	margin-top: 15px
}

.wpcf7-acceptance label, .wpcf7-checkbox label{
	cursor: pointer
}

.wpcf7-form-control-wrap[data-name="acceptance-agree"]{
	display: flex;
	flex-direction: column
}

.become_a_partner_form .request-form__submit{
	max-width: 360px;
	margin-top:0
}

.become_a_partner_form.sent .form_info_wrap,.become_a_partner_form.sent .additional_info,.become_a_partner_form.sent .request-form__submit{
	display: none;
}

.wpcf7-form.sent .wpcf7-response-output{
	display: block!important;
    margin: 50px 0;
    font-size: 21px;
    border: 2px solid green;
    padding: 10px;
    font-weight: 400;
}

.dealers-popup .popup__close{
	background-image: url('https://wattsan.com/wp-content/uploads/Group-128.png');
	top: 0;
	right:0;
	width: 60px;
	height: 60px
}

.become_wattsan_form{
	border-radius: 0
}
@media(min-width: 769px) and (max-width: 1100px){
	.dealers-main__info {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: -webkit-fill-available;
    height: 80px;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
	.dealers-main__form {
    padding: 45px 45px 60px;
    background: white;
    border-radius: 15px;
    width: 405px;
    height: auto;
    margin-right: 80px;
}
	.dealers-main__slide {
    position: relative;
    height: 110vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
}

@media(max-width:768px){
	
	.dealers-main__content {
		margin-top: 80px;
		flex-direction: column;
	}
	.dealers-main__form {
		padding: 30px 30px 30px;
		width: 100%;
		margin-right: 0;
		display: none
	}
	
	.dealers-main__form__subtitle {
    margin-bottom: 50px;
}
	
	.dealers-main__slide {
		height: 641px;
		align-items: normal;
		padding-bottom: 0
	}
	
	.dealers-main__info {
		height: auto;
    padding: 10px 0 5px 0;
    width: 100%;
    left: 0;
    bottom: 0;
	}
	.dealers-main__pagination {
    flex-wrap: wrap;
    row-gap: 30px;
    justify-content: center;
    position: initial;
}
	
	.dealers-main__title {
		font-family: 'Roboto';
		font-size: 32px;
		margin-top: 50px;
		margin-bottom: 30px;
	}
	
	.dealers-main__text {
    font-size: 18px;
}
	
	.dealers-main__slider .swiper-slide{
		height: auto;
		
	}
	
	.swiper-pagination-bullet>span:nth-child(2){
		display: none
	}
	
	.dealers-main__pagination .swiper-pagination-bullet span:nth-child(1){
		font-size: 16px
	}
	.dealers-main__pagination .swiper-pagination-bullet {
    width: 44px;
    margin-right: 10px;
}
	
	.dealers-main__pagination .swiper-pagination-bullet{
		opacity: 1;
	}
	
	.dealers-main__pagination .swiper-pagination-bullet>span:nth-child(1){
		opacity: 0.5;
	}
	
	.dealers-main__pagination .swiper-pagination-bullet-active>span:nth-child(1){
		opacity:1
	}
	
	.dealers-main__slide .container {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	
	.become_a_partner{
		display: flex;
		height: 60px;
		max-width: 100%;
		background: #E63D33;
		align-items: center;
		justify-content: center;
		color: #FFF;

text-align: center;
font-family: Roboto;
font-size: 18px;
font-weight: 700;
		margin: 0px 24px 93px 24px;
		z-index:1
	}
	
	
	.form_info_wrap{
		flex-direction: column;
		gap: 50px
	}
	
	.become_wattsan_form{
		padding: 40px 15px
	}
	
	.become_wattsan_form .popup__title {
		font-size: 32px;
		line-height: 53px;
		margin-bottom: 50px;
	}
	
	.additional_info>p {
		text-align: left;
		margin-bottom: 67px
	}
	
	.form_note {
		flex-direction: column;
		gap: 0;
		align-items: flex-start;
	}
	.acceptance {
		margin-top: 55px;
		gap: 30px;
		flex-direction: column;
	}
	
	.form-sub_text {
		font-size: 10px;
		line-height: 16px;
		margin-top: 40px;
		display: block;
	}
	
	.form_company_info {
		max-width: 100%;
	}
	
	.form_contact_information {
		max-width: 100%;
	}
	
	.become_a_partner_form {
		gap: 50px
	}
	
	.additional_info>div>p:nth-child(1) {
		width: 100%;
	}
	
	.dealers-popup .popup__close {
		width: 40px;
		height: 40px;
		background-size: contain;
	}
	
}

span.ajax-loader {
   margin-left: auto !important;
   margin-right: auto !important;
   float: inherit !important;
   width: 15px !important;
   display: block !important;
   margin-top: 10px !important;
   margin-bottom: -15px !important;
}

*/

#alttext-container{
		text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	}

.offers_section{
	margin-top: 85px;
	margin-bottom: 100px;
}

.offers_title{
	font-size: 42px;
  line-height: 54px;
  font-family: Roboto;
  font-weight: 400;
  color: #000;
  margin-bottom: 19px;
}

.offers_post_container{
	display: flex;
    flex-direction: row;
    justify-content: flex-start;
  	gap: 30px;
  flex-wrap: wrap;
}

.offers_post_container>div{
	width: 30%;	
}

.offers_post_image{
	position: relative;
}

.offers_post_image .special_offer_ico{
	position: absolute;
  	z-index:1;
  	display: block;
  left: 0;
  top:0;
}

.offers_post_image .special_offer_ico img{
	height: 130px;
	margin-top: 67px;
}


.offers_post_image>picture img{
	    width: 100%;
    object-fit: cover;
    height: 400px;
    object-position: center;
  filter: grayscale(1);
  transition: all 0.5s ease
}

.post_content{
	padding: 18px 19px
}

.post_content>p,.post_content>span, .post_content>h3, .post_content>a{
	color: #000
}

.offers_time{
  display: block;
	font-size: 14px;
  line-height: 18px;
  font-family: 'CeraPRO-Regular';
  margin-bottom: 17px;
}

.offers_post_title{
	font-size: 24px;
  line-height: 31px;
  font-family: CeraPRO-medium;
}

.offers_link:hover .offers_post_image img{
	filter: grayscale(0);
  transition: all 0.5s ease
}

.offers_page_title{
font-size: 60px;
  line-height: 77px;
  font-family: CeraPRO-Regular;
  margin-bottom: 22px
}

.offers_page_subtitle{
	font-size: 26px;
  line-height: 33px;
  font-family: CeraPRO-Regular;
}

.trusting_category{
	font-family: CeraPRO-Regular;
font-size: 24px;
line-height: 36px;
margin-bottom: 9px;
  margin-left: 6px;
  color: #ACAAAA

}

.trusting_title{
	font-family: CeraPRO-Medium;
font-size: 64px;
line-height: 83.2px;
  margin-bottom: 35px;
  max-width: 504px
}

.trusting_subtitle{
	font-family: CeraPRO-Medium;
font-size: 24px;
line-height: 36px;
  margin-bottom: 41px;
  max-width: 706px
}

.apply_button{
	width: 232px;
    height: 70px;
    background-color: #E63D33;
    color: #fff;
    font-family: CeraPRO-Regular;
    font-size: 18px;
    line-height: 22.63px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.apply_button:hover{
	color: #fff!important;
  background-color: #b83028
}

.trusting_content{
  padding-top: 64px;
}

.description_wrap{
    margin-bottom: 60px;
    max-width: 570px;
    background-color: #F5F8FB;
    border-radius: 30px;
    padding: 40px 56px;
    display: flex;
    justify-content: flex-start;
    gap: 77px;
    flex-wrap: nowrap;
}

.description_wrap_left_column, .description_wrap_right_column{
	display: flex;
  gap: 24px;
  flex-direction: column
}

.description_wrap_left_column p{
  font-family: CeraPRO-Bold;
  font-size: 20px;
  line-height: 24px;
  color: #000
}

.description_wrap_right_column p{
	font-family: CeraPRO-Regular;
  color: #4D4D4D;
  font-size: 20px;
  line-height: 24px;
} 






@media(max-width: 1024px){
	.offers_post_container>div{
      width: 45%;	
  }
  .offers_post_container{
    justify-content: space-between;
  }
}

@media(max-width: 768px){
	.offers_post_container>div{
      width: 100%;	
  }
}

@media(max-width: 500px){
	.offers_post_image>picture img{
    height: 328px;
  }

  .post_content{
      padding: 13px 9px
  }
  
  .offers_post_image .special_offer_ico{
  	top:20px
  }
  .offers_post_image .special_offer_ico img{
    
    max-width: 105px
  }
  
  .offers_title{
      font-size: 32px;
    line-height: 41px;
    margin-bottom: 40px;
  }
  
  .offers_section {
    margin-top: 65px;
  }


  .offers_page_title{
  font-size: 48px;
    line-height: 62px;
    margin-bottom: 16px
  }

  .offers_page_subtitle{
      font-size: 20px;
    line-height: 26px;
  }
	
	.trusting_content{
  padding-top: 46px;
}
	
	.trusting_category{
font-size: 16px;
line-height: 24px;
margin-bottom: 18px;
  margin-left: 0;
}

.trusting_title{
font-size: 35px;
line-height: 45px;
  margin-bottom: 30px;
}

.trusting_subtitle{
font-size: 18px;
line-height: 25px;
  margin-bottom: 107px;
}
	
	.apply_button{
	width: 100%;
}
	
	.description_wrap{
    margin-bottom: 71px;
    border-radius: 20px;
    padding: 42px 13px;
    gap: 44px;
		justify-content: space-around;
}

.description_wrap_left_column, .description_wrap_right_column{
  gap: 31px;
	justify-content: space-around;
}

.description_wrap_left_column p{
  font-size: 14px;
  line-height: 16px;
}

.description_wrap_right_column p{
  font-size: 16px;
  line-height: 24px;
} 
	
}

.wp-block-kadence-iconlist ul.kt-svg-icon-list .kt-svg-icon-list-item-wrap .kt-svg-icon-list-single{
	margin-top: 7px!important
}

.intl-tel-input.allow-dropdown input, .intl-tel-input.allow-dropdown input[type=tel], .intl-tel-input.allow-dropdown input[type=text], .intl-tel-input.separate-dial-code input, .intl-tel-input.separate-dial-code input[type=tel], .intl-tel-input.separate-dial-code input[type=text] {
    padding-left: 95px!important;
}

.intl-tel-input .selected-flag .iti-arrow {
	right: 0px;
}	

.job_alerts{
		padding: 60px 0;
		display: flex;
	}
	
	.job_alerts h2{
		font-family: CeraPRO-Bold;
		font-size: 36px;
		font-weight: 700;
		line-height: 54px;
	margin-bottom: 37px;
		color: #fff;
		max-width: 500px
	}
	
	.job_alerts a{
    background-color: #E63D33;
    color: #fff;
    padding: 23px 40px;
    border: none;
    border-radius: 0;
    font-size: 18px;
    cursor: pointer;
    width: 100%;
	max-width: 287px;
	height: 60px;
    transition: background-color 0.3s ease;
	display: flex;
    justify-content: center;
    align-items: center;
}

	.job_alerts a:hover {
    background-color: #c03f34;
}

.popup__body.get_in_touch_wattsan_form{
	max-width: 500px;
	padding: 45px 30px 49px 30px;
	border-top: 5px solid #A7B3C7;
	background: #F5F8FB
}

.new_contact_form .popup__title{
	font-family: Roboto-Bold;
	font-size: 23px;
	line-height: 27.6px;
	color: #000;
	margin-bottom: 10px;
	text-align: left
}

.new_contact_form .popup__subtitle{
	font-family: Roboto-Regular;
	font-size: 14px;
	line-height: 22.26px;
	text-align: left;
	color: #000;
	opacity: 0.5;
}

.new_contact_form .wpcf7{
	margin-top:20px
}

.new_contact_form .wpcf7-form .wpcf7-form-control-wrap input:not(input[type="checkbox"]), .new_contact_form .wpcf7-form .wpcf7-form-control-wrap textarea {
    padding: 14px;
    height: 53px;
    color: rgba(0, 0, 0, 0.5);
    font-family: Roboto-Regular;
    line-height: 25px;
    width: 100%;
    font-size: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 4px;
	background: #F5F8FB
}

.new_contact_form .wpcf7-form .wpcf7-form-control-wrap input:not(input[type="checkbox"])::placeholder, .new_contact_form .wpcf7-form .wpcf7-form-control-wrap textarea::placeholder {
    color: rgba(0, 0, 0, 0.5);
    font-family: Roboto-Regular;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}

.new_contact_form .subscribe_acceptance{
	width: 100%;
	display: flex;
	flex-direction:column;
	width: 100%;
	gap: 10px
}
.new_contact_form .wpcf7-form-control-wrap{
	height: auto
}

.new_contact_form .get_in_touch_inputs, .new_contact_form .subscribe_for_updates_inputs{
	display: flex;
    gap: 14px;
    flex-direction: column;
    width: 100%;
}

.new_contact_form .wpcf7-form>div {
    gap: 20px;
}

/* custom checkbox styling for contact form 7 checkbox */
.new_contact_form span.wpcf7-list-item {
display: inline-block;
margin: 0;
}
.new_contact_form .wpcf7 .wpcf7-list-item {
display: block;
}
.new_contact_form label {
position: relative;
cursor: pointer;
}
.new_contact_form input[type=checkbox] {
/*position: relative;*/
position: absolute;
opacity:0;
width: 21px;
height: 21px;
top: 0;
left: 0;
	z-index: 3;
}
.new_contact_form input[type=checkbox] + span {
/* border: 3px solid red; */
}
.new_contact_form input[type=checkbox] + span:before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 50%;
    height: 21px;
    width: 21px;
    top: 0px;
    left: 0px;
    border: 1px solid #ccc;
	background-image: url(data:image/svg+xml,%3Csvg%20width%3D%229%22%20height%3D%227%22%20viewBox%3D%220%200%209%207%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M6.84729%200.71735C6.84017%200.724254%206.83349%200.731603%206.82729%200.739351L3.35429%205.16435L1.26129%203.07035C1.11912%202.93787%200.93107%202.86575%200.736769%202.86918C0.542468%202.8726%200.357083%202.95132%200.21967%203.08873C0.0822568%203.22614%200.00354506%203.41153%200.000116847%203.60583C-0.00331137%203.80013%200.0688116%203.98818%200.201292%204.13035L2.84729%206.77735C2.91857%206.8485%203.00346%206.90457%203.09688%206.9422C3.1903%206.97984%203.29034%206.99827%203.39104%206.99641C3.49174%206.99454%203.59103%206.97241%203.68299%206.93134C3.77495%206.89027%203.8577%206.8311%203.92629%206.75735L7.91829%201.76735C8.05422%201.62468%208.12854%201.43425%208.12518%201.23722C8.12183%201.04019%208.04106%200.852399%207.90035%200.714445C7.75963%200.576491%207.57028%200.499459%207.37322%200.500003C7.17617%200.500547%206.98724%200.578622%206.84729%200.71735Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E);
    background-position: center;
    background-repeat: no-repeat;
}
.new_contact_form input[type=checkbox] + span:after {
display: block;
    position: absolute;
    content: "";
    background-color: #E63C32;
    border: 1px solid #E63C32;
    border-radius: 50%;
    height: 21px;
    width: 21px;
    top: 0;
    left: 0;
    opacity: 0;
    font-size: 18px;
    text-align: center;
    line-height: 30px;
    background-image: url(data:image/svg+xml,%3Csvg%20width%3D%229%22%20height%3D%227%22%20viewBox%3D%220%200%209%207%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M6.84729%200.71735C6.84017%200.724254%206.83349%200.731603%206.82729%200.739351L3.35429%205.16435L1.26129%203.07035C1.11912%202.93787%200.93107%202.86575%200.736769%202.86918C0.542468%202.8726%200.357083%202.95132%200.21967%203.08873C0.0822568%203.22614%200.00354506%203.41153%200.000116847%203.60583C-0.00331137%203.80013%200.0688116%203.98818%200.201292%204.13035L2.84729%206.77735C2.91857%206.8485%203.00346%206.90457%203.09688%206.9422C3.1903%206.97984%203.29034%206.99827%203.39104%206.99641C3.49174%206.99454%203.59103%206.97241%203.68299%206.93134C3.77495%206.89027%203.8577%206.8311%203.92629%206.75735L7.91829%201.76735C8.05422%201.62468%208.12854%201.43425%208.12518%201.23722C8.12183%201.04019%208.04106%200.852399%207.90035%200.714445C7.75963%200.576491%207.57028%200.499459%207.37322%200.500003C7.17617%200.500547%206.98724%200.578622%206.84729%200.71735Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E);
    background-position: center;
    background-repeat: no-repeat;
}
.new_contact_form input[type=checkbox]:checked + span:before {
background: transparent;
}
.new_contact_form input[type=checkbox]:checked + span:after {
opacity: 1
}
.new_contact_form .wpcf7-list-item-label {
margin-left: 30px;
display: inline-block;
}

.new_contact_form .wpcf7-list-item-label{
		font-family: Roboto-Regular;
	font-size: 14px;
	line-height: 22.26px;
}

.new_contact_form .wpcf7-list-item-label a{
	color: rgba(0, 0, 0, 0.5);

	text-decoration: underline;
}

.new_contact_form .wpcf7-list-item-label a:hover{
	color: rgba(230, 61, 51, 0.5);
}

.new_contact_form input[type="submit"]{
	font-family: Roboto-Bold;
	font-size: 18px;
	line-height: 22px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	background-color: #E63D33;
	border-radius: 5px;
	height: 60px;
	color: #fff
}

.new_contact_form input[type="submit"]:hover{
	background-color: #c03f34;
}

.new_contact_form .wpcf7-form-control-wrap > .wpcf7-not-valid-tip {
    position: absolute;
    bottom: -2px;
    left: 0;
    color: #E63D33;
    font-size: 12px;
}

.new_contact_form .popup__close {
        width: 16px;
    height: 16px;
    position: absolute;
    top: 50px;
    right: 30px;
    cursor: pointer;
    z-index: 30;
    background-image: url(https://wattsan.com/wp-content/uploads/Vector-3.png);
    background-color: #fff;
    padding: 20px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
	background-size:14px
}


.new_contact_form.subscribe_for_updates_wattsan_form .popup__close {
    top: 30px;
    right: 30px;
}

.popup__body.subscribe_for_updates_wattsan_form{
	max-width: 880px;
	padding:0;
	border-top: 5px solid #A7B3C7;
	background: #F5F8FB
}
.new_contact_form .subscribe_for_updates-form {
	display: flex;
	justify-content:space-between;
}

.subscribe_for_updates__popup_wrapper_left{
	padding: 45px 30px 49px 30px;
}

.subscribe_for_updates_wrapper_right img{
	max-width: 380px;
	border-top-right-radius: 15px;
    border-bottom-right-radius: 20px;
}

@media(max-width: 788px){
	.subscribe_for_updates_wrapper_right{
		display: none
	}
	.popup__body.subscribe_for_updates_wattsan_form{
		max-width: 500px
	}
	
	.new_contact_form .popup__close {
		top: 30px;
		right: 30px;
	}
}

.new_contact_form .subscribe_for_updates-form .popup__heading{
		font-family: Roboto-Bold;
font-size: 23px;
line-height: 27.6px;
	color: #000;
	margin-bottom: 5px;
	text-align: left;
}

.new_contact_form .subscribe_for_updates-form .popup__title{
	font-family: Roboto-Light;
	font-size: 28px;
	line-height: 42px;
	color: #000;
	margin-bottom: 10px;
	text-align: left
}

.new_contact_form .popup__subtitle{
	font-family: Roboto-Regular;
	font-size: 14px;
	line-height: 22.26px;
	text-align: left;
	color: #000;
	opacity: 0.5;
}


/* Фиксированная плашка контактов */

.grecaptcha-badge {
	width: 60px !important;
	right: 10px !important;
}

.contact-plate {
		background-color: #E63D33;
		width: 50px;
		min-height: 180px;
		display: flex;
		gap: 25px;
		padding: 13px;
		flex-direction: column;
		justify-content: center;
		cursor: pointer;
		position: fixed;
		right: 10px;
		bottom: 50px;
		align-items: center;
		z-index: 100;
	}
	.contact-plate_label {
		font-family: Roboto-Bold;
		font-size: 18px;
		line-height: 21.09px;
		color: #fff;
		writing-mode: vertical-rl;
		transform: rotate(180deg);
		white-space: nowrap;
		display: inline-block;
		overflow: visible;
		letter-spacing: 1px;
	}


.download_hero_wrapper{
	background-color: #000;
	border-bottom-left-radius: 67px;
	border-bottom-right-radius: 67px;
	padding: 132px 70px 70px 70px;
}

.download_hero_text{
	display: flex;
	flex-direction: column;
	gap:31px
}

.hero_filters{
	display: flex;
	flex-direction: column;
	gap:44px
}

.hero_title{
	color: #fff;
	font-family: Montserrat-light;
	font-size: 60px;
	font-weight: 400;
	line-height: 77.4px;
	max-width: 790px
}

.hero_subtitle{
	font-family: CeraPRO-light;
	font-size: 26px;
	font-weight: 400;
	line-height: 33.54px;
	color: #fff
}

.hero_filters .search-input{
	position: relative;
	width: 775px
}

.hero_filters .search-input input{
	padding: 10px 30px;
	border: 0.5px solid #ACAAAA;
	border-radius: 26px;
	width: 775px;
	position: relative;
	height: 40px;
	font-family: Montserrat-light;
	font-size: 16px;
	line-height: 20.64px;
	color: #fff;
	background-color: transparent!important;
}

.hero_filters .search-input input::placeholder{
	font-family: Montserrat-light;
	font-size: 16px;
	line-height: 20.64px;
	color: #ACAAAA;
}

.hero_filters .search-input::after{
	content: '';
	display: block;
	background: url('https://wattsan.com/wp-content/uploads/search.svg');
	height: 17px;
	width: 17px;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	background-size: contain;
}

.category_filter{
	display: flex;
	gap:20px;
	flex-wrap: wrap;
}

.category-button{
	border: 1px solid #FFF;
	padding: 8px 16px;
	font-family: Montserrat-light;
	font-size: 16px;
	font-weight: 400;
	line-height: 22.99px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: transparent;
	border-radius: 20px;
	color:#fff;
}

.category-button.active, .category-button:hover{
	background-color: #E63C32;
	border: 1px solid #E63C32;
}

.category-content .content-block {
    display: none;
}
		
.content-block{
	color: #000
}

.filter_category{
	padding: 100px 70px 0 70px
}

.category_title{
	font-family: Montserrat-light;
	font-size: 48px;
	line-height: 68.98px;
	color: #000;
	text-align: left;
}

.model-items{
	margin-top: 25px;
	display: flex;
	flex-wrap: wrap;
	gap: 16px 7px
}

.model-items p{
	display: block;
	position: relative;
	font-family: CeraPRO-regular;
	font-size: 18px;
	line-height: 25.87px;
	color:#666060;
}

.model-items p::after{
	content: '/';
	margin-left: 7px;
	font-family: Montserrat-light;
	font-size: 18px;
	line-height: 25.87px;
	color: #D0D0D0;
}

.model-items p:nth-last-child(1):after{
	display: none;
}

.tabs-wrap .tabs{
	    display: flex;
    flex-direction: row;
    position: relative;
    margin-top: 51px;
    margin-bottom: 68px;
    gap: 40px;
    flex-wrap: wrap;
}

.tabs-wrap .tabs::before{
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #969595;
	position: absolute;
	bottom: 2px;
	left:0;
	z-index: 1;
}

.tab-button{
	font-family: Montserrat-light;
	font-size: 24px;
	line-height: 30.96px;
	color: #000;
	padding: 18px;
	background-color: transparent;
	border-bottom: 4px solid transparent;
	transition: 0s;
}

.tab-button.active{
	border-bottom: 4px solid #E63C32;
	font-family: CeraPRO-bold;
	z-index: 2;
}

.tab-content{
	display: flex;
	flex-direction: column;
	gap: 30px
}

.downloads{
	margin-bottom: 50px
}

.download_wrap{
	display: flex;
    flex-direction: row;
	position: relative;
	padding-right: 50px
}
  
.download_img {
    width: 28px;
    height: 28px;
  margin-right: 17px
}

.download_text{
	font-family: Montserrat-light;
	font-size: 18px;
	line-height: 23.22px;
	color: #000;
}

.download_link{
	font-family: CeraPRO-bold;
	font-size: 18px;
	line-height: 23.22px;
	color: #E63C32;
  margin-left: auto
}

@media(max-width: 998px){

.download_hero .container{
	padding:0
}

	.download_hero_wrapper{
	border-bottom-left-radius: 40px;
	border-bottom-right-radius: 40px;
	padding: 122px 15px 50px 15px;
}

.download_hero_text{
	gap:43px
}

.hero_filters{
	gap:44px
}

.hero_title{
	font-size: 48px;
	line-height: 61.92px;
}

.hero_subtitle{
	font-size: 20px;
	line-height: 25.8px;
}

.hero_filters .search-input{
	width: 100%
}

.hero_filters .search-input input{
	width: 100%;
}

.hero_filters .search-input input::placeholder{
	font-size: 16px;
	line-height: 20.64px;
}

.category_filter{
	gap:16px 7px;
	justify-content:center
}

.category-content .content-block {
    display: none;
}
		
.content-block{
	color: #000
}

.filter_category{
	padding: 100px 0 0 0
}

.category_title{
	font-size: 40px;
	line-height: 57.48px;
}

.model-items{
	margin-top: 25px;
	display: flex;
	flex-wrap: wrap;
	gap: 6px 7px
}

.model-items p{
	font-size: 18px;
	line-height: 25.87px;
}

.tabs-wrap .tabs{
	display: flex;
	flex-direction: row;
	margin-top: 51px;
	margin-bottom: 68px;
}

.tabs-wrap .tabs::before{
	display: none;
}

.tab-button{
	font-size: 24px;
	line-height: 30.96px;
	padding: 18px;
	border-bottom: 0;
	border-top: 1px solid #E63C32;
}

.tab-button.active{
	border-bottom: none;
}

.tab-content{
	display: flex;
	flex-direction: column;
	gap: 30px
}

.downloads{
	margin-bottom: 50px
}

.download_wrap {
	flex-direction: column;
	justify-content: space-between;
	padding-right: 0;
	gap: 15px;
}

.download_wrap::before {
    left: 0;
    top: 0;
    transform: none;
    background: url('data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8.654%2012.385H9.423V10.385H10.653C10.8717%2010.385%2011.0547%2010.3113%2011.202%2010.164C11.3493%2010.016%2011.423%209.83334%2011.423%209.616V8.385C11.423%208.167%2011.3493%207.98434%2011.202%207.837C11.0547%207.68967%2010.872%207.616%2010.654%207.616H8.654V12.385ZM9.423%209.615V8.385H10.653V9.615H9.423ZM12.462%2012.385H14.385C14.603%2012.385%2014.7857%2012.3113%2014.933%2012.164C15.0797%2012.016%2015.153%2011.8333%2015.153%2011.616V8.385C15.153%208.167%2015.0797%207.98434%2014.933%207.837C14.7857%207.68967%2014.603%207.616%2014.385%207.616H12.462V12.385ZM13.231%2011.615V8.385H14.385V11.615H13.231ZM16.385%2012.385H17.154V10.385H18.539V9.615H17.154V8.385H18.539V7.615H16.385V12.385ZM8.115%2017C7.655%2017%207.271%2016.846%206.963%2016.538C6.655%2016.23%206.50067%2015.8457%206.5%2015.385V4.615C6.5%204.155%206.65434%203.77067%206.963%203.462C7.27167%203.15334%207.656%202.99934%208.116%203H18.885C19.345%203%2019.7293%203.154%2020.038%203.462C20.3467%203.77%2020.5007%204.15434%2020.5%204.615V15.385C20.5%2015.845%2020.346%2016.229%2020.038%2016.537C19.73%2016.845%2019.3453%2016.9993%2018.884%2017H8.115ZM5.118%2020C4.656%2020%204.27067%2019.846%203.962%2019.538C3.65334%2019.23%203.49934%2018.8447%203.5%2018.382V6.616H4.5V18.385C4.5%2018.5383%204.564%2018.6793%204.692%2018.808C4.82%2018.9367%204.961%2019.0007%205.115%2019H16.885V20H5.118Z%22%20fill%3D%22black%22%2F%3E%3C%2Fsvg%3E') no-repeat left center;
}

.download_text{
	font-size: 14px;
	line-height: 28px;
	max-width: 200px;
}

.download_link{
	font-size: 14px;
	line-height: 18px;
  margin-left:0
}
  
  .download_wrap div{
  	display: flex;
    flex-direction: row;
  }
}

.accordion-header {
    background-color: transparent;
    border-top: 1px solid #969595;
    padding: 15px 0;
	font-family: Montserrat-light;
	font-size: 30px;
	line-height: 38.7px;
	cursor: pointer;
	position: relative;
	width: 100%;
	text-align: left;
}

.accordion-content{
	margin-top:30px;
	margin-bottom: 52px;
    flex-direction: column;
    gap: 30px;
}

.plus_minus{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 25px;
	height: 25px;
	display: flex;
}

.plus_vertical {
  transition: transform 0.3s ease-out;
  transform-origin: 50% 50%;
}

.plus_vertical.minus {
  transform: rotate(90deg);
}

.accordion-content {
	margin-bottom:52px
}

@media (max-width: 998px) {
    .tabs-wrap {
        display: none;
    }
    .accordions-wrap {
        display: block;
		margin-top:51px
    }
}

@media (min-width: 999px) {
    .accordions-wrap {
        display: none;
    }
    .tabs-wrap {
        display: block;
    }
}


@media(max-width:1360px){
  .hero_filters .search-input{
		width: 100%
  }
  .hero_filters .search-input input{width: 100%}
}

/* *** VIDEO GALLERY*** */

.author-videos__container {
    width: 100%;
    height: auto;
    padding: 38px 0 116px 0;
}

.author-videos__title {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 200%;
    color: #000;
    margin: 0 0;
}

.author-videos__sort-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    margin-top: 35px;
}

.author-videos__sort-button {
    display: block;
    border-radius: 20px;
    border-width: 0;
    width: auto;
    height: auto;
    padding: 8px 19px;
    background: #f5f8fb;
    font-family: "CeraPRO-Regular", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 144%;
    color: #000;
}


.sort-button__active,
.author-videos__sort-button:hover {
    color: #fff;
    background: #e63c32;
}

.author-videos {
    margin-top: 31px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.single-video {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 31.72%;
	min-height: 400px;
}

.single-video__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.single-video__link {
    width: 100%;
    border-radius: 20px;
}

.single-video__link iframe{
    height: 270px;
    width: 100%;
    border-radius: 20px;
}

.single-video__link iframe .ytp-chrome-bottom {
	display: none !important;
}

.single-video__title {
    font-family: "CeraPRO-Regular", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #000;
    margin: 0 0;
    margin-top: 24px;
}

.single-video__text {
    font-family: "CeraPRO-Regular", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0.02em;
    color: #000;
    margin-top: 3px;
}

.single-video__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.single-video__views,
.single-video__views-text {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 200%;
    color: #acaaaa;
}

.single-video__separator {
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background-color: #d9d9d9;
    margin: 0 12px 0 17px;
}

.single-video__date {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 200%;
    color: #acaaaa;
}

@media only screen and (max-width: 768px) {
    .author-videos__title {
        font-size: 32px;
    }   
    .author-videos__sort-buttons {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .author-videos__sort-button {
        font-size: 20px;
        padding: 10px 25px;
    }

    .author-videos {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .single-video {
        max-width: 400px;
        width: 100%;
    }

    .single-video__text {
        line-height: 144%;
    }
}

/* *** END VIDEO GALLERY *** *** */

/* *** TRUSTPILOT REVIEWS *** */

.author-reviews__title {
	padding-top: 38px;
	font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 200%;
    color: #000;
    margin: 0 0;
}

.author-reviews__trustpilot .brtpmj_reviews_container {
	margin-top: 35px;
}

.author-reviews__trustpilot .brtpmj_businessheader {
	display: none;
}

.author-reviews__trustpilot .brtpmj_business_ratings {
	margin-bottom: 35px;
}

.author-reviews__trustpilot .brtpmj_br_score,
.author-reviews__trustpilot .brtpmj_br_count {
	line-height: 28.3px;
}

.author-reviews__trustpilot .brtpmj_br_count {
	margin-left: 20px;
}

.author-reviews__trustpilot-link a {
	display: block;
	padding: 10px 25px;
	border: 1px solid #04DA8D;
	background-color: #04DA8D;
	color: #fff;
	width: fit-content;
    border-radius: 10px;
}

.author-reviews__trustpilot-link a:hover {
	color: #04DA8D;
	background-color: #fff;
}

/* *** END TRUSTPILOT REVIEWS *** */

/* *** AUTHOR INFO *** */

.author-info {
	padding-top: 38px;
}
/* *** END AUTHOR INFO *** */

.author-articles

/* *** AUTHOR PUBLISHED ARTICLES *** */

.author-articles__title {
	padding-top: 38px;
	font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 200%;
    color: #000;
    margin: 0 0;
}

.author-articles__list {
	padding-top: 38px;
	list-style-type: disc;
}

.author-articles__unit {
	font-family: "CeraPRO-Regular", sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 150%;
	text-decoration: underline;
	text-decoration-skip-ink: none;
	color: #00e;
	margin-bottom: 20px;
}

.author-articles__unit:before {
	display: inline-block;
	content: '';
	width: 4px;
	height: 4px;
	border-radius: 100%;
	background-color: #00e;
	margin-right: 12px;
	vertical-align: 6px;
}

.author-articles__link {
	text-decoration: underline;
}

/* *** END AUTHOR PUBLISHED ARTICLES *** */

/* *** AUTHOR PUBLICATIONS *** */

.author-publications .author-blog {
	align-items: stretch !important;
/* 	justify-content: space-evenly !important; */
	gap: 2%;
}

.author-publications .author-publications__title {
	padding-top: 38px;
	font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 200%;
    color: #000;
    margin: 0 0;
}

.author-publications .search-line {
	margin: 59px auto 0;
	width: 66%;
}

.author-publications .post-filter {
	margin-top: 66px;
	margin-bottom: 40px;
}

.author-publications .post-filter .filter-button {
	border-radius: 20px;
	background: #f5f8fb;
	padding: 8px 16px 8px 25px;
	margin-bottom: 16px;
	font-family: "CeraPRO-Regular", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 144%;
	color: #000;
}

.author-publications .post-filter .active__filter {
	background: #e63c32 !important;
	color: #fff !important;
}

.author-publications .post-filter .filter-button:hover {
	background: #e63c32;
	color: #fff;
}

.author-publications .blog-grid__item {
	width: 32%;
	margin-bottom: 35px;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.author-publications .blog-grid__item:first-child {
	width: 100% !important;
}

.author-publications .blog-grid__item:first-child .slide-blog {
	margin-bottom: 42px !important;
}

.author-publications .blog-grid__item:first-child .slide-blog__image {
	display: block;
    float: left !important;
    width: 68% !important;
    padding-right: 24px !important;
	height: 350px !important;
}

.author-publications .blog-grid__item:first-child .blog_post_readmore {
	margin-top: -52px !important;
	padding-left: 68% !important;
}

.author-publications .blog-grid__item:first-child .slide-blog__date {
	padding-top: 0 !important;
}

.author-publications .slide-blog__title {
	margin-bottom: 30px !important;
}

.author-info__maintitle {
	padding-top: 0;
	font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 200%;
    color: #000;
    margin: 0 0 30px 0;
	display: none;
}

.author-publications .pagination {
	display: flex;
	justify-content: center;
	gap: 50px;
}

.author-publications .pagination button {
	font-family: Roboto;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.3px;
    margin-top: 20px;
    width: fit-content;
	background-color: #fff;
}

@media only screen and (max-width: 992px) {
	.author-publications .blog-grid__item {
		width: 32%;
	}
	.author-publications .post-filter {
		margin: 37px 0 40px;
	}
	.author-publications .search-line {
		margin: 40px auto 0;
		width: 100%;
	}
	
	.author-content__tabs {
		flex-direction: column;
	}
	.author-content__tab {
        width: 100%;
        border-bottom: 6px solid #ebebeb;
		font-size: 18px;
    }
	.author-content__tab.active::after {
    	bottom: -6px;	
	}
	
	.author-publications .author-publications__title,
	.author-reviews .author-reviews__title,
	.author-articles .author-articles__title,
	.author-videos__container,
	.author-info {
		padding-top: 0 !important;
	}
	
	.author-info__maintitle {
		display: block;
	}
	.author-info__row {
    	margin-bottom: 50px;
	}
	.article-body,
	.author-content {
		padding-bottom: 25px;
	}
	
}

/* *** END AUTHOR PUBLICATIONS *** */

/* ***  AUTHOR CONTAINER *** */
.author>.container {
	width: 100%;
	max-width: 100%;
}

.author .author-top {
	padding-left: 6.5%;
	padding-right: 6.5%;
}

/* *** END AUTHOR CONTAINER *** */


/* ***  BLOG CARD *** */
.slide-blog__plate {
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 0 0 19px 0;
	padding: 6px 23px;
	width: fit-content;
	height: auto;
	background: #e63d33;
	font-family: "CeraPRO-Regular", sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 112%;
	letter-spacing: -0.02em;
	color: #fff;
}

.slide-blog__plate a,
.slide-blog__plate a:hover,
.slide-blog__plate a:focus,
.slide-blog__plate a:visited {
	color: #fff !important;
}

/* ***  END BLOG CARD *** */

/* *** TRUST PILOT REVIEWS *** */

.brtpmj_all_reviews .brtpmj_single_rvw {
	background: #f5f5f5;
	padding: 2.75% 3.15%;
}

.brtpmj_sr_ab_img {
    width: 70px !important;
    height: 70px !important;
}

.brtpmj_sr_author_overview {
	padding-bottom: 12px;
	margin-bottom: 28px;
}

.brtpmj_sr_rating {
	margin-bottom: 12px;
}

.brtpmj_sr_title h4 {
	padding-bottom: 7px;
	font-family: "CeraPRO-Regular", sans-serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 200%;
	color: #000;
}

.brtpmj_sr_title p {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 200%;
	color: #000;
}


.brtpmj_sr_ab_name_date {
    margin-left: 23px;
}

.brtpmj_sr_ab_date {
	font-size: 14px;
	margin-top: 10px;
}

.brtpmj_sr_author_overview {
	align-items: center;
}


/* *** END TRUST PILOT REVIEWS *** */



/* *** CONFIGURATION SLIDER LOGO SLIDE *** */
.sopla__desc--logo {
	height:30px !important;
	margin-left: 10px !important;

}

/* *** DOWNLOAD PAGE *** */

.hidden-link {
	display: none !important;
}

.download_wrap {
	justify-content: space-between;
}

.download_wrap_left {
	display: flex;
	align-items: center;
	gap: 30px;
}

.checklink-container {
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	gap: 15px;
    background-color: #dfdfdf;
    padding: 20px;
    border-radius: 20px;
}

.checklink-container .checklink {
	margin-right: 15px;
}

.checklink-container .check-plate {
	text-align: center !important;
}

.checklink-container .check-plate-code {
    font-size: 22px;
    opacity: 0.35;
}


.checklink-container .check-num {
	margin-top: 15px !important;
	padding: 10px;
	border-radius: 20px;
	background-color: #fff;
}

.checklink-container .check-num:focus {
	border-bottom-width: 0 !important;
}
.checklink-container .submit-button {
	padding: 10px;
	border-radius: 20px;
	margin-left: 15px;
}

.checklink-container .download_link {
	margin-left: 15px;
}

@media only screen and (max-width: 998px) {
	.checklink-container {
		width: fit-content !important;
	}
	
	.checkplate-container {
	display: flex;
	flex-direction: column !important;
	align-items: center !important;
	gap: 15px;
}
	
	.checklink-container .check-num,
	.checklink-container .check-num:placeholder {
		text-align: center;
	}
	
	.checklink-container .submit-button {
		padding: 10px 30px;
		margin-left: 0;
	}
}
/* *** END DOWNLOAD PAGE *** */

/* *** POST PAGE META *** */
	.article-body__meta {
		padding-left: 40px;
    	display: flex;
    	gap: 30px;
    	margin-bottom: 30px;
	}
	
.article-body__date {
	font-size: 20px;	
	color: #717171;
}

	.article-body__readtime span {
		color: #717171;
	}

	.rt-time, .rt-postfix {
		font-size: 16px;	
	}

	.table-of-content {
		position: absolute;
		left: -25%;
		top: 2%;
		opacity: 0;
		padding: 15px;
		margin: 0 0;
		width: 23%;
		z-index: 10000;
	}

 .table-of-content-fixed {
		position: fixed !important;
		left: 1% !important;
		top: 10% !important;
	 	width: 15%;
	}

.table-of-content .item.active {
	text-decoration: underline !important;
}

.vis {
	opacity: 1;
	transition: 1500ms;
}

.progress-bar {
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #f0f0f0;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	z-index: 100;
}

.progress-bar-inner {
  width: 0%;
  height: 100%;
  background-color: #ff0000;
  border-radius: 5px;
  transition: width 0.3s ease-in-out;
}

.post-template-default .left._anim-items,
.post-template-default .right._anim-items {
	opacity:1 !important;
	transform: translatex(0);
}

.item.active-line:after {
/*     text-decoration: underline !important; */
	max-width: 100% !important;
}

@media only screen and (max-width: 1200px) {
	.table-of-content {
		position: static !important;
		background-color: #dce5f0db !important;
		margin: 20px auto !important;
		width: 100% !important;
	}
}

@media only screen and (max-width: 998px) {
	.progress-bar {
		top: 45px;
	}
}

/* *** END POST PAGE META *** */
/* *** IMPROVEMENT SLIDER *** */

.update__fullwidth {
	width: 100%;
}

.update__fullwidth .product-improvements__title {
	padding-bottom: 50px;
    font-family: Roboto;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 58px;
}
        .update__fullwidth .swiper-container {
            width: 100%;
            height: 400px;
            display: flex;
            align-items: center;
        }
        .update__fullwidth .swiper-wrapper {
            width: 100%;
            height: auto;
            display: flex;
            align-items: center;
        }
        .update__fullwidth .swiper-slide {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 600px;
            height: auto;
            position: relative;
			background-color: #ffffff;
        }

        .update__fullwidth .swiper-slide img {
            width: 600px;
            height: auto;
            border-radius: 16px;
        }
        .update__fullwidth .swiper-button-prev {
          left: 15%;
			color: #000;
        }
        .update__fullwidth .swiper-button-next {
          right: 15%;
			color: #000;
        }

		.update__fullwidth .slide__text__content {
			  position: absolute;
			  left: 0;
			  bottom: 18%;
			  opacity: 0;
			  transition: 300ms;
				padding: 15px;
			background-color: rgba(231,231,231,0.6);
			width: 100%;
			border-radius: 16px;
		}
        .update__fullwidth .swiper-slide h3 {
          	color: #000;
          	font-size: 35px;
			line-height: 1.2em;
			font-family: Roboto;
			font-weight: 600;
			width: 100%;
          
        }
        .update__fullwidth .swiper-slide p {
			color: #000;
			font-family: Roboto;
			font-size: 16px;
			font-style: normal;
			font-weight: 400;
			line-height: 1.2em;
			width: 100%;
        }

        .update__fullwidth .swiper-slide-active .slide__text__content {
          opacity: 1;
          transition: 1100ms;
        }

		.swiper-pagination--home-hero .swiper-pagination-bullet {
			background: #88898b;
		}

@media only screen and (max-width: 998px) {
	        .update__fullwidth .swiper-button-prev {
          left: 0;
        }
        .update__fullwidth .swiper-button-next {
          right: 0;
        }
}

/* *** END IMPROVEMENT SLIDER*** */

/* *** CUSTOM MAP *** */

.map-slogan-col h2 {
	padding: 0 0;
	margin-bottom: 20px;
	text-align: center;
}

.map-slogan-col p {
	padding: 0 0;
	margin-bottom: 0;
	line-height: 1.4em;
	text-align: center;
}

.map__section .map__wrapper {
	margin-bottom: 0;
}

.map__section .map__content__title {
	margin: 0 0 !important;
	padding: 0 0 !important;
	line-height: 1em !important;
	
}

.map__section  .map__content__text {
	margin: 0 0 !important;
	padding: 0 0 !important;
	line-height: 1.2em !important;
}

.map__section .map__content__col {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	gap: 15px;
}

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

.map__wrapper__col .global {
	width: auto;
    height: auto;
}

.article-body .container {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.map__wrapper__mobile {
	display: none !important;
}

@media only screen and (max-width: 1200px) {
	.map__wrapper__mobile {
		display: block !important;
	}
	.map__wrapper {
		display: none !important;
	}
}

/* *** END CUSTOM MAP *** */

/* *** SLICK SLIDER *** */

.update__fullwidth .slick-container {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
}

.update__fullwidth .slick-slider {
  margin: 0 auto;
  width: 100% !important;
}

.update__fullwidth .slick-list {
  padding-top: 5%!important;
  padding-bottom: 7%!important;
  padding-left: 5%!important;
  padding-right: 5%!important;
}

.update__fullwidth .slick-dots {
  text-align: right;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.update__fullwidth .slick-track {
  max-width: 100%!important;
  transform: translate3d(0, 0, 0)!important;
  perspective: 100px;
  height: 600px;
}

.update__fullwidth .slick-slide {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  width: 100%!important;
  transform: translate3d(0, 0, 0);
  transition: transform 1s, opacity 1s;
display: flex !important;
justify-content: center;
align-items: flex-end;
}

.update__fullwidth .slick-snext,
.update__fullwidth .slick-sprev,
.update__fullwidth .slick-snext2,
.update__fullwidth .slick-sprev2{
  display: block;
}

.update__fullwidth .slick-current {
  opacity: 1;
  position: relative;
  display: block;
  z-index: 2;
}

.update__fullwidth .slick-snext {
  opacity: 1;
  transform: translate3d(30%, -20%, -10px);
  z-index: 1;
  perspective: 1000px;
}
.update__fullwidth .slick-snext2 {
  opacity: 1;
  transform: translate3d(40%, -50%, -20px);
  z-index: 0;
  perspective: 1000px;
}

.update__fullwidth .slick-sprev {
  opacity: 1;
  transform: translate3d(-30%, -20%, -10px);
}

.update__fullwidth .slick-sprev2 {
  opacity: 1;
  transform: translate3d(-40%, -50%, -20px);
}

.update__fullwidth .test {
  display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	gap: 15px;
  width: 55%;
  height: 400px;
  box-shadow: 0px 0px 15px 5px #ababab;
  margin: 0 auto;
/*   position: relative; */
	overflow: hidden;
	border-radius: 20px;
	background: #fff;
}


.update__fullwidth .slick-snext .rev-slide--textblock,
.update__fullwidth .slick-sprev .rev-slide--textblock,
.update__fullwidth .slick-snext2 .rev-slide--textblock,
.update__fullwidth .slick-sprev2 .rev-slide--textblock {
  opacity: 0;
  transition: 1500ms;
}

.update__fullwidth .slick-current .rev-slide--textblock {
  opacity: 1;
  transition: 1500ms;
}

.update__fullwidth .rev-slide--textblock {
	position: absolute;
	bottom: -30%;
	left: 20%;
	width: 60%;
	background-color: #adadad30;
	padding: 15px;
	border-radius: 20px;
}


.update__fullwidth .test {
	display: flex;
	justify-content: center;
	align-items: center;
}

.update__fullwidth .test picture,
.update__fullwidth .test img {
	height: 100%;
	width: auto;
}

.update__fullwidth .test .rev-slide--textblock h4 {
	font-size: 25px;
	color: #000;
}

.update__fullwidth .test .rev-slide--textblock p {
	font-size: 16px;
	margin: 15px 0 0 !important;
	padding: 0 0 !important;
	color: #000;
	line-height: 1.2em;
}

.update__fullwidth .rev_slider button.slick-arrow:first-child {
    bottom: 33px !important;
    left: 15% !important;
    border-radius: 100px !important;
    border: 1px solid #000 !important;
	z-index: 10000;
	width: 30px !important;
	height: 30px !important;
}

.update__fullwidth .rev_slider button.slick-arrow:last-child {
    bottom: 33px !important;
    left: 80% !important;
    border-radius: 100px !important;
    border: 1px solid #000 !important;
	z-index: 10000;
	width: 30px !important;
	height: 30px !important;
}

/* @media only screen and (max-width: 1200px) {
	.update__fullwidth .test {
		height: auto;
	}
} */

@media only screen and (max-width: 998px) {
	.update__fullwidth .product-improvements__title {
		font-size: 33px;
		line-height: 1.2em;
		margin-bottom: 50px;
	}
	
	.update__fullwidth .test {
		width: 75%;
	}
	.update__fullwidth .slick-snext {
	  opacity: 1;
	  transform: translate3d(10%, 0%, -10px);
	  z-index: 1;
	  perspective: 1000px;
	}
	.update__fullwidth .slick-snext2 {
	  opacity: 1;
	  transform: translate3d(20%, 0%, -20px);
	  z-index: 0;
	  perspective: 1000px;
	}

	.update__fullwidth .slick-sprev {
	  opacity: 1;
	  transform: translate3d(-10%, 0%, -10px);
	}

	.update__fullwidth .slick-sprev2 {
	  opacity: 1;
	  transform: translate3d(-20%, 0%, -20px);
	}
	
	.update__fullwidth .rev-slide--textblock {
		bottom: -32%;
	}
	
	.update__fullwidth .slick-list {
	  padding-top: 0%!important;
	  padding-bottom: 10% !important;
	}

	.update__fullwidth .slick-track {
	  height: 450px;
	}
}

@media only screen and (max-width: 768px) {
	section.update {
		margin-top: 100px;
	}
	
	.update__fullwidth .product-improvements__title {
		margin-bottom: 100px;
	}
	
	.update__fullwidth .test {
		width: 100%;
	}
	
	.update__fullwidth .slick-track {
	  height: 200px;
	}
	.update__fullwidth .slick-list {
	  padding-top: 200px!important;
	  padding-bottom: 150px !important;
	}
	.update__fullwidth .rev-slide--textblock {
		bottom: -100%;
		left: 0%;
		width: 100%;
		padding: 10px;
	}

	.update__fullwidth .test .rev-slide--textblock h4 {
		font-size: 18px;
	}

	.update__fullwidth .test .rev-slide--textblock p {
		font-size: 16px;
	}
	
	.update__fullwidth .rev_slider button.slick-arrow:first-child {
		left: -10% !important;
	}

	.update__fullwidth .rev_slider button.slick-arrow:last-child {
		left: 99% !important;
	}
}

@media only screen and (max-width: 588px) {
	.update__fullwidth .product-improvements__title {
/* 		margin-bottom: 15px; */
		margin-bottom: 120px;
	}
	
	.update__fullwidth .slick-list {
        padding-top: 50px !important;
        padding-bottom: 170px !important;
    }
	.update__fullwidth .rev-slide--textblock {
		bottom: -120%;
	}
}

@media only screen and (max-width: 375px) {
	.update__fullwidth .product-improvements__title {
		padding-bottom: 0;
		margin-bottom: 175px;
	}
}

/* *** END SLICK SLIDER *** */

.post-template-default .article-hero {
	position: relative;
}

.post-template-default .article-hero:before {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: -1;
	background: linear-gradient(90deg, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 1) 95%) !important;
}

.slide-blog__title{
    font-family: CeraPRO-regular;
    font-size: 28px;
    line-height: 1.15em;
    color: #000;
    margin-bottom: 20px;
}



/** * START CSS TABS SLIDER ON PRODUCTS * **/

section.tabs > .tabs_image > picture > img {
	object-position: center;
}

.tabs_card-2-position .tabs__content {
	width: 30%;
    right: 18%;
}

.tabs_card-2-position .tabs_image {
	width: 60%;
}

.tabs_card-2-position .tabs_image img{
	width: 50% !important;
	left: 30% !important;
}

/** * END CSS TABS SLIDER ON PRODUCTS * **/


@media only screen and (max-width: 1699px){
	.tabs_card-2-position > .tabs__content {
		width: 25%;
	}
}
@media only screen and (max-width: 1399px) {
	.tabs.tabs_card-2-position.right .tabs_image {
        height: 60%;
    }
}
@media only screen and (max-width: 1199px){
	 .tabs_card-1-position {
        	margin-top: 100px;
    	}
	 .tabs_card-2-position > .tabs__content {
        top: 70%;
        right: 5%;
		width: 100%;
    }
	.tabs.tabs_card-2-position.right .tabs_image {
        height: 100%;
    }
	.tabs_card-2-position > .tabs_image > picture > img {
        top: 40%;
		left: 0;
		width: 75% !important;
		left: 15% !important;
	}
} 

@media only screen and (max-width: 768px) {
	.tabs_card-2-position .tabs__content {
		top: 70% !important;
		left: 15% !important;
	}
	 .tabs.tabs_card-2-position.right .tabs_image img {
        top:0 !important;
		max-height: 70% !important;
		object-fit: contain !important;
		width: 100% !important;
		left: 0 !important; 
    }
	.tabs.tabs_card-2-position.right .tabs_image {
        height: 100% !important;
        top: 0%;
		width: 100% !important;
    }
}

@media only screen and (max-width: 588px) {
	.tabs_card-2-position .tabs__content {
		left: 3% !important;
	}
}

.marketing-support__container .wp-block-kadence-column .kt-blocks-info-box-media:hover {
	animation: pulse 1.5s ease-in-out infinite;
	cursor: pointer;
}

@keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    50% {
        -webkit-transform: scale3d(1.05,1.05,1.05);
        transform: scale3d(1.05,1.05,1.05)
    }
	
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}


.careful-work__section .kb-row-layout-wrap:last-child .wp-block-kadence-column:hover {
	transition: 500ms;
}

.careful-work__section .kb-row-layout-wrap:last-child .wp-block-kadence-column:hover {
	transform: scale(1.05);
	transition: 500ms;
}

/*GLOBUS*/
/* ***  START GLOBE CUSTOM MAP *** */

.globe__map__section {
	margin: 0 auto;
	width: 65%;
}

.globe__map__section .gsm-title {
	position: relative;
	z-index: 100;
}

.globe__map__section .map__content__wrapper__serv {
	margin-top: 30px;
	margin-bottom: -150px;
	position: relative;
	z-index: 100;
}

.globe__map__section .gsm-snake-label {
	margin-top: -250px;
	position: relative;
	z-index: 100;
}

.globe__map__section div.point p {
    margin-top: 0;
    margin-bottom: 0;
    width: max-content;
    font-size: 10px;
    line-height: 1.5em;
}

.globe__map__section div.point {
    position: relative;
}

.globe__map__section div.point p.tooltip {
    display: block;
    padding: 3px 15px !important;
    margin: 0 0;
    border-radius: 20px;
    color: #444444;
    opacity: 0;
    position: absolute;
    top: -12px;
    left: 15px;
    background-color: #fff;
}

.globe__map__section div.point p.tooltip:after {
	display: none;
}

.visible {
    opacity: 1 !important;
}

/* *** END SERVICE GLOBE MAP *** */

/* *** START CSS TEST BLOG PAGE *** */

section.article-body {
	background: #fff !important;
}

div.article-body__grid {
	display: flex;
}

div.article-body__aside {
/* 	display: none !important; */
}

div.blog__search input.kb-filter-search {
	display: block;
	padding: 10px 30px !important;
	border: 0.50px solid #acaaaa !important;
	border-radius: 26px;

	height: 40px;
	background: rgba(255, 255, 255, 0.63);
}
div.blog__search .kadence-filter-wrap {
		display: flex;
	justify-content: center;
}
div.blog__search .kb-filter-search-wrap {
	width: 775px !important;

}

div.blog__search legend {
	display: none;
}

div.blog__search .kb-filter-search-btn {
	right: 15px;
}

div.blog__filter__buttons .buttons-options {
	justify-content: center;
	gap: 23px;
}

div.blog__filter__buttons button.kt-button {
	display: block;
	border-radius: 20px;
	background-color: #f5f8fb !important;
	font-family: "CeraPRO-Regular", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 144%;
	color: #000 !important;
	border-width: 0 !important;
}

div.blog__filter__buttons button.kt-button.pressed {
	background-color: #e63c32 !important;
	color: #fff !important;
}

div.blog__reset__filters,
div.blog__search__results__row {
	display: none;
}


div.blog__cards__gallery ul.kb-query-grid-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

div.blog__cards__gallery ul li {
	width: 30%;
	box-shadow: none !important;
}

div.blog__cards__gallery ul li:first-child {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	gap: 3%;
}

div.blog__cards__gallery ul li:first-child .kb-query-item-flip-back {
	display: none;
}

div.blog__cards__gallery ul li:first-child figure {
	width: 63%;
	height: 100%;
}

div.blog__cards__gallery ul li:first-child>.wp-block-kadence-column {
	width: 33%;
}

div.blog__cards__gallery ul li>.wp-block-kadence-column>.kt-inside-inner-col {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 0 0 !important;
}

div.blog__cards__gallery ul li>.wp-block-kadence-column>.kt-inside-inner-col .wp-block-kadence-dynamiclist {
	display: none !important;
}

div.blog__cards__gallery ul li .kt-inside-inner-col .kb-advanced-heading-link h2 {
	font-family: "CeraPRO-Regular", sans-serif;
	font-weight: 400;
	font-size: 28px !important;
	line-height: 150% !important;
	color: #000 !important;
	margin-top: 18px !important;
	margin-bottom: 0 !important;
}

div.blog__cards__gallery ul li>.wp-block-kadence-column>.kt-inside-inner-col .kb-section-dir-horizontal {
	order: -1;
	margin-top: 17px !important;
		margin-bottom: 0 !important;
}

div.blog__cards__gallery ul li>.wp-block-kadence-column>.kt-inside-inner-col .kb-section-dir-horizontal .wp-block-kadence-advancedheading {
	font-family: "CeraPRO-Regular", sans-serif;
	font-weight: 400;
	font-size: 16px !important;
	line-height: 130%;
	color: #acaaaa !important;
}

div.blog__cards__gallery ul li>.wp-block-kadence-column>.kt-inside-inner-col .kb-section-dir-horizontal .wp-block-kadence-dynamichtml {
	font-family: "CeraPRO-Regular", sans-serif;
	font-weight: 400;
	font-size: 16px !important;
	line-height: 130%;
	color: #acaaaa !important;
	margin-top: 0 !important;
	margin-left: 5px;
}

div.blog__cards__gallery ul li>.wp-block-kadence-column>.kt-inside-inner-col .kb-section-dir-horizontal .wp-block-kadence-dynamichtml:before {
	content:'•';
	display: inline-block;
	margin-right: 3px;
}

div.blog__cards__gallery ul li>.wp-block-kadence-column>.kt-inside-inner-col .wp-block-kadence-dynamichtml {
	font-family: "CeraPRO-Regular", sans-serif;
	font-weight: 400;
	font-size: 14px !important;
	line-height: 130%;
	letter-spacing: 0.02em;
	color: #000 !important;
	margin-top: 30px !important;
	margin-bottom: 0 !important;
}

div.blog__cards__gallery ul li>.wp-block-kadence-column>.kt-inside-inner-col .wp-block-kadence-advancedbtn {
	margin-top: 42px !important;
}

div.blog__cards__gallery ul li>.wp-block-kadence-column>.kt-inside-inner-col a.kt-button .kt-btn-inner-text{
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	font-size: 18px !important;
	line-height: 56%;
	letter-spacing: -0.02em;
	color: #e63d33 !important;
	text-transform: none;
}

div.blog__cards__gallery ul li>.wp-block-kadence-column>.kt-inside-inner-col a.kt-button .kt-btn-inner-text:after{
	content: '>';
	display: inline-block;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	font-size: 18px !important;
	line-height: 1.2em;
	letter-spacing: -0.02em;
	color: #e63d33 !important;
	margin-left: 5px;
}

div.blog__cards__gallery ul li>.wp-block-kadence-column>.kt-inside-inner-col a.kt-button .kb-svg-icon-wrap {
	display: none;
}


div.blog__cards__gallery ul li .blog__card__mockcategory {
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 0 0 19px 0;
	width: 171px;
	height: 30px;
	background: #e63d33;
	font-family: "CeraPRO-Regular", sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 112%;
	letter-spacing: -0.02em;
	color: #fff !important;
	padding: 6px 25px 6px 22px;
	box-sizing: border-box;
	z-index: 100;
}

@media only screen and (max-width: 989px) {
	div.blog__search .kb-filter-search-wrap {
    	width: 100% !important;
	}
}

@media only screen and (max-width: 768px) {
	
	div.blog__cards__gallery ul.kb-query-grid-wrap {
		flex-direction: column;
		gap: 60px;
	}

	div.blog__cards__gallery ul li {
		width: 100%;
		box-shadow: none !important;
	}
	
	div.blog__cards__gallery ul li:first-child {
		width: auto !important;
		flex-direction: column;
		gap: 0 !important;
	}

	div.blog__cards__gallery ul li:first-child figure {
		width: 100% !important;
		height: 100% !important;
	}

	div.blog__cards__gallery ul li:first-child>.wp-block-kadence-column {
		width: auto !important;
	}

}

/** * END CSS TEST BLOG PAGE * ***/


/** * START BLOG PAGE READMORE LINK * ***/
a.blog_post_readmore {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.3px;
    color: #E63D33;
    margin-top: 28px;
	width: fit-content;
}

a.kb-button-svg-animate {
    line-height: 24px;
}

a.kt-blocks-post-readmore {
	line-height: 24px !important;
	width: fit-content;
}

a.kt-blocks-post-readmore:after {
	display: block !important;
    content: '' !important;
    width: 95px !important;
    height: 1px !important;
	background: none !important;
    background-color: #E63D33 !important;
	position: absolute;
    bottom: 0;
    right: 20%;
    transform-origin: right center;
    transition: 0.5s;
}

a.kb-button-svg-animate .kt-btn-inner-text {
     color: #E63D33 !important;
}

a.kb-button-svg-animate:hover .kt-btn-inner-text {
     color: #E63D33 !important;
}

a.blog_post_readmore:after {
    display: block;
    content: '';
    width: 90px;
    height: 1px;
    background-color: #E63D33;
    bottom: 0;
    right: 0;
    transform-origin: right center;
    transition: 0.5s;

}

a.kb-button-svg-animate:after {
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #E63D33;
	position: absolute;
    bottom: 0;
    right: 20%;
    transform-origin: right center;
    transition: 0.5s;

}

a.blog_post_readmore svg {
    width: 24px;
    height: 24px;
    transition: 0.5s;
    color: #E63D33;
    position: relative;
    vertical-align: bottom;
}

a.kt-blocks-post-readmore svg,
a.kb-button-svg-animate svg {
    width: 24px;
    height: 24px;
    transition: 0.5s;
    color: #ffffff00;
    position: relative;
    vertical-align: bottom;
}

a.kt-blocks-post-readmore svg line,
a.kb-button-svg-animate svg line {
    color: #E63D33;
}


a.kt-blocks-post-readmore circle,
a.kb-button-svg-animate circle,
a.blog_post_readmore circle {
    transition: 0.5s;
}

a.kt-blocks-post-readmore:hover:after,
a.kb-button-svg-animate:hover:after,
a.blog_post_readmore:hover:after {
    transition: 0.5s;
    transform: scaleX(0) translateX(3px);
}

a.kt-blocks-post-readmore:hover circle,
a.kb-button-svg-animate:hover circle,
a.blog_post_readmore:hover circle {
    stroke: #E63D33;
    stroke-dasharray: 502; /* Длина окружности */
    stroke-dashoffset: -502; /* Начальное значение */
    animation: draw 0.5s forwards; /* Анимация */
}

@keyframes draw {
    to {
        stroke-dashoffset: 0; /* Конечное значение */
    }
}

/** * END BLOG PAGE READMORE LINK * ***/

/* *** START SWIPER MOBILE SLIDER CUSTOMZATION *** */

@media only screen and (max-width: 768px) {
	.swiper-info {
		justify-content: center;
	}
	div.swiper-pagination--home-hero {
		text-align: center !important;
	}
	.swiper-pagination--home-hero .swiper-pagination-bullet,
	.swiper-pagination--home-hero .swiper-pagination-bullet span {
		width: 15px;
		height: 15px;
        border-radius: 100px;
	}
}

/* *** END SWIPER MOBILE SLIDER CUSTOMZATION *** */

/* *** START AUTHOR BLOG PAGINATION *** */

.pagination {
	display: block !important;
	text-align: center;
}

.custom-pagination {
	margin-top: 20px;
	display: flex;
	justify-content: center;
	gap: 20px;
}

.custom-pagination .nav-links {
	display: flex;
	justify-content: center;
	gap: 20px;
}

.custom-pagination .nav-links span,
.custom-pagination .nav-links a,
.custom-pagination button {
	font-family: Roboto;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.3px;
    margin-top: 20px;
    width: fit-content;
    background-color: #fff;
}

.custom-pagination .page-numbers {
	color: #000000;
}

.custom-pagination .page-numbers.current {
	font-weight: 700;
	font-size: 22px;
}

.bg-red {
	background-color: #ff0000 !important;
}

.t-white {
	color: #fff !important;
}

.filter-button.active {
    background-color: red !important; /* Цвет фона для активной кнопки */
    color: white !important; /* Цвет текста для контраста */
}

/* *** START PRODUCT SLIDER *** */

@media only screen and (max-width: 1200px) {
	div.product__slider {
		margin-top: 200px !important;
	}
}

@media only screen and (max-width: 588px) {
	div.product__slider {
		margin-top: 275px !important;
	}
}

/* *** END PRODUCT SLIDER *** */

/* *** START SHOPPING CART *** */

.cart-content {
	margin-right: 60px;
}

.shopping__cart__section {
	display: block;
	padding: 15px;
	width: 60%;
	margin: 0 auto;
}

.shopping_cart {
	display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    justify-content: flex-start;
	margin-bottom: 30px;
	padding: 0 0;
}


.shopping_cart h2 {
	font-size: 40px;
    line-height: 1.2em;
	font-weight: 600;
    margin-bottom: 25px;
	display: block;
    padding: 10px 0 0 0;
	width: 100%;
	text-align: left;
/*     border-top: 2px dotted red; */
}

.shopping_cart img  {
	margin-bottom: 15px;
}

.shopping_cart table {
	display: block;
	border: 1px solid #DEEBFA !important;
    padding: 32px 24px;
    border-radius: 16px;
	background-color: #F5F8FB;
}

.shopping_cart table input {
	background-color: #F5F8FB;
}

.shopping_cart table tr th:nth-child(1),
.shopping_cart table tr td:nth-child(1) {
	width: 54%;
}

.shopping_cart table tr td:nth-child(3),
.shopping_cart table tr .wspsc_cart_price_th,
.shopping_cart table .wspsc_cart_total,
.shopping_cart table .wpspsc_checkout_form {
	display: none;
}

.shopping_cart table .wspsc_cart_qty_th:after {
	content:'*';
	display: inline-block;
	
}

.shopping_cart table:after {
	content:'* You can change quantity manually in table cell by clicking on it.';
	display: block;
	font-size: 12px;
	margin-top: 15px;
	color: #AFAAAA;
}

.shopping_cart table .wp_cart_item_name a {
	color: #000 !important;
}

.shopping__cart__section .payment__info {
	font-family: Roboto, sans-serif;
    font-weight: 600 !important;
    font-size: 15px !important;
	line-height: 1.2em;
	border: 1px solid #52A94B;
	border-radius: 16px;
	padding: 24px 64px;
	position: relative;
	margin-bottom: 0;
}

.shopping__cart__section .payment__info:before {
	display: block;
	content: '';
	width: 24px;
	height: 24px;
	background: url('/wp-content/uploads/checkout.svg') center no-repeat;
	background-size: cover;
	position: absolute;
	top: 24px;
	left: 24px;
}

.wp_cart_empty_cart_section {
	display: block;
	text-align: center;
	font-size: 40px;
    line-height: 1.2em;
	font-weight: 600;

}

.shopping__cart__section div.wpcf7 {
	margin-top: 30px;
}

.shopping__cart__section h2.checkout__title {
	font-size: 40px;
    line-height: 1.2em;
	font-weight: 600;
    margin-bottom: 40px;
	display: block;
    padding: 30px 0 0 0;
	width: 100%;
	text-align: left;
/*     border-top: 2px dotted red; */
}

.shopping__cart__section .wpcf7-form>div {
	gap: 20px;
}

.shopping__cart__section form h3 {
	font-size: 20px;
    line-height: 1.2em;
	font-weight: 600;
	width: 100%;
	text-align: left;
	margin-bottom: 17px;
}


.shopping__cart__section form label {
	display: flex;
    justify-content: space-between;
	align-items: center;
	width: 100%;
}

.shopping__cart__section .wpcf7 form {
	gap: 15px !important;
	display: block;
    border: 1px solid #DEEBFA !important;
    padding: 32px 24px;
    border-radius: 16px;
}

.shopping__cart__section form label span {
	width: 80%;
	height: auto !important;
}

.shopping__cart__section form label span input {
/* 	border-width: 0 !important; */
	padding: 5px 5px 5px 10px !important;
	height: auto !important;
	border: 1px solid #DEEBFA !important;
	border-radius: 8px;
	font-size: 16px !important;
	line-height: 1.2em !important;
}

.shopping__cart__section form label span input::placeholder,
.shopping__cart__section form label span textarea::placeholder {
	font-size: 16px !important;
	line-height: 1.2em !important;
}

.shopping__cart__section form label span.wpcf7-not-valid-tip {
	bottom: -21px;
	font-size: 14px;
}

.shopping__cart__section form label .country-select input {
	padding-left: 55px !important;
}

.shopping__cart__section form label span textarea {
/* 	border-width: 0 !important; */
	padding: 5px 5px 5px 10px !important;
	max-height: 45px;
	height: auto !important;
	border: 1px solid #DEEBFA !important;
	border-radius: 8px;
}

.shopping__cart__section form .wpcf7-acceptance label {
	justify-content: flex-start;
	gap: 25px;
}

.shopping__cart__section form .wpcf7-acceptance label span {
	width: auto;
}

.shopping__cart__section form input[type='submit'] {
	display: block;
	padding: 10px 40px;
    border-radius: 8px;
	background-color: #52A94B;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 300;
	font-family: Roboto, sans-serif;
}

.shopping__cart__section form input[type='submit']:hover {
	    background-color: #E63C32 !important;
}

.shopping__cart__section .img__cart__footer {
	padding-top: 30px;
}


span.wpcf7-form-control-wrap[data-name="product-names"] {
	display: none;
}

.wp_cart_button_wrapper form input[type='submit'] {
	display: block;
    padding: 10px 60px;
    background-color: crimson;
    border-radius: 20px;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
}

.wp_cart_button_wrapper form input[type='submit']:hover {
    background-color: #9b1a12 !important;
}

.shopping__cart__section .payment__block {
		border-top: 1px solid #52A94B;
}

.shopping__cart__section form h3.payment__title {
    margin-top: 32px;
	margin-bottom: 32px;
}

.shopping__cart__section .payment__content {
	font-family: Roboto, sans-serif;
    font-weight: 400 !important;
    font-size: 15px !important;
	line-height: 1.2em;
	padding: 0 0 0 0;
}

.header-flex {
	flex-wrap: wrap;
}

.wpsps_compact_cart_price {
	display: none;
}

.wspsc_compact_cart2 {
    background-color: #fff;
    border-width: 0;
}
.wspsc_compact_cart2_inside {
	background-color: #E63D33;
	border-radius: 20px;
}

@media only screen and (max-width: 1225px) {
	.header-flex {
		position: relative;
	}
	.cart-content {
		position: absolute;
		right: 0;
	}
}

@media only screen and (max-width: 588px) {
	.cart-content {
		right: 80px;
	}
}

@media only screen and (max-width: 440px) {
	.cart-content {
		top: 45px;
		right: -55px;
	}
	header {
		height: 90px;
	}
}

/********************************************************************/
/* START Thanks for order page */
.page-id-24903 .article-body__aside,
.page-id-24890 .article-body__aside {
	display: none;
}

/* END Thanks for order page */
/********************************************************************/

a.page-contacts__phone {
	user-select: auto !important;
}

/***********************************************************************************************/


/* *** START BLOG IMAGE STURATION *** */

.author-blog .slide-blog img {
    filter: saturate(0);
    transition: 0.2s linear;
}

.author-blog .slide-blog img:hover {
    filter: saturate(1);
    transition: 0.2s linear;
}

/* *** END BLOG IMAGE STURATION *** */

/* *** START PRODUCT BOX GALLERY *** */
.box__gallery {
    position: absolute;
	top:0;
	left: 100%;
	transition: 500ms;
    width: 50%;
    overflow: hidden;
    height: auto;
    background: #DEEBFA;
    padding: 80px 2%;
    display: flex;
    flex-direction: column;
    gap: 53px;
	z-index: 100;
}

.closer-kit {
	width: 50px;
    height: 50px;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0%;
    cursor: pointer;
	background-image: url(../img/closer.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40%;
    z-index: 110;
}

.kit_modal {
	left: 50% !important;
	transition: 500ms;
}


.box__gallery__title {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: calc(30px + 12*(100vw / 1900));
    line-height: 120%;
    color: #000;
    margin: 0 0;
}
.t__red {
    color: #e63c32;
}

.box__gallery__container {
    display: flex;
    flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
    gap: 20px 20px;
}

.box__card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    background: #fff;
    border-radius: 20px;
    padding: 28px 20px;
    width: 22% /*200px*/;
    height: auto;
    box-sizing: border-box;
	position: relative;
}

.box__card__img__wrapper {
	display: block;
	width: 135px;
	height: 160px;
	position: relative;
}

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

.box__card__plate   {
    display: block;
    border-radius: 10px;
    width: 40px;
    height: 20px;
    background: #00bc16;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    position: absolute;
    top: 64%;
    left: 19%;
    text-align: center;
}

.box__card__text {
    margin: 0 0;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    color: #000;
    width: 100%;
    text-align: left;
}
@media only screen and (max-width: 1150px) {
	.box__gallery {
		padding: 50px 50px;
	}
}



@media only screen and (max-width: 768px) {
    .box__card {
        width: 46%;
    }
	
	.kit_modal {
		left: 0 !important;
	}
	.box__gallery {
	    width: 100%;
	}
}

@media only screen and (max-width: 489px) {
    .box__gallery {
		padding: 50px 16px;
	}
	.box__gallery__container {
        flex-direction: column;
    }
    
    .box__card {
        width: 100%;
    }
}


/* *** END PRODUCT BOX GALLERY *** */

/* PRODUCT CARD ON PRODUCT PAGE */

@media only screen and (max-width: 600px) {
	.right--text__footer {
		flex-direction: column;
		height: auto;
		align-items: center;
		gap: 10px;
		padding-bottom: 15px;
	}
	.right--text__footer--list,
	.right--text__footer--whatsapp,
	.right--text__footer--buttom {
		position: static;
		width: 60%;
		box-sizing: border-box;
	}
	
	.right--text__footer--whatsapp {
		width: 200px;
		padding: 5px 10%;
	}
	.right--text__footer--buttom {
		width: 200px;
		padding: 10px 10%;
	}
	.right--text__footer--whatsapp .right--text__footer--whatsapp-icon {
		height: 30px;
	}
	.right--text__footer--buttom {
		margin-right: 0;
	}
}

.maintenance__link {
	margin-top: 20px;
	display: inline-block;
    color: var(--accent);
    font-weight: 700;
    font-size: 18px;
    line-height: 110%;
    padding-bottom: 5px;
    border-bottom: 2px solid currentColor;
}

@media only screen and (max-width: 600px) {
	.maintenance__link {
	 	margin-top: 0;
	}
}

.detali .detali__item--img {
	padding-bottom: 5%;
}

.detali-category .detali__item--img img {
	position: static;
	aspect-ratio: 1/1 !important;
}

.detali .detali__item--img img {
	position: static;
	aspect-ratio: 2/1;
}

.header-menu__catalog:hover .header-menu--left {
        z-index: 100;
}

/* *** START COMPARISSON SLIDER *** */

.choisen {
    background: #deebfa;
}

/* .firstfull {
	order: -1 !important;
} */

.hidden__block {
	display: none !important;
}

 .highlight {
/*   transform: scale(1.1);
	font-weight: 600 !important; */
	background-color: lightgray;
    display: block;
    width: 100%;
}

.comparisson__slider__wrapper {
	padding: 0 40px; 
	margin-top: 100px;
}

.comparisson__title {
	font-weight: 600;
	font-size: 40px;
	line-height: 120%;
	color: #000;
	margin: 0 0;
}

.comparisson__slider {
	margin-top: 38px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding: 35px 19px;
    background: #f5f8fb;
    border-radius: 50px;
    box-sizing: border-box;
	position: relative;
}

.comparisson__slider .leftcol {
    width: 20%;
}

.comparisson__slider .slider {
    position: relative;
    width: 80%;
    overflow: hidden;
	margin-top: -14px;
}

.comparisson__slider .slides {
    display: flex;
    transition: transform 0.5s ease;
	overflow-x: auto;
    transform: rotateX(180deg) !important;
}

.comparisson__slider .slide {
    min-width: 100%; /* По умолчанию 1 слайд на маленьких экранах */
    box-sizing: border-box;
    padding: 20px;
    /* background-color: #f2f2f2; */
    /* border: 1px solid #ccc; */
    text-align: center;
    padding: 26px 0;
    border-radius: 50px;
	transform: rotateX(180deg) !important;
}

.comparisson__slider .slides .firstfull {
    position: sticky;
    z-index: 10;
    left: 0;
}

.comparisson__slider .slide__header__block {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    padding-bottom: 37px;
    box-sizing: border-box;
    height: 500px;
    
}

.comparisson__slider .leftcol__header__block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    padding: 26px 26px 37px 26px;
    box-sizing: border-box;
    height: 527px;
    
}

.comparisson__slider .slide__title {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 24px;
    line-height: 140%;
    text-align: center;
    color: #000;
    text-transform: capitalize;
    margin: 0 0;
}

.comparisson__slider .slide__img__wrapper {
    display: block;
    width: 100%;
    min-height: 300px;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}

.comparisson__slider .slide__img__wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: contain;
	width: 100%;
	height: 100%;
}


.comparisson__slider .slide__link {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 15px;
    line-height: 1.6em;
    color: #fff;
    display: block;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 12px 0;
    width: 90%;
    height: 48px;
    background: #000;
    text-decoration: none;
}

.comparisson__slider .slide__link:hover {
    background: #000;
    opacity: 0.4;
}

.comparisson__slider .leftcol__chars__block,
.comparisson__slider .slide__chars__block {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 0;
    padding-top: 43px;
    box-sizing: border-box;
    border-top: 1px solid #d9d9d9;
}

.comparisson__slider .char__line {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    text-align: center;
    color: #000;
    margin: 0 0;
	padding: 14px 0;
	box-sizing: border-box;
}

.comparisson__slider button {
    position: absolute;
    top: 5%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 1;
    display: block;
    border: 2px solid #000;
    border-radius: 8px;
    padding: 0 0;
    width: 48px;
    height: 48px;
    font-size: 24px;
    line-height: 40px;
    box-sizing: border-box;
}

.comparisson__slider .prev {
    left: auto;
    right: 110px;
}

.comparisson__slider .next {
    right: 50px;
}

.comparisson__slider .dots {
    text-align: center;
    margin-top: 10px;
	display: none;
}

.comparisson__slider .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border-radius: 50%;
    background-color: #bbb;
    cursor: pointer;
}

.comparisson__slider button {
	display: none;
}

.comparisson__slider .slides::-webkit-scrollbar {
	border-radius: 16px;
}

.comparisson__slider .active {
    background-color: #717171;
}


/* Стили для различных разрешений */

@media (min-width: 993px) {
    
    .comparisson__slider .slide {
        min-width: 25%; /* 4 слайда на экранах от 993px */
    }
}
@media (max-width: 992px) {
    .comparisson__slider .slide__title {
        font-size: 20px;
    }
    .comparisson__slider .slide {
        min-width: 50%; /* 2 слайда на экранах от 769px */
    }

    .comparisson__slider .leftcol {
        width: 40%;
    }
    
    .comparisson__slider .slider {
        width: 60%;
    }
}

@media (max-width: 768px) {

	.comparisson__slider__wrapper {
		padding: 0 0;
	}
	.comparisson__title {
		font-size: 28px;
		margin-left: 50px;
	}
	
    .comparisson__slider .leftcol__header__block {
        height: 140px;
		padding: 0 0;
    }
	
	.comparisson__slider .slide__header__block {
		justify-content: center;
		height: 130px;
		gap: 5px;
		padding: 20px 0;
	}
	
	.comparisson__slider .slide__link {
		font-size: 12px;
		line-height: 1.2em;
		padding: 5px 0;
		height: auto;
	}

    .comparisson__slider {
        padding: 20px 0;
		border-radius: 16px;
    }
    .comparisson__slider .slide {
        padding: 10px;
    }

    .comparisson__slider .slide__title {
        font-size: 13px;
		height: 60px;
    }


    .comparisson__slider .leftcol {
        width: 30%;
    }
    
    .comparisson__slider .slider {
        width: 70%;
    }
    
    .comparisson__slider .slide {
        min-width: 50%; /* 2 слайда на экранах от 769px */
		border-radius: 16px;
    }
	
	.comparisson__slider .slide__img__wrapper {
		display: none;
	}
	
	.comparisson__slider .leftcol__chars__block, .comparisson__slider .slide__chars__block {
    	gap: 10px;
    }
	
	.comparisson__slider .char__line {
		font-size: 12px;
		height: 50px;
		padding: 0 0;
	}
	
	.comparisson__slider .prev {
		left: auto;
		right: 91% !important;
	}
	
	.comparisson__slider .next {
		right: 1% !important;
	}
	.comparisson__slider button {
		opacity: 0.5;
		top: 2% !important;
		width: 30px;
		height: 30px;
		font-size: 12px;
		line-height: 26px;
	}
	.comparisson__slider .dots {
		display: none;
	}
}



/* *** END COMPARISSON SLIDER *** */

/**WeChat link**/

.wechat__container {
	margin-top: 20px;
	position: relative;
}

.wechat__container a {
	margin: 0 0;
	color: #0059B2;
	cursor: pointer;
	font-weight: 400;
}

.wechat__container img {
	width: 0;
	height: auto;
	transition: 500ms;
	position: absolute;
	bottom: 0;
}

.wechat__container a:hover+img {
	width: 150px;
	transition: 500ms;
}

@media only screen and (max-width: 989px) {
	.wechat__container img {
		display: none !important;
	}
}

/* *** connection section in gettouch form *** */

.communication__title {
	padding: 10px;
    height: 52px;
    color: #000;
    font-family: Roboto;
    font-weight: 300;
    line-height: 32px;
    width: 100%;
    font-size: 18px;
	text-align: center;
	padding: 0 0;
}

.communication {
    display: flex;
	justify-content: center;
    gap: 15px;
	margin-top: -30px;
}

.communication .wpcf7-list-item {
	position: relative;
}

.communication .wpcf7-list-item-label {
	width: 0;
    font-size: 0;
    margin: 0 0;
    height: 0;
    position: absolute;
    top: 0;
}


.communication label .wpcf7-form-control-wrap {
	width: auto;
	height: auto;
}

.communication label {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 5px;
}

.communication input[type=checkbox] {
    display: block;
    position: static;
	opacity: 1;
}

.communication input[type=checkbox] {
/*position: relative;*/
/* position: absolute; */
opacity:0;
width: 21px;
height: 21px;
top: 0;
left: 0;
	z-index: 3;
}
.communication input[type=checkbox] + span {
/* border: 3px solid red; */
}
.communication input[type=checkbox] + span:before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 50%;
    height: 21px;
    width: 21px;
    top: 0px;
    left: 0px;
    border: 1px solid #ccc;
	background-image: url(data:image/svg+xml,%3Csvg%20width%3D%229%22%20height%3D%227%22%20viewBox%3D%220%200%209%207%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M6.84729%200.71735C6.84017%200.724254%206.83349%200.731603%206.82729%200.739351L3.35429%205.16435L1.26129%203.07035C1.11912%202.93787%200.93107%202.86575%200.736769%202.86918C0.542468%202.8726%200.357083%202.95132%200.21967%203.08873C0.0822568%203.22614%200.00354506%203.41153%200.000116847%203.60583C-0.00331137%203.80013%200.0688116%203.98818%200.201292%204.13035L2.84729%206.77735C2.91857%206.8485%203.00346%206.90457%203.09688%206.9422C3.1903%206.97984%203.29034%206.99827%203.39104%206.99641C3.49174%206.99454%203.59103%206.97241%203.68299%206.93134C3.77495%206.89027%203.8577%206.8311%203.92629%206.75735L7.91829%201.76735C8.05422%201.62468%208.12854%201.43425%208.12518%201.23722C8.12183%201.04019%208.04106%200.852399%207.90035%200.714445C7.75963%200.576491%207.57028%200.499459%207.37322%200.500003C7.17617%200.500547%206.98724%200.578622%206.84729%200.71735Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E);
    background-position: center;
    background-repeat: no-repeat;
}
.communication input[type=checkbox] + span:after {
display: block;
    position: absolute;
    content: "";
    background-color: #E63C32;
    border: 1px solid #E63C32;
    border-radius: 50%;
    height: 21px;
    width: 21px;
    top: 0;
    left: 0;
    opacity: 0;
    font-size: 18px;
    text-align: center;
    line-height: 30px;
    background-image: url(data:image/svg+xml,%3Csvg%20width%3D%229%22%20height%3D%227%22%20viewBox%3D%220%200%209%207%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M6.84729%200.71735C6.84017%200.724254%206.83349%200.731603%206.82729%200.739351L3.35429%205.16435L1.26129%203.07035C1.11912%202.93787%200.93107%202.86575%200.736769%202.86918C0.542468%202.8726%200.357083%202.95132%200.21967%203.08873C0.0822568%203.22614%200.00354506%203.41153%200.000116847%203.60583C-0.00331137%203.80013%200.0688116%203.98818%200.201292%204.13035L2.84729%206.77735C2.91857%206.8485%203.00346%206.90457%203.09688%206.9422C3.1903%206.97984%203.29034%206.99827%203.39104%206.99641C3.49174%206.99454%203.59103%206.97241%203.68299%206.93134C3.77495%206.89027%203.8577%206.8311%203.92629%206.75735L7.91829%201.76735C8.05422%201.62468%208.12854%201.43425%208.12518%201.23722C8.12183%201.04019%208.04106%200.852399%207.90035%200.714445C7.75963%200.576491%207.57028%200.499459%207.37322%200.500003C7.17617%200.500547%206.98724%200.578622%206.84729%200.71735Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E);
    background-position: center;
    background-repeat: no-repeat;
}
.communication input[type=checkbox]:checked + span:before {
background: transparent;
}
.communication input[type=checkbox]:checked + span:after {
opacity: 1
}

/* flag content */

.flag-content {
	margin-right: 40px;
}

@media only screen and (max-width: 1225px) {
    .flag-content {
        position: absolute;
        right: 165px;
    }
}

@media only screen and (max-width: 588px) {
    .flag-content {
        right: 240px;
    }
}

@media only screen and (max-width: 440px) {
    .flag-content {
        right: 100px;
    }
}


/* ** TG CTA ** */

.tg-cta__container {
	margin: 40px 0 40px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    padding: 25px 40px;
    border: 2px solid #2aabee;
    border-radius: 30px;
    width: 100%;

    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #000;
}

.tg-cta__content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px;
    width: 70%;
}

.tg-cta__title {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 133%;
    color: #000;
    margin: 0 0;
    padding: 0 0;
}

.tg-cta__title:before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url('/wp-content/uploads/logos_telegram.svg') center no-repeat;
    background-size: cover;
    margin-right: 12px;
    vertical-align: text-top;
}

.tg-cta__plates  {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 9px;
    flex-wrap: wrap;
    margin: 0 0;
    padding: 0 0;
}

.tg-cta__plate {
    display: block;
    border: 0.50px solid rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    padding: 2px 4px;
    box-sizing: border-box;
    background: rgba(217, 217, 217, 0.5);
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 133%;
    color: #000;
}

.tg-cta__text {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #000;
    margin: 0 0 !important;
    padding: 0 0 !important;
}

.tg-cta__link {
    display: block;
    border-radius: 30px;
    padding: 12px;
    width: 135px;
    height: 48px;
    box-sizing: border-box;
    text-decoration: none;
    text-align: center;
    background: #000;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #fff;
}

.tg-cta__link:after {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('/wp-content/uploads/round-arr.svg') center no-repeat;
    background-size: cover;
    margin-left: 10px;
    vertical-align: middle;
}

@media only screen and (max-width: 768px) {
    .tg-cta__container {
        flex-direction: column;
        align-items: flex-start;
		padding: 20px 20px;
		gap: 20px;
    }
    
    .tg-cta__content {
        width: 100%;
    }

    .tg-cta__title {
        font-size: 19px;
    }

    .tg-cta__text {
        font-size: 14px;
    }

    .tg-cta__link {
        width: 100%;
    }
}

@media only screen and (max-width: 588px) {
	.tg-cta__container {
		margin-left: 0;
    }
}

@media only screen and (min-width: 320px) and (max-width: 489px) {
	.swiper-container__wrapper .swiper-wrapper {
    	margin-top: 90px;
	}
	.our_clients_slider .swiper-container__wrapper .swiper-wrapper {
		margin-top: 0;
	}
	.our_clients_slider .swiper-container__wrapper .swiper-wrapper .swiper-slide{
		height: inherit !important;
	}
	.our_clients_slider .swiper-container__wrapper .swiper-wrapper .swiper-slide .about-company__slide {
		height: 100% !important;
	}
}


/************************************************************************************************/
/* *** Catalog category item block CTA *** */

.single .category-item__link {
	min-height: auto;
}

.single .category-item__link .machine-title {
	font-size: 105px;
}

.single .category-item__link .machine {
	padding: 10px 25px;
	border-radius: 16px;
}

.single .category-item__link .machine-title__wrapper {
	margin-bottom: 20px;
}

.single .category-item__link .machine-table {
	visibility: hidden;
	opacity: 0;
	height: 0;
	transition: 750ms;
}

.single .category-item__link .category-item__more {
	margin: 40px 0 20px 50px;
	transition: 750ms;
}

.single .category-item__link .machine:hover {
	background-color: rgba(0,0,0,0.85);
}

.single .category-item__link .machine:hover .machine-title,
.single .category-item__link .machine:hover .machine-table td,
.single .category-item__link .machine:hover .category-item__more {
	color: rgba(255,255,255,0.85);
}

.single .category-item__link .machine:hover .category-item__more:after {
	background-color: rgba(255,255,255,0.85);
}

.single .category-item__link .machine:hover .machine-table  {
	visibility:visible;
	opacity: 1;
	height: auto;
	transition: 750ms;
}

.single .category-item__link .machine:hover .machine-labels__dark {
	background-color: rgba(255,255,255,0.85);
	color: rgba(0,0,0,0.85);
}

.single .category-item__link .machine .machine-image img {
	transition: 750ms;
}

.single .category-item__link .machine:hover .machine-image img {
	transform: scale(1.15);
	transition: 750ms;
}

.single .category-item__link .machine:hover .category-item__more {
	transform: translatex(200px) scale(1.75);
	transition: 750ms;
}

@media only screen and (max-width: 768px) {
	.single .category-item__link .machine-title {
		font-size: 60px;
		width: 100%;
		text-align: center;
	}
	
	.single .category-item__link .category-item__more {
		width: 100%;
		text-align: center;
		margin-left: 0;
		margin-right: 0;
	}
	
	.single .category-item__link .machine:hover .category-item__more {
		transform: translatex(0) scale(1.5);
		transition: 750ms;
	}
	.single .category-item__link .machine .category-item__more:after {
		width: fit-content;
	}
}

/* START КОРРЕКТИРОВКА ХЕДЕРА 1700-1225 */

@media only screen and (max-width: 1700px) and (min-width: 1226px) {
	
	
	
	#menu-main-menu-right {
		margin-left: 10px;	
	}
	
	.header-menu--right {
		padding-right: 10px;
		margin-right: 10px;
	}
			.flag-content {
    	margin-right: 10px;
	}
	
	.cart-content {
    	margin-right: 10px;
	}

}


@media only screen and (max-width: 1525px) and (min-width: 1226px) {
	
	.header-left {
		padding-left: 5px;
	}
	
	.header-menu--right > li:not(:last-child) {
		padding-right: 5px;
	}
	
	.header-menu--right > li > a {
		padding-left: 10px;
	}

}

@media only screen and (max-width: 1450px) and (min-width: 1226px) {
	.logo {
		margin-right: 10px;
	}
		
	.header-menu__catalog-link a,
    .en .header-menu a {
        font-size: 15px;
    }
/* 	.header-flex {
		justify-content: flex-start !important;
	} */
	

}

/* END КОРРЕКТИРОВКА ХЕДЕРА 1700-1225 */

/* special offers image **/

.offers_post .attachment-thumbnail {
	width: 100%;
    height: 100%;
	object-fit: contain;
}

.offers_post .offers_link {
	height: 390px;
}

.offers_post .offers_post_image {
	height: 100%;
}


/* comparison mobile */

.comparison__mobile {
	display: none;
	margin: 0 auto;
}

@media only screen and (max-width: 992px) {
	.desktop-markers,
	.desktop-co2,
	.desktop-loaders,
	.desktop__cleaners,
	.desktop__cncrouters,
	.desktop__metalcutters,
	.desktop__welders,
	.desktop-hydraulic,
	.tubecutter__desktop {
		display: none;
	}
	.comparison__mobile {
		display: block;
		margin-top: 100px;
	}
	
	.comparison__table {
		background: #f5f8fb;
		border-radius: 24px;
		padding: 0 8px 36px;
	}


	.comparison__table .table__product__img td {
		text-align: center;
	}

	.comparison__table .table__product__img td img {
		width: 150px;
	}

	.comparison__table td {
		width: 175px;
	}

	.table__product__title td {
		text-align: center;
	}

	.table__product__title td select {
		border: 1px solid #d9d9d9;
		border-radius: 8px;
		width: 200px;
		box-sizing: border-box;
	}

	.table__product__title td select,
	.table__product__title td select option {
		font-family: var(--font-family);
		font-weight: 500;
		font-size: 24px;
		line-height: 140%;
		text-transform: uppercase;
		color: #000;
		padding: 7px 8px;
	}

	.table__product__link td {
		padding-top: 8px;
		text-align: -webkit-center;
	}

	.table__product__link td a {
		display: block;
		font-family: var(--font-family);
		font-weight: 600;
		font-size: 15px;
		line-height: 160%;
		color: #fff;
		border-radius: 8px;
		padding: 12px 32px;
		width: 200px;
		height: 48px;
		background: #000;
		box-sizing: border-box;
		text-align: center;
	}

	.char__line__chars td {
		border-bottom: 1px solid #000;
		font-family: var(--second-family);
		font-weight: 400;
		font-size: 15px;
		line-height: 140%;
		text-align: center;
		color: #000;
		opacity: 0.4;
		padding: 36px 8px 8px 8px;
		text-align: center;
	}

	.char__line__values td {
		font-family: var(--font-family);
		font-weight: 400;
		font-size: 18px;
		line-height: 140%;
		text-align: center;
		color: #000;
		text-align: center;
		padding: 8px 8px 0 8px;
	}
}

@media only screen and (max-width: 588px) {
	.comparison__table td {
		width: 150px;
	}
	
	.table__product__link td a {
		width: 150px;
	}

	.table__product__title td select {
		width: 150px;
	}

	.table__product__title td select,
	.table__product__title td select option {
		font-size: 14px;
	}

	.char__line__values td {
		font-size: 16px;
	}
}


/* sloi in single product */

div.sloi__wrap--left--wrap {
    max-height: none !important;
}

.co2-post-slider img {
	    filter: grayscale(0) !important;
}

/* languages */

.languages {
	overflow: hidden !important;
}

.languages-content__title {
	padding-left: 10px;
	padding-top: 20px;
	padding-bottom: 10px;
	height: auto;
	box-sizing: border-box;
}

.lang-item a {
	padding-left: 25px;
}

@media only screen and (max-width: 1225px) {
    .header-lang {
        display: block !important;
        position: absolute;
        right: 220px;
    }
	.mobile-menu__lang {
		display: none !important;
	}
}

@media only screen and (max-width: 588px) {
    .header-lang {
        right: 280px;
    }
}

@media only screen and (max-width: 524px) {
    .header-lang {
        right: -40px;
		top: 55px;
    }
}

@media only screen and (max-width: 489px) {
    .header-lang {
        left: 10px;
		right: auto;
    }
	
	.languages {
		top: 90px !important;
		left: 10px !important;
		right: auto !important;
	}
}

/* *** START MATERIALS SLIDER *** */

.materials {
    display: block;
    width: 100%;
    max-width: 1920px;
    padding: 80px 42px 0;
    box-sizing: border-box;
}
.materials__container {
    display: block;
    width: 100%;
    max-width: 1680px;
    padding: 0 0;
    margin: 0 auto;
    box-sizing: border-box;
}

.materials__title {
    font-family: "Cera Pro", sans-serif;
    font-weight: 500;
    font-size: 48px;
    line-height: 120%;
    color: #000;
    padding: 0 0;
    margin: 0 0;
    text-align: left;
}

.materials__subtitle {
    font-family: "Cera Pro", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    color: #000;
    display: none;
    padding: 16px 0;
    margin: 80px 0 0 0;
    box-sizing: border-box;
    text-align: center;
    border-bottom: 1px solid #e63c32;
}

.materials__slider {
    margin: 80px auto 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0px;
    max-width: 1482px;
    width: 100%;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.slick-list,
.slick-track {
    background-color: transparent;
}

/* .slick-track {
    padding-bottom: 82px;
} */

.materials__card {
    position: relative;
    display: flex !important;
    justify-content: center;
    align-items: center;
    
}

.materials__image {
    display: block;
	width: 165px;
	height: 165px;
    padding: 22px;
    border-radius: 100px;
    box-sizing: border-box;
    transform: translateY(0);
    transition: 750ms;
    background-color: #fff;
	cursor: pointer;
}

.materials__card:hover .materials__image,
    .active__img{
    transform: translateY(82px);
    transition: 750ms;
}




.materials__description {
    position: absolute;
    top: 22px;
    left: 15%;
    right: 15%;
    width: 120px;
    font-family: "Jost", sans-serif;;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    text-align: center;
    color: #000;
    text-align: center;
    z-index: 0;
    opacity: 0;
    transition: 750ms;
}

.materials__card:hover .materials__description,
.active__description{
    opacity: 1;
    transition: 750ms;
}

.materials__footer {
	display: none;
/*     margin: -37px auto 0; */
	margin: -5px auto 0;
    position: relative;
    z-index: 0;
    width: 100%;
/*     height: 200px; */
	height: auto;
/*     display: flex; */
    justify-content: center;
    align-items: center;
/*     background-color: #b4b9bd; */
	background-color: #fff;
    border-radius: 32px;
}

.materials__count {
    font-family: "Cera Pro", sans-serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 120%;
    color: #000;
}

.but__left {
    position: absolute;
    top: 15%;
    left: 0;
    z-index: 100;
    font-size: 80px;
    line-height: 80px;
    color: #e63c32;
    width: 20px;
    height: 80px;
    text-align: center;
}

.but__right {
    position: absolute;
    top: 15%;
    right: 0;
    z-index: 100;
    font-size: 80px;
    line-height: 80px;
    color: #e63c32;
    width: 20px;
    height: 80px;
    text-align: center;
}

.slick-disabled {
	color: #a7a7a7 !important;
}

@media only screen and (max-width: 1650px) {
    .but__left {
    left: 0;
}

.but__right {
    right: 0;
}
}

@media only screen and (max-width: 1200px) {
    .materials {
        padding: 80px 42px 45px;
	}
			.materials__title {
			font-size: 32px;
		}

		.materials__subtitle {
			font-size: 20px;
		}

		.materials__description {
			font-size: 20px;
		}

		.materials__footer {
			height: 150px;
		}

		.materials__count {
			font-size: 24px;
		}
}

@media only screen and (max-width:588px) {
        .materials {
			padding: 43px 20px 20px;
		}
			.materials__slider {
			margin: 30px auto 0;
		}
			.materials__title {
			font-size: 24px;
		}

		.materials__subtitle {
			font-size: 16px;
		}

		.materials__description {
			top: 0;
			left: 0;
			width: 100%;
			font-size: 14px;
		}

		.materials__footer {
			height: 100px;
		}

		.materials__count {
			font-size: 20px;
		}

		.slick-track {
			padding-bottom: 40px;
		}

		.materials__card {
			width: 80px;

		}

		.materials__image {
			width: 60px;
			height: 60px;
			padding: 10px;
			box-sizing: border-box;
		}

		.materials__card:hover .materials__image {
			transform: translateY(40px);
			transition: 750ms;
		}
		.but__left {
			left: 0;
			top: 10%;
		}

		.but__right {
			right: 0;
			top: 10%;
		}
}


/* *** END MATERIALS SLIDER *** */

/* *** START OUR PRODUCTS SLIDER *** */

.our__products__section .catalog_slider .slick-slide {
	transition: 400ms;
}

.our__products__section .catalog_slider .slick-slide:hover {
	transition: 400ms;
	transform: scale(1.15);
}

.our__products__section .catalog_slider .slick-next {
	top: 115%;
	right: 47%;
}

.our__products__section .catalog_slider .slick-prev {
	top: 115%;
	left: 47%;
}

.our__products__section .catalog_slider .slick-next:before,
.our__products__section .catalog_slider .slick-prev:before {
	font-size: 40px;
	color: #ff0000;
}

/* *** END OUR PRODUCTS SLIDER *** */

section.horizontal-form {
		height: auto;
		margin-bottom: 75px;
}

section.horizontal-form form .uacf7-form-wrapper-container {
    flex-wrap: wrap;
    justify-content: center;
}

section.horizontal-form form  .uacf7-form-wrapper-container .wpcf7-form-control-wrap {
    width: 22%;
}


section.horizontal-form form  .uacf7-form-wrapper-container .wpcf7-form-control-wrap[data-name="hcap-cf7"] {
	width: 40%;
	display: flex;
	justify-content: center;
}

section.horizontal-form form  .uacf7-form-wrapper-container .wpcf7-form-control-wrap textarea {
    width: 100%;
}


section.horizontal-form form .uacf7-form-wrapper-container .request-form__submit {
    order:1;
    width: 25%;
    margin-top: 20px;
}

.intl-tel-input.separate-dial-code .selected-flag,
.selected-dial-code {
	background-color: #fff0;
	color: #ACAAAA !important;
	font-size: 18px;
}

@media screen and (max-width: 989px) {
	
section.horizontal-form {
	height: auto;
	margin-top: 50px;
	margin-bottom: 50px;
}
	
	section.horizontal-form form  .uacf7-form-wrapper-container .wpcf7-form-control-wrap {
    width: 100%;
}

	
section.horizontal-form form  .uacf7-form-wrapper-container .wpcf7-form-control-wrap[data-name="hcap-cf7"] {
    display: flex;
	justify-content: center;
	margin-top: 20px;
	width: auto;

}

section.horizontal-form form .uacf7-form-wrapper-container .request-form__submit {
    order:1;
    width: 100%;
	margin-left: 0;
    margin-top: 40px;
}

}

/***  FEATURE SECTION ***/


.feature__section {
    max-width: 1920px;
    width: 100%;
    height: 706px;
    padding-top: 70px;
}

.feature__section--container {
    max-width: 1465px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.feature__block--title {
    font-family: "Roboto", sans-serif;
    font-weight: 800;
    font-size: 40px;
    line-height: 120%;
    color: #000;
    margin: 0 0;
}

.t__red {
    color: #e63c32;
}

.feature__block--text {
    margin: 0 0;
    margin-top: 24px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #000;
    width: 55%;
}

.feature__board {
    display: block;
    border-radius: 15px;
    width: 100%;
    height: auto /*300px*/;
    background: #1b1b1b;
    padding: 15px 15px;
    box-sizing: border-box;
    position: relative;
    margin-top: 18px;
    z-index: 0;
    overflow: hidden;
}

.feature__board--container {
    width: 50.85%;
    background: #1b1b1b;
}
.feature__board--scroll {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px 15px;
}

.half__box {
    width: 48.5%;
}

.full__box {
    width: 100%;
}

.feature__box {
    display: block;
    border: 0.90px solid #828282;
    border-radius: 10px;
    background: #fff;
    padding: 20px 13px;
    box-sizing: border-box;
    position: relative;
}

.feature__box--title {
    margin: 0 0;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    color: #000;
    width: 70%;
}

.feature__box--text {
    margin: 0 0;
    margin-top: 23px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #000;
    width: 80%;
}

/* .text-full {
    width: 100% !important;
} */

.full__box .feature__box--text {
    width: 65%;
}

.feature__box--logo {
    position: absolute;
    top: 16px;
    right: 22px;
}

.feature__board--logoflex {
    position: absolute;
    bottom: 24px;
    right: 30px;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 7px;
}

.logoflex__title {
    display: block;
    margin: 0 0;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    color: #a4a4a4;
    padding: 5px 0 5px 5px;
    border-radius: 8px;
    background: #1b1b1b;
}

.feature__board--logobg {
    position: absolute;
    bottom: -32px;
    right: 16%;
    z-index: 0;
}

.feature__block--link {
    justify-self: end;
    text-align: center;
    display: block;
    margin-top: 17px;
    margin-right: 7px;
    border-radius: 24px;
    padding: 7px 39px;
    width: 287px;
    height: auto;
    box-sizing: border-box;
    background: #e63c32;
    font-family: "Cera Pro", sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 110%;
    color: #fff !important;
    text-decoration: none;
}

.feature__block--link:hover {
    background-color: #9b1a12 !important;
}

.feature__block--link-text:before {
    display: none;
}

.feature__board--logoco2 {
    position: absolute;
    bottom: 31px;
    right: 38px;
    z-index: 0;
}

@media only screen and (max-width: 1465px) {
    .feature__block--title {
        margin-left: 33px;
    }


    .feature__block--text {
        margin-left: 33px;
    }
}
@media only screen and (max-width: 1030px) {
    /* .feature__board--container {
        width: 60%;
    } */
    .half__box {
        width: 47.5%;
    }
}

@media only screen and (max-width: 768px) {
    .feature__block--title {
        font-size: 24px;
        margin-left: 33px;
    }


    .feature__block--text {
        width: 60%;
        font-size: 14px;
        margin-left: 33px;
    }
    .feature__box--text {
        font-size: 14px;
        margin-top: 10px;
        width: 75%;
    }

    .feature__board {
        border-radius: 0;
        min-height: 308px;
        padding: 33px 33px;
        display: flex;
        justify-content: flex-start;
        align-items: flex-end;
    }

    .feature__board--logobg {
        bottom: 0;
        right: 32px;
        width: 325px;
        height: auto;
    }

    .feature__board--logoflex {
        position: absolute;
        top: 62px;
        left: 43px;
        bottom: auto;
        right: auto;
    }
    
    .feature__board--container {
        overflow-x: scroll;
        width: 100%;
    }

    .feature__board--scroll {
        display: flex;
        width: max-content;
        flex-wrap: nowrap;
        justify-content: flex-start;
        gap: 18px;
    }
    
    .feature__board--container::-webkit-scrollbar {
        display: none;
    }

    .half__box {
        width: 312px;
    }
    
    .full__box {
        width: 480px;
    }

    .full__box .feature__box--text {
        width: 90%;
    }

    .feature__block--link {
        justify-self: center;
        padding: 11px 39px;
        font-size: 16px;
    }

    .feature__block--link-text {
        position: relative;
        padding-left: 30px;
    }
    .feature__block--link-text:before {
        content: '';
        display: block;
        width: 19px;
        height: 19px;
        background: url('./img/download.svg') center no-repeat;
        background-size: cover;
        position: absolute;
        top: 0;
        left: 0;
    }

    /*co2*/

    .feature__board--co2 {
        min-height: auto;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    .feature__board--logoco2 {
        position: static;
    }

    .feature__board--container--co2 {
        margin-top: -50px;
    }
    
    .feature__box--title {
        width: 80%;
    }

}

@media only screen and (max-width: 576px) {
    .feature__section {
        height: auto;
        padding-top: 20px;
    }


    .feature__block--title {
        margin-left: 16px;
    }


    .feature__block--text {
        width: 95%;
        margin-left: 16px;
    }


    .feature__board {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        padding: 0 0;
        border-radius: 20px;
        /* min-height: auto; */
    }

    .feature__board--logobg {
        position: static;
        margin-top: -20px;
    }
    .feature__board--logoflex {
        order: 1;
        position: static;
        margin-bottom: 20px;
    }

    .feature__board--container {
        margin-top: -80px;
    }
    .feature__board--co2 {
        gap: 55px;
    }
    
    .feature__board--container--co2 {
        margin-top: 0;
        margin-bottom: 25px;
    }
    .feature__board--scroll {
        padding: 0 25px;
    }

    
    .full__box .feature__box--text {
        width: 70%;
    }

    .feature__board--logoco2 {
        margin-top: 70px;
        width: 353px;
    }

}

@media only screen and (max-width: 374px) {
    .feature__board--logobg {
        width: 257px;
    }

    .half__box {
        width: 300px;
    }
    
    .full__box {
        width: 300px;
    }
    .feature__board--logoco2 {
        width: 300px;
    }
}

/*** CONTROL SECTION ***/


.control__section {
    max-width: 1920px;
    width: auto;
    height: 671px;
    padding: 49px 32px 0;
    box-sizing: border-box;
	position: relative;
	z-index: 10;
}

.control__section--wrapper {
    max-width: 1465px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    border-radius: 24px;
}
.control__section--container {
    max-width: 1465px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    border-radius: 24px;
}

.control__video--bg {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: cover;
  object-position: center;
  border-radius: 24px;
}

.video-bg1 {
    z-index: 20;
}
.video-bg2 {
    z-index: 10;
}

.control__block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 513px;
    padding: 27px 26px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 85%, rgba(0, 0, 0, 1) 100%);
    border-radius: 24px;
    box-sizing: border-box;
    position: relative;
    z-index: 50;
}

.control__block--title {
    font-family: "Roboto", sans-serif;
    font-weight: 800;
    font-size: 40px;
    line-height: 120%;
    color: #fff;
    margin: 0 0;
}

.control__block--text {
    margin: 0 0;
    margin-top: 15px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #fff;
    width: 50%;
}

.control__block--list {
    display: flex;
    gap: 38px;
    margin: 0 0;
}

.control__block--list .list-unit {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: #fff;
}

.control__block--extra {
    display: block;
    width: 513px;
    height: auto;
    padding: 19px 17px;
    border-radius: 16px;
    background: #fff;
}
.control__block--extra--title {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
    color: #000;
    margin: 0 0;
}

.control__block--extra--text {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #000;
    margin-top: 16px;
    margin-bottom: 0;
}

.extra__wrapper {
    position: absolute;
    bottom: 0;
    right: 0;
}

.extra1 {
    position: absolute;
    right: 85px;
    bottom: -60px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(86.0999984741211px);
    z-index: 100;
    opacity: 0.63;
    cursor: pointer;
}
.extra2 {
    position: absolute;
    right: 42px;
    bottom: -20px;
    backdrop-filter: blur(86.0999984741211px);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    opacity: 0.63;
    z-index: 100;
    cursor: pointer;
}

.vis {
    backdrop-filter: none;
    z-index: 200;
    opacity: 1;
}
.vis-video {
    z-index: 30;
}

.arrow__prev,
.arrow__next {
    display: none;
}

@media only screen and (max-width: 1410px) {
    .control__block--list {
        display: flex;
        flex-direction: column ;
        gap: 15px;
    }
}

@media only screen and (max-width: 989px) {
    .control__section {
        height: auto;
        padding: 25px 32px;
    }
    
    .control__block {
        min-height: 400px;
        height: auto;
        padding: 25px 23px;
    }
    
    .control__block--title {
        font-size: 36px;
    }
    
    .control__block--text {
        font-size: 13px;
        width: 100%;
    }

    .control__block--list .list-unit {
        font-size: 16px;
    }

    .control__block--extra {
        width: 368px;
        padding: 15px 15px;
    }

    .control__block--extra--title {
        font-size: 24px;
    }
    
    .control__block--extra--text {
        font-size: 11px;
    }
    .extra1 {

        right: 0px;
        bottom: -50px;
    }
    .extra2 {
        right: -15px;
        bottom: -10px;
    }
}

@media only screen and (max-width: 767px) {
    .control__section {
        height: auto;
        padding: 15px;
    }
    
    .control__block {
        min-height: 577px;
        height: auto;
        padding: 15px 15px;
        background-position: 30% 0;
    }
    
    .control__block--title {
        font-size: 24px;
    }
    
    .control__block--text {
        font-size: 13px;
    }

    .control__block--list {
        display: none;
    }

    .control__block--extra {
        width: 256px;
        padding: 20px 16px;
    }
    
    .control__block--extra--title {
        font-size: 20px;
    }
    
    .control__block--extra--text {
        font-size: 14px;
    }
    .extra__wrapper {
        position: relative;
        width: 256px;
        height: 220px;
        top: -50px;
        margin: 0 auto;
    }
    
    .extra1 {
        top: 13px;
        right: auto;
        bottom: auto;
        left: auto;
    }
    
    .extra2 {
        top: 0;
        right: auto;
        bottom: auto;
        left: auto;
    }
    
    .arrow__prev,
    .arrow__next {
        display: block;
        position: absolute;
        top: 45%;
        width: 37px;
        height: 37px;
        border-radius: 8px;
        box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    }
    .arrow__prev {
        left: -47px;
        background: url("/wp-content/uploads/arrprev.svg") center no-repeat;
        background-color: #fff;
        z-index: 1000;
    }
    .arrow__next {
        right: -47px;
        background: url("/wp-content/uploads/arrnext.svg") center no-repeat;
        background-color: #fff;
        z-index: 1000;
    }
    
    .arrow__prev:hover,
    .arrow__prev:focus,
    .arrow__prev:active,
    .arrow__next:hover,
    .arrow__next:focus,
    .arrow__next:active {
        box-shadow: 0 4px 4px 4px rgba(0, 0, 0, 0.35);
    }

    .control__video--bg {
        max-height: 100%;
        max-width: fit-content;

      }
}


@media only screen and (max-width: 375px) {
    .control__block--extra {
        padding: 20px 20px;
    }
    .arrow__prev {
        left: -15px;
    }
    .arrow__next {
        right: -15px;
    }
}