/* Общие настройки =================================*/



/*Header ==================================*/

.logo-wrap,
.footer .logo-wrap {
  min-height: 111px;
  align-items: -webkit-center;
  align-items: -moz-center;
  align-items: -ms-center;
  align-items: -o-center;
  align-items: center;
  justify-content: -webkit-space-between;
  justify-content: -moz-space-between;
  justify-content: -ms-space-between;
  justify-content: -o-space-between;
  justify-content: space-between;
}

.cross {
  margin-right: 8px;
}

.logo-link,
.footer .logo-link {
  color: #1daee4;
  font-size: 24px;
  font-weight: 800;
  line-height: 52px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.24px;
  transition: color .3s;
}

.logo-link:hover {
  text-decoration: none;
  color: #1693c1;
}

.logo-img {
  margin: -35px 0 0 10px;
  cursor: text;
}

.discription,
.footer .discription {
  color: #888;
  font-size: 14px;
  font-weight: 400;
  margin: -10px 0 0 1px;
}

.phone-header {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.phone-link {
  margin-left: 16px;
  color: #2d3e50;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.4px;
}

.phone-link:last-child {
  margin-left: 0;
}

.vertical {
  margin: 0 24px;
}

.phone-link a {
  text-decoration: none;
  white-space: nowrap;
}

.media-xs {
  display: none;
}

.phone-img {
  margin: -4px 0 0;
  position: relative;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  box-shadow: 0 1px 7px rgba(43, 192, 248, 0.35);
  background-color: #fff;
}

.phone-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.phone-disription {
  color: #888;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.35px;
}

.logo-button {
  width: 222px;
  height: 51px;
  background-color: #1daee4;
  color: #fff;
    font-size: 14px !important;
    font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 0.35px;
  transition: all .3s;
}

.logo-button:hover {
	color: #fff !important;
	background-color: #1693c1 !important;
} 

.logo-button:focus {
	color: #fff !important;
} 

.logo-button img {
  margin: 0 20px 0 -5px;
}

/* Footer ============================*/

.footer {
  height: 250px;
  position: relative;
  background-color: #1daee4;
  margin: 0 auto;
}

.footer .logo {
  margin-top: 29px;
}

.footer .logo-link,
.footer .discription {
  color: #fff;
}

.phone__footer {
  position: relative;
  margin: 100px 0 25px 15px;
  width: 370px;
  height: 48px;
  box-shadow: 0 1px 7px rgba(43, 192, 248, 0.35);
  border-radius: 23px;
  background-color: #fff;
}

.phone-img__footer {
  position: absolute;
  margin: 12px 10px 12px 20px;
}

.phone-link__wrap {
  position: absolute;
  right: 20px;
  color: #2d3e50;
  font-weight: 600;
  letter-spacing: 0.35px;
  line-height: 22px;
}

.phone-link__wrap_right {
  position: absolute;
  right: 0px;
}

.phone-link1 a, .phone-link2 a {
  margin-right: 15px;
  text-decoration: none;
  transition: color .3s;
}

.phone-link1 a:hover, .phone-link2 a:hover {
  color: #2d3e50;
}

.phone-link2 {
  margin-right: 0;
}

.footer-menu {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: -webkit-space-between;
  justify-content: -moz-space-between;
  justify-content: -ms-space-between;
  justify-content: -o-space-between;
  justify-content: space-between;
  color: #b5eafe;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 23px;
  white-space: nowrap;
}

.footer-menu li{
	list-style: none;
}

.footer-menu__link a{
	color: #fff;
	font-size: 13px;
	text-transform: none;
	font-weight: 100;
}

.monitoring {
	position: absolute;
	bottom: 78px;
	left: 86%;
	cursor: pointer;
}

.copyright {
  min-height: 52px;
  position: absolute;
  bottom: 0;
  background-color: #2d3e50;
  width: 100%;
}

.copyright-text {
  position: absolute;
  width: 825px;
  text-align: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.8;
  color: #788999;
  font-size: 12px;
  z-index: 1;
}

footer.footer .footer-menu a:hover {
	color: #fff;
	text-decoration: underline;
}

.footer .footer-menu .footer-menu__item{
	margin: 0 0 10px !important;
}

.footer .footer-menu .footer-menu__link{
	margin-bottom: 7px;
}













@media (max-width: 768px)  { 

	.logo-wrap, .footer .logo-wrap {
		display:block;
	}
	
	.phone-link {
		text-align: center;
		width: 100%;
	}
	
	.media-768{
	    text-align: center; 
		margin: 20px 0px; 
	}
	
	.media-768 button{
		width: 185px !important;
		margin-left: 0 !important;
		margin-right: 0px !important;
	}
	
	.phone-header .phone-link{
		margin-top: 15px;
	}
	
}

@media (min-width: 768px)  { 

	.logo-wrap, .footer .logo-wrap {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}
	
	
}



































