.logo img{
	max-width: 118px;
	min-width: 118px;
}
/* HERO BLOCK */
.hero_block_wrapper {
    padding-top: clamp(1.875rem, 1.5rem + 1.88vw, 3.75rem);
    padding-right: clamp(1.875rem, 0.125rem + 8.75vw, 10.625rem);
    padding-left: clamp(1.875rem, 0.125rem + 8.75vw, 10.625rem);
    padding-bottom: clamp(1.875rem, 1.25rem + 3.13vw, 5rem);
    background-color: var(--clr-secondary);
    margin-top: 30px;
    position: relative;
    z-index: 5;
    background-repeat: no-repeat, no-repeat;
    border-radius: var(--border-radius);
}

.hero_block_wrapper .container-xs {
    padding: 0;
}

.hero_block_wrapper .hero_block_img {
    display: none;
}

.hero_block_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(1.375rem, 1.2rem + 0.88vw, 2.25rem);
    text-align: center;
    color: #fff;
}

.hero_block_content_company {
    padding: 5px 30px;
/*     background-color: var(--clr-primary);
color: #fff; */
    border: 1px solid var(--clr-primary);
    border-radius: var(--border-radius);
    background-color: transparent;
    text-align: center;
    line-height: 110%;
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    -ms-border-radius: var(--border-radius);
    -o-border-radius: var(--border-radius);
    font-family: var(--font_accent);
}

.hero_block_content_company_desc {
    font-weight: 600;
    max-width:478px;
}

.social svg:hover {
   transform: rotate(10deg);
   -webkit-transform: rotate(10deg);
   -moz-transform: rotate(10deg);
   -ms-transform: rotate(10deg);
   -o-transform: rotate(10deg);
}

.banner-img {
    position: absolute;
    z-index: -1;
    width: clamp(8.125rem, 6.25rem + 9.38vw, 17.5rem);
    height: clamp(7.188rem, 5.313rem + 9.38vw, 16.563rem);
}

.banner-img-left {
    left: 35px;
    bottom: 35px;
}

.banner-img-right {
    right: 35px;
    top: -10px;
}

.square {
    background-color: var(--clr-accent);
}

.banner-img-left .square {
    rotate: 2deg;
}

.banner-img-right .square {
    rotate: -2deg;
}

.square, .rotated-square {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
}

.banner-img-left .rotated-square {
    transform: rotate(10deg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    top: 10%;
    left: 10%;
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
}
.banner-img-right .rotated-square {
    transform: rotate(-10deg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    top: 10%;
    right: 10%;
}

.hero_block_wrapper.hero_block__left .hero_block_content_company {
    text-align: left;
}

/* HERO BLOCK */

/* PREIMS */
.preims_items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.preims_item {
    max-width: 100%;
    border-radius: var(--border-radius);
    background-color: var(--clr-secondary);
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease-in;
}

.preims_item:hover {
    color: inherit;
}

.preims_img_box {
    width: 100%;
}

.preims_item_img {
    width: 100%;
    border-radius: var(--border-radius);
    object-fit: cover;
    object-position: center;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.preims_item:hover {
    box-shadow: 0px 0px 1px 0px rgba(30, 60, 67, 0.25), 0px 0px 15px 0px rgba(30, 60, 67, 0.15);
    transition: all 0.5s ease-out;
}

.preims_text {
    padding: clamp(1.25rem, 1.125rem + 0.63vw, 1.875rem) clamp(1.25rem, 1.2rem + 0.25vw, 1.5rem);
    /* padding-bottom:  clamp(1.25rem, 0.837rem + 2.06vw, 3.313rem); */
    display: flex;
    flex-direction: column;
    gap: clamp(0.75rem, 0.65rem + 0.5vw, 1.25rem);
}

.preim_text_intro {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.preims_2-img {
    flex: 1;
}

.preims_2-img img {
    height: 100%;
    width: 100%;
    border-radius: var(--border-radius);
}

.preims_2-items {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    flex: 2;
}

.preims_2-item .h3 {
    font-family: var(--font_accent) !important;
    font-weight: bold;
}

.preims_2-items_wrapper {
    display: flex;
    gap: 20px;
}

.preims_2-item {
    flex: 1 45%;
    padding: clamp(1.25rem, 1.087rem + 0.81vw, 2.063rem) clamp(1.25rem, 0.95rem + 1.5vw, 2.75rem);
    border-radius: var(--border-radius);
    position: relative;
    background-color: var(--clr-secondary);
}

.preims_2-item:nth-child(2) {
    
}

.preims_2-item:nth-child(2)::after {
    content: '';
    position: absolute;
    right: 10px;
    top: -15%;
    width: clamp(6.25rem, 5.125rem + 5.63vw, 11.875rem);
    height: clamp(6.25rem, 5.25rem + 5vw, 11.25rem);
    background-image: url('/img/icons/preim-template.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

.preims_2-item:nth-child(1),
.preims_2-item:nth-child(4){
    background-color: var(--clr-primary);
}

.preims_2-item img {
    margin-bottom: clamp(0.625rem, 0.375rem + 1.25vw, 1.875rem);
}

.preims_2-item h3 {
    margin-bottom: 12px;
}

.preims_2-container {}

.preims_services_item_price {
    font-family: var(--font_accent);
    color: var(--clr-accent);
    font-weight: bold;
    font-size: clamp(1.125rem, 1.05rem + 0.38vw, 1.5rem);
}

/* PREIMS */


/* PRODUCTS */
.products_container {
    /* background-color: var(--clr-primary);
    border-radius: var(--border-radius);
    padding-left: var(--block-horizontal-padding);
    padding-right: var(--block-horizontal-padding);
    padding-top: clamp(2.5rem, 2.25rem + 1.25vw, 3.75rem);
    padding-bottom: clamp(1.25rem, 0.5rem + 3.75vw, 5rem);
    color: #fff; */
}

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

.products_item {
    padding: clamp(1.25rem, 1.087rem + 0.81vw, 2.063rem);
    max-width: 100%;
    border-radius: var(--border-radius);
    background-color: var(--clr-secondary);
    background-size: 250px 200px;
    background-position: bottom right;
    background-repeat: no-repeat;
    min-height: clamp(17.5rem, 16.5rem + 5vw, 22.5rem);
    transition: all 0.3s ease-out 0s transform .3s;
    -webkit-transition: all 0.3s ease-out 0s transform .3s;
    -moz-transition: all 0.3s ease-out 0s transform .3s;
    -ms-transition: all 0.3s ease-out 0s transform .3s;
    -o-transition: all 0.3s ease-out 0s transform .3s;
}

.products_item:hover {
    color: inherit;
    transform: translateY(-10px);
    transition: all .3 transform .3s;
    -webkit-transition: all .3 transform .3s;
    -moz-transition: all .3 transform .3s;
    -ms-transition: all .3 transform .3s;
    -o-transition: all .3 transform .3s;
}

.products_item:hover a {
    color: inherit;
}

.products_item img {
/*     height: 200px;
 */    width: 100%;
    max-height: 100%;
}

.products_item_title {
    padding-bottom: 10px;
}

.products_item_desc {
    margin-bottom: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.products_item_content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    
}

.products_item_more,
.more-svg {
    display: flex;
    align-items: center;
    gap: 14px;
}

.more-span {
    font-family: var(--font_accent);
}

.more-svg {
    overflow: hidden;
}

/* .rotate-arrow .hover-path {
    opacity: 1;
    transform: translate(0, 0);
    transition: opacity 0.5s, transform 0.3s;
    -webkit-transition: opacity 0.5s, transform 0.3s;
    -moz-transition: opacity 0.5s, transform 0.3s;
    -ms-transition: opacity 0.5s, transform 0.3s;
    -o-transition: opacity 0.5s, transform 0.3s;
} */
  
.more-services:hover .hover-path {
    /* rotate: 10deg; */    transition: .3s all;
    /* rotate: 45deg; */    transform: translate(8px, -20px), rotate(45deg);
    -moz-transform: rotate(45deg) translate(8px, -20px);    -webkit-transform: rotate(45deg) translate(8px, -20px);
    -o-transform: rotate(45deg) translate(8px, -20px);    -ms-transform: rotate(45deg) translate(8px, -20px);
    transform: rotate(45deg) translate(8px, -20px);
}

.products_item:hover .hover-path {
    /* rotate: 10deg; */    transition: .3s all;
    /* rotate: 45deg; */    transform: translate(8px, -20px), rotate(45deg);
    -moz-transform: rotate(45deg) translate(8px, -20px);    -webkit-transform: rotate(45deg) translate(8px, -20px);
    -o-transform: rotate(45deg) translate(8px, -20px);    -ms-transform: rotate(45deg) translate(8px, -20px);
    transform: rotate(45deg) translate(8px, -20px);
}

.price_accordion-item:hover .hover-path {
     transition: .3s all;
    /* rotate: 45deg; */    transform: translate(8px, -20px), rotate(45deg);
    -moz-transform: rotate(45deg) translate(8px, -20px);    -webkit-transform: rotate(45deg) translate(8px, -20px);
    -o-transform: rotate(45deg) translate(8px, -20px);    -ms-transform: rotate(45deg) translate(8px, -20px);
    transform: rotate(45deg) translate(8px, -20px);
}

.products_item:hover {
    transition: all 0.5s ease-out 0s;
    color: initial;
}


/* PRODUCTS */


/* ABOUT */
.avout_text-wrap {
    padding: var(--block-vertical-padding) var(--block-horizontal-padding);
    padding-right: clamp(1.875rem, 0.775rem + 5.5vw, 7.375rem);
}

.about_content {
    display: flex;
    gap: 20px;
  }

  
  .about_text {
    flex: 1;
    background-color: var(--clr-secondary);
    border-radius: var(--border-radius);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    background-position: center;
}


.about_text:hover,
.preims_item:hover{
    transition: all 0.5s ease-out 0s;
}

.about_text .about_more:hover .hover-path {
    /* rotate: 10deg; */    transition: .3s all;
    /* rotate: 45deg; */    transform: translate(8px, -20px), rotate(45deg);
    -moz-transform: rotate(45deg) translate(8px, -20px);    -webkit-transform: rotate(45deg) translate(8px, -20px);
    -o-transform: rotate(45deg) translate(8px, -20px);    -ms-transform: rotate(45deg) translate(8px, -20px);
    transform: rotate(45deg) translate(8px, -20px);
}

.hover-path {
    transition: .3s all;
}

.preims_item:hover .hover-path {
     /* rotate: 10deg; */    transition: .3s all;
    /* rotate: 45deg; */    transform: translate(8px, -20px), rotate(45deg);
    -moz-transform: rotate(45deg) translate(8px, -20px);    -webkit-transform: rotate(45deg) translate(8px, -20px);
    -o-transform: rotate(45deg) translate(8px, -20px);    -ms-transform: rotate(45deg) translate(8px, -20px);
    transform: rotate(45deg) translate(8px, -20px);
}


/*   .about_img {
  flex: 1;
  position: relative;
  object-fit: cover;
   border-radius: var(--border-radius);
} */

.about_img_wrapper {
    width: 50%;
}

.about_image-box {
    position: relative;
    width: 50%;
}

.about-block_price {
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    background-color: #fff;
    padding: 7px;
    border-radius: calc(var(--border-radius) *2 );
}

.about-block_price .price-btn {
    font-size: clamp(0.875rem, 0.8rem + 0.38vw, 1.25rem);
    font-family: var(--font_accent);
    font-weight: bold;
}

.about-block_price span {
    white-space: nowrap;
}

  .about_img--img {
    border-radius: var(--border-radius);
    /* width: 50%; */
    width: 100%;
    height: 100%;
  }
  
  .about_image-box .about-block_price .btn:hover {
      background-color: #fff !important;
      border-color: var(--primary_accent);
      color: var(--primary_accent);
  }

/*   .about_content button {
  background-color: var(--clr-primary);
  max-width: 200px;
  margin-top: 30px;
} */

  .about_more {
    padding-top: 30px;
  }

/* ABOUT */


/*EXPERIENCE */

.experience_items {
    display: flex;
    gap: 20px;
}

.experience_item {
    padding: clamp(1.875rem, 1.625rem + 1.25vw, 3.125rem) clamp(1.875rem, 1.75rem + 0.63vw, 2.5rem);
    flex: 1 1 340px;
    background-color: var(--clr-secondary);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: var(--border-radius);
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    -ms-border-radius: var(--border-radius);
    -o-border-radius: var(--border-radius);
    text-align: center;
    font-weight: bold;
}


.experience_item .counter {
    font-size: clamp(2rem, 1.6rem + 2vw, 4rem);
    padding-bottom: 5px;
    font-family: var(--font_accent);
}

/*EXPERIENCE */


/* FEEDBACK FORM */

.feedback_form_container {
    background-color: var(--clr-secondary);
    color: var(--clr-text);
    border-radius: var(--border-radius);
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    -ms-border-radius: var(--border-radius);
    -o-border-radius: var(--border-radius);
    padding: var(--block-vertical-padding) var(--block-horizontal-padding);
    display: flex;
    flex-direction: column;
    align-items: center;
    background-repeat: no-repeat, no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    color: #fff;
    /* background-position: top left, right bottom; */
}

.feedback_form_container a {
    color: #fff;
}

.feedback_form {
    width: 100%;
    padding-top: 34px;
    display: flex;
    gap: 20px;
}

.feedback_form_text-intro {
    font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
}

.hide-police_p {
    display: none;
}

.hide-police_p a:hover {
    color: var(--clr-accent) !important;
}

.form_mess-wrapper {
    width: 100%;
}

.feedback_form_text {
    width: 70%;
    display: flex;
    flex-direction: column;
    gap: 24px;
    text-align: center;
}

.feedback_form_content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.feedback_form_content input {
    flex: 1 1 25%;
    background-color: #fff;
    border-radius: var(--btn-border-radius);
    padding: 20px 35px;
    -webkit-border-radius: var(--btn-border-radius);
    -moz-border-radius: var(--btn-border-radius);
    -ms-border-radius: var(--btn-border-radius);
    -o-border-radius: var(--btn-border-radius);
    font-weight: bold;
}

.feedback_form_content input::placeholder {
    font-weight: bold;
}

.feedback_form_wrapper_messangers svg {
    width: clamp(2.188rem, 2rem + 0.94vw, 3.125rem);
    height: clamp(2.188rem, 2rem + 0.94vw, 3.125rem);
}

.messangers_box svg,
.social svg{
    transition: all .5s;
}

.messangers_box svg:hover,
.social svg:hover {
    transition: all .5s;
    transform: translateY(-5px);
}

.form_messangers {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 12px;
    margin-top: clamp(1.875rem, 1.75rem + 0.63vw, 2.5rem);
}

.feedback_form_wrapper_messangers a:hover > svg path {
    fill: var(--clr-accent);
}

.form_messangers-text {
    font-size: clamp(1.125rem, 1.05rem + 0.38vw, 1.5rem);
    font-weight: bold;
    font-family: var(--font_accent);
}
/* FEEDBACK FORM */


/* SERTIFICATES */

.sertificates_container {
    border-radius: var(--border-radius);
    background-color: var(--clr-secondary);
    padding: var(--block-vertical-padding);
    padding-left: var(--block-vertical-padding);
    padding-right: 0;
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    -ms-border-radius: var(--border-radius);
    -o-border-radius: var(--border-radius);
    display: flex;
    justify-content: space-between;
    gap: 30px;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 70%;
    color: #fff;
}

.sertificates_text {
    width: 100%;
    max-width: 517px;
}

.sertificates_text .btn {
    margin-top: 15px;
}

.sertificates_slider_wrapper {
    max-width: 744px;
    width: 100%;
    position: relative;
}

.sertificates_slider {
    height: 100%;
    overflow-x: hidden;
}

.sertificates_slider .swiper-slide img {
    inset: 0;
    height: 100%;
    width: 100%;
    max-width: 100%;
    border-radius: var(--border-radius);
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    -ms-border-radius: var(--border-radius);
    -o-border-radius: var(--border-radius);
}


.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: "";
}

/* SERTIFICATES */

/* GALLERY */
.gallery_items {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(0.625rem, 0.5rem + 0.63vw, 1.25rem) !important;
}

.gallery-page_items img {
   position: relative;
   border-radius: calc(var(--border-radius) / 2);
}
.gallery-page_items .gallery_item:nth-child(4) .gallery-img {

   border-radius: var(--border-radius);
}

#show-more-gallery-item {
    margin-top: clamp(1.25rem, 0.875rem + 1.88vw, 3.125rem);
}

.decor_gallery-more {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    cursor: pointer !important;
    font-size: 20px;
    font-family: var(--font_accent);
    font-weight: bold;
}

.decor_gallery-more svg path {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.decor_gallery-more:hover svg path {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    fill: var(--clr-accent);
}

.gallery_item {
    flex: 1 26%;
    position: relative;
    border-radius: var(--border-radius);
    height: 100%;
}

.gallery_item .gallery-img {
    inset: 0;
    max-width: 100%;
    max-height: 100%;
    -webkit-border-radius: 2vmin;
    -moz-border-radius: 2vmin;
    border-radius: 2vmin;
  
}

.gallery_item:nth-child(2) {
    flex: 1 60%;
    max-width: none;
}

.gallery_item:nth-child(4) .gallery-img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.hover-img {
    position: relative;
    display: block;
    height: 100%;
}

.hover-img::before {
    content: '';
    display: block;
    position: absolute;
    inset: 0;
    width: auto;
    height: auto;
    background-image: url(/img/icons/name=plus.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgb(0 0 0 / 50%);
    background-size: 40px;
    color: white;
    text-align: center;
    line-height: 1.3;
    opacity: 0;
    display: flex;
    font-size: 14px;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: opacity .8s;
    -webkit-transition: opacity .8s;
    -moz-transition: opacity .8s;
    -ms-transition: opacity .8s;
    -o-transition: opacity .8s;
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
}

.gallery_item:nth-child(4).hover-img::before {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.gallery2_items .gallery_item:nth-child(4).hover-img::before {
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
}

.gallery_item.hover-img:hover .gallery-img_desc,
.gallery_item_big.hover-img:hover .gallery-img_desc {
    opacity: 1;
}


.gallery2_items .gallery2-img {
    border-radius: calc(var(--border-radius) / 2);
    height: 100%;
    max-height: 100%;
}
.gallery2_items a:nth-child(1) {
    grid-row: span 2;
}
.gallery2_items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.sertificates_slider .swiper-slide,
.sertificates_slider .swiper-slide a {
    cursor: pointer;
}

.hover-img:hover::before {
    opacity: 1;
    transition: opacity .8s;
    -webkit-transition: opacity .8s;
    -moz-transition: opacity .8s;
    -ms-transition: opacity .8s;
    -o-transition: opacity .8s;
}



.gallery2_items .gallery2-img .hover-img:hover::before,
.sertificates_container .hover-img:hover::before,
.sertificates_slider .swiper-slide .hover-img::before,
.sertificates_slider .swiper-slide .hover-img:hover::before,
.sertificates_slider .swiper-slide img,
.square, .rotated-square,
.product-slider__image .hover-img:hover::before,
.product-slider__image img {
    border-radius: calc(var(--border-radius) / 2);
}
/* GALLERY */


  /* SERVICES */
  
  .services_container {
  }
  
  .services_items {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.services_items .btn {
    font-family: var(--font_accent);
    cursor: pointer;
    padding-top: 19px;
    padding-bottom: 19px;
    color: #fff;
}

.services_items .btn:hover {
    color: var(--clr-primary) !important;
}

.services_items .swiper-wrapper {
}

.services_title_more {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
    align-items: end;
}

.more-services {
    font-size: 16px;
    font-family: var(--font_accent);
    display: flex;
    align-items: center;
    gap: 14px;
}

.service_item-wrapper {
    width: 33%;
    height: 100%;
    display: flex;
    height: auto;
    align-items: end;
    padding: 15px;
    border-radius: var(--border-radius);
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    -ms-border-radius: var(--border-radius);
    background-image: url(/img/hero-block_img_right.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -o-border-radius: var(--border-radius);
    min-height: 500px;
}

.service_item_inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}



.services_items h3 {
    cursor: pointer;
}

.service_item {
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    width: 100%;
    overflow: hidden;
    background-color: #fff;
/*     transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease; */
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
    font-size: 15px;
}

.service_item-content {
    padding: 0 0;
    display: none;
    transition: all 0.5s;
}

.service_item-content strong {
    font-family: var(--font_accent);
}

.service_item.open {
    height: 100%;
}

.service_item svg {
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    min-width: 41px;
}

.service_item.open .service_item-content {
    display: block;
    margin-top: 15px;
}

.service_item.open {
    padding: 20px;
}

.service_item.open svg rect {
    fill: var(--clr-primary);
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.service_item.open .service_title .service_item-intro {
    display: inherit;
    -webkit-box-orient: unset;
    -webkit-line-clamp: unset;
    overflow: auto;
}

.service_title h3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid transparent;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.service_item:hover .service_title h3 {
   color: var(--clr-accent);
   transition: all .3s;
   -webkit-transition: all .3s;
   -moz-transition: all .3s;
   -ms-transition: all .3s;
   -o-transition: all .3s;
}
/* 
.service_price {
    padding-top: 22px;
    display: flex;
    flex-direction: column;
    gap: 12px;
} */

.service_price li {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 14px;
}

.services_nav {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 20px;
    justify-content: center;
    margin-top: clamp(1.25rem, 1.125rem + 0.63vw, 1.875rem);
}

.services_nav .swiper-button-next,
.services_nav .swiper-button-prev {
    position: static;
    margin: 0;
    padding: 0;
}

.services2 {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
}

.service2_item {
    padding:0 clamp(1.25rem, 1.106rem + 0.72vw, 1.969rem);
    padding-top: clamp(1.875rem, 1.637rem + 1.19vw, 3.063rem);
    padding-bottom: clamp(1.875rem, 1.637rem + 1.19vw, 3.063rem);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
    -webkit-border-radius: var(--border-radius);
    background-color: #fff;
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.service2_item-head-svg {
  
}

.service2_item-head-svg img {
    width: 100%;
    min-width: clamp(4.375rem, 4rem + 1.88vw, 6.25rem);
    height: clamp(4.375rem, 4rem + 1.88vw, 6.25rem);
}

.service2_item:nth-child(even) button{
    background-color: var(--clr-accent);
}

.service2_item:nth-child(even) button:hover {
    border-color: transparent;
}

.service2_item:nth-child(even) .service2_item-title {
    color: var(--clr-accent);
}


.services2-more span {
    text-decoration: underline;
}

.service2_item:nth-child(even) .services2-more span {
    color: var(--clr-accent);
}

.service2_item:hover {
    color: inherit;
    scale: 1.02;
}

.services2-more {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
}


.service2_item-title {
    padding-bottom: 12px;
    font-size: clamp(1.25rem, 1.125rem + 0.63vw, 1.875rem);
}

.service2_item-title__wrapper {
    padding-bottom: clamp(1.25rem, 1.063rem + 0.94vw, 2.188rem);
    position: relative;
}

.about_services2-item {
    font-weight: bold;
    font-family: var(--font_accent);
    padding-bottom: clamp(1.25rem, 1.125rem + 0.63vw, 1.875rem);
}

.about_services2-item ul {
    font-weight: bold;
    list-style: disc;
    list-style-position: inside;
}

.about_services2-item ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.services2-result__title {
    padding-bottom: 12px;
}

.about_services2-item-title {
    padding-bottom: clamp(1.25rem, 1.125rem + 0.63vw, 1.875rem);
    font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
}

.services2-result ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-bottom: 35px;
}

.service2_item-head {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 20px;
}
  /* SERVICES */


  /* CONTACTS */
.map_container {
    position: relative;
}

#map .ymaps-2-1-79-inner-panes,
#map {
    border-radius: var(--border-radius);
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    -ms-border-radius: var(--border-radius);
    -o-border-radius: var(--border-radius);
}

.contact-page_wrapper {
    display: flex;
    gap: 20px;
}



.contact-page-intro,
.page-intro  {
    max-width: 720px;
}

.contact-page_container {
     border-radius: var(--border-radius);
    background-color: var(--clr-secondary);
    padding: var(--block-vertical-padding) var(--block-horizontal-padding);
}

.contact-page_wrapper .section_title {
    display: none;
}

.contact-page_wrapper .map_contacts {
    width: 50%;
}

.contact-page_wrapper .map_contacts ymaps{
    width: 100%;
}

.contact-page_wrapper {
    display: flex;
}

.contact-page_wrapper .map_contacts {
   position: static
}

.map_contacts {
    padding: clamp(1.875rem, 1.662rem + 1.06vw, 2.938rem);
    background: #FFFFFF;
    border-radius: var(--border-radius);
    box-shadow: 5px 5px 20px rgb(86 86 86 / 25%);
    position: absolute;
    z-index: 1;
    top: 10%;
    right: 3%;
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    -ms-border-radius: var(--border-radius);
    -o-border-radius: var(--border-radius);
}

.contact-page_wrapper .map_contacts {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

 .contacts-list {
    display: flex;
    flex-direction: column;
    gap: clamp(1.125rem, 1.05rem + 0.38vw, 1.5rem);
}

 .contacts-list_item {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

 .contacts-list_item *:nth-child(2),
 .contacts-list_item a{
    font-size: clamp(1.125rem, 1.05rem + 0.38vw, 1.5rem);
    font-family: var(--font_accent);
    font-weight: bold;
}
/* CONTACTS */


/* REVIEWS */
.reviews_container {
    border-radius: 7px;
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    -ms-border-radius: var(--border-radius);
    -o-border-radius: var(--border-radius);
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-size: cover;
    padding: var(--block-vertical-padding) var(--block-horizontal-padding);
    background-color: var(--clr-secondary);
    background-position: center;
}

.review {
    background-color: white;
    color: var(--clr-text);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: var(--border-radius);
    height: auto;
    max-height: 450px;
}

.review-img {
    background-color: #191919;
    display: flex;
    justify-content: center;
}

.review.review-img  .review_title, 
.review.review-img  .review_text {
    display: none;
}

.review.review-img .review-full_img {
    display: block !important; 
}

.review .hover-img::before {
    border-radius: var(--border-radius);
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    -ms-border-radius: var(--border-radius);
    -o-border-radius: var(--border-radius);
}

.review .hover-img {
    display: flex;
    height: 100%;
    justify-content: center;
}

.review .review-full_img {
    max-width: 100%;
    width: 100%;
    object-fit: unset;
    inset: 0;
    height: 100%;
    object-fit: cover;
    border-radius: var(--border-radius);
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    -ms-border-radius: var(--border-radius);
    -o-border-radius: var(--border-radius);
}


.review_title {
    border: 1px solid #cfcfcfa6;
    border-radius: var(--border-radius);
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    -ms-border-radius: var(--border-radius);
    -o-border-radius: var(--border-radius);
    padding: clamp(0.875rem, 0.75rem + 0.63vw, 1.5rem) 14px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    border-radius: var(--border-radius);
    background-color: #fff;
}

.review_text {
    padding: 14px 14px;
    overflow-y: auto;
    max-height: 320px;
    margin-bottom: 14px;
    padding-bottom: 0;
    height: 100%;
}
/* .review_text::-webkit-scrollbar {
  display: none;
} */

.review_text::-webkit-scrollbar {
    width: 3px;
    height: 15px;
}
.review_text::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: transparent;
}

.review_text::-webkit-scrollbar-thumb {
    background: var(--clr-primary);
}

.review .review_title img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    object-fit: contain;
}
  
.review_author {
    display: flex;
    flex-direction: column;
}

.review_nav {
    display: flex;
    align-items: center;
    gap: 20px;
}

.review_nav .swiper-button-next,
.review_nav .swiper-button-prev {
    position: static;
}

/* REVIEWS */

/* FAQ */

.faq_container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.faq_container.row {
    flex-direction: column;
}

.faq_container.row .faq_right {
    max-width: none;
}

.faq_left {
    width: 100%;
    max-width: 580px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
}

.faq_left img {
    border-radius: var(--border-radius);
    height: 100%;
}

.faq_right {
    width: 100%;
}

.faq_container.faq_join {
    flex-direction: column;
}


.accordion {
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 100%;
    justify-content: space-between;
}

.accordion-item {
    border-radius: var(--border-radius);
    padding: 25px 15px;
    padding-bottom: 15px;
    background-color: var(--clr-secondary);
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: #fff;
}

.accordion-header {
    font-family: var(--font_accent);
    font-weight: bold;
    display: flex;
    gap: 15px;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.5s ease;
}

.accordion-header svg {
    min-width: 41px;
}

.accordion-content {
    margin-left: 55px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
}

/* FAQ */

/* PRICE */

.price_accordion {
    display: flex;
    flex-direction: column;
    gap: 20px;
    color: #fff;
}

.price_accordion-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    cursor: pointer;
    padding-bottom: 10px;
    flex-wrap: wrap;
}

.price_accordion-item {
    padding: 25px 20px;
    padding-bottom: 15px;
    background-color: var(--clr-secondary);
    border-radius: var(--border-radius);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    border: 1px solid transparent;
}

.price_accordion-item:hover{
    box-shadow: 0px 0px 1px 0px rgba(30, 60, 67, 0.15), 0px 0px 10px 0px rgba(30, 60, 67, 0.15);
}

.price_accordion-header .price_inner {
    display: flex;
    align-items: center;
    gap: 20px;
}

.price_accordion-header .price_accordion_name {
    font-size: clamp(1.125rem, 1.05rem + 0.38vw, 1.5rem);
}

.price_accordion-header .price_inner .price_sum {
    font-size: clamp(1.125rem, 1.05rem + 0.38vw, 1.5rem);
}

.price_accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
}

.price_inner svg {
  transition: transform 0.5s;
}
/* PRICE */


/* WORK PRINCIPES */
.work_principes_container {
    background-color: var(--clr-primary);
    color: #fff;
    border-radius: var(--btn-border-radius);
    padding: var(--block-vertical-padding) var(--block-horizontal-padding);
}

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

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

.principes_items .principe  {
    flex: 1 300px;
    background-color: white;
    color: var(--clr-text);
    border-radius: var(--border-radius);
    padding: clamp(1.25rem, 1.063rem + 0.94vw, 2.188rem);
}

.principes_items .principe img {
    width: 82px;
    height: 82px;
}

.principe_title {
    padding-top: clamp(0.938rem, 0.75rem + 0.94vw, 1.875rem);
    padding-bottom: 12px;
}

.principe_img img {
    width: 100%;
    max-height: 100%;
    object-fit: cover;
    min-height: 300px;
    border-radius: var(--border-radius);
    max-height: 450px;
}

/* WORK PRINCIPES */

/* OUR PARTNERS */

.our_partners-slider {
    width: 100%;
    max-width: 1285px;
}

.our_partners-slider .swiper-slide {
    padding: 10px;
    border-radius: var(--border-radius);
    display: flex;
    align-items: center;
    justify-content: center;
}

.our_partners-slider a {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.our_partners-slider a:hover  {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -ms-filter: drop-shadow(0px 0px 5px var(--clr-accent));
    filter: drop-shadow(0px 0px 5px var(--clr-accent));
}

.our_partners-slider a:hover

.our_partners-slider .swiper-slide {
    
}

.our_partners-slider_wrapper {
    position: relative;
}


/* OUR PARTNERS */


/* TARIF */
.stick_wrap {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    padding-bottom: clamp(1rem, 0.775rem + 1.13vw, 2.125rem);
}

.tarif_title {
    padding-bottom: 12px;
}

.tarif_intro {
    padding-bottom: clamp(1rem, 0.9rem + 0.5vw, 1.5rem);
}

.stick {
    padding: 5px 20px;
    border-radius: var(--border-radius);
    color: #fff;
}

.stick.red {
    background-color: #ff00008f;
}

.stick.green {
    background-color: #00800096;
}

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

.tarif {
    flex: 1 350px;
    background-color: var(--clr-secondary);
    border-radius: var(--border-radius);
    padding: 20px;
    color: #fff;
}

.tarif .text-content ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.tarif .text-content li {
    font-weight: bold;
    line-height: 1.1;
}

.tarif .text-content li small {
    font-weight: 400;
    color: #8E8E8E;
    margin-top: 8px;
}

.tarif.white {
    background-color: var(--clr-primary);
    color: #fff;
}

.tarif.white li small  {
    color: #d9d9d9;
}

.tarif.white .old_price {
    color: #d9d9d9 !important;
}

.tarif.white .old_price::before {
    background-color: #d9d9d9 !important;
}

.tarif_price {
    padding-top: clamp(1.25rem, 0.75rem + 2.5vw, 3.75rem);
    display: flex;
    flex-direction: column;
    font-family: var(--font_accent);
    gap: 16px;
}

.tarif_price .old_price {
    font-size: clamp(1.125rem, 1.05rem + 0.38vw, 1.5rem);    
    position: relative;
    color: #757575;
}

.tarif_price .old_price::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #757575;
    top: 50%;
}

.tarif_price .actual_price {
    font-size: clamp(1.875rem, 1.65rem + 1.13vw, 3rem);
}

.tarif .btn {
    margin-top: clamp(1.25rem, 1.125rem + 0.63vw, 1.875rem);
    padding: 20px;
}


/* TARIF */


/* TABS */

.tabs {
  background: var(--clr-secondary);
  border-radius: var(--border-radius);
  color: #fff;
}

.tabs__caption {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  position: relative;
  margin: -1px 0 0 -1px;
  gap: 20px;
  background-color: var(--clr-wrapper);
}

.tabs__caption li {
  padding: 15px clamp(1.25rem, 1rem + 1.25vw, 2.5rem);
  margin: 1px 0 0 1px;
  color: #000;
  position: relative;
  border-width: 2px 2px 0;
  border-radius: var(--border-radius);
  text-align: center;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  font-size: clamp(1rem, 0.9rem + 0.5vw, 1.5rem);
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tabs__caption li:not(.active) {
  cursor: pointer;
}
.tabs__caption li:not(.active):hover {
}
.tabs__caption .active {
  background: var(--clr-secondary);
  color: #fff;
}

.tabs__content {
  display: none;
  padding: 0px;
}

.tabs__content .tab-castom_ul {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin: 0;
}

.tabs__content .tab-castom_ul li {
    font-size: clamp(0.875rem, 0.825rem + 0.25vw, 1.125rem);
    font-weight: bold;
    padding: 20px;
    padding-left: clamp(1.25rem, 1rem + 1.25vw, 2.5rem);
}

.tabs__content .tab-castom_ul li:first-child {
    padding-top: 0;
}


.tabs__content.active {
  display: block;
}

.tabs__content {
    padding-left: clamp(1.25rem, 1rem + 1.25vw, 2.5rem);
    padding-right: clamp(1.25rem, 1rem + 1.25vw, 2.5rem);
    padding-top: clamp(1.875rem, 1.625rem + 1.25vw, 3.125rem);
        padding-bottom: clamp(1.875rem, 1.337rem + 2.69vw, 4.563rem);
}

.tabs__content:has(.tab-castom_ul) {
  padding-left: 0;
  padding-right: 0;
}
/* TABS */



/* PAGE CATALOG */


.catalog_tabs {
  display: flex;
  justify-content: start;
  gap: 10px;
  padding-bottom: 40px;
  flex-wrap: wrap;
}

.catalog_tab {
  cursor: pointer;
  padding: 10px 20px;
  background-color: lightgray;
  border-radius: var(--border-radius);
}

.catalog_tab.active {
  background-color: gray;
  color: white;
}

.catalog_content {
  display: none;
  border-top: none;
}

.catalog_content.active {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.catalog_item {
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
    background-color: var(--clr-secondary);
    position: relative;
}

.catalog-inner_container .catalog-price {
    flex-direction: column-reverse;
    align-items: start;
}    
.catalog-inner_container .catalog-price_old {
    color: var(--clr-primary) !important;
    font-size: clamp(1.375rem, 1.35rem + 0.13vw, 1.5rem);
}

.catalog-inner_container .catalog-price_actual {
    font-size: clamp(1.625rem, 1.35rem + 1.38vw, 3rem);
}

.catalog-inner_container .catalog-price_old::before {
    background-color: var(--clr-primary) !important;
}

.product_stickerbox {
    width: max-content;
}

.catalog_item .sticker,
.product_stickerbox {
    position: absolute;
    right: -30px;
    top: 20px;
    padding: 5px 12px;
    text-align: center;
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    font-family: var(--font_accent);
    font-size: 14px;
}

.products_item_content_inner .sticker {
     padding: 5px 12px;
    text-align: center;
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    font-family: var(--font_accent);
    font-size: 14px;
    z-index: 20;
}

.products_item_content_inner .btn {
    padding: 12px 38px;
}


.catalog_item .sticker.red,
.products_item_content_inner .sticker.red {
    background-color: #ed111185;
}

.catalog_item .sticker.green,
.products_item_content_inner .sticker.green{
    background-color: #2aa738a8;
}

.catalog_item .sticker.blue,
.products_item_content_inner .sticker.blue{
    background-color: #2424b98f;
}

.catalog_content .catalog_item:hover  {
    box-shadow: 0px 0px 1px 0px rgba(30, 60, 67, 0.25), 0px 0px 15px 0px rgba(30, 60, 67, 0.15);
    transition: transform 0.3s ease-in;
}

.catalog_content .catalog_item:hover  {
    color: inherit;
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -ms-transform: scale(1.01);
    -o-transform: scale(1.01);
    transform: scale(1.01);
}

.catalog_item img {
    border-radius: var(--border-radius);
    height: auto;
    max-width: 100%;
    width: 100%;
}

.catalog_item-text {
    padding: clamp(1.25rem, 1.125rem + 0.63vw, 1.875rem) 22.5px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}


.catalog-price {
    display: flex;
    align-items: center;
    gap: 20px;
    font-family: var(--font_accent);
}

.catalog-price_old {
    position: relative;
    color: #757575;
}

.catalog-price_old::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #757575;
    top: 45%;
}

.catalog-price_actual {
    font-weight: bold;
    font-size: 20px;
}

.catalog_item-more-order {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.catalog_item-more-order span {
    text-decoration: underline;
}

/* PAGE CATALOG */


/* CATALOG ITEM PAGE */

.catalog_item_container {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.catalog_item-left  img {
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
}

.catalog_item-left {
  max-width: 700px;
  width: 100%;
  gap: 20px;
}

.catalog_item-right {
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 580px;
}

.catalog_item-title {
    padding-bottom: 10px;
}

.catalog_item-price {
    padding-top: 0;
}

.catalog_item-ordermore {
    display: flex;
    align-items: center;
    gap: 38px;
    flex-wrap: wrap;
}

.catalog_item-ordermore a {
    text-decoration: underline;
}

.catalog_content-item {
    display: grid;
}

.catalog_item-left .slider {
  color: #fff;
  overflow: hidden;
  height: 100%;
}
.catalog_item-left .slider .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.slider__flex {
  display: flex;
  align-items: flex-start;
}
.slider__col {
  display: flex;
  gap: 20px
}
.slider__prev,
.slider__next {
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: red;
  position: absolute;
  z-index: 999;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;

}

.slider__prev,
.slider__next svg {
    width: 20px;
    height: 20px;
}

.slider__prev {
    left: 45%;
    top: 10px;
    rotate: 180deg;
}

.slider__next {
    left: 45%;
    bottom: 10px;
}

.slider__prev:focus,
.slider__next:focus {
  outline: none;
}
.slider__thumbs {
  height: 600px;
}
.slider__thumbs .slider__image {
  transition: 0.25s;
  -webkit-filter: grayscale(10%);
  filter: grayscale(10%);
  opacity: 0.5;
}
.slider__thumbs .slider__image:hover {
  opacity: 1;
}
.slider__thumbs .swiper-slide-thumb-active .slider__image {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
}

.slider__thumbs .swiper-slide {
    width: 208px;
    cursor: pointer;
}
.slider__images {
  height: 600px;
  width: 460px;
}
.slider__images .slider__image img {
  transition: 3s;
}
.slider__images .slider__image:hover img {
  transform: scale(1.1);
}
.slider__image {
  width: 100%;
  height: 100%;
  border-radius: var(--border-radius);
  overflow: hidden;
}
.slider__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: var(--border-radius);
}

.badge {
     border-radius: var(--border-radius) !important;
}

/* CATALOG ITEM PAGE */


.gallery-page_items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: clamp(0.313rem, 0.125rem + 0.94vw, 1.25rem);
}


.review_cont_wrapper {
    display: flex;
    gap: 20px;
}

.reviews_slider {
    width: 100%;
}

 .review_vidget > div:first-child {
        width: 300px !important;
        height: 100% !important;
    }

 .review_vidget > div:first-child iframe {
     border-radius:var(--border-radius) !important;
 }


@media (max-width: 767px) {
    .review_cont_wrapper {
        flex-direction: column;
    }
     .review_vidget > div:first-child {
        height: 400px !important;
        width: 100% !important;
    }
}   


.color_dark,
.color_dark a{
    color: var(--clr-text) !important;
}

.tabs__content .tab-castom_ul li:nth-child(even) {
    background-color: #fff;
    color: var(--clr-text) !important;
}

.gallery-top,
.gallery-thumbs {
	border-radius: var(--border-radius);
}
.catalog-inner_container {
	display: flex;
	gap: clamp(1.875rem, 1.625rem + 1.25vw, 3.125rem);
}
.catalog_gallery-wrapper {
	overflow-x: hidden;
	position: relative;
	max-width: 700px;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.catalog_gallery-wrapper .swiper-button-next,
.catalog_gallery-wrapper .swiper-button-prev {
	position: absolute;
	top: 40%;
}
.catalog_gallery-wrapper  .swiper-slide,
.catalog_gallery-wrapper .swiper-wrapper {
	border-radius: 2vmin;
	height: auto;
}

.catalog_gallery-wrapper img {
	border-radius: 2vmin;
	height: 100%;
}
.gallery-thumbs  .swiper-slide {
	opacity: 0.7;
	cursor: pointer;
}
.gallery-thumbs  .swiper-slide.swiper-slide-thumb-active {
	opacity: 1;
}

.videos_wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.video_item {
    background-color: var(--clr-secondary);
    border-radius: var(--border-radius);
    cursor: pointer;
}

.video_item-title {
    padding-bottom: 10px;
}

.video_item a {
    cursor: pointer;
}

.video_item .hover-img::before {
    border-radius: var(--border-radius);
    opacity: 1;
    background-color: rgb(0 0 0 / 20%);
    transition: all .8s;
}

.video_item:hover .hover-img::before {
    background-image: url(/img/icons/play.svg);
    opacity: 1;
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
    background-color: rgb(0 0 0 / 50%);
}

.video_item-img {
    border-radius: var(--border-radius);
    cursor: pointer;
    width: 100%;
}

.video_item_desc {
   padding: 20px; 
}

.video_item_desc p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.video_item .hover-img::before {
    background-image: url(/img/icons/play.svg);
}

.video-title_more {
    display: flex;
    justify-content: space-between;
}
/* 

.catalog_gallery-wrapper {
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
}
.gallery-top, .gallery-thumbs {
    border-radius: var(--border-radius);
    width: 300px;
    height: 300px;
}

.catalog_gallery-wrapper {
    height: auto;
}

.gallery-top {
    height: 100%;
    width: 65%;
}

.gallery-top .swiper-wrapper {
    height: 100%;
}

.gallery-thumbs .swiper-slide {
    height: 100% !important;
} */

/* 
.cont-padding {
    padding-top: 35px !important;
}

 */
.gallery-img_desc {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 15px;
    text-align: center;
    opacity: 0;
    padding-bottom: 0;
    padding-top: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color: #fff !important;
    z-index: 50;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.gallery_item_big.hover-img::before,
.gallery_item.hover-img::before {
    background-position: center;
    border-radius: calc(var(--border-radius) / 2);
} 

 .gallery_item-top::before {
        background-position: center 70% !important;
  }

.products_item_content_inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 20px;
}

.products_item_content {
    position: relative;
}

.product_stickerbox {
    display: flex;
    gap: 5px;
}

.products_item_variationimg {
    border-radius: var(--border-radius);
}

.product-item_price_wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-top: 15px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.products_item_content_inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 20px;
    
}

.products_item_content {
    position: relative;
}

.product_stickerbox {
    display: flex;
    gap: 5px;
    
}
    
.products_item_variationimg {
    border-radius: var(--border-radius);
}

.calendar {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    background-color: var(--clr-secondary);
    padding: var(--block-vertical-padding) var(--block-horizontal-padding);
    border-radius: var(--border-radius);
}

#calendarBody tr:last-child {
    display: none;
}

.calendar #currentMonth {
   
}

.calendar  .swiper-button-next,
.calendar  .swiper-button-prev {
    position: static;
    margin-top: 0;
}

.calendar-header {
    display: flex;
    align-items: end;
    flex-wrap: wrap;
    margin-bottom: 10px;
    gap: 10px;
    justify-content: space-between;
}

.calendar table {
    width: 100%;
}

.calendar .calendar_title {
    text-align: left;
}

.calendar th, .calendar td {
    padding: 10px 0;
    text-align:left;
}

.calendar td {
    -webkit-transition: all .3s
    -moz-transition: all .3s
    -ms-transition: all .3s
    -o-transition: all .3s
    transition: all .3s
    cursor: pointer;
}

.calendar td:hover {
    color: var(--clr-primary);
     cursor: pointer;
}

.calendar th, .calendar td {
    font-size: clamp(1rem, 0.8rem + 1vw, 2rem);
    width: clamp(1.875rem, 1.5rem + 1.88vw, 3.75rem);
    height: clamp(1.875rem, 1.5rem + 1.88vw, 3.75rem);
    display: flex;
    justify-content: center;
    border-radius: var(--border-radius);
    align-items: center;
}

.calendar table thead tr {
    font-family: var(--font_accent);
    font-size: clamp(1rem, 0.8rem + 1vw, 2rem);
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

#calendarBody tr {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.calendar_nav {
    display: flex;
    align-items: center;
    gap: 20px;
}

.calendar_nav #prevMonth,
.calendar_nav #nextMonth {
    width: 40px;
    height: 40px;
}

.current-day {
    background-color: var(--clr-primary);
    color: #fff;
}

.current-day:hover {
    background-color: transparent;
    color: var(--clr-text);
}


.has-html5video .fancybox__content video {
    object-fit: contain !important;
}

.map_contacts .messangers_box svg {
    width: clamp(2.188rem, 2rem + 0.94vw, 3.125rem);
    height: clamp(2.188rem, 2rem + 0.94vw, 3.125rem);
}

.text-content_disc {
    padding: var(--block-vertical-padding) var(--block-horizontal-padding);
    background-color: #fff;
    border-radius: var(--border-radius);
}

.map_contacts .messangers_box {
    padding-top: 30px;
}

.form input {
    border: 1px solid #BDBDBD;
}

.fancybox__caption {
    max-width: 1200px;
    text-align: center;
    background-color: #ffffff2e;
    padding: 10px;
    border-radius: 5px;
    margin-top: 10px;
}

/* filials */

.fillial_title {
    font-size: 1rem;
    line-height: normal;
    color: #888;
    margin: 0 0 5px;
}
.fillials_item .inner {
    padding: 1.52rem;
    background: #fff;
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.fillials_item.item {
    flex: 1 320px;
}
.fillials_item .address {
    font-size: clamp(1.2rem, 1rem + 0.38vw, 1rem);
    font-family: var(--font_accent);
    font-weight: bold;
    color: var(--clr-text);
}
.fillials_item a {
    font-size: clamp(1rem, 1rem + 0.38vw, 1rem);
    font-family: var(--font_accent);
    font-weight: bold;
    color: #333;
}

.fillials_index {
    display: flex;
    height: 330px;
    max-width: 450px;
}
.fillials_index .fillials_item.item {
    flex: auto;
    width: 100%;
}
.fillials_index .fillials_item .inner {
    padding: 0 0 25px;
    border-bottom: 1px solid #c5c5c5;
    border-radius: 0;
}
.fillials_index .fillials_item:last-child .inner {
    padding: 0;
    border-bottom: 0;
}

