body, html{
    height: 100%;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    background-color: #fbf5d5;
}
.main_container{
	height: auto!important;
    min-height: 85%;
    position: relative;
    background-color: #fbf5d5;
}
/*fonts for site
thin 100
thin 100 Italic
light 300
light 300 Italic
regular 400
regular 400 Italic
medium 500
medium 500 Italic
bold 700
bold 700 Italic
black 900
black 900 Italic*/
ul{
	padding:0;
	margin:0;
}
li {
    list-style-type: none;
}
a:hover, a:focus{
	text-decoration:none;
}
a:active{
	text-decoration:none;
}
a{
    text-decoration: none;
    /* position: relative; */
    /* left: 50px; */
}
img {
    height: auto;
    width: auto\9; /* ie8 */
    border: none;
}
.active{
	 display: block!important;
}
.wraper{
	height: 100%;
}
.content-height{
	min-height: calc(100% - 232px);
	/* height: 1px; */
	position: relative;
}
.content-height .container{
	background:white;
}

/*---------------------header------------------*/
/*---------------------header------------------*/
/*---------------------header------------------*/

.header{
	width: 100%;
	position: relative;
	box-shadow: 0px 0px 10px black;
	z-index: 1;
	min-height: 92px;
}
.top-header{
	background: #d39700;
}
.top-header ul{
	float:right;
}
.top-header ul li{
	display:inline-block;
	margin-left: 17px;
}
.top-header ul li a{
	color: white;
	text-transform: uppercase;
	font-size: 12px;
}
.bottom-header{
	background: white;
	padding: 0px 0 0px 0;
	box-shadow: -3px 2px 10px 0px #7d7a7a;
}

.menu ul{
	margin-top: 0px;
}
.menu ul li{
	display: inline-block;
	padding: 28px 7px;
	margin-right: 2px;
}
.menu ul li:hover>a{
	color: #d39700;
}
.menu ul li a{
	font-size: 13px;
	color: #3c3c3b;
	font-weight: 500;
	text-transform: uppercase;
}
.menu ul li>a:hover{
	color:#d39700;
}
.hover-sub-menu>a::after{
	content: " ";
	position: absolute;
	top: 32px;
	margin-left: 1px;
	border: 4px solid transparent;
	border-right: 4px solid #d39700;
	border-bottom: 4px solid #d39700;
}
.sub-menu-products{
	position: absolute;
	background: white;
	border-top: 4px solid #d39700;
	text-align:center;
	display: none;
	top: 74px;
	z-index: 1;
	margin-left: -30px;
	box-shadow: 0px 5px 14px -6px black;
}
.hover-sub-menu:hover .sub-menu-products{
	display:block;
}
.sub-menu-products a{
	display:block;
	padding: 10px 20px;
	text-align: left;
	text-transform: none!important;
	min-width: 145px;
	max-width: 180px;
}
.sub-menu-products a:hover{
	background:#ebebe5;
	color:#3c3c3b;
}
.sub-menu-materials{
	position: absolute;
	background: white;
	border-top: 4px solid #d39700;
	text-align:center;
	display: none;
	top: 74px;
	z-index: 1;
	margin-left: -5px;
	box-shadow: 0px 5px 14px -6px black;
}
.hover-sub-menu:hover .sub-menu-materials{
	display:block;
}
.sub-menu-materials a{
	display:block;
	padding: 10px 20px;
	text-align: left;
	text-transform: none!important;
	min-width: 145px;
	max-width: 180px;
}
.sub-menu-materials a:hover{
	background:#ebebe5;
	color:#3c3c3b;
}
.bottom-header .col-md-3{
	padding:0;
}
.contacts-head ul{
	padding-top: 22px;
}
.contacts-head ul li{
	text-align:right;
	line-height:20px;
}
.contacts-head ul li a{
	color:#3c3c3b;
	font-weight: 500;
	font-size: 12px;
}

/*--------------home-slider------------*/
/*--------------home-slider------------*/
/*--------------home-slider------------*/


.home-slider{
	width:100%;
	overflow: hidden;
	height: 346px;
	/* background: linear-gradient(to left, rgba(255, 255, 255, 0.84), rgb(0, 0, 0)); */
}
.home-slider h3{
	position:relative;
	margin-top:75px;
	font-size:36px;
	color:white;
	padding-left: 15px;
	font-weight: 400;
	text-align: left;
}
.home-slider h4{
	position:relative;
	margin-top:10px;
	font-size:20px;
	color:white;
	padding-left: 15px;
	line-height: 25px;
	font-weight: 300;
	text-align: left;
}
	.flex-control-nav {
		position: absolute;
		top: 310px;
	}
.flexslider{
	background:none;
	border-radius: 0;
	border: none;
}
.flexslider img{
	/* opacity: 0.7; */
	height: 346px!important;
}
.flex-control-paging li a{
	background:white;
}
.flex-control-paging li a:hover{
	background: #aeaeae;
}
.flex-control-paging li a.flex-active{
	background: #5b5b5b;
}
.flex-prev,.flex-next{
	display:none!important;
}

/*------------content-home------------*/
/*------------content-home------------*/
/*------------content-home------------*/


.content-home{
	padding: 0;
	padding-bottom: 0px;
}
.content-home .container{
	background:white;
}

.left-collum-home img{
	margin-bottom: 10px;
}
.left-collum-home span{
	font-size:12px;
}
.padding-text{
	padding-right:8.3%;
	min-height: 100%;
    height: auto;

}
.description-author{
	padding-top:60px;
	text-align: justify;
}
.description-author h4{
	font-size: 20px;
	margin: 0 0 12px;
}
.text-author{
	font-size: 14px;
}
.description-author p{
	font-size: 14px;
}
.author p{
	font-size: 14px;
	text-align: right;
}
.news-collum{
	/* border-left: 1px solid #cccccc; */
	padding-left: 32px;
	margin-right: 0;
	padding-right: 0;
}
.news-collum h4{
	text-transform:uppercase;
	font-weight: normal;
	padding-top: 12px;
	margin-bottom: 23px;
}
.news-collum .date-one-news{
	background: #d39700;
	width: 77px;
	line-height: 17px;
	position: absolute;
	top: 100px;
	font-size: 11px;
	padding: 0px 5px;
	color: white;
	/* line-height: 22px; */
	text-align: center;
}
.bx-wrapper{
	margin:0;
}
.bx-pager{
	display:none;
}
.bx-viewport{
	box-shadow: none!important;
}
.news-collum .slide h5{
	font-weight: normal;
	/* margin-bottom: 27px; */
	height: 33px;
	overflow: hidden;
	margin-top: 8px;
}
.slide p{
	font-weight: normal;
	font-size: 12px;
	padding: 0 10px;
}
.slide a{
	color:#3c3c3b;
	font-weight:normal;
	margin-bottom: 12px;
	display: block;
}
.wraper-news-img{
	height: 125px;
	width:100%;
	overflow: hidden;
}
.wraper-news-img img{
	/* height: 100%; */
	max-width: 110%;
	display: block;
	/* margin: 0 auto; */
}
.arrow-news-next{
	width: 50px;
	float: right;
	text-align:center;
	margin: 15px 0;
}
.arrow-news-prew{
	width: 50px;
	float: right;
	text-align:center;
	margin: 15px 0;
}
.arrow-news-next:hover,.arrow-news-prew:hover{
	background: #d6d6d6;
	border-radius: 30px;
}
.bx-prev,.bx-next{
	background:none!important;
	display:none;
}
.journals .bx-viewport{
	height:auto!important;
}
.journals h3{
	margin:0;
	padding-top: 30px;
	font-weight: normal;
	padding-bottom: 23px;
	padding-left: 15px;
	text-transform: uppercase;
	font-size: 16px;
}
.journals .bx-wrapper{
	width: calc(100% - 40px);
	float:left;
}
.journals h5{
	font-weight: normal;
	padding: 0 10px;
	margin: 0;
}
.wrapper-journals{
	text-align: left;
	padding: 5px;
}
.journals{
	border-top: 1px solid #ccc;
}
.wrapper-journals a{
	color:#3c3c3b;
}
.wrapper-journals:hover{
	background: #f1f1f1;
}
.wrapper-news_bottom:hover{
	background: #f1f1f1;
}
.wrapper-journals p{
	margin-bottom: 0px;
	padding: 0px;
}
.wrapper-journals h5{
	margin-bottom: 0px;
	padding: 0px;
}
.wrapper-journals a{
	margin-bottom: 0px;
}
/*.wrapper-journals:hover p{
	color: #ccc;
}*/
.wrapper-journals h5{
	margin-bottom: 0px;
	margin-top: 5px;
}
/*.wrapper-journals:hover h5{
	color: #ccc;
}*/
.wrapper-news_bottom{
	padding: 5px;
}
.wrapper-news_bottom a{
	margin-bottom: 0px;
}
.news_bottom .bx-viewport{
	height: auto!important;
	border: 0px;
}
.wrapper-news_bottom h5{
	margin-top: 5px;
	margin-bottom: 0px;
}
/*.wrapper-news_bottom:hover h5{
	color: #ccc;
}
.wrapper-news_bottom:hover span{
	color: #ccc;
}*/
.wraper-journals-img{
	height: 152px;
	width: 102px;
	margin: 0px auto 5px;
	padding-top: 8px;
}
.wraper-journals-img img{
	height: 142px;
	/* padding-top: 6px; */
}
.arrow-journals-next .bx-viewport{
	height:auto;
}
.arrow-journals-next{
	position: relative;
	left: -10px;
	margin-top: 70px;
	width: 20px;
	text-align: center;
	padding:5px 0;
	z-index: 1;
	float: left;
}
.arrow-journals-prew{
	/* position: absolute; */
	/* right: 100px; */
	margin-top: 70px;
	width: 20px;
	text-align: center;
	padding:5px 0;
	float: left;
}
.arrow-journals-prew:hover, .arrow-journals-next:hover{
	background: #d6d6d6;
	border-radius: 30px;
}



.news_bottom .bx-wrapper{
	width: calc(100% - 40px);
	float:left;
}
.arrow-news_bottom-next{
	position: relative;
	left: -10px;
	margin-top: 70px;
	width: 20px;
	text-align: center;
	padding:5px 0;
	z-index: 1;
	float: left;
}
.arrow-news_bottom-prew{
	/* position: absolute; */
	/* right: 100px; */
	margin-top: 70px;
	width: 20px;
	text-align: center;
	padding:5px 0;
	float: left;
}
.arrow-news_bottom-prew:hover, .arrow-news_bottom-next:hover{
	background: #d6d6d6;
	border-radius: 30px;
}

/*------footer------*/
/*------footer------*/
/*------footer------*/

.footer{
	font-size: 15px;
	background: url(../image/footer.png);
	background-size: cover;
	padding: 50px 0 20px;
	border-top: 2px solid #a88f00;
	min-height: 140px;
	position: relative;
}
.social li{
	display:inline-block;
	width: 26px;
	height: 26px;
	border-radius:50%;
	line-height:50px;
	text-align:center;
	font-size:12px;
	margin-right: 11px;
}
.social li a{
	display: block;
	width:40px;
	height:40px;
	border-radius: 50%;
}
.fb{
	background: url('../image/fb.png');
	background-size:cover;
}
.in{
	background: url('../image/in.png');
	background-size:cover;
}
.google{
	background: url('../image/g.png');
	background-size:cover;
}
.fb:hover{
	background: url('../image/fbhover.png');
	background-size:cover;
}
.in:hover{
	background: url('../image/inhover.png');
	background-size:cover;
}
.google:hover{
	background: url('../image/ghover.png');
	background-size:cover;
}
.phone-footer{
	float:left;
	position:relative;
	font-size: 12px;
	font-weight: 400;
}
.mail-footer{
	float: left;
	position:relative;
	left: 5px;
}
.phone-footer li{
	font-size: 12px;
	color: white;
	font-weight: 500;
}
.title-footer-phone-mail{
	color:white;
	float: left;
	font-size: 12px;
	font-weight: 500;
}
.mail-footer li{
	color: white;
	font-size: 12px;
	font-weight: 500;
}
.button-footer{
	font-size: 16px;
	background: white;
	width: 156px;
	height: 30px;
	border-radius: 30px;
	border: 2px solid #ccc;
	/* text-align: center; */
	padding: 0px 0 0 7px;
	line-height: 13px;
	cursor: pointer;
	display: inline-block;
}
.button-footer:hover{
	background:#ebebe5;
}
.button-footer img{
	float: left;
	margin-top: 5px;
	width: 18px;
}
.button-footer p{
	margin: 0;
	color: #c58d0c;
	font-size: 12px;
	line-height: 27px;
	margin-left: 25px;
}
#scrolling{
	position:absolute;
	left:0px;
	display: none;
	margin-top: 15px;
}
.scroll-top{
	padding-top: 20px;
	text-align: right;
}
.scroll-top img{
	height: 35px;
	width: 35px;
	display:block;
}
.developed{
	text-align: center;
	padding-top: 0px;
}
.developed a{
	color: white;
	font-size: 12px;
}
.fon-pop-up{
	background: rgba(0, 0, 0, 0.4);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	z-index: 100;
	display: none;
}
.pop-up{
	width: calc(100% - 30px);
	max-width: 520px;
	margin:0 auto;
	position:fixed;
	top: calc((100% - 521px)/2);
	left: 50%;
	margin-left: -260px;
	background:white;
	padding: 15px;
	z-index:101;
	display: none;
}
.pop-up>p{
	font-size:18px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 0 23px 0;
}
.block-form{
	clear:both;
}
.block-form p{
	font-size: 12px;
	margin-bottom: 5px;
}
.contacts_textarea{
	font-size: 15px;
    width: 100%;
    margin-bottom: 10px;
    height: 179px;
    padding-left: 15px;
    resize: none;
    margin-top: 21px;
}
.block-form input{
	width: 100%;
	margin-bottom: 15px;
}
.pop-up .btn_feedback{
	width: 100%;
	height: 36px;
}

/*------contact-page------*/
/*------contact-page------*/
/*------contact-page------*/

.content-page-contacts{
	height: 100%;
}
.page-contact{
	height: 100%;
	/* min-height: 78%; */
	overflow: hidden;
}
.adressa h4{
	font-size:16px;
	font-weight: bold;
}
.adressa p{
	font-size: 15px;
	margin-bottom: 0px;
}
.adressa h5{
	font-size: 16px;
	font-weight: bold;
}
.adressa{
	/* margin-bottom: 88px; */
	/* padding-top: 45px; */
}
.adressa div{
	font-size: 14px;
}
.adressa>div:nth-child(4){
	/* min-height: 78px; */
}
.forma-contact p{
	padding-bottom:0px;
	font-weight: 500;
	padding-top: 0px;
}
.form_max_left,.form_max_left .col-sm-6
,.form_max_left .col-md-6
,.form_max_left .col-lg-6
,.form_max_left .col-xs-12
{
	padding-left: 0px;
}
.contacts_field{
	font-size: 14px;
	width: 190px;
	height: 35px;
	padding-left: 15px;
	margin-bottom: 10px;
}
.dismis{
	position: absolute;
	top: 10px;
	right: 10px;
	width: 20px;
	height: 20px;
	display: block;
	background: url(../image/cross-lines.png)no-repeat center center;
	-webkit-background-size: contain;
	background-size: contain;
	opacity: 0.7;
}
.dismis:hover{
	opacity: 1;
}
.form_max_rigt{
	padding:0 0 0 5px;
}
.form_max_left{
	padding:0 5px 0 0;
}
.page-contact .contacts_textarea{
	font-size: 14px;
	width: 237px;
	margin-left: -25px;
	margin-bottom: 10px;
	height: 125px;
	padding-left: 15px;
	resize:none;
}
.form_max_bottom{
	padding-left:0;
	padding-bottom: 15px;
}
.btn_feedback{
	font-size: 14px;
	width: 94%;
	border: 2px solid #d39700;
	height: 33px;
	border-radius: 30px;
	background: white;
	color: #d39700;
}
.btn_feedback:hover{
	border: 2px solid #ccc;
	background: #ebebe5;
}
.page-contact{
	padding-top: 25px;
}
.page-contact .line{
	margin-top: 25px;
}
.page-contact .form-content{
	padding-top: 25px;
}
.managers h5{
	font-size:16px;
	font-weight:bold;
}
.menedger-one{
	width: auto;
	min-height: 118px;
	float:left;
	padding-right: 20px;
	font-size: 14px;
}
.menedger-one a{
	color: #333;
}

.menedger-one span{
        font-weight: bold;
}

#map {
    width: 100%;
    height: 250px;
    box-shadow: 0px 0px 3px #7d7c7c;
    border: 5px solid #f1f1f1;}

/*page-about-us*/

.banner-about-us{
	background:url(../image/about-us.png);
	height: 190px;
	background-size: cover;
}
.banner-about-us .container{
	background:none;
}
.banner-about-us h3{
	padding: 122px 0 0 0;
	margin: 0px;
	color: white;
	font-size: 36px;
}
.content-about-us .col-md-9{
	padding-left:0px;
	border-right: 0px;
    background: url(../image/li.png) no-repeat right center;
    background-size:auto 100%;
}
.content-about-us .col-md-9 .col-md-10{
	padding-left:0px;
	min-height: 644px;
	text-align: justify;
}
.content-about-us div{
	font-size:14px;
}
.block-slider-certificate .bx-viewport{
	width:104%!important;
}
.desc-about-us h5{
	width: 250px;
	line-height: 23px;
	margin-top: 44px;
	font-size: 12px;
}
.desc-about-us h6{
	width: 200px;
	line-height: 23px;
	font-size: 12px;
	margin-bottom: 28px;
	font-weight: normal;
}
.desc-about-us p{
	line-height: 23px;
	font-size:14px;
	margin-bottom: 26px;
}
.wraper-certificate{
	width:100%;
	text-align:center;
}
.wraper-certificate-img{
	width: 160px;
	height: 105px;
	overflow:hidden;
	margin:0 auto;
}
.wraper-certificate-img img{
	width: auto;
	display: block;
	height: 150px;
	margin:0 auto;
}
.block-slider-certificate{
	text-transform:uppercase;
	padding-left: 0;
}
.wraper-news_bottom-img{
	height:120px;
	overflow:hidden;
	/* background: #F1F1F1; */
	text-align: left;
}
.wrapper-news_bottom{
	text-align: left;
}
.wraper-news_bottom-img:hover{
	background: #F1F1F1
}
.wraper-news_bottom-img img{
	height: 100%;
    display: block;
    width: auto;
    margin: 0 auto;

}
.block-slider-certificate .bx-viewport{
	height:auto!important;
	padding-bottom:48px;
	padding-left: 10px;
	margin-left: 11px;
}
.block-slider-certificate h4{
	font-size:18px;
	margin-top: 63px;
	font-weight: normal;
}
.news_bottom .bx-wrapper{
	width: calc(100% - 40px);
	float:left;
}
.arrow-cetificate-bottom-next{
	position: relative;
	left: -10px;
	margin-top: 40px;
	width: 20px;
	text-align: center;
	padding:5px 0;
	z-index: 1;
	float: left;
}
.arrow-cetificate-bottom-prew{
	/* position: absolute; */
	/* right: 100px; */
	margin-top: 40px;
	width: 20px;
	text-align: center;
	padding:5px 0;
	float: left;
}
.arrow-cetificate-bottom-prew:hover, .arrow-cetificate-bottom-next:hover{
	background: #d6d6d6;
	border-radius: 30px;
}

/*--------page-news--------*/

.page-news h3{
	text-transform: uppercase;
	font-size: 18px;
	font-weight: normal;
}
.tab-years{
	padding:0;
	margin-bottom: 32px;
}
.year{
	float: left;
	width: 120px;
	border-top: 2px solid #d39700;
	border-bottom: 2px solid #d39700;
	border-right: 2px solid #d39700;
	text-align: center;
}
.year:first-child{
	border-left: 2px solid #d39700;
}
.year:hover{
	background: #d39700;
}
.year:hover a{
	color: white;
}
.year a{
	color: #3c3c3b;
	display: block;
	width: 100%;
	padding: 5px;
	text-align: center;
	cursor: pointer;
}
.dropdown-yers{
	position:absolute;
	left: 118px;
	width: 122px;
	text-align: center;
	top: 34px;
	border: 2px solid #D39700;
	border-top: none;
	background: white;
	z-index:1;
	display:none;
}
.dropdown-yers a{
	color: #3c3c3b;
	display: block;
	width: 100%;
	padding: 5px;
	text-align: center;
}
.dropdown-yers li:hover{
	background: #d39700;
}
.dropdown-yers li:hover a{
	color: white;
}
.dropdown{
	width: 100%;
	float: right;
	margin-right: -11px;
}
.btn{
	width:100%;
	padding-left: 5px;
	text-align: left;
}
.btn{
	width:100%;
	padding-left: 20px;
	text-align: left;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    border-radius:0;
}
.open>.dropdown-toggle.btn-default:focus, .btn-default:active:hover {
    color: #333;
    background-color: #fff;
    border-color: #adadad;
}
.btn-default:hover {
    background-color: #fff;
}
.caret{
	float:right;
	margin-top: 10px;
}
.dropdown-menu {
    float: left;
    min-width: 100%;
    padding: 0;
    border-radius: 0px;
}
.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 30px;
    color: #333;
    white-space: nowrap;
}
.wrapper-news{
	padding-left: 15px;
	padding-bottom: 0px;
}
.block-news{
	clear:both;
}
.one-news{
	padding:10px;
	display: block;
}
.one-news:hover{
	opacity: 0.5;
}
/*.one-news:hover p{
	color: #ccc;
}*/
.one-news a{
	color: #3c3c3b;
}
.month{
	text-align:right;
}
.wrapper-img-news{
	height: 155px;
	overflow: hidden;
	text-align: center;
}
.one-news img{
	/* height: 100%; */
	width: 235px;
}
.date-one-news{
	background: #d39700;
	width: 38%;
	height: 17px;
	position: relative;
	top: -25px;
	/* padding: 3px 5px 0; */
	color: white;
	font-size: 11px;
	line-height: 18px;
	text-align: center;
}
.one-news p{
	height: auto;
	overflow: hidden;
	margin-top: -10px;
	margin-bottom: 0px;
}
.one-news p a{
	color: #3c3c3b;
}
.pagination{
	padding:20px 0 0 0;
	width:100%;
}
.pagination .container{
	padding:0;
}
.pagination a{
	border: 7px solid transparent;
	border-right: 7px solid #d39700;
	float: left;
	margin: 9px 10px 0 0px;
}
.pagination{
	padding: 0;
	margin: 0;
	/* display: block; */
	/* float: left; */
	cursor:pointer;
}
.pagination .prev{
	display:none;
}
.pagination .next{
	/* border: 7px solid transparent; */
	/* border-left:7px solid #d39700; */
	background: url('../image/closed-orange.png') center no-repeat;
}
.pagination li{
	display: inline-block;
	padding: 5px;
	font-size: 16px;
	cursor:pointer;
	border: none;
}
.block-news .pagination>.active>a{
	border:none;
	background:none;
	color: #d39700;
	font-weight:500;
}
.pagination li>a{
	border:none;
}
.pagination li span{
	display:inline-block;
	border: none;
}
.pagination li a{
	color: #3c3c3b;
}
.pagination li a:hover{
	color: #d39700;
}
.pagination a{
	border: 7px solid transparent;
	border-left: 7px solid #d39700;
	float: left;
	margin: 9px 0 0 10px;
}

/*-------------page-products-------------*/

.menu-category>ul>li:first-child>a{
	border-top: 1px solid #d39700;
}
.menu-category ul li a{
	display: block;
	width: 100%;
	padding: 7px 11px;
	border-bottom: 1px solid #d39700;
	border-left: 1px solid #d39700;
	border-right: 1px solid #d39700;
	color: #333333;
	cursor: pointer;
}
.content-produktsia .accordion{
	padding-left:15px;
	padding-top:50px;
}
.content-produktsia .accordion img{content-page
	width: 50%;
	float: left;
	margin-right: 10px;
}
.menu-category h1{
	text-transform:uppercase;
	font-weight:normal;
	padding-bottom: 10px;
	font-size: 18px;
	margin: 6px 0;
}
.menu-category{
	width: 150px;
}
.menu-category h4{
	text-transform:uppercase;
	font-weight: normal;
	padding-top: 0px;
	margin-bottom: 20px;
	margin-top: 0px;
	line-height: 16px;
}
.accordion-menu{
	width:100%;
	margin-top: 0px;
	margin: 24px auto;
	border-bottom: 2px solid #d39700;
}
.accordion-item-menu{
	font-size: 14px;
    padding-left: 11px;
    background: #ffffff;
    border-top: 2px solid #d39700;
    color: #000;
    line-height: 16px;
    cursor: pointer;
    font-weight: 400;
    border-left: 2px solid #d39700;
    border-right: 2px solid #d39700;
    padding: 10px;
}
.accordion-item-menu:hover{
	background:#d39700;
	color:white;
}
.accordion-item-menu.open-menu{
	/* background: #d39700; */
	/* color: #fff; */
	border-bottom: 2px solid #d39700;
}
.accordion-item-menu.open-menu .type-menu {
	float: right;
	background: url('../image/open-orange.png') center no-repeat;
	padding: 15px;
}
.accordion-item-menu .type-menu {
	float: right;
	background: url('../image/closed-orange.png') center no-repeat;
	padding: 15px;
}
.data-menu a{
	display:block;
	border-left: 2px solid #cecec4;
	padding: 10px;
    padding-left: 30px;
    line-height: 16px;
	margin:0;
	color: black;
	border-right: 2px solid #cecec4;
	border-top: 2px solid #cecec4;
}
.data-menu a:hover{
	background:#cecec4;
}
.data-menu a:first-child{
	border-top: none;
}
div.data-menu {
	background: #fff;
	/* padding: 10px 0 0; */
	border-bottom: 1px solid #ccc;
	font-size: 14px;
	line-height: 140%;
	display:none;
	width: 100%;
}
.content-product{
	padding: 10px 20px;
}
.content-product p{
	width: 100%;
	height: auto;
}
.content-product img{
	width: 100%;
	height: auto;
}

/*page 404*/


.page-404{
	padding: 40px 0 50px;
	padding-top: 35px;
}
.image-center{
	text-align: center;
}
.image-center img{
	width: 309px;
	height: 437px;
}
.text-404{
	padding-top: 41px;
}
.text-404 p:nth-child(1){
	font-size:120px;
	margin: 0;
}
.text-404 p:nth-child(2){
	font-size:28px
}
.text-404 p:nth-child(3){
	font-size: 14px;
}
.text-404 p span a{
	color: #d39700;
	text-decoration: underline;
}

/*page category*/

.category-content{
	margin-top: 100px;
	padding-bottom: 25px;
	border-right: 0px;
}
.category-content img{
	width:100%;
}
.category-content h4{
	font-size:14px;
	padding:18px 0;
	text-transform:uppercase;
}
.category-content p{
	text-align:justify;
}

/*page-one-news*/
.page-one-news{
	min-height: 643px;
	border-right: 1px solid #ccc;
}
.page-one-news h4{
	text-transform:uppercase;
	font-size:18px;
	font-weight:normal;
	padding:13px 0;
}
.page-one-news p{
	text-align:justify;
}
.page-one-news img{
	max-width: 40%;
	min-width: 36%;
	float: left;
	margin-right: 25px;
}

/*page vacancy*/

.content-vacancy h1{
	font-weight:400;
	font-size:18px;
	text-transform:uppercase;
}
.content-vacancy .accordion img{
	float: left;
	margin-right: 25px;
	margin-bottom: 20px;
}
.content-vacancy p{
	text-align: justify;
	font-weight: 400;content-page
	/*min-height: 175px;*/
}
.accordion{
	display: block;
	min-height: 54px;
	margin:20px auto;
	margin-right: -14px;
}
.main_v .accordion{
	margin-right: 0px;
}
.accordion-item {
	font-size: 14px;
    padding: 10px;
    background: #fbf5d5;
    border-bottom: 1px solid #ccc;
    color: #000;
    cursor: pointer;
    font-weight: 400;
    clear: both;
    line-height: 16px;
    border-top: 2px solid rgba(0,0,0,0);
}
.accordion-item.open{
	/* background: #f2f2f2; */
	color: #333;
}
.accordion-item.open .type {
	float: right;
	background: url('../image/open-gray.png') center no-repeat;
	padding: 10px;
}
.accordion-item .type {
	float: right;
	background: url('../image/closed-gray.png') center no-repeat;
	padding: 10px;
}
div.data {
	background: #fbf5d5;
	padding: 10px 0 0;
	/* border-bottom: 1px solid #ccc; */
	font-size: 14px;
	line-height: 140%;
	display:none;
	/* height: auto; */
	padding-left: 10px;
}
div.data p{
	text-align:justify;
}
.news_bottom h3{
	font-size:18px;
	text-transform:uppercase;
	font-weight:normal;
}
.vertical-line{
	border-right:1px solid #ccc;
}
.data-additional{
	padding-top: 20px;
}
.data-additional div h3{
	font-size:18px;
	text-transform:uppercase;
	font-weight:normal;
	margin: 0 0 10px;
}
.data-additional img{
	width: 30%;
	float:left;
	margin-right:10px;
}
.data-additional div p{
	font-weight:normal;
	margin: 0 0 10px;
	text-align:justify;
}
.bacground_admin{
	width:300px;
	margin:0 auto;
}
.wrapper-img-magazine img{
	width:120px;
	height: 165px;
}
.date-one-magazine{
	background: #d39700;
    /* width: 45%; */
    height: 17px;
    position: relative;
    top: -25px;
    /* left: calc((100% - 120px)/2); */
    color: white;
    font-size: 11px;
    line-height: 18px;
    text-align: left;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}
.one-magazine{
	cursor:pointer;
	padding: 10px 26px 0;
}
.one-magazine:hover{
	opacity: 0.5;
}
/*.one-magazine:hover p{
	color: #ccc;
}*/
.one-magazine:hover img{
	opacity: 0.9;
}
.one-magazine p{
	height: 40px;
	overflow: hidden;
	margin-top: -10px;
	color:#3c3c3b;
}
.vertical-line{
	min-height: 643px;
}
.identification{
	position:fixed;
	z-index:2;
	top: -70px;
	background:white;
	padding:10px;
	border: 1px solid #D39700;
	width: 360px;
	text-align: center;
	left: calc((100% - 360px)/2);
	box-shadow: 0px 0px 10px black;
	font-weight: normal;
}
.content-page-information{
	min-height: calc(100% - 232px);
}
.margin-certificate{
	margin-bottom:10px;
}
/*@media (min-width: 1500px) {
	.adressa{
		padding-top: 45px;
	}
}*/

.container-height{
	height: calc(100% - 252px);
}
.cont_vac{
	display: block;
	padding-right: 15px;
	 border-right: 0px;
    background: url(../image/li.png) no-repeat right center;
    background-size:auto 100%;
}
.cont-accor img{
	margin-top: 0px;
}
.cont-accor p{
	display: block;
	width: 100%;
	padding-right: 15px;
}
.mags{
	display: block;
	padding: 0px;
	padding-right: 15px;
}
.mags p {
    margin-bottom: 0px;
    line-height: 14px;
    font-size: 14px;
    height: auto;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.widg_news{
	display: inline-block;
}
.news_bottom{
	position: absolute;
	width: 100%;
	bottom: 10px;
	border-top: 1px solid #ccc;
	text-align: center;
}
.news_bottom .container{
	background:white;
}
.news_bottom h4{
	margin-bottom: 25px;
	margin-top: 25px;
}
.col-md-9.vertical-line.min-height-content{
    border-right: 0px;
    background: url(../image/li.png) no-repeat right center;
    background-size:auto 100%;
}
.journals{
	position: relative;
	width: 100%;
	bottom: 10px;
	/* background-color: #fff; */
}
.journals .container{
	background:white;
}
.content-home .col-md-6{
	border-right: 1px solid #d6d6d6;

}
.bx-wrapper{
	max-width: 100%!important;
}
.content-about-us{
	padding-bottom: 190px;
}
.block-news > div > div {
    display: block;
    float: left;
    text-align: left;
    width: 25%;
    min-width: 140px;
    margin-bottom: 20px;
}
.block-news.block-news-jurnal > div > div {
    width: 140px;
    margin-right: 45px;
    margin-bottom: 20px;
}
.news_l_bl  > div > div a{
	display: block;
	height: 170px;
}
.news_l_bl  > div > div a .wrapper-img-magazine{
	display: block;
	width: 100%;
	height: calc(100% - 24px);
	-webkit-background-size: cover!important;
	background-size: cover!important;
	background-position: center center!important;
}
.content-page-contacts.page-contact .line{
	display: block;
	height: 1px;
	background: #ccc;
}
.content-page-contacts.page-contact .line + .container.clearfix.form-content{
	margin-bottom: 30px;
}
.content-page-magazine {
    padding-bottom: 295px;
}
.posabs{
	position: absolute;
	width: 100%;
	bottom: 30px;
	left:0px;
}
.container.maps.clearfix.form-content{
	padding-bottom: 330px;
}
.page-contact .line{
	margin-top: 0px;
	margin-bottom: 24px;
}
.description-author h2{
	color: #3c3c3b;
	font-size: 20px;
	line-height: 20px;
	margin-top: 0px;
	margin-bottom: 20px;
	font-weight: 400;
}
.description-author p{
	font-weight: 300;
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 20px;
	color: #3c3c3b;

}
.description-author span{
	display: block;
	text-align: right;
	font-weight: 300;
	font-style: italic;
	font-size: 14px;
	line-height: 20px;
	color: #3c3c3b;
}
.home_img_name span{
	display: inline-block;
	font-size: 12px;
	line-height: 14px;
	color: #3c3c3b;
}
.home_block+div h4{
	clear: both;
}
.logo img{
	display: inline-block;
	width: 80px!important;
	margin-top: 10px;
	margin-bottom: 10px;
}
.menus_but{
	margin-right: -20px;
    background: rgba(0,0,0,0);
    color: #d39700;
    border: 0px;
    font-size: 30px;
    margin-top: 15px;
    outline: none;
}
.close_mob_but{
	display: none!important;
}
.menu ul{
	top: 7px;
	position: relative;
}
.swiper-container {
        width: 40%;
        height: 100%;
        display: block;
        margin: 0px auto;
        z-index: 0;
    }
.home-slider .swiper-container {
	width: 100%;
}
    .swiper-container-vertical{
    	width: 100%;
    	padding-bottom: 40px;
    }
    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: rgba(0,0,0,0);
       /* height: 346px;*/
        -webkit-background-size: cover!important;
        background-size: cover!important;
        background-position: center center;
        /* Center slide text vertically */
        /*display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;*/
    }
.img_home{
   	display: block;
   	float: left;
   	width: 230px;
   	margin-top: 60px;
}
.img_home_magazine{
   	display: block;
   	float: left;
   	width: 205px;
   	margin-top: 60px;
}
.home_img_name{
	display: block;
	width: 100%;
	height: 290px;
	-webkit-background-size: cover!important;
	background-size: cover!important;
	background-position: center center!important;
	margin-bottom: 10px;
}
.news_bl{
	height: 625px;
	padding-top: 60px;
	padding-bottom: 55px;
}

.news_bl .swiper-container-vertical>.swiper-pagination-bullets{
	right: 0px;
	display: none;
}
.swiper-container-header>.swiper-pagination-bullets span.swiper-pagination-bullet{
	background: #fff;
	opacity: 1;
}
.news_bl .swiper-container-vertical>.swiper-pagination-bullets span.swiper-pagination-bullet{
	margin-bottom: 10px;
}
.swiper-container-header>.swiper-pagination-bullets span.swiper-pagination-bullet-active{
	background: #d58f3d;
	opacity: 1;
}
span.swiper-pagination-bullet-active{
	background: #d58f3d!important;
	opacity: 1;
}
.news_bl h2{
	color: #3c3c3b;
    font-size: 18px;
    line-height: 16px;
    margin-top: 0px;
    margin-bottom: 20px;
    font-weight: 400;
    text-transform: uppercase;
}
.news_bl .swiper-slide > a{
	display: block;
	width: 100%;
	height: 100%;
}
.news_bl .swiper-slide > a .img_news{
	height: 125px;
	width: 100%;
	display: block;
	-webkit-background-size: cover!important;
	background-size: cover!important;
	background-position: center center!important;
	margin-bottom: 10px;
	position: relative;
}
.news_bl .swiper-slide > a p{
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	line-height: 16px;
	font-weight: 300;
	color: #3c3c3b;
	text-align: left;
}
.news_bl .swiper-slide > a span{
	position: absolute;
	padding: 4px;
	text-align: center;
	color: #fff;
	left: 0px;
	bottom: 4px;
	background: #d39700;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 11px;
}
.jurnal{
	height: 340px;
	border-top: 1px solid #d6d6d6;
	display: block;
	padding-top: 40px;
	padding-right: 90px;
	padding-left: 90px;
	position: relative;
	clear: both;
}
.jurnal h2{
	text-transform: uppercase;
	font-weight: 400;
	color: #3c3c3b;
	font-size: 18px;
	margin-top: 0px;
	line-height: 16px;
	margin-bottom: 25px;
}
.swiper-button-next{
	background: url(../image/arrow-next.png) no-repeat center center!important;
	background-size:contain!important;
}
.swiper-button-prev{
	background: url(../image/arrow-prev.png) no-repeat center center!important;
	background-size:contain!important;
}
.jurnal .swiper-container {
    height: calc(100% - 82px);
    padding-bottom: 35px;
}


.jurnal .swiper-slide > a{
	display: block;
	width: 100%;
	height: 100%;
}

.jurnal .swiper-slide > a .img_news{
	height: calc(100% - 47px);
	width: 100%;
	display: block;
	-webkit-background-size: cover!important;
	background-size: cover!important;
	background-position: center center!important;
	margin-bottom: 10px;
	position: relative;
}
.jurnal .swiper-slide > a p{
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	line-height: 16px;
	font-weight: 300;
	color: #3c3c3b;
	text-align: left;
}
.jurnal .swiper-slide > a span{
	position: absolute;
	padding: 4px;
	text-align: center;
	color: #fff;
	left: 0px;
	bottom: 4px;
	background: #d39700;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 11px;
}

.main_j{
	min-height: calc(100% - 95px)!important;
	height: auto!important;
	padding-bottom: 350px;
}
/*.main_v{
	min-height: calc(100% - 95px)!important;
	height: auto!important;
	padding-bottom: 0px;
}*/
.main_v .padding-text{
	padding-right: 0px;
}
.main_j+.jurnal{
	margin-top: -340px;
	background-color: #fbf5d5;
}
.product_home{
	width: 150px;
}
.product_name{
	font-size: 14px;
	line-height: 18px;
	color: #3c3c3b;
	font-weight: 400;
	margin-bottom: 15px;
	display: block;
}
.product_name+p{
	font-size: 14px;
	line-height: 18px;
	color: #3c3c3b;
	font-weight: 300;
	margin-top: 0px;
}
.clr{
	clear: both;
}
.wrapper-news h3{
	font-size: 16px;
	line-height: 16px;
	font-weight: 400;
	text-transform: uppercase;
	color: #3c3c3b;
}
.about_us > span{
	display: block;
	text-align: left;
	font-size: 12px;
	line-height: 16px;
	font-weight: 300;
}
.about_us > span.adress{
	font-weight: 400;
}
.about_us > span.last{
	margin-bottom: 30px;
}
.about_us > span.autor_name{
	text-align: right;
}
.about_us+.jurnal .swiper-slide > a .img_news {
    height: calc(100% - 30px);
}
.about_us+.jurnal .swiper-container {
    height: calc(100% - 40px);
}
.about_us+.jurnal{
	height: 210px;
	width: 100%;
}
.about_us+.jurnal .swiper-container-horizontal>.swiper-pagination-bullets{
	bottom: 0px;
}
.content-vacancy .description-author{
	float: left;
	border-right: 0px;
}
.content-vacancy > div{
	margin-top: 15px;
	padding-top: 0px;
}
.main_v h1{
    color: #3c3c3b;
    font-size: 18px;
    line-height: 16px;
    margin-top: 70px;
    margin-bottom: 20px;
    font-weight: 400;
    text-transform: uppercase;
}
.cont #map{
	width: 50%;
	min-height: 100%;
	height: auto;
    display: block;
    float: left;
    position: absolute!important;
    left: 50%;
}
.cont .padding-text{
	padding-right: 15px;
	padding-top: 70px;
}
.cont{
	border-bottom: 1px solid  #ccc;
}
.menegers .swiper-container {

        width: 100%;
        padding-top: 50px;
        padding-bottom: 50px;

    }
    .menegers .swiper-slide {
        background-position: center;
        background-size: cover;
        width: 150px;
        height: 150px;
        box-shadow: none;
        display: inline-block;
        background: rgba(0,0,0,0);
    }
    .menegers{

    	position: relative;
    	max-width: 755px;
		display: block;
        margin: 0px auto;
        padding-left: 100px;
        padding-right: 100px;
    }
    .menegers h1{
	    color: #3c3c3b;
	    font-size: 18px;
	    line-height: 16px;
	    margin-top: 0px;
	    margin-bottom: 20px;
	    margin-top: 55px;
	    text-align: center;
	    font-weight: 400;
	    text-transform: uppercase;
    }
    .menegers .swiper-button-next, .menegers .swiper-button-prev{
    	margin-top: 0px;
    }
    .ab_us h3{
		position: absolute;
		bottom: 20px;
    }
    .container.main_container.main_v {
    padding-bottom: 140px;
}
.container.main_container.main_v +.footer{
	margin-top: -140px;
}
.main_container:after{
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: calc(50% + 230px);
	bottom: 0px;
	width: 1px;
	background:#ccc;
}
.prod:after{
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: calc(58.33333% + 150px);
	bottom: 0px;
	width: 1px;
	background:#ccc;
}
.pronas:after{
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: calc(75% - 9px);
	bottom: 0px;
	width: 1px;
	background:#ccc;
}
.container.main_container.main_v:after{
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: calc(75% - 8px);
	bottom: 0px;
	width: 1px;
	background:#ccc;
}
.cont .contacts_textarea{
	margin-top: 0px;
	height: 125px;
}
.cont:after{
	display: none;
}
.main_j:after{
	display: none;
}
.news_nl{
	left: 100%;
	margin-left:-20px;
	width: 20px;
	height: 20px;
	top: 100%;
	margin-top: -20px;
	background: url(../image/arrow-down.png) no-repeat!important;
	-webkit-background-size: contain!important;
	background-size: contain!important;
	background-position: center center!important;
	opacity: 1;
}
.news_pl{
	left: 100%;
	margin-left: -50px;
	width: 20px;
	height: 20px;
	top: 100%;
	margin-top: -20px;
	background: url(../image/arrow-up.png) no-repeat!important;
	-webkit-background-size: contain!important;
	background-size: contain!important;
	background-position: center center!important;
	opacity: 1;
}
.abus{
	background: url(../image/about-us.png)no-repeat center center;
	background-size: cover;
}
.abus>div{
	position: relative;
}
.abus h3{
	position: absolute;
	left: 0px;
	width: 100%;
	bottom: -330px;
}
.swiper-container-j{
	width: 390px;
}



.swiper-container-j .swiper-slide{
	width: 120px;
}



.swiper-container-sert .swiper-slide{
	width: 120px;
}


.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: 0px;
}





.jjur .img_home{
	margin-top: 0px;
	margin-right: 15px;
}
.jjur .img_home_magazine{
	margin-top: 0px;
	margin-right: 15px;
}
.content-vacancy .img_home{
	margin-top: 0px;
	margin-right: 15px;
}
.dovidka .img_home{
	margin-top: 0px;
	margin-right: 15px;
}
.main_news .img_home{
	margin-top: 0px;
	margin-right: 15px;
	width: 310px;
}
.main_news .img_home .home_img_name{
	height: 180px;
}
.map_cont{
	margin-top: 0px;
	padding-top: 20px;
}
.newcont:after{
	display: none;
}
.newcont{
	min-height: calc(100% - 244px);
	padding-bottom: 30px;
}
.newcont .contacts_textarea{
	margin-top: 0px;
	height: 125px;
}
.map_cont2{
	margin-top: 40px;
}
.mm_j + .jurnal .swiper-container-j{
	width: 735px;
}
.mm_j + .jurnal .swiper-container-j .swiper-slide{
	width: 235px;
}
.pagination .active{
	display: inline-block!important;
}
.container.main_container.main_v{
	    padding-bottom: 150px;
    min-height: 100%;
    padding-top: 104px;
    margin-top: -104px;
}
.container.main_container.main_v +.footer{
	margin-top: -140px;
}
.main_prd > .category-content img{
	display: block;
	float: left;
	max-width: 50%;
    margin-right: 15px;
    margin-bottom: 15px;
}
.vacancy-description-img img{
    display: block;
    float: left;
    max-width: 30%;
    margin-right: 15px;
    margin-bottom: 15px;
}
@media (min-width: 1200px){
	.container {
	    width: 970px;
	}
}
@media(max-width: 991px){
	.block-news {
    margin-top: 15px;
}
	.swiper-container {
		width: 100%!important;
	}
	.news_bl .swiper-container-news{
	width: 100%;
	display: block;
	margin:0px auto;
}
.news_bl h2{
	width: 100%;
}
	.news_nl{
		display: none;
	}
	.news_pl{
		display: none;
	}
	.wrapper-news .dropdown {
	    margin-right: -15px;
	    margin-left: -15px;
	    width: auto;
	    margin-top: 50px;
	    float: none;
}
.container.main_container.main_v:after{
	display: none;
}
	.block-news.block-news-jurnal > div > div{
		margin-right: 0px;
	}
	.main_container:after{
		display: none;
	}
	.cont #map{
		width: 100%;
	}
	.db{
		width: 100%;
	}
	.content-vacancy{
		overflow: visible;
		max-height: 100%;
	}
	.accordion{
		min-height: auto;
	}
	.home_block{
		border-right: 0px;
		padding-right: 15px;
	}
	.main_container{
		height: auto!important;

	}
	.home_block+div{
		width: 100%!important;
		clear: both;
	}
	.logo img{
		margin-top: 15px;
	}
	.sm_hide{
		display: none;
	}
	.menus_but + ul{
		display: block;
		position: fixed;
		z-index: 100;
		width: 0%;
		left: 100%;
		top: 0px;
		bottom: 0px;
		background: rgba(220, 159, 11, 0.88);
		padding-top: 100px;
		overflow: hidden;
		transition: all 0.5s;
	}
	.act.menus_but + ul{
		display: block;
		position: fixed;
		z-index: 100;
		width: 100%;
		top: 0px;
		bottom: 0px;
		left: 0%;
		background: rgba(220, 159, 11, 0.88);
		padding-top: 100px;
		overflow: visible;
		transition: all 0.5s;
	}
	.menus_but + ul li{
		display: block;
		padding: 5px;
		margin-bottom: 5px;
	}
	.menus_but + ul li a{
		display: block;
		color: #fff;
		text-align: center;
		font-size: 20px;
		font-weight: 700;
		min-width: 285px;
	}
	.menus_but + ul li a:hover{
		color: #000;
	}
	.close_mob_but{
		display: block!important;
	}
	.close_mob_but button{
		display: block;
		position: absolute;
		left: 50%;
		margin-left: -24px;
		top: 44px;
		background: rgba(0,0,0,0);
		border: 0px;
		outline: none;
	}
	.close_mob_but button img{
		width: 36px;
	}
	.sub-menu-products{
		display: block;
		background: rgba(0,0,0,0);
		position: relative;
		top: 0px;
		margin-left: 0px;
	}
	.sub-menu-products a{
		max-width: 100%;
		font-size: 18px;
	}
	.hover-sub-menu >a {
		background: #fff;
		color: #000!important;
	}
	.sub-menu-materials{
		display: block;
		background: rgba(0,0,0,0);
		position: relative;
		top: 0px;
		margin-left: 0px;
	}
	.sub-menu-materials a{
		max-width: 100%;
		font-size: 18px;
	}
	.hover-sub-menu>a::after{
		display: none;
	}
	.contacts-head ul{
		padding-top: 0px;
	}
	.bottom-header{
		padding-bottom: 10px;
	}
	.news_bl{
		height: 350px;
		padding-left: 40px;
		padding-right: 40px;
	}
	.news_bl .swiper-container-news{
		padding-right: 0px;
	}
	.cont #map{
		height: 200px;
		position: relative!important;
		width: 100%;
		left: 0%;
	}
	.db{
		display: block;
	}
}
@media(max-width: 767px){
	.pop-up{
		left: 15px;
		margin-left: 0px;
		max-width: 100%;
	}
	.form_max_rigt{
		padding: 0px;
	}
	.btn_feedback{
		width: 100%;
		margin-bottom: 25px;
	}
	.form_max_bottom{
		padding: 0px;
	}
	.menu-category{
		width: 100%;
	}
	.category-content{
		margin-top: 15px;
	}
	.phone-footer{
		float: right;
	}
	.mail-footer{
		float: right;
	}
	.menus_but + ul li a{
		font-size: 16px;
	}
	.contacts-head ul li{
		text-align: center;
	}
	.contacts-head ul{
		padding-top: 25px;
	}
	.button-footer{
		margin-top: 25px;
	}
	#scrolling{
		float: right;
	}
	.footer{
		padding: 20px;
	}
	ul.social {
	    margin-bottom: 15px;
	}
	.img_home{
		width: 100%;
	}
	.padding-text{
		min-height: auto;
		border-right: 0px;
		padding-right: 15px;
	}
	.home_block{
		margin-right: -15px;
		margin-left: -15px;
		position: relative;
		width: auto;
	}
	.pr_p{
		width: 100%;
		margin-right: 0px;
		margin-left: 0px;
	}
	.accordion{
		margin-right: -15px;
		margin-left: -15px;
	}
	.sert_block{
		width: 100%;
	}
	.about_us+.jurnal {
	    height: 210px;
	    width: calc(100% + 45px);
	    padding-left: 15px;
	    padding-right: 15px;
	}
	.jurnal {
	    padding-left: 15px;
	    padding-right: 15px;
	}
	.news_bl{
		padding-left: 15px;
	    padding-right: 15px;
	}
	.menegers{

    	position: relative;
    	max-width: 755px;
		display: block;
        margin: 0px auto;
        padding-left: 20px;
        padding-right: 20px;
    }
    .year{
    	width: 85px;
    }
    .block-news{
    	text-align: center;
    }
    .block-news > div > div{
    	display: inline-block;
    	float: none;
    	margin-top: 10px;
    	margin-bottom: 15px;
    }
    .abus h3{
    	font-size: 26px;
    	bottom: -200px;
    }
    .abus{
    	height: 200px;
    }
}