@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;1,300;1,500&display=swap');
.search{
    margin: auto;
    padding: 10px;
    margin-top: 10px;
   width: 350px;
   margin-bottom: 10px;
}

.search1{
    
    
   width: 270px;
}


.searchbutton{
    border: none;
    border-color: #000000;
    color: #000000;
    border-radius:10px;
    background-color: #ffffff;
    width: 75px;
    background-color: #ffffff;
    padding-left: 24PX;

    
}

@media (max-width: 576px) {
  .carousel-control-prev, .carousel-control-next {
    display: none;
  }
}

.searchbutton:hover{
    background-color: #ff0029;
 }
.navbar-brad img {width: 250px;}

.button{
    border: none;
    border-color: #000000;
    color: #ffffff;
    border-radius:10px;
    padding: 5px 10px 5px 10px;
    background-color: #ff0029;
    width: 75px;
    
    
    
    
}
.button:hover{
   background-color: #000000;
}
/* Стили для попапа при разрешении меньше или равном 1280px */
max-height: 720px {
.popup__container {
max-width: 600px; /* Уменьшаем максимальную ширину контейнера */
min-height: 200px; /* Уменьшаем минимальную высоту контейнера */
}

.popup__product-title {
max-width: 200px; /* Уменьшаем максимальную ширину заголовка продукта */
}

.popup__product-price {
font-size: 16px; /* Уменьшаем размер шрифта цены продукта */
}
}
.button1{
    border: none;
    border-color: #000000;
    color: #ffffff;
    border-radius:10px;
    padding: 5px 10px 5px 10px;
    background-color: #ff0029;
    width: 75px;
    margin-left: 170px;
}
.button1:hover{
    background-color: #000000;
 }
.carousel-item{
    height: 300px;
}
.navbar-toggler{
    border: 0;
}
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus{
    outline: none;
    box-shadow: none;
    border:0;

}

.toggler-icon{
    width: 30px;
    height: 3px;
    background-color: rgb(255, 0, 0);
    display: block;
    transition: all 0.2s;
}
.middle-bar{
    margin: 5px auto;
}
.navbar-toggler .top-bar{
    transform:rotate(45deg) ;
    transform-origin: 10% 10%;
    font-family: 'Open Sans', sans-serif;
}
.navbar-toggler .middle-bar{
    opacity: 0;
    filter: alpha(opacity=0);
}
.navbar-toggler .bottom-bar{
    transform: rotate(-45deg);
    transform-origin: 10% 10%;
}
.navbar-toggler.collapsed .top-bar{
    transform: rotate(0);
}
.navbar-toggler.collapsed .middle-bar{
    opacity: 1;
    filter:alpha(opacity=100)
}
.navbar-toggler.collapsed .bottom-bar{
    transform: rotate(0);
}
.navbar-toggler.collapsed .toggler-icon{
  background-color: #000000;
    
}
.tt1{
    font-size: 32px;
    margin: 30px 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
 
    
}
.but-wrap{
  position: static;
  display: inline-block;
  width: 100%;
  height: auto;
}
button {

  
  
  
  position: relative;
  overflow: hidden;
 
  border: none;
  outline: none;
  user-select: none;
  cursor: pointer;
 
}


.cart {
  z-index: 3;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background-color: #3c9926;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  cursor: pointer;
  position: fixed;
  top: 10px;
  right: 250px; /* значение по умолчанию для больших экранов */

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: contain;
  object-fit: contain;
  padding: 5px;
  -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1800px) {
  .cart {
    right: 150px; /* значение для маленьких экранов */
  }
}
@media screen and (max-width: 912px) {
  .cart {
    right: 10px; /* значение для маленьких экранов */
    top:120px;
  }
}
@media screen and (max-width: 1280px) {
  .cart {
    right: 10px; /* значение для маленьких экранов */
    
  }
}
@media screen and (max-width: 768px) {
  .cart {
    right: 10px; /* значение для маленьких экранов */
    top:120px;
  }
}
.cart:hover {
-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
        transform: scale(1.1);
}
.success-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

.success-popup__content {
  background-color: white;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}

.success-popup__icon {
  color: #28a745; /* Зеленый цвет галочки */
}

.success-popup__message {
  font-size: 18px;
  font-weight: bold;
}
.cart__num {
position: absolute;
background-color: #000000;
width: 18px;
height: 18px;
border-radius: 50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
color: #fff;
font-size: 14px;
font-weight: 500;
top: 4px;
right: 1px;
}
.cart-quantity{
  padding-left: 5px;
}
.text{
    color:#3c9926;
    font-family: 'Underdog', sans-serif;
    font-weight: 600;
    font-size: 23px;
    text-shadow: 0px 1px 0px #000000;
    letter-spacing: 4px;
 
 
    
} 

.text1{
  color: #3c9926;
  font-family: 'Underdog', sans-serif;
  font-weight: 600;
  font-size: 23px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #000000;
  letter-spacing: 2px;
}
.text77{
  color:#3c9926;
  font-family: 'Underdog', sans-serif;
  font-weight: 600;
  font-size: 23px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #000000;
  letter-spacing: 2px;
padding-left: 10px;
  
}

.text55{
  color: #3c9926;
  font-family: 'Underdog', sans-serif;
  font-weight: 600;
  font-size: 35px;
  text-shadow: 0px 1px 0px #000000;
  letter-spacing: 4px;
  margin-top: -3px;


  
}
.text55:hover{
  color: #484148;
}
.text553{
  color: #3c9926;
  font-family: 'Underdog', sans-serif;
  font-weight: 600;
  font-size: 35px;
  text-shadow: 0px 1px 0px #000000;
  letter-spacing: 4px;
  margin-top: -3px;


  
}
.text553:hover{
  color: #ffffff;
}
.text56{
  color: #9DB74B;
  font-family: 'Underdog', sans-serif;
  font-weight: 600;
  font-size: 23px;
  text-shadow: 0px 1px 0px #000000;
  letter-spacing: 4px;


  
}  
.nav-link11{
  text-decoration: none;
}
.nav-link11:hover{
  color: #9DB74B; 
  
}

.nav-link1{
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  

  
  text-decoration: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

.text:hover{
    color: #484148;
}

.footer-top{
    background-color: #151515;
    color: white;
    border-bottom: 1px solid #222222;
    padding: 60px 0 30px 0;
    font-family: 'Open Sans', sans-serif;
}
.footer-top .footer-info {
    margin-bottom: 3px;
    font-family: 'Open Sans', sans-serif;
    text-align: center  ;
}
.footer-top .footer-info h3{
    font-size: 28px;
    margin:0 0 20px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}
.footer-top .footer-info p{
    font-size: 14px;
    line-height: 24px;
    margin: 10px 0 0px 0;
    font-family: 'Open Sans', sans-serif;
}
.footer-top .social-links a{
    
    background: #151515;
    display: inline-block;
    margin-right: 4px;
    border-radius: 10px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    

}
.footer-top .social-links a:hover{
   transform: scale(1.2);
}
.footer-top h4{
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}
.footer-links{
    margin-bottom: 30px;
    font-family: 'Open Sans', sans-serif;
    text-align: center;

}
.footer-links ul{
    list-style: none;
    padding: 0;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}
.footer-links li{
padding:10px 0;
font-family: 'Open Sans', sans-serif;
font-weight: 600;
align-items: center;

}

.wave {
  background: rgba(255, 255, 255, .4);
  border-radius: 50%;
  transform: scale(0);
  animation: wave .5s linear;
  pointer-events: none;
  position: absolute;
}

@keyframes wave {
  100% {
   transform: scale(2);
   opacity: 0;
  }
}

.rating{
    border: none;
    border-color: #000000;
    color: #ffffff;
    border-radius:5px;
    padding:0px 0px 0px 10px;
    background-color: #25b1db;
    width: 70px;
    margin-left: 210px;
    height: 27px;
    font-size: 15px;
    position: absolute;
    margin-top: 3px;
    align-items: center;
    font-family: 'Open Sans', sans-serif;
    

}
.rating1{
    border: none;
    border-color: #000000;
    color: #ffffff;
    border-radius:5px;
    padding: 0px 0px 0px 5px;
    background-color: #ff0029;
    width: 50px;
    margin-left: 230px;
    height: 25px;
    font-size: 15px;
    position: absolute;
    margin-top: 33px;
    font-family: 'Open Sans', sans-serif;

}   

.price{
   font-weight: bolder;
    color: #ff0029;
    border-radius:5px;
    padding: 0px 0px 0px 5px;
    font-size: 20px;
    position: absolute;
    margin-top: 0px;
    margin-left: 10px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}
.price1{
    color: #000000;
    border-radius:5px;
    padding: 0px 0px 0px 5px;
    font-size: 15px;
    position: absolute;
    margin-top: 0px;
    margin-left: 80px;
    font-family: 'Open Sans', sans-serif;
}



.carousel-item{
transition:1s;
}
.area {
  padding: 1rem;
  background: white;
  height: 250px;
  overflow: auto;
}
.empty-cart-message {
  font-size: 1.5rem; /* увеличиваем размер шрифта */
  color: #f00; /* изменяем цвет текста, в данном случае я использовал красный */
  text-align: center; /* выравниваем текст по центру */
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding-bottom: 140px;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}


a,
button {
  cursor: revert;
}


ol,
ul,
menu {
  list-style: none;
}


img {
  max-inline-size: 100%;
  max-block-size: 100%;
}

table {
  border-collapse: collapse;
  
}




textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
       appearance: revert;
}

pre {
  all: revert;
}

::-webkit-input-placeholder {
  color: unset;
}
::-moz-placeholder {
  color: unset;
}
:-ms-input-placeholder {
  color: unset;
}
::-ms-input-placeholder {
  color: unset;
}
::placeholder {
  color: unset;
}

::marker {
  content: "";
}


:where([hidden]) {
  display: none;
}


:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;

}


:where([draggable=true]) {
  -webkit-user-drag: element;
}


:where(dialog:modal) {
  all: revert;
}

html {
  height: 100%;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.3;
  height: 100%;

  background-size: 100%;
 
 
  
}


header {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.lock {
  overflow-y: hidden;
}

.reset {
  padding: 10px 20px;
  cursor: pointer;
}
.product11122{
  padding-bottom: 50px;
  z-index: 0;
  padding-top: 50px;
}
.product {
  padding: 50px 0;
  z-index: 0;
}
.product1111 {
  padding: 80px 0;
  z-index: 0;
}
.product111 {
  padding: 80px 0;
  z-index: 0;
  margin-bottom: 80px;
}
.product11 {
  padding: 50px 0;
  padding-bottom: 100px;
}
.product__info {
  margin-bottom: 40px;

}
.product__title {
    display: inline-block;
    letter-spacing: 4px;
    margin-right: 7px;
    border-color: #000000;
    color: #3c9926;
    font-family: "Underdog", sans-seif;
    font-weight: 600;
    text-shadow: 3px 0px 20px #ffffff;
    font-size: 32px;
}
.product__title--gray {
  color: #b3b3b7;
}


.cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, 225px);
  
  
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
  -webkit-column-gap: 58px;
     -moz-column-gap: 58px;
          column-gap: 58px;
  row-gap: 40px;
  margin: 0 auto;
}

.card {
  width: 265px;
  min-height: 350px;
  -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 4px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  border-radius: 20px;
  border-color: #3c9926;
 
 
}
.dd{
  padding-left: 10px;
}
.order-modal__info-item{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 15px;
  margin-top: 20px;
  margin-right: 15px;
  font-size: 20px;
  color: #364364;
  text-align: right;
}
.order-modal__quantity{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;

  margin-right: 15px;
  font-size: 20px;
  color: #364364;
  text-align: right;
}
.element-animation {
 
  
  /* Скроем элемент в начальном состоянии */
  opacity: 0;
  transform: translateY(20px);
}
.element-animation.element-show {
  opacity: 1;
  transition: all 0.4s;
  transform: translateY(0%);
}
.card .card__label {
  padding: 4px 8px;
  position: absolute;
  bottom: 40px;
  left: 10px;
  background: #ff0029;
  border-radius: 4px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}
.card:hover {
  -webkit-box-shadow: 4px 8px 16px #4841481a;
          box-shadow: 4px 8px 16px #9eb74b4d;
          
}

.card__top {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 130px;
          flex: 0 0 130px;
  position: relative;
  overflow: hidden;
  
  
}
.card__image {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 235px;
  margin-left: 13px;
  
  -o-object-fit: contain;
  border-radius: 13px;
  object-fit: contain;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
    
}

.card__image>img {
  border-radius: 13px;
}
.card__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding: 10px;
  
  
}
.card__prices {
 
  margin-bottom: 10px;
  margin-top: auto;
}
.card__price {
  -webkit-box-flex: 0;
      
          flex: 0 0 34%;
          
}
.card__price:after {
  color: #ff0000;
  content: "руб";
  margin-left: 4px;
  position: relative;
  font-size: 25px;
 font-family: "Underdog";
}
.red{
  color: #ff0000;
  font-size: 25px;
  font-family: "Underdog";
}
.card__price1:after {
 
  margin-left: 4px;
  position: relative;
  font-size: 20px;
  font-family: "Underdog";
  font-weight: 700;
}
.card__price--discount {
  font-weight: 700;
  font-size: 19px;
  color: #414141;
  text-align: center;
}

.card__price--common {
  font-weight: 700;
  font-size: 20px;
  color: #606060;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
          
}

.card__title {
  display: block;
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 17px;
  line-height: 150%;
  color: #3c9926;
  font-weight: 600;
  text-decoration: none;
  margin-top: 15px;
  text-align: center;
  font-family: 'Underdog';
  
  text-shadow: 0px 1px 0px #000000;
  border-bottom: solid 1px #9db74b6e;
  /* margin-bottom: 15px; */
  padding-bottom: 10px;
}
.card__title1 {
  display: block;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 17px;
    line-height: 150%;
    color: #414141;
    text-decoration: none;
    margin-top: 10px;
    overflow-y: auto;
    text-align: center;
    font-family: 'Underdog';
}


.card__add {
  display: block;
 width: 145px;
 margin-left: 50px;
  font-weight: 400;
  font-size: 17px;
  color: #3c9926;
  padding: 10px;
  text-align: center;
  border: 1px solid #9DB74B;
  border-radius: 11px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  
  font-family: 'Underdog';
  text-shadow: 0px 1px 0px #000000;
  box-shadow: 0px 0px 5px 0px #9DB74B;
}
  

.card__add:hover {
  border: 1px solid #484148;
  background-color: #9DB74B;
  
  color: #fff;
  box-shadow: none;
}



.popup {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.33);
  z-index: 10;
  width: 100%;
  height: 100%;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  
}
.popup__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 800px;
  min-height: 300px;
  background-color: #fff;
  -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  position: relative;
}
.popup__item {
  border-bottom: 1px solid #ddd;
  padding: 20px;
 
}
.popup__item:last-of-type {
  border-bottom: none;
}
.popup__title {
  font-size: 20px;
  font-family: "Underdog", sans-serif;
  font-weight: 600;
  text-shadow: 0px 1px 0px #000000;
  letter-spacing: 4px;
  color: #3c9926;
}

.popup__product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.popup__product-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.popup__product-image {
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 10px;
}
.popup__product-title {
  max-width: 300px;
  font-weight: 500;
  font-size: 20px;
 
  overflow: hidden; /* Добавлено */
  text-overflow: ellipsis; /* Добавлено */
}
.popup__product-price {
  font-size: 20px;
  
    
    
  
    
}
.popup__product-delete {
  font-size: 20px;
  padding: 5px;
  cursor: pointer;
  color: #ff0029;
 
 
  
  padding-right: 23px;
}


.popup__cost {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 15px;
  margin-top: 20px;
}
.popup__cost1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 15px;
  margin-top: 20px;
  display: none;
}
.popup__cost-title {
  margin-right: 15px;
  font-size: 20px;
  color: #364364;
  text-align: right;
}
.popup__cost-value {
  font-size: 20px;
}
.popup__close {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  padding: 20px;
  color: rgba(54, 67, 100, 0.7);
  font-size: 20px;
}
.popup__close:hover {
  color: rgb(54, 67, 100);
}
.popup--open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.zakaz{
  
    display: block;
    width: 100%;
    font-weight: 400;
    font-size: 17px;
    color: #70c05b;
    padding: 10px;
    text-align: center;
    border: 1px solid #9DB74B;;
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    
}
.zakaz:hover {
    border: 1px solid #ff0029;
    background-color: #ff0029;
    color: #fff;
  }
  #popup_product_list{
    
height:420px;   
overflow: auto; 
  }
 
  .empty-cart-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
  }
  
  .empty-cart-popup__content {
    background-color: #ffffff;
    padding: 20px;
    max-width: 400px;
    width: 100%;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  }

#myBtn {
  display: none; /* кнопка скрыта по умолчанию */
  position: fixed; /* фиксированная позиция */
  left: 7px; 
  bottom: 70px;
 
  cursor: pointer; 
  display: none; 
  font-size: 20px;
  color: #ffffff;
  border: 1px solid #9DB74B;
  background-color: #9DB74B;
  padding: 15px 10px;
  border-radius: 10PX;
  transition: .2s;
  z-index: 10;
}

#myBtn:hover {
  color: rgba(0, 51, 153, 0.8);
  border: 1px solid rgba(0, 51, 153, 0.8);
  background-color: rgba(0, 51, 153, 0.15);
  transform: scale(1.2);
}

.buton{
  color: #ffffff;
  position: relative;
left: 50%;
transform: translate(-50%, 0);
background-color: #ff0029;
padding: 10px 40px 10px 40px;
border-radius: 5px;
}
.carb{
background-color: #000000;
padding: 10px 40px 10px 40px;

}

.butn{
  color: white;
  background-color: #3c9926;
  padding: 15px 50px 15px 50px;
  border-radius: 20px;
  width: 100%;
  text-align: center;
}
.popup1{
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.581);
  top:0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease .15s;
  z-index: 10;
  
}
.popup1:target{
  opacity: 1;
  visibility: visible;
  
}
.popup__body1{
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding:30px 10px;

}.popup__body3{
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding:30px 10px;

}
.popup__content1{
  background-color: #fff;
  color: #000;
  max-width: 500px;
  padding: 30px;
  position: relative;
  border-radius: 20px;
  width:500px; /* ширина нашего блока */
height:800px; /* высота нашего блока */
background: #fff; /* цвет фона, белый */
border: 1px solid #C1C1C1; /* размер и цвет границы блока */
overflow: auto; /* свойство для прокрутки по горизонтали. Автоматом, если больше блока */
z-index: 1000;
}
.popup__close1{
  position: absolute;
  right: 10px;
  top:10px;
  font-size: 20px;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.526);

}
.popup__close1:hover{
  color: #000;
}
.popup__title1{
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 25px;
  
    letter-spacing: 4px;
    margin-right: 7px;
    color: #9DB74B;
    font-family: "Underdog", sans-serif;
    font-weight: 600;
    text-shadow: 0px 1px 0px #000000;
  
}

.popup__title3{
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  
}
.popup__content3{
  background-color: #fff;
  color: #000;
  max-width: 500px;
  padding-top: 40px;
  padding-bottom: 10px;
  position: relative;
  border-radius: 20px;
  width:500px; /* ширина нашего блока */
height:100%; /* высота нашего блока */
background: #fff; /* цвет фона, белый */
border: 1px solid #C1C1C1; /* размер и цвет границы блока */

}
  .radio-container {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 10px;
        }

        .radio-container label {
            display: flex;
            align-items: center;
            cursor: pointer;
        }

        .radio-container input[type=radio]:checked ~ .checkmark {
            background-color: #2196F3;
        }

        .radio-container input[type=radio] {
            position: absolute;
            opacity: 0;
            cursor: pointer;
        }

        .checkmark {
            position: relative;
            top: 0;
            left: 0;
            height: 20px;
            width: 20px;
            background-color: #eee;
            border-radius: 50%;
            margin-right: 10px;
        }

        .checkmark:after {
            content: "";
            position: absolute;
            display: none;
        }

        .checkmark:after {
            left: 6px;
            top: 2px;
            width: 8px;
            height: 13px;
            border: solid white;
            border-width: 0 3px 3px 0;
            transform: rotate(45deg);
        }

        .radio-container input[type=radio]:checked ~ .checkmark:after {
            display: block;
        }
.fly-to-cart {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  z-index: 10;
  background-color: #ff9800;
  opacity: 0;
  transition: all 0.7s;
}
.popup__close1{
  position: absolute;
  right: 10px;
  top:10px;
  font-size: 20px;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.526);

}
.popup__close1:hover{
  color: #000;
}
.popup__title3{
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 25px;
  
    letter-spacing: 4px;
    margin-right: 7px;
    color: #9DB74B;
    font-family: "Underdog", sans-serif;
    font-weight: 600;
    text-shadow: 0px 1px 0px #000000;
  
}
.popup__title3{
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  
}
.teext{
font-size: 50px;

}
.table{
  border-bottom: 1px solid #99999999;
  
}

.table{
  border-bottom: 1px solid #99999999;
  font-size: 18px;
  font-weight: 300;
}

input {
  border: 1px solid gray;
  border-radius: 5px;
  height: 24px;
  width: 126px;
  padding: 2px 6px;
  margin: 6px;
  outline: none;
}
.hidden {
  opacity: 0; 
}
.modal1 {

  border: 1px solid gray;
  padding: 5px 10px;
  text-align: center;
  border-radius: 5px;
  margin: 6px;
  position: fixed;
  width: 300px  ;
  height: 300px;
  justify-content: center;
  background-color: rgb(255, 255, 255);
  
 
}

.back{
    width: 100%;
    height: 100%;
    overflow: hidden;
    backface-visibility: hidden;
    position: absolute;
    transition: transform .3s linear;
}



.back{
    transform: perspective(600px) rotateY(180deg);
    background-color: #f1f1f1;
    
}
.back.is-flipped {
  transform: translateX(-100%) rotateY(-180deg);
}
.back-content{
    width: 100%;
    text-align: center;
    color: #333333;
    padding: 22px;
   
}



span{
    display: block;
    font-size: 18px;
    font-weight: 500;
  
}


 .bot {
  padding: 4px 8px;
  position: absolute;
  bottom: 40px;
  right: 10px;
  background: #000000b2;
  border-radius: 4px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  
}

.tt2 {
  font-size: 28px;
  font-weight: 500;
  text-align: center;
  color: #3c9926;
  margin-top: 9px;
  font-family: "Underdog", sans-serif;
  text-shadow: 0px 1px 0px #000000;
}
.span1{
  margin-bottom: 10px;
}
.clickable {
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 1;
  cursor: pointer;
}
.cards2 {
  display: grid;
  grid-template-columns: repeat(auto-fill, 225px);
  width: 100%;
  max-width: 1000px;
  justify-content: center;
  justify-items: center;
  column-gap: 30px;
  row-gap: 40px;
  margin: 0 auto;
  margin-bottom: 150px;
}

.card1 {
  width: 235px;
  min-height: 250px; /* Увеличьте высоту, чтобы предотвратить сплющивание */
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  border-radius: 4px;
  transition: 0.2s;
  position: relative;
  background-color: #00000005;
  padding-top: 20px;



}
.card1:hover {
  transform-origin: left top;

margin-left: 0px;

box-shadow: 0 4px 10px  #9DB74B;
}
.bamboo{

  
  
  text-align: center;
}
.contacts{

  min-height: 320px;
  
  
}

.textcart{
  display: inline-block;
   
   
    color: #444242;
    
    margin-top: 4px;
    
    font-size: 20px;
    text-align: center;
    font-family: 'Caveat', cursive;

   
}
.str{
  margin-bottom: 60px;
}
