/*
Theme Name: Dalipribor
*/
html{
	margin-top: 0px !important;
}
html,body{
	font-size: calc( (100vw - 991px)/(1920 - 991) * (16 - 10) + 10px);
	font-family: 'Avenir Next Cyr';
}
body a{
	text-decoration: none;
	color: #000;
	font-family: 'Avenir Next Cyr';
	font-weight: Bold;
}
body .row{
	margin-left: 0px;
	margin-right: 0px;
}
.container-fluid{
	padding-left: 0px;
	padding-right: 0px;
}
.container{
	margin: 50px auto;
}
.container p{
	font-size: 18px;
}
/*---------- Header Menu CSS ----------*/
.header{
	position: relative;
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 0px calc( (100vw - 991px)/(1920 - 991) * (80 - 15) + 15px) 0px;
	height: calc( (100vw - 991px)/(1920 - 991) * (160 - 60) + 60px);
	z-index: 4;
}
.header-logo-container{
	width: 16.125rem;
	max-width: 258px;
	display: flex;
}
.header-logo-container a{
	display: flex;
}
.header-logo-container img{
	max-width: 100%;
	display: block;
	margin: auto;
}
.header .page-navi{
	display: flex;
	align-items: center;
	height: 100%;
}
.header .page-navi > ul{
	list-style: none;
	display: flex;
	justify-content: space-around;
	margin-bottom: 0px;
	padding-left: 0px;
}
.header .page-navi  ul{
	list-style: none;
	height: 100%;
	align-items: center;
}
.header .page-navi > ul > li.normal-dropdown{
	position: relative;
}
.header .page-navi > ul > li{
	padding: 0px calc( (100vw - 991px)/(1920 - 991) * (30 - 7) + 7px);
	height: 5rem;
	display: flex;
	align-items: center;
	height: 100%;
}
.header .page-navi > ul > li .dropdown-menu-normal{
	position: absolute;
	overflow: hidden;
	top: 100%;
	width: 360px;
	display: none;
	z-index: 4;
	background: #F4F8FF;
}
.header .page-navi > ul > li a{
	font-size: calc( (100vw - 991px)/(1920 - 991) * (13 - 10) + 10px);
}
.header .page-navi > ul > li .dropdown-menu-normal ul{
	padding: 30px;
	background: #F4F8FF;
}
.header .page-navi > ul > li .dropdown-menu-normal ul a{
	color: #000;
	padding: 10px 0px;
	display: block;
}
.dropdown-menu-thumbnail{
	display: none;
	height: auto;
	overflow: hidden;
	position: absolute;
	width: 100%;
	background: #F4F8FF;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 3.4rem calc( (100vw - 991px)/(1920 - 991) * (80 - 20) + 20px) 1.25rem;
	z-index: 4;
}
.dropdown-menu-thumbnail .dropdown-menu-thumbnail-item{
	color: #000;
	margin-bottom: 10px;
	font-weight: bold;
	display: flex;
	margin-bottom: 34px;
	padding: 0px;
	transition: all 0.25s ease;
}
.dropdown-menu-thumbnail .dropdown-menu-thumbnail-item .thumbnail{
	padding-bottom: calc( (100vw - 991px)/(1920 - 991) * (110 - 60) + 60px);
	padding-right: calc( (100vw - 991px)/(1920 - 991) * (160 - 100) + 100px);
	background-size: cover;
	background-position: center center;
}
.dropdown-menu-thumbnail a span{
	display: inline-block;
	padding-left: calc( (100vw - 991px)/(1920 - 991) * (35 - 15) + 15px);
	padding-top: 1rem;
	font-size: calc( (100vw - 991px)/(1920 - 991) * (15 - 11) + 11px);
	line-height: 1.8;
	max-width: 350px;
	transition: all 0.25s ease;
	padding-right: 10px;
}
.dropdown-menu-thumbnail .dropdown-menu-thumbnail-item:hover span{
	color: #FAA25C;
}
.header .page-navi > ul > li.normal-dropdown:hover .dropdown-menu-normal{
	display: block;
}
.header .page-navi > ul > li:hover .dropdown-menu-thumbnail{
	display: flex;
}
.header .page-navi > ul > li a{
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #000;
}
.header .page-navi > ul > li .dropdown-menu-normal ul a,
.header .page-navi a{
	transition: all 0.25s ease;
}
.header .page-navi > ul > li .dropdown-menu-normal ul a:hover,
.header .page-navi a:hover{
	color: #FAA25C;
}
.header-language-container{
	display: flex;
	padding-left: 0px;
	margin: 0px;
}
.header-language-container img{
	margin: 0px;
	/* margin-bottom: -4.5rem; */
	width: 2.5rem !important;
	height: auto !important;
	display: block;
}
.header-language-container li{
	list-style: none;
	display: flex;
	align-items: center;
	opacity: 0.3;
}
.header-language-container li a{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0px 8px;
}
.header-language-container li span{
	margin: auto;
	display: block;
	text-align: center;
	font-size: 10px;
	color: #000;
	text-transform: uppercase;
	padding-top: 5px;
	width: 100%;
	margin-left: 0px !important;
}

.header-language-container .current-lang{
	opacity: 1;
}
.header-burger-container span{
	display: block;
	background-color: transparent;
	height: 2px;
	width: 40px;
	position: relative;
	margin: auto;
}
.header-burger-container{
	display: flex;
	cursor: pointer;
	transition:all 0.25s ease;
	z-index: 5;
}
.header-burger-container:hover{
	opacity: 0.5;
}
.header-burger-container span:before,
.header-burger-container span:after{
	content: "";
	position: absolute;
	background-color: #000;
	height: 2px;
	width: 100%;
	display: block;
	transition: all 0.25s ease;
}
.header-burger-container span:before{
	top: 7px;
}
.header-burger-container span:after{
	bottom: 7px;
}
.burger-active span:before{
	transform: translate(0px, -7px) rotate(45deg);
}
.burger-active span:after{
	transform: translate(0px, 7px) rotate(-45deg);
}

.dark-theme{
	position: absolute;
}
.dark-theme .dropdown-menu-thumbnail{
	top: 100%;
}
.dark-theme .header-burger-container span:before,
.dark-theme .header-burger-container span:after{
	background-color: #fff;
}
.dark-theme .burger-active span:before,
.dark-theme .burger-active span:after{
	background-color: #000;
}
.dark-theme .page-navi > ul > li > a,
.dark-theme .header-language-container li span{
	color: #fff;
	transition: all 0.25s ease;
}
.burger-nav-container{
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0px;
	left: 0px;
	background-color: #fff;
	z-index: 4;
	overflow-y: scroll;
	padding-bottom: 40px;
	display: none;
}
.burger-nav-container .container-fluid{
	max-width: 1440px;
	margin: auto;
	position: relative;
	padding:0px 25px;
}
.burger-nav-logo-container{
	width: 16.125rem;
	max-width: 258px;
	height: calc( (100vw - 991px)/(1920 - 991) * (160 - 100) + 100px);
	display: inline-flex;
}
.burger-nav-logo-container a{
	display: inline-block;
	margin: auto;
}
.burger-nav-logo-container a img{
	max-width: 100%;
}
.burger-nav-item h3,
.burger-nav-contacts h3{
	margin-top: 40px;
	margin-bottom: 25px;
}
.burger-nav-item h3 a,
.burger-nav-item h3,
.burger-nav-contacts h3{
	font-size: 14px;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
}
.burger-nav-item h3 a{
	transition: all 0.25s ease;
}
.burger-nav-contacts p{
	font-size: 16px;
}
.burger-nav-item{
	padding-right: 50px;
}

.burger-nav-item ul{
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0px;
}
.burger-nav-list li{
	list-style: none;
	display: block;
	margin: 10px 0 0;
	padding-right: 45px;
}
.burger-nav-list li a{
	font-size: 15px;
	font-weight: 400;
	line-height: 1.45;
	color: #000;
	transition: all 0.25s ease;
}
.burger-nav-item a:hover{
	color: #FAA25C;
}
.burger-nav-list .page_item_has_children .children li a{
	font-size: 13px;
}
.page_item ul.children{
	padding: 0px;
}
.page_item ul.children .page_item a{
	font-size: 15px;
}
.burger-nav-container ul.children{
	list-style: none;
	height: 0px;
	overflow: hidden;
	transition: height 0.25s ease;
	padding-left: 10px;
	padding-bottom: 10px;
}
.burger-nav-container .page_item_has_children{
	position: relative;
}
.burger-nav-container .page_item_has_children span.dropdown-arrow{	
	position: absolute;
	right: 25px;
	cursor: pointer;
	font-weight: 100;
	transition: all 0.25s ease;
	font-size: 22px;
	line-height: 12px;
	top: 5px;
	color: #FAA25C;
	transform: rotate(-90deg);
}
.burger-nav-container .page_item_has_children span.dropdown-arrow-active{
	transform: rotate(90deg);
}
.burger-nav-container .page_item_has_children span.dropdown-arrow:hover{
	color: #FAA25C;
}
.burger-nav-container .children.active{
	height: auto;
}

.burger-nav-phone span,
.burger-nav-mail span{
	display: block;
	font-size: 16px;
	font-weight: normal;
	color: #000;
	opacity: 0.5;
	padding-bottom: 5px;
}
.burger-nav-phone{
	padding-bottom: 20px;
}
.burger-nav-phone a{
	font-size: calc( (100vw - 991px)/(1920 - 991) * (20 - 18) + 18px);
	font-weight: bold;
	color: #3E71EC;
	transition: all 0.25s ease;
}
.burger-nav-mail a{
	font-size: calc( (100vw - 991px)/(1920 - 991) * (20 - 16) + 16px);
	font-weight: bold;
	color: #4976E3;
	transition: all 0.25s ease;
}
.burger-nav-phone a:hover,
.burger-nav-mail a:hover{
	color: #0a58ca;
}
.burger-nav-close{
	display: inline-block;
	position: absolute;
	top: 0px;
	right: 20px;
	padding: 15px;
}
.burger-nav-close:hover{
	opacity: 0.5;
}
/*---------- Main Screen CSS ----------*/
.main-screen{
	height: auto;
	background-size: cover;
	width: 100%;
	position: relative;
}
.main-screen .container-fluid{
	padding: 0px;
}
.main-screen-slider-item{
	position: relative;
	/*background-attachment: fixed;*/
}
.main-screen-slider-item h1{
	font-size: 3.45rem;
	color: #fff;
	margin-bottom: 2.5rem;
	font-weight: bold;
}
.main-screen-slider-item h2{
	color: #fff;
	font-size: 1.45rem;
	font-weight: 500;
	line-height: 1.5em;
}
.main-screen .headers-container{
	position: absolute;
	top: 40%;
	left: 12.5%;
	width: 38rem;
	z-index: 3;
}
.main-screen .main-screen-slider-item{
	position: relative;
	height: 41vw;
	background-size: cover;
}
.main-screen .owl-dots{
	position: absolute;
	display: flex;
	padding: 15px;
	left: calc(12.5% - 30px);
	bottom: 17%;
}
.main-screen .owl-dot span{
	display: inline-block;
	height: 10px;
	width: 10px;
	background-color: #fff;
	border-radius: 50%;
	margin-right: 30px;
	margin-left: 30px;
	opacity: 0.2;
}
.main-screen .owl-dot.active span{
	opacity: 1;
	box-shadow: 0px 0px 0px 15px rgb(255 255 255 / 20%);
}
.main-screen .owl-nav{
	display: none;
}
.main-screen  .main-screen-btn{
	position: absolute;
	z-index: 3;
	width: 16.875rem;
	height: 16.875rem;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size:1.3125rem;
	background-color: #3E71EC;
	border-radius: 50%;
	top: 37%;
	right: 26%;
	line-height: 12.5px;
	color: #fff;
	transition: all 0.25s ease;
}
.main-screen  .main-screen-btn:hover{
	background-color: #1f5cf5;
}
.main-screen  .main-screen-btn:hover img{
	transform: translate(10px);
}
.main-screen  .main-screen-btn img{
	transition: all 0.25s ease;
	width: 13.5px;
	height: 12.5px;
	margin-left: 10px;
}
/*---------- Front Page Production CSS ----------*/
.front-page-production .production-item{
	display: block;
	position: relative;
	padding: 0px;
	z-index: 1;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	padding-bottom: calc( (100vw - 991px)/(1920 - 991) * (436 - 224) + 224px);
}
.front-page-production .production-item:hover{
	color: #fff;
}
.front-page-production .production-item:hover:before{
	left: 0px;
}
.front-page-production .production-item:before{
	transition: all 0.25s ease;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	left: -100%;
	background-color: #FAA25C;
	z-index: 3;
	position: absolute;
}
.front-page-production .production-item .production-item-image{
	max-width: 100%;
	height: auto;
	z-index: 2;
}
.front-page-production .production-item h3{
	position: absolute;
	bottom: 12.5%;
	left: 12.5%;
	font-size: 1.31rem;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 1.6em;
	max-width: 69%;
	letter-spacing: 0.04em;
	margin-bottom: 0px;
	z-index: 3;
	color: #fff;
}
.front-page-production .production-item .arrow{
	position: absolute;
	bottom: 12.5%;
	right: 12.5%;
	z-index: 3;
}
/*----------- Front Page About Us CSS -----------*/
.front-page-about{
	background-image: url(/wp-content/themes/dalipribor/img/about-us-bg.jpg);
	background-size: cover;
	padding: 11.25rem 0px 8.4rem;
	background-position: right;
}
.front-page-about .container-fluid{
	max-width: 1510px;
	padding: 0px 20px;
}
.front-page-about h2{
	font-size: 2.8rem;
	font-weight: 600;
	padding-bottom: 4.3rem;
	padding-left: 3.6vw;
	margin-bottom: 0px;
}
.about-us-container{
	margin: 0px;
	padding: 0px 1px;
}
.front-page-about .text-col{
	padding-right: 50px;
	overflow-y: scroll;
	direction: rtl;
	margin-top: 30px;
	padding-left: 0px;
}
.front-page-about .text-col-content{
	direction: ltr;
	padding-left: 3.6vw;
}
.front-page-about .text-col::-webkit-scrollbar{
	width: 4px;
	background-color: #F2F2F2;
	direction: rtl;
}
.front-page-about .text-col::-webkit-scrollbar-thumb {
	background-color: #FAA25C;
}
.front-page-about .text-col h3{
	font-size: calc( (100vw - 991px)/(1920 - 991) * (28 - 22) + 22px);
	font-weight: 600;
	margin-bottom: 25px;
	margin-top: 30px;
}
.front-page-about .text-col p{
	font-size: calc( (100vw - 991px)/(1920 - 991) * (18 - 14) + 14px);
	font-weight: normal;
	text-align: justify;
	line-height: 1.8em;
}
.front-page-about .text-col ul{
	padding-left: 20px;
}
.front-page-about .text-col li{
	padding-left: 5px;
	font-size: calc( (100vw - 991px)/(1920 - 991) * (18 - 14) + 14px);
	padding-bottom: 5px;
	line-height: 1.8em;
}
.front-page-about .text-col li::marker{
	color: #FAA25C;
}
.front-page-about .img-col img{
	max-width: 800px;
	float: right;
	width: 100%;
	padding: 1px;
}
.front-page-about .about-us-footer{
	padding-top: 60px;
}
.about-us-footer .about-us-footer-btn{
	font-size: 1.25rem;
	font-weight: normal;
	background-color: #F8F9FB;
	border-radius: 2px;
	color: #000;
	margin-left: 3.6vw;
	padding: 28px 65px;
	transition: all 0.25s ease;
}
.about-us-footer .about-us-footer-btn:hover{
	background-color: #dee2e6;
}
.front-page-about .owl-controls{
	position: relative;
}
.front-page-about .owl-nav{
	position: absolute;
	display: inline-block;
	top: 38px;
	left: -30%;
}
.front-page-about .owl-nav .owl-prev,
.front-page-about .owl-nav .owl-next{
	margin: 0px 20px;
	width: 85px;
	display: inline-flex;
	height: 85px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	transition: all 0.25s ease;
}
.front-page-about .owl-nav .owl-prev:hover,
.front-page-about .owl-nav .owl-next:hover{
	background-color: #FAA25C;
}
.front-page-about .owl-nav .owl-prev:hover svg rect,
.front-page-about .owl-nav .owl-next:hover svg rect{
	fill: #fff;
	transition: all 0.25s ease;
}
.front-page-about .owl-dots{
	position: absolute;
	display: flex;
	padding: 15px;
	right: 20%;
	top: 58px;

}
.front-page-about .owl-dot span{
	display: inline-block;
	height: 10px;
	width: 10px;
	background-color: #fff;
	border-radius: 50%;
	margin-right: 30px;
	margin-left: 30px;
	opacity: 0.2;
}
.front-page-about .owl-dot.active span{
	opacity: 1;
	box-shadow: 0px 0px 0px 15px rgb(255 255 255 / 20%);
}
/* ------------ Front News CSS */
.front-news{
	margin: 9.375rem 0px 8rem;
}
.front-news .container-fluid{
	max-width: 1440px;
}
.front-news .news-choose{
	padding-bottom: 6.25rem;
}
.front-news .news-choose h2{
	display: inline-block;
	font-size: 45px;
	padding-right: 70px;
	opacity: 0.15;
	margin-bottom: 0px;
	cursor: pointer;
	font-weight: 600;
	transition: all 0.25s ease;
}
.front-news .news-choose h2:hover{
	opacity: 0.5;
}
.front-news .news-choose .news-choose-btn-active{
	opacity: 1;
}
.front-news .news-container .owl-stage-outer{
	height: 0;
	overflow: hidden;
}
.front-news .news-container .owl-controls{
	display: none;
}
.front-news .news-container-active .owl-stage-outer{
	height: auto;
}
.front-news .news-container-active .owl-controls{
	display: block;
}
.front-news .news-item{
	position: relative;
	height: 100%;
}
.front-news .news-wrapper{
	padding-bottom: 70px;
	display: inline-block;
	transition: all 0.25s ease;
	width: 100%;
}
.front-news .news-wrapper .news-item-img{
	display: block;
	width: 100%;
	max-width: 100%;
	margin-bottom: 50px;
	height: auto;
	padding-bottom: 66%;
	background-size: cover;
	background-position: center center;
}
.front-news .news-wrapper .news-item-tag{
	color: #4976E3;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	display: block;
	margin-bottom: 30px;
}
.front-news .news-wrapper .news-item-heading{
	font-size: 21px;
	font-weight: 600;
	margin-bottom: 20px;
}
.front-news .news-wrapper .news-item-content{
	font-size: 16px;
	line-height: 1.6;
	font-weight: 400;
	margin: 0;
	text-align: justify;
}
.front-news .news-wrapper .news-item-date{
	font-size: 16px;
	color: #CBCBCB;
	font-weight: bold;
	position: absolute;
	bottom: 0;
}
.front-news .owl-nav {
	position: absolute;
	display: inline-block;
	top: -11rem;
	right: 0;
}
.front-news .owl-nav .owl-prev, .front-news .owl-nav .owl-next {
	margin: 0px 20px;
	width: 85px;
	display: inline-flex;
	height: 85px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	transition: all 0.25s ease;
}
.front-news .owl-nav .owl-prev:hover, .front-news .owl-nav .owl-next:hover {
	background-color: #FAA25C;
}
.front-news .owl-nav .owl-prev:hover svg rect,
.front-news .owl-nav .owl-next:hover svg rect{
	fill: #fff;
	transition: all 0.25s ease;
}
.front-news .owl-stage{
	display: flex;
}
/* ------------ Partners CSS ----------- */
.partners{
	padding-bottom: 8.125rem;
	overflow: hidden;
	padding-top: 1.5rem;
}
.partners .container-fluid{
	max-width: 1440px;
}
.partners h2{
	font-size: 45px;
	padding-bottom: 6.25rem;
	margin-bottom: 0px;
	font-weight: 600;
}
.partners .partners-img-container{
	display: flex;
	margin-bottom: 5rem;
}
.partners .partners-img-container img{
	height: auto;
	width: auto;
	max-width: 100%;
	display: block;
	margin: auto;
}
/* ------------ Footer CSS ----------- */
.footer-nav{
	padding: 6.875rem 0px 4.375rem;
	background-color: #1740A1;
}
.footer-nav .container-fluid{
	max-width: 1440px;
}
.footer-nav-item h3{
	margin-bottom: 30px;
}
.footer-nav-item h3,
.footer-nav-item h3 a{
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}
.footer-nav-item p{
	margin-bottom: 30px;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
}
.footer-nav-item{
	margin-bottom: 3.75rem;
}
.footer-nav-phone span,
.footer-nav-mail span{
	display: block;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	opacity: 0.5;
	padding-bottom: 5px;
}
.footer-nav-phone{
	padding-bottom: 25px;
}
.footer-nav-phone a{
	font-size: calc( (100vw - 991px)/(1920 - 991) * (24 - 18) + 18px);
	font-weight: bold;
	color: #fff;
}
.footer-nav-mail a{
	font-size: 22px;
	font-weight: bold;
	color: #4976E3;
}
.footer-nav-phone a:hover,
.footer-nav-mail a:hover{
	text-decoration: underline;
}
.footer-nav-item ul{
	padding: 0px;
	max-width: 330px;
}
.footer-nav-item ul li{
	list-style: none;
	padding-bottom: 10px;
}
.footer-nav-item ul li a{
	font-size: 15px;
	font-weight: normal;
	line-height: 1.45;
	color: #fff;
	opacity: 0.5;
	transition: all 0.25s ease;
}
.footer-nav-item ul li a:hover{
	opacity: 1;	
}
.footer-contacts{
	padding: 6.25rem 5rem 3.125rem;
}
.footer-logo-container img{
	max-width: 100%;
}
.footer-contacts-top{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 80px;
	border-bottom: 1px solid #D1DCF4;
}
.footer-contacts-top-phone span{
	font-size: calc( (100vw - 991px)/(1920 - 991) * (16 - 14) + 14px);
	font-weight: 600;
	padding-bottom: 5px;
	display: inline-block;
	width: 100%;
	align-self: flex-end;
}
.footer-contacts-top-phone a{
	font-size: calc( (100vw - 991px)/(1920 - 991) * (23 - 18) + 18px);
	color: #3E71EC;
	align-self: flex-start;
	transition: all 0.25s ease;
}
.footer-contacts-top-phone a:hover{
	text-decoration: underline;
}
.footer-contacts-top-phone,
.footer-logo-container{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	flex-grow: 1;
	max-width: 20.625rem;
}
.footer-contacts-top-phone{
	/*padding-left: calc( (100vw - 991px)/(1920 - 991) * (60 - 20) + 20px);*/
	max-width: 230px;
}
.footer-contacts-bottom{
	padding-top: 50px;
	display: flex;
	align-items: center;
}
.footer-contacts-bottom .social-buttons,
.contacts-page-container .social-buttons {
	display: inline-block;
	flex-grow: 1;
}
.footer-contacts-bottom p{
	font-size: 1rem;
	margin: 0px;
	flex-grow: 1;
}
.footer-contacts-bottom > a{
	font-size: 1rem;
	font-weight: 400;
	text-decoration: underline;
	color: #000;
	flex-grow: 1;
	transition: all 0.25s ease;
}
.footer-contacts-bottom > a:hover{
	opacity: 0.7;
}
.footer-contacts-bottom .social-buttons a,
.contacts-page-container .social-buttons a{
	display: inline-block;
	padding-left: 30px;
	float: right;
	transition: all 0.25s ease;
}
.contacts-page-container .social-buttons a:last-child{
	padding-left: 0px;
}
.footer-contacts-bottom .social-buttons a:hover,
.contacts-page-container .social-buttons a: hover{
	transform: translateY(-10px);
}
/* ------------ Cards Page -----------*/
.bread-crumbs{
	padding: 60px 30px;
	max-width: 1440px;
	margin: auto;
}
.bread-crumbs-container{
	margin-bottom: 20px;
	font-size: 15px;
	color: #6c757d;
}
.bread-crumbs-container a{
	font-weight: 400;
	color: #6c757d;
	transition: all 0.25s ease;
}
.bread-crumbs-container a:hover{
	color: #FAA25C;
}
.bread-crumbs h1,
.container h1{
	font-size: calc( (100vw - 991px)/(1920 - 991) * (55 - 40) + 40px);
	color: #FAA25C;
	font-weight: bold;
	max-width: 75%;
}
.container h1{
	margin-bottom: 30px;
}
.cards-container,
.contacts-page-container{
	padding: 0px 15px 60px;
	max-width: 1440px;
}
.contacts-page-container p{
	font-size: 18px;
	margin-bottom: 20px;
}
.contacts-page-container span{
	font-size: 18px;
}
.contacts-page-container h1{
	margin-bottom: 30px;
	margin-top: 20px;
}
.contacts-page-container h5{
	font-size: 22px;
}
.cards-content{
	padding: 0px 15px;
}
.cards-content-after{
	padding-top: 50px;
}
.cards-content-before img,
.cards-content-after img{
	max-width: 100%;
	height: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}
.cards-content-before img{
	margin-top: 0px;
}
.cards-content-before p,
.cards-content-after p{
	font-size: 20px;
	margin-bottom: 25px;
}
.cards-content-before h4,
.cards-content-after h4{
	color: #FAA25C;
	font-size: 26px;
	margin-bottom: 30px;
}
.cards-content-before ul li,
.cards-content-after ul li{
	font-size: 16px;
	line-height: 1.8;
}
.product-category-card,
.service-category-card,
.product-item-card,
.service-item-card,
.production-item-large{
	margin: 0px;
	border: 1px solid #eff1f5;
	padding: 35px;
	transition: all 0.25s ease;
}
.product-category-card:hover,
.service-category-card:hover,
.service-item-card:hover,
.product-item-card:hover,
.production-item-large:hover{
	border-color: transparent;
	-webkit-box-shadow: 0px 5px 25px 0px rgb(18 25 38 / 10%);
	-moz-box-shadow: 0px 5px 25px 0px rgba(18, 25, 38, 0.1);
	box-shadow: 0px 5px 25px 0px rgb(18 25 38 / 10%);
}
.product-category-card a,
.service-category-card a,
.product-item-card a,
.service-item-card a,
.production-item-large a{
	display: flex;
}
.product-category-card-img,
.service-category-card-img{
	padding-bottom: calc( (100vw - 991px)/(1920 - 991) * (205 - 140) + 140px);
	width: 100%;
	max-width: calc( (100vw - 991px)/(1920 - 991) * (300 - 210) + 210px);
	display: inline-block;
	background-size: cover;
	background-position: center center;
	height: 0;
}
.product-category-card-content,
.service-category-card-content{
	padding-left: calc( (100vw - 991px)/(1920 - 991) * (65 - 30) + 30px);
	max-width: calc(100% - ( (100vw - 991px)/(1920 - 991) * (300 - 210) + 210px));
	display: flex;
}
.product-category-card h2,
.service-category-card h2{
	font-size: calc( (100vw - 991px)/(1920 - 991) * (30 - 24) + 24px);
	padding: 0px;
	color: #000;
	font-weight: 500;
	margin: auto;
}
.service-item-card-img,
.production-item-large-img,
.product-item-card-img{
	padding-bottom: 180px;
	width: 180px;
	max-width: 180px;
	display: inline-block;
	background-size: cover;
	background-position: center center;
	height: 0;
}
.service-item-card-content,
.production-item-large-content,
.product-item-card-content{
	max-width: calc(100% - 180px);
	padding-left: 40px;
}
.service-item-card h2,
.production-item-large h2,
.product-item-card h2{
	font-size: 24px;
	padding-bottom: 17px;
	color: #000;
	font-weight: 500;
	margin-bottom: 0px;
}
.service-item-card p,
.production-item-large p,
.product-item-card p{
	font-size: 19px;
	color: #777;
	font-weight: normal;
	text-align: justify;
}

/* ------------ Sidebar CSS -----------*/
.sidebar-container{
	padding: 0px 15px 0px 55px;
}
.sidebar > ul{
	list-style: none;
	border: 1px solid #eff1f5;
	padding: 0px;
}
.sidebar > ul > li{

	border-top: 1px solid #dee2e6;
}
.sidebar > ul > li a{
	padding: 10px 25px;
	width: calc(100% - 40px);
}
.sidebar > ul > li:first-child{
	border: none;
}
.sidebar a{
	color: #000;
	font-size: 17px;
	font-weight: normal;
	margin-bottom: 5px;
	display: inline-block;
	transition: all 0.25s ease;
}
.sidebar a:hover{
	color: #FAA25C;
}
.sidebar ul.children{
	list-style: none;
	height: 0px;
	overflow: hidden;
	transition: all 0.25s ease;
}
.sidebar .page_item_has_children{
	position: relative;
}
.sidebar .page_item_has_children span.dropdown-arrow{	
	position: absolute;
	right: 25px;
	cursor: pointer;
	font-weight: 100;
	transition: all 0.25s ease;
	font-size: 22px;
	line-height: 12px;
	top: 18px;
	color: #FAA25C;
	transform: rotate(-90deg);
}
.sidebar .page_item_has_children span.dropdown-arrow-active{
	transform: rotate(90deg);
}
.sidebar .page_item_has_children span.dropdown-arrow:hover{
	color: #FAA25C;
}
.sidebar .children.active{
	height: auto;
}
.sidebar .current_page_ancestor{
	background: #f8f9fb;
}
.sidebar .current_page_ancestor > a,
.sidebar .current_page_item > a{
	font-weight: 600;
}
.sidebar-item-opened{
	background-color:#F4F8FF;
}

/*------------- Prodcut page CSS -------------*/
.product-main-info{
	padding: 60px 10px 60px;
	background: #f8f9fb;
	border: 1px solid #dee2e6;
}
.product-main-info .row{
	margin: 0px;
	max-width: 1440px;
	margin: auto;
}
.product-main-info-content{
	padding: 20px 40px;
}
.product-main-info-content h3{
	color: #FAA25C;
	font-size: 28px;
	font-weight: bold;
	max-width: 75%;
}
.product-main-info-content p{
	padding-top: 20px;
	width: 75%;
	font-size: 20px;
	text-align: justify;
}
.product-main-info-content ol,
.product-main-info-content ul{
	width: 75%;
	padding-top: 20px;
	font-size: 20px;
	text-align: justify;
}
.product-main-info-slider .fotorama__stage__shaft img{
	max-width: 100%;
}
.product-main-info-slider .fotorama iframe{
	height: 100%;
	position: absolute;
	left: 0%;
	right: 0%;
	margin: auto;
}
.template-content{
	padding: 60px;
	max-width: 1440px;
	margin: auto;
}
.template-content h4{
	color: #FAA25C;
	font-size: 22px;
	margin-bottom: 30px;
}
.template-content p{
	font-size: 16px;
	margin-bottom: 25px;
	text-align: justify;
}
.template-content img{
	margin-top: 30px;
	margin-bottom: 30px;
	max-width: 100%;
	height: auto;
}
.template-content ul li{
	font-size: 16px;
	line-height: 1.8;
	text-align: justify;
}
li::marker{
	color: #FAA25C;
}
.switchable-content{
	overflow: hidden;
	height: 0px;
}
.switchable-content-active{
	height: auto;
}
.document-switcher-container{
	margin-bottom: 30px;
	margin-top: 30px;
}
.document-switcher{
	margin-right: 25px;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
	padding: 20px 35px;
	border: 1px solid grey;
	background-color: #f8f9fa;
	cursor: pointer;
	display: inline-block;
	margin-bottom: 30px;
}
.document-switcher:hover{
	color: #FAA25C;
}
.document-switcher-active{
	background-color: transparent;
	border-top: 2px solid #FAA25C;
}
.document-wrapper a{
	border: 1px solid #f1f1f1;
	font-size: 18px;
	font-weight: 500;
	padding: 21px 40px;
	margin: 1px;
	display: block;
	border-radius: 5px;
}
.document-wrapper a:hover{
	color: #FAA25C;
}
.document-wrapper img{
	max-width: 50px;
	margin-right: 25px;
}


/*---------------- News Page CSS --------------*/
.news-page-container{
	margin: 0px;
	margin-bottom:9.375rem;
}
.news-page-container .container-fluid{
	max-width: 1440px;
	padding: 0px 35px;
}
.news-page-container .news-choose{
	padding-bottom: 6.25rem;
}
.news-page-container .news-choose h2{
	display: inline-block;
	font-size: 45px;
	padding-right: 70px;
	opacity: 0.15;
	margin-bottom: 0px;
	cursor: pointer;
	font-weight: 600;
	transition: all 0.25s ease;
}
.news-page-container .news-choose h2:hover{
	opacity: 0.5;
}
.news-page-container .news-choose .news-choose-btn-active{
	opacity: 1;
}
.news-page-container .news-page-wrapper{
	height: 0;
	overflow: hidden;
}
.news-page-container .news-page-wrapper-active{
	height: auto;
}
.news-page-container .news-item{
	position: relative;
	margin-bottom: 40px;
	padding: 0px 10px;
}
.news-page-container .news-wrapper{
	padding-bottom: 35px;
	display: inline-block;
	width: 100%;
}
.news-page-container .news-wrapper .news-item-img{
	display: block;
	width: 100%;
	max-width: 100%;
	margin-bottom: 50px;
	height: auto;
	padding-bottom: 66%;
	background-size: cover;
	background-position: center center;
}
.news-page-container .news-wrapper .news-item-tag{
	color: #4976E3;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	display: block;
	margin-bottom: 30px;
}
.news-page-container .news-wrapper .news-item-heading{
	font-size: 21px;
	font-weight: 600;
	margin-bottom: 20px;
}
.news-page-container .news-wrapper .news-item-content{
	font-size: 16px;
	line-height: 1.6;
	font-weight: 400;
	margin: 0;
	text-align: justify;
}
.news-page-container .news-wrapper .news-item-date{
	font-size: 16px;
	color: #CBCBCB;
	font-weight: bold;
	position: absolute;
	bottom: 0;
}
/*---------------- News Item Page CSS --------------*/
.template-content-news{
	padding: 0px 60px 60px;
}
.template-content-wrapper-news img{
	max-width: 100%;
	width: auto;
}
.template-content-wrapper-news .news-item-date{
	font-size: 15px;
	margin-right: 20px;
	color: #000;
	margin-bottom: 30px;
	display: inline-block;
}
.template-content-wrapper-news .news-item-tag{
	color: #777;
	font-size: 15px;
	margin-bottom: 30px;
	display: inline-block;
}
/*---------------- About Us Page CSS ----------*/
.about-us-page-container{
	padding: 0px 15px 60px;
	max-width: 1440px;
}
.about-us-page-content{
	padding: 0px 15px;
}
.about-us-page-content img{
	max-width: 100%;
	height: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}
.wp-block-image img{
	margin: 0px;
}
.about-us-page-content p{
	font-size: 16px;
	margin-bottom: 25px;
	text-align: justify;
}
.about-us-page-content .has-text-align-center{
	text-align: center;
}
.about-us-page-content h4{
	color: #FAA25C;
	font-size: 26px;
	margin-bottom: 30px;
}
.about-us-page-content ul li{
	font-size: 16px;
	line-height: 1.8;
}
.wp-block-column{
	padding: 0px 20px;
}
.has-text-align-center{
	text-align: center;
}
.about-us-card{
	margin: 0px;
	border: 1px solid #eff1f5;
	padding: 40px;
	transition: all 0.25s ease;
}
.about-us-card:hover{
	border-color: transparent;
	-webkit-box-shadow: 0px 5px 25px 0px rgb(18 25 38 / 10%);
	-moz-box-shadow: 0px 5px 25px 0px rgba(18, 25, 38, 0.1);
	box-shadow: 0px 5px 25px 0px rgb(18 25 38 / 10%);
}
.about-us-card a{
	display: flex;
}
.about-us-card-img{
	padding-bottom: 180px;
	width: 100%;
	max-width: 180px;
	display: inline-block;
	background-size: cover;
	background-position: center center;
	height: 0;
}
.about-us-card-content{
	padding-left: 40px;
	max-width: calc(100% - 150px);
}
.about-us-card-content-centered,
.production-item-large-content-centered{
	max-width: 100%;
	padding-left: 0px;
	width: 100%;
	text-align: center;
}
.about-us-card-content-centered h2,
.production-item-large-content-centered h2{
	padding-bottom: 0px;
}
.about-us-card h2{
	font-size: 24px;
	padding-bottom: 17px;
	color: #000;
	font-weight: 500;
	margin-bottom: 0px;
}
.about-us-card p{
	font-size: 19px;
	color: #777;
	font-weight: normal;
	text-align: justify;
}
/*---------------- Responsive CSS -------------*/
@media screen and (max-width: 1441px){
	.main-screen .main-screen-slider-item{
		height: 45vw;
	}
	.main-screen .main-screen-btn{
		top: 0;
		right: 20%;
		bottom: 0;
		margin: auto;
		margin-top: 220px;
	}
	.main-screen .main-screen-btn{
		width: 15rem;
		height: 15rem;
		font-size: 1.2rem;
	}
	.front-page-about .about-us-footer{
		padding-top: 70px;

	}
	.front-news .container-fluid,
	.partners .container-fluid,
	.footer-nav .container-fluid {
		padding: 0px 35px;
	}
	.front-news .owl-nav{
		top: -12rem;
	}
	.footer-contacts{
		padding: 6.25rem 30px 3.125rem;
	}
	.footer-contacts .footer-logo-container{
		max-width: 220px;
	}
	.footer-contacts .footer-contacts-top-phone{
		max-width: 215px;
	}
	.front-page-about .owl-nav{
		left: -35%;
	}
	.cards-content-before p,
	.cards-content-after p{
		font-size: 16px;
	}
	.cards-content-before h4,
	.cards-content-after h4{
		font-size: 22px;
	}
	.service-item-card h2,
	.production-item-large h2,
	.product-item-card h2{
		font-size: 20px;
	}
	.product-item-card,
	.service-item-card p,
	.production-item-large p{
		font-size: 17px;
	}
	.about-us-card h2{
		font-size: 20px;
	}
	.about-us-card p{
		font-size: 17px;
	}
	.about-us-card-img,
	.service-item-card-img,
	.production-item-large-img,
	.product-item-card-img{
		padding-bottom: 150px;
		max-width: 150px;
		width: 150px;
	}
	.about-us-card-content-short,
	.service-item-card-content,
	.production-item-large-content,
	.product-item-card-content{
		max-width: calc(100% - 150px);
	}
	.sidebar a{
		font-size: 15px;
	}
	.sidebar a:hover{
		text-decoration: underline;
		color: #FAA25C;
	}
	.product-main-info-content h3{
		color: #FAA25C;
		font-size: 24px;
	}
	.product-main-info-content p,
	.product-main-info-content ol,
.product-main-info-content ul{
		font-size: 18px;
	}
	.burger-nav-item{
		padding-right: 30px;
	}
}
@media screen and (max-width: 1199px){
	.header-burger-container span{
		width: 32px;
	}
	.footer-contacts-top{
		justify-content: center;
	}
	.footer-contacts .footer-logo-container{
		max-width: 100%;
		width: 100%;
		justify-content: center;
		margin-bottom: 25px;
	}
	.footer-contacts .footer-contacts-top-phone{
		width: 25%;
		max-width: 25%;
		margin-top: 30px;
		justify-content: center;
		font-size: 20px;
	}
	.footer-contacts-top-phone span{
		text-align: center;
		font-size: 16px;
	}
	.footer-nav-mail a{
		font-size: 18px;
	}
	.footer-contacts .footer-logo-container img{
		justify-content: center;
		max-width: 240px;
	}
	.burger-nav-contacts p{
		font-size: 14px;
	}
	.burger-nav-item{
		padding-right: 10px;
	}
	.product-main-info-content p{
		max-width: 90%;
	}
}
@media screen and (max-width: 991px){
	html,body{
		font-size:10px;
	}
	.header .page-navi{
		display: none;
	}
	.header{
		padding: 20px;
		height: 100px;
	}
	.burger-nav-container .container-fluid{
		padding: 20px;
		padding-top: 30px;
	}
	.burger-nav-logo-container a{
		margin-top: 0px;
	}
	.header-logo-container{
		flex-grow: 25;
		width: auto;
		max-width: none;
	}
	.header-logo-container a{
		width: 20rem;
		max-width: 258px;
	}
	.header-language-container,
	.header-burger-container{
		flex-grow: 1;
	}

	.header-language-container img{
		width: 3rem !important;
	}
	.header-burger-container span{
		width: 30px;
	}
	.header-burger-container span:after{
		bottom: 6px;
	}
	.header-burger-container span:before{
		top: 6px;
	}
	.burger-active span:after{
		transform: translate(0px, 6px) rotate(45deg);
	}
	.burger-active span:before{
		transform: translate(0px, -6px) rotate(-45deg);
	}
	.main-screen .main-screen-slider-item{
		height: 46vw;
	}
	.main-screen .headers-container{
		top: 35%;
		left: 15%;
	}
	.main-screen .main-screen-btn{
		top: 0;
		bottom: 0;
		margin: auto;
		right: 18%;
		width: 15rem;
		height: 15rem;
		font-size: 1.6rem;
	}
	.main-screen .owl-dots{
		left: calc(15% - 25px);
		bottom: 20%;
	}
	.main-screen .owl-dot span{
		width: 8px;
		height: 8px;
		margin-right: 20px;
		margin-left: 20px;
	}
	.front-page-production .production-item{
		padding-bottom: calc( (100vw - 768px)/(991 - 768) * (337 - 261.6) + 261.6px);
	}
	.front-page-production .production-item h3{
		font-size: 1.5rem;
	}
	.front-page-about .text-col{
		margin-top: 15px;
		padding-right: 25px;
	}
	.front-page-about .text-col p{
		font-size: 14px;
	}
	.front-page-about .text-col h3{
		font-size: 22px;
	}
	.front-page-about .text-col ul li{
		font-size: 14px;
	}
	.about-us-footer .about-us-footer-btn{
		font-size: 1.5rem;
		padding: 24px 50px;
		margin-left: calc(3.6vw + 7px);
	}
	.front-page-about .owl-dots{
		right: 10%;
	}
	.front-page-about .about-us-footer{
		padding-top: 50px;
	}
	.about-us-footer .about-us-footer-btn{
		font-size: 1.5rem;
		padding: 24px 50px;
		margin-left: calc(3.6vw + 7px);
	}
	.front-page-about .owl-nav{
		top: 33px;
		left: -40%;
	}
	.front-page-about .owl-nav .owl-prev, .front-page-about .owl-nav .owl-next,
	.front-news .owl-nav .owl-prev, .front-news .owl-nav .owl-next{
		width: 55px;
		height: 55px;
	}
	.front-page-about .owl-dots{
		right: 12.5%;
		top: 38px;
	}
	.front-page-about .owl-dot span{
		width: 8px;
		height: 8px;
		margin-right: 20px;
		margin-left: 20px;
	}
	.front-page-about{
		background-position: right 40% top 0%;
	}
	.front-news .news-choose h2,
	.news-page-container .news-choose h2{
		font-size: 36px;
	}
	.front-news .news-wrapper img{
		margin-bottom: 30px;
	}
	.front-news .news-wrapper .news-item-tag{
		margin-bottom: 20px;
	}
	.front-news .owl-nav{
		top: -11rem;
	}
	.partners h2{
		font-size: 36px;
	}
	.footer-contacts .footer-logo-container,
	.footer-contacts-top-phone a{
		font-size: 20px;
	}
	.footer-contacts-bottom{
		justify-content: space-between;
	}
	.footer-contacts-bottom p{
		width: 27%;
		flex-grow: 0;
	}
	.footer-contacts-bottom .social-buttons{
		width: 27%;
		flex-grow: 0;
	}
	.footer-contacts-bottom > a{
		flex-grow: 0;
	}
	.footer-contacts-bottom .social-buttons a{
		padding-left: 20px;
	}
	.footer-contacts .footer-contacts-top-phone{
		width: 50%;
		max-width: 50%;
	}
	.footer-nav-phone a{
		font-size: 18px;
	}
	.sidebar-container{
		padding: 0px 15px 0px 25px;
		display: none;
	}
	.bread-crumbs{
		padding: 30px 30px;
	}
	.bread-crumbs h1,
	.container h1{
		font-size: 32px;
	}
	.product-category-card h2,
	.service-category-card h2{
		font-size: 24px;
	}
	.product-category-card-img,
	.service-category-card-img{
		padding-bottom: 140px;
		width: 100%;
		max-width: 210px;
	}
	.product-category-card-content,
	.service-category-card-content{
		max-width: calc(100% - 210px);
		padding-left: 40px;
	}
	.service-item-card h2,
	.production-item-large h2,
	.product-item-card h2{
		font-size: 18px;
	}
	.product-item-card p,
	.service-item-card p,
	.production-item-large p{
		font-size: 16px;
	}
	.about-us-card h2{
		font-size: 18px;
	}
	.about-us-card p{
		font-size: 16px;
	}
	.product-main-info-content h3{
		color: #FAA25C;
		font-size: 24px;
	}
	.product-main-info-content p,
	.product-main-info-content ol,
.product-main-info-content ul{
		width: 100%;
	}
	.product-main-info-content{
		padding: 10px 15px;
	}
	.burger-nav-item{
		order: 1;
	}
	.burger-nav-contacts{
		order: 2;
	}
	.product-slider-nav .arrow-prev, .product-slider-nav .arrow-next{
		top: 140px;
	}
	.product-slider .product-slider-thumb-item{
		padding-bottom: 50px;
		width: 50px;
		margin-right: 8px;
	}
	.contacts-page-container .contacts-page-content-col{
		text-align: center;
		padding-bottom: 40px;
	}
}
@media screen and (max-width: 767px){
	.main-screen{
		position: relative;
	}
	.main-screen .main-screen-slider-item{
		height: 500px
	}
	.main-screen .main-screen-btn{
		top: auto;
		bottom: 10%;
		right: 10%;
		left: 10%;
		margin: auto;
	}
	.main-screen .headers-container{
		top: 25%;
		left: 20%;
		right: 20%;
		text-align: center;
		width: auto;
	}
	.main-screen .owl-dots{
		margin: auto;
		left: 10%;
		top: 50%;
		right: 10%;
		bottom: auto;
		justify-content: center;
	}
	.front-page-production .production-item{
		padding-bottom: 240px;
	}
	.front-page-about{
		background: none;
		padding-bottom: 6rem;
	}
	.front-page-about .text-col{
		max-height: 400px;
	}
	.front-page-about .text-col-content{
		padding-left: 25px;
	}
	.front-page-about .img-col{
		background-image: url(/wp-content/themes/dalipribor/img/about-us-bg.jpg);
		background-size: cover;
		padding: 30px 10px 100px;
		background-position: right 20% top 0;
		margin-top: 40px;
	}
	.front-page-about .owl-nav{
		left: 2%;
	}
	.front-page-about .owl-dots{
		right: 6%;
	}
	.front-news .owl-nav{
		top: -15rem;
	}
	.front-news .news-choose h2,.news-page-container .news-choose h2{
		display: block;
		padding-bottom: 10px;
	}
	.front-news .news-choose{
		padding-bottom: 5rem;
	}
	.front-news .container-fluid, .partners .container-fluid, .footer-nav .container-fluid{
		padding: 0px 20px;
	}
	.footer-nav-contacts{
		padding-left: 0px;
		text-align: center;
	}
	.footer-nav-contacts h3{
		margin-left: 0px;
	}
	.footer-nav-item h3{
		text-align: center;
	}
	.footer-nav-item ul{
		text-align: center;
		max-width: none;
	}
	.footer-contacts{
		padding: 6.25rem 13px 3.125rem;
	}
	.footer-logo-container{
		max-width: 200px;
	}
	.footer-contacts-top-phone a{
		font-size: 20px;
	}
	.footer-contacts-bottom{
		flex-wrap: wrap;
	}
	.footer-contacts-bottom .social-buttons {
		width: 100%;
		order: -1;
		padding-bottom: 30px;
		display: flex;
		justify-content: center;
	}
	.footer-contacts-bottom p,
	.footer-contacts-bottom > a{
		width: 50%;
	}
	.product-item-card,
	.service-item-card,
	.production-item-large{
		padding: 20px;
	}
	.product-category-card-content,
	.service-category-card-content{
		padding-left: 25px;
	}
	.about-us-card{
		padding: 20px;
	}
	.about-us-card-content {
		padding-left: 25px;
	}
	.product-main-info-content p{
		padding-top: 10px;
	}
	.product-main-info-content{
		padding: 50px 30px 10px;
	}
	.product-main-info .row{
		justify-content: center;
	}
	.template-content{
		padding: 60px 30px;
	}
	.bread-crumbs h1,
	.container h1{
		font-size: 28px;
	}
	.product-slider-nav .arrow-prev, .product-slider-nav .arrow-next{
		top: 195px;
	}
	.product-category-card h2,
	.service-category-card h2{
		font-size: 22px;
	}
}
@media screen and (max-width: 575px){
	.header-logo-container a{
		width: 17rem;
	}
	.header-language-container, .header-burger-container{
		flex-grow: 6;
	}
	.header-language-container img{
		width: 30px;
	}
	.header-burger-container span:before{
		top: 5px;
	}
	.header-burger-container span:after{
		bottom: 5px;
	}
	.burger-nav-logo-container{
		width: 17rem;
		max-width: 17rem;
	}
	.burger-active span:after{
		transform: translate(0px, 5px) rotate(45deg);
	}
	.burger-active span:before{
		transform: translate(0px, -5px) rotate(-45deg);
	}
	.main-screen-slider-item h1{
		font-size: 3rem;
	}
	.main-screen .headers-container{
		left: 10%;
		right: 10%;
	}
	.main-screen .main-screen-slider-item{
		height: 550px;
	}
	.main-screen .owl-dots{
		top: 52.5%;
	}
	.main-screen .main-screen-btn{
		bottom: 7.5%;
	}
	.front-page-production .production-item{
		padding-bottom: 270px;
	}
	.front-page-about .container-fluid{
		padding: 0 5px;
	}
	.front-page-about .owl-nav{
		left: 0;
	}
	.front-page-about .owl-nav .owl-prev, .front-page-about .owl-nav .owl-next{
		margin: 0px 10px;
	}
	.front-page-about .owl-dot span{
		margin-right: 15px;
		margin-left: 15px;
	}
	.front-page-about .owl-dots{
		right: -2%;
	}
	.front-page-about .about-us-footer{
		text-align: center;
	}
	.about-us-footer .about-us-footer-btn{
		margin-left: 0px;
	}
	.front-news .news-choose h2,
	.news-page-container .news-choose h2{
		text-align: center;
		padding-right: 0px;
	}
	.front-news .news-choose{
		padding-bottom: 7rem;
	}
	.front-news .news-container-active .owl-controls{
		display: flex;
		justify-content: center;
	}
	.front-news .news-container{
		margin-left: 0px;
		margin-right: 0px;
	}
	.front-news .owl-nav{
		top: -7rem;
		left: auto;
		right: auto;
	}
	.front-news .owl-nav .owl-prev, .front-news .owl-nav .owl-next{
		width: 55px;
		height: 55px;
	}
	.front-news .news-container-active .owl-stage-outer{
		padding: 0px;
	}
	.front-news .news-item{
		padding: 0px 1px;
	}
	.partners .owl-nav{
		top: -11rem;
	}
	.partners .owl-nav .owl-prev, .partners .owl-nav .owl-next{
		height: 55px;
		width: 55px;
	}
	.partners .partners-img-container{
		display: flex;
		max-height: 160px;
	}
	.partners .owl-nav{
		right: -7%;
	}
	.partners .partners-img-container img{
		margin: auto;
	}
	.footer-contacts .footer-logo-container{
		max-width: 100%;
		width: 100%;
	}
	.footer-contacts .footer-contacts-top-phone{
		max-width: 100%;
		width: 100%;
	}
	.footer-contacts-top-phone a{
		font-size: 20px;
	}
	.footer-contacts-bottom p, .footer-contacts-bottom > a {
		width: 100%;
		padding-bottom: 20px;
		text-align: center;
	}
	.product-category-card a,
	.product-item-card a,
	.service-item-card a,
	.production-item-large a,
	.service-category-card a{
		flex-wrap: wrap;
	}
	.product-category-card-img,
	.service-category-card-img,
	.product-item-card-img,
	.service-item-card-img,
	.production-item-large-img{
		margin: auto;
		margin-bottom: 30px;
	}
	.product-category-card-content,
	.service-category-card-content,
	.product-item-card-content,
	.service-item-card-content,
	.production-item-large-content{
		text-align: center;
		padding-left: 0px;
		max-width: 100%;
		width: 100%;
	}
	.about-us-card a{
		flex-wrap: wrap;
	}
	.about-us-card-img{
		margin: auto;
		margin-bottom: 30px;
	}
	.about-us-card-content {
		text-align: center;
		padding-left: 0px;
		max-width: 100%;
		width: 100%;
	}
	.product-main-info-content{
		padding: 50px 15px 10px;
	}
	.product-main-info-content h3{
		max-width: 100%;
	}
	.template-content{
		padding: 40px 15px;
	}
	.document-switcher-container{
		text-align: center;
	}
	.product-slider.full-screen .product-slider-inner{
		padding: 20px 40px;
	}
	.product-slider.full-screen .product-slider-nav .arrow-next{
		right: 5px
	}
	.product-slider.full-screen .product-slider-nav .arrow-prev{
		left: 5px
	}
	.bread-crumbs h1,
	.container h1{
		max-width: 100%;
	}
	.product-main-info-content p{
		max-width: 100%;
	}
	.product-slider-thumb-item{
		padding-bottom: 60px;
		width: 60px;
	}
	.news-page-container .news-item{
		max-width: 350px;
	}
}












.product-slider{
	position: relative;
	overflow: hidden;
	max-width: 440px;
	margin: auto;
}
.product-slider-inner{
	display: flex;
	max-height: 440px;
	background-color: #fff;
	cursor: pointer;
	margin-bottom: 35px;
}
.product-slider-item{
	width: 0px;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	transition: width 0.25s;
}
.product-slider-item.active{
	width: 100%;
	height: 100%;
	padding-bottom: 100%;
	transition: width 0.25s;
}
.product-slider-video-item.active{
	height: 440px;
	padding-bottom: 0px;
}
.product-slider-video-item{
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 0px;
}
.product-slider-item video{
	max-width: 100%;
	width: 100%;
	max-height: 100%;
}
.product-slider-video-item{
	transition: width 0.25s;
	background-color: #f8f9fb;
}
.product-slider-item svg{
	max-width: 100%;
	max-height: 100%;
	display: block;
	margin: auto;
}
.product-slider-nav{
	position: absolute;
	width: 100%;
	top: 0;
}
.product-slider-nav .full-screen-btn{
	width: 50px;
	height: 50px;
	display: flex;
	border-radius: 50%;
	background-color: #fff;
	position: absolute;
	top: -50px;
	right: 10px;
	transition: all 0.25s ease;
	cursor: pointer;
}
.product-slider-nav .full-screen-btn svg{
	display: block;
	margin: auto;
	width: 16px;
}
.product-slider-nav .arrow-prev,
.product-slider-nav .arrow-next{
	position: absolute;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #fff;
	display: flex;
	top: 195px;
	cursor: pointer;
	transition: all 0.25s ease;
}
.product-slider-nav .arrow-prev:hover,
.product-slider-nav .arrow-next:hover,
.product-slider-nav .full-screen-btn:hover{
	background-color: #FAA25C;
}
.product-slider-nav .arrow-prev:hover svg rect,
.product-slider-nav .arrow-next:hover svg rect,
.product-slider-nav .full-screen-btn:hover svg{
	fill: #fff;
	transition: all 0.25s ease;
}

.product-slider-nav span.arrow{
	display: block;
	margin: auto;
	line-height: 15px;
	height: 15px;

}
.product-slider-nav .arrow-prev{
	left: -50px;
	transition: all 0.25s ease, left 0.25s ease,top 0s;
}
.product-slider-nav .arrow-next{
	right: -50px;
	transition: all 0.25s ease, right 0.25s ease,top 0s;
}
.product-slider-nav .close-btn{
	display: none;
}
.product-slider.full-screen .product-slider-nav .full-screen-btn{
	display: none;
}
.product-slider-nav.shown .full-screen-btn{
	top: 10px;
}
.product-slider-nav.shown .arrow-prev{
	left: 10px;
}
.product-slider-nav.shown .arrow-next{
	right: 10px;
}
.product-slider-thumbs{
	display: flex;
	justify-content: center;
	padding-bottom: 2px;
}
.product-slider-thumb-item{
	background-size: cover;
	background-position: center;
	padding-bottom: 60px;
	width: 60px;
	margin-right: 12px;
	cursor: pointer;
}
.product-slider-thumb-video-item{
	box-shadow: 0px 0px 3px 1px #dee2e6;
}
.product-slider-thumb-item.active{
	box-shadow: 0px 0px 0px 2px #faa25c;
}
.product-slider.full-screen{
	cursor: auto;
	position: relative;
	z-index: 5;
}
.product-slider.full-screen .product-slider-inner{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	max-height: 100vh;
	padding: 20px 80px;
	cursor: auto;
	background-color: #fff;
	overflow: auto;
}
.product-slider.full-screen-animating:before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: #fff;
	animation: roundin 1s;
	top: 0px;
	left: 0px;
	position: fixed;
	margin: auto;
}
@keyframes roundin{
	from {
		width: 0px;
		height: 0px;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		border-radius: 50%;
	}

	to {
		width: 200vw;
		height: 200vw;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		border-radius: 50%;
	}
}
.product-slider.full-screen .product-slider-item{
	background-size: contain;
	background-repeat: no-repeat;
	padding-bottom: 0px;
}
.product-slider.full-screen .product-slider-video-item.active{
	height: 100%;
}
.product-slider.full-screen .product-slider-item video{
	max-width: 100%;
	max-height: 100%;
}
.product-slider.full-screen .product-slider-video-item{
	background-color: #fff;
}
.product-slider.full-screen .product-slider-nav{
	position: fixed;
	z-index: 2;
	left: 0px;
}
.product-slider.full-screen .product-slider-nav .arrow-prev{
	left: 20px;
}
.product-slider.full-screen .product-slider-nav .arrow-next{
	right: 20px;
}
.product-slider.full-screen .product-slider-nav .arrow-prev,
.product-slider.full-screen .product-slider-nav .arrow-next{
	top: calc(50vh - 25px);
}
.product-slider.full-screen .product-slider-nav svg{
	width: 15px;
	height: 20px;
}
.product-slider.full-screen .product-slider-nav span{
	height: 20px;
}
.product-slider.full-screen .product-slider-nav .close-btn{
	display: inline-block;
	position: absolute;
	top: 25px;
	right: 25px;
	cursor: pointer;
}
.product-slider.full-screen .product-slider-nav .close-btn svg{
	transition: all 0.25s ease;
}
.product-slider.full-screen .product-slider-nav .close-btn:hover svg{
	fill: #FAA25C;
}