/* Text */
img {border:0 none;}

h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica,sans-serif; 
	margin:1.3em 0 0.7em;
	font-weight:normal;
	line-height:1.2;
}

h2 { font-size:150%; }
h3 { font-size:130%; font-weight: bold;}
h4 { font-size:120%;}
h5 
{ 
	border-bottom:1px solid #E5E5E5;
	font-size:140%;
	font-weight:normal;
	margin:0 0 1.1em;
	padding:0 0 1em;
}
h6 { font-size:100%; }

hr, .hr 
{
	border-top:1px solid;
	display:block;
	font-size:1px;
	height:1px;
	line-height:1px;
	margin:12px 0;
	overflow:hidden;
	padding:0;
}

#workarea ul { list-style-type: none;  padding:0; margin: 0 0 0 1.5em;}
#workarea ul li:before { content:'\2014\a0'; }
#workarea li
{
	behavior:expression( !this.before  ? this.before = this.innerHTML = '<span class="dash">— </span>' + this.innerHTML :'' );
	text-indent:-1.35em;
	margin: 0.6em 0
}

#workarea ul ul { padding:0 0 0 1.5em; margin: 0.6em 0}

/*
table.data-table { width: 100%; border-bottom: 1px solid #F0F0F0; border-top: 1px solid #F0F0F0}
table.data-table th { text-align: left;}
table.data-table td, table.data-table th { padding: 1em; font-size: 0.85em;}
table.data-table tr.alt-row { background-color: #F0F0F0; }*/

.chekon ul {
  list-style-type: none;
}

.chekon li::before {
  content: "\2713";
  margin-right: 5px;
}

.enlarge {
  transition: transform 0.3s ease;
}

.enlarge:hover {
  transform: scale(2);
}

	.p10{
		margin-bottom: 10px;
	}




/*OSEN CSS*/

	.itt-list{
	position: absolute;
	display: none;
}


@media (min-width: 768px) {

.scroll-up-komix {
    position: fixed;
    bottom: -60px;
    left: 60px;
    padding-bottom: 80px;
    border: 0;
    cursor: pointer;
    z-index: 2;
    opacity: 80%;
}
.slider-wrapper{
    padding-bottom: 1rem;
}

.scroll-up-komix h4{
	font-size: 1.1em !important;
	display: block;
	 padding-bottom: 20px 20px !important;
	 background-color: #fff;
}
.scroll-up-komix{
    display: block;
    color: #000;
}
.scroll-up-komix img {
    width: 250px;
    height: auto;
}


	.itt-list{
	z-index: 0;
	position: absolute;
	display: inline;
}
.underheader{
	z-index: 1;
}

  .itt{
	margin: 0px !important;
	padding: 0px !important;
	display: inline-flex;
	width: 8%;
	animation: anim 4s ease-in-out 1;
	transform:  translateY(-120%) rotate(0deg);
	margin: 0;
	padding: 0;


}
.nnn1{
 	animation-delay: 0.1s;
}
.nnn2{
	animation-delay: 1.2s;
}
.nnn3{
	animation-delay: 2s;
}
.nnn4{
	animation-delay: 1.4s;
}
.nnn5{
	animation-delay: 2.4s;
}
.nnn6{
	animation-delay: 0.6s;	
}


@keyframes anim{
	0%{
		transform:  translateY(-120%) rotate(0deg);
	}
	100%{
		transform: translateY(220vh) rotate(-360deg);
	}
}
}
/*OSEN CSS END*/


.field-group fieldset{
	width: 100% !important;
}

.messages .col-2{
	width: 100% !important;
	display: block;
	margin: 0 auto;
}

.lizing-oferta{
	font-size: 11px;
}

.komix .news-list img{
	width: 35%;
	height: auto;
}
.komix .news-list b {
	display: none;
}
.content-container .content{
	text-align: center;
	display: block;
	margin: 0 auto;
}
.komix .news-detail{
	padding-top: 1em;
}
.komix h1{
	text-align: center !important;
	display: block;
	margin: 0 auto;
	padding: 20px 0px;
}



div.news-list img.preview_picture{
	float: none;
}
.komix p{
	margin: 10px 1em;
}
.kom-im img{
	width: 35%;
	height: auto;
	margin-top: 1em;
}
@media (max-width: 700px) {
  .news-item img{
  	display: block;
  	margin: 0 auto;
  	text-align: center;
  	float: none !important;
  }
  .scroll-up-komix{
	text-align: center;
	}
	.kom-im img{
	width: 100%;
	height: auto;
	margin-top: 1em;
	padding: 0 0.5em;
}

}

.popup-filter-product__wrapper h4{
		margin: 0px 0px !important;
		padding: 0px 0px !important;
	}



/* (A) OUTER WRAPPER */

 
/* (B) INNER WRAPPER */
#element-komix {

  transition: transform ease 0.3s;
}
 
/* (C) ZOOM ON HOVER */
#element-komix:hover { transform: scale(1.3); }

.kom-im a{
	display: flex;
	margin: 0 auto;
	font-size: 1.3em;
  color: #9d0034;
  margin: 0.5em 0.5em;
}

.table{
text-align: center;
}

.tovar-gref div{
height: 150px;
border: 1px solid #ccc;
padding: 50px;
margin: 5px;
}
.comix-zoom img{
	margin-bottom: 20px;
}


@media (max-width: 578px) {
   .tooltip-anchor {
          width: 100%;
          margin-right: 1em;
          margin-right: 1em !important;
      }

      .tooltip-anchor:hover::after {
          content: attr(data-text);
          border: 1px #ccc solid;
          padding: 15px;
          color: black;
          min-width: 11em !important;
          background-color: #fff;
          border-radius: 5px;
          z-index: 1;
          top: 1.1em !important;
          left: -4em !important;
          

      }


      #tooltipdemo{
        top: 5em !important;
  			left: 11em !important;
      }
      #tooltipdemo2{
        top: 7em !important;
  			right: 6em !important;
      }
      #tooltipdemo3{
        top: 11em !important;
  			right: 6em !important;
      }
      #tooltipdemo4{
        top: 17em !important;
  			left: 11em !important;
      }
      #tooltipdemo5{
        bottom: 5em !important;
  			right: 6em !important;
      }
      #tooltipdemo6{
        bottom: 4em !important;
  			right: 4em !important;
      }

      #tooltipdemo7{
        top: 14em !important;
    		left: 9em !important;
      }
      #tooltipdemo8{
        top: 10em !important;
    		left: 3em !important;
      }
      #tooltipdemo9{
        top: 9em !important;
    		left: 9em !important;
      }
      #tooltipdemo10{
        top: 14em !important;
    		left: 6em !important;
      }
      #tooltipdemo11{
        top: 16em !important;
    		left: 12em !important;
      }
      #tooltipdemo12{
        top: 9em !important;
    		left: 18em !important;
      }
      #tooltipdemo13{
       top: 8em !important;
    		left: 8em !important;
      }
      #tooltipdemo14{
       top: 11em !important;
    		left: 8em !important;
      }
      #tooltipdemo15{
       top: 14em !important;
    	left: 12em !important;
      }
      #tooltipdemo16{
        top: 33em !important;
    		left: 8em !important;
      }
      #tooltipdemo17{
        top: 29em !important;
    		left: 10em !important;
      }
      #tooltipdemo18{
        top: 41em !important;
    		left: 13em !important;
      }
      #myBlock-komix img{
      	width: 80% !important;
      }
}
@media screen and (min-width: 320px) and (max-width: 568px) {
  .recall_btn {
    width: 83px !important;
  }

}


@media (max-width: 360px) {
   .tooltip-anchor {
          width: 100%;
          margin-right: 1em;
          margin-right: 1em !important;
          opacity: 70%;
      }

      .tooltip-anchor:hover::after {
          content: attr(data-text);
          border: 1px #ccc solid;
          padding: 15px;
          color: black;
          min-width: 11em !important;
          background-color: #fff;
          border-radius: 5px;
          z-index: 1;
          top: 1.1em !important;
          left: -4em !important;
          

      }

      #tooltipdemo{
        top: 4.7em !important;
    		left: 10em !important;
      }
      #tooltipdemo2{
        top: 6em !important;
    		right: 5em !important;
      }
      #tooltipdemo3{
        top: 10em !important;
    		right: 5em !important;
      }
      #tooltipdemo4{
        top: 15em !important;
    		left: 9.8em !important;
      }
      #tooltipdemo5{
        bottom: 4em !important;
    		right: 5em !important;
      }
      #tooltipdemo6{
        bottom: 3em !important;
    right: 3em !important;
      }

      #tooltipdemo7{
        top: 12em !important;
    		left: 7.5em !important;
      }
      #tooltipdemo8{
        top: 10em !important;
    		left: 3em !important;
      }
      #tooltipdemo9{
        top: 8em !important;
    		left: 8em !important;
      }
      #tooltipdemo10{
        top: 12em !important;
    		left: 5em !important;
      }
      #tooltipdemo11{
        top: 13em !important;
    		left: 10em !important;
      }
      #tooltipdemo12{
        top: 8em !important;
    		left: 16em !important;
      }
      #tooltipdemo13{
       top: 7em !important;
    	left: 7em !important;
      }
      #tooltipdemo14{
       top: 10em !important;
    		left: 7em !important;
      }
      #tooltipdemo15{
       top: 12.5em !important;
    	left: 11em !important;
      }
      #tooltipdemo16{
        top: 29em !important;
    		left: 7em !important;
      }
      #tooltipdemo17{
        top: 26em !important;
    		left: 9em !important;
      }
      #tooltipdemo18{
        top: 37em !important;
    		left: 12em !important;
      }
      #myBlock-komix img{
      	width: 80% !important;
      }
}
blockquote{
  padding-left: 5em !important;
}

.cursor-default {
  cursor: url("/upload/curs1.png"), auto; 
}
.cursor-default a:hover {
  cursor: url("/upload/curs2.png"), auto; 
}

.cursor-default a:active {
  cursor: url("/upload/curs2.png"); 
}
.cursor-default a:focus {
  cursor: url("/upload/curs2.png"); 
}
.texttab li{
  /*cursor: url("/upload/curs2.png"), auto !important; */
}

.cursor-pointer {
  cursor: pointer;
}
.ttre{
    display: flex;
  align-items: center;
  height: 100%;
  }
.ttre mark{
  background-color: #f4f4f4 !important;
  font-size: 1.8em !important;

}
  .ttre p{
    text-align: left !important;
    width: 100%;
  }

.accordion-item {
  border-bottom: 1px solid #ccc;
}

.accordion-title {
  background-color: #f4f4f4;
  padding-left: 10px;
  cursor: pointer;
}

.accordion-content {
  padding: 3%;
  display: none;
}

.accordion-item.active .accordion-content {
  display: block;
}
.accordion-content img{
  height: 500px;
  margin-bottom: 2em;
}
.accordion-content span{
  background: #9D0034;
  color: #fff;
  display: block;
  width: 100% ;
  padding: 2em;
}
.accordion-content .grant{
  background: #079450;
}
.accordion-content .grant{
  background: #079450;
}
.detail-page .blokk .fortext img{
  margin-left: 0px !important;
  margin: 10px 0px 10px !important;
  
}
.popup{ 
  height: 570px !important;
 }

 /* (A) OUTER WRAPPER */

 
/* (B) INNER WRAPPER */
#element-komix {

  transition: transform ease 0.3s;
}
 
/* (C) ZOOM ON HOVER */
#element-komix:hover { transform: scale(1.3); }

.kom-im a{
  display: flex;
  margin: 0 auto;
  font-size: 1.3em;
  color: #9d0034;
  margin: 0.5em 0.5em;
}

.table{
text-align: center;
}

.tovar-gref div{
height: 150px;
border: 1px solid #ccc;
padding: 50px;
margin: 5px;
}
.comix-zoom img{
  margin-bottom: 20px;
}


@media (max-width: 578px) {
   .tooltip-anchor {
          width: 100%;
          margin-right: 1em;
          margin-right: 1em !important;
      }

      .tooltip-anchor:hover::after {
          content: attr(data-text);
          border: 1px #ccc solid;
          padding: 15px;
          color: black;
          min-width: 11em !important;
          background-color: #fff;
          border-radius: 5px;
          z-index: 1;
          top: 1.1em !important;
          left: -4em !important;
      }
         .slider-wrapper ul{
        padding-left: 0rem !important;
    }

      #tooltipdemo{
        top: 5em !important;
        left: 11em !important;
      }
      #tooltipdemo2{
        top: 7em !important;
        right: 6em !important;
      }
      #tooltipdemo3{
        top: 11em !important;
        right: 6em !important;
      }
      #tooltipdemo4{
        top: 17em !important;
        left: 11em !important;
      }
      #tooltipdemo5{
        bottom: 5em !important;
        right: 6em !important;
      }
      #tooltipdemo6{
        bottom: 4em !important;
        right: 4em !important;
      }

      #tooltipdemo7{
        top: 14em !important;
        left: 9em !important;
      }
      #tooltipdemo8{
        top: 10em !important;
        left: 3em !important;
      }
      #tooltipdemo9{
        top: 9em !important;
        left: 9em !important;
      }
      #tooltipdemo10{
        top: 14em !important;
        left: 6em !important;
      }
      #tooltipdemo11{
        top: 16em !important;
        left: 12em !important;
      }
      #tooltipdemo12{
        top: 9em !important;
        left: 18em !important;
      }
      #tooltipdemo13{
       top: 8em !important;
        left: 8em !important;
      }
      #tooltipdemo14{
       top: 11em !important;
        left: 8em !important;
      }
      #tooltipdemo15{
       top: 14em !important;
      left: 12em !important;
      }
      #tooltipdemo16{
        top: 33em !important;
        left: 8em !important;
      }
      #tooltipdemo17{
        top: 29em !important;
        left: 10em !important;
      }
      #tooltipdemo18{
        top: 41em !important;
        left: 13em !important;
      }
      #myBlock-komix img{
        width: 80% !important;
      }
}
@media screen and (min-width: 320px) and (max-width: 568px) {
  .recall_btn {
    width: 83px !important;
  }
}

@media (max-width: 360px) {
   .tooltip-anchor {
          width: 100%;
          margin-right: 1em;
          margin-right: 1em !important;
          opacity: 70%;
      }

      .tooltip-anchor:hover::after {
          content: attr(data-text);
          border: 1px #ccc solid;
          padding: 15px;
          color: black;
          min-width: 11em !important;
          background-color: #fff;
          border-radius: 5px;
          z-index: 1;
          top: 1.1em !important;
          left: -4em !important;
          

      }

      #tooltipdemo{
        top: 4.7em !important;
        left: 10em !important;
      }
      #tooltipdemo2{
        top: 6em !important;
        right: 5em !important;
      }
      #tooltipdemo3{
        top: 10em !important;
        right: 5em !important;
      }
      #tooltipdemo4{
        top: 15em !important;
        left: 9.8em !important;
      }
      #tooltipdemo5{
        bottom: 4em !important;
        right: 5em !important;
      }
      #tooltipdemo6{
        bottom: 3em !important;
    right: 3em !important;
      }

      #tooltipdemo7{
        top: 12em !important;
        left: 7.5em !important;
      }
      #tooltipdemo8{
        top: 10em !important;
        left: 3em !important;
      }
      #tooltipdemo9{
        top: 8em !important;
        left: 8em !important;
      }
      #tooltipdemo10{
        top: 12em !important;
        left: 5em !important;
      }
      #tooltipdemo11{
        top: 13em !important;
        left: 10em !important;
      }
      #tooltipdemo12{
        top: 8em !important;
        left: 16em !important;
      }
      #tooltipdemo13{
       top: 7em !important;
      left: 7em !important;
      }
      #tooltipdemo14{
       top: 10em !important;
        left: 7em !important;
      }
      #tooltipdemo15{
       top: 12.5em !important;
      left: 11em !important;
      }
      #tooltipdemo16{
        top: 29em !important;
        left: 7em !important;
      }
      #tooltipdemo17{
        top: 26em !important;
        left: 9em !important;
      }
      #tooltipdemo18{
        top: 37em !important;
        left: 12em !important;
      }
      #myBlock-komix img{
        width: 80% !important;
      }
}
blockquote{
  padding-left: 5em !important;
}

.cursor-default {
  cursor: url("/upload/curs1.png"), auto; 
}
.cursor-default a:hover {
  cursor: url("/upload/curs2.png"), auto; 
}

.cursor-default a:active {
  cursor: url("/upload/curs2.png"); 
}
.cursor-default a:focus {
  cursor: url("/upload/curs2.png"); 
}
.texttab li{
 /* cursor: url("/upload/curs2.png"), auto !important; */
}

.cursor-pointer {
  cursor: pointer;
}


.ttre{
    display: flex;
  align-items: center;
  height: 100%;
  }
.ttre mark{
  background-color: #f4f4f4 !important;
  font-size: 1.8em !important;

}
  .ttre p{
    text-align: left !important;
    width: 100%;

  }

.accordion-item {
  border-bottom: 1px solid #ccc;
}

.accordion-title {
  background-color: #f4f4f4;
  padding-left: 10px;
  cursor: pointer;
}

.accordion-content {
  padding: 3%;
  display: none;
}

.accordion-item.active .accordion-content {
  display: block;
}
.accordion-content img{
  height: 500px;
  margin-bottom: 2em;
}
.accordion-content span{
  background: #9D0034;
  color: #fff;
  display: block;
  width: 100% ;
  padding: 2em;
}
.accordion-content .grant{
  background: #079450;
}
.accordion-content .grant{
  background: #079450;
}
.detail-page .blokk .fortext img{
  margin-left: 0px !important;
  margin: 0px 0px 10px !important;
  
}


.baton{
  margin-bottom: 20px;
}

.baton a{
  display: block;
  font-size: 18px;
  text-decoration: none;
  padding: 7px 20px;
  color: #333;
  border: 1px solid #333;
  border-radius: 3px;
  letter-spacing: 2px;
  text-align: center;
  position: relative;
  transition: all .35s;
}

.baton a span{
  position: relative;
  z-index: 2;
}

.baton a:after{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #9D0034;
  transition: all .35s;
}

.baton a:hover{
  color: #fff;
}
.baton a:hover:after{
  width: 100%;
}
.itd{
  font-weight: 700;
  text-align: center;
  display: block;
  font-size: 18px;
  margin: 0 auto;
}
.baton-megar{
  background-color: #9D0034;
  color: #fff !important;
  padding: 10px 20px;
  border: 1px solid #ccc;
  text-decoration: none;
  font-weight: 700;
  text-align: center;
  display: block;
  margin: 0 auto;
}

.applicability-section {
    margin-top: 20px;
}

.applicability-section h2 {
    text-align: center;
    font-size: 24px;
    color: #333;
}

.machine-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); /* Уменьшение минимальной ширины колонок */
    gap: 10px; /* Уменьшение промежутков между плитками */
    margin-top: 20px;
    padding: 0 10px;
}

.machine-item {
    background-color: #f7f7f7;
    border: 1px solid #ddd;
    border-radius: 6px; /* Уменьшение радиуса углов */
    padding: 10px; /* Уменьшение отступов внутри карточек */
    text-align: center;
    font-size: 14px; /* Уменьшение размера шрифта */
    color: #555;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); /* Уменьшение тени */
    min-height: 50px; /* Уменьшение минимальной высоты */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.machine-item:hover {
    transform: scale(1.05);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15); /* Легкое усиление тени при наведении */
}

.table-primary-color td{
        background-color: #9D0034 !important;
        color: #fff !important;
        background-color: #9D0034 !important;
        font-weight: 400;
}
/* Адаптивная сетка для мобильных устройств */
@media (max-width: 600px) {
    .machine-grid {
        grid-template-columns: repeat(2, 1fr); /* 2 плитки в ряд на экранах менее 600px */
    }
}

/* Base table styles */
        .my-table-container {
            overflow-x: auto; /* Enable horizontal scrolling for the container */
        }

        .my-table {
            width: 100%;
            border-collapse: collapse;
            border: 1px solid #ddd;
            table-layout: fixed;
        }

        .my-table th, .my-table td {
            border: 1px solid #ddd;
            padding: 8px;
            text-align: left;
            vertical-align: middle;
            word-wrap: break-word;
        }

        .my-table img {
            max-width: 100%; /* Make images responsive */
            height: auto;
            display: block;
            margin: 0 auto;
        }

        .my-table th {
            background-color: #f0f0f0;
        }

        .center {
            text-align: center;
        }
        
        /* Media query for mobile screens */
        @media (max-width: 768px) {
           .my-table {
               display: flex;
               flex-direction: column;
               border: none;
               table-layout: auto;
           }
           .my-table thead{
            display: none;
           }
            .my-table tr {
                display: flex;
                flex-direction: column;
                border: 1px solid #ddd;
                margin-bottom: 10px;
                width: 100%;
            }
            .my-table td{
                border: none;
                width: 100%;
            }

             .my-table td:before {
                content: attr(data-label);
                font-weight: bold;
                display: block;
            }
             .cart{
                color: #000 !important;
            }
            .h40 {
              height: 0px !important;
            }
            .news-list .news-item{
              margin-bottom: 0px;
            }
        }
 .exhibition-button {
      display: block;
      
    background: #8b0000;
    color: white !important;
    text-decoration: none;
    padding: 15px 30px;
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    border: none;
    cursor: pointer;
    margin: 20px 0;
    border-radius: 5px;
  }
.pb-new-cart .container33  a{
    color: #fff !important;
}
 .pb-new-cart .container33 .btb ul li a{
    color: #000 !important;
}
.intro-lead1 {
      margin: 0 auto;
      font-size: 1.15rem;
      margin-bottom: 1em;
      padding: 30px;
      border-radius: 16px;
      box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.05);
      border-left: 5px solid #9D0034;
      text-align: left;
      border-bottom: 1px solid #9D0034;
    }


}
.someprop  p{
    padding: 0px !important;
    margin: 0px !important;
    margin-bottom: 5px !important;
}
