

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, 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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input, textarea, button {
	border: none;
	background: none;
	outline: none !important;
}


@font-face {
  font-family: 'din';
  src: url('/fonts/pfdin/PFDinDisplayPro-XThin.woff');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'din';
  src: url('/fonts/pfdin/PFDinDisplayPro-XThinIt.woff');
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: 'din';
  src: url('/fonts/pfdin/PFDinDisplayPro-Thin.woff');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'din';
  src: url('/fonts/pfdin/PFDinDisplayPro-ThinItal.woff');
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: 'din';
  src: url('/fonts/pfdin/PFDinDisplayPro-Light.woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'din';
  src: url('/fonts/pfdin/PFDinDisplayPro-LightItal.woff');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'din';
  src: url('/fonts/pfdin/PFDinDisplayPro-Reg.woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'din';
  src: url('/fonts/pfdin/PFDinDisplayPro-Italic.woff');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'din';
  src: url('/fonts/pfdin/PFDinDisplayPro-Med.woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'din';
  src: url('/fonts/pfdin/PFDinDisplayPro-MedItal.woff');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'din';
  src: url('/fonts/pfdin/PFDinDisplayPro-Bold.woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'din';
  src: url('/fonts/pfdin/PFDinDisplayPro-BoldItal.woff');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'din';
  src: url('/fonts/pfdin/PFDinDisplayPro-Black.woff');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'din';
  src: url('/fonts/pfdin/PFDinDisplayPro-BlackIt.woff');
  font-weight: 900;
  font-style: italic;
}


/* flex_justify_content */
/* /flex_justify_content */
/* box-shadow */
/* /box-shadow */
/* flex_align_items */
/* /flex_align_items */
/* Magnific Popup CSS */
.mfp-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
}
.mfp-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
  background-color: #fff;
  border: 10px solid #FFDE00;
  padding: 20px;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  position: absolute;
  top: 15px;
  right: 15px;
  bottom: auto;
  left: auto;
  width: 44px;
  height: 44px;
  font-family: Arial, Baskerville, monospace;
  font-size: 75px;
  line-height: 44px;
  text-decoration: none;
  padding: 0 0 18px 10px;
  color: #000;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -90px;
  top: -35px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  font-size: 12px;
  line-height: 18px;
  color: #000;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -60px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  display: block;
  padding-bottom: 20px;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
  position: relative;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  position: absolute;
  top: 99%;
  right: 0;
  bottom: auto;
  left: 0;
  color: #000;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
		 * Remove all paddings around the image on small screen
		 */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}


/*
 * qTip2 - Pretty powerful tooltips - v3.0.3
 * http://qtip2.com
 *
 * Copyright (c) 2017 
 * Released under the MIT licenses
 * http://jquery.org/license
 *
 * Date: Wed Jan 4 2017 05:54 EST-0500
 * Plugins: None
 * Styles: core
 */
.qtip{
	position: absolute;
	left: -28000px;
	top: -28000px;
	display: none;

	max-width: 280px;
	min-width: 50px;

	font-size: 10.5px;
	line-height: 12px;

	direction: ltr;

	box-shadow: none;
	padding: 0;
}

	.qtip-content{
		position: relative;
		padding: 5px 9px;
		overflow: hidden;

		text-align: left;
		word-wrap: break-word;
	}

	.qtip-titlebar{
		position: relative;
		padding: 5px 35px 5px 10px;
		overflow: hidden;

		border-width: 0 0 1px;
		font-weight: bold;
	}

	.qtip-titlebar + .qtip-content{ border-top-width: 0 !important; }

	/* Default close button class */
	.qtip-close{
		position: absolute;
		right: -9px; top: -9px;
		z-index: 11; /* Overlap .qtip-tip */

		cursor: pointer;
		outline: medium none;

		border: 1px solid transparent;
	}

		.qtip-titlebar .qtip-close{
			right: 4px; top: 50%;
			margin-top: -9px;
		}

		* html .qtip-titlebar .qtip-close{ top: 16px; } /* IE fix */

		.qtip-titlebar .ui-icon,
		.qtip-icon .ui-icon{
			display: block;
			text-indent: -1000em;
			direction: ltr;
		}

		.qtip-icon, .qtip-icon .ui-icon{
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
			text-decoration: none;
		}

			.qtip-icon .ui-icon{
				width: 18px;
				height: 14px;

				line-height: 14px;
				text-align: center;
				text-indent: 0;
				font: normal bold 10px/13px Tahoma,sans-serif;

				color: inherit;
				background: transparent none no-repeat -100em -100em;
			}

/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
.qtip-focus{}

/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
.qtip-hover{}

/* Default tooltip style */
.qtip-default{
	border: 1px solid #F1D031;

	background-color: #FFFFA3;
	color: #555;
}

	.qtip-default .qtip-titlebar{
		background-color: #FFEF93;
	}

	.qtip-default .qtip-icon{
		border-color: #CCC;
		background: #F1F1F1;
		color: #777;
	}

	.qtip-default .qtip-titlebar .qtip-close{
		border-color: #AAA;
		color: #111;
	}


/* flex_justify_content */
/* /flex_justify_content */
/* box-shadow */
/* /box-shadow */
/* flex_align_items */
/* /flex_align_items */
body {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  font-family: 'din', arial, helvetica, sans-serif;
  min-width: 1023px;
}
a {
  color: inherit;
  text-decoration: none;
}
strong,
b {
  font-weight: 700;
}
.b-top-contacts {
  box-sizing: border-box;
  padding: 10px 0;
  height: 47px;
  line-height: 30px;
  background-color: #e1e1e1;
}
.b-top-contacts__phones,
.b-top-contacts__websteel,
.b-top-contacts__description,
.b-top-contacts__lang-swicth,
.b-top-contacts__search {
  display: inline-block;
  vertical-align: middle;
}
.b-top-contacts__phones {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  padding-right: 5%;
  padding-left: 84px;
  letter-spacing: 3.6px;
  min-width: 575px;
}
.b-top-contacts__phones span {
  font-weight: 300;
  letter-spacing: 2.5px;
}
@media (max-width: 1820px) {
  .b-top-contacts__phones {
    padding-right: 70px;
  }
}
@media (max-width: 1350px) {
  .b-top-contacts__phones {
    display: block;
    padding: 10px 70px 10px 50px;
    background-color: #fff;
    margin-bottom: 10px;
  }
}
.b-top-contacts__description {
  padding-left: 35px;
  letter-spacing: 1.3px;
}
@media (max-width: 1750px) {
  .b-top-contacts__description span {
    display: none;
  }
}
@media (max-width: 1350px) {
  .b-top-contacts__description span {
    display: inline;
  }
}
.b-top-contacts__description a {
  color: #314984;
  border-bottom: 1px dashed;
}
.b-top-contacts__description a:hover {
  border-color: transparent;
}
@media (max-width: 1040px) {
  .b-top-contacts__description {
    padding-left: 20px;
  }
}
@media (max-width: 1350px) {
  .b-top-contacts {
    height: auto;
    padding: 0 0 10px 0;
  }
}
.b-top-websteel {
  text-transform: uppercase;
  padding-left: 5px;
}
.b-top-websteel__title,
.b-top-websteel__list,
.b-top-websteel__item {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 1.6px;
}
.b-top-websteel__title {
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
  padding: 0 10px;
  line-height: 26px;
  position: relative;
}
.b-top-websteel__title:hover {
  background-color: #bec3ce;
}
.b-top-websteel__list {
  padding-left: 20px;
}
@media (max-width: 1040px) {
  .b-top-websteel__list {
    padding-left: 15px;
  }
}
.b-top-websteel__item {
  padding: 0 12px;
  position: relative;
}
.b-top-websteel__item:not(:last-child):after {
  position: absolute;
  top: 8px;
  right: -2px;
  bottom: auto;
  left: auto;
  width: 1px;
  height: 12px;
  border-right: 1px solid;
  content: '';
}
.b-top-websteel__item:hover {
  text-decoration: underline;
  color: #314984;
}
.b-top-websteel__item:hover .b-top-websteel__registration_hint {
  display: block;
}
.b-top-websteel__registration_hint,
.b-top-websteel__title:after {
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  position: absolute;
  top: 25px;
  right: auto;
  bottom: auto;
  left: 95%;
  box-sizing: border-box;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #fff;
  width: 230px;
  color: #000;
  text-transform: none;
  padding: 10px;
  font-style: italic;
  border: 3px solid #ffde00;
  display: none;
  z-index: 110;
}
@media (max-width: 1350px) {
  .b-top-websteel {
    padding-left: 43px;
  }
}
.b-top-langs {
  padding-left: 50px;
}
@media (max-width: 1070px) {
  .b-top-langs {
    padding-left: 20px;
  }
}
.b-top-lang {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 22px;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 0.5;
  margin-right: 8px;
}
.b-top-lang__image {
  display: block;
}
.b-top-lang:hover,
.b-top-lang--selected {
  opacity: 1;
}
.b-top-lang--selected:hover {
  opacity: 0.5;
}
.b-top-search {
  padding-left: 30px;
  position: relative;
}
.b-top-search__form-outer {
  box-sizing: border-box;
  display: none;
  position: relative;
  max-width: 1100px;
  margin: 70px auto 0;
  border-bottom: 1px solid #314984;
}
.b-infowindow__content .b-top-search__form-outer {
  display: block;
}
.b-top-search__opener {
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 18px;
  position: relative;
  z-index: 2;
}
.b-top-search__opener-bg {
  background-image: url('/image/new/layout/search_opener.png');
  width: 14px;
  height: 18px;
  display: inline-block;
  z-index: 5;
  position: relative;
}
.b-top-search__opener:hover::after {
  content: '';
  position: absolute;
  width: 32px;
  height: 36px;
  top: -50%;
  left: -50%;
  background-color: #FFF500;
  border-radius: 10px;
  z-index: -1;
  display: block;
}
.b-top-search__input {
  font-size: 29px;
  line-height: 50px;
  font-weight: 700;
  box-sizing: border-box;
  padding: 10px;
  letter-spacing: 1px;
  width: 100%;
}
.b-top-search__submit {
  font-size: 0;
  position: absolute;
  top: 18px;
  right: auto;
  bottom: auto;
  left: 0;
  width: 70px;
  height: 30px;
  background: url('/image/new/layout/search-run.png') no-repeat center center;
  cursor: pointer;
}
@media (max-width: 1070px) {
  .b-top-search {
    padding-left: 15px;
  }
}
.b-header {
  border-bottom: 2px solid #417dc1;
  height: 90px;
}
.b-header__menu-opener,
.b-header__logo,
.b-header__about,
.b-header__menu-outer {
  display: inline-block;
  vertical-align: middle;
}
.b-header__menu-opener {
  width: 92px;
  height: 100%;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
  background: url('/image/new/layout/menu_opener.png') no-repeat center center #417dc1;
}
.b-header__menu-opener:hover {
  background-color: #9ec9ff;
}
.b-header__logo {
  margin-left: 10px;
}
.b-header__logo-image {
  display: block;
}
.b-header__about {
  font-size: 13px;
  line-height: 15px;
  margin-left: 10px;
  padding: 0 20px;
  border-right: 1px solid black;
  border-left: 1px solid black;
  text-transform: uppercase;
  letter-spacing: 1.22px;
}
.b-header__about p {
  padding: 5px 0;
}
.b-header__about span {
  font-weight: 500;
}
@media (max-width: 1450px) {
  .b-header__about {
    display: none;
  }
}
.b-header__menu-outer {
  padding-left: 9%;
}
@media (max-width: 1830px) {
  .b-header__menu-outer {
    padding-left: 5%;
  }
}
@media (max-width: 1750px) {
  .b-header__menu-outer {
    padding-left: 1%;
  }
}
@media (max-width: 1170px) {
  .b-header__menu-outer {
    padding-left: 0;
  }
}
.b-header-menu {
  font-size: 20px;
  line-height: 30px;
}
.b-header-menu__item {
  display: inline-block;
  vertical-align: middle;
}
.b-header-menu__link {
  letter-spacing: 2.1px;
  display: block;
  padding: 30px 25px;
}
.b-header-menu__link--level-0 {
  text-transform: uppercase;
}
.b-header-menu__link:hover {
  text-decoration: underline;
  color: #314984;
}
@media (max-width: 1660px) {
  .b-header-menu__link {
    padding: 30px 15px;
  }
}
@media (max-width: 1500px) {
  .b-header-menu__link {
    padding: 30px 10px;
  }
}
@media (max-width: 1450px) {
  .b-header-menu__link {
    padding: 30px 17px;
  }
}
@media (max-width: 1300px) {
  .b-header-menu__link {
    padding: 30px 10px;
  }
}
.b-header-menu__list--level-1 {
  display: none;
}
@media (max-width: 1560px) {
  .b-header-menu {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 1450px) {
  .b-header-menu {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 1300px) {
  .b-header-menu {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 1170px) {
  .b-header-menu {
    font-size: 14px;
    line-height: 20px;
  }
}
.b-popup-menu {
  position: absolute;
  top: 137px;
  right: 0;
  bottom: auto;
  left: 0;
  -webkit-transition: max-height 0.5s;
  -moz-transition: max-height 0.5s;
  -ms-transition: max-height 0.5s;
  -o-transition: max-height 0.5s;
  transition: max-height 0.5s;
  background-color: #f1f0f0;
  z-index: 600;
  max-height: 0;
  overflow: hidden;
  min-width: 1000px;
}
.b-popup-menu__content {
  box-sizing: border-box;
  border-top: 3px solid #417dc1;
  padding: 0 20px 20px;
  text-align: center;
}
@media (max-width: 1200px) {
  .b-popup-menu__content {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1300px) {
  .b-popup-menu .b-header-menu__list--level-0 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
}
@media (max-width: 1300px) {
  .b-popup-menu .b-header-menu__list--level-0 {
    -webkit-columns: 220px 4;
    -moz-columns: 4 220px;
    columns: 220px 4;
    max-height: 700px;
  }
}
.b-popup-menu .b-header-menu__list--level-1 {
  display: block;
  padding-top: 13px;
}
.b-popup-menu .b-header-menu__item {
  text-align: left;
}
.b-popup-menu .b-header-menu__item--level-0 {
  box-sizing: border-box;
  padding: 0 20px;
  vertical-align: top;
}
@media (max-width: 1300px) {
  .b-popup-menu .b-header-menu__item--level-0 {
    width: 100%;
  }
  .b-popup-menu .b-header-menu__item--level-0:first-of-type {
    margin-bottom: 100%;
  }
}
.b-popup-menu .b-header-menu__item--level-1 {
  display: block;
}
.b-popup-menu .b-header-menu__link--level-0 {
  white-space: nowrap;
  font-size: 25px;
  line-height: 30px;
  font-weight: 300;
  display: block;
  padding: 30px 0 20px;
  border-bottom: 1px solid;
}
.b-popup-menu .b-header-menu__link--level-0:hover {
  text-decoration: none;
}
@media (max-width: 1720px) {
  .b-popup-menu .b-header-menu__link--level-0 {
    font-size: 20px;
    line-height: 25px;
  }
}
.b-popup-menu .b-header-menu__link--level-1 {
  font-size: 18px;
  line-height: 20px;
  padding: 13px 0 12px;
  letter-spacing: 0;
}
.b-popup-menu--opened {
  max-height: 1000px;
}
@media (max-width: 1350px) {
  .b-popup-menu {
    top: 190px;
  }
}
.b-infowindow {
  position: absolute;
  top: 47px;
  right: 0;
  bottom: auto;
  left: 0;
  -webkit-transition: max-height 0.5s;
  -moz-transition: max-height 0.5s;
  -ms-transition: max-height 0.5s;
  -o-transition: max-height 0.5s;
  transition: max-height 0.5s;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  z-index: 501;
}
.b-infowindow--opened {
  max-height: 660px;
}
.b-infowindow--on-top {
  top: 0;
}
.b-infowindow__content-outer {
  box-sizing: border-box;
  width: 100%;
  height: 660px;
  position: relative;
  padding: 30px;
  background-color: #fff;
  text-align: center;
  border: 10px solid #ffde00;
}
.b-infowindow__close {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: auto;
  left: auto;
  font-size: 16px;
  line-height: 21px;
  font-weight: 700;
  text-transform: lowercase;
  letter-spacing: 2px;
  padding: 15px 60px 15px 10px;
  background: url('/image/new/layout/closepopup.png') no-repeat center right;
}
@media (max-width: 1350px) {
  .b-infowindow {
    top: 100px;
  }
}
.b-cities__header {
  font-size: 25px;
  line-height: 1;
  font-weight: 700;
  padding: 50px 0 20px;
  text-align: left;
  letter-spacing: 1px;
}
.b-cities-alphabet {
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  padding: 20px 0 40px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.b-cities-alphabet__letter {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 0.15;
}
.b-cities-alphabet__letter:hover,
.b-cities-alphabet__letter--selected {
  opacity: 1;
}
.b-cities-list {
  height: 100%;
  text-align: left;
  overflow: hidden;
}
.b-cities-list__outer {
  position: relative;
  white-space: nowrap;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.b-cities-list__letter-item {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  min-width: 150px;
  padding: 20px 65px 20px 20px;
}
.b-cities-list__letter-item--null-shrink {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.b-cities-list__letter-item--selected .b-cities-list__letter {
  opacity: 1;
}
.b-cities-list__letter {
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  text-transform: uppercase;
  padding: 10px 14px;
  opacity: 0.15;
}
.b-cities-list__letter:hover {
  opacity: 1;
}
.b-cities-list__items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-writing-mode: vertical-lr;
  -moz-writing-mode: vertical-lr;
  -ms-writing-mode: vertical-lr;
  writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  height: 300px;
}
.b-cities-list__item {
  -webkit-writing-mode: horizontal-tb;
  -moz-writing-mode: horizontal-tb;
  -ms-writing-mode: horizontal-tb;
  writing-mode: horizontal-tb;
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
  white-space: nowrap;
  -ms-writing-mode: lr-tb;
  padding: 10px 15px;
}
.b-cities-list__item-link:hover {
  text-decoration: underline;
}
.b-cities-list__item--null-shrink {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.b-countries__header {
  font-size: 27px;
  line-height: 1;
  font-weight: 700;
  padding: 50px 0 17px;
  text-align: left;
  letter-spacing: 1px;
  display: block;
}
.b-countries__header.js-country-title:hover {
  color: #1c59c4;
}
.b-countries__header--top {
  padding-left: 20px;
}
.b-countries-list {
  height: 100%;
  text-align: left;
  overflow: hidden;
}
.b-countries-list__countries-items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.b-countries-list__outer {
  position: relative;
  white-space: nowrap;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.b-countries-list__country {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  min-width: 150px;
  padding: 20px 65px 20px 20px;
}
.b-countries-list__country--null-shrink {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.b-countries-list__country--selected .b-countries-list__letter {
  opacity: 1;
}
.b-countries-list__country .container_for_russia {
  display: flex;
}
.b-countries-list__country .js-country-title {
  color: blue;
}
.b-countries-list__country .js-country-title:hover {
  text-decoration: underline;
}
.b-countries-list__letter {
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  text-transform: uppercase;
  padding: 10px 14px;
  opacity: 0.15;
}
.b-countries-list__letter:hover {
  opacity: 1;
}
.b-countries-list__items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-writing-mode: vertical-lr;
  -moz-writing-mode: vertical-lr;
  -ms-writing-mode: vertical-lr;
  writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  height: 300px;
}
.b-countries-list__item {
  -webkit-writing-mode: horizontal-tb;
  -moz-writing-mode: horizontal-tb;
  -ms-writing-mode: horizontal-tb;
  writing-mode: horizontal-tb;
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
  white-space: nowrap;
  -ms-writing-mode: lr-tb;
  padding: 10px 15px 10px 0;
}
.b-countries-list__item-link:hover {
  text-decoration: underline;
}
.cycle-slideshow {
  overflow: hidden;
}
.b-section__title {
  font-size: 35px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  padding: 25px 0;
  letter-spacing: 3.6px;
}
.b-section__small-title {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  padding: 25px 0;
  letter-spacing: 2.4px;
}
.b-section__content-outer {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  max-width: 1276px;
  margin: 0 auto;
}
.b-section--flex-order-0 {
  order: 0;
  -webkit-order: 0;
  -ms-flex-order: 0;
}
.b-section--flex-order-1 {
  order: 1;
  -webkit-order: 1;
  -ms-flex-order: 1;
}
.b-section--flex-order-2 {
  order: 2;
  -webkit-order: 2;
  -ms-flex-order: 2;
}
.b-section--flex-order-3 {
  order: 3;
  -webkit-order: 3;
  -ms-flex-order: 3;
}
.b-section--flex-order-4 {
  order: 4;
  -webkit-order: 4;
  -ms-flex-order: 4;
}
.b-section--flex-order-5 {
  order: 5;
  -webkit-order: 5;
  -ms-flex-order: 5;
}
.b-section--flex-order-6 {
  order: 6;
  -webkit-order: 6;
  -ms-flex-order: 6;
}
.b-section--flex-order-7 {
  order: 7;
  -webkit-order: 7;
  -ms-flex-order: 7;
}
.b-section--flex-order-8 {
  order: 8;
  -webkit-order: 8;
  -ms-flex-order: 8;
}
.b-section--flex-order-9 {
  order: 9;
  -webkit-order: 9;
  -ms-flex-order: 9;
}
.b-section--flex-order-10 {
  order: 10;
  -webkit-order: 10;
  -ms-flex-order: 10;
}
.b-slider-pager {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 20px;
  left: 0;
  text-align: center;
  z-index: 101;
}
.b-slider-pager span {
  display: inline-block;
  vertical-align: middle;
  width: 47px;
  height: 40px;
  font-size: 0;
  cursor: pointer;
  position: relative;
}
.b-slider-pager span:not(:first-of-type) {
  margin-right: 15px;
}
.b-slider-pager span:after {
  content: '';
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.5);
}
.b-slider-pager span:hover:after,
.b-slider-pager span.cycle-pager-active:after {
  height: 6px;
  background-color: #ffde00;
}
.b-footer {
  padding: 50px 20px 220px;
  color: #8ba3be;
  background-color: #314984;
}
.b-footer a {
  color: #9ec9ff;
  text-decoration: underline;
}
.b-footer__columns {
  font-size: 0;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  max-width: 1276px;
  margin: 0 auto;
}
.b-footer__column {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  box-sizing: border-box;
}
.b-footer__column--left {
  padding-right: 30px;
  width: 33.3%;
}
.b-footer__column--center {
  width: 40%;
  padding: 4px 8px 0;
}
.b-footer__column--center b {
  color: #fff;
}
.b-footer__column--right {
  width: 26%;
  padding-left: 10px;
}
.b-footer__copyright {
  padding: 43px 0;
  font-size: 16px;
}
.b-footer-subscribe__title {
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.7px;
  padding: 7px 0;
}
.b-footer-subscribe__form {
  padding: 14px 0;
  position: relative;
}
.b-footer-subscribe__input {
  box-sizing: border-box;
  font-size: 15px;
  line-height: 20px;
  font-weight: 300;
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #9ec9ff;
  border-radius: 10px;
  color: #8ba3be;
}
.b-footer-subscribe__submit {
  position: absolute;
  top: 14px;
  right: auto;
  bottom: auto;
  left: 0;
  width: 70px;
  height: 42px;
  font-size: 32px;
  line-height: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  border-right: 1px solid #9ec9ff;
  border-radius: 10px 0 0 10px;
  color: #8ba3be;
}
.b-footer-subscribe__submit:hover {
  background-color: #ffde00;
  color: #314984;
}
.b-footer-subscribe__policy {
  font-size: 14px;
  font-style: italic;
  line-height: 18px;
  color: #8ba3be;
  margin: 20px 0 0;
}
.b-footer-subscribe__policy a {
  text-decoration: underline;
}
.b-footer-websteel {
  box-sizing: border-box;
  width: 121px;
  height: 121px;
  -webkit-transition: border-color 0.5s;
  -moz-transition: border-color 0.5s;
  -ms-transition: border-color 0.5s;
  -o-transition: border-color 0.5s;
  transition: border-color 0.5s;
  padding: 8px 15px;
  border-radius: 50%;
  border: 3px solid #ffde00;
  text-align: center;
  position: relative;
  background-color: #fff;
  overflow: hidden;
  margin-top: 40px;
}
.b-footer-websteel__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: auto;
}
.b-footer-websteel__image,
.b-footer-websteel__title {
  display: inline-block;
  vertical-align: middle;
}
.b-footer-websteel__title {
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  color: #8f101b;
}
@media (max-width: 1100px) {
  .b-footer-websteel__title {
    width: 65%;
  }
}
.b-footer-websteel img {
  display: block;
}
.b-footer-websteel:hover {
  border-color: #9ec9ff;
}
@media (max-width: 1100px) {
  .b-footer-websteel {
    width: 191px;
    height: 59px;
    border-radius: 30px;
    padding: 3px 11px;
    text-align: left;
  }
}
.b-buttons-popup {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 25px;
  left: 0;
  box-sizing: border-box;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  background-color: #fff;
  padding: 25px 0;
  border: 3px solid #ffde00;
  border-radius: 10px;
  width: 90%;
  max-width: 1410px;
  min-width: 950px;
  position: fixed;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  z-index: -1;
  opacity: 0;
}
.b-buttons-popup__button {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 10px;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 13px 36px 8px;
  background-color: #417dc1;
  min-width: 275px;
  box-sizing: border-box;
}
.b-buttons-popup__button:not(:first-of-type) {
  margin-right: 27px;
}
.b-buttons-popup__button:hover {
  background-color: #ffde00;
  color: #314984;
}
.b-buttons-popup__button.go-to-top {
  width: 52px;
  min-width: 52px;
  height: 46px;
  background-image: url(/image/new/layout/gototop.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.b-buttons-popup--showed {
  z-index: 111;
  opacity: 1;
}
@media (max-width: 1200px) {
  .b-buttons-popup {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    padding-left: 10px;
    padding-right: 10px;
  }
  .b-buttons-popup__button {
    padding: 13px 26px 8px;
  }
  .b-buttons-popup__button:not(:first-of-type) {
    margin-right: 0;
  }
}
.b-form__field {
  padding: 8px 0;
}
.b-form input[type=text],
.b-form textarea {
  box-sizing: border-box;
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: -0.5px;
  padding: 12px 20px;
  outline: 1px solid #417dc1 !important;
}
.b-form input[type=text]:hover,
.b-form textarea:hover {
  outline: 2px solid #314984 !important;
}
.b-form input[type=submit] {
  display: inline-block;
  vertical-align: bottom;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  padding: 18px 66px;
  color: #fff;
  background-color: #417dc1;
  text-transform: uppercase;
  letter-spacing: 3.4px;
  border-radius: 32px;
  cursor: pointer;
}
.b-form input[type=submit]:hover {
  background-color: #ffde00;
  color: #000;
}
.b-form .em {
  color: #417dc1;
}
.b-form h3 {
  font-size: 30px;
  line-height: 22px;
  font-weight: 700;
  letter-spacing: 4px;
  text-align: center;
  padding: 10px 0 30px;
}
.b-form .note {
  display: none;
}
.b-form .b-form-fields-description {
  padding: 10px 0 25px;
  font-style: italic;
  text-align: left;
}
.b-form__policy {
  font-size: 14px;
  font-style: italic;
  line-height: 18px;
  color: #7c7b7b;
  margin: 24px 0 0;
}
.b-form__policy a {
  text-decoration: underline;
}
.b-form__notice {
  font-size: 14px;
  line-height: inherit;
  font-weight: 400;
  font-style: italic;
  line-height: 14px;
}
.b-form__notice-asterisk {
  color: #6695cc;
}
.b-hidden-forms {
  display: none;
}
.b-hidden-forms__item {
  box-sizing: border-box;
  width: 520px;
  padding: 20px 50px;
  text-align: center;
}
.b-form--questions .form-caption-pseudo {
  font-size: 0;
  text-align: center;
  padding: 10px 0 30px;
}
.b-form--questions .form-caption-pseudo:before {
  font-size: 30px;
  line-height: 22px;
  font-weight: 700;
  content: 'طرح السؤال';
  letter-spacing: 4px;
}
.b-form--questions .form-caption-pseudo--en:before {
  content: 'Ask a question';
}
.b-form--questions .person-info-description {
  display: none;
}
.b-form--questions .note2 {
  padding-top: 20px;
  font-style: italic;
  text-align: left;
}
.b-form--questions .b-form__field {
  width: 100%;
  text-align: left;
}
.b-form--questions label {
  display: none;
}
.b-form--questions input[type=text],
.b-form--questions textarea {
  width: 100%;
}
.b-form--questions textarea {
  height: 120px !important;
  resize: none;
}
.bnr-sale {
  display: block;
  margin: 50px auto 0;
  text-align: center;
}
.bnr-sale img {
  max-width: 100%;
  height: auto;
}
.tooltip {
  display: inline-block;
}
.tooltip-text {
  display: none;
  font-size: 19px;
  line-height: 1.3em;
  font-weight: 300;
  background: #fff;
  min-width: 580px;
  box-sizing: border-box;
  border-radius: 10px;
  border: 2px solid #417dc1;
  transition: opacity 0.3s ease-in 0s;
}
.tooltip-text .qtip-content .tooltip-text {
  border: none;
  padding: 20px;
}
.tooltip-text .qtip-content .tooltip-text ul {
  margin: 5px 0;
}
.tooltip-text .qtip-content .tooltip-text li {
  position: relative;
  padding-left: 15px;
  margin: 5px 0;
}
.tooltip-text .qtip-content .tooltip-text li::before {
  content: '-';
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  color: #417dc1;
  font-weight: 100;
}
.tooltip-ref {
  display: inline-block;
  padding: 0 5px 0 15px;
  color: #314984;
  cursor: pointer;
}
.pricelist-table.common {
  width: 100%;
  font-size: 20px;
  -webkit-transition: opacity 0.3s ease-in 0.3s;
  -moz-transition: opacity 0.3s ease-in 0.3s;
  -ms-transition: opacity 0.3s ease-in 0.3s;
  -o-transition: opacity 0.3s ease-in 0.3s;
  transition: opacity 0.3s ease-in 0.3s;
  opacity: 1;
}
.pricelist-table.common thead tr:hover {
  background: none;
}
.pricelist-table.common th {
  padding: 20px 5px;
  font-size: 22px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 3px;
  border-right: 3px solid #f2f0f1;
}
.pricelist-table.common th:first-of-type,
.pricelist-table.common th:last-of-type {
  border-right: none;
}
.pricelist-table.common tr {
  transition: background 0.2s ease-in-out;
}
.pricelist-table.common tr td {
  border-top: 3px solid #f2f0f1;
  padding: 20px 5px;
  border-right: 3px solid #f2f0f1;
}
.pricelist-table.common tr td:first-of-type,
.pricelist-table.common tr td:last-of-type {
  border-right: none;
}
.pricelist-table.common tr td:first-of-type {
  font-weight: bold;
}
.pricelist-table.common tr:hover {
  background: #f2f0f1;
}
.pricelist-table.common tfoot {
  border-top: 3px solid #ffde00;
  color: #314984;
  font-weight: 500;
}
.pricelist-table.common tfoot td {
  border-top: none;
}
.pricelist-table.common .table-descr-text {
  font-size: 15px;
  font-style: italic;
  font-weight: normal;
  letter-spacing: normal;
}
.pricelist-table.common .active {
  background-color: #f2f0f1;
}
/* mafnific */
.mfp-title {
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  padding: 3px 10px 3px 0;
  white-space: normal;
  width: 90%;
  min-height: 24px;
}
.mfp-content {
  padding-bottom: 40px;
  max-width: 100%;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.mfp-content .b-form__field {
  padding-left: 2px;
  padding-right: 2px;
}
.mfp-content .b-recaptcha-item {
  display: inline-block;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: pointer;
}
.mfp-figure {
  overflow: hidden;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #000;
  right: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.5);
}
.mfp-image-holder .mfp-close:hover,
.mfp-iframe-holder .mfp-close:hover {
  color: #777;
}
.technology-hints {
  background: white;
  width: 270px;
  padding: 5px;
  border: 2px solid yellow;
  font-size: 14px;
  line-height: 13px;
  pointer-events: none;
  position: absolute;
  margin-left: -200px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-out;
  transition-property: opacity, visibility;
  transition-delay: 0s;
}
.hint-flag {
  float: right;
  margin-top: -3px;
}
.hint-flag img {
  width: 15px;
  margin-top: 4px;
}
.hint {
  display: inline-block;
}
.hint:hover .technology-hints {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s, 0.3s;
}


/* flex_justify_content */
/* /flex_justify_content */
/* box-shadow */
/* /box-shadow */
/* flex_align_items */
/* /flex_align_items */
.b-videoslider {
  position: relative;
  color: #fff;
  text-align: center;
  height: 576px;
  overflow: hidden;
}
.b-videoslider__item-img {
  width: 100%;
  height: 100%;
}
.b-videoslider-nav {
  position: absolute;
  top: 190px;
  right: 0;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 140px;
}
.b-videoslider-nav__button {
  width: 60px;
  height: 140px;
  position: absolute;
  z-index: 103;
  border: 1px solid rgba(255, 255, 255, 0.6);
}
.b-videoslider-nav__button:before {
  content: '';
  width: 18px;
  height: 54px;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url('/image/new/main/arrows.png') no-repeat 0 0;
}
.b-videoslider-nav__button--left {
  left: 0;
  border-left: none;
}
.b-videoslider-nav__button--left:before {
  background-position: -85px 0;
}
.b-videoslider-nav__button--left:hover:before {
  background-position: -17px 0;
}
.b-videoslider-nav__button--right {
  right: 0;
  border-right: none;
}
.b-videoslider-nav__button--right:before {
  background-position: -67px 0;
}
.b-videoslider-nav__button--right:hover:before {
  background-position: 1px 0;
}
.b-videoslider-nav__button:hover {
  border-color: #ffde00;
}
.b-videoslide {
  width: 100%;
  height: 576px;
  position: relative;
  background: no-repeat center center;
  overflow: hidden;
}
.b-videoslide:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  content: '';
  background-color: rgba(0, 0, 0, 0.3);
}
.b-videoslide__image {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3;
}
.b-videoslide__video {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  z-index: 4;
  min-height: 100%;
}
.b-videoslide__content {
  z-index: 6;
  padding: 300px 0 0;
  position: absolute;
  bottom: 100px;
  max-width: none;
}
.b-videoslide__title {
  font-size: 45px;
  line-height: 54px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 45px 20px 20px;
  max-width: 1226px;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  position: absolute;
  z-index: 500;
  top: 115px;
  left: 0;
  right: 0;
}
.b-videoslide__announce {
  font-size: 22px;
  line-height: 30px;
  font-weight: 300;
  padding: 8px 20px 38px;
}
.b-videoslide__link {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #ffde00;
  text-transform: uppercase;
  border: 2px solid;
  border-color: #ffde00;
  color: #314984;
  border-radius: 35px;
  letter-spacing: 3.6px;
  padding: 18px 30px 13px;
}
.b-videoslide__link:hover {
  background-color: rgba(0, 0, 0, 0.3);
  border-color: #9ec9ff;
  color: #fff;
}


/* flex_justify_content */
/* /flex_justify_content */
/* box-shadow */
/* /box-shadow */
/* flex_align_items */
/* /flex_align_items */
.b-services {
  padding: 85px 20px 125px;
  box-sizing: border-box;
}
.b-services__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.b-services__item {
  max-width: 425px;
  box-sizing: border-box;
  padding-right: 80px;
}
.b-service__header {
  min-height: 176px;
}
.b-service__img {
  margin-bottom: 39px;
}
.b-service__line {
  width: 98px;
  height: 4px;
  background-color: #ffde00;
}
.b-service__title {
  margin-top: 49px;
  margin-bottom: 26px;
  color: #1c3b7a;
  font-size: 33px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.b-service__announce {
  color: #263762;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.1em;
  max-width: 343px;
}


/* flex_justify_content */
/* /flex_justify_content */
/* box-shadow */
/* /box-shadow */
/* flex_align_items */
/* /flex_align_items */
.b-about {
  padding: 50px 15px 47px;
  position: relative;
}
.b-about-pager {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 50px;
  left: 0;
  box-sizing: border-box;
  width: 50%;
  padding-left: 58px;
  z-index: 101;
  text-align: left;
}
.b-about-pager span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 9px;
  font-size: 0;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
  border: 1px solid #417dc1;
  border-radius: 50%;
  cursor: pointer;
}
.b-about-pager span:not(:first-of-type) {
  margin-right: 15px;
}
.b-about-pager span:hover,
.b-about-pager span.cycle-pager-active {
  background-color: #417dc1;
}
@media (max-width: 1250px) {
  .b-about-pager {
    bottom: 20px;
  }
}
.b-about-slide {
  max-width: 1276px;
  width: 100%;
}
.b-about-slide__video-outer,
.b-about-slide__description {
  display: inline-block;
  vertical-align: top;
}
.b-about-slide__video-outer {
  width: 48%;
  position: relative;
  border: 5px solid #ffde00;
  overflow: hidden;
}
.b-about-slide__video-outer:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 102;
  content: '';
  background-color: rgba(0, 0, 0, 0.2);
}
.b-about-slide__video-outer:hover .b-about-slide__video-play-btn {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 1;
}
.b-about-slide__video-preview {
  display: block;
}
.b-about-slide__video-play-btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 103;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background: url('/image/new/main/play_btn.png') no-repeat center center;
  opacity: 0.7;
}
.b-about-slide__description {
  box-sizing: border-box;
  padding: 20px 70px;
  width: 50%;
  max-height: 300px;
}
.b-about-slide__title {
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  padding: 46px 0 20px;
  letter-spacing: 3.6px;
}
.b-about-slide__announce {
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
  padding: 7px 0 20px;
  letter-spacing: 1.9px;
}


/* flex_justify_content */
/* /flex_justify_content */
/* box-shadow */
/* /box-shadow */
/* flex_align_items */
/* /flex_align_items */
.b-production {
  padding: 20px 0 34px;
  background-color: #f2f1f1;
}
.b-production__items {
  font-size: 0;
  padding: 26px 0 66px;
  text-align: center;
}
.b-production__types-outer {
  width: 100%;
  height: 340px;
  overflow: hidden;
  position: relative;
  padding-bottom: 20px;
}
.b-production__types {
  font-size: 0;
  min-height: 380px !important;
  width: 100%;
  padding: 40px 5px;
  white-space: nowrap;
}
.b-product {
  display: inline-block;
  vertical-align: top;
  font-size: 22px;
  line-height: 28px;
  font-weight: 300;
  width: 32%;
  height: 430px;
  position: relative;
  text-align: center;
  overflow: hidden;
}
.b-product:nth-child(2) {
  margin: 0 24px;
}
@media (max-width: 1210px) {
  .b-product:nth-child(2) {
    margin: 0 20px;
  }
}
.b-product:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.2);
}
.b-product__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
}
.b-product__image {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
  z-index: 1;
}
.b-product__title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  padding: 171px 78px 0;
  letter-spacing: 2px;
  position: relative;
  z-index: 3;
}
.b-product__title:before {
  content: '';
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  width: 92px;
  height: 0;
  position: absolute;
  top: 131px;
  right: 0;
  bottom: auto;
  left: 0;
  border: 2px solid #fff;
  margin: 0 auto;
}
.b-product__info-opener {
  position: absolute;
  top: auto;
  right: 20px;
  bottom: 20px;
  left: auto;
  width: 33px;
  height: 33px;
  background: url('/image/new/main/info_opener.png') no-repeat;
  z-index: 7;
}
.b-product__info-opener:hover,
.b-product__info-opener--opened {
  background-position: center right;
}
.b-product__full-info {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  box-sizing: border-box;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  background-color: #ffde00;
  padding: 100px 45px 20px;
  opacity: 0;
  z-index: 1;
}
@media (max-width: 1220px) {
  .b-product__full-info {
    padding: 75px 5px 20px;
  }
}
.b-product__header {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 20px 55px 35px;
  letter-spacing: 2px;
  position: relative;
}
.b-product__header:after {
  content: '';
  width: 92px;
  height: 1px;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  border-top: 5px solid #fff;
  margin: 0 auto;
}
.b-product__announce {
  letter-spacing: 1px;
  padding: 30px 0 0;
}
.b-product:hover .b-product__title:before {
  width: 250px;
  height: 230px;
  border: 5px solid #ffde00;
  top: 80px;
}
.b-product--info-opened .b-product__full-info {
  opacity: 1;
  z-index: 6;
}
.b-type-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  width: 211px;
  position: relative;
  text-align: center;
}
.b-type-item__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.b-type-item__header {
  position: relative;
  height: 127px;
}
.b-type-item__house-image {
  display: inline-block;
  vertical-align: top;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 0.4;
}
.b-type-item__icon {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translate(-50%, -15%);
  transform: translate(-50%, -15%);
  width: 36px;
  background-image: url('/image/new/main/production_types.png');
  height: 36px;
}
.b-type-item__icon--hangar {
  background-position: 0 0;
}
.b-type-item__icon--warehouses {
  background-position: -36px 0;
}
.b-type-item__icon--business {
  width: 34px;
  background-position: -72px 0;
}
.b-type-item__icon--agricultural {
  background-position: -106px 0;
}
.b-type-item__icon--industrial {
  width: 34px;
  background-position: -142px 0;
}
.b-type-item__icon--administration {
  width: 33px;
  background-position: -177px 0;
}
.b-type-item__icon--aviaangary {
  width: 34px;
  background-position: -210px 0;
}
.b-type-item__icon--sport {
  background-position: -244px 0;
}
.b-type-item__icon--religious {
  width: 26px;
  background-position: -280px 0;
}
.b-type-item__icon--logistics {
  background-position: -306px 0;
}
.b-type-item__icon--carwash {
  width: 28px;
  background-position: -342px 0;
}
.b-type-item__icon--autoservice {
  width: 32px;
  background-position: -370px 0;
}
.b-type-item__icon--shops {
  width: 33px;
  background-position: -403px 0;
}
.b-type-item__icon--office {
  background-position: -436px 0;
}
.b-type-item__icon--schools {
  width: 33px;
  background-position: -472px 0;
}
.b-type-item__icon--detskie_sady {
  width: 26px;
  background-position: -506px 0;
}
.b-type-item__icon--gostinicy {
  width: 33px;
  background-position: -532px 0;
}
.b-type-item__icon--army {
  width: 18px;
  background-position: -565px 0;
}
.b-type-item__icon--canopy {
  width: 34px;
  background-position: -583px 0;
}
.b-type-item__icon--workshop {
  width: 31px;
  background-position: -617px 0;
}
.b-type-item__icon--water_pumping {
  width: 18px;
  background-position: -648px 0;
}
.b-type-item__icon--garage {
  width: 34px;
  background-position: -666px 0;
}
.b-type-item__icon--rabbit {
  width: 30px;
  background-position: -700px 0;
}
.b-type-item__icon--barns {
  width: 54px;
  background-position: -730px 0;
}
.b-type-item__icon--aviary {
  width: 38px;
  background-position: -784px 0;
}
.b-type-item__title {
  font-size: 20px;
  line-height: 1;
  font-weight: 300;
  color: #417dc1;
  padding: 37px 5px;
}
.b-type-item:hover .b-type-item__title {
  text-decoration: underline;
}
.b-type-item:hover .b-type-item__house-image {
  opacity: 1;
}
.b-production-track {
  width: auto;
  height: 15px;
  position: absolute;
  top: auto;
  right: 15px;
  bottom: 20px;
  left: 15px;
  border-radius: 5px;
  border: 1px solid #b0b8c1;
  margin: 20px 0;
  background: url('/image/new/main/scrollbar-bkg.png') repeat-x;
}
.b-production-track__scrollbar {
  position: absolute;
  background-color: #c6cdd5;
  height: 100%;
  cursor: pointer;
}


/* flex_justify_content */
/* /flex_justify_content */
/* box-shadow */
/* /box-shadow */
/* flex_align_items */
/* /flex_align_items */
.b-facts {
  padding: 60px 0 0;
  background: url('/image/new/main/map.jpg') no-repeat center center #ffffff;
}
.b-facts__description {
  font-size: 22px;
  line-height: 28px;
  font-weight: 300;
  letter-spacing: 2.15px;
  padding: 4px 20px;
  text-align: center;
}
.b-facts__items {
  -webkit-columns: 220px 5;
  -moz-columns: 5 220px;
  columns: 220px 5;
  padding: 50px 0 5px;
}
.b-fact {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  max-width: 235px;
  padding: 33px 10px 30px;
  position: relative;
}
.b-fact--with-line:after {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 10px;
  width: 93px;
  height: 1px;
  content: '';
  border-top: 5px solid #000;
}
.b-fact__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: auto;
}
.b-fact__digit,
.b-fact__announce {
  display: inline-block;
  vertical-align: baseline;
}
.b-fact__digit {
  font-size: 100px;
  line-height: 1;
  font-weight: 500;
  color: #000;
}
.b-fact__announce {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  text-transform: uppercase;
}
.b-fact__text {
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
  padding: 12px 0;
}
.b-fact__image {
  display: block;
  padding-bottom: 30px;
}


/* flex_justify_content */
/* /flex_justify_content */
/* box-shadow */
/* /box-shadow */
/* flex_align_items */
/* /flex_align_items */
.b-advantages {
  padding: 65px 10px 10px;
  background-color: #f2f1f1;
}
.b-advantages__description {
  font-size: 22px;
  line-height: 28px;
  font-weight: 300;
  letter-spacing: 2.1px;
  text-align: center;
  padding: 4px 0;
}
.b-advantages__description a {
  color: #314984;
  text-decoration: underline;
}
.b-advantages__description a:hover {
  text-decoration: none;
}
.b-advantages__items {
  font-size: 0;
  padding: 70px 0 15px;
  text-align: center;
}
.b-advantages__pager {
  padding: 11px 0;
  text-align: center;
}
.b-advantages__pager span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 9px;
  font-size: 0;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
  border-radius: 50%;
  border: 1px solid #417dc1;
  cursor: pointer;
}
.b-advantages__pager span:not(:first-child) {
  margin-right: 12px;
}
.b-advantages__pager span:hover,
.b-advantages__pager span.cycle-pager-active {
  background-color: #417dc1;
}
.b-advantages.description-text-left .b-advantages__description {
  text-align: left;
}
.b-advantage {
  display: inline-block;
  vertical-align: top;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
  width: 200px;
  height: 330px;
  padding: 14px 6px;
  text-align: left;
  position: relative;
}
.b-advantage__header {
  height: 125px;
  position: relative;
}
.b-advantage__image {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.b-advantage__announce {
  font-size: 16px;
  line-height: 20px;
  padding: 32px 5px;
}
.b-advantage__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: auto;
}
.b-advantage--with-hover:hover {
  border-radius: 10px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1300px) {
  .b-advantage {
    box-sizing: border-box;
    width: 32%;
    height: 270px;
  }
}


/* flex_justify_content */
/* /flex_justify_content */
/* box-shadow */
/* /box-shadow */
/* flex_align_items */
/* /flex_align_items */
.b-popup-video-slider {
  height: 600px;
  position: relative;
}
.b-popup-video-slider__items {
  height: 100%;
}
.b-popup-video-slider-nav {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: auto;
  height: 100%;
}
.b-popup-video-slider-nav__button {
  width: 29px;
  height: 99px;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 102;
  background-image: url('/image/new/main/arrows_bottom.png');
}
.b-popup-video-slider-nav__button--left {
  left: 0;
  background-position: 29px 0;
}
.b-popup-video-slider-nav__button--left:hover {
  background-position: -29px 0;
}
.b-popup-video-slider-nav__button--right {
  right: 0;
  background-position: -58px 0;
}
.b-popup-video-slider-nav__button--right:hover {
  background-position: 0 0;
}
.b-popup-video-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.b-popup-video-slide:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.4);
}
.b-popup-video-slide__image {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}
.b-popup-video-slide__content {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 4;
  padding: 0 45px;
  color: #fff;
}
.b-popup-video-slide__play-outer {
  padding: 10px 0;
}
.b-popup-video-slide__play {
  display: inline-block;
  vertical-align: top;
  width: 98px;
  height: 97px;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 0.7;
  background: url('/image/new/main/play_btn.png');
}
.b-popup-video-slide__play:hover {
  opacity: 1;
}
.b-popup-video-slide__title {
  font-size: 50px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  padding: 25px 0 23px;
}
.b-popup-video-slide__announce {
  font-size: 22px;
  line-height: 30px;
  font-weight: 300;
  padding: 0 50px;
}
.b-popup-video-slide__link {
  font-size: 23px;
  line-height: 30px;
  font-weight: 300;
  display: block;
  bottom: 90px;
  position: absolute;
  left: 0;
  right: 0;
  color: #fff;
  text-decoration: none;
  z-index: 6;
}
.b-popup-video-slide__link:hover {
  text-decoration: underline;
}


/* flex_justify_content */
/* /flex_justify_content */
/* box-shadow */
/* /box-shadow */
/* flex_align_items */
/* /flex_align_items */
.b-work-with-us {
  padding: 37px 0;
}
.b-work-with-us__items {
  max-width: 1276px;
}
.b-us-work-pager {
  padding: 11px 0;
  text-align: center;
}
.b-us-work-pager span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 9px;
  font-size: 0;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
  border-radius: 50%;
  border: 1px solid #417dc1;
  cursor: pointer;
}
.b-us-work-pager span:not(:first-child) {
  margin-right: 12px;
}
.b-us-work-pager span:hover,
.b-us-work-pager span.cycle-pager-active {
  background-color: #417dc1;
}
.b-us-work {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
  width: 33%;
  min-height: 275px;
  padding: 50px 15px 36px;
  cursor: pointer;
  white-space: normal;
}
.b-us-work__image-outer {
  display: inline-block;
  vertical-align: top;
  width: 111px;
  height: 111px;
  -webkit-transition: border-color 0.5s;
  -moz-transition: border-color 0.5s;
  -ms-transition: border-color 0.5s;
  -o-transition: border-color 0.5s;
  transition: border-color 0.5s;
  border: 1px solid #afbac6;
  border-radius: 50%;
  position: relative;
}
.b-us-work__image-outer svg,
.b-us-work__image-outer img {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.b-us-work__image-outer g {
  -webkit-transition: fill 0.5s;
  -moz-transition: fill 0.5s;
  -ms-transition: fill 0.5s;
  -o-transition: fill 0.5s;
  transition: fill 0.5s;
  fill: #AFBAC6;
}
.b-us-work__text {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  padding-left: 19px;
  width: 70%;
}
@media (max-width: 1200px) {
  .b-us-work__text {
    width: 100%;
  }
}
.b-us-work__title {
  font-size: 25px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px 0 13px;
  color: #314984;
}
.b-us-work__announce {
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
}
.b-us-work:hover {
  background-color: #ffde00;
}
.b-us-work:hover .b-us-work__image-outer {
  border-color: #417dc1;
}
.b-us-work:hover .b-us-work__image-outer g {
  fill: #417dc1;
}
@media (max-width: 1250px) {
  .b-us-work {
    text-align: center;
  }
}


/* flex_justify_content */
/* /flex_justify_content */
/* box-shadow */
/* /box-shadow */
/* flex_align_items */
/* /flex_align_items */
.b-news {
  padding: 51px 0;
  position: relative;
  background-color: #f2f1f1;
}
.b-news__items {
  padding: 27px 0 5px;
}
@media (max-width: 1450px) {
  .b-news__items {
    width: 955px !important;
    margin: 0 auto;
  }
}
@media (max-width: 1150px) {
  .b-news__items {
    width: 800px !important;
  }
}
.b-news__content {
  position: relative;
  z-index: 3;
  padding: 0 20px;
}
.b-news__all-news {
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  line-height: 1;
  font-weight: 300;
  text-decoration: underline;
  padding: 7px 0;
  letter-spacing: 1px;
  color: #314984;
  cursor: pointer;
}
.b-news-nav {
  position: absolute;
  top: 190px;
  right: 0;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 140px;
}
.b-news-nav__button {
  width: 60px;
  height: 140px;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
  position: absolute;
  border: 1px solid #ced9e7;
  z-index: 102;
}
.b-news-nav__button:before {
  content: '';
  width: 17px;
  height: 52px;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url('/image/new/main/arrows.png');
  opacity: 0.4;
}
.b-news-nav__button--left {
  left: 0;
  border-left: none;
}
.b-news-nav__button--left:before {
  background-position: -51px 0;
}
.b-news-nav__button--right {
  right: 0;
  border-right: none;
}
.b-news-nav__button--right:before {
  background-position: -34px 0;
}
.b-news-nav__button:hover {
  background-color: #ced9e7;
}
.b-news-nav__button:hover:before {
  opacity: 1;
}
.b-news-nav__button.disabled {
  display: none;
}
.b-news-item {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  width: 300px;
  padding: 5px;
  position: relative !important;
  margin: 10px 11px 0;
}
.b-news-item:hover {
  border-radius: 5px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
.b-news-item__header {
  height: 180px;
  border: 1px solid #314984;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
.b-news-item__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 103;
}
.b-news-item__image {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.b-news-item__text {
  padding: 20px 0;
  white-space: normal;
}
.b-news-item__date {
  font-weight: 700;
  padding: 9px 0;
  letter-spacing: 1px;
}
.b-news-item__title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
  padding: 4px 0;
}
@media (max-width: 1150px) {
  .b-news-item {
    width: 250px;
    overflow: hidden;
  }
}


/* flex_justify_content */
/* /flex_justify_content */
/* box-shadow */
/* /box-shadow */
/* flex_align_items */
/* /flex_align_items */
.b-photo-slider {
  padding: 65px 0 10px;
  position: relative;
}
.b-photo-slider__wrapper {
  width: 90%;
  margin: 0 auto;
  position: relative;
}
.b-photo-slider__wrapper.mobile {
  width: 100%;
}
.b-photo-slider__wrapper.mobile .b-photo-slider-nav {
  display: none;
}
.b-photo-slider__title {
  font-size: 35px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 3.6px;
  padding: 25px 0;
}
.b-photo-slider__item {
  vertical-align: top;
  width: 33%;
  position: relative;
  box-sizing: border-box;
}
.b-photo-slider__link {
  width: 100%;
  box-sizing: border-box;
  padding-right: 3%;
  display: block;
}
.b-photo-slider__image {
  width: 100%;
  height: auto;
  margin: 0 !important;
}
.b-photo-slider__pager {
  padding: 11px 0;
  text-align: center;
  position: relative;
  z-index: 5;
}
.b-photo-slider__pager span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 9px;
  font-size: 0;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
  border-radius: 50%;
  border: 1px solid #417dc1;
  cursor: pointer;
}
.b-photo-slider__pager span:not(:first-child) {
  margin-right: 12px;
}
.b-photo-slider__pager span:hover,
.b-photo-slider__pager span.cycle-pager-active {
  background-color: #417dc1;
}
.b-photo-slider__name {
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  padding: 3px 10px 3px 0;
  white-space: normal;
}
.b-photo-slider-nav {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: auto;
  height: 100%;
  right: -45px;
  left: -45px;
}
.b-photo-slider-nav__button {
  width: 37px;
  height: 104px;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 102;
  background-image: url('/image/new/layout/arrows.png');
}
.b-photo-slider-nav__button--left {
  left: 0;
  background-position: 0 0;
}
.b-photo-slider-nav__button--left:hover {
  background-position: 37px 0;
}
.b-photo-slider-nav__button--right {
  right: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.b-photo-slider-nav__button--right:hover {
  background-position: 37px 0;
}
.b-photo-slider__all-link {
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  line-height: 1;
  font-weight: 300;
  text-decoration: underline;
  padding: 7px 0;
  letter-spacing: 1px;
  color: #314984;
  cursor: pointer;
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
.b-photo-slider__all-link:hover {
  text-decoration: none;
}


/* flex_justify_content */
/* /flex_justify_content */
/* box-shadow */
/* /box-shadow */
/* flex_align_items */
/* /flex_align_items */
.b-form--similar {
  display: none;
}
.b-form__errors {
  color: red;
  font-style: italic;
  padding: 10px 0;
}
.b-form__fieldset {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.b-form__field--name {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}
.b-form__field--phone {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.b-form__field--email {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.b-form__notice {
  width: 49%;
  display: inline-block;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  padding-top: 8px;
  line-height: 1.3em;
}
.b-form__recaptcha {
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}
.b-form .submit {
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
  margin-top: 10px;
}
.b-form__policy {
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6;
}
.b-form__field--description {
  -webkit-order: 7;
  -ms-flex-order: 7;
  order: 7;
}
.mfp-bottom-bar {
  position: relative;
}
.mfp-embedded-form {
  padding-top: 40px;
}
.mfp-embedded-form .form-caption-pseudo {
  font-size: 30px;
  line-height: 46px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 3.7px;
}
.mfp-embedded-form .b-form__field {
  width: 49%;
  display: inline-block;
}
.mfp-embedded-form .b-form__field input {
  width: 100%;
}
.mfp-embedded-form .b-form__field--attach,
.mfp-embedded-form .b-form__field--protect,
.mfp-embedded-form .b-form__field--description {
  display: none;
}
