/* Fonts */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap&subset=cyrillic,cyrillic-ext,latin-ext');


/* Reset style css */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, button, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, tt, var, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	outline: none;
}
html, body {
	height: 101%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

::-webkit-input-placeholder, ::-moz-placeholder, :-moz-placeholder, :-ms-input-placeholder {
	color:#000;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
strong, b {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	border: 0;
	max-width: 100%;
}
a, button {
	text-decoration: none;	
	color: #000;
}
a, button, .menu-toggle i, .menu-toggle i::before, .input, .menu-toggle i::after, button small, .ni-title, .col5 li h3, .col4-items h3, .footer-cont li i, .gallery-wrapper button::before, .authorization, .tns-items span, .top-news-slider .swiper-button-next, .top-news-slider .swiper-button-prev, .close::before, .tns-items figure img {
	transition: all 250ms linear;	
}
.qai, .qait, .qait::before, .news-item img, .col5-items-img img, .col4-items-img img {
	transition: all 200ms linear;	
}
a:hover {
	color: #007CC8;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: 100;
}
h1 {
	font-size: 138.5%;
}
h2 {
	font-size: 123.1%;
}
h3 {
	font-size: 108%;
}
input:focus, textarea:focus, select:focus{
	outline: none;
}
input, textarea, select {
	outline: none;
	border-radius: 0;
}
textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
     -webkit-appearance: none;
     border-radius: 0;
}
header, main, footer, section, div, a, button, li, nav, h3 {
	-moz-box-sizing: border-box!important;
	-webkit-box-sizing: border-box!important;
	box-sizing: border-box!important;
}
input, textarea {
	-moz-box-sizing: border-box!important;
	-webkit-box-sizing: border-box!important;
	box-sizing: border-box!important;
	box-shadow: none!important;
	resize: none!important;
	margin: 0px;
	-webkit-appearance: none;
	outline-style:none;	
	border-color:transparent;
}
.unselectable {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.clear {
	width:100%;
	height:0;
	margin:0;
	padding:0;
	clear:both;
}
.hiden {
	display: none!important;
}



/* Site */
:root {
	font-family: 'Noto Sans JP', sans-serif;
	background: #fff;
}

body {		
	min-width: 320px;
	font-size: 16px;
	line-height: 22px;
	color: #000;
	overflow-x: hidden;
}

/* Header */
.htop {
	
	
	width: 100%;
	max-width: 1920px;
	margin: auto;
	padding-left: 80px;
	padding-right: 80px;
	
	display: grid;
	grid-template-columns: 60% 40%;
	grid-template-rows: 1fr;  
	grid-template-areas: ". .";
	
	height: 90px;
	
}

.logo {
	align-self: center;
    justify-self: left;		
	position: relative;
	display: block;
	
	background: url(../img/logo.svg) no-repeat left center;
	background-size: 45px;
	width: 100%;
	height: 45px;
	
	padding: 0 0 0 60px;
	
	color: #314976;
}
.logo:hover {
	color: #314976;
}
.logo i {
	display: inline-block;
	vertical-align: middle;
	background: url(../img/logotext.svg) no-repeat;
	background-size: 101px 30px;
	width: 101px;
	height: 30px;
}
.logo span {
	display: inline-block;
	vertical-align: middle;
	font-size: 26px;
	margin: 0 0 0 5px;
}
.logo small {
	display: block;
	font-size: 12px;
}

.lang {
	align-self: center;
    justify-self: right;
	margin-top: -4px;
}
.lang li, .lang li a, .lang li span {
	display: inline-block;
	vertical-align: middle;
}
.lang li span {
	margin: 0 10px 0 10px;
}
.active {
	color: #007CC8;	
}

/* Navigation */
.top-nav {
	background: #EEF4FF;
	height: 50px;
	width: 100%;
	
	padding-left: 80px;
	padding-right: 80px;
	
	
	display: grid;
	grid-template-columns: auto auto;
	grid-template-rows: 1fr;  
	grid-template-areas: ". .";
		position: relative;
}
.tn-wrapper {
	align-self: center;
    justify-self: left;
	margin-top: -2px;
}

.active.title {
	color: #007CC8;
}

.ace-responsive-menu {
    list-style: none;
    margin: 1px 0 0 -20px;
    padding: 0;
    float:left;
}
.ace-responsive-menu li{
    list-style: none;
}
.ace-responsive-menu li ul {
    display:none;
}
.ace-responsive-menu > li {
    display: block;
    margin: 0;
    padding: 0;
    border: 0px;
    float: left;
}
.ace-responsive-menu > li > a {
    display: block;
    position: relative;
    margin: 0;
    border: 0px;
	height: 50px;
	line-height: 50px;
    padding: 0px 20px 0px 20px;
    text-decoration: none;    
    font-weight: 300;
}
.ace-responsive-menu li.menu-active > a {
    background: #0268B3;
    color:#fff;
}
.ace-responsive-menu li .menu-active {
    position: relative;
}
.ace-responsive-menu > li > a > .arrow:before {  
    margin-left: 15px;
    display: inline;
    font-size: 16px;
    font-family: FontAwesome;
    height: auto;
    content: " \276F";
    font-weight: 300;
    text-shadow: none;
    width: 10px;
    display: inline-block;
	transform: rotate(90deg);
}
.ace-responsive-menu li ul.sub-menu li > a > .arrow:before {
    content: "\f105" !important;
}
.ace-responsive-menu > li > ul.sub-menu {
    display: none;
    list-style: none;
    clear: both;
    margin: 0;
    position: absolute;
    z-index: 999;
}
.ace-responsive-menu li ul.sub-menu {
    background: #0268B3;
	color: #fff;
	padding: 10px 0 10px 0;
	border-top: 1px solid #3284C2;
}
.ace-responsive-menu li ul.sub-menu > li {
    width: 240px;	
}
.ace-responsive-menu li ul.sub-menu li a {
    display: block;
    margin: 0px 0px;
    padding: 10px 20px 10px 20px;
	
    text-decoration: none;
    font-size: 13px;
	line-height: 18px;
    background: none;
	color: #fff;	
}
.ace-responsive-menu li ul.sub-menu li a:hover {
	opacity: 0.6;
}
.ace-responsive-menu > li > ul.sub-menu > li {
    position: relative;
}
.ace-responsive-menu > li > ul.sub-menu > li ul.sub-menu {
    position: absolute;
    left: 240px;
    top: 0px;
    display: none;
    list-style: none;
	border-left: 1px solid #3284C2;
}
.ace-responsive-menu > li > ul.sub-menu > li ul.sub-menu > li ul.sub-menu {
    position: absolute;
    left: 240px;
    top: 0px;
    display: none;
    list-style: none;
	border-left: 1px solid #3284C2;
}
.ace-responsive-menu > li > ul.sub-menu li > a > .arrow:before {
    float: right;
    margin-top: 1px;
    margin-right: 0px;
    display: inline;
    font-size: 16px;
    font-family: FontAwesome;
    height: auto;
    content: "\f104";
    font-weight: 300;
    text-shadow: none;
}

.menu-toggle {
    display: none;
    float: left;
    width: 100%;
}
.menu-toggle .icon-bar {
    display: block !important;
    width: 22px;
    height: 2px;
    background-color: #000;
    margin: auto;
	margin-top: 4px;
}
.menu-toggle .icon-bar:first-child {
	margin-top: 0;
}
.menu-toggle .icon-bar:hover {
    background-color: #F5F5F5 !important;
}
.menu-toggle #menu-btn {    
    background: none;     
    cursor: pointer;
	width: 100%;
	position: absolute;
	left: 0;
	height: 50px;
	top: 0;
}
.hide-menu {
    display: none;
	opacity: 0;
}

.price-fb {
	position: relative;
	
	align-self: center;
    justify-self: right;
	cursor: pointer;
	background: none;
	
	height: 100%;
	padding-left: 35px;
		
}
.price-fb::before {
	content: '';
	position: absolute;
	
	background: url(../img/fb-price.svg) no-repeat left center;
	background-size: 26px;
	width: 26px;
	height: 100%;
	
	top: 2px;
	left: 0px;
}
.price-fb:hover {
	color: #007CC8;
} 


/* Slider */
.top-slider {
	height: 70%;	
	min-height: 500px;
	position: relative;
}

.authorization {
	position: absolute;
	z-index: 2;
	background: rgba(0, 0, 0, 0.5);
	width: 370px;
	color: #EEF4FF;
	left: 80px;
	top: 60px;
}
.authorization:hover {
	background: rgba(0, 0, 0, 0.7);
}
.authorization .qai, .authorization:hover .qai {
	border: none;
}
.authorization .active.qait {
	background: none;
	
}
.authorization .qaiw {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.a-input {
	position: relative;
}
.a-input::before {
	content: '';
	position: absolute;
	width: 50px;
	height: 50px;
	background: #007CC8;
	left: 0;
	top: 0;
	z-index: 1;
}
.a-input input {
	position: relative;
	background: #fff;
	width: 100%;
	height: 50px;
	font-size: 15px;
	padding-left: 70px;
}
.a-user::after, .a-password::after {
	content: '';
	position: absolute;
	width: 50px;
	height: 50px;
	left: 0;
	top: 0;
	z-index: 2;
}
.a-user::after {	
	background: url(../img/user.svg) no-repeat center;
	background-size: 18px 20px;
}
.a-password::after {
	background: url(../img/lock.svg) no-repeat center;
	background-size: 20px 22px;
}
.a-password {
	margin: 15px 0 15px 0;
}
.button-auth {
	background: #EEF4FF;
	color: #000;
	height: 45px;
	padding-left: 25px;
	padding-right: 25px;
	font-size: 15px;
	
	-webkit-border-radius: 6px;
	border-radius: 6px;
	
	cursor: pointer;
	
	float: right;
}
.button-auth:hover {
	background: #3DA926;
	color: #fff;
}
.button-auth:active {
	transform: translateY(2px);
}

.swiper-container {
      width: 100%;
      height: 100%;
    }
.swiper-slide {
	position: relative;
	
    text-align: center;
    font-size: 18px;
      background: #E4E9F3;

      /* 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;
}
.sl-img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.sl-img img {
	object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

.sl-video-button {
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 2;
	
	display: grid;
	grid-template-columns: 100%;
	grid-template-rows: 1fr;  
	grid-template-areas: ".";
	
}
.sl-video-button button {
	align-self: center;
    justify-self: center;	
	background: none;
	text-align: center;
	color: #fff;
	cursor: pointer;
}
.sl-video-button button i {
	display: block;
	background: url(../img/video.svg) no-repeat;
	background-size: 65px;
	width: 65px;
	height: 65px;
	margin: auto;
}
.sl-video-button button small {
	font-size: 14px;
	line-height: 18px;
	width: 90px;
	display: block;
	margin: auto;
	margin-top: 10px;
}
.sl-video-button button:hover small{
	opacity: 0.5;
}


.swiper-pagination-bullets {
	background: #F7F8FA;
	height: 35px;
	bottom: 0!important;
}



.swiper-pagination-bullet {
	margin: 0 0 0 0;
	vertical-align: bottom;
}
.swiper-pagination-bullet-active {
	background: #007CC8;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 6px;
}
.swiper-button-next:after, .swiper-button-prev:after {
	font-size: 36px;
	color: #fff;
}
.swiper-button-next, .swiper-button-prev {
	top: -moz-calc(100% + 40px);
    top: -webkit-calc(100% + 40px);
    top: -o-calc(100% + 40px);
    top: calc(50% - 16px);
}


/* News index */
.center-content {
	padding: 0px;
	padding-left: 80px;
    padding-right: 80px;
}
.big-title {
	position: relative;
	padding: 60px 0 0px 0;	
	
	display: grid;
	grid-template-columns: 60% 40%;
	grid-template-rows: 1fr;
	grid-template-areas: ". .";
	margin: 0 0 40px 0;
}
.big-title::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #D1DBE9;
	z-index: 1;
}
.big-title h1, .big-title h2 {
	display: inline-block;
	color: #007CC8;
	font-size: 28px;
	line-height: 30px;
	border-bottom: 1px solid #007CC8;
	padding: 0 0 25px 0;
	
	align-self: center;
    justify-self: left;
	
	position: relative;
	z-index: 2;
}
.bt-right {
	align-self: center;
    justify-self: right;	
}
.bt-right ul li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 10px 20px;
}
.bt-right ul li a {
	color: #0049A8;
}
.bt-right ul li a:hover {
	color: #007CC8;
}

.news-index {
	position: relative;
	width: 100%;
	
	display: grid;
	grid-template-columns: 55% 45%;
	grid-template-rows: 1fr;  
	grid-template-areas: ". .";
}
.ni-left {
	width: 100%;	
}
.top-news-slider {
	position: relative;
}
.top-news-slider .swiper-button-prev, .top-news-slider .swiper-button-next {
	width: 40px;
	height: 40px;
	background: #F8F8F8;
	
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.top-news-slider .swiper-button-next:after, .top-news-slider .swiper-button-prev:after {
	color: #007CC8;
	font-size: 20px;
	font-weight: bold;
	display: block;
	width: 100%;
	text-align: center;
}
.top-news-slider .swiper-button-next:after {	
	padding-left: 4px;
}
.top-news-slider .swiper-button-next:active {
	transform: translateX(2px);
}
.top-news-slider .swiper-button-prev:after {
	padding-right: 4px;	
}
.top-news-slider .swiper-button-prev:active {
	transform: translateX(-2px);
}
.top-news-slider .swiper-button-prev, .top-news-slider .swiper-button-next {
	top: -moz-calc(50% - 0px);
    top: -webkit-calc(50% - 0px);
    top: -o-calc(50% - 0px);
    top: calc(50% - 0px);
}
.top-news-slider .swiper-button-prev {
	left: -20px;
}
.top-news-slider .swiper-button-next {
	right: -20px;		
}

.tns-items {
	display: block;
	position: relative;
	background: #F7F8FA;
	overflow: hidden;
}
.tns-items figure {

	position: relative;
	overflow: hidden;
	
}
.tns-items figure img {
	display: block;
	
	object-fit: cover;
    object-position: center;
    width: 100%;
    height: 189px;
			
}
.tns-items:hover figure img {
	-ms-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02);
}
.tns-items span {
	display: grid;
	grid-template-columns: 100%;
	grid-template-rows: 1fr;  
	grid-template-areas: ".";
	width: 100%;
	height: 76px;
	
	color: #fff;
	background: #2690D1;
	text-align: left;
}
.tns-items:hover span {
	background: rgba(0, 125, 201, 1);
}
.tns-items span i {
	font-style: normal;
	font-size: 15px;
	line-height: 18px;
	align-self: center;
    justify-self: left;
	padding: 5px 10px 5px 20px;
}



.news-item {
	height: 480px;
	position: relative;
	overflow: hidden;
}
.news-item img {
	object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
	
	-ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.news-item:hover img {
	-ms-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02);
} 
.ni-title {
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0, 125, 201, 0.85);
	width: 100%;
	min-height: 90px;
	
	display: grid;
	grid-template-columns: 100%;
	grid-template-rows: 1fr;  
	grid-template-areas: ".";
	
	z-index: 1;
}
.ni-title::after {
	content: '';
	position: absolute;
	right: 30px;
	width: 25px;
	top: 0;
	height: 100%;
	background: url(../img/ar.svg) no-repeat center;
	background-size: 25px 16px;
}
.news-item:hover .ni-title  {
	background: rgba(0, 125, 201, 1);
} 
.nit-inner {
	align-self: center;
    justify-self: left;
	color: #fff;
	padding: 15px 100px 15px 30px;
}
.nit-inner span {
	display: block;
	font-size: 14px;
	margin: 0 0 5px 0;
	opacity: 0.7;
}
.nit-inner h3 {
	font-size: 19px;
	line-height: 22px;
}

.ni-right {
	width: 100%;
	padding: 0 0 0 40px;
}
.ni-right li:first-child {
	padding-top: 0px;
}
.ni-right li:last-child {
	padding-bottom: 0px;
}
ul.top-news-wrapper {
	border-bottom: 1px solid #D7DFEC;
	border-left: 1px solid #D7DFEC;
	border-right: 1px solid #D7DFEC;
	padding: 30px;
}
.ni-right .big-title {
	margin: 0;
}
.ni-right .big-title a {
	padding: 0;
}
.ni-right li {
	padding: 0px 0 15px 0;
}
.ni-right li a {
	color: #0049A8;
	position: relative;
    padding-right: 100px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ni-right li a:hover {
	color: #007CC8;
}
.ni-right li a span {
	color: #A1A1A1;
	position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 90px;
    text-align: right;
	font-size: 14px;
}

/* News */
.col2 {
	margin: 0 0 0 -30px;
}
.col2-items {
	width: -moz-calc(50% - 30px);
    width: -webkit-calc(50% - 30px);
    width: -o-calc(50% - 30px);
    width: calc(50% - 30px);
    float: left;
    margin: 0 0 30px 30px;
}

/* Col 5*/
.cc-bg {
	margin-top: 60px;
	padding-top: 0px;
	padding-bottom: 60px;
	background: #F4F7FB;
}
.col5 {
	margin: 0 0 0 -30px;	
}
.col5 li {
	width: -moz-calc(20% - 30px);
    width: -webkit-calc(20% - 30px);
    width: -o-calc(20% - 30px);
    width: calc(20% - 30px);
	float: left;
	margin: 0 0 0 30px;
}
.col5-items {
	width: 100%;
}
.col5-items img {
	display: block;
}
.col5-items h3 {
	background: #fff;
	color: #0268B3;
	font-size: 16px;
	line-height: 18px;
	
	display: grid;
	grid-template-columns: 100%;
	grid-template-rows: 1fr;  
	grid-template-areas: ".";
	
	padding: 10px 20px 10px 20px;
	height: 60px;
	
	text-align: center;
}
.col5-items h3 span {
	align-self: center;
    justify-self: center;
}
.col5-items-img {
	position: relative;
	overflow: hidden;
}
.col5-items-img img {
	object-fit: cover;
    object-position: center;
    width: 100%;
    height: 225px;
}
.col5 li a:hover h3 {
	background: #007CC8;
	color: #fff;
}
.col5 li a:hover img {
	-ms-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02);
}


/* Col 4*/
.col4 {
	margin: 0 0 0 -30px;	
}
.col4 li {
	width: -moz-calc(25% - 30px);
    width: -webkit-calc(25% - 30px);
    width: -o-calc(25% - 30px);
    width: calc(25% - 30px);
	float: left;
	margin: 0 0 0 30px;
}
.col4-items {
	position: relative;
	height: 380px;
	overflow: hidden;	
}
.col4-items-img img {
	object-fit: cover;
    object-position: center;
    width: 100%;
    height: 380px;
}
.col4 li a:hover img {
	-ms-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02);
}
.col4-items h3 {
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0, 125, 201, 0.9);
	width: 100%;
	color: #fff;
	
	display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 1fr;
    grid-template-areas: ".";
    padding: 10px 30px 10px 30px;
    height: 80px;
	   
	font-size: 18px;
	line-height: 22px;
	
	z-index: 1;
}
.col4-items h3 span {
	align-self: center;
    justify-self: left;
}
.col4 li:hover h3 {
	background: rgba(0, 125, 201, 1);
}
.col4 li:nth-child(2n)  h3 {
	background: rgba(0, 172, 238, 0.95);
}
.col4 li:nth-child(2n):hover  h3 {
	background: rgba(0, 172, 238, 1);
}

.bt-100 {
	display: block;
	width: 100%;
}


/* Inner */
.top-img {
	height: 340px;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.top-img img {
	object-fit: cover;
    object-position: center;
    width: 100%;
	height: 340px;
}
.cc-inner {
	width: 880px;
	margin: auto;
}
.content {
	padding-bottom: 50px;
}
.content p {
	font-size: 16px;
	line-height: 32px;
	padding: 20px 0 0 0;
}
.content p:first-child {
	padding: 0;
}
.content a {
	color: #007CC8;
}
mark {
	background: #8EDDFF;
}
.content blockquote {
	background: #F4F7FB;
	border-left: 5px solid #007CC8;
	padding: 30px 40px 30px 40px;
	margin: 30px 0 10px 0;
}
.content blockquote, .content blockquote p {
	font-size: 18px;
	line-height: 24px;
}
.content blockquote p {
	padding: 0;
	
}
.content ol {
	list-style-type: decimal;
	font-size: 16px;
	line-height: 32px;
	margin: 20px 0 0 20px;
}
.content ul {	
	list-style-type: none;
	font-size: 16px;
	line-height: 32px;
	margin: 20px 0 0 20px;
}
.content ul li::before {
	content: "\2022";
	color: #007CC8;
	font-weight: bold; 
	display: inline-block;
	width: 1.2em; 
	margin-left: -1em; 	
}
.content img {
	display: block;
	margin: 20px 0 0 0;	
	margin-left: auto;
  	margin-right: auto;
  	width: 100%;
}
.content h2 {
	font-size: 22px;
	line-height: 28px;
	margin: 25px 0 0 0;
	font-weight: 600;
}
.content h3 {
	font-size: 18px;
	line-height: 24px;
	margin: 25px 0 0 0;
	font-weight: 600;
}

.content .table {
	width: 100%;
	margin: 20px 0 0 0;		
}
.content .table th, .content .table td {
	padding: 15px 20px 15px 20px;
	text-align: left;
}
.content .table th {
	background: #EEF4FF;
	font-weight: 600;
}
.content .table tr:nth-child(odd) {
  background-color: #F3F6F5;
}

.table-wrapper {
	width: 100%;
	display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.table-wrappers {
	flex: 0 0 auto;
    min-width: 100%;		
}

/* File */
.download-file {
	background: #F4F7FB;
	margin: 20px 0 0 0;
	padding: 20px;
	
	display: grid;
	grid-template-columns: 70% 30%;
	grid-template-rows: 1fr;  
	grid-template-areas: ". .";
		
}
.download-file:hover {
	
}
.download-file strong {
	color: #000;
}
.download-file small {
	align-self: center;
    justify-self: right;
}


/* Gallery */
.gallery-wrapper {
	margin-left: -30px;
}
.gallery-wrapper li {
	width: -moz-calc(20% - 30px);
    width: -webkit-calc(20% - 30px);
    width: -o-calc(20% - 30px);
    width: calc(20% - 30px);
    float: left;
    margin: 0 0 30px 30px;
}
.gallery-wrapper button {
	display: block;
	background: none;
	border: 0;
	cursor: pointer;
	position: relative;
}
.gallery-wrapper button img {
	display: block;
}
.gallery-wrapper button::before {
	content: '';
	position: absolute;
	background-color: rgba(0, 124, 200, 0.8);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
}
.gallery-wrapper button:hover::before {
	opacity: 1;
}
.video-g {
	padding-bottom: 30px!important;	
}
.video-g button::before {
	background-image: url(../img/ico-video.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 45px;
}

.foto-g {
	padding-bottom: 30px;
}
.foto-g button::before {
	background-image: url(../img/zoom.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 34px;
}

.home {
	background: url(../img/home.svg) no-repeat;
	background-size: 24px;
	width: 24px;
	height: 24px;
	display: block;
}
.nav-line li {
	display: inline-block;
	vertical-align: middle;	
	margin: 0 15px 0 0;
	color: #007CC8;
	font-size: 14px;
}
.nav-line li a {
	
}
.nav-line li strong {
	font-weight: 800;
}

/* Maps */
/* Maps */
#map {
	height: 560px;
}
.maps {
	position: relative;
	width: 100%;	
	margin-top: 182px;
}
.maps-item {
	position: absolute;
	left: 0;
	top: -182px;
	width: 100%;
	z-index: 2;
	
}
.maps-items {
	width: 880px;
	margin: auto;
	background: #fff;
}
.mi-top {
	width: 100%;
	display: grid;
	grid-template-columns: 50% 50%;
	grid-template-rows: 1fr;  
	grid-template-areas: ". .";
	height: 300px;
}
.maps-items figure {
	width: 100%;
}
.maps-items img {
	object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
	display: block;
}
.rib-right img {
	width: 78px;
	height: 78px;
}
.right-inf {
	width: 100%;
	padding: 20px;
	position: relative;
	background: #fff;
	border-right: 1px solid #EEF4FF;
	border-top: 1px solid #EEF4FF;
}
.right-inf h3 {
	font-weight: 600;
	margin: 0 0 10px 0;
}
.right-inf p {
	font-size: 14px;
}

.ri-bottom {
	width: 100%;
	display: grid;
	grid-template-columns: 80% 20%;
	grid-template-rows: 1fr;  
	grid-template-areas: ". .";
	
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 20px;
	
	background: #EEF4FF;
	
	font-size: 14px;
	
}
.rib-left {
	width: 100%;
	align-self: center;
    justify-self: center;
	
}
.rib-left h3 {
	margin: 0 0 5px 0;
}
.rib-right {
	width: 100%;
	align-self: center;
    justify-self: center;
}
.rib-left input {
	background: none;
	display: block;
	vertical-align: middle;
	font-weight: bold;
	margin-left: -2px;
	width: 100%;
}
.copy {
	display: inline-block;
	vertical-align: middle;
	border: 0;			
	margin: 0;
	background: none;
	border-bottom: 1px dotted #000;
	font-size: 12px;
	cursor: pointer;
}


/* Paging */
.paging {
	background: #F4F7FB;
	padding-top: 20px;
	padding-bottom: 20px;
}
.paging ul {
	
}
.paging li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 0 0;	
}
.paging a {
	display: block;
	border: 1px solid #D8E4F3;
	padding: 6px 12px 7px 12px;	
}
.paging a:hover, a.p-active {
	border: 1px solid #007CC8;
	background: #007CC8;
	color: #fff;
}
a.p-active {
	cursor: default;
}

/* Jobs */
.jobs {
	margin: 20px 0 0 0!important;
	border: 2px solid rgba(0, 172, 238, 1)!important;	
}
.jobs .qait {
	padding: 20px 60px 20px 20px;
	background: rgba(0, 172, 238, 1);
}
.jobs h3 {
	margin: 0;
	font-size: 16px;
	color: #fff;
}
.jobs .qaiw, .jobs .qaiw h3 {
	color: #000;
}
.qaiw h3 {
	margin-top: 20px;
}
.jobs .qaiw a {
	color: #007CC8;
}
.jobs .active.qait {
	background: rgba(0, 172, 238, 1);
}
.jobs  li {
	display: block!important;
}
.jobs-form {
	margin-top: 30px;
	padding-top: 20px;
	border-top: 1px solid #D8E4F3;
}

/* Foonet nav */
.nav-line {
	background: #D8E4F3;
	padding-top: 20px;
	padding-bottom: 20px;	
}
.footer-inner {
	margin-top: 0;
}
.felements {
	padding: 10px 0 10px 0;
}
.input {
	border: 2px solid #D8E4F3;
	background: #fff;
	height: 50px;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
	color: #000;
	font-size: 14px;
}
.input:focus, .input:hover {
	border: 2px solid #005E9A;
}
.felements-title {
	display: block;	
	padding: 0 0 10px 0;
}
p.small-text {
	line-height: 18px;
	font-size: 14px;
	padding: 0 0 10px 0!important;
	color: #EA3841;
}
.felements button {
	display: block;
	text-align: center;
	padding: 15px 20px 16px 20px;
	width: 100%;
	cursor: pointer;
	background: #50C038;
	color: #fff;
	font-weight: 600;	
	-webkit-border-radius: 6px;
    border-radius: 6px;
}
.felements button:hover {
	background: #48B031;	
}


/* Table */
.table-content-wrapper {
	position: relative;
}
.title-ico {
	position: relative;
	font-size: 16px;
	
	padding: 0 0 0 45px;
	margin-bottom: 30px;
}
.ico-train::before {
	content: '';
	position: absolute;
	
	background: url(../img/train.svg) no-repeat;
	background-size: 32px;
	width: 32px;
	height: 32px;
	
	top: -2px;
	left: 0;
}
.ico-ship::before {
	content: '';
	position: absolute;
	
	background: url(../img/ship.svg) no-repeat;
	background-size: 32px;
	width: 32px;
	height: 32px;
	
	top: -2px;
	left: 0;
}

.ico-air::before {
	content: '';
	position: absolute;
	
	background: url(../img/air.svg) no-repeat;
	background-size: 32px;
	width: 32px;
	height: 32px;
	
	top: -2px;
	left: 0;
}

.ico-truck::before {
	content: '';
	position: absolute;
	
	background: url(../img/truck.svg) no-repeat;
	background-size: 32px;
	width: 32px;
	height: 32px;
	
	top: -2px;
	left: 0;
}

.tbw-item {	
	display: grid;
	grid-template-columns: auto 20%;
	grid-template-rows: 1fr;
  	grid-template-areas: ". .";
}
.text-left td, .text-left th {
	text-align: left;
}

.table-scroll {
	padding-bottom: 30px;
}

.table-scroll-inner table {
	width: 100%;
	height: 100%;
	font-size: 0.73vw;
	line-height: 1.03vw;
}
.style-1 {
	text-align: center;
}
.style-2 {
	text-align: left;
}
.style-2 td {
	width: 50%;
}
.table-scroll-inner table thead  {
	background: #2690D1;
	color: #fff;
}
.table-scroll-inner table th, .table-scroll-inner table td {
	vertical-align: middle;
	padding: 0.9vw 0.7vw 0.8vw 0.7vw;
	border: 1px solid #D1DBE9;	
}
.table-scroll-inner tbody {
	border: 1px solid #D1DBE9;
}
.table-contancts {
	text-align: left;
	min-width: 10vw;
}


.tbw-right {
	padding: 0 0 0 30px;
}


.content .table-scroll {
	display: flex;
	flex-wrap: nowrap;
	overflow-y: hidden;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	margin-top: 20px;
}
.content .table-scroll-inner {
	flex: 0 0 auto;        
	min-width: 100%;
	height: fit-content;
}
.content .table-scroll-inner table {
	font-size: 13px;
	line-height: 18px;
}
.content .table-scroll-inner table th, .content .table-scroll-inner table td {
	padding: 15px;
	max-width: 100px;
}
.content .table-contancts {
	max-width: 100%!important;
}



/* Window */
.bg-window {
	position: fixed;
	background: rgba(0, 0, 0, 0.7);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 91;
}
.window-wrapper {
	position: absolute;
	z-index: 92;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	
	display: grid;
	grid-template-columns: auto;
	grid-template-rows: 1fr;
	grid-template-areas: ".";
	
	padding-top: 50px;
	padding-bottom: 50px;		
}

.ww-inner {
	background: #fff;
	padding: 30px;
	width: 500px;
	
	align-self: center;
    justify-self: center;
	
	position: relative;
		
	
}
.ww-inner h3 {
	font-weight: bold;
}
.form-elements {
	margin-top: 20px;
}
.form-elements input {
	width: 100%;
	height: 50px;
	
	background: #F5F5F5;
	
	padding-left: 20px;
	padding-right: 20px;
	border-bottom: 1px solid rgba(38, 144, 209, 0.6);
	
}
.form-elements input:hover, .form-elements input:active {
	border-bottom: 1px solid rgba(38, 144, 209, 1);
}
.form-elements .error {
	border-bottom: 1px solid #EC1C24;
}

.fb-button {	
	margin: 20px 0 0 0;
}
.fb-button button {
	cursor: pointer;
	
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	height: 50px;
	font-size: 15px;
	
	border: 0;
	
	color: #fff;
	background: #2690D1;
	padding-left: 25px;
	padding-right: 25px;	
	
	-webkit-border-radius: 6px;
	border-radius: 6px;
	
}
.fb-button button:hover {
	background: rgba(0, 125, 201, 1);
}
.fb-button button:active {
	transform: translateY(2px);
}


.close {
	cursor: pointer;
	position: absolute;
	background: #FE5B61;
	width: 30px;
	height: 30px;
	right: 0;
	top: 0;
}
.close::before {
	content: '';
	position: absolute;
	
	left: 0;
	top: 0;
	
	width: 100%;
	height: 100%;
	background: url(../img/close-white.svg) no-repeat center;
	background-size: 24px;
} 

.close:hover::before {
	opacity: 0.5;	
}


body.open main {
	filter: blur(4px);
  	-webkit-filter: blur(4px);
}


/* Footer */
footer {
	position: relative;
	margin: 60px 0 0 0;
}
.footer-top {
	color: #fff;
	background: #005E9A;
	padding-top: 60px;
	padding-bottom: 60px;
	
	display: grid;
	grid-template-columns: 40% 25% 35%;
	grid-template-rows: 1fr;  
	grid-template-areas: ". . .";
}
footer .big-title {
	padding: 0;		
}
footer .big-title::before {
	background: #CCCCCC;
}
footer .big-title h1, footer .big-title h2 {
	border-bottom: 0;
	color: #fff;
	font-size: 20px;
	padding-bottom: 20px;
}


.footer-left {
	padding-right: 60px;
}

.qai {
	margin: 0 0 30px 0;	
	border: 1px solid #3990C2;
}
.qai:hover {
	border: 1px solid #1772AA;
}
.qai:last-child {
	margin: 0;
}
.qait {	
	padding: 15px 60px 15px 20px;
	position: relative;
	cursor: pointer;
	overflow: hidden;
}
.qait::before {
	content: '';
	position: absolute;
	right: 15px;
	top: 0;
	height: 100%;
	background: url(../img/plus.svg) no-repeat center;
	background-size: 24px;
	width: 24px;
}
.active.qait::before {
	transform: rotate(45deg);
}
.active.qait {
	color: #fff;	
	background: #1772AA;
}
.qaiw {	
	display: none;
	padding: 20px;
}
.qaiw li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 20px 0 0;
}
.qaiw a {
	color: #8EDDFF;
} 

.footer-cont {
	margin: 0 0 60px 0;
}
.footer-cont:last-child {
	margin: 0;
} 
.footer-cont li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 30px 0 0;
}
.footer-cont li:last-child {
	margin: 0;
}
.footer-cont li i {
	display: block;
	opacity: 0.5;
}
.footer-cont li a:hover i {
	opacity: 1;
}
.footer-cont li i.facebook {
	background: url(../img/facebook.svg) no-repeat;
	background-size: 16px 30px;
	width: 16px;
	height: 30px;
}
.footer-cont li i.twitter {
	background: url(../img/twitter.svg) no-repeat;
	background-size: 31px 25px;
	width: 31px;
	height: 25px;
}
.footer-cont li i.instagram {
	background: url(https://ea-cmcb.com/img/instagram.svg) no-repeat;
	background-size: 31px;
	width: 31px;
	height: 31px;
}


.footer-right {
	padding-left: 60px;
}
.footer-cont p {
	line-height: 32px;
}
.footer-cont a {
	color: #8EDDFF;
} 
.button {
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #479DCC;
	color: #8EDDFF;
	padding: 12px 20px 14px 20px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.button:hover {
	background: #479DCC;
	color: #fff;
}
.footer-bottom {
	font-size: 13px;
	text-align: center;
	background: #F1F0EE;
	padding: 40px 20px 40px 20px;	
}
.footer-bottom a {
	color: #0049A8;
}
.footer-bottom a:hover {
	color: #007CC8;
}

/* Responsive */
@media all and (max-width: 1780px) {
	.ace-responsive-menu > li > a {
		padding: 0px 10px 0px 20px;
		font-size: 14px;
	}
	.price-fb {
		font-size: 14px;
		padding-left: 30px;		
	}
	.price-fb::before {
		background-size: 22px;
    	width: 22px;
		top: 1px;
	}
}

@media all and (max-width: 1640px) {
	
	.htop, .top-nav, .center-content, .footer-top {
		padding-left: 60px;
    	padding-right: 60px;
	}
	
	.authorization {
		top: 40px;
		left: 60px;
	}
	
	.news-index {
		grid-template-columns: 60% 40%;
	}
	.ni-right {
		padding: 0 0 0 30px;
	}
	.ni-right li:last-child {
		display: none;
	}
	.ni-right li:nth-child(6) {
		padding-bottom: 0;
	}
	.tns-items figure img {
		height: 152px;
	}
}

@media all and (max-width: 1540px) {
	.ace-responsive-menu > li > a {
		font-size: 13px;
	}
	.big-title h1, .big-title h2 {
		font-size: 22px;
		line-height: 26px;
	}
	.bt-right {
		font-size: 14px;
	}
	.big-title {
		padding: 40px 0 0px 0;
	}
	.cc-bg {
		margin-top: 50px;
		padding-bottom: 50px;
	}
	.col4-items h3 {
		font-size: 16px;
		line-height: 20px;
	}
	footer {
		margin-top: 50px;
	}
	footer .big-title h1, footer .big-title h2 {
		font-size: 16px;
	}
	.footer-cont p {
		font-size: 14px;
		line-height: 28px;
	}
	.qait {
		font-size: 14px;
		line-height: 18px;
	}
	.qaiw a {
		font-size: 13px;
	}
	.footer-top {
		padding-top: 40px;
    	padding-bottom: 40px;
	}
	
	.price-fb {
		font-size: 13px;
		padding-left: 30px;
	}
	.price-fb::before {
		background-size: 22px;
    	width: 22px;		
	}
	
	.authorization {
		width: 300px;
	}
	
	.htop, .top-nav, .center-content, .footer-top {
		padding-left: 40px;
		padding-right: 40px;
	}
	
}

@media all and (max-width: 1540px) {
	.table-scroll-inner table th, .table-scroll-inner table td {
		padding: 0.5vw;
	}
	.table-scroll-inner table {
		font-size: 0.83vw;
    	line-height: 1.33vw;
	}
	
	.table-contancts {
		min-width: 9vw;
	}
	
	
}

@media all and (max-width: 1380px) {
	.ace-responsive-menu > li > a {
		padding: 0px 15px 0px 15px;
	}
	.ace-responsive-menu {
		margin-left: -15px;
	}
	.col5-items h3 {
		font-size: 14px;
    	line-height: 16px;
	}
	.gallery-wrapper li {
		width: -moz-calc(25% - 30px);
		width: -webkit-calc(25% - 30px);
		width: -o-calc(25% - 30px);
		width: calc(25% - 30px);
	}
	.price-fb {
		width: 95px;
		line-height: 14px;
		text-align: right;
	}
}

@media all and (max-width: 1340px) {
	.tbw-item {
		display: block;
	}
	.tbw-right {
		display: none;
	}
	.table-scroll-inner table {
		font-size: 1vw;
		line-height: 1.5vw;
	}
	.table-scroll-inner table th, .table-scroll-inner table td {
		padding: 0.7vw;
	}
	.ace-responsive-menu > li > a {
		padding: 0px 5px 0px 15px;
	}
	
	.maps {
		margin: 0;
		height: auto;
	}
	.maps-item {
		position: relative;
		top: 0;
	}
	.maps-items {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
	.mi-top {
		display: block;
		height: inherit;
	}
	.ri-bottom {
		position: relative;
		margin-top: 20px;
	}
	.right-inf {
		border: 1px solid #EEF4FF;
		margin-bottom: 20px;
	}
}

@media all and (max-width: 1280px) {
	.htop, .top-nav, .center-content {
		padding-left: 40px;
		padding-right: 40px;
	}
	.lang {
		font-size: 14px;
	}

	.authorization {
		top: 40px;
		left: 40px;
	}
}

@media all and (max-width: 1200px) {

    .ace-responsive-menu {
        float: left;
        width:100%;
    }
    .ace-responsive-menu > li {     
       float: none;
    }   
  
    .ace-responsive-menu > li > a i {
        padding-right: 10px;
        color: #FF5737;
    }
    .ace-responsive-menu > li > a > .arrow:before {
        float: right;
         content: " \276F";
		font-weight: 300;
		text-shadow: none;
		width: 10px;
		display: inline-block;
		transform: rotate(90deg);
    }
    li.menu-active > a > .arrow:before {
		content: " \276F";
		font-weight: 300;
		text-shadow: none;
		width: 10px;
		display: inline-block;
		transform: rotate(90deg);
    }
    .ace-responsive-menu li ul.sub-menu > li {
        width: 100%;
    }
    .ace-responsive-menu li ul.sub-menu li ul.sub-menu li a
        {
        padding-left: 30px;
    }  
    .ace-responsive-menu li ul.sub-menu li ul.sub-menu li ul.sub-menu li a 
       {
        padding-left: 50px;
    }  
    .ace-responsive-menu > li > ul.sub-menu {
        position: static;
    }
    .ace-responsive-menu > li > ul.sub-menu > li ul.sub-menu {
        position: static;
    }
    .ace-responsive-menu > li > ul.sub-menu > li ul.sub-menu > li ul.sub-menu {
        position: static;
    }
    .ace-responsive-menu li ul.sub-menu li.menu-active > a > .arrow:before {
        content: " \276F";
		font-weight: 300;
		text-shadow: none;
		width: 10px;
		display: inline-block;
		transform: rotate(90deg);
    }
	
	.menu-toggle i::before, .menu-toggle i::after {
		content: '';
		position: absolute;
		width: 22px;
		height: 2px;
		background: #000;
	}
	.menu-toggle i::before {		
		top: -6px;
		left: 0;
	}
	.menu-toggle i::after {
		top: 6px;
		left: 0;
	}
	.menu-toggle.open i {
		background: none;
	}
	.menu-toggle.open i::before {		
		transform: rotate(45deg);
    	top: 0;
	}
	.menu-toggle.open i {
		transform: rotate(90deg);
	}
	.menu-toggle.open i::after {
	    transform: rotate(-45deg);
    	top: 0;
	}
	
	
	.menu-toggle i {
		display: block;		
		width: 22px;
		height: 2px;
		background: #000;
		position: relative;
		margin-left: 40px;
	}
	.ace-responsive-menu {
		float: none;
		top: 49px;
		right: 0;
		left: inherit;
		width: 100%;
		position: absolute;
		background: #0268B3;
		color: #fff;
		padding-top: 20px;
		padding-bottom: 20px;
		z-index: 11;
	}
	.ace-responsive-menu a {
		color: #fff;
	}
	.top-nav .active {
		opacity: 0.5;
			
	}
	.ace-responsive-menu li ul.sub-menu {
		border-top: 0;
		border-left: 1px solid #3284C2;
		margin: 0 0 0 40px;
	}
	.ace-responsive-menu > li > ul.sub-menu, .ace-responsive-menu > li > ul.sub-menu > li ul.sub-menu {
		display: block!important;
	}
	.ace-responsive-menu > li > a {
		padding: 0 40px 0 40px;
	}
	span.title {
		opacity: 0.7;
	}
	
	.content h2 {
		font-size: 18px;
		line-height: 24px;
	}
	.content h3 {
		font-size: 16px;
		line-height: 20px;
	}
	
	
	.news-index {
		display: block;
	}
	.ni-right {
		padding: 0;
	}	
	
	
	.price-fb {
		width: auto;
	}
	
}


@media all and (max-width: 1024px) {
	.htop {
		display: block;
		text-align: center;
		height: auto;
		padding-top: 20px;
	}
	.logo {
		background-position: center top;
		padding: 55px 0 0 0;
		height: auto;
	}
	.lang {
		margin: 5px 0 15px 0;
		font-size: 12px;
	}
	.logo i {
		background-size: 68px 20px;
		width: 68px;
		height: 20px;
	}
	.logo span {
		font-size: 20px;
	}
	.logo small {
		font-size: 11px;
		line-height: 12px;
		margin: 8px 0 0 0;
	}
	.htop, .top-nav, .center-content {
		padding-left: 20px;
		padding-right: 20px;
	}
	.menu-toggle i {
		margin-left: 20px;
	}
	
	.news-index {
		grid-template-columns: 45% 55%;
	}
	.nit-inner h3 {
		font-size: 18px;
	}
	.col5-items h3 {
		padding: 10px;
	}
	
	.col4 li {
	    width: -moz-calc(50% - 30px);
		width: -webkit-calc(50% - 30px);
		width: -o-calc(50% - 30px);
		width: calc(50% - 30px);
		
		margin-bottom: 30px;
	}
	.footer-bottom {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.footer-top {
		display: block;
	}
	.footer-left, .footer-right {
		padding: 0;
	}
	.footer-center {
		margin: 40px 0 40px 0;
	}
	.col4 li:nth-child(3), .col4 li:last-child {
		margin-bottom: 0;
	}
	.footer-cont {
		margin-bottom: 40px;
	}
	
	.cc-inner {
		width: 100%;
		padding-left: 20px;
    	padding-right: 20px;
	}
	.gallery-wrapper li {
		width: -moz-calc(50% - 30px);
		width: -webkit-calc(50% - 30px);
		width: -o-calc(50% - 30px);
		width: calc(50% - 30px);
	}
	
	.authorization {
		top: 20px;
		left: 20px;
	}
	

	
}

@media all and (max-width: 980px) {

	.table-scroll {
		display: flex;
		flex-wrap: nowrap;
		overflow-y: hidden;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.table-scroll-inner {
		flex: 0 0 auto;        
		min-width: 100%;
		height: fit-content;
	}
	.table-scroll-inner table {
		font-size: 13px;
		line-height: 18px;
	}
	.table-scroll-inner table th, .table-scroll-inner table td {
		padding: 15px;
		max-width: 100px;
	}
	.table-contancts {
		max-width: 100%!important;
	}

}

@media all and (max-width: 768px) {
	.news-index {
		display: block;
	}
	.ni-right {
		padding:0;
	}
	.col5 li {
		width: -moz-calc(50% - 30px);
		width: -webkit-calc(50% - 30px);
		width: -o-calc(50% - 30px);
		width: calc(50% - 30px);
		margin-bottom: 30px;
	}
	.col5 li:last-child {
		margin-bottom: 0;
	}
	.col2-items {
		width: -moz-calc(100% - 30px);
		width: -webkit-calc(100% - 30px);
		width: -o-calc(100% - 30px);
		width: calc(100% - 30px);
	}	

	.rib-right {
		display: none;
	}
	
	.ri-bottom {
		display: block;
		text-align: center;
	}
	.rib-left input {
		text-align: center;
	}
	#map {
		height: 360px;
	}
	
}

@media all and (max-width: 540px) {
	.window-wrapper {
		padding: 30px;
	}
	.ww-inner {
		width: 100%;
	}
	.title-ico {
		font-size: 15px;
    	line-height: 22px;
	}
}

@media all and (max-width: 480px) {
	.col4 li {
		width: -moz-calc(100% - 30px);
		width: -webkit-calc(100% - 30px);
		width: -o-calc(100% - 30px);
		width: calc(100% - 30px);
	}
	.col4 li:nth-child(3) {
		margin-bottom: 30px;
	}
	.footer-right .button {
		display: block;
		text-align: center;
	}
	.top-img, .top-img img {
		height: 280px;
	}
	.content p, .content ol, .content ul {
		font-size: 14px;
		line-height: 28px;
	}
	.content blockquote {
		padding: 30px;
	}
	.content blockquote, .content blockquote p {
		font-size: 16px;
		line-height: 24px;
	}
	.content th, .content td {
		font-size: 14px;
		line-height: 18px;
	}
	.gallery-wrapper li {
		width: -moz-calc(100% - 30px);
		width: -webkit-calc(100% - 30px);
		width: -o-calc(100% - 30px);
		width: calc(100% - 30px);
	}
	.gallery-wrapper li:last-child {
		margin-bottom: 0;
	}
	.download-file {
		font-size: 14px;
		line-height: 18px;
	}
}

@media all and (max-width: 440px) {
	.top-slider {
		height: 50%;
		min-height: 300px;
	}
	.swiper-button-next:after, .swiper-button-prev:after {
		font-size: 28px;
	}
	.big-title h1, .big-title h2 {
		font-size: 18px;
		line-height: 22px;
		padding-bottom: 20px;
		align-self: flex-end;
    	justify-self: left;
	}
	.bt-right {
		font-size: 12px;
		text-align: right;
	}
	.bt-right ul  {
		margin: 0 0  5px 0;
	}
	.bt-right ul li {
		margin: 0;
		line-height: 16px;
	}
	.news-item {
		height: 360px;
	}
	.nit-inner h3 {
		font-size: 16px;
		line-height: 18px;
	}
	.nit-inner {
		padding: 15px 80px 15px 20px;
	}
	.ni-right {
		padding: 0;
	}
	.ni-right li {
		padding: 0px 0 15px 0;
	}
	.ni-right li a, .ni-right li a span {
		font-size: 13px;
	}
	.ni-right li a {
		padding-right: 80px;
	}
	.col5 li {
		width: -moz-calc(100% - 30px);
		width: -webkit-calc(100% - 30px);
		width: -o-calc(100% - 30px);
		width: calc(100% - 30px);		
	}
	.sl-video-button button i {
		background-size: 50px;
		width: 50px;
		height: 50px;
	}
	.sl-video-button button small {
		font-size: 13px;
		line-height: 16px;
	}
	.col4-items {
		height: 340px;
	}
	.col4-items-img img {
		height: 340px;
	}
	.col4-items h3 {
		height: 70px;
		padding: 10px 20px 10px 20px;
	}
	
	.authorization {
		width: 100%;
		left: 0;
		top: 0;
	}
	.button-auth {
		width: 100%;
	}
	
	.tns-items figure img {
		height: 189px;
	}
	.tns-items span i {
		padding: 5px 10px 5px 15px;
	}
}

@media all and (max-width: 380px) {
	.htop {
		padding-left: 5px;
		padding-right: 5px;
	}
	.tns-items span i {
		font-size: 14px;
	}
	
}

@media all and (max-width: 360px) {
	.logo i {
		background-size: 51px 15px;
		width: 51px;
		height: 15px;
	}
	.logo span {
		font-size: 16px;
		vertical-align: top;
	}
	.paging li:first-child {
		display: block;
		margin: 0 0 10px 0;
	} 
}

