#modal_form {
	width: 340px; 
	border-radius: 5px;
	/*border: 3px #000 solid;*/
	background: #fff;
	position: fixed; 
	top: 45%; 
	left: 50%; 
	margin-top: -150px;
	margin-left: -150px; 
	display: none;
	opacity: 0; 
	z-index: 99999; 
	background-color:#00b7c6;
	border-radius: 3px;
	/*padding: 20px 10px;*/
}
#modal_content {
	width:100%;
}

#modal_form #modal_close {
	width: 21px;
	height: 21px;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	display: block;
	color:white;
	z-index: 99999; 
}

/* geo */
#geo-map {
    z-index: 4;
    height: 650px;
    background-color: white;
}

@media (max-width: 1025px) {
		#geo-map {
		z-index: 4;
		height: 300px;
		background-color: white;
		}
	}

@media (max-width: 767px) {
		#geo-map {
		z-index: 4;
		height: 200px;
		background-color: white;
		}
}
	
	
	@media (min-width:1280px) {
		.company-geography-map.content-wrap{
			 max-width: unset;
		}
	}
	
	@media (max-width: 1024px){
		.company-geography-map.content-wrap {
			    max-width: unset;
		}
	}
	
	@media (max-width: 767px){
		.company-geography-map {
			padding: 0 0;
			/*margin-left: unset;
			margin-right: unset;*/
			margin-left: 0px;
			margin-right: 0px;
		}
	}
	.leaflet-right {
     /*right: unset; */
}


.contacts-info {
	display:block;
	width:100%;
}
.contacts-info .left,
.contacts-info .right {
	
	display:inline-block;
	vertical-align:middle;
	font-size: 16px;
	font-weight: 100;
	padding-top:15px;
	opacity: 1;
}
.contacts-info .left {
	width:30%;
	font-size:16px;
	font-weight: 600;
	opacity: 1;
}
.contacts-info .right {
	width:65%;
}

.box,
.box-text
 {	
	display:inline-block;
}
.box {
	background-color: #f68e56;
	color:white;
    text-align: center;
	width:45px;
}
.box-text {
	padding-left:20px;
	
}
.first {
	box-shadow: 0 1px 0 0 #bdbdbd;
}
.second .box {
		background-color: #e55b5b;
}
.numbers {
	width:100%;
	line-height:3;
	background-color:white;
	color:#767676;
	font-size: 18px;
    font-weight: 600;
}


#modal_info {
	width:100%;
	color:white;
	font-weight:bold;
	padding:25px;
	font-size: 20px;
	font-weight: 600;
}

#content-addres {
	font-size:16px;
	font-size: 16px;
	font-weight: 100;
	padding-top: 15px;
	opacity: 0.8;
}
.compas {
	left: 65px;
    width: 10%;
    position: absolute;
    z-index: 5;
}
@media screen and (min-width: 1027px){
	.compas{
		left:110px;
	}
}
#overlay {
	z-index:99998; 
	position:fixed; 
	background-color:#000; 
	opacity:0.1; 
	-moz-opacity:0.1; 
	filter:alpha(opacity=80);
	width:100%; 
	height:100%; 
	top:0;
	left:0;
	cursor:pointer;
	display:none; 
}

.leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar {
    border: 0;
   
}
.leaflet-disabled {
	background-color: lightgray !important;
}


/*Страница филиалов*/

.content-wrap.filial {
	height:300px;
}
.content-wrap.news-page.filial {
    height: 100%; 
}
.overback {
	background-color: black;
    opacity: 0.3;
    display: block;
}
.menu-head-item-filial {
	color:white;
	padding-right:20px;
	
}
.menu-head-item-filial a {
	text-decoration:none;
	
}
.filial-nav-block {
	top: 25%;
	position: relative;
	font-size: 1.25rem;
}

.filial-nav-title {
    width: 100%;
    display: table;
	font-weight: 600;
    font-size: 2.25rem;
    line-height: normal;
    height: calc(50% + 1.125rem);
}
.menu-filial{
	width:auto;
	justify-content: left;
    width: 100%;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2;
    -o-order: 2;
    order: 2;
	font-size: 1.4rem;
    width: 100%;
    display: flex;
    position: relative;
    flex-wrap: wrap;
    
}
.menu-head-item-filial {
	padding-right: 20px;
    padding-top: 10px;
    /* cursor: pointer; */
    text-transform: uppercase;
    font-size: .8125em;
    font-weight: bold;
    color: #2f558e;
}
.sticky-filial-header > .menu-filial li > a {
	white-space: nowrap;
}
.menu-filial li > a {
    color: white;
}
.sticky-filial-header .menu-filial > li > a {
	white-space: nowrap;
}
.sticky-filial-header .sub-menu__navigate > * {
	white-space: normal;
}
@media (min-width: 1025px) {
	.menu-head-item-filial:hover > a {
	    color: #00b7c6;
	    padding-bottom: 6px;
	    border-bottom: 3px solid #00b7c6;
	    font-weight: bold;
	}
}

.show-all-filial-button {
	display: inline-block;
    vertical-align: bottom;
    width: 100%;
    text-align: right;
}

.news-page .section-menu.filial {
	margin-top:0px;
}
.page-title.filial {
	margin: 0 0 0 0;
}
.main-company-news.filial {
	/*padding-top:50px;*/
}

.ports {
	padding-top:31px;
	border-top: 1px solid #8ee4e859;
}
.main-company-news__post-filial{
	padding-top:46px;
	border-bottom: 1px solid #b8ebef;
}
.port-img {
	width:100%;
}
.ports-item {
	padding: 0px 12px 31px 0px;
	width:31%;
	display:inline-block;
	vertical-align:middle;
	color:#003d7b;
	font-size:18px;
	font-weight: bold;
}
.ports-item.more {
	text-align:right;
	font-weight:unset;
	font-size:16px;
}
.ports-item.more a {
	text-decoration:underline;
}

.list_parent {
	-moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}
.list_parent:hover {
	background-color: #ccf1f4;
	cursor:pointer;
	
}
.list_parent.li-one:hover,
.list_parent.ul-one:hover {
	margin-left: -24px;
	margin-right: -24px;
}
.list_parent.li-one,
.list_parent.ul-one {
	margin-left: -24px;
	margin-right: -24px;
}
.list_parent.main-parent:hover {
	background-color: unset;
	cursor:unset;
}
.list_parent-info {
	display:none;
}
.list_parent-info a{
	/*padding-left:50px;*/
	color:#003d7b;
	font-size: 1rem;
	font-weight: bold;
}

.li-three {
	color:black;
}
.main-company-news__item-info-only-title {
	width:40%;
	display:inline-block;
	vertical-align:middle;
	color:#003d7b;
	font-size:1rem;
	font-weight: bold;
}
.list_parent a{
	color: #003d7b;
}
.main-company-news__item-info-more {
	width:55%;
	display:inline-block;
	vertical-align:middle;
	text-align:right;
}
.main-company-news__item .ports-info {
	font-size:0;
	width: 69%;
}
.main-company-news__item .ports-info >* {
	font-size: 1rem;
}
.post-item .ports-picture{
	vertical-align:middle;
	width:31%;
	max-height: none;
}
.post-item .ports-info{
	vertical-align:middle;
	padding-left: 22px;
	
}

.main-company-news__item.filial {
    position: relative;
    padding: 24px 0 24px 0;
}
.main-company-news__item.filial:hover {
    position: relative;
    padding: 24px 0 24px 0;
	margin-left: unset;
}
@media screen and (max-width: 768px){
	.main-company-news__item.filial:hover {
		background-color: #ccf1f4;
		padding: 24px 54px;
		margin-left: -0px;
		margin-right: -0px;
	}
}

.li-one {
	padding-top: 10px;
    padding-bottom: 10px;
	/* padding-top:30px; */
	/* padding-bottom:8px; */
	padding-left: 50px;
	padding-right: 50px;
}
.list_parent.li-two {
	padding-left: 50px;
	padding-right: 60px;
	padding-top:10px;
	padding-bottom: 10px;
	font-weight: 400;
    text-decoration: underline;
	width: 95%;
}
.li-two a{
	font-weight: 500;
}
.li-three {
	display: block;
	margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 30px;
	font-weight: 400;
	width: 93%; 
}
.li-three > a {
    color: #003d7b;
    font-weight: 400;
    text-decoration: underline !important;
}
.li-three > ul > li > a {
    color: #003d7b;
    font-weight: 400;
    text-decoration: underline !important;
}
.li-three > p > a {
    color: #003d7b;
    font-weight: 400;
    text-decoration: underline !important;
}
.li-one.top-list,
.li-two.top-list {
	padding-left:0px;
}

.list_parent.li-one.active:after,
.list_parent.li-two.active:after {
    background-position: 18px -6px;
}
.list_parent.li-one,
.list_parent.li-two {
	background-image: url(../../assets/img/png/1280/down_arrow.png);
	background-repeat: no-repeat;
	background-position: 97% 50%;
	background-size: 16px;
}
.list_parent-info > .list_parent.li-one.active{
	background: url(../../assets/img/png/1280/up_arrow.png);
	background-repeat: no-repeat;
	background-size: 16px;
	background-position: 97% 50%;
	background-color: #ccf1f4; 
}
.list_parent.li-two.active {
    background: url(../../assets/img/png/1280/up_arrow.png);
	background-repeat: no-repeat;
    background-position: 97% 50%;
    background-size: 16px;
	/* background-color: #ccf1f4; */
}
.list_parent.li-two.no-arrow {
	background-image: none;
}
.pop-up-text {
	padding-top: 20px;
	font-size:16px;
}
.pop-up-filial-info .list_parent:hover{
	background:unset;
}

.pop-up-filial-info .list_parent.li-one {
	padding-top:20px;
	    max-width: 410px;
		font-size:1rem;
} 
.pop-up-filial-info .list_parent.li-one:after{
	position:absolute;
	right:25px;
}
.pop-up-filial-info .list_parent.li-two:after{
	/*position:absolute;
	right:25px;*/
	display:none;
}
.page-title.filial {
	/*padding-top:60px;*/
}
.filials-nav-title {
	border-bottom: 2px solid #f5f5f5;
	padding: 10px;
	color:#003d7b;
	font-size: 0.93rem;
	font-weight: bold;
}

.company-services.filial {
	margin: 0px;
	padding: 0px;
	background-size: cover;
    background-position: center top;
	color: white;

	/*padding-top: 151px;*/
}
.content-wrap.news-page.filial{
	border-bottom: 1px solid #e6e9ecd1;
	padding-bottom:66px;
	margin-bottom: 45px;
}

.pop-up-filial{
	text-align: left;
	display:none;
	background-color:white;
	position: absolute;
    top: 64px;
	font-size: 14px;
    width: 490px;
    box-shadow: 0px 1px 20px 1px rgba(.5, .5, .5, .5);
}


.pop-up-filial-info{
 
	padding: 20px;
}

.pop-up-filial-info .modal_close {
	color: #00b7c6;
	font-size: 20px;
}

.menu-head-item-filial.active > .pop-up-filial,
.sub-menu__item.active > .pop-up-filial,
.menu-head-item-filial.active-focus > .pop-up-filial,
.sub-menu__item.active-focus > .pop-up-filial
 {
    display: block;

}
.menu-head-item-filial .sub-menu__item a {
	color:#003d7b;
	font-size: .875rem;
	
}


/*popup filials*/
.modal_close{
	float:right;
}
.pop-up-filial-info .list_parent.li-two{
	text-decoration:none;
}
.pop-up-filial-info .list_parent.li-two a{
	padding-left: 10px;
    padding-top: 10px;
    cursor: pointer;
    text-transform: none;
	text-decoration:none;
    font-size: 14px;
    font-weight: 600;
    color: #2f558e;
}
.pop-up-filial-info .list_parent.li-two a:before{
    background-color: #003d7b;
    border-radius: 500px;
    width: 6px;
    height: 6px;
    content: "";
    float: left;
    margin: 4px 4px 0 23px;
    overflow: hidden;
}
 
.line {
	
	padding: 0px 0px 15px 0px;
}
.left-line-box{
	display:inline-block;
	vertical-align:middle;
	width:49%;
}
.right-line-box{
	text-align:right;
	display:inline-block;
	vertical-align:middle;
	width:49%;
	
}

@media screen and (min-width: 1250px){ /*fixed header for desktop*/
	.fixed-header{
		padding-top: 100px;
		height: 200px;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%; 
		z-index: 99;
		background-color: #2f558e;
	}
	.company-services.filial.fixed-header {
		background-image: unset;
		/*margin-top: 55px;*/
	}
	
	.fixed-header .content-wrap.filial {
		top:30px;
		height:unset;
	}

	.fixed-header .filial-nav-title{
		position:relative;
		text-align: center;
		display: inline-block;
		vertical-align: middle;
		width: 50%;
		font-weight: 600;
		 line-height: 35px;
		 top: 0; 
		 font-size: 22px;
		 margin-top: 0; 
	}
	.fixed-header .filial-nav-block{
		text-align: center;
		width: 49%;
		display: inline-block;
		vertical-align: middle;
		padding-top: 0; 
		position: relative; 
		bottom: 0; 
		
	}
	.fixed-header .menu-head-item-filial{
		font-size: 0.8rem;
	}
}
/*760*/

@media screen and (max-width: 768px){
	
		.filial-nav-title {
		/* width: 95%; */
		}
		
		.filial-nav-block {
			width: 100%;
		}
		.menu-filial {
			width: auto;
			justify-content: space-between;
		}
		.news-page.filial {
			margin-top:50px;
		}
		.page-title.filial{
			padding-top:0px;
		}
		.button.show-all{
			
			text-align: center;
		}
		.page-title.filial{
			margin-left: 54px;
			margin-right: 54px;
		}
		.company-services.filial {
			/* margin-top: -3%; */
		}
}
@media screen and (max-width: 659px){
	.main-company-news__item-info{
		width: 50% !important;
		
	}
	.post-item .ports-picture{
		width: 40%;
	}
}
@media screen and (max-width: 571px){
	.post-item .ports-picture{
		width: 80%;
	}
	.main-company-news__item-info{
		width: 100% !important;
	}
	.main-company-news__item .ports-info{
		padding-left: 51px;
	}
	.main-company-news__item-info-more, .main-company-news__item .ports-info{
		text-align: left;
	}
	.main-company-news__item.filial{
		text-align: center;
	}
	.show-all{
		width: 100%;
	}
	
}
@media (max-width: 660px) {
	.li-three {
		width: 100%;
		padding-left: 24px;
	}
	.ul-two>.li-three {
		padding-left: 46px;
		padding-right: 46px;
	}
}
@media screen and (max-width: 639px){
	.pop-up-filial{
		width:355px;
		top: 94px;
	}
}

/*480*/
@media(max-width: 420px){
	#modal_form{
		left:45%;
	}
}
@media screen and (max-width: 480px){
	.filial-nav-title {
		top:25%;
	}
	.filial-nav-block {
		bottom:40px;
	}
	.menu-head-item-filial {
		padding:10px;
	}
	.post-item .ports-picture {
		vertical-align: middle;
		width: 100%;
		max-height: none;
		display:block;
	}
	
	.main-company-news__item-info-only-title {
		width: 70%;
		display: block;
	}
	
	.main-company-news__item-info-more {
		padding-top: 15px;
		text-decoration: underline;
		width: 55%;
		display: block;
		vertical-align: middle;
		text-align: left;
	}
	.list_parent-info {
/*		margin-left: 54px;
		margin-right: 54px;*/
	}
	.list_parent-info a {
     padding-left: 0px; 
	}
	.ul-one,
	.ul-two {
		margin-left: 0px;
		margin-right: 0px;
	}
	.li-three {
     padding-left: 0px; 
	}
	.company-services.filial {
		/* margin-top: -9%; */
	}
	.pop-up-filial{
	    width: 113%;
		margin: 1px -30px 0 -30px;
		top: 120px;
	}
	.post-item .ports-info{
		vertical-align:middle;
		padding-left: 0px;
	}
	.list_parent.li-one,
	.list_parent.li-two {
		padding-left:0px;
	}
}
::-webkit-scrollbar {
    -webkit-appearance: none;
}
::-webkit-scrollbar:vertical {
   width: 12px;
}
::-webkit-scrollbar:horizontal {
   height: 12px;
}
::-webkit-scrollbar-thumb {
   background-color: #ccd8e5;
   border-radius: 10px;
   border: 2px solid #ffffff;
}
::-webkit-scrollbar-track {
   border-radius: 10px;
   background-color: #ffffff;
}

/*menu_filials*/
/* .company-services>.filial .menu-filial>.menu-head-item-filial:nth-last-of-type(1)>ul>li>.sub-menu.under-menu { */
    /* z-index: 1; */
    /* left: -100%; */
/* } */



/* .menu-head-item-filial:nth-last-of-type(1):hover > .sub-menu__navigate, */
/* .menu-head-item-filial:nth-last-of-type(2):hover > .sub-menu__navigate { */
    /* display: block; */
    /* margin-left: -180px; */
/* } */
/*menu_filials*/
