/* .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;
}

.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: Montserrat-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;
  }
}


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

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

.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: 31.7%;	
}

.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: 150px
}


.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: 'Montserrat-Regular';
  margin-bottom: 17px;
}

.offers_post_title{
	font-size: 24px;
  line-height: 31px;
  font-family: Montserrat-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: Montserrat-Regular;
  margin-bottom: 22px
}

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

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

}

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

.trusting_subtitle{
	font-family: Montserrat-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: Montserrat-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: Montserrat-Bold;
  font-size: 20px;
  line-height: 24px;
  color: #000
}

.description_wrap_right_column p{
	font-family: Montserrat-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: 52px!important;
}

.job_alerts{
		padding: 60px 0;
		display: flex;
	}
	
	.job_alerts h2{
		font-family: Montserrat-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 div {
	align-items: stretch;
}

.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;
	margin: 20px 0;
}
.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;
}


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

.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: 0;
		bottom: 50px;
		align-items: center;
		z-index: 12;
	}
	.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: Montserrat-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: Montserrat-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: Montserrat-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: Montserrat-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: "Montserrat", 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: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #000;
    margin: 0 0;
    margin-top: 24px;
}

.single-video__text {
    font-family: "Montserrat", 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: "Montserrat", 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;
}

.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: "Montserrat", 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;
}

@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: "Montserrat", 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: "Montserrat", 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;
	}

	.slide-blog__date, .rt-time, .rt-postfix {
		font-size: 16px;
		font-weight: 400;
	}

	.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: -40%;
	left: 20%;
	width: 60%;
	background-color: #adadad30;
	padding: 15px;
	border-radius: 20px;
}


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

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

.update__fullwidth .test .rev-slide--textblock p {
	font-size: 18px;
	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) {
	.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;
	}
	
	.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;
	}
}

/* *** 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: Montserrat-regular;
    font-size: 28px;
    line-height: 1.15em;
    color: #000;
    margin-bottom: 20px;
}



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

.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: 60%;
        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: 63% !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 *** */

.globus__container>div>div,
.globus__container__service>div>div {
	display: flex;
	justify-content:center;
}


.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: "Montserrat", 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: "Montserrat", 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: "Montserrat", 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: "Montserrat", 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: "Montserrat", 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: "Montserrat", 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;
	display: inline-block;
}

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%*/ -8%;
    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 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; /* Цвет текста для контраста */
}

.request-form form p {
	display: flex;
	align-items: flex-end;
	gap: 25px;
/* 	flex-wrap: wrap; */
}

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

.blog-grid__item--first .slide-blog__title {
	color: #fff;
}

.slide-blog, .blog-grid__first-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.blog-grid__first-content{
  justify-content: flex-start;
}

.blog-grid__item--first {
  -ms-grid-column-span: 3;
  grid-column: span 3;
  position: relative;
}

.blog-grid__item--first .slide-blog {
    display: flex;
	flex-direction: row;
    gap: 30px;
}

.blog-grid__item--first .slide-blog__date {
	color: #000000B3;
}

.blog-grid__item--first .slide-blog__image {
  height: 100%;
  width: 65%;
}

.blog-grid__item--video .slide-blog__image {
  position: relative;
}
.blog-grid__item--video .slide-blog__image::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6) url(../img/play.svg) no-repeat center/90px;
  z-index: 1;
  -webkit-transition: 0.2s linear all;
  -o-transition: 0.2s linear all;
  transition: 0.2s linear all;
}
.blog-grid__item--video .slide-blog__image::after {
  display: none;
}
.blog-grid__item--video .slide-blog__image:hover::before {
  background-color: transparent;
}

.blog-grid__first-content {
	position: static;
	width: 33%;
}

.blog-grid__item--first .blog-grid__first-content h4,
.blog-grid__item--first .blog-grid__first-content p {
	color: #000;
}

.blog__load-more {
  background: #fff;
  height: 67px;
  display: -ms-grid;
  display: grid;
  place-items: center;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 110%;
  color: #E63D33;
  width: 100%;
  margin-top: 70px;
}

.blog_post_readmore {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 500;
    line-height: 10px;
    letter-spacing: -0.3px;
    color: #E63D33;
    margin-top: 42px;
}

@media only screen and (max-width: 768px) {
	.blog-grid {
		display: flex;
		flex-direction: column;
	}
	.blog-grid__item--first .slide-blog {
		flex-direction: column;
	}
	.blog-grid__item--first .slide-blog__image {
		width: 100%;
	}
	.blog-grid__item--first .blog-grid__first-content {
		width: 100%;
	}
}


/* *** 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 .detali__item--img img {
	position: static;
	aspect-ratio: 2/1;
}

.page-categories__title {
       transform: rotate(0deg);
}

/* *** 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;
}

.comparisson__slider .slides {
    display: flex;
    transition: transform 0.5s ease;
}

.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;
}

.comparisson__slider .slide__header__block {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 40px;
    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: 5px;
    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: uppercase;
    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;
}

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

@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%;
    }
}

.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;
}

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

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


@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;
}

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

.wechat__container:hover picture>img {
	width: 150px;
	transition: 500ms;
}

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

/** horizontal cf **/

.horizontal-form {
	margin-bottom: 50px;
}

.horizontal-form form {
	display: flex;
    flex-wrap: wrap;
}

.horizontal-form form .get_in_touch_inputs {
	justify-content: space-between;
    align-items: flex-start;
}

.horizontal-form form .get_in_touch_inputs p {
	width: 31%;
}

.horizontal-form form .subscribe_acceptance {
    justify-content: center;
}

.horizontal-form form>p {
	width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
	gap: 0 !important;
}

.horizontal-form form>p .kc_captcha {
	display: flex;
	justify-content: center;
}

@media only screen and (max-width: 989px) {
	.horizontal-form form .get_in_touch_inputs p {
    	width: 100%;
	}
}

/* flag content */

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

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

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


.postid-2278 .detali__item--img img,
.postid-2288 .detali__item--img img,
.postid-2294 .detali__item--img img,
.postid-1238 .detali__item--img img,
.postid-2299 .detali__item--img img,
.postid-2375 .detali__item--img img,
.postid-2371 .detali__item--img img,
.postid-2306 .detali__item--img img,
.postid-2307 .detali__item--img img,
.postid-2315 .detali__item--img img,
.postid-9834 .detali__item--img img,
.postid-2304 .detali__item--img img,
.postid-2373 .detali__item--img img,
.postid-2320 .detali__item--img img,
.postid-2327 .detali__item--img img {
	aspect-ratio: 1/1;
}
@media only screen and (max-width: 588px) {
	.product__slider .swiper-wrapper {
		margin-top: 50px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 489px) {
	.swiper-container__wrapper .swiper-wrapper {
    	margin-top: 90px;
	}
}

/* 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;
/* 		display: none; */
		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;
}