@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');

.header_wrapper .tel {
    display: none;
}

.header_wrapper_items .btn {
    display: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
li {
    margin: 0;
    border: 0;
    /* font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; */
    font-family: 'Roboto Flex', sans-serif;
    text-decoration: none;
    color: #3e3a3a;
}

.font_subhead {
    margin: 0.67em 0;
}

.slick-lightbox {
    margin: 0;
}

span {
    font-family: 'Roboto Flex', sans-serif;
}

html {
    padding: 0;
    margin: 0;
}

button {
    cursor: pointer;
}
/*  */
.body_button {
    position: fixed;
    right: 0%;
    top: 84%;
    z-index: 9999;
}

body > * {
    margin-top: 100px;
}

body > *:nth-child(4) {
    margin-top: 0px;
}

.notification {
    top: -10%;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: rgb(230, 51, 27);
    position: absolute;
    right: 4%;
}

.body_button_items {
    cursor: pointer;
    text-align: center;
    background-color: #067a40;
    color: #ffffff;
    width: 176px;
    height: 47px;
    font-size: 17px;
    font-weight: 300;
    font-family: 'PT Sans', sans-serif;
    border: none;
    border-radius: 50px;
    -webkit-box-shadow: 13px 8px 45px -20px rgba(71, 71, 71, 1);
    -moz-box-shadow: 13px 8px 45px -20px rgba(71, 71, 71, 1);
    box-shadow: 13px 8px 45px -20px rgba(71, 71, 71, 1);
}

.body_button_items:hover {
    background-color: #10b763;
}

@media (max-width: 400px) {
    .body_button {
        top: 87%;
    }
}

/*  */

.modal_whatsapp {
    display: flex;
    position: fixed;
    width: 349px;
    height: 259px;
    background-color: #f3f3f3;
    box-shadow: -10px 17px 22px rgba(180, 180, 180, 0.35);
    top: 52%;
    right: 1%;
    z-index: 9999;
    border-radius: 12px;
}

.header {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;

    padding: 16px 0px;
}

.header-content {
    margin: 0;
    position: sticky;
    top: 0;
    z-index: 9999;
    background-color: #ffffff;
}

.banner {
    background-color: #10b763;
    width: 100%;
    height: 104px;
    border-bottom: 1px solid #c5c5c5;
}

.professional_repair {
    position: relative; /* Родитель должен быть relative */
    overflow: visible; /* Разрешаем выход за границы */
    /* padding-bottom: 100px; */
}

#professional_repair-container {
    position: relative;
    bottom: 5em;
}

.grid-card {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr auto;

    /* grid-template-columns: repeat(auto-fit, minmax(221px, 1fr)); */

    position: relative;
    /* bottom: -62px; */
    top: 84%;
    gap: 20px;

    padding: 0px 12px 0px 0px;
    /* grid-auto-flow: dense; */
    max-width: 100%;
}

.grid-card h3 {
    letter-spacing: -0.4px;
}

.card-plus:last-child {
    /* grid-column: span 2;  */
}
.card-plus:nth-child(odd) {
}

.grid-card .info p {
    line-height: 19.2px;
}

.card-plus {
    display: grid;
    background: rgba(253, 253, 253, 1);
    box-shadow: 3px 13px 25.1px 0px rgba(0, 0, 0, 0.1);
    border-radius: 14px;
    padding: 15px;
    /* max-width: 198px; */
    max-width: 100%;

    gap: 20px;
}

.card-plus:nth-child(2) {
    max-width: 203px;
}

.card-plus:nth-child(5) {
    max-width: 267px;
}

.card-plus .ico {
    height: min-content;
}

.card-plus .wrapper_column {
    display: grid;
    margin: 0;
    gap: 5px;
}

.span_banner {
    /* position: absolute; */
    display: flex;
    /* text-align: right; */
    justify-content: flex-end;
    padding-right: 12px;
    padding-top: 12px;
    color: #f3f3f3;
}

.flex_banner {
    display: flex;
}

.logo_banner {
    padding: 12px;
    width: 65px;
}
.flex_2_banner_text_h1 {
    font-size: 14px;
    color: #f3f3f3;
}

.flex_2_banner_text_p {
    font-size: 12px;
    color: #f3f3f3;
}

/*  */

/* решаю */

/* .element {
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  position: relative;
  touch-action: pan-y; 
  cursor: grab; 
}

.bar {
  display: inline-block;
  animation: moveSlideshow 25s linear infinite;
}

@keyframes moveSlideshow {
  0% {
      transform: translateX(0%);
  }
  100% {
      transform: translateX(calc(-100% - 30px)); 
  }
}

.item {
  display: inline-block;
  width: 200px; 
  height: 100px; 
  margin: 10px; 
  text-align: center;
  line-height: 100px; 
  border: 1px solid #ccc;
}

.spacer {
  width: 200px; 
  display: inline-block;
} */

/* этот код был */

@keyframes moveSlideshow {
    100% {
        transform: translateX(-50%);
    }
}

.element {
    touch-action: pan-x;
    cursor: grab;
    transform: translate3d(0, 0, 0);
    position: relative;
    overflow: hidden;
    animation-name: moveSlideshow;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-duration: 25s;
    animation-direction: normal;
    animation-delay: 0s;
    display: flex;
    width: max-content;
    min-width: 200%;
    flex-shrink: 0;
}

.bar {
    width: 50%;
    flex-shrink: 0;
    opacity: 1;
}

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

.item {
    height: 120px;
    min-width: 220px;
    width: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
}

.media_patners {
    overflow: hidden;
    display: none;
}

@media (max-width: 700px) {
    .media_patners {
        overflow: hidden;
        display: block;
    }
}
.logo_partners_items_patners {
    aspect-ratio: 2 / 1;
    width: 78%;
    /* height: 100%; */
    margin: 13px 24px;
    /* margin: 0 4px; */
}

/*  */

@media (max-width: 700px) {
    .partners {
        display: none;
    }
}

/*  */
/*  */

:active,
:hover,
:focus {
    outline: 0;
    outline-offset: 0;
}

body {
    flex-wrap: wrap;
    margin: 0px;
    /* overflow: hidden; */
    background: #fff;
}

li {
    list-style-type: decimal;
}

.container {
    max-width: 1200px;
    margin: 0px auto 0px auto;
    /* padding: 16px 26px 0px 26px; */
    padding: 0px 26px 0px 26px;
    flex-wrap: wrap;
}

@media (max-width: 400px) {
    .container {
        padding: 0px 14px 0px 14px;
    }
}

.container_wrapper {
    display: flex;
    align-items: center;
    /* text-align: center; */
    justify-content: space-between;
    /* margin-bottom: 80px; */
}

.logo {
    width: 237px;
}

.logo a {
    cursor: pointer;
}

@media (max-width: 863px) {
    .logo {
        width: 177px;
    }

    .logo_items {
        width: 80% !important;
    }
}

@media (max-width: 435px) {
    .logo {
        width: 100px !important;
    }

    .logo_items {
        width: 100% !important;
    }
}

@media (max-width: 386px) {
    .logo {
        width: 74px !important;
    }

    .logo_items {
        width: 110% !important;
    }
}

.logo_items {
    width: 70%;
}

#items_head {
    display: none !important;
}
@media (max-width: 791px) {
    #items_head {
        display: block !important;
    }
}

.items_head {
    margin: 0px 12px 0px 12px;
    font-size: 20px;
}

.items_head:hover {
    border-bottom: 1px solid #333;
}

.tel_items {
    display: flex;
    flex-direction: column;
}

.tel_flex {
    align-items: center;
    display: flex;
    justify-content: space-around;
    margin-bottom: 7px;
}

.img_logo_WhatsApp_header {
    margin-right: 6px;
}

@media (max-width: 429px) {
    .img_logo_WhatsApp_header {
        width: 20px;
    }
}

.tel_font {
    text-align: center;
    font-size: 20px;
}

@media (max-width: 460px) {
    .tel_font {
        font-size: 12px;
    }
    .order {
        font-size: 12px !important;
    }
}

@media (max-width: 460px) {
    .tel_font {
        font-size: 14px;
    }
    .order {
        font-size: 14px !important;
    }
}

.order {
    text-align: center;
    font-size: 20px;
    text-decoration: underline;
    color: rgb(53, 160, 53);
}

.order:hover {
    text-decoration: none;
}

/* burger */

.open {
    display: flex !important;
    color: #ffffff;
    justify-content: center;
}

.burger {
    margin: 0px 0px 0px 16px;

    display: none;
    position: relative;
    z-index: 50;
    align-items: center;
    justify-content: flex-end;
    width: 30px;
    height: 18px;
}

@media (max-width: 433px) {
    .burger {
        margin: 0px 0px 0px 10px;
    }
}

.burger span {
    height: 2px;
    width: 100%;
    transform: scale(1);
    background-color: #383838;
}

.burger::before,
.burger::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #383838;
    transition: all 0.3s ease 0s;
}

.burger::before {
    top: 0;
}

.burger::after {
    bottom: 0;
}

/* Добавляем класс active для анимации иконки бургера */
.burger.active span {
    transform: scale(0);
}

.burger.active::before {
    top: 50%;
    transform: rotate(-45deg) translate(0, -50%);
}

.burger.active::after {
    bottom: 50%;
    transform: rotate(45deg) translate(0, 50%);
}

/* При разрешении экрана 900px и ниже, выводим на экран иконку бургера */
@media (max-width: 790px) {
    .burger {
        display: flex;
    }

    .header_wrapper_items .btn {
        display: flex !important;
    }

    .header_wrapper_items .btn {
        /* margin-top: 8px; */
        margin: 8px 12px 0px 12px;
    }
    .header_wrapper_items {
        overflow: hidden;
        display: none;
        flex-direction: column;
        position: fixed;
        height: 100%;
        /* width: 100%; */
        width: 50%;
        top: 0;
        bottom: 0;
        left: 50%;
        right: 0;
        z-index: 50;
        overflow-y: auto;
        padding: 50px 40px;
        background-color: #ffffff;
        gap: 25px;
        animation: burgerAnimation 0.4s;
        box-shadow: -36px 14px 62px -33px rgba(0, 0, 0, 0.75);
    }

    .header_wrapper .tel {
        display: block !important;
    }
    .header_wrapper .tel_items {
        margin: 15px 12px 0px 12px;
        align-items: flex-start;
    }
    .header_wrapper .tel_flex {
        /* margin: 0px 12px 0px 12px; */
        justify-content: flex-start;
        gap: 4px;
    }

    .header_wrapper_items .items_head {
        /* margin-bottom: 12px; */
        /* display: flex; */
        /* row-gap: 30px; */
        color: #333;
        /* align-content: flex-end; */
        align-items: flex-end;
        justify-content: flex-end;
    }

    .header_wrapper_items .btn {
        max-width: 227px;
    }
}

@keyframes burgerAnimation {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Professional repair */

.wrapper_porf_repair {
    display: grid;
    grid-template-columns: 1fr auto;
    justify-content: space-between;
    gap: 12px;
    /* margin-bottom: 78px; */
}

@media (max-width: 583px) {
    .wrapper_porf_repair {
        margin-bottom: 50px;
    }
}

@media (max-width: 518px) {
    .br_prof_repair_h2 {
        display: none;
    }
}

.font_prof_repair {
    /* font-size:calc(20px + 10 * (100vw - 320px) / 880); */

    /* font-size: calc(30px + 10*(100vw - 320px) / 880); */

    /* font-size: calc(16px + 10*(200vw - 420px) / 880); */
    /* font-size: 24px; */
    /* font-size: 36px; */

    font-size: 46px;
    margin-bottom: 21px;
    line-height: 100%;
    font-weight: 800;
}

#professional_repair-bg {
    background-image: url('/img/background-main.avif');
    padding: 32px 0px 0px;
    /* background-size: 100%; */
    background-size: 196vh;
}

#professional_repair-bg .container {
    position: relative;
}

.professional_repair_color {
    color: #067a40;
}

.font_prof_repair_p {
    /* font-size:calc(15px + 5 * (100vw - 920px) / 880); */
    /* font-size: 24px; */

    font-size: 20px;
    line-height: 1.35;
    font-weight: 500;
}

@media (max-width: 700px) {
    .font_prof_repair_p {
        /* font-size: calc(13px + 5*(100vw - 320px) / 880); */
        font-size: calc(13px + 6 * (70vw - 220px) / 880);
        margin-bottom: 20px;
    }
    .font_prof_repair {
        font-size: calc(16px + 10 * (100vw - 320px) / 880);
        /* font-size: calc(16px + 10*(200vw - 320px) / 880); */
    }
}

@media (max-width: 400px) {
    .font_prof_repair_p {
        /* font-size: calc(12px + 6*(70vw - 220px) / 880) !important; */
        /* font-size: calc(17px + 6*(60vw - 420px) / 780) !important; */
    }
    .br_repair {
        display: none;
    }
}

@media (max-width: 350px) {
    .font_prof_repair {
        font-size: calc(16px + 10 * (200vw - 320px) / 880);
    }

    .br_prof_repair_h1 {
        display: none;
    }
}

@media (max-width: 340px) {
    .font_prof_repair {
        font-size: calc(14px + 10 * (200vw - 320px) / 880);
    }
}

@media (max-width: 325px) {
    .font_prof_repair {
        /* font-size: calc(15px + 10*(200vw - 320px) / 880) !important; */
    }
}

@media (max-width: 339px) {
    .font_prof_repair_p {
        /* font-size: calc(13px + 6*(70vw - 420px) / 780) !important; */
        /* font-size: calc(14px + 6*(70vw - 420px) / 780) !important; */
    }
}

.img_prof_repair {
    max-width: 515px;
    width: 100%;

    grid-column: 2;
    overflow: hidden;
}

.font_wrapper_prof {
    position: absolute;
    top: 9%;
}

.font_wrapper_prof .btn {
    display: grid;
    /* justify-content: start; */
    justify-content: center;
    margin-top: 53px;
    align-items: center;
    width: 100%;
    max-width: 227px;
    height: 48px;
    font-size: 20px;
    font-weight: 300;
    transition: 0.3s;
}

.font_wrapper_prof .btn:hover {
    background: #067a40e9;
}

.font_wrapper_prof a {
    background: #067a40;
    color: white;
    border-radius: 5px;
    width: 100%;
    /* max-width: 227px; */
    /* height: 8px; */
    /* padding: 12px 42px; */
}

.img_prof_repair_items {
    position: relative;
    top: 3px;
    width: 100%;
    height: auto !important;
    aspect-ratio: 10/12;
    /* max-height: max-content; */
}

@media (max-width: 814px) {
    .img_prof_repair_items {
        top: 39px;
    }
}

@media (max-width: 383px) {
    .img_prof_repair_items {
        width: 100% !important;
    }
}

.btn {
    display: flex;
    justify-content: center;
    /* margin-bottom: 71px; */
    align-items: center;
    background: #067a40;
    border-radius: 4px;
    font-size: 14px;
    max-width: 161px;
    height: 36px;
    color: white;
    border: none;
    width: 100%;
}

.btn_items {
    font-weight: 500;
    font-family: 'PT Sans', sans-serif;
    background-color: #067a40;
    color: aliceblue;
    border-radius: 5px;
    text-align: center;
    align-items: center;
    font-size: 20px;
    border: none;
    width: 227px;
    height: 48px;
    cursor: pointer;
}

@media (max-width: 367px) {
    .btn_items {
        font-size: 15px !important;
        width: 213px !important;
        height: 36px !important;
    }
}

.btn_items:hover {
    background-color: #10b763;
}

/* Patchers */

.partners_sect {
    margin-top: 32px;
}

.logo_partners {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    /* display: flex; */
    flex-wrap: wrap;
    box-sizing: border-box;
    /* margin-bottom: 60px; */
    justify-content: space-between;
}

.logo_partners_items {
    aspect-ratio: 2 / 1;
    /* width: 13%; */
    max-width: -webkit-fill-available;

    /* max-width: 300px; */
    width: 100%;
    height: auto;
    /* height: 100%; */
    margin: 13px 24px;
    /* margin: 0 4px; */
}

@media (max-width: 340px) {
    .logo_partners_items {
        width: 31%;
    }
}

/* FEEDBACK FROM OUR CLIENTS */
/* and video */

.wrapper_column {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.Rectangle {
    margin-right: 30px;
    background-color: #067a40;
    width: 3px;
    height: 55px;
}

.font_items_feedback {
    font-weight: 400;
    font-size: 35px;
    border-left: 3px solid #067a40;
    padding: 0px 0px 0px 20px;
}

.font_subhead {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 35px;
    border-left: 3px solid #067a40;
    padding: 0px 0px 0px 20px;
}

@media (max-width: 750px) {
    .font_items_feedback {
        font-size: 30px;
    }
}

@media (max-width: 463px) {
    .font_items_feedback {
        font-size: 24px;
    }
}
@media (max-width: 463px) {
    .font_items_feedback {
        font-size: 24px;
    }
}

@media (max-width: 400px) {
    .font_items_feedback {
        font-size: 23px;
    }
}

@media (max-width: 363px) {
    .font_items_feedback {
        font-size: 20px;
    }
}

/* slider */

.content {
    /* margin-bottom: 40px; */
}

@media (max-width: 800px) {
    .content {
        /* margin-left: 30%; */
    }
}

@media (max-width: 650px) {
    .content {
        /* margin-left: 26%; */
    }
}

@media (max-width: 800px) {
    .content {
        /* margin-bottom: 0px !important; */
    }
}

@media (max-width: 540px) {
    .content {
        /* margin-left: 14%; */
    }
}

@media (max-width: 436px) {
    .content {
        margin-left: 12%;
    }
}

@media (max-width: 400px) {
    .content {
        margin-left: 8%;
    }
}

@media (max-width: 338px) {
    .content {
        margin-left: 2%;
    }
}

@media (max-width: 320px) {
    .content {
        margin-left: 0%;
    }
}

.slick-track {
    /* display: flex; */
    flex-direction: column;
}

.gallery-arrow {
    position: absolute;
    top: 50%;
    /* transform: translateY(-50%); */
    width: 40px;
    height: 40px;
    font-size: 14px;
    font-family: Helvetica, sans-serif;
    line-height: 40px;
    text-align: center;
    /* background-color: #E6E6E6; */
    background: #067a40;

    z-index: 10;
    cursor: pointer;
    transition: background 0.3s ease;
    color: white;
}

@media (max-width: 789px) {
    .gallery-arrow {
        max-width: 30px;
    }

    .gallery-item {
        padding: 8px !important;
    }
}

.gallery-arrow {
    display: flex;
    justify-content: center;
    align-self: center;
    align-items: center;
}

.gallery-arrow:hover {
    background: rgb(135 157 228);
}

.gallery-arrow::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 1px;
    bottom: 23px;

    /* background-color: #067A40; */
    background: rgba(250, 250, 250, 1);
    color: rgba(250, 250, 250, 1);
    transform: rotate(320deg);
    border-radius: 40px;
}
.gallery-arrow.mod-next.slick-arrow {
    transform: scale(-1, 1);
}

.gallery-arrow::before {
    content: '';
    position: absolute;
    width: 12px;
    height: 1px;
    top: 23px;
    /* background-color: #067A40; */
    background: rgba(250, 250, 250, 1);
    color: rgba(250, 250, 250, 1);
    transform: rotate(-320deg);
    border-radius: 40px;
}

.gallery-arrow.mod-prev {
    left: 0;
    border-radius: 4px;
}
.gallery-arrow.mod-next {
    right: 0;
    border-radius: 4px;
}

.gallery {
    /* position: relative;
  display: block;
  max-width: 862px;
  max-height: 100%;
  margin: auto;
  border-radius: 4px;
  overflow: hidden; */
    /* padding: 0px 38px 0px 66px; */

    padding: 0px 48px 0px 48px;
    position: relative;
    display: block;
    /* max-width: 909px; */
    max-height: 100%;
    margin: auto;
    border-radius: 4px;
    overflow: hidden;
}

.gallery .slick-list {
    overflow: hidden;
}
.gallery .slick-slide {
    outline: none !important;
}

.gallery-item {
    position: relative;
    display: block;
    width: 100%;
    padding: 10px;
}

.gallery-title {
    display: block;
    margin-bottom: 40px;
    font-size: 25px;
    line-height: 27px;
    font-family: Helvetica, sans-serif;
}

.gallery-img-holder {
    display: inline-block;
    width: auto;
    /* height: 420px; */
    max-width: 500px;
    max-height: 500px;
}

.gallery-img {
    width: 100%;
    /* height: 100%; */
}

.gallery-img-small {
    width: 108%;
    height: 68%;
}

/* .slick-lightbox .slick-arrow {
  z-index: 10;
}

.js-gallery .slick-slide img {
  width: 100%; 
  height: auto; 
}
.js-gallery .slick-slide {
  padding-right: 10px; 
}

@media (min-width: 801px) {
  .js-gallery .slick-slide {
    padding-right: 0; 
  }
} */

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

.slider-container {
  display: flex;
  margin: auto;
  max-width: 484px;
  position: relative;
  overflow: hidden;
  justify-content: center;
}

.slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.slider img {
  max-width: 348px;
  height: 100%;
  object-fit: cover;
}

.prev-button,
.next-button {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-color: transparent;
  border: none;
  font-size: 24px;
  color: rgb(39, 39, 39);
}

.prev-button {
  left: 10px;
}

.next-button {
  right: 10px;
} */

/*  */
.img_feedback {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 70px;
    /* justify-content: center; */
}

.img_feedback_items {
    width: 25%;
    margin: 30px 38px;
}

.img_feedback_video {
    display: flex;
    /* flex-wrap: wrap; */
    /* margin-bottom: 70px; */
    /* justify-content: center; */
}

.video {
    margin: 12px;
}

/* table */

.tabl_items_all {
    margin-bottom: 25px;
}

.tabl_items_all tr .vid,
.tabl_items_all tr .price,
.tabl_items_all tr .guarantee {
    position: relative;
    bottom: 16px;
    font-size: 24px;
}

.executed_works {
    font-family: 'Roboto Flex', sans-serif;
    font-style: italic;
    font-weight: 200;
    font-size: 18px;
    color: rgba(117, 117, 118, 1);
    margin-bottom: 75px;
}

@media (max-width: 790px) {
    .executed_works {
        font-size: 16px !important;
    }
}

@media (max-width: 501px) {
    .executed_works {
        margin-bottom: 37px;
    }
}

@media (max-width: 490px) {
    .executed_works {
        font-size: 14px !important;
    }
}

@media (max-width: 330px) {
    .executed_works {
        font-size: 12px !important;
    }
}

.container_table {
    max-width: 1155px;
    margin: auto;
}
.our_services {
    margin-top: 130px;
}

.tabl_items_all {
    font-family: 'Roboto Flex', sans-serif;
    font-size: 20px;
    /* border-bottom: ridge; */
}

@media (max-width: 362px) {
    .tabl_items_all {
        font-size: 13px !important;
    }
    .price_font {
        font-size: 13px !important;
    }
}

.vid {
    width: 85%;
    overflow: hidden;
    text-align: justify;
    color: rgba(62, 58, 58, 1);
}

@media (max-width: 390px) {
    .vid,
    .vid_font {
        width: 40%;
        font-size: 14px;
    }
    .price,
    .price_font {
        font-size: 14px;
    }
    .guarantee,
    .guarantee_font {
        font-size: 14px;
    }
}

@media (max-width: 490px) {
    .vid,
    .vid_font {
        width: 64%;
        font-size: 14px !important;
    }
    .price,
    .price_font {
        font-size: 14px !important;
    }
    .guarantee,
    .guarantee_font {
        font-size: 14px !important;
    }
}

.price {
    width: 85%;
    overflow: hidden;
    text-align: justify;
    color: rgba(62, 58, 58, 1);
}
.guarantee {
    width: 85%;
    overflow: hidden;
    text-align: justify;
    color: rgba(62, 58, 58, 1);
}

.tabl_items_head {
    font-family: 'Roboto Flex', sans-serif;
    font-size: 17px;
    color: rgba(62, 58, 58, 1);
}

.vid_font {
    border-bottom: 3px solid rgba(218, 229, 221, 1); /* Параметры линии */

    padding: 12px 12px 12px 0px;
}

.price_font {
    font-size: large;
    border-bottom: 3px solid rgba(218, 229, 221, 1); /* Параметры линии */
    padding-left: 12px;
}
.guarantee_font {
    text-align: center;
    border-bottom: 3px solid rgba(218, 229, 221, 1); /* Параметры линии */
}

/* About company */

.font_items_company {
    font-weight: 400;
    font-size: 35px;
    border-left: 3px solid #067a40;
    padding: 0px 0px 0px 20px;
    margin-bottom: 19px;
}

/* 
@media (max-width:411px) {
  .font_items_company {
    font-size: 22px;
  }
  
} */

@media (max-width: 450px) {
    .font_items_company {
        font-size: 24px;
    }
}

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

.wrapper_company {
    display: flex;
    /* justify-content: space-around; */
    align-items: end;
    /* margin-bottom: 80px; */
    /* gap: 226px; */
}

.font_title_company {
    width: 700px;
}

.tittle_company_itmes {
    /* max-width: 397px; */
    max-width: 548px;
    /* margin-bottom: 32px; */
    font-size: 20px;
    line-height: 26px;
}

/* @media (max-width:) {
  
}

 */

@media (max-width: 480px) {
    .tittle_company_itmes {
        /* max-width: 366px; */
        /* font-size: 14px; */

        font-size: 18px;
    }
}

@media (max-width: 385px) {
    .tittle_company_itmes {
        /* max-width: 270px; */
        /* font-size: 16px; */
    }
}

.img_company {
    overflow: hidden;
    height: 266px;
    position: relative;
    max-width: 478px;
    width: 100%;
    border-radius: 5px;
}

.img_company_items {
    position: relative;
    width: 100%;
    bottom: 26em;
    /* right: 0px; */
    object-fit: cover;
}

/* @media (max-width:506px) {
  .img_company_items {
    height: 224px;
    width: 229px;
  }
} */

/* ПОЧЕМУ НАС ВЫБИРАЮТ */
.wrapper_choose {
    /* display: flex; */
    /* justify-content: space-between; */
    align-items: center;
    margin-bottom: 17px;
    /* gap: 176px; */
}

.title_choose {
    /* margin: auto; */
    max-width: 1070px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* margin-bottom: 60px; */
}

.tittle_choose_itmes {
    max-width: 441px;
    /* margin-bottom: 12px; */
    font-size: 20px;
    line-height: 1.35;
}

.icons_title_right {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

@media (max-width: 800px) {
    .icons_title_right {
        display: flex;
        align-items: flex-start;
        margin-bottom: 30px;
        flex-direction: column;
        justify-content: center;
    }
    .img_icons_items {
        margin-bottom: 12px !important;
    }
}

@media (max-width: 401px) {
    .tittle_choose_itmes {
        margin-bottom: 0px;
    }

    .icons_title_right {
        margin-bottom: 30px;
    }
    .font_button {
        margin-bottom: 30px;
    }
}

.btn_title_items {
    font-family: 'PT Sans', sans-serif;
    /* background-color: #067A40; */
    background-color: #067a40;
    color: aliceblue;
    border-radius: 5px;
    text-align: center;
    align-items: center;
    font-size: 15px;
    border: none;
    width: 191px;
    height: 38px;
    cursor: pointer;
    transition: 0.3s;
}

@media (max-width: 350px) {
    .btn_title_items {
        font-size: 14px;
        border: none;
        width: 167px;
        height: 38px;
        cursor: pointer;
    }
}

.btn_title_items:hover {
    background-color: #067a40e9;
    color: #f3f3f3;
}

.text-wrapper {
    display: flex;
    flex-direction: column;
}

.top-text {
    margin-bottom: 5px;
}

/* .bottom-text{

} */

@media (max-width: 400px) {
    .bottom-text {
        font-size: 15px;
    }
}

@media (max-width: 340px) {
    .bottom-text {
        font-size: 15px;
    }
}

@media (max-width: 329px) {
    .bottom-text {
        font-size: 13px;
    }
}

.img_icons_items {
    width: 63px;
    /* height: 21%; */
    margin-right: 23px;
    margin-bottom: 4px;
}

.right_title {
    width: 43%;
}

/* accordion */

.accordion {
    font-family: 'Roboto Flex', sans-serif;
    /* margin-bottom: 30px; */
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

.accordion__item {
    margin-bottom: 0.5rem;
    border-radius: 0.25rem;
    /* box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 15%); */
}

.accordion__header {
    color: #333;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.75rem 1rem;
    font-weight: 600;
    font-size: 20px;
    background-color: none;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    cursor: pointer;
    transition: background-color 0.2s ease-out;
}

@media (max-width: 460px) {
    .accordion__header {
        font-size: 18px;
    }
}

@media (max-width: 400px) {
    .accordion__header {
        font-size: 18px;
    }

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

.accordion__header::after {
    filter: brightness(0.5);
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    content: '';
    transition: transform 0.2s ease-out;
}

.accordion__item_show .accordion__header::after,
.accordion__item_slidedown .accordion__header::after {
    transform: rotate(-180deg);
}

.accordion__header:hover {
    color: #067a40;
    /* background-color: #0b5ed7; */
}

.accordion__item:not(.accordion__item_show) .accordion__header {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    gap: 20px;
    background: rgba(250, 250, 250, 1);
}

.accordion__content {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.35;
    padding: 1rem 1.1rem 1rem;
    /* background: #ededed; */
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.a_accordion {
    /* margin-right: 10px; */
    /* border-bottom: 1px solid blue; */
    cursor: pointer;
    padding: 2px 0px;
}

.span_accordion {
    border-bottom: 1px solid blue;
}

.accordion__item:not(.accordion__item_show) .accordion__body {
    display: none;
}

/* .sq {
  background-color: #067A40;
  width: auto;
  height: 120px;
}

.heading-primary {
    font-size: 2em;
    padding: 2em;
    text-align: center;
  }
  

  .accordion dl:after,
  .accordion-list:after {
    content: "";
    display: block;
    height: 1em;
    width: 100%;
    background-color: #2ba659;
  }
  
  .accordion dd,
  .accordion__panel {
    font-size: 1em;
    line-height: 1.5em;
  }
  
  .accordion p {
    padding: 1em 2em 1em 0em;   
  }
  
  .accordion {
    position: relative;
  }
  
  .container {
    max-width: 960px;
    margin: 0 auto;
    padding: 2em 0 2em 0;
  }
  
  .accordionTitle,
  .accordion__Heading {
    font-family: "Roboto Flex", sans-serif;
    margin-bottom: 12px;
    background-color: #38cc70;
    font-weight: 700;
    padding: 2em;
    display: block;
    text-decoration: none;
    color: #fff;
    transition: background-color 0.5s ease-in-out;
  }
  .accordionTitle:before,
  .accordion__Heading:before {
    content: "+";
    font-size: 1.5em;
    line-height: 0.5em;
    float: right;
    transition: transform 0.3s ease-in-out;
  }
  .accordionTitle:hover,
  .accordion__Heading:hover {
    background-color: #2ba659;
  }
  
  .accordionTitleActive,
  .accordionTitle.is-expanded {
    background-color: #2ba659;
  }
  .accordionTitleActive:before,
  .accordionTitle.is-expanded:before {
    transform: rotate(-225deg);
  }
  
  .accordionItem {
    height: auto;
    overflow: hidden;
    max-height: 50em;
    transition: max-height 1s;
  }
  @media screen and (min-width: 48em) {
    .accordionItem {
      max-height: 15em;
      transition: max-height 0.5s;
    }
  }
  
  .accordionItem.is-collapsed {
    max-height: 0;
  }
  
  .no-js .accordionItem.is-collapsed {
    max-height: auto;
  }
  
  .animateIn {
    animation: accordionIn 0.45s normal ease-in-out both 1;
  }
  
  .animateOut {
    animation: accordionOut 0.45s alternate ease-in-out both 1;
  }
  
  @keyframes accordionIn {
    0% {
      opacity: 0;
      transform: scale(0.9) rotateX(-60deg);
      transform-origin: 50% 0;
    }
    100% {
      opacity: 1;
      transform: scale(1);
    }
  }
  @keyframes accordionOut {
    0% {
      opacity: 1;
      transform: scale(1);
    }
    100% {
      opacity: 0;
      transform: scale(0.9) rotateX(-60deg);
    }
  } */

/* even_more_useful */

.font-title_even_more {
    align-items: baseline;
    display: flex;
    justify-content: space-between;
}

.font_items_even_more {
    /* display: flex; */
    font-weight: 400;
    font-size: 1.5vw;
    /* font-size: 35px; */
    /* border-left: 3px solid #067A40;
  padding: 0px 0px 0px 20px; */
    margin-bottom: 14px;
}

.font_items_even_more a {
    /* display: flex; */
    font-weight: 400;
    font-size: 1.3vw;
    /* font-size: 35px; */
    /* border-left: 3px solid #067A40;
  padding: 0px 0px 0px 20px; */
    margin-bottom: 14px;
}

.font_items_even_more h2 {
    /* display: flex; */
    font-weight: 400;
    /* align-items: end; */
    /* border-left: 3px solid #067A40;
  padding: 0px 0px 0px 20px; */
    margin-bottom: 14px;
    font-size: 1vw;
}

.img_even_more {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
}

.img_even_more_items {
    width: 21%;
    /* margin: 0px 5px; */
}

/* discount */

.container_discount {
    max-width: 1200px;
    margin: 0px auto 0px auto;
    /* padding: 16px 27px 0px 20px; */
}

.padding_title_descount_items {
    z-index: 999;
    position: absolute;
    padding: 6%;
    color: rgb(243, 243, 243);
    font-weight: 500;
    font-size: 1.6vw;
    margin-bottom: 4px;
}

.padding_title_descount_items_h3 {
    z-index: 999;
    position: absolute;
    padding: 11% 6%;
    color: rgb(243, 243, 243);
    font-weight: 500;
    font-size: 1vw;
    margin-bottom: 4px;
}

.img_discount {
    /* margin-bottom: 60px; */
}

.img_discount_items {
    object-fit: cover;
    filter: brightness(0.7);
    /* height: 359px; */
    width: 100%;
}

@media (max-width: 550px) {
    .img_discount_items {
        width: 102%;
    }
}

@media (max-width: 400px) {
    .img_discount_items {
        width: 104%;
    }
}

@media (max-width: 398px) {
    .img_discount_items {
        width: 102%;
    }
}

@media (max-width: 372) {
    .img_discount_items {
        width: 103%;
    }
}

/* feedback */

.form_label {
    font-size: 21px;
    font-family: 'Roboto Flex', sans-serif;
    display: flex;
}

.form_input_items {
    font-family: 'Roboto Flex', sans-serif;
    border: none;
    border-bottom: 1px solid #333;
    background-color: #fafafa;
    padding: 13px 0px 7px 0px;
    /* padding: 12px; */
    /* margin-bottom: 30px; */
    font-size: 14px;
    border-radius: 0;
}

.form_input_items:hover {
    font-style: italic;
}

@media (max-width: 400px) {
    .form_input_items {
        /* max-width: 145px; */
        font-size: 12px;
    }
}

input.form_input_items:focus::placeholder {
    color: #0000;
}

.form-col {
    /* margin: auto; */
    max-width: 1070px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* margin-bottom: 60px; */
}

@media (max-width: 700px) {
    .form-col {
        /* display: block; */
    }
}

.background_sq {
    background-color: #fafafa;
    display: flex;
    justify-content: center;
    /* width: 395px; */
    /* height: auto; */
    min-height: 222px;
    box-shadow: -10px 17px 22px rgba(180, 180, 180, 0.35);
    box-sizing: border-box;
    border-radius: 12px;
}

.square_form {
    display: flex;
    padding: 26px;
}

.square {
    padding: 36px 34px;
}

.square form {
    display: grid;
    grid-template-columns: auto auto;
    gap: 33px 18px;
}

@media (max-width: 390px) {
    .square_form {
        padding: 16px !important;
    }
}

@media (max-width: 329px) {
    .square_form {
        padding: 22px !important;
    }
}

.square_form_block1 {
    margin-right: 40px;
}

.leave_a_request_a a {
    font-size: 12px;
    max-width: 187px;
    font-weight: 400;
    margin-bottom: 15%;
}

.square_form_block3 {
    max-width: 340px;
}

.square_form_block3 h2 {
    font-size: 13px;
    position: absolute;
    max-width: 340px;
    font-weight: 300;
}

.btn_form_block2 button {
    cursor: pointer;
    background-color: #fafafa;
    font-family: 'PT Sans', sans-serif;
    border: 2px solid #067a40;
    color: #067a40;
    width: 161px;
    height: 36px;
    border-radius: 4px;
    font-size: 14px;
    transition: 0.3s;
}

.btn_form_block2 button:hover {
    background-color: #3b693f;
    color: #f3f3f3;
    border: 2px solid #067a4000;
}

.col-flex {
    display: grid;
    gap: 7px;
}

.button-col-flex {
    display: grid;
    gap: 42px;
}

.tittle_choose_itmes_col {
    display: flex;
    align-items: center;
    max-width: 441px;
    /* margin-bottom: 7px; */
    font-weight: 600;
}

.tittle_choose_itmes_col p:hover {
    cursor: pointer;
    border-bottom: 1px solid #333;
}

.tittle_choose_itmes_col_tel {
    display: flex;
    align-items: center;
    max-width: 441px;
    /* margin-bottom: 42px; */
    font-weight: 600;
}

.tittle_choose_itmes_col_tel p:hover {
    cursor: pointer;
    border-bottom: 1px solid #333;
}

/* footer */

.container_footer {
    max-width: 1200px;
    margin: 0px auto 0px auto;
    padding: 16px 20px 0px 20px;
    flex-wrap: wrap;
}

@media (max-width: 400px) {
    .container_footer {
        /* padding: 16px 8px 0px 8px; */
        padding: 0px 8px 0px 8px;
    }
}

.col-items {
    display: grid;
    /* flex-direction: column; */
    grid-template-columns: 1fr;
    gap: 20px;
}

.col-items a {
    max-width: fit-content;
}

.footer {
    margin-top: 58px;
    background-color: #067a40;
}

.footer_wrapper {
    /* max-width: 345px; */
    display: grid;
    grid-template-columns: auto auto auto;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0px;
}

.logo_footer {
    width: 167px;
    /* margin-bottom: 12px; */
}

.logo_items_footer {
    width: 100%;
    /* filter: brightness(10); */
    /* fill:red */
    /* filter: invert(24%) sepia(100%) saturate(749%) hue-rotate(320deg) brightness(90%) contrast(90%); */

    /* filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(320deg) brightness(923%) contrast(99%); */
}

@media (max-width: 589px) {
    .logo_footer {
        width: 146px;
    }
}

@media (max-width: 564px) {
    .logo_footer {
        width: 121px;
    }
}

@media (max-width: 535px) {
    .logo_footer {
        width: 151px;
    }
}

@media (max-width: 790px) {
    .logo_items_footer {
        width: 100%;
    }
    .logo_footer {
        width: 134px;
        margin-bottom: 12px;
    }
}

@media (max-width: 530px) {
    .logo_items_footer {
        width: 92%;
    }
    .logo_footer {
        width: 135px;
    }
}

@media (max-width: 503px) {
    .logo_footer {
        width: 126px;
    }
}

@media (max-width: 486px) {
    .logo_footer {
        width: 128px;
    }
    .logo_items_footer {
        /* width: 93% !important; */
    }
    .font_wrapper_prof .btn {
        margin-top: 30px;
    }
}

@media (max-width: 450px) {
    .logo_footer {
        width: 91px;
    }
}

@media (max-width: 430px) {
    .logo_footer {
        width: 108px;
    }
    .nav_footer_inside {
        font-size: 16px !important;
    }
}

@media (max-width: 370px) {
    .logo_footer {
        /* width: 92px; */
        width: 112px;
    }
    .logo_items_footer {
        width: 140% !important;
    }
}

@media (max-width: 340px) {
    .logo_footer {
        /* width: 92px ; */
        width: 104px;
    }
    .logo_items_footer {
        /* width: 91% !important; */
    }
}

.one_footer {
    display: flex;
    flex-direction: column;
}

.two_footer {
    display: flex;
    align-items: center;
    /* margin-top: -12px; */
}

.phone_items_footer {
    /* margin-top: -2px; */
    display: flex;
    align-items: center;
    gap: 16px;
}

.phone_items_footer a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.newsletter {
    display: flex;
    width: 12px;
}

.newsletter_items {
    /* margin-top: 1px; */
    /* margin-left: -19px; */
    max-width: 43px;
}

@media (max-width: 488px) {
    .newsletter_items {
        width: 51px;
    }
}

@media (max-width: 488px) {
    .newsletter_items {
        margin-top: 1px;
        margin-left: -19px;
        width: 51px;
    }
}

@media (max-width: 433px) {
    .newsletter_items {
        margin-left: 9px;
        width: 47px;
    }
}

.cta {
    margin: 100px auto;
    max-width: 994px;
}

.cta-content h2 {
    font-weight: 500;
    font-size: 32px;
}

.cta-content .btn {
    font-size: 14px;
    font-weight: 300;
    transition: 0.3s;
}

.cta-content .btn:hover {
    background: #067a40e9;
}

.cta-content form label {
    font-size: 20px;
    font-weight: 400;
}

.cta-content {
    display: grid;
    background: rgba(234, 240, 235, 1);
    padding: 18px 40px;
    height: 208px;
    border-radius: 15px;
}

.cta-content .wrapper {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 20px;
}

.cta-content .wrapper_column {
    display: grid;
    grid-template-columns: 1fr;
    margin: 0;
    /* align-items: center; */
    align-content: center;
    gap: 20px;
    max-width: 312px;
}

/* .cta-content form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  max-width: 453px;
  align-content: space-evenly;
  align-items: center;
  justify-content: start;
  justify-items: start;

} */

.cta-content form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* width: 100vh; */
    gap: 10px 20px;
    max-width: 473px;
    align-content: space-evenly;
    align-items: center;
    /* justify-content: end; */
    /* justify-items: start; */
}

.cta-content .politica span {
    color: rgba(94, 94, 255, 1);
}

.cta-content .btn {
    justify-self: end; /* Прижимает кнопку к правому краю */
}

.cta-content form input {
    background: none;
    border: none;
    padding-bottom: 10px;
    /* padding-top: 10px; */
    border-bottom: 1px solid;
    width: 100%;
    font-size: 14px;
    border-radius: 0;
}

.cta-content form input:hover {
    font-style: italic;
}

.cta-content form input:hover:not(:placeholder-shown) {
    font-style: normal;
}

.cta-content .form-name {
    display: grid;

    grid-template-columns: 1fr;
}

.cta-content .form-name,
.cta-content .form-phone {
    width: 100%;
    gap: 20px;
    max-width: 170px;
}

.cta-content .form-phone {
    display: grid;

    grid-template-columns: 1fr;
    justify-self: end;
}

.cta-content a {
    display: grid;
    grid-template-columns: 1fr;
    font-size: 12px;
    color: rgba(117, 117, 118, 1);
}

.cta-content {
}

/* 

.nav_footer_items {
  display: flex;
  flex-direction: column;
} */

@media (max-width: 660px) {
    .nav_footer_items {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .cta-content .btn {
        max-width: 100%;
        grid-column: span 2;
        margin-top: 10px;
    }
}
.nav_footer_inside {
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 17px;
    color: #f3f3f3;
    margin: 1px 5px 4px 5px;
}

@media (max-width: 540px) {
    .font_subhead {
        font-size: 5vw;
    }
}

@media (max-width: 430px) {
    .nav_footer_inside {
        font-size: 12px;
    }
}
@media (max-width: 370px) {
    .nav_footer_inside {
        /* font-size: 11px !important; */
    }
}
@media (max-width: 390px) {
    .nav_footer_inside {
        font-size: 10px;
    }
}

.discounts {
    max-width: 1132px;
    margin: 100px auto;
}

.contnent-discounts {
    display: flex;
    flex-direction: column;
    background-image: url('/img/washer-discount.webp');
    background-position-y: center;
    border-radius: 15px;
    /* background-color: rgba(0, 0, 0, 0.6);  */

    background-color: rgb(0 0 0 / 48%);
    background-blend-mode: multiply;
    height: 318px;
    gap: 20px;
    padding: 76px 54px;
}

.contnent-discounts h2 {
    font-size: 32px;
    font-weight: 400;
    color: white;
    line-height: 38.4px;
}
.contnent-discounts span {
    font-size: 20px;
    line-height: 22px;
    font-weight: 300;
    color: white;
}

.nav_footer_inside:hover {
    border-bottom: 1px solid #f3f3f3;
}

.phone_items {
    font-size: 19px;
    font-weight: 600;
    color: #f3f3f3;
    /* margin-bottom: 4px; */
}

@media (max-width: 680px) {
    .phone_items {
        font-size: 14px;
    }
    .carousel-track {
        gap: 20px !important;
    }
}

@media (max-width: 480px) {
    .phone_items {
        font-size: 16px !important;
    }

    .carousel-track {
        gap: 20px;
    }
}

@media (max-width: 456px) {
    .phone_items {
        font-size: 14px !important;
    }
}

@media (max-width: 331px) {
    .phone_items {
        font-size: 8px !important;
    }
}

@media (max-width: 430px) {
    .phone_items {
        font-size: 13px !important;
    }
    .newsletter_items {
        /* margin-left: -13px !important; */
        /* width: 44px !important; */
    }
}

/* @media (max-width:400px) {
  .newsletter_items {
    width: 92%;
    height: 261px;
  }
} */

@media (max-width: 340px) {
    .phone_items {
        font-size: 13px !important;
    }
    .newsletter_items {
        /* margin-left: -13px !important; */
        width: 36px !important;
    }
}

@media (max-width: 439px) {
    .phone_items {
        /* font-size: 10px !important; */
    }
}

.phone_items:hover {
    cursor: pointer;
    border-bottom: 1px solid #f3f3f3;
}

.phone_items_p {
    font-size: 13px;
    font-weight: 400;
    color: #f3f3f3;
}

.twree_footer_newsletter_items {
    color: #f3f3f3;
    font-weight: 300;
    margin-bottom: 5px;
}

.twree_footer_newsletter h2 {
    color: #f3f3f3;
    font-weight: 200;
    font-size: 18px;
}

.form_footer {
    align-items: center;
    display: flex;
    gap: 12px;
}

.img_tetle_items {
    max-width: 41px;
    padding: 0px 8px 0px 0px;
}
.btn_footer_items {
    box-sizing: border-box;
}

.a_footer {
    margin-right: 10px;
    color: rgba(94, 94, 255, 1);
    /* border-bottom: 1px solid blue; */
    padding: 2px 0px;
}

/* media */

@media (max-width: 1202px) {
    .grid-card {
        grid-template-columns: repeat(auto-fit, minmax(221px, 1fr));
    }
    .card-plus:nth-child(2) {
        max-width: 100%;
    }

    .grid-card {
        grid-template-columns: repeat(auto-fit, minmax(299px, 1fr));
    }
    .card-plus:nth-child(5) {
        max-width: 100%;
        grid-column: span 2;
        padding: 29px;
    }

    #professional_repair-bg {
        background-size: 304%;
    }
}

@media (max-width: 1100px) {
    .wrapper_company {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    .img_company_items {
        max-width: 100%;
        bottom: 63em;
    }
    .img_company {
        max-width: 100%;
    }
    .tittle_company_itmes {
        max-width: 100%;
    }
    .font_title_company {
        max-width: 100%;
        width: 100%;
    }
}

@media (max-width: 1000px) {
    .padding_title_descount_items {
        font-size: 2.6vw;
    }
    .padding_title_descount_items_h3 {
        padding: 13% 6%;
        font-size: 2vw;
    }

    .gallery-img {
        width: 50%;
    }
}

@media (max-width: 1045px) {
    .font_prof_repair {
        font-size: 4vw;
    }
}

@media (max-width: 983px) {
    .img_feedback_video {
        display: flex;
        justify-content: center;
        /* flex-wrap: wrap; */
        /* margin-bottom: 70px; */
    }

    .card-plus:nth-child(5) {
        max-width: 100%;
        padding: 29px;
        grid-column: span 2;
    }

    .img_company {
        background-image: url('/img/washer.jpeg');
        background-position-y: bottom;
    }

    .img_company .img_company_items {
        display: none;
    }
}

@media (max-width: 931px) {
    .btn_items {
        font-family: 'PT Sans', sans-serif;
        background-color: rgb(6, 122, 64);
        color: aliceblue;
        border-radius: 5px;
        text-align: center;
        align-items: center;
        font-size: 20px;
        border: none;
        width: 238px;
        height: 42px;
        cursor: pointer;
    }
}

@media (max-width: 961px) {
    .font_wrapper_prof {
        position: relative;
    }

    .img_prof_repair {
        grid-column: 1;
        grid-row: 2;
    }

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

    .font_prof_repair {
        font-size: 6vw;
    }
}

@media (max-width: 929px) {
    .font_prof_repair_p {
        font-size: 2.1vw;
    }
}

@media (max-width: 813px) {
    .gallery-img {
        width: 100%;
    }
}

@media (max-width: 800px) {
    .gallery {
        /* margin-left: 22px; */
        /* margin-right: 54%; */
        /* max-width: -webkit-fill-available; */
        /* width: 285px; */
        /* padding: 14px; */
        /* position: relative; */
        /* display: block; */
        /* max-width: 498px; */
        /* max-height: 100%; */
        /* margin: auto; */
        /* border-radius: 4px; */
        /* overflow: hidden; */
    }
}

@media (max-width: 853px) {
    .cta-content {
        /* padding: 40px 40px; */
        height: auto;
    }
    .cta-content .wrapper {
        /* grid-template-columns: 1fr; */
    }
    .cta-content p {
        font-size: 1.4vw;
    }
    .cta-content form {
        /* max-width: 100%; */
    }
    .cta-content form {
        gap: 10px;
        max-width: 398px;
    }
    .cta-content a {
        display: block;
    }
}

@media (max-width: 833px) {
    .vid {
        width: 79%;
    }
}

@media (max-width: 800px) {
    .font_title_company {
        max-width: max-content;
    }
    .font-title {
        max-width: max-content;
    }
    .title_company {
        max-width: max-content;
    }

    .gallery-img-holder {
        padding: 6px;
        height: auto;
    }
}

@media (max-width: 780px) {
    .gallery {
        margin-left: 0px !important;
        padding: 37px;
        margin-top: -39px;
    }
    .gallery-img {
        /* width: 104%; */
    }
    .gallery-item {
        padding: 0px !important;
    }
}

@media (max-width: 776px) {
    .font_prof_repair_p {
        font-size: 3.1vw;
    }
    #professional_repair-bg {
        background-size: 390vw;
    }
    .card-plus:nth-child(5) {
        max-width: 100%;
        grid-column: span 2;
    }
    .cta-content h2 {
        font-size: 4vw;
    }
    .cta-content form {
        max-width: 379px;
    }
    .cta-content {
        padding: 40px 28px;
    }
}

@media (max-width: 718px) {
    .img_company_items {
        /* width: 299px; */
        /* height: 377px; */
    }
}

@media (max-width: 715px) {
    .cta-content form {
        max-width: 352px;
    }
    .cta-content h2 {
        font-size: 4vw;
    }
    .cta-content p {
        font-size: 1.8vw;
    }
    .cta-content {
        padding: 40px 29px;
    }
}

@media (max-width: 633px) {
    .header_wrapper_items {
        width: 100%;
        top: 0px;
        right: 0;
        left: 0;
    }
}

@media (max-width: 612px) {
    .gallery-img {
        width: 57%;
    }
}

@media (max-width: 600px) {
    .gallery-img {
        width: 97%;
    }

    .feedback_from_our_clients_video {
        margin-top: 70px;
    }
    .cta-content p {
        font-size: 2.6vw;
    }

    .tabl_items_all {
    }
}

@media (max-width: 609px) {
    .font_prof_repair {
        display: grid;
        font-size: 8.6vw;
    }
    .br_prof_repair_h2 {
        display: none;
    }
    .font_wrapper_prof {
        top: 0;
    }
}

@media (max-width: 606px) {
    .font_wrapper_prof .btn {
        font-size: 18px;
    }
}

@media (max-width: 580px) {
    .font_prof_repair {
        display: block;
        font-size: 6.6vw;
    }
}

@media (max-width: 670px) {
    .cta-content form {
        max-width: 352px;
    }
    .cta-content h2 {
        font-size: 3.8vw;
    }
    .cta-content p {
        font-size: 1.5vw;
    }
}

@media (max-width: 600px) {
    .font_subhead {
        font-size: 6vw;
    }
    .cta-content form {
        max-width: 100%;
    }
    .cta-content .wrapper {
        grid-template-columns: 1fr;
    }
    .cta-content form label {
        /* font-size: 18px; */
    }
    .cta-content form {
        gap: 16px;
    }
    .cta-content .form-name,
    .cta-content .form-phone {
        gap: 14px;
    }
    .cta-content h2 {
        font-size: 6vw;
    }
    .cta-content p {
        font-size: 2vw;
    }
    .cta-content .wrapper_column {
        gap: 10px;
    }

    .cta-content .form-name,
    .cta-content .form-phone {
    }
}

@media (max-width: 505px) {
    .grid-card {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 452px) {
    .img_feedback_video {
        /* margin-bottom: 30px !important; */
    }
}

@media (max-width: 802px) {
    .img_company_items {
        /* width: 326px; */
    }
}

@media (max-width: 679px) {
    .cta-content {
        padding: 40px 24px;
    }
}

@media (max-width: 669px) {
    .cta-content .wrapper {
        grid-template-columns: 1fr;
    }
    .cta-content form {
        max-width: 100%;
    }
    .cta-content .form-name,
    .cta-content .form-phone {
        max-width: 100%;
    }
    .cta-content .btn {
        max-width: 100%;
    }
    .politica {
        grid-column: span 2;
    }
}

@media (max-width: 647px) {
    .background_sq {
        max-width: 400px;
        margin: auto;
    }
}

@media (max-width: 642px) {
    .img_company_items {
        /* width: 276px; */
    }
}

@media (max-width: 626px) {
    .img_company_items {
        /* width: 226px; */
    }
}

@media (max-width: 564px) {
    .wrapper_company {
        /* display: block; */
        /* margin-bottom: 30px !important; */
    }
    .img_company_items {
        width: 100%;
        /* height: 304px; */
    }

    .font_prof_repair {
        /* font-size: 5.8vw; */
        display: block;
    }
}

@media (max-width: 665px) {
    .grid-card {
        grid-template-columns: 1fr;
        padding: 0;
    }
    .card-plus:nth-child(5) {
        grid-column: span 1;
        padding: 15px;
    }
    .logo_partners_items_patners {
        width: 54%;
    }
}

@media (max-width: 513px) {
    .img_company {
        background-size: 100%;
    }
}

@media (max-width: 421px) {
    .link-grid {
        display: grid;
    }
}

@media (max-width: 396px) {
    .carousel-track {
        gap: 20px !important;
    }
}

@media (max-width: 345px) {
    .font_wrapper_prof .btn {
        margin-top: 40px;
    }
}

@media (max-width: 342px) {
    .img_company_items {
        width: 100%;
        /* height: 239px; */
    }
}

@media (max-width: 324px) {
    .img_company_items {
        /* width: 85%; */
        /* height: 312px; */
    }
}

@media (max-width: 957px) {
    .leave_a_request {
        grid-row: 3;
        grid-column: 1 / span 2;
    }
    .btn_form_block2 {
        grid-column: 1 / span 2;
        width: 100%;
    }
    .btn_form_block2 button {
        width: 100%;
    }
}

@media (max-width: 915px) {
    .carousel-slide {
        aspect-ratio: 15 / 14 !important;
    }
}

@media (max-width: 900px) {
    .tittle_choose_itmes_col {
        font-size: 15px;
    }
    .tittle_choose_itmes_col_tel {
        font-size: 15px;
    }
    .tittle_choose_itmes {
        font-size: 18px;
    }
    .gallery-item {
        padding: 5px;
    }
}

@media (max-width: 833px) {
    .cta-content .form-name,
    .cta-content .form-phone {
        gap: 14px;
    }
}

@media (max-width: 800px) {
    .tittle_choose_itmes {
        margin-bottom: 30px;
    }
    .title_choose {
        display: block;
    }
    .right_title {
        width: 100%;
    }
}

@media (max-width: 776px) {
    #professional_repair-bg {
        background-size: 500%;
    }
}

@media (max-width: 700px) {
    .button-col-flex {
        display: none;
    }
}
@media (max-width: 670px) {
    .cta-content p {
        font-size: 2.5vw;
    }
    .cta-content h2 {
        font-size: 4.8vw;
    }
}

@media (max-width: 696px) {
    .carousel-container {
        display: flex;
        justify-content: flex-start;
    }

    .carousel-container {
        max-width: 100%;
        width: 100%;
    }
    .carousel-button.prev {
        /* left: 5px !important; */
    }

    .carousel-slide {
        aspect-ratio: auto !important;
    }
}

@media (max-width: 500px) {
    .tittle_choose_itmes {
        margin-bottom: 0px;
    }

    #feedback_title_items {
        margin-bottom: 30px !important;
    }
    .font_button {
        margin-bottom: 30px;
    }

    .contnent-discounts {
        padding: 50px 24px;
    }

    .vid {
        width: 69%;
    }

    body > * {
        margin-top: 50px;
    }

    .font_subhead {
        /* font-size: 9vw; */
        font-size: 6.5vw;
    }

    .contnent-discounts h2 {
        font-size: 6vw;
        /* line-height: normal; */
        line-height: 28.4px;
    }

    .contnent-discounts {
        background-size: cover;
        background-position-x: -64px;
    }

    .accordion__header {
        align-items: normal;
        gap: 10px;
    }

    .cta-content p {
        font-size: 2.7vw;
    }

    .cta-content form label {
        /* font-size: 14px; */
    }

    .cta-content form input {
        font-size: 12px;
    }

    .form_input_items:hover {
        font-style: normal;
    }
    .form_input_items {
        font-style: normal;
        /* max-width: 134px; */
    }
    .img_discount_items {
        height: 197px;
    }

    .tittle_company_itmes {
        /* font-size: 16px; */
        /* max-width: 300px; */
        /* margin-bottom: 20px; */
    }
    .img_discount_items {
        object-fit: cover;
        filter: brightness(0.7);
        height: 197px;
        width: 102%;
    }

    .padding_title_descount_items {
        font-size: 5.6vw !important;
    }
    .padding_title_descount_items_h3 {
        padding: 25% 6%;
        font-size: 3vw;
    }

    .contnent-discounts span {
        font-size: 4vw;
        line-height: normal;
    }

    .cta-content .btn {
        grid-column: span 2;
        max-width: 100%;
    }

    .img_prof_repair_items {
        top: 27px;
    }

    .font_wrapper_prof .btn {
        font-size: 16px;
    }

    .body_button_items {
        width: 157px;
        font-size: 14px;
        height: 42px;
    }
    .notification {
        width: 15px;
        height: 15px;
    }

    .img_prof_repair {
        display: flex;
        width: 100%;
        justify-content: center;
    }

    .img_prof_repair_items {
        /* width: 48% !important; */
    }

    .font_prof_repair {
        /* font-size: calc(17px + 10*(200vw - 320px) / 880); */
        font-size: 7.4vw;
    }
    .br_repair {
        display: none;
    }
    .font_prof_repair_p {
        /* font-size: calc(15px + 6*(60vw - 420px) / 780) !important; */
        /* font-size: calc(17px + 6*(60vw - 420px) / 780) !important; */
    }
    .wrapper_porf_repair {
        display: block;
    }
    .wrapper_porf_repair {
        margin-bottom: 40px;
    }

    .tel_font {
        font-size: 14px;
    }
    .order {
        font-size: 17px !important;
    }

    .font_prof_repair_p {
        font-size: 5vw;
    }

    .logo_partners {
        margin-bottom: 30px;
    }
    .wrapper_column {
        margin-bottom: 30px;
    }
    .two_footer {
        grid-column: 3;
        grid-row: 1 / span 2;
    }
    .one_footer {
        grid-row: 2;
    }

    .nav_footer_items {
        align-items: flex-start !important;
    }

    .newsletter_items {
        /* width: 30px !important; */
        margin-left: 0px !important;
    }
    .phone_items_footer {
        gap: 10px;
    }
    .logo_items_footer {
        width: 150% !important;
    }
    .btn_items {
        font-size: 13px !important;
        width: 175px !important;
        height: 32px !important;
    }

    .img_prof_repair {
        margin-top: 30px;
    }

    .img_company {
        background-position-x: center;
    }
}

@media (max-width: 470px) {
    .price_font {
        padding-left: 4px;
    }

    .cta-content h2 {
        font-size: 8vw;
    }
    .cta-content p {
        font-size: 3.6vw;
    }

    .partners_sect {
        margin-top: 0px;
    }
    .logo_partners_items_patners {
        width: 65%;
    }
    .gallery-img {
        /* width: 71%; */
        /* width: 100%; */
        width: 89%;
    }

    .carousel-slide {
        aspect-ratio: auto !important;
        /* aspect-ratio: 2 / 3 !important; */
    }

    .carousel-button.next,
    .carousel-button.prev {
        top: 112%;
    }

    .tabl_items_all tr .vid,
    .tabl_items_all tr .price,
    .tabl_items_all tr .guarantee {
        /* position: relative; */
        /* bottom: 16px; */
        font-size: 16px !important;
    }
    .header .tel {
        display: none;
    }
    .font_subhead {
        font-size: 6.5vw;
    }

    .form-name {
        grid-row: 1;
        grid-column: 1 / span 2;
    }
    .form-phone {
        grid-column: 1 / span 2;
    }

    .feedback_from_our_clients_video {
        margin-top: 100px;
    }

    .logo {
        width: 100px !important;
    }
}

@media (max-width: 430px) {
    .font_subhead {
        font-size: 5.7vw;
    }
    .square {
        padding: 30px 30px;
    }
}

@media (max-width: 480px) {
    .tittle_choose_itmes {
        font-size: 14px;
    }

    .square .tel {
        grid-row: 2;
    }

    .leave_a_request {
        grid-column: 1;
        grid-row: 4;
    }

    .square form {
        grid-template-columns: auto;
        width: 100%;
    }

    .btn_form_block2 {
        grid-column: 1;
        margin-top: 10px;
    }

    .background_sq {
        display: block;
    }
    .form_input_items {
        width: 100%;
        max-width: 100%;
    }

    .square {
        padding: 30px 40px;
    }
    .square form {
        gap: 20px;
    }
}

@media (max-width: 420px) {
    .logo_partners_items_patners {
        width: 58%;
    }
}

@media (max-width: 393px) {
    .newsletter_items {
        width: 30px !important;
    }
    .phone_items_footer {
        gap: 8px;
    }
}

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

@media (max-width: 350px) {
    .form_input_items {
        /* max-width: 114px; */
    }
    .btn_form_block2 button {
        /* width: 128px; */
        height: 32px;
        border-radius: 4px;
        font-size: 13px;
    }

    .cta-content h2 {
        font-size: 8vw;
    }
}

@media (max-width: 936px) {
    .background_sq {
        border-radius: 10px;
    }
}

@media (max-width: 390px) {
    .background_sq {
    }
}

@media (max-width: 300px) {
    .btn_form_block2 button {
        /* width: 112px; */
        height: 32px;
        border-radius: 4px;
        font-size: 11px;
    }
}

@media (max-width: 330px) {
    .btn_form_block2 button {
        /* width: 132px; */
        height: 32px;
        border-radius: 4px;
        font-size: 13px;
    }

    .logo_partners_items_patners {
        width: 67%;
    }
}

@media (max-width: 323px) {
    .btn_form_block2 button {
        /* width: 114px; */
        height: 32px;
        border-radius: 4px;
        font-size: 11px;
    }
}

@media (max-width: 338px) {
    .btn_form_block2 button {
        /* width: 128px; */
        height: 32px;
        border-radius: 4px;
        font-size: 13px;
    }

    .square_form_block1 {
        margin-right: 5px !important;
    }
}

@media (max-width: 328px) {
    .btn_form_block2 button {
        /* width: 115px; */
        height: 32px;
        border-radius: 4px;
        font-size: 13px;
    }
}

@media (max-width: 388px) {
    .background_sq {
        /* width: 342px !important; */
        /* height: 188px !important; */
    }
    .background_sq {
        /* height: 184px; */
    }
}

@media (max-width: 386px) {
    .btn_form_block2 button {
        cursor: pointer;
        background-color: #fafafa;
        font-family: 'PT Sans', sans-serif;
        border: 2px solid #067a40;
        color: #067a40;
        /* width: 138px; */
        height: 36px;
        border-radius: 4px;
        font-size: 14px;
    }
    .square_form_block1 {
        margin-right: 10px !important;
        max-width: 139px !important;
    }
}

@media (max-width: 375px) {
    .background_sq {
        /* width: 320px !important; */
    }
    .btn_form_block2 button {
        cursor: pointer;
        background-color: #fafafa;
        font-family: 'PT Sans', sans-serif;
        border: 2px solid #067a40;
        color: #067a40;
        /* width: 142px; */
        height: 32px;
        border-radius: 4px;
        font-size: 13px;
    }
}

@media (max-width: 351px) {
    .background_sq {
        /* width: 308px !important; */
    }
    .btn_form_block2 button {
        /* width: 125px; */
        height: 32px;
        border-radius: 4px;
        font-size: 13px;
    }
}

@media (max-width: 910px) {
    .leave_a_request_a h2 {
        font-size: 12px !important;
        max-width: 250px;
    }

    .square_form_block1 {
        margin-right: 16px !important;
        max-width: 163px !important;
        border-radius: 9px !important;
    }

    .form_label {
        font-size: 20px;
    }
}

@media (max-width: 329px) {
    .square_form_block1 {
        margin-right: -5px !important;
    }
    .form_input_items {
        /* max-width: 87px; */
        font-size: 12px;
    }
}

@media (max-width: 329px) {
    .leave_a_request_a h2 {
        font-size: 10px !important;
    }
}

@media (max-width: 390px) {
    .form_label {
        font-size: 20px;
    }
}

@media (max-width: 723px) {
    .square_form_block1 {
        margin-right: 16px !important;
        max-width: 205px !important;
    }
}

@media (max-width: 700px) {
    .form-col {
        display: flex;
        flex-direction: column;
        gap: 32px;
        align-items: normal;
    }
    .form-col .background_sq {
        max-width: 400px;
        margin: auto;
    }
    .font_button {
        margin-bottom: 30px;
    }
    .square form {
        gap: 24px 18px;
    }
}

@media (max-width: 693px) {
    .square_form {
        display: flex;
        padding: 26px;
        justify-content: space-evenly;
        max-width: 100%;
    }
}

@media (max-width: 655px) {
    .our_services {
        margin-top: 70px;
    }
    body > * {
        margin-top: 60px;
    }
}

@media (max-width: 491px) {
    .square_form_block1 {
        margin-right: 17px !important;
        max-width: 139px !important;
    }
}

@media (max-width: 401px) {
    .square_form_block1 {
        margin-right: 17px !important;
        max-width: 139px !important;
    }
}

@media (max-width: 386px) {
    .btn_form_block2 button {
        cursor: pointer;
        background-color: #fafafa;
        font-family: 'PT Sans', sans-serif;
        border: 2px solid #067a40;
        color: #067a40;
        /* width: 138px; */
        height: 36px;
        border-radius: 4px;
        font-size: 14px;
    }
    .square_form_block1 {
        margin-right: 10px !important;
        max-width: 139px !important;
    }
}

@media (max-width: 323px) {
    .square_form_block1 {
        margin-right: 13px;
    }
    .btn_form_block2 button {
        /* width: 112px; */
        height: 32px;
        border-radius: 4px;
        font-size: 13px;
    }
}

@media (max-width: 600px) {
    .padding_title_descount_items {
        font-size: 3.6vw !important;
    }
    .padding_title_descount_items_h3 {
        padding: 17% 6%;
        font-size: 2vw;
    }

    .politica {
        grid-row: 4;
        grid-column: span 2;
        max-width: 224px;
    }
}

@media (max-width: 769px) {
    #home {
        /* display: none; */
    }
}

@media (max-width: 340px) {
    .font_prof_repair {
        font-size: 7.7vw;
    }

    .font_wrapper_prof .btn {
        height: 35px;
        font-size: 14px;
        width: 100%;
        max-width: 100%;
    }
}

/* thx */

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

.thx_h1 {
    margin-bottom: 20px;
}

@media (max-width: 600px) {
    .thx_h1 {
        font-size: 23px;
    }
}

/* libs */

.wp_widget {
    position: fixed;
    right: 16px;
    bottom: 17px;
    z-index: 999;
}

.wp_widget_text {
    background-color: #ffffff;
    /* padding: 12px; */
    /* border-radius: 12px; */
    border-radius: 50%;
    box-shadow: 0px 0px 55px -10px rgb(19 19 19);
    height: auto;
    transition: 0.3s;
}

.wp_widget_text:hover {
    background-color: #86cd9b;
}

.wp_widget_text a {
    color: #48df50;
    font-size: 16px;
    display: flex;
    padding: 12px;
}

.wp_widget img {
    width: 50px;
    height: auto;
}

.flashing {
    right: 0;
    /* bottom: 28px; */
    bottom: 72%;
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #f13333;
    animation: flash 1.7s infinite; /* Запуск анимации */
}

@keyframes flash {
    0% {
        opacity: 1; /* Полная видимость */
    }
    50% {
        opacity: 0; /* Полная прозрачность */
    }
    100% {
        opacity: 1; /* Полная видимость */
    }
}

@media (max-width: 524px) {
    .baguetteBox-button {
        background-color: #323232;
        color: #efefef !important;
        background-color: rgb(50 50 50 / 81%) !important;
    }
    .baguetteBox-button#close-button {
        top: 77px !important;
    }
    .baguetteBox-button#close-button {
        right: calc(8% + 6px) !important;
    }
}

.elfsight-app-22277195-bdbb-4bd3-bbda-c3812664bee9 {
    margin: 0;
}

.carousel-container {
    /* max-width: 954px; */
    max-width: 1040px;
    padding: 0px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    /* border: 1px solid #ccc; */
}

.carousel-slide {
    flex-shrink: 0;
    background: #f0f0f0;
    border-radius: 8px;
    /* Соотношение сторон 9/16 */
    aspect-ratio: 9 / 16;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;

    background-image: url('/img/bg-wp.webp');
}

.carousel-track {
    display: flex;
    gap: 20px;
    transition: transform 0.5s ease;
}

@media (max-width: 430px) {
    .carousel-slide {
        aspect-ratio: normal;
    }
}

/* Кнопки навигации */
.nav-button,
.carousel-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    /* background: rgba(0, 0, 0, 0.5); */

    background: #067a40;
    border-radius: 5px;
    color: #fff;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
}
.carousel-button.prev {
    left: 10px;
}
.carousel-button.next {
    right: 10px;
}

.carousel-button {
    display: flex;
    justify-content: center;
    align-self: center;
    align-items: center;
    height: 40px;
    width: 40px;
    transition: 0.3s;
}

.nav-button:hover,
.carousel-button:hover {
    background: rgb(135 157 228);
}

.nav-button::after,
.carousel-button::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 1px;
    bottom: 23px;

    /* background-color: #067A40; */
    background: rgba(250, 250, 250, 1);
    color: rgba(250, 250, 250, 1);
    transform: rotate(320deg);
    border-radius: 40px;
}

.carousel-button.next::before {
    /* top: 43%; */
    transform: rotate(320deg);
}
.carousel-button.next::after {
    /* top: 43%; */
    transform: rotate(-320deg);
}

.nav-button {
    width: 40px;
    height: 40px;
}

.nav-button::before,
.carousel-button::before {
    content: '';
    position: absolute;
    width: 12px;
    height: 1px;
    top: 23px;
    /* background-color: #067A40; */
    background: rgba(250, 250, 250, 1);
    color: rgba(250, 250, 250, 1);
    transform: rotate(-320deg);
    border-radius: 40px;
}

.nav-button::before {
    right: 37%;
}
.nav-button::after {
    left: 32%;
}

.nav-button.next::after {
    transform: rotate(215deg);
    left: 39%;
}
.nav-button.next::before {
    transform: rotate(-215deg);
    right: 31%;
}

.carousel-button.mod-prev {
    left: 0;
    border-radius: 4px;
}
.carousel-button.mod-next {
    right: 0;
    border-radius: 4px;
}

/* ===================== Lightbox (pop-up) ===================== */
.lightbox {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
    align-items: center;
    justify-content: center;
}
.lightbox-content {
    max-width: 90%;
    max-height: 80%;
    margin: auto;
    display: block;
}
.lightbox .close {
    position: absolute;
    top: 20px;
    right: 35px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}
.lightbox-button {
    display: flex;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    color: #fff;
    font-size: 60px;
    cursor: pointer;
    padding: 10px;
    user-select: none;
    width: 33px;
    height: 40px;
}

.lightbox-button::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 1px;
    bottom: 23px;
    /* background-color: #067A40; */
    background: rgba(250, 250, 250, 1);
    color: rgba(250, 250, 250, 1);
    transform: rotate(320deg);
    border-radius: 40px;
}

.lightbox-button::before {
    content: '';
    position: absolute;
    width: 12px;
    height: 1px;
    top: 23px;
    /* background-color: #067A40; */
    background: rgba(250, 250, 250, 1);
    color: rgba(250, 250, 250, 1);
    transform: rotate(-320deg);
    border-radius: 40px;
}

.lightbox-button.next::after {
    transform: rotate(-320deg) !important;
}
.lightbox-button.next::before {
    transform: rotate(320deg) !important;
}

.lightbox-button.prev {
    left: 30%;
    background: #35353580;
}
.lightbox-button.next {
    right: 30%;
    background: #35353580;
}

@media (max-width: 600px) {
    .lightbox-button.prev {
        left: 9%;
        background: #35353580;
    }
    .lightbox-button.next {
        right: 9%;
        background: #35353580;
    }

    .font_subhead {
        font-size: 7vw;
    }

    .font_wrapper_prof .btn {
        height: 42px;
    }
}

.feedback_foto {
    position: relative;
    overflow: hidden; /* чтобы обрезать содержимое карусели за пределами блока */
    width: 100%; /* или фиксированная ширина, например 800px */
}

.carousel_wrapper {
    position: relative;
    overflow: hidden; /* обрезаем слайды, которые «уходят» за границы */
    width: 100%;
}

.img_feedback_video {
    display: flex; /* для горизонтальной карусели */
    transition: transform 0.3s ease;
    will-change: transform; /* для более плавной анимации */
}

.video {
    box-sizing: border-box;
    /* Если хотите зазор между видео, добавьте margin:
     margin-right: 10px;
  */
}

/* Кнопки «prev» и «next» стилизуем по вкусу */
.prev,
.next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    /* Иконки, размер, стили и т.д. */
}
.prev {
    left: 0;
}
.next {
    right: 0;
}
