

/* 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-workpage__content-outer {
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.b-workpage__content {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 30px;
}
.b-workpage__title {
  font-size: 45px;
  line-height: 55px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 4.4px;
  text-align: center;
  padding: 17px 0 44px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  max-width: 1024px;
  margin: 50px auto 30px;
  display: block;
}
.b-workpage__title.without-border {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.b-workpage h2,
.b-workpage .as_h2 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 500;
  padding: 35px 0 25px;
}
.b-workpage__not-found {
  margin: 20px 0 30px;
}
.b-workpage-header {
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: no-repeat center center;
  min-height: 400px;
  max-height: 600px;
  color: #fff;
  position: relative;
  padding-top: 50px;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.b-workpage-header:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.4);
}
.b-workpage-header__content-outer {
  position: relative;
  z-index: 4;
  padding: 0 0 30px;
  width: 1024px;
  margin: 0 auto;
}
@media (max-width: 1100px) {
  .b-workpage-header__content-outer {
    box-sizing: border-box;
    padding: 0 30px 30px;
  }
}
.b-workpage-header__title {
  font-size: 60px;
  line-height: 70px;
  font-weight: 700;
  letter-spacing: 5.8px;
  text-transform: uppercase;
}
.b-breadcrumbs {
  font-size: 14px;
  line-height: 13px;
  font-weight: 300;
  padding: 20px 0;
  letter-spacing: 1px;
}
.b-breadcrumbs__item {
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
  border-bottom: 1px solid;
  position: relative;
}
.b-breadcrumbs__item:after {
  content: '/';
  position: absolute;
  top: 1px;
  right: -20px;
  bottom: auto;
  left: auto;
}
.b-breadcrumbs__item--non-active {
  color: #9ec9ff;
  padding-bottom: 1px;
  border: none;
}
.b-breadcrumbs__item--non-active:after {
  display: none;
}
.b-workpage-menu {
  font-size: 15px;
  line-height: 19px;
  padding: 20px 0 0;
}
.b-workpage-menu__item {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  padding: 5px 0;
}
.b-workpage-menu__link {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  display: block;
  padding: 5px 10px;
  border-radius: 3px;
  border: 1px solid;
  background-color: rgba(0, 0, 0, 0.2);
}
.b-workpage-menu__link:hover,
.b-workpage-menu__link--selected {
  background-color: #ffde00;
  border-color: #ffde00;
  color: #314984;
}
.b-page-navigator {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  padding: 20px 0;
  text-align: right;
}
.b-page-navigator a {
  color: #314984;
  text-decoration: underline;
}
.b-page-navigator a:hover {
  text-decoration: none;
}
.b-all-objects {
  font-size: 19px;
  line-height: 25px;
  font-weight: 300;
  padding: 10px 0;
}
.b-all-objects__link {
  color: #314984;
  text-decoration: underline;
}
.b-all-objects__link:hover {
  text-decoration: none;
}
.b-all-objects--gallery {
  padding-top: 25px;
}


/* flex_justify_content */
/* /flex_justify_content */
/* box-shadow */
/* /box-shadow */
/* flex_align_items */
/* /flex_align_items */
.b-workpage-buttons {
  text-align: center;
  padding: 25px 0 60px;
}
.b-workpage-buttons__button {
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  -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: 15px 10px 10px;
  color: #000 !important;
  border-radius: 40px;
  border: 3px solid #314984;
  letter-spacing: 4px;
  width: 435px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  text-decoration: none !important;
}
.b-workpage-buttons__button:before {
  display: inline-block;
  vertical-align: middle;
  content: '';
  background: no-repeat center center;
}
.b-workpage-buttons__button:hover {
  border-color: #ffde00;
}
.b-workpage-buttons__button--left {
  margin-right: 25px;
}
.b-workpage-buttons__button--left:before {
  width: 23px;
  height: 43px;
  background-image: url(/image/new/temp/but1.png);
}
.b-workpage-buttons__button--right:before {
  width: 32px;
  height: 40px;
  background-image: url(/image/new/temp/but2.png);
}


/* flex_justify_content */
/* /flex_justify_content */
/* box-shadow */
/* /box-shadow */
/* flex_align_items */
/* /flex_align_items */
@media (max-width: 1100px) {
  .b-workpage-page-content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.b-workpage__wysiwyg {
  font-size: 24px;
  line-height: 31px;
  font-weight: 300;
  overflow: hidden;
}
.b-workpage__wysiwyg h2 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2.3px;
  padding: 30px 0 19px;
}
.b-workpage__wysiwyg h3 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
}
.b-workpage__wysiwyg p {
  padding: 10px 0;
}
.b-workpage__wysiwyg a {
  color: #314984;
  text-decoration: underline;
}
.b-workpage__wysiwyg a:hover {
  text-decoration: none;
}
.b-workpage__wysiwyg td {
  vertical-align: middle;
}
.b-workpage__wysiwyg ol,
.b-workpage__wysiwyg ul {
  list-style-position: inside;
}
.b-workpage__wysiwyg ol {
  list-style-type: decimal;
}
.b-workpage__wysiwyg ul {
  list-style-type: disc;
}
.b-workpage__wysiwyg li {
  padding: 5px 0;
}
.b-workpage__wysiwyg img {
  margin: 5px 0 5px 15px;
}
.b-workpage__wysiwyg i,
.b-workpage__wysiwyg em {
  font-style: italic;
}
.b-workpage__video-outer {
  font-size: 0;
  float: none !important;
  width: 100% !important;
  padding: 20px 0 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
.b-workpage__video-outer table {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  float: none !important;
  width: 50% !important;
  padding: 10px;
}
.b-workpage__video-outer a,
.b-workpage__video-outer tbody,
.b-workpage__video-outer tr,
.b-workpage__video-outer td {
  display: block;
}
.b-workpage__video-outer td {
  width: 100% !important;
  text-align: center;
  position: relative;
}
.b-workpage__video-outer td:first-of-type a {
  width: 100%;
  height: 276px;
  position: relative;
  overflow: hidden;
}
.b-workpage__video-outer td:first-of-type a:before {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  content: '';
  opacity: 0.7;
  background: url('/image/new/main/play_btn.png') no-repeat center center rgba(0, 0, 0, 0.9);
}
.b-workpage__video-outer td:first-of-type a:hover:before {
  outline: 7px solid #ffde00;
  outline-offset: -7px;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.6);
}
.b-workpage__video-outer td:last-of-type a {
  font-size: 22px;
  line-height: 24px;
  font-weight: 500;
  color: #417dc1;
}
.b-workpage__video-outer td:last-of-type a:hover {
  text-decoration: none;
}
.b-workpage__video-outer br {
  display: none;
}
.b-workpage__video-outer img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.b-workpage__video-outer .title {
  font-size: 22px;
  line-height: 24px;
  font-weight: 500;
  padding: 34px 15px 15px;
}


/* flex_justify_content */
/* /flex_justify_content */
/* box-shadow */
/* /box-shadow */
/* flex_align_items */
/* /flex_align_items */
.b-form__field {
  padding: 8px 0;
}
.b-form__field--questions-phone,
.b-form__field--questions-email,
.b-form__field--questions_en-phone,
.b-form__field--questions_en-email {
  display: inline-block;
  vertical-align: middle;
}
.b-form__field--questions-phone,
.b-form__field--questions_en-phone {
  width: 490px;
}
@media (max-width: 1085px) {
  .b-form__field--questions-phone,
  .b-form__field--questions_en-phone {
    width: 460px;
  }
}
.b-form__field--questions-email,
.b-form__field--questions_en-email {
  width: calc(100% - 490px);
  text-align: right;
}
@media (max-width: 1085px) {
  .b-form__field--questions-email,
  .b-form__field--questions_en-email {
    width: calc(100% - 460px);
  }
}
.b-form__field--questions-name input,
.b-form__field--questions_en-name input {
  width: 100% !important;
}
.b-form__field-label {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  line-height: 22px;
  font-weight: 300;
  font-style: italic;
  padding: 0 10px;
  display: none;
}
.b-form__field-label--questions_en-email,
.b-form__field-label--questions-email {
  width: 44px;
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
}
@media (max-width: 1025px) {
  .b-form__field-label--questions_en-email,
  .b-form__field-label--questions-email {
    display: none;
  }
}
.b-workpage-question-form {
  font-size: 0;
  padding: 60px 30px 80px;
}
.b-workpage-question-form .form-caption-pseudo {
  font-size: 40px;
  line-height: 46px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 3.7px;
  padding: 44px 0;
}
.b-workpage-question-form input[type=text] {
  width: 490px;
}
@media (max-width: 1085px) {
  .b-workpage-question-form input[type=text] {
    width: 460px;
  }
}
.b-workpage-question-form textarea {
  width: 100% !important;
  height: 172px !important;
}
.b-workpage-question-form #news_subscribe_block {
  display: none;
}
.b-workpage-question-form .note2 {
  display: inline-block;
  vertical-align: bottom;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  font-style: italic;
  padding: 20px 0 0 100px;
  width: 72%;
}
.b-workpage-question-form .person-info-description {
  font-size: 14px;
  line-height: 18px;
  padding: 24px 0 0;
  color: #7c7b7b;
}


/* 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;
}
