body {

}

.main_header {
  position: fixed;
  background-color: #fff;
  top: 0;
  left: 0;
  right: 0;
  z-index:100;
  border-top: 2px solid #e17713;
  box-sizing: content-box;
  border-bottom: solid 1px #FFFFFF;
  box-shadow: 0 3px 8px -5px rgba(0, 0, 0, .5);
}
.logo {display: flex; height: 75px; align-items: center; justify-content: center;}
.phone {display: flex; height: 75px; align-items: center;}
.phone .icon_phone {display: block; width: 32px; height: 32px; background: url('/img/icon_phone.svg') no-repeat; background-size: 32px; margin-left: 50px;}
.phone .text_phone {display: flex; width: auto; font: 22px/22px exo_2semi_bold_italic; color: #0560a4;}

.main_menu {display: flex; padding: 0px; justify-content: center; padding: 0px;}
.navbar-brand {display: flex; align-items: center; justify-content: center; padding: 0px;}
.navbar-brand img {width: 262px;}
.navbar {display: flex; height: 73px; align-items: center; justify-content: center; background-color: #fff; padding: 0px; padding-left: 30px; padding-bottom: -2px;}
.navbar-light {background-color: #fff;}
.navbar-nav .nav-item {padding: 0px 3px 0px 3px;}
.navbar-nav .nav-item .nav-link {font: 18px/18px robotoregular; color: #000;}
.navbar-toggler {background-color: #fff;}
.navbar-collapse {background-color: #fff; justify-content: center;}


.dropdown .dropdown-menu {
  display: block;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ase;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;  box-shadow: 0 0 8px 1px rgba(0, 0, 0, .2);
}

.dropdown:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
}
.dropdown {
  display: inline-block;
}

.navlink:before {
	display: flex;
	content: "";
	height: 50px;
	margin: 5px 0 0;
}
@media screen and (max-width: 1199px) {
	.navlink:before {
		display: flex;
		content: "";
		height: 100px;
		margin: 35px 0 0;
	}
}

@media screen and (max-width: 1182px) {
	.parallax_container {
		margin-bottom: -80px;
	}

}

.anchor {
	position: relative;
	top: -100px;
}

@media screen and (max-width: 1200px) {
.anchor {
	position: relative;
	top: -180px;
}
}

.why {display: flex; justify-content: center; width: 100%; background-color: #fff; padding-top: 50px;}
.why .why_header {width: 100%; text-align: center; padding-top: 53px;}
.why .why_header h2 {font: 36px/36px exo_2light_italic; text-align: center;}
.why .icon-1 {display: flex; flex-direction: column; justify-content: center; align-items: center; align-self: flex-start; margin: 55px 0px 28px 0px;}
.why .icon-1 .txt {font: 14px/20px robotoregular; color: #000; text-align: center; padding-top: 28px;}
.why .icon-1 .subtitle {font: 19px/19px exo_2semi_bold_italic; color: #5b5b5b;}
.why .icon-2 {display: flex; flex-direction: column; justify-content: center; align-items: center; align-self: flex-start; margin: 55px 0px 28px 0px;}
.why .icon-2 .txt {font: 14px/20px robotoregular; color: #000; text-align: center; padding-top: 28px;}
.why .icon-2 .subtitle {font: 19px/19px exo_2semi_bold_italic; color: #5b5b5b;}
.why .icon-3 {display: flex; flex-direction: column; justify-content: center; align-items: center; align-self: flex-start; margin: 55px 0px 28px 0px;}
.why .icon-3 .txt {font: 14px/20px robotoregular; color: #000; text-align: center; padding-top: 28px;}
.why .icon-3 .subtitle {font: 19px/19px exo_2semi_bold_italic; color: #5b5b5b;}
.why .icon-4 {display: flex; flex-direction: column; justify-content: center; align-items: center;  margin: 68px 0px 28px 0px;}
.why .icon-4 .txt {font: 14px/20px robotoregular; color: #000; text-align: center; padding-top: 35px;}
.why .icon-4 .subtitle {font: 19px/19px exo_2semi_bold_italic; color: #5b5b5b;}

.uslugi {display: flex; justify-content: center; width: 100%; background-color: #4488bb; padding-bottom: 0px; padding-top: 0px; box-shadow: 0 5px 8px -5px rgba(0, 0, 0, .5);}
.uslugi .uslugi_header {width: 100%; max-width: 100%; text-align: center; padding-top: 73px;}
.uslugi .uslugi_header h1 {font: 46px/46px exo_2light_italic; text-align: center; color: #fff; text-shadow: 2px 2px 0 rgba(0,0,0,0.3);}
.uslugi .uslugi_header h2 {font: 36px/36px exo_2light_italic; text-align: center; color: #fff; text-shadow: 2px 2px 0 rgba(0,0,0,0.3);}
@media screen and (max-width: 400px) {
	.uslugi .uslugi_header h1 {font: 36px/36px exo_2light_italic; text-align: center; color: #fff; text-shadow: 2px 2px 0 rgba(0,0,0,0.3);}
	.uslugi .uslugi_header h2 {font: 28px/28px exo_2light_italic; text-align: center; color: #fff; text-shadow: 2px 2px 0 rgba(0,0,0,0.3);}
}

.uslugi .uslugi_header p {font: 20px/27px roboto_lightregular; text-align: justify; color: #fff; padding-top: 0px;}
.uslugi ul {font: 18px/22px roboto_lightregular; text-align: justify; color: #fff;}
.uslugi ul li {margin-bottom: 5px;}
.uslugi .item {display: flex; flex-direction: column; justify-content: center; align-items: center; margin: 55px 0px 28px 0px; padding: 26px 26px 20px 26px;}
.uslugi .item:hover {background-color: #156aaa; border-radius: 5px; transition: 0.3s;}
.uslugi .item .txt {font: 14px/18px robotoregular; color: #fff; text-align: center; padding-top: 12px;}
.uslugi .item .subtitle {font: 19px/22px exo_2semi_bold_italic; color: #ffffff;}
.uslugi .item .more {display: inline-block; padding: 10px 30px 10px 30px; text-decoration: none; cursor: pointer; background: #0560a4; font: 12px/12px robotoregular; color: #fff; border-radius: 3px; text-shadow: 3px 3px 4px rgba(0,0,0,0.3);}
.uslugi .item:hover .more {display: inline-block; padding: 10px 30px 10px 30px; text-decoration: none; cursor: pointer; background: #4488bb; font: 12px/12px robotoregular; color: #fff; border-radius: 3px; text-shadow: 3px 3px 4px rgba(0,0,0,0.3);}
.uslugi .item .top_corner {position: absolute; top: 3px; left: 3px; width: 72px; height: 72px; border-left: 1px solid #4488bb; border-top: 1px solid #4488bb; border-radius: 5px 0px 0px 0px;}
.uslugi .item .bottom_corner {position: absolute; bottom: 3px; right: 3px; width: 72px; height: 72px; border-right: 1px solid #4488bb; border-bottom: 1px solid #4488bb; border-radius: 0px 0px 5px 0px;}

.order {display: flex; justify-content: center; width: 100%; padding-bottom: 55px;}
.order .order_header {width: 100%; text-align: center; padding-top: 53px;}
.order .order_header h2 {font: 36px/36px exo_2light_italic; text-align: center; color: #000; margin-bottom: 30px;}
.order .order_header p {font: 20px/27px roboto_lightregular; text-align: center; color: #000;}
.order .input-section-long {width: 255px; margin-bottom: 7px;}
.order .input-section-short {width: 122px; margin-bottom: 7px; float: left;}
.order .descr {font: 10px/10px roboto_lightregular; color: #000;}
.order .inp-text-long {width: 255px; height: 29px; border: 1px solid #ababab; border-radius: 2px; font: 12px/12px roboto_lightregular;}
.order .inp-text-short {width: 122px; height: 29px; border: 1px solid #ababab; border-radius: 2px; font: 12px/12px roboto_lightregular;}
.order .clear {display: inline-block; padding: 10px 30px 10px 30px; text-decoration: none; cursor: pointer; background: #898989; font: 12px/12px robotoregular; color: #fff; border-radius: 3px; margin-top: 5px;}
.order .send {display: inline-block; padding: 10px 30px 10px 30px; text-decoration: none; cursor: pointer; background: #0560a4; font: 12px/12px robotoregular; color: #fff; border-radius: 3px; margin-top: 5px;}
.order #result_form {font: 18px/19px roboto_lightregular; color: #e17713; margin-top: 10px;}
.order .star {font: 12px/12px roboto_lightregular; color: red;}

.mission {display: flex; justify-content: center; width: 100%; padding-bottom: 55px;}
.mission .mission_header {width: 100%; text-align: center; padding-top: 53px;}
.mission .mission_header h2 {font: 36px/36px exo_2light_italic; text-align: center; color: #000; margin-bottom: 30px;}
.mission .mission_txt {text-align: justify;}
.mission .mission_img {margin-top: 7px;}

.contact {display: flex; justify-content: center; width: 100%; padding-bottom: 55px;}
.contact .contact_header {width: 100%; text-align: center; padding-top: 53px;}
.contact .contact_header h2 {font: 36px/36px exo_2light_italic; text-align: center; color: #000;  margin-bottom: 30px;}
.contact .contact_txt p {text-align: center; margin-bottom: 40px;}
.contact .file_icon {display: inline-block; width: 164px;}
.contact .subtitle {font: 14px/18px roboto_lightregular; text-transform: uppercase; margin-top: 10px;}
.map {position: relative; padding: 0; margin: 0; padding-top: 30px; margin-bottom: -5px;}
.map iframe {z-index: -1;}


footer {
  position: relative;
  padding-bottom: 40px;
//  height: 185px;
//  max-height: 185px;
  margin-top: 0px;
  background: #dbdbdb;
  font: 14px/18px roboto_lightregular;
  color: #000;
  //padding: 0px;
  box-shadow: 0px -4px 10px 1px rgba(0, 0, 0, .3);
  z-index: 1;
}
footer .qr, .copy, .f_menu, .addr_email, .question {padding-top: 30px; margin-top: 30px;}
footer a {color: #000; text-decoration: underline;}
footer a:hover {color: #607d8b; text-decoration: underline;}
footer .email {font: 22px/22px roboto_lightregular; text-decoration: underline;}
footer .tel {font: 22px/22px roboto_lightregular;}

.on_top {position: fixed; bottom: 20px; right: 40px; z-index: 100000; display: none;}
.on_top button {width: 45px; height: 45px; background: url('/img/on_top.png') no-repeat center center; background-color: #e17713; border: 1px solid #fff; border-radius: 3px; }
.on_top button:hover {width: 45px; height: 45px; background: url('/img/on_top.png') no-repeat center center; background-color: #4488bb; border: 1px solid #fff; border-radius: 3px; transition: 0.3s; cursor: pointer;}

#scroll_top {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 45px;
	height: 45px;
	background: url('/img/on_top.png') no-repeat center center;
	background-color: #e17713;
	border: 1px solid #fff;
	border-radius: 3px;
	opacity: 0.5;
	z-index: 100000;
}
#scroll_top:hover {
	width: 45px; height: 45px; background: url('/img/on_top.png') no-repeat center center; background-color: #4488bb; border: 1px solid #fff; border-radius: 3px; transition: 0.3s; cursor: pointer;
 	opacity: 1;
}
