body  {
	font:13px/20px Ubuntu, Arial, Helvetica, sans-serif !important;
	width:100%;
	/*height:100%;*/
	position:relative;
	margin:0 auto;
	padding:0;
	color:#888888;
}
button, input[type='submit'], input[type='button'], .basket_button, .basket_button span {
	text-transform:uppercase;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	outline:none;
}
h1 {
    clear: both;
    color: #383838;
    font-size: 36px;
    font-weight: 600;
    line-height: 30px;
    margin: 0 0 39px;
}
h1.shifted {
	padding-right:200px;
}
h2, h3, h4, h5 {
	color:#383838;
	line-height:20px;
	font-weight: 500;
}
h2 {
	font-size:24px;
	margin: 0 0 24px;
}
h3{
	margin:0 0 23px;
}
h3, h3 a {
	font-size:20px;
	line-height:20px;
	font-weight: 500;
}
a h3 {
	display:inline-block;
}
h4 {
	font-size:16px;
    margin:0 0 23px;
}
h5 {
    font-size: 14px;
    margin: 0 0 23px;
}
img {
	border:0;
}
blockquote{
    color:#383838;
    font-size:13px;
    margin:43px 0 45px;
    min-height:40px;
    padding-left:25px;
    position:relative;
    vertical-align:middle;
}
blockquote:before{
	bottom:3px;
    content:" ";
    display:block;
    left:0;
    position:absolute;
    top:3px;
    width:3px;
	background-color:#ddd;
}
.medium { font-weight: 500; font-size: 14px; }
hr  {
	border:0;
	height:1px;
	margin:20px 0;
	background: #E5E5E5;
}
p {
	color:#888888;
	font-size:13px;
	margin:0px 0px 20px;
}
a {
	cursor:pointer;
	text-decoration:none;
}
table {
	border-collapse:collapse;
}
ol {
	counter-reset:li;
}
ol li {
	position:relative;
}
ol li:before {
	content:counter(li) ". " !important;
	counter-increment:li;
	padding-right:0 !important;
	color:#383838;
}
ul li:before  {
	content:"\25CF";
	color:#383838;
}
li  {
	list-style-type:none;
}
.big_text {
	font-size:18px;
	font-weight:500;
}
.middle_text {
	font-size:14px;
}
hr.long { margin: 35px 0px 30px; }
.border_block_wide { border: 1px solid #e5e5e5; padding: 9px 38px 34px; }
.border_block_wide .props_list { width: 100%; }
.border_block_wide .props_list td:first-child { font-size: 14px; }
.border_block_wide .props_list td:first-child .txt { padding-right: 28px; }
.border_block_wide .props_list td:last-child { font-size: 16px; font-weight: bold; }
.border_block_wide .props_list td:last-child .txt { padding-left: 29px; }
.border_block_wide .props_list td .txt { padding-left: 14px; }
.border_block_wide .props_list td { padding-top: 6px; }
table.props_list { border-collapse: collapse; border: 0px; }
table[data-bx-no-border="Y"] td { border: 0px; border-bottom: 1px dotted #c3c3c3; }
.props_list td { text-align: right; padding: 2px 0px 2px 10px; font-size: 12px; border-bottom: 1px dotted #c3c3c3; }
.props_list td > span, .props_list td > .txt { position: relative; bottom: -11px; background: #FFF; padding: 0px 0px 0px 10px; display: inline-block; }
.props_list tr td:first-child { text-align: left; padding-right: 10px; padding-left: 0px;}
.props_list tr td:first-child > span, .props_list tr td:first-child > .txt { padding-right: 12px; position: relative; }
.props_list tr td:first-child > span.whint { padding-right: 32px; }
.props_list tr td:first-child > span:before, .props_list tr td:first-child > .txt:before  { content: ""; display: block; position: absolute; background: #ddd; left: 1px; top: 10px; width: 2px; height: 2px; }
.props_list tr td:first-child > .txt:before { top: 9px; width: 3px; height: 3px; }
.tizer_bold_text { font-weight: 600; font-size: 18px; }
.tizer_text { font-size: 16px; }

.wa-mobile{
	display: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 9999;
}
.cw_team {
	display: flex;
	margin-bottom: 50px;
}
.cw_team_item img {
	display: block;
	width: 101%;
}
.cw_team_item span {
	display: block;
	color: #000;
	font-size: 18px;
	margin: 10px 0 0 0;
}
.cw_team_item {
	width: 33.333%;
	text-align: center;
}
.cw_team_item > div {
	overflow: hidden;
	margin: 0 5px;
}

.yandex__iframe {
  padding: 0 15px;
    max-width: 1162px;
    margin: 0 auto;
}


@media(max-width: 550px){
	.zakaz__catalog{
		padding-top: 10px!important;
	}
	.wa-mobile{
		display: block;
	}
	.cw_team {
		flex-direction: column;
	}
.gallery {
    display: block;
  
}

	.cw_team_item {
		width: 100%;
	}
}

.polymer-packaging-section {
    padding: 60px 0;
    background-color: #f9f9f9;
}

.polymer-packaging-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.polymer-packaging-section .main-title {
    font-size: 32px;
    font-weight: 700;
    color: #333;
    margin-bottom: 40px;
    text-align: center;
}

.polymer-packaging-section .content-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
}

.polymer-packaging-section .text-block {
    flex: 1;
    min-width: 300px;
}

.polymer-packaging-section .image-block {
    flex: 1;
    min-width: 300px;
    text-align: center;
}

.polymer-packaging-section .polymer-packaging-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.polymer-packaging-section p {
    margin-bottom: 15px;
    line-height: 1.6;
}

.polymer-packaging-section ul {
    margin-bottom: 20px;
    padding-left: 20px;
}

.polymer-packaging-section ul li {
    margin-bottom: 8px;
}

.polymer-packaging-section .cta-buttons {
    margin-top: 30px;
    display: flex;
    gap: 15px;
}

.polymer-packaging-section .btn {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.polymer-packaging-section .btn-primary {
    background-color: #39965a;
    color: #fff;
}

.polymer-packaging-section .btn-primary:hover {
    background-color: #6e8577;
}

.polymer-packaging-section .btn-outline {
    border: 2px solid #39965a;
    color: #39965a;
}

.polymer-packaging-section .btn-outline:hover {
    background-color: #6e8577;
    color: #fff;
}



.section-title.center {
	padding-top: 40px;
}

<---слайдер--->

.gallery {
    display: grid;
    justify-content: center;
    margin-top: 20px;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 34px;
}
   

/* Адаптивность для мобильных устройств */
@media screen (max-width: 768px) {

    .polymer-packaging-section .content-wrapper {
        flex-direction: column;
    }
    
    .polymer-packaging-section .main-title {
        font-size: 26px;
    }

	.item-1 {
	    margin: 0 49px;
	}

	.gallery {
	    display: grid;
	    justify-content: center;
	    margin-top: 20px;
	    grid-template-columns: repeat(1, 1fr);
	    grid-gap: 34px;
	}
}


.image-container {
    opacity: none; /* Скрывать элементы изначально */
    transition: opacity 1s ease; /* Анимация проявления */
}

.image-container img {
    width: 100%;
    height: auto; /* Сохраняем пропорции */
    border-radius: 8px; /* Закругленные углы (по желанию) */
}

/* Явное определение классов для анимации */
.animation {
    opacity: 1; /* Делаем элемент видимым */
}