



.textnearbox {
		
   font-size:16px; 
   font-weight:600; 
   margin-bottom: 17px; 
   margin-left: 80px; 
   padding-top: 7px;
}

.cloned-checkbox, .delete-checkbox{
	box-shadow: 0px 0px 1px 2px hsl(0deg 0% 100%);
	z-index: 11;
	
	width: 35px;
    height: 35px;
    border: 2px solid #333;
    border-radius: 5px;
    background-color: white;
    cursor: pointer;
    display: inline-block;
    
	
	 position: absolute;
    
}
.cloned-checkbox {
		
    top: 3px;
    right: 95px;
}

.window1 {
		
		/*   
   height: 740px;
	 */
 
  width: 380px;
  
  margin-left: 37px;
}

.cloned-p {
		position: absolute;
    top: 2px;
    left: 6px;
	color: black;
	font-size:15px; 
   font-weight:600; 
   background:white;
   
   /*   
   text-shadow: 
    -1px -1px 0 #fff,  
     1px -1px 0 #fff,
    -1px  1px 0 #fff,
     1px  1px 0 #fff;
	 */
}

.kod-p {
		position: absolute;
		
    top: 110px;
    left: 117px;
	
	font-size:10px; 
   font-weight:600; 
   
  
   color: white;
  
}

.kod1-p, .kod5-p {
		position: absolute;
		
    top: 240px;
    left: 100px;
	
	font-size:10px; 
   font-weight:600; 
   
  
   color: white;
  
}


.delete-checkbox {
		margin-left: 42px;
    
}

.cloned-checkbox:checked, .delete-checkbox:checked {
    transform: scale(1.2); 
	background-color: #4CAF50; 
    border-color: #4CAF50;
}


.cloned-checkbox:checked::after, .delete-checkbox:checked::after {
    content: "✔";
    color: white;
    font-size: 25px;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
}

.fixedheadofviewed {
	
	box-shadow: 0px 9px 6px 0px hsl(0deg 0.57% 43.21% / 77%);

	background-color: #f7df9f;
    padding-top:14px;
	
	z-index: 99;
	position: fixed;
    
	width: 100%;
    max-width: 480px;
    margin: 0 auto;
}

  .animateh2 {
            animation: changeColor1 2s ease-in-out 3;
        }

        @keyframes changeColor1 {
            0% {
                background-color: white;
            }
            50% {
                background-color: lightcoral;
            }
            100% {
                background-color: white;
            }
        }



#header {
            height: 190px;
            transition: transform 0.3s ease, opacity 0.5s ease; 
            
            transform-origin: top;
        }

#secondDiv {
            opacity: 0; 
            visibility: hidden; 
            transition: opacity 0.5s ease, visibility 0.5s; 
           height: 0px;
        }

.Sale2 {
	position: absolute; 
	margin-top: 2px; 
	margin-left: 165px; 
	z-index: 1;
}


.contact-button {
    position: fixed;
    bottom: 10px;
    right: 20px;
    width: 70px;
    height: 70px;
	
	box-shadow: 6px -3px 15px hsl(0deg 3.44% 6.23% / 77%);
			
			 border: 1px solid black;
	
	z-index: 1999;
	
    background-color: #799dc0;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: transform 0.3s;
}

.contact-icon {
    width: 70px;
    height: 70px;
	
}

.cross {
    position: absolute;
    width: 25px;
    height: 25px;
    display: none;
    justify-content: center;
    align-items: center;
}

.cross .line1, .cross .line2 {
    position: absolute;
    width: 25px;
    height: 3px;
    background-color: black;
    transition: transform 0.3s;
}

.cross .line1 {
    transform: rotate(0deg);
}

.cross .line2 {
    transform: rotate(90deg);
}

.contact-button.open .cross {
    display: flex;
}

.contact-button.open .line1 {
    transform: rotate(45deg);
}

.contact-button.open .line2 {
    transform: rotate(-45deg);
}

.contact-button.open .contact-icon {
    display: none;
}

.social-buttons {
    position: fixed;
    bottom: 130px;
    right: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
}

.social-button {

width:210px;
box-shadow: 6px -3px 15px hsl(0deg 3.44% 6.23% / 77%);
 border: 1px solid white;
z-index: 1999;
    
	margin-left: 0px;
	margin-right: 20px;
	margin-top: 0px;
   
    padding: 10px;
    text-align: center;
    color: white;
    text-decoration: none;
    border-radius: 25px;
    transform: translateY(20px);
    transition: transform 0.3s, opacity 0.3s;
}

.social-buttontop {
font-weight: 600;
box-shadow: 0px 0px 20px hsl(0deg 0% 0%);
 border: 2px solid black;
z-index: 1999;
    
   margin-bottom:-220px;
    padding-bottom: 260px;
   
    padding-top: 5px;
    padding-right: 10px;
   
    padding-left: 10px;
	
	
	
    text-align: center;
    color: black;
    text-decoration: none;
    border-radius: 10px;
    transform: translateY(20px);
    transition: transform 0.3s, opacity 0.3s;
}

.buttontop {
    background-color: #f1fdff;
}

 /*   
 #dbe9f3
 
   #d0f9ff
	 */



.viber {
    background-color: #665cac;
}

.telegram {
    background-color: #0088cc;
}

.social-buttons.open {
    opacity: 1;
    pointer-events: auto;
	z-index: 1999;
}

.social-buttons.open .social-button {
    transform: translateY(0);
}




		#viewing {
			display: block;
			position: fixed;
			bottom: 5%;
			left: 3%;
			z-index: 2;
			padding: 10px 30px 10px 20px;
			-webkit-box-shadow: 0px 0px 15px hsl(0, 0%, 17%, 0.2);
			box-shadow: 0px 0px 15px hsl(0, 0%, 17%, 0.2);
			border-radius: 7px;
			margin: 0;
			border: 0;
			outline: 0;
			font-size: 100%;
			box-sizing: border-box;
			-webkit-text-size-adjust: 100%;
			-webkit-font-smoothing: subpixel-antialiased;
			transition: 1.5s ease-in-out;
			transition-property: visibility, transform;
			transform: translate3d(-150%, 0, 0);
			visibility: hidden;
		}

		#viewing.is-visible {
			transform: translate3d(0, 0, 0);
			visibility: visible;
		}

		#viewing .close {
			position: absolute;
			top: 8px;
			right: 8px;
			display: block;
			width: 1em;
			height: 1em;
			color: hsl(0, 0%, 17%);
			font-size: 13px;
			cursor: pointer;
		}

		#viewing .close::before,
		#viewing .close::after {
			content: '';
			position: absolute;
			top: 0;
			left: 0.5em;
			height: 100%;
			width: calc(1em / 12);
			margin-left: calc(1em / -24);
			background-color: currentColor;
		}

		#viewing .close::before {
			transform: rotate(45deg);
		}

		#viewing .close::after {
			transform: rotate(-45deg);
		}

		#viewing.light {
			color: hsl(0, 0%, 17%);
			background-color: hsl(143.31deg 100% 88.74%);
			
		}

		#viewing .layout {
			display: flex;
			align-items: center;
		}

		#viewing .body {
			font-size: 14px;
			line-height: 1.2;
		}

		#viewing span {
			font-weight: 700;
			line-height: 1.4;
			letter-spacing: .2px;
			text-transform: uppercase;
		}
		#viewing p {
			font-size: 14px;
		}
	
		.wrapper__limited {
			padding-bottom: 5px;
		}
		.limited {
			text-align: center;
			padding: 5px 40px;
			line-height: 1.2em;
			font-size: 1.3em;
		}

		.limited span {
			background-color: #e7e7e7;
			padding: 5px 10px;
		}
		#delivery2 {
			display: block;
			position: fixed;
			bottom:  20px;
			left: 3%;
			z-index: 2;
			padding: 7px 30px 7px 7px;
			-webkit-box-shadow: 0px 0px 15px hsl(0, 0%, 17%, 0.2);
			box-shadow: 6px -5px 15px hsl(0deg 3.44% 6.23% / 77%);
			border-radius: 7px;
			margin: 0;
			 border: 2px solid black;
			outline: 0;
			font-size: 100%;
			box-sizing: border-box;
			-webkit-text-size-adjust: 100%;
			-webkit-font-smoothing: subpixel-antialiased;
			transition: 1.5s ease-in-out;
			transition-property: visibility, transform;
			transform: translate3d(-150%, 0, 0);
			visibility: hidden;
		}

		#delivery2.is-visible {
			transform: translate3d(0, 0, 0);
			visibility: visible;
		}

		#delivery2 .close {
			position: absolute;
			top: 1px;
			right: 1px;
			display: block;
			width: 1em;
			height: 1em;
			color: hsl(0, 0%, 17%);
			font-size:35px;
			cursor: pointer;
		}

		#delivery2 .close::before,
		#delivery2 .close::after {
			content: '';
			position: absolute;
			top: 0;
			left: 0.5em;
			height: 100%;
			width: calc(1em / 12);
			margin-left: calc(1em / -24);
			background-color: currentColor;
		}

		#delivery2 .close::before {
			transform: rotate(45deg);
		}

		#delivery2 .close::after {
			transform: rotate(-45deg);
		}

		#delivery2.light {
			     color: #333;
				 
				 background-image: url(../returnbox.png);
    background-position-x: 0px;
    background-position-y: center;
    background-size: 50px;
    background-repeat: no-repeat;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgb(249 229 229); 
				 
			
			
		}

		#delivery2 .layout {
			display: flex;
			align-items: center;
		}

		#delivery2 .icon {
			font-size: 45px;
			flex-shrink: 0;
			margin-right: 10px;
		}

		#delivery2 .icon svg {
			width: 1.25em;
		}

		#delivery2 .body {
			font-size: 14px;
			line-height: 1.2;
		}

		#delivery2 span {
			font-weight: 700;
			line-height: 1.4;
			letter-spacing: .2px;
			
		}




.info-box {

z-index: 25;
border: 2px solid black;

  position: absolute;
  right: 700px; 
  bottom:-115px;
   /*  top: 185px;

#f7f3f3
   */
  
  transform: translateY(-70%);
  width: 270px;
  padding: 5px;
  background-color:  #f0fcfe;
  color: black;
  border-radius: 10px;
  
  box-shadow: 0px 0px 10px 20px rgb(255 255 255);
  transition: right 1s ease-in-out;
}

.info-box::before {
  content: '';
  position: absolute;
  top: -20px; 
  left: 50%;
  transform: translateX(-70%);
  border-width: 0 20px 20px 20px; 
  border-style: solid;
  border-color: transparent transparent #333 transparent; 
}


.close-btn {

  position: absolute;
  top: 7px;
  right: 0px;
  cursor: pointer;
  font-size: 65px;
  color: black;
}
	
.social-buttonsOsin.open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(50px);
}



.social-buttonsOsin {

margin-right:35px;
bottom: -150px;
}



.social-buttonsOsin, .social-buttonsZima, .social-buttonsAksija {

background: #f1f1f1;
box-shadow: 0px 0px 6px 6px rgb(255 255 255);
border: 1px solid white;
border-radius: 5px;

    position: absolute;
    
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s, transform 0.3s;
}

.containerOsin, .containerZima, .containerAksija {

    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
	
	
	
	.Osin.open .ButtonOsinON {  
    display: block;
}

.Osin.open .ButtonOsin {
    display: none;
}


	.ButtonOsinON, .ButtonZimaON, .ButtonAksijaON  {
    display: none;
	color:red;
}
	
	.ButtonOsin, .ButtonZima, .ButtonAksija {
    color:green;
}


	.Osin, .Zima, .Aksija {
    box-shadow: 2px 2px 5px 3px rgb(83 74 74);	
	border: 1px solid #000;
}

.Osin.open, .Zima.open, .Aksija.open  {
    box-shadow: 0px 0px 0px 0px rgb(83 74 74);	
	border: 1px solid #000;
	background: #C5C5C5;
}



	
.social-buttonsZima.open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(35px);
}

.social-buttonsZima {
z-index: 2;
margin-right:60px;

 /*  bottom: -100px;  */

}
	
.Zima.open .ButtonZimaON {  
    display: block;
}

.Zima.open .ButtonZima {
    display: none;
}


	
	
.social-buttonsAksija.open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(15px);
}


.social-buttonsAksija {
z-index: 2;
margin-right:50px;
bottom: -80px;
}


.Aksija.open .ButtonAksijaON {  
    display: block;
}

.Aksija.open .ButtonAksija {
    display: none;
}

	
	
	.spanopis{
	
	color: #287542;
	
	}
	
	
	.nosel, .benefit_item {
  -webkit-touch-callout: none; 
    -webkit-user-select: none; 
     -khtml-user-select: none; 
       -moz-user-select: none; 
        -ms-user-select: none; 
            user-select: none; 
			}
			
			
.buttonDropDown {		
width:170px;
}
			
.buttonDropDownShire {		
width:190px;
letter-spacing: -1px;
}
			
.buttonDropDown, .buttonDropDownShire {		
z-index: 2;
	text-align: end;
		
box-shadow: 0px 0px 3px 1px rgb(83 74 74);	
		
font-size:20px;
	   
	   
	   margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
	   
	   
padding-top: 3px;
    padding-right: 5px;
    padding-bottom: 3px;
    padding-left: 0px;
 
 
  border-radius: 5px;
  /*   
   background-color: #C5C5C5;
  */
  background: radial-gradient(circle at 50% 50%, #ffffff 35% 35%, #a9a8a8 100%);
border: 1px solid #000;
			
}		
			
			
			
			
			
			
	.nosel {		
		
           font-size:20px; 
 padding: 0px 3px;
 border: 1px solid #000;
  border-radius: 5px;
  
  background: radial-gradient(circle at 50% 50%, #ffffff 35% 35%, #a9a8a8 100%);

			
}
/*   
   background: radial-gradient(circle at 50% 50%, #ffffff 35% 35%, #9f9f9f 100%);
  */






.logo9 {
   position: absolute;
    top: 3px;   
    
	right: 415px;
  z-index: 22;
   width: 55px;
        height: 42px;
       border-radius: 5px;
        overflow: hidden; 
     
  
}
	

	
.logo1 {
   position: absolute;
    top: 55px;   
    
	right: 409px;
  z-index: 22;
   width: 60px;
        height: 60px;
        border-radius: 50%; 
        overflow: hidden; 
        border: 1px solid #000; 
     box-shadow: 0px 6px 4px rgba(0, 0, 0, 0.5); 
   
   
   
   /*   
    transition: all 0.3s ease-in-out; 
  animation: breathing2 2s infinite alternate; 
  */
  
}

.logo23 {
   position: absolute;
   /*  top: 140px; */
        opacity: 1;
    bottom: -90px;
	right: 10px;
  z-index: 1;
   width: 65px;
        height: 65px;
        border-radius: 50%; 
        overflow: hidden; 
        border: 1px solid #000; 
     box-shadow: 0px 6px 4px rgba(0, 0, 0, 0.5); 
  
}

.logotip {


font-weight:600;




   position: absolute;
    top: 80px;   
   
	right: 5px;
  z-index: 1;
 
    
  
}


.vzutiatip {
	opacity: 0;
transition: transform 0.3s, opacity 0.9s;

color: #E9E9E9;
font-size:20px;
font-weight:600;


padding: 2px 10px 2px 10px;
   position: absolute;
     bottom: -30px;
	/*  top: 140px;   */
     left: 1px; 
	/*  right: 1px; */
	
  z-index: 0;
 background: green;
   border-radius: 4px;
       
       
  
}








@keyframes breathing2 {
  0% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
   
   

/*
.logo1:after{content:"";position:absolute;top:-50%;right:-50%;bottom:-50%;left:-50%;
		
		background:linear-gradient(to bottom,rgba(229,172,142,0), rgb(221 38 77) 50%,rgba(229,172,142,0));
		
		opacity:0;filter: alpha(opacity=0);
		z-index:999;
		
		  animation:sheens1 19s infinite 
		}
		*/
		
 
.logotip img {
	
	width: 70px;
    height: 70px;
       
        object-fit: cover; 
    }	


.logo1 img {
        width: 100%;
        height: 100%;
        object-fit: cover; 
    }	
	
	.logo23 img {
        width: 100%;
        height: 100%;
        object-fit: cover; 
    }	
	
	
	
.benefits_list {
   
    color: #171717;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    
}


.benefits_list .benefit_item {
    padding: 0 0 0 30px;
    font-size: 11px;
    line-height: 13px;
    position: relative;
    color: black;
    text-wrap: balance;
	font-weight:600;
   
}


.benefits_list .benefit_item:nth-child(1):before {
    display: none;
}

.benefits_list .benefit_item:nth-child(2):before {
    background-image: url(../offer3__benefit4_icon.png);
}
.benefits_list .benefit_item:nth-child(3):before {
    background-image: url(../offer3__benefit3_icon.png);
}
.benefits_list .benefit_item:nth-child(4):before {
    background-image: url(../offer3__benefit4_icon.png);
}






.benefits_list .benefit_item:before {
    display: block;
    content: '';
    width: 26px;
    height: 26px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: rgb(32 34 45 / 0%) center no-repeat; 
    position: absolute;
    top: -2px;
    left: 0;
}

.header-bottom {
    background: white;
    width: 100%;
    padding-bottom: 0px;
	padding-left: 46px;
	padding-right: 0px;
	padding-top: 0px;
    display: flex;
    flex-direction: row;
   
}
.header-bottom li {
      padding-top: 9px;
    padding-right: 0px;
    padding-bottom: 12px;
    padding-left: 22px;
	
	
    font-weight: bold;
}
.header-bottom li a {
    text-decoration: none;
    color: #287542;
}

.header-top {

    width: 100%;
    height: 40px;
    transition: 0.5s;
	
	padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 41px;
    
   
    display: flex;
	/*  align-content: center; */
    
    flex-direction: row;
    
    /*  justify-content: right; */
    
    max-width: 480px;
    margin: 0 auto;
    background: #dcdcdc;
}



#info-top {
    left: 0;
    right: 0;
    top: 0;
 width: 100%;
    display: flex;
    align-content: center;
    flex-direction: column;
    justify-content: space-between;
    
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    z-index: 22;
    box-shadow: 0px 9px 6px rgb(0 0 0 / 40%);
}





#info-div {
   position: fixed;
   
   
   
    left: 0;
    right: 0;
    top: 0;
 width: 100%;
    display: flex;
    align-content: center;
    flex-direction: column;
    justify-content: space-between;
   
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    z-index: 22;
    box-shadow: 0px 9px 6px rgb(0 0 0 / 40%);
	
	
	
	
	
	top: -200px; 
    transition: top 1s ease; 
	
}




.breathing-button {
display: flex; 
flex-direction: column;

font-weight: 700;
font-family: 'Proxima Nova', Arial, Helvetica, sans-serif;
	margin: 4px 0px 0px 25px;
  font-size: 18px;
  padding: 0px 7px;
 border: 1px solid #000;
  border-radius: 20px;
  line-height: 36px;
  background-color: #e9e9e9;
  color: black;
  cursor: pointer;
  transition: all 0.3s ease-in-out; 
  animation: breathing 2s infinite alternate; 
 
  
  
  position:relative;
  overflow:hidden
  
  
}


@keyframes breathing {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}




.breathing-button:after{content:"";position:absolute;top:-50%;right:-50%;bottom:-50%;left:-50%;
		
		background:linear-gradient(to bottom,rgba(229,172,142,0), rgb(221 38 77) 50%,rgba(229,172,142,0));
		
		opacity:0;filter: alpha(opacity=0);
		z-index:999;
		animation:sheens1 7s infinite}




@keyframes sheens1 {
              0%,
              79% {
                  opacity: 0;
                  filter: alpha(opacity=0);
                  -webkit-transform: rotateZ(60deg) translate(-5em, 7.5em);
                  transform: rotateZ(60deg) translate(-5em, 7.5em)
              }
              80% {
                  opacity: 1;
                  filter: alpha(opacity=100);
                  -webkit-transform: rotateZ(60deg) translate(-5em, 7.5em);
                  transform: rotateZ(60deg) translate(-5em, 7.5em)
              }
              95% {
                  opacity: 1;
                  filter: alpha(opacity=100);
                  -webkit-transform: rotateZ(60deg) translate(1em, -11em);
                  transform: rotateZ(60deg) translate(1em, -11em)
              }
              to {
                  opacity: 0;
                  filter: alpha(opacity=0);
                  -webkit-transform: rotateZ(60deg) translate(1em, -9em);
                  transform: rotateZ(60deg) translate(1em, -9em)
              }
          }





  
  .gallery {
      width: 100%;
      max-width: 620px;
      
	  margin-top: 0px;
	  margin-right: auto;
	  margin-left: auto;
	  margin-bottom: 0px;
  }

.between {
      
	  margin-bottom: 10px;
	  text-align: center;
  }
  
  .gallery-slider {
      width: 100%;
      height: auto;
      margin: 0 0 10px 0;
  }
   .new-gallery-slider{
  
      width: 450px;
      height: auto;
      margin: 0px 0px 1px 0px;
  }
  
  .gallery-slider .slicker-slide {
      width: auto;
      height: 466px;
  }
  .new-gallery-slider .slicker-slide{
      width: auto;
      height: 450px;
  }
  
 
  
  .gallery-slider .slicker-slide img {
      display: block;
      width: auto;
      height: 100%;
      margin: 0 auto;
  }
   .new-gallery-slider .slicker-slide img {
      display: block;
      width: auto;
      height: 100%;
      margin: 0 auto;
  }
  
  .gallery-thumbs {
      width: 100%;
      padding: 0;
      overflow: hidden;
  }
  .gallery-thumbs .slicker-slide {
      width: 150px;
      height: 150px;
      text-align: center;
      overflow: hidden;
      opacity: 0.99;
  }
  .gallery-thumbs .slicker-slide-active {
      opacity: 1;
  }
  .gallery-thumbs .slicker-slide img {
      width: auto;
      height: 100%;
  }
  
  .slicker-button-prev, .slicker-button-next {
      color: #287542;
  }

 #tltpim {
    display: none; 
    position: absolute;
    top: 350px; 
	 right: 180px;
    width: 140px; 
    height: auto;
    z-index: 9999;
}

  .price {
      z-index: 10;
      margin: -37px auto 10px;
  }


  .offer .bullet .pic {
      z-index: 1;
  }
  .offer .main-title {
    text-decoration: none;
    display: block;
  }
  
  .offer {
        border: 7px solid #287542; 
       padding: 0px; 
        width: 474px; 
		 margin: 0 auto; 
    }
  
  
  .image-container2 img {
            transition: transform 1s;
        }
		
        .enlarge {
            transform: scale(1.5);
			 
          
        }
  
  .imagecontainer_ {
            position: relative;
			top: 0px;
            width: 164px;
            height: 164px;
           overflow: hidden;
		   
		   left: -4px;
        }
		
.imagecontainer1_, .imagecontainer5_ {
            position: relative;
			top: -47px;
			
            width: 235px;
            height: 235px;
			
			/*   
   width: 224px;
            height: 224px;
   
   
	 */
			
			
			
           overflow: hidden;
        }
		
		
		
		.hitsmall {
		position: absolute; 
		margin-top: 14px; 
		margin-left: 117px; 
		z-index: 1;
		
		width: 40px;
		display: block;
		pointer-events: none;
		
		}
		
		.hitsmall.visibl {
		display: none;
		}
		
		
		.hitbig {
		position: absolute; 
		margin-top: -10px; 
		margin-left: 150px; 
		z-index: 1;
		width: 90px;
		display: none;
		pointer-events: none;
		}
		
		.hitbig.visibl {
		display: block;
		}
		
		
		
		
		.smalld {
		display: block;
		position: absolute; 
		margin-top: -2px; 
		margin-left: 99px; 
		
		z-index: 1;
		}
		
		.smalld.visibl {
		display: none;
		}
		
		
		
		.smallp {
		
		
		font-size: 16px; 
		color: red; 
		font-weight: 600;
		letter-spacing: -1px;
		text-shadow: 
    -1px -1px 0 #fff,  
     1px -1px 0 #fff,
    -1px  1px 0 #fff,
     1px  1px 0 #fff;
		}
		
		
		
		
.imagecontainer_ img {
            position: absolute;
            width: 100%;
            height: 100%;
            top: -30px;
			
            left: 0;
            opacity: 0;
			
			/*   
   transition: opacity 1s ease-in-out;
	 */
            
        }
		
.imagecontainer_ img.minmax1 {
		top: -40px;
		}
		
.product-thumb.minmax {
height: 258px;

}
.product-thumb {

	height:158px;
}
.product-thumb1, .product-thumb5 {

	height:258px;
}


  
		

		
		/*   
   
   
	 */
		
		
		
.product-thumb, .product-thumb1, .product-thumb5 {
    margin-bottom: 0px;
	/*   
   
    border: 1px solid black;
	 */
   
	/*   
   
   box-shadow: 1px -1px 5px hsl(0deg 3.44% 6.23% / 77%);
	 */
	
    overflow: auto;
    background-color: #FFF;
    text-align: center;
	
	 
	
	
	overflow-x: hidden; 
	overflow-y: hidden;
    
}





        .imagecontainer_ img.mainfoto1 {
            opacity: 1;
        }
		.imagecontainer_ img.mainfoto2 {
            opacity: 1;
        }




 .container {
        display: flex;
    }
    .left-column {
        	/*   
   
     flex: 55%;
	 */
       
    }
    .right-column {
       
        	/*   
   
     flex: 45%;
	 */
        
        display: flex;
        
        
        	/*   
   
    flex-direction: column;
	 */
        
    }
    .div1, .div2, .div3 {
        margin: 5px;
        padding: 10px;
        border: 1px solid black;
    }




    
    form {
        border: 2px solid #818080; 
       padding: 15px; 
        width: 440px; 
		 margin: 0 auto; 
    }




    .button-container {
        
		text-align: center;
		margin-bottom: 12px;
    }

    .button-container button {
        margin-right: 10px;
		width: 135px;
		height: 45px;
		border-radius: 10px;
		background: #c9e7cb;
		
font-weight: 700;
font-size: 15px;

color: black;
text-decoration: none;
text-align: center;
cursor: pointer;
		border: 1px solid #000;
		 box-shadow: 6px -4px 4px rgba(0, 0, 0, 0.5);
		
    }
	
	
	.buttonleft {
         box-shadow: 4px 6px 4px rgba(0, 0, 0, 0.5);
		width: 138px;
		height: 45px;
		border-radius: 15px;
background: radial-gradient(circle at 50% 50%, #ffffff 35% 35%, #a9a8a8 100%);
		
font-weight: 700;
font-size: 15px;

color: black;
text-decoration: none;
text-align: center;
cursor: pointer;
		border: 1px solid #000;
		
    }
    
    .buttonotzivi {
		
		display: none;
         box-shadow: 4px 6px 4px rgba(0, 0, 0, 0.5);
		width: 145px;
		height: 45px;
		border-radius: 15px;
		
background: radial-gradient(circle at 50% 50%, #ffffff 35% 35%, #469b31  100%);


font-weight: 700;
font-size: 15px;

color: black;
text-decoration: none;
text-align: center;
cursor: pointer;
		border: 1px solid #000;
		
    }
    
    .container22 {
  display: flex;
  justify-content: space-around; /* равные отступы вокруг кнопок */
  align-items: center;
  width: 100%;
  margin-bottom:15px; 
  margin-top:5px;
  
}
	

	
    .modal12 {
        display: none;
        position: fixed;
        z-index: 999;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgba(0,0,0,0.8);
    }

    
    
     .modal-content14 {
        background-color: #e1e0e0;
        
    }
    
    .modal-content12 {
        background-color: #fefefe;
    }
    
    .modal-content12, .modal-content14 {
	width: 480px;
       
       margin-top: 25px;
    margin-right: auto;
    
    margin-left: auto;
        
		padding-bottom: 5px;
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 5px;
        font-size:18px;
        
    }
	
	
	.modal-content1222 {
	width: 480px;
        background-color: #f7df9f;
       margin-top: -5px;
    margin-right: auto;
    
    margin-left: auto;
        
		padding-bottom: 15px;
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 5px;
        font-size:18px;
        
    }
	
	
	
	
.close14 {
color: #d5d4d4;
}

.close12 {
color: #5f5f61;
}
    
    .close12, .close14 {
        
        float: right;
        font-size: 100px;
		margin-top: 10px;
        font-weight: bold;
		
		padding-right: 10px;
    }

    .close12:hover,
    .close12:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }



.modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal-content {
  background-color: #fefefe;
  margin: 50% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 50%;
  border-radius: 8px;
}


.message {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-top: 20px;
}


.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}






