/*
Theme Name: My Custom Theme
Author: Alext
Description: MyTheme
Version: 1.0
*/
html {
    scroll-behavior: smooth;
  }
  .whatsapp-float {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 1000;
    width: 60px;
    height: 60px;
    background-color: #25D366;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.2s;
  }
 /* По умолчанию скрываем */
.wpcf7-response-output {
    display: none !important;
  }
  
  /* Показываем только при успешной отправке */
  .wpcf7-form.sent .wpcf7-response-output {
    display: block !important;
    color: green;
    background-color: #e6ffe6;
    border: 1px solid green;
    padding: 10px;
    margin-top: 10px;
    border-radius: 4px;
  }
  
  .whatsapp-float:hover {
    transform: scale(1.1);
  }
  
  .whatsapp-float img {
    width: 30px;
    height: 30px;
  }

  .wpcf7-response-output{
    direction:rtl;
  }
.instagram-wrapper {
 /* margin-left: 10vw;*/
}

@font-face {
    font-family: 'Almoni Tzar AAA';
    src: url('fonts/almoni-tzar-aaa-regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Almoni Tzar AAA';
    src: url('fonts/almoni-tzar-aaa-thin.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Almoni Tzar AAA';
    src: url('fonts/almoni-tzar-aaa-extralight.otf') format('opentype');
    font-weight: 200;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Almoni Tzar AAA';
    src: url('fonts/almoni-tzar-aaa-bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Fb Liddar Bold';
    src: url('fonts/FbLiddar-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
  }
  @font-face {
    font-family: 'Assistant';
    src: url('fonts/Assistant.ttf') format('opentype');
    /* font-weight: bold; */
    font-style: normal;
  }
  @font-face {
    font-family: 'Heebo';
    src: url('fonts/Heebo.ttf') format('opentype');
    /* font-weight: bold; */
    font-style: normal;
  }
  @font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Bold.ttf') format('opentype');
    /* font-weight: bold; */
    font-style: normal;
  }
  
.contact_popup_overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
    z-index: 99999;
}

.contact_popup_overlay.active {
    display: flex;
}

.contact_popup_content {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    max-width: 90%;
    width: 90%;
    position: relative;
}

#popupCloseBtn {
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
}

#popupCloseBtn img {
    width: 30px;
    height: 30px;
}

  
.image-popup {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

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

.image-popup-title {
    color: #fff;
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
}
.contact-input {
    direction: rtl;
    text-align: right;
  }
  .contact-submit {
    direction: rtl;
    text-align: center;
  }
  .input-field {
    direction: rtl;
    text-align: right !important;
  }
    
.image-popup-price {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    background: rgba(255, 255, 255, 0.1);
    padding: 8px 16px;
    border-radius: 6px;
}

.image-popup-close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
}

.image-popup-arrow {
    position: absolute;
    top: 50%;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
    user-select: none;
    transform: translateY(-50%);
    z-index: 10000;
}

.image-popup-arrow.left {
    left: 30px;
}

.image-popup-arrow.right {
    right: 30px;
}





.conteiner_catalog_card_tovar_img {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.conteiner_catalog_card_tovar_img img {
    display: block;
    width: 100%;
    height:100%;
    transition: transform 0.3s ease;
}

.conteiner_catalog_card_tovar_img:hover img {
    transform: scale(1.05);
}

.hover-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.conteiner_catalog_card_tovar_img:hover .hover-overlay {
    opacity: 1;
}

.hover-price {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    background: rgba(255, 255, 255, 0.15);
    padding: 8px 16px;
    border-radius: 6px;
    backdrop-filter: blur(4px);
}
.image-popup-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    width: 55vw;
}

.image-popup-price {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    background: rgba(0,0,0,0.5);
    padding: 10px 20px;
    border-radius: 8px;
}

.image-popup {
    display: none;
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.image-popup img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 10px;
}

.image-popup-close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
}

body {
    overflow-x: hidden;
  }
  
.conteiner_galeri_carusel_btn {
    width: 24px;
    height: 24px;
    background: url('<?php echo get_template_directory_uri(); ?>/image/arrow_left.png') no-repeat center / contain;
    cursor: pointer;
}
.conteiner_galeri_carusel {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    max-width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }


.conteiner {
    display: flex;
    width: 100%;
    height: auto;
}

.contact_conteiner {
    width: 17vw;
    background-color: #f5ece0;
    display: flex;
    flex-direction: column;
    align-items: center;

    
    position: sticky;
    top: 0;
    height: 100vh;
    width: 17vw;
    background-color: #f5ece0;
    display: flex
;
    flex-direction: column;
}

.contact_conteiner_img {
    width: 11.719vw;
    height: 5.729vw;
    margin: 2.969vw 0 2.031vw 0;
}
.contact_conteiner_img img {
    width: 100%; /* Изображение будет занимать всю ширину контейнера */
    height: 100%; /* Изображение будет занимать всю высоту контейнера */
    object-fit: cover; /* Изображение будет подстраиваться под контейнер, сохраняя соотношение сторон */
    display: block; /* Убираем возможные отступы у изображений */
}

.contact_conteiner_tel {
    width: 5.156vw;
    height: 1.406vw;
    margin: 0 0 2.865vw 0;
    font-size: 36px;
    line-height: 14px;
    color: #455332;
    font-weight: 900;
    font-family: "Heebo";
    text-align: center;
}

.contact_conteiner_link {
    display: flex;
    flex-direction: column;
    margin: 0 0 2.448vw 0;
}
.contact_conteiner_link a {
    width: 11.458vw;
    padding-bottom: 0.677vw;
    /* border-bottom: 1px solid #3f3834; */
    border-bottom: 1px solid rgba(63, 56, 52, 0.102); /* заменили на прозрачный цвет */
    text-align: right;
    font-size: 22px;
    color: #455332;
    font-weight: 300;
    font-family: "Assistant";
    /* opacity: 0.102; */

}


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

    margin: 0 0 0 0;
    width: 11.615vw;
    height: auto;
    padding: 1.667vw 1.615vw 1.458vw 1.719vw;
    background-color: #bd6d29;
    border-radius: 10px;

}

.contact_conteiner_form_title h2 {
    font-size: 27px;
    line-height: 16px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Assistant";
    text-align: center;
}

.as-paragraph {
    display: block;
    font-size: 16px; /* или тот, что у твоего <p> */
    line-height: 1.5;
    color: inherit;
    text-decoration: none;
    font-weight: normal;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.contact_conteiner_form_input {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.354vw;
    margin: 2.604vw 0 1.51vw 0;
}
.contact_conteiner_form_input input{

    direction: rtl; /* Важно! Направление текста */
    text-align: right; /* Выравнивание текста и курсора */
      
      
    width: 8.281vw;
    padding-bottom: 0.573vw;
    /* background-color: #ececec; */
    /* border-bottom: 1px solid #ececec; */
    border-bottom: 1px solid rgba(236, 236, 236, 0.141); /* полупрозрачная граница */
    
    font-size: 18px;
    color: #ececec;
    font-weight: 275;
    font-family: "Assistant";
    text-align: left;
}
.contact_conteiner_form_input input::placeholder {
    color: #ececec;
  }

.contact_conteiner_form_button {
    width: 8.438vw;
    height: 2.656vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background-color: #f5ece0;
}
.contact_conteiner_form_button p {
    font-size: 18px;
    line-height: 33px;
    color: #292934;
    font-weight: 600;
    font-family: "Assistant";
    text-align: center;
}

.main_conteiner {
    width: 83vw;
    height: auto;

}

.main_conteiner_title {
    width: 83vw;
    min-height: 45.417vw;
    background-image: url('./image/image.jpg');
    background-size: cover; /* Фон будет масштабироваться и заполнять контейнер */
    background-position: center; /* Центрируем фон */
    background-repeat: no-repeat; /* Избегаем повторов фона */


    display: flex;
    justify-content: space-between;
    padding: 0 2.917vw 0 5.729vw;
}

.main_conteiner_imblema {
    width: 10.833vw;
    height: 8.646vw;
    margin-top: 2.135vw;

}

.main_conteiner_title_sleva {
    position: relative;
    /* opacity: 0.761; */
    width: 28.802vw;
    min-height: 35.938vw;
    border-radius: 10px;
    /* background-color: #455332; */
    background-color: rgba(69, 83, 50, 0.761); /* прозрачный фон */
    margin-top: 4.115vw;
    margin-bottom: 5.365vw;

    display: flex;
    flex-direction: column;
    align-items: center;

}

.main_conteiner_title_sleva_title {
    margin-top: 3.021vw;
    height: 8.646vw;
}

.main_conteiner_title_sleva_title h2 {
  
    font-size: 105px;
    line-height: 51px;
    color: #f5ece0;
    font-weight: bold;
    font-family: 'Almoni Tzar AAA', sans-serif;
    text-align: center;
}
.main_conteiner_title_sleva_title span {
    font-family: 'Fb Liddar Bold', sans-serif !important;
    font-weight: bold;
    direction: rtl;
    text-align: right;
    font-size: 160px;
    line-height: 42px;
    color: #ff9337;
   
  
    text-align: center;
}

.main_conteiner_title_sleva_palochka {
    width: 1px;
    height: 4.479vw;
    border: 1px solid;
    color: #ffffff;
    margin-top: 0.26vw;
    margin-bottom: 2.5vw;
}

.main_conteiner_title_sleva_text p {
    font-size: 35px;
    line-height: 34px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Assistant";
    text-align: center;
}

.main_conteiner_title_sleva_text_2 {
    margin: 2.135vw 0 2.344vw 0;
}
.main_conteiner_title_sleva_text_2 p {
    font-size: 50px;
    line-height: 50px;
    color: #ffffff;
    font-weight: 800;
    font-family: "Assistant";
    text-align: center;
}


.main_conteiner_title_sleva_button {
    width: 11.563vw;
    height: 3.646vw;
    border-radius: 10px;
    background-color: #f5ece0;
    display: flex;
    align-items: center;
    justify-content: center;

    position: absolute;
    bottom: 0;
    /* left: 50%; */
    transform: translateY(50%);
}
.main_conteiner_title_sleva_button p {
    font-size: 24px;
    line-height: 45px;
    color: #292934;
    font-weight: 500;
    font-family: "Assistant";
    text-align: center;
}

.conteiner_catalog {
    margin-top: 5vw;
    /* margin-bottom: 5.208vw; */
}

.conteiner_catalog_title {
    margin-bottom: 1.406vw;
}
.conteiner_catalog_title h2 {
    font-size: 58px;
    line-height: 166px;
    text-transform: uppercase;
    color: #bd6d29;
    font-weight: 700;
    font-family: "Montserrat";
    text-align: center;
}

.conteiner_catalog_subtitle {
    display: flex;
    align-items: center;
    /* gap: 5.208vw; */
    justify-content: space-around;
    margin: 0 11.979vw 4.271vw 11.979vw;
}
.conteiner_catalog_subtitle h3 {
    font-size: 35px;
    letter-spacing: 4px;
    /* line-height: 86px; */
    text-transform: uppercase;
    color: #100b0b;
    font-weight: 400;
    font-family: "Assistant";
    text-align: center;
}

.linia {
    opacity: 0.110;
    width: 19.271vw;
    height: 1px;
    background-color: #3bdadd;
    border: 1px solid #000000;
}



.conteiner_catalog_card {
    margin: 0 2.865vw 0 2.865vw;
    display: flex;
    flex-wrap: wrap;
    gap: 2.448vw 2.083vw;
}

.conteiner_catalog_card_tovar {
    display: flex;
    flex-direction: column;
    width: 17.448vw;
    gap: 1.094vw;
    align-items: flex-end;
}

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

    /* opacity: 0.459; */
    width: 17.448vw;
    height: 16.615vw;
    border-radius: 10px;
    filter: drop-shadow(0px 6px 6.5px rgba(0,1,3,0.24));
    background-color: #ffffff;
}

.conteiner_catalog_card_tovar_name {
    margin-top: 3.073vw;
    margin-bottom: 2.188vw;
}
.conteiner_catalog_card_tovar_name h4 {
    font-size: 24px;
    line-height: 23px;
    color: #171b1b;
    font-weight: 600;
    font-family: "Assistant";
    text-align: center;    
}

.conteiner_catalog_card_tovar_procherk {
    width: 1.771vw;
    height: 1px;
    background-color: #100b0b;
}

.conteiner_catalog_card_tovar_img {
    width: 14.844vw;
    height: 8.594vw;
   /* margin-top: 0.938vw;*/
}

.conteiner_catalog_card_tovar_price {
    margin-top: 1.094vw;
}
.conteiner_catalog_card_tovar_price p {
    font-size: 24px;
    line-height: 23px;
    color: #232626;
    font-weight: 600;
    font-family: "Assistant";
}

.conteiner_catalog_dop {
    direction: rtl;
    margin: 5.365vw 0 6.771vw 0;
}
.conteiner_catalog_dop p {
    font-size: 26px;
    letter-spacing: 1px;
    line-height: 47px;
    text-decoration: underline;
    color: #090909;
    font-weight: 400;
    font-family: "Assistant";
    text-align: center;
}

.conteiner_foto {
    width: 83vw;
    height: 36.042vw;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;

    background-image: url('./image/image\ \(1\)\ \(1\).jpg');
    background-size: cover; /* Фон будет масштабироваться и заполнять контейнер */
    background-position: center; /* Центрируем фон */
    background-repeat: no-repeat; /* Избегаем повторов фона */

    margin-bottom: 7.24vw;
}

.conteiner_foto_img {
    width: 20.729vw;
    height: 1.771vw;
    margin: 0 0 1.667vw 2.083vw;
}

.conteiner_about {
    width: 83vw;
    height: 40.521vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 5.469vw;
    margin-bottom: 6.615vw;
    position: relative; /* Родитель должен быть относительным */
}

.conteiner_about_text {
    width: 23.906vw;
}
.conteiner_about_text p {
    font-size: 24px;
    line-height: 39px;
    color: #010101;
    font-weight: 300;
    font-family: "Assistant";
    text-align: right;
}
p.ivan {
    font-size: 28px;
    line-height: 52px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Assistant";
    text-align: center;
}

.conteiner_about_why {
    opacity: 0.871;
    width: 20.885vw;
    height: 21.146vw;
    border-radius: 10px;
    background-color: #6f7a5f;

    display: flex;
    align-items: center;
    flex-direction: column;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Центрирует по X и Y */
    z-index: 10; /* Поверх других элементов */
}

.conteiner_about_why_title {
    margin-top: 5.26vw;

}.conteiner_about_why_title h4 {
    font-size: 45px;
    letter-spacing: 16px;
    line-height: 49px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 300;
    font-family: "Montserrat";
    text-align: center;
}

.conteiner_about_why_linia {
    width: 1px;
    height: 62px;
    background-color: #ffffff;
    margin: 1.51vw 0 1.771vw 0;
}

.conteiner_about_why_text p {
    font-size: 29px;
    letter-spacing: 2px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Assistant";
    text-align: center;
}

.conteiner_about_img {
    width: 41.5vw;
    height: 40.521vw;
}
.conteiner_about_img img {
    width: 100%; /* Изображение будет занимать всю ширину контейнера */
    height: 100%; /* Изображение будет занимать всю высоту контейнера */
    object-fit: cover; /* Изображение будет подстраиваться под контейнер, сохраняя соотношение сторон */
    display: block; /* Убираем возможные отступы у изображений */
}




.conteiner_img_block {
    width: 83vw;
    height: 35.99vw;
    margin: 6.51vw 0 5.469vw 0;
}
.conteiner_img_block img {
    width: 100%; /* Изображение будет занимать всю ширину контейнера */
    height: 100%; /* Изображение будет занимать всю высоту контейнера */
    object-fit: cover; /* Изображение будет подстраиваться под контейнер, сохраняя соотношение сторон */
    display: block; /* Убираем возможные отступы у изображений */
}

.conteiner_galeri_main_foto {
    width: 83vw;
    height: 35.99vw;
}

.conteiner_galeri_main_foto img {
    width: 100%; /* Изображение будет занимать всю ширину контейнера */
    height: 100%; /* Изображение будет занимать всю высоту контейнера */
    object-fit: cover; /* Изображение будет подстраиваться под контейнер, сохраняя соотношение сторон */
    display: block; /* Убираем возможные отступы у изображений */   
}

.conteiner_galeri_carusel {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.917vw;
    margin: 2.5vw 0 6.302vw 0;
    /* margin: 2.5vw 4.948vw 6.302vw 4.948vw; */
}

.conteiner_galeri_carusel_btn {
    width: 1.094vw;
    height: 1.979vw;
}
.conteiner_galeri_carusel_btn img {
    width: 100%; /* Изображение будет занимать всю ширину контейнера */
    height: 100%; /* Изображение будет занимать всю высоту контейнера */
    object-fit: cover; /* Изображение будет подстраиваться под контейнер, сохраняя соотношение сторон */
    display: block; /* Убираем возможные отступы у изображений */ 
}

.conteiner_galeri_carusel_cart {
    display: flex;
    align-items: center;
    gap: 0.781vw;
}
.conteiner_galeri_carusel_cart_img {
    width: 16.094vw;
    height: 11.979vw;
    border-radius: 10px;
    overflow: hidden; /* Обязательно! */

}
.conteiner_galeri_carusel_cart_img img {
    width: 100%; /* Изображение будет занимать всю ширину контейнера */
    height: 100%; /* Изображение будет занимать всю высоту контейнера */
    object-fit: cover; /* Изображение будет подстраиваться под контейнер, сохраняя соотношение сторон */
    display: block; /* Убираем возможные отступы у изображений */ 
}

.conteiner_why_us_block {
    margin: 0 11.25vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.conteiner_why_us_block_card {
    width: 13.438vw;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.conteiner_why_us_block_card_img {
    width: 13.438vw;
    height: 13.542vw;
    margin-bottom: 1.146vw;
}

.conteiner_why_us_block_card_title h3 {
    font-size: 23px;
    line-height: 30px;
    color: #000000;
    font-weight: 700;
    font-family: "Assistant";
    text-align: center;
}

.lini {
    width: 3.385vw;
    height: 1px;
    background-color: #000000;
    margin: 1.667vw 0 1.25vw 0;
}

.conteiner_why_us_block_card_sub_title p {
    font-size: 18px;
    line-height: 19px;
    color: #878787;
    font-weight: 400;
    font-family: "Assistant";
    text-align: center;
}

.swiper-slide {
    width: 16.094vw;
    height: 11.979vw;
    border-radius: 10px;
    overflow: hidden;
}


.conteiner_contact {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 83vw;
    /* height: 52.552vw; */
    padding: 4vw 0;
    position: relative;

    background-image: 
        linear-gradient(rgba(69, 83, 50, 0.42), rgba(69, 83, 50, 0.42)), /* полупрозрачный цвет */
        url('./image/image (8) (1).jpg'); /* фон-картинка */

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.conteiner_contact_logo {
    width: 20.885vw;
    height: 21.146vw;
    border-radius: 10px;
    background-color: #bd6d29;
    position: absolute;
    margin-left: 51.5vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    padding: 7.031vw 0 3.958vw 0;
}

.conteiner_contact_logo h3 {
    font-size: 35px;
    letter-spacing: 16px;
    line-height: 49px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 300;
    font-family: "Montserrat";
    text-align: center;
}

.conteiner_contact_logo p {
    font-size: 29px;
    letter-spacing: 2px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Assistant";
    text-align: center;
}

.linia_contact {
    width: 1px;
    height: 3.229vw;
    background-color: #ffffff;
}

.conteiner_contact_block {
    width: 62.031vw;
    /* height: 34.792vw; */
    padding-bottom: 2vw;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.929);
}


.conteiner_contact_form {
    margin: 9.479vw 17.708vw 3.125vw 5.677vw;
    display: flex;
    gap: 3.021vw 5.365vw;
    flex-wrap: wrap;

}
.conteiner_contact_form input {
    width: 16.458vw;
    padding-bottom: 0.781vw;
    border-bottom: 1px solid #1e1e2d;

    font-size: 20px;
    letter-spacing: 2px;
    color: #000000;
    font-weight: 300;
    font-family: "Assistant";
}

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

    width: 11.563vw;
    height: 3.385vw;
    border-radius: 10px;
    background-color: #bd6d29;
    margin-left: 5.677vw;
}
.conteiner_contact_btn p {
    font-size: 20px;
    letter-spacing: 2px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Assistant";
    text-align: center;
}

.conteiner_contact_info {
    display: flex;
    gap: 3.854vw;
    align-items: center;
    margin-left: 5.677vw;
    margin-top: 4.74vw;
}

.linia_cont_inf {
    width: 1px;
    height: 3.333vw;
    background-color: #232626;
}

.conteiner_contact_info p {
    font-size: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000000;
    font-family: "Assistant";
}
.conteiner_contact_info a {
    font-size: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000000;
    font-family: "Assistant";
}

.conteiner_contact_info span {
    font-weight: 700;
}
.conteiner_contact_info_addres {
    width: 11.146vw;
    height: auto;
    /* height: 3.385vw; */
}

.conteiner_contact_info_img {
    display: flex;
    gap: 1vw;
    /* width: 2vw; */
    height: 2vw;
    margin-top: 0.5vw;
}

.conteiner_contact_info_img img {
    width: 100%; /* Изображение будет занимать всю ширину контейнера */
    height: 100%; /* Изображение будет занимать всю высоту контейнера */
    object-fit: cover; /* Изображение будет подстраиваться под контейнер, сохраняя соотношение сторон */
    display: block; /* Убираем возможные отступы у изображений */ 
}
.conteiner_contacnt_burger_mob {
    display: none;
}
.conteiner_contacnt_clouse_mob {
    display: none;
}
.pum-container.pum-responsive {
    left: 0 !important;
    margin-left: 0 !important;
    width: auto !important;
    height: auto !important;
}

.pum-container {
    top: 0 !important;
    margin-bottom: 0 !important;
}
.popmake-close {
    display: none;
}

@media (max-width: 768px) {
    .conteiner_contact_info a {
        width: 8vw;
    }
    .instagram-wrapper {
        width: 8vw;
    }
    .conteiner_contacnt_burger_mob {
        display: block;
        margin-top: 6vw;
        margin-left: auto;
    }
    .conteiner_contacnt_clouse_mob {
        display: block;
        margin-top: 6vw;
        margin-left: auto;
        margin-right: 6vw;
    }
        
    .contact_conteiner {
       display: none;
        width: 100vw;
        height: 100vh;
    }
    .contact_conteiner_pub {
        background-color: #f5ece0;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100vw;
        height: 100vh;
     }
        
    .contact_conteiner_img {
        width: 55vw;
        height: 27vw;
        margin: 10vw 0;
    }
    
    .main_conteiner_title {
          width: 100vw;
         /* min-height: 100vh; *//* пусть занимает всю высоту экрана */
          background-position: center top;
          padding: 20px;
          flex-direction: column; /* элементы один под другим */
          justify-content: flex-start;
        }


    .contact_conteiner_tel {
        width: auto;
        height: auto;
        margin: 0 0 10vw 0;
    }
    .contact_conteiner_link {
        margin: 0 0 10vw 0;
        gap: 10vw;
    }
    .contact_conteiner_link a {
        width: 70vw;
        padding-bottom: 2vw;
        
    }
    .contact_conteiner_form {
        display: none;
        width: 70vw;
        padding: 5vw;
    }
    .contact_conteiner_form_input {

    }



























    .main_conteiner {
        width: 100vw;
    }
    .main_conteiner_title {
        width: 100vw;
        
        background-image: url(./image/head.webp);
        flex-direction: column;
        padding: 0 7vw;
    }
    .main_conteiner_imblema {
        display: none;
        width: 25.833vw;
        height: 21.646vw;
        margin-top: 5.135vw;
    }
    .main_conteiner_title_sleva {
        width: 85.802vw;
        margin-top: 45.115vw;
        margin-bottom: 10.365vw;
    }
    .main_conteiner_title_sleva_title {
        margin-top: 6.021vw;
        height: 26.646vw;
    }
    .main_conteiner_title_sleva_title h2 {
        font-size: 70px;
        line-height: 25px;
    }
    .main_conteiner_title_sleva_title span {
        font-size: 100px;
    }
    .main_conteiner_title_sleva_palochka {
        height: 12.479vw;
    }
    .main_conteiner_title_sleva_text p {
        font-size: 25px;
        line-height: 25px;
    }
    .main_conteiner_title_sleva_text_2 {
        margin: 6.135vw 0;
    }
    .main_conteiner_title_sleva_text_2 p {
        font-size: 35px;
        line-height: 35px;
    }
    p.ivan {
        font-size: 20px;
    }
    .main_conteiner_title_sleva_button {
        width: 21.563vw;
        height: 7.646vw;
    }


    .conteiner_catalog {
        margin-top: 13vw;
    }
    .conteiner_catalog_title h2 {
        font-size: 23px;
        line-height: 25px;
    }

    .conteiner_catalog_title {
        margin-bottom: 4.406vw;
    }
    .conteiner_catalog_subtitle {
        margin: 0 11.979vw 7.271vw 11.979vw;
    }
    .conteiner_catalog_subtitle h3 {
        font-size: 20px;
    }

    .conteiner_catalog_card {
        flex-direction: column;
        gap: 8.448vw;
        margin: auto;
        align-items: center;
        
    }

    .conteiner_catalog_card_tovar {
        width: auto;
    }

    .conteiner_catalog_card_tovar_block {
        width: 84.448vw;
        height: 51.615vw;
    }

    .conteiner_catalog_card_tovar_procherk {
        width: 22.771vw;
    }
    .conteiner_catalog_card_tovar_name {
        margin-bottom: 5.188vw;
    }
    .conteiner_catalog_card_tovar_img {
        width: 44.844vw;
        height: 28.594vw;
        margin-top: 3.938vw;
    }

    .conteiner_foto {
        width: 100vw;
        height: 50vw;
        margin-bottom: 13.24vw;
    }
    .conteiner_foto_img {
        width: 39.729vw;
        height: 5.771vw;
    }
    .conteiner_about {
        width: 100vw;
        height: auto;
        flex-direction: column;
        padding: 0;
        gap: 5vw;

    }
    .conteiner_about_img {
        width: 100vw;
        height: 73vw;
    }
    .conteiner_about_text {
        width: 100vw;
        padding: 0px 7vw;
    }
    .conteiner_about_text p {
    font-size: 20px;
    line-height: 35px;
    }
    .conteiner_about_why {
        justify-content: center;
        position: static;
        transform: none;
        width: 50vw;
        height: 50vw;
    }
    .conteiner_about_why_title h4 {
        font-size: 20px;
        letter-spacing: 8px;
        line-height: 22px;
    }
    .conteiner_about_why_linia {
        height: 45px;
        margin: 2vw 0;
    }
    .conteiner_about_why_text p {
        font-size: 25px;
        line-height: 25px;
    }

    .conteiner_img_block {
        width: 100vw;
        height: 50vw;
        margin: 12vw 0;
    }


    .conteiner_why_us_block {
        flex-direction: column;
        margin: 0;
        gap: 10vw;
    }
    .conteiner_why_us_block_card {
        width: 100vw;
        padding: 0 8vw;
    }
    .conteiner_why_us_block_card_img {
        width: 35vw;
        height: 35vw;
        margin-bottom: 7vw;
    }
    .lini {
        width: 25vw;
        margin: 7vw 0;
    }


    .conteiner_contact {
        width: 100vw;
        /* height: 130vw; */
        padding: 3vw;
    }
    .conteiner_contact_block {
        width: 100vw;
        padding-bottom: 2vw;
        /* height: 110vw; */
        
    }
    .conteiner_contact_form {
        flex-direction: column;
        width: 40vw;
        gap: 8vw;
        margin: 9.479vw 0 3.125vw 5.677vw;
    }
    .conteiner_contact_form input {
        width: 40vw;
    }
    .conteiner_contact_logo {
        width: 40vw;
        height: 40vw;
        margin-bottom: 35vw;
    }
    .conteiner_contact_logo h3 {
        font-size: 25px;
        line-height: 25px;
        letter-spacing: 3px;
    }
    .linia_contact {
        height: 10vw;
    }
    .conteiner_contact_logo p {
        font-size: 20px;
        line-height: 20px;
    }
    .conteiner_contact_btn {
        width: 40vw;
        height: 10vw;        
    }
    .linia_cont_inf {
        height: 25vw;
    }
    .conteiner_contact_info_img {
        height: 20vw;
        width: 20vw;
        gap: 2vw;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        /* margin-top: 2.5vw; */
    }
    .conteiner_contact_info {
        margin-top: 7.74vw;
    }
    .conteiner_contact_info p {
        font-size: 12px;
    }
    .conteiner_contact_info_addres {
        width: 21vw;
    }
    .conteiner_galeri_main_foto {
        width: 100vw;
        height: 60vw;
    }
    .conteiner_galeri_carusel {
        margin: 6.5vw 0 10.302vw 0;
    }
  
      .whatsapp-float {
        position: fixed;
        bottom: 15px;
        right: 15px;
        z-index: 1000;
        width: 60px;
        height: 60px;
        background-color: #25D366;
        border-radius: 50%;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
        display: flex;
        justify-content: center;
        align-items: center;
        transition: transform 0.2s;
      }
.swiper-nav-button {
    width: 8vw;
}
}