/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/*
Browser support:
- Chrome (last two)
- Edge (last two)
- Firefox (last two)
- Firefox ESR
- Internet Explorer 8+
- Opera (last two)
- Safari 6+
*/

/* Document
   ========================================================================== */

html {
	font-family: sans-serif; /* 1 */
	line-height: 1.15; /* 2 */
	-ms-text-size-adjust: 100%; /* 3 */
	-webkit-text-size-adjust: 100%; /* 3 */
}

/* 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 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
	outline-width: 0;
}

/**
 * 1. Remove the bottom border in 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"], /* 1 */
[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;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

/**
 * 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, /* 1 */
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;
}

/*my reset*/
body:not(.vspec) a, body:not(.vspec) input, body:not(.vspec) button,
body:not(.vspec) a:focus, body:not(.vspec) input:focus, body:not(.vspec) button:focus{
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
	-webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
	outline: none !important;
}
body{ -webkit-font-smoothing: antialiased; }
body, html{ height: 100%; width: 100%; }
select[disabled]{ cursor: default; }
form { margin:0; padding:0; }
input{ vertical-align: middle; }
textarea,
input[type="text"],
input[type="email"],
input[type="search"],
input[type="submit"],
input[type="button"],
input[type="reset"],
button{
	-webkit-appearance: none;
	border-radius: 0;
}
input[type=radio], input[type=checkbox], select{ cursor: pointer; }
body:not(.vspec) *:focus{
	outline: none;
	-moz-outline: 3px solid #fff !important;
}
input[type="radio"]:focus{ -moz-outline-radius: 12px !important; -moz-outline-offset: 0 !important; }
input[type="checkbox"]:focus{ -moz-outline-offset: -1px !important; -moz-outline: 1px solid #000 !important; }
input::-ms-clear { display: none; }
blockquote, q{ quotes: none; }
blockquote:before, blockquote:after, q:before, q:after{ content: ''; content: none; }
ins{ text-decoration: none; }
del{ text-decoration: line-through; }
fieldset{ border: none; margin: 0; padding: 0; }
table{ border: 0; width: 100%; padding: 0; margin: 0; }
ul{ list-style: none; padding: 0; margin: 0; }
/*my reset end*/
/*reset end*/

@font-face {
  font-family: 'lg';
  src: url("../fonts/lg.woff2?io9a6k") format("woff2"), url("../fonts/lg.ttf?io9a6k") format("truetype"), url("../fonts/lg.woff?io9a6k") format("woff"), url("../fonts/lg.svg?io9a6k#lg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.lg-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'lg' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-container {
  font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.lg-next,
.lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 100080;
  outline: none;
  border: none;
}

.lg-next.disabled,
.lg-prev.disabled {
  opacity: 0 !important;
  cursor: default;
}

.lg-next:hover:not(.disabled),
.lg-prev:hover:not(.disabled) {
  color: #fff;
}

.lg-single-item .lg-next, .lg-single-item
.lg-prev {
  display: none;
}

.lg-next {
  right: 20px;
}

.lg-next:before {
  content: '\e095';
}

.lg-prev {
  left: 20px;
}

.lg-prev:after {
  content: '\e094';
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@-moz-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@-ms-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

@-moz-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

@-ms-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 100082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.lg-media-overlap .lg-toolbar {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  will-change: color;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
  background: none;
  border: none;
  box-shadow: none;
}

.lg-toolbar .lg-icon.lg-icon-18 {
  font-size: 18px;
}

.lg-toolbar .lg-icon:hover {
  color: #fff;
}

.lg-toolbar .lg-close:after {
  content: '\e070';
}

.lg-toolbar .lg-maximize {
  font-size: 22px;
}

.lg-toolbar .lg-maximize:after {
  content: '\e90a';
}

.lg-toolbar .lg-download:after {
  content: '\e0f2';
}

.lg-sub-html {
  color: #eee;
  font-size: 16px;
  padding: 10px 40px;
  text-align: center;
  z-index: 100080;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out 0s;
  -o-transition: opacity 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out 0s;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

.lg-sub-html a {
  color: inherit;
}

.lg-sub-html a:hover {
  text-decoration: underline;
}

.lg-media-overlap .lg-sub-html {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}

.lg-item .lg-sub-html {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.lg-error-msg {
  font-size: 14px;
  color: #999;
}

.lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  height: 47px;
  vertical-align: middle;
}

.lg-closing .lg-toolbar,
.lg-closing .lg-prev,
.lg-closing .lg-next,
.lg-closing .lg-sub-html {
  opacity: 0;
  -webkit-transition: -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  -moz-transition: -moz-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  -o-transition: -o-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont {
  opacity: 0;
  -moz-transform: scale3d(0.5, 0.5, 0.5);
  -o-transform: scale3d(0.5, 0.5, 0.5);
  -ms-transform: scale3d(0.5, 0.5, 0.5);
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  will-change: transform, opacity;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont {
  opacity: 1;
  -moz-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.lg-group:after {
  content: '';
  display: table;
  clear: both;
}

.lg-container {
  display: none;
  outline: none;
}

.lg-container.lg-show {
  display: block;
}

.lg-on {
  scroll-behavior: unset;
}

.lg-toolbar,
.lg-prev,
.lg-next,
.lg-pager-outer,
.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  will-change: transform, opacity;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-show-in .lg-toolbar,
.lg-show-in .lg-prev,
.lg-show-in .lg-next,
.lg-show-in .lg-pager-outer {
  opacity: 1;
}

.lg-show-in.lg-hide-sub-html .lg-sub-html {
  opacity: 1;
}

.lg-show-in .lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}

.lg-show-in .lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}

.lg-show-in .lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100050;
  text-align: left;
  opacity: 0.001;
  outline: none;
  will-change: auto;
  overflow: hidden;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lg-outer.lg-zoom-from-image {
  opacity: 1;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.lg-outer .lg-inner {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: opacity 0s;
  -o-transition: opacity 0s;
  transition: opacity 0s;
  white-space: nowrap;
}

.lg-outer .lg-item {
  will-change: transform, opacity;
  display: none !important;
}

.lg-outer .lg-item:not(.lg-start-end-progress) {
  background: url("../images/loading.gif") no-repeat scroll center center transparent;
}

.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}

.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.lg-outer .lg-img-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  white-space: nowrap;
  font-size: 0;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 100060;
}

.lg-outer .lg-object {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: relative;
}

.lg-outer .lg-empty-html.lg-sub-html,
.lg-outer .lg-empty-html .lg-sub-html {
  display: none;
}

.lg-outer.lg-hide-download .lg-download {
  opacity: 0.75;
  pointer-events: none;
}

.lg-outer .lg-first-slide .lg-dummy-img {
  position: absolute;
  top: 50%;
  left: 50%;
}

.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
  opacity: 1;
}

.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
  opacity: 1;
  transition: opacity 0.2s ease-out 0.15s;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100040;
  background-color: #000;
  opacity: 0;
  will-change: auto;
  -webkit-transition: opacity 333ms ease-in 0s;
  -o-transition: opacity 333ms ease-in 0s;
  transition: opacity 333ms ease-in 0s;
}

.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-use-css3 .lg-item.lg-start-progress {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -o-transition: -o-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}

.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-container {
  display: none;
}

.lg-container.lg-show {
  display: block;
}

.lg-container.lg-dragging-vertical .lg-backdrop {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-inline .lg-backdrop,
.lg-inline .lg-outer {
  position: absolute;
}

.lg-inline .lg-backdrop {
  z-index: 1;
}

.lg-inline .lg-outer {
  z-index: 2;
}

.lg-inline .lg-maximize:after {
  content: '\e909';
}

.lg-components {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  will-change: transform;
  -webkit-transition: -webkit-transform 0.35s ease-out 0s;
  -moz-transition: -moz-transform 0.35s ease-out 0s;
  -o-transition: -o-transform 0.35s ease-out 0s;
  transition: transform 0.35s ease-out 0s;
  z-index: 100080;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
} 

/*===========================================
 Slick Slider 1.1.6
 ============================================*/
/*!slick.css*/
.slick-list,.slick-slider,.slick-track{position:relative;display:block}.slick-loading .slick-slide,.slick-loading .slick-track{visibility:hidden}.slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{overflow:hidden;margin:0;padding:0;outline:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{top:0;left:0}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}

/*!slick-theme.css*/
.slick-dots,.slick-next,.slick-prev{position:absolute;display:block;padding:0}.slick-dots li button:before,.slick-next:before,.slick-prev:before{font-family:slick;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-loading .slick-list{background:url(../img/slick/ajax-loader.gif) center center no-repeat #fff}@font-face{font-family:slick;font-weight:400;font-style:normal;src:url(../fonts/slick-font/slick.eot);src:url(../fonts/slick-font/slick.eot?#iefix) format('embedded-opentype'),url(../fonts/slick-font/slick.woff) format('woff'),url(../fonts/slick-font/slick.ttf) format('truetype'),url(../fonts/slick-font/slick.svg#slick) format('svg')}.slick-next,.slick-prev{font-size:0;line-height:0;top:50%;width:20px;height:20px;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);cursor:pointer;color:transparent;border:none;outline:0;background:0 0}.slick-next:focus,.slick-next:hover,.slick-prev:focus,.slick-prev:hover{color:transparent;outline:0;}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{font-size:20px;line-height:1;opacity:.75;color:#fff}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:'←'}.slick-next:before,[dir=rtl] .slick-prev:before{content:'→'}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}[dir=rtl] .slick-next:before{content:'←'}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{bottom:-25px;width:100%;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:0;background:0 0}.slick-dots li button:focus,.slick-dots li button:hover{outline:0}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:'•';text-align:center;opacity:.25;color:#000}.slick-dots li.slick-active button:before{opacity:.75;color:#000}
/*===========================================
 Slick Slider 1.1.6 end
 ============================================*/

/*fonts*/
/* lato regular */
@font-face {
	font-family: 'lato-regular';
	src: url('../fonts/lato/lato-regular.eot');
	src: url('../fonts/lato/lato-regular.eot?#iefix') format('embedded-opentype'),
	url('../fonts/lato/lato-regular.woff') format('woff'),
	url('../fonts/lato/lato-regular.ttf') format('truetype'),
	url('../fonts/lato/lato-regular.svg#lato-regular') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* lato black */
@font-face {
	font-family: 'lato-black';
	src: url('../fonts/lato/lato-black.eot');
	src: url('../fonts/lato/lato-black.eot?#iefix') format('embedded-opentype'),
	url('../fonts/lato/lato-black.woff') format('woff'),
	url('../fonts/lato/lato-black.ttf') format('truetype'),
	url('../fonts/lato/lato-black.svg#lato-black') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* lato bold */
@font-face {
	font-family: 'lato-bold';
	src: url('../fonts/lato/lato-bold.eot');
	src: url('../fonts/lato/lato-bold.eot?#iefix') format('embedded-opentype'),
	url('../fonts/lato/lato-bold.woff') format('woff'),
	url('../fonts/lato/lato-bold.ttf') format('truetype'),
	url('../fonts/lato/lato-bold.svg#lato-bold') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* lato bold italic */
@font-face {
	font-family: 'lato-bold-italic';
	src: url('../fonts/lato/lato-bolditalic.eot');
	src: url('../fonts/lato/lato-bolditalic.eot?#iefix') format('embedded-opentype'),
	url('../fonts/lato/lato-bolditalic.woff') format('woff'),
	url('../fonts/lato/lato-bolditalic.ttf') format('truetype'),
	url('../fonts/lato/lato-bolditalic.svg#lato-bolditalic') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* lato heavy */
@font-face {
	font-family: 'lato-heavy';
	src: url('../fonts/lato/lato-heavy.eot');
	src: url('../fonts/lato/lato-heavy.eot?#iefix') format('embedded-opentype'),
	url('../fonts/lato/lato-heavy.woff') format('woff'),
	url('../fonts/lato/lato-heavy.ttf') format('truetype'),
	url('../fonts/lato/lato-heavy.svg#lato-heavy') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* lato italic */
@font-face {
	font-family: 'lato-italic';
	src: url('../fonts/lato/lato-italic.eot');
	src: url('../fonts/lato/lato-italic.eot?#iefix') format('embedded-opentype'),
	url('../fonts/lato/lato-italic.woff') format('woff'),
	url('../fonts/lato/lato-italic.ttf') format('truetype'),
	url('../fonts/lato//lato-italic.svg#latoitalic') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* lato light */
@font-face {
	font-family: 'lato-light';
	src: url('../fonts/lato/lato-light.eot');
	src: url('../fonts/lato/lato-light.eot?#iefix') format('embedded-opentype'),
	url('../fonts/lato/lato-light.woff') format('woff'),
	url('../fonts/lato/lato-light.ttf') format('truetype'),
	url('../fonts/lato/lato-light.svg#lato-light') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* lato light italic*/
@font-face {
	font-family: 'lato-light-italic';
	src: url('../fonts/lato/lato-lightitalic.eot');
	src: url('../fonts/lato/lato-lightitalic.eot?#iefix') format('embedded-opentype'),
	url('../fonts/lato/lato-lightitalic.woff') format('woff'),
	url('../fonts/lato/lato-lightitalic.ttf') format('truetype'),
	url('../fonts/lato/lato-lightitalic.svg#lato-lightitalic') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* lato semibold */
@font-face {
	font-family: 'lato-semibold';
	src: url('../fonts/lato/lato-semibold.eot');
	src: url('../fonts/lato/lato-semibold.eot?#iefix') format('embedded-opentype'),
	url('../fonts/lato/lato-semibold.woff') format('woff'),
	url('../fonts/lato/lato-semibold.ttf') format('truetype'),
	url('../fonts/lato/lato-semibold.svg#lato-semibold') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* lato semibold italic */
@font-face {
	font-family: 'lato-semibold-italic';
	src: url('../fonts/lato/lato-semibolditalic.eot');
	src: url('../fonts/lato/lato-semibolditalic.eot?#iefix') format('embedded-opentype'),
	url('../fonts/lato/lato-semibolditalic.woff') format('woff'),
	url('../fonts/lato/lato-semibolditalic.ttf') format('truetype'),
	url('../fonts/lato/lato-semibolditalic.svg#lato-semibolditalic') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*fonts end*/

body{
	font-family: 'lato-regular', sans-serif;
	font-size: 18px;
	line-height: 26px;
	height: 100%;
	color: #191919;
	min-width: 320px;
	background: #fff;
	position: relative;
}






[class*="bg-figure-"]{
	position: absolute;
	/*z-index: -1;*/
	display: block;
}
.bg-figure-one{
	top: 0;
	left: 50%;
	margin-left: 60vw;
	height: 100vw;
	width: 100%;
	background: #008acf;
	-webkit-transform: skew(45deg);
	-ms-transform: skew(45deg);
	transform: skew(45deg);
	-webkit-transition-property: -webkit-transform, margin;
	transition-property: transform, margin;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}
/*.nav-fixed .bg-figure-one{ margin-top: -20px; }*/
.bg-figure-two{
	height: 100vw;
	width: 100%;
	top: 30%;
	right: 50%;
	margin-right: 246px;
	background: #f7f7f7;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}


.layout{
	max-width: calc(1280px + 80px);
	margin: 0 auto;
	box-sizing: border-box;
	padding-left: 40px;
	padding-right: 40px;
	position: relative;
}


/*logo*/

.logo-text{
	display: inline-block;
	vertical-align: middle;
	width: 98%;
	font-size: 14px;
	line-height: 17px;

	white-space: normal;
	letter-spacing: normal;
}
.logo-title{
	display: block;
	position: relative;
	z-index: 1;
	height: 34px;
}
.logo-title > strong{
	position: absolute;
	left: 0;
	top: 80%;
	background: url(../img/logo-text.svg) no-repeat;
	width: 100%;
	height: 22px;
	margin-top: -13px;
	-webkit-background-size: contain;
	background-size: contain;
	font-size: 0;
	line-height: 0;
	-webkit-transition-property: -webkit-transform, opacity, visibility;
	transition-property: transform, opacity, visibility;
	-webkit-transition-duration: 0.22s;
	transition-duration: 0.22s;
	-webkit-transition-timing-function: cubic-bezier(0.46, 0.03, 0.52, 0.96);
	transition-timing-function: cubic-bezier(0.46, 0.03, 0.52, 0.96);
}
.no-svg .logo-title > strong{ background: url(../img/logo-text.png) no-repeat; }
.desktop a:hover .logo-title > strong,
.desktop a:focus .logo-title > strong{
	opacity: 0;
	visibility: hidden;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transform: translate(0, -120%);
	-ms-transform: translate(0, -120%);
	transform: translate(0, -120%);
}
.logo-title > span{
	display: block;
	max-width: 360px;
	min-height: 36px;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translate(0, 100%);
	-ms-transform: translate(0, 100%);
	transform: translate(0, 100%);
	-webkit-transition-property: -webkit-transform, opacity, visibility;
	transition-property: transform, opacity, visibility;
	-webkit-transition-duration: 0.2s, 0.1s, 0.1s;
	transition-duration: 0.2s, 0.1s, 0.1s;
	-webkit-transition-timing-function: cubic-bezier(0.46, 0.03, 0.52, 0.96);
	transition-timing-function: cubic-bezier(0.46, 0.03, 0.52, 0.96);
}
.desktop a:hover .logo-title > span,
.desktop a:focus .logo-title > span{
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transition-delay: 0s, 0.1s, 0.1s;
	transition-delay: 0s, 0.1s, 0.1s;
}
.logo-text > b{
	display: block;
	position: relative;
	font-family: 'lato-black', sans-serif;
	font-size: 16px;
	line-height: 24px;
}


/*slider*/
.slick-arrow{
	width: 60px;
	height: 60px;
	display: block;
	position: absolute;
	border: none;
	border-radius: 0;
	background: #ff3300;
	outline: none;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	opacity: 0.9;
	z-index: 6;
	-webkit-transition-property: background, opacity, visibility;
	transition-property: background, opacity, visibility;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}
.slick-prev{ left: 0; }
.slick-next{ right: 0; }
.desktop .slick-arrow:hover{ opacity: 1; }
.slick-arrow.slick-disabled,
.desktop .slick-arrow.slick-disabled{
	opacity: 0.25;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25);
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25);
}
.desktop .slick-arrow:hover{ opacity: 1; }
.slick-arrow:hover{ background: #e52e00; }
.slick-arrow:before,
.slick-arrow:after{
	top: 50%;
	content: "";
	position: absolute;
	opacity: 1;
	pointer-events: none;
	box-sizing: border-box;
}
.slick-arrow:before{
	left: 50%;
	width: 22px;
	height: 2px;
	margin: -1px 0 0 -11px;
	background: #fff;
}
.slick-arrow:after{
	width: 8px;
	height: 8px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	border: 0 solid #fff;
}
.slick-prev:after{
	left: 50%;
	border-width: 0 0 2px 2px;
	margin: -4px 0 0 -10px;
}
.slick-next:after{
	right: 50%;
	border-width: 2px 2px 0 0;
	margin: -4px -10px 0 0;
}
.slick-arrow.slick-disabled:before{ opacity: 1; }

.slick-dots{
	padding: 0;
	line-height: 0;
}
.slick-dots li,
.user-content .slick-dots li,
.user-content .slick-dots li:first-child{
	vertical-align: top;
	padding: 4px 10px;
	width: auto;
	height: auto;
	margin: 0;
}
.user-content .slick-dots li:before{ content: none; }
.slick-dots li button{
	width: 12px;
	height: 12px;
	padding: 0;
	border-radius: 50%;
	background: #008acf;
	position: relative;
	-webkit-transition-property: background, border, box-shadow, -webkit-transform;
	transition-property: background, border, box-shadow, transform;
	-webkit-transition-duration: 0.6s;
	transition-duration: 0.6s;
	box-sizing: border-box;
}
.slick-dots li button:before{
	content: '';
	position: absolute;
	left: 2px;
	top: 2px;
	height: 8px;
	width: 8px;
	background: #fff;
	border-radius: 50%;
	opacity: 1;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.20);
	-webkit-transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	-webkit-transition-duration: 0.6s;
	transition-duration: 0.6s;
}
.desktop .slick-dots li:hover button:before{
	-webkit-transform: scale(0.9, 0.9);
	-ms-transform: scale(0.9, 0.9);
	transform: scale(0.9, 0.9);
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}
.slick-dots li.slick-active button:before,
.desktop .slick-dots li.slick-active:hover button:before{
	-webkit-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	transform: scale(0, 0);
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}
/*slider end*/

.links__list{
	padding-bottom: 1px;
	font-size: 0;
	letter-spacing: -4px;
	box-sizing: border-box;
}
.links__item{
	position: relative;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);

	font-size: 16px;
	letter-spacing: normal;
}
.links__list .links__item{
	width: 24.98%;
	box-sizing: border-box;
	padding: 1px 0 0 1px;
}

.links__list--personal .links__item{
	width: 32%;
}

.links__inner{
	position: relative;
	display: block;
	background: #fff;
	box-shadow: 0 0 0 1px #d9d9d9;
	box-sizing: border-box;
	text-decoration: none;
	color: #262626;
	cursor: default;
	z-index: 2;
	-webkit-transition-property: background, box-shadow;
	transition-property: background, box-shadow;
	-webkit-transition-duration: 0.6s;
	transition-duration: 0.6s;
}
a.links__inner{ cursor: pointer; }
.links__empty,
.links__empty *{ color: #d9d9d9 !important; }
.desktop a.links__inner:hover{
	background: #008acf;
	box-shadow: 0 0 0 1px #008acf;
	z-index: 3;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}
.links__item--disabled  .links__inner,
.desctop .links__item--disabled  .links__inner:hover{
    background: #f2f2f2 !important;
    box-shadow: 0 0 0 1px #d9d9d9 !important;
}
.links__item--disabled  .links__title,
.desctop .links__item--disabled .links__inner:hover .links__title{
    color: #9f9f9f !important;
}


.links__item--disabled .links__icon svg rect,
.links__item--disabled .links__icon svg path {
    fill: #9f9f9f !important;
}

.links__inner:before {
	content: '';
	display: block;
	height: 0;
	padding-top: 35.8%;
}
.links__holder {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;

	font-size: 0;
	letter-spacing: -4px;
}
.links__frame{
	display: inline-block;
	vertical-align: middle;
	width: 98%;
	text-align: center;
	box-sizing: border-box;
}
.links__holder:after{
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

.links__icon{
	display: inline-block;
	vertical-align: middle;
	margin-right: 10%;
}
.links__empty .links__icon{
	margin-right: 0;
	margin-left: 0;
}
.links__icon svg{
	display: inline-block;
	vertical-align: top;
	height: 50px;
	width: 50px;
}

.links__icon svg polygon,
.links__icon svg rect,
.links__icon svg path{
	fill: #008acf;
	-webkit-transition-property: fill;
	transition-property: fill;
	-webkit-transition-duration: 0.6s;
	transition-duration: 0.6s;
}
.desktop a:hover .links__icon svg polygon,
.desktop a:hover .links__icon svg rect,
.desktop a:hover .links__icon svg path{
	fill: #fff;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.links__content{
	display: inline-block;
	vertical-align: middle;
	max-width: 175px;
}
.links__title{
	display: block;
	font-family: 'lato-heavy', sans-serif;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 0.05em;
	color: #262626;
	text-transform: uppercase;
	text-align: left;
	overflow: hidden;
	max-height: 54px;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.6s;
	transition-duration: 0.6s;
}
.desktop a:hover .links__title{
	color: #fff;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}
.links__title--personal{
    text-align: center;
}
.depict-fire{
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 34px;
	height: 50px;
}
.depict-fire:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: url(../img/depict-fire.png) no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
/*links end*/

/*info center*/
.info-center-section{ margin-bottom: 90px; }
.info-center-caption{
	text-align: center;
	padding-bottom: 60px;
}
.info-center-content{ margin: 0 auto; }
@media only screen and (max-width: 1375px){
	.info-center-content{ max-width: 950px; }
}
@media only screen and (max-width: 1029px){
	.info-center-content{ max-width: 620px; }
}
@media only screen and (max-width: 699px){
	.info-center-content{ max-width: 290px; }
}
.info-center-header{
	display: inline-block;
	vertical-align: top;
	position: relative;
	font-family: 'lato-heavy', sans-serif;
	font-size: 36px;
	line-height: 42px;
	color: #262626;
	/*padding-right: 32px;*/
}
.info-center-header i{
	position: absolute;
	right: 0;
	top: 50%;
	width: 19px;
	height: 11px;
	display: none;
}
.info-center-header i:before,
.info-center-header i:after{
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	height: 2px;
	width: 12px;
	border-radius: 5px;
	background: #262626;
}
.info-center-header i:before{
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	margin: -2px 0 0 -9px;
}
.info-center-header i:after{
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin: -2px 0 0 -2px;
}

.info__list{
	margin: 0 -20px;
	text-align: center;
	font-size: 0;
	/*letter-spacing: -4px;*/
}
.info__list.slick-dotted.slick-slider{ margin-bottom: 0; }
.info__item{ box-sizing: border-box; }
.info__list .info__item{
	width: 330px;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	padding: 0 20px 40px;
	text-align: left;
	font-size: 16px;
	letter-spacing: normal;
	text-decoration: none;
}

.info__list .slick-prev { left: -10px; }
.info__list .slick-next { right: -10px; }
.info__list .slick-arrow.slick-disabled,
.desktop .info__list .slick-arrow.slick-disabled{
	opacity: 0;
	visibility: hidden;
}
.info__list .slick-dots { bottom: 6px; }

.info__inner{
	display: block;
	overflow: hidden;
	position: relative;
	height: 470px;
	width: 290px;
	margin: 0 auto;
	padding-bottom: 50px;
	border: 2px solid #008acf;
	text-decoration: none;
	color: #262626;
	background: #fff;
	box-sizing: border-box;
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.0);
	-webkit-transition-property: box-shadow;
	transition-property: box-shadow;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.desktop a.info__inner:hover{ box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25); }

.info__label{
	position: absolute;
	left: -2px;
	top: -2px;
	overflow: hidden;
	padding: 5px 15px;
	background: #008acf;
	font-family: 'lato-heavy', sans-serif;
	font-size: 11px;
	line-height: 15px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	text-decoration: none;
	box-sizing: border-box;
	z-index: 2;
}

.info__img{
	overflow: hidden;
	background: #fff;
	position: relative;
}
.show-animation .info__img{
	opacity: 1;
	visibility: visible;
	-webkit-transition-property: -webkit-transform, opacity, visibility;
	transition-property: transform, opacity, visibility;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	/*-webkit-transition-delay: 0.2s;*/
	/*transition-delay: 0.2s;*/
	-webkit-transition-timing-function: cubic-bezier(0.46, 0.03, 0.52, 0.96);
	transition-timing-function: cubic-bezier(0.46, 0.03, 0.52, 0.96);
}
.desktop .show-animation a:hover .info__img{
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translate(0, -100%);
	-ms-transform: translate(0, -100%);
	transform: translate(0, -100%);
}
.info__img:before {
	content: '';
	display: block;
	height: 0;
	/*padding-top: 79%;*/
	padding-top: 170px;
}
.info__figure {
	position: absolute;
	top: calc(50% - 1px);
	left: -1px;
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	text-align: center;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.info__figure img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	max-height: 100%;
}

.show-animation .info__content{
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	/*-webkit-transition-delay: 0.2s;*/
	/*transition-delay: 0.2s;*/
	-webkit-transition-timing-function: cubic-bezier(0.46, 0.03, 0.52, 0.96);
	transition-timing-function: cubic-bezier(0.46, 0.03, 0.52, 0.96);
}
.desktop .show-animation a:hover .info__content{
	-webkit-transform: translate(0, -226px);
	-ms-transform: translate(0, -226px);
	transform: translate(0, -226px);
}

.info__title{
	position: relative;
	padding: 50px 30px 30px;
	font-family: 'lato-black', sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #262626;
	text-align: center;
	box-sizing: border-box;
}
.info__title_alt{ padding: 25px 30px; }
.info__content__flex {
	height: 100%;
}
.info__content__flex .info__title {
	height: 100%;
	align-items: center;
	display: flex;
	justify-content: center;
}
.info__title .text-wrap{
	overflow: hidden;
	max-height: 120px;
}
.info__text{
	padding: 15px 20px;
	font-size: 16px;
	line-height: 22px;
	box-sizing: border-box;
}
.show-animation .info__text{
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translate(0, 50px);
	-ms-transform: translate(0, 50px);
	transform: translate(0, 50px);
	-webkit-transition-property: -webkit-transform, opacity, visibility;
	transition-property: transform, opacity, visibility;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	/*-webkit-transition-delay: 0.2s;*/
	/*transition-delay: 0.2s;*/
	-webkit-transition-timing-function: cubic-bezier(0.46, 0.03, 0.52, 0.96);
	transition-timing-function: cubic-bezier(0.46, 0.03, 0.52, 0.96);
}
.desktop .show-animation a:hover .info__text{
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}
.info__text .text-wrap{
	overflow: hidden;
	max-height: 192px;
}

.info__divider{
	display: block;
	width: 50px;
	height: 3px;
	background: #d9d9d9;
	margin: 0 auto;
	-webkit-transform: skew(45deg);
	-ms-transform: skew(45deg);
	transform: skew(45deg);
}
.show-animation .info__divider{
	opacity: 0;
	visibility: hidden;
	width: 0;
	-webkit-transition-property: opacity, visibility, width;
	transition-property: opacity, visibility, width;
	-webkit-transition-duration: 0.6s, 0.6s, 0.4s;
	transition-duration: 0.6s, 0.6s, 0.4s;
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.desktop .show-animation a:hover .info__divider{
	width: 50px;
	opacity: 1;
	visibility: visible;
}
.info__title .info__divider{
	position: absolute;
	left: 50%;
	top: 100%;
	margin-left: -25px;
}

.info__item .product__price .byn,
.info__item .product__price .byr{ display: block; }
.info__item .product__price .byr:before{ content: none; }

.btn__info{
	display: block;
	position: relative;
	border: 2px solid #008acf;
	width: 290px;
	height: 50px;
	padding: 14px 20px;
	margin: -50px auto 0;
	font-family: 'lato-heavy', sans-serif;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	color: #008acf;
	background: #fff;
	box-sizing: border-box;
	-webkit-transition-property: color, background;
	transition-property: color, background;
	-webkit-transition-duration: 0.1s;
	transition-duration: 0.1s;
}
.desktop .btn__info:hover, .info__item:hover .btn__info{
	color: #fff;
	background: #008acf;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}
/*info center end*/


/*branches*/
.branches-section{ padding: 0 0 30px; }
.branches{
	position: relative;
	min-height: 505px;
	padding-left: 320px;
}

/*meter*/
.meter{
	position: absolute;
	top: 0;
	left: 0;
	/*background: url(../img/bg-meter.png) no-repeat 100% 0;*/
	height: 505px;
	width: 250px;
}
.meter:before{
	content: '';
	position: absolute;
	right: 100%;
	margin-right: 152px;
	top: 2px;
	height: 148px;
	width: 9999px;
	background: url(../img/pipe-repeat.png) repeat-x;
}
.meter:after{
	content: '';
	position: absolute;
	top: 0;
	left: -152px;
	background: url(../img/bg-meter.png) no-repeat 100% 0;
	height: 505px;
	width: 447px;
}
.meter__holder{
	position: absolute;
	top: 137px;
	right: 0;
	height: 300px;
	width: 250px;
	z-index: 2;
}
.meter-slider{ height: 100%; }

.meter-slider__text{
	position: absolute;
	top: 135px;
	left: 0;
	height: 92px;
	width: 100%;
	overflow: hidden;
	font-size: 0;
	letter-spacing: -4px;
}
.meter-slider__text:before{
	content: '';
	display: inline-block;
	display:-moz-inline-stack;
	height: 100%;
	vertical-align: middle;
}
.meter-slider__cell{
	display: inline-block;
	vertical-align: middle;
	width: 98%;
	font-family: 'lato-semibold', sans-serif;
	font-size: 19px;
	line-height: 23px;
	letter-spacing: normal;
	color: #262626;
	padding: 0 15px;
	text-align: center;
	box-sizing: border-box;
}
.meter-slider__item{
	height: 300px;
	position: relative;
}

.meter-slider .slick-arrow{
	top: auto;
	width: 48px;
	height: 48px;
	bottom: 19px;
	background: none;
	box-shadow: none;
	-webkit-transform: translate(0,0);
	-ms-transform: translate(0,0);
	transform: translate(0,0);
}
.meter-slider .slick-arrow:before{ background: #f30; }
.meter-slider .slick-arrow:after{ border-color: #f30; }
.desktop .meter-slider .slick-arrow:hover:before{ background: #fb9f00; }
.desktop .meter-slider .slick-arrow:hover:after{ border-color: #fb9f00; }
.meter-slider .slick-prev{ left: 45px; }
.meter-slider .slick-next{ right: 45px; }

.meter-counter-box{
	position: absolute;
	width: 132px;
	height: 31px;
	padding: 1px;
	left: 50%;
	top: 47px;
	margin-left: -66px;
	background: url(../img/jodometer-bg.png) no-repeat 50% 50%;
	box-sizing: border-box;
}
.meter-counter{
	overflow:hidden;
	width:130px;
	height:27px;
	position: absolute;
	left: 2px;
	top: 2px;
}
.meter-unit{
	position: absolute;
	top: 312px;
	left: 0;
	width: 100%;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	color: #333;
}
.no-js .meter{ display: none; }

.meter .slider__counter{
	position: absolute;
	left: 50%;
	bottom: 18px;
	margin-left: -93px;
	width: 186px;
	height: 50px;
	font-family: 'lato-heavy', sans-serif;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	color: #f30;
	padding: 14px 60px;
	border: 1px solid #dadada;
	background: #fff;
	box-sizing: border-box;
}
/*meter end*/

/*branches map*/
.branches-map{
	position: relative;
	padding: 0 0 30px;
	max-width: 1100px;
	margin: 0 auto;
}
.branches-map-svg{
	max-width: 100%;
	max-height: 100%;
}
.branches-map-svg a{
	display: block;
	position: relative;
	text-decoration: none;
	color: #fff;
	cursor: pointer;
}
.branches-map-svg span.inactive {
	display: block;
	position: relative;
	text-decoration: none;
	color: #fff;
	cursor: pointer;
}
.desktop .branches-map-svg a:hover,
.branches-map-svg a.active{ z-index: 9; }
.branches-map-svg path,
.branches-map-svg polygon{
	-webkit-transition-property: stroke, fill;
	transition-property: stroke, fill;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	fill: #fff;
	stroke: #00619d;
	stroke-width: 1px;
	stroke-miterlimit: 10;
}
.desktop .branches-map-svg a:hover path,
.desktop .branches-map-svg a:hover polygon,
.branches-map-svg a.active path,
.branches-map-svg a.active polygon{
	fill: #00619d;
	stroke: #00619d;
}

.desktop .branches-map-svg a.inactive:hover path,
.desktop .branches-map-svg a.inactive:hover polygon,
.branches-map-svg a.inactive path,
.branches-map-svg a.inactive polygon{
	fill: #fff;
	stroke: #e2e2e2;
}

.branches-map-svg path.branches-map-all{
	/*stroke: #00619D;*/
	stroke: #236a9f;
	stroke-width: 4px;
}

.branches-map-svg text{ fill: #000; }
.branches-map-svg text{
	cursor: pointer;
	display: initial;
	font-family: 'lato-bold', sans-serif;
	font-size: 16px;
	line-height: 30px;
	fill: #145f98;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}
.branches-map-svg text.mogilev{ font-size: 24px; }
.desktop .branches-map-svg a:hover text,
.branches-map-svg a.active text{ opacity: 0; }

.desktop .branches-map-svg a.inactive:hover text,
.branches-map-svg a.inactive text{ fill: #e2e2e2; opacity: 1; }

.branches-map-svg .branches-map-logo{
	fill: #ccc;
	stroke: none;
	stroke-width: 0;
	opacity: 0;
	will-change: transform, opacity;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}
.desktop .branches-map-svg a:hover .branches-map-logo,
.branches-map-svg a.active .branches-map-logo{
	fill: rgba(204, 204, 204, 0.51);
	opacity: 1;
}

.branches-link{
	position: absolute;
	right: 0;
	bottom: 40px;
	visibility: hidden;
	z-index: 5;
	text-align: right;
	max-width: 60%;
	margin-left: auto;
}
.branches-link a{
	visibility: visible;
	text-decoration: none;
	color: #f30;
	text-align: left;
}
.branches-link a:hover{
	text-decoration: underline;
}

/*branches map popup*/
.branches-popup{
	position: absolute;
	right: 0;
	top: 0;
	width: 410px;
	padding: 0 10px;
	box-sizing: border-box;
	z-index: 999;
	/*opacity: 0;*/
	/*visibility: hidden;*/
	display: none;
}
.extra-popup__content .branches-popup{
	overflow: visible;
}
.branches-popup__holder{
	position: relative;
	padding: 28px 30px;
	background: #fff;
	border: 1px solid #e6e6e6;
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
	font-family: 'lato-regular', sans-serif;
	font-size: 0;
	letter-spacing: -4px;
	line-height: 1;
	box-sizing: border-box;
}
.branches-popup__holder > *{
	font-size: 14px;
	line-height: 24px;
	letter-spacing: normal;
}

.branches-popup__cornet{
	position: absolute;
	width: 0;
	height: 100%;
	background: red;
}
.branches-popup__cornet.top{
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.branches-popup__cornet:after,
.branches-popup__cornet:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
}
.branches-popup__cornet:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 13px;
	margin-left: -13px;
}
.branches-popup__cornet:before {
	border-color: rgba(230, 230, 230, 0);
	border-top-color: #e6e6e6;
	border-width: 14px;
	margin-left: -14px;
}

.branches-popup__title{
	font-family: 'lato-black', sans-serif;
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
	color: #262626;
	padding: 0 20px 10px 0;
}
.branches-popup__adr{ padding: 0 0 15px; }
.branches-popup__col{
	display: inline-block;
	vertical-align: top;
	/*width: 49.98%;*/
	width: 99%;
	box-sizing: border-box;
	padding-bottom: 15px;
}
.branches-popup__col > *:last-child{
	padding-bottom: 0;
	margin-bottom: 0;
}
.branches-popup__subtitle{
	display: block;
	font-family: 'lato-regular', sans-serif;
	font-size: 14px;
	letter-spacing: 0.05em;
	color: #145f98;
	text-transform: uppercase;
	padding: 0 0 10px;
}
.branches-popup dl{
	margin: 0;
	padding: 0 0 15px;
	overflow: hidden;
}
.branches-popup dt{
	float: left;
	margin: 0;
	padding: 0 5px 0 0;
	clear: left;
}
.branches-popup dd{
	float: left;
	margin: 0;
	padding: 0;
	clear: right;
}
.branches-popup dl svg{
	display: inline-block;
	vertical-align: top;
	width: 15px;
	height: 15px;
	margin: 5px 0 0 0;
}
.branches-popup dl svg path{
	fill: #eb2a2c;
	stroke: #eb2a2c;
}

.branches-popup__close{
	position: absolute;
	right: 20px;
	top: 20px;
	width: 18px;
	height: 18px;
	font-size: 1px;
	background: #fff;
	text-decoration: none;
	text-indent: -9999px;
	overflow: hidden;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}
.branches-popup__close:before,
.branches-popup__close:after{
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	height: 2em;
	width: 22em;
	border-radius: 2em;
	background: #d9d9d9;
	-webkit-transition-property: background;
	transition-property: background;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	margin: -1em 0 0 -11em;
}

.branches-popup__close:before{
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.branches-popup__close:after{
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.branches-popup__close:active{
	-webkit-transform: scale(0.85, 0.85);
	-ms-transform: scale(0.85, 0.85);
	transform: scale(0.85, 0.85);
}
.desktop .branches-popup__close:hover:before,
.desktop .branches-popup__close:hover:after{ background: #f30; }
/*branches map popup end*/
/*branches map end*/

/*branches end*/


/*footer bottom*/
.footer-bottom{
	position: absolute;
	bottom: 0;
	left:0;
	width:100%;
	background: #0d4066;
	color: rgba(255, 255, 255, 0.51);
}
.footer-bottom-holder{
	position: relative;
	/*text-align: justify;*/
	/*overflow: hidden;*/
	/*cursor: default;*/
	padding-top: 12px;
	padding-bottom: 12px;
	box-sizing: border-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;

	/*font-size: 1px;*/
	/*line-height: 0;*/
	/*letter-spacing: -4px;*/
}
.footer-bottom-holder:after{
	content: '';
	display: block;
	width: 240px;
	/*content: "1";*/
	/*margin-left: 100%;*/
	/*height: 1px;*/
	/*overflow: hidden;*/
	/*display: inline-block;*/
}
.footer-bottom-holder a{
	color: rgba(255, 255, 255, 0.51);
	text-decoration: none;
}
.desktop .footer-bottom-holder a:hover{ text-decoration: underline; }
.footer-col{
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	line-height: 20px;
	padding: 0;
	letter-spacing: normal;
}

.copyright{
	display: inline-block;
	vertical-align: middle;
	padding-right: 45px;
}

/*developer*/
.developer a {line-height: 30px; }
.desktop .developer a:hover{ text-decoration: none; }
.developer a .text-inner{ text-decoration: none; }
.desktop a:hover .text-inner{ text-decoration: none; }
.developer_logo{
	display: inline-block;
	vertical-align: top;
	position: relative;
	top: 3px;
	width: 53px;
	height: 30px;
	text-align: left;
	text-indent: -9999px;
	padding-right: 3px;
}
.developer_logo:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 53px;
	height: 30px;
}

.developer_logo:after{
	content: '';
	position: absolute;
	background:url(../img/logo-developer-2x.png) no-repeat center center;
	-webkit-background-size: auto 30px;
	background-size: auto 30px;
}

/*developer end*/
/*footer bottom end*/

.extra-popup__head .logo{
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 215px;
	height: 18px;
	margin: -9px 0 0 -107px;
	padding: 0;
	font-size: 16px;
	text-align: left;
	overflow: hidden;
	text-indent: -9999px;
	box-sizing: border-box;
	background: no-repeat 50% 50%;
	background-image: url(../img/logo-text.svg);
	-webkit-background-size: contain;
	background-size: contain;
	letter-spacing: normal;
	opacity: 0;
	visibility: hidden;
	-webkit-transition-property: opacity, visibility;
	transition-property: opacity, visibility;
	-webkit-transition-duration: 0.6s;
	transition-duration: 0.6s;
}
.nav-opened-before .extra-popup__head .logo{
	opacity: 1;
	visibility: visible;
}
.extra-popup__head .logo:before{ height: 100%; }

.extra-popup__content > div{ overflow: hidden; }

/*button menu*/
.btn-menu,
.btn-menu-close{
	position: absolute;
	left: 0;
	top: 0;
	width: 81px;
	height: 80px;
	text-decoration: none;
	background: #00619d;
	box-sizing: border-box;
	-webkit-transition-property: border, height;
	transition-property: border, height;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;

	font-size: 0;
	letter-spacing: -4px;
}
.btn-menu{
	border: 0 solid #5998bf;
	border-right-width: 1px;
}
.nav-fixed .btn-menu{
	border-width: 0 1px 0 1px;
	height: 60px;
}
.btn-menu-close{
	left: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 60px;
	height: 60px;
	background: none;
	border-left: 1px solid #d9d9d9;
	visibility: hidden;
	opacity: 0;
	-webkit-transition-property: visibility, opacity;
	transition-property: visibility, opacity;
	-webkit-transition: 0.6s;
	transition: 0.6s;
}
.nav-opened .btn-menu-close{
	visibility: visible;
	opacity: 1;
}
.btn-menu:before,
.btn-menu-close:before{
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.btn-menu:active > i,
.btn-menu-close:active > i{
	-webkit-transform: scale(0.85, 0.85);
	-ms-transform: scale(0.85, 0.85);
	transform: scale(0.85, 0.85);
}
.btn-menu > span,
.btn-menu-close > span{
	display: none;
	vertical-align: middle;
	position: relative;
	max-width: 98%;
	box-sizing: border-box;
}
.btn-menu > i,
.btn-menu > i:before,
.btn-menu > i:after,
.btn-menu-close > i,
.btn-menu-close > i:before,
.btn-menu-close > i:after{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 28px;
	height: 3px;
	margin: -1px 0 0 -14px;
	background: #fff;
	-webkit-transition-property: background, -webkit-transform;
	transition-property: background, transform;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}
.btn-menu-close > i{ background: none; }
.btn-menu > i:before,
.btn-menu > i:after,
.btn-menu-close > i:before,
.btn-menu-close > i:after{
	content: '';
	z-index: 2;
	left: 0;
	margin-left: 0;
	background: #fff;
}
.desktop .btn-menu:hover > i:before,
.desktop .btn-menu:focus > i:before{
	-webkit-transform: translate(0, -2px);
	-ms-transform: translate(0, -2px);
	transform: translate(0, -2px);
}
.desktop .btn-menu:hover > i:after,
.desktop .btn-menu:focus > i:after{
	-webkit-transform: translate(0, 2px);
	-ms-transform: translate(0, 2px);
	transform: translate(0, 2px);
}

.btn-menu-close > i:before,
.btn-menu-close > i:after{ background: #d9d9d9; }
.btn-menu-close > i:before{
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin: -2px 0 0;
}
.btn-menu-close  > i:after{
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	margin: -2px 0 0;
}
.desktop .btn-menu-close:hover > i:before,
.desktop .btn-menu-close:hover > i:after{ background: #f30; }
/*first line menu*/
.btn-menu > i:before{ top: -6px; }
/*first line menu end*/
/*third line menu*/
.btn-menu > i:after{ top: 8px; }
/*third line menu end*/

.btn-menu-mobile{
	position: absolute;
	left: auto;
	right: 0;
	top: 40px;
	width: 80px;
	height: 80px;
	background: #fff;
	display: none;
	border: none;
}
.btn-menu-mobile > i,
.btn-menu-mobile > i:before,
.btn-menu-mobile > i:after{
	height: 4px;
	margin-top: -2px;
	background: #008acf;
}
.btn-menu-mobile > i:before { top: -7px; }
.btn-menu-mobile > i:after { top: 11px; }
/*button menu end*/

/*popup*/
.extra-popup{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background: #fff;
	box-sizing: border-box;
	border: 1px solid #d9d9d9;
	overflow: hidden;

	opacity: 0;
	visibility: hidden;
}
.extra-popup:after{
	content: '';
	position: absolute;
	left: 0;
	top: 100%;
	height: 50%;
	width: 100%;
	background: inherit;
}
.extra-popup__head{
	position: relative;
	height: 60px;
	border-bottom: 1px solid #d9d9d9;
	box-sizing: border-box;
	-webkit-transition-property: box-shadow;
	transition-property: box-shadow;
	-webkit-transition-duration: 0.6s;
	transition-duration: 0.6s;
}
.extra-popup.show-shadow .extra-popup__head{
	box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}
.extra-popup__content{
	overflow-x: hidden;
	overflow-y: auto;
	position: relative;
	height: calc(100% - 60px);
	padding: 50px 0 10px;
	box-sizing: border-box;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
	.extra-popup__content::before {
		content: "";
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: rgba(255,255,255,0.8);
		pointer-events: none;
	}
.nav-overlay{ z-index: 99; }
/*popup end*/


.img_cont_flex {
  display: flex;
  vertical-align: top;
  flex-direction: row;
}

.img_cont_flex .cont {
  flex: 2;
}
.img_cont_flex .img {
  flex: 1;
  height: 100%;
  font-size: 12px;
}

@media only screen and (max-width: 699px){
	.img_cont_flex{ flex-direction: column; }
}
