html{
    font-size: 10px;
}
body, html{
    width:100%;
    position: relative;
    color:#000;
    font-family: Roboto, sans-serif;
}
*{
    box-sizing: border-box;
    font-weight: normal;
    margin:0;
    padding: 0;
    text-decoration: none;
}
b{
	font-weight: bold;;
}
.noscroll{
    overflow: overlay;
}
img{
	border:none;
}
.swiper-slide-cover{
	background-size: cover!important;
}
body .swiper-button-next:after,body  .swiper-container-rtl .swiper-button-prev:after,
body .swiper-button-prev:after,body  .swiper-container-rtl .swiper-button-next:after{
	content: '';
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
	opacity:0!important;
}
.title {
    position: absolute;
    top: 0;
    opacity: 0;
    pointer-events: none;
}


body .mCSB_scrollTools .mCSB_draggerRail{
    width: 2px;
	background: #e9e9eb;
}
body .contacts_wrap .mCSB_scrollTools .mCSB_draggerRail{
	background: #fff;
	opacity: 0.2;

}
body .mCSB_scrollTools .mCSB_dragger {
    background: #000;
        width: 8px;
}
body .contacts_wrap .mCSB_scrollTools .mCSB_dragger{
	background: #ebc334;
}
body .mCSB_scrollTools {
    width: 8px;
}
*:focus{
	outline: none;
}
svg a{
	cursor: pointer;
}
input::-webkit-input-placeholder       {opacity: 1; color: #000; font-size: 1.6rem; transition: opacity 0.3s ease;text-transform: uppercase;}
input::-moz-placeholder                {opacity: 1; color: #000; font-size: 1.6rem; transition: opacity 0.3s ease;text-transform: uppercase;}
input:-moz-placeholder                 {opacity: 1; color: #000; font-size: 1.6rem; transition: opacity 0.3s ease;text-transform: uppercase;}
input:-ms-input-placeholder            {opacity: 1; color: #000; font-size: 1.6rem; transition: opacity 0.3s ease;text-transform: uppercase;}
input:focus::-webkit-input-placeholder {opacity: 0; color: #000; font-size: 1.6rem; transition: opacity 0.3s ease;text-transform: uppercase;}
input:focus::-moz-placeholder          {opacity: 0; color: #000; font-size: 1.6rem; transition: opacity 0.3s ease;text-transform: uppercase;}
input:focus:-moz-placeholder           {opacity: 0; color: #000; font-size: 1.6rem; transition: opacity 0.3s ease;text-transform: uppercase;}
input:focus:-ms-input-placeholder      {opacity: 0; color: #000; font-size: 1.6rem; transition: opacity 0.3s ease;text-transform: uppercase;}

input:focus{
	outline: none;
}

textarea::-webkit-input-placeholder       {opacity: 1; color: #000; font-size: 1.6rem; transition: opacity 0.3s ease;text-transform: uppercase;}
textarea::-moz-placeholder                {opacity: 1; color: #000; font-size: 1.6rem; transition: opacity 0.3s ease;text-transform: uppercase;}
textarea:-moz-placeholder                 {opacity: 1; color: #000; font-size: 1.6rem; transition: opacity 0.3s ease;text-transform: uppercase;}
textarea:-ms-input-placeholder            {opacity: 1; color: #000; font-size: 1.6rem; transition: opacity 0.3s ease;text-transform: uppercase;}
textarea:focus::-webkit-input-placeholder {opacity: 0; color: #000; font-size: 1.6rem; transition: opacity 0.3s ease;text-transform: uppercase;}
textarea:focus::-moz-placeholder          {opacity: 0; color: #000; font-size: 1.6rem; transition: opacity 0.3s ease;text-transform: uppercase;}
textarea:focus:-moz-placeholder           {opacity: 0; color: #000; font-size: 1.6rem; transition: opacity 0.3s ease;text-transform: uppercase;}
textarea:focus:-ms-input-placeholder      {opacity: 0; color: #000; font-size: 1.6rem; transition: opacity 0.3s ease;text-transform: uppercase;}

.contaniner {
    position: relative;
    width: 100%;
}
#change_page {
    position: relative;
}
/* =================================
/*  PRELOADER
================================= */
.preloader_wrap{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	width:100%;
	height: 100%;
	display: flex;
	z-index: 10;
    pointer-events: none;
    transition: 0s all .5s cubic-bezier(.19,1,.22,1);
}
.preloader_wrap_hide {
    opacity: 0;
}
.preloader_wr {
    height: calc(100% + 10px);
    width: calc(100% + 10px);
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    box-shadow: inset 0 0 0px 0rem #fff;
    transition: all 1s cubic-bezier(.19,1,.22,1);
}
.preloader_run .preloader_wr {
    box-shadow: inset 0 0 0 55rem #fff;
}
/* =================================
/* END PRELOADER
================================= */

/* =================================
/* HEADER
================================= */
header{
	position: fixed;
	top: 0;
	left: 0;
    width: 100%;
	z-index: 11;
    transform: translateY(-100%);
}
.show_page_anim .header {
	transform: translateY(0);
	transition: all 0.9s cubic-bezier(.19,1,.22,1);
}
.header_cont{
	height: 134px;
	    z-index: 2;
    position: relative;
	display:flex;
	align-items: center;
	 padding: 1vw 6vw;
		background: #fff;
	justify-content: space-between;
  	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.07);
}
.menu_left{
    height: 100%;
}
.menu_logo_link {
    height: 100%;
    display: block;	
}
.menu_logo{
    height: 100%;
	display: block;
}
.menu_right{
	display:flex;
	align-items: center;
}
.menu_ul{
	display:flex;
    list-style: none;
}
.menu_li{
	margin: 0 1.3vw;
	
}
.menu_a{
	font-size: 16px;
	color: #000;	
	position: relative;
}
.menu_a:before{
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 0;
	height: 1px;
	background: #000;
	transition: all 0.9s cubic-bezier(.19,1,.22,1);
}
.menu_a:hover:before{
	width: 100%;	
}
.lang_wr{
	height: 3.7rem;
	display: flex;
	align-items: center;
	position: relative;
	justify-content: center;
	margin-left: 1rem;
	padding: 0 1rem;
	padding: 1rem 0.5rem;
	cursor: pointer;
	z-index: 1;
	transition: all 0.9s cubic-bezier(.19,1,.22,1);
}
.lang_icon{
	width: 19px;
	display: block;
	margin-right: 8px;
	transition: all 0.9s cubic-bezier(.19,1,.22,1);
}
.lang_wr:hover .lang_icon{
	opacity: 0.5;
}
.lang_active{
	color:#000;
	font-size: 16px;
	transition: all 0.9s cubic-bezier(.19,1,.22,1);
}
.lang_wr:hover .lang_active,
.lang_wrap_open .lang_active{
	color:#20070a;
}
.lang_arrow{
	width:1.4rem;
	margin-left: 1rem;
	transition: all 0.9s cubic-bezier(.19,1,.22,1);
}
.lang_wrap_open .lang_arrow{
	transform: rotate(180deg);
}
.lang_arrow path{
	transition: all 0.9s cubic-bezier(.19,1,.22,1);
}
.lang_wr:hover path,
.lang_wrap_open path{
	fill:#20070a;
}
.lang_dropdawn{
	display:none;
	overflow: hidden;
	position: absolute;
	top: calc(100%);
	width: 100%;
	left: 0;
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.07);
}
.lang{
    font-size: 16px;
    height: 34px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    transition: all 0.9s cubic-bezier(.19,1,.22,1);
    color: #000;
    position: relative;
	padding: 0 5px;
	width:100%;
	z-index: 1;
    transition: all 0.9s cubic-bezier(.19,1,.22,1);
}
.lang:hover{
    background: #e5e5e5;
}
.lang_active_link{
	display:none;
}
.menu_btn_m{
	width: 35px;
	height: 35px;
	position: relative;
	display: none;
}
.menu_btn_line_1_m{
    position: absolute;
    height: 1px;
    background: #000;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    content: '';
    width: 100%;
    transition: transform 250ms cubic-bezier(.2,.6,.3,1), width 250ms cubic-bezier(.2,.6,.3,1);
    will-change: transform, width;	
     transform: translatey(-5.5px);
}
.open_menu .menu_btn_line_1_m{
       transform: translatex(3.5px) rotate(-135deg);
    width: 28px;
}
.menu_btn_line_2_m{
	    position: absolute;
	    height: 1px;
    background: #000;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    content: '';
    width: 100%;
    transition: transform 250ms cubic-bezier(.2,.6,.3,1), width 250ms cubic-bezier(.2,.6,.3,1);
    will-change: transform, width;
      transform: translatey(5.5px);
}
.open_menu .menu_btn_line_2_m {
     transform: translatex(3.5px) rotate(135deg);
    width: 28px; 
}
.menu_wrap_m{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
	height: 100vh;
	display: grid;
    justify-content: center;
    padding-top: 63px;
    padding-bottom: 74px;
    align-items: center;
	background: #fff;
	transform: translateY(-102%);
	transition: all .9s cubic-bezier(.19,1,.22,1);
}
.open_menu .menu_wrap_m {
	transform: translateY(0%);
}
.menu_wr_m{
display: grid
;
    justify-content: center;
    justify-items: center;
    grid-gap: 30px;	
}
.menu_a_m{
display: block;
    font-size: 28px;
    color: #000;	
    opacity: 0;
    transform: translateY(30px);
	transition: all .9s cubic-bezier(.19,1,.22,1);
}
.open_menu .menu_a_m{
	opacity: 1;
    transform: translateY(0px);
}
.menu_a_m:nth-child(1){
	transition: 0.9s all .3s cubic-bezier(.19,1,.22,1);
}
.menu_a_m:nth-child(2){
	transition: 0.9s all .4s cubic-bezier(.19,1,.22,1);
}
.menu_a_m:nth-child(3){
	transition: 0.9s all .5s cubic-bezier(.19,1,.22,1);
}
.menu_a_m:nth-child(4){
	transition: 0.9s all .6s cubic-bezier(.19,1,.22,1);
}
.menu_a_m:nth-child(5){
	transition: 0.9s all .7s cubic-bezier(.19,1,.22,1);
}
.menu_a_m:nth-child(6){
	transition: 0.9s all .8s cubic-bezier(.19,1,.22,1);
}
.lang_wrap_m{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: center;
    padding: 20px;
    opacity: 0;
    transform: translateY(30px);
	transition: all .9s cubic-bezier(.19,1,.22,1);
}
.open_menu .lang_wrap_m{
	opacity: 1;
    transform: translateY(0px);
    transition: 0.9s all .6s cubic-bezier(.19,1,.22,1);
}
.lang_wr_m{
	display: flex;
	justify-content: center;
	align-items: center;
}
.lang_m{
    color: #000;
    font-size: 30px;
    display: block;
    margin: 0 10px;
}
.lang_active_m{
	
}
/* FOOTER */
footer{
	    margin-top: 40px;
	position: relative;
	padding: 40px 6vw;
    box-shadow: 0px -3px 7px 0px rgba(0, 0, 0, 0.07);
}
.footer_top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}
.footer_title{
	font-size: 26px;
}
.footer_social{
    display: flex;
    width: 20px;
    height: 20px;
    justify-content: center;
    align-items: center;
	transition: all .9s cubic-bezier(.19,1,.22,1);
}
.footer_social:hover{
	opacity: 0.5;
}
.footer_social_icon{
	width: 100%;
	height: 100%;
}
.footer_social_m{
	display:none;
}


.footer_items{
	display:grid;
	grid-template-columns: auto auto;
	grid-gap: 4vw;
	justify-content: flex-start;
}
.footer_item{
	font-size: 16px;
    line-height: 2;
}
.footer_mail{
	text-decoration: underline;
	color: #000;
	
}
.footer_mail:hover{
	text-decoration: none;
}
/* ========================================
/* MAIN PAGE
======================================== */
.main_page {
    width: 100%;
    position: relative;
    padding-top: 134px;
    overflow: hidden;
}
.main_bl_1{
	position: relative;
}
.main_bg_wr{
	height: 594px;
	display: block;
}
.main_bg{
    width: 100%;
    height:100%;
    object-fit: cover;
}
.main_bl_1_info{
    position: absolute;
    display: grid;
    align-content: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    text-align: center;
    grid-gap: 40px;
    padding-bottom: 55px;
}
.main_bl_1_title{
	font-size: 24px;
}
.main_bl_1_text{
    font-size: 64px;	
}
.main_bl_1_logo{
	    position: absolute;
    width: 14vw;
    margin: auto;
    left: 0;
    right: 0;
    top: 100%;
    transform: translateY(-55%);
}
.main_bl_2{
	padding: 162px 6vw 162px;
}
.main_bl_2_title{
	font-size: 35px;
	font-weight: 700;
	margin-bottom: 30px;
}
.main_bl_2_text{
	font-size: 16px;
	line-height: 1.7;
}
.main_bl_3{
	position: relative;	
	padding: 0 5vw 162px;
}
.main_bl_3_slider{
	
}
.main_bl_3_item{
	
	
}


.main_bl_3_item_img{
	/*height: 558px;*/
	aspect-ratio: 1/1;
	object-fit: cover;
	display: block;
    width: 100%;
    object-position: 0% 23%;
	margin-bottom: 30px;
}
.main_bl_3_item_text{
    max-width: 75%;	
    font-size: 18px;
    line-height: 1.5;
}
.main_bl_3_arows{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
body .main_bl_3_prev{
	left: 6vw;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #1470af;
	margin: 0;
	transform: translateY(-50%);
	transition: all .9s cubic-bezier(.19,1,.22,1);
}
.main_bl_3_prev:hover{
	opacity:0.8;	
}
body .main_bl_3_next{
	right: 6vw;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #1470af;
	margin: 0;
	transform: translateY(-50%);	
	transition: all .9s cubic-bezier(.19,1,.22,1);
}
.main_bl_3_next:hover{
	opacity:0.8;	
}
.main_bl_3_svg{
    width: 60%;	
}
.main_bl_4{
	height: 80vh;
	padding: 0 6vw;
	margin-bottom: 115px;
}
.main_bl_4 iframe{
	width: 100%;
	height: 100%;
}
.main_bl_5_print{
	display:none;
}
.main_bl_5{
	padding: 0 0 0;
}
.main_bl_5_items{
	display: grid;
    grid-template-columns: repeat(4, calc(25% - 35px));
    grid-gap: 46px;
    padding: 0 6vw;
	margin-bottom: 80px;
	
}
.main_bl_5_item{
	
}
.main_bl_5_item_img_wr{
	height: 229px;
	margin-bottom: 30px;
	overflow: hidden;
}
.main_bl_5_item_img{
	width: 100%;
	height: 100%;
	object-fit:cover;
	transition: all .9s cubic-bezier(.19,1,.22,1);
}
.main_bl_5_item:hover .main_bl_5_item_img{
	transform: scale(1.1);
}
.main_bl_5_item_title{
    font-size: 26px;	
    color:#000;
}
.main_bl_5_btn_wr{
	display:flex;
	justify-content: center;
	padding: 50px 5vw;
	background: #eaeaee;
}
.main_bl_5_btn{
    color: #fff;
    background: #1470af;
    font-size: 16px;
    padding: 7px 69px;
    transition: all .9s cubic-bezier(.19,1,.22,1);
}
.main_bl_5_btn:hover{
	opacity: 0.5;
}
/* ========================================
/* END MAIN PAGE
======================================== */

/* ========================================
/* CONTACTS
======================================== */
.contacts_page{
    position: relative;
}
.contacts_wrap{
    width: 100%;
    position: relative;
    padding-top: 134px;
    overflow: hidden;
}
.contacts_wr{
    padding: 40px 6vw 0;
    margin: auto;
    grid-gap: 40px;
    display: grid
;
    grid-template-columns: auto 1fr;
    justify-content: space-between;
}
.contacts_td{
    position: relative;
    padding-top: 50px;
}
.contacts_title{
    color: #000;
    margin-bottom: 30px;
    line-height: 1;
    font-weight: 700;
    font-size: 35px;
}
.contacts_adress_wrap{
margin-bottom: 30px;
}
.contacts_adress_wr{
	display:flex;
	margin-bottom: 1vh;
}
.contacts_icon{
	display:flex;
	justify-content: center;
	align-items: center;
	width:2rem;
	margin-right: 1rem;
}
.contacts_icon img{
	max-width: 1.7rem;
}
.contacts_tel_wrap{
	display:flex;
}
.contacts_tel_wr{
	color:#fff;
	font-size: 2rem;
}
.contacts_adress{
	font-size: 16px;
	line-height: 1.7;
    color: #000;
	cursor: pointer;
	transition: all 0.9s cubic-bezier(.19,1,.22,1);
}
.contacts_adr_img{
    width: 100%;
    display: block;
}
.contacts_mail_wr{
	margin-bottom: 1vh;
	display:flex;
}
.contacts_mail{
font-size: 16px;
    color: #000;
	text-decoration: underline;
}
.conacts_tw_wr{
font-size: 16px;
    color: #000;
	display: flex;
margin-bottom: 30px;
}
.conacts_tw{

}
.map_wr{
    display: flex;
    justify-content: end;	
}
#map1, #map2{
	height: 550px;
    background: grey;
    max-width: 993px;
    width: 100%;
}

/* ========================================
/* END CONTACTS
======================================== */

/* ========================================
/* NEWS
======================================== */
.news_page{
	position: relative;
}
.news_wrap{
    width: 100%;
    position: relative;
    padding-top: 134px;
    overflow: hidden;
}
.news_wr{
	padding: 50px 6vw;
}
.news_title {
	color: #000;
    margin-bottom: 30px;
	line-height: 1;
	font-weight: 700;
	font-size: 35px;
}
.news_slider_wr {
    position: relative;
}
.news_slider {
    overflow: hidden;
    width: 100%;
}
.news_slide {
    display: grid;
  height: auto;
}
.one_new_link{
    display: block;
    transition: all 0.9s cubic-bezier(.19,1,.22,1);
    position: relative;
        display: grid;
    grid-template-rows: auto 1fr;
    justify-items: baseline;
}
.one_new_img_wr{
    height:309px;
    margin-bottom: 30px;
    overflow: hidden;
}
.one_new_img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.9s cubic-bezier(.19,1,.22,1);
}
.one_new_link:hover .one_new_img {
    transform: scale(1.1);
}
.one_new_info{
}

.one_new_anons{
	font-size: 19px;
    color: #000;
    margin-bottom: 10px;
     transition: all 0.9s cubic-bezier(.19,1,.22,1);
}
.one_new_date{
    font-size: 15px;
	color:#000;
	margin-bottom: 20px;
}
.one_new_text{
	font-size: 13px;
	color:#000;
    line-height: 1.7;
	margin-bottom: 30px;
}
.news_btn_more {
    color: #fff;
    background: #1470af;
    padding: 17px 27px;
    transition: all .9s cubic-bezier(.19,1,.22,1);
    display: inline-block;
    font-size: 12px;
}
.one_new_link:hover .news_btn_more{
    opacity: 0.5;
}

.arrows_slide_news{
position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;	
}
body .prev_slide_news {
    left: -5vw;
    width: 7vmin;
    height: 7vmin;
    border-radius: 50%;
    display: flex
;
    justify-content: center;
    align-items: center;
    background: #1470af;
    margin: 0;
    transform: translateY(-50%);
    transition: all .9s cubic-bezier(.19,1,.22,1);
}
.prev_slide_news:hover {
    opacity: 0.8;
}
body .next_slide_news {
	right: -5vw;
    width: 7vmin;
    height: 7vmin;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #1470af;
    margin: 0;
    transform: translateY(-50%);
    transition: all .9s cubic-bezier(.19,1,.22,1);
}
.next_slide_news:hover {
    opacity: 0.8;
}
.arrow_news_svg {
	width: 60%;
}

.news_pagin_wrap{
	display:flex;
    margin-top: 63px;
	justify-content: center;
	transition: all 0.9s cubic-bezier(.19,1,.22,1);

}
.news_pagin_wr{
    position: relative;
}
.news_pagination{
    width: 18rem;
    overflow: hidden;
    position: relative;
    height: 2rem;
}
.news_pagin{
    transition: all 0.9s cubic-bezier(.19,1,.22,1);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    cursor: pointer;
    background: #1470af;
    border-radius: 50%;
    opacity: 0.5;
}
.news_pagin:hover{
	opacity: 1;
}
.swiper-slide-thumb-active .news_pagin{
	opacity: 1;
	pointer-events: none;
}
/* ========================================
/* END NEWS
======================================== */

/* ========================================
/* ONE NEW
======================================== */
.new_page{
    position: relative;
}
.new_wrap{
    width: 100%;
    position: relative;
    padding-top: 134px;
    overflow: hidden;
}
.new_wr{
    padding: 40px 6vw 0;
    max-width: 1200px;
    margin: auto;
    margin-bottom: 40px;
}
.new_date{
    font-size: 15px;
    color: #000;
    margin-bottom: 30px;
}
.new_title{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
}

.new_text{
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 50px;
}
.new_text a{
	color:#3e998f;
	text-decoration: underline;
	transition: all 0.9s cubic-bezier(.19,1,.22,1);
}
.new_text a:hover{
	text-decoration:none;
}
.new_back_wr{
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    transition: all 0.9s cubic-bezier(.19,1,.22,1);
}
.new_back_text{
    color: #1d1d1d;
    font-size: 18px;
    position: relative;
    z-index: 1;
    margin-left: 10px;
    transition: all 0.9s cubic-bezier(.19,1,.22,1);
}
.new_back_wr:hover .new_back_text {
    color: #3e998f;
}
.new_back_svg{
	width: 20px;
    height: auto;
    position: relative;
    z-index: 1;
    transform: rotate(90deg);
    transition: all 0.9s cubic-bezier(.19,1,.22,1);
}
.new_back_wr:hover .new_back_svg {
    opacity: 0.5;
}
.new_top{
	display:flex;
	justify-content: space-between;
	margin-bottom: 30px;
	align-items: center;
}
.new_slider_wr{
	position: relative;
width: 100%;
}
.new_slider{
	width: 100%;
	position: relative;
	overflow: hidden;
    height: 600px;
}
body .prev_slide_new {
    left: -5vw;
    width: 7vmin;
    height: 7vmin;
    border-radius: 50%;
    display: flex
;
    justify-content: center;
    align-items: center;
    background: #1470af;
    margin: 0;
    transform: translateY(-50%);
    transition: all .9s cubic-bezier(.19,1,.22,1);
}
.prev_slide_new:hover {
    opacity: 0.8;
}
body .next_slide_new {
	right: -5vw;
    width: 7vmin;
    height: 7vmin;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #1470af;
    margin: 0;
    transform: translateY(-50%);
    transition: all .9s cubic-bezier(.19,1,.22,1);
}
.next_slide_new:hover {
    opacity: 0.8;
}
.arrow_new_svg {
	width: 60%;
}
.new_slide{
	display: flex;
	justify-content: center;
	align-items: center;
}
.new_img{
	max-width: 100%;
	max-height: 100%;
}

.new_pagin_wrap{
	display: flex;
	justify-content: center;
    margin-top: 20px;
	transition: all 0.9s cubic-bezier(.19,1,.22,1);
}
.new_pagin_wr{
    position: relative;
    width: 100px;
}
.new_pagination{
    width: 100%;
    position: relative;
    height: 70px;
}
.new_img_pagin{
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.5;
	cursor: pointer;
	transition: all 0.9s cubic-bezier(.19,1,.22,1);
}

.news_pagin:hover{
	opacity: 1;
}
.swiper-slide-thumb-active .new_img_pagin{
	opacity: 1;
	pointer-events: none;
}
.another_new_wrap{
	display:flex;
	justify-content: space-between;
	align-items: center;
    padding: 0 5vw;
}
.another_new_item{
    display: flex;
    align-items: center;
    max-width: 30vw;	
}
.another_new_item_svg{
    width: 114px;
    transform: rotate(90deg);	
    transition: all 0.9s cubic-bezier(.19,1,.22,1);
}
.another_new_item:last-child .another_new_item_svg{
	transform: rotate(-90deg);	
}
.another_new_item:hover .another_new_item_svg{
	opacity: 0.5;
}
.another_new_item_title{
	    color: #000;
    font-size: 17px;
    margin: 0 10px;
    transition: all 0.9s cubic-bezier(.19,1,.22,1);
}
.another_new_item:hover .another_new_item_title{
	color: #3e998f;
}
/* ========================================
/* END ONE NEW
======================================== */


/* ========================================
/* ERROR PAGE
======================================== */
.error_wrap{
	position: relative;
	height: 100%;
	justify-content: center;
}
.error_wr{
	width: 100%;
    height: 100%;
    display: flex;
    padding: 8rem 0 0;
    padding-bottom: 5rem;
    position: relative;
}
.error_cont{
	width: 115.5rem;
    align-self: center;
    display:flex;
    justify-content: center;
    align-items: center;
}
.error_info{
    text-align: center;
}
.error_number{
    font-size: 27rem;
    color: #facb23;
    line-height: 0.8;
    margin-bottom: 2rem;
}
.error_text{
	font-size: 1.6rem;
    text-align: center;
    margin-bottom: 3rem;
}
.error_btn{
    display: inline-block;
    padding: 1rem 2rem;
    text-transform: uppercase;
    margin-top: 2vh;
    position: relative;
    cursor: pointer;
}
.error_btn_text{
    color: #1d1d1d;
    font-size: 1.8rem;
    position: relative;
    z-index: 1;
    transition: all 0.9s cubic-bezier(.19,1,.22,1);
}
.error_btn:hover .error_btn_text {
    color: #fff;
}
/* ========================================
/* END ERROR PAGE
======================================== */

@media screen and (max-width: 1680px) {

}
@media screen and (max-width: 1400px) {

}
@media screen and (max-width: 1280px){
	.main_bl_5_items{grid-template-columns: repeat(3, calc(33% - 27px));	}
	.main_bl_5_item_title {font-size: 19px;}
}
@media screen and (max-width: 992px) {
	
}
@media screen and (max-width: 768px) {
	.menu_right{display:none;}
	.header_cont {height: 63px;padding: 2vw 6vw;}
	.menu_btn_m{display:block;}
	.main_page {padding-top: 63px;}
	.main_bg_wr {height: 304px;}
	.main_bl_1_title {font-size: 21px;}
	.main_bl_1_text {font-size: 37px;}
	.main_bl_1_info{grid-gap: 23px;padding-bottom: 70px;}
	.main_bl_1_logo{transform: translateY(-33%);width: 153px;	}
	.main_bl_2_title {font-size: 25px;}
	.main_bl_2 {padding: 162px 6vw 78px;}
	.main_bl_3 {padding: 0 5vw 82px;}
	.main_bl_3_slider{overflow: hidden;}
	.main_bl_3_item_text {max-width: 100%;font-size: 16px;}
	.main_bl_3_arows,.arrows_slide_news{        position: relative;height: auto;display: grid;justify-content: center;grid-template-columns: auto auto;grid-gap: 24px;margin-top: 22px;}
	body .main_bl_3_prev,body .main_bl_3_next, body .prev_slide_news, body .next_slide_news{position: relative;left: auto;right: auto;width: 40px;height: 40px;transform: translateY(0px);	}
	.main_bl_4 {height: 211px;padding: 0;}
	.main_bl_5 {padding: 70px 0 0;}
	.main_bl_5_items{grid-template-columns: auto;grid-gap: 35px;margin-bottom: 35px;}
	.main_bl_5_item_img_wr {height: 185px;margin-bottom: 18px;}
	.main_bl_5_btn_wr {padding: 34px 5vw;}
	.main_bl_5_btn {        padding: 20px 69px;display: block;text-align: center;}
	.footer_top {margin-bottom: 34px;}
	.footer_title {font-size: 25px;}
	.footer_items {        justify-content: normal;grid-template-columns: auto;grid-gap: 31px;}
	.footer_social{display:none;}
	.footer_social_m{display: flex;width: 20px;height: 20px;justify-content: center;align-items: center;justify-self: center;}
	.news_wrap{padding-top:63px;}
	.new_wrap{padding-top:63px;}
	.new_back_text {font-size: 14px;}
	.new_back_svg {width: 13px;}
	.new_title {font-size: 20px;margin-bottom: 20px;}
	.new_slider_wr{padding: 0 25px;	}
	.new_slider {height: 300px;}
	body .prev_slide_new,body .next_slide_new{top: 150px;width: 40px;height: 40px;	}
	.another_new_wrap{padding: 0;}
	.another_new_item {max-width: 50%;}
	.another_new_item_svg {width: 20px;}
	.another_new_item_title {font-size: 14px;width: calc(100% - 20px);}
	.contacts_wrap{padding-top: 63px;	}
	.contacts_wr {        display: block;}
	.contacts_td {padding-top: 0;        padding-bottom: 15px;}
	.contacts_title {font-size: 25px;}
	#map1, #map2 {height: 234px;}
	.contacts_td>div:last-child{margin-bottom: 0;}
	.map_wr {margin-bottom: 50px;}
}
	
	

@import url("print.css") print;