/* --------------- main */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
/* ---------------
 basic fonts:

 Ubuntu
 Roboto
 PT Sans
 Open Sans

 font-weight:
 100 - thin
 300 - light
 400 - normal
 500 - medium
 700 - bold
 900 - extra bold

*/
/* Ubuntu */
@font-face {
  font-family: 'Ubuntu';
  src: url('../../green/fonts/Ubuntu/Ubuntu-Light.eot');
  src: local('Ubuntu Light'), local('Ubuntu-Light'), url('../../green/fonts/Ubuntu/Ubuntu-Light.eot?#iefix') format('embedded-opentype'), url('../../green/fonts/Ubuntu/Ubuntu-Light.woff2') format('woff2'), url('../../green/fonts/Ubuntu/Ubuntu-Light.woff') format('woff'), url('../../green/fonts/Ubuntu/Ubuntu-Light.ttf') format('truetype'), url('../../green/fonts/Ubuntu/Ubuntu-Light.svg#Ubuntu-Light') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Ubuntu';
  src: url('../../green/fonts/Ubuntu/Ubuntu-Bold.eot');
  src: local('Ubuntu Bold'), local('Ubuntu-Bold'), url('../../green/fonts/Ubuntu/Ubuntu-Bold.eot?#iefix') format('embedded-opentype'), url('../../green/fonts/Ubuntu/Ubuntu-Bold.woff2') format('woff2'), url('../../green/fonts/Ubuntu/Ubuntu-Bold.woff') format('woff'), url('../../green/fonts/Ubuntu/Ubuntu-Bold.ttf') format('truetype'), url('../../green/fonts/Ubuntu/Ubuntu-Bold.svg#Ubuntu-Bold') format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Ubuntu';
  src: url('../../green/fonts/Ubuntu/Ubuntu-BoldItalic.eot');
  src: local('Ubuntu Bold Italic'), local('Ubuntu-BoldItalic'), url('../../green/fonts/Ubuntu/Ubuntu-BoldItalic.eot?#iefix') format('embedded-opentype'), url('../../green/fonts/Ubuntu/Ubuntu-BoldItalic.woff2') format('woff2'), url('../../green/fonts/Ubuntu/Ubuntu-BoldItalic.woff') format('woff'), url('../../green/fonts/Ubuntu/Ubuntu-BoldItalic.ttf') format('truetype'), url('../../green/fonts/Ubuntu/Ubuntu-BoldItalic.svg#Ubuntu-BoldItalic') format('svg');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Ubuntu';
  src: url('../../green/fonts/Ubuntu/Ubuntu-Medium.eot');
  src: local('Ubuntu Medium'), local('Ubuntu-Medium'), url('../../green/fonts/Ubuntu/Ubuntu-Medium.eot?#iefix') format('embedded-opentype'), url('../../green/fonts/Ubuntu/Ubuntu-Medium.woff2') format('woff2'), url('../../green/fonts/Ubuntu/Ubuntu-Medium.woff') format('woff'), url('../../green/fonts/Ubuntu/Ubuntu-Medium.ttf') format('truetype'), url('../../green/fonts/Ubuntu/Ubuntu-Medium.svg#Ubuntu-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Ubuntu';
  src: url('../../green/fonts/Ubuntu/Ubuntu-LightItalic.eot');
  src: local('Ubuntu Light Italic'), local('Ubuntu-LightItalic'), url('../../green/fonts/Ubuntu/Ubuntu-LightItalic.eot?#iefix') format('embedded-opentype'), url('../../green/fonts/Ubuntu/Ubuntu-LightItalic.woff2') format('woff2'), url('../../green/fonts/Ubuntu/Ubuntu-LightItalic.woff') format('woff'), url('../../green/fonts/Ubuntu/Ubuntu-LightItalic.ttf') format('truetype'), url('../../green/fonts/Ubuntu/Ubuntu-LightItalic.svg#Ubuntu-LightItalic') format('svg');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Ubuntu';
  src: url('../../green/fonts/Ubuntu/Ubuntu-Italic.eot');
  src: local('Ubuntu Italic'), local('Ubuntu-Italic'), url('../../green/fonts/Ubuntu/Ubuntu-Italic.eot?#iefix') format('embedded-opentype'), url('../../green/fonts/Ubuntu/Ubuntu-Italic.woff2') format('woff2'), url('../../green/fonts/Ubuntu/Ubuntu-Italic.woff') format('woff'), url('../../green/fonts/Ubuntu/Ubuntu-Italic.ttf') format('truetype'), url('../../green/fonts/Ubuntu/Ubuntu-Italic.svg#Ubuntu-Italic') format('svg');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Ubuntu';
  src: url('../../green/fonts/Ubuntu/Ubuntu-Regular.eot');
  src: local('Ubuntu Regular'), local('Ubuntu-Regular'), url('../../green/fonts/Ubuntu/Ubuntu-Regular.eot?#iefix') format('embedded-opentype'), url('../../green/fonts/Ubuntu/Ubuntu-Regular.woff2') format('woff2'), url('../../green/fonts/Ubuntu/Ubuntu-Regular.woff') format('woff'), url('../../green/fonts/Ubuntu/Ubuntu-Regular.ttf') format('truetype'), url('../../green/fonts/Ubuntu/Ubuntu-Regular.svg#Ubuntu-Regular') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Ubuntu';
  src: url('../../green/fonts/Ubuntu/Ubuntu-MediumItalic.eot');
  src: local('Ubuntu Medium Italic'), local('Ubuntu-MediumItalic'), url('../../green/fonts/Ubuntu/Ubuntu-MediumItalic.eot?#iefix') format('embedded-opentype'), url('../../green/fonts/Ubuntu/Ubuntu-MediumItalic.woff2') format('woff2'), url('../../green/fonts/Ubuntu/Ubuntu-MediumItalic.woff') format('woff'), url('../../green/fonts/Ubuntu/Ubuntu-MediumItalic.ttf') format('truetype'), url('../../green/fonts/Ubuntu/Ubuntu-MediumItalic.svg#Ubuntu-MediumItalic') format('svg');
  font-weight: 500;
  font-style: italic;
}
/* Roboto */
@font-face {
  font-family: 'Roboto';
  src: url('../../green/fonts/Roboto/Roboto-Medium.eot');
  src: local('Roboto Medium'), local('Roboto-Medium'), url('../../green/fonts/Roboto/Roboto-Medium.eot?#iefix') format('embedded-opentype'), url('../../green/fonts/Roboto/Roboto-Medium.woff2') format('woff2'), url('../../green/fonts/Roboto/Roboto-Medium.woff') format('woff'), url('../../green/fonts/Roboto/Roboto-Medium.ttf') format('truetype'), url('../../green/fonts/Roboto/Roboto-Medium.svg#Roboto-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('../../green/fonts/Roboto/Roboto-Black.eot');
  src: local('Roboto Black'), local('Roboto-Black'), url('../../green/fonts/Roboto/Roboto-Black.eot?#iefix') format('embedded-opentype'), url('../../green/fonts/Roboto/Roboto-Black.woff2') format('woff2'), url('../../green/fonts/Roboto/Roboto-Black.woff') format('woff'), url('../../green/fonts/Roboto/Roboto-Black.ttf') format('truetype'), url('../../green/fonts/Roboto/Roboto-Black.svg#Roboto-Black') format('svg');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('../../green/fonts/Roboto/Roboto-Light.eot');
  src: local('Roboto Light'), local('Roboto-Light'), url('../../green/fonts/Roboto/Roboto-Light.eot?#iefix') format('embedded-opentype'), url('../../green/fonts/Roboto/Roboto-Light.woff2') format('woff2'), url('../../green/fonts/Roboto/Roboto-Light.woff') format('woff'), url('../../green/fonts/Roboto/Roboto-Light.ttf') format('truetype'), url('../../green/fonts/Roboto/Roboto-Light.svg#Roboto-Light') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('../../green/fonts/Roboto/Roboto-Thin.eot');
  src: local('Roboto Thin'), local('Roboto-Thin'), url('../../green/fonts/Roboto/Roboto-Thin.eot?#iefix') format('embedded-opentype'), url('../../green/fonts/Roboto/Roboto-Thin.woff2') format('woff2'), url('../../green/fonts/Roboto/Roboto-Thin.woff') format('woff'), url('../../green/fonts/Roboto/Roboto-Thin.ttf') format('truetype'), url('../../green/fonts/Roboto/Roboto-Thin.svg#Roboto-Thin') format('svg');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('../../green/fonts/Roboto/Roboto-Bold.eot');
  src: local('Roboto Bold'), local('Roboto-Bold'), url('../../green/fonts/Roboto/Roboto-Bold.eot?#iefix') format('embedded-opentype'), url('../../green/fonts/Roboto/Roboto-Bold.woff2') format('woff2'), url('../../green/fonts/Roboto/Roboto-Bold.woff') format('woff'), url('../../green/fonts/Roboto/Roboto-Bold.ttf') format('truetype'), url('../../green/fonts/Roboto/Roboto-Bold.svg#Roboto-Bold') format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('../../green/fonts/Roboto/Roboto-LightItalic.eot');
  src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url('../../green/fonts/Roboto/Roboto-LightItalic.eot?#iefix') format('embedded-opentype'), url('../../green/fonts/Roboto/Roboto-LightItalic.woff2') format('woff2'), url('../../green/fonts/Roboto/Roboto-LightItalic.woff') format('woff'), url('../../green/fonts/Roboto/Roboto-LightItalic.ttf') format('truetype'), url('../../green/fonts/Roboto/Roboto-LightItalic.svg#Roboto-LightItalic') format('svg');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto';
  src: url('../../green/fonts/Roboto/Roboto-BoldItalic.eot');
  src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url('../../green/fonts/Roboto/Roboto-BoldItalic.eot?#iefix') format('embedded-opentype'), url('../../green/fonts/Roboto/Roboto-BoldItalic.woff2') format('woff2'), url('../../green/fonts/Roboto/Roboto-BoldItalic.woff') format('woff'), url('../../green/fonts/Roboto/Roboto-BoldItalic.ttf') format('truetype'), url('../../green/fonts/Roboto/Roboto-BoldItalic.svg#Roboto-BoldItalic') format('svg');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto';
  src: url('../../green/fonts/Roboto/Roboto-ThinItalic.eot');
  src: local('Roboto Thin Italic'), local('Roboto-ThinItalic'), url('../../green/fonts/Roboto/Roboto-ThinItalic.eot?#iefix') format('embedded-opentype'), url('../../green/fonts/Roboto/Roboto-ThinItalic.woff2') format('woff2'), url('../../green/fonts/Roboto/Roboto-ThinItalic.woff') format('woff'), url('../../green/fonts/Roboto/Roboto-ThinItalic.ttf') format('truetype'), url('../../green/fonts/Roboto/Roboto-ThinItalic.svg#Roboto-ThinItalic') format('svg');
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto';
  src: url('../../green/fonts/Roboto/Roboto-Italic.eot');
  src: local('Roboto Italic'), local('Roboto-Italic'), url('../../green/fonts/Roboto/Roboto-Italic.eot?#iefix') format('embedded-opentype'), url('../../green/fonts/Roboto/Roboto-Italic.woff2') format('woff2'), url('../../green/fonts/Roboto/Roboto-Italic.woff') format('woff'), url('../../green/fonts/Roboto/Roboto-Italic.ttf') format('truetype'), url('../../green/fonts/Roboto/Roboto-Italic.svg#Roboto-Italic') format('svg');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto';
  src: url('../../green/fonts/Roboto/Roboto-MediumItalic.eot');
  src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'), url('../../green/fonts/Roboto/Roboto-MediumItalic.eot?#iefix') format('embedded-opentype'), url('../../green/fonts/Roboto/Roboto-MediumItalic.woff2') format('woff2'), url('../../green/fonts/Roboto/Roboto-MediumItalic.woff') format('woff'), url('../../green/fonts/Roboto/Roboto-MediumItalic.ttf') format('truetype'), url('../../green/fonts/Roboto/Roboto-MediumItalic.svg#Roboto-MediumItalic') format('svg');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto';
  src: url('../../green/fonts/Roboto/Roboto-BlackItalic.eot');
  src: local('Roboto Black Italic'), local('Roboto-BlackItalic'), url('../../green/fonts/Roboto/Roboto-BlackItalic.eot?#iefix') format('embedded-opentype'), url('../../green/fonts/Roboto/Roboto-BlackItalic.woff2') format('woff2'), url('../../green/fonts/Roboto/Roboto-BlackItalic.woff') format('woff'), url('../../green/fonts/Roboto/Roboto-BlackItalic.ttf') format('truetype'), url('../../green/fonts/Roboto/Roboto-BlackItalic.svg#Roboto-BlackItalic') format('svg');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto';
  src: url('../../green/fonts/Roboto/Roboto-Regular.eot');
  src: local('Roboto'), local('Roboto-Regular'), url('../../green/fonts/Roboto/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('../../green/fonts/Roboto/Roboto-Regular.woff2') format('woff2'), url('../../green/fonts/Roboto/Roboto-Regular.woff') format('woff'), url('../../green/fonts/Roboto/Roboto-Regular.ttf') format('truetype'), url('../../green/fonts/Roboto/Roboto-Regular.svg#Roboto-Regular') format('svg');
  font-weight: 400;
  font-style: normal;
}
/* PT Sans */
@font-face {
  font-family: 'PT Sans';
  src: url('../../green/fonts/PT_Sans/PTSans-Regular.eot');
  src: local('PT Sans'), local('PTSans-Regular'), url('../../green/fonts/PT_Sans/PTSans-Regular.eot?#iefix') format('embedded-opentype'), url('../../green/fonts/PT_Sans/PTSans-Regular.woff2') format('woff2'), url('../../green/fonts/PT_Sans/PTSans-Regular.woff') format('woff'), url('../../green/fonts/PT_Sans/PTSans-Regular.ttf') format('truetype'), url('../../green/fonts/PT_Sans/PTSans-Regular.svg#PTSans-Regular') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'PT Sans';
  src: url('../../green/fonts/PT_Sans/PTSans-Italic.eot');
  src: local('PT Sans Italic'), local('PTSans-Italic'), url('../../green/fonts/PT_Sans/PTSans-Italic.eot?#iefix') format('embedded-opentype'), url('../../green/fonts/PT_Sans/PTSans-Italic.woff2') format('woff2'), url('../../green/fonts/PT_Sans/PTSans-Italic.woff') format('woff'), url('../../green/fonts/PT_Sans/PTSans-Italic.ttf') format('truetype'), url('../../green/fonts/PT_Sans/PTSans-Italic.svg#PTSans-Italic') format('svg');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'PT Sans';
  src: url('../../green/fonts/PT_Sans/PTSans-BoldItalic.eot');
  src: local('PT Sans Bold Italic'), local('PTSans-BoldItalic'), url('../../green/fonts/PT_Sans/PTSans-BoldItalic.eot?#iefix') format('embedded-opentype'), url('../../green/fonts/PT_Sans/PTSans-BoldItalic.woff2') format('woff2'), url('../../green/fonts/PT_Sans/PTSans-BoldItalic.woff') format('woff'), url('../../green/fonts/PT_Sans/PTSans-BoldItalic.ttf') format('truetype'), url('../../green/fonts/PT_Sans/PTSans-BoldItalic.svg#PTSans-BoldItalic') format('svg');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'PT Sans';
  src: url('../../green/fonts/PT_Sans/PTSans-Bold.eot');
  src: local('PT Sans Bold'), local('PTSans-Bold'), url('../../green/fonts/PT_Sans/PTSans-Bold.eot?#iefix') format('embedded-opentype'), url('../../green/fonts/PT_Sans/PTSans-Bold.woff2') format('woff2'), url('../../green/fonts/PT_Sans/PTSans-Bold.woff') format('woff'), url('../../green/fonts/PT_Sans/PTSans-Bold.ttf') format('truetype'), url('../../green/fonts/PT_Sans/PTSans-Bold.svg#PTSans-Bold') format('svg');
  font-weight: 700;
  font-style: normal;
}
/* Open Sans*/
@font-face {
  font-family: 'Open Sans';
  src: url('../../green/fonts/Open_Sans/OpenSans-Bold.eot');
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url('../../green/fonts/Open_Sans/OpenSans-Bold.eot?#iefix') format('embedded-opentype'), url('../../green/fonts/Open_Sans/OpenSans-Bold.woff2') format('woff2'), url('../../green/fonts/Open_Sans/OpenSans-Bold.woff') format('woff'), url('../../green/fonts/Open_Sans/OpenSans-Bold.ttf') format('truetype'), url('../../green/fonts/Open_Sans/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../green/fonts/Open_Sans/OpenSans-LightItalic.eot');
  src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url('../../green/fonts/Open_Sans/OpenSans-LightItalic.eot?#iefix') format('embedded-opentype'), url('../../green/fonts/Open_Sans/OpenSans-LightItalic.woff2') format('woff2'), url('../../green/fonts/Open_Sans/OpenSans-LightItalic.woff') format('woff'), url('../../green/fonts/Open_Sans/OpenSans-LightItalic.ttf') format('truetype'), url('../../green/fonts/Open_Sans/OpenSans-LightItalic.svg#OpenSans-LightItalic') format('svg');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../green/fonts/Open_Sans/OpenSans-ExtraBold.eot');
  src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url('../../green/fonts/Open_Sans/OpenSans-ExtraBold.eot?#iefix') format('embedded-opentype'), url('../../green/fonts/Open_Sans/OpenSans-ExtraBold.woff2') format('woff2'), url('../../green/fonts/Open_Sans/OpenSans-ExtraBold.woff') format('woff'), url('../../green/fonts/Open_Sans/OpenSans-ExtraBold.ttf') format('truetype'), url('../../green/fonts/Open_Sans/OpenSans-ExtraBold.svg#OpenSans-ExtraBold') format('svg');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../green/fonts/Open_Sans/OpenSans-Regular.eot');
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url('../../green/fonts/Open_Sans/OpenSans-Regular.eot?#iefix') format('embedded-opentype'), url('../../green/fonts/Open_Sans/OpenSans-Regular.woff2') format('woff2'), url('../../green/fonts/Open_Sans/OpenSans-Regular.woff') format('woff'), url('../../green/fonts/Open_Sans/OpenSans-Regular.ttf') format('truetype'), url('../../green/fonts/Open_Sans/OpenSans-Regular.svg#OpenSans-Regular') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../green/fonts/Open_Sans/OpenSans-ExtraBoldItalic.eot');
  src: local('Open Sans ExtraBold Italic'), local('OpenSans-ExtraBoldItalic'), url('../../green/fonts/Open_Sans/OpenSans-ExtraBoldItalic.eot?#iefix') format('embedded-opentype'), url('../../green/fonts/Open_Sans/OpenSans-ExtraBoldItalic.woff2') format('woff2'), url('../../green/fonts/Open_Sans/OpenSans-ExtraBoldItalic.woff') format('woff'), url('../../green/fonts/Open_Sans/OpenSans-ExtraBoldItalic.ttf') format('truetype'), url('../../green/fonts/Open_Sans/OpenSans-ExtraBoldItalic.svg#OpenSans-ExtraBoldItalic') format('svg');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../green/fonts/Open_Sans/OpenSans-SemiBoldItalic.eot');
  src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'), url('../../green/fonts/Open_Sans/OpenSans-SemiBoldItalic.eot?#iefix') format('embedded-opentype'), url('../../green/fonts/Open_Sans/OpenSans-SemiBoldItalic.woff2') format('woff2'), url('../../green/fonts/Open_Sans/OpenSans-SemiBoldItalic.woff') format('woff'), url('../../green/fonts/Open_Sans/OpenSans-SemiBoldItalic.ttf') format('truetype'), url('../../green/fonts/Open_Sans/OpenSans-SemiBoldItalic.svg#OpenSans-SemiBoldItalic') format('svg');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../green/fonts/Open_Sans/OpenSans-Italic.eot');
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url('../../green/fonts/Open_Sans/OpenSans-Italic.eot?#iefix') format('embedded-opentype'), url('../../green/fonts/Open_Sans/OpenSans-Italic.woff2') format('woff2'), url('../../green/fonts/Open_Sans/OpenSans-Italic.woff') format('woff'), url('../../green/fonts/Open_Sans/OpenSans-Italic.ttf') format('truetype'), url('../../green/fonts/Open_Sans/OpenSans-Italic.svg#OpenSans-Italic') format('svg');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../green/fonts/Open_Sans/OpenSans-BoldItalic.eot');
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url('../../green/fonts/Open_Sans/OpenSans-BoldItalic.eot?#iefix') format('embedded-opentype'), url('../../green/fonts/Open_Sans/OpenSans-BoldItalic.woff2') format('woff2'), url('../../green/fonts/Open_Sans/OpenSans-BoldItalic.woff') format('woff'), url('../../green/fonts/Open_Sans/OpenSans-BoldItalic.ttf') format('truetype'), url('../../green/fonts/Open_Sans/OpenSans-BoldItalic.svg#OpenSans-BoldItalic') format('svg');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../green/fonts/Open_Sans/OpenSans-SemiBold.eot');
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url('../../green/fonts/Open_Sans/OpenSans-SemiBold.eot?#iefix') format('embedded-opentype'), url('../../green/fonts/Open_Sans/OpenSans-SemiBold.woff2') format('woff2'), url('../../green/fonts/Open_Sans/OpenSans-SemiBold.woff') format('woff'), url('../../green/fonts/Open_Sans/OpenSans-SemiBold.ttf') format('truetype'), url('../../green/fonts/Open_Sans/OpenSans-SemiBold.svg#OpenSans-SemiBold') format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../green/fonts/Open_Sans/OpenSans-Light.eot');
  src: local('Open Sans Light'), local('OpenSans-Light'), url('../../green/fonts/Open_Sans/OpenSans-Light.eot?#iefix') format('embedded-opentype'), url('../../green/fonts/Open_Sans/OpenSans-Light.woff2') format('woff2'), url('../../green/fonts/Open_Sans/OpenSans-Light.woff') format('woff'), url('../../green/fonts/Open_Sans/OpenSans-Light.ttf') format('truetype'), url('../../green/fonts/Open_Sans/OpenSans-Light.svg#OpenSans-Light') format('svg');
  font-weight: 300;
  font-style: normal;
}
.clearfix:after {
  display: table;
  clear: both;
  content: "";
}
.template-1 .template-wrap {
  display: block;
  margin-bottom: 30px;
}
@media (max-width: 739px) {
  .template-1 .template-wrap {
    margin-bottom: 15px;
  }
}
.template-2 .template-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 739px) {
  .template-2 .template-wrap {
    display: block;
  }
}
.template-3 .template-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 739px) {
  .template-3 .template-wrap {
    display: block;
  }
}
.template-4 .template-wrap {
  display: block;
}
/* --------------- slider sltyles */
/* --------------- btn styles */
/* --------------- text styles */
/* ----------------------------------- screen-width-flags ----------------------------------- */
.adaptive-flag {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1000;
  width: 1px;
  height: 1px;
}
@media (max-width: 1024px) {
  .adaptive-flag {
    display: block;
  }
}
.tablet-flag {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1000;
  width: 1px;
  height: 1px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .tablet-flag {
    display: block;
  }
}
@media (max-width: 739px) {
  .tablet-flag {
    display: none;
  }
}
.mobile-flag {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1000;
  width: 1px;
  height: 1px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .mobile-flag {
    display: none;
  }
}
@media (max-width: 739px) {
  .mobile-flag {
    display: block;
  }
}
.desktop-only {
  display: block;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .desktop-only {
    display: none;
  }
}
@media (max-width: 739px) {
  .desktop-only {
    display: none;
  }
}
.adaptive-only {
  display: none;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .adaptive-only {
    display: block;
  }
}
@media (max-width: 739px) {
  .adaptive-only {
    display: block;
  }
}
.tablet-only {
  display: none;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .tablet-only {
    display: block;
  }
}
@media (max-width: 739px) {
  .tablet-only {
    display: none;
  }
}
.mobile-only {
  display: none;
}
@media (max-width: 739px) {
  .mobile-only {
    display: block;
  }
}
@media (max-width: 739px) {
  .mobile-hidden {
    display: none !important;
  }
}
/* --------------- animation */
@-webkit-keyframes appearFromTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-moz-keyframes appearFromTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-o-keyframes appearFromTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes appearFromTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes appearFromTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-moz-keyframes appearFromTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-o-keyframes appearFromTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes appearFromTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes selectAppear {
  0% {
    opacity: 0;
    margin-top: -5px;
  }
  100% {
    opacity: 1;
    margin-top: 0px;
  }
}
@-moz-keyframes selectAppear {
  0% {
    opacity: 0;
    margin-top: -5px;
  }
  100% {
    opacity: 1;
    margin-top: 0px;
  }
}
@-o-keyframes selectAppear {
  0% {
    opacity: 0;
    margin-top: -5px;
  }
  100% {
    opacity: 1;
    margin-top: 0px;
  }
}
@keyframes selectAppear {
  0% {
    opacity: 0;
    margin-top: -5px;
  }
  100% {
    opacity: 1;
    margin-top: 0px;
  }
}
@-webkit-keyframes selectAppear {
  0% {
    opacity: 0;
    margin-top: -5px;
  }
  100% {
    opacity: 1;
    margin-top: 0px;
  }
}
@-moz-keyframes selectAppear {
  0% {
    opacity: 0;
    margin-top: -5px;
  }
  100% {
    opacity: 1;
    margin-top: 0px;
  }
}
@-o-keyframes selectAppear {
  0% {
    opacity: 0;
    margin-top: -5px;
  }
  100% {
    opacity: 1;
    margin-top: 0px;
  }
}
@keyframes selectAppear {
  0% {
    opacity: 0;
    margin-top: -5px;
  }
  100% {
    opacity: 1;
    margin-top: 0px;
  }
}
/* --------------- base ui */
@font-face {
  font-family: "icons";
  src: url('../font-icons/icons.eot');
  src: url('../font-icons/icons.eot?#iefix') format('eot'), url('../font-icons/icons.woff2') format('woff2'), url('../font-icons/icons.woff') format('woff'), url('../font-icons/icons.ttf') format('truetype'), url('../font-icons/icons.svg#icons') format('svg');
}
.icons {
  font-family: 'icons';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-transform: none;
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
}
.icons--select-arr:after {
  content: "\E001";
}
/* --------------- wrapper */
.wrapper {
  overflow: hidden;
}
.wrapper__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.wrapper__row--center {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: ccenterc;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .wrapper__row {
    flex-wrap: wrap;
  }
}
@media (max-width: 739px) {
  .wrapper__row {
    flex-wrap: wrap;
  }
}
.wrapper__block {
  width: 50%;
  padding: 30px;
}
.wrapper__block--light {
  border: 1px solid #c5cdda;
}
.wrapper__block--dark {
  border: 1px solid #243247;
  background: #243247;
}
.wrapper__btn {
  margin: 0 30px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .wrapper__btn {
    margin-bottom: 15px;
  }
}
@media (max-width: 739px) {
  .wrapper__btn {
    margin-bottom: 15px;
  }
}
.wrapper__g {
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 100%;
  min-height: 100%;
}
body {
  margin: 0;
  padding: 0;
  height: 100%;
  min-height: 100%;
  background-color: #ffffff;
  font-family: "Open Sans", Arial, sans-serif;
  color: #39414e;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.57;
  font-style: normal;
}
body.fix {
  overflow: hidden;
}
a {
  text-decoration: none;
  outline: none;
  color: #00a0e3;
  border-bottom: 1px solid transparent;
  cursor: pointer;
  font-style: normal;
}
a:hover {
  color: #007ecd;
  border-color: transparent;
}
a:active {
  color: #00a0e3;
  border-color: transparent;
}
a:focus {
  color: #007ecd;
  border-color: transparent;
}
input,
textarea,
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  font-family: "Open Sans", Arial, sans-serif;
}
label {
  cursor: pointer;
}
button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  cursor: pointer;
  font-family: "Open Sans", Arial, sans-serif;
  border-radius: 0px;
}
svg {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  shape-rendering: geometricPrecision;
}
/* --------------- content */
.content__offset {
  padding: 40px 0 40px;
}
.content a {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border-bottom: 1px solid #00a0e3;
}
.content a:hover,
.content a:active,
.content a:focus {
  border-bottom-color: transparent;
}
.content img {
  max-width: 100%;
}
.content h1 {
  color: #243247;
  font-size: 48px;
  line-height: 1.2;
  font-weight: 700;
  margin: 0;
  margin-bottom: 45px;
  font-style: normal;
  font-family: "Ubuntu", Arial, sans-serif;
}
@media (max-width: 739px) {
  .content h1 {
    font-size: 26px;
    margin-bottom: 20px;
    line-height: 1.57;
  }
}
.content h1.small {
  color: #39414e;
  font-size: 26px;
  line-height: 1.38;
  font-weight: 700;
  font-style: normal;
  font-family: "Ubuntu", Arial, sans-serif;
}
@media (max-width: 739px) {
  .content h1.small {
    font-size: 21px;
  }
}
.content h2 {
  color: #39414e;
  font-size: 26px;
  line-height: 1.38;
  font-weight: 700;
  margin: 0;
  margin-bottom: 20px;
  font-style: normal;
  font-family: "Ubuntu", Arial, sans-serif;
}
@media (max-width: 739px) {
  .content h2 {
    font-size: 21px;
  }
}
.content h3 {
  color: #39414e;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
  margin: 0;
  margin-bottom: 20px;
  font-style: normal;
}
@media (max-width: 739px) {
  .content h3 {
    font-size: 20px;
  }
}
.content h4 {
  color: #39414e;
  font-size: 22px;
  line-height: 1.57;
  font-weight: 400;
  margin: 0;
  margin-bottom: 15px;
  font-style: normal;
}
.content h5 {
  color: #39414e;
  font-size: 20px;
  line-height: 1.57;
  font-weight: 400;
  margin: 0;
  margin-bottom: 15px;
  font-style: normal;
}
.content h6 {
  color: #39414e;
  font-size: 18px;
  line-height: 1.57;
  font-weight: 400;
  margin: 0;
  margin-bottom: 15px;
  font-style: normal;
}
.content hr {
  color: #c5cdda;
  background: #c5cdda;
  border: none;
  height: 1px;
  margin: 0;
  margin-bottom: 30px;
}
.content p {
  margin: 0;
  margin-bottom: 15px;
}
.content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 25px;
}
.content ul li {
  padding-left: 16px;
  position: relative;
  margin-bottom: 10px;
  line-height: 1.3;
}
.content ul li:before {
  content: "";
  width: 3.5px;
  height: 3.5px;
  background: #39414e;
  position: absolute;
  top: 9px;
  left: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.content ul li:last-child {
  margin-bottom: 0;
}
.content ul ol li:before {
  display: none;
}
.content ul ol {
  margin: 0;
  margin-top: 10px;
}
.content ul ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 10px;
}
.content ol {
  margin: 0;
  padding-left: 15px;
  margin-bottom: 25px;
}
.content ol li {
  padding-left: 10px;
  position: relative;
  margin-bottom: 10px;
}
.content ol li:last-child {
  margin-bottom: 0;
}
.content ol ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 10px;
}
.content ol ol {
  margin: 0;
  margin-top: 10px;
}
.caption-small {
  font-size: 13px;
  color: #7787a0;
  font-weight: 400;
  font-style: normal;
}
.lead {
  font-size: 18px;
  color: #39414e;
  font-weight: 400;
  font-style: normal;
  line-height: 1.57;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .lead {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (max-width: 739px) {
  .lead {
    font-size: 16px;
    line-height: 1.57;
  }
}
.lead-bold {
  font-weight: 700;
  font-size: 18px;
  color: #39414e;
  font-style: normal;
  line-height: 1.57;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .lead-bold {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (max-width: 739px) {
  .lead-bold {
    font-size: 16px;
    line-height: 1.57;
  }
}
.content--dark-bg {
  color: #ffffff;
}
.content--dark-bg h1,
.content--dark-bg h2,
.content--dark-bg h3,
.content--dark-bg h4,
.content--dark-bg h5,
.content--dark-bg h6,
.content--dark-bg a,
.content--dark-bg .caption-small,
.content--dark-bg .lead,
.content--dark-bg .lead-bold {
  color: #ffffff;
}
.content--dark-bg a {
  color: #ffffff;
  border-color: #ffffff;
}
.content--dark-bg a:hover {
  color: #ffffff;
  border-color: transparent;
}
.content--dark-bg a:active {
  color: #c5cdda;
  border-color: transparent;
}
.content--dark-bg a:focus {
  color: #ffffff;
  border-color: transparent;
}
.content--dark-bg ul li:before {
  background: #ffffff;
}
.content blockquote {
  width: 100%;
  max-width: 900px;
  margin: 50px auto;
  border-left: 7px solid #00a0e3;
  padding: 30px 20px;
  text-align: left;
  font-size: 24px;
  color: #39414e;
  font-weight: 300;
  line-height: 1.5;
  font-style: italic;
}
@media (max-width: 739px) {
  .content blockquote {
    font-size: 20px;
  }
}
/* --------------- colors */
.colors__row {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.colors__item {
  text-align: center;
  padding: 0 15px;
  width: 25%;
  margin-bottom: 60px;
}
.colors__color {
  width: 100px;
  height: 100px;
  margin: 0 auto 15px;
  border-radius: 50%;
  font-size: 30px;
  padding-top: 25px;
}
.colors__color--main-color {
  background: #00a0e3;
  color: #ffffff;
}
.colors__color--main-color-hover {
  background: #007ecd;
  color: #ffffff;
}
.colors__color--main-color-active {
  background: #00a0e3;
  color: #ffffff;
}
.colors__color--additional-color-light {
  background: #c5cdda;
}
.colors__color--additional-color-dark {
  background: #243247;
  color: #ffffff;
}
.colors__color--accent-color-light {
  background: #f7f9fa;
}
.colors__color--accent-color-dark {
  background: #7787a0;
  color: #ffffff;
}
.colors__color--grey {
  background: #e6ebf2;
}
.colors__color--red {
  background: #d9394e;
  color: #ffffff;
}
/* --------------- btn */
.btn {
  display: inline-block;
  cursor: pointer;
  position: relative;
  text-align: center;
  vertical-align: top;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  min-width: 200px;
  max-width: 260px;
  font-size: 14px;
  line-height: 1.57;
  font-weight: 400;
  font-style: normal;
  padding: 13px 15px 14px;
  border: none;
  outline: none;
  border: 2px solid #00a0e3;
  background: #00a0e3;
  color: #ffffff;
}
.content .btn {
  border-width: 2px;
}
.content--dark-bg .btn {
  border: 2px solid #00a0e3;
  background: #00a0e3;
  color: #ffffff;
}
.btn:hover,
.btn:focus {
  color: #ffffff;
  background: #007ecd;
  border-color: #007ecd;
}
.btn:active {
  color: #ffffff;
  background: #00a0e3;
  border-color: #00a0e3;
}
.btn--wire {
  background: transparent;
  color: #39414e;
}
.content--dark-bg .btn--wire {
  background: transparent;
  color: #ffffff;
}
.content--dark-bg .btn--wire:hover,
.content--dark-bg .btn--wire:focus {
  color: #ffffff;
  background: #007ecd;
  border-color: #007ecd;
}
.content--dark-bg .btn--wire:active {
  color: #ffffff;
  background: #00a0e3;
  border-color: #00a0e3;
}
.btn.active {
  color: #ffffff;
  background: #00a0e3;
  border-color: #00a0e3;
}
.btn--round {
  border-radius: 30px;
}
.btn--tall {
  padding: 22px 15px 23px;
}
.btn--slim {
  padding: 12px 15px 13px;
}
@media (max-width: 739px) {
  .btn {
    width: 100%;
  }
}
.btn[disabled] {
  background: #e6ebf2;
  border-color: #e6ebf2;
  color: #39414e;
}
.btn--circle {
  min-width: 47px;
  max-width: 47px;
  padding: 0;
  width: 47px;
  height: 47px;
  display: inline-block;
  background: #00a0e3;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #00a0e3;
  color: inherit;
  box-shadow: 5px 15px 15px 0 rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -moz-flex-basis: 47px;
  -ms-flex-basis: 47px;
  -webkit-flex-basis: 47px;
  flex-basis: 47px;
}
.btn--circle:hover {
  background: #007ecd;
}
.btn--icon-right {
  padding: 18px 30px 18px 45px;
}
.btn--icon-right .text {
  margin-right: 35px;
}
.btn--reset {
  margin: 0;
  background: none;
  color: inherit;
  text-decoration: none;
  outline: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  cursor: pointer;
  min-width: 0;
  width: auto;
  padding: 0;
  font-size: 18px;
  line-height: 1.57;
  font-weight: normal;
  color: #39414e;
  font-family: "Open Sans", Arial, sans-serif;
  position: relative;
}
.btn--reset:after {
  content: '';
  position: absolute;
  top: 100%;
  width: 100%;
  height: 0;
  border-bottom: 1px dashed;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn--reset:hover,
.btn--reset:focus {
  background: transparent;
  color: #39414e;
}
.btn--reset:hover:after,
.btn--reset:focus:after {
  width: 0;
}
.btn--underline {
  margin: 0;
  background: none;
  color: inherit;
  text-decoration: none;
  outline: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  cursor: pointer;
  min-width: 0;
  width: auto;
  padding: 0;
  font-size: 18px;
  line-height: 1.57;
  font-weight: normal;
  color: #39414e;
  font-family: "Open Sans", Arial, sans-serif;
  position: relative;
}
.g-press__main-item-more .btn--underline {
  border: none;
  background: transparent;
}
.btn--underline:after {
  content: '';
  position: absolute;
  top: 100%;
  width: 100%;
  height: 0;
  border-bottom: 1px solid;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (min-width: 1025px) {
  .btn--underline:hover,
  .btn--underline:focus {
    background: transparent;
    color: #39414e;
  }
  .btn--underline:hover:after,
  .btn--underline:focus:after {
    width: 0;
  }
}
/* --------------- breadcrumbs */
.breadcrumbs {
  margin: 60px 0 30px 0;
}
.g-press__article-header-content .breadcrumbs {
  margin-top: 0;
}
@media (max-width: 739px) {
  .breadcrumbs {
    margin: 30px 0;
  }
}
.breadcrumbs__inner {
  max-width: 1200px;
  padding: 0 15px;
  max-width: 1220px;
  padding: 0 20px;
  margin: 0 auto;
}
.breadcrumbs__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.breadcrumbs__item {
  color: #7787a0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.breadcrumbs__item:before {
  display: none;
}
.content ul .breadcrumbs__item {
  padding-left: 0;
  margin-bottom: 0;
  line-height: 2;
}
.breadcrumbs__item:last-child:after {
  display: none;
}
.breadcrumbs__item:nth-last-child(2):after {
  color: #7787a0;
}
.content--dark-bg .breadcrumbs__item {
  color: #ffffff;
}
.content--dark-bg .breadcrumbs__item:after {
  color: #ffffff;
}
.content--dark-bg .breadcrumbs__item:nth-last-child(2):after {
  color: #ffffff;
}
@media (max-width: 739px) {
  .breadcrumbs__item {
    font-size: 12px;
  }
}
.breadcrumbs__link {
  color: #00a0e3;
  border-color: #00a0e3;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.57;
  font-style: normal;
}
.breadcrumbs__link:hover,
.breadcrumbs__link:focus {
  color: #007ecd;
  border-color: transparent;
}
.breadcrumbs__link:active {
  color: #00a0e3;
  border-color: transparent;
}
.content--dark-bg .breadcrumbs__link {
  color: #ffffff;
  border-color: #ffffff;
}
.content--dark-bg .breadcrumbs__link:hover,
.content--dark-bg .breadcrumbs__link:focus,
.content--dark-bg .breadcrumbs__link:active {
  color: #ffffff;
  border-color: transparent;
}
@media (max-width: 739px) {
  .breadcrumbs__link {
    font-size: 12px;
  }
}
.breadcrumbs__link-icon {
  margin: 0 10px 0 15px;
  display: block;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.breadcrumbs__link-icon .icon {
  width: 18px;
  height: 18px;
  display: block;
}
@media (max-width: 739px) {
  .breadcrumbs__link-icon {
    margin: 0 5px;
  }
  .breadcrumbs__link-icon .icon {
    width: 10px;
    height: 15px;
  }
}
/* --------------- checkbox */
.checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.checkbox__block {
  width: 20px;
  height: 20px;
  position: relative;
  cursor: pointer;
  -ms-flex-preferred-size: 20px;
  flex-basis: 20px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
}
.checkbox__el {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0;
  border: none;
  outline: none;
  top: 0;
  left: 0;
  z-index: 3;
  opacity: 0;
  margin: 0;
  cursor: pointer;
}
.checkbox .checkbox__block input[type="checkbox"] {
  visibility: visible;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.checkbox__in {
  border: 2px solid #00a0e3;
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  cursor: pointer;
  border-radius: 3px;
}
.checkbox__in:after {
  content: "";
  position: absolute;
  background: #00a0e3;
  width: 2px;
  top: 0px;
  bottom: -1px;
  right: -2px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border-radius: 3px;
}
.checkbox__in:before {
  content: "";
  position: absolute;
  background: #00a0e3;
  height: 2px;
  top: -2px;
  left: -1px;
  right: 0px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.checkbox__el:hover + .checkbox__in,
.checkbox__el:focus + .checkbox__in {
  border-color: #d9394e;
}
.checkbox__el:hover + .checkbox__in:after,
.checkbox__el:focus + .checkbox__in:after {
  background: #d9394e;
}
.checkbox__el:hover + .checkbox__in:before,
.checkbox__el:focus + .checkbox__in:before {
  background: #d9394e;
}
.checkbox__el:checked + .checkbox__in {
  border-right-color: transparent;
  border-top-color: transparent;
}
.checkbox__el:checked + .checkbox__in:after {
  top: 50%;
}
.checkbox__el:checked + .checkbox__in:before {
  right: 14%;
}
.checkbox__el:checked:hover + .checkbox__in,
.checkbox__el:checked:focus + .checkbox__in {
  border-right-color: transparent;
  border-top-color: transparent;
  border-bottom-color: #d9394e;
  border-left-color: #d9394e;
}
.checkbox__el:checked:hover + .checkbox__in:after,
.checkbox__el:checked:focus + .checkbox__in:after {
  background: #d9394e;
}
.checkbox__el:checked:hover + .checkbox__in:before,
.checkbox__el:checked:focus + .checkbox__in:before {
  background: #d9394e;
}
.checkbox__icon {
  cursor: pointer;
  width: 16px;
  height: 12px;
  position: absolute;
  bottom: 4px;
  left: 4px;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: transparent;
  pointer-events: none;
}
.checkbox__el:checked + .checkbox__in .checkbox__icon {
  opacity: 1;
  color: #00a0e3;
}
.checkbox__el:checked:hover + .checkbox__in .checkbox__icon,
.checkbox__el:checked:focus + .checkbox__in .checkbox__icon {
  color: #d9394e;
}
.checkbox__el:disabled + .checkbox__in {
  border-color: #e6ebf2;
}
.checkbox__el:disabled + .checkbox__in:after {
  background: #e6ebf2;
}
.checkbox__el:disabled + .checkbox__in:before {
  background: #e6ebf2;
}
.checkbox__el:checked:disabled + .checkbox__in {
  border-color: #e6ebf2;
  border-right-color: transparent;
  border-top-color: transparent;
}
.checkbox__el:checked:disabled + .checkbox__in:after {
  background: #cdcdcd;
}
.checkbox__el:checked:disabled + .checkbox__in:before {
  background: #cdcdcd;
}
.checkbox__el:checked:disabled + .checkbox__in .checkbox__icon {
  color: #e6ebf2;
}
.checkbox__label {
  display: inline-block;
  margin-left: 16px;
  font-size: 14px;
  line-height: 20px;
  color: #39414e;
}
.content--dark-bg .checkbox__label {
  color: #ffffff;
}
.checkbox__link {
  cursor: pointer;
  margin-left: 16px;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  border: none;
}
.content .checkbox__link {
  border: none;
}
/* --------------- radio */
.radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.radio__block {
  width: 20px;
  height: 20px;
  position: relative;
  cursor: pointer;
  -ms-flex-preferred-size: 20px;
  flex-basis: 20px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
}
.radio__el {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0;
  border: none;
  outline: none;
  top: 0;
  left: 0;
  z-index: 3;
  opacity: 0;
  margin: 0;
  cursor: pointer;
}
.radio .radio__block input[type="radio"] {
  visibility: visible;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.radio__in {
  border: 2px solid #00a0e3;
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  cursor: pointer;
  border-radius: 50%;
}
.radio__el:hover + .radio__in,
.radio__el:focus + .radio__in {
  border-color: #d9394e;
}
.radio__el:checked:hover + .radio__in,
.radio__el:checked:focus + .radio__in {
  border-color: #d9394e;
}
.radio__icon {
  cursor: pointer;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: transparent;
  pointer-events: none;
}
.radio__el:checked + .radio__in .radio__icon {
  opacity: 1;
  color: #00a0e3;
}
.radio__el:checked:hover + .radio__in .radio__icon,
.radio__el:checked:focus + .radio__in .radio__icon {
  color: #d9394e;
}
.radio__el:disabled + .radio__in {
  border-color: #e6ebf2;
}
.radio__el:checked:disabled + .radio__in {
  border-color: #e6ebf2;
}
.radio__el:checked:disabled + .radio__in .radio__icon {
  color: #e6ebf2;
}
.radio__label {
  display: inline-block;
  margin-left: 16px;
  font-size: 14px;
  color: #39414e;
}
.content--dark-bg .radio__label {
  color: #ffffff;
}
.radio__link {
  cursor: pointer;
  margin-left: 16px;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  border-bottom: 1px solid #39414e;
  color: #39414e;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.radio__link:hover,
.radio__link:focus {
  border-color: transparent;
}
/* --------------- field */
.field {
  position: relative;
  width: 100%;
  margin-top: 30px;
}
input.field__input {
  background: #ffffff;
  position: relative;
  border: 1px solid #c5cdda;
  font-size: 14px;
  line-height: 1.57;
  color: #39414e;
  font-weight: 400;
  padding: 17px 40px 17px 20px;
  width: 100%;
  outline: none;
  height: 60px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
input.field__input::-webkit-input-placeholder {
  opacity: 0.5;
}
input.field__input::-moz-placeholder {
  opacity: 0.5;
}
input.field__input:-moz-placeholder {
  opacity: 0.5;
}
input.field__input:-ms-input-placeholder {
  opacity: 0.5;
}
input.field__input::-ms-clear {
  display: none;
}
.field--border-bottom input.field__input {
  border: none;
  border-bottom: 1px solid #c5cdda;
  padding: 0 0 10px;
  height: 45px;
  background: transparent;
}
.content--dark-bg .field--border-bottom input.field__input {
  color: #ffffff;
}
.content--dark-bg .field--border-bottom input.field__input::-webkit-input-placeholder {
  opacity: 0.8;
  color: #ffffff;
}
.content--dark-bg .field--border-bottom input.field__input::-moz-placeholder {
  opacity: 0.8;
  color: #ffffff;
}
.content--dark-bg .field--border-bottom input.field__input:-moz-placeholder {
  opacity: 0.8;
  color: #ffffff;
}
.content--dark-bg .field--border-bottom input.field__input:-ms-input-placeholder {
  opacity: 0.8;
  color: #ffffff;
}
.content--dark-bg .field--border-bottom input.field__input:hover {
  border-bottom-color: #00a0e3;
}
.content--dark-bg .field--border-bottom input.field__input:focus {
  border-bottom-color: #00a0e3;
}
input.field__input:hover {
  border-color: #243247;
}
input.field__input:focus {
  border-color: #243247;
}
input.field__input.error {
  border-color: #d9394e;
  color: #d9394e;
}
input.field__input.success {
  border-color: #69ceb3;
}
.field--error input.field__input {
  border-color: #d9394e !important;
}
textarea.field__input {
  background: #ffffff;
  position: relative;
  border: 1px solid #c5cdda;
  font-size: 14px;
  line-height: 1.57;
  color: #39414e;
  font-weight: 400;
  padding: 17px 40px 17px 20px;
  width: 100%;
  outline: none;
  display: block;
  height: 155px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  resize: none;
}
textarea.field__input::-webkit-input-placeholder {
  opacity: 0.5;
}
textarea.field__input::-moz-placeholder {
  opacity: 0.5;
}
textarea.field__input:-moz-placeholder {
  opacity: 0.5;
}
textarea.field__input:-ms-input-placeholder {
  opacity: 0.5;
}
textarea.field__input:hover {
  border-color: #243247;
}
textarea.field__input:focus {
  border-color: #243247;
}
textarea.field__input.error {
  border-color: #d9394e;
  color: #d9394e;
}
textarea.field__input.success {
  border-color: #69ceb3;
}
.field--error textarea.field__input {
  border-color: #d9394e !important;
}
.field__title {
  position: absolute;
  left: 0;
  bottom: 100%;
  padding-bottom: 5px;
  line-height: 1.57;
  font-size: 11.9px;
  color: #39414e;
  opacity: 0;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.field--focus .field__title {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.field--error .field__title {
  color: #d9394e;
}
.content--dark-bg .field__title {
  color: #ffffff;
}
.field__label {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 17px 26px;
  line-height: 1.57;
  font-size: 14px;
  color: #39414e;
  opacity: 0.5;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: text;
}
.field--border-bottom .field__label {
  padding: 10px 0 0;
}
.content--dark-bg .field--border-bottom .field__label {
  color: #ffffff;
}
.field--focus .field__label {
  opacity: 0;
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}
.field.disabled .field__label {
  color: #c5cdda;
  opacity: 1;
}
.field__icon {
  position: absolute;
  width: 16px;
  height: 16px;
  color: #69ceb3;
  right: 15px;
  top: 20px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  opacity: 0;
}
.success + .field__icon {
  opacity: 1;
}
.field label.error {
  position: absolute;
  bottom: -20px;
  right: 0;
  font-size: 12px;
  color: #d9394e;
}
.field__submit-btn {
  position: absolute;
  border: none;
  background: transparent;
  right: 0;
  top: 0;
  bottom: 0;
  width: 30px;
  z-index: 2;
  padding: 0;
}
.field__submit-icon {
  color: #00a0e3;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 16px;
  height: 20px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.field__submit-btn:hover .field__submit-icon {
  color: #d9394e;
}
.content--dark-bg .field__submit-btn:hover .field__submit-icon {
  color: #00a0e3;
}
.content--dark-bg .field__submit-icon {
  color: #ffffff;
}
.field__input[disabled] {
  border-color: #c5cdda;
  background: #f7f9fa;
  color: #c5cdda;
}
.field__input[disabled]:hover {
  border-color: #c5cdda;
}
.field__input[disabled]:focus {
  border-color: #c5cdda;
}
/* --------------- search-field */
.search-field {
  position: relative;
  width: 100%;
}
.search-field__input {
  background: #ffffff;
  position: relative;
  border: 1px solid #c5cdda;
  font-size: 14px;
  line-height: 1.57;
  color: #39414e;
  font-weight: 400;
  padding: 17px 60px 17px 20px;
  width: 100%;
  outline: none;
  height: 60px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.search-field__input::-webkit-input-placeholder {
  opacity: 0.5;
}
.search-field__input::-moz-placeholder {
  opacity: 0.5;
}
.search-field__input:-moz-placeholder {
  opacity: 0.5;
}
.search-field__input:-ms-input-placeholder {
  opacity: 0.5;
}
.search-field__input:hover {
  border-color: #243247;
}
.search-field__input:focus {
  border-color: #243247;
}
.search-field__btn {
  border: none;
  background: transparent;
  position: absolute;
  width: 28px;
  height: 28px;
  right: 20px;
  top: 15px;
  padding: 0;
}
.search-field--border-bottom .search-field__btn {
  right: 0;
}
.search-field__icon {
  position: absolute;
  color: #00a0e3;
  width: 28px;
  height: 28px;
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.content--dark-bg .search-field__icon {
  color: #ffffff;
}
.search-field--border-bottom .search-field__input {
  background: transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  border-left-color: transparent;
  padding-left: 0;
}
.content--dark-bg .search-field--border-bottom .search-field__input {
  color: #ffffff;
}
.content--dark-bg .search-field--border-bottom .search-field__input::-webkit-input-placeholder {
  opacity: 0.8;
  color: #ffffff;
}
.content--dark-bg .search-field--border-bottom .search-field__input::-moz-placeholder {
  opacity: 0.8;
  color: #ffffff;
}
.content--dark-bg .search-field--border-bottom .search-field__input:-moz-placeholder {
  opacity: 0.8;
  color: #ffffff;
}
.content--dark-bg .search-field--border-bottom .search-field__input:-ms-input-placeholder {
  opacity: 0.8;
  color: #ffffff;
}
.content--dark-bg .search-field--border-bottom .search-field__input:hover {
  border-bottom-color: #00a0e3;
}
.content--dark-bg .search-field--border-bottom .search-field__input:focus {
  border-bottom-color: #00a0e3;
}
.fancybox-enabled .select2-container--default {
  z-index: 999999;
}
.fancybox-enabled .select2-container--multi {
  z-index: 999999;
}
/* --------------- select */
.select {
  width: 100%;
}
.select select {
  display: none;
}
.select2 {
  width: 100% !important;
}
.select2-container--default {
  display: block;
  outline: none;
  z-index: 60;
}
.select2-container--default .select2-selection {
  display: block;
  outline: none;
}
.select2-container--default .selection {
  border: 1px solid #c5cdda;
  height: 60px;
  display: block;
  position: relative;
  background: #ffffff;
  cursor: pointer;
}
.select2-container--default .selection:hover {
  border-color: #243247;
}
.select2-container--default .selection:focus {
  border-color: #243247;
}
.select2-container--default .select2-selection__placeholder {
  opacity: 0.5;
}
.select2-container--default .select2-selection__rendered {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  padding: 20px 40px 20px 20px;
  font-size: 14px;
  line-height: 1.3;
  font-family: "Open Sans", Arial, sans-serif;
  outline: none;
  color: #39414e;
  white-space: nowrap;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.select2-container--default .select2-selection__arrow:after {
  content: "";
  display: block;
  width: 8px;
  height: 11px;
  background: url("../../images/select-arr.svg") no-repeat;
  background-size: cover;
  position: absolute;
  right: 20px;
  top: 24px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.select2-container--default.select2-container--open .select2-selection__arrow:after {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.select2-container--default.select2-container--open .selection {
  border-color: #243247;
  border-bottom-color: transparent;
}
.select2-container--default .select2-dropdown {
  background: #ffffff;
  border: 1px solid #243247;
  display: block;
}
.select2-container--default .select2-dropdown.select2-dropdown--above {
  border-bottom: none;
}
.select2-container--default .select2-dropdown.select2-dropdown--below {
  border-top: none;
}
.select2-container--default .select2-search {
  display: none;
}
.select2-container--default .select2-results {
  display: block;
}
.select2-container--default .select2-results__options {
  display: block;
  list-style: none;
  padding: 10px 0;
  max-height: 200px;
  overflow: auto;
  margin: 0;
}
.select2-container--default .select2-results__option {
  font-size: 14px;
  line-height: 1.3;
  font-family: "Open Sans", Arial, sans-serif;
  color: #39414e;
  padding: 14px 20px;
  margin: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: pointer;
}
.select2-container--default .select2-results__option:hover {
  color: #00a0e3;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
  background: #f7f9fa;
}
.select2-container--disabled .selection {
  background: #e6ebf2;
}
.select2-container--focus .selection {
  border-color: #243247;
}
.select2-container--open .selection {
  position: relative;
  border-bottom-color: transparent;
}
.select2-container--open .selection:before {
  position: absolute;
  bottom: -1px;
  left: 20px;
  right: 20px;
  height: 1px;
  background: #243247;
}
/* --------------- multi select */
.select2-container--multi {
  display: block;
  outline: none;
  z-index: 60;
}
.select2-container--multi .select2-selection {
  display: block;
  outline: none;
}
.select2-container--multi .selection {
  border: 1px solid #c5cdda;
  height: 60px;
  display: block;
  position: relative;
  background: #ffffff;
  cursor: pointer;
}
.select2-container--multi .selection:hover {
  border-color: #243247;
}
.select2-container--multi .selection:focus {
  border-color: #243247;
}
.select2-container--multi .select2-selection__placeholder {
  opacity: 0.5;
}
.select2-container--multi .select2-selection__rendered {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  padding: 20px 40px 20px 20px;
  font-size: 14px;
  line-height: 1.3;
  font-family: "Open Sans", Arial, sans-serif;
  outline: none;
  color: #39414e;
  white-space: nowrap;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.select2-container--multi .selection:after {
  content: "";
  display: block;
  width: 8px;
  height: 11px;
  background: url(../../images/select-arr.svg) no-repeat;
  background-size: cover;
  position: absolute;
  right: 20px;
  top: 24px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.select2-container--multi.select2-container--open .selection:after {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.select2-container--multi.select2-container--open .selection {
  border-color: #243247;
  border-bottom-color: transparent;
}
.select2-container--multi .select2-dropdown {
  background: #ffffff;
  border: 1px solid #243247;
  display: block;
}
.select2-container--multi .select2-dropdown.select2-dropdown--above {
  border-bottom: none;
}
.select2-container--multi .select2-dropdown.select2-dropdown--below {
  border-top: none;
}
.select2-container--multi .select2-results {
  display: block;
}
.select2-container--multi .select2-results__options {
  display: block;
  list-style: none;
  padding: 10px 0;
  max-height: 200px;
  overflow: auto;
  margin: 0;
}
.select2-container--multi .select2-results__option {
  font-size: 14px;
  line-height: 1.3;
  font-family: "Open Sans", Arial, sans-serif;
  color: #39414e;
  padding: 14px 20px;
  margin: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: pointer;
}
.select2-container--multi .select2-results__option:hover {
  color: #00a0e3;
}
.select2-container--multi .select2-results__option[aria-selected="true"] {
  background: #f7f9fa;
  position: relative;
}
.content .select2-container--multi .select2-selection__rendered {
  margin-bottom: 0;
}
.select2-container--multi .select2-search {
  display: none;
}
.select2-container--multi .select2-selection__choice {
  display: none;
}
.select2-container--disabled .selection {
  background: #e6ebf2;
}
.select2-container--focus .selection {
  border-color: #243247;
}
.select2-container--open .selection {
  position: relative;
  border-bottom-color: transparent;
}
.select2-container--open .selection:before {
  position: absolute;
  bottom: -1px;
  left: 20px;
  right: 20px;
  height: 1px;
  background: #243247;
}
.select__placeholder {
  position: absolute;
  padding: 20px 40px 20px 20px;
  font-size: 14px;
  line-height: 1.3;
  font-family: "Open Sans", Arial, sans-serif;
  outline: none;
  color: #39414e;
  opacity: 0.5;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  pointer-events: none;
  left: 0;
  right: 0;
  top: 0;
}
.select2-container .select2-results__options.mCustomScrollbar {
  padding: 0;
}
.select2-container.select2-container--open .select2-dropdown.animated {
  -webkit-animation: selectAppear 0.3s linear;
  -moz-animation: selectAppear 0.3s linear;
  -o-animation: selectAppear 0.3s linear;
  animation: selectAppear 0.3s linear;
}
/* --------------- select-form */
.select-form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-box-align: ccenterc;
  -webkit-align-items: center;
  -moz-box-align: ccenterc;
  -ms-flex-align: ccenterc;
  align-items: center;
}
.select-form__select {
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  position: relative;
  overflow: hidden;
}
.select-form__filters {
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  display: none;
  margin-left: 15px;
}
.select-form__filters.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.select-form__filters > * {
  margin-right: 15px;
}
.select-form__filters > *:last-child {
  margin-right: 0;
}
.select-form__reset {
  border: none;
  outline: none;
  background: transparent;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: #d9394e;
  cursor: pointer;
  font-style: normal;
  font-weight: 400;
  position: relative;
  padding-left: 35px;
  white-space: nowrap;
  font-size: 0;
  width: 22px;
  height: 22px;
  padding: 0;
}
.select-form__reset:hover,
.select-form__reset:active,
.select-form__reset:focus {
  color: #243247;
  border-color: transparent;
}
.content--dark-bg .select-form__reset {
  color: #d9394e;
}
.content--dark-bg .select-form__reset:hover,
.content--dark-bg .select-form__reset:active,
.content--dark-bg .select-form__reset:focus {
  color: #ffffff;
}
.select-form__reset .reset-icon {
  position: absolute;
  top: 50%;
  left: 0;
  width: 22px;
  height: 22px;
  display: block;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.select-form__count {
  background: #00a0e3;
  color: #ffffff;
  line-height: 1;
  font-size: 13px;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  text-align: center;
  position: relative;
}
.select-form__count span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* --------------- add-file */
.add-file {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-box-align: ccenterc;
  -webkit-align-items: center;
  -moz-box-align: ccenterc;
  -ms-flex-align: ccenterc;
  align-items: center;
}
@media (max-width: 739px) {
  .add-file {
    display: block;
  }
}
.add-file__wrapper {
  position: relative;
  cursor: pointer;
  margin-right: 15px;
}
.add-file__input {
  position: absolute;
  z-index: 3;
  opacity: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  cursor: pointer;
}
.add-file__btn {
  width: 220px;
  padding-right: 40px;
  position: relative;
  z-index: 2;
  line-height: 20px;
  padding: 20px 40px 20px 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.add-file__wrapper:hover .add-file__btn {
  color: #243247;
}
.add-file__icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 27px;
  width: 24px;
  height: 22px;
  cursor: pointer;
  color: #00a0e3;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.add-file__wrapper:hover .add-file__icon {
  color: #243247;
}
.add-file__description {
  font-size: 13px;
  color: #7787a0;
  font-weight: 400;
  font-style: normal;
  word-break: break-word;
}
.content--dark-bg .add-file__description {
  color: #ffffff;
}
@media (max-width: 739px) {
  .add-file__description {
    margin-top: 10px;
    display: block;
  }
}
/* --------------- tabs */
.tabs {
  width: 100%;
  position: relative;
}
.tabs:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: #e6ebf2;
}
.tabs__link {
  width: auto !important;
  color: #39414e;
  padding: 0 15px 10px;
  border: none !important;
  position: relative;
}
.tabs__link:before {
  position: absolute;
  content: "";
  bottom: -1px;
  left: 0;
  height: 3px;
  width: 100%;
  background: transparent;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.tabs__link:hover {
  color: #39414e;
}
.tabs__link:hover:before {
  background: #00a0e3;
}
.tabs__link.active {
  color: #00a0e3;
}
.tabs__link.active:before {
  background: #00a0e3;
}
.tabs__link.active:hover {
  color: #00a0e3;
  cursor: default;
}
.tabs__link.active:hover:before {
  background: #00a0e3;
}
.tabs__link.disabled {
  cursor: default;
  color: #e6ebf2;
}
.tabs__link.disabled:before {
  background: transparent;
}
.content--dark-bg .tabs__link.disabled {
  opacity: 0.7;
}
.tabs__link.disabled:hover {
  color: #e6ebf2;
}
.tabs__link.disabled:hover:before {
  background: transparent;
}
.tabs__link.disabled.active {
  color: #e6ebf2;
}
.tabs__link.disabled.active:before {
  background: #e6ebf2;
}
/* --------------- center-block */
.center-block {
  max-width: 1200px;
  padding: 0 15px;
  max-width: 1220px;
  padding: 0 20px;
  margin: 0 auto;
}
/* --------------- pagination */
.pagination {
  margin-bottom: 30px;
  width: 100%;
}
.pagination__inner {
  max-width: 1200px;
  padding: 0 15px;
  max-width: 1220px;
  padding: 0 20px;
  margin: 0 auto;
}
.pagination__list {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0;
  text-align: center;
  z-index: 1;
  position: relative;
}
.pagination__item {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.pagination__item:before {
  display: none !important;
}
.content ul .pagination__item {
  padding-left: 0;
  margin-bottom: 0;
}
.pagination__item:last-child {
  margin-right: 0;
}
@media (max-width: 739px) {
  .pagination__item {
    margin-right: 10px;
  }
}
.pagination__btn {
  display: inline-block;
  vertical-align: middle;
  background: transparent;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  color: #39414e;
  border: 1px solid transparent!important;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  position: relative;
}
.content--dark-bg .pagination__btn {
  color: #ffffff;
  border-color: transparent;
}
.pagination__btn:hover {
  color: #39414e;
  background: transparent;
  border-color: #00a0e3 !important;
}
.content--dark-bg .pagination__btn:hover {
  border-color: #00a0e3 !important;
}
.pagination__btn.active {
  color: #ffffff;
  background: #00a0e3;
  border-color: #00a0e3 !important;
}
.pagination__btn.active:hover {
  color: #ffffff;
  background: #00a0e3;
  border-color: #00a0e3 !important;
  cursor: default;
}
@media (max-width: 739px) {
  .pagination__btn {
    width: 32px;
    height: 32px;
  }
}
.pagination__btn--prev {
  margin-right: 20px;
}
.pagination__btn--prev:hover {
  background: transparent;
  border-color: transparent !important;
}
.content--dark-bg .pagination__btn--prev:hover {
  background: transparent;
  border-color: transparent !important;
}
@media (max-width: 739px) {
  .pagination__btn--prev {
    margin-right: 0px;
    width: 30px;
    height: 30px;
  }
}
.pagination__btn--next {
  margin-left: 20px;
}
.pagination__btn--next:hover {
  background: transparent;
  border-color: transparent !important;
}
.content--dark-bg .pagination__btn--next:hover {
  background: transparent;
  border-color: transparent !important;
}
@media (max-width: 739px) {
  .pagination__btn--next {
    margin-left: 0px;
    width: 30px;
    height: 30px;
  }
}
.pagination__icon {
  color: #39414e;
  width: 18px;
  height: 28px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.content--dark-bg .pagination__icon {
  color: #ffffff;
}
.pagination__btn:hover .pagination__icon {
  color: #00a0e3;
}
.pagination__icon,
.pagination__nubmer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* --------------- documents */
.documents {
  margin-bottom: 25px;
}
.documents__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.documents__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.documents__list .documents__item {
  width: 300px;
  max-width: 100%;
  margin-bottom: 30px !important;
  width: 100%;
  max-width: 33.333333%;
  -moz-flex-basis: 33.333333%;
  -ms-flex-basis: 33.333333%;
  -webkit-flex-basis: 33.333333%;
  flex-basis: 33.333333%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .documents__list .documents__item {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .documents__list .documents__item {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .documents__list .documents__item {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .documents__list .documents__item {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.documents__item:before {
  display: none !important;
}
.content ul .documents__item {
  padding-left: 0;
  margin-bottom: 0;
}
.documents__img {
  width: 58px;
  height: 66px;
  display: block;
  border: none !important;
  position: relative;
  -moz-flex-basis: 58px;
  -ms-flex-basis: 58px;
  -webkit-flex-basis: 58px;
  flex-basis: 58px;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.documents__icon {
  width: 51px;
  height: 66px;
  position: absolute;
  top: 0;
  right: 0;
}
.documents__type {
  width: 50px;
  height: 26px;
  text-align: center;
  color: #ffffff !important;
  line-height: 1;
  padding-top: 5px;
  font-size: 14px;
  background: #243247;
  position: absolute;
  bottom: 9px;
  left: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.documents__type:before {
  content: ".";
}
.documents__item--xls .documents__type {
  background: #7cb659;
}
.documents__item--pdf .documents__type {
  background: #d9394e;
}
.documents__item--doc .documents__type {
  background: #4990e2;
}
.documents__item--jpg .documents__type {
  background: #9a60cd;
}
.documents__item--png .documents__type {
  background: #f6a623;
}
.documents__img:hover .documents__type {
  opacity: 0.7;
}
.content--dark-bg .documents__img:hover .documents__type {
  opacity: 1;
}
.documents__caption {
  margin-left: 15px;
  max-width: 270px;
}
.documents__caption--full {
  max-width: 100%;
}
.template-1 .documents__caption--full {
  margin-right: 20px;
}
@media (max-width: 739px) {
  .template-1 .documents__caption--full {
    margin-right: 0;
  }
}
.documents__caption > *:last-child {
  margin-bottom: 0;
}
.documents__title {
  color: #7787a0;
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  border: none !important;
  display: inline-block;
  margin-bottom: 3px;
}
.content--dark-bg .documents__title:hover {
  color: #00a0e3;
}
.documents__size {
  display: block;
  text-transform: uppercase;
  color: #7787a0;
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
}
.content--dark-bg .documents__size {
  color: #ffffff;
}
.documents__data {
  display: block;
  margin-bottom: 6px;
  text-transform: uppercase;
  color: #7787a0;
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
}
.content--dark-bg .documents__data {
  color: #ffffff;
}
.documents__content {
  margin-bottom: 6px;
  font-size: 13px;
  color: #7787a0;
  font-weight: 400;
  font-style: normal;
}
.content--dark-bg .documents__content {
  color: #ffffff;
}
.content .documents__content {
  margin-bottom: 6px;
}
.documents__top {
  margin-bottom: 6px;
}
.documents__external-link {
  margin: 6px 0;
  border: none;
  display: inline-block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-basis: auto;
  -ms-flex-basis: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-box-align: ccenterc;
  -webkit-align-items: center;
  -moz-box-align: ccenterc;
  -ms-flex-align: ccenterc;
  align-items: center;
}
.content .documents__external-link {
  border: none;
}
.documents__external-link > * {
  margin-right: 10px;
}
.documents__external-link > *:last-child {
  margin-right: 0;
}
.documents__external-icon {
  width: 15px;
  height: 13px;
  display: inline-block;
  vertical-align: middle;
}
.documents__external-text {
  display: inline-block;
  vertical-align: middle;
}
.documents__changes {
  margin-top: 6px;
}
.documents__changes-link {
  display: inline-block;
  position: relative;
  border: none;
  padding-right: 20px;
}
.content .documents__changes-link {
  border: none;
}
.documents__changes-link.active {
  margin-bottom: 6px;
}
.documents__changes-icon {
  width: 9px;
  height: 18px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.documents__changes-link:hover .documents__changes-icon,
.documents__changes-link.active .documents__changes-icon {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  -o-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.documents__changes-list {
  display: none;
}
/* --------------- show-more */
.show-more {
  margin-bottom: 60px;
  text-align: center;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .show-more {
    margin-bottom: 45px;
  }
}
@media (max-width: 739px) {
  .show-more {
    margin-bottom: 45px;
  }
}
.show-more__btn {
  border: none !important;
  position: relative;
  padding-left: 35px;
  display: inline-block;
  vertical-align: middle;
}
.show-more__icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
}
/* --------------- calendar */
.calendar {
  width: 100%;
  max-width: 300px;
  margin-bottom: 40px;
  text-align: center;
}
.calendar--board {
  -webkit-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.29);
  -wabkit-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.29);
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.29);
}
.content--dark-bg .calendar--board {
  -webkit-box-shadow: none;
  -wabkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.calendar--row {
  max-width: 100%;
  margin-bottom: 0;
}
.calendar--board .pickmeup {
  right: auto !important;
}
.calendar__board-name {
  background: #00a0e3;
  font-size: 14px;
  padding: 15px;
  color: #ffffff;
  font-weight: 400;
  position: relative;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .calendar__board-name {
    padding-right: 65px;
  }
}
@media (max-width: 739px) {
  .calendar__board-name {
    padding-right: 65px;
  }
}
.calendar__board {
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .calendar--meetings .calendar__board {
    display: none;
  }
  .calendar--meetings .calendar__board.active {
    display: block;
    position: relative;
  }
  .calendar--meetings .calendar__board.active .pickmeup.pmu-flat {
    position: absolute;
    right: 0 !important;
    -webkit-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.29);
    -wabkit-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.29);
    -moz-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.29);
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.29);
  }
}
@media (max-width: 739px) {
  .calendar--meetings .calendar__board {
    display: none;
  }
  .calendar--meetings .calendar__board.active {
    display: block;
    position: relative;
  }
  .calendar--meetings .calendar__board.active .pickmeup.pmu-flat {
    position: absolute;
    right: 0 !important;
    -webkit-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.29);
    -wabkit-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.29);
    -moz-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.29);
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.29);
  }
}
.calendar__board-btn {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 24px;
  border: none;
  width: 50px;
  background: none;
  z-index: 4;
  display: none;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .calendar__board-btn {
    display: block;
  }
}
@media (max-width: 739px) {
  .calendar__board-btn {
    display: block;
  }
}
.calendar__board-btn-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 20px;
  height: 24px;
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (min-width: 1025px) {
  .calendar__period-btn:hover .calendar__board-btn-icon {
    color: #ffffff;
  }
}
.calendar--row .calendar__form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-box-align: ccenterc;
  -webkit-align-items: center;
  -moz-box-align: ccenterc;
  -ms-flex-align: ccenterc;
  align-items: center;
}
.calendar__date-range {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-box-align: ccenterc;
  -webkit-align-items: center;
  -moz-box-align: ccenterc;
  -ms-flex-align: ccenterc;
  align-items: center;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: sspace-betweens;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 20px;
  text-align: left;
}
.calendar__date-range .field {
  margin-top: 0;
  margin-right: 20px;
}
.calendar__date-range .field:last-child {
  margin-right: 0;
}
.calendar--row .calendar__date-range {
  margin-bottom: 0;
}
.calendar--board .calendar__date-range {
  padding: 0 15px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-2 .calendar__date-range,
  .template-3 .calendar__date-range {
    display: block;
  }
  .template-2 .calendar__date-range .field,
  .template-3 .calendar__date-range .field {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .template-2 .calendar__date-range .field:last-child,
  .template-3 .calendar__date-range .field:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }
}
.calendar__label {
  line-height: 1;
  margin-bottom: 0;
  margin-right: 5px;
}
.calendar__date-range input[type="text"] {
  width: 100%;
  padding: 3px 8px 3px;
  margin-right: 10px;
  text-align: left;
}
.calendar__date-range input[type="text"]:last-child {
  margin-right: 0;
}
.calendar__btn {
  margin-bottom: 20px;
}
.calendar--row .calendar__btn {
  margin-right: 15px;
  margin-bottom: 0;
  height: 60px;
}
.calendar--row .calendar__btn:last-child {
  margin-right: 0;
}
.calendar__period-btn {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 100%;
  border: none;
  width: 50px;
  background: none;
  z-index: 4;
}
@media (max-width: 739px) {
  .calendar__period-btn {
    width: 40px;
  }
}
.calendar__period-btn-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 20px;
  height: 24px;
  color: #00a0e3;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (min-width: 1025px) {
  .calendar__period-btn:hover .calendar__period-btn-icon {
    color: #d9394e;
  }
}
.calendar__reset {
  border: none;
  outline: none;
  background: transparent;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: #d9394e;
  cursor: pointer;
  font-style: normal;
  font-weight: 400;
  position: relative;
  padding-left: 35px;
  white-space: nowrap;
  font-size: 0;
  width: 22px;
  height: 22px;
  padding: 0;
  margin: 0 20px;
  display: none;
}
.calendar__reset:hover,
.calendar__reset:active,
.calendar__reset:focus {
  color: #243247;
  border-color: transparent;
}
.content--dark-bg .calendar__reset {
  color: #d9394e;
}
.content--dark-bg .calendar__reset:hover,
.content--dark-bg .calendar__reset:active,
.content--dark-bg .calendar__reset:focus {
  color: #ffffff;
}
.calendar__reset .reset-icon {
  position: absolute;
  top: 50%;
  left: 0;
  width: 22px;
  height: 22px;
  display: block;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
/* --------------- popup */
.popup {
  padding: 60px 80px 80px!important;
  width: 1140px;
  -webkit-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.29);
  -wabkit-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.29);
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.29);
}
@media (max-width: 1200px) {
  .popup {
    width: 980px;
  }
}
@media (max-width: 1025px) {
  .popup {
    width: 700px;
    padding: 30px 45px 45px !important;
  }
}
@media (max-width: 741px) {
  .popup {
    width: 100%;
    margin: 0 !important;
    padding: 30px 15px !important;
  }
  .popup h2 {
    padding-right: 30px;
  }
}
/* --------------- search-result */
.search-result {
  text-align: center;
  margin-top: 125px;
  margin-bottom: 100px;
}
@media (max-width: 739px) {
  .search-result {
    margin: 50px 0;
  }
}
.search-result__error-img-wrap {
  width: 157px;
  height: 157px;
  position: relative;
  margin: 0 auto 50px;
}
@media (max-width: 739px) {
  .search-result__error-img-wrap {
    margin-bottom: 35px;
  }
}
.search-result__error-img {
  color: #e6ebf2;
  width: 157px;
  height: 157px;
}
.search-result__error-text {
  color: #c5cdda;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  line-height: 1.5;
  font-family: "Open Sans", Arial, sans-serif;
  margin-bottom: 35px;
}
@media (max-width: 739px) {
  .search-result__error-text {
    margin-bottom: 30px;
  }
}
/* --------------- grid */
/* --------------- plugins styles */
/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/
/*
CONTENTS:
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited).
	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar.
	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars.
	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars.
	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/
/*
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE
------------------------------------------------------------------------------------------------------------------------
*/
.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
  /* direct pointer events to js */
}
.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto;
}
.mCustomScrollBox {
  /* contains plugin's markup */
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr;
}
.mCSB_container {
  /* contains the original content */
  overflow: hidden;
  width: auto;
  height: auto;
}
/*
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR
y-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_inside > .mCSB_container {
  margin-right: 38px;
}
.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}
/* non-visible scrollbar */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}
/* RTL direction/left-side scrollbar */
.mCSB_scrollTools {
  /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
}
.mCSB_outside + .mCSB_scrollTools {
  right: -26px;
}
/* scrollbar position: outside */
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  /* RTL direction/left-side scrollbar */
  right: auto;
  left: 0;
}
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px;
}
/* RTL direction/left-side scrollbar (scrollbar position: outside) */
.mCSB_scrollTools .mCSB_draggerContainer {
  /* contains the draggable element and dragger rail markup */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}
.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}
.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  height: 100%;
  margin: 0 auto;
}
.mCSB_scrollTools .mCSB_dragger {
  /* the draggable element */
  cursor: pointer;
  width: 100%;
  height: 30px;
  /* minimum dragger height */
  z-index: 1;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  /* the dragger element */
  position: relative;
  width: 8px;
  height: 100%;
  margin: 0 auto;
  text-align: center;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
  /* auto-expanded scrollbar */
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
  /* auto-expanded scrollbar */
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}
.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
}
/*
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR
x-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px;
}
.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%;
}
.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}
/* non-visible scrollbar */
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}
.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px;
}
/* scrollbar position: outside */
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  /* minimum dragger width */
  height: 100%;
  left: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  /* auto-expanded scrollbar */
  margin: 2px auto;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  /* auto-expanded scrollbar */
  margin: 4px 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0;
}
/*
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS
yx-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px;
}
.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px;
}
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px;
}
/* non-visible horizontal scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0;
}
/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0;
}
/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px;
}
/* non-visible scrollbar/RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px;
}
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0;
}
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0;
}
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  /* non-visible scrollbar */
  margin-left: 0;
}
/* non-visible horizontal scrollbar */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}
/*
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  -webkit-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  -webkit-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -moz-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
/*
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
------------------------------------------------------------------------------------------------------------------------
*/
/*
	----------------------------------------
	6.1 THEMES
	----------------------------------------
	*/
/* default theme ("light") */
.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)";
}
.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}
.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #e6ebf2;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #00a0e3;
}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #00a0e3;
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  background-image: url(mCSB_buttons.png);
  /* css sprites */
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}
.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
  /*
		sprites locations
		light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
		dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
		*/
}
.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
  /*
		sprites locations
		light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
		dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
		*/
}
.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
  /*
		sprites locations
		light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
		dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
		*/
}
.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
  /*
		sprites locations
		light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
		dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
		*/
}
.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}
.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}
/* theme: "dark" */
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #e6ebf2;
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}
/* ---------------------------------------- */
/* theme: "light-2", "dark-2" */
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px;
}
/* theme: "dark-2" */
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px;
}
/* ---------------------------------------- */
/* theme: "light-thick", "dark-thick" */
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px;
}
/* theme: "dark-thick" */
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px;
}
/* ---------------------------------------- */
/* theme: "light-thin", "dark-thin" */
.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}
.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
}
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
}
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto;
}
/* theme "dark-thin" */
.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}
/* ---------------------------------------- */
/* theme "rounded", "rounded-dark", "rounded-dots", "rounded-dots-dark" */
.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.mCS-rounded.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger {
  height: 14px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px;
}
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px;
}
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0;
}
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  /* auto-expanded scrollbar */
  height: 16px;
  margin: -1px 0;
}
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px;
  /* auto-expanded scrollbar */
}
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  /* auto-expanded scrollbar */
  width: 16px;
  margin: 0 -1px;
}
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  /* auto-expanded scrollbar */
  margin: 6px 0;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px;
}
/* theme "rounded-dark", "rounded-dots-dark" */
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px;
}
/* theme "rounded-dots", "rounded-dots-dark" */
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
  background-repeat: repeat-y;
  opacity: 0.3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px;
}
/* theme "rounded-dots-dark" */
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=");
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px;
}
/* ---------------------------------------- */
/* theme "3d", "3d-dark", "3d-thick", "3d-thick-dark" */
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}
/* theme "3d", "3d-dark" */
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px;
}
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px;
}
.mCS-3d.mCSB_scrollTools,
.mCS-3d-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
}
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555;
}
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
}
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
}
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
/* theme "3d-dark" */
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
/* ---------------------------------------- */
/* theme: "3d-thick", "3d-thick-dark" */
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical,
.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  right: 1px;
}
.mCS-3d-thick.mCSB_scrollTools_vertical,
.mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}
.mCS-3d-thick.mCSB_scrollTools_horizontal,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  bottom: 1px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555;
}
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  width: auto;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
/* theme: "3d-thick-dark" */
.mCS-3d-thick-dark.mCSB_scrollTools {
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #777;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
/* ---------------------------------------- */
/* theme: "minimal", "minimal-dark" */
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0;
}
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px;
}
/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  left: 0;
  right: auto;
}
.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}
.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px;
}
.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px;
}
.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}
.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}
/* theme: "minimal-dark" */
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}
/* ---------------------------------------- */
/* theme "light-3", "dark-3" */
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}
.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
}
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0;
}
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px;
}
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
/* theme "dark-3" */
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
/* ---------------------------------------- */
/* theme "inset", "inset-dark", "inset-2", "inset-2-dark", "inset-3", "inset-3-dark" */
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}
.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0;
}
.mCS-inset.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.mCS-inset.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.mCS-inset.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
/* theme "inset-dark", "inset-2-dark", "inset-3-dark" */
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
/* theme "inset-2", "inset-2-dark" */
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2);
}
/* theme "inset-3", "inset-3-dark" */
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}
/* ---------------------------------------- */
.mCSB_1_scrollbar {
  margin-top: 40px;
}
.select2-container .mCSB_1_scrollbar {
  margin-top: 0;
}
.select2-container .mCSB_inside > .mCSB_container {
  margin-right: 0;
}
@charset "UTF-8";
.fancybox-enabled {
  overflow: hidden;
}
.fancybox-enabled body {
  overflow: visible;
  height: 100%;
}
.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}
.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
  z-index: 99992;
}
.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.55;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s, visibility 0s linear .25s;
  box-sizing: border-box;
}
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
  visibility: visible;
  transition: opacity .25s, visibility 0s;
}
.fancybox-infobar {
  top: 0;
  left: 50%;
  margin-left: -79px;
}
.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
}
.fancybox-toolbar {
  top: 0;
  right: 0;
}
.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translate3d(0, 0, 0);
}
.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}
.fancybox-slide--image {
  overflow: visible;
}
.fancybox-slide--image::before {
  display: none;
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000;
}
.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #E5E3DF;
}
.fancybox-slide--next {
  z-index: 99995;
}
.fancybox-slide > div {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box;
}
.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(0%);
  max-height: calc(12%);
  overflow: visible;
  background: #fff;
}
.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
.fancybox-error {
  margin: 0;
  padding: 40px;
  width: 100%;
  max-width: 380px;
  background: #fff;
  cursor: default;
}
.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.fancybox-close-small {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background-color: transparent;
  z-index: 10;
  background-image: url("../../images/popup-close.svg");
  background-repeat: no-repeat;
  background-size: 40px 40px;
  background-position: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.fancybox-close-small:hover {
  background-image: url("../../images/popup-close-hover.svg");
}
@media (min-width: 740px) and (max-width: 1024px) {
  .fancybox-close-small {
    top: 10px;
    right: 10px;
  }
}
@media (max-width: 739px) {
  .fancybox-close-small {
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
  }
}
.fancybox-close-small:focus:after {
  outline: 1px dotted #888;
}
.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}
.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px;
}
.fancybox-slide--iframe .fancybox-close-small:after {
  background: transparent;
  font-size: 35px;
  color: #aaa;
}
.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff;
}
/* Caption */
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0 30px;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none;
}
.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}
.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all;
}
.fancybox-caption a {
  color: #fff;
  text-decoration: underline;
}
/* Buttons */
.fancybox-button {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: transparent;
  color: #ddd;
  border-radius: 0;
  cursor: pointer;
  vertical-align: top;
  outline: none;
}
.fancybox-button[disabled] {
  cursor: default;
  pointer-events: none;
}
.fancybox-infobar__body,
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
}
.fancybox-button:hover:not([disabled]) {
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
}
.fancybox-button::before,
.fancybox-button::after {
  content: '';
  pointer-events: none;
  position: absolute;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  box-sizing: border-box;
  display: inline-block;
}
.fancybox-button[disabled]::before,
.fancybox-button[disabled]::after {
  opacity: 0.3;
}
.fancybox-button--left::after,
.fancybox-button--right::after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
}
.fancybox-button--left::after {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.fancybox-button--right::after {
  right: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.fancybox-button--left {
  border-bottom-left-radius: 5px;
}
.fancybox-button--right {
  border-bottom-right-radius: 5px;
}
.fancybox-button--close::before,
.fancybox-button--close::after {
  content: '';
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(49%);
  left: calc(42%);
}
.fancybox-button--close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.fancybox-button--close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* Navigation arrows */
.fancybox-arrow {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  height: 100px;
  width: 54px;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  cursor: pointer;
  z-index: 99995;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: opacity .25s;
}
.fancybox-arrow::after {
  content: '';
  position: absolute;
  top: 28px;
  width: 44px;
  height: 44px;
  background-color: rgba(30, 30, 30, 0.8);
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px;
}
.fancybox-arrow--right {
  right: 0;
}
.fancybox-arrow--left {
  left: 0;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
.fancybox-arrow--right::after,
.fancybox-arrow--left::after {
  left: 0;
}
.fancybox-show-nav .fancybox-arrow {
  opacity: 0.6;
}
.fancybox-show-nav .fancybox-arrow[disabled] {
  opacity: 0.3;
}
/* Loading indicator */
.fancybox-slide > .fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate 0.8s infinite linear;
  animation: fancybox-rotate 0.8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999;
}
@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0;
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
  opacity: 0;
}
.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  opacity: 0;
}
.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}
/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}
/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}
/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-infobar {
    left: 0;
    margin-left: 0;
  }
  .fancybox-button--left,
  .fancybox-button--right {
    display: none !important;
  }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0;
  }
}
/* Fullscreen  */
.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: calc(43%);
  top: calc(44%);
  border: 2px solid;
  background: none;
}
/* Slideshow button */
.fancybox-button--play::before,
.fancybox-button--pause::before {
  top: calc(44%);
  left: calc(46%);
  background: transparent;
}
.fancybox-button--play::before {
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
}
.fancybox-button--pause::before {
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px;
}
/* Thumbs */
.fancybox-thumbs {
  display: none;
}
.fancybox-button--thumbs {
  display: none;
}
@media all and (min-width: 800px) {
  .fancybox-button--thumbs {
    display: inline-block;
  }
  .fancybox-button--thumbs span {
    font-size: 23px;
  }
  .fancybox-button--thumbs::before {
    width: 3px;
    height: 3px;
    top: calc(48%);
    left: calc(48%);
    box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
  }
  .fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    word-break: normal;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
    z-index: 99995;
  }
  .fancybox-show-thumbs .fancybox-thumbs {
    display: block;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 220px;
  }
  .fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0;
  }
  .fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: none;
    border: 5px solid transparent;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
  }
  li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1);
  }
  .fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .fancybox-thumbs > ul > li:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999);
  }
  .fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1;
  }
}
/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: March 10, 2017
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height;
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}
/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.pickmeup {
  background: #ffffff;
  border-radius: 0;
  display: inline-block;
  position: absolute;
  touch-action: manipulation;
  z-index: 19;
  width: 300px;
  -webkit-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.29);
  -wabkit-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.29);
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.29);
}
.calendar .pickmeup {
  -webkit-box-shadow: none;
  -wabkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.pickmeup.pmu-flat {
  position: relative;
}
.pickmeup.pmu-hidden {
  display: none;
}
.pmu-days {
  padding: 0px 25px 25px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pmu-days .pmu-button {
  color: #000000;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.pickmeup .pmu-instance {
  display: inline-block;
  padding: 0;
  text-align: center;
  width: 100%;
}
.pickmeup .pmu-instance .pmu-button {
  cursor: pointer;
  outline: none;
  text-decoration: none;
}
.pickmeup .pmu-instance .pmu-button:hover {
  background: #00a0e3;
  color: #ffffff;
}
.pickmeup .pmu-instance .pmu-not-in-month {
  color: #afafaf;
}
.pickmeup .pmu-instance .pmu-disabled,
.pickmeup .pmu-instance .pmu-disabled:hover {
  color: #ffffff;
  cursor: default;
}
.pickmeup .pmu-instance .pmu-selected {
  background: #00a0e3;
  color: #ffffff;
}
.pickmeup .pmu-instance .pmu-today {
  background: #ffffff;
  color: #39414e;
  border: 2px solid #00a0e3;
}
.pickmeup .pmu-instance .pmu-not-in-month.pmu-selected {
  opacity: 0.5;
}
.pickmeup .pmu-instance nav {
  background-color: #00a0e3;
  display: flex;
  justify-content: space-between;
  padding: 15px 25px 12px;
  font-size: 16px;
  text-align: center;
  color: #ffffff;
  font-weight: 400;
}
.pickmeup .pmu-instance nav .pmu-button:hover {
  background: transparent;
  color: #ffffff;
}
.pickmeup .pmu-instance nav *:first-child:hover {
  color: #243247;
}
.pickmeup .pmu-instance nav .pmu-prev,
.pickmeup .pmu-instance nav .pmu-next {
  display: none;
}
.pickmeup .pmu-instance nav .pmu-month {
  width: 14em;
}
.pickmeup .pmu-instance .pmu-years *,
.pickmeup .pmu-instance .pmu-months * {
  display: inline-block;
  line-height: 3;
  width: 60px;
}
.pickmeup .pmu-instance .pmu-day-of-week {
  color: #000000;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  background-color: #f5f5f5;
  cursor: default;
  padding: 10px 25px;
}
.pickmeup .pmu-instance .pmu-day-of-week > div:nth-child(6),
.pickmeup .pmu-instance .pmu-day-of-week > div:nth-child(7),
.pickmeup .pmu-instance .pmu-days .pmu-sunday.pmu-button,
.pickmeup .pmu-instance .pmu-days .pmu-saturday.pmu-button {
  color: #d9394e;
  font-weight: normal;
}
.pickmeup .pmu-instance .pmu-days .pmu-sunday.pmu-button:hover,
.pickmeup .pmu-instance .pmu-days .pmu-saturday.pmu-button:hover {
  color: #ffffff;
}
.pickmeup .pmu-instance .pmu-days .pmu-sunday.pmu-button.pmu-not-in-month,
.pickmeup .pmu-instance .pmu-days .pmu-saturday.pmu-button.pmu-not-in-month {
  opacity: 0.7;
}
.pickmeup .pmu-instance .pmu-days .pmu-sunday.pmu-button.pmu-not-in-month:hover,
.pickmeup .pmu-instance .pmu-days .pmu-saturday.pmu-button.pmu-not-in-month:hover {
  opacity: 1;
}
.pmu-prev.pmu-button:before {
  content: "";
  background-image: url("../../images/arrow-light-left.svg");
  width: 100%;
  height: 100%;
  display: inline-block;
  background-repeat: no-repeat;
  position: relative;
  top: 0;
  background-size: 16px 20px;
  background-position: center;
}
.pmu-next.pmu-button:after {
  content: "";
  background-image: url("../../images/arrow-light-right.svg");
  width: 100%;
  height: 100%;
  display: inline-block;
  background-repeat: no-repeat;
  position: relative;
  top: 0;
  background-size: 16px 20px;
  background-position: center;
}
.pmu-prev.pmu-button,
.pmu-next.pmu-button {
  font-size: 0;
  width: 18px;
  height: 30px;
}
.pickmeup .pmu-instance .pmu-day-of-week *,
.pickmeup .pmu-instance .pmu-days * {
  display: inline-block;
  line-height: 2;
  width: 14.28%;
}
.pickmeup .pmu-instance .pmu-day-of-week * {
  line-height: 1.8em;
}
.pickmeup .pmu-instance:first-child .pmu-prev,
.pickmeup .pmu-instance:last-child .pmu-next {
  display: block;
}
.pickmeup .pmu-instance:first-child .pmu-month,
.pickmeup .pmu-instance:last-child .pmu-month {
  width: 13em;
}
.pickmeup .pmu-instance:first-child:last-child .pmu-month {
  width: 70%;
  padding-top: 3px;
}
.pickmeup:not(.pmu-view-days) .pmu-days,
.pickmeup:not(.pmu-view-days) .pmu-day-of-week,
.pickmeup:not(.pmu-view-months) .pmu-months,
.pickmeup:not(.pmu-view-years) .pmu-years {
  display: none;
}
/* --------------- components green */
/* --------------- g-vacancy */
.g-vacancy {
  overflow: hidden;
}
.g-vacancy__inner {
  max-width: 1200px;
  padding: 0 15px;
  max-width: 1220px;
  padding: 0 20px;
  margin: 0 auto;
}
.template-1 .g-vacancy__template-wrap {
  display: block;
  margin-bottom: 30px;
}
@media (max-width: 739px) {
  .template-1 .g-vacancy__template-wrap {
    margin-bottom: 15px;
  }
}
.template-2 .g-vacancy__template-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 739px) {
  .template-2 .g-vacancy__template-wrap {
    display: block;
  }
}
.template-3 .g-vacancy__template-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 739px) {
  .template-3 .g-vacancy__template-wrap {
    display: block;
  }
}
.template-4 .g-vacancy__template-wrap {
  display: block;
}
.g-vacancy__panel {
  background: #f7f9fa;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.template-1 .g-vacancy__panel {
  display: block;
  padding: 20px 0;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.template-1 .g-vacancy__panel:before {
  content: "";
  position: absolute;
  width: 5000px;
  left: -2500px;
  height: 100%;
  top: 0;
  background: #f7f9fa;
  z-index: 0;
}
.template-1 .g-vacancy__panel-content {
  position: relative;
  z-index: 1;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-1 .g-vacancy__panel {
    padding: 15px;
    margin: 0 -15px 15px;
  }
  .template-1 .g-vacancy__panel:before {
    display: none;
  }
}
@media (max-width: 739px) {
  .template-1 .g-vacancy__panel {
    padding: 15px;
    margin-bottom: 15px;
  }
  .template-1 .g-vacancy__panel:before {
    display: none;
  }
}
.template-2 .g-vacancy__panel {
  -moz-flex-basis: 360px;
  -ms-flex-basis: 360px;
  -webkit-flex-basis: 360px;
  flex-basis: 360px;
  width: 360px;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  padding: 30px 30px 90px;
  position: relative;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-2 .g-vacancy__panel {
    -moz-flex-basis: 260px;
    -ms-flex-basis: 260px;
    -webkit-flex-basis: 260px;
    flex-basis: 260px;
    width: 260px;
    padding: 15px 15px 30px;
  }
}
@media (max-width: 739px) {
  .template-2 .g-vacancy__panel {
    -moz-flex-basis: auto;
    -ms-flex-basis: auto;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    width: auto;
    padding: 15px;
    margin-bottom: 15px;
  }
}
.template-3 .g-vacancy__panel {
  -moz-flex-basis: 360px;
  -ms-flex-basis: 360px;
  -webkit-flex-basis: 360px;
  flex-basis: 360px;
  width: 360px;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-box-ordinal-group: 1;
  -moz-order: 1;
  -ms-order: 1;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  padding: 30px 30px 90px;
  position: relative;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-3 .g-vacancy__panel {
    -moz-flex-basis: 260px;
    -ms-flex-basis: 260px;
    -webkit-flex-basis: 260px;
    flex-basis: 260px;
    width: 260px;
    padding: 15px 15px 30px;
  }
}
@media (max-width: 739px) {
  .template-3 .g-vacancy__panel {
    -moz-flex-basis: auto;
    -ms-flex-basis: auto;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    width: auto;
    padding: 15px;
    margin-bottom: 15px;
  }
}
.template-4 .g-vacancy__panel {
  display: none;
}
@media (max-width: 739px) {
  .g-vacancy__panel {
    margin: 0 -15px 15px;
  }
}
.template-1 .g-vacancy__panel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-box-align: ccenterc;
  -webkit-align-items: center;
  -moz-box-align: ccenterc;
  -ms-flex-align: ccenterc;
  align-items: center;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -moz-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-1 .g-vacancy__panel {
    padding: 15px 5px 0;
  }
}
@media (max-width: 739px) {
  .template-1 .g-vacancy__panel {
    -moz-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.template-1 .g-vacancy__content {
  display: block;
}
.template-2 .g-vacancy__content {
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-left: 30px;
  padding-bottom: 40px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-2 .g-vacancy__content {
    margin-left: 15px;
  }
}
@media (max-width: 739px) {
  .template-2 .g-vacancy__content {
    margin-left: 0;
    padding-bottom: 28px;
  }
}
.template-3 .g-vacancy__content {
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: 30px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-3 .g-vacancy__content {
    margin-right: 15px;
  }
}
@media (max-width: 739px) {
  .template-3 .g-vacancy__content {
    margin-right: 0;
  }
}
.template-4 .g-vacancy__content {
  display: block;
}
.g-vacancy__panel-block {
  margin-right: 25px;
}
.g-vacancy__panel-block:last-child {
  margin-right: 0;
}
.template-2 .g-vacancy__panel-block,
.template-3 .g-vacancy__panel-block {
  margin-right: 0;
  width: 100%;
  margin-bottom: 25px;
}
@media (max-width: 739px) {
  .template-2 .g-vacancy__panel-block,
  .template-3 .g-vacancy__panel-block {
    margin-bottom: 15px;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-1 .g-vacancy__panel-block {
    margin: 0 10px 20px;
  }
}
@media (max-width: 739px) {
  .template-1 .g-vacancy__panel-block {
    margin-right: 0;
    width: 100%;
    margin-bottom: 15px;
  }
}
.g-vacancy__panel-block--search {
  -moz-flex-basis: 50px;
  -ms-flex-basis: 50px;
  -webkit-flex-basis: 50px;
  flex-basis: 50px;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: right;
}
.template-2 .g-vacancy__panel-block--search,
.template-3 .g-vacancy__panel-block--search {
  -moz-flex-basis: auto;
  -ms-flex-basis: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
.g-vacancy__panel-block--popup {
  -moz-flex-basis: 200px;
  -ms-flex-basis: 200px;
  -webkit-flex-basis: 200px;
  flex-basis: 200px;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  text-align: center;
  position: relative;
}
.template-2 .g-vacancy__panel-block--popup,
.template-3 .g-vacancy__panel-block--popup {
  text-align: left;
  padding-left: 25px;
}
.g-vacancy__panel-block--reset {
  -moz-flex-basis: 200px;
  -ms-flex-basis: 200px;
  -webkit-flex-basis: 200px;
  flex-basis: 200px;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  text-align: right;
  position: relative;
}
.template-2 .g-vacancy__panel-block--reset,
.template-3 .g-vacancy__panel-block--reset {
  text-align: center;
  -moz-flex-basis: auto;
  -ms-flex-basis: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-box-ordinal-group: 1;
  -moz-order: 1;
  -ms-order: 1;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
@media (max-width: 739px) {
  .g-vacancy__panel-block--reset {
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    text-align: left;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-box-ordinal-group: 1;
    -moz-order: 1;
    -ms-order: 1;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 10px !important;
  }
}
.g-vacancy__panel-block--filter {
  -moz-flex-basis: 30%;
  -ms-flex-basis: 30%;
  -webkit-flex-basis: 30%;
  flex-basis: 30%;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 400px;
}
.template-2 .g-vacancy__panel-block--filter,
.template-3 .g-vacancy__panel-block--filter {
  -moz-flex-basis: auto;
  -ms-flex-basis: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-vacancy__panel-block--filter {
    max-width: 550px;
    -moz-flex-basis: 40%;
    -ms-flex-basis: 40%;
    -webkit-flex-basis: 40%;
    flex-basis: 40%;
  }
}
@media (max-width: 739px) {
  .g-vacancy__panel-block--filter {
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.g-vacancy__search-open {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 28px;
  border: none;
  outline: none;
  background: transparent;
}
.template-2 .g-vacancy__search-open,
.template-3 .g-vacancy__search-open {
  display: none;
}
.g-vacancy__search-open .search-field__icon.hidden {
  display: none;
}
@media (max-width: 739px) {
  .template-1 .g-vacancy__search-open {
    display: none;
  }
}
.g-vacancy__search-field {
  display: none;
}
.template-1 .g-vacancy__search-field {
  position: absolute;
  left: 0;
  right: 0;
  width: auto;
  background: #ffffff;
  top: 100%;
  z-index: 1;
}
.template-1 .g-vacancy__search-field:before {
  content: "";
  position: absolute;
  width: 5000px;
  left: -2500px;
  height: 100%;
  top: 0;
  background: #ffffff;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  -wabkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  z-index: 0;
}
.template-1 .g-vacancy__search-field .search-field__input {
  border-color: transparent;
}
.template-1 .g-vacancy__search-field.active {
  display: block;
  -webkit-animation: appearFromTop 0.5s ease-out;
  -moz-animation: appearFromTop 0.5s ease-out;
  -o-animation: appearFromTop 0.5s ease-out;
  animation: appearFromTop 0.5s ease-out;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-1 .g-vacancy__search-field {
    left: 15px;
    right: 15px;
  }
}
.template-2 .g-vacancy__search-field,
.template-3 .g-vacancy__search-field {
  display: block;
}
@media (max-width: 739px) {
  .template-1 .g-vacancy__search-field {
    display: block;
    position: relative;
    background: transparent;
  }
  .template-1 .g-vacancy__search-field:before {
    display: none;
  }
  .template-1 .g-vacancy__search-field .search-field__input {
    border-bottom-color: #c5cdda;
  }
}
.g-vacancy__reset {
  border: none;
  outline: none;
  background: transparent;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: #00a0e3;
  border-bottom: 1px dashed #00a0e3;
  cursor: pointer;
  font-style: normal;
}
.g-vacancy__reset:hover {
  color: #007ecd;
  border-color: transparent;
}
.g-vacancy__reset:active {
  color: #00a0e3;
  border-color: transparent;
}
.g-vacancy__reset:focus {
  color: #007ecd;
  border-color: transparent;
}
.g-vacancy__list {
  margin-bottom: 30px;
}
.g-vacancy__item {
  border: 1px solid #e6ebf2;
  padding: 30px;
  margin-bottom: 30px;
  background: #ffffff;
}
.g-vacancy__item:last-child {
  margin-bottom: 0;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-vacancy__item {
    padding: 15px;
    margin-bottom: 15px;
  }
}
@media (max-width: 739px) {
  .g-vacancy__item {
    padding: 15px;
    margin-bottom: 15px;
  }
}
.g-vacancy__item--accordion {
  padding: 0;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.g-vacancy__item--accordion:hover {
  border-color: #243247;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-vacancy__item--accordion {
    padding: 0;
  }
}
@media (max-width: 739px) {
  .g-vacancy__item--accordion {
    padding: 0;
  }
}
.g-vacancy__item--detail {
  border: none;
  padding: 0;
  margin-bottom: 45px !important;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-vacancy__item--detail {
    padding: 0;
    margin-bottom: 22.5px !important;
  }
}
@media (max-width: 739px) {
  .g-vacancy__item--detail {
    padding: 0;
    margin-bottom: 22.5px !important;
  }
}
.g-vacancy__item--popup {
  margin-bottom: 0 !important;
}
.g-vacancy__item--open {
  background: #f7f9fa;
  border-color: #f7f9fa;
}
.g-vacancy__item--open.g-vacancy__item--accordion:hover {
  border-color: #f7f9fa;
}
.g-vacancy__item-top {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-box-align: sstarts;
  -webkit-align-items: flex-start;
  -moz-box-align: sstarts;
  -ms-flex-align: sstarts;
  align-items: flex-start;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: sspace-betweens;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.g-vacancy__item-top > * {
  margin-right: 30px;
}
.g-vacancy__item-top > *:last-child {
  margin-right: 0;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-vacancy__item-top {
    display: block;
  }
  .g-vacancy__item-top > * {
    margin-right: 0;
    display: block;
  }
}
@media (max-width: 739px) {
  .g-vacancy__item-top {
    display: block;
  }
  .g-vacancy__item-top > * {
    margin-right: 0;
    display: block;
  }
}
.g-vacancy__item-caption {
  font-size: 13px;
  color: #7787a0;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 20px;
}
.content--dark-bg .g-vacancy__item-caption {
  color: #ffffff;
}
.g-vacancy__item-addr {
  font-size: 18px;
  color: #39414e;
  font-weight: 400;
  font-style: normal;
  line-height: 1.57;
  margin-bottom: 25px;
}
.content--dark-bg .g-vacancy__item-addr {
  color: #ffffff;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-vacancy__item-addr {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (max-width: 739px) {
  .g-vacancy__item-addr {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-vacancy__item-addr {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (max-width: 739px) {
  .g-vacancy__item-addr {
    font-size: 16px;
    line-height: 1.57;
  }
}
.g-vacancy__short-description {
  margin-bottom: 30px;
}
.g-vacancy__item-hidden {
  display: none;
}
.g-vacancy__feed {
  display: inline-block;
  vertical-align: middle;
  margin-right: 45px;
}
@media (max-width: 739px) {
  .g-vacancy__feed {
    margin-right: 0;
    display: block;
    margin-bottom: 15px;
  }
}
.g-vacancy__close {
  vertical-align: middle;
}
.content .g-vacancy__close {
  border-bottom-style: dashed;
}
.g-vacancy__content-bottom {
  margin-top: 25px;
}
@media (max-width: 739px) {
  .g-vacancy__content-bottom {
    text-align: center;
  }
}
.g-vacancy__open-map {
  padding-right: 25px;
  position: relative;
  display: inline-block;
  white-space: nowrap;
  border: none;
}
.g-vacancy__small-pin {
  width: 16px;
  height: 18px;
  display: block;
  position: absolute;
  right: 0;
  top: 1px;
}
.g-vacancy__map {
  height: 490px;
}
.g-vacancy__map-wrap {
  width: 0;
  height: 0;
  overflow: hidden;
  position: relative;
}
.g-vacancy__show-more {
  margin-bottom: 60px;
  text-align: center;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-vacancy__show-more {
    margin-bottom: 45px;
  }
}
@media (max-width: 739px) {
  .g-vacancy__show-more {
    margin-bottom: 45px;
  }
}
.g-vacancy__more-btn {
  border: none !important;
  position: relative;
  padding-left: 35px;
  display: inline-block;
  vertical-align: middle;
}
.g-vacancy__more-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
}
.g-vacancy__popup {
  display: none;
}
.g-vacancy__accordion-head {
  display: block;
  width: 100%;
  cursor: pointer;
  border: none !important;
  padding: 30px 30px 10px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-vacancy__accordion-head {
    padding: 15px 15px 0;
  }
}
@media (max-width: 739px) {
  .g-vacancy__accordion-head {
    padding: 15px 15px 0;
  }
}
.g-vacancy__accordion-body {
  padding: 0 30px 30px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-vacancy__accordion-body {
    padding: 0 15px 15px;
  }
}
@media (max-width: 739px) {
  .g-vacancy__accordion-body {
    padding: 0 15px 15px;
  }
}
.g-vacancy__form {
  width: 100%;
}
.g-vacancy__form-title {
  font-size: 26px;
  line-height: 1.38;
  font-weight: 700;
  margin-bottom: 30px !important;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-vacancy__form-title {
    margin-bottom: 15px !important;
  }
}
@media (max-width: 739px) {
  .g-vacancy__form-title {
    margin-bottom: 15px !important;
    font-size: 21px;
  }
}
.g-vacancy__form-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.g-vacancy__form-row--push {
  margin-bottom: 35px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-vacancy__form-row {
    display: block;
  }
  .g-vacancy__form-row--push {
    margin-bottom: 25px;
  }
}
@media (max-width: 739px) {
  .g-vacancy__form-row {
    display: block;
  }
  .g-vacancy__form-row--push {
    margin-bottom: 25px;
  }
}
.g-vacancy__form-col {
  width: 48%;
}
.g-vacancy__form-col > * {
  margin: 0 0 35px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-vacancy__form-col {
    width: 100%;
  }
  .g-vacancy__form-col > * {
    margin: 0 0 25px;
  }
}
@media (max-width: 739px) {
  .g-vacancy__form-col {
    width: 100%;
  }
  .g-vacancy__form-col > * {
    margin: 0 0 25px;
  }
}
.g-vacancy__form textarea {
  height: 250px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-vacancy__form textarea {
    height: 150px;
  }
}
@media (max-width: 739px) {
  .g-vacancy__form textarea {
    height: 120px;
  }
}
.g-vacancy__form-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-box-align: ccenterc;
  -webkit-align-items: center;
  -moz-box-align: ccenterc;
  -ms-flex-align: ccenterc;
  align-items: center;
}
@media (max-width: 739px) {
  .g-vacancy__form-bottom {
    display: block;
  }
}
.g-vacancy__form-submit {
  margin-right: 25px;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
@media (max-width: 739px) {
  .g-vacancy__form-submit {
    display: block;
    margin: 0 auto 15px;
  }
}
.g-vacancy__form-caption {
  font-size: 13px;
  color: #7787a0;
  font-weight: 400;
  font-style: normal;
}
.content--dark-bg .g-vacancy__form-caption {
  color: #ffffff;
}
@media (max-width: 739px) {
  .g-vacancy__form-caption {
    text-align: center;
  }
}
.g-vacancy__form-wrap--detail {
  margin-bottom: 45px;
}
@media (max-width: 739px) {
  .g-vacancy__form-wrap--detail {
    margin-bottom: 30px;
  }
}
.g-vacancy__item--accordion .g-vacancy__form-wrap {
  margin-top: 45px;
  margin-bottom: 0;
}
.template-2 .g-vacancy__item--accordion .g-vacancy__form-row,
.template-3 .g-vacancy__item--accordion .g-vacancy__form-row {
  display: block;
}
.template-2 .g-vacancy__item--accordion .g-vacancy__form-col,
.template-3 .g-vacancy__item--accordion .g-vacancy__form-col {
  width: 100%;
  margin-bottom: 35px;
}
.template-2 .g-vacancy__item--accordion .g-vacancy__form-col:last-child,
.template-3 .g-vacancy__item--accordion .g-vacancy__form-col:last-child {
  margin-bottom: 0;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-2 .g-vacancy__item--accordion .g-vacancy__form-col,
  .template-3 .g-vacancy__item--accordion .g-vacancy__form-col {
    margin-bottom: 25px;
    width: 100%;
  }
}
@media (max-width: 739px) {
  .template-2 .g-vacancy__item--accordion .g-vacancy__form-col,
  .template-3 .g-vacancy__item--accordion .g-vacancy__form-col {
    margin-bottom: 25px;
    width: 100%;
  }
}
.g-vacancy__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-box-align: ccenterc;
  -webkit-align-items: center;
  -moz-box-align: ccenterc;
  -ms-flex-align: ccenterc;
  align-items: center;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: sspace-betweens;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 30px;
}
.g-vacancy__top > * {
  margin-right: 30px !important;
}
.g-vacancy__top > *:last-child {
  margin-right: 0 !important;
}
.g-vacancy__top--title-with {
  margin-bottom: 0;
  -webkit-box-align: baseline;
  -moz-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-box-align: bbaselineb;
  -webkit-align-items: baseline;
  -moz-box-align: bbaselineb;
  -ms-flex-align: bbaselineb;
  align-items: baseline;
}
@media (max-width: 739px) {
  .g-vacancy__top {
    display: block;
    margin-bottom: 15px;
  }
}
.g-vacancy__select {
  font-size: 0;
}
@media (max-width: 739px) {
  .g-vacancy__select {
    margin-bottom: 10px;
  }
}
.g-vacancy__select-inner {
  display: inline;
  position: relative;
}
.g-vacancy__select-title {
  color: #39414e;
  font-size: 26px;
  line-height: 1.38;
  font-weight: 700;
  font-style: normal;
  margin-right: 10.4px;
}
@media (max-width: 739px) {
  .g-vacancy__select-title {
    display: block;
  }
}
.g-vacancy__open-select {
  font-size: 26px;
  line-height: 1.38;
  font-weight: 700;
  font-style: normal;
  border-color: transparent;
}
.g-vacancy__select-list {
  font-size: 14px;
  position: absolute;
  left: 0;
  display: none;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  -wabkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  padding: 20px;
  background: #ffffff;
  z-index: 2;
  width: 200px;
}
.g-vacancy__select-list.active {
  -webkit-animation: appear 0.3s ease-out;
  -moz-animation: appear 0.3s ease-out;
  -o-animation: appear 0.3s ease-out;
  animation: appear 0.3s ease-out;
  display: block;
}
.g-vacancy__select-item {
  display: block;
  border-color: transparent;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
}
.g-vacancy__select-item.active {
  color: #39414e;
  opacity: 0.3;
  cursor: default;
}
.g-vacancy__page-form {
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-vacancy__page-form {
    padding: 60px 90px;
  }
}
@media (max-width: 739px) {
  .g-vacancy__page-form {
    padding: 15px;
  }
}
.g-vacancy__form-wrap--img-bg {
  padding: 45px 60px 60px;
  background: #ffffff;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-vacancy__form-wrap--img-bg {
    padding: 30px;
  }
}
@media (max-width: 739px) {
  .g-vacancy__form-wrap--img-bg {
    padding: 15px;
    margin: 0 -15px;
  }
}
.g-vacancy__info {
  margin: 0 0 30px;
}
.g-vacancy__item-wage {
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
/* --------------- g-persons */
.g-persons {
  overflow: hidden;
}
.g-persons--detail {
  padding-bottom: 40px;
}
@media (max-width: 739px) {
  .g-persons--detail {
    padding-bottom: 10px;
  }
}
.g-persons__inner {
  max-width: 1200px;
  padding: 0 15px;
  max-width: 1220px;
  padding: 0 20px;
  margin: 0 auto;
}
.template-1 .g-persons__template-wrap {
  display: block;
  margin-bottom: 30px;
}
@media (max-width: 739px) {
  .template-1 .g-persons__template-wrap {
    margin-bottom: 15px;
  }
}
.template-2 .g-persons__template-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 739px) {
  .template-2 .g-persons__template-wrap {
    display: block;
  }
}
.template-3 .g-persons__template-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 739px) {
  .template-3 .g-persons__template-wrap {
    display: block;
  }
}
.template-4 .g-persons__template-wrap {
  display: block;
}
.g-persons__panel {
  background: #f7f9fa;
}
.template-1 .g-persons__panel {
  display: block;
  padding: 20px 0;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.template-1 .g-persons__panel:before {
  content: "";
  position: absolute;
  width: 5000px;
  left: -2500px;
  height: 100%;
  top: 0;
  background: #f7f9fa;
  z-index: 0;
}
.template-1 .g-persons__panel-content {
  position: relative;
  z-index: 1;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-1 .g-persons__panel {
    padding: 15px;
    margin: 0 -15px 15px;
  }
  .template-1 .g-persons__panel:before {
    display: none;
  }
}
@media (max-width: 739px) {
  .template-1 .g-persons__panel {
    padding: 15px;
    margin-bottom: 15px;
  }
  .template-1 .g-persons__panel:before {
    display: none;
  }
}
.template-2 .g-persons__panel {
  -moz-flex-basis: 360px;
  -ms-flex-basis: 360px;
  -webkit-flex-basis: 360px;
  flex-basis: 360px;
  width: 360px;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  padding: 30px 30px 90px;
  position: relative;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-2 .g-persons__panel {
    -moz-flex-basis: 260px;
    -ms-flex-basis: 260px;
    -webkit-flex-basis: 260px;
    flex-basis: 260px;
    width: 260px;
    padding: 15px 15px 30px;
  }
}
@media (max-width: 739px) {
  .template-2 .g-persons__panel {
    -moz-flex-basis: auto;
    -ms-flex-basis: auto;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    width: auto;
    padding: 15px;
    margin-bottom: 15px;
  }
}
.template-3 .g-persons__panel {
  -moz-flex-basis: 360px;
  -ms-flex-basis: 360px;
  -webkit-flex-basis: 360px;
  flex-basis: 360px;
  width: 360px;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-box-ordinal-group: 1;
  -moz-order: 1;
  -ms-order: 1;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  padding: 30px 30px 90px;
  position: relative;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-3 .g-persons__panel {
    -moz-flex-basis: 260px;
    -ms-flex-basis: 260px;
    -webkit-flex-basis: 260px;
    flex-basis: 260px;
    width: 260px;
    padding: 15px 15px 30px;
  }
}
@media (max-width: 739px) {
  .template-3 .g-persons__panel {
    -moz-flex-basis: auto;
    -ms-flex-basis: auto;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    width: auto;
    padding: 15px;
    margin-bottom: 15px;
  }
}
.template-4 .g-persons__panel {
  display: none;
}
@media (max-width: 739px) {
  .g-persons__panel {
    margin: 0 -15px 15px;
  }
}
.template-1 .g-persons__panel {
  padding: 15px 0 0;
  background: #ffffff;
}
.template-1 .g-persons__panel:before {
  display: none;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-1 .g-persons__panel {
    padding: 0 15px;
    margin-bottom: 30px;
  }
}
@media (max-width: 739px) {
  .template-1 .g-persons__panel {
    padding: 0 15px;
    margin-bottom: 30px;
  }
}
@media (max-width: 739px) {
  .g-persons__panel {
    padding: 0 15px;
    background: #ffffff;
    margin-bottom: 30px;
  }
  .g-persons__panel:before {
    display: none;
  }
}
.template-1 .g-persons__content {
  display: block;
}
.template-2 .g-persons__content {
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-left: 30px;
  padding-bottom: 40px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-2 .g-persons__content {
    margin-left: 15px;
  }
}
@media (max-width: 739px) {
  .template-2 .g-persons__content {
    margin-left: 0;
    padding-bottom: 28px;
  }
}
.template-3 .g-persons__content {
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: 30px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-3 .g-persons__content {
    margin-right: 15px;
  }
}
@media (max-width: 739px) {
  .template-3 .g-persons__content {
    margin-right: 0;
  }
}
.template-4 .g-persons__content {
  display: block;
}
.g-persons__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.g-persons__item {
  border: none !important;
  display: none;
}
.cols-1 .g-persons__item {
  width: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  max-width: 100%;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .cols-1 .g-persons__item {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 739px) {
  .cols-1 .g-persons__item {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.cols-2 .g-persons__item {
  width: 50%;
  max-width: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .cols-2 .g-persons__item {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .cols-2 .g-persons__item {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.cols-3 .g-persons__item {
  width: 33.333333%;
  max-width: 33.333333%;
  -moz-flex-basis: 33.333333%;
  -ms-flex-basis: 33.333333%;
  -webkit-flex-basis: 33.333333%;
  flex-basis: 33.333333%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .cols-3 .g-persons__item {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .cols-3 .g-persons__item {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.cols-4 .g-persons__item {
  width: 25%;
  max-width: 25%;
  -moz-flex-basis: 25%;
  -ms-flex-basis: 25%;
  -webkit-flex-basis: 25%;
  flex-basis: 25%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .cols-4 .g-persons__item {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .cols-4 .g-persons__item {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.g-persons__item.active {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.g-persons__item-img {
  width: 100%;
  background-color: #e6ebf2;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: block;
}
.cols-2 .g-persons__item-img {
  height: 512px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .cols-2 .g-persons__item-img {
    height: 332px;
  }
}
@media (min-width: 740px) and (max-width: 1024px) and (orientation: landscape) {
  .cols-2 .g-persons__item-img {
    height: 382px;
  }
}
.cols-3 .g-persons__item-img {
  height: 332px;
}
@media (min-width: 740px) and (max-width: 1024px) and (orientation: landscape) {
  .cols-3 .g-persons__item-img {
    height: 382px;
  }
}
.cols-4 .g-persons__item-img {
  height: 245px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .cols-4 .g-persons__item-img {
    height: 332px;
  }
}
@media (min-width: 740px) and (max-width: 1024px) and (orientation: landscape) {
  .cols-4 .g-persons__item-img {
    height: 382px;
  }
}
.template-2.cols-2 .g-persons__item-img,
.template-3.cols-2 .g-persons__item-img {
  height: 332px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-2.cols-2 .g-persons__item-img,
  .template-3.cols-2 .g-persons__item-img {
    height: 225px;
  }
}
@media (min-width: 740px) and (max-width: 1024px) and (orientation: landscape) {
  .template-2.cols-2 .g-persons__item-img,
  .template-3.cols-2 .g-persons__item-img {
    height: 332px;
  }
}
.template-2.cols-3 .g-persons__item-img,
.template-3.cols-3 .g-persons__item-img {
  height: 225px;
}
@media (max-width: 739px) {
  .g-persons__item-img {
    height: 330px !important;
  }
}
@media (max-width: 739px) and (orientation: landscape) {
  .g-persons__item-img {
    height: 512px !important;
  }
}
.g-persons__item-img:after {
  background: #243247;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.g-persons__item:hover .g-persons__item-img:after {
  opacity: 0.7;
}
.g-persons__item-img-hover {
  position: absolute;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #00a0e3;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  opacity: 0;
  z-index: 2;
}
.g-persons__item:hover .g-persons__item-img-hover {
  opacity: 1;
}
.g-persons__item-eye {
  width: 27px;
  height: 18px;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.g-persons__item-description {
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background: #f7f9fa;
  position: relative;
}
.g-persons__item-description:after {
  content: "";
  position: absolute;
  width: 14%;
  right: 0;
  top: 0;
  bottom: 0;
  background: #00a0e3;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.cols-4 .g-persons__item-description:after {
  width: 0%;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .cols-4 .g-persons__item-description:after {
    width: 14%;
  }
}
@media (max-width: 739px) {
  .cols-4 .g-persons__item-description:after {
    width: 14%;
  }
}
.template-2.cols-3 .g-persons__item-description:after,
.template-3.cols-3 .g-persons__item-description:after {
  width: 0%;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-2.cols-3 .g-persons__item-description:after,
  .template-3.cols-3 .g-persons__item-description:after {
    width: 14%;
  }
}
@media (max-width: 739px) {
  .template-2.cols-3 .g-persons__item-description:after,
  .template-3.cols-3 .g-persons__item-description:after {
    width: 14%;
  }
}
.g-persons__item:hover .g-persons__item-description:after {
  width: 100%;
}
.g-persons__item-content {
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  z-index: 2;
  position: relative;
  padding: 10px 20px;
}
.g-persons__item-btn {
  width: 14%;
  -moz-flex-basis: 14%;
  -ms-flex-basis: 14%;
  -webkit-flex-basis: 14%;
  flex-basis: 14%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}
.cols-4 .g-persons__item-btn {
  display: none;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .cols-4 .g-persons__item-btn {
    display: block;
  }
}
@media (max-width: 739px) {
  .cols-4 .g-persons__item-btn {
    display: block;
  }
}
.template-2.cols-3 .g-persons__item-btn,
.template-3.cols-3 .g-persons__item-btn {
  display: none;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-2.cols-3 .g-persons__item-btn,
  .template-3.cols-3 .g-persons__item-btn {
    display: block;
  }
}
@media (max-width: 739px) {
  .template-2.cols-3 .g-persons__item-btn,
  .template-3.cols-3 .g-persons__item-btn {
    display: block;
  }
}
.g-persons__item-arrow {
  width: 90%;
  max-width: 17px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #ffffff;
}
.g-persons__item-name {
  font-weight: 700;
  font-size: 18px;
  color: #39414e;
  font-style: normal;
  line-height: 1.57;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: block;
}
.content--dark-bg .g-persons__item-name {
  color: #ffffff;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-persons__item-name {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (max-width: 739px) {
  .g-persons__item-name {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-persons__item-name {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (max-width: 739px) {
  .g-persons__item-name {
    font-size: 16px;
    line-height: 1.57;
  }
}
.g-persons__item:hover .g-persons__item-name {
  color: #ffffff;
}
.g-persons__item-post {
  color: #39414e;
}
.g-persons__item:hover .g-persons__item-post {
  color: #ffffff;
}
.g-persons__show-more {
  margin-bottom: 60px;
  text-align: center;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-persons__show-more {
    margin-bottom: 45px;
  }
}
@media (max-width: 739px) {
  .g-persons__show-more {
    margin-bottom: 45px;
  }
}
.g-persons__more-btn {
  border: none !important;
  position: relative;
  padding-left: 35px;
  display: inline-block;
  vertical-align: middle;
}
.g-persons__more-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
}
.g-persons__popup {
  display: none;
}
.g-persons__info {
  margin: 0 0 30px;
}
.template-2 .g-persons__filters-tabs,
.template-3 .g-persons__filters-tabs {
  display: none;
}
@media (max-width: 739px) {
  .template-2 .g-persons__filters-tabs,
  .template-3 .g-persons__filters-tabs {
    display: block;
  }
}
.g-persons__filters-btns {
  margin: -30px -30px 0;
}
.template-1 .g-persons__filters-btns {
  display: none;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-persons__filters-btns {
    margin: -15px -15px 0;
  }
}
@media (max-width: 739px) {
  .g-persons__filters-btns {
    display: none;
  }
}
.g-persons__filters-btn {
  background: transparent;
  border: none;
  display: block;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  padding: 15px 30px;
  text-align: left;
  border-bottom: 1px solid #e6ebf2;
}
.g-persons__filters-btn.active {
  background: #00a0e3;
  color: #ffffff;
  border-color: #00a0e3;
}
.g-persons__filters-btn.active:hover,
.g-persons__filters-btn.active:focus {
  background: #00a0e3;
  color: #ffffff;
  border-color: #00a0e3;
}
.g-persons__filters-btn:hover,
.g-persons__filters-btn:focus {
  background: #007ecd;
  color: #ffffff;
  border-color: #007ecd;
}
.g-persons__filters-btn:active {
  background: #00a0e3;
  color: #ffffff;
  border-color: #00a0e3;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-persons__filters-btn {
    padding: 15px;
  }
}
/* --------------- g-persons detail-page */
.g-persons__detail-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 45px;
}
@media (max-width: 739px) {
  .g-persons__detail-main {
    display: block;
  }
}
.g-persons__detail-img {
  width: 388px;
  height: 320px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  margin-right: 65px;
  -moz-flex-basis: 388px;
  -ms-flex-basis: 388px;
  -webkit-flex-basis: 388px;
  flex-basis: 388px;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-persons__detail-img {
    width: 300px;
    height: 250px;
    -moz-flex-basis: 300px;
    -ms-flex-basis: 300px;
    -webkit-flex-basis: 300px;
    flex-basis: 300px;
    margin-right: 30px;
  }
}
@media (max-width: 739px) {
  .g-persons__detail-img {
    width: 100%;
    height: 250px;
    margin-right: 0;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    margin-bottom: 15px;
  }
}
@media (max-width: 739px) and (orientation: landscape) {
  .g-persons__detail-img {
    height: 512px !important;
  }
}
.g-persons__detail-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  -moz-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: sspace-betweens;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  max-width: 525px;
}
.g-persons__detail-name {
  margin-bottom: 10px !important;
}
.g-persons__detail-post {
  font-size: 18px;
  color: #39414e;
  font-weight: 400;
  font-style: normal;
  line-height: 1.57;
  margin-bottom: 20px;
}
.content--dark-bg .g-persons__detail-post {
  color: #ffffff;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-persons__detail-post {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (max-width: 739px) {
  .g-persons__detail-post {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-persons__detail-post {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (max-width: 739px) {
  .g-persons__detail-post {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-persons__detail-post {
    margin-bottom: 15px;
  }
}
@media (max-width: 739px) {
  .g-persons__detail-post {
    margin-bottom: 10px;
  }
}
.g-persons__detail-member {
  font-size: 18px;
  color: #39414e;
  font-weight: 400;
  font-style: normal;
  line-height: 1.57;
}
.content--dark-bg .g-persons__detail-member {
  color: #ffffff;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-persons__detail-member {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (max-width: 739px) {
  .g-persons__detail-member {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-persons__detail-member {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (max-width: 739px) {
  .g-persons__detail-member {
    font-size: 16px;
    line-height: 1.57;
  }
}
.g-persons__detail-contacts {
  margin-top: 30px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-persons__detail-contacts {
    margin-top: 0;
  }
}
@media (max-width: 739px) {
  .g-persons__detail-contacts {
    margin-top: 0px;
  }
}
.g-persons__contacts-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -moz-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-box-align: bbaselineb;
  -webkit-align-items: baseline;
  -moz-box-align: bbaselineb;
  -ms-flex-align: bbaselineb;
  align-items: baseline;
  margin-bottom: 8px;
}
.g-persons__contacts-row:last-child {
  margin-bottom: 0;
}
.g-persons__contacts-caption {
  display: block;
  width: 70px;
  -moz-flex-basis: 70px;
  -ms-flex-basis: 70px;
  -webkit-flex-basis: 70px;
  flex-basis: 70px;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.g-persons__contacts-item {
  font-size: 18px;
  color: #39414e;
  font-weight: 400;
  font-style: normal;
  line-height: 1.57;
  margin-left: 15px;
  border: none !important;
}
.content--dark-bg .g-persons__contacts-item {
  color: #ffffff;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-persons__contacts-item {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (max-width: 739px) {
  .g-persons__contacts-item {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-persons__contacts-item {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (max-width: 739px) {
  .g-persons__contacts-item {
    font-size: 16px;
    line-height: 1.57;
  }
}
.g-persons__tabs-body {
  padding: 30px 0;
  position: relative;
  overflow: hidden;
}
.g-persons__tabs-body--popup {
  padding-bottom: 0;
}
@media (max-width: 739px) {
  .g-persons__tabs-body {
    padding: 15px 0 20px;
  }
}
.g-persons__tabs-content {
  position: absolute;
  width: 100%;
  left: 5000px;
  top: 0;
}
.g-persons__tabs-content.active {
  position: relative;
  left: 0;
  display: block;
}
.g-persons__tabs-content .documents__list {
  margin-bottom: 0 !important;
}
.g-persons__popup .g-persons__tabs-content {
  display: none;
  position: static;
}
.g-persons__popup .g-persons__tabs-content.active {
  display: block;
}
.g-persons__tabs-content > *:last-child {
  margin-bottom: 0 !important;
}
.g-persons__experience-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -moz-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-box-align: bbaselineb;
  -webkit-align-items: baseline;
  -moz-box-align: bbaselineb;
  -ms-flex-align: bbaselineb;
  align-items: baseline;
  margin-bottom: 20px;
}
.g-persons__experience-row:last-child {
  margin-bottom: 0;
}
@media (max-width: 739px) {
  .g-persons__experience-row {
    display: block;
  }
}
.g-persons__experience-info {
  margin-bottom: 0 !important;
}
.g-persons__experience-date {
  width: 120px;
  margin-right: 30px;
  -moz-flex-basis: 120px;
  -ms-flex-basis: 120px;
  -webkit-flex-basis: 120px;
  flex-basis: 120px;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 739px) {
  .g-persons__experience-date {
    margin-right: 0;
    width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.g-persons__publication-date {
  font-size: 13px;
  color: #7787a0;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 15px;
  display: block;
}
.content--dark-bg .g-persons__publication-date {
  color: #ffffff;
}
.g-persons__publication-title {
  font-size: 18px;
  color: #39414e;
  font-weight: 400;
  font-style: normal;
  line-height: 1.57;
  margin-bottom: 15px;
}
.content--dark-bg .g-persons__publication-title {
  color: #ffffff;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-persons__publication-title {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (max-width: 739px) {
  .g-persons__publication-title {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-persons__publication-title {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (max-width: 739px) {
  .g-persons__publication-title {
    font-size: 16px;
    line-height: 1.57;
  }
}
.g-persons__publication-description {
  margin-bottom: 30px !important;
}
.g-persons-publications-wrapper.slider-mode {
  padding: 0 50px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-persons-publications-wrapper.slider-mode {
    padding: 0 30px;
  }
}
@media (max-width: 739px) {
  .g-persons-publications-wrapper.slider-mode {
    padding: 0 20px;
  }
}
.slider-mode .g-persons__publication-slider {
  width: 100%;
}
.g-persons__publications-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 50px;
  border: none;
  background: none;
  font-size: 0;
}
.g-persons__publications-btn--prev {
  left: 0;
}
.g-persons__publications-btn--next {
  right: 0;
}
.g-persons__publications-icon {
  width: 22px;
  height: 34px;
  color: #00a0e3;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.g-persons__publications-btn--prev .g-persons__publications-icon {
  left: 0;
}
.g-persons__publications-btn--next .g-persons__publications-icon {
  right: 0;
}
.g-persons__publications-btn:hover .g-persons__publications-icon {
  color: #007ecd;
}
.g-persons__publication-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.slider-mode .g-persons__publication-list {
  margin: 0;
  width: 100%;
}
.g-persons__publication-item {
  margin-bottom: 30px !important;
  width: 100%;
  max-width: 33.333333%;
  -moz-flex-basis: 33.333333%;
  -ms-flex-basis: 33.333333%;
  -webkit-flex-basis: 33.333333%;
  flex-basis: 33.333333%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 15px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: sspace-betweens;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: auto;
  margin-bottom: 0 !important;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-persons__publication-item {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .g-persons__publication-item {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-persons__publication-item {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .g-persons__publication-item {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.slider-mode .g-persons__publication-item {
  padding: 0 15px;
  -moz-flex-basis: auto;
  -ms-flex-basis: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: auto;
}
.g-persons__publication-list .btn {
  max-width: 200px;
}
.g-persons__popup {
  display: none;
}
.g-persons__card {
  display: none;
  margin-bottom: 50px !important;
}
.cols-1 .g-persons__card {
  width: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  max-width: 100%;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .cols-1 .g-persons__card {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 739px) {
  .cols-1 .g-persons__card {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.cols-2 .g-persons__card {
  width: 50%;
  max-width: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .cols-2 .g-persons__card {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .cols-2 .g-persons__card {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.cols-3 .g-persons__card {
  width: 33.333333%;
  max-width: 33.333333%;
  -moz-flex-basis: 33.333333%;
  -ms-flex-basis: 33.333333%;
  -webkit-flex-basis: 33.333333%;
  flex-basis: 33.333333%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .cols-3 .g-persons__card {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .cols-3 .g-persons__card {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.cols-4 .g-persons__card {
  width: 25%;
  max-width: 25%;
  -moz-flex-basis: 25%;
  -ms-flex-basis: 25%;
  -webkit-flex-basis: 25%;
  flex-basis: 25%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .cols-4 .g-persons__card {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .cols-4 .g-persons__card {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.g-persons__card.active {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 739px) {
  .g-persons__card {
    margin-bottom: 30px !important;
  }
}
.g-persons__card-inner {
  border-bottom: 1px solid #00a0e3;
  padding-bottom: 18px;
  width: 100%;
}
.content .g-persons__card-inner .g-persons__item-name {
  border: none;
  margin-bottom: 5px;
}
.g-persons__card .g-persons__item-img {
  margin-bottom: 10px;
  border: none !important;
}
.g-persons__card .g-persons__item-img:hover:after {
  opacity: 0.7;
}
.g-persons__card .g-persons__item-img:hover .g-persons__item-img-hover {
  opacity: 1;
}
/* --------------- g-map */
.g-map {
  overflow: hidden;
}
.g-map__inner {
  max-width: 1200px;
  padding: 0 15px;
  max-width: 1220px;
  padding: 0 20px;
  margin: 0 auto;
}
@media (max-width: 739px) {
  .g-map__info {
    margin-bottom: 30px;
  }
}
.template-1 .g-map__template-wrap {
  display: block;
  margin-bottom: 30px;
}
@media (max-width: 739px) {
  .template-1 .g-map__template-wrap {
    margin-bottom: 15px;
  }
}
.template-2 .g-map__template-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 739px) {
  .template-2 .g-map__template-wrap {
    display: block;
  }
}
.template-3 .g-map__template-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 739px) {
  .template-3 .g-map__template-wrap {
    display: block;
  }
}
.template-4 .g-map__template-wrap {
  display: block;
}
.template-2 .g-map__template-wrap,
.template-3 .g-map__template-wrap {
  margin-top: 45px;
}
.g-map__panel {
  background: #f7f9fa;
}
.template-1 .g-map__panel {
  display: block;
  padding: 20px 0;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.template-1 .g-map__panel:before {
  content: "";
  position: absolute;
  width: 5000px;
  left: -2500px;
  height: 100%;
  top: 0;
  background: #f7f9fa;
  z-index: 0;
}
.template-1 .g-map__panel-content {
  position: relative;
  z-index: 1;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-1 .g-map__panel {
    padding: 15px;
    margin: 0 -15px 15px;
  }
  .template-1 .g-map__panel:before {
    display: none;
  }
}
@media (max-width: 739px) {
  .template-1 .g-map__panel {
    padding: 15px;
    margin-bottom: 15px;
  }
  .template-1 .g-map__panel:before {
    display: none;
  }
}
.template-2 .g-map__panel {
  -moz-flex-basis: 360px;
  -ms-flex-basis: 360px;
  -webkit-flex-basis: 360px;
  flex-basis: 360px;
  width: 360px;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  padding: 30px 30px 90px;
  position: relative;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-2 .g-map__panel {
    -moz-flex-basis: 260px;
    -ms-flex-basis: 260px;
    -webkit-flex-basis: 260px;
    flex-basis: 260px;
    width: 260px;
    padding: 15px 15px 30px;
  }
}
@media (max-width: 739px) {
  .template-2 .g-map__panel {
    -moz-flex-basis: auto;
    -ms-flex-basis: auto;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    width: auto;
    padding: 15px;
    margin-bottom: 15px;
  }
}
.template-3 .g-map__panel {
  -moz-flex-basis: 360px;
  -ms-flex-basis: 360px;
  -webkit-flex-basis: 360px;
  flex-basis: 360px;
  width: 360px;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-box-ordinal-group: 1;
  -moz-order: 1;
  -ms-order: 1;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  padding: 30px 30px 90px;
  position: relative;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-3 .g-map__panel {
    -moz-flex-basis: 260px;
    -ms-flex-basis: 260px;
    -webkit-flex-basis: 260px;
    flex-basis: 260px;
    width: 260px;
    padding: 15px 15px 30px;
  }
}
@media (max-width: 739px) {
  .template-3 .g-map__panel {
    -moz-flex-basis: auto;
    -ms-flex-basis: auto;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    width: auto;
    padding: 15px;
    margin-bottom: 15px;
  }
}
.template-4 .g-map__panel {
  display: none;
}
@media (max-width: 739px) {
  .g-map__panel {
    margin: 0 -15px 15px;
  }
}
.template-1 .g-map__panel {
  padding: 15px 0 0;
  background: transparent;
  margin-bottom: 0;
}
.template-1 .g-map__panel:before {
  display: none;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-1 .g-map__panel {
    padding: 0 15px;
  }
}
@media (max-width: 739px) {
  .template-1 .g-map__panel {
    padding: 0 15px;
  }
}
@media (max-width: 739px) {
  .g-map__panel {
    padding: 0 15px;
    background: #ffffff;
    margin-bottom: 30px;
  }
  .g-map__panel:before {
    display: none;
  }
}
.g-map__reset {
  border: none;
  outline: none;
  background: transparent;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: #d9394e;
  cursor: pointer;
  font-style: normal;
  font-weight: 400;
  position: relative;
  padding-left: 35px;
  white-space: nowrap;
}
.g-map__reset:hover,
.g-map__reset:active,
.g-map__reset:focus {
  color: #243247;
  border-color: transparent;
}
.content--dark-bg .g-map__reset {
  color: #d9394e;
}
.content--dark-bg .g-map__reset:hover,
.content--dark-bg .g-map__reset:active,
.content--dark-bg .g-map__reset:focus {
  color: #ffffff;
}
.g-map__reset .reset-icon {
  position: absolute;
  top: 50%;
  left: 0;
  width: 22px;
  height: 22px;
  display: block;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.template-1 .g-map__content {
  display: block;
}
.template-2 .g-map__content {
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-left: 30px;
  padding-bottom: 40px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-2 .g-map__content {
    margin-left: 15px;
  }
}
@media (max-width: 739px) {
  .template-2 .g-map__content {
    margin-left: 0;
    padding-bottom: 28px;
  }
}
.template-3 .g-map__content {
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: 30px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-3 .g-map__content {
    margin-right: 15px;
  }
}
@media (max-width: 739px) {
  .template-3 .g-map__content {
    margin-right: 0;
  }
}
.template-4 .g-map__content {
  display: block;
}
@media (max-width: 739px) {
  .g-map__panel-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.g-map__map {
  width: 100%;
  height: 0;
  position: relative;
  background: #e6ebf2;
  overflow: hidden;
}
.g-map__map.active {
  height: 640px;
  margin-bottom: 30px;
}
@media (max-width: 739px) {
  .g-map__map.active {
    height: 400px;
  }
}
@media (max-width: 739px) {
  .g-map__map {
    width: auto;
    margin: 0 -15px;
  }
}
.g-map__map-inner {
  position: absolute;
  width: 100%;
  height: 640px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 739px) {
  .g-map__map-inner {
    height: 400px;
  }
}
.g-map__panel-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-box-align: ccenterc;
  -webkit-align-items: center;
  -moz-box-align: ccenterc;
  -ms-flex-align: ccenterc;
  align-items: center;
  margin: 0 -15px 30px;
  padding-top: 10px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-map__panel-top {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
}
@media (max-width: 739px) {
  .g-map__panel-top {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
}
.template-2 .g-map__panel-top,
.template-3 .g-map__panel-top {
  -moz-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-box-align: sstretchs;
  -webkit-align-items: stretch;
  -moz-box-align: sstretchs;
  -ms-flex-align: sstretchs;
  align-items: stretch;
  margin: 0 0 30px;
}
.g-map__panel-reset {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: eende;
  -webkit-box-pack: flex-end;
  -moz-box-pack: flex-end;
  -ms-flex-pack: fflex-endf;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  margin-bottom: 10px;
}
@media (max-width: 739px) {
  .g-map__panel-reset {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-box-ordinal-group: 1;
    -moz-order: 1;
    -ms-order: 1;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    background: #f7f9fa;
    margin: 0 -15px;
    padding: 0 15px 20px;
    -ms-flex-pack: sstarts;
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -ms-flex-pack: fflex-startf;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.g-map__panel-block {
  width: 25%;
  -moz-flex-basis: 25%;
  -ms-flex-basis: 25%;
  -webkit-flex-basis: 25%;
  flex-basis: 25%;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  margin: 0 15px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-map__panel-block {
    max-width: 45%;
    width: 45%;
    -moz-flex-basis: 45%;
    -ms-flex-basis: 45%;
    -webkit-flex-basis: 45%;
    flex-basis: 45%;
    margin-bottom: 15px;
  }
}
@media (max-width: 739px) {
  .g-map__panel-block {
    max-width: 100%;
    width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    margin-bottom: 15px;
  }
}
.template-2 .g-map__panel-block,
.template-3 .g-map__panel-block {
  margin: 0 0 15px;
  width: 100%;
  -moz-flex-basis: auto;
  -ms-flex-basis: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.g-map__panel-block--display-btns {
  min-width: 200px;
  max-width: 300px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-map__panel-block--display-btns {
    min-width: 45%;
    max-width: 45%;
  }
}
@media (max-width: 739px) {
  .g-map__panel-block--display-btns {
    max-width: 100%;
  }
}
.template-2 .g-map__panel-block--display-btns,
.template-3 .g-map__panel-block--display-btns {
  max-width: 100%;
}
.g-map__panel-block--select {
  max-width: 570px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-map__panel-block--select {
    max-width: 45%;
  }
}
@media (max-width: 739px) {
  .g-map__panel-block--select {
    max-width: 100%;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-2 .g-map__panel-block--select {
    max-width: 100%;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-3 .g-map__panel-block--select {
    max-width: 100%;
  }
}
.template-2 .g-map__panel-block--search,
.template-3 .g-map__panel-block--search {
  -webkit-box-ordinal-group: -1;
  -moz-box-ordinal-group: -1;
  -ms-box-ordinal-group: -1;
  -moz-order: -1;
  -ms-order: -1;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -moz-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.g-map__display-btn {
  width: 50%;
  display: block;
  background: transparent;
  color: #39414e;
  border: 2px solid #00a0e3;
  font-size: 14px;
  line-height: 1.57;
  font-weight: 400;
  font-style: normal;
  height: 60px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.g-map__display-btn:hover {
  color: #ffffff;
  background: #007ecd;
  border-color: #007ecd;
}
.g-map__display-btn:active,
.g-map__display-btn:focus {
  color: #ffffff;
  background: #00a0e3;
  border-color: #00a0e3;
}
.g-map__display-btn.active {
  background: #00a0e3;
  color: #ffffff;
}
.g-map__display-btn.active:hover {
  background: #00a0e3;
  color: #ffffff;
  border-color: #00a0e3;
  cursor: default;
}
.g-map__display-btn.active:active,
.g-map__display-btn.active:focus {
  background: #00a0e3;
  color: #ffffff;
  border-color: #00a0e3;
  cursor: default;
}
.g-map__panel-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-box-align: sstarts;
  -webkit-align-items: flex-start;
  -moz-box-align: sstarts;
  -ms-flex-align: sstarts;
  align-items: flex-start;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: sspace-betweens;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  background: #f7f9fa;
  padding: 30px 30px 0;
}
@media (max-width: 739px) {
  .g-map__panel-bottom {
    display: block;
    padding: 30px 15px;
    margin: 0 -15px;
  }
}
.template-2 .g-map__panel-bottom,
.template-3 .g-map__panel-bottom {
  display: block;
  padding: 0;
  background: transparent;
}
.g-map__panel-filters-list {
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.template-2 .g-map__panel-filters-list,
.template-3 .g-map__panel-filters-list {
  display: block;
}
.g-map__panel-filters-list--more {
  display: none;
}
.template-2 .g-map__panel-filters-list--more {
  display: none;
}
.template-3 .g-map__panel-filters-list--more {
  display: none;
}
.g-map__panel-filters-item {
  margin-right: 60px;
  margin-bottom: 30px;
}
.template-2 .g-map__panel-filters-item,
.template-3 .g-map__panel-filters-item {
  margin: 0 0 20px;
}
.g-map__popup-filter {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: block;
  color: #00a0e3;
  border: none;
  background: none;
  position: relative;
  padding: 0;
  padding-right: 27px;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -moz-flex-basis: auto;
  -ms-flex-basis: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-box-align: ccenterc;
  -webkit-align-items: center;
  -moz-box-align: ccenterc;
  -ms-flex-align: ccenterc;
  align-items: center;
  display: none;
}
@media (max-width: 739px) {
  .g-map__popup-filter {
    margin: 0 15px 0 25px;
  }
}
.g-map__popup-filter:hover {
  color: #007ecd;
}
.g-map__popup-filter:focus {
  color: #007ecd;
}
.g-map__popup-filter:active {
  color: #00a0e3;
}
.template-2 .g-map__popup-filter,
.template-3 .g-map__popup-filter {
  padding: 0;
}
.template-2 .g-map__popup-filter:hover,
.template-3 .g-map__popup-filter:hover {
  color: #007ecd;
  border-color: transparent;
}
.template-2 .g-map__popup-filter:focus,
.template-3 .g-map__popup-filter:focus {
  color: #007ecd;
  border-color: transparent;
}
.template-2 .g-map__popup-filter:active,
.template-3 .g-map__popup-filter:active {
  color: #00a0e3;
  border-color: transparent;
}
.g-map__popup-filter-icon {
  position: absolute;
  right: 0;
  top: 2px;
  width: 17px;
  height: 16px;
  color: #00a0e3;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.g-map__popup-filter:hover .g-map__popup-filter-icon {
  color: #007ecd;
}
.g-map__popup-filter:focus .g-map__popup-filter-icon {
  color: #007ecd;
}
.g-map__popup-filter:active .g-map__popup-filter-icon {
  color: #00a0e3;
}
.template-2 .g-map__popup-filter-icon,
.template-3 .g-map__popup-filter-icon {
  display: none;
}
.g-map__points-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
  display: none;
}
.g-map__points-list.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.template-1 .g-map__points-list {
  margin-top: 30px;
}
.cols-1 .g-map__points-item {
  width: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  max-width: 100%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .cols-1 .g-map__points-item {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 739px) {
  .cols-1 .g-map__points-item {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .cols-1 .g-map__points-item {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 739px) {
  .cols-1 .g-map__points-item {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.cols-2 .g-map__points-item {
  width: 50%;
  max-width: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 15px;
  margin-bottom: 30px;
  margin-bottom: 60px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .cols-2 .g-map__points-item {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .cols-2 .g-map__points-item {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .cols-2 .g-map__points-item {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .cols-2 .g-map__points-item {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.cols-3 .g-map__points-item {
  margin-bottom: 30px !important;
  width: 100%;
  max-width: 33.333333%;
  -moz-flex-basis: 33.333333%;
  -ms-flex-basis: 33.333333%;
  -webkit-flex-basis: 33.333333%;
  flex-basis: 33.333333%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 15px;
  margin-bottom: 30px;
  margin-bottom: 60px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .cols-3 .g-map__points-item {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .cols-3 .g-map__points-item {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .cols-3 .g-map__points-item {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .cols-3 .g-map__points-item {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.cols-4 .g-map__points-item {
  width: 25%;
  max-width: 25%;
  -moz-flex-basis: 25%;
  -ms-flex-basis: 25%;
  -webkit-flex-basis: 25%;
  flex-basis: 25%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .cols-4 .g-map__points-item {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .cols-4 .g-map__points-item {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .cols-4 .g-map__points-item {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .cols-4 .g-map__points-item {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.g-map__detail .g-map__points-item {
  width: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  max-width: 100%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-map__detail .g-map__points-item {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 739px) {
  .g-map__detail .g-map__points-item {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-map__detail .g-map__points-item {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 739px) {
  .g-map__detail .g-map__points-item {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-2.cols-2 .g-map__points-item {
    width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding: 0 15px;
    margin-bottom: 30px;
  }
}
@media (min-width: 740px) and (max-width: 1024px) and (min-width: 740px) and (max-width: 1024px) {
  .template-2.cols-2 .g-map__points-item {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (min-width: 740px) and (max-width: 1024px) and (max-width: 739px) {
  .template-2.cols-2 .g-map__points-item {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (min-width: 740px) and (max-width: 1024px) and (min-width: 740px) and (max-width: 1024px) {
  .template-2.cols-2 .g-map__points-item {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (min-width: 740px) and (max-width: 1024px) and (max-width: 739px) {
  .template-2.cols-2 .g-map__points-item {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-3.cols-2 .g-map__points-item {
    width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding: 0 15px;
    margin-bottom: 30px;
  }
}
@media (min-width: 740px) and (max-width: 1024px) and (min-width: 740px) and (max-width: 1024px) {
  .template-3.cols-2 .g-map__points-item {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (min-width: 740px) and (max-width: 1024px) and (max-width: 739px) {
  .template-3.cols-2 .g-map__points-item {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (min-width: 740px) and (max-width: 1024px) and (min-width: 740px) and (max-width: 1024px) {
  .template-3.cols-2 .g-map__points-item {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (min-width: 740px) and (max-width: 1024px) and (max-width: 739px) {
  .template-3.cols-2 .g-map__points-item {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.g-map__points-inner {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 739px) {
  .g-map__points-inner {
    display: block;
  }
}
.cols-2 .g-map__points-inner {
  display: block;
}
.cols-3 .g-map__points-inner {
  display: block;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-2 .g-map__points-inner {
    display: block;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-3 .g-map__points-inner {
    display: block;
  }
}
.g-map__popup {
  display: none;
}
.g-map__popup-filters-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
  margin-top: 30px;
}
.g-map__popup-filters-block:first-child {
  margin-top: 0;
}
.g-map__popup-filters-title {
  width: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  max-width: 100%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 15px;
  margin-bottom: 30px;
  padding-bottom: 6px;
  position: relative;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-map__popup-filters-title {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 739px) {
  .g-map__popup-filters-title {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-map__popup-filters-title {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 739px) {
  .g-map__popup-filters-title {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.g-map__popup-filters-title:after {
  content: "";
  left: 15px;
  right: 15px;
  height: 1px;
  background: #e6ebf2;
  position: absolute;
  bottom: 0;
}
.g-map__popup-filters-item {
  width: 25%;
  max-width: 25%;
  -moz-flex-basis: 25%;
  -ms-flex-basis: 25%;
  -webkit-flex-basis: 25%;
  flex-basis: 25%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 15px;
  margin-bottom: 30px;
  margin-bottom: 15px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-map__popup-filters-item {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .g-map__popup-filters-item {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-map__popup-filters-item {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .g-map__popup-filters-item {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.g-map__popup-filter-count {
  position: absolute;
  background: #00a0e3;
  color: #ffffff;
  line-height: 1;
  font-size: 12px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  padding-top: 4px;
  text-align: center;
  top: -2px;
  left: -26px;
  display: none;
}
.template-2 .g-map__popup-filter-count,
.template-3 .g-map__popup-filter-count {
  left: auto;
  right: -26px;
}
.g-map__popup-filter.selected .g-map__popup-filter-count {
  display: block;
}
.g-map__balloon-wrap {
  width: 390px;
  position: relative;
  padding: 40px 46px 25px;
  height: 100%;
}
@media (max-width: 739px) {
  .g-map__balloon-wrap {
    padding: 20px 16px;
    width: 250px;
  }
}
.g-map__balloon-icon {
  margin-top: 4px;
}
.g-map__balloon-icon--location {
  width: 16px;
  height: 21px;
}
.g-map__balloon-icon--tel {
  width: 17px;
  height: 17px;
}
.g-map__balloon-icon--mail {
  width: 16px;
  height: 13px;
}
.g-map__balloon-icon--web {
  width: 16px;
  height: 16px;
}
.g-map__points-address {
  color: #39414e;
}
.content .g-map__balloon-title {
  font-weight: 700;
  font-size: 18px;
  color: #39414e;
  font-style: normal;
  line-height: 1.57;
  margin: 0 0 20px;
  padding-right: 30px;
}
.content--dark-bg .content .g-map__balloon-title {
  color: #ffffff;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .content .g-map__balloon-title {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (max-width: 739px) {
  .content .g-map__balloon-title {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .content .g-map__balloon-title {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (max-width: 739px) {
  .content .g-map__balloon-title {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (max-width: 739px) {
  .content .g-map__balloon-title {
    font-size: 14px;
  }
}
.g-map__balloon-text-small {
  font-size: 13px;
  color: #7787a0;
  font-weight: 400;
  font-style: normal;
}
.content--dark-bg .g-map__balloon-text-small {
  color: #ffffff;
}
.g-map__balloon-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3px;
}
@media (max-width: 739px) {
  .g-map__balloon-line {
    font-size: 11px;
  }
}
.g-map__balloon-line--btn {
  margin-top: 12px;
}
.g-map__balloon-icon-wrap {
  -moz-flex-basis: 20px;
  -ms-flex-basis: 20px;
  -webkit-flex-basis: 20px;
  flex-basis: 20px;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-right: 18px;
}
.g-map__balloon-content {
  margin-bottom: 10px;
  overflow: auto;
  height: 100%;
  max-height: 540px;
}
.g-map__balloon-close {
  position: absolute;
  top: 24px;
  right: 32px;
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background-color: transparent;
  z-index: 10;
  background-image: url('../../images/popup-close.svg');
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.g-map__balloon-close:hover {
  background-image: url('../../images/popup-close-hover.svg');
}
@media (max-width: 739px) {
  .g-map__balloon-close {
    right: 15px;
    top: 18px;
  }
}
.g-map__balloon {
  z-index: 15;
  width: 390px;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 18px 0 rgba(0, 0, 0, 0.5);
  -wabkit-box-shadow: 0 10px 18px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 18px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 18px 0 rgba(0, 0, 0, 0.5);
  position: absolute;
}
@media (max-width: 739px) {
  .g-map__balloon {
    width: 250px;
  }
}
.g-map__balloon:after {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 9px solid #fff;
  left: 50%;
  margin-left: -11px;
}
.g-map__balloon--side {
  width: 430px;
  max-height: 580px;
  margin: 30px 0;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (max-width: 739px) {
  .g-map__balloon--side {
    width: 100%;
    margin-top: 0;
  }
}
.g-map__balloon--side:after {
  display: none;
}
.g-map__balloon--side .g-map__balloon-wrap {
  width: 100%;
}
.g-map__balloon--side-right {
  right: -440px;
}
.g-map__balloon--side-right.active {
  right: 30px;
}
@media (max-width: 739px) {
  .g-map__balloon--side-right.active {
    right: 0;
  }
}
.g-map__balloon--side-left {
  left: -440px;
}
.g-map__balloon--side-left.active {
  left: 30px;
}
@media (max-width: 739px) {
  .g-map__balloon--side-left.active {
    left: 0;
  }
}
.g-map__balloon-tel-link {
  color: #39414e;
}
.content .g-map__balloon-tel-link {
  border-bottom-color: transparent;
}
.g-map__balloon-link {
  color: #39414e;
}
.content .g-map__balloon-link {
  border-bottom-color: transparent;
}
.g-map__side {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
}
.g-map__points-img {
  margin-right: 40px;
  width: 360px;
  -moz-flex-basis: 360px;
  -ms-flex-basis: 360px;
  -webkit-flex-basis: 360px;
  flex-basis: 360px;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  background-color: #e6ebf2;
  background-size: cover;
  min-height: 250px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-map__points-img {
    width: 315px;
    -moz-flex-basis: 315px;
    -ms-flex-basis: 315px;
    -webkit-flex-basis: 315px;
    flex-basis: 315px;
  }
}
@media (max-width: 739px) {
  .g-map__points-img {
    max-width: 100%;
    min-height: auto;
    height: 206px;
    margin-bottom: 20px;
  }
}
.cols-2 .g-map__points-img {
  margin-right: 0;
  margin-bottom: 30px;
  width: 100%;
  height: 206px;
  display: block;
}
.cols-3 .g-map__points-img {
  margin-right: 0;
  margin-bottom: 20px;
  width: 100%;
  height: 206px;
  display: block;
}
.template-2.cols-1 .g-map__points-img {
  margin-right: 35px;
  -moz-flex-basis: 295px;
  -ms-flex-basis: 295px;
  -webkit-flex-basis: 295px;
  flex-basis: 295px;
  width: 295px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-2.cols-1 .g-map__points-img {
    margin-bottom: 20px;
  }
}
.template-3.cols-1 .g-map__points-img {
  margin-right: 35px;
  -moz-flex-basis: 295px;
  -ms-flex-basis: 295px;
  -webkit-flex-basis: 295px;
  flex-basis: 295px;
  width: 295px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-3.cols-1 .g-map__points-img {
    margin-bottom: 20px;
  }
}
.template-2.cols-2 .g-map__points-img {
  margin-bottom: 30px;
}
.template-3.cols-2 .g-map__points-img {
  margin-bottom: 30px;
}
.g-map__detail .g-map__points-img {
  width: 615px;
  margin-right: 70px;
  -moz-flex-basis: 615px;
  -ms-flex-basis: 615px;
  -webkit-flex-basis: 615px;
  flex-basis: 615px;
}
.g-map__points-content {
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.g-map__detail .g-map__points-content {
  margin-top: 30px;
}
.g-map__points-title {
  font-weight: 700;
  font-size: 18px;
  color: #39414e;
  font-style: normal;
  line-height: 1.57;
}
.content--dark-bg .g-map__points-title {
  color: #ffffff;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-map__points-title {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (max-width: 739px) {
  .g-map__points-title {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-map__points-title {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (max-width: 739px) {
  .g-map__points-title {
    font-size: 16px;
    line-height: 1.57;
  }
}
.g-map__points-info {
  margin-top: 30px;
}
.template-1.cols-1 .g-map__points-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
  margin-top: 30px;
  margin-bottom: 15px;
}
@media (max-width: 739px) {
  .template-1.cols-1 .g-map__points-info {
    margin-top: 10px;
  }
}
.template-2 .g-map__points-info {
  display: block;
}
.template-2.cols-1 .g-map__points-info {
  margin-top: 25px;
}
.template-2.cols-2 .g-map__points-info {
  margin-top: 20px;
}
.template-3 .g-map__points-info {
  display: block;
}
.template-3.cols-1 .g-map__points-info {
  margin-top: 25px;
}
.template-3.cols-2 .g-map__points-info {
  margin-top: 20px;
}
.g-map__detail .g-map__points-info {
  margin-top: 30px;
  margin-bottom: 45px;
}
.template-1.cols-1 .g-map__points-contacts {
  width: 50%;
  max-width: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 15px;
  margin-bottom: 30px;
  margin-bottom: 0;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-1.cols-1 .g-map__points-contacts {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .template-1.cols-1 .g-map__points-contacts {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-1.cols-1 .g-map__points-contacts {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .template-1.cols-1 .g-map__points-contacts {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-1.cols-1 .g-map__points-contacts {
    width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding: 0 15px;
    margin-bottom: 30px;
    margin-bottom: 10px;
  }
}
@media (min-width: 740px) and (max-width: 1024px) and (min-width: 740px) and (max-width: 1024px) {
  .template-1.cols-1 .g-map__points-contacts {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (min-width: 740px) and (max-width: 1024px) and (max-width: 739px) {
  .template-1.cols-1 .g-map__points-contacts {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (min-width: 740px) and (max-width: 1024px) and (min-width: 740px) and (max-width: 1024px) {
  .template-1.cols-1 .g-map__points-contacts {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (min-width: 740px) and (max-width: 1024px) and (max-width: 739px) {
  .template-1.cols-1 .g-map__points-contacts {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 739px) {
  .template-1.cols-1 .g-map__points-contacts {
    width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding: 0 15px;
    margin-bottom: 30px;
    margin-bottom: 10px;
  }
}
@media (max-width: 739px) and (min-width: 740px) and (max-width: 1024px) {
  .template-1.cols-1 .g-map__points-contacts {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 739px) and (max-width: 739px) {
  .template-1.cols-1 .g-map__points-contacts {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 739px) and (min-width: 740px) and (max-width: 1024px) {
  .template-1.cols-1 .g-map__points-contacts {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 739px) and (max-width: 739px) {
  .template-1.cols-1 .g-map__points-contacts {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.cols-2 .g-map__points-contacts {
  margin-bottom: 15px;
}
@media (max-width: 739px) {
  .cols-2 .g-map__points-contacts {
    margin-bottom: 30px;
  }
}
.cols-3 .g-map__points-contacts {
  margin-bottom: 15px;
}
@media (max-width: 739px) {
  .cols-3 .g-map__points-contacts {
    margin-bottom: 30px;
  }
}
.template-2.cols-1 .g-map__points-contacts {
  margin-bottom: 30px;
}
.template-2.cols-2 .g-map__points-contacts {
  margin-bottom: 30px;
}
.template-3.cols-1 .g-map__points-contacts {
  margin-bottom: 30px;
}
.template-3.cols-2 .g-map__points-contacts {
  margin-bottom: 30px;
}
.g-map__detail .g-map__points-contacts {
  width: 100%;
  max-width: 100%;
  -moz-flex-basis: auto;
  -ms-flex-basis: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.g-map__points-contacts-icon {
  margin-top: 4px;
  margin-right: 20px;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.g-map__points-contacts-tel {
  -moz-flex-basis: 17px;
  -ms-flex-basis: 17px;
  -webkit-flex-basis: 17px;
  flex-basis: 17px;
  width: 17px;
  height: 17px;
}
.g-map__points-contacts-mail {
  -moz-flex-basis: 16px;
  -ms-flex-basis: 16px;
  -webkit-flex-basis: 16px;
  flex-basis: 16px;
  width: 16px;
  height: 13px;
}
.g-map__points-contacts-web {
  -moz-flex-basis: 17px;
  -ms-flex-basis: 17px;
  -webkit-flex-basis: 17px;
  flex-basis: 17px;
  width: 17px;
  height: 17px;
}
.template-1.cols-1 .g-map__points-contacts-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.cols-2 .g-map__points-contacts-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
  margin-bottom: 0px;
}
.cols-3 .g-map__points-contacts-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.template-2.cols-1 .g-map__points-contacts-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.template-2.cols-2 .g-map__points-contacts-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.template-3.cols-1 .g-map__points-contacts-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.template-3.cols-2 .g-map__points-contacts-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.g-map__detail .g-map__points-contacts-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.g-map__points-contacts-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  max-width: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 15px;
  margin-bottom: 30px;
  margin-bottom: 12px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-map__points-contacts-row {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .g-map__points-contacts-row {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-map__points-contacts-row {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .g-map__points-contacts-row {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.cols-3 .g-map__points-contacts-row {
  width: 50%;
  max-width: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 15px;
  margin-bottom: 30px;
  margin-bottom: 20px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .cols-3 .g-map__points-contacts-row {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .cols-3 .g-map__points-contacts-row {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .cols-3 .g-map__points-contacts-row {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .cols-3 .g-map__points-contacts-row {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 739px) {
  .cols-3 .g-map__points-contacts-row {
    margin-bottom: 15px;
  }
}
.g-map__points-contacts-row:last-child {
  margin-bottom: 0;
}
.template-2.cols-1 .g-map__points-contacts-row {
  width: 50%;
  max-width: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 15px;
  margin-bottom: 30px;
  margin-bottom: 0;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-2.cols-1 .g-map__points-contacts-row {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .template-2.cols-1 .g-map__points-contacts-row {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-2.cols-1 .g-map__points-contacts-row {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .template-2.cols-1 .g-map__points-contacts-row {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.template-2.cols-1 .g-map__points-contacts-row:last-child {
  margin-bottom: 0;
}
@media (max-width: 739px) {
  .template-2.cols-1 .g-map__points-contacts-row {
    margin-bottom: 15px;
  }
}
.template-2.cols-2 .g-map__points-contacts-row {
  width: 50%;
  max-width: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 15px;
  margin-bottom: 30px;
  margin-bottom: 0;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-2.cols-2 .g-map__points-contacts-row {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .template-2.cols-2 .g-map__points-contacts-row {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-2.cols-2 .g-map__points-contacts-row {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .template-2.cols-2 .g-map__points-contacts-row {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.template-2.cols-2 .g-map__points-contacts-row:last-child {
  margin-bottom: 0;
}
@media (max-width: 739px) {
  .template-2.cols-2 .g-map__points-contacts-row {
    margin-bottom: 15px;
  }
}
.template-3.cols-1 .g-map__points-contacts-row {
  width: 50%;
  max-width: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 15px;
  margin-bottom: 30px;
  margin-bottom: 0;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-3.cols-1 .g-map__points-contacts-row {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .template-3.cols-1 .g-map__points-contacts-row {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-3.cols-1 .g-map__points-contacts-row {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .template-3.cols-1 .g-map__points-contacts-row {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.template-3.cols-1 .g-map__points-contacts-row:last-child {
  margin-bottom: 0;
}
@media (max-width: 739px) {
  .template-3.cols-1 .g-map__points-contacts-row {
    margin-bottom: 15px;
  }
}
.template-3.cols-2 .g-map__points-contacts-row {
  width: 50%;
  max-width: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 15px;
  margin-bottom: 30px;
  margin-bottom: 0;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-3.cols-2 .g-map__points-contacts-row {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .template-3.cols-2 .g-map__points-contacts-row {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-3.cols-2 .g-map__points-contacts-row {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .template-3.cols-2 .g-map__points-contacts-row {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.template-3.cols-2 .g-map__points-contacts-row:last-child {
  margin-bottom: 0;
}
@media (max-width: 739px) {
  .template-3.cols-2 .g-map__points-contacts-row {
    margin-bottom: 15px;
  }
}
.g-map__detail .g-map__points-contacts-row {
  max-width: 100%;
  width: auto;
  -moz-flex-basis: auto;
  -ms-flex-basis: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.g-map__points-contacts-row-full {
  width: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  max-width: 100%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 15px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-map__points-contacts-row-full {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 739px) {
  .g-map__points-contacts-row-full {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-map__points-contacts-row-full {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 739px) {
  .g-map__points-contacts-row-full {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.g-map__points-contacts-tel-wrap {
  margin-bottom: 10px;
}
.g-map__points-contacts-tel-link-wrap {
  margin-bottom: 5px;
}
.g-map__points-contacts-tel-link {
  color: #39414e;
}
.content .g-map__points-contacts-tel-link {
  border-bottom-color: transparent;
}
.g-map__points-contacts-link {
  color: #39414e;
}
.content .g-map__points-contacts-link {
  border-bottom-color: transparent;
}
.template-1.cols-1 .g-map__points-services {
  width: 50%;
  max-width: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 15px;
  margin-bottom: 30px;
  margin-bottom: 0;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-1.cols-1 .g-map__points-services {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .template-1.cols-1 .g-map__points-services {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-1.cols-1 .g-map__points-services {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .template-1.cols-1 .g-map__points-services {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.cols-2 .g-map__points-services {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.cols-3 .g-map__points-services {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.template-2.cols-1 .g-map__points-services {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.template-3.cols-1 .g-map__points-services {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.g-map__points-services-col {
  width: 50%;
  max-width: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-map__points-services-col {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .g-map__points-services-col {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-map__points-services-col {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .g-map__points-services-col {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.template-1.cols-1 .g-map__points-services-col {
  width: auto;
  max-width: 100%;
  -moz-flex-basis: auto;
  -ms-flex-basis: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  margin-bottom: 0;
}
.template-2.cols-1 .g-map__points-services-col {
  margin-bottom: 15px;
}
.template-3.cols-1 .g-map__points-services-col {
  margin-bottom: 15px;
}
.cols-3 .g-map__points-services-col {
  margin-bottom: 15px;
}
.g-map__points-services-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.cols-2 .g-map__points-services-row {
  width: 50%;
  max-width: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 15px;
  margin-bottom: 30px;
  margin-bottom: 25px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .cols-2 .g-map__points-services-row {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .cols-2 .g-map__points-services-row {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .cols-2 .g-map__points-services-row {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .cols-2 .g-map__points-services-row {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.cols-3 .g-map__points-services-row {
  width: 50%;
  max-width: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 15px;
  margin-bottom: 30px;
  margin-bottom: 10px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .cols-3 .g-map__points-services-row {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .cols-3 .g-map__points-services-row {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .cols-3 .g-map__points-services-row {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .cols-3 .g-map__points-services-row {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.template-2.cols-1 .g-map__points-services-row {
  width: 50%;
  max-width: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 15px;
  margin-bottom: 30px;
  margin-bottom: 15px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-2.cols-1 .g-map__points-services-row {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .template-2.cols-1 .g-map__points-services-row {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-2.cols-1 .g-map__points-services-row {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .template-2.cols-1 .g-map__points-services-row {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.template-3.cols-1 .g-map__points-services-row {
  width: 50%;
  max-width: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 15px;
  margin-bottom: 30px;
  margin-bottom: 15px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-3.cols-1 .g-map__points-services-row {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .template-3.cols-1 .g-map__points-services-row {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-3.cols-1 .g-map__points-services-row {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .template-3.cols-1 .g-map__points-services-row {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.g-map__points-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -15px;
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .g-map__points-btns {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.cols-2 .g-map__points-btns {
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: sspace-betweens;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cols-3 .g-map__points-btns {
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: sspace-betweens;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.g-map__points-btns-more {
  margin-right: 20px;
}
@media (max-width: 739px) {
  .g-map__points-btns-more {
    margin-right: 0;
  }
}
.g-map__points-btn {
  margin-bottom: 15px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-map__points-btn {
    width: 42%;
  }
}
.cols-2 .g-map__points-btn {
  width: 50%;
}
.cols-3 .g-map__points-btn {
  width: 50%;
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .template-2 .g-map__points-btn {
    width: 60%;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .template-3 .g-map__points-btn {
    width: 60%;
  }
}
.g-map__points-metro-wrap {
  display: block;
}
.g-map__points-metro {
  position: relative;
  margin-top: 3px;
  margin-right: 8px;
  display: inline-block;
}
.g-map__points-metro-icon {
  width: 18px;
  height: 18px;
}
.g-map__points-address-metro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.g-map__points-address-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.content .g-map__points-address-wrap--rest {
  margin-left: 25px;
}
.g-map__points-services-icon {
  margin-right: 10px;
  width: 18px;
  height: 18px;
}
.g-map__balloon-link-tel {
  display: block;
}
.g-map__balloon-link-tel {
  margin-bottom: 5px;
}
.g-map__balloon-link-tel:last-child {
  margin-bottom: 0;
}
.g-map__points-metro-sign {
  position: absolute;
  top: 46%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: "Open Sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
}
.g-map__detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.g-map__tabs-body {
  padding: 30px 0;
  position: relative;
  overflow: hidden;
}
.g-map__tabs-body--popup {
  padding-bottom: 0;
}
@media (max-width: 739px) {
  .g-map__tabs-body {
    padding: 15px 0 20px;
  }
}
.g-map__tabs-content {
  position: absolute;
  width: 100%;
  left: 5000px;
  top: 0;
}
.g-map__tabs-content.active {
  position: relative;
  left: 0;
  display: block;
}
.g-map__tabs-content .documents__list {
  margin-bottom: 0 !important;
}
.g-persons__popup .g-map__tabs-content {
  display: none;
  position: static;
}
.g-persons__popup .g-map__tabs-content.active {
  display: block;
}
.g-map__tabs-content > *:last-child {
  margin-bottom: 0 !important;
}
.g-map__detail {
  margin-bottom: 30px;
}
.g-map__form {
  width: 100%;
}
.g-map__form-title {
  margin-bottom: 30px !important;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-map__form-title {
    margin-bottom: 15px !important;
  }
}
@media (max-width: 739px) {
  .g-map__form-title {
    margin-bottom: 15px !important;
  }
}
.g-map__form-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: sspace-betweens;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-box-align: ccenterc;
  -webkit-align-items: center;
  -moz-box-align: ccenterc;
  -ms-flex-align: ccenterc;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.g-map__form-row--push {
  margin-bottom: 35px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-map__form-row {
    display: block;
  }
  .g-map__form-row--push {
    margin-bottom: 25px;
  }
}
@media (max-width: 739px) {
  .g-map__form-row {
    display: block;
  }
  .g-map__form-row--push {
    margin-bottom: 25px;
  }
}
.g-map__form-col {
  width: 48%;
}
.g-map__form-col > * {
  margin: 0 0 35px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-map__form-col {
    width: 100%;
  }
  .g-map__form-col > * {
    margin: 0 0 25px;
  }
}
@media (max-width: 739px) {
  .g-map__form-col {
    width: 100%;
  }
  .g-map__form-col > * {
    margin: 0 0 25px;
  }
}
.g-map__form textarea {
  height: 250px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-map__form textarea {
    height: 150px;
  }
}
@media (max-width: 739px) {
  .g-map__form textarea {
    height: 120px;
  }
}
.g-map__form-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-box-align: ccenterc;
  -webkit-align-items: center;
  -moz-box-align: ccenterc;
  -ms-flex-align: ccenterc;
  align-items: center;
}
@media (max-width: 739px) {
  .g-map__form-bottom {
    display: block;
  }
}
.g-map__form-submit {
  margin-right: 25px;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
@media (max-width: 739px) {
  .g-map__form-submit {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.g-map__form-caption {
  font-size: 13px;
  color: #7787a0;
  font-weight: 400;
  font-style: normal;
}
.content--dark-bg .g-map__form-caption {
  color: #ffffff;
}
@media (max-width: 739px) {
  .g-map__form-caption {
    text-align: center;
  }
}
.content .g-map__balloon-address-rest {
  margin-left: 28px;
}
@media (max-width: 739px) {
  .content .g-map__balloon-address-rest {
    margin-left: 0;
  }
}
.g-map__balloon-btn {
  width: 100%;
}
@media (max-width: 739px) {
  .g-map__balloon-btn {
    font-size: 11px;
  }
}
.g-map__popup-categories-more-icon {
  margin-right: 12px;
  width: 22px;
  height: 22px;
  color: #00a0e3;
}
.g-map__popup-categories-more {
  white-space: nowrap;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  margin-top: 30px;
  border: 0;
  background-color: transparent;
  color: #00a0e3;
}
.template-1 .g-map__popup-categories-more {
  margin-top: 0;
  text-align: left;
}
@media (max-width: 739px) {
  .g-map__popup-categories-more {
    margin-bottom: 0;
  }
}
.g-map__panel-services-title {
  font-size: 18px;
  color: #39414e;
  font-weight: 400;
  font-style: normal;
  line-height: 1.57;
}
.content--dark-bg .g-map__panel-services-title {
  color: #ffffff;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-map__panel-services-title {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (max-width: 739px) {
  .g-map__panel-services-title {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-map__panel-services-title {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (max-width: 739px) {
  .g-map__panel-services-title {
    font-size: 16px;
    line-height: 1.57;
  }
}
.content .g-map__panel-services-title {
  margin-bottom: 30px;
}
.template-1 .g-map__panel-services-title {
  display: none;
}
.g-map__popup-filters-bottom {
  text-align: center;
  margin-top: 30px;
}
.g-map__popup-filter-exchange {
  width: 40px;
  height: 40px;
}
.g-map__popup-filters-block-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
  margin-left: 0;
  margin-right: 0;
}
.g-map__popup-filters-block-items:first-child {
  margin-top: 0;
}
.g-map__popup-currency-count {
  background: #65ccb1;
  color: #ffffff;
  line-height: 1;
  font-size: 12px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  padding-top: 4px;
  text-align: center;
}
/* --------------- g-press */
.g-press {
  overflow: hidden;
}
.g-press__inner {
  max-width: 1200px;
  padding: 0 15px;
  max-width: 1220px;
  padding: 0 20px;
  margin: 0 auto;
}
.g-press__info {
  margin-bottom: 45px;
}
@media (max-width: 739px) {
  .g-press__info {
    margin-bottom: 30px;
  }
}
.g-press__main-news,
.g-press__main-item,
.g-press__main-news-slider {
  height: 460px;
  overflow: hidden;
}
@media (max-width: 739px) {
  .g-press__main-news,
  .g-press__main-item,
  .g-press__main-news-slider {
    height: auto;
    min-height: 300px;
  }
}
.g-press__main-news--theme-1.g-press__main-news,
.g-press__main-news--theme-1 .g-press__main-item,
.g-press__main-news--theme-1 .g-press__main-news-slider {
  height: 500px;
}
@media (max-width: 739px) {
  .g-press__main-news--theme-1.g-press__main-news,
  .g-press__main-news--theme-1 .g-press__main-item,
  .g-press__main-news--theme-1 .g-press__main-news-slider {
    height: auto;
    min-height: 300px;
  }
}
.g-press__main-slider-inner {
  max-width: 1200px;
  padding: 0 15px;
  max-width: 1220px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-box-align: ccenterc;
  -webkit-align-items: center;
  -moz-box-align: ccenterc;
  -ms-flex-align: ccenterc;
  align-items: center;
  width: 100%;
}
.g-press__main-news {
  margin-bottom: 45px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-press__main-news {
    margin-bottom: 30px;
  }
  .template-1 .g-press__main-news {
    margin-bottom: 0;
  }
}
@media (max-width: 739px) {
  .g-press__main-news {
    margin-bottom: 0;
  }
  .template-4 .g-press__main-news {
    margin-bottom: 30px;
  }
}
.g-press__main-news--fix-width {
  max-width: 1440px;
  margin: 0 auto 45px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-press__main-news--fix-width {
    margin-bottom: 30px;
  }
  .template-1 .g-press__main-news--fix-width {
    margin-bottom: 0;
  }
}
@media (max-width: 739px) {
  .g-press__main-news--fix-width {
    margin-bottom: 0;
  }
  .template-4 .g-press__main-news--fix-width {
    margin-bottom: 30px;
  }
}
.g-press__main-news-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 0 -5px;
  padding: 0 10px;
  width: auto;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-press__main-news-list {
    padding: 0;
    margin: 0;
    width: 100%;
  }
}
@media (max-width: 739px) {
  .g-press__main-news-list {
    padding: 0;
    margin: 0;
    width: 100%;
  }
}
.g-press__main-news-col-3 {
  margin-bottom: 30px !important;
  width: 100%;
  max-width: 33.333333%;
  -moz-flex-basis: 33.333333%;
  -ms-flex-basis: 33.333333%;
  -webkit-flex-basis: 33.333333%;
  flex-basis: 33.333333%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 15px;
  margin-bottom: 30px;
  padding: 0 5px;
  margin-bottom: 0 !important;
  height: auto;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-press__main-news-col-3 {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .g-press__main-news-col-3 {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-press__main-news-col-3 {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .g-press__main-news-col-3 {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-press__main-news-col-3 {
    width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding: 0 15px;
    margin-bottom: 30px;
    padding: 0;
    max-width: 100%;
  }
}
@media (min-width: 740px) and (max-width: 1024px) and (min-width: 740px) and (max-width: 1024px) {
  .g-press__main-news-col-3 {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (min-width: 740px) and (max-width: 1024px) and (max-width: 739px) {
  .g-press__main-news-col-3 {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (min-width: 740px) and (max-width: 1024px) and (min-width: 740px) and (max-width: 1024px) {
  .g-press__main-news-col-3 {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (min-width: 740px) and (max-width: 1024px) and (max-width: 739px) {
  .g-press__main-news-col-3 {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 739px) {
  .g-press__main-news-col-3 {
    width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding: 0 15px;
    margin-bottom: 30px;
    padding: 0;
    max-width: 100%;
  }
}
@media (max-width: 739px) and (min-width: 740px) and (max-width: 1024px) {
  .g-press__main-news-col-3 {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 739px) and (max-width: 739px) {
  .g-press__main-news-col-3 {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 739px) and (min-width: 740px) and (max-width: 1024px) {
  .g-press__main-news-col-3 {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 739px) and (max-width: 739px) {
  .g-press__main-news-col-3 {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.g-press__main-news-col-2 {
  width: 50%;
  max-width: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 15px;
  margin-bottom: 30px;
  padding: 0 5px;
  margin-bottom: 0 !important;
  height: auto;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-press__main-news-col-2 {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .g-press__main-news-col-2 {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-press__main-news-col-2 {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .g-press__main-news-col-2 {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-press__main-news-col-2 {
    width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding: 0 15px;
    margin-bottom: 30px;
    padding: 0;
    max-width: 100%;
  }
}
@media (min-width: 740px) and (max-width: 1024px) and (min-width: 740px) and (max-width: 1024px) {
  .g-press__main-news-col-2 {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (min-width: 740px) and (max-width: 1024px) and (max-width: 739px) {
  .g-press__main-news-col-2 {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (min-width: 740px) and (max-width: 1024px) and (min-width: 740px) and (max-width: 1024px) {
  .g-press__main-news-col-2 {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (min-width: 740px) and (max-width: 1024px) and (max-width: 739px) {
  .g-press__main-news-col-2 {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 739px) {
  .g-press__main-news-col-2 {
    width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding: 0 15px;
    margin-bottom: 30px;
    padding: 0;
    max-width: 100%;
  }
}
@media (max-width: 739px) and (min-width: 740px) and (max-width: 1024px) {
  .g-press__main-news-col-2 {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 739px) and (max-width: 739px) {
  .g-press__main-news-col-2 {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 739px) and (min-width: 740px) and (max-width: 1024px) {
  .g-press__main-news-col-2 {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 739px) and (max-width: 739px) {
  .g-press__main-news-col-2 {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.g-press__main-news-blocks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
}
.g-press__main-news-block {
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
.g-press__main-news-block--right {
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  width: 66%;
  -moz-flex-basis: 66%;
  -ms-flex-basis: 66%;
  -webkit-flex-basis: 66%;
  flex-basis: 66%;
  padding-right: 5px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-press__main-news-block--right {
    width: 60%;
    -moz-flex-basis: 60%;
    -ms-flex-basis: 60%;
    -webkit-flex-basis: 60%;
    flex-basis: 60%;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
  }
}
@media (max-width: 739px) {
  .g-press__main-news-block--right {
    width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 0;
  }
}
.g-press__main-news-block--left {
  width: 34%;
  padding-left: 5px;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  -moz-flex-basis: 34%;
  -ms-flex-basis: 34%;
  -webkit-flex-basis: 34%;
  flex-basis: 34%;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-press__main-news-block--left {
    width: 40%;
    -moz-flex-basis: 40%;
    -ms-flex-basis: 40%;
    -webkit-flex-basis: 40%;
    flex-basis: 40%;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
  }
}
@media (max-width: 739px) {
  .g-press__main-news-block--left {
    display: none;
  }
}
.g-press__main-item--half-height {
  height: 225px;
}
.g-press__main-item--half-height:first-child {
  margin-bottom: 10px;
}
.g-press__main-item {
  background-color: #00a0e3;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 30px;
  padding-bottom: 30px;
  -moz-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: ccenterc;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.g-press__main-item:after {
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(57, 65, 78, 0);
  position: absolute;
  z-index: 1;
}
.g-press__main-news-col-3 .g-press__main-item {
  padding: 100px 60px;
  -ms-flex-pack: sstarts;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: fflex-startf;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.g-press__main-news-col-3 .g-press__main-item:after {
  display: none;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-press__main-news-col-3 .g-press__main-item {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: ccenterc;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 30px 80px 30px 60px;
  }
}
@media (max-width: 739px) {
  .g-press__main-news-col-3 .g-press__main-item {
    height: 100%;
    padding: 30px 15px 45px;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: ccenterc;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.g-press__main-news-col-2 .g-press__main-item {
  padding: 100px 60px;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: ccenterc;
  -webkit-justify-content: center;
  justify-content: center;
}
.g-press__main-news-col-2 .g-press__main-item:after {
  display: none;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-press__main-news-col-2 .g-press__main-item {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: ccenterc;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 30px 80px 30px 60px;
  }
}
@media (max-width: 739px) {
  .g-press__main-news-col-2 .g-press__main-item {
    height: 100%;
    padding: 30px 15px 45px;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: ccenterc;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.g-press__main-news-blocks .g-press__main-item:after {
  display: none;
}
.g-press__main-news-col-3 .g-press__main-item-content,
.g-press__main-news-col-2 .g-press__main-item-content {
  position: relative;
  z-index: 2;
}
.g-press__main-news--theme-1 .g-press__main-item-content {
  padding: 0 65px 0 45px;
}
@media (max-width: 739px) {
  .g-press__main-news--theme-1 .g-press__main-item-content {
    padding: 0 0 45px;
  }
}
.g-press__main-item-content .btn {
  width: 200px;
}
.g-press__section-item-slider-img {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: top center;
}
.g-press__main-item-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.g-press__main-item-img:after {
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.g-press__main-item:hover .g-press__main-item-img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.g-press__main-news-block--right .g-press__main-item {
  -webkit-box-align: flex-end;
  -moz-box-align: flex-end;
  -ms-flex-align: flex-end;
  -webkit-box-align: eende;
  -webkit-align-items: flex-end;
  -moz-box-align: eende;
  -ms-flex-align: eende;
  align-items: flex-end;
}
@media (max-width: 739px) {
  .g-press__main-news-block--right .g-press__main-item {
    -webkit-box-align: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-box-align: sstarts;
    -webkit-align-items: flex-start;
    -moz-box-align: sstarts;
    -ms-flex-align: sstarts;
    align-items: flex-start;
  }
}
.g-press__main-news-block--left .g-press__main-item {
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-box-align: sstarts;
  -webkit-align-items: flex-start;
  -moz-box-align: sstarts;
  -ms-flex-align: sstarts;
  align-items: flex-start;
}
.g-press__main-item-inner {
  position: relative;
  z-index: 2;
}
.g-press__main-item-inner--right {
  width: 100%;
  max-width: 835px;
  padding-left: 15px;
  padding-right: 60px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-press__main-item-inner--right {
    padding: 30px 30px;
  }
}
@media (max-width: 739px) {
  .g-press__main-item-inner--right {
    padding: 30px 15px;
  }
}
.g-press__main-item-inner--left {
  max-width: 355px;
  padding-left: 60px;
  padding-right: 15px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-press__main-item-inner--left {
    padding: 0 30px;
  }
}
.g-press__main-item-inner > *:last-child {
  margin-bottom: 0 !important;
}
.g-press__main-item-title {
  border-bottom: none !important;
  display: block;
  font-size: 48px;
  line-height: 1.2;
  font-weight: 700;
  font-style: normal;
  font-family: "Ubuntu", Arial, sans-serif;
  margin-bottom: 30px;
}
.g-press__main-news-col-3 .g-press__main-item-title,
.g-press__main-news-col-2 .g-press__main-item-title,
.g-press__main-item--half-height .g-press__main-item-title {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 10px;
}
@media (max-width: 739px) {
  .g-press__main-news-col-3 .g-press__main-item-title,
  .g-press__main-news-col-2 .g-press__main-item-title,
  .g-press__main-item--half-height .g-press__main-item-title {
    font-size: 21px;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-press__main-item-title {
    font-size: 26px;
    line-height: 1.38;
  }
}
@media (max-width: 739px) {
  .g-press__main-item-title {
    font-size: 21px;
    margin-bottom: 20px;
  }
}
.g-press__main-item-description {
  font-size: 18px;
  color: #39414e;
  font-weight: 400;
  font-style: normal;
  line-height: 1.57;
  margin-bottom: 30px;
}
.content--dark-bg .g-press__main-item-description {
  color: #ffffff;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-press__main-item-description {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (max-width: 739px) {
  .g-press__main-item-description {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-press__main-item-description {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (max-width: 739px) {
  .g-press__main-item-description {
    font-size: 16px;
    line-height: 1.57;
  }
}
.content .g-press__main-item-description {
  margin-bottom: 30px;
}
.g-press__main-item-date {
  margin-top: 50px;
}
.g-press__slider-pagination {
  bottom: auto !important;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 50px;
  left: auto !important;
  text-align: right;
  width: auto !important;
}
.g-press__slider-pagination .swiper-pagination-bullet {
  display: block;
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  opacity: 1;
  margin: 10px 0!important;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (max-width: 739px) {
  .g-press__slider-pagination .swiper-pagination-bullet {
    margin: 18px 0!important;
  }
}
.g-press__slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #00a0e3;
}
.g-press__slider-pagination .swiper-pagination-bullet:hover {
  background: #00a0e3;
}
@media (max-width: 739px) {
  .g-press__slider-pagination {
    bottom: 30px !important;
    top: auto;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
    right: 50%;
  }
  .g-press__slider-pagination .swiper-pagination-bullet {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    opacity: 1;
    margin: 0 10px!important;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .g-press__slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #00a0e3;
  }
  .g-press__slider-pagination .swiper-pagination-bullet:hover {
    background: #00a0e3;
  }
}
@media (max-width: 739px) and (max-width: 739px) {
  .g-press__slider-pagination .swiper-pagination-bullet {
    margin: 0 5px!important;
  }
}
.g-press__main-news-slider-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 50px;
  border: none;
  background: none;
  font-size: 0;
}
.g-press__main-news-slider-btn--prev {
  left: 0;
}
.g-press__main-news-slider-btn--next {
  right: 0;
}
.g-press__main-news-slider-icon {
  width: 22px;
  height: 34px;
  color: #ffffff;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.g-persons__publications-btn--prev .g-press__main-news-slider-icon {
  left: 0;
}
.g-persons__publications-btn--next .g-press__main-news-slider-icon {
  right: 0;
}
.g-persons__publications-btn:hover .g-press__main-news-slider-icon {
  color: #007ecd;
}
.template-1 .g-press__template-wrap {
  display: block;
  margin-bottom: 30px;
}
@media (max-width: 739px) {
  .template-1 .g-press__template-wrap {
    margin-bottom: 15px;
  }
}
.template-2 .g-press__template-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 739px) {
  .template-2 .g-press__template-wrap {
    display: block;
  }
}
.template-3 .g-press__template-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 739px) {
  .template-3 .g-press__template-wrap {
    display: block;
  }
}
.template-4 .g-press__template-wrap {
  display: block;
}
.g-press__panel {
  background: #f7f9fa;
}
.template-1 .g-press__panel {
  display: block;
  padding: 20px 0;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.template-1 .g-press__panel:before {
  content: "";
  position: absolute;
  width: 5000px;
  left: -2500px;
  height: 100%;
  top: 0;
  background: #f7f9fa;
  z-index: 0;
}
.template-1 .g-press__panel-content {
  position: relative;
  z-index: 1;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-1 .g-press__panel {
    padding: 15px;
    margin: 0 -15px 15px;
  }
  .template-1 .g-press__panel:before {
    display: none;
  }
}
@media (max-width: 739px) {
  .template-1 .g-press__panel {
    padding: 15px;
    margin-bottom: 15px;
  }
  .template-1 .g-press__panel:before {
    display: none;
  }
}
.template-2 .g-press__panel {
  -moz-flex-basis: 360px;
  -ms-flex-basis: 360px;
  -webkit-flex-basis: 360px;
  flex-basis: 360px;
  width: 360px;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  padding: 30px 30px 90px;
  position: relative;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-2 .g-press__panel {
    -moz-flex-basis: 260px;
    -ms-flex-basis: 260px;
    -webkit-flex-basis: 260px;
    flex-basis: 260px;
    width: 260px;
    padding: 15px 15px 30px;
  }
}
@media (max-width: 739px) {
  .template-2 .g-press__panel {
    -moz-flex-basis: auto;
    -ms-flex-basis: auto;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    width: auto;
    padding: 15px;
    margin-bottom: 15px;
  }
}
.template-3 .g-press__panel {
  -moz-flex-basis: 360px;
  -ms-flex-basis: 360px;
  -webkit-flex-basis: 360px;
  flex-basis: 360px;
  width: 360px;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-box-ordinal-group: 1;
  -moz-order: 1;
  -ms-order: 1;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  padding: 30px 30px 90px;
  position: relative;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-3 .g-press__panel {
    -moz-flex-basis: 260px;
    -ms-flex-basis: 260px;
    -webkit-flex-basis: 260px;
    flex-basis: 260px;
    width: 260px;
    padding: 15px 15px 30px;
  }
}
@media (max-width: 739px) {
  .template-3 .g-press__panel {
    -moz-flex-basis: auto;
    -ms-flex-basis: auto;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    width: auto;
    padding: 15px;
    margin-bottom: 15px;
  }
}
.template-4 .g-press__panel {
  display: none;
}
@media (max-width: 739px) {
  .g-press__panel {
    margin: 0 -15px 15px;
  }
}
.template-1 .g-press__panel {
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 45px;
}
.template-1 .g-press__panel:before {
  display: none;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-1 .g-press__panel {
    padding: 30px 15px;
    margin-bottom: 30px;
  }
}
@media (max-width: 739px) {
  .template-1 .g-press__panel {
    margin-bottom: 30px;
    padding: 30px 15px;
  }
}
@media (max-width: 739px) {
  .g-press__panel {
    padding: 0 15px;
    background: #f7f9fa;
    margin-bottom: 30px;
  }
  .g-press__panel:before {
    display: none;
  }
  .template-2 .g-press__panel,
  .template-3 .g-press__panel {
    padding: 30px 15px;
    margin-bottom: 30px;
  }
}
.template-1 .g-press__panel-filters {
  position: static;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-box-align: ccenterc;
  -webkit-align-items: center;
  -moz-box-align: ccenterc;
  -ms-flex-align: ccenterc;
  align-items: center;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: sspace-betweens;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 739px) {
  .template-1 .g-press__panel-filters {
    display: block;
  }
}
.template-1 .g-press__panel-filters--from-start {
  -ms-flex-pack: sstarts;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: fflex-startf;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.template-2 .g-press__panel-filters,
.template-3 .g-press__panel-filters {
  width: 100%;
}
.template-1 .g-press__panel-filter {
  margin-right: 40px;
}
.template-1 .g-press__panel-filter .field {
  margin-top: 0;
}
.template-1 .g-press__panel-filter:last-child {
  margin-right: 0;
}
@media (max-width: 739px) {
  .template-1 .g-press__panel-filter {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .template-1 .g-press__panel-filter:last-child {
    margin-bottom: 0;
  }
  .template-1 .g-press__panel-filter .select-form {
    width: 100%;
    position: relative;
  }
  .template-1 .g-press__panel-filter .select-form__filters {
    top: -45px;
    right: 0;
    position: absolute;
  }
  .template-1 .g-press__panel-filter .calendar--row {
    width: 100%;
    position: relative;
  }
  .template-1 .g-press__panel-filter .calendar__reset {
    top: -45px;
    right: 0;
    padding: 0;
    margin: 0;
    position: absolute;
  }
}
@media (max-width: 739px) and (min-width: 740px) and (max-width: 1024px) {
  .template-1 .g-press__panel-filter .calendar__date-range {
    width: 100%;
  }
}
@media (max-width: 739px) and (max-width: 739px) {
  .template-1 .g-press__panel-filter .calendar__date-range {
    width: 100%;
  }
}
.template-1 .g-press__panel-filter .select-form {
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.template-1 .g-press__panel-filter .select-form__select {
  width: 365px;
  -moz-flex-basis: 365px;
  -ms-flex-basis: 365px;
  -webkit-flex-basis: 365px;
  flex-basis: 365px;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-1 .g-press__panel-filter .select-form__select {
    width: 250px;
    -moz-flex-basis: 250px;
    -ms-flex-basis: 250px;
    -webkit-flex-basis: 250px;
    flex-basis: 250px;
  }
}
@media (max-width: 739px) {
  .template-1 .g-press__panel-filter .select-form__select {
    width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.template-2 .g-press__panel-filter,
.template-3 .g-press__panel-filter {
  margin-bottom: 35px;
}
@media (max-width: 739px) {
  .template-2 .g-press__panel-filter:last-child,
  .template-3 .g-press__panel-filter:last-child {
    margin-bottom: 0;
  }
}
.template-2 .g-press__panel-filter .select-form,
.template-3 .g-press__panel-filter .select-form {
  width: 100%;
  position: relative;
}
.template-2 .g-press__panel-filter .select-form__filters,
.template-3 .g-press__panel-filter .select-form__filters {
  top: -45px;
  right: 0;
  position: absolute;
}
.template-2 .g-press__panel-filter .calendar--row,
.template-3 .g-press__panel-filter .calendar--row {
  width: 100%;
  position: relative;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-2 .g-press__panel-filter .calendar__date-range,
  .template-3 .g-press__panel-filter .calendar__date-range {
    width: 100%;
  }
}
@media (max-width: 739px) {
  .template-2 .g-press__panel-filter .calendar__date-range,
  .template-3 .g-press__panel-filter .calendar__date-range {
    width: 100%;
  }
}
.template-2 .g-press__panel-filter .calendar__reset,
.template-3 .g-press__panel-filter .calendar__reset {
  top: -45px;
  right: 0;
  padding: 0;
  margin: 0;
  position: absolute;
}
.g-press__category-filters-btn {
  display: none;
}
.template-1 .g-press__category-filters-btn {
  display: block;
  margin-right: 45px;
  position: relative;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-1 .g-press__category-filters-btn {
    -moz-flex-basis: 190px;
    -ms-flex-basis: 190px;
    -webkit-flex-basis: 190px;
    flex-basis: 190px;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    margin-right: 30px;
  }
}
@media (max-width: 739px) {
  .template-1 .g-press__category-filters-btn {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.g-press__category-filters-btn a {
  border: none !important;
  position: relative;
  padding-left: 35px;
  display: inline-block;
  vertical-align: middle;
}
.g-press__category-filters-btn.active a {
  color: #d9394e;
}
.g-press__category-filters-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  display: block;
}
.g-press__category-filters-btn.active .g-press__category-filters-icon {
  display: none;
}
.g-press__category-filters-count {
  position: absolute;
  background: #d9394e;
  color: #ffffff;
  line-height: 1;
  font-size: 12px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  padding-top: 4px;
  text-align: center;
  top: 0;
  left: 0;
  display: none;
}
.g-press__category-filters-btn.active .g-press__category-filters-count {
  display: block;
}
.g-press__filters-empty {
  display: block;
}
.g-press__category-filters-btn.active .g-press__filters-empty {
  display: none;
}
.g-press__filters-selected {
  display: none;
}
.g-press__category-filters-btn.active .g-press__filters-selected {
  display: block;
}
.g-press__category-filters-popup {
  display: none;
}
.g-press__category-filters-popup.active {
  background-color: #ffffff;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
  -wabkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
  padding: 40px 40px 30px;
  position: absolute;
  left: 35px;
  display: block;
  width: 420px;
  z-index: 5;
}
@media (max-width: 739px) {
  .g-press__category-filters-popup.active {
    left: 0;
    width: 100%;
  }
}
.g-press__category-filters-close {
  position: absolute;
  top: 24px;
  right: 32px;
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background-color: transparent;
  z-index: 10;
  background-image: url(../images/popup-close.svg);
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: center;
  cursor: pointer;
  font-size: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  top: 16px;
  right: 16px;
}
.g-press__category-filters-close:hover {
  background-image: url(../images/popup-close-hover.svg);
}
.g-press__category-filters-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.g-press__category-filters-item {
  width: 50%;
  max-width: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 15px;
  margin-bottom: 30px;
  margin-bottom: 10px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-press__category-filters-item {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .g-press__category-filters-item {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-press__category-filters-item {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .g-press__category-filters-item {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.g-press__panel-cols {
  display: none;
}
.template-1 .g-press__panel-cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-box-align: ccenterc;
  -webkit-align-items: center;
  -moz-box-align: ccenterc;
  -ms-flex-align: ccenterc;
  align-items: center;
  -ms-flex-pack: eende;
  -webkit-box-pack: flex-end;
  -moz-box-pack: flex-end;
  -ms-flex-pack: fflex-endf;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media (max-width: 739px) {
  .template-1 .g-press__panel-cols {
    display: block;
  }
}
.g-press__panel-col {
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  margin-right: 45px;
}
.g-press__panel-col:last-child {
  margin-right: 0;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-press__panel-col {
    margin-right: 30px;
  }
}
@media (max-width: 739px) {
  .g-press__panel-col {
    margin-right: 0;
  }
}
.g-press__panel-col--calendar {
  -moz-flex-basis: 320px;
  -ms-flex-basis: 320px;
  -webkit-flex-basis: 320px;
  flex-basis: 320px;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
}
.g-press__panel-col--calendar .calendar__date-range {
  margin-right: 0;
}
@media (max-width: 739px) {
  .g-press__panel-col--calendar {
    margin-bottom: 20px;
  }
}
.g-press__panel-col--search {
  -moz-flex-basis: 30px;
  -ms-flex-basis: 30px;
  -webkit-flex-basis: 30px;
  flex-basis: 30px;
  text-align: right;
}
.g-press__panel-col--reset {
  -moz-flex-basis: auto;
  -ms-flex-basis: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  text-align: center;
}
@media (max-width: 739px) {
  .g-press__panel-col--reset {
    text-align: left;
  }
}
.g-press__search-open {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 28px;
  border: none;
  outline: none;
  padding: 0;
  background: transparent;
}
.template-2 .g-press__search-open,
.template-3 .g-press__search-open {
  display: none;
}
.g-press__search-open .search-field__icon.hidden {
  display: none;
}
@media (max-width: 739px) {
  .template-1 .g-press__search-open {
    display: none;
  }
}
.g-press__search-field {
  display: none;
}
.template-1 .g-press__search-field {
  position: absolute;
  left: 0;
  right: 0;
  width: auto;
  background: #ffffff;
  top: 100%;
  z-index: 1;
}
.template-1 .g-press__search-field:before {
  content: "";
  position: absolute;
  width: 5000px;
  left: -2500px;
  height: 100%;
  top: 0;
  background: #ffffff;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  -wabkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  z-index: 0;
}
.template-1 .g-press__search-field .search-field__input {
  border-color: transparent;
}
.template-1 .g-press__search-field.active {
  display: block;
  -webkit-animation: appearFromTop 0.5s ease-out;
  -moz-animation: appearFromTop 0.5s ease-out;
  -o-animation: appearFromTop 0.5s ease-out;
  animation: appearFromTop 0.5s ease-out;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-1 .g-press__search-field {
    left: 15px;
    right: 15px;
  }
}
.template-2 .g-press__search-field,
.template-3 .g-press__search-field {
  display: block;
}
@media (max-width: 739px) {
  .template-1 .g-press__search-field {
    display: block;
    position: relative;
    background: transparent;
  }
  .template-1 .g-press__search-field:before {
    display: none;
  }
  .template-1 .g-press__search-field .search-field__input {
    border-bottom-color: #c5cdda;
  }
}
.g-press__reset {
  border: none;
  outline: none;
  background: transparent;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: #d9394e;
  cursor: pointer;
  font-style: normal;
  font-weight: 400;
  position: relative;
  padding-left: 35px;
  white-space: nowrap;
}
.g-press__reset:hover,
.g-press__reset:active,
.g-press__reset:focus {
  color: #243247;
  border-color: transparent;
}
.content--dark-bg .g-press__reset {
  color: #d9394e;
}
.content--dark-bg .g-press__reset:hover,
.content--dark-bg .g-press__reset:active,
.content--dark-bg .g-press__reset:focus {
  color: #ffffff;
}
.g-press__reset .reset-icon {
  position: absolute;
  top: 50%;
  left: 0;
  width: 22px;
  height: 22px;
  display: block;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.g-press__form-block {
  margin-bottom: 32px;
}
.template-1 .g-press__form-block {
  display: none;
}
.g-press__form-block:last-child {
  margin-bottom: 40px;
}
@media (max-width: 739px) {
  .g-press__form-block:last-child {
    margin-bottom: 0;
  }
}
.g-press__form-block .calendar {
  margin-bottom: 0;
}
.g-press__block {
  margin-bottom: 40px;
}
.template-1 .g-press__block {
  display: none;
}
.g-press__form-block-title {
  font-size: 18px;
  color: #39414e;
  font-weight: 400;
  font-style: normal;
  line-height: 1.57;
  margin-bottom: 22px;
}
.content--dark-bg .g-press__form-block-title {
  color: #ffffff;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-press__form-block-title {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (max-width: 739px) {
  .g-press__form-block-title {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-press__form-block-title {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (max-width: 739px) {
  .g-press__form-block-title {
    font-size: 16px;
    line-height: 1.57;
  }
}
.g-press__panel-filter-title {
  font-size: 18px;
  color: #39414e;
  font-weight: 400;
  font-style: normal;
  line-height: 1.57;
  margin-bottom: 22px;
}
.template-1 .g-press__panel-filter-title {
  display: none;
}
@media (max-width: 739px) {
  .template-1 .g-press__panel-filter-title {
    display: block;
  }
}
.content--dark-bg .g-press__panel-filter-title {
  color: #ffffff;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-press__panel-filter-title {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (max-width: 739px) {
  .g-press__panel-filter-title {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-press__panel-filter-title {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (max-width: 739px) {
  .g-press__panel-filter-title {
    font-size: 16px;
    line-height: 1.57;
  }
}
.g-press__form-block-row {
  margin-bottom: 20px;
}
.g-press__form-block-row:last-child {
  margin-bottom: 0;
}
.g-press__form-block-row--more {
  margin-top: 25px;
}
.g-press__more-btn {
  border: none !important;
  position: relative;
  padding-left: 35px;
  display: inline-block;
  vertical-align: middle;
}
.g-press__more-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
}
.g-press__form-block .calendar__btn:last-child {
  margin-bottom: 0;
}
.g-press__block--contacts,
.g-press__block--subscribe {
  background: #ffffff;
  padding: 35px 30px 40px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-press__block--contacts,
  .g-press__block--subscribe {
    padding: 20px;
  }
}
@media (max-width: 739px) {
  .g-press__block--contacts,
  .g-press__block--subscribe {
    margin: 0 -15px;
    border-top: 1px solid #e6ebf2;
    padding: 30px 15px;
  }
}
.g-press__panel-contacts-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 10px;
}
.g-press__panel-contacts-img img {
  display: block;
  width: 100%;
  max-width: 100%;
}
.g-press__panel-contacts-name {
  color: #39414e;
  font-size: 24px;
  /* task_2269 */
  line-height: 1;
  margin-bottom: 12px;
  display: inline-block;
  font-weight: 700;
  font-style: normal;
  border: none;
}
.content .g-press__panel-contacts-name {
  border: none;
}
.g-press__panel-contacts-post {
  margin-bottom: 15px;
}
.g-press__panel-contacts-links {
  margin-top: 15px;
}
.g-press__panel-contacts-link {
  margin-bottom: 5px;
  display: block;
  color: #7787a0;
  font-size: 14px;
}
.g-press__panel-contacts-link:last-child {
  margin-bottom: 0;
}
.content .g-press__panel-contacts-link {
  border: none;
}
.g-press__panel-contacts-link--tel {
  color: #7787a0;
}
.g-press__block--subscribe {
  padding-top: 85px;
  position: relative;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-press__block--subscribe {
    padding-top: 65px;
  }
}
@media (max-width: 739px) {
  .g-press__block--subscribe {
    border: none;
    padding: 0;
  }
}
.g-press__panel-subscribe-icon {
  left: 30px;
  top: 40px;
  width: 29px;
  height: 22px;
  color: #00a0e3;
  position: absolute;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-press__panel-subscribe-icon {
    top: 25px;
  }
}
@media (max-width: 739px) {
  .g-press__panel-subscribe-icon {
    top: 25px;
  }
}
.g-press__panel-subscribe-title {
  margin-bottom: 2px;
}
.content .g-press__panel-subscribe-title {
  margin-bottom: 2px;
}
.g-press__panel-subscribe-description {
  margin-bottom: 15px;
}
.g-press__panel-subscribe-form {
  margin-top: 15px;
  position: relative;
}
.g-press__panel-subscribe-form .field {
  margin-top: 0;
}
.g-press__panel-subscribe-form .field__input {
  padding-right: 30px;
}
.g-press__panel-subscribe-btn {
  position: absolute;
  border: none;
  background: transparent;
  right: 0;
  top: 0;
  bottom: 0;
  width: 30px;
  z-index: 2;
  padding: 0;
}
.g-press__panel-subscribe-btn-icon {
  color: #00a0e3;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 16px;
  height: 20px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.g-press__panel-subscribe-btn:hover .g-press__panel-subscribe-btn-icon {
  color: #d9394e;
}
.g-press__block--banner {
  width: 100%;
}
.g-press__block--banner img {
  display: block;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 739px) {
  .g-press__block--banner {
    padding-top: 30px;
    margin-bottom: 0;
  }
}
.template-1 .g-press__content {
  display: block;
}
.template-2 .g-press__content {
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-left: 30px;
  padding-bottom: 40px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-2 .g-press__content {
    margin-left: 15px;
  }
}
@media (max-width: 739px) {
  .template-2 .g-press__content {
    margin-left: 0;
    padding-bottom: 28px;
  }
}
.template-3 .g-press__content {
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: 30px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-3 .g-press__content {
    margin-right: 15px;
  }
}
@media (max-width: 739px) {
  .template-3 .g-press__content {
    margin-right: 0;
  }
}
.template-4 .g-press__content {
  display: block;
}
@media (max-width: 739px) {
  .template-4 .g-press__content {
    padding-bottom: 30px;
  }
}
.g-press__content-search {
  margin-bottom: 55px;
}
.template-1 .g-press__content-search {
  display: none;
}
.g-press__section {
  margin-bottom: 30px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-press__section {
    margin-bottom: 0;
  }
}
@media (max-width: 739px) {
  .g-press__section {
    margin-bottom: 0;
  }
}
.g-press__section--big-push {
  margin-bottom: 60px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-press__section--big-push {
    margin-bottom: 30px;
  }
}
@media (max-width: 739px) {
  .g-press__section--big-push {
    margin-bottom: 30px;
  }
}
.g-press__section-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-box-align: ccenterc;
  -webkit-align-items: center;
  -moz-box-align: ccenterc;
  -ms-flex-align: ccenterc;
  align-items: center;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: sspace-betweens;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 30px;
}
.g-press__section-top > * {
  margin-right: 30px;
}
.g-press__section-top > *:last-child {
  margin-right: 0;
}
@media (max-width: 739px) {
  .g-press__section-top {
    display: block;
  }
  .g-press__section-top > * {
    margin-right: 0;
    margin-bottom: 5px;
  }
  .g-press__section-top > *:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }
}
.g-press__section-title {
  display: inline-block;
  color: #39414e;
  font-size: 26px;
  line-height: 1.38;
  font-weight: 700;
  font-style: normal;
}
.content .g-press__section-title {
  border: none;
}
@media (max-width: 739px) {
  .g-press__section-title {
    display: block;
  }
}
.g-press__section-all {
  display: inline-block;
}
.g-press__section-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.g-press__section-list--with-slider {
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
  margin: 0;
}
.g-press__section-item {
  margin-bottom: 45px !important;
  position: relative;
  z-index: 0;
}
.cols-1 .g-press__section-item {
  width: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  max-width: 100%;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .cols-1 .g-press__section-item {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 739px) {
  .cols-1 .g-press__section-item {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.cols-2 .g-press__section-item {
  width: 50%;
  max-width: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .cols-2 .g-press__section-item {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .cols-2 .g-press__section-item {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.cols-3 .g-press__section-item {
  width: 33.333333%;
  max-width: 33.333333%;
  -moz-flex-basis: 33.333333%;
  -ms-flex-basis: 33.333333%;
  -webkit-flex-basis: 33.333333%;
  flex-basis: 33.333333%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .cols-3 .g-press__section-item {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .cols-3 .g-press__section-item {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.cols-4 .g-press__section-item {
  width: 25%;
  max-width: 25%;
  -moz-flex-basis: 25%;
  -ms-flex-basis: 25%;
  -webkit-flex-basis: 25%;
  flex-basis: 25%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .cols-4 .g-press__section-item {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .cols-4 .g-press__section-item {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.g-press__section-list--with-slider .g-press__section-item {
  max-width: 100%;
  -moz-flex-basis: auto;
  -ms-flex-basis: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  width: auto;
  padding: 0;
}
.template-4.cols-2 .g-press__section-list--no-slider .g-press__section-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-4.cols-2 .g-press__section-list--no-slider .g-press__section-item {
    display: block;
  }
}
@media (max-width: 739px) {
  .template-4.cols-2 .g-press__section-list--no-slider .g-press__section-item {
    display: block;
  }
}
@media (max-width: 739px) {
  .g-press__section-item {
    margin-bottom: 30px !important;
  }
}
.g-press__section-item-img-wrap {
  width: 100%;
  display: block;
  position: relative;
  background-color: #00a0e3;
  margin-bottom: 20px;
  border-bottom: none !important;
  height: 200px;
  overflow: hidden;
}
.cols-2 .g-press__section-list--no-slider .g-press__section-item-img-wrap {
  width: 100%;
  height: 260px;
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 20px;
  margin-bottom: 0;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .cols-2 .g-press__section-list--no-slider .g-press__section-item-img-wrap {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
}
@media (max-width: 739px) {
  .cols-2 .g-press__section-list--no-slider .g-press__section-item-img-wrap {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
}
.cols-3 .g-press__section-item-img-wrap {
  height: 210px;
}
.template-2.cols-2 .g-press__section-item-img-wrap,
.template-3.cols-2 .g-press__section-item-img-wrap {
  height: 220px;
  width: 100%;
  margin-right: 0;
  margin-bottom: 20px;
}
.cols-4 .g-press__section-item-img-wrap,
.template-2.cols-2 .g-press__section-list--with-slider .g-press__section-item-img-wrap,
.template-3.cols-2 .g-press__section-list--with-slider .g-press__section-item-img-wrap {
  height: 160px;
}
.template-2.cols-3 .g-press__section-item-img-wrap,
.template-3.cols-3 .g-press__section-item-img-wrap {
  height: 160px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .cols-2 .g-press__section-item-img-wrap,
  .cols-3 .g-press__section-item-img-wrap,
  .cols-4 .g-press__section-item-img-wrap {
    height: 220px !important;
  }
  .template-2.cols-2 .g-press__section-item-img-wrap,
  .template-2.cols-3 .g-press__section-item-img-wrap,
  .template-3.cols-2 .g-press__section-item-img-wrap,
  .template-3.cols-3 .g-press__section-item-img-wrap {
    height: 140px !important;
  }
}
@media (min-width: 740px) and (max-width: 1024px) and (orientation: landscape) {
  .cols-2 .g-press__section-item-img-wrap,
  .cols-3 .g-press__section-item-img-wrap,
  .cols-4 .g-press__section-item-img-wrap {
    height: 280px !important;
  }
  .template-2.cols-2 .g-press__section-item-img-wrap,
  .template-2.cols-3 .g-press__section-item-img-wrap,
  .template-3.cols-2 .g-press__section-item-img-wrap,
  .template-3.cols-3 .g-press__section-item-img-wrap {
    height: 220px !important;
  }
}
@media (max-width: 739px) {
  .g-press__section-item-img-wrap {
    margin-bottom: 10px;
  }
  .cols-2 .g-press__section-item-img-wrap,
  .cols-3 .g-press__section-item-img-wrap,
  .cols-4 .g-press__section-item-img-wrap {
    height: 215px !important;
  }
}
@media (max-width: 739px) and (orientation: landscape) {
  .cols-2 .g-press__section-item-img-wrap,
  .cols-3 .g-press__section-item-img-wrap,
  .cols-4 .g-press__section-item-img-wrap {
    height: 330px !important;
  }
}
.g-press__section-item-img-fog {
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: 0.2s 0.3s ease;
  -o-transition: 0.2s 0.3s ease;
  transition: 0.2s 0.3s ease;
  -webkit-transition: 0.2s 0.2s linear;
  -moz-transition: 0.2s 0.2s linear;
  -ms-transition: 0.2s 0.2s linear;
  -o-transition: 0.2s 0.2s linear;
  transition: 0.2s 0.2s linear;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
@media (min-width: 1025px) {
  .g-press__section-item-img-wrap:hover .g-press__section-item-img-fog {
    opacity: 1;
  }
}
.g-press__section-item-img-eye {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 47px;
  height: 47px;
  background: #00a0e3;
}
.g-press__section-item-img-eye .icon {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 19px;
  height: 13px;
}
@media (min-width: 1025px) {
  .g-press__section-item-img-wrap:active .g-press__section-item-img-eye {
    display: none;
  }
}
.g-press__section-item-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.g-press__section-item-img:after {
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(57, 65, 78, 0);
  position: absolute;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.g-press__section-item-img-wrap:hover .g-press__section-item-img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.g-press__section-item-img-wrap:hover .g-press__section-item-img:after {
  background-color: rgba(57, 65, 78, 0);
}
.g-press__media-list {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  top: 15px;
  right: 15px;
}
.g-press__section-item--main .g-press__media-list {
  top: 30px;
  right: 30px;
}
@media (max-width: 739px) {
  .g-press__section-item--main .g-press__media-list {
    top: 15px;
    right: 15px;
  }
}
.g-press__media-item {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: block;
  margin-right: 10px;
  background: #00a0e3;
  position: relative;
}
.g-press__media-item:last-child {
  margin-right: 0;
}
.g-press__media-item-icon {
  position: absolute;
  color: #ffffff;
}
.g-press__media-item--video .g-press__media-item-icon {
  top: 8px;
  left: 10px;
  width: 13px;
  height: 14px;
}
.g-press__media-item--photo .g-press__media-item-icon {
  top: 7px;
  left: 7px;
  width: 16px;
  height: 14px;
}
.g-press__section-item--main .g-press__section-item-content {
  position: relative;
}
.g-press__section-item-content > *:last-child {
  margin-bottom: 0;
}
.g-press__section-item-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-box-align: ccenterc;
  -webkit-align-items: center;
  -moz-box-align: ccenterc;
  -ms-flex-align: ccenterc;
  align-items: center;
  margin-bottom: 8px;
}
.g-press__section-item-top > * {
  margin-right: 12px;
}
.g-press__section-item-top > *:last-child {
  margin-right: 0;
}
.g-press__section-item-category {
  position: absolute;
  top: 0;
  left: 0;
  background: #007ecd;
  color: #ffffff;
  font-size: 10px;
  font-weight: 500;
  font-style: normal;
  padding: 6px 12px;
  text-transform: uppercase;
  z-index: 2;
  display: none;
}
.g-press__section-item-top .g-press__section-item-category {
  position: static;
}
.g-press__section-item-date {
  font-size: 13px;
  color: #7787a0;
  font-weight: 400;
  font-style: normal;
  display: block;
  margin-bottom: 8px;
  /* task_2269 */
}
.content--dark-bg .g-press__section-item-date {
  color: #ffffff;
}
.g-press__section-item-top .g-press__section-item-date {
  margin-bottom: 0;
}
@media (max-width: 739px) {
  .g-press__section-item-date {
    margin-bottom: 4px;
  }
}
.g-press__section-item-title {
  font-size: 18px;
  color: #39414e;
  font-weight: 400;
  font-style: normal;
  line-height: 1.57;
  display: block;
  margin-bottom: 12px;
  border-bottom: none !important;
}
.content--dark-bg .g-press__section-item-title {
  color: #ffffff;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-press__section-item-title {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (max-width: 739px) {
  .g-press__section-item-title {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-press__section-item-title {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (max-width: 739px) {
  .g-press__section-item-title {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (min-width: 1025px) {
  .g-press__section-item-title:hover,
  .g-press__section-item-title:focus {
    text-decoration: underline;
  }
}
.g-press__section-item-title:active {
  text-decoration: none;
}
@media (max-width: 739px) {
  .g-press__section-item-title {
    margin-bottom: 4px;
  }
}
@media (max-width: 739px) {
  .g-press__section-item-description {
    display: none;
    margin-top: 10px;
    margin-bottom: 6px;
  }
  .content .g-press__section-item-description {
    margin-bottom: 6px;
  }
}
.g-press__section-item--main {
  width: 100% !important;
  -moz-flex-basis: 100% !important;
  -ms-flex-basis: 100% !important;
  -webkit-flex-basis: 100% !important;
  flex-basis: 100% !important;
  max-width: 100% !important;
  display: block !important;
}
.template-1 .g-press__section-item--main,
.template-4 .g-press__section-item--main {
  min-height: 360px;
  height: auto;
  margin-bottom: 35px !important;
}
@media (max-width: 739px) {
  .template-1 .g-press__section-item--main,
  .template-4 .g-press__section-item--main {
    margin-bottom: 40px !important;
    min-height: 50px;
  }
}
.template-2 .g-press__section-item--main,
.template-3 .g-press__section-item--main {
  min-height: 270px;
  height: auto;
  margin-bottom: 45px !important;
}
@media (max-width: 739px) {
  .template-2 .g-press__section-item--main,
  .template-3 .g-press__section-item--main {
    margin-bottom: 40px !important;
    min-height: 50px;
  }
}
.g-press__section-item--main .g-press__section-item-img-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-box-align: ccenterc;
  -webkit-align-items: center;
  -moz-box-align: ccenterc;
  -ms-flex-align: ccenterc;
  align-items: center;
  margin-bottom: 0;
}
.template-1 .g-press__section-item--main .g-press__section-item-img-wrap,
.template-4 .g-press__section-item--main .g-press__section-item-img-wrap {
  min-height: 360px;
  height: auto !important;
  padding: 70px 60px;
  width: 100% !important;
}
@media (max-width: 739px) {
  .template-1 .g-press__section-item--main .g-press__section-item-img-wrap,
  .template-4 .g-press__section-item--main .g-press__section-item-img-wrap {
    padding: 60px 15px 30px;
    min-height: 200px;
  }
}
.template-2 .g-press__section-item--main .g-press__section-item-img-wrap,
.template-3 .g-press__section-item--main .g-press__section-item-img-wrap {
  min-height: 270px;
  padding: 70px 35px;
  height: auto !important;
  width: 100% !important;
  margin-bottom: 0;
}
@media (max-width: 739px) {
  .template-2 .g-press__section-item--main .g-press__section-item-img-wrap,
  .template-3 .g-press__section-item--main .g-press__section-item-img-wrap {
    padding: 60px 15px 30px;
    min-height: 200px;
  }
}
.g-press__section-item--main .g-press__section-item-date {
  color: #ffffff;
}
.template-1 .g-press__section-item--main .g-press__section-item-title,
.template-4 .g-press__section-item--main .g-press__section-item-title {
  font-size: 26px;
  line-height: 1.38;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  max-width: 620px;
}
@media (max-width: 739px) {
  .template-1 .g-press__section-item--main .g-press__section-item-title,
  .template-4 .g-press__section-item--main .g-press__section-item-title {
    font-size: 21px;
  }
}
.template-2 .g-press__section-item--main .g-press__section-item-title,
.template-3 .g-press__section-item--main .g-press__section-item-title {
  font-weight: 700;
  font-size: 18px;
  color: #39414e;
  font-style: normal;
  line-height: 1.57;
  color: #ffffff;
  max-width: 420px;
}
.content--dark-bg .template-2 .g-press__section-item--main .g-press__section-item-title,
.content--dark-bg .template-3 .g-press__section-item--main .g-press__section-item-title {
  color: #ffffff;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-2 .g-press__section-item--main .g-press__section-item-title,
  .template-3 .g-press__section-item--main .g-press__section-item-title {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (max-width: 739px) {
  .template-2 .g-press__section-item--main .g-press__section-item-title,
  .template-3 .g-press__section-item--main .g-press__section-item-title {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-2 .g-press__section-item--main .g-press__section-item-title,
  .template-3 .g-press__section-item--main .g-press__section-item-title {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (max-width: 739px) {
  .template-2 .g-press__section-item--main .g-press__section-item-title,
  .template-3 .g-press__section-item--main .g-press__section-item-title {
    font-size: 16px;
    line-height: 1.57;
  }
}
.g-press__section-slider-btn {
  position: absolute;
  top: 90px;
  width: 30px;
  height: 50px;
  border: none;
  background: none;
  font-size: 0;
  z-index: 1;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.g-press__section-slider-btn--prev {
  left: 15px;
}
.g-press__section-slider-btn--next {
  right: 15px;
}
.g-press__section-slider-btn.swiper-button-disabled {
  opacity: 0;
}
.cols-3 .g-press__section-slider-btn {
  top: 85px;
}
.template-2.cols-3 .g-press__section-slider-btn,
.template-3.cols-3 .g-press__section-slider-btn,
.template-2.cols-2 .g-press__section-slider-btn,
.template-3.cols-2 .g-press__section-slider-btn {
  top: 60px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .cols-2 .g-press__section-slider-btn,
  .cols-3 .g-press__section-slider-btn,
  .cols-4 .g-press__section-slider-btn {
    top: 90px !important;
  }
  .template-2.cols-2 .g-press__section-slider-btn,
  .template-2.cols-3 .g-press__section-slider-btn,
  .template-3.cols-2 .g-press__section-slider-btn,
  .template-3.cols-3 .g-press__section-slider-btn {
    top: 50px !important;
  }
}
@media (min-width: 740px) and (max-width: 1024px) and (orientation: landscape) {
  .cols-2 .g-press__section-slider-btn,
  .cols-3 .g-press__section-slider-btn,
  .cols-4 .g-press__section-slider-btn {
    top: 120px !important;
  }
  .template-2.cols-2 .g-press__section-slider-btn,
  .template-2.cols-3 .g-press__section-slider-btn,
  .template-3.cols-2 .g-press__section-slider-btn,
  .template-3.cols-3 .g-press__section-slider-btn {
    top: 90px !important;
  }
}
@media (max-width: 739px) {
  .g-press__section-slider-btn {
    margin-bottom: 10px;
  }
  .cols-2 .g-press__section-slider-btn,
  .cols-3 .g-press__section-slider-btn,
  .cols-4 .g-press__section-slider-btn {
    top: 87px !important;
  }
}
@media (max-width: 739px) and (orientation: landscape) {
  .cols-2 .g-press__section-slider-btn,
  .cols-3 .g-press__section-slider-btn,
  .cols-4 .g-press__section-slider-btn {
    top: 145px !important;
  }
}
.g-press__section-slider-icon {
  width: 27px;
  height: 50px;
  color: #ffffff;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.g-press__section-slider-btn--prev .g-press__section-slider-icon {
  left: 0;
}
.g-press__section-slider-btn--next .g-press__section-slider-icon {
  right: 0;
}
.g-press__section-slider-btn:hover .g-press__section-slider-icon {
  color: #007ecd;
}
.g-press__section-item-slider-btn {
  position: absolute;
  top: 90px;
  width: 30px;
  height: 50px;
  border: none;
  background: none;
  font-size: 0;
  z-index: 1;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.g-press__section-item-slider-btn--prev {
  left: 15px;
}
.g-press__section-item-slider-btn--next {
  right: 15px;
}
.cols-3 .g-press__section-item-slider-btn {
  top: 85px;
}
.template-2.cols-3 .g-press__section-item-slider-btn,
.template-3.cols-3 .g-press__section-item-slider-btn,
.template-2.cols-2 .g-press__section-item-slider-btn,
.template-3.cols-2 .g-press__section-item-slider-btn {
  top: 60px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .cols-2 .g-press__section-item-slider-btn,
  .cols-3 .g-press__section-item-slider-btn,
  .cols-4 .g-press__section-item-slider-btn {
    top: 90px !important;
  }
  .template-2.cols-2 .g-press__section-item-slider-btn,
  .template-2.cols-3 .g-press__section-item-slider-btn,
  .template-3.cols-2 .g-press__section-item-slider-btn,
  .template-3.cols-3 .g-press__section-item-slider-btn {
    top: 50px !important;
  }
}
@media (min-width: 740px) and (max-width: 1024px) and (orientation: landscape) {
  .cols-2 .g-press__section-item-slider-btn,
  .cols-3 .g-press__section-item-slider-btn,
  .cols-4 .g-press__section-item-slider-btn {
    top: 120px !important;
  }
  .template-2.cols-2 .g-press__section-item-slider-btn,
  .template-2.cols-3 .g-press__section-item-slider-btn,
  .template-3.cols-2 .g-press__section-item-slider-btn,
  .template-3.cols-3 .g-press__section-item-slider-btn {
    top: 90px !important;
  }
}
@media (max-width: 739px) {
  .g-press__section-item-slider-btn {
    margin-bottom: 10px;
  }
  .cols-2 .g-press__section-item-slider-btn,
  .cols-3 .g-press__section-item-slider-btn,
  .cols-4 .g-press__section-item-slider-btn {
    top: 87px !important;
  }
}
@media (max-width: 739px) and (orientation: landscape) {
  .cols-2 .g-press__section-item-slider-btn,
  .cols-3 .g-press__section-item-slider-btn,
  .cols-4 .g-press__section-item-slider-btn {
    top: 145px !important;
  }
}
.g-press__section-item-slider-icon {
  width: 27px;
  height: 50px;
  color: #ffffff;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.g-press__section-item-slider-btn-prev .g-press__section-item-slider-icon {
  left: 0;
}
.g-press__section-item-slider-btn-next .g-press__section-item-slider-icon {
  right: 0;
}
.g-press__section-item-slider-btn:hover .g-press__section-item-slider-icon {
  color: #007ecd;
}
/* --------------- article page */
.g-press__article-header {
  background-color: #00a0e3;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 490px;
  padding: 50px 0;
  margin-bottom: 45px;
  position: relative;
}
.g-press__article-header:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}
@media (max-width: 739px) {
  .g-press__article-header {
    min-height: 200px;
    padding: 30px 0;
    margin-bottom: 30px;
  }
}
.g-press__inner--article {
  min-height: 390px;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-box-align: ccenterc;
  -webkit-align-items: center;
  -moz-box-align: ccenterc;
  -ms-flex-align: ccenterc;
  align-items: center;
}
@media (max-width: 739px) {
  .g-press__inner--article {
    min-height: 140px;
  }
}
.g-press__article-header-content {
  max-width: 860px;
}
.content .g-press__article-header-title {
  margin-bottom: 35px;
}
.content.template-4 .g-press__article-header-title {
  margin-top: 50px;
}
.g-press__article-header-description {
  font-size: 18px;
  color: #39414e;
  font-weight: 400;
  font-style: normal;
  line-height: 1.57;
}
.content--dark-bg .g-press__article-header-description {
  color: #ffffff;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-press__article-header-description {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (max-width: 739px) {
  .g-press__article-header-description {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-press__article-header-description {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (max-width: 739px) {
  .g-press__article-header-description {
    font-size: 16px;
    line-height: 1.57;
  }
}
.content .g-press__article-header-description {
  margin-bottom: 35px;
}
@media (max-width: 739px) {
  .content .g-press__article-header-description {
    margin-bottom: 20px;
  }
}
.g-press__article-header-date {
  font-size: 13px;
  color: #7787a0;
  font-weight: 400;
  font-style: normal;
  display: block;
  position: relative;
  padding-left: 22px;
}
.content--dark-bg .g-press__article-header-date {
  color: #ffffff;
}
.g-press__article-header-date-icon {
  position: absolute;
  width: 13px;
  height: 12px;
  color: #ffffff;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
.template-4 .g-press__article-inner {
  max-width: 800px;
  margin: 0 auto;
}
.g-press__article-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-box-align: ccenterc;
  -webkit-align-items: center;
  -moz-box-align: ccenterc;
  -ms-flex-align: ccenterc;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 739px) {
  .g-press__article-top {
    margin-bottom: 15px;
  }
}
.g-press__article-top-item {
  font-size: 13px;
  color: #7787a0;
  font-weight: 400;
  font-style: normal;
  border: none;
  position: relative;
  display: block;
  padding-left: 20px;
  margin-right: 20px;
  margin-bottom: 5px;
}
.content--dark-bg .g-press__article-top-item {
  color: #ffffff;
}
.content .g-press__article-top-item {
  border: none;
}
.g-press__article-top-item:last-child {
  margin-right: 0;
}
.g-press__article-top-icon {
  position: absolute;
  width: 14px;
  height: 14px;
  color: #00a0e3;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.g-press__article-top-item--media:hover .g-press__article-top-icon {
  color: #007ecd;
}
.g-press__img {
  margin: 35px 0;
}
.g-press__img img {
  display: block;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 739px) {
  .g-press__img {
    margin: 25px 0;
  }
}
.g-press__video {
  margin: 35px 0;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.g-press__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 739px) {
  .g-press__video {
    margin: 25px 0;
  }
}
.g-press__quote {
  margin: 50px auto;
  max-width: 800px;
  text-align: left;
  position: relative;
}
.g-press__quote:before {
  content: '\201D';
  position: absolute;
  -webkit-transform: translate(0, -30%);
  -moz-transform: translate(0, -30%);
  -ms-transform: translate(0, -30%);
  -o-transform: translate(0, -30%);
  transform: translate(0, -30%);
  display: block;
  font-family: "Times New Roman";
  font-weight: bold;
  font-size: 100px;
  line-height: 1;
  color: #00a0e3;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  left: 0;
  top: 0;
}
.g-press__quote:after {
  content: '\201D';
  position: absolute;
  display: block;
  font-family: "Times New Roman";
  font-weight: bold;
  font-size: 100px;
  line-height: 1;
  color: #00a0e3;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(0, 65%);
  -moz-transform: translate(0, 65%);
  -ms-transform: translate(0, 65%);
  -o-transform: translate(0, 65%);
  transform: translate(0, 65%);
}
.g-press__quote-text,
.g-press__quote p {
  margin: 0 0 20px;
  font-size: 24px;
  color: #39414e;
  font-weight: 300;
  line-height: 1.5;
  font-style: italic;
}
@media (max-width: 739px) {
  .g-press__quote-text,
  .g-press__quote p {
    font-size: 20px;
  }
}
.g-press__quote-author {
  margin-top: 30px;
}
@media (max-width: 739px) {
  .g-press__quote-author {
    margin-top: 15px;
  }
}
.g-press__quote-top,
.g-press__quote-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  color: #00a0e3;
  display: none !important;
}
.g-press__quote-top i,
.g-press__quote-bottom i {
  display: block;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  color: inherit;
}
.g-press__quote-top i .icon,
.g-press__quote-bottom i .icon {
  width: 48px;
  height: 33px;
}
.g-press__quote-top i:first-child,
.g-press__quote-bottom i:first-child {
  margin-right: 30px;
}
.g-press__quote-top i:last-child,
.g-press__quote-bottom i:last-child {
  margin-left: 30px;
}
.g-press__quote-top b,
.g-press__quote-bottom b {
  display: block;
  width: auto;
  color: inherit;
  border-bottom: 2px solid;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.g-press__quote-inner {
  padding: 30px 20px;
  position: relative;
}
.g-press__quote-inner:before {
  position: absolute;
  content: '';
  height: 2px;
  background: #00a0e3;
  top: 0;
  right: 0;
  left: 80px;
}
.g-press__quote-inner:after {
  position: absolute;
  content: '';
  height: 2px;
  background: #00a0e3;
  bottom: 0;
  right: 80px;
  left: 0;
}
@media (max-width: 739px) {
  .g-press__quote {
    margin: 30px auto;
  }
}
.g-press__textmark {
  margin: 50px auto;
  max-width: 800px;
  text-align: left;
  border-left: 7px solid #00a0e3;
}
.g-press__textmark-inner {
  padding: 30px 20px;
}
.g-press__textmark-text {
  font-size: 24px;
  color: #39414e;
  font-weight: 300;
  line-height: 1.5;
  font-style: italic;
}
@media (max-width: 739px) {
  .g-press__textmark-text {
    font-size: 20px;
  }
}
.g-press__textmark-author {
  margin-top: 30px;
}
@media (max-width: 739px) {
  .g-press__textmark-author {
    margin-top: 15px;
  }
}
@media (max-width: 739px) {
  .g-press__textmark {
    margin: 30px auto;
  }
}
.g-press__article-sliders {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 100px 0;
  overflow: hidden;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-press__article-sliders {
    margin: 80px 0;
  }
}
@media (max-width: 739px) {
  .g-press__article-sliders {
    margin: 40px 0;
  }
}
.slider-1 .g-press__article-sliders {
  -moz-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 974px;
  margin: 100px auto;
  width: 100%;
}
.slider-1 .g-press__article-sliders .swiper-container {
  width: 100%;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .slider-1 .g-press__article-sliders {
    margin: 80px auto;
  }
}
@media (max-width: 739px) {
  .slider-1 .g-press__article-sliders {
    margin: 40px auto;
  }
}
.slider-4 .g-press__article-sliders {
  display: block;
}
.g-press__article-slider-thumbs {
  -moz-flex-basis: 166px;
  -ms-flex-basis: 166px;
  -webkit-flex-basis: 166px;
  flex-basis: 166px;
  width: 166px;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-right: 30px;
  position: relative;
  height: 500px;
}
.slider-3 .g-press__article-slider-thumbs {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-box-ordinal-group: 1;
  -moz-order: 1;
  -ms-order: 1;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-right: 0;
  margin-left: 30px;
}
.template-2 .slider-3 .g-press__article-slider-thumbs,
.template-2 .slider-2 .g-press__article-slider-thumbs,
.template-3 .slider-3 .g-press__article-slider-thumbs,
.template-3 .slider-2 .g-press__article-slider-thumbs {
  display: none;
}
.slider-4 .g-press__article-slider-thumbs {
  display: none;
}
.slider-1 .g-press__article-slider-thumbs {
  margin-right: 0;
  width: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-box-ordinal-group: 1;
  -moz-order: 1;
  -ms-order: 1;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-top: 25px;
  height: 125px;
}
.template-2 .slider-1 .g-press__article-slider-thumbs,
.template-3 .slider-1 .g-press__article-slider-thumbs {
  margin-top: 15px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-press__article-slider-thumbs {
    display: none;
  }
}
@media (max-width: 739px) {
  .g-press__article-slider-thumbs {
    display: none;
  }
}
.g-press__article-slider-thumbs-item {
  background-color: #e6ebf2;
  display: block;
  height: 125px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border: none !important;
  position: relative;
  overflow: hidden;
}
.g-press__article-slider-thumbs-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.g-press__article-slider-thumbs-img:after {
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(57, 65, 78, 0);
  position: absolute;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.g-press__article-slider-thumbs-item:hover .g-press__article-slider-thumbs-img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.g-press__article-slider-thumbs-item:hover .g-press__article-slider-thumbs-img:after {
  background-color: rgba(57, 65, 78, 0);
}
.g-press__article-slider-thumbs-item.swiper-slide-active .g-press__article-slider-thumbs-img,
.g-press__article-slider-thumbs-item.swiper-slide-active:hover .g-press__article-slider-thumbs-img {
  border: 4px solid #00a0e3;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.g-press__article-slider-thumbs-btn {
  position: absolute;
  left: 72px;
  width: 26px;
  height: 50px;
  border: none;
  background: none;
  font-size: 0;
  z-index: 1;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  padding: 0;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.g-press__article-slider-thumbs-btn--prev {
  top: 20px;
}
.g-press__article-slider-thumbs-btn--next {
  bottom: 20px;
}
.g-press__article-slider-thumbs-btn.swiper-button-disabled {
  opacity: 0;
}
.slider-1 .g-press__article-slider-thumbs-btn {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: auto;
}
.slider-1 .g-press__article-slider-thumbs-btn--prev {
  left: 15px;
}
.slider-1 .g-press__article-slider-thumbs-btn--next {
  right: 15px;
}
.g-press__article-slider-thumbs-icon {
  width: 26px;
  height: 50px;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.g-press__article-slider-thumbs-btn:hover .g-press__article-slider-thumbs-icon {
  color: #007ecd;
}
.g-press__article-slider {
  position: relative;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  max-width: 974px;
}
@media (max-width: 739px) {
  .g-press__article-slider {
    width: 100% !important;
  }
}
.g-press__article-slider-item {
  width: 100%;
  min-height: 550px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-2 .g-press__article-slider-item,
  .template-3 .g-press__article-slider-item {
    min-height: 350px;
  }
}
@media (max-width: 739px) {
  .g-press__article-slider-item {
    min-height: 250px;
  }
}
.g-press__article-slider-img {
  background-color: #e6ebf2;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: block;
  height: 500px;
  margin-bottom: 10px;
  border: none !important;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-2 .g-press__article-slider-img,
  .template-3 .g-press__article-slider-img {
    height: 300px;
  }
}
@media (max-width: 739px) {
  .g-press__article-slider-img {
    height: 250px;
    margin-bottom: 65px;
  }
}
.g-press__article-slider-title {
  font-size: 18px;
  color: #39414e;
  font-weight: 400;
  font-style: normal;
  line-height: 1.57;
  margin-bottom: 2px;
  padding-right: 130px;
}
.content--dark-bg .g-press__article-slider-title {
  color: #ffffff;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-press__article-slider-title {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (max-width: 739px) {
  .g-press__article-slider-title {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-press__article-slider-title {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (max-width: 739px) {
  .g-press__article-slider-title {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (max-width: 739px) {
  .g-press__article-slider-title {
    padding-right: 0;
  }
}
.g-press__article-slider-date {
  font-size: 13px;
  color: #7787a0;
  font-weight: 400;
  font-style: normal;
  padding-right: 130px;
}
.content--dark-bg .g-press__article-slider-date {
  color: #ffffff;
}
@media (max-width: 739px) {
  .g-press__article-slider-date {
    padding-right: 0;
  }
}
.g-press__article-slider-pagination {
  position: absolute;
  top: 520px;
  right: 0;
  width: 114px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-2 .g-press__article-slider-pagination,
  .template-3 .g-press__article-slider-pagination {
    top: 320px;
  }
}
@media (max-width: 739px) {
  .g-press__article-slider-pagination {
    top: 270px;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
  }
}
.g-press__article-slider-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 13px;
  height: 33px;
  border: none;
  background: none;
  font-size: 0;
  z-index: 1;
  opacity: 1;
  padding: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.g-press__article-slider-btn--prev {
  left: 0;
}
.g-press__article-slider-btn--next {
  right: 0;
}
.g-press__article-slider-btn.swiper-button-disabled {
  opacity: 0.3;
}
.g-press__article-slider-icon {
  width: 13px;
  height: 33px;
  color: #00a0e3;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.g-press__article-slider-btn--prev .g-press__article-slider-icon {
  left: 0;
}
.g-press__article-slider-btn--next .g-press__article-slider-icon {
  right: 0;
}
.g-press__article-slider-btn:hover .g-press__article-slider-icon {
  color: #007ecd;
}
.g-press__article-slider-counter {
  text-align: center;
  padding: 0 20px;
  font-size: 18px;
  color: #39414e;
  font-weight: 400;
  font-style: normal;
  line-height: 1.57;
}
.content--dark-bg .g-press__article-slider-counter {
  color: #ffffff;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-press__article-slider-counter {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (max-width: 739px) {
  .g-press__article-slider-counter {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-press__article-slider-counter {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (max-width: 739px) {
  .g-press__article-slider-counter {
    font-size: 16px;
    line-height: 1.57;
  }
}
.g-press__article-blocks {
  margin-top: 100px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-press__article-blocks {
    margin-top: 80px;
  }
}
@media (max-width: 739px) {
  .g-press__article-blocks {
    margin-top: 40px;
  }
}
.g-press__article-block {
  margin-bottom: 45px;
}
@media (max-width: 739px) {
  .g-press__article-block {
    margin-bottom: 30px;
  }
}
.g-press__article-block-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: sspace-betweens;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-box-align: sstarts;
  -webkit-align-items: flex-start;
  -moz-box-align: sstarts;
  -ms-flex-align: sstarts;
  align-items: flex-start;
}
@media (max-width: 739px) {
  .g-press__article-block-row {
    display: block;
  }
}
.g-press__share {
  margin-right: 50px;
}
.template-3 .g-press__article-block .g-press__share,
.template-2 .g-press__article-block .g-press__share {
  display: none;
}
@media (max-width: 739px) {
  .g-press__share {
    display: block !important;
    margin-bottom: 20px;
  }
}
.template-4 .g-press__tags {
  max-width: 520px;
}
.g-press__share-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.g-press__share-btn {
  width: 50px;
  height: 50px;
  display: block;
  margin-right: 14px;
  margin-bottom: 10px;
  background: #243247;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: relative;
  opacity: 1;
  border-radius: 50%;
}
.content .g-press__share-btn {
  border: none;
}
.g-press__share-btn--fb {
  background: #204d9a;
}
.g-press__share-btn--fb:active {
  background: #16366c;
}
.g-press__share-btn--vk {
  background: #5da0ec;
}
.g-press__share-btn--vk:active {
  background: #2b83e6;
}
.g-press__share-btn--twitter {
  background: #6ec5eb;
}
.g-press__share-btn--twitter:active {
  background: #3db1e4;
}
.g-press__share-btn--google {
  background: #dc4e41;
}
.g-press__share-btn--google:active {
  background: #c13124;
}
.g-press__share-btn:hover {
  opacity: 0.8;
}
.g-press__share-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  color: #ffffff;
}
.g-press__tags-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-box-align: sstarts;
  -webkit-align-items: flex-start;
  -moz-box-align: sstarts;
  -ms-flex-align: sstarts;
  align-items: flex-start;
}
.g-press__tags-item {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  margin-bottom: 15px;
  padding: 6px 15px 7px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background: transparent;
  border: 1px solid #7787a0;
  border-radius: 24px;
  font-size: 10px;
  color: #7787a0;
  font-weight: 400;
  font-style: caption-small-font-style;
}
.content .g-press__tags-item {
  border: 1px solid #7787a0;
}
.content .g-press__tags-item:hover {
  color: #00a0e3;
  border-color: #00a0e3;
}
.g-press__tags-item:hover {
  color: #00a0e3;
  border-color: #00a0e3;
}
.g-press__subscribe {
  background: #f7f9fa;
  padding: 45px 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: sspace-betweens;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-press__subscribe {
    padding: 45px 40px;
  }
}
@media (max-width: 739px) {
  .g-press__subscribe {
    padding: 30px 15px;
    display: block;
  }
}
.g-press__subscribe-title {
  margin-right: 30px;
  padding-left: 50px;
  position: relative;
}
.content .g-press__subscribe-title {
  margin-bottom: 0;
}
.g-press__subscribe-icon {
  position: absolute;
  width: 29px;
  height: 20px;
  color: #00a0e3;
  top: 9px;
  left: 0;
}
.g-press__subscribe-form {
  width: 400px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-press__subscribe-form {
    width: 300px;
  }
}
@media (max-width: 739px) {
  .g-press__subscribe-form {
    width: 100%;
  }
}
.template-3 .g-press__article-block--subscribe,
.template-2 .g-press__article-block--subscribe {
  display: none;
}
@media (max-width: 739px) {
  .g-press__article-block--subscribe {
    display: block !important;
  }
}
.g-press__press-block--subscribe {
  margin-bottom: 45px;
}
.template-3 .g-press__press-block--subscribe,
.template-2 .g-press__press-block--subscribe {
  display: none;
  margin-bottom: 0;
}
@media (max-width: 739px) {
  .g-press__press-block--subscribe {
    display: block !important;
    margin-bottom: 30px;
  }
}
.g-press__section-item-iframe {
  margin: 0;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 20px;
}
.g-press__section-item-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.g-press__section-item--quote {
  padding-left: 57px !important;
}
.g-press__section-item-quotemark {
  font-family: PT Sans, Arial, sans-serif;
  color: #00a0e3;
  font-size: 115px;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 0.8;
}
.g-press__section-item-quote {
  margin-bottom: 20px;
}
@media (max-width: 739px) {
  .g-press__main-item-more .btn {
    display: block;
    margin: 0 auto;
  }
}
/* --------------- g-documents */
.g-documents {
  overflow: hidden;
  padding-bottom: 40px;
}
@media (max-width: 739px) {
  .g-documents {
    padding-bottom: 28px;
  }
}
.g-documents__inner {
  max-width: 1200px;
  padding: 0 15px;
  max-width: 1220px;
  padding: 0 20px;
  margin: 0 auto;
}
.g-documents__info {
  margin: 0 0 30px;
}
.g-documents__template-wrap {
  margin-top: 45px;
}
.template-1 .g-documents__template-wrap {
  display: block;
  margin-bottom: 30px;
}
@media (max-width: 739px) {
  .template-1 .g-documents__template-wrap {
    margin-bottom: 15px;
  }
}
.template-2 .g-documents__template-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 739px) {
  .template-2 .g-documents__template-wrap {
    display: block;
  }
}
.template-3 .g-documents__template-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 739px) {
  .template-3 .g-documents__template-wrap {
    display: block;
  }
}
.template-4 .g-documents__template-wrap {
  display: block;
}
@media (max-width: 739px) {
  .g-documents__template-wrap {
    margin-top: 30px;
  }
}
.g-documents__panel {
  background: #f7f9fa;
}
.template-1 .g-documents__panel {
  display: block;
  padding: 20px 0;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.template-1 .g-documents__panel:before {
  content: "";
  position: absolute;
  width: 5000px;
  left: -2500px;
  height: 100%;
  top: 0;
  background: #f7f9fa;
  z-index: 0;
}
.template-1 .g-documents__panel-content {
  position: relative;
  z-index: 1;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-1 .g-documents__panel {
    padding: 15px;
    margin: 0 -15px 15px;
  }
  .template-1 .g-documents__panel:before {
    display: none;
  }
}
@media (max-width: 739px) {
  .template-1 .g-documents__panel {
    padding: 15px;
    margin-bottom: 15px;
  }
  .template-1 .g-documents__panel:before {
    display: none;
  }
}
.template-2 .g-documents__panel {
  -moz-flex-basis: 360px;
  -ms-flex-basis: 360px;
  -webkit-flex-basis: 360px;
  flex-basis: 360px;
  width: 360px;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  padding: 30px 30px 90px;
  position: relative;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-2 .g-documents__panel {
    -moz-flex-basis: 260px;
    -ms-flex-basis: 260px;
    -webkit-flex-basis: 260px;
    flex-basis: 260px;
    width: 260px;
    padding: 15px 15px 30px;
  }
}
@media (max-width: 739px) {
  .template-2 .g-documents__panel {
    -moz-flex-basis: auto;
    -ms-flex-basis: auto;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    width: auto;
    padding: 15px;
    margin-bottom: 15px;
  }
}
.template-3 .g-documents__panel {
  -moz-flex-basis: 360px;
  -ms-flex-basis: 360px;
  -webkit-flex-basis: 360px;
  flex-basis: 360px;
  width: 360px;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-box-ordinal-group: 1;
  -moz-order: 1;
  -ms-order: 1;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  padding: 30px 30px 90px;
  position: relative;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-3 .g-documents__panel {
    -moz-flex-basis: 260px;
    -ms-flex-basis: 260px;
    -webkit-flex-basis: 260px;
    flex-basis: 260px;
    width: 260px;
    padding: 15px 15px 30px;
  }
}
@media (max-width: 739px) {
  .template-3 .g-documents__panel {
    -moz-flex-basis: auto;
    -ms-flex-basis: auto;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    width: auto;
    padding: 15px;
    margin-bottom: 15px;
  }
}
.template-4 .g-documents__panel {
  display: none;
}
@media (max-width: 739px) {
  .g-documents__panel {
    margin: 0 -15px 15px;
  }
}
.template-1 .g-documents__panel {
  display: none;
}
@media (max-width: 739px) {
  .g-documents__panel {
    background: #ffffff;
    margin-bottom: 0 !important;
  }
}
.g-documents__menu {
  margin: -30px -30px 0;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-documents__menu {
    margin: -15px -15px 0;
  }
}
@media (max-width: 739px) {
  .g-documents__menu {
    display: none;
  }
}
.g-documents__mobile-menu {
  display: none;
}
@media (max-width: 739px) {
  .g-documents__mobile-menu {
    display: block;
  }
}
.g-documents__menu-item {
  background: transparent;
  border: none;
  display: block;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  padding: 15px 30px;
  text-align: left;
  border-bottom: 1px solid #e6ebf2;
  color: #39414e;
}
.content .g-documents__menu-item {
  border-bottom: 1px solid #e6ebf2;
}
.g-documents__menu-item.active {
  background: #00a0e3;
  color: #ffffff;
  border-color: #00a0e3;
}
.g-documents__menu-item.active:hover,
.g-documents__menu-item.active:focus {
  background: #00a0e3;
  color: #ffffff;
  border-color: #00a0e3;
}
.g-documents__menu-item:hover,
.g-documents__menu-item:focus {
  background: #007ecd;
  color: #ffffff;
  border-color: #007ecd;
}
.g-documents__menu-item:active {
  background: #00a0e3;
  color: #ffffff;
  border-color: #00a0e3;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-documents__menu-item {
    padding: 15px;
  }
}
.template-1 .g-documents__content {
  display: block;
}
.template-2 .g-documents__content {
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-left: 30px;
  padding-bottom: 40px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-2 .g-documents__content {
    margin-left: 15px;
  }
}
@media (max-width: 739px) {
  .template-2 .g-documents__content {
    margin-left: 0;
    padding-bottom: 28px;
  }
}
.template-3 .g-documents__content {
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: 30px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-3 .g-documents__content {
    margin-right: 15px;
  }
}
@media (max-width: 739px) {
  .template-3 .g-documents__content {
    margin-right: 0;
  }
}
.template-4 .g-documents__content {
  display: block;
}
.g-documents__top {
  margin-bottom: 45px;
}
@media (max-width: 739px) {
  .g-documents__top {
    margin: 0 -15px 30px;
  }
}
.g-documents__top--main {
  margin-bottom: 30px;
}
@media (max-width: 739px) {
  .g-documents__top--main {
    margin: 0 -15px 30px;
  }
}
.g-documents__top-block {
  margin-bottom: 30px;
}
.g-documents__top-block:last-child {
  margin-bottom: 0;
}
.g-documents__tabs-link {
  padding: 0 25px 10px;
}
.g-documents__top-block--filters {
  background-color: #f7f9fa;
  padding: 20px;
  width: 100%;
  position: relative;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-documents__top-block--filters {
    padding: 15px;
  }
}
@media (max-width: 739px) {
  .g-documents__top-block--filters {
    padding: 15px;
  }
}
.g-documents__filters-blocks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-box-align: ccenterc;
  -webkit-align-items: center;
  -moz-box-align: ccenterc;
  -ms-flex-align: ccenterc;
  align-items: center;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: sspace-betweens;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 -15px 0;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-documents__filters-blocks {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 0;
  }
}
@media (max-width: 739px) {
  .g-documents__filters-blocks {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 0;
  }
}
.g-documents__filters-block {
  width: 25%;
  -moz-flex-basis: 25%;
  -ms-flex-basis: 25%;
  -webkit-flex-basis: 25%;
  flex-basis: 25%;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  margin: 0 15px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-documents__filters-block {
    width: 45%;
    -moz-flex-basis: 45%;
    -ms-flex-basis: 45%;
    -webkit-flex-basis: 45%;
    flex-basis: 45%;
    max-width: 45%;
    margin-bottom: 15px;
  }
}
@media (max-width: 739px) {
  .g-documents__filters-block {
    width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }
}
.template-2 .g-documents__filters-block--calendar,
.template-3 .g-documents__filters-block--calendar {
  -moz-flex-basis: 36%;
  -ms-flex-basis: 36%;
  -webkit-flex-basis: 36%;
  flex-basis: 36%;
}
.g-documents__filters-block--select {
  max-width: 570px;
}
.template-2 .g-documents__filters-block--select,
.template-3 .g-documents__filters-block--select {
  -moz-flex-basis: 18%;
  -ms-flex-basis: 18%;
  -webkit-flex-basis: 18%;
  flex-basis: 18%;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-documents__filters-block--select {
    max-width: 45%;
  }
}
@media (max-width: 739px) {
  .g-documents__filters-block--select {
    max-width: 100%;
  }
}
.g-documents__filters-block--reset {
  width: 80px;
  -moz-flex-basis: 80px;
  -ms-flex-basis: 80px;
  -webkit-flex-basis: 80px;
  flex-basis: 80px;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  text-align: center;
  max-width: 150px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-documents__filters-block--reset {
    width: 45%;
    max-width: 45%;
    text-align: right;
  }
}
@media (max-width: 739px) {
  .g-documents__filters-block--reset {
    width: 100%;
    max-width: 100%;
  }
}
.template-2 .g-documents__filters-block--search--index,
.template-3 .g-documents__filters-block--search--index {
  -webkit-box-ordinal-group: 4;
  -moz-box-ordinal-group: 4;
  -ms-box-ordinal-group: 4;
  -moz-order: 4;
  -ms-order: 4;
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -moz-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
  width: 30px;
  -moz-flex-basis: 30px;
  -ms-flex-basis: 30px;
  -webkit-flex-basis: 30px;
  flex-basis: 30px;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  text-align: right;
  max-width: 150px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-2 .g-documents__filters-block--search--index,
  .template-3 .g-documents__filters-block--search--index {
    width: 45%;
    max-width: 45%;
    text-align: right;
  }
}
@media (max-width: 739px) {
  .template-2 .g-documents__filters-block--search--index,
  .template-3 .g-documents__filters-block--search--index {
    width: 100%;
    max-width: 100%;
  }
}
.g-documents .calendar__date-range {
  margin-right: 0;
}
.g-documents .calendar__date-range > *:last-child {
  margin-right: 0;
}
.g-documents__search-open {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 28px;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}
.template-1 .g-documents__search-open,
.template-4 .g-documents__search-open {
  display: none;
}
.g-documents__search-open .search-field__icon.hidden {
  display: none;
}
@media (max-width: 739px) {
  .g-documents__search-open {
    display: none;
  }
}
.template-2 .g-documents__search-field,
.template-3 .g-documents__search-field {
  position: absolute;
  left: 0;
  right: 0;
  width: auto;
  background: #ffffff;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  -wabkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  top: 100%;
  z-index: 1;
  display: none;
}
.template-2 .g-documents__search-field .search-field__input,
.template-3 .g-documents__search-field .search-field__input {
  border-color: transparent;
  padding-left: 20px;
  padding-right: 20px;
}
.template-2 .g-documents__search-field .search-field__btn,
.template-3 .g-documents__search-field .search-field__btn {
  right: 20px;
}
.template-2 .g-documents__search-field.active,
.template-3 .g-documents__search-field.active {
  display: block;
  -webkit-animation: appearFromTop 0.5s ease-out;
  -moz-animation: appearFromTop 0.5s ease-out;
  -o-animation: appearFromTop 0.5s ease-out;
  animation: appearFromTop 0.5s ease-out;
}
.g-documents__reset {
  border: none;
  outline: none;
  background: transparent;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: #00a0e3;
  border-bottom: 1px dashed #00a0e3;
  cursor: pointer;
  font-style: normal;
}
.g-documents__reset:hover {
  color: #007ecd;
  border-color: transparent;
}
.g-documents__reset:active {
  color: #00a0e3;
  border-color: transparent;
}
.g-documents__reset:focus {
  color: #007ecd;
  border-color: transparent;
}
.g-documents__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.g-documents__list-item {
  width: 50%;
  max-width: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 15px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-documents__list-item {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .g-documents__list-item {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-documents__list-item {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .g-documents__list-item {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.g-documents__list-item:before {
  display: none !important;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-2 .g-documents__list-item,
  .template-3 .g-documents__list-item {
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
}
.g-documents__subtitle {
  margin-bottom: 40px;
}
@media (max-width: 739px) {
  .g-documents__subtitle {
    margin-bottom: 30px;
  }
}
.content .g-documents__subtitle {
  margin-bottom: 40px;
}
@media (max-width: 739px) {
  .content .g-documents__subtitle {
    margin-bottom: 30px;
  }
}
.g-documents__section {
  margin-bottom: 20px;
}
@media (max-width: 739px) {
  .g-documents__section {
    margin-bottom: 0;
  }
}
.g-documents__pages-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.template-2 .g-documents__pages-list,
.template-3 .g-documents__pages-list {
  display: none;
}
.g-documents__pages-item {
  border: none !important;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cols-1 .g-documents__pages-item {
  width: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  max-width: 100%;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .cols-1 .g-documents__pages-item {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 739px) {
  .cols-1 .g-documents__pages-item {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.cols-2 .g-documents__pages-item {
  width: 50%;
  max-width: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .cols-2 .g-documents__pages-item {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .cols-2 .g-documents__pages-item {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.cols-3 .g-documents__pages-item {
  width: 33.333333%;
  max-width: 33.333333%;
  -moz-flex-basis: 33.333333%;
  -ms-flex-basis: 33.333333%;
  -webkit-flex-basis: 33.333333%;
  flex-basis: 33.333333%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .cols-3 .g-documents__pages-item {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .cols-3 .g-documents__pages-item {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.cols-4 .g-documents__pages-item {
  width: 25%;
  max-width: 25%;
  -moz-flex-basis: 25%;
  -ms-flex-basis: 25%;
  -webkit-flex-basis: 25%;
  flex-basis: 25%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .cols-4 .g-documents__pages-item {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .cols-4 .g-documents__pages-item {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.g-documents__pages-img {
  width: 100%;
  background-color: #e6ebf2;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.cols-2 .g-documents__pages-img {
  height: 512px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .cols-2 .g-documents__pages-img {
    height: 332px;
  }
}
@media (min-width: 740px) and (max-width: 1024px) and (orientation: landscape) {
  .cols-2 .g-documents__pages-img {
    height: 382px;
  }
}
.cols-3 .g-documents__pages-img {
  height: 332px;
}
@media (min-width: 740px) and (max-width: 1024px) and (orientation: landscape) {
  .cols-3 .g-documents__pages-img {
    height: 382px;
  }
}
.cols-4 .g-documents__pages-img {
  height: 245px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .cols-4 .g-documents__pages-img {
    height: 332px;
  }
}
@media (min-width: 740px) and (max-width: 1024px) and (orientation: landscape) {
  .cols-4 .g-documents__pages-img {
    height: 382px;
  }
}
.template-2.cols-2 .g-documents__pages-img,
.template-3.cols-2 .g-documents__pages-img {
  height: 332px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-2.cols-2 .g-documents__pages-img,
  .template-3.cols-2 .g-documents__pages-img {
    height: 225px;
  }
}
@media (min-width: 740px) and (max-width: 1024px) and (orientation: landscape) {
  .template-2.cols-2 .g-documents__pages-img,
  .template-3.cols-2 .g-documents__pages-img {
    height: 332px;
  }
}
.template-2.cols-3 .g-documents__pages-img,
.template-3.cols-3 .g-documents__pages-img {
  height: 225px;
}
@media (max-width: 739px) {
  .g-documents__pages-img {
    height: 330px !important;
  }
}
@media (max-width: 739px) and (orientation: landscape) {
  .g-documents__pages-img {
    height: 512px !important;
  }
}
.g-documents__pages-img:after {
  background: #243247;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.g-documents__pages-item:hover .g-documents__pages-img:after {
  opacity: 0.7;
}
.g-documents__pages-description {
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background: #f7f9fa;
  position: relative;
}
.g-documents__pages-description:after {
  content: "";
  position: absolute;
  width: 0%;
  right: 0;
  top: 0;
  bottom: 0;
  background: #00a0e3;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.g-documents__pages-item:hover .g-documents__pages-description:after {
  width: 100%;
}
.g-documents__pages-content {
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  z-index: 2;
  position: relative;
  padding: 20px 5px 20px 20px;
  font-weight: 700;
  font-size: 18px;
  color: #39414e;
  font-style: normal;
  line-height: 1.57;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-box-align: ccenterc;
  -webkit-align-items: center;
  -moz-box-align: ccenterc;
  -ms-flex-align: ccenterc;
  align-items: center;
}
.content--dark-bg .g-documents__pages-content {
  color: #ffffff;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-documents__pages-content {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (max-width: 739px) {
  .g-documents__pages-content {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-documents__pages-content {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (max-width: 739px) {
  .g-documents__pages-content {
    font-size: 16px;
    line-height: 1.57;
  }
}
.g-documents__pages-item:hover .g-documents__pages-content {
  color: #ffffff;
}
.g-documents__pages-btn {
  width: 14%;
  -moz-flex-basis: 14%;
  -ms-flex-basis: 14%;
  -webkit-flex-basis: 14%;
  flex-basis: 14%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}
.g-documents__pages-arrow {
  width: 90%;
  max-width: 13px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #39414e;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.g-documents__pages-item:hover .g-documents__pages-arrow {
  color: #ffffff;
}
.g-documents__section--accordion {
  border: 1px solid #e6ebf2;
  margin-bottom: 30px;
  background: #ffffff;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-documents__section--accordion {
    margin-bottom: 15px;
  }
}
@media (max-width: 739px) {
  .g-documents__section--accordion {
    margin-bottom: 15px;
  }
}
.g-documents__head {
  padding: 30px;
  color: #39414e;
  font-size: 26px;
  line-height: 1.38;
  font-weight: 700;
  font-style: normal;
  font-family: "Ubuntu", Arial, sans-serif;
  position: relative;
  padding-right: 130px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-documents__head {
    padding: 15px;
    padding-right: 100px;
  }
}
@media (max-width: 739px) {
  .g-documents__head {
    padding: 15px;
    font-size: 21px;
    padding-right: 70px;
  }
}
.g-documents__head:hover {
  color: #00a0e3;
}
.g-documents__head-icon {
  position: absolute;
  right: 30px;
  width: 30px;
  height: 30px;
  top: 30px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.g-documents__section--accordion.active .g-documents__head-icon {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-documents__head-icon {
    right: 15px;
    top: 15px;
  }
}
@media (max-width: 739px) {
  .g-documents__head-icon {
    right: 15px;
    top: 15px;
  }
}
.g-documents__section--accordion .g-documents__list {
  display: none;
  padding: 30px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-documents__section--accordion .g-documents__list {
    padding: 15px;
  }
}
@media (max-width: 739px) {
  .g-documents__section--accordion .g-documents__list {
    padding: 15px;
  }
}
.g-documents__section--accordion .g-documents__list-item {
  width: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  max-width: 100%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 15px;
  margin-bottom: 30px;
  margin-bottom: 45px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-documents__section--accordion .g-documents__list-item {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 739px) {
  .g-documents__section--accordion .g-documents__list-item {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-documents__section--accordion .g-documents__list-item {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 739px) {
  .g-documents__section--accordion .g-documents__list-item {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.g-documents__section--accordion .g-documents__list-item:last-child {
  margin-bottom: 0;
}
.g-documents__cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.g-documents__card {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px !important;
}
.cols-1 .g-documents__card {
  width: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  max-width: 100%;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .cols-1 .g-documents__card {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 739px) {
  .cols-1 .g-documents__card {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.cols-2 .g-documents__card {
  width: 50%;
  max-width: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .cols-2 .g-documents__card {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .cols-2 .g-documents__card {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.cols-3 .g-documents__card {
  width: 33.333333%;
  max-width: 33.333333%;
  -moz-flex-basis: 33.333333%;
  -ms-flex-basis: 33.333333%;
  -webkit-flex-basis: 33.333333%;
  flex-basis: 33.333333%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .cols-3 .g-documents__card {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .cols-3 .g-documents__card {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.cols-4 .g-documents__card {
  width: 25%;
  max-width: 25%;
  -moz-flex-basis: 25%;
  -ms-flex-basis: 25%;
  -webkit-flex-basis: 25%;
  flex-basis: 25%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .cols-4 .g-documents__card {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .cols-4 .g-documents__card {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 739px) {
  .g-documents__card {
    margin-bottom: 30px !important;
  }
}
.g-documents__card-inner {
  border-bottom: 1px solid #00a0e3;
  padding-bottom: 18px;
  width: 100%;
}
.g-documents__item-name {
  font-weight: 700;
  font-size: 18px;
  color: #39414e;
  font-style: normal;
  line-height: 1.57;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: block;
}
.content--dark-bg .g-documents__item-name {
  color: #ffffff;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-documents__item-name {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (max-width: 739px) {
  .g-documents__item-name {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-documents__item-name {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (max-width: 739px) {
  .g-documents__item-name {
    font-size: 16px;
    line-height: 1.57;
  }
}
.content .g-documents__item-name {
  border: none;
}
/* --------------- g-tenders */
.g-tenders {
  overflow: hidden;
}
.g-tenders__inner {
  max-width: 1200px;
  padding: 0 15px;
  max-width: 1220px;
  padding: 0 20px;
  margin: 0 auto;
}
.g-tenders__info {
  margin: 0 0 30px;
}
.template-1 .g-tenders__template-wrap {
  display: block;
  margin-bottom: 30px;
}
@media (max-width: 739px) {
  .template-1 .g-tenders__template-wrap {
    margin-bottom: 15px;
  }
}
.template-2 .g-tenders__template-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 739px) {
  .template-2 .g-tenders__template-wrap {
    display: block;
  }
}
.template-3 .g-tenders__template-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 739px) {
  .template-3 .g-tenders__template-wrap {
    display: block;
  }
}
.template-4 .g-tenders__template-wrap {
  display: block;
}
.g-tenders__panel {
  background: #f7f9fa;
}
.template-1 .g-tenders__panel {
  display: block;
  padding: 20px 0;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.template-1 .g-tenders__panel:before {
  content: "";
  position: absolute;
  width: 5000px;
  left: -2500px;
  height: 100%;
  top: 0;
  background: #f7f9fa;
  z-index: 0;
}
.template-1 .g-tenders__panel-content {
  position: relative;
  z-index: 1;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-1 .g-tenders__panel {
    padding: 15px;
    margin: 0 -15px 15px;
  }
  .template-1 .g-tenders__panel:before {
    display: none;
  }
}
@media (max-width: 739px) {
  .template-1 .g-tenders__panel {
    padding: 15px;
    margin-bottom: 15px;
  }
  .template-1 .g-tenders__panel:before {
    display: none;
  }
}
.template-2 .g-tenders__panel {
  -moz-flex-basis: 360px;
  -ms-flex-basis: 360px;
  -webkit-flex-basis: 360px;
  flex-basis: 360px;
  width: 360px;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  padding: 30px 30px 90px;
  position: relative;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-2 .g-tenders__panel {
    -moz-flex-basis: 260px;
    -ms-flex-basis: 260px;
    -webkit-flex-basis: 260px;
    flex-basis: 260px;
    width: 260px;
    padding: 15px 15px 30px;
  }
}
@media (max-width: 739px) {
  .template-2 .g-tenders__panel {
    -moz-flex-basis: auto;
    -ms-flex-basis: auto;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    width: auto;
    padding: 15px;
    margin-bottom: 15px;
  }
}
.template-3 .g-tenders__panel {
  -moz-flex-basis: 360px;
  -ms-flex-basis: 360px;
  -webkit-flex-basis: 360px;
  flex-basis: 360px;
  width: 360px;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-box-ordinal-group: 1;
  -moz-order: 1;
  -ms-order: 1;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  padding: 30px 30px 90px;
  position: relative;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-3 .g-tenders__panel {
    -moz-flex-basis: 260px;
    -ms-flex-basis: 260px;
    -webkit-flex-basis: 260px;
    flex-basis: 260px;
    width: 260px;
    padding: 15px 15px 30px;
  }
}
@media (max-width: 739px) {
  .template-3 .g-tenders__panel {
    -moz-flex-basis: auto;
    -ms-flex-basis: auto;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    width: auto;
    padding: 15px;
    margin-bottom: 15px;
  }
}
.template-4 .g-tenders__panel {
  display: none;
}
@media (max-width: 739px) {
  .g-tenders__panel {
    margin: 0 -15px 15px;
  }
}
@media (max-width: 739px) {
  .g-tenders__panel {
    margin-bottom: 20px !important;
  }
}
.g-tenders--detail .g-tenders__panel {
  background: #ffffff;
}
@media (max-width: 739px) {
  .g-tenders--detail .g-tenders__panel {
    display: none;
  }
}
.template-1 .g-tenders__content {
  display: block;
}
.template-2 .g-tenders__content {
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-left: 30px;
  padding-bottom: 40px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-2 .g-tenders__content {
    margin-left: 15px;
  }
}
@media (max-width: 739px) {
  .template-2 .g-tenders__content {
    margin-left: 0;
    padding-bottom: 28px;
  }
}
.template-3 .g-tenders__content {
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: 30px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-3 .g-tenders__content {
    margin-right: 15px;
  }
}
@media (max-width: 739px) {
  .template-3 .g-tenders__content {
    margin-right: 0;
  }
}
.template-4 .g-tenders__content {
  display: block;
}
.template-1 .g-tenders__content,
.template-4 .g-tenders__content {
  margin-bottom: 30px;
}
.g-tenders__filters {
  width: 100%;
}
.g-tenders__filters-row {
  display: block;
  margin-bottom: 25px;
}
.template-1 .g-tenders__filters-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-box-align: ccenterc;
  -webkit-align-items: center;
  -moz-box-align: ccenterc;
  -ms-flex-align: ccenterc;
  align-items: center;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: sspace-betweens;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 -15px 15px;
  max-width: 100%;
}
.template-1 .g-tenders__filters-row:last-child {
  margin-bottom: 0;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-1 .g-tenders__filters-row {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 0;
  }
}
@media (max-width: 739px) {
  .template-1 .g-tenders__filters-row {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.g-tenders__filters-row:last-child {
  margin-bottom: 0;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-2 .g-tenders__filters-row,
  .template-3 .g-tenders__filters-row {
    margin-bottom: 15px;
  }
}
@media (max-width: 739px) {
  .template-2 .g-tenders__filters-row,
  .template-3 .g-tenders__filters-row {
    margin-bottom: 15px;
  }
}
.template-1 .g-tenders__filter {
  width: 25%;
  -moz-flex-basis: 25%;
  -ms-flex-basis: 25%;
  -webkit-flex-basis: 25%;
  flex-basis: 25%;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  margin: 0 15px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-1 .g-tenders__filter {
    width: 45%;
    -moz-flex-basis: 45%;
    -ms-flex-basis: 45%;
    -webkit-flex-basis: 45%;
    flex-basis: 45%;
    max-width: 45%;
    margin-bottom: 15px;
  }
}
@media (max-width: 739px) {
  .template-1 .g-tenders__filter {
    width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }
}
.template-2 .g-tenders__filter,
.template-3 .g-tenders__filter {
  margin-bottom: 25px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-2 .g-tenders__filter,
  .template-3 .g-tenders__filter {
    margin-bottom: 15px;
  }
}
@media (max-width: 739px) {
  .template-2 .g-tenders__filter,
  .template-3 .g-tenders__filter {
    margin-bottom: 15px;
  }
}
.template-1 .g-tenders__filter--select {
  max-width: 570px;
}
.template-2 .template-1 .g-tenders__filter--select,
.template-3 .template-1 .g-tenders__filter--select {
  -moz-flex-basis: 18%;
  -ms-flex-basis: 18%;
  -webkit-flex-basis: 18%;
  flex-basis: 18%;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-1 .g-tenders__filter--select {
    max-width: 100%;
  }
}
@media (max-width: 739px) {
  .template-1 .g-tenders__filter--select {
    max-width: 100%;
  }
}
.template-1 .g-tenders__filter--search {
  max-width: 100%;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-1 .g-tenders__filter--search {
    max-width: 45%;
  }
}
@media (max-width: 739px) {
  .template-1 .g-tenders__filter--search {
    margin-bottom: 25px;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-2 .g-tenders__filter--search,
  .template-3 .g-tenders__filter--search {
    margin-bottom: 25px;
  }
}
@media (max-width: 739px) {
  .template-2 .g-tenders__filter--search,
  .template-3 .g-tenders__filter--search {
    margin-bottom: 25px;
  }
}
@media (max-width: 739px) {
  .g-tenders__filter--search {
    margin-bottom: 25px;
  }
}
.g-tenders__filter--reset {
  text-align: center;
}
.template-1 .g-tenders__filter--reset {
  text-align: right;
  -moz-flex-basis: auto;
  -ms-flex-basis: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  width: auto;
  max-width: 300px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-1 .g-tenders__filter--reset {
    max-width: 45%;
    text-align: center;
  }
}
@media (max-width: 739px) {
  .template-1 .g-tenders__filter--reset {
    margin-bottom: 10px;
    text-align: center;
  }
}
@media (max-width: 739px) {
  .g-tenders__filter--reset {
    margin-bottom: 10px;
    text-align: center;
  }
}
.g-tenders__reset {
  border: none;
  outline: none;
  background: transparent;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: #d9394e;
  cursor: pointer;
  font-style: normal;
  font-weight: 400;
  position: relative;
  padding-left: 35px;
  white-space: nowrap;
}
.g-tenders__reset:hover,
.g-tenders__reset:active,
.g-tenders__reset:focus {
  color: #243247;
  border-color: transparent;
}
.content--dark-bg .g-tenders__reset {
  color: #d9394e;
}
.content--dark-bg .g-tenders__reset:hover,
.content--dark-bg .g-tenders__reset:active,
.content--dark-bg .g-tenders__reset:focus {
  color: #ffffff;
}
.g-tenders__reset .reset-icon {
  position: absolute;
  top: 50%;
  left: 0;
  width: 22px;
  height: 22px;
  display: block;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.g-tenders__pages-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.g-tenders__pages-item {
  margin-bottom: 30px !important;
  width: 100%;
  max-width: 33.333333%;
  -moz-flex-basis: 33.333333%;
  -ms-flex-basis: 33.333333%;
  -webkit-flex-basis: 33.333333%;
  flex-basis: 33.333333%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 15px;
  margin-bottom: 30px;
  border: none !important;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-tenders__pages-item {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .g-tenders__pages-item {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-tenders__pages-item {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .g-tenders__pages-item {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.g-tenders__pages-img {
  width: 100%;
  background-color: #e6ebf2;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 240px;
}
.g-tenders__pages-img:after {
  background: #243247;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-tenders__pages-img {
    height: 240px;
  }
}
@media (min-width: 740px) and (max-width: 1024px) and (orientation: landscape) {
  .g-tenders__pages-img {
    height: 300px;
  }
}
@media (max-width: 739px) {
  .g-tenders__pages-img {
    height: 240px;
  }
}
@media (max-width: 739px) and (orientation: landscape) {
  .g-tenders__pages-img {
    height: 350px;
  }
}
.g-tenders__pages-item:hover .g-tenders__pages-img:after {
  opacity: 0.7;
}
.g-tenders__pages-description {
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background: #f7f9fa;
  position: relative;
}
.g-tenders__pages-description:after {
  content: "";
  position: absolute;
  width: 0%;
  right: 0;
  top: 0;
  bottom: 0;
  background: #00a0e3;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.g-tenders__pages-item:hover .g-tenders__pages-description:after {
  width: 100%;
}
.g-tenders__pages-content {
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  z-index: 2;
  position: relative;
  padding: 20px 5px 20px 20px;
  font-weight: 700;
  font-size: 18px;
  color: #39414e;
  font-style: normal;
  line-height: 1.57;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-box-align: ccenterc;
  -webkit-align-items: center;
  -moz-box-align: ccenterc;
  -ms-flex-align: ccenterc;
  align-items: center;
}
.content--dark-bg .g-tenders__pages-content {
  color: #ffffff;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-tenders__pages-content {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (max-width: 739px) {
  .g-tenders__pages-content {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-tenders__pages-content {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (max-width: 739px) {
  .g-tenders__pages-content {
    font-size: 16px;
    line-height: 1.57;
  }
}
.g-tenders__pages-item:hover .g-tenders__pages-content {
  color: #ffffff;
}
.g-tenders__pages-btn {
  width: 14%;
  -moz-flex-basis: 14%;
  -ms-flex-basis: 14%;
  -webkit-flex-basis: 14%;
  flex-basis: 14%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}
.g-tenders__pages-arrow {
  width: 90%;
  max-width: 13px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #39414e;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.g-tenders__pages-item:hover .g-tenders__pages-arrow {
  color: #ffffff;
}
.g-tenders__popup {
  display: none;
}
.g-tenders__form {
  width: 100%;
}
.g-tenders__popup-title {
  margin-bottom: 35px !important;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-tenders__popup-title {
    margin-bottom: 30px !important;
  }
}
@media (max-width: 739px) {
  .g-tenders__popup-title {
    margin-bottom: 25px !important;
  }
}
.g-tenders__form-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: sspace-betweens;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-box-align: ccenterc;
  -webkit-align-items: center;
  -moz-box-align: ccenterc;
  -ms-flex-align: ccenterc;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.g-tenders__form-row--push {
  margin-bottom: 35px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-tenders__form-row {
    display: block;
  }
  .g-tenders__form-row--push {
    margin-bottom: 25px;
  }
}
@media (max-width: 739px) {
  .g-tenders__form-row {
    display: block;
  }
  .g-tenders__form-row--push {
    margin-bottom: 25px;
  }
}
.g-tenders__form-col {
  width: 48%;
}
.g-tenders__form-col > * {
  margin: 0 0 35px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-tenders__form-col {
    width: 100%;
  }
  .g-tenders__form-col > * {
    margin: 0 0 25px;
  }
}
@media (max-width: 739px) {
  .g-tenders__form-col {
    width: 100%;
  }
  .g-tenders__form-col > * {
    margin: 0 0 25px;
  }
}
.g-tenders__form-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-box-align: ccenterc;
  -webkit-align-items: center;
  -moz-box-align: ccenterc;
  -ms-flex-align: ccenterc;
  align-items: center;
}
@media (max-width: 739px) {
  .g-tenders__form-bottom {
    display: block;
  }
}
.g-tenders__form-submit {
  margin-right: 25px;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
@media (max-width: 739px) {
  .g-tenders__form-submit {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.g-tenders__form-caption {
  font-size: 13px;
  color: #7787a0;
  font-weight: 400;
  font-style: normal;
}
.content--dark-bg .g-tenders__form-caption {
  color: #ffffff;
}
@media (max-width: 739px) {
  .g-tenders__form-caption {
    text-align: center;
  }
}
.g-tenders__required {
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.g-tenders__required.g-tenders__required--index,
.g-tenders__required.active {
  margin-bottom: 0;
}
.g-tenders__required.g-tenders__required--index {
  margin-top: -10px;
}
.g-tenders__required-info {
  margin-bottom: 30px;
}
.g-tenders__required-rules {
  margin-bottom: 30px;
}
.g-tenders__required--index .g-tenders__required-rules {
  margin-bottom: 45px;
}
.g-tenders__required--index .g-tenders__required-docs {
  padding: 30px 0;
  background: #f7f9fa;
  position: relative;
  z-index: 1;
}
.g-tenders__required--index .g-tenders__required-docs:before {
  content: "";
  position: absolute;
  width: 5000px;
  left: -2500px;
  height: 100%;
  top: 0;
  background: #f7f9fa;
  z-index: 0;
}
.g-tenders__required-docs-title {
  font-weight: 700;
  font-size: 18px;
  color: #39414e;
  font-style: normal;
  line-height: 1.57;
  display: block;
  border: none;
  position: relative;
  padding-right: 32px;
}
.content--dark-bg .g-tenders__required-docs-title {
  color: #ffffff;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-tenders__required-docs-title {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (max-width: 739px) {
  .g-tenders__required-docs-title {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-tenders__required-docs-title {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (max-width: 739px) {
  .g-tenders__required-docs-title {
    font-size: 16px;
    line-height: 1.57;
  }
}
.content .g-tenders__required-docs-title {
  border: none;
}
.g-tenders__required-docs-title-icon {
  position: absolute;
  width: 13px;
  height: 26px;
  margin-left: 18px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.g-tenders__required.active .g-tenders__required-docs-title-icon {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.g-tenders__required-docs-list {
  height: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  padding: 0;
  position: relative;
  visibility: hidden;
}
.g-tenders__required.active .g-tenders__required-docs-list {
  height: auto;
  opacity: 1;
  padding: 30px 0 10px;
  visibility: visible;
}
.template-4 .g-tenders__required.active .g-tenders__required-docs-list {
  padding-bottom: 0;
}
.g-tenders__table-list {
  margin-bottom: 45px;
}
.g-tenders .pagination {
  margin-bottom: 45px;
  margin-top: 40px;
}
.g-tenders .g-tenders__list .pagination {
  margin-top: 5px;
  width: 100%;
}
.g-tenders .show-more {
  margin-bottom: 60px;
  text-align: center;
  margin-top: 40px;
}
.g-tenders .g-tenders__list .show-more {
  margin-top: 0;
  width: 100%;
}
.g-tenders__table-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
  position: relative;
}
.g-tenders__table-row:after {
  position: absolute;
  content: "";
  left: 10px;
  right: 10px;
  bottom: 0;
  height: 1px;
  background: #c5cdda;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-tenders__table-row {
    display: block;
    margin: 0 -15px;
    padding: 15px 0;
  }
  .g-tenders__table-row:nth-child(2):before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    height: 1px;
    background: #c5cdda;
  }
  .g-tenders__table-row:after {
    left: 0;
    right: 0;
  }
}
@media (max-width: 739px) {
  .g-tenders__table-row {
    display: block;
    margin: 0 -15px;
    padding: 15px 0;
  }
  .g-tenders__table-row:nth-child(2):before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    height: 1px;
    background: #c5cdda;
  }
  .g-tenders__table-row:after {
    left: 0;
    right: 0;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-tenders__table-row--main {
    display: none;
  }
}
@media (max-width: 739px) {
  .g-tenders__table-row--main {
    display: none;
  }
}
.g-tenders__table-col {
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -moz-flex-basis: 16%;
  -ms-flex-basis: 16%;
  -webkit-flex-basis: 16%;
  flex-basis: 16%;
  max-width: 16%;
  width: 16%;
  padding: 20px 10px;
}
.g-tenders__table-row--main .g-tenders__table-col {
  font-size: 13px;
  color: #7787a0;
  font-weight: 400;
  font-style: normal;
}
.content--dark-bg .g-tenders__table-row--main .g-tenders__table-col {
  color: #ffffff;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-tenders__table-col {
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
    padding: 8px 15px;
  }
}
@media (max-width: 739px) {
  .g-tenders__table-col {
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
    padding: 8px 15px;
  }
}
.g-tenders__table-col--name {
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  -moz-flex-basis: 36%;
  -ms-flex-basis: 36%;
  -webkit-flex-basis: 36%;
  flex-basis: 36%;
  max-width: 100%;
  width: 36%;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-tenders__table-col--name {
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 739px) {
  .g-tenders__table-col--name {
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-tenders__table-col--date {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-box-align: sstarts;
    -webkit-align-items: flex-start;
    -moz-box-align: sstarts;
    -ms-flex-align: sstarts;
    align-items: flex-start;
  }
}
@media (max-width: 739px) {
  .g-tenders__table-col--date {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-box-align: sstarts;
    -webkit-align-items: flex-start;
    -moz-box-align: sstarts;
    -ms-flex-align: sstarts;
    align-items: flex-start;
  }
}
.g-tenders__item-label-wrap {
  margin-bottom: 10px;
}
.g-tenders__item-label-wrap:last-child {
  margin-bottom: 0;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-tenders__item-label-wrap {
    margin-bottom: 0;
    margin-right: 10px;
  }
  .g-tenders__item-label-wrap:last-child {
    margin: 0;
  }
}
@media (max-width: 739px) {
  .g-tenders__item-label-wrap {
    margin-bottom: 0;
    margin-right: 10px;
  }
  .g-tenders__item-label-wrap:last-child {
    margin: 0;
  }
}
.g-tenders__item-label {
  display: inline-block;
  vertical-align: top;
  font-size: 10px;
  font-weight: 500;
  font-style: normal;
  padding: 6px 12px;
  text-transform: uppercase;
  word-wrap: break-word;
}
.g-tenders__item-label--date {
  background: #007ecd;
  color: #ffffff;
}
.g-tenders__item-label--step {
  background: #e6ebf2;
  color: #39414e;
}
.g-tenders__item-label--step-start {
  background: #5dbaa1;
  color: #ffffff;
}
.g-tenders__item-label--step-canceled {
  background: #d9394e;
  color: #ffffff;
}
.g-tenders__table-name {
  margin-bottom: 12px;
}
.g-tenders__table-name > a {
  border: none;
}
.content .g-tenders__table-name > a {
  border: none;
}
.g-tenders__table-nubmer {
  font-size: 13px;
  color: #7787a0;
  font-weight: 400;
  font-style: normal;
  display: block;
  word-wrap: break-word;
}
.content--dark-bg .g-tenders__table-nubmer {
  color: #ffffff;
}
.g-tenders__table-caption {
  display: none;
  font-size: 13px;
  color: #7787a0;
  font-weight: 400;
  font-style: normal;
}
.content--dark-bg .g-tenders__table-caption {
  color: #ffffff;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-tenders__table-caption {
    display: block;
  }
}
@media (max-width: 739px) {
  .g-tenders__table-caption {
    display: block;
  }
}
.g-tenders__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
  margin-bottom: 15px;
}
.g-tenders__item {
  margin-bottom: 50px !important;
}
.cols-1 .g-tenders__item {
  width: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  max-width: 100%;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .cols-1 .g-tenders__item {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 739px) {
  .cols-1 .g-tenders__item {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.cols-2 .g-tenders__item {
  width: 50%;
  max-width: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .cols-2 .g-tenders__item {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .cols-2 .g-tenders__item {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.cols-3 .g-tenders__item {
  width: 33.333333%;
  max-width: 33.333333%;
  -moz-flex-basis: 33.333333%;
  -ms-flex-basis: 33.333333%;
  -webkit-flex-basis: 33.333333%;
  flex-basis: 33.333333%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .cols-3 .g-tenders__item {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .cols-3 .g-tenders__item {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.cols-4 .g-tenders__item {
  width: 25%;
  max-width: 25%;
  -moz-flex-basis: 25%;
  -ms-flex-basis: 25%;
  -webkit-flex-basis: 25%;
  flex-basis: 25%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .cols-4 .g-tenders__item {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .cols-4 .g-tenders__item {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.template-3.cols-2 .g-tenders__item,
.template-2.cols-2 .g-tenders__item {
  width: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  max-width: 100%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-3.cols-2 .g-tenders__item,
  .template-2.cols-2 .g-tenders__item {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 739px) {
  .template-3.cols-2 .g-tenders__item,
  .template-2.cols-2 .g-tenders__item {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-3.cols-2 .g-tenders__item,
  .template-2.cols-2 .g-tenders__item {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 739px) {
  .template-3.cols-2 .g-tenders__item,
  .template-2.cols-2 .g-tenders__item {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 739px) {
  .g-tenders--detail .g-tenders__item {
    margin-bottom: 30px !important;
  }
}
.g-tenders__item-inner {
  max-width: 1000px;
}
.g-tenders__item-inner > *:last-child {
  margin-bottom: 0;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-tenders__item-inner {
    max-width: 100%;
  }
}
.cols-2 .g-tenders__item-inner {
  max-width: 95%;
  padding: 15px;
  border: 1px solid #c5cdda;
}
.g-tenders--detail .g-tenders__item-inner {
  max-width: 730px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-tenders--detail .g-tenders__item-inner {
    max-width: 430px;
  }
}
@media (max-width: 739px) {
  .g-tenders--detail .g-tenders__item-inner {
    max-width: 100%;
  }
}
.g-tender__labels {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-box-align: sstarts;
  -webkit-align-items: flex-start;
  -moz-box-align: sstarts;
  -ms-flex-align: sstarts;
  align-items: flex-start;
  margin-bottom: 10px;
}
.g-tender__label-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-box-align: sstarts;
  -webkit-align-items: flex-start;
  -moz-box-align: sstarts;
  -ms-flex-align: sstarts;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.g-tender__labels .g-tenders__item-label {
  margin-right: 10px;
  margin-bottom: 5px;
}
.g-tender__labels .g-tenders__item-label:last-child {
  margin-right: 0;
}
.g-tender__labels-corner {
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  text-align: right;
}
.g-tenders__item-title {
  border: none !important;
  color: #39414e;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 15px;
  display: inline-block;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-tenders__item-title {
    font-size: 20px;
  }
}
@media (max-width: 739px) {
  .g-tenders__item-title {
    font-size: 20px;
  }
}
.g-tenders__item-nubmer {
  font-size: 13px;
  color: #7787a0;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 10px;
}
.content--dark-bg .g-tenders__item-nubmer {
  color: #ffffff;
}
.g-tenders__item-table {
  max-width: 585px;
}
@media (max-width: 739px) {
  .g-tenders__item-table {
    max-width: 100%;
  }
}
.g-tenders--detail .g-tenders__item-table {
  max-width: 100%;
  margin-bottom: 30px;
}
.g-tenders__item-row {
  border-bottom: 1px solid #c5cdda;
  padding: 15px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.g-tenders__item-row:last-child {
  border-bottom: none;
}
@media (max-width: 739px) {
  .g-tenders__item-row {
    display: block;
  }
}
.g-tenders__item-col {
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: 60%;
}
@media (max-width: 739px) {
  .g-tenders__item-col {
    width: 100%;
  }
}
.g-tenders__item-col--title {
  width: 40%;
  padding-right: 30px;
}
@media (max-width: 739px) {
  .g-tenders__item-col--title {
    width: 100%;
    padding-right: 0;
    font-size: 13px;
    color: #7787a0;
    font-weight: 400;
    font-style: normal;
  }
  .content--dark-bg .g-tenders__item-col--title {
    color: #ffffff;
  }
}
.g-tenders__item-col a {
  border: none;
}
.g-tenders__persons {
  margin-bottom: 30px;
}
@media (max-width: 739px) {
  .g-tenders__persons {
    margin-bottom: 20px;
  }
}
.g-tenders__person {
  background: #f7f9fa;
  margin: -30px -30px 50px;
  padding: 40px 45px;
}
.g-tenders__person:last-child {
  margin-bottom: 0;
}
.g-tenders__person > *:last-child {
  margin-bottom: 0;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-tenders__person {
    margin: -15px -15px 35px;
    padding: 20px 25px;
  }
}
@media (max-width: 739px) {
  .g-tenders__person {
    margin: 0 0 20px;
    padding: 20px 25px;
  }
  .g-tenders__person:last-child {
    margin-bottom: 0;
  }
}
.g-tenders__person-name {
  font-weight: 700;
  font-size: 18px;
  color: #39414e;
  font-style: normal;
  line-height: 1.57;
  margin-bottom: 3px;
  display: inline-block;
}
.content--dark-bg .g-tenders__person-name {
  color: #ffffff;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-tenders__person-name {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (max-width: 739px) {
  .g-tenders__person-name {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-tenders__person-name {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (max-width: 739px) {
  .g-tenders__person-name {
    font-size: 16px;
    line-height: 1.57;
  }
}
.content .g-tenders__person-name {
  border: none;
}
.g-tenders__person-post {
  margin-bottom: 20px;
}
.g-tenders__person-contacts {
  margin-top: 20px;
}
.g-tenders__person-contact {
  margin-bottom: 5px;
}
.g-tenders__person-contact:last-child {
  margin-bottom: 0;
}
.g-tenders__person-contact a {
  border: none;
}
.g-tenders__person-contact--tel a {
  color: #39414e;
}
.g-tenders__detail-documents {
  margin-bottom: 60px;
}
@media (max-width: 739px) {
  .g-tenders__detail-documents {
    margin-bottom: 40px;
  }
}
.g-tenders__detail-documents-list {
  margin-bottom: 20px;
}
@media (max-width: 739px) {
  .g-tenders__detail-documents-list {
    margin-bottom: 0;
  }
}
.g-tenders__section-title {
  font-weight: 700;
  font-size: 18px;
  color: #39414e;
  font-style: normal;
  line-height: 1.57;
  margin-bottom: 40px;
}
.content--dark-bg .g-tenders__section-title {
  color: #ffffff;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-tenders__section-title {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (max-width: 739px) {
  .g-tenders__section-title {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-tenders__section-title {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (max-width: 739px) {
  .g-tenders__section-title {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (max-width: 739px) {
  .g-tenders__section-title {
    margin-bottom: 30px;
  }
}
.g-tenders__detail-documents-download {
  width: 250px;
}
.g-tenders__accordeon {
  position: relative;
  margin-top: 30px;
}
.g-tenders__accordeon .g-tenders__person {
  margin: 0;
  padding: 15px 0;
  background: none;
}
.g-tenders__accordeon-body {
  padding: 15px 0;
}
.g-tenders__accordeon-head:after {
  content: '';
  position: absolute;
  top: -30px;
  right: -30px;
  bottom: -30px;
  left: -30px;
  background: #f7f9fa;
  display: block;
  opacity: 0;
  transition: .2s;
  z-index: -1;
}
.g-tenders__accordeon-head.active:after {
  opacity: 1;
}
/* --------------- g-events */
.g-events {
  overflow: hidden;
}
.g-events__inner {
  max-width: 1200px;
  padding: 0 15px;
  max-width: 1220px;
  padding: 0 20px;
  margin: 0 auto;
}
.g-events__info {
  margin-bottom: 45px;
}
@media (max-width: 739px) {
  .g-events__info {
    margin-bottom: 30px;
  }
}
/* ---------------------------- sliders / main-news */
.g-events__main-news,
.g-events__main-item,
.g-events__main-news-slider {
  height: 460px;
  overflow: hidden;
}
@media (max-width: 739px) {
  .g-events__main-news,
  .g-events__main-item,
  .g-events__main-news-slider {
    height: auto;
    min-height: 300px;
  }
}
.g-events__main-news--theme-1.g-events__main-news,
.g-events__main-news--theme-1 .g-events__main-item,
.g-events__main-news--theme-1 .g-events__main-news-slider {
  height: 500px;
}
@media (max-width: 739px) {
  .g-events__main-news--theme-1.g-events__main-news,
  .g-events__main-news--theme-1 .g-events__main-item,
  .g-events__main-news--theme-1 .g-events__main-news-slider {
    height: auto;
    min-height: 300px;
  }
}
.g-events__main-slider-inner {
  max-width: 1200px;
  padding: 0 15px;
  max-width: 1220px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-box-align: ccenterc;
  -webkit-align-items: center;
  -moz-box-align: ccenterc;
  -ms-flex-align: ccenterc;
  align-items: center;
  width: 100%;
}
.g-events__main-news {
  margin-bottom: 45px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-events__main-news {
    margin-bottom: 30px;
  }
  .template-1 .g-events__main-news {
    margin-bottom: 0;
  }
}
@media (max-width: 739px) {
  .g-events__main-news {
    margin-bottom: 0;
  }
  .template-4 .g-events__main-news {
    margin-bottom: 30px;
  }
}
.g-events__main-news--fix-width {
  max-width: 1440px;
  margin: 0 auto 45px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-events__main-news--fix-width {
    margin-bottom: 30px;
  }
  .template-1 .g-events__main-news--fix-width {
    margin-bottom: 0;
  }
}
@media (max-width: 739px) {
  .g-events__main-news--fix-width {
    margin-bottom: 0;
  }
  .template-4 .g-events__main-news--fix-width {
    margin-bottom: 30px;
  }
}
.g-events__main-news-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 0 -5px;
  padding: 0 10px;
  width: auto;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-events__main-news-list {
    padding: 0;
    margin: 0;
    width: 100%;
  }
}
@media (max-width: 739px) {
  .g-events__main-news-list {
    padding: 0;
    margin: 0;
    width: 100%;
  }
}
.g-events__main-news-col-3 {
  margin-bottom: 30px !important;
  width: 100%;
  max-width: 33.333333%;
  -moz-flex-basis: 33.333333%;
  -ms-flex-basis: 33.333333%;
  -webkit-flex-basis: 33.333333%;
  flex-basis: 33.333333%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 15px;
  margin-bottom: 30px;
  padding: 0 5px;
  margin-bottom: 0 !important;
  height: auto;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-events__main-news-col-3 {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .g-events__main-news-col-3 {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-events__main-news-col-3 {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .g-events__main-news-col-3 {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-events__main-news-col-3 {
    width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding: 0 15px;
    margin-bottom: 30px;
    padding: 0;
    max-width: 100%;
  }
}
@media (min-width: 740px) and (max-width: 1024px) and (min-width: 740px) and (max-width: 1024px) {
  .g-events__main-news-col-3 {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (min-width: 740px) and (max-width: 1024px) and (max-width: 739px) {
  .g-events__main-news-col-3 {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (min-width: 740px) and (max-width: 1024px) and (min-width: 740px) and (max-width: 1024px) {
  .g-events__main-news-col-3 {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (min-width: 740px) and (max-width: 1024px) and (max-width: 739px) {
  .g-events__main-news-col-3 {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 739px) {
  .g-events__main-news-col-3 {
    width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding: 0 15px;
    margin-bottom: 30px;
    padding: 0;
    max-width: 100%;
  }
}
@media (max-width: 739px) and (min-width: 740px) and (max-width: 1024px) {
  .g-events__main-news-col-3 {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 739px) and (max-width: 739px) {
  .g-events__main-news-col-3 {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 739px) and (min-width: 740px) and (max-width: 1024px) {
  .g-events__main-news-col-3 {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 739px) and (max-width: 739px) {
  .g-events__main-news-col-3 {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.g-events__main-news-col-2 {
  width: 50%;
  max-width: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 15px;
  margin-bottom: 30px;
  padding: 0 5px;
  margin-bottom: 0 !important;
  height: auto;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-events__main-news-col-2 {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .g-events__main-news-col-2 {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-events__main-news-col-2 {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .g-events__main-news-col-2 {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-events__main-news-col-2 {
    width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding: 0 15px;
    margin-bottom: 30px;
    padding: 0;
    max-width: 100%;
  }
}
@media (min-width: 740px) and (max-width: 1024px) and (min-width: 740px) and (max-width: 1024px) {
  .g-events__main-news-col-2 {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (min-width: 740px) and (max-width: 1024px) and (max-width: 739px) {
  .g-events__main-news-col-2 {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (min-width: 740px) and (max-width: 1024px) and (min-width: 740px) and (max-width: 1024px) {
  .g-events__main-news-col-2 {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (min-width: 740px) and (max-width: 1024px) and (max-width: 739px) {
  .g-events__main-news-col-2 {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 739px) {
  .g-events__main-news-col-2 {
    width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding: 0 15px;
    margin-bottom: 30px;
    padding: 0;
    max-width: 100%;
  }
}
@media (max-width: 739px) and (min-width: 740px) and (max-width: 1024px) {
  .g-events__main-news-col-2 {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 739px) and (max-width: 739px) {
  .g-events__main-news-col-2 {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 739px) and (min-width: 740px) and (max-width: 1024px) {
  .g-events__main-news-col-2 {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 739px) and (max-width: 739px) {
  .g-events__main-news-col-2 {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.g-events__main-news-blocks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
}
.g-events__main-news-block {
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
.g-events__main-news-block--right {
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  width: 960px;
  -moz-flex-basis: 960px;
  -ms-flex-basis: 960px;
  -webkit-flex-basis: 960px;
  flex-basis: 960px;
  padding-right: 5px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-events__main-news-block--right {
    width: 60%;
    -moz-flex-basis: 60%;
    -ms-flex-basis: 60%;
    -webkit-flex-basis: 60%;
    flex-basis: 60%;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
  }
}
@media (max-width: 739px) {
  .g-events__main-news-block--right {
    width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 0;
  }
}
.g-events__main-news-block--left {
  width: 480px;
  padding-left: 5px;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  -moz-flex-basis: 480px;
  -ms-flex-basis: 480px;
  -webkit-flex-basis: 480px;
  flex-basis: 480px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-events__main-news-block--left {
    width: 40%;
    -moz-flex-basis: 40%;
    -ms-flex-basis: 40%;
    -webkit-flex-basis: 40%;
    flex-basis: 40%;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
  }
}
@media (max-width: 739px) {
  .g-events__main-news-block--left {
    display: none;
  }
}
.g-events__main-item--half-height {
  height: 225px;
}
.g-events__main-item--half-height:first-child {
  margin-bottom: 10px;
}
.g-events__main-item {
  background-color: #243247;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 30px;
  padding-bottom: 30px;
  -moz-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: ccenterc;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.g-events__main-item:after {
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(57, 65, 78, 0);
  position: absolute;
  z-index: 1;
}
.g-events__main-news-col-3 .g-events__main-item {
  padding: 30px 60px;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: ccenterc;
  -webkit-justify-content: center;
  justify-content: center;
}
.g-events__main-news-col-3 .g-events__main-item:after {
  display: none;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-events__main-news-col-3 .g-events__main-item {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: ccenterc;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 30px 80px 30px 60px;
  }
}
@media (max-width: 739px) {
  .g-events__main-news-col-3 .g-events__main-item {
    height: 100%;
    padding: 30px 15px 45px;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: ccenterc;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.g-events__main-news-col-2 .g-events__main-item {
  padding: 100px 60px;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: ccenterc;
  -webkit-justify-content: center;
  justify-content: center;
}
.g-events__main-news-col-2 .g-events__main-item:after {
  display: none;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-events__main-news-col-2 .g-events__main-item {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: ccenterc;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 30px 80px 30px 60px;
  }
}
@media (max-width: 739px) {
  .g-events__main-news-col-2 .g-events__main-item {
    height: 100%;
    padding: 30px 15px 45px;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: ccenterc;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.g-events__main-news-blocks .g-events__main-item:after {
  display: none;
}
.g-events__main-news-col-3 .g-events__main-item-content,
.g-events__main-news-col-2 .g-events__main-item-content {
  position: relative;
  z-index: 2;
}
.g-events__main-news--theme-1 .g-events__main-item-content {
  padding: 0 65px 0 0;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-events__main-news--theme-1 .g-events__main-item-content {
    padding: 0 65px 0 45px;
  }
}
@media (max-width: 739px) {
  .g-events__main-news--theme-1 .g-events__main-item-content {
    padding: 0 0 45px;
  }
}
.g-events__main-item-content .btn {
  width: 200px;
}
.g-events__main-item-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.g-events__main-item-img:after {
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(57, 65, 78, 0);
  position: absolute;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.g-events__main-item:hover .g-events__main-item-img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.g-events__main-item:hover .g-events__main-item-img:after {
  background-color: rgba(57, 65, 78, 0);
}
.g-events__main-news-block--right .g-events__main-item {
  -webkit-box-align: flex-end;
  -moz-box-align: flex-end;
  -ms-flex-align: flex-end;
  -webkit-box-align: eende;
  -webkit-align-items: flex-end;
  -moz-box-align: eende;
  -ms-flex-align: eende;
  align-items: flex-end;
}
@media (max-width: 739px) {
  .g-events__main-news-block--right .g-events__main-item {
    -webkit-box-align: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-box-align: sstarts;
    -webkit-align-items: flex-start;
    -moz-box-align: sstarts;
    -ms-flex-align: sstarts;
    align-items: flex-start;
  }
}
.g-events__main-news-block--left .g-events__main-item {
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-box-align: sstarts;
  -webkit-align-items: flex-start;
  -moz-box-align: sstarts;
  -ms-flex-align: sstarts;
  align-items: flex-start;
}
.g-events__main-item-inner {
  position: relative;
  z-index: 2;
}
.g-events__main-item-inner--right {
  max-width: 835px;
  padding-left: 15px;
  padding-right: 60px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-events__main-item-inner--right {
    padding: 30px 30px;
  }
}
@media (max-width: 739px) {
  .g-events__main-item-inner--right {
    padding: 30px 15px;
  }
}
.g-events__main-item-inner--left {
  max-width: 355px;
  padding-left: 60px;
  padding-right: 15px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-events__main-item-inner--left {
    padding: 0 30px;
  }
}
.g-events__main-item-inner > *:last-child {
  margin-bottom: 0 !important;
}
.g-events__main-item-title {
  border-bottom: none !important;
  display: block;
  font-size: 48px;
  line-height: 1.2;
  font-weight: 700;
  font-style: normal;
  font-family: "Ubuntu", Arial, sans-serif;
  margin-bottom: 30px;
}
.g-events__main-news-col-3 .g-events__main-item-title,
.g-events__main-news-col-2 .g-events__main-item-title,
.g-events__main-item--half-height .g-events__main-item-title {
  font-size: 26px;
  line-height: 1.38;
  font-weight: 700;
  font-style: normal;
}
@media (max-width: 739px) {
  .g-events__main-news-col-3 .g-events__main-item-title,
  .g-events__main-news-col-2 .g-events__main-item-title,
  .g-events__main-item--half-height .g-events__main-item-title {
    font-size: 21px;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-events__main-item-title {
    font-size: 26px;
    line-height: 1.38;
  }
}
@media (max-width: 739px) {
  .g-events__main-item-title {
    font-size: 21px;
    margin-bottom: 20px;
  }
}
.g-events__main-item-description {
  font-size: 18px;
  color: #39414e;
  font-weight: 400;
  font-style: normal;
  line-height: 1.57;
  margin-bottom: 30px;
}
.content--dark-bg .g-events__main-item-description {
  color: #ffffff;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-events__main-item-description {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (max-width: 739px) {
  .g-events__main-item-description {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-events__main-item-description {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (max-width: 739px) {
  .g-events__main-item-description {
    font-size: 16px;
    line-height: 1.57;
  }
}
.content .g-events__main-item-description {
  margin-bottom: 30px;
}
.g-events__main-news--theme-2 .g-events__main-item-description {
  display: none;
}
.g-events__main-item-top {
  margin-bottom: 20px;
}
.g-events__main-item-block {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-box-align: ccenterc;
  -webkit-align-items: center;
  -moz-box-align: ccenterc;
  -ms-flex-align: ccenterc;
  align-items: center;
}
.g-events__main-item-block > * {
  margin-right: 18px;
}
.g-events__main-item-block > *:last-child {
  margin-right: 0;
}
.g-events__main-item-label {
  background: #007ecd;
  color: #ffffff;
  font-size: 10px;
  font-weight: 500;
  font-style: normal;
  padding: 6px 12px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
}
.g-events__main-item-label--transparent {
  background: transparent;
  color: #39414e;
}
.content--dark-bg .g-events__main-item-label--transparent {
  color: #ffffff;
}
.g-events__main-item-date {
  position: relative;
  padding-left: 22px;
}
.g-events__main-item-date-icon {
  position: absolute;
  width: 13px;
  height: 12px;
  color: #ffffff;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
.g-events__main-item-time {
  position: relative;
  padding-left: 22px;
}
.g-events__main-item-time-icon {
  position: absolute;
  width: 14px;
  height: 14px;
  color: #ffffff;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
.g-events__main-item-adress {
  position: relative;
  margin-bottom: 20px;
  padding-left: 24px;
}
.g-events__main-item-adress-icon {
  position: absolute;
  width: 16px;
  height: 18px;
  color: #ffffff;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
.g-events__slider-pagination {
  bottom: auto !important;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 50px;
  left: auto !important;
  text-align: right;
  width: auto !important;
}
.g-events__slider-pagination .swiper-pagination-bullet {
  display: block;
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  opacity: 1;
  margin: 10px 0!important;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (max-width: 739px) {
  .g-events__slider-pagination .swiper-pagination-bullet {
    margin: 18px 0!important;
  }
}
.g-events__slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #00a0e3;
}
.g-events__slider-pagination .swiper-pagination-bullet:hover {
  background: #00a0e3;
}
@media (max-width: 739px) {
  .g-events__slider-pagination {
    bottom: 30px !important;
    top: auto;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
    right: 50%;
  }
  .g-events__slider-pagination .swiper-pagination-bullet {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    opacity: 1;
    margin: 0 10px!important;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .g-events__slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #00a0e3;
  }
  .g-events__slider-pagination .swiper-pagination-bullet:hover {
    background: #00a0e3;
  }
}
@media (max-width: 739px) and (max-width: 739px) {
  .g-events__slider-pagination .swiper-pagination-bullet {
    margin: 0 5px!important;
  }
}
.g-events__main-news-slider-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 50px;
  border: none;
  background: none;
  font-size: 0;
}
.g-events__main-news-slider-btn--prev {
  left: 0;
}
.g-events__main-news-slider-btn--next {
  right: 0;
}
.g-events__main-news-slider-icon {
  width: 22px;
  height: 34px;
  color: #ffffff;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.g-persons__publications-btn--prev .g-events__main-news-slider-icon {
  left: 0;
}
.g-persons__publications-btn--next .g-events__main-news-slider-icon {
  right: 0;
}
.g-persons__publications-btn:hover .g-events__main-news-slider-icon {
  color: #007ecd;
}
/* ---------------------------- template */
.template-1 .g-events__template-wrap {
  display: block;
  margin-bottom: 30px;
}
@media (max-width: 739px) {
  .template-1 .g-events__template-wrap {
    margin-bottom: 15px;
  }
}
.template-2 .g-events__template-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 739px) {
  .template-2 .g-events__template-wrap {
    display: block;
  }
}
.template-3 .g-events__template-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 739px) {
  .template-3 .g-events__template-wrap {
    display: block;
  }
}
.template-4 .g-events__template-wrap {
  display: block;
}
@media (max-width: 739px) {
  .template-1 .g-events__template-wrap {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
/* ---------------------------- filters */
.g-events__panel {
  background: #f7f9fa;
}
.template-1 .g-events__panel {
  display: block;
  padding: 20px 0;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.template-1 .g-events__panel:before {
  content: "";
  position: absolute;
  width: 5000px;
  left: -2500px;
  height: 100%;
  top: 0;
  background: #f7f9fa;
  z-index: 0;
}
.template-1 .g-events__panel-content {
  position: relative;
  z-index: 1;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-1 .g-events__panel {
    padding: 15px;
    margin: 0 -15px 15px;
  }
  .template-1 .g-events__panel:before {
    display: none;
  }
}
@media (max-width: 739px) {
  .template-1 .g-events__panel {
    padding: 15px;
    margin-bottom: 15px;
  }
  .template-1 .g-events__panel:before {
    display: none;
  }
}
.template-2 .g-events__panel {
  -moz-flex-basis: 360px;
  -ms-flex-basis: 360px;
  -webkit-flex-basis: 360px;
  flex-basis: 360px;
  width: 360px;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  padding: 30px 30px 90px;
  position: relative;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-2 .g-events__panel {
    -moz-flex-basis: 260px;
    -ms-flex-basis: 260px;
    -webkit-flex-basis: 260px;
    flex-basis: 260px;
    width: 260px;
    padding: 15px 15px 30px;
  }
}
@media (max-width: 739px) {
  .template-2 .g-events__panel {
    -moz-flex-basis: auto;
    -ms-flex-basis: auto;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    width: auto;
    padding: 15px;
    margin-bottom: 15px;
  }
}
.template-3 .g-events__panel {
  -moz-flex-basis: 360px;
  -ms-flex-basis: 360px;
  -webkit-flex-basis: 360px;
  flex-basis: 360px;
  width: 360px;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-box-ordinal-group: 1;
  -moz-order: 1;
  -ms-order: 1;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  padding: 30px 30px 90px;
  position: relative;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-3 .g-events__panel {
    -moz-flex-basis: 260px;
    -ms-flex-basis: 260px;
    -webkit-flex-basis: 260px;
    flex-basis: 260px;
    width: 260px;
    padding: 15px 15px 30px;
  }
}
@media (max-width: 739px) {
  .template-3 .g-events__panel {
    -moz-flex-basis: auto;
    -ms-flex-basis: auto;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    width: auto;
    padding: 15px;
    margin-bottom: 15px;
  }
}
.template-4 .g-events__panel {
  display: none;
}
@media (max-width: 739px) {
  .g-events__panel {
    margin: 0 -15px 15px;
  }
}
.template-1 .g-events__panel {
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 45px;
}
.template-1 .g-events__panel:before {
  display: none;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-1 .g-events__panel {
    padding: 30px 15px 10px;
    margin-bottom: 30px;
  }
}
@media (max-width: 739px) {
  .template-1 .g-events__panel {
    margin-bottom: 30px;
    padding: 30px 15px 10px;
  }
}
@media (max-width: 739px) {
  .g-events__panel {
    padding: 0 15px;
    background: #f7f9fa;
    margin-bottom: 30px;
  }
  .g-events__panel:before {
    display: none;
  }
  .template-2 .g-events__panel,
  .template-3 .g-events__panel {
    padding: 30px 15px;
    margin-bottom: 30px;
  }
}
.g-events__panel-filters {
  width: 100%;
  margin-bottom: 60px;
}
.template-1 .g-events__panel-filters {
  margin-bottom: 0;
}
@media (max-width: 739px) {
  .template-2 .g-events__panel-filters,
  .template-3 .g-events__panel-filters {
    margin-bottom: 0;
  }
}
.template-1 .g-events__panel-filters-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-box-align: ccenterc;
  -webkit-align-items: center;
  -moz-box-align: ccenterc;
  -ms-flex-align: ccenterc;
  align-items: center;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: sspace-betweens;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 -15px 15px;
}
.template-1 .g-events__panel-filters-row:last-child {
  margin-bottom: 0;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-1 .g-events__panel-filters-row {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
}
@media (max-width: 739px) {
  .template-1 .g-events__panel-filters-row {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
}
.template-1 .g-events__panel-filter {
  margin: 0 15px;
  width: 25%;
  -moz-flex-basis: 25%;
  -ms-flex-basis: 25%;
  -webkit-flex-basis: 25%;
  flex-basis: 25%;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-1 .g-events__panel-filter {
    width: 45%;
    -moz-flex-basis: 45%;
    -ms-flex-basis: 45%;
    -webkit-flex-basis: 45%;
    flex-basis: 45%;
    margin-bottom: 20px;
  }
}
@media (max-width: 739px) {
  .template-1 .g-events__panel-filter {
    width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    margin-bottom: 20px;
  }
}
.template-2 .g-events__panel-filter,
.template-3 .g-events__panel-filter {
  margin-bottom: 25px;
}
.template-2 .g-events__panel-filter:last-child,
.template-3 .g-events__panel-filter:last-child {
  margin-bottom: 0;
}
.g-events__panel-filter--calendar .calendar {
  max-width: 100%;
}
.g-events__panel-filter--calendar .calendar__date-range {
  width: 100%;
}
.template-1 .g-events__panel-filter--calendar {
  min-width: 340px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-1 .g-events__panel-filter--calendar {
    min-width: 100px;
  }
}
@media (max-width: 739px) {
  .template-1 .g-events__panel-filter--calendar {
    min-width: 100px;
  }
}
.template-1 .g-events__panel-filter--select {
  max-width: 585px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-1 .g-events__panel-filter--select {
    max-width: 100%;
  }
}
@media (max-width: 739px) {
  .template-1 .g-events__panel-filter--select {
    max-width: 100%;
  }
}
.g-events__panel-filter--search {
  margin-top: 20px;
}
.template-1 .g-events__panel-filter--search {
  width: 75%;
  -moz-flex-basis: 75%;
  -ms-flex-basis: 75%;
  -webkit-flex-basis: 75%;
  flex-basis: 75%;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-1 .g-events__panel-filter--search {
    width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    margin-top: -10px;
    margin-bottom: 30px;
  }
}
@media (max-width: 739px) {
  .template-1 .g-events__panel-filter--search {
    width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    margin-top: -10px;
    margin-bottom: 30px;
  }
}
.g-events__panel-filter--checkbox,
.g-events__panel-filter--reset {
  margin-top: 30px;
}
.template-1 .g-events__panel-filter--checkbox,
.template-1 .g-events__panel-filter--reset {
  text-align: right;
  -moz-flex-basis: auto;
  -ms-flex-basis: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  width: auto;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  white-space: nowrap;
  padding-left: 20px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-1 .g-events__panel-filter--checkbox,
  .template-1 .g-events__panel-filter--reset {
    padding-left: 0;
  }
}
@media (max-width: 739px) {
  .template-1 .g-events__panel-filter--checkbox,
  .template-1 .g-events__panel-filter--reset {
    text-align: left;
    padding-left: 0;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-1 .g-events__panel-filter--checkbox {
    text-align: left;
  }
}
.template-1 .g-events__panel-filter--checkbox .checkbox {
  -ms-flex-pack: eende;
  -webkit-box-pack: flex-end;
  -moz-box-pack: flex-end;
  -ms-flex-pack: fflex-endf;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-1 .g-events__panel-filter--checkbox .checkbox {
    -ms-flex-pack: sstarts;
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -ms-flex-pack: fflex-startf;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 739px) {
  .template-1 .g-events__panel-filter--checkbox .checkbox {
    -ms-flex-pack: sstarts;
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -ms-flex-pack: fflex-startf;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.g-events__reset {
  border: none;
  outline: none;
  background: transparent;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: #d9394e;
  cursor: pointer;
  font-style: normal;
  font-weight: 400;
  position: relative;
  padding-left: 35px;
  white-space: nowrap;
}
.g-events__reset:hover,
.g-events__reset:active,
.g-events__reset:focus {
  color: #243247;
  border-color: transparent;
}
.content--dark-bg .g-events__reset {
  color: #d9394e;
}
.content--dark-bg .g-events__reset:hover,
.content--dark-bg .g-events__reset:active,
.content--dark-bg .g-events__reset:focus {
  color: #ffffff;
}
.g-events__reset .reset-icon {
  position: absolute;
  top: 50%;
  left: 0;
  width: 22px;
  height: 22px;
  display: block;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.template-1 .g-events__panel-blocks {
  display: none;
}
.g-events__panel-block {
  margin-bottom: 40px;
}
.g-events__panel-block--subscribe {
  background: #ffffff;
  padding: 85px 30px 40px;
  position: relative;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-events__panel-block--subscribe {
    padding-top: 65px;
  }
}
@media (max-width: 739px) {
  .g-events__panel-block--subscribe {
    border: none;
    padding: 0;
  }
}
.g-events__panel-subscribe-icon {
  left: 30px;
  top: 40px;
  width: 29px;
  height: 22px;
  color: #00a0e3;
  position: absolute;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-events__panel-subscribe-icon {
    top: 25px;
  }
}
@media (max-width: 739px) {
  .g-events__panel-subscribe-icon {
    top: 25px;
  }
}
.g-events__panel-subscribe-title {
  margin-bottom: 2px;
}
.content .g-events__panel-subscribe-title {
  margin-bottom: 2px;
}
.g-events__panel-subscribe-description {
  margin-bottom: 15px;
}
.g-events__panel-subscribe-form {
  margin-top: 15px;
  position: relative;
}
.g-events__panel-subscribe-form .field {
  margin-top: 0;
}
.g-events__panel-subscribe-form .field__input {
  padding-right: 30px;
}
.g-events__panel-subscribe-btn {
  position: absolute;
  border: none;
  background: transparent;
  right: 0;
  top: 0;
  bottom: 0;
  width: 30px;
  z-index: 2;
  padding: 0;
}
.g-events__panel-subscribe-btn-icon {
  color: #00a0e3;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 16px;
  height: 20px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.g-events__panel-subscribe-btn:hover .g-events__panel-subscribe-btn-icon {
  color: #d9394e;
}
@media (max-width: 739px) {
  .g-events__subscribe {
    background: #f7f9fa;
    padding: 30px 15px;
    display: block;
    margin: 0 -15px;
  }
}
.g-events__subscribe-title {
  margin-right: 30px;
  padding-left: 50px;
  position: relative;
}
.content .g-events__subscribe-title {
  margin-bottom: 0;
}
.g-events__subscribe-icon {
  position: absolute;
  width: 29px;
  height: 20px;
  color: #00a0e3;
  top: 9px;
  left: 0;
}
@media (max-width: 739px) {
  .g-events__subscribe-form {
    width: 100%;
  }
}
/* ---------------------------- content */
.template-1 .g-events__content {
  display: block;
}
.template-2 .g-events__content {
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-left: 30px;
  padding-bottom: 40px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-2 .g-events__content {
    margin-left: 15px;
  }
}
@media (max-width: 739px) {
  .template-2 .g-events__content {
    margin-left: 0;
    padding-bottom: 28px;
  }
}
.template-3 .g-events__content {
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: 30px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-3 .g-events__content {
    margin-right: 15px;
  }
}
@media (max-width: 739px) {
  .template-3 .g-events__content {
    margin-right: 0;
  }
}
.template-4 .g-events__content {
  display: block;
}
@media (max-width: 739px) {
  .template-2 .g-events__content,
  .template-3 .g-events__content {
    padding-bottom: 0;
  }
}
.g-events__cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
  margin-bottom: 30px;
}
@media (max-width: 739px) {
  .g-events__cards {
    margin-bottom: 15px;
  }
}
.g-events__cards-item {
  margin-bottom: 45px !important;
}
.cols-1 .g-events__cards-item {
  width: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  max-width: 100%;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .cols-1 .g-events__cards-item {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 739px) {
  .cols-1 .g-events__cards-item {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.cols-2 .g-events__cards-item {
  width: 50%;
  max-width: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .cols-2 .g-events__cards-item {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .cols-2 .g-events__cards-item {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.cols-3 .g-events__cards-item {
  width: 33.333333%;
  max-width: 33.333333%;
  -moz-flex-basis: 33.333333%;
  -ms-flex-basis: 33.333333%;
  -webkit-flex-basis: 33.333333%;
  flex-basis: 33.333333%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .cols-3 .g-events__cards-item {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .cols-3 .g-events__cards-item {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.cols-4 .g-events__cards-item {
  width: 25%;
  max-width: 25%;
  -moz-flex-basis: 25%;
  -ms-flex-basis: 25%;
  -webkit-flex-basis: 25%;
  flex-basis: 25%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .cols-4 .g-events__cards-item {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .cols-4 .g-events__cards-item {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.cols-1 .g-events__cards-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-box-align: ccenterc;
  -webkit-align-items: center;
  -moz-box-align: ccenterc;
  -ms-flex-align: ccenterc;
  align-items: center;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .cols-1 .g-events__cards-item {
    -webkit-box-align: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-box-align: sstarts;
    -webkit-align-items: flex-start;
    -moz-box-align: sstarts;
    -ms-flex-align: sstarts;
    align-items: flex-start;
  }
}
@media (max-width: 739px) {
  .cols-1 .g-events__cards-item {
    display: block;
  }
}
.template-2.cols-1 .g-events__cards-item,
.template-2.cols-1 .g-events__cards-item {
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-box-align: sstarts;
  -webkit-align-items: flex-start;
  -moz-box-align: sstarts;
  -ms-flex-align: sstarts;
  align-items: flex-start;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-2.cols-1 .g-events__cards-item,
  .template-2.cols-1 .g-events__cards-item {
    display: block;
  }
}
.g-events__cards-item-img-wrap {
  width: 100%;
  display: block;
  position: relative;
  background-color: #e6ebf2;
  margin-bottom: 20px;
  border-bottom: none !important;
  height: 200px;
  overflow: hidden;
}
.cols-1 .g-events__cards-item-img-wrap {
  height: 245px;
  -moz-flex-basis: 356px;
  -ms-flex-basis: 356px;
  -webkit-flex-basis: 356px;
  flex-basis: 356px;
  max-width: 356px;
  width: 356px;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-right: 30px;
  margin-bottom: 0;
}
.cols-2 .g-events__cards-item-img-wrap {
  height: 380px;
}
.template-2.cols-2 .g-events__cards-item-img-wrap,
.template-3.cols-2 .g-events__cards-item-img-wrap {
  height: 245px;
}
.cols-3 .g-events__cards-item-img-wrap {
  height: 245px;
}
.template-2.cols-3 .g-events__cards-item-img-wrap,
.template-3.cols-3 .g-events__cards-item-img-wrap {
  height: 175px;
}
.cols-4 .g-events__cards-item-img-wrap {
  height: 175px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .cols-1 .g-events__cards-item-img-wrap {
    height: 200px;
    -moz-flex-basis: 305px;
    -ms-flex-basis: 305px;
    -webkit-flex-basis: 305px;
    flex-basis: 305px;
    max-width: 305px;
    width: 305px;
  }
  .template-2.cols-1 .g-events__cards-item-img-wrap,
  .template-2.cols-1 .g-events__cards-item-img-wrap {
    height: 300px;
    width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .cols-2 .g-events__cards-item-img-wrap,
  .cols-3 .g-events__cards-item-img-wrap,
  .cols-4 .g-events__cards-item-img-wrap {
    height: 230px;
  }
  .template-2.cols-2 .g-events__cards-item-img-wrap,
  .template-2.cols-3 .g-events__cards-item-img-wrap,
  .template-3.cols-2 .g-events__cards-item-img-wrap,
  .template-3.cols-3 .g-events__cards-item-img-wrap {
    height: 150px;
  }
}
@media (min-width: 740px) and (max-width: 1024px) and (orientation: landscape) {
  .cols-1 .g-events__cards-item-img-wrap {
    height: 200px;
    width: 305px;
  }
  .template-2.cols-1 .g-events__cards-item-img-wrap,
  .template-2.cols-1 .g-events__cards-item-img-wrap {
    height: 490px;
    width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .cols-2 .g-events__cards-item-img-wrap,
  .cols-3 .g-events__cards-item-img-wrap,
  .cols-4 .g-events__cards-item-img-wrap {
    height: 320px;
  }
  .template-2.cols-2 .g-events__cards-item-img-wrap,
  .template-2.cols-3 .g-events__cards-item-img-wrap,
  .template-3.cols-2 .g-events__cards-item-img-wrap,
  .template-3.cols-3 .g-events__cards-item-img-wrap {
    height: 225px;
  }
}
@media (max-width: 739px) {
  .cols-1 .g-events__cards-item-img-wrap,
  .cols-2 .g-events__cards-item-img-wrap,
  .cols-3 .g-events__cards-item-img-wrap,
  .cols-4 .g-events__cards-item-img-wrap,
  .template-2.cols-2 .g-events__cards-item-img-wrap,
  .template-3.cols-2 .g-events__cards-item-img-wrap,
  .template-2.cols-3 .g-events__cards-item-img-wrap,
  .template-3.cols-3 .g-events__cards-item-img-wrap {
    height: 255px;
    width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 739px) and (orientation: landscape) {
  .cols-1 .g-events__cards-item-img-wrap,
  .cols-2 .g-events__cards-item-img-wrap,
  .cols-3 .g-events__cards-item-img-wrap,
  .cols-4 .g-events__cards-item-img-wrap,
  .template-2.cols-2 .g-events__cards-item-img-wrap,
  .template-3.cols-2 .g-events__cards-item-img-wrap,
  .template-2.cols-3 .g-events__cards-item-img-wrap,
  .template-3.cols-3 .g-events__cards-item-img-wrap {
    height: 460px;
    width: 100%;
  }
}
.g-events__cards-item-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.g-events__cards-item-img:after {
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(57, 65, 78, 0);
  position: absolute;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.g-events__cards-item-img-wrap:hover .g-events__cards-item-img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.g-events__cards-item-img-wrap:hover .g-events__cards-item-img:after {
  background-color: rgba(57, 65, 78, 0);
}
.g-events__cards-item-content > *:last-child {
  margin-bottom: 0;
}
.g-events__cards-item-labels {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-box-align: ccenterc;
  -webkit-align-items: center;
  -moz-box-align: ccenterc;
  -ms-flex-align: ccenterc;
  align-items: center;
  margin-bottom: 15px;
}
.g-events__cards-item-labels > * {
  margin-right: 18px;
}
.g-events__cards-item-labels > *:last-child {
  margin-right: 0;
}
.g-events__cards-item-img-wrap .g-events__cards-item-labels {
  position: absolute;
  top: 0;
  left: 0;
  margin-bottom: 0;
  z-index: 2;
}
.g-events__cards-item-label {
  background: #007ecd;
  color: #ffffff;
  font-size: 10px;
  font-weight: 500;
  font-style: normal;
  padding: 6px 12px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
}
.g-events__cards-item-label--transparent {
  background: transparent;
  color: #39414e;
}
.content--dark-bg .g-events__cards-item-label--transparent {
  color: #ffffff;
}
.g-events__cards-item-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-box-align: ccenterc;
  -webkit-align-items: center;
  -moz-box-align: ccenterc;
  -ms-flex-align: ccenterc;
  align-items: center;
  margin-bottom: 12px;
}
.g-events__cards-item-top > * {
  margin-right: 20px;
}
.g-events__cards-item-top > *:last-child {
  margin-right: 0;
}
.g-events__cards-item-date {
  position: relative;
  padding-left: 22px;
  font-size: 13px;
  color: #7787a0;
  font-weight: 400;
  font-style: normal;
}
.content--dark-bg .g-events__cards-item-date {
  color: #ffffff;
}
.g-events__cards-item-date-icon {
  position: absolute;
  width: 13px;
  height: 12px;
  color: #00a0e3;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
.g-events__cards-item-time {
  position: relative;
  padding-left: 22px;
  font-size: 13px;
  color: #7787a0;
  font-weight: 400;
  font-style: normal;
}
.content--dark-bg .g-events__cards-item-time {
  color: #ffffff;
}
.g-events__cards-item-time-icon {
  position: absolute;
  width: 14px;
  height: 14px;
  color: #00a0e3;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
.g-events__cards-item-title {
  font-weight: 700;
  font-size: 18px;
  color: #39414e;
  font-style: normal;
  line-height: 1.57;
  margin-bottom: 12px;
  display: block;
}
.content--dark-bg .g-events__cards-item-title {
  color: #ffffff;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-events__cards-item-title {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (max-width: 739px) {
  .g-events__cards-item-title {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-events__cards-item-title {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (max-width: 739px) {
  .g-events__cards-item-title {
    font-size: 16px;
    line-height: 1.57;
  }
}
.content .g-events__cards-item-title {
  border: none;
}
.g-events__cards-item-description {
  margin-bottom: 15px;
}
.content .g-events__cards-item-description {
  margin-bottom: 15px;
}
.g-events__cards-item-adress {
  position: relative;
  margin-bottom: 20px;
  padding-left: 24px;
}
.g-events__cards-item-adress-icon {
  position: absolute;
  width: 16px;
  height: 18px;
  color: #00a0e3;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
.g-events__tags-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-box-align: sstarts;
  -webkit-align-items: flex-start;
  -moz-box-align: sstarts;
  -ms-flex-align: sstarts;
  align-items: flex-start;
}
.g-events__cards-item .g-events__tags-list {
  margin-top: 15px;
}
.g-events__tags-item {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  margin-bottom: 15px;
  padding: 6px 15px 7px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background: transparent;
  border: 1px solid #7787a0;
  border-radius: 24px;
  font-size: 10px;
  color: #7787a0;
  font-weight: 400;
  font-style: caption-small-font-style;
  text-transform: uppercase;
}
.content .g-events__tags-item {
  border: 1px solid #7787a0;
}
.content .g-events__tags-item:hover {
  color: #00a0e3;
  border-color: #00a0e3;
}
.content .g-events__tags-item--no-ui:hover {
  color: #7787a0;
  border-color: #7787a0;
}
.g-events__tags-item:hover {
  color: #00a0e3;
  border-color: #00a0e3;
}
.g-events__tags-item--no-ui:hover {
  color: #7787a0;
  border-color: #7787a0;
}
.g-events__tags-item--no-push {
  margin-bottom: 0;
}
.content--dark-bg .g-events__tags-item {
  color: #ffffff;
  border-color: #ffffff;
}
.content--dark-bg .g-events__tags-item:hover {
  color: #00a0e3;
  border-color: #00a0e3;
}
.content--dark-bg .g-events__tags-item--no-ui:hover {
  color: #ffffff;
  border-color: #ffffff;
}
.g-events .pagination {
  margin-top: 30px;
  margin-bottom: 55px;
}
@media (max-width: 739px) {
  .g-events .pagination {
    margin-top: 15px;
  }
}
/* --------------- article page */
.g-events__article-header {
  background-color: #243247;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 490px;
  padding: 65px 0 50px;
  margin-bottom: 45px;
}
@media (max-width: 739px) {
  .g-events__article-header {
    min-height: 200px;
    padding: 30px 0 15px;
    margin-bottom: 30px;
  }
}
.g-events__inner--article {
  min-height: 390px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-box-align: ccenterc;
  -webkit-align-items: center;
  -moz-box-align: ccenterc;
  -ms-flex-align: ccenterc;
  align-items: center;
}
@media (max-width: 739px) {
  .g-events__inner--article {
    min-height: 140px;
  }
}
.g-events__article-header-content {
  max-width: 960px;
}
@media (max-width: 739px) {
  .g-events__article-header-content {
    max-width: 100%;
  }
}
.content .g-events__article-header-title {
  margin-bottom: 35px;
}
@media (max-width: 739px) {
  .content .g-events__article-header-title {
    margin-bottom: 15px;
  }
}
.g-events__article-header-description {
  font-size: 18px;
  color: #39414e;
  font-weight: 400;
  font-style: normal;
  line-height: 1.57;
}
.content--dark-bg .g-events__article-header-description {
  color: #ffffff;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-events__article-header-description {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (max-width: 739px) {
  .g-events__article-header-description {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-events__article-header-description {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (max-width: 739px) {
  .g-events__article-header-description {
    font-size: 16px;
    line-height: 1.57;
  }
}
.content .g-events__article-header-description {
  margin-bottom: 35px;
}
@media (max-width: 739px) {
  .content .g-events__article-header-description {
    margin-bottom: 20px;
  }
}
.g-events__article-header-date {
  font-size: 13px;
  color: #7787a0;
  font-weight: 400;
  font-style: normal;
  display: block;
  position: relative;
  padding-left: 22px;
}
.content--dark-bg .g-events__article-header-date {
  color: #ffffff;
}
.g-events__article-header-date-icon {
  position: absolute;
  width: 13px;
  height: 12px;
  color: #ffffff;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
.g-events__article-header-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-box-align: ccenterc;
  -webkit-align-items: center;
  -moz-box-align: ccenterc;
  -ms-flex-align: ccenterc;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.g-events__article-header-btns > * {
  margin-right: 30px;
  margin-bottom: 15px;
  width: 200px;
}
.g-events__article-header-btns > *:last-child {
  margin-right: 0;
}
.g-events__add-calendar {
  position: relative;
}
.g-events__add-calendar-popup {
  position: absolute;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.19);
  -wabkit-box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.19);
  padding: 0 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 220px;
  display: none;
}
.g-events__add-calendar-popup:after {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-right: 9px solid #fff;
  top: 50%;
  margin-top: -11px;
  left: -9px;
}
@media (max-width: 739px) {
  .g-events__add-calendar-popup {
    position: relative;
    margin-top: 20px;
    left: auto;
    top: auto;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .g-events__add-calendar-popup:after {
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 9px solid #fff;
    border-top: none;
    top: -9px;
    margin-top: 0;
    left: 50%;
    margin-left: -11px;
  }
}
.g-events__add-calendar-link {
  color: #39414e;
  white-space: nowrap;
  display: block;
  padding: 10px 0;
}
.content--dark-bg .g-events__add-calendar-link {
  color: #39414e;
  border-bottom-color: #e6ebf2;
}
.content--dark-bg .g-events__add-calendar-link:last-child {
  border-bottom-color: transparent;
}
.content--dark-bg .g-events__add-calendar-link:hover {
  color: #007ecd;
  border-bottom-color: #e6ebf2;
}
.content--dark-bg .g-events__add-calendar-link:hover:last-child {
  border-bottom-color: transparent;
}
.template-4 .g-events__article-inner {
  max-width: 800px;
  margin: 0 auto 45px;
}
.g-events__article-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-box-align: ccenterc;
  -webkit-align-items: center;
  -moz-box-align: ccenterc;
  -ms-flex-align: ccenterc;
  align-items: center;
  margin-bottom: 15px;
}
.g-events__article-top > * {
  margin-right: 30px;
  margin-bottom: 15px;
}
.g-events__article-top > *:last-child {
  margin-right: 0;
}
.g-events__article-top-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-box-align: ccenterc;
  -webkit-align-items: center;
  -moz-box-align: ccenterc;
  -ms-flex-align: ccenterc;
  align-items: center;
}
.g-events__article-top-item > * {
  margin-right: 20px;
}
.g-events__article-top-item > *:last-child {
  margin-right: 0;
}
@media (max-width: 739px) {
  .g-events__article-top-item > * {
    margin-right: 0;
    margin-bottom: 5px;
  }
  .g-events__article-top-item > *:last-child {
    margin: 0;
  }
}
@media (max-width: 739px) {
  .g-events__article-top-item {
    display: block;
  }
}
.g-events__article-top-icon {
  position: absolute;
  width: 14px;
  height: 14px;
  color: #00a0e3;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.g-events__article-top-item--media:hover .g-events__article-top-icon {
  color: #007ecd;
}
.g-events__img {
  margin: 35px 0;
}
.g-events__img img {
  display: block;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 739px) {
  .g-events__img {
    margin: 25px 0;
  }
}
.g-events__video {
  margin: 35px 0;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.g-events__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 739px) {
  .g-events__video {
    margin: 25px 0;
  }
}
.g-events__quote {
  margin: 50px auto;
  max-width: 600px;
  text-align: center;
}
.g-events__quote-text {
  font-size: 24px;
  color: #39414e;
  font-weight: 300;
  line-height: 1.5;
  font-style: italic;
}
@media (max-width: 739px) {
  .g-events__quote-text {
    font-size: 20px;
  }
}
.g-events__quote-author {
  margin-top: 30px;
}
@media (max-width: 739px) {
  .g-events__quote-author {
    margin-top: 15px;
  }
}
@media (max-width: 739px) {
  .g-events__quote {
    margin: 30px auto;
  }
}
.g-events__article-sliders {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 100px 0;
  overflow: hidden;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-events__article-sliders {
    margin: 80px 0;
  }
}
@media (max-width: 739px) {
  .g-events__article-sliders {
    margin: 40px 0;
  }
}
.slider-1 .g-events__article-sliders {
  -moz-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 974px;
  margin: 100px auto;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .slider-1 .g-events__article-sliders {
    margin: 80px auto;
  }
}
@media (max-width: 739px) {
  .slider-1 .g-events__article-sliders {
    margin: 40px auto;
  }
}
.slider-4 .g-events__article-sliders {
  display: block;
  margin: 40px 0 30px;
  width: 100%;
  max-width: 100%;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .slider-4 .g-events__article-sliders {
    margin: 40px auto;
  }
}
@media (max-width: 739px) {
  .slider-4 .g-events__article-sliders {
    margin: 25px 0 15px;
  }
}
.g-events__article-slider-thumbs {
  -moz-flex-basis: 166px;
  -ms-flex-basis: 166px;
  -webkit-flex-basis: 166px;
  flex-basis: 166px;
  width: 166px;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-right: 30px;
  position: relative;
  height: 500px;
}
.slider-3 .g-events__article-slider-thumbs {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-box-ordinal-group: 1;
  -moz-order: 1;
  -ms-order: 1;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-right: 0;
  margin-left: 30px;
}
.template-2 .slider-3 .g-events__article-slider-thumbs,
.template-2 .slider-2 .g-events__article-slider-thumbs,
.template-3 .slider-3 .g-events__article-slider-thumbs,
.template-3 .slider-2 .g-events__article-slider-thumbs {
  display: none;
}
.slider-4 .g-events__article-slider-thumbs {
  display: none;
}
.slider-1 .g-events__article-slider-thumbs {
  margin-right: 0;
  width: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-box-ordinal-group: 1;
  -moz-order: 1;
  -ms-order: 1;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-top: 25px;
  height: 125px;
}
.template-2 .slider-1 .g-events__article-slider-thumbs,
.template-3 .slider-1 .g-events__article-slider-thumbs {
  margin-top: 15px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-events__article-slider-thumbs {
    display: none;
  }
}
@media (max-width: 739px) {
  .g-events__article-slider-thumbs {
    display: none;
  }
}
.g-events__article-slider-thumbs-item {
  background-color: #e6ebf2;
  display: block;
  height: 125px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border: none !important;
  position: relative;
  overflow: hidden;
}
.g-events__article-slider-thumbs-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.g-events__article-slider-thumbs-img:after {
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(57, 65, 78, 0);
  position: absolute;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.g-events__article-slider-thumbs-item:hover .g-events__article-slider-thumbs-img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.g-events__article-slider-thumbs-item:hover .g-events__article-slider-thumbs-img:after {
  background-color: rgba(57, 65, 78, 0);
}
.g-events__article-slider-thumbs-item.swiper-slide-active .g-events__article-slider-thumbs-img,
.g-events__article-slider-thumbs-item.swiper-slide-active:hover .g-events__article-slider-thumbs-img {
  border: 4px solid #00a0e3;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.g-events__article-slider-thumbs-btn {
  position: absolute;
  left: 72px;
  width: 26px;
  height: 50px;
  border: none;
  background: none;
  font-size: 0;
  z-index: 1;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  padding: 0;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.g-events__article-slider-thumbs-btn--prev {
  top: 20px;
}
.g-events__article-slider-thumbs-btn--next {
  bottom: 20px;
}
.g-events__article-slider-thumbs-btn.swiper-button-disabled {
  opacity: 0;
}
.slider-1 .g-events__article-slider-thumbs-btn {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: auto;
}
.slider-1 .g-events__article-slider-thumbs-btn--prev {
  left: 15px;
}
.slider-1 .g-events__article-slider-thumbs-btn--next {
  right: 15px;
}
.g-events__article-slider-thumbs-icon {
  width: 26px;
  height: 50px;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.g-events__article-slider-thumbs-btn:hover .g-events__article-slider-thumbs-icon {
  color: #007ecd;
}
.g-events__article-slider {
  position: relative;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  max-width: 974px;
}
@media (max-width: 739px) {
  .g-events__article-slider {
    width: 100% !important;
  }
}
.slider-4 .g-events__article-slider {
  width: 100% !important;
  max-width: 100%;
}
.g-events__article-slider-item {
  width: 100%;
  min-height: 550px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-2 .g-events__article-slider-item,
  .template-3 .g-events__article-slider-item {
    min-height: 350px;
  }
}
@media (max-width: 739px) {
  .g-events__article-slider-item {
    min-height: 250px;
  }
}
.g-events__article-slider-img {
  background-color: #e6ebf2;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: block;
  height: 500px;
  margin-bottom: 10px;
  border: none !important;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-2 .g-events__article-slider-img,
  .template-3 .g-events__article-slider-img {
    height: 300px;
  }
}
@media (max-width: 739px) {
  .g-events__article-slider-img {
    height: 250px;
    margin-bottom: 65px;
  }
}
.g-events__article-slider-title {
  font-size: 18px;
  color: #39414e;
  font-weight: 400;
  font-style: normal;
  line-height: 1.57;
  margin-bottom: 2px;
  padding-right: 130px;
}
.content--dark-bg .g-events__article-slider-title {
  color: #ffffff;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-events__article-slider-title {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (max-width: 739px) {
  .g-events__article-slider-title {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-events__article-slider-title {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (max-width: 739px) {
  .g-events__article-slider-title {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (max-width: 739px) {
  .g-events__article-slider-title {
    padding-right: 0;
  }
}
.g-events__article-slider-date {
  font-size: 13px;
  color: #7787a0;
  font-weight: 400;
  font-style: normal;
  padding-right: 130px;
}
.content--dark-bg .g-events__article-slider-date {
  color: #ffffff;
}
@media (max-width: 739px) {
  .g-events__article-slider-date {
    padding-right: 0;
  }
}
.g-events__article-slider-pagination {
  position: absolute;
  top: 520px;
  right: 0;
  width: 114px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-2 .g-events__article-slider-pagination,
  .template-3 .g-events__article-slider-pagination {
    top: 320px;
  }
}
@media (max-width: 739px) {
  .g-events__article-slider-pagination {
    top: 270px;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
  }
}
.g-events__article-slider-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 13px;
  height: 33px;
  border: none;
  background: none;
  font-size: 0;
  z-index: 1;
  opacity: 1;
  padding: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.g-events__article-slider-btn--prev {
  left: 0;
}
.g-events__article-slider-btn--next {
  right: 0;
}
.g-events__article-slider-btn.swiper-button-disabled {
  opacity: 0.3;
}
.g-events__article-slider-icon {
  width: 13px;
  height: 33px;
  color: #00a0e3;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.g-events__article-slider-btn--prev .g-events__article-slider-icon {
  left: 0;
}
.g-events__article-slider-btn--next .g-events__article-slider-icon {
  right: 0;
}
.g-events__article-slider-btn:hover .g-events__article-slider-icon {
  color: #007ecd;
}
.g-events__article-slider-counter {
  text-align: center;
  padding: 0 20px;
  font-size: 18px;
  color: #39414e;
  font-weight: 400;
  font-style: normal;
  line-height: 1.57;
}
.content--dark-bg .g-events__article-slider-counter {
  color: #ffffff;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-events__article-slider-counter {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (max-width: 739px) {
  .g-events__article-slider-counter {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-events__article-slider-counter {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (max-width: 739px) {
  .g-events__article-slider-counter {
    font-size: 16px;
    line-height: 1.57;
  }
}
.g-events__article-block {
  margin-bottom: 45px;
}
@media (max-width: 739px) {
  .g-events__article-block {
    margin-bottom: 30px;
  }
}
.g-events__article-block--map {
  height: 400px;
  background: #e6ebf2;
  position: relative;
}
@media (max-width: 739px) {
  .g-events__article-block--map {
    margin-right: -15px;
    margin-left: -15px;
    height: 350px;
  }
}
@media (max-width: 739px) {
  .g-events__article-block--contacts {
    margin-bottom: 0;
  }
}
@media (max-width: 739px) {
  .g-events__article-block--contacts {
    margin-bottom: 0;
  }
}
.g-events__map {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.g-events__share {
  margin-right: 50px;
}
.template-3 .g-events__article-block .g-events__share,
.template-2 .g-events__article-block .g-events__share {
  display: none;
}
@media (max-width: 739px) {
  .g-events__share {
    display: block !important;
    margin-bottom: 20px;
  }
}
.g-events__share-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.g-events__share-btn {
  width: 22px;
  height: 22px;
  display: block;
  margin-right: 14px;
  margin-bottom: 10px;
  background: #243247;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: relative;
  opacity: 1;
  border-radius: 50%;
}
.content .g-events__share-btn {
  border: none;
}
.g-events__share-btn--fb {
  background: #204d9a;
}
.g-events__share-btn--vk {
  background: #5da0ec;
}
.g-events__share-btn--twitter {
  background: #6ec5eb;
}
.g-events__share-btn--google {
  background: #dc4e41;
}
.g-events__share-btn:hover {
  opacity: 0.8;
}
.g-events__share-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  color: #ffffff;
}
/* ---------------------------- contacts */
.g-events__article-contacts {
  background: #f7f9fa;
  padding: 20px 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: sspace-betweens;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-box-align: ccenterc;
  -webkit-align-items: center;
  -moz-box-align: ccenterc;
  -ms-flex-align: ccenterc;
  align-items: center;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-events__article-contacts {
    padding: 20px 20px;
  }
}
@media (max-width: 739px) {
  .g-events__article-contacts {
    margin: 0 -15px;
    padding: 25px 15px;
    display: block;
  }
  .g-events__article-contacts .btn {
    width: 200px;
  }
}
.g-events__article-contacts-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-box-align: ccenterc;
  -webkit-align-items: center;
  -moz-box-align: ccenterc;
  -ms-flex-align: ccenterc;
  align-items: center;
  margin-right: 40px;
}
@media (max-width: 739px) {
  .g-events__article-contacts-row {
    display: block;
    margin-right: 0;
    margin-bottom: 25px;
  }
}
.g-events__article-contacts-person {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-end;
  -moz-box-align: flex-end;
  -ms-flex-align: flex-end;
  -webkit-box-align: eende;
  -webkit-align-items: flex-end;
  -moz-box-align: eende;
  -ms-flex-align: eende;
  align-items: flex-end;
}
@media (max-width: 739px) {
  .g-events__article-contacts-person {
    display: block;
    margin-bottom: 15px;
  }
}
.g-events__article-contacts-person-info {
  margin-right: 45px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-events__article-contacts-person-info {
    margin-right: 20px;
  }
}
@media (max-width: 739px) {
  .g-events__article-contacts-person-info {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.g-events__article-contacts-img-wrap {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 45px;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.g-events__article-contacts-img-wrap img {
  width: 100%;
  display: block;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-events__article-contacts-img-wrap {
    display: none;
  }
}
@media (max-width: 739px) {
  .g-events__article-contacts-img-wrap {
    display: none;
  }
}
.g-events__article-contacts-info {
  min-width: 180px;
}
.g-events__article-contacts-name {
  font-weight: 700;
  font-size: 18px;
  color: #39414e;
  font-style: normal;
  line-height: 1.57;
  margin-bottom: 5px;
}
.content--dark-bg .g-events__article-contacts-name {
  color: #ffffff;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-events__article-contacts-name {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (max-width: 739px) {
  .g-events__article-contacts-name {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-events__article-contacts-name {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (max-width: 739px) {
  .g-events__article-contacts-name {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-events__article-contacts-name {
    font-size: 16px;
  }
}
@media (max-width: 739px) {
  .g-events__article-contacts-name {
    font-size: 16px;
    margin-bottom: 3px;
  }
}
.g-events__article-contacts-row {
  margin-bottom: 10px;
}
.g-events__article-contacts-row:last-child {
  margin-bottom: 0;
}
@media (max-width: 739px) {
  .g-events__article-contacts-row {
    margin-bottom: 3px;
  }
}
.content .g-events__article-contacts-link {
  border-bottom: none;
}
.g-events__article-contacts-link--phone {
  color: #39414e;
}
/* ---------------------------- popup */
.g-events__popup {
  display: none;
}
.g-events__form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: sspace-betweens;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-events__form {
    display: block;
  }
}
@media (max-width: 739px) {
  .g-events__form {
    display: block;
  }
}
.g-events__popup-title {
  margin-bottom: 10px !important;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-events__popup-title {
    margin-bottom: 10px !important;
  }
}
@media (max-width: 739px) {
  .g-events__popup-title {
    margin-bottom: 20px !important;
  }
}
.g-events__form-block {
  width: 48%;
  -moz-flex-basis: 48%;
  -ms-flex-basis: 48%;
  -webkit-flex-basis: 48%;
  flex-basis: 48%;
  max-width: 48%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-bottom: 30px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-events__form-block {
    width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (max-width: 739px) {
  .g-events__form-block {
    width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.g-events__form-row--small-push {
  margin-bottom: 15px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-events__form-row--small-push {
    margin-bottom: 15px;
  }
}
@media (max-width: 739px) {
  .g-events__form-row--small-push {
    margin-bottom: 15px;
  }
}
.g-events__form-row--wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-box-align: ccenterc;
  -webkit-align-items: center;
  -moz-box-align: ccenterc;
  -ms-flex-align: ccenterc;
  align-items: center;
}
@media (max-width: 739px) {
  .g-events__form-row--wrap {
    display: block;
  }
}
.g-events__form-row--wrap > * {
  margin-right: 20px;
}
.g-events__form-row--wrap > *:last-child {
  margin-right: 0;
}
@media (max-width: 739px) {
  .g-events__form-row--wrap > * {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .g-events__form-row--wrap > *:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }
}
.g-events__form-row--wrap .checkbox {
  white-space: nowrap;
  margin-top: 30px;
}
.g-events__form-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-box-align: ccenterc;
  -webkit-align-items: center;
  -moz-box-align: ccenterc;
  -ms-flex-align: ccenterc;
  align-items: center;
  margin-bottom: 30px;
  width: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  max-width: 100%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.g-events__form-bottom > * {
  margin-right: 30px;
}
.g-events__form-bottom > *:last-child {
  margin-right: 0;
}
@media (max-width: 739px) {
  .g-events__form-bottom > * {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .g-events__form-bottom > *:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }
}
.g-events__form-bottom:last-child {
  margin-bottom: 0;
}
@media (max-width: 739px) {
  .g-events__form-bottom {
    display: block;
  }
}
.g-events__form-caption {
  font-size: 13px;
  color: #7787a0;
  font-weight: 400;
  font-style: normal;
}
.content--dark-bg .g-events__form-caption {
  color: #ffffff;
}
@media (max-width: 739px) {
  .g-events__form-caption {
    text-align: center;
  }
}
/* ---------------------------- baloon */
.g-events__balloon {
  z-index: 15;
  width: 390px;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 18px 0 rgba(0, 0, 0, 0.5);
  -wabkit-box-shadow: 0 10px 18px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 18px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 18px 0 rgba(0, 0, 0, 0.5);
  position: absolute;
}
.g-events__balloon:after {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 9px solid #fff;
  left: 50%;
  margin-left: -11px;
}
@media (max-width: 739px) {
  .g-events__balloon {
    width: 280px;
  }
}
.g-events__balloon-close {
  position: absolute;
  top: 24px;
  right: 32px;
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background-color: transparent;
  z-index: 10;
  background-image: url('../../images/popup-close.svg');
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.g-events__balloon-close:hover {
  background-image: url('../../images/popup-close-hover.svg');
}
.g-events__balloon-content {
  position: relative;
  padding: 40px 46px 45px;
  height: 100%;
  max-width: 298px;
}
@media (max-width: 739px) {
  .g-events__balloon-content {
    padding: 20px 16px;
  }
}
.g-events__balloon-title {
  font-weight: 700;
  font-size: 18px;
  color: #39414e;
  font-style: normal;
  line-height: 1.57;
  margin-bottom: 18px;
  max-width: 298px;
}
.content--dark-bg .g-events__balloon-title {
  color: #ffffff;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-events__balloon-title {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (max-width: 739px) {
  .g-events__balloon-title {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-events__balloon-title {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (max-width: 739px) {
  .g-events__balloon-title {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (max-width: 739px) {
  .g-events__balloon-title {
    max-width: 248px;
  }
}
.g-events__balloon-description {
  max-width: 298px;
}
@media (max-width: 739px) {
  .g-events__balloon-description {
    max-width: 248px;
  }
}
.g-events__baloon-metro-icon {
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.g-events__baloon-metro {
  position: relative;
  padding-left: 26px;
  margin-bottom: 5px;
}
/* ---------------------------- baloon */
.g-events__balloon {
  z-index: 15;
  width: 390px;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 18px 0 rgba(0, 0, 0, 0.5);
  -wabkit-box-shadow: 0 10px 18px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 18px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 18px 0 rgba(0, 0, 0, 0.5);
  position: absolute;
}
.g-events__balloon:after {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 9px solid #fff;
  left: 50%;
  margin-left: -11px;
}
@media (max-width: 739px) {
  .g-events__balloon {
    width: 280px;
  }
}
.g-events__balloon-close {
  position: absolute;
  top: 24px;
  right: 32px;
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background-color: transparent;
  z-index: 10;
  background-image: url('../../images/popup-close.svg');
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.g-events__balloon-close:hover {
  background-image: url('../../images/popup-close-hover.svg');
}
.g-events__balloon-content {
  width: 390px;
  position: relative;
  padding: 40px 46px 45px;
  height: 100%;
}
@media (max-width: 739px) {
  .g-events__balloon-content {
    padding: 20px 16px;
  }
}
.g-events__balloon-title {
  font-weight: 700;
  font-size: 18px;
  color: #39414e;
  font-style: normal;
  line-height: 1.57;
  margin-bottom: 18px;
}
.content--dark-bg .g-events__balloon-title {
  color: #ffffff;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-events__balloon-title {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (max-width: 739px) {
  .g-events__balloon-title {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-events__balloon-title {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (max-width: 739px) {
  .g-events__balloon-title {
    font-size: 16px;
    line-height: 1.57;
  }
}
.g-events__baloon-metro-icon {
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.g-events__baloon-metro {
  position: relative;
  padding-left: 26px;
  margin-bottom: 5px;
}
/* --------------- g-polls */
/* ---------------------------- widget */
.g-polls--widget {
  position: fixed;
  bottom: -100%;
  right: 0;
  z-index: 30;
  border-radius: 30px 0px 0 0;
  background-color: #ffffff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  width: 330px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.g-polls--widget.active {
  bottom: 0;
}
@media (max-width: 739px) {
  .g-polls--widget {
    width: 320px;
  }
}
.g-polls__widget-head {
  position: relative;
  z-index: 31;
}
.g-polls__widget-title {
  padding: 20px 45px 15px 30px;
  cursor: pointer;
  font-weight: 700;
  font-size: 18px;
  color: #39414e;
  font-style: normal;
  line-height: 1.57;
}
.content--dark-bg .g-polls__widget-title {
  color: #ffffff;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-polls__widget-title {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (max-width: 739px) {
  .g-polls__widget-title {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-polls__widget-title {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (max-width: 739px) {
  .g-polls__widget-title {
    font-size: 16px;
    line-height: 1.57;
  }
}
.g-polls__widget-close {
  position: absolute;
  top: 20px;
  right: 15px;
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background-color: transparent;
  z-index: 31;
  background-image: url('../../images/popup-close.svg');
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.g-polls__widget-close:hover {
  background-image: url('../../images/popup-close-hover.svg');
}
.g-polls__widget-description {
  cursor: pointer;
  padding: 0 30px 20px 30px;
}
/* ---------------------------- popup styles */
.g-polls--popup {
  display: none;
}
.g-polls__popup-title {
  margin-bottom: 35px !important;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-polls__popup-title {
    margin-bottom: 30px !important;
  }
}
@media (max-width: 739px) {
  .g-polls__popup-title {
    margin-bottom: 25px !important;
  }
}
.g-polls__popup-description {
  font-size: 18px;
  color: #39414e;
  font-weight: 400;
  font-style: normal;
  line-height: 1.57;
}
.content--dark-bg .g-polls__popup-description {
  color: #ffffff;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-polls__popup-description {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (max-width: 739px) {
  .g-polls__popup-description {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-polls__popup-description {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (max-width: 739px) {
  .g-polls__popup-description {
    font-size: 16px;
    line-height: 1.57;
  }
}
.content .g-polls__popup-description {
  margin-bottom: 0;
}
.g-polls--popup-open .select2-container--multi,
.g-polls--popup-open .select2-container--default {
  z-index: 999999;
}
/* ---------------------------- form */
.g-polls__form {
  width: 100%;
}
.g-polls__section {
  margin-bottom: 30px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-polls__section {
    margin-bottom: 15px;
  }
}
@media (max-width: 739px) {
  .g-polls__section {
    margin-bottom: 0;
  }
}
.g-polls__section-title {
  font-size: 18px;
  color: #39414e;
  font-weight: 400;
  font-style: normal;
  line-height: 1.57;
  border-bottom: 1px solid #e6ebf2;
  padding-bottom: 6px;
  margin-bottom: 30px;
}
.content--dark-bg .g-polls__section-title {
  color: #ffffff;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-polls__section-title {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (max-width: 739px) {
  .g-polls__section-title {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-polls__section-title {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (max-width: 739px) {
  .g-polls__section-title {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-polls__section-title {
    margin-bottom: 20px;
  }
}
@media (max-width: 739px) {
  .g-polls__section-title {
    margin-bottom: 15px;
  }
}
.g-polls__section-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.g-polls__section-item {
  width: 25%;
  max-width: 25%;
  -moz-flex-basis: 25%;
  -ms-flex-basis: 25%;
  -webkit-flex-basis: 25%;
  flex-basis: 25%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-polls__section-item {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .g-polls__section-item {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-polls__section-item {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .g-polls__section-item {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.g-polls__section-single-item {
  margin-bottom: 60px;
  max-width: 570px;
  width: 100%;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-polls__section-single-item {
    max-width: 100%;
    margin-bottom: 45px;
  }
}
@media (max-width: 739px) {
  .g-polls__section-single-item {
    max-width: 100%;
    margin-bottom: 30px;
  }
}
.g-polls__section textarea {
  height: 195px;
}
.g-polls__section-single-item .field {
  margin-top: 0;
}
/* ---------------------------- if page */
.g-polls--single-page {
  overflow: hidden;
  padding-bottom: 70px;
}
.g-polls__inner {
  max-width: 1200px;
  padding: 0 15px;
  max-width: 1220px;
  padding: 0 20px;
  margin: 0 auto;
}
.g-polls__info {
  margin-bottom: 45px;
}
@media (max-width: 739px) {
  .g-polls__info {
    margin-bottom: 30px;
  }
}
.g-polls__finish-description {
  font-size: 18px;
  color: #39414e;
  font-weight: 400;
  font-style: normal;
  line-height: 1.57;
}
.content--dark-bg .g-polls__finish-description {
  color: #ffffff;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-polls__finish-description {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (max-width: 739px) {
  .g-polls__finish-description {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-polls__finish-description {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (max-width: 739px) {
  .g-polls__finish-description {
    font-size: 16px;
    line-height: 1.57;
  }
}
.content .g-polls__finish-description {
  margin-bottom: 40px;
}
/* --------------- g-reviews */
.g-reviews--single-page {
  overflow: hidden;
  padding-bottom: 70px;
}
.g-reviews__inner {
  max-width: 1200px;
  padding: 0 15px;
  max-width: 1220px;
  padding: 0 20px;
  margin: 0 auto;
}
.g-reviews__info {
  margin-bottom: 45px;
}
.g-reviews__slider {
  position: relative;
}
@media (max-width: 739px) {
  .g-reviews__slider {
    margin: 0 -15px;
  }
}
.g-reviews__slider .g-reviews__list {
  position: relative;
  z-index: 2;
}
.g-reviews__slider-btn {
  background: none;
  border: none;
  width: 30px;
  height: 50px;
  font-size: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
}
.g-reviews__slider-btn--prev {
  left: 0;
}
@media (max-width: 739px) {
  .g-reviews__slider-btn--prev {
    left: 7px;
  }
}
.g-reviews__slider-btn--next {
  right: 0;
}
@media (max-width: 739px) {
  .g-reviews__slider-btn--next {
    right: 7px;
  }
}
.g-reviews__slider-btn-icon {
  width: 22px;
  height: 34px;
  color: #00a0e3;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.g-reviews__slider-btn--prev .g-reviews__slider-btn-icon {
  left: 0;
}
.g-reviews__slider-btn--next .g-reviews__slider-btn-icon {
  right: 0;
}
.g-reviews__slider-btn:hover .g-reviews__slider-btn-icon {
  color: #007ecd;
}
.g-reviews__item {
  max-width: 800px;
  margin: 0 auto 100px;
}
.g-reviews__item:last-child {
  margin-bottom: 60px;
}
.g-reviews--slider .g-reviews__item {
  max-width: 100% !important;
  margin-bottom: 0;
  padding: 0 14%;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-reviews--slider .g-reviews__item {
    padding: 0 50px;
  }
}
@media (max-width: 739px) {
  .g-reviews--slider .g-reviews__item {
    padding: 0 40px;
  }
}
@media (max-width: 739px) {
  .g-reviews__item {
    margin-bottom: 50px;
  }
  .g-reviews__item:last-child {
    margin-bottom: 50px;
  }
}
.g-reviews__item--photo-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-box-align: sstarts;
  -webkit-align-items: flex-start;
  -moz-box-align: sstarts;
  -ms-flex-align: sstarts;
  align-items: flex-start;
  max-width: 960px;
}
@media (max-width: 739px) {
  .g-reviews__item--photo-left {
    display: block;
  }
}
.g-reviews__item--no-photo {
  position: relative;
  max-width: 875px;
  padding-left: 75px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-reviews--slider .g-reviews__item--no-photo {
    padding: 0 50px 0 75px;
  }
}
@media (max-width: 739px) {
  .g-reviews--slider .g-reviews__item--no-photo {
    padding: 0 40px;
  }
}
@media (max-width: 739px) {
  .g-reviews__item--no-photo {
    padding-left: 0;
  }
}
.g-reviews__item-img {
  width: 200px;
  margin-right: 40px;
  -moz-flex-basis: 200px;
  -ms-flex-basis: 200px;
  -webkit-flex-basis: 200px;
  flex-basis: 200px;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  height: 200px;
  overflow: hidden;
  border-radius: 50%;
}
.g-reviews__item-img img {
  display: block;
  width: 100%;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-reviews__item-img {
    -moz-flex-basis: 150px;
    -ms-flex-basis: 150px;
    -webkit-flex-basis: 150px;
    flex-basis: 150px;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    width: 150px;
    height: 150px;
    margin-right: 30px;
  }
}
@media (max-width: 739px) {
  .g-reviews__item-img {
    width: 150px;
    height: 150px;
    margin: 0 auto 20px;
  }
}
.g-reviews__item-icon {
  width: 50px;
  height: 50px;
  display: block;
  color: #00a0e3;
}
.g-reviews__item--no-photo .g-reviews__item-icon {
  position: absolute;
  top: -14px;
  left: 0;
  width: 44px;
  height: 44px;
}
@media (max-width: 739px) {
  .g-reviews__item-icon {
    display: none;
  }
}
.g-reviews__item-review {
  font-size: 18px;
  color: #39414e;
  font-weight: 400;
  font-style: italic;
  line-height: 1.57;
}
.content--dark-bg .g-reviews__item-review {
  color: #ffffff;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-reviews__item-review {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (max-width: 739px) {
  .g-reviews__item-review {
    font-size: 16px;
    line-height: 1.57;
  }
}
.g-reviews__item-review p {
  margin-bottom: 8px;
}
.g-reviews__item-review__hidden {
  display: none;
}
.g-reviews__item-review-more {
  display: inline-block;
  position: relative;
  border: none;
  padding-right: 20px;
  font-size: 14px;
}
.content .g-reviews__item-review-more {
  border: none;
}
.g-reviews__item-review-more-icon {
  width: 9px;
  height: 18px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.g-reviews__item-review-more:hover .g-reviews__item-review-more-icon {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  -o-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.g-reviews__item-source {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-right: 25px;
  font-size: 14px;
}
.content .g-reviews__item-source {
  border: none;
}
.g-reviews__item-source-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 15px;
  height: 13px;
}
.g-reviews__item-description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: flex-end;
  -moz-box-align: flex-end;
  -ms-flex-align: flex-end;
  -webkit-box-align: eende;
  -webkit-align-items: flex-end;
  -moz-box-align: eende;
  -ms-flex-align: eende;
  align-items: flex-end;
  text-align: right;
}
@media (max-width: 739px) {
  .g-reviews__item-description {
    display: block;
    text-align: left;
  }
}
.g-reviews__item-name {
  font-size: 18px;
  color: #39414e;
  font-weight: 400;
  font-style: normal;
  line-height: 1.57;
}
.content--dark-bg .g-reviews__item-name {
  color: #ffffff;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-reviews__item-name {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (max-width: 739px) {
  .g-reviews__item-name {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-reviews__item-name {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (max-width: 739px) {
  .g-reviews__item-name {
    font-size: 16px;
    line-height: 1.57;
  }
}
.g-reviews__item-post {
  margin-bottom: 8px;
}
.g-reviews__item--photo-left .g-reviews__item-post {
  margin-bottom: 0;
}
.g-reviews__item-logo {
  max-width: 190px;
}
.g-reviews__item-logo img {
  display: block;
  max-width: 100%;
}
.g-reviews__item--photo-left .g-reviews__item-logo {
  max-width: 170px;
}
.g-reviews__item--logo-top .g-reviews__item-logo {
  margin-bottom: 20px;
  max-width: 170px;
}
.g-reviews__item--logo-top-center .g-reviews__item-logo {
  margin: 0 auto 20px;
}
.g-reviews__tabs {
  padding: 0 50px;
  margin-bottom: 35px;
}
.g-reviews__tabs-btn {
  display: block;
  padding: 0 15px;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-box-align: ccenterc;
  -webkit-align-items: center;
  -moz-box-align: ccenterc;
  -ms-flex-align: ccenterc;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: ccenterc;
  -webkit-justify-content: center;
  justify-content: center;
  opacity: 0.3;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: pointer;
}
.g-reviews__tabs-btn:hover {
  opacity: 1;
}
.g-reviews__tabs-btn.active {
  opacity: 1;
}
.g-reviews__tabs-btn.swiper-slide-active {
  opacity: 1;
}
.g-reviews__tabs-btn-in {
  display: inline-block;
}
.g-reviews__tabs-btn-in img {
  width: 100%;
  max-width: 155px;
  display: block;
}
.g-reviews__tabs-slider-btn {
  background: none;
  border: none;
  width: 30px;
  height: 100%;
  font-size: 0;
  position: absolute;
  top: 0;
  z-index: 3;
}
.g-reviews__tabs-slider-btn:after {
  background: #ffffff;
  content: "";
  top: 0;
  height: 100%;
  width: 50px;
  position: absolute;
  z-index: 2;
}
.g-reviews__tabs-slider-btn--prev {
  left: 0;
}
.g-reviews__tabs-slider-btn--prev:after {
  left: 0;
}
.g-reviews__tabs-slider-btn--next {
  right: 0;
}
.g-reviews__tabs-slider-btn--next:after {
  right: 0;
}
.g-reviews__tabs-slider-btn-icon {
  width: 22px;
  height: 34px;
  color: #00a0e3;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  z-index: 3;
}
.g-reviews__tabs-slider-btn--prev .g-reviews__tabs-slider-btn-icon {
  left: 0;
}
.g-reviews__tabs-slider-btn--next .g-reviews__tabs-slider-btn-icon {
  right: 0;
}
.g-reviews__tabs-slider-btn:hover .g-reviews__tabs-slider-btn-icon {
  color: #007ecd;
}
.g-reviews__tabs-content {
  max-width: 950px;
  margin: 0 auto;
}
.g-reviews__tab-content {
  display: none;
}
.g-reviews__tab-content.active {
  display: block;
}
/* --------------- g-structure */
.g-structure {
  overflow: hidden;
}
.g-structure__info {
  margin: 0 0 60px;
}
@media (max-width: 739px) {
  .g-structure__info {
    margin: 0 0 30px;
  }
}
.g-structure__inner {
  max-width: 1200px;
  padding: 0 15px;
  max-width: 1220px;
  padding: 0 20px;
  margin: 0 auto;
}
@media (max-width: 739px) {
  .g-structure__inner {
    padding: 0 10px;
  }
}
.g-structure__blocks {
  position: relative;
  padding-bottom: 50px;
}
.g-structure__blocks:after {
  position: absolute;
  z-index: 1;
  top: 0;
  height: 100%;
  background: #eaeaea;
  width: 2px;
  left: 0;
  content: "";
}
.g-structure__blocks--no-push {
  padding-bottom: 0;
}
.g-structure__chief {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-box-align: ccenterc;
  -webkit-align-items: center;
  -moz-box-align: ccenterc;
  -ms-flex-align: ccenterc;
  align-items: center;
  margin-bottom: 60px;
}
@media (max-width: 909px) and (min-width: 740px) {
  .g-structure__chief {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 739px) {
  .g-structure__chief {
    display: block;
    margin-bottom: 20px;
  }
}
.g-structure__blocks--no-switch .g-structure__chief {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-box-align: ccenterc;
  -webkit-align-items: center;
  -moz-box-align: ccenterc;
  -ms-flex-align: ccenterc;
  align-items: center;
}
.g-structure__chief-img-wrap {
  width: 300px;
  height: 250px;
  overflow: hidden;
  -moz-flex-basis: 300px;
  -ms-flex-basis: 300px;
  -webkit-flex-basis: 300px;
  flex-basis: 300px;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-right: 30px;
  position: relative;
  z-index: 2;
  border: 2px solid #e6ebf2;
}
.g-structure__chief-img {
  width: 100%;
  display: block;
}
.content .g-structure__chief-name {
  margin-bottom: 10px;
}
.g-structure__chief-name a {
  color: #39414e;
}
.g-structure__chief-name a:hover {
  color: #007ecd;
}
.content .g-structure__chief-name a {
  border: none;
}
.g-structure__chief-post {
  font-size: 18px;
  color: #39414e;
  font-weight: 400;
  font-style: normal;
  line-height: 1.57;
}
.content--dark-bg .g-structure__chief-post {
  color: #ffffff;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-structure__chief-post {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (max-width: 739px) {
  .g-structure__chief-post {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-structure__chief-post {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (max-width: 739px) {
  .g-structure__chief-post {
    font-size: 16px;
    line-height: 1.57;
  }
}
.g-structure__subject-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 909px) and (min-width: 740px) {
  .g-structure__chief-content {
    padding: 20px;
  }
}
@media (max-width: 739px) {
  .g-structure__chief-content {
    padding: 10px;
  }
}
.g-structure__content {
  position: relative;
  padding-top: 20px;
}
@media (max-width: 909px) and (min-width: 740px) {
  .g-structure__sub-chief-content {
    padding-right: 20px;
  }
}
@media (max-width: 739px) {
  .g-structure__sub-chief-content {
    padding: 10px;
  }
}
.g-structure__sub-chief-post {
  font-size: 18px;
  color: #39414e;
  font-weight: 400;
  font-style: normal;
  line-height: 1.57;
}
.content--dark-bg .g-structure__sub-chief-post {
  color: #ffffff;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-structure__sub-chief-post {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (max-width: 739px) {
  .g-structure__sub-chief-post {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-structure__sub-chief-post {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (max-width: 739px) {
  .g-structure__sub-chief-post {
    font-size: 16px;
    line-height: 1.57;
  }
}
.g-structure__sub-chief {
  width: 700px;
  background: #f7f9fa;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-box-align: ccenterc;
  -webkit-align-items: center;
  -moz-box-align: ccenterc;
  -ms-flex-align: ccenterc;
  align-items: center;
  margin-bottom: 80px;
  margin-left: 62px;
}
@media (max-width: 909px) and (min-width: 740px) {
  .g-structure__sub-chief {
    margin-left: 20px;
    width: 575px;
  }
}
@media (max-width: 739px) {
  .g-structure__sub-chief {
    margin-left: 20px;
    width: 270px;
    display: block;
  }
}
.g-structure__sub-chief:after {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 2px;
  background: #e6ebf2;
  width: 60px;
  left: -60px;
  content: "";
}
@media (max-width: 909px) and (min-width: 740px) {
  .g-structure__sub-chief:after {
    width: 20px;
    left: -20px;
  }
}
@media (max-width: 739px) {
  .g-structure__sub-chief:after {
    width: 20px;
    left: -20px;
  }
}
.g-structure__sub-chief--yes-subjects:before {
  position: absolute;
  z-index: 1;
  bottom: -82px;
  height: 82px;
  background: #e6ebf2;
  width: 2px;
  left: 134px;
  content: "";
}
.g-structure--no-img .g-structure__sub-chief {
  padding: 20px 30px;
}
.g-structure__sub-chief-img-wrap {
  width: 270px;
  height: 230px;
  overflow: hidden;
  -moz-flex-basis: 270px;
  -ms-flex-basis: 270px;
  -webkit-flex-basis: 270px;
  flex-basis: 270px;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-right: 30px;
  position: relative;
  z-index: 2;
  border: 2px solid #e6ebf2;
}
.g-structure--no-img .g-structure__sub-chief-img-wrap {
  display: none;
}
.g-structure__sub-chief-img {
  width: 100%;
  display: block;
}
.g-structure__sub-chief-content {
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
}
.content .g-structure__sub-chief-name {
  margin-bottom: 8px;
}
.g-structure__sub-chief-name a {
  color: #39414e;
}
.g-structure__sub-chief-name a:hover {
  color: #007ecd;
}
.content .g-structure__sub-chief-name a {
  border: none;
}
.g-structure__subjects {
  width: 1095px;
  margin-left: 30px;
  border: 2px solid #e6ebf2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: sstarts;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: fflex-startf;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-box-align: sstretchs;
  -webkit-align-items: stretch;
  -moz-box-align: sstretchs;
  -ms-flex-align: sstretchs;
  align-items: stretch;
  padding: 30px 0 30px 15px;
  position: relative;
  z-index: 1;
}
.g-structure__subjects:after {
  position: absolute;
  z-index: 2;
  top: 50px;
  bottom: -2px;
  background: #ffffff;
  left: -2px;
  right: -2px;
  content: "";
}
.g-structure__blocks--no-switch .g-structure__subjects {
  margin-left: 200px;
}
@media (min-width: 1025px) and (max-width: 5000px) {
  .g-structure__blocks--no-switch .g-structure__subjects {
    margin-left: 30px;
  }
}
@media (max-width: 1170px) and (min-width: 910px) {
  .g-structure__subjects {
    width: 830px;
  }
}
@media (max-width: 909px) and (min-width: 740px) {
  .g-structure__subjects {
    width: 565px;
  }
  .g-structure__blocks--no-switch .g-structure__subjects {
    margin-left: 30px;
  }
}
@media (max-width: 739px) {
  .g-structure__subjects {
    width: 270px;
    padding: 15px 0 0 0;
    margin-left: 20px;
  }
  .g-structure__blocks--no-switch .g-structure__subjects {
    margin-left: 20px;
  }
}
.g-structure__subjects--3 {
  max-width: 830px;
}
.g-structure__subjects--2 {
  max-width: 565px;
}
.g-structure__subjects--1 {
  max-width: 300px;
}
.g-structure__subject {
  width: 265px;
  padding: 0 15px 40px;
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-align-content: stretch;
  -moz-align-content: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: sstretchs;
  align-content: stretch;
}
.g-structure__subject.active {
  z-index: 6;
  padding: 0 15px 30px;
}
.g-structure__sub-subjects .g-structure__subject {
  padding: 0 15px 30px;
}
.g-structure__subject-lvl1 {
  position: relative;
  padding-bottom: 40px;
}
.g-structure__sub-subjects-wrap {
  height: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  overflow: hidden;
  position: relative;
  width: 1095px;
}
@media (max-width: 1170px) and (min-width: 910px) {
  .g-structure__sub-subjects-wrap {
    width: 830px;
  }
}
@media (max-width: 909px) and (min-width: 740px) {
  .g-structure__sub-subjects-wrap {
    width: 565px;
  }
}
@media (max-width: 739px) {
  .g-structure__sub-subjects-wrap {
    width: 270px;
  }
}
.g-structure__sub-subjects {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background: #f7f9fa;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: sstarts;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: fflex-startf;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: 30px 0 0 15px;
  z-index: -1;
  opacity: 0;
  transition: .5s;
  margin-top: 60px;
  position: relative;
  width: 1095px;
}
@media (max-width: 1170px) and (min-width: 910px) {
  .g-structure__sub-subjects {
    width: 830px;
  }
}
@media (max-width: 909px) and (min-width: 740px) {
  .g-structure__sub-subjects {
    width: 565px;
  }
}
@media (max-width: 739px) {
  .g-structure__sub-subjects {
    width: 270px;
  }
}
.g-structure__sub-subjects.active {
  z-index: 4;
  opacity: 1;
}
.g-structure__sub-subjects:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 60px;
  right: 0;
  border-top: 2px solid #00a0e3;
  border-left: 2px solid #00a0e3;
  border-right: 2px solid #00a0e3;
}
@media (max-width: 739px) {
  .g-structure__sub-subjects {
    padding: 17px 0 0 2px;
  }
}
.g-structure__sub-subjects--3 {
  width: 830px;
}
@media (max-width: 1170px) and (min-width: 910px) {
  .g-structure__sub-subjects--3 {
    width: 830px;
  }
}
@media (max-width: 909px) and (min-width: 740px) {
  .g-structure__sub-subjects--3 {
    width: 565px;
  }
}
@media (max-width: 739px) {
  .g-structure__sub-subjects--3 {
    width: 270px;
  }
}
.g-structure__sub-subjects--2 {
  width: 565px;
}
@media (max-width: 1170px) and (min-width: 910px) {
  .g-structure__sub-subjects--2 {
    width: 565px;
  }
}
@media (max-width: 909px) and (min-width: 740px) {
  .g-structure__sub-subjects--2 {
    width: 565px;
  }
}
@media (max-width: 739px) {
  .g-structure__sub-subjects--2 {
    width: 270px;
  }
}
.g-structure__sub-subjects--1 {
  width: 300px;
}
@media (max-width: 1170px) and (min-width: 910px) {
  .g-structure__sub-subjects--1 {
    width: 300px;
  }
}
@media (max-width: 909px) and (min-width: 740px) {
  .g-structure__sub-subjects--1 {
    width: 300px;
  }
}
@media (max-width: 739px) {
  .g-structure__sub-subjects--1 {
    width: 270px;
  }
}
.g-structure__subject-data {
  margin-bottom: 15px;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
.g-structure__subject--dept .g-structure__subject-title {
  font-size: 18px;
  color: #39414e;
  font-weight: 400;
  font-style: normal;
  line-height: 1.57;
}
.content--dark-bg .g-structure__subject--dept .g-structure__subject-title {
  color: #ffffff;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-structure__subject--dept .g-structure__subject-title {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (max-width: 739px) {
  .g-structure__subject--dept .g-structure__subject-title {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-structure__subject--dept .g-structure__subject-title {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (max-width: 739px) {
  .g-structure__subject--dept .g-structure__subject-title {
    font-size: 16px;
    line-height: 1.57;
  }
}
.g-structure__subject-img-wrap {
  width: 100%;
  height: 185px;
  overflow: hidden;
  margin-bottom: 15px;
  position: relative;
  border: 2px solid #e6ebf2;
  background-color: #e6ebf2;
  background-image: url("../../images/structure-no-img.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.g-structure--no-img .g-structure__subject-img-wrap {
  display: none;
}
.g-structure__subject-img {
  width: 100%;
  display: block;
}
.g-structure__subject-name {
  font-size: 18px;
  color: #39414e;
  font-weight: 400;
  font-style: normal;
  line-height: 1.57;
  margin-bottom: 10px;
  min-height: 50px;
}
.content--dark-bg .g-structure__subject-name {
  color: #ffffff;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-structure__subject-name {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (max-width: 739px) {
  .g-structure__subject-name {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-structure__subject-name {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (max-width: 739px) {
  .g-structure__subject-name {
    font-size: 16px;
    line-height: 1.57;
  }
}
.g-structure__subject-post {
  font-weight: 700;
  margin-bottom: 2px;
}
.g-structure__btn-more {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-box-align: ccenterc;
  -webkit-align-items: center;
  -moz-box-align: ccenterc;
  -ms-flex-align: ccenterc;
  align-items: center;
  cursor: pointer;
}
.content .g-structure__btn-more {
  border: none;
}
.g-structure__btn-wrap {
  width: 40px;
  height: 40px;
  background: #ffffff;
  border: 2px solid #00a0e3;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -moz-flex-basis: 40px;
  -ms-flex-basis: 40px;
  -webkit-flex-basis: 40px;
  flex-basis: 40px;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-right: 14px;
  position: relative;
  display: block;
}
.g-structure__btn-more:hover .g-structure__btn-wrap {
  background: #00a0e3;
}
.g-structure__btn-more.active .g-structure__btn-wrap {
  background: #00a0e3;
}
.g-structure__btn-wrap:after {
  content: "";
  display: block;
  width: 2px;
  height: 0;
  position: absolute;
  left: 18px;
  top: 100%;
  background: #00a0e3;
  transition: .3s;
}
.g-structure__btn-more.active .g-structure__btn-wrap:after {
  height: 65px;
}
.g-structure__btn-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  width: 12px;
  height: 14px;
  color: #00a0e3;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: pointer;
}
.g-structure__btn-more.active .g-structure__btn-icon {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  -ms-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
  color: #ffffff;
}
.g-structure__btn-more:hover .g-structure__btn-icon {
  color: #ffffff;
}
.g-structure__btn-text {
  border-bottom: 2px dotted #00a0e3;
  color: #00a0e3;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.g-structure__btn-more:hover .g-structure__btn-text {
  border-color: transparent;
  color: #007ecd;
}
.g-structure__btn-more.active .g-structure__btn-text {
  border-color: transparent;
}
.g-structure__btn-text--show {
  display: inline;
}
.g-structure__btn-more.active .g-structure__btn-text--show {
  display: none;
}
.g-structure__btn-text--hide {
  display: none;
}
.g-structure__btn-more.active .g-structure__btn-text--hide {
  display: inline;
}
/* --------------- g-structure horizontal */
.g-structure__h-blocks {
  padding-bottom: 50px;
}
.g-structure__h-blocks-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}
.g-structure__h-blocks-row > * {
  margin-right: 30px;
}
.g-structure__h-blocks-row > *:last-child {
  margin-right: 0;
}
@media (max-width: 909px) and (min-width: 740px) {
  .g-structure__h-blocks-row {
    width: 710px;
  }
}
@media (max-width: 739px) {
  .g-structure__h-blocks-row {
    margin-bottom: 0;
    display: block;
  }
  .g-structure__h-blocks-row > * {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.g-structure__h-block {
  display: block;
  padding: 20px 30px;
  background: #f7f9fa;
}
.g-structure__h-block:hover {
  background: #00a0e3;
}
.content .g-structure__h-block {
  border: none;
}
.g-structure__h-main-title {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.g-structure__h-block:hover .g-structure__h-main-title {
  color: #ffffff;
}
.content .g-structure__h-main-title {
  margin-bottom: 10px;
}
.g-structure__h-more {
  border-bottom: 2px dotted #00a0e3;
  color: #00a0e3;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.g-structure__h-block:hover .g-structure__h-more {
  border-bottom-color: transparent;
  color: #ffffff;
}
.g-structure__h-sub-block-data--sub:hover .g-structure__h-more {
  border-bottom-color: transparent;
  color: #ffffff;
}
.g-structure__h-block {
  position: relative;
}
.g-structure__h-block:before {
  content: "";
  background: #e6ebf2;
  width: 30px;
  left: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 2px;
  position: absolute;
}
@media (max-width: 739px) {
  .g-structure__h-block:before {
    width: 2px;
    top: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 30px;
  }
}
.g-structure__h-block:first-child:before {
  display: none;
}
.g-structure__h-block--ceo:after {
  content: "";
  background: #e6ebf2;
  width: 2px;
  bottom: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 60px;
  position: absolute;
}
@media (max-width: 739px) {
  .g-structure__h-block--ceo:after {
    bottom: -30px;
    height: 30px;
  }
}
.g-structure__h-sub-row {
  border: 2px solid #e6ebf2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  padding: 30px 15px 0;
  width: 1170px;
}
.g-structure__h-sub-row:after {
  position: absolute;
  z-index: 2;
  top: 50px;
  bottom: -2px;
  background: #ffffff;
  left: -2px;
  right: -2px;
  content: "";
}
@media (max-width: 1170px) and (min-width: 910px) {
  .g-structure__h-sub-row {
    width: 886px;
  }
}
@media (max-width: 909px) and (min-width: 740px) {
  .g-structure__h-sub-row {
    width: 710px;
  }
}
@media (max-width: 739px) {
  .g-structure__h-sub-row {
    width: 100%;
    padding-top: 15px;
  }
}
.g-structure__h-sub-block {
  position: relative;
  z-index: 3;
  display: block;
  padding: 0px 15px 30px;
  width: 284px;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.content .g-structure__h-sub-block {
  border: none;
}
.g-structure__h-sub-block.active {
  z-index: 6;
}
@media (max-width: 909px) and (min-width: 740px) {
  .g-structure__h-sub-block {
    width: 338px;
  }
}
@media (max-width: 739px) {
  .g-structure__h-sub-block {
    width: 100%;
    padding: 0 0 30px;
  }
}
.g-structure__h-sub-block-inner {
  display: block;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.g-structure__h-sub-block-data {
  padding: 20px;
  background: #f7f9fa;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: ccenterc;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-box-align: sstarts;
  -webkit-align-items: flex-start;
  -moz-box-align: sstarts;
  -ms-flex-align: sstarts;
  align-items: flex-start;
  -moz-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.g-structure__h-sub-block-data:hover {
  background: #00a0e3;
}
.g-structure__h-sub-block.active > .g-structure__h-sub-block-inner > .g-structure__h-sub-block-data {
  background: #00a0e3;
}
.g-structure__h-btn-more {
  position: relative;
  padding-right: 20px;
}
.g-structure__h-btn-icon {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  width: 10px;
  height: 10px;
  color: #00a0e3;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: pointer;
}
.g-structure__h-sub-block.active .g-structure__h-btn-icon {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  -ms-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
  color: #ffffff;
}
.g-structure__h-sub-block:hover .g-structure__h-btn-icon {
  color: #ffffff;
}
.g-structure__h-btn-text {
  border-bottom: 2px dotted #00a0e3;
  color: #00a0e3;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.g-structure__h-sub-block:hover .g-structure__h-btn-text {
  color: #ffffff;
}
.g-structure__h-sub-block.active .g-structure__h-btn-text {
  color: #ffffff;
}
.g-structure__h-btn-text--show {
  display: inline;
}
.g-structure__h-btn-more.active .g-structure__h-btn-text--show {
  display: none;
}
.g-structure__h-btn-text--hide {
  display: none;
}
.g-structure__h-btn-more.active .g-structure__h-btn-text--hide {
  display: inline;
}
.g-structure__h-sub-inner-wrap {
  height: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  overflow: hidden;
  position: relative;
  width: 1170px;
}
@media (max-width: 1170px) and (min-width: 910px) {
  .g-structure__h-sub-inner-wrap {
    width: 886px;
  }
}
@media (max-width: 909px) and (min-width: 740px) {
  .g-structure__h-sub-inner-wrap {
    width: 710px;
  }
}
@media (max-width: 739px) {
  .g-structure__h-sub-inner-wrap {
    width: 100%;
    left: 0 !important;
  }
}
.g-structure__h-sub-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 0 0 15px;
  z-index: -1;
  opacity: 0;
  transition: .5s;
  margin-top: 40px;
  margin-bottom: 10px;
  position: relative;
  width: 1170px;
}
@media (max-width: 1170px) and (min-width: 910px) {
  .g-structure__h-sub-inner {
    width: 886px;
  }
}
@media (max-width: 909px) and (min-width: 740px) {
  .g-structure__h-sub-inner {
    width: 710px;
  }
}
@media (max-width: 739px) {
  .g-structure__h-sub-inner {
    width: 100%;
    padding: 17px 15px 0 15px;
  }
}
.g-structure__h-sub-inner.active {
  z-index: 4;
  opacity: 1;
}
.g-structure__h-sub-inner:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 2px solid #e6ebf2;
}
.g-structure__h-sub-title {
  font-weight: 700;
  margin-bottom: 5px;
  color: #39414e;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.g-structure__h-sub-block.active .g-structure__h-sub-title--main {
  color: #ffffff;
}
.g-structure__h-sub-block-data:hover .g-structure__h-sub-title--main {
  color: #ffffff;
}
.g-structure__h-sub-block-data--sub:hover .g-structure__h-sub-title {
  color: #ffffff;
}
.g-structure__h-sub-block-data {
  position: relative;
}
.g-structure__h-sub-block-data:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0px;
  width: 2px;
  height: 0;
  background: #e6ebf2;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  transition-duration: 0.5s;
}
.g-structure__h-sub-block.active > .g-structure__h-sub-block-inner > .g-structure__h-sub-block-data:after {
  height: 40px;
  bottom: -40px;
}
.g-structure__h-popup {
  display: none;
  padding: 60px 80px 20px!important;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-structure__h-popup {
    padding: 30px 45px 45px !important;
  }
}
@media (max-width: 739px) {
  .g-structure__h-popup {
    padding: 30px 15px !important;
  }
}
.g-structure__h-popup-title {
  margin-bottom: 50px !important;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-structure__h-popup-title {
    margin-bottom: 30px !important;
  }
}
@media (max-width: 739px) {
  .g-structure__h-popup-title {
    margin-bottom: 25px !important;
  }
}
.g-structure__h-popup-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.g-structure__h-popup-item {
  width: 50%;
  max-width: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 15px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px !important;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-structure__h-popup-item {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .g-structure__h-popup-item {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-structure__h-popup-item {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .g-structure__h-popup-item {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-structure__h-popup-item {
    display: block;
  }
}
@media (max-width: 739px) {
  .g-structure__h-popup-item {
    display: block;
    margin-bottom: 40px !important;
  }
  .g-structure__h-popup-item:last-child {
    margin-bottom: 0 !important;
  }
}
.g-structure__h-popup-img {
  width: 195px;
  height: 180px;
  -moz-flex-basis: 195px;
  -ms-flex-basis: 195px;
  -webkit-flex-basis: 195px;
  flex-basis: 195px;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  overflow: hidden;
  margin-right: 30px;
  max-width: 100%;
}
.g-structure__h-popup-img img {
  width: 100%;
  display: block;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-structure__h-popup-img {
    margin-right: 0;
    margin-bottom: 15px;
    width: 100%;
    height: 235px;
  }
}
@media (max-width: 739px) {
  .g-structure__h-popup-img {
    margin-right: 0;
    margin-bottom: 15px;
    width: 100%;
    height: auto;
  }
}
.g-structure__h-popup-name {
  font-size: 18px;
  color: #39414e;
  font-weight: 400;
  font-style: normal;
  line-height: 1.57;
  margin-bottom: 10px;
}
.content--dark-bg .g-structure__h-popup-name {
  color: #ffffff;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-structure__h-popup-name {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (max-width: 739px) {
  .g-structure__h-popup-name {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-structure__h-popup-name {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (max-width: 739px) {
  .g-structure__h-popup-name {
    font-size: 16px;
    line-height: 1.57;
  }
}
.g-structure__h-popup-post {
  font-weight: 700;
}
/* --------------- base */
/* -------------- (~"value") -------------- */
/* -------------- ( both need to have multiple values ) -------------- */
/* -------------- ( .transition(~"color .3s linear, width .1s linear)) -------------- */
/* ----------------------------------- flex-block ----------------------------------- */
/* -------------- (~"value") -------------- */
/* -------------- (~"value") -------------- */
/* -------------- (~"value") -------------- */
/* -------------- (~"value") -------------- */
.clearfix:after {
  display: table;
  clear: both;
  content: "";
}
.center {
  max-width: 1280px;
  margin: 0 auto;
}
/* --------------- breakpoints */
/* ----------------------------------- media breakpoints classes ----------------------------------- */
/*
.desktop (@rules) {
	@media screen and (min-width:  @desktop) {
		@rules();
	}
}

.tablet (@rules) {
		@media (min-width: @tablet-min) and (max-width: @tablet-max) {
			@rules();
		}
}

.tablet-landscape (@rules) {
		@media (min-width: @tablet-min) and (max-width: @tablet-max) and (orientation: landscape) {
			@rules();
		}
}

.mobile (@rules) {
		@media (max-width: @mobile-max) {
			@rules();
		}
}

.mobile-landscape (@rules) {
	@media (max-width: @mobile-max) and (orientation: landscape) {
		@rules();
	}
}

.mobile-s (@rules) {
		@media (max-width: @mobile-s) {
			@rules();
		}
}

.mobile-xs (@rules) {
		@media (max-width: @mobile-xs) {
			@rules();
		}
}
*/
/* ----------------------------------- screen-width-flags ----------------------------------- */
.desktop-flag {
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1000;
  width: 1px;
  height: 1px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .desktop-flag {
    display: none !important;
  }
}
@media (max-width: 739px) {
  .desktop-flag {
    display: none !important;
  }
}
.adaptive-flag {
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1000;
  width: 1px;
  height: 1px;
}
@media (min-width: 1025px) and (max-width: 5000px) {
  .adaptive-flag {
    display: none !important;
  }
}
.tablet-flag {
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1000;
  width: 1px;
  height: 1px;
}
@media (min-width: 1025px) and (max-width: 5000px) {
  .tablet-flag {
    display: none !important;
  }
}
@media (max-width: 739px) {
  .tablet-flag {
    display: none !important;
  }
}
.mobile-flag {
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1000;
  width: 1px;
  height: 1px;
}
@media (min-width: 1025px) and (max-width: 5000px) {
  .mobile-flag {
    display: none !important;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .mobile-flag {
    display: none !important;
  }
}
/* ----------------------------------- showing classes ----------------------------------- */
@media (min-width: 740px) and (max-width: 1024px) {
  .desktop-only {
    display: none !important;
  }
}
@media (max-width: 739px) {
  .desktop-only {
    display: none !important;
  }
}
@media (min-width: 1025px) and (max-width: 5000px) {
  .desktop-hidden {
    display: none !important;
  }
}
@media (min-width: 1025px) and (max-width: 5000px) {
  .adaptive-only {
    display: none !important;
  }
}
@media (min-width: 1025px) and (max-width: 5000px) {
  .tablet-only {
    display: none !important;
  }
}
@media (max-width: 739px) {
  .tablet-only {
    display: none !important;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .tablet-hidden {
    display: none !important;
  }
}
@media (min-width: 1025px) and (max-width: 5000px) {
  .mobile-only {
    display: none !important;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .mobile-only {
    display: none !important;
  }
}
@media (max-width: 739px) {
  .mobile-hidden {
    display: none !important;
  }
}
@-webkit-keyframes navigationAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes navigationAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes navigationAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes navigationAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes navigationAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes navigationAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes navigationAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes navigationAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.animated-section {
  opacity: 1;
  -webkit-transition: all .4s linear 0.3s ease;
  -o-transition: all .4s linear 0.3s ease;
  transition: all .4s linear 0.3s ease;
  -webkit-transition: all .4s linear 0.2s linear;
  -moz-transition: all .4s linear 0.2s linear;
  -ms-transition: all .4s linear 0.2s linear;
  -o-transition: all .4s linear 0.2s linear;
  transition: all .4s linear 0.2s linear;
  -webkit-transition: all .4s linear;
  -moz-transition: all .4s linear;
  -ms-transition: all .4s linear;
  -o-transition: all .4s linear;
  transition: all .4s linear;
  -webkit-transform: translate(0, 0) scale(1);
  -moz-transform: translate(0, 0) scale(1);
  -ms-transform: translate(0, 0) scale(1);
  -o-transform: translate(0, 0) scale(1);
  transform: translate(0, 0) scale(1);
}
.animated-section.hidden {
  opacity: 0;
  -webkit-transform: translate(0, 30px) scale(0.98);
  -moz-transform: translate(0, 30px) scale(0.98);
  -ms-transform: translate(0, 30px) scale(0.98);
  -o-transform: translate(0, 30px) scale(0.98);
  transform: translate(0, 30px) scale(0.98);
}
/* --------------- plugins styles */
/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: March 10, 2017
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform,height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform,height;
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate(0, -50%);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px;
}
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* --------------- grid */
/* --------------- components main */
.icon {
  display: inline-block;
  width: 20px;
  height: 20px;
}
.icon--search {
  width: 20px;
  height: 20px;
}
.icon--arrow-long {
  width: 12px;
  height: 8px;
}
body {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.57;
  font-weight: 400;
  color: #39414e;
}
* {
  box-sizing: border-box;
}
html,
body {
  min-height: 100%;
  height: 100%;
}
.page {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  min-height: 100%;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .page {
    padding-top: 70px;
  }
}
@media (max-width: 739px) {
  .page {
    padding-top: 70px;
  }
}
.page__content {
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.page__title {
  font-size: 48px;
  line-height: 1.2;
  font-weight: 700;
  color: #243247;
}
@media (max-width: 739px) {
  .page__title {
    font-size: 26px;
    line-height: 1.57;
  }
}
.page__title-description {
  font-size: 18px;
  line-height: 1.57;
}
@media (max-width: 739px) {
  .page__title-description {
    font-size: 16px;
    line-height: 1.57;
  }
}
.page__link {
  display: inline-block;
  text-decoration: none;
  position: relative;
  color: #00a0e3;
  font-size: inherit;
  line-height: inherit;
}
.page__link:after {
  content: '';
  position: absolute;
  top: 100%;
  width: 100%;
  height: 0;
  border-bottom: 1px solid;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.page__link:hover:after {
  width: 0;
}
.page-header__inner {
  max-width: 1200px;
  padding: 0 15px;
  max-width: 1220px;
  padding: 0 20px;
  margin: 0 auto;
}
.page-header__title {
  font-size: 48px;
  line-height: 1.2;
  font-weight: 700;
  color: #243247;
}
@media (max-width: 739px) {
  .page-header__title {
    font-size: 26px;
    line-height: 1.57;
  }
}
.page-header__title-description {
  font-size: 18px;
  line-height: 1.57;
}
@media (max-width: 739px) {
  .page-header__title-description {
    font-size: 16px;
    line-height: 1.57;
  }
}
.header {
  width: 100%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  font-family: "Ubuntu", Arial, sans-serif;
  height: 155px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    height: auto;
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
  }
}
@media (max-width: 739px) {
  .header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    height: auto;
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0;
    left: 0;
  }
}
.header__inner {
  max-width: 1200px;
  padding: 0 15px;
  max-width: 1220px;
  padding: 0 20px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-top: 15px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .header__inner {
    opacity: 0;
    padding: 0;
    background: #fff;
    -webkit-transition: opacity 0.2s linear 0.3s ease;
    -o-transition: opacity 0.2s linear 0.3s ease;
    transition: opacity 0.2s linear 0.3s ease;
    -webkit-transition: opacity 0.2s linear 0.2s linear;
    -moz-transition: opacity 0.2s linear 0.2s linear;
    -ms-transition: opacity 0.2s linear 0.2s linear;
    -o-transition: opacity 0.2s linear 0.2s linear;
    transition: opacity 0.2s linear 0.2s linear;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    overflow: hidden;
    height: 0;
    width: 100%;
  }
  .header.isOpen .header__inner {
    display: block;
    opacity: 1;
    padding: 40px 20px 20px;
    height: auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  }
}
@media (max-width: 739px) {
  .header__inner {
    opacity: 0;
    padding: 0;
    background: #fff;
    -webkit-transition: opacity 0.2s linear 0.3s ease;
    -o-transition: opacity 0.2s linear 0.3s ease;
    transition: opacity 0.2s linear 0.3s ease;
    -webkit-transition: opacity 0.2s linear 0.2s linear;
    -moz-transition: opacity 0.2s linear 0.2s linear;
    -ms-transition: opacity 0.2s linear 0.2s linear;
    -o-transition: opacity 0.2s linear 0.2s linear;
    transition: opacity 0.2s linear 0.2s linear;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    overflow: hidden;
    height: 0;
    width: 100%;
  }
  .header.isOpen .header__inner {
    display: block;
    opacity: 1;
    padding: 40px 20px 20px;
    height: auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  }
}
.header__top-mobile {
  max-width: 1200px;
  padding: 0 15px;
  max-width: 1220px;
  padding: 0 20px;
  margin: 0 auto;
  padding: 10px 20px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.13);
}
@media (max-width: 739px) {
  .header__top-mobile {
    padding: 10px 10px 20px 10px;
  }
}
.header__logo {
  display: inline-block;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  margin: 0 50px 10px 0;
  height: 60px;
}
.header__logo img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .header__logo {
    margin: 0 50px 0 0;
    height: 50px;
  }
  .header__logo img {
    max-width: none;
    max-height: 100%;
  }
}
@media (max-width: 739px) {
  .header__logo {
    margin: 0 50px 0 0;
    height: 50px;
  }
  .header__logo img {
    max-width: none;
    max-height: 100%;
  }
}
.header__panel {
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  text-align: right;
  display: none;
}
.header__ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-around;
  -moz-box-pack: space-around;
  -ms-flex-pack: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .header__ul {
    -moz-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 739px) {
  .header__ul {
    -moz-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.header__li {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 20px;
}
.header__li:last-child {
  margin-right: 0;
}
.header__menu {
  display: none !important;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__link {
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  line-height: 24px;
  color: #39414e;
}
.header__link:after {
  content: '';
  display: block;
  height: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  background-color: #00a0e3;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.header__link:hover:after {
  height: 6px;
}
.header__link.currentSection {
  color: #00a0e3;
}
.header__team-title {
  font-size: 12px;
  line-height: 24px;
  color: #39414e;
}
.header__team-img {
  display: block;
  height: 40px;
}
.header__team-img img {
  display: block;
  max-height: 100%;
  margin: 0 auto;
}
.menu {
  background-color: #f7f9fa;
  box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.13);
  font-size: 16px;
  line-height: 18px;
  color: #000;
  font-weight: 300;
  position: relative;
  z-index: 10;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .menu {
    height: auto;
    overflow: hidden;
    box-shadow: none;
    background: transparent;
    height: 0;
    opacity: 0;
    -webkit-transition: opacity 0.2s linear 0.3s ease;
    -o-transition: opacity 0.2s linear 0.3s ease;
    transition: opacity 0.2s linear 0.3s ease;
    -webkit-transition: opacity 0.2s linear 0.2s linear;
    -moz-transition: opacity 0.2s linear 0.2s linear;
    -ms-transition: opacity 0.2s linear 0.2s linear;
    -o-transition: opacity 0.2s linear 0.2s linear;
    transition: opacity 0.2s linear 0.2s linear;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
  }
  .header.isOpen .menu {
    height: auto;
    opacity: 1;
    background: #fff;
  }
}
@media (max-width: 739px) {
  .menu {
    height: auto;
    overflow: hidden;
    box-shadow: none;
    background: transparent;
    height: 0;
    opacity: 0;
    -webkit-transition: opacity 0.2s linear 0.3s ease;
    -o-transition: opacity 0.2s linear 0.3s ease;
    transition: opacity 0.2s linear 0.3s ease;
    -webkit-transition: opacity 0.2s linear 0.2s linear;
    -moz-transition: opacity 0.2s linear 0.2s linear;
    -ms-transition: opacity 0.2s linear 0.2s linear;
    -o-transition: opacity 0.2s linear 0.2s linear;
    transition: opacity 0.2s linear 0.2s linear;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
  }
  .header.isOpen .menu {
    height: auto;
    opacity: 1;
    background: #fff;
  }
}
.menu--fixed {
  position: fixed;
  z-index: 10;
  left: 0;
  right: 0;
  top: 0;
}
.menu--fixed:hover {
  z-index: 11;
}
@media (min-width: 1025px) {
  .menu--search-open {
    background: #00a0e3;
  }
  .menu--search-open .menu__ul {
    display: none;
  }
}
.menu__inner {
  max-width: 1200px;
  padding: 0 15px;
  max-width: 1220px;
  padding: 0 20px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .menu__inner {
    -moz-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 0;
  }
}
@media (max-width: 739px) {
  .menu__inner {
    -moz-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 0;
  }
}
.menu__logo {
  width: 0;
  margin: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-transition: width .1s linear, margin .1s linear 0.3s ease;
  -o-transition: width .1s linear, margin .1s linear 0.3s ease;
  transition: width .1s linear, margin .1s linear 0.3s ease;
  -webkit-transition: width .1s linear, margin .1s linear 0.2s linear;
  -moz-transition: width .1s linear, margin .1s linear 0.2s linear;
  -ms-transition: width .1s linear, margin .1s linear 0.2s linear;
  -o-transition: width .1s linear, margin .1s linear 0.2s linear;
  transition: width .1s linear, margin .1s linear 0.2s linear;
  -webkit-transition: width .1s linear, margin .1s linear;
  -moz-transition: width .1s linear, margin .1s linear;
  -ms-transition: width .1s linear, margin .1s linear;
  -o-transition: width .1s linear, margin .1s linear;
  transition: width .1s linear, margin .1s linear;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}
.menu__logo img {
  display: block;
  max-width: 100%;
  max-height: 47px;
  -webkit-transition: 0.2s 0.3s ease;
  -o-transition: 0.2s 0.3s ease;
  transition: 0.2s 0.3s ease;
  -webkit-transition: 0.2s 0.2s linear;
  -moz-transition: 0.2s 0.2s linear;
  -ms-transition: 0.2s 0.2s linear;
  -o-transition: 0.2s 0.2s linear;
  transition: 0.2s 0.2s linear;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}
.menu--fixed .menu__logo {
  display: block;
  margin: 0 15px 0 0;
  width: auto;
  max-width: 140px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.menu--fixed .menu__logo img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
@media (min-width: 1025px) {
  .menu--fixed.menu--search-open .menu__logo {
    display: none;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .menu__logo {
    display: none;
  }
}
@media (max-width: 739px) {
  .menu__logo {
    display: none;
  }
}
.menu__ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  list-style-type: none;
  padding: 0;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .menu__ul {
    -moz-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 739px) {
  .menu__ul {
    -moz-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.menu__li {
  text-align: center;
  display: block;
  -webkit-transition: background linear 0.2s 0.3s ease;
  -o-transition: background linear 0.2s 0.3s ease;
  transition: background linear 0.2s 0.3s ease;
  -webkit-transition: background linear 0.2s 0.2s linear;
  -moz-transition: background linear 0.2s 0.2s linear;
  -ms-transition: background linear 0.2s 0.2s linear;
  -o-transition: background linear 0.2s 0.2s linear;
  transition: background linear 0.2s 0.2s linear;
  -webkit-transition: background linear 0.2s;
  -moz-transition: background linear 0.2s;
  -ms-transition: background linear 0.2s;
  -o-transition: background linear 0.2s;
  transition: background linear 0.2s;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .menu__li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 5px 20px;
  }
  .menu__li:first-child {
    padding-top: 20px;
  }
  .menu__li.isActive {
    background: #00a0e3;
  }
}
@media (max-width: 739px) {
  .menu__li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding: 5px 20px;
  }
  .menu__li:first-child {
    padding-top: 20px;
  }
  .menu__li.isActive {
    background: #00a0e3;
  }
}
.menu__link-more {
  display: block;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid;
  color: #00a0e3;
  background: transparent;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  margin: 0 8px;
  padding: 0;
  -webkit-transition: 0.2s 0.3s ease;
  -o-transition: 0.2s 0.3s ease;
  transition: 0.2s 0.3s ease;
  -webkit-transition: 0.2s 0.2s linear;
  -moz-transition: 0.2s 0.2s linear;
  -ms-transition: 0.2s 0.2s linear;
  -o-transition: 0.2s 0.2s linear;
  transition: 0.2s 0.2s linear;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
}
.menu__link-more:before,
.menu__link-more:after {
  content: '';
  display: block;
  width: 14px;
  height: 1px;
  background: #00a0e3;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.menu__link-more:before {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.menu__link-more:after {
  -webkit-transform: translate(-50%, -50%) rotate(270deg);
  -moz-transform: translate(-50%, -50%) rotate(270deg);
  -ms-transform: translate(-50%, -50%) rotate(270deg);
  -o-transform: translate(-50%, -50%) rotate(270deg);
  transform: translate(-50%, -50%) rotate(270deg);
}
@media (min-width: 1025px) and (max-width: 5000px) {
  .menu__link-more {
    display: none !important;
  }
}
.menu__link-more:hover,
.menu__link-more:active {
  background: #fff;
  color: #00a0e3;
  border-color: #00a0e3;
}
.menu__li.isActive .menu__link-more {
  background: #fff;
  color: #fff;
}
.menu__li.isActive .menu__link-more:after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -moz-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  -o-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}
.menu__link {
  display: block;
  padding: 26px;
  text-decoration: none;
  color: #39414e;
  position: relative;
}
@media (min-width: 1025px) {
  .menu__link:after {
    content: '';
    position: absolute;
    z-index: 5;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 0;
    height: 0;
    border-top: 12px solid #f8f9fb;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .menu__li:hover .menu__link:after {
    opacity: 1;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .menu__link {
    padding: 10px 0;
    text-align: left;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .menu__li.isActive .menu__link {
    color: #fff;
  }
}
@media (max-width: 739px) {
  .menu__link {
    padding: 10px 0;
    text-align: left;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .menu__li.isActive .menu__link {
    color: #fff;
  }
}
.menu__link.currentSection {
  color: #00a0e3;
}
.submenu {
  position: absolute;
  z-index: 4;
  top: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  right: 0;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
  padding: 40px 20px;
  list-style-type: none;
  display: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  box-shadow: inset 0 30px 30px 0 rgba(0, 0, 0, 0.13);
}
@media (min-width: 1025px) {
  .submenu {
    background: #00a0e3;
    display: none !important;
  }
  .menu__li:hover .submenu {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-animation: navigationAppear ease 0.5s;
    -moz-animation: navigationAppear ease 0.5s;
    -o-animation: navigationAppear ease 0.5s;
    animation: navigationAppear ease 0.5s;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .submenu {
    box-shadow: none;
    position: relative;
    top: 0;
    width: 100%;
    -webkit-transition: none 0.3s ease;
    -o-transition: none 0.3s ease;
    transition: none 0.3s ease;
    -webkit-transition: none 0.2s linear;
    -moz-transition: none 0.2s linear;
    -ms-transition: none 0.2s linear;
    -o-transition: none 0.2s linear;
    transition: none 0.2s linear;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    padding: 20px 0;
  }
}
@media (max-width: 739px) {
  .submenu {
    box-shadow: none;
    position: relative;
    top: 0;
    width: 100%;
    -webkit-transition: none 0.3s ease;
    -o-transition: none 0.3s ease;
    transition: none 0.3s ease;
    -webkit-transition: none 0.2s linear;
    -moz-transition: none 0.2s linear;
    -ms-transition: none 0.2s linear;
    -o-transition: none 0.2s linear;
    transition: none 0.2s linear;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    padding: 20px 0;
  }
}
.submenu__li {
  line-height: 24px;
  position: relative;
  padding: 0 50px;
}
.submenu__li:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #fff;
}
.submenu__li:first-child {
  padding-left: 0;
}
.submenu__li:last-child {
  padding-right: 0;
}
.submenu__li:last-child:after {
  display: none;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .submenu__li {
    padding: 0;
    text-align: left;
  }
  .submenu__li:after {
    display: none;
  }
}
@media (max-width: 739px) {
  .submenu__li {
    padding: 0;
    text-align: left;
  }
  .submenu__li:after {
    display: none;
  }
}
.submenu__link {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  position: relative;
}
.submenu__link:after {
  content: '';
  position: absolute;
  top: 100%;
  width: 0;
  height: 0;
  border-bottom: 1px solid;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.submenu__link:hover,
.submenu__link:focus {
  color: #fff;
}
.submenu__link:hover:after,
.submenu__link:focus:after {
  width: 100%;
}
.submenu__link:active {
  color: #fff;
}
.submenu__link:active:after {
  width: 100%;
}
.h-search {
  width: 100%;
  background: transparent;
  padding: 10px 20px;
  border-color: #c5cdda;
  border-style: solid;
  border-width: 1px 0 1px 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}
@media (min-width: 1025px) {
  .h-search {
    width: 47px;
    height: 70px;
    background: transparent;
    margin: 0 0 0 50px;
    padding: 0;
    border: none;
  }
}
.h-search .btn {
  -webkit-transition: all .2s linear, margin 0s linear 0.3s ease;
  -o-transition: all .2s linear, margin 0s linear 0.3s ease;
  transition: all .2s linear, margin 0s linear 0.3s ease;
  -webkit-transition: all .2s linear, margin 0s linear 0.2s linear;
  -moz-transition: all .2s linear, margin 0s linear 0.2s linear;
  -ms-transition: all .2s linear, margin 0s linear 0.2s linear;
  -o-transition: all .2s linear, margin 0s linear 0.2s linear;
  transition: all .2s linear, margin 0s linear 0.2s linear;
  -webkit-transition: all .2s linear, margin 0s linear;
  -moz-transition: all .2s linear, margin 0s linear;
  -ms-transition: all .2s linear, margin 0s linear;
  -o-transition: all .2s linear, margin 0s linear;
  transition: all .2s linear, margin 0s linear;
}
@media (min-width: 1025px) {
  .h-search .btn:focus,
  .h-search .btn:hover {
    background: #fff;
    border-color: #00a0e3;
    color: #00a0e3;
  }
  .h-search .btn:active {
    color: #0078ab;
  }
}
@media (min-width: 1025px) {
  .menu--search-open .h-search {
    margin-left: 0;
    width: 100%;
  }
  .menu--search-open .h-search .btn {
    margin-left: 20px;
  }
}
.h-search__input {
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  font-size: 30px;
  line-height: 1;
  height: 30px;
  font-weight: 300;
}
.h-search__input input {
  font-family: inherit;
  outline: none;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: block;
  width: 100%;
  background-color: transparent;
  font-size: inherit;
  line-height: inherit;
  height: 100%;
  font-weight: inherit;
  color: #00a0e3;
  padding: 0;
  margin: 0;
}
.h-search__input input::-ms-clear {
  display: none;
}
.h-search__input input::-webkit-input-placeholder {
  color: #00a0e3;
}
.h-search__input input::-moz-placeholder {
  color: #00a0e3;
}
.h-search__input input:-ms-input-placeholder {
  color: #00a0e3;
}
.h-search__input input:-moz-placeholder {
  color: #00a0e3;
}
@media (min-width: 1025px) {
  .h-search__input input {
    color: #fff;
  }
  .h-search__input input::-webkit-input-placeholder {
    color: #fff;
  }
  .h-search__input input::-moz-placeholder {
    color: #fff;
  }
  .h-search__input input:-ms-input-placeholder {
    color: #fff;
  }
  .h-search__input input:-moz-placeholder {
    color: #fff;
  }
}
@media (min-width: 1025px) {
  .h-search__input {
    display: none;
  }
}
.menu--search-open .h-search__input {
  display: block;
}
.h-search__btn-close {
  display: none;
}
@media (min-width: 1025px) {
  .menu--search-open .h-search__btn-close {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  color: #fff;
  font-weight: 300;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .hero {
    display: block;
  }
}
@media (max-width: 739px) {
  .hero {
    display: block;
  }
}
.hero__big {
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  background-color: rgba(15, 35, 53, 0.58);
  border: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.hero__big .hero__inner {
  position: relative;
  z-index: 2;
}
.hero__big:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.58);
}
.hero__inner {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  padding: 50px;
}
@media (max-width: 739px) {
  .hero__inner {
    padding: 20px;
  }
}
.hero__icon-top {
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
}
.hero__icon-top .icon {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: 100%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.hero__title {
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: 100%;
  font-family: "Ubuntu", Arial, sans-serif;
  font-size: 120px;
  line-height: 100px;
  margin: 0 auto 50px;
  font-weight: 300;
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .hero__title {
    font-size: 60px;
    line-height: 1;
  }
}
@media (max-width: 739px) {
  .hero__title {
    font-size: 50px;
    line-height: 1;
  }
}
.hero__text {
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: 100%;
  font-size: 18px;
  line-height: 24px;
  margin: 0 auto 44px;
  font-weight: 300;
}
.hero__side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.hero__small {
  max-width: 560px;
  padding: 40px 80px;
  width: 100%;
  position: relative;
  height: 240px;
  background-color: rgba(15, 35, 53, 0.58);
  color: #fff;
  text-decoration: none;
  border: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.hero__small .hero__inner {
  padding: 0;
  max-width: 380px;
  z-index: 2;
}
.hero__small .btn {
  position: absolute;
  z-index: 5;
  top: 24px;
  right: 24px;
}
.hero__small .hero__title {
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 20px;
}
.hero__small .hero__text {
  margin-bottom: 0;
}
.hero__small:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.58);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.hero__small:hover {
  color: #ffffff;
}
.hero__small:hover:after {
  background: #00a0e3;
}
.hero__small:hover .btn {
  color: #00a0e3;
  background: #fff;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .hero__small {
    max-width: 100%;
  }
  .hero__small .hero__inner {
    max-width: 600px;
  }
}
@media (max-width: 739px) {
  .hero__small {
    max-width: 100%;
    padding: 70px 20px 40px;
    height: auto;
  }
  .hero__small .hero__inner {
    max-width: 600px;
  }
}
.hero--type-2 {
  display: block;
}
.hero--type-2 .hero__big {
  width: 100%;
  padding: 50px 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.hero--type-2 .hero__big .hero__inner {
  max-width: 1200px;
  padding: 0 15px;
  max-width: 1220px;
  padding: 0 20px;
  margin: 0 auto;
  display: block;
}
.hero--type-2 .hero__big .hero__title {
  margin: 0 0 35px;
  font-size: 64px;
  line-height: 1.2;
}
@media (max-width: 739px) {
  .hero--type-2 .hero__big .hero__title {
    font-size: 50px;
  }
}
.hero--type-2 .hero__big .hero__text {
  margin: 0 0 35px;
  font-size: 20px;
  line-height: 1.6;
}
.hero--type-2 .hero__side {
  background: #f8f9fb;
  -moz-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .hero--type-2 .hero__side {
    display: block;
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 739px) {
  .hero--type-2 .hero__side {
    display: block;
    width: 100%;
    max-width: 100%;
  }
}
.hero--type-2 .hero__small {
  width: 33.33%;
  height: auto;
  max-width: 410px;
  padding: 60px 20px;
  background: none !important;
  color: #39414e;
}
.hero--type-2 .hero__small:after {
  display: none;
}
.hero--type-2 .hero__small .btn {
  color: #fff;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.hero--type-2 .hero__small:hover .btn {
  color: #00a0e3;
}
.hero--type-2 .hero__small .hero__text {
  line-height: 1.33;
}
.hero--type-2 .hero__small .hero__inner {
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .hero--type-2 .hero__small .hero__inner {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 739px) {
  .hero--type-2 .hero__small .hero__inner {
    width: 100%;
    max-width: 100%;
  }
}
.hero--type-2 .hero__small .hero__icon-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.hero--type-2 .hero__small .hero__title {
  font-size: 28px;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 300;
}
.hero--type-2 .hero__small .hero__text {
  white-space: normal;
  margin-bottom: 25px;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .hero--type-2 .hero__small {
    width: 100%;
    max-width: 100%;
    padding: 40px 20px;
  }
}
@media (max-width: 739px) {
  .hero--type-2 .hero__small {
    width: 100%;
    max-width: 100%;
    padding: 20px;
  }
}
.footer {
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  text-align: center;
  width: 100%;
  background: #243247;
  padding: 50px 0;
  color: #c5cdda;
  margin-top: 50px;
}
.footer__inner {
  max-width: 1200px;
  padding: 0 15px;
  max-width: 1220px;
  padding: 0 20px;
  margin: 0 auto;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .footer__inner {
    max-width: 640px;
  }
}
@media (max-width: 739px) {
  .footer__inner {
    display: block;
    text-align: center;
  }
}
.footer__side-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .footer__side-left {
    -moz-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 739px) {
  .footer__side-left {
    margin-right: 0;
    -moz-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.footer__side-right {
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.footer__ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0;
  list-style: none;
  min-width: 100%;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .footer__ul {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 739px) {
  .footer__ul {
    margin: 0 auto 60px;
    text-align: center;
    display: block;
  }
}
.footer__li {
  margin: 0 5px 10px;
  padding: 0 0 20px 0;
  position: relative;
}
@media (max-width: 739px) {
  .footer__li {
    display: inline-block;
  }
}
.footer__link {
  color: inherit;
  text-decoration: none;
  display: inline-block;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.footer__link:after {
  content: '';
  display: block;
  height: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  background-color: #00a0e3;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.footer__link:hover {
  color: #00a0e3;
}
.footer__link:hover:after {
  height: 6px;
}
.footer__link.currentSection {
  color: #00a0e3;
}
.footer__row--tal {
  text-align: left;
}
.footer__hot {
  color: inherit;
  display: inline;
  position: relative;
}
@media (min-width: 1025px) {
  .footer__hot:hover,
  .footer__hot:focus {
    text-decoration: underline;
    color: #00a0e3;
  }
}
.footer__hot:active {
  color: #00a0e3;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .footer__hot {
    margin: 25px;
  }
}
@media (max-width: 739px) {
  .footer__hot {
    margin: 0 20px;
    text-align: center;
  }
  .footer__hot br {
    display: none;
  }
}
.footer__logo img {
  display: block;
  max-width: 100%;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .footer__logo {
    margin: 25px auto 25px;
  }
}
@media (max-width: 739px) {
  .footer__logo {
    margin: 25px auto 25px;
  }
  .footer__logo img {
    margin: 0 auto;
  }
}
.footer__copy {
  white-space: nowrap;
  display: inline-block;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .footer__copy {
    margin: 25px auto 25px;
  }
}
@media (max-width: 739px) {
  .footer__copy {
    margin: 0 auto 20px;
  }
}
.footer__side-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .footer__side-bottom {
    display: block;
  }
}
@media (max-width: 739px) {
  .footer__side-bottom {
    display: block;
  }
}
.social__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 739px) {
  .social__inner {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0 0 20px 0;
  }
}
.social__item {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 34px;
  height: 34px;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: 1px;
  opacity: .6;
  -webkit-transition: 0.2s 0.3s ease;
  -o-transition: 0.2s 0.3s ease;
  transition: 0.2s 0.3s ease;
  -webkit-transition: 0.2s 0.2s linear;
  -moz-transition: 0.2s 0.2s linear;
  -ms-transition: 0.2s 0.2s linear;
  -o-transition: 0.2s 0.2s linear;
  transition: 0.2s 0.2s linear;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  margin: 0 15px 0 0;
  border-radius: 50%;
  background-color: #fff;
}
.social__item:hover {
  opacity: 1;
}
.social__icon {
  display: block;
  width: 20px;
  height: 20px;
}
.press {
  position: relative;
  padding: 50px 0;
  background-image: url("../../images/news-bg-min.jpg");
  background-size: cover;
  background-position: center;
}
.press::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(20, 34, 47, 0.8);
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
}
.press__header,
.press__slider {
  position: relative;
  z-index: 1;
}
.press__header {
  position: relative;
  max-width: 1200px;
  padding: 0 15px;
  max-width: 1220px;
  padding: 0 20px;
  margin: 0 auto;
  margin-bottom: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 1025px) {
  .press__header {
    margin-bottom: 10px;
  }
}
@media (max-width: 739px) {
  .press__header {
    display: block;
    margin-bottom: 30px;
  }
}
.press__footer {
  max-width: 1200px;
  padding: 0 15px;
  max-width: 1220px;
  padding: 0 20px;
  margin: 0 auto;
}
.press__title {
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 300;
  font-size: 48px;
  line-height: 1.2;
  color: #243247;
  margin: 0;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  color: #fff;
}
@media (max-width: 739px) {
  .press__title {
    font-size: 26px;
  }
}
.page__link {
  color: #fff;
}
.press__side {
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  font-size: 18px;
  line-height: 24px;
  padding-left: 50px;
}
@media (max-width: 739px) {
  .press__side {
    margin-top: 10px;
    text-align: right;
    font-size: 14px;
    line-height: 20px;
  }
}
.press__slider {
  position: relative;
  max-width: 1320px;
  padding: 0 70px;
  margin: 0 auto;
}
@media (max-width: 739px) {
  .press__slider {
    padding: 0 40px;
  }
}
@media (min-width: 1025px) {
  .press__slider .swiper-container {
    padding: 30px 20px 50px;
    margin: 0 -25px;
  }
}
/* .swiper-wrapper */
.press__wrapper {
  height: auto;
}
/* .swiper-slide */
.press__slide {
  height: auto;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: relative;
}
.press__slide:after {
  content: '';
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
@media (min-width: 1025px) {
  .press__slide:hover:after {
    top: -15px;
    bottom: -15px;
    -webkit-box-shadow: 11px 10px 32px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 11px 10px 32px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 11px 10px 32px 1px rgba(0, 0, 0, 0.2);
  }
}
.press__controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.press__card {
  padding: 0 0 20px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 739px) {
  .press__card {
    margin: 0 auto;
  }
}
.press__img {
  width: 100%;
  height: 175px;
  margin: 0 0 25px;
  position: relative;
}
.press__img img {
  display: none;
}
.press__img-content {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center	center;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
@media (min-width: 1025px) {
  .press__img-content {
    bottom: auto;
    top: 50%;
    height: 175px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .press__slide:hover .press__img-content {
    height: 210px;
  }
}
.press__date {
  font-size: 17px;
  font-weight: normal;
  color: #243247;
  margin: 0 0 10px;
}
@media (min-width: 1025px) {
  .press__date {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    position: relative;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .press__slide:hover .press__date {
    -webkit-transform: translate(0, 15px);
    -moz-transform: translate(0, 15px);
    -ms-transform: translate(0, 15px);
    -o-transform: translate(0, 15px);
    transform: translate(0, 15px);
  }
}
.press__text {
  width: 100%;
  max-width: 270px;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1025px) {
  .press__text {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    position: relative;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .press__slide:hover .press__text {
    -webkit-transform: translate(0, 15px);
    -moz-transform: translate(0, 15px);
    -ms-transform: translate(0, 15px);
    -o-transform: translate(0, 15px);
    transform: translate(0, 15px);
  }
}
.press__btn {
  position: absolute;
  top: 90px;
  width: 15px;
  height: 33px;
  cursor: pointer;
  color: #243247;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
}
.press__btn--prev {
  left: 15px;
}
.press__btn--next {
  right: 15px;
}
.press__btn .icon {
  width: 100%;
  height: 100%;
}
@media (min-width: 1025px) {
  .press__btn:hover {
    color: #00a0e3;
  }
}
@media (max-width: 739px) {
  .press__btn--prev {
    left: 10px;
  }
  .press__btn--next {
    right: 10px;
  }
  .press__btn:active {
    color: #00a0e3;
  }
}
@media (min-width: 1025px) {
  .press__btn {
    -webkit-transform: translate(0, 65px);
    -moz-transform: translate(0, 65px);
    -ms-transform: translate(0, 65px);
    -o-transform: translate(0, 65px);
    transform: translate(0, 65px);
  }
}
.press__fog {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (min-width: 1025px) {
  .press__slide:hover .press__fog {
    opacity: 1;
    z-index: 10;
  }
}
.press__fog-icon {
  width: 47px;
  height: 47px;
  background: #243247;
  color: #00a0e3;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.i-press__header {
  max-width: 1200px;
  padding: 0 15px;
  max-width: 1220px;
  padding: 0 20px;
  margin: 0 auto;
  padding: 20px;
}
.i-press__inner {
  max-width: 1200px;
  padding: 0 15px;
  max-width: 1220px;
  padding: 0 20px;
  margin: 0 auto;
}
.i-press__section {
  margin: 0 auto 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.i-press__cards {
  margin: 0 -15px;
  min-width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 739px) {
  .i-press__cards {
    display: block;
  }
}
.i-press__card {
  -moz-flex-basis: 25%;
  -ms-flex-basis: 25%;
  -webkit-flex-basis: 25%;
  flex-basis: 25%;
  text-decoration: none;
  padding: 0 15px;
}
@media (min-width: 1025px) and (max-width: 5000px) {
  .cols-2 .i-press__card {
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .cols-3 .i-press__card {
    -moz-flex-basis: 33.333%;
    -ms-flex-basis: 33.333%;
    -webkit-flex-basis: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .cols-4 .i-press__card {
    -moz-flex-basis: 25%;
    -ms-flex-basis: 25%;
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .i-press__card {
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media (max-width: 739px) {
  .i-press__card {
    margin: 0 auto 40px;
    max-width: 420px;
    width: 100%;
  }
}
.i-press__card {
  margin-bottom: 40px;
}
.i-press__card-inner {
  text-decoration: none;
  display: block;
}
.i-press__card-header {
  dominant-baseline: ;
}
.i-press__card-img {
  height: 160px;
  width: 100%;
  display: block;
  margin-bottom: 20px;
  position: relative;
  background-color: #00a0e3;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.i-press__card-img:after {
  content: '';
  display: block;
  position: absolute;
  opacity: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.cols-2 .i-press__card-img {
  height: 280px;
}
.cols-3 .i-press__card-img {
  height: 210px;
}
.cols-4 .i-press__card-img {
  height: 160px;
}
@media (min-width: 1025px) {
  .i-press__card-inner:hover .i-press__card-img:after,
  .i-press__card-inner:focus .i-press__card-img:after {
    opacity: 1;
  }
  .i-press__card-inner:hover .i-press__card-img .i-press__card-icon,
  .i-press__card-inner:focus .i-press__card-img .i-press__card-icon {
    opacity: 1;
    color: #fff;
  }
}
.i-press__card-inner:active .i-press__card-img .i-press__card-icon {
  opacity: 0;
}
.i-press__card-icon {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  width: 47px;
  height: 47px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #00a0e3;
}
.i-press__card-icon .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.i-press__card-title {
  color: #39414e;
  font-size: 18px;
  line-height: 1.57;
  font-weight: 400;
  text-decoration: none;
  margin-bottom: 10px;
}
@media (min-width: 1025px) {
  .i-press__card-inner:hover .i-press__card-title,
  .i-press__card-inner:focus .i-press__card-title {
    color: #00a0e3;
    text-decoration: underline;
  }
}
.i-press__card-inner:active .i-press__card-title {
  color: #007cb0;
}
.i-press__card-text {
  font-size: 14px;
  line-height: 1.57;
  color: #717171;
  font-weight: 400;
}
.i-press__card-inner:active .i-press__card-text {
  color: #39414e;
}
.i-press__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.i-press__sections {
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
@media (min-width: 1025px) and (max-width: 5000px) {
  .type-2 .i-press__sections {
    -moz-flex-basis: 66.666%;
    -ms-flex-basis: 66.666%;
    -webkit-flex-basis: 66.666%;
    flex-basis: 66.666%;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
  }
  .type-3 .i-press__sections {
    -moz-flex-basis: 66.666%;
    -ms-flex-basis: 66.666%;
    -webkit-flex-basis: 66.666%;
    flex-basis: 66.666%;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
  }
}
@media (min-width: 740px) and (max-width: 1024px) and (orientation: landscape) {
  .type-2 .i-press__sections {
    -moz-flex-basis: 66.666%;
    -ms-flex-basis: 66.666%;
    -webkit-flex-basis: 66.666%;
    flex-basis: 66.666%;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
  }
  .type-3 .i-press__sections {
    -moz-flex-basis: 66.666%;
    -ms-flex-basis: 66.666%;
    -webkit-flex-basis: 66.666%;
    flex-basis: 66.666%;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
  }
}
.i-press__panel-inner {
  background: #eee;
  padding: 20px;
  height: 100%;
}
.i-press__panel {
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.i-press__panel .type-0 {
  display: none !important;
}
.type-1 .i-press__panel {
  display: block;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  margin-bottom: 40px;
}
@media (min-width: 1025px) and (max-width: 5000px) {
  .type-2 .i-press__panel {
    display: block;
    padding-left: 30px;
    -moz-flex-basis: 33.333%;
    -ms-flex-basis: 33.333%;
    -webkit-flex-basis: 33.333%;
    flex-basis: 33.333%;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-box-ordinal-group: 2;
    -moz-order: 2;
    -ms-order: 2;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .type-3 .i-press__panel {
    display: block;
    padding-right: 30px;
    -moz-flex-basis: 33.333%;
    -ms-flex-basis: 33.333%;
    -webkit-flex-basis: 33.333%;
    flex-basis: 33.333%;
  }
}
@media (min-width: 740px) and (max-width: 1024px) and (orientation: landscape) {
  .type-2 .i-press__panel {
    display: block;
    padding-left: 30px;
    -moz-flex-basis: 33.333%;
    -ms-flex-basis: 33.333%;
    -webkit-flex-basis: 33.333%;
    flex-basis: 33.333%;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-box-ordinal-group: 2;
    -moz-order: 2;
    -ms-order: 2;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .type-3 .i-press__panel {
    display: block;
    padding-right: 30px;
    -moz-flex-basis: 33.333%;
    -ms-flex-basis: 33.333%;
    -webkit-flex-basis: 33.333%;
    flex-basis: 33.333%;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .i-press__panel {
    margin-bottom: 20px;
  }
}
@media (max-width: 739px) {
  .i-press__panel {
    margin-bottom: 20px;
  }
}
.i-press__panel-cell {
  margin: 20px;
}
.i-press__panel-cell .select {
  width: 100%;
}
.i-press__panel-cell--select {
  width: 100%;
  max-width: 300px;
}
.i-press__panel-cell .calendar__date-range .field {
  max-width: 130px;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
.i-press__panel-cell .calendar__date-range input[type="text"] {
  padding: 3px 8px 3px 15px;
}
.i-press__panel-label {
  font-size: 20px;
  line-height: 1.57;
  font-weight: 400;
  margin-bottom: 15px;
  display: none;
}
@media (min-width: 1025px) and (max-width: 5000px) {
  .type-2 .i-press__panel-label {
    display: block;
  }
  .type-3 .i-press__panel-label {
    display: block;
  }
}
.i-press__panel-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
@media (min-width: 1025px) and (max-width: 5000px) {
  .type-2 .i-press__panel-form {
    display: block;
  }
  .type-3 .i-press__panel-form {
    display: block;
  }
}
.graphs {
  padding: 80px 0;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .graphs {
    padding: 60px 0;
  }
}
@media (max-width: 739px) {
  .graphs {
    padding: 30px 0;
  }
}
.graphs__slider {
  max-width: 1320px;
  padding: 0 70px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 739px) {
  .graphs__slider {
    padding: 0 40px;
  }
}
.graph__btn {
  position: absolute;
  top: 90px;
  width: 15px;
  height: 33px;
  cursor: pointer;
  color: #243247;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.graph__btn--prev {
  left: 15px;
}
.graph__btn--next {
  right: 15px;
}
.graph__btn .icon {
  width: 100%;
  height: 100%;
}
@media (min-width: 1025px) {
  .graph__btn:hover {
    color: #00a0e3;
  }
}
@media (max-width: 739px) {
  .graph__btn--prev {
    left: 10px;
  }
  .graph__btn--next {
    right: 10px;
  }
  .graph__btn:active {
    color: #00a0e3;
  }
}
.graph {
  width: 100%;
  color: #10171d;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  font-family: "Ubuntu", Arial, sans-serif;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .graph {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
@media (max-width: 739px) {
  .graph {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
.graph__col {
  width: 20%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-right: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.graph__col:last-child {
  margin-right: 0;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .graph__col {
    margin-right: 0;
    width: auto;
    width: 30%;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 739px) {
  .graph__col {
    margin-right: 0;
    width: auto;
    max-width: 33.333%;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 420px) {
  .graph__col {
    margin-right: 0;
    width: 100%;
    max-width: 100%;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.graph__col--img {
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: 30%;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .graph__col--img {
    width: 100%;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 739px) {
  .graph__col--img {
    width: 100%;
    max-width: 100%;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    margin-bottom: 20px;
  }
}
.graph__img img {
  display: block;
  max-width: 100%;
  position: relative;
  right: 50px;
  opacity: 0;
  margin: 0 auto;
}
.swiper-slide-active .graph__img img {
  -webkit-transition: all .4s linear 0.3s ease;
  -o-transition: all .4s linear 0.3s ease;
  transition: all .4s linear 0.3s ease;
  -webkit-transition: all .4s linear 0.2s linear;
  -moz-transition: all .4s linear 0.2s linear;
  -ms-transition: all .4s linear 0.2s linear;
  -o-transition: all .4s linear 0.2s linear;
  transition: all .4s linear 0.2s linear;
  -webkit-transition: all .4s linear;
  -moz-transition: all .4s linear;
  -ms-transition: all .4s linear;
  -o-transition: all .4s linear;
  transition: all .4s linear;
  right: 0;
  opacity: 1;
}
.graph__header {
  flex-grow: 1;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .graph__header {
    line-height: 20px;
  }
}
.graph__title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
  position: relative;
  opacity: 0;
  bottom: 10px;
  padding-bottom: 5px;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: inline-block;
}
.graph__title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 10px;
  border-bottom: 1px solid;
}
.swiper-slide-active .graph__title {
  opacity: 1;
  bottom: 0;
  -webkit-transition: all .5s linear 0.3s ease;
  -o-transition: all .5s linear 0.3s ease;
  transition: all .5s linear 0.3s ease;
  -webkit-transition: all .5s linear 0.2s linear;
  -moz-transition: all .5s linear 0.2s linear;
  -ms-transition: all .5s linear 0.2s linear;
  -o-transition: all .5s linear 0.2s linear;
  transition: all .5s linear 0.2s linear;
  -webkit-transition: all .5s linear;
  -moz-transition: all .5s linear;
  -ms-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear;
}
.swiper-slide-active .graph__title:after {
  -webkit-transition: all .6s linear 0.3s ease;
  -o-transition: all .6s linear 0.3s ease;
  transition: all .6s linear 0.3s ease;
  -webkit-transition: all .6s linear 0.2s linear;
  -moz-transition: all .6s linear 0.2s linear;
  -ms-transition: all .6s linear 0.2s linear;
  -o-transition: all .6s linear 0.2s linear;
  transition: all .6s linear 0.2s linear;
  -webkit-transition: all .6s linear;
  -moz-transition: all .6s linear;
  -ms-transition: all .6s linear;
  -o-transition: all .6s linear;
  transition: all .6s linear;
  width: 190px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .graph__title {
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 739px) {
  .graph__title {
    font-size: 18px;
    line-height: 24px;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
.graph__value {
  font-size: 72px;
  line-height: 100px;
  font-weight: 300;
  color: #00a0e3;
  opacity: 0;
}
.swiper-slide-active .graph__value {
  opacity: 1;
  -webkit-transition: all .5s linear 0.3s ease;
  -o-transition: all .5s linear 0.3s ease;
  transition: all .5s linear 0.3s ease;
  -webkit-transition: all .5s linear 0.2s linear;
  -moz-transition: all .5s linear 0.2s linear;
  -ms-transition: all .5s linear 0.2s linear;
  -o-transition: all .5s linear 0.2s linear;
  transition: all .5s linear 0.2s linear;
  -webkit-transition: all .5s linear;
  -moz-transition: all .5s linear;
  -ms-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear;
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .graph__value {
    font-size: 50px;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .graph__value {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 739px) {
  .graph__value {
    font-size: 50px;
    line-height: 60px;
  }
}
.graph__units {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.4px;
  opacity: 0;
  top: 10px;
  position: relative;
}
.swiper-slide-active .graph__units {
  opacity: 1;
  top: 0;
  -webkit-transition: all .5s linear 0.3s ease;
  -o-transition: all .5s linear 0.3s ease;
  transition: all .5s linear 0.3s ease;
  -webkit-transition: all .5s linear 0.2s linear;
  -moz-transition: all .5s linear 0.2s linear;
  -ms-transition: all .5s linear 0.2s linear;
  -o-transition: all .5s linear 0.2s linear;
  transition: all .5s linear 0.2s linear;
  -webkit-transition: all .5s linear;
  -moz-transition: all .5s linear;
  -ms-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear;
}
.t-graphs {
  padding: 80px 0;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .t-graphs {
    padding: 60px 0;
  }
}
@media (max-width: 739px) {
  .t-graphs {
    padding: 30px 0;
  }
}
.t-graphs__slider {
  max-width: 1320px;
  padding: 0 70px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 739px) {
  .t-graphs__slider {
    padding: 0 40px;
  }
}
.t-graphs__slider .swiper-container {
  overflow: visible;
}
.t-graphs__slider .swiper-wrapper {
  height: auto;
}
.t-graphs__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
.t-graphs__footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px auto;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.t-graphs__title {
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 300;
  font-size: 48px;
  line-height: 1.2;
  color: #243247;
  margin: 0;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
}
@media (max-width: 739px) {
  .t-graphs__title {
    font-size: 26px;
  }
}
.t-graph__controls {
  position: relative;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  -webkit-box-pack: flex-end;
  -moz-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.t-graph__controls .swiper-pagination-fraction {
  width: auto;
  padding: 0 20px;
  font-size: 28px;
  line-height: 33px;
  font-weight: 300;
}
@media (max-width: 739px) {
  .t-graph__controls {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.t-graph__btn {
  position: absolute;
  top: 90px;
  width: 15px;
  height: 33px;
  cursor: pointer;
  color: #243247;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: relative;
  top: auto;
  right: auto;
  left: auto;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.t-graph__btn--prev {
  left: 15px;
}
.t-graph__btn--next {
  right: 15px;
}
.t-graph__btn .icon {
  width: 100%;
  height: 100%;
}
@media (min-width: 1025px) {
  .t-graph__btn:hover {
    color: #00a0e3;
  }
}
@media (max-width: 739px) {
  .t-graph__btn--prev {
    left: 10px;
  }
  .t-graph__btn--next {
    right: 10px;
  }
  .t-graph__btn:active {
    color: #00a0e3;
  }
}
.t-graph__btn--prev {
  left: auto;
  margin-right: 20px;
}
.t-graph__btn--next {
  right: auto;
  margin-left: 20px;
}
.t-graph__btn.swiper-button-disabled {
  opacity: .3;
}
.t-graph {
  width: 100%;
  height: auto;
  color: #fff;
  padding: 40px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  font-family: "Ubuntu", Arial, sans-serif;
  background-color: #00a0e3;
  -webkit-transition: 0.3s 0.3s ease;
  -o-transition: 0.3s 0.3s ease;
  transition: 0.3s 0.3s ease;
  -webkit-transition: 0.3s 0.2s linear;
  -moz-transition: 0.3s 0.2s linear;
  -ms-transition: 0.3s 0.2s linear;
  -o-transition: 0.3s 0.2s linear;
  transition: 0.3s 0.2s linear;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: .2;
}
.t-graph:after {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(36, 37, 54, 0.3);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (min-width: 1025px) {
  .t-graph.swiper-slide-active,
  .t-graph.swiper-slide-next,
  .t-graph.swiper-slide-next + .t-graph.swiper-slide {
    opacity: 1;
  }
  .t-graph.swiper-slide-active:hover .t-graph__img,
  .t-graph.swiper-slide-next:hover .t-graph__img,
  .t-graph.swiper-slide-next + .t-graph.swiper-slide:hover .t-graph__img {
    opacity: 0;
  }
}
@media (min-width: 960px) and (max-width: 1024px) {
  .t-graph.swiper-slide-active,
  .t-graph.swiper-slide-next,
  .t-graph.swiper-slide-next + .t-graph.swiper-slide {
    opacity: 1;
  }
}
@media (min-width: 540px) and (max-width: 1024px) {
  .t-graph {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .t-graph.swiper-slide-active,
  .t-graph.swiper-slide-next {
    opacity: 1;
  }
}
@media (max-width: 540px) {
  .t-graph {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .t-graph.swiper-slide-active {
    opacity: 1;
  }
}
.t-graph__col {
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 5;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-right: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.t-graph__col:last-child {
  margin-right: 0;
}
.t-graph__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  opacity: 1;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.t-graph__header {
  flex-grow: 1;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .t-graph__header {
    line-height: 20px;
  }
}
.t-graph__title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
  position: relative;
  bottom: 10px;
  padding-bottom: 10px;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}
.t-graph__title:after {
  content: '';
  bottom: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  display: block;
  width: 230px;
  max-width: 90%;
  border-bottom: 1px solid;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .t-graph__title {
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 739px) {
  .t-graph__title {
    font-size: 18px;
    line-height: 24px;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
.t-graph__value {
  font-size: 72px;
  line-height: 100px;
  font-weight: 300;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .t-graph__value {
    font-size: 50px;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .t-graph__value {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 739px) {
  .t-graph__value {
    font-size: 50px;
    line-height: 60px;
  }
}
.t-graph__units {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.4px;
  position: relative;
}
.main-map {
  padding: 60px 0;
  position: relative;
  background: rgba(0, 255, 0, 0.1);
}
.main-map__card {
  width: 100%;
  min-width: 540px;
  height: 100%;
  padding: 70px 60px;
}
.main-map__title {
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 300;
  font-size: 48px;
  line-height: 1.2;
  color: #243247;
  margin: 0;
}
@media (max-width: 739px) {
  .main-map__title {
    font-size: 26px;
  }
}
.contacts__inner {
  max-width: 1200px;
  padding: 0 15px;
  max-width: 1220px;
  padding: 0 20px;
  margin: 0 auto;
}
.contacts__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px 50px;
}
.contact {
  -moz-flex-basis: 33.333%;
  -ms-flex-basis: 33.333%;
  -webkit-flex-basis: 33.333%;
  flex-basis: 33.333%;
  padding: 15px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .contact {
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .contact {
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.contact__inner {
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: start;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.contact__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.38;
  margin-bottom: 20px;
  color: #39414e;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .contact__title {
    font-size: 30px;
  }
}
@media (max-width: 739px) {
  .contact__title {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.contact__text {
  font-size: 18px;
  line-height: 1.57;
  color: #39414e;
  margin: 0 0 30px;
}
@media (max-width: 739px) {
  .contact__text {
    font-size: 16px;
    margin: 0 0 15px;
  }
}
.contact__link {
  font-size: 24px;
  line-height: 1.42;
  margin-bottom: 25px;
  text-decoration: none;
  color: #39414e;
  font-weight: 300;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
}
.contact__link-icon {
  color: #00a0e3;
  margin-right: 20px;
}
.contact__link-text {
  color: inherit;
}
@media (max-width: 739px) {
  .contact__link {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .contact__link-icon {
    margin-right: 10px;
  }
}
.indicators__header {
  max-width: 1200px;
  padding: 0 15px;
  max-width: 1220px;
  padding: 0 20px;
  margin: 0 auto;
  padding: 20px;
}
.indicators__inner {
  max-width: 1200px;
  padding: 0 15px;
  max-width: 1220px;
  padding: 0 20px;
  margin: 0 auto;
}
.indicators__section {
  margin: 0 auto 70px;
}
.indicators__title {
  font-size: 36px;
  line-height: 1.38;
  font-weight: 700;
  color: #39414e;
  margin-bottom: 30px;
}
.indicators__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.indicator {
  -moz-flex-basis: 25%;
  -ms-flex-basis: 25%;
  -webkit-flex-basis: 25%;
  flex-basis: 25%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .indicator {
    -moz-flex-basis: 33.333%;
    -ms-flex-basis: 33.333%;
    -webkit-flex-basis: 33.333%;
    flex-basis: 33.333%;
  }
}
@media (max-width: 739px) {
  .indicator {
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.indicator__inner {
  width: 100%;
  padding: 30px 15px;
  text-align: center;
  color: #ffffff;
  position: relative;
  background-color: #00a0e3;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.indicator__inner:before {
  content: '';
  background: rgba(0, 0, 0, 0.45);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.indicator--noimage .indicator__inner:before {
  display: none !important;
}
.indicator__title {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 300;
  color: inherit;
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
  max-width: 100%;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
}
.indicator__title:after {
  content: '';
  width: 100%;
  max-width: 130px;
  margin: 0 auto;
  border-bottom: 2px solid;
}
.indicator__value {
  color: inherit;
  font-size: 72px;
  line-height: 1;
  font-weight: 300;
  margin-bottom: 5px;
  position: relative;
  z-index: 1;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .indicator__value {
    font-size: 50px;
  }
}
@media (max-width: 739px) {
  .indicator__value {
    font-size: 50px;
  }
}
.indicator__units {
  font-size: 14px;
  line-height: 1.56;
  font-weight: normal;
  letter-spacing: 0.4px;
  color: inherit;
  position: relative;
  z-index: 1;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.geography {
  margin-bottom: 60px;
  position: relative;
}
@media (max-width: 739px) {
  .geography {
    margin-bottom: 0;
    height: auto;
  }
}
.geography__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: ccenterc;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-box-align: ccenterc;
  -webkit-align-items: center;
  -moz-box-align: ccenterc;
  -ms-flex-align: ccenterc;
  align-items: center;
  position: relative;
  z-index: 1;
}
.geography__title {
  margin: 0;
  margin-top: -15px;
  margin-right: 32px;
  font-size: 36px;
  font-weight: 300;
  font-family: "Ubuntu", Arial, sans-serif;
}
@media (max-width: 739px) {
  .geography__title {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 30px;
    font-size: 30px;
  }
}
.geography__container {
  position: relative;
}
@media (max-width: 739px) {
  .geography__container {
    color: inherit;
  }
}
.geography__map {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1600px;
  height: auto;
}
@media (max-width: 739px) {
  .geography__map {
    background-size: 100% 100%;
  }
}
.geography__map-box {
  position: relative;
  max-width: 100%;
}
.geography__map-box img {
  max-width: 100%;
  display: block;
}
.geography__map-inner {
  transition: 0.4s all;
}
.geography__map-inner.active {
  opacity: 1;
  visibility: visible;
}
.geography__tab-content {
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s all;
}
.geography__tab-content.active {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 739px) {
  .geography__tab-content {
    opacity: 1;
    visibility: visible;
    display: none;
  }
  .geography__tab-content.active {
    display: block;
  }
}
.geography__top-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-box-align: ccenterc;
  -webkit-align-items: center;
  -moz-box-align: ccenterc;
  -ms-flex-align: ccenterc;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: ccenterc;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: #fff;
  width: 620px;
}
@media (max-width: 739px) {
  .geography__top-wrap {
    -moz-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.geography__pin {
  position: absolute;
  width: 47px;
  height: 47px;
  border-radius: 50%;
  background-color: #00a0e3;
  box-shadow: 5px 15px 15px 0 rgba(0, 0, 0, 0.2);
  transition: 0.4s all;
}
.geography__pin:hover {
  background-color: #e6ebf2;
}
.geography__pin:hover .geography__pin-icon {
  fill: #00a0e3;
}
.geography__pin:hover .geography__pin-icon-alt {
  fill: #00a0e3;
}
@media (max-width: 739px) {
  .geography__pin {
    width: 28px;
    height: 28px;
  }
}
.geography__pin--active {
  background-color: #e6ebf2;
}
.geography__pin--active .geography__pin-icon {
  fill: #00a0e3;
}
.geography__pin--active .geography__pin-icon-alt {
  fill: #00a0e3;
}
.geography__pin-wrap {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.geography__pin-icon {
  width: 26px;
  height: 25px;
  fill: #fff;
  transition: 0.4s all;
}
@media (max-width: 739px) {
  .geography__pin-icon {
    width: 16px;
    height: 25px;
  }
}
.geography__pin-icon-alt {
  width: 22px;
  height: 24px;
  fill: #fff;
}
@media (max-width: 739px) {
  .geography__pin-icon-alt {
    width: 14px;
  }
}
.geography__popup {
  position: absolute;
  top: 50%;
  right: 0;
  display: none;
  padding: 45px 60px;
  width: 500px;
  background-color: #fff;
  -webkit-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.2);
  -wabkit-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.2);
  z-index: 1;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media (min-width: 1000px) and (max-width: 1330px) {
  .geography__popup {
    padding: 20px;
    min-height: auto;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .geography__popup {
    padding: 20px;
    min-height: auto;
  }
}
@media (max-width: 739px) {
  .geography__popup {
    position: relative;
    top: 0;
    bottom: auto;
    min-height: auto;
    right: auto;
    width: auto;
    padding: 45px 20px;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.geography__popup.active {
  display: block;
}
.geography__close {
  position: absolute;
  top: 30px;
  right: 30px;
  padding: 0;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}
.geography__close:hover .geography__close-icon {
  color: #243247;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.geography__close-icon {
  width: 15px;
  height: 15px;
  color: #00a0e3;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.geography__popup-mega-title {
  margin: 0;
  font-size: 48px;
  line-height: 1.3;
  font-family: "Ubuntu", Arial, sans-serif;
  font-weight: 300;
}
@media (max-width: 739px) {
  .geography__popup-mega-title {
    font-size: 26px;
  }
}
.geography__popup-title {
  margin: 0;
  font-size: 30px;
  font-family: "Ubuntu", Arial, sans-serif;
  font-weight: 300;
}
@media (max-width: 739px) {
  .geography__popup-title {
    font-size: 26px;
  }
}
.geography__popup-line {
  margin-top: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (min-width: 1000px) and (max-width: 1330px) {
  .geography__popup-line {
    margin-top: 20px;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .geography__popup-line {
    margin-top: 20px;
  }
}
.geography__popup-line--dummy {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.geography__popup-value {
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  color: #243247;
}
@media (max-width: 739px) {
  .geography__popup-value {
    text-align: right;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
  }
}
.geography__popup-value-dummy {
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  color: #243247;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
.geography__popup-value-dummy .geography__pin-wrap {
  background: #00a0e3;
  width: 47px;
  height: 47px;
  border-radius: 50%;
}
@media (max-width: 739px) {
  .geography__popup-value-dummy {
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
  }
}
.geography__popup-prop {
  margin: 0;
  width: 260px;
  font-size: 16px;
  font-weight: 300;
  color: #7787a0;
}
@media (max-width: 739px) {
  .geography__popup-prop {
    width: auto;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
.geography__popup-prop--dummy {
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  font-size: 24px;
  padding-left: 30px;
}
@media (max-width: 739px) {
  .geography__tab {
    width: 147px;
  }
}
@media (max-width: 739px) {
  .geography__tab-link {
    font-size: 14px;
  }
}
.page404 {
  height: 100%;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 100px 0;
}
.page404__inner {
  padding: 20px;
  text-align: center;
  width: 100%;
  max-width: 840px;
}
.page404__title {
  font-size: 48px;
  line-height: 1.2;
  font-weight: 700;
  color: #243247;
  margin-top: 0;
}
@media (max-width: 739px) {
  .page404__title {
    font-size: 26px;
    line-height: 1.57;
  }
}
.page404__msg {
  font-size: 22px;
  line-height: 1.59;
  color: #39414e;
}
@media (max-width: 739px) {
  .page404__msg {
    font-size: 16px;
  }
}
.sitemap {
  margin-top: 60px;
}
.sitemap__top {
  max-width: 1200px;
  padding: 0 15px;
  max-width: 1220px;
  padding: 0 20px;
  margin: 0 auto;
  margin-bottom: 80px;
}
.sitemap__inner {
  max-width: 1200px;
  padding: 0 15px;
  max-width: 1220px;
  padding: 0 20px;
  margin: 0 auto;
}
.sitemap__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sitemap__col {
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -moz-flex-basis: 33.333%;
  -ms-flex-basis: 33.333%;
  -webkit-flex-basis: 33.333%;
  flex-basis: 33.333%;
  text-align: left;
  margin-bottom: 34px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 15px;
}
@media (max-width: 739px) {
  .sitemap__col {
    -moz-flex-basis: auto;
    -ms-flex-basis: auto;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    max-width: 100%;
  }
}
.sitemap__link {
  display: inline-block;
  max-width: 100%;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  font-size: 22px;
  line-height: 1.59;
  color: #00a0e3;
}
@media (max-width: 739px) {
  .sitemap__link {
    font-size: 16px;
  }
}
.results-table {
  padding-bottom: 50px;
}
@media (max-width: 739px) {
  .results-table {
    padding-bottom: 20px;
  }
}
.results-table__inner {
  max-width: 1200px;
  padding: 0 15px;
  max-width: 1220px;
  padding: 0 20px;
  margin: 0 auto;
}
.results-table__upper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: sspace-betweens;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-box-align: ccenterc;
  -webkit-align-items: center;
  -moz-box-align: ccenterc;
  -ms-flex-align: ccenterc;
  align-items: center;
  margin-bottom: 35px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .results-table__upper {
    display: block;
  }
}
@media (max-width: 739px) {
  .results-table__upper {
    display: block;
  }
}
.results-table__title {
  font-size: 26px;
  line-height: 1.38;
  font-weight: 700;
  color: #39414e;
  margin-bottom: 20px;
}
@media (max-width: 739px) {
  .results-table__title {
    font-size: 21px;
  }
}
.results-table__sort {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 14px;
}
@media (max-width: 739px) {
  .results-table__sort {
    display: block;
  }
}
.results-table__sort-text {
  margin-right: 36px;
  color: #243247;
}
.results-table__sort-link {
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  margin-right: 30px;
  text-decoration: none;
  color: #39414e;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.content .results-table__sort-link {
  border: none;
}
.content .results-table__sort-link.active {
  color: #00a0e3;
  border-bottom: 1px dashed #ec1a3a;
}
.content .results-table__sort-link.active .results-table__sort-icon {
  fill: #00a0e3;
  opacity: 1;
}
.results-table__sort-link:last-child {
  margin-right: 0;
}
.results-table__sort-link .results-table__sort-icon {
  margin-left: 10px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.results-table__item {
  margin-bottom: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .results-table__item {
    margin-bottom: 30px;
    display: block;
  }
}
@media (max-width: 739px) {
  .results-table__item {
    margin-bottom: 40px;
    display: block;
  }
}
.results-table__item-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-box-align: ccenterc;
  -webkit-align-items: center;
  -moz-box-align: ccenterc;
  -ms-flex-align: ccenterc;
  align-items: center;
  margin-bottom: 20px;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 739px) {
  .results-table__item-top {
    display: block;
  }
}
.results-table__item-date {
  font-size: 14px;
  font-weight: 400;
  margin-right: 70px;
  color: #243247;
  text-transform: uppercase;
}
.results-table__breadcrumbs {
  padding: 0;
  margin: 0;
  list-style: none;
}
.results-table__breadcrumbs-item {
  display: inline-block;
  vertical-align: top;
}
.results-table__breadcrumbs-link {
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border-bottom: 1px solid transparent;
}
.results-table__breadcrumbs-link:hover {
  border-bottom: 1px solid #007ecd;
}
.results-table__breadcrumbs-simbol {
  font-size: 14px;
  font-weight: 400;
}
.results-table__item-bottom {
  text-decoration: none;
  display: block;
  color: #39414e;
}
.content .results-table__item-bottom {
  border: none;
}
.results-table__item-title {
  font-size: 14px;
  line-height: 2;
  font-weight: normal;
  margin-bottom: 10px;
}
.results-table__item-title:hover {
  color: #00a0e3;
}
.results-table__item-info {
  font-size: 18px;
  line-height: 1.89;
  font-weight: 400;
}
.msg {
  position: relative !important;
  max-width: 100%;
  width: 720px;
  z-index: 50;
  background: #fff;
  padding: 50px 30px 30px !important;
  -webkit-box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.2);
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.msg.isVisible {
  -webkit-animation: navigationAppear ease 0.5s;
  -moz-animation: navigationAppear ease 0.5s;
  -o-animation: navigationAppear ease 0.5s;
  animation: navigationAppear ease 0.5s;
}
@media (max-width: 739px) {
  .msg {
    padding: 30px 20px 20px !important;
  }
}
.msg__text {
  color: #39414e;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
}
@media (max-width: 739px) {
  .msg__text {
    font-size: 20px;
  }
}
.msg__buttons {
  margin-top: 40px;
  text-align: center;
}
.msg__buttons .btn {
  margin: 10px;
  white-space: nowrap;
  font-size: 14px;
  max-width: none;
}
@media (max-width: 739px) {
  .msg__buttons .btn {
    margin: 10px auto;
  }
}
.burger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  color: #fff;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 1px solid #00a0e3;
  background: #00a0e3;
}
.burger .icon--burger {
  display: block;
  width: 19px;
  height: 15px;
}
.burger .icon--close {
  display: none;
  width: 19px;
  height: 19px;
}
.header.isOpen .burger .icon--burger {
  display: none;
}
.header.isOpen .burger .icon--close {
  display: block;
}
.contents_container {
  width: 100%;
  margin-top: 0;
}
.page-contents {
  width: 100%;
  padding: 39px 20px 30px;
  background-color: #f6f6f6;
  border-radius: 5px;
}
.page-contents__headline {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.333333333333333rem;
  line-height: 1.166666666666667;
  font-weight: 600;
  text-transform: uppercase;
}
.page-contents__list {
  width: 100%;
  counter-reset: li-counter;
}
.page-contents__list-element {
  position: relative;
  display: block;
  width: 100%;
  padding-left: 30px;
  font-size: 1rem;
  line-height: 1.666666666666667;
  text-decoration: none;
}
.page-contents__list-element:before {
  content: counter(li-counter);
  position: absolute;
  top: 0;
  left: 0;
  color: #808895;
  font-weight: 600;
  counter-increment: li-counter;
}
/* --------------- history */
.times__inner {
  max-width: 1200px;
  padding: 0 15px;
  max-width: 1220px;
  padding: 0 20px;
  margin: 0 auto;
}
.h-times {
  z-index: 10;
  position: relative;
}
.h-times:after {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  bottom: 20px;
  right: 0;
  background: #fff;
}
.h-times .swiper-slide {
  max-width: none;
}
.times__header {
  margin-bottom: 50px;
  min-height: 52px;
}
.h-times--fixed {
  position: fixed;
  top: 71px;
  right: 0;
  left: 0;
}
.h-times__inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  padding: 0 15px;
  max-width: 1220px;
  padding: 0 20px;
  margin: 0 auto;
}
.h-times__row.swiper-container {
  padding: 20px;
  margin: 0 -20px;
}
.h-times__item {
  display: block;
  text-align: center;
  color: #243247;
  font-size: 22px;
  line-height: 30px;
  padding: 10px 30px;
  border: 2px solid #e6ebf2;
  background: #fff;
  border-right: 0;
  position: relative;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transition: 0.3s 0.3s ease;
  -o-transition: 0.3s 0.3s ease;
  transition: 0.3s 0.3s ease;
  -webkit-transition: 0.3s 0.2s linear;
  -moz-transition: 0.3s 0.2s linear;
  -ms-transition: 0.3s 0.2s linear;
  -o-transition: 0.3s 0.2s linear;
  transition: 0.3s 0.2s linear;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.h-times__item:after {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-shadow: 4px 4px 18px 0 rgba(0, 0, 0, 0.2);
  display: block;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.h-times__item:hover,
.h-times__item:focus {
  color: #00a0e3;
  z-index: 10;
}
.h-times__item:hover:after,
.h-times__item:focus:after {
  opacity: 1;
  top: -6px;
  bottom: -6px;
}
.h-times__item.isActive {
  color: #00a0e3;
}
.swiper-slide:last-child .h-times__item {
  border-right: 1px solid #e6ebf2;
}
.time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 30px;
}
@media (max-width: 739px) {
  .time {
    display: block;
    margin: 0 auto;
  }
}
.time__side {
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 739px) {
  .time__side {
    display: block;
  }
}
.time__year {
  margin-top: 0;
  font-weight: bold;
  font-size: 50px;
  line-height: 1.4;
  margin-bottom: 30px;
  color: #243247;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 739px) {
  .time__year {
    font-size: 24px;
  }
}
.time__line {
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  min-height: 20px;
  width: 2px;
  background: #e6ebf2;
  margin: 20px auto;
  position: relative;
}
.time__line:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #e6ebf2;
  margin: 0 auto;
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.time__line:after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #e6ebf2;
  margin: 0 auto;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media (max-width: 739px) {
  .time__line {
    display: none;
  }
}
.time__content {
  max-width: 770px;
  padding: 0 20px 30px;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
}
@media (max-width: 739px) {
  .time__content {
    padding: 0 0 30px 0;
  }
}
.time__text p {
  font-size: 14px;
  max-width: 600px;
  margin-bottom: 15px;
}
.time__hr {
  display: block;
  width: 100%;
  height: 1px;
  background: #e6ebf2;
  margin: 30px 0;
}
.time__title {
  font-size: 18px;
  line-height: 1.57;
  font-weight: 400;
  margin: 0 auto 25px;
}
.time__img {
  max-width: 100%;
  margin: 0 auto 20px;
}
.time__img img {
  display: block;
  max-width: 100%;
}
.time__imgs--2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -moz-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0 -15px;
}
.time__imgs--2 .time__img {
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  margin: 0 15px 20px;
}
.js-foo .swiper-slide {
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
}
/* --------------- breakpoints */
/* --------------- inner */
/* --------------- inner for slider */
