/*Animation Show*/

.wrapper 
{width: 80%;
margin:50px auto;}

.element-animation1 {
    opacity: 0;
    transform: translateX(80px);    
    margin-top: 100px; 
    align-self: flex-start;
}

.element-animation1.element-show {
    opacity: 1;
    transition: all 1.5s;
    transform: translateX(0%);
}

.element-animation2 {
    opacity: 0;
	transform: translateX(-80px);
	
}
.element-animation2.element-show {
  opacity: 1;
  transition: all 1.5s;
  transform: translateX(0%);
}

.element-animation3 {
    opacity: 0;
	transform: translateX(-80px);
	
}
.element-animation3.element-show {
  opacity: 1;
  transition: all 2s;
  transform: translateX(0%);
}

.element-animation4 {
    opacity: 0;
	transform: translateY(80px);
	
}
.element-animation4.element-show {
  opacity: 1;
  transition: all 2s;
  transform: translateY(0%);
}

.products_wrapper 
{width:100%;
margin: auto;}

.mywrapper
{width: 70%;
margin: auto;}

.myproduct {
    width: 100%;
    height: 540px;
    position: relative;
    z-index: 99;
    background: #fff; 
    overflow: hidden;
    box-sizing: border-box;
    transition: all 0.3s ease;
     z-index: 1;
     border: 1px solid #dbdbdb;
}


.myproduct::before,
.myproduct::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    box-sizing: border-box;
    border: 2px solid transparent; 
    pointer-events: none; 
    z-index: 2; 
}


.myproduct::before {
    bottom: 0;
    left: 0;
}


.myproduct::after {
    top: 0;
    right: 0;
}


.myproduct:hover::before {
    width: 100%;
    height: 100%;
    border-left-color: #62A73F; 
    border-top-color: #62A73F;
    transition: height 0.2s ease-out, width 0.2s ease-out 0.2s; 
}

.myproduct:hover::after {
    width: 100%;
    height: 100%;
    border-right-color: #62A73F;
    border-bottom-color: #62A73F;
    transition: height 0.2s ease-out 0.4s, width 0.2s ease-out 0.6s; 
}


.myproduct:hover {
    box-shadow: inset 0 0 10px rgba(0,0,0,0.05);
}

.product_img {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1 / 1; 
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff; 
}

.product_img img {
   
    max-width: 95%; 
    max-height: 95%;
    width: auto;
    height: auto;
    object-fit: contain; 
    transition: all 0.4s ease-in-out;
}

.product_img .hover-img {
    position: absolute;    
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.95);
    opacity: 0;
    z-index: 1;
}


.myproduct:hover .main-img {
    opacity: 0;
    transform: scale(0.8); 
}

.myproduct:hover .hover-img {
    opacity: 1;    
    transform: translate(-50%, -50%) scale(1.05) rotate(2deg);
}

.prod_name p a 
{text-decoration: none;
color: black;
display: block;

text-align: center;}

.prod_more a
{text-decoration: none;
color: black;
display: block;
width: 50%;
height: 50px;
line-height: 50px;
border: 1px solid #ffffff;
transition: .7s;
margin: 10px auto;
text-align: center;}

.prod_more a:hover 
{border: 1px solid #62A73F;
color: #2E732B;
transition: .7s;}

.mywrapper 
{width:90%;
margin: auto;}

.product-pic img 
{width:80% !important;}

.prodfooterl 
{background: #ececec;
width: 100%;
height: 400px;}

.header-contact_1 
{width: 100%;
height:100px;
background: #7d7d7d;
display: block;
text-align: center;
}

.header-contact_1 p 
{color: #fff;
font-size:35px;
line-height: 100px;
}


.prodfooterr
{background: #D3EFC5;
width: 100%;
height: 400px;
}

.header-contact_2 
{width: 100%;
height:100px;
background: #62A73F;
display: block;
text-align: center;
}

.header-contact_2 p 
{color: #fff;
font-size:35px;
line-height: 100px;
}


.prodform 
{width: 95%;
margin: 20px;}

.product_form_outer input 
{border: 1px solid #000000;
background: none !important;
width: 100%;
height: 50px;
margin-top: 20px;
}

.product_form_outer input::placeholder 
{color: #000000;
padding-left: 20px;}

.my-custom-input {
    color: #000000;
    padding-left: 20px;  
    width: 98% !important;
}

.my-custom-input::placeholder {
    color: #000000;   
}


.sendprod 
{background: #2a2a2a;
border:none;
color: #ffffff;
margin-top: 30px;
height: 50px;
width: 100.5%;}

.contact-item {
    display: flex;      
    align-items: center; 
    gap: 12px;          
    margin-bottom: 15px; 
    margin-top: 15px;
    margin-left: 15px;
}

.icon-contact {
    flex-shrink: 0;     
    width:45px;         
    display: flex;
    justify-content: center;
}

.icon-contact img {
    width: 100%;        
    height: auto;
    display: block;
}

.contact-item a, 
.contact-item span {
    font-size: 16px;     
    line-height: 1.4;    
    text-decoration: none;
    color: #333;        
}


.prod_contacts .row {
    margin-top: 20px;
    margin-right:10px;
}

/* News */

.pt-cv-content-item {
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08); /* Мягкая тень */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 30px;
    border: 1px solid #eee;
    margin:20px !important;
    padding:0 !important;
    height: 520px;
}


.pt-cv-content-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.15);
}


.pt-cv-thumbnail-container {
    overflow: hidden;
    margin-bottom: 0 !important; 
}

.pt-cv-thumbnail-container img {
    width: 100% !important;
    height:100% !important; 
    object-fit: cover; 
    transition: transform 0.5s ease;
    
}




.pt-cv-title {
    padding: 15px 15px 5px 15px;
    margin: 0;
}

.pt-cv-title a {
    font-size: 18px;
    font-weight: 700;
    color: #333 !important;
    text-decoration: none;
    line-height: 1.3;
}

.pt-cv-title a:hover {
    color: #0073aa !important;
}


.pt-cv-meta-fields {
    padding: 0 15px 20px 15px;
    font-size: 13px;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.leftRs, .rightRs {
    position: absolute;
    top: 50%;
    transform: translateY(-50%); 
    z-index: 100;
    width: 44px;
    height: 44px;
    border: none;
    outline: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;   
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: #333;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}


.leftRs:hover, .rightRs:hover {
    background: #fff;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
    transform: translateY(-50%) scale(1.35);
}


.leftRs:active, .rightRs:active {
    transform: translateY(-50%) scale(0.95);
}

.leftRs { left: 15px; }
.rightRs { right: 15px; }

.resCarousel {   
    width: 100%;
    position: relative;
}

.resCarousel-inner {
    overflow-x: hidden;
    white-space: nowrap;
    font-size: 0;
    
}

.resCarousel-inner .item {
    display: inline-block;
    font-size: 14px;
    white-space: initial;
}

.resCarousel[data-animator="lazy"] .item {
    transition: .6s ease all;
}

@media (max-width: 767px) {
      .resCarousel-inner {
        overflow-x: auto;
    }
}



.resCarousel-inner .item {           
    text-align: center;
    padding: 15px; 
    box-sizing: border-box;
}

.resCarousel-inner .item .tile {
    display: flex;
    align-items: center; 
    justify-content: center;    
    height:auto; 
    background: #ffffff; 
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 0; 
    position: relative;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}


.item .tile img.img-fluid {
    max-width: 95%; 
    max-height: 95%;
    width: auto;
    height: auto;
    object-fit: contain; 
    display: block;
}



.contact .info-item {
  background-color: var(--surface-color);
  padding: 20px 0 30px 0;
  border:1px solid #e2e2e2;
}

.contact .info-item i {
  font-size: 20px;
  color:#62A73F;
  width: 56px;
  height: 56px;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  border: 2px dotted color-mix(in srgb, #2D722A, transparent 40%);
}

.contact .info-item h3 {
  font-size: 20px;
  font-size: 18px;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-item p {
  padding: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.contacts_text a 
{text-decoration: none;
color: #000000;}

.contact  {
  background-color:#ffffff;;
  height: 100%;
  width: 100%;
  padding:10px;
 
}

.contact_map 
{height:380px;
overflow: hidden;}

.php-email-form 
{width:95%;}

@media (max-width: 575px) {
  .contact .php-email-form {
    padding: 20px;
  }
}

.contact .php-email-form input,
.contact .php-email-form input,
.contact .php-email-form textarea {
  font-size: 14px;
  padding: 10px 15px;  
  width: 100%;  
  box-shadow: none;
  margin-right: 5px;
  border-radius: 0;
  color:#364d59;
  background-color:#ffffff;;
  border-color: color-mix(in srgb, #364d59, transparent 80%);
}

.contact .php-email-form input[type=text]:focus,
.contact .php-email-form input[type=email]:focus,
.contact .php-email-form textarea:focus {
  border-color: var(--accent-color);
}

.contact .php-email-form input[type=text]::placeholder,
.contact .php-email-form input[type=email]::placeholder,
.contact .php-email-form textarea::placeholder {
  color: color-mix(in srgb, #364d59, transparent 70%);
}

.contact .php-email-form button[type=submit] {
  color:#ffffff;
  background:#1E196D;
  border: 0;
  padding: 10px 30px;
  transition: 0.4s;
  width: 105%;
  
}

.contact .php-email-form button[type=submit]:hover {
  background: color-mix(in srgb, #2D722A, transparent 20%);
}


/* Page feedback */

.requestform
{width: 95%;
margin: 20px;}

.requestform_outer input 
{border: 1px solid #000000;
background: none !important;
width: 100%;
height: 50px;
margin-top: 20px;
}

.requestform_outer input::placeholder 
{color: #000000;
padding-left: 20px;}


.requestform_outer textarea 
{border: 1px solid #000000;
background: none !important;
width: 100%;
height: 250px;
margin-top: 20px;
}

.requestform_outer textarea::placeholder 
{color: #000000;
padding-left: 20px;
padding-top: 20px;}



.sendrequest 
{background: #2a2a2a;
border:none;
color: #ffffff;
cursor: pointer;
margin-top: 30px;
height: 50px;
width: 100.5%;}

.sendrequest:hover 
{background: #2D722A;}


@media screen and (max-width:4000px) {
	
	
	
}


@media screen and (max-width:1566px) {
	


	
	
}


@media screen and (max-width:1288px) {
	


	
	
}

@media screen and (max-width:768px) {

.pt-cv-content-item {
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08); /* Мягкая тень */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 30px;
    border: 1px solid #eee;
    margin:10px 0px !important;
    padding:0 !important;
    height: 520px;
}


.requestform
{width: 95%;
margin:0px;}

.header-contact_1 
{height:100px;}	

.header-contact_1 p 
{color: #fff;
font-size:25px;
line-height:28px;
padding-top: 40px;
}

.prod_sec_name h1 
{font-size: 25px;}

.prodfooterl 
{background: #ececec;
width: 100%;
height: 400px;
padding-bottom: 30px;
margin-bottom: -24px;}

.prodform 
{width: 88%;
margin: 20px;}

.my-custom-input
{width: 95%  !important;
}

.header-contact_2 
{height:100px;}	

.header-contact_2 p 
{color: #fff;
font-size:25px;
line-height:28px;
padding-top:20px;
}
	
}


