.new-container {
	max-width: 1290px;
	margin: 0 auto;
}
.h2 {
	font-family: Roboto;
	font-weight: 700;
	font-size: 30px;
	line-height: 141%;
	padding: 0 88px;
	text-transform: uppercase;
	width: fit-content;
	position: relative;
}
.h2:before {
	content: "";
	left: 0;
	top: 50%;
	background: #FF0002;
	width: 67px;
	height: 2px;
	position: absolute;
}
.h2:after {
	content: "";
	right: 0;
	top: 50%;
	background: #FF0002;
	width: 67px;
	height: 2px;
	position: absolute;
}

.banner-top {
	display: grid;
	grid-template-columns: 1fr 460px;
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}
.banner-top-txt {
	display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.banner-top-txt span:nth-child(1) {
	font-family: Roboto;
	font-weight: 700;
	font-size: 30px;
	line-height: 140%;	
	color: #000;
}
.banner-top-txt span:nth-child(2) {
	font-family: Open Sans;
	font-weight: 400;
	font-size: 23px;
	line-height: 140%;
	color: #333;	
}
.banner-top-txt span:nth-child(3) {
	font-family: Roboto;
	font-weight: 400;
	font-size: 18px;
	line-height: 140%;
	color: #FF0002;
}
.banner-top-btn {
	display: flex;
	gap: 15px;
}
.banner-top-btn a {
	display: block;
	font-family: Open Sans;
	font-weight: 600;
	font-size: 16px;
	line-height: 46px;
	text-transform: uppercase;
	text-transform: uppercase;
	text-align: center;
}
.banner-top-btn a:nth-child(1) {
	width: 140px;
	background: #FF6B00;
	border: 1px solid #FF6B00;
	color: #fff;
}
.banner-top-btn a:hover:nth-child(1) {
	background: #FF6B0099;
}
.banner-top-btn a:nth-child(2) {
	width: 210px;
	border: 1px solid #005BAA;
	color: #333;
}
.banner-top-btn a:hover:nth-child(2) {
	background: #005BAA;
	color: #fff;
}
.banner-top img {
	width: auto;
    max-height: 350px;
}

.slider-container {
	margin: 0 -25px;
}
.swiper-wrapper {
    padding: 40px 0;
}	
.swiper-slide img {
    width: 100%;
    height: 270px;
    
}
.swiper-slide {
    transition: all 0.5s ease;
    padding: 45px 25px;
}
.swiper-slide-active {
    transform: scale(1.5);
}


.predlag-item-a {
	position: relative;
}
.predlag-item-img {
	
}
.swiper-slide-active a:before {
    content: "";
    width: 15px;
    height: 30px;
    top: -15px;
    right: 20px;
    background-image: url(img/skrepa.svg);
    background-position: center;
    background-size: cover;
    position: absolute;
    z-index: 1;
}
.swiper-slide-active a .predlag-item-img:before {
    content: "";
    top: -6px;
    right: 10px;
	width: 70%;
	height: 100px;
	background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%);
    position: absolute;
    z-index: 0;
}
.swiper-slide-active a .predlag-item-img:after {
    content: "";
    top: -6px;
	bottom: -6px;
	left: -6px;
    right: 10px;
    border: 1px solid #005BAA;
    position: absolute;
    z-index: -1;
}
.predlag-item-img img {
	filter: brightness(40%);
}

.predlag-item-title {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
    width: 90%;
    text-align: center;
}
.predlag-item-title span {
	color: #fff;
	font-family: Open Sans;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	text-transform: uppercase;
}
.swiper-slide-active .predlag-item-title span {
	font-weight: 600;
	font-size: 14px;
}
.list-next {
	display: flex;
    align-items: center;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 20px;
    line-height: 141%;
    color: #333;
    margin: -30px 25px 0 auto;
    width: fit-content;	
}
.list-next img {
	width: 56px;
}


.pochemu-my {
	display: grid;
	grid-template-columns: 1fr .6fr .6fr;
	grid-template-rows: repeat(3, 1fr);
	grid-column-gap: 2%;
	grid-row-gap: 22px;
	margin: 50px 0;
}
.pochemu-my-img, .pochemu-my video {
	grid-area: 1 / 1 / 4 / 2;
}
.pochemu-my span {
	display: block;
    padding: 0 0 5px 0;
	font-family: Open Sans;
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
	color: #333;
}
.pochemu-my p {
	font-family: Roboto;
	font-weight: 400;
	font-size: 16px;
	line-height: 160%;
	color: #333;
	margin: 0;
}


.krat-info {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 22px;
	grid-row-gap: 22px;
	margin: 50px 0;
}
.krat-info-img {
	width: fit-content;
	padding: 24px;
	position: relative;
}
.krat-info-img img {
	display: block;
	position: relative;
	z-index: 1;
}
.krat-info-img:before, .krat-info-img:after {
	content: "";
	background: #005BAA;
	width: 435px;
	height: 435px;
	position: absolute;
}
.krat-info-img:before {
	left: 0;
	bottom: 0;
}
.krat-info-img:after {
	right: 0;
	top: 0;
}
.krat-info-item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.krat-info-item span:nth-child(1) {
	font-family: Roboto;
	font-weight: 700;
	font-style: Bold;
	font-size: 25px;
	line-height: 130%;
	letter-spacing: 3%;
	text-align: center;
}
.krat-info-item span:nth-child(2) {
	font-family: Roboto;
	font-weight: 700;
	font-style: Bold;
	font-size: 18px;
	line-height: 130%;
	letter-spacing: 3%;
	text-align: center;
}
.krat-info-item p {
	font-family: Open Sans;
	font-weight: 300;
	font-size: 16px;
	line-height: 175%;
	color: #333;
	padding: 40px 0 0 60px;
	position: relative;
}
.krat-info-item p:before {
    content: "";
    width: 47px;
    height: 40px;
    top: 0px;
    left: 0px;
    background-image: url(img/kavika.svg);
    background-position: center;
    background-size: cover;
    position: absolute;
    z-index: 1;
}


.krat-info-item span:nth-child(4) {
	font-family: Open Sans;
	font-weight: 600;
	font-size: 20px;
	line-height: 175%;
	color: #333;
}
.krat-info-btn {
	width: 300px;
	background: #005BAA;
	color: #fff;
	font-family: Open Sans;
	font-weight: 700;
	font-size: 16px;
	line-height: 48px;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
}
.krat-info-nov {
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.krat-info-nov span {
	font-family: Open Sans;
	font-weight: 400;
	font-size: 20px;
	line-height: 130%;
	letter-spacing: 4%;
	text-transform: capitalize;
	color: #333;
}



.prim-rem {
	overflow: hidden;
}
.prim-rem .bx-wrapper .bx-viewport {
	max-height: 1080px!important;
}
.prim-rem-item .bx-wrapper {
    margin-bottom: 0px!important;
}
.prim-rem-item .bx-controls {
	top: 50%;
    right: 50px;
    position: absolute;
}
.prim-rem-item .bx-pager.bx-default-pager a {
	background: #D3D5DC!important;
    display: block!important;
    width: 8px!important;
    height: 20px!important;
	margin: 5px 0!important;
    -moz-border-radius: 4px!important;
    -webkit-border-radius: 4px!important;
    border-radius: 4px!important;	
}
.prim-rem-item .bx-pager.bx-default-pager a:hover, .prim-rem-item .bx-pager.bx-default-pager a.active, .prim-rem-item .bx-pager.bx-default-pager a:focus {
    background: #005BAA!important;	
}
.bx-pager.bx-default-pager a.active {
	height: 30px!important;
}
.prim-rem-txt {
	max-width: 550px;
	min-height: 380px;
    background: #fff;
    box-shadow: 0px 4px 4px 0px #00000040;
	border: 1px solid #ccc;
    padding: 40px;
    margin: -150px 0 0 100px;
    position: relative;
    z-index: 1;
	color: #333;
}
.prim-rem-txt span {
	display: block;
    font-family: Open Sans;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    margin: 0 0 20px 0;
}
.prim-rem .bx-wrapper .bx-controls-direction a {
    bottom: 25px!important;
}
.prim-rem .bx-wrapper .bx-prev {
    left: 135px;
}
.prim-rem .bx-wrapper .bx-next {
    right: calc(100% - 255px);
}




.video-container {
	overflow: hidden;
}
.video-item {
	padding: 10px;
}
.video-item a {
	display: block;
	background: #fff;
	box-shadow: 0px 0px 10px 4px #9E9E9E40;
	min-height: 355px;
}
.video-item a span {
	display: block;
	font-family: Open Sans;
	font-weight: 400;
	font-size: 15px;
	line-height: 120%;
	color: #333;
	padding: 20px 10px 30px 10px;
}
.video-container .bx-wrapper .bx-controls-direction a {
    bottom: -40px;
}
.video-container .bx-wrapper .bx-prev {
    left: 0;
}
.video-container .bx-wrapper .bx-next {
    right: calc(100% - 120px);
}
#TB_title {
    border-bottom: 0;
    height: 0;
}
#TB_ajaxContent {
    padding: 1px;
    overflow: hidden;
}
#TB_window {
    background-color: #000;
}


.about-cifras-item {
	display: grid;
	grid-template-columns: 1fr 100px 1fr;
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 40px;
	grid-row-gap: 40px;
}
.about-cifras-item div:nth-child(1) { 
	grid-area: 1 / 1 / 2 / 3; 
}
.about-cifras-item div:nth-child(4) { 
	grid-area: 2 / 2 / 3 / 4; 
}
.about-cifras-txt {
	display: flex;
    align-items: center;
	gap: 20px;
}
.about-cifras-txt span:nth-child(1) {
	display: block;
    font-family: Open Sans;
    font-weight: 700;
    font-size: 30px;
    line-height: 100%;
    color: #333;
    text-align: center;
    writing-mode: sideways-lr;
    padding: 0 25px 0 0;
    position: relative;
    height: 280px;
}
.about-cifras-txt span:nth-child(1):before {
	content: "";
    width: 1px;
    height: 170px;
    right: 0;
    bottom: 50%;
    transform: translate(-0%, 50%);
    background: #FF0002;
    position: absolute;
	
}
.about-cifras-txt span:nth-child(2) {
	font-family: Open Sans;
	font-weight: 400;
	font-size: 20px;
	line-height: 140%;
	color: #333;
}
.about-cifras-img {
	max-width: 100%;
	height: 280px;
	margin: 0 2px 0 0;
	position: relative;
}
.about-cifras-item div:nth-child(2):before {
	content: "";
    left: -10px;
    right: 10px;
	top: 10px;
    bottom: -10px;
    border: 1px solid #FF0002;
    position: absolute;
}
.about-cifras-item div:nth-child(3):before {
	content: "";
    left: 10px;
    right: -10px;
	top: -10px;
    bottom: 10px;
    border: 1px solid #FF0002;
    position: absolute;
}
.about-cifras-img a {
	display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.about-cifras-img a img {
	left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	position: absolute;
}

.kont-page {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 40px;
	grid-row-gap: 40px;
}
.mailto {
	text-decoration: underline;
}
.mailto:hover {
	text-decoration: none;
}

.zeller-welding-block {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 40px;
	grid-row-gap: 0px;
	margin: 100px 0; 
}
.zeller-welding-block-a, .zeller-welding-block-bb, .zeller-welding-block-c {
	position: relative;
}
.zeller-welding-block-a img, .zeller-welding-block-bb img, .zeller-welding-block-c img {
	left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}
.zeller-welding-block-b {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.zeller-welding-block-b span {
	display: block;
	font-weight: 400;
	font-size: 25px;
	line-height: 100%;
	text-align: center;
}
.zeller-welding-btn {
	width: 350px;
	margin: 40px auto 0 auto;
}
.zeller-welding-block-bb {
	height: 130px;
}

.top-products-block {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 35px;
	grid-row-gap: 35px;
	margin: 0 0 100px 0;
}
.top-products-item {
	background: #fff;
	border: 1px solid #F2F2F2;
	box-shadow: 0px 4px 4px 0px #00000040;
	padding: 5px 10px 20px 10px;
	min-height: 225px;
	position: relative;
}
.top-products-item div:nth-child(1) {
	font-weight: 600;
	font-size: 18px;
	line-height: 50px;
	text-transform: uppercase;
	color: #000;
	margin: 0 0 15px 10px;
	position: relative;
}
.top-products-item div:nth-child(1):before {
	content: "";
	left: -20px;
	top: 50px;
	width: 95px;
	height: 3px;
	background: #005BAA;
	position: absolute;

}
.top-products-item div:nth-child(2), .top-products-item div:nth-child(3) {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #E5E5E5;

}
.top-products-item div:nth-child(2) span, .top-products-item div:nth-child(3) span {
	display: block;
    margin: 0 0 -1px 0;
    padding: 0 10px;
	background: #fff;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #000;
}
.top-products-btn {
	left: 20px;
    bottom: 20px;
    width: 225px;
    border: 1px solid #FF6B00;
    background: #FF6B00;
    font-weight: 700;
    font-size: 16px;
    line-height: 34px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    position: absolute;
}
.top-products-btn:hover {
	background: #fff;
	color: #000;
}




.reviews-about-us .swiper-wrapper {
    padding: 80px 0 100px 0;
}
.reviews-about-us .swiper-slide-active {
    transform: scale(1.5)!important;
	z-index: 1;
}
.reviews-item {
	padding: 10px 10px 10px 110px;
    box-shadow: 0px 4px 4px 0px #00000040;
    background: #fff url(/wp-content/uploads/2025/11/reviews-about-us.jpg);
    background-repeat: no-repeat;
    background-size: 100px;
    background-position: left center;
}
.reviews-item-txt {
	
}
.reviews-item-txt span:nth-child(1) {
	font-weight: 400;
	font-size: 12px;
	line-height: 100%;
	color: #333;
}
.reviews-item-txt a {
	font-weight: 400;
	font-size: 12px;
	line-height: 140%;
	color: #FF6B00;
}
.reviews-item-txt span:nth-child(3) {
	display: block;
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	color: #333;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	position: relative;
}
.reviews-item-txt span:nth-child(3):before {
	display: block;
    content: "";
    background: linear-gradient(90deg, #FF6B00 0%, #FF0002 100%);
    width: 125px;
    height: 1px;
	top: 0;
	position: absolute;
}

.swiper-button-next, .swiper-button-prev {
    top: 100%!important;
	width: 45px!important;
	height: 28px!important;
}
.swiper-button-prev {
    left: calc(50% - 60px)!important;
	transform: scale(-1, -1);
}
.swiper-button-next {
    right: calc(50% - 60px)!important;
}
.swiper-button-prev:after, .swiper-button-next:after {
	display: block;
	content: ""!important;
	width: 45px;
	height: 28px;
    background-image: url(img/arrow-swiper.svg);
    background-position: center;
    background-size: cover;
	filter: grayscale(100%);
}
.swiper-button-prev:hover:after, .swiper-button-next:hover:after {
	filter: grayscale(0%);
}


.reviews-item-page {
	display: inline-block;
	margin: 30px 0;
}
.reviews-item-page .reviews-item-txt span:nth-child(1) {
    font-size: 16px;
}
.reviews-item-page .reviews-item-txt span:nth-child(3) {
    font-size: 20px;
}
.otzyvy {
	margin: 0 0 40px 0;
}
.otzyvy a {
	color: #005BAA;
	text-decoration: underline;
}
.otzyvy a:hover {
	color: #005BAA;
	text-decoration: none;
}
#reviews-01, #reviews-02, #reviews-03, #reviews-04 {
    scroll-margin-top: 40px;
}

.razrabatyvaem-proizvodim {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 20px;
	grid-row-gap: 20px;
}
.razrabatyvaem-proizvodim-item {
	display: flex;
	justify-content: center;
    align-items: end;
	min-height: 315px;
	overflow: hidden;
    position: relative;
}
.razrabatyvaem-proizvodim-item:before {
	content: "";
	inset: 0;
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
    position: absolute;
}
.razrabatyvaem-proizvodim-item img {
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
    object-fit: cover;
	position: absolute;
	z-index: -1;
}
.razrabatyvaem-proizvodim-item span {
	display: block;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: #fff;
    padding: 20px;
    position: relative;
    z-index: 1;
}

.advantages-block {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}
.advantages-block-item {
	max-width: 280px;
}
.advantages-block-item img {
	width: 64px;
}
.advantages-block-item span:nth-child(2) {
	display: block;
	font-weight: 700;
	font-size: 16px;
	line-height: 18px;
	color: #000;
	margin: 30px 0 10px 0;
}
.advantages-block-item span:nth-child(3) {
	display: block;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #000;
}




@media screen and (max-width: 524px) {
.h2 {
	font-size: 16px;
	text-align: center;
}
.new-container {
    padding: 0 20px;
}	
.banner-top {
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
}	
.banner-top-txt {
    gap: 15px;
	padding: 20px 0 0 0;
}
.banner-top-txt span:nth-child(1) {
    font-size: 24px;
    line-height: 100%;
}
.banner-top-btn {
    gap: 10px;
    justify-content: space-between;
}
.banner-top-btn a {
    padding: 0 15px;
	width: fit-content!important;
}
	

.slider-container {
    margin: 0px; 
}	
.swiper-slide {
	padding: 25px;
}
.swiper-slide-active {
    transform: scale(1);
}	
	
.pochemu-my {
	display: flex;
    flex-direction: column;
}	
	
.krat-info {
    grid-template-columns: 1fr;
}	
.krat-info-img {
    padding: 10px;
}
.krat-info-img:before, .krat-info-img:after {
    width: 200px;
    height: 200px;
}	
.krat-info-item {
    gap: 20px;
}	
	
.about-cifras-item {
    display: flex;
    flex-direction: column;
}	
.about-cifras-item div:nth-child(1) {
	order: 1;
}
.about-cifras-item div:nth-child(2) {
    order: 2;
}	
.about-cifras-item div:nth-child(3) {
    order: 4;
}	
.about-cifras-item div:nth-child(4) {
    order: 3;
}	
.about-cifras-txt span:nth-child(1) {
    font-size: 24px;
}	
.about-cifras-img {
    margin: 0 12px;
}	
.about-cifras-img a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}	
.kont-page {
	grid-template-columns: 1fr;
}	

.prim-rem .bx-wrapper .bx-viewport {
    max-height: 620px !important;
}	
.prim-rem-txt {
    padding: 20px;
    margin: 20px 0 0 0;
}	
	
	
#TB_window {
    transform: translate(-50%, -0%);
	margin-left: 0 !important;
	width: 340px !important;
}
#TB_ajaxContent {
	width: 340px!important; 
	height: 300px!important;	
}
#TB_window video {
	width: 340px; 
	height: 300px;	
}

.razrabatyvaem-proizvodim {
    grid-template-columns: 1fr;
}
.advantages-block {
    justify-content: center;
}	
	
	
}













