﻿.header{
    width: 100%;
}
.infoform {
	display: block;
    background-color: #2196F3;
	color: white;
    font-size: 1.2em;
    font-weight: 600;
    height: auto;
    width: auto;
    padding: 24px 40px 24px 40px;
    border-radius: 8px;
    position: fixed;
    top: 50%;
    left: 40%;
    z-index: 5000;
}
.city-choose-link-box {
	color: white;
}
.city-choose-link-box2 {
	display: block;
}
.city-choose-link-box a {
	letter-spacing: 0;
	border-bottom: 2px dashed #409aff;
}
.city-choose-mobile-box {
	margin-top: 10px;
	display: none;
	position: relative;
}
.city-choose-mobile-box .city-choose-button,
.city-choose-mobile-box .city-choose-list a {
	display: inline-block;
	color: white;
	font-family: "Open Sans",arial,sans-serif;
	font-size: 14px;
	border-bottom: 2px solid #3194b8;
	background: #4fc1e9;
	width: 100%;
    font-weight: bold;
	padding: 4px 15px 4px 10px;
	min-height: 35px;
	cursor: pointer;
	text-align: left;
}
/*.city-choose-mobile-box .city-choose-button:after {
	content: " ";
}*/
.city-choose-mobile-box .city-choose-list {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 0;
	overflow: hidden;
}
.city-choose-mobile-box.in .city-choose-list {
	height: auto;
}
/* --- top-line ---*/
.top-line{
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: flex-start;
	align-items: flex-start;
}
.top-line__logo{
	margin-top: 15px;
}
.top-line__logo img.mobile{
		display: none;
	}
.top-line__contacts{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-ms-align-items: flex-end;
	align-items: flex-end;
	font-size: 25px;
}
.phone__text{
	color: black;
}
.phone_thin{
    letter-spacing: -1.1px;
    font-weight: 400;
}
.phone_big{
    font-weight: 800;
}
.top-line__desktop-payment{
    display: block;
    height: auto;
    width: auto;
}
.top-line__desktop-payment span{
    border-bottom: 2px dashed #409aff;
}
.top-line__callback{
	height: auto;
	width: auto;
    display: block;
}
.top-line__callback span{
	color: red;
    border-bottom: 2px dashed red;
    display: inline;
}
/* --- end top-line ---*/

/* --- mobile-contacts ---*/
.mobile-contacts{
	width: 100%;
	display: none;
}
.mobile-contacts__cta{
	width: 100%;
	height: 55px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;

}
.mobile-contacts__left-arrow{
	width: 28px;
	margin-top: 20px;
}
.mobile-contacts__cta-text{
	text-align: center;
    color: #0099ce;
    font-family: "Open Sans", arial, sans-serif;
    width: 66%;
    margin-bottom: 10px;
    font-size: 16px;
	line-height: 16px;
}
.mobile-contacts__cta-text p{
	margin-top: 10px;
}
.mobile-contacts__right-arrow{
	width: 28px;
	margin-top: 20px;
}
.mobile-contacts__phones{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
}
.mobile-contacts__phone_left,.mobile-contacts__phone_right{
	height: 35px;
    width: 50%;
    font-weight: bold;
    background: #4fc1e9;
    text-align: center;
    vertical-align: middle;
    border-bottom: 2px solid #3194b8;
}
.mobile-contacts__phone_left a,.mobile-contacts__phone_right a{
	display: block;
	color: white;
	font-family: "Open Sans", arial, sans-serif;
	font-size: 14px;
	padding-top: 4px;
}
.mobile-contacts__phone_left a:hover,.mobile-contacts__phone_right a:hover{
	color: white;
}
.mobile-contacts__phone_left{
	margin: 0 5px 0 15px;
}
.mobile-contacts__phone_right{
	margin: 0 15px 0 5px;
}

.mobile-contacts__messengers{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
}
.mobile-contacts__messenger_left,.mobile-contacts__messenger_right{
	height: 40px;
    width: 50%;
    font-weight: bold;
    background: #4fc1e9;
    text-align: center;
    vertical-align: middle;
    border-bottom: 2px solid #3194b8;
}
.mobile-contacts__messenger_left{
	margin: 0 5px 0 15px;
}
.mobile-contacts__messenger_right{
	margin: 0 15px 0 5px;
}
.mobile-contacts__messenger_right a,.mobile-contacts__messenger_left a{
	vertical-align: middle;
	display: block;
}
.mobile-contacts__messenger_right a:hover,.mobile-contacts__messenger_left a:hover{
	color: white;
}
.mobile-contacts__messenger-text{
	display: inline-block;
	vertical-align: top;
	height: 40px;
	text-align: left;
	margin-left: 7px;
	font-size: 14px;
	line-height: 19px;
	color: white;
	font-family: "Open Sans", arial, sans-serif;
}


.mobile-contacts__messenger-icon{
	height: 30px;
	width: 30px;
	display: inline-block;
}
/* --- end mobile-contacts ---*/

/* --- pay button --- */
.mobile-payment-button{
	margin-top: 10px;
	width: 100%;
	padding: 0 15px 10px 15px;
	font-size: 14px;
	display: none;


}
.mobile-payment-button__link{
	height: 42px;
	width: 100%;
	color: white;
	font-weight: bold;
	background: #4fc1e9;
	display: table-cell;
	text-align: center;
	display: block;
	vertical-align: middle;
	border-bottom: 2px solid #3194b8;
}

.mobile-payment-button__icon{
	display: inline-block;
	height: 40px;
	width: 40px;
}

.mobile-payment-button__text{
	display: inline-block;
	height: 40px;
	min-width: 40px;
	padding-top: 7px;
}
/* --- end pay button --- */

/*---navigation---*/
.lm-nav{
	margin-bottom: 5px;
	height: auto;
	padding-top: 1px;
	display: none;
}
.lm-nav ul{
	width: 100%;
	min-height: 49px;
	height: auto;
	display: flex;
	margin-bottom: 20px;
	
	
}
.lm-nav ul li:not(:last-child){
	margin-right: 2px;
}
.lm-nav ul li{
	min-height: 49px;
	height: auto;
	background-color: rgb(64, 154, 255);
	display: block;
	margin-bottom: 5px;
    transition: 0.7s;
    -webkit-transition: 0.7s;
    flex-grow: 1;
}
.lm-nav ul li.current-menu-item{
	background-color: #0062c3;
}
.lm-nav ul li a{
	display: block;
	height: 100%;
	width: 100%;
	padding: 16px 0;
	font-size: 16px;
	font-weight: 600;
	line-height: 18.9px;
	color: #fefefe;
	text-align: center;
}

.x-navbar-inner{min-height: 0 !important;}
.x-header-landmark{
	border-bottom-width: 2px;
	position: relative;
    top: 57px;
    height: 208px;
	border: 1px solid #f2f2f2;
	z-index: 100000;
}

@media (max-width: 1024px) {
	.lm-nav {
		display: block;
	}
	.lm-nav ul li a {
  	font-size: 16px;
	}
	.x-header-landmark {
		height: 246px;
	}
}
@media (max-width: 979px) {
	.lm-nav{
		height: auto;
        min-height:0;
	}
}
@media (min-width: 769px){
	.lm-nav ul li:hover{background-color: #196dc1;}
    .lm-nav ul li.current-menu-item:hover{background-color: #156cb9;}
}
@media all and (max-width: 768px) {
	
	.lm-nav{padding-top: 0;margin: 0;margin-top: 10px;}
	.lm-nav ul{flex-wrap: wrap; justify-content: space-around;margin:  10px 0 0 0;}
	.lm-nav ul li{width: auto !important;min-height: 0;background-color: transparent;margin-bottom:7px;}
	.lm-nav ul li.current-menu-item{background-color: transparent;}
	.lm-nav ul li a {padding: 1px;color: #4FC1E9;font-weight: 500;}
	.lm-nav ul li a span{text-decoration: underline;}
	h1{font-size: 36px !important;}
	h2{font-size: 32px !important;}
	h3{font-size: 24px !important;}
	h4{font-size: 20px !important;}
	.x-feature-box-title {font-size: 20px !important;}
    h5{font-size: 18px !important;}
	h6{font-size: 18px !important;}
}
/*---end navigation---*/

/* --- media --- */

@media all and (max-width: 1024px){

	.city-choose-mobile-box {
		display: inline-block;
	}
	.meta-line {
		display:none;
	}

	.header__mobile-contacts,.header__mobile-payment-button {
		display: block;
	}
	.header {
		background-image: none;
		background-color: #bdeeff;
	}
	.top-line__contacts {
		display: none;
	}
	.top-line {
		justify-content: center;
		height: 73px;
		align-items: center;
	}
	.top-line__logo img.mobile {
		display: inline;
		width: 282px;
	}
	.top-line__logo img.desktop {
		display: none;
	}
	.x-navbar-inner .x-container.width {
		margin: 0;
		width: 100%
	}
}
@media (max-width: 1024px) {
	.x-header-landmark {
		height: 246px;
	}
}
@media (max-width: 560px) {
	.x-header-landmark {
		height: 310px;
	}
}
@media (max-width: 412px) {
	.x-header-landmark {
		height: 374px;
	}
}
@media (max-width: 310px) {
	.x-header-landmark {
		height: 460px;
	}
}
/* --- end media --- */