:root {
  --green-background: #5b7849;
  --green-background-tem: #719267;
  --grey-background: #f8f8f8;
  --grey-t-background: #f2f2f2;
  --gray-color: #eeeeee;
  --color-red: #ed4c5c;
  --size-font-botton: 14px;
  --box-shadow-botton: -8px 3px 10px 0px rgb(0 0 0 / 50%);
  --box-shadow-container: -7px 6px 10px 0px rgb(124 124 124 / 35%);
  --font-title: 'Roboto', sans-serif;
  --grey-background-color: #939393;
}

.flactory__open {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif !important;
}

p {
  line-height: 1.7;
  word-spacing: 3px;
  color: #444;
}

li {
  margin-bottom: 6px;
  word-spacing: 3px;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 140% !important;
  color: var(--n-color-text) !important;
}

/* .fa, .fas {
    font-family: "Font Awesome 5 Free" !important;
} */

.container--custom {
  width: 100% !important;
  max-width: 1200px !important;
}

.show-modals {
  display: block !important;
}

.hide-modals {
  display: none;
}

body.no-scroll {
  overflow: hidden;
}

#menu-menju-novoe .nav-content {
  display: none;
}

/* Дизайн кнопок */
#button-design .b-green,
#button-design .b-green:before {
  background: #499bea;
  background: -moz-linear-gradient(45deg, #499bea 0, #1abc9c 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0, #499bea), color-stop(100%, #1abc9c));
  background: -webkit-linear-gradient(45deg, #499bea 0, #1abc9c 100%);
  background: -o-linear-gradient(45deg, #499bea 0, #1abc9c 100%);
  background: -ms-linear-gradient(45deg, #499bea 0, #1abc9c 100%);
  background: linear-gradient(45deg, #4f8413 0, #1abc9c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#499bea', endColorstr='#1abc9c', GradientType=1);
}

#button-design .button2 {
  display: inline-block;
  font-size: var(--size-font-botton);
  margin: 0.5em;
  padding: 0.5em 15px;
  border-radius: 5px;
  transition: all 0.5s;
  filter: hue-rotate(0);
  color: #fff;
  box-shadow: var(--box-shadow-botton);
  text-decoration: none;
}

#button-design .rot-135:hover {
  filter: hue-rotate(100deg);
}

.wpcf7-submit {
  font-size: 14px !important;
  font-weight: 600 !important;
  padding: 10px 20px !important;
  color: #fff !important;
  background-color: var(--green-background) !important;
  transition: all 0.2s linear !important;
  border-radius: 0 !important;
  border: none !important;
}

.wpcf7-submit:focus,
.wpcf7-submit:hover {
  background-color: var(--green-background-tem) !important;
  color: #fff !important;
}

/* ------------------- */

.woocommerce-loop-category__title {
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
}

.button__free__position {
  border: none;
  background-color: #fff0 !important;
  position: fixed;
  bottom: 160px;
  right: 54px;
  z-index: 3;
  border-radius: 50% !important;
}

.button__free__position:focus,
.button__free__position:hover {
  background-color: #fff0 !important;
}

.button__free__position__img {
  padding: 9px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  transform: scale(1);
  box-shadow: 0 0 0 0 rgba(91, 120, 73, 1);
  background: #b6d3db;
  /* 	animation: pulse 2s infinite; */
  cursor: pointer;
}

.free__position__content {
  display: none;
  flex-direction: column;
  gap: 15px;
}

.button__free__close {
  display: none;
  position: fixed;
  bottom: 160px;
  right: 40px;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  background: #b6d3db;
  padding: 15px;
  width: 80px;
  height: 80px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
}

.img__whatsapp__icon {
  padding: 0px !important;
  background: none;
}

.entry-content.entry.clr > .entry > .related.products > .products.oceanwp-row.clr.grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}

@media (max-width: 1080px) {
  .button__free__position__img {
    padding: 14px;
    width: 50px;
    height: 50px;
    animation: none;
  }

  .button__free__close {
    padding: 5px 15px 15px;
    width: 50px;
    height: 50px;
    bottom: 144px;
    right: 53px;
  }

  .button__free__position {
    bottom: 144px;
    right: 50px;
  }
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(91, 120, 73, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(91, 120, 73, 0.7);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(91, 120, 73, 0);
  }
}

.btn__per__yclince > .btn__green {
  padding: 10px 20px;
}

.btn__white {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  border: 2px solid var(--green-background);
  background-color: #fff;
  box-shadow: 0 4px 10px rgb(0, 0, 0, 0.2);
  border-radius: 0;
  padding: 4px 15px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.btn__white:focus,
.btn__white:hover {
  color: var(--green-background-tem);
  border-color: var(--green-background-tem);
  box-shadow: 0 4px 10px rgb(0, 0, 0, 0.4);
}

.custom__tinkoff__btn {
  /* margin-left: 10px; */
  padding: 9px 10px !important;
  color: #fff !important;
  background-color: #2c341c !important;
  font-weight: 500 !important;
  font-size: 13px !important;
  border-radius: 0 !important;
  height: 34px;
}

.custom__tinkoff__sert {
  border-radius: 5px !important;
  padding: 9px 10px !important;
  color: #000 !important;
  font-weight: 500 !important;
  font-size: 13px !important;
}

.custom__text__banner__pod {
  margin-bottom: 25px;
}

/* .oceanwp-custom-menu {
    font-family: 'Open Sans', sans-serif;
} */

.abonement__block__grup > div > div > button {
  line-height: 14px;
  padding: 10px !important;
}

.proisvolnii__text {
  margin-top: 30px;
}

.custom__btn__center {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

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

.btn__green--vopros {
  color: #fff;
  background-color: #719267;
  font-size: 15px;
  padding: 12px 24px !important;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  transition: all 0.2s ease-in-out;
}

.btn__green--vopros:focus,
.btn__green--vopros:hover {
  background-color: #566e4f;
}

.btn__green--yclince {
  padding: 10px 20px !important;
  font-weight: 400 !important;
}

.btn__green--sales-green {
  color: #fff;
  background-color: #719267;
  font-size: 15px;
  padding: 12px 24px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  border-style: solid;
  border-width: 2px 2px 2px 2px !important;
  border-color: #719267;
  border-radius: 8px 8px 8px 8px !important;
  box-shadow: -8px 3px 10px 0px rgb(0, 0, 0, 0.5);
  transition: all 0.2s ease-in-out;
}

.btn__green--sales-green:focus,
.btn__green--sales-green:hover {
  background-color: #566e4f;
}

.btn__green--cel {
  background-color: #fff;
  border: 2px solid #709368;
  padding: 10px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  transition: all 0.2s ease-in-out;
}

.btn__green--cel:focus,
.btn__green--cel:hover {
  background-color: #719267;
  color: #fff;
}

.btn__red {
  background-color: #ed4c5c;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
  padding: 13px 25px;
  line-height: 1;
  transition: all 0.2s ease-in-out;
}

.btn__red:focus,
.btn__red:hover {
  box-shadow: -8px 3px 10px 0px rgb(0, 0, 0, 0.5);
  background-color: #ed4c5c;
}

.btn__grup__header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  gap: 10px;
}

.btn__green--bakground {
  color: #fff;
  background-color: #719267;
  font-size: 15px;
  padding: 10px 15px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  border-style: solid;
  border-width: 2px !important;
  border-color: #719267;
  transition: all 0.2s ease-in-out;
}

.btn__green--bakground:focus,
.btn__green--bakground:hover {
  border-style: solid;
  border-width: 2px !important;
  border-color: #719267;
  background-color: #fff;
  color: #333;
}

/* ------------- */

.dop__red {
  margin-top: 50px;
}

.heleo__banner__text__icon {
  margin: 0 20px 20px 0;
}

/* Макет страницы Абонементы */

.uk-accordion-title::before {
  float: right;
}

.abonement {
  margin: 100px 0 50px;
}

.abonement__prev {
  position: relative;
}

.abonement__title {
  color: var(--grey-t-background);
  font-size: 70px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 0.8em;
  letter-spacing: 3.8px;
  position: absolute;
  top: -43px;
  left: 0;
}

.abonement__st__title {
  font-size: 36px;
  font-weight: 500;
  font-family: var(--font-title);
}

.abnement__st__text {
  margin-top: 15px;
  font-size: 18px;
  letter-spacing: 1px;
}

.abonement__block__title {
  background-color: var(--green-background);
  margin-top: 60px;
}

.abonement__block__title--gray {
  background-color: var(--gray-color);
}

.abonement__price__title {
  color: #8bb66f;
  background-color: #fff;
  font-size: 62px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 0.8em;
  letter-spacing: 3.8px;
  text-align: center;
  width: 80%;
  margin: 0 auto;
}

.abonement__price__title--gray {
  color: #333;
}

.abonement__accordion {
  margin-top: 30px;
}

.abonement__mas__block {
  background-color: var(--grey-background);
  padding: 25px 0;
}

.abonement__mas__content {
  text-align: center;
}

.abonement__mas__title {
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
  font-family: var(--font-title);
}

.abonement__mas__title span {
  font-size: 18px;
  display: block;
  margin-top: 5px;
}

.abonement__mas__subtitle {
  font-size: 18px;
  font-weight: bold;
}

.abonement__mas__spisok {
  width: 100%;
  max-width: 800px;
  margin: 20px auto 0;
}

.abonemetn__spisok__title {
  font-size: 20px;
  font-weight: 500;
}

.abonement__spisok__str {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3px;
}

.abonement__block__grup {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.abonemetn__spisok__grup {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 20px;
  gap: 5px;
}

.abonemetn__spisok__grup #button-design > a {
  padding: 8px 10px;
  border: 1px solid #2f3d19;
}

.abonement__li {
  border-bottom: 2px solid #000;
  padding-bottom: 20px;
}

.abonement__li:first-child {
  border-top: 2px solid #000;
  padding-top: 20px;
  margin-top: 30px;
}

.abonemetn__spisok__name {
  font-size: 20px;
  font-weight: 600;
}

.abonemetn__spisok__name__sub {
  font-weight: 700;
}

.abonemetn__spisok__sprice {
  font-size: 20px;
  font-weight: 600;
  color: #b9b6b6;
}

.abonemetn__spisok__price {
  font-size: 20px;
  font-weight: 600;
  margin-left: 20px;
}

.abonemetn__info {
  margin-top: 50px;
}

.abonemetn__info > div > .abonemetn__spisok__title {
  text-align: center;
}

.abonemetn__info__text {
  margin-top: 15px;
}

.abonement__deposit {
  padding: 50px 0 70px;
  margin-top: 30px;
  background-color: var(--grey-background);
}

.abonement__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.deposity__title {
  font-size: 36px;
  font-weight: 500;
  font-family: var(--font-title);
}

.deposity__text {
  margin-top: 15px;
}

.abonement__img {
  max-width: 530px;
}

.abonement__item {
  margin-left: 40px;
}

.abonement__item:nth-child(1) {
  width: 35%;
}

.abonement__item:nth-child(2) {
  width: 65%;
}

.abonement__item .abonement__img {
  width: 100%;
  object-fit: cover;
}

.abonement__item:first-child {
  margin-left: 0;
}

.abonement__deposit__ul {
  font-weight: 700;
  margin: 15px 0 30px !important;
}

.abonement__deposit__ul > li {
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
}

.abonement__deposit__ul > li > p {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.abonement__deposit__ul > li > p > .dolami {
  width: 162px;
}

.btn-wrap.clr a {
  width: 160px;
}

.abonement__about__title {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.2;
  font-family: var(--font-title);
}

.abonement__about {
  margin-top: 30px;
}

.abonement__text__about__two {
  margin-top: 30px;
}

/* ------------------------- */

/* Плитки */

.plitki {
  margin-top: 30px;
  margin-bottom: 50px;
}

.plitki__title {
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  font-family: var(--font-title);
}

.plitki__inner {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}

.plitki__item {
  padding: 30px 30px 60px;
  box-shadow: var(--box-shadow-container);
  margin-left: 10px;
  position: relative;
  width: 25%;
  min-height: 400px;
}

.plitki__item:first-child {
  margin-left: 0;
}

.plitki__item--heidth {
  min-height: auto;
}

.plitki__number {
  color: #f2f2f2;
  font-size: 100px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 0.8em;
  letter-spacing: 3.8px;
  position: absolute;
  top: 20%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}

.plitki__content {
  position: relative;
  top: 35px;
  /* left: 50%; */
  z-index: 2;
  transform: translate(0, 0);
  width: 100%;
  height: 100%;
}

.plitki__content__title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}

.plitki__content__text {
  font-size: 16px;
  text-align: center;
  margin-top: 15px;
}

/* ----------------------- */

/* Отзывы */

.otzivi {
  /* margin-top: 50px; */
  background-color: var(--grey-background);
  padding: 50px 0 50px;
  position: relative;
}

.otzivi__title {
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  font-family: var(--font-title);
}

.otzivi__inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 0px 30px;
  /* margin-top: 110px; */
}

.otzivi__item {
  height: 530px;
  padding-top: 100px;
}

.otzivi__item__container {
  box-shadow: var(--box-shadow-container);
  padding: 110px 30px 30px;
  background-color: #fff;
  position: relative;
}

.otzivi__img {
  max-width: 150px;
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
}

.otzivi__img > img {
  border-radius: 50%;
}

.otzivi__name {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

.otzivi__text {
  font-size: 16px;
  font-weight: 400;
  margin-top: 5px;
  text-align: center;
  min-height: 206px;
}

.otzivi__text > p {
  line-height: inherit;
  word-spacing: inherit;
  color: inherit;
}

.otzivi__content > #button-design {
  text-align: center;
  margin-top: 20px;
}

.otzivi__block {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.otzivi__grup > span {
  display: block;
  font-size: 16px;
  font-weight: 500;
}

.otzivi__block__btn {
  display: flex;
  justify-content: flex-end;
  margin-left: 50px;
}

.otzivi__block__btn a {
  text-align: center;
  margin-left: 40px !important;
  transition: all 0.2s ease-in-out;
}

.otzivi__block__btn a:focus .otzivi__button__img,
.otzivi__block__btn a:hover .otzivi__button__img {
  box-shadow: 0 4px 10px rgb(91, 120, 73, 0.4) !important;
}

.otzivi__button__img {
  max-width: 110px !important;
  display: block;
  box-shadow: 0 4px 10px rgb(91, 120, 73, 0.2) !important;
  transition: all 0.2s ease-in-out !important;
  border: 2px solid var(--green-background) !important;
}

/* --------------------------- */

/* Сертификаты  */

.sertifikat {
  margin: 50px 0 50px;
}

.sertifikat__title {
  color: #333;
  font-size: 70px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 0.8;
  letter-spacing: 3.8px;
}

.sertifikat__block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sertifikat__left {
  width: 50%;
}

.sertifikat__left__button {
  background-color: var(--green-background);
  padding: 10px 20px;
  color: #fff;
  display: inline-block;
  margin-top: 25px;
  transition: all 0.2s ease-in-out;
}

.sertifikat__left__button:focus,
.sertifikat__left__button:hover {
  background-color: var(--green-background-tem);
  color: #fff;
}

.sertifikat__str__title {
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
  font-family: var(--font-title);
}

.sertifikat__str__text {
  margin-top: 25px;
  font-size: 16px;
  letter-spacing: 1px;
}

.sertifikat__right {
  width: 50%;
  margin-left: 40px;
}

.sertifikat__img {
  margin-top: 25px;
  /* max-width: 500px; */
}

.sertifikat__inner {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}

.sertifikat__item {
  /* width: 23%;
    margin-left: 20px; */
  text-align: center;
  box-shadow: var(--box-shadow-container);
  padding: 25px;
}

.sertifikat__item .dolami {
  width: 162px;
  margin: 0 auto 0;
}

.sertifikat__item > #button-design {
  margin-top: 20px;
}

.sertifikat__item__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 15px;
  font-family: var(--font-title);
}

.sertifikat__item__title > p {
  margin-bottom: 0;
  line-height: 1.3;
}

.sertifikat__item__text {
  min-height: 180px;
}

.sertifikat__item__price {
  font-size: 30px;
  font-weight: 700;
  margin-top: 20px;
}

.sertifikat__item__grup__button {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.sertifikat__item__grup__button a,
.sertifikat__item__grup__button button {
  width: 162px;
}

.sertifikat__big__container {
  background-color: var(--grey-t-background);
  margin-top: 60px;
}

.srtifikat__big__title {
  color: var(--grey-t-background);
  background-color: #fff;
  font-size: 70px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 0.8em;
  letter-spacing: 3.8px;
  text-align: center;
  width: 80%;
  margin: 0 auto;
}

.sertifikat__right__text {
  color: #434343;
  font-size: 18px;
  font-weight: 700;
  -webkit-text-stroke-color: #000;
  stroke: #000;
  margin-top: 40px;
  line-height: 1;
  text-align: right;
}

/* -------------------------- */

/* Woocommerce */

#content > article > ul.products.oceanwp-row.clr.grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
}

.woocommerce ul.products .product {
  width: 100%;
}

.product-inner {
  box-shadow: none !important;
}

.col:not(.slick-slide) {
  box-shadow: var(--box-shadow-container);
  /* width: 31% !important; */
  margin-left: 0 !important;
}

.search-results article {
  /* border: none !important; */
  box-shadow: none !important;
}

.woocommerce .widget_product_categories li ul.children li {
  border-bottom: 1px solid var(--grey-t-background);
  padding-bottom: 5px;
}

.woocommerce-products-header > .term-description > h1 {
  font-size: 30px;
}

/* -------------------------- */

/* Str servicesCos */

.servicesCos {
  margin-top: 30px;
}

.servicesCos__banner {
  position: relative;
}

.servicesCos__banner__img {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  object-fit: cover;
  max-height: 500px;
}

.servicesCos__banner__title {
  font-family: var(--font-title);
  line-height: 1;
}

.servicesCos__block__logo {
  color: #ffffff;
  font-size: 120px;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  position: absolute;
  top: 5px;
  left: 10px;
  width: 100%;
  max-width: 500px;
  height: 170px;
  /* z-index: 1; */
}

.servicesCos__block__pokazaniay {
  width: 50%;
}

.servicesCos__block__pokazaniay__dop {
  width: 100%;
}

.servicesCos__block__pochemu {
  border-left: 1px solid #ccc;
  margin-left: 20px;
  padding-left: 40px;
  width: 50%;
}

.servicesCos__banner__content {
  position: absolute;
  top: 50%;
  right: 22px;
  width: 600px;
  height: auto;
  background-color: rgba(255, 255, 255, 0.777);
  padding: 20px;
  transform: translateY(-50%);
  /* z-index: 2; */
}

.servicesCos__banner__content--top {
  transform: translateY(-38%);
}

.servicesCos__banner__text {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
}

.servicesCos__grup__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  gap: 10px;
}

.servicesCos__price__colums {
  margin-top: 10px;
}

.servicesCos__price {
  font-size: 30px;
  font-weight: 700;
  margin-right: 30px;
  line-height: 1;
}

.servicesCos__sprice {
  font-size: 30px;
  font-weight: 700;
  margin-right: 30px;
  color: var(--color-red);
  line-height: 1;
}

.price__null s {
  text-decoration: none;
  color: #000;
}

.servicesCos__time__procedur {
  font-size: 20px;
  font-weight: 700;
  margin-right: 30px;
  line-height: 1;
  margin-top: 10px;
}

.servicesCos__time__procedur > span {
  display: block;
  font-size: 18px;
  margin-top: 5px;
  font-weight: 400;
}

.servicesCos__content {
  display: flex;
  justify-content: space-between;
  margin: 50px 0;
}

.servicesCos__left {
  width: 27%;
}

.servicesCos__right {
  width: 73%;
  margin-left: 40px;
}

.servicesCos__left__title {
  font-size: 2rem;
  font-weight: 700;
  font-family: var(--font-title);
}

.servicesCos__right__podhodit {
  padding: 30px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.268);
}

.servicesCos__right__title {
  font-size: 2.4rem;
  font-weight: 700;
  text-transform: uppercase;
  font-family: var(--font-title);
}

.servicesCos__right__title--center {
  text-align: center;
}

.servicesCos__right__preim {
  margin-top: 30px;
}

.servicesCos__right__preim__inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 20px;
}

.servicesCos__right__preim__inner--color > .servicesCos__right__preim__item {
  background-color: #175305;
}

.servicesCos__right__preim__item {
  width: 100%;
  /* max-width: 330px; */
  padding: 5px 20px;
  background-color: #719267;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 30px;
  /* margin-left: 20px; */
  margin-bottom: 10px;
  text-align: left;
}

/* .servicesCos__right__preim__item:first-child {
    margin-left: 0;
} */

.servicesCos__right__etap {
  margin-top: 30px;
}

.servicesCos__right__etap__img {
  border-radius: 8px;
  margin-bottom: 20px;
}

.servicesCos__right__etap__grup {
  margin-top: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #ccc;
}

.servicesCos__right__etap__num {
  color: #f2f2f2;
  font-size: 80px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 0.8em;
  letter-spacing: 3.8px;
}

.servicesCos__right__etap__grup__content {
  margin-left: 20px;
}

.servicesCos__right__etap__title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 5px;
}

.servicesCos__right__podrobnee {
  margin-top: 50px;
  font-style: italic;
}

.servicesCos__block {
  margin-top: 50px;
}

.servicesCos__block__title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3;
  font-family: var(--font-title);
}

.servicesCos__block__text {
  margin-top: 10px;
}

.servicesCos__content__razdel {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.servicesCos__content__razdel__dop {
  margin-top: 50px;
}

.servicesCos__grup__podusl {
  /* margin-top: 20px; */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}

.servicesCos__grup__podusl__item {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  /* gap: 20px; */
}

.servicesCos__grup__podusl__name {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}

.servicesCos__grup__podusl__price {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

.servicesCos__grup__podusl__price s {
  color: var(--color-red);
}

.str__price__double {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.str__price__double__name {
  font-size: 16px;
}

.str__price__double__name span {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}

.str__price__double__name s {
  color: var(--color-red);
}

/* -------------------------- */

/* Priziv__skidka */

.priziv__skidka {
  background: #5b7849;
}

.priziv__skidka--top {
  margin-top: 50px;
}

.priziv__skidka__inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.priziv__skidka__img {
  max-width: 450px;
}

.priziv__skidka__item {
  margin-left: 40px;
  width: 50%;
}

.priziv__skidka__item:first-child {
  margin-left: 0;
}

.priziv__skidka__item:last-child {
  text-align: center;
}

.priziv__skidka__content {
  color: #fff;
  position: relative;
  top: -35px;
}

.priziv__skidka__num {
  color: rgba(248, 248, 248, 0.16);
  font-size: 100px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 0.8em;
  letter-spacing: 3.8px;
  margin-top: 20px;
}

.priziv__skidka__title {
  color: #ffffff;
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
}

.priziv__skidka__text {
  color: #ffffff;
  font-size: 20px;
  font-family: var(--font-title);
}

/* -------------------------- */

/* Specialisti */

.specialisti {
  margin-top: 30px;
}

.specialisti__title {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  font-family: var(--font-title);
}

.specialisti__subtitle {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}

.specialisti__block {
  display: flex;
  justify-content: flex-start;
}

.specialisti__left,
.specialisti__right {
  width: 50%;
}

.specialisti__right {
  margin-left: 20px;
}

.specialisti__inner {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  /* flex-wrap: wrap; */
}

.specialisti__item {
  /* width: 24%; */
  background-color: #fff;
  padding: 10px;
  box-shadow: -7px 6px 10px 0px rgb(124 124 124 / 35%);
  transition:
    background 0.3s,
    border 0.3s,
    border-radius 0.3s,
    box-shadow 0.3s;
  margin: 0px 5px 20px;
}

.specialisti__spec__title {
  font-size: 16px;
  font-weight: 700;
  margin-top: 15px;
  text-align: center;
}

.specialisti__prof {
  margin-top: 10px;
  text-align: center;
}

.specialist__grup__btn {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.specialisti__img img,
.specialisti__img {
  width: 100%;
  max-width: 100%;
  height: 270px;
  object-fit: cover;
}

.btn__green__starii {
  border: 2px solid #719267;
  background-color: #719267;
  padding: 5px 10px;
  color: #fff;
  transition: all 0.2s ease-in-out;
}

.btn__green__starii:focus,
.btn__green__starii:hover {
  background-color: #fff;
  color: #333;
}

.btn__otzivi {
  border: 2px solid #719267;
  background-color: #fff;
  padding: 5px 10px;
  color: #333;
  transition: all 0.2s ease-in-out;
}

.btn__otzivi:focus,
.btn__otzivi:hover {
  background-color: #719267;
  color: #fff;
}

/* -------------------------- */

/* Instagram */

.block__instagram {
  margin-top: 30px;
}

.block__instagram__title {
  color: #333;
  font-size: 70px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 0.8em;
  letter-spacing: 3.8px;
  text-align: center;
}

.block__instagram__inner {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 20px;
}

.block__instagram__item {
  width: 50%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.block__instagram__item:last-child {
  background-color: #fff;
  box-shadow: 0px 4px 10px rgb(124 124 124 / 62%);
  transition:
    background 0.3s,
    border 0.3s,
    border-radius 0.3s,
    box-shadow 0.3s;
  padding: 20px;
  text-align: center;
  position: relative;
  margin-left: 30px;
}

.block__instagram__item > a {
  width: 32%;
  margin: 3px;
}

.block__instagram__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}

.block__instagram__str__title {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.3;
  font-family: var(--font-title);
}

.block__instagram__str__text {
  /* line-height: 1.7;
    word-spacing: 3px;
    color: #444; */
}

.block__instagram__img {
  width: 100%;
}

.block__instagram__icon {
  max-width: 20px;
}

.block__instagram__btn {
  display: block;
  max-width: 180px;
  margin: 30px auto 0;
  position: relative;
  border: 2px solid #719267;
  background-color: #719267;
  padding: 10px 10px 10px 45px;
  color: #fff;
  transition: all 0.2s ease-in-out;
}

.block__instagram__btn:focus,
.block__instagram__btn:hover {
  background-color: #4d6246;
  color: #fff;
}

.block__instagram__btn > img {
  max-width: 20px !important;
  position: absolute;
  top: 11px;
  left: 23px;
}

/* -------------------------- */

.mobile__bokovoe__menu {
  display: none;
}

/* specialisti-str */

.specialisti__str {
  margin-top: 50px;
}

.specialisti__str > div.specialisti > div > div.specialisti__title {
  display: none;
}

.specialisti__str__title {
  color: #f2f2f2;
  font-size: 70px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 0.8em;
  letter-spacing: 3.8px;
  text-align: left;
  margin: 0;
  padding: 0;
}

.specialisti__str__subtitle {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
}

.specialisti__str__text {
  margin-bottom: 30px;
}

/* .specialisti-str----------- */

/* category__uslugi */

.category__uslugi__title {
  text-align: center;
}

.category__uslugi__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  grid-gap: 20px;
}

.category__uslugi__inner--row {
  grid-template-columns: 1fr;
}

.category__uslugi__item {
  background: #fff;
  box-shadow: -7px 6px 10px 0px rgb(124 124 124 / 35%);
  padding: 20px;
}

.category__uslugi__item--row {
  display: grid;
  grid-template-columns: 2fr 5fr;
  grid-gap: 20px;
}

.category__uslugi__item--row > .category__uslugi__link__img > .category__uslugi__img {
  height: 100%;
}

.category__uslugi__item__content > .category__uslugi__item__price {
  text-align: left;
}

.category__uslugi__item__content > .category__uslugi__grup__btn {
  justify-content: flex-end;
}

.category__uslugi__img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.category__uslugi__item-cont {
  min-height: 200px;
}

.category__uslugi__item__title {
  font-size: 18px;
  font-weight: 600;
  margin-top: 5px;
  text-align: center;
  font-family: var(--font-title);
}

.category__uslugi__item__text {
  margin-top: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow-y: hidden;
  min-height: 140px;
}

.category__uslugi__item--row .category__uslugi__item__text {
  display: block;
  min-height: auto;
}

.category__uslugi__item__price {
  margin-top: 20px;
  text-align: center;
  font-size: 30px;
  font-weight: 500;
}

.category__uslugi__grup__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}

.category__uslugi__btn__pod {
  margin-right: 20px;
  background: var(--green-background);
  padding: 5px 15px;
  color: #fff;
  /* text-transform: uppercase; */
  font-size: 14px;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
}

.category__uslugi__btn__pod:focus,
.category__uslugi__btn__pod:hover {
  color: #fff;
  background: var(--green-background-tem);
}

.category__redactor__1 {
  margin: 50px 0;
}

.category__redactor__2 {
  margin: 50px 0;
  padding: 50px 0;
  background-color: #f8f8f8;
}

.category__redactor__3 {
  margin: 50px 0;
}

.category__redactor__4 {
  margin: 50px 0;
}

.category__redactor__5 {
  margin: 50px 0;
}

.category__accordion {
}

.category__accordion__li {
  margin-top: 0 !important;
}

.category__accordion__title {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  background-color: #f8f8f8;
  padding: 10px 20px;
}

.category__accordion__title:focus,
.category__accordion__title:hover {
  color: var(--green-background);
  text-decoration: none;
}

.category__accordion__li.uk-open > a {
  color: var(--green-background);
  text-decoration: none;
}

.category__accordion__text {
  margin: 20px 0 20px 20px;
}

.category__block__bottom {
}

.category__block__bottom__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  grid-gap: 40px;
}

.category__block__bottom__left {
}

.category__block__bottom__grup {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 10px;
}

.category__block__bottom__num {
  color: #f2f2f2;
  font-size: 60px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 0.8em;
  letter-spacing: 3.8px;
}

.category__block__bottom__text {
  font-size: 18px;
  font-weight: bold;
  margin-left: -46px;
}

.category__block__bottom__right {
  background-color: #f8f8f8;
  padding: 30px;
  box-shadow: -7px 6px 10px 0px rgb(124 124 124 / 35%);
}

.category__block__bottom__right__text {
  margin: 40px 0;
}

/* --------------------------- */

.blog__row__custom {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
}

.blog__row__custom > .blog-entry {
  width: 100% !important;
}

.servicesCos__banner__text__grup {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.servicesCos__banner__text__grup > p,
.servicesCos__banner__text > p {
  line-height: inherit;
  word-spacing: inherit;
  color: inherit;
}

.term-description {
  margin-top: 30px;
}

.tabs.wc-tabs {
  display: flex !important;
}

.elementor-text-editor.elementor-clearfix > p {
  line-height: inherit;
  word-spacing: inherit;
  color: inherit;
}

.TINKOFF_SIZE_S {
  line-height: 14px !important;
  border-radius: 0 !important;
}

.sertifikat__item > #button-design > a {
  padding: 8px 10px;
}

/* new usluga */

.custom__viezd {
  margin-top: 30px;
  border-bottom: 2px solid var(--green-background);
  padding-bottom: 30px;
}

.custom__viezd__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.custom__viezd__item {
  width: 50%;
}

.custom__viezd__price {
  font-size: 20px;
  font-weight: 700;
  text-align: right;
}

.custom__viezd__opis__title {
  font-size: 18px;
  font-weight: 700;
}

.custom__viezd__item > h3 {
  margin: 0;
  padding: 0;
}

.custom__viezd__grup {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
}

.custom__viezd__grup__item > ul {
  list-style-type: decimal;
}

.custom__viezd__grup__item:nth-child(2) {
  width: 40%;
  margin-left: 30px;
}

.custom__viezd__grup__item:nth-child(1) {
  width: 60%;
}

.custom__viezd__grup__item > img {
  border-radius: 8px;
  max-width: 300px;
  object-fit: cover;
}

.custom__viezd__text > img {
  border-radius: 8px;
}

.custom__viezd__gg__title {
  margin-top: 30px;
}

.custom__viezd__gg__title:nth-child(1) {
  margin-top: 0;
}

/* ------------------------------------ */

.modals__ser {
  max-width: 800px;
  transform: translate(-50%, -40%) !important;
}

.modal__sertificat__btn__center {
  display: none;
}

.modal__sertificat__content {
  display: flex;
  justify-content: space-between;
}

.modal__sertificat__item {
  width: 50%;
}

.modal__sertificat__item:nth-child(2) {
  margin-left: 30px;
}

.modal__sertificat__item__title {
  font-size: 20px;
  font-weight: 700;
}

.modal__sertificat__price {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-top: 20px;
}

.modal__sertificat__btn__right {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.modal__sertificat__btn__right > #button-design {
  margin-bottom: 10px;
}

.sertifikat__post__img {
  cursor: pointer;
}

.sertifikat__post__img img {
  border-radius: 10px;
}

.custom__woo__text {
  margin-bottom: 30px;
  border-top: 2px solid var(--green-background);
  border-bottom: 2px solid var(--green-background);
  padding: 10px 0;
}

#rmp-menu-item-14164 {
  margin-top: 20px !important;
}

#rmp-menu-item-14164 > a {
  padding: 0 !important;
}

#rmp-menu-item-14164,
#rmp-menu-item-14166 {
  display: flex;
  justify-content: center;
}

#rmp-menu-item-14164 > a,
#rmp-menu-item-14166 > a {
  background: #fff !important;
  color: #719267 !important;
  border-color: #719267 !important;
  max-width: 325px;
  text-align: center !important;
  display: flex !important;
  justify-content: center;
  border-radius: 4px;
  transition: all 0.2s ease-in-out !important;
}

#rmp-menu-item-14166 > a:focus,
#rmp-menu-item-14166 > a:hover {
  background-color: rgb(200, 200, 200) !important;
}

#rmp-menu-item-14166 > a {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

#rmp-menu-item-8026 > a,
#rmp-menu-item-5101 > a,
#rmp-menu-item-5100 > a {
  font-size: 13px !important;
}

#rmp-menu-item-9289 > a {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}

.extrim___org {
  margin-top: 5px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

#rmp-menu-5397 > li > ul > li > ul > li {
  padding-top: 7px;
  padding-bottom: 7px;
}

#rmp-menu-5397 > li > ul > li > ul > li > a {
  height: auto !important;
  line-height: initial !important;
  word-break: normal;
}

.thank__you__content {
  margin: 50px 0;
  text-align: center;
}

.thank__you__title {
  margin-bottom: 0;
}

.thank__you__subtitle {
  font-weight: 700;
}

.thank__you__subtext {
  margin: 25px auto 0;
  max-width: 550px;
}

.thank__you__subtext span {
  display: block;
  font-weight: 700;
}

.thank__you__text > p > a {
  display: inline-block;
  margin-top: 20px;
}

.title__custom__h1 {
  margin: 20px 0 !important;
  padding: 0;
}

.title__spec__h1 {
  margin: 20px 0 20px !important;
  padding: 0;
}

.mobile__dop__menu {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.mobile__dop__menu__link {
  color: #fff;
}

.mobile__dop__menu__l {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

.mobile__dop__menu__l span {
  color: #fff;
}

.mobile__dop__menu__img {
  width: 13px;
  height: 13px;
}

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

.specialisti__btn {
}

.slider__about img {
  width: 100%;
  height: 500px !important;
  object-fit: cover;
}

#menu-item-14765 > a > span.nav-content {
  display: none;
}

.thumbnail-caption {
  display: none;
}

.about__block {
  margin-top: 90px;
}

.reiting {
  margin: 60px 0;
}

.shema__map__title {
  text-align: center;
}

.shema__map__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
}

.shema__map__item {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgb(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--green-background);
  padding-bottom: 25px;
}

.shema__map__pole1 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}

.shema__map__pole2 {
  margin-top: 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
}

.shema__map__text {
  margin-top: 15px;
  font-size: 14px;
}

.shema__map__pole3 {
  margin-top: 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
}

.products .product-category img {
  height: 160px;
  object-fit: contain;
}

/* Licenz */

.lizens__block {
  padding: 60px 0;
}

.lizens__block .slick-track {
  padding: 15px 0;
  margin: 0 10px;
}

.lizens__block-title {
  text-align: center;
}

.lizens__block-slider {
  height: auto !important;
  max-height: 100% !important;
}

.lizens__block-slide {
  padding: 20px;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgb(0, 0, 0, 0.1);
  margin-right: 20px;
  transition: all 0.2s linear;
}

.lizens__block-slide:focus,
.lizens__block-slide:hover {
  box-shadow: 0 4px 10px rgb(0, 0, 0, 0.3);
}

.lizens__block-slide img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 350px !important;
  object-fit: contain;
}

/* ./Licenz */

.pod__services {
  padding: 60px 0;
}

.str__price-container {
  padding: 60px 0;
}

.woocommerce .widget_product_categories li ul a {
  max-width: 215px;
}

div.product-inner.clr > ul > div > li.image-wrap > div > a > img {
  height: 160px;
  object-fit: contain;
}

@media (max-width: 1230px) {
  /* .specialisti__item {
        width: 32%;
    } */
}

@media (max-width: 1110px) {
  /* .specialisti__item {
        width: 32%;
    } */
}

@media (max-width: 1100px) {
  .abonement__title {
    font-size: 60px;
  }

  .srtifikat__big__title,
  .abonement__price__title {
    font-size: 60px;
  }

  .abonement__item:nth-child(1) {
    width: 50%;
  }

  .abonement__item:nth-child(2) {
    width: 50%;
  }

  .abonement__img {
    max-width: -webkit-fill-available;
  }

  .sertifikat__title {
    font-size: 60px;
  }

  .sertifikat__img {
    max-width: -webkit-fill-available;
  }

  .block__instagram__item > a {
    width: 31.7%;
  }
}

@media (max-width: 1080px) {
  #menu-item-14158 {
    display: block;
  }

  #menu-item-14159 {
    display: block;
  }

  .menu-item-14160 {
    display: block;
  }

  #menu-item-14166,
  #menu-item-14165,
  #menu-item-14164,
  #menu-item-14163,
  #menu-item-14162,
  #menu-item-14161 {
    display: none;
  }

  #rmp-menu-item-14164 .rmp-menu-item-link {
    font-size: 16px;
    word-wrap: break-word;
    height: auto;
  }

  #rmp-menu-wrap-5397 .rmp-menu-item-link {
    padding-right: 10px !important;
    /* font-size: 16px; */
  }
}

@media (max-width: 991px) {
  .modals__ser {
    transform: translate(-50%, -10%) !important;
  }

  .modal__sertificat__content {
    flex-wrap: wrap;
  }

  .modal__sertificat__item {
    width: 100%;
  }

  .modal__sertificat__item:nth-child(1) {
    order: 2;
  }

  .modal__sertificat__item:nth-child(2) {
    margin-left: 0;
    margin-bottom: 20px;
    order: 1;
  }

  .modal__sertificat__text {
    margin-bottom: 20px;
  }

  .modal__sertificat__btn__center {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .modal__sertificat__btn__center > #button-design {
    margin-bottom: 10px;
  }

  .modal__sertificat__btn__right {
    display: none;
  }

  .custom__viezd__grup {
    flex-wrap: wrap;
  }

  .custom__viezd__grup__item:nth-child(1) {
    width: 100%;
  }

  .custom__viezd__grup__item:nth-child(2) {
    width: 100%;
    margin-left: 0;
  }

  .custom__viezd__grup__item > img {
    max-width: 100%;
    margin-top: 20px;
  }

  .entry-content.entry.clr > .entry > .related.products > .products.oceanwp-row.clr.grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
  }

  .servicesCos__content__razdel {
    flex-wrap: wrap;
  }

  .servicesCos__block__pokazaniay {
    width: 100%;
  }

  .servicesCos__block__pochemu {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
    margin-top: 20px;
    border: none;
  }

  .category__redactor__3 {
    margin: 30px 0;
  }

  .category__redactor__4 {
    margin: 30px 0;
  }

  .category__redactor__5 {
    margin: 30px 0;
  }

  .category__redactor__2 {
    margin: 30px 0;
    padding: 30px 0;
  }

  .category__redactor__1 {
    margin: 30px 0;
  }

  .mobile__bokovoe__menu {
    margin: 0 0 20px;
    display: block;
  }

  .block__instagram__item > a {
    width: 31.6%;
    margin: 3px;
  }

  .priziv__skidka__img {
    max-width: 380px;
  }

  .priziv__skidka__title {
    font-size: 30px;
  }

  .priziv__skidka__content {
    top: -15px;
  }

  .priziv__skidka__num {
    font-size: 70px;
  }

  .news__priziv__img {
    margin-left: 0;
  }

  .servicesCos__left {
    display: none;
  }

  .servicesCos__right {
    width: 100%;
    margin-left: 0;
  }

  .servicesCos__banner__content {
    /* transform: translateY(-40%); */
    right: 50%;
    transform: translate(50%, -50%);
  }

  .servicesCos__banner__img {
    min-height: 400px;
  }

  .abonement__title {
    font-size: 50px;
  }

  .srtifikat__big__title,
  .abonement__price__title {
    font-size: 50px;
  }

  .plitki__inner {
    flex-wrap: wrap;
  }

  .plitki__item {
    width: 48%;
    margin: 5px;
  }

  .plitki__item:first-child {
    margin-left: 5px;
  }

  .sertifikat__title {
    font-size: 48px;
  }

  .sertifikat__item {
    padding: 25px 20px;
  }

  .abonement__spisok__str {
    margin-bottom: 15px;
    flex-wrap: wrap;
  }

  .abonemetn__spisok__grup #button-design > a {
    padding: 6px 10px;
  }

  .dolami {
    padding: 6px 10px !important;
    border: 1px solid #000 !important;
  }

  .otzivi__inner {
    grid-template-columns: 1fr 1fr;
  }

  .shema__map__inner {
    grid-template-columns: 1fr 1fr;
  }

  .products .product-category img {
    height: 165px;
  }
}

@media (max-width: 835px) {
  .category__block__bottom__inner {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }

  .block__instagram__item:last-child {
    margin: 7px 8px 0;
  }

  .block__instagram__item > a {
    width: 32%;
  }

  /* .specialisti__item {
        width: 31%;
    } */

  .block__instagram__title {
    font-size: 5rem;
  }

  .block__instagram__inner {
    flex-wrap: wrap;
  }

  .block__instagram__item {
    width: 100%;
  }

  .block__instagram__content {
    position: static;
    transform: none;
  }
}

@media (max-width: 775px) {
  .btn__white {
    max-width: 150px;
    text-align: center;
  }

  .events-text span {
    display: block;
    text-align: center;
  }

  .slider__about img {
    height: 300px !important;
  }

  .servicesCos__grup__inner {
    flex-wrap: wrap;
  }

  .category__uslugi__item--row {
    grid-template-columns: 1fr;
  }

  .blog__row__custom {
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
  }

  #content > article > ul.products.oceanwp-row.clr.grid {
    grid-template-columns: 1fr 1fr;
  }

  .dop__red {
    margin-top: 20px;
  }

  .servicesCos__price {
    font-size: 24px;
  }

  .servicesCos__sprice {
    font-size: 24px;
  }

  .servicesCos__time__procedur {
    font-size: 18px;
  }

  .servicesCos__time__procedur > span {
    font-size: 15px;
  }

  .servicesCos__content {
    margin-top: 20px;
  }

  header.page-header {
    display: none;
  }

  .specialisti__str__title {
    font-size: 42px;
  }

  /* .specialisti__item {
        width: 48%;
    } */

  .priziv__skidka__item {
    margin-left: 0;
  }

  .servicesCos__block__pochemu {
    border-left: none;
    border-top: 1px solid #ccc;
    margin-left: 0;
    margin-top: 10px;
    padding-left: 0;
    padding-top: 20px;
  }

  .priziv__skidka__title {
    font-size: 40px;
  }

  .priziv__skidka__content {
    top: -35px;
  }

  .priziv__skidka__num {
    font-size: 100px;
  }

  .priziv__skidka__inner {
    flex-wrap: wrap;
  }

  .priziv__skidka__item {
    width: 100%;
    margin-bottom: 30px;
  }

  .priziv__skidka__img {
    margin-top: 30px;
    max-width: 100%;
  }

  .servicesCos__banner__content {
    /* right: 10px;
        left: 10px;
        width: auto;
        height: auto; */
    /* transform: translateY(-38%); */
    width: 90%;
  }

  .servicesCos__banner__img {
    max-height: 100%;
    min-height: 600px;
  }

  .abonement__title {
    font-size: 40px;
  }

  .srtifikat__big__title,
  .abonement__price__title {
    font-size: 40px;
    width: 98%;
  }

  .abonement__st__title,
  .abonement__mas__title {
    font-size: 30px;
  }

  .abonemetn__spisok__name {
    font-size: 14px;
  }

  .abonemetn__spisok__sprice,
  .abonemetn__spisok__price {
    font-size: 15px;
  }

  #button-design .button2 {
    padding: 0.5em 10px;
  }

  .btn__white {
    padding: 7px 10px;
  }

  .abonemetn__spisok__grup {
    margin-left: 20px;
  }

  .abonement__inner {
    flex-wrap: wrap;
  }

  .abonement__item:nth-child(1) {
    width: 100%;
    margin-bottom: 30px;
  }

  .abonement__item:last-child {
    margin-bottom: 0;
    margin-left: 0;
    width: 100%;
  }

  .deposity__title,
  .abonement__about__title,
  .plitki__title,
  .otzivi__title {
    font-size: 30px;
    font-family: var(--font-title);
  }

  .otzivi__inner {
    justify-content: center;
    flex-wrap: wrap;
  }

  .otzivi__block {
    flex-wrap: wrap;
  }

  .otzivi__block__btn {
    width: 100%;
    margin: 30px auto 0;
    justify-content: center;
  }

  .sertifikat__block {
    flex-wrap: wrap;
  }

  .sertifikat__left {
    width: 100%;
  }

  .sertifikat__right {
    margin-left: 0;
    width: 100%;
  }

  .sertifikat__inner {
    grid-template-columns: 1fr 1fr;
  }

  .sertifikat__item__title {
    font-size: 18px;
  }

  /* .col:not(.slick-slide) {
        width: 31% !important;
    } */

  .blog-entry {
    width: 100% !important;
  }

  .abonemetn__spisok__grup {
    margin-left: 0;
    width: 100%;
    justify-content: flex-end;
    margin-top: 10px;
    flex-wrap: wrap;
    gap: 10px;
  }

  .abonement__block__grup {
    justify-content: flex-end;
    flex-wrap: wrap;
  }
}

@media (max-width: 650px) {
  .about__plitki .plitki__item {
    min-height: 200px;
  }

  .about__plitki .plitki__number {
    top: 30%;
  }

  .about__plitki .plitki__content {
    top: 55%;
    height: auto;
  }

  .priziv__skidka {
    background: #5b7849 url(/wp-content/uploads/2024/10/sale-img-gg.jpg) center no-repeat;
    background-size: cover;
  }

  .priziv__skidka__item:nth-child(2) {
    background: #ffffffc7;
    padding: 30px;
  }

  .priziv__skidka__num {
    color: #00000030;
  }

  .priziv__skidka__title {
    color: #000;
  }

  .priziv__skidka__text {
    color: #000;
  }

  .priziv__skidka__content > div > button {
    margin-top: 20px;
  }

  .priziv__skidka__img {
    margin-top: 0;
    display: none;
  }

  .abonement__title {
    font-size: 36px;
  }

  .srtifikat__big__title,
  .abonement__price__title {
    font-size: 36px;
  }

  .abonement__deposit__ul li {
    font-size: 14px;
  }

  .otzivi__inner {
    grid-template-columns: 1fr;
  }
  .otzivi__text {
    min-height: 140px;
  }

  .shema__map__inner {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }
}

@media (max-width: 565px) {
  body > .yButton .yButtonWave {
    animation: none !important;
  }

  body > .yButton .yButtonText {
    width: 60px !important;
    height: 60px !important;
    font-size: 10px !important;
    line-height: 10px !important;
    top: 20px !important;
    left: 0px !important;
  }

  body > .yButton.bottom {
    bottom: 70px !important;
  }

  body > .yButton.right {
    right: 43px !important;
  }

  body > .yButton {
    width: 60px !important;
    height: 60px !important;
  }

  body > .yButton .yButtonBackground {
    width: 60px !important;
    height: 60px !important;
  }

  .category__uslugi__item-cont {
    min-height: inherit;
  }

  .category__uslugi__item__text {
    display: block;
    min-height: inherit;
  }

  .otzivi__text {
    min-height: 180px;
  }

  .pod__services {
    padding: 40px 0;
  }

  .str__price-container {
    padding: 40px 0;
  }

  .custom__viezd__gg__title {
    font-size: 24px;
  }

  .category__uslugi__item__price {
    font-size: 20px;
  }

  .sertifikat__title {
    font-size: 30px;
    color: #333;
    padding-top: 10px;
  }

  .sertifikat {
    margin-top: 10px;
  }

  .abonement__block__title--top {
    margin-top: 20px;
  }

  #content-wrap {
    padding-bottom: 0 !important;
  }

  .blog__row__custom {
    grid-template-columns: 1fr;
    grid-gap: 10px;
  }

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

  .custom__tinkoff__btn {
    padding: 7px 10px !important;
    min-height: inherit !important;
  }

  .servicesCos__price {
    font-size: 18px;
  }

  .servicesCos__sprice {
    font-size: 18px;
  }

  .servicesCos__time__procedur {
    font-size: 16px;
    margin-right: 0;
  }

  .servicesCos__time__procedur > span {
    font-size: 15px;
  }

  .servicesCos__sprice,
  .servicesCos__price {
    margin-right: 0;
  }

  .category__uslugi__inner {
    grid-template-columns: 1fr;
  }

  .specialisti__str__subtitle {
    font-size: 20px;
  }

  .specialist__grup__btn > a {
    padding: 5px !important;
  }

  .block__instagram__item > a {
    width: 31.9%;
    margin: 2px;
  }

  .specialisti__inner {
    margin-top: 15px;
  }

  .sertifikat__inner {
    grid-template-columns: 1fr;
  }

  .btn__otzivi,
  .btn__green__starii {
    font-size: 1.4rem;
  }

  .servicesCos__banner__title {
    font-size: 24px;
    margin-bottom: 10px;
    font-family: var(--font-title);
  }

  .servicesCos__banner__text {
    font-size: 16px;
  }

  .servicesCos__block__title {
    font-size: 2rem;
    font-family: var(--font-title);
  }

  .priziv__skidka__title {
    font-size: 30px;
  }

  .priziv__skidka__content {
    top: -15px;
  }

  .priziv__skidka__num {
    font-size: 70px;
  }

  .servicesCos__right__etap__text > p {
    font-size: 1.3rem;
  }

  .servicesCos__right__etap__title {
    font-size: 1.7rem;
  }

  .servicesCos__right__preim__item {
    font-size: 1.4rem;
  }

  .servicesCos__right__etap__grup__content {
    margin-left: 10px;
  }

  .servicesCos__block__logo {
    font-size: 60px;
  }

  .abonement__title {
    top: -52px;
  }

  .abonement__st__title,
  .abonement__mas__title {
    font-size: 24px;
    font-family: var(--font-title);
  }

  .abonement__mas__block {
    padding: 20px 0;
  }

  .abonement__li {
    padding-bottom: 10px;
  }

  .abonement__li:first-child {
    margin-top: 20px;
    padding-top: 10px;
  }

  .abonemetn__spisok__title {
    font-size: 15px;
  }

  .uk-accordion > :nth-child(n + 2) {
    margin-top: 10px;
  }

  .abonemetn__spisok__name {
    width: 150px;
    font-size: 16px;
    width: 100%;
  }

  .abonemetn__spisok__sprice,
  .abonemetn__spisok__price {
    font-size: 20px;
  }

  .plitki__item {
    /* width: 100%; */
    margin: 0;
    min-height: 350px;
    padding: 10px;
  }

  .plitki__item:first-child {
    margin-left: 0;
  }

  .plitki__content__title {
    font-size: 16px;
  }

  .plitki__content__text {
    font-size: 12px;
  }

  .col:not(.slick-slide) {
    box-shadow: var(--box-shadow-container);
  }

  .woocommerce-loop-category__title {
    font-size: 16px !important;
  }

  header.woocommerce-products-header > div.term-description > p > img {
    width: 100%;
    margin-bottom: 15px;
  }

  .abonement__item .abonement__img {
    height: 240px;
  }

  .servicesCos__grup__podusl__name {
    font-size: 14px;
  }

  .servicesCos__grup__podusl__price {
    font-size: 14px;
  }

  .abonement__spisok__str {
    border-bottom: 1px solid var(--gray-color);
    padding-bottom: 20px;
  }

  .abonemetn__spisok__grup #button-design > a {
    border: none;
  }

  .sertifikat__post__img img {
    width: 100%;
    max-width: 100%;
    height: 200px;
    object-fit: contain;
  }

  .abonement__price__title--gray {
    color: #333;
  }

  .akcii__block__img {
    height: 200px !important;
  }

  .akcii__block__item__title {
    font-size: 16px;
    line-height: 1 !important;
  }

  .akcii__block__item__text span {
    line-height: 1 !important;
    /* font-size: 14px; */
    margin-bottom: 10px;
  }

  .akcii__block__item__text p {
    /* line-height: 1 !important; */
    /* font-size: 14px; */
    margin-bottom: 0;
  }

  .akcii__block__item__content {
    padding: 10px;
  }

  .akcii__block__item__price {
    margin-top: 10px;
  }

  .akcii__custom__text {
    margin: 0 !important;
  }

  .proceduri__gg__item__text {
    /* line-height: 1 !important; */
  }

  .proceduri__gg__title {
    margin: 0 !important;
  }

  .sertifikat__right__text {
    margin-top: 10px;
  }

  .plitki__number {
    z-index: 1;
  }

  .plitki__content {
    position: relative;
    top: 8%;
    left: 0;
    z-index: 2;
    transform: translate(0, 0);
    height: auto;
  }

  .plitki__inner {
    gap: 10px;
  }

  .plitki__item {
    min-height: auto;
  }

  .block__instagram__title {
    color: #333;
  }
  .servicesCos__grup__inner {
    flex-wrap: wrap;
    margin-top: 10px;
    max-width: 230px;
    gap: 10px 30px;
    margin: 0 auto;
  }

  .servicesCos__grup__inner.servicesCos__grup__inner--chl {
    max-width: 300px;
  }
}

@media (max-width: 480px) {
  .entry-content.entry.clr > .entry > .related.products > .products.oceanwp-row.clr.grid {
    grid-template-columns: 1fr;
  }

  .specialisti__spec__title {
    font-size: 14px;
  }

  .specialisti__prof {
    font-size: 13px;
  }

  .specialisti__right {
    margin-left: 0;
  }

  .specialist__grup__btn > a {
    font-size: 13px;
    margin-bottom: 5px;
  }
}

@media (max-width: 450px) {
  #rmp-menu-wrap-5397 .rmp-submenu .rmp-menu-item-link {
    font-size: 13px !important;
  }

  #rmp-menu-item-8026 > a,
  #rmp-menu-item-5101 > a,
  #rmp-menu-item-5100 > a {
    line-height: 1 !important;
  }

  #rmp-menu-item-14164 > a,
  #rmp-menu-item-14166 > a {
    max-width: 280px;
  }

  .servicesCos__grup__podusl {
    align-items: flex-start;
  }

  .servicesCos__grup__podusl__item {
    display: inline-block;
  }

  .servicesCos__grup__podusl__name {
    display: inline-block;
  }

  .servicesCos__grup__podusl__price {
    display: inline-block;
  }

  .abonemetn__spisok__grup {
    gap: 3px;
  }

  .abonemetn__spisok__grup #button-design > a {
    font-size: 13px;
    padding: 7px 10px;
  }
}

@media (max-width: 415px) {
  .srtifikat__big__title,
  .abonement__price__title {
    font-size: 30px;
  }

  .specialisti__item {
    min-height: 330px !important;
  }
}

@media (max-width: 410px) {
  .specialisti__left,
  .specialisti__right {
    width: 100%;
  }

  .specialisti__block {
    flex-wrap: wrap;
  }

  .specialisti__left > .custom__style__marker {
    margin-bottom: 0;
  }

  .specialisti__right > .custom__style__marker {
    margin-top: 0;
  }

  .abonement__st__title,
  .abonement__mas__title {
    font-size: 20px;
  }

  .abnement__st__text {
    font-size: 14px;
  }
}

@media (max-width: 390px) {
  .sertifikat__item__price {
    margin-top: 20px;
  }

  .sertifikat__item > #button-design {
    margin-top: 20px;
  }

  .sertifikat__item__price {
    font-size: 24px;
  }

  .abonemetn__spisok__name {
    font-size: 14px;
    width: 120px;
  }

  .abonemetn__spisok__sprice,
  .abonemetn__spisok__price {
    font-size: 16px;
  }

  .col:not(.slick-slide) {
    width: 100% !important;
  }

  #content > article > ul.products.oceanwp-row.clr.grid {
    grid-template-columns: 1fr;
  }

  #rmp-menu-item-14164 .rmp-menu-item-link {
    font-size: 13px;
  }

  #rmp-menu-wrap-5397 .rmp-submenu .rmp-menu-item-link {
    font-size: 13px !important;
  }

  #rmp-menu-item-14164 > a,
  #rmp-menu-item-14166 > a {
    max-width: 240px;
  }
}

@media (max-width: 380px) {
  .servicesCos > div > div > div.servicesCos__banner__content > div.servicesCos__banner__text > p {
    margin-bottom: 0;
  }

  .specialisti__str__title {
    font-size: 30px;
  }

  .specialisti__item {
    min-height: initial !important;
  }

  .srtifikat__big__title,
  .abonement__price__title {
    font-size: 24px;
  }

  .str__price__double__name {
    font-size: 14px;
  }

  .str__price__double__name span {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
  }
}

@media (max-width: 350px) {
  .str__price__cena {
    font-size: 16px;
  }

  .str__price__spisok__title {
    font-size: 13px;
  }

  .str__price__text {
    font-size: 13px;
  }

  .abonement__spisok__str {
    flex-wrap: wrap;
  }

  .plitki__item {
    width: 100%;
  }
}

@media (max-width: 340px) {
}

@media (max-width: 320px) {
  .tabs.wc-tabs {
    display: block !important;
  }
}
