/*! normalize.css v8.0.1 | 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 iOS.
 */


html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  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
   ========================================================================== */

/**
 * 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
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * 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 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
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

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 in Chrome and Safari on macOS.
 */

[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 Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/*! lightgallery - v1.6.11 - 2018-05-22
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2018 Sachin N; Licensed GPLv3 */

@font-face {
  font-family: 'lg';
  src: url("../fonts/lg.eot?n1z373");
  src: url("../fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url("../fonts/lg.woff?n1z373") format("woff"), url("../fonts/lg.ttf?n1z373") format("truetype"), url("../fonts/lg.svg?n1z373#lg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.lg-icon {
  font-family: 'lg';
  speak: none;
  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-actions .lg-next, .lg-actions .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: 1080;
  border: none;
  outline: none;
}
.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF;
}
.lg-actions .lg-next {
  right: 20px;
}
.lg-actions .lg-next:before {
  content: "\e095";
}
.lg-actions .lg-prev {
  left: 20px;
}
.lg-actions .lg-prev:after {
  content: "\e094";
}

@-webkit-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;
  }
}
@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;
  animation: lg-right-end 0.3s;
  position: relative;
}
.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}
.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;
  transition: color 0.2s linear;
}
.lg-toolbar .lg-icon:hover {
  color: #FFF;
}
.lg-toolbar .lg-close:after {
  content: "\e070";
}
.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}
.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}
.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: 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), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  transition-duration: 0s !important;
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}
.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}
.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px;
}
@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}
.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}
.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
  transition: bottom 0.25s ease;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}
.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}
.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff";
}
.lg-outer .lg-toogle-thumb:hover {
  color: #FFF;
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}
.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}
.lg-outer .lg-has-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}
.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}
.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}
.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 -60px transparent;
}
.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}
.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}
.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  transition: opacity 0.08s ease 0s;
}
.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}
.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}
.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\e01d";
}
.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  transition-duration: 0s;
}
.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "\e311";
}

#lg-actual-size {
  font-size: 20px;
}
#lg-actual-size:after {
  content: "\e033";
}

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}
#lg-zoom-out:after {
  content: "\e312";
}
.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}
.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}
.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}
.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}
.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}
.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}
.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}
.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}
.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  transition-delay: 0s;
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}
.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF;
}
.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
}
.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px;
}
.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}
.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333;
}
.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
}
.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}
.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}
.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}
.lg-outer #lg-share {
  position: relative;
}
.lg-outer #lg-share:after {
  content: "\e80d";
}
.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}
.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901";
}
.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}
.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904";
}
.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}
.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902";
}
.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}
.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903";
}

.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0;
  transition: opacity 0.15s ease 0s;
}
.lg-outer * {
  box-sizing: border-box;
}
.lg-outer.lg-visible {
  opacity: 1;
}
.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  transition-duration: 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 {
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}
.lg-outer .lg-item {
  background: url("../img/loading.gif") no-repeat scroll center center transparent;
  display: none !important;
}
.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: 50%;
  width: 1px;
  margin-right: -1px;
}
.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.lg-outer .lg-item.lg-complete {
  background-image: none;
}
.lg-outer .lg-item.lg-current {
  z-index: 1060;
}
.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}
.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  transition: opacity 0.15s ease 0s;
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-empty-html {
  display: none;
}
.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  transition: opacity 0.15s ease 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 {
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-use-left .lg-item {
  -webkit-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 {
  transition: opacity 0.1s ease 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 {
  transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: 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, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
/** Core styling */

.accordion{
	padding: 0;
	margin:  0;
	position: relative;
	list-style: none;
}
	.accordion > *{
		position: absolute;
		overflow: hidden;
		padding: 0;
		margin:  0;
	}
		.accordion > *,
		.accordion.edge-visible,
		.accordion .accordion{
			transition:         .3s ease all;
		}
		
		/** Transform-related */
		.accordion,
		.accordion > *{
			will-change: height, transform;
			-webkit-perspective: 90em;
			perspective:         90em;
			
			-webkit-backface-visibility: hidden;
			backface-visibility:         hidden;
			
			-webkit-transform:  translate3d(0,0,0);
			transform:          translate3d(0,0,0);
		}
		
		/** Rule to disable transitions between gap corrections */
		.snap.accordion > *,
		.snap.accordion .accordion{
			transition:         none !important;
		}

		/** Headings */
		.accordion > * > :first-child{
			cursor: pointer;
			margin: 0;
			
			-webkit-user-select: none;
			-moz-user-select:    none;
			-ms-user-select:     none;
			user-select:         none;
		}
		
		/** Collapsible content */
		.accordion > * > :last-child{
			overflow: hidden;
			transition:         .3s ease height, .3s step-start visibility;
		}
			.accordion > .closed > :last-child,
			.accordion > .closed .accordion > .open > :last-child{
				transition-timing-function:         ease, step-end;
				visibility: hidden;
			}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }
/* Vendors */
/* Color Palette */
/* Media queries breakpoints */
/* Typography */
/* Grid system */
/* Grid system */
/* Modals */
/* Scaffolding */
/* Modificators */
/* Ui elements */
/* Z-indexes */
* {
  box-sizing: border-box;
}

a,
button {
  transition: all 0.3s ease-in-out 0s;
  display: inline-block;
  outline: none;
}

strong {
  font-weight: 700;
}

h1,
h2 {
  line-height: 1.3;
  font-size: 19px;
  font-weight: 700;
}

h1::before, h1::after,
h2::before,
h2::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}

h1::before,
h2::before {
  margin-bottom: calc(-0.3em + 0px);
}

h1::after,
h2::after {
  margin-top: calc(-0.27222em + 0px);
}

@media (min-width: 768px) {
  h1,
  h2 {
    font-size: 25px;
  }
}

p {
  line-height: 1.3;
  font-size: 14px;
  display: block;
  -webkit-margin-before: 25px;
          margin-block-start: 25px;
  -webkit-margin-after: 25px;
          margin-block-end: 25px;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}

p::before, p::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}

p::before {
  margin-bottom: calc(-0.3em + 0px);
}

p::after {
  margin-top: calc(-0.27222em + 0px);
}

@media (min-width: 768px) {
  p {
    font-size: 16px;
  }
}

p:last-of-type {
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

button {
  display: block;
  transition: all 0.3s ease-in-out 0s;
  cursor: pointer;
  border: none;
}

dl dt {
  margin-bottom: 10px;
  font-weight: 700;
}

dl dd + dt {
  margin-top: 44px;
}

.unstyled_link {
  display: inline;
  text-decoration: none;
}

input,
textarea {
  box-sizing: border-box;
  padding: 12px 10px;
  width: 100%;
  max-width: 100%;
  font-size: 16px;
  outline: none;
  border: none;
}

input.error,
textarea.error {
  background-color: #FFE1E0;
  border: 1px solid red;
}

/* Tables */
table {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  text-align: left;
  font-weight: inherit;
  border-collapse: collapse;
  border-spacing: 0;
  vertical-align: middle;
}

table th,
table td {
  padding: 0;
  border-spacing: 5px;
}

@font-face {
  font-family: "lg";
  font-weight: normal;
  font-style: normal;
  src: url(/assets/lg-0970881145aecce7668909140fc2f552c680007c147905bae6bf87d0fca9df6c.eot);
  src: url(/assets/lg-0970881145aecce7668909140fc2f552c680007c147905bae6bf87d0fca9df6c.eot?#iefixn1z373) format("embedded-opentype"), url(/assets/lg-78e558964f6a4d4970dad55bc53bf6a7cdc0437d228ee2c60bc6d1dc9e0beefd.woff?n1z373) format("woff"), url(/assets/lg-5c3cb8b4780e7037479381cda6f640bb12c56b5c8dc0104b03dec0294aeec0e6.ttf?n1z373) format("truetype"), url(/assets/lg-e89650de3b0ea9eb1f03f80da079963a97f94b050a7ad68b61876cb34b8b3e8c.svg?n1z373#lg) format("svg");
}

@media (min-width: 992px) {
  .for_mobile {
    display: none;
  }
}

@media (max-width: 767px) {
  .for_desktop {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .for_desktop {
    display: none;
  }
}

@media (max-width: 767px) {
  .for_tablet {
    display: none;
  }
}

@media (min-width: 992px) {
  .for_tablet {
    display: none;
  }
}

ol,
ul,
dl {
  margin: 0;
  padding: 0;
  list-style: none;
}

dd {
  margin-left: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

img {
  max-width: 100%;
}

.accent {
  margin-top: 45px;
  padding: 63px 135px;
  color: #004394;
  background-color: #FFE975;
}

.accent-offset {
  margin-right: -135px;
  margin-left: -135px;
}

.accent__title {
  margin-bottom: 20px;
}

.attaches_list {
  display: flex;
}

.attaches_list__item:not(:last-of-type) {
  margin-right: 55px;
}

html,
body {
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-height: 100vh;
  font-family: "Rubik", "Helvetica", "Helvetica Neue", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  color: #004394;
  background-color: #FFF;
  overflow-x: hidden;
}

@media (min-width: 768px) {
  html,
  body {
    font-size: 16px;
  }
}

html.no_scroll,
body.no_scroll {
  overflow-y: hidden;
}

.button {
  padding: 19px 0;
  width: 371px;
  font-size: 25px;
  font-weight: 700;
  color: #004394;
  background: #FFE975;
}

@media (max-width: 767px) {
  .button {
    width: 100%;
    max-width: 100%;
    font-size: 19px;
  }
}

.button:hover {
  background-color: #ffe142;
}

.carousel_list__title {
  line-height: 1.3;
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 700;
}

.carousel_list__title::before, .carousel_list__title::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}

.carousel_list__title::before {
  margin-bottom: calc(-0.3em + 0px);
}

.carousel_list__title::after {
  margin-top: calc(-0.27222em + 0px);
}

@media (max-width: 767px) {
  .carousel_list__title {
    padding: 0 29px;
    font-size: 19px;
  }
}

.carousel_list__body + .carousel_list__title {
  margin-top: 51px;
}

.carousel_list__container {
  line-height: 1.3;
  font-size: 14px;
  margin-bottom: 32px;
  max-width: 760px;
}

.carousel_list__container::before, .carousel_list__container::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}

.carousel_list__container::before {
  margin-bottom: calc(-0.3em + 0px);
}

.carousel_list__container::after {
  margin-top: calc(-0.27222em + 0px);
}

@media (min-width: 768px) {
  .carousel_list__container {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .carousel_list__container {
    padding: 0 29px;
  }
}

.columns {
  -webkit-columns: 1 auto;
          columns: 1 auto;
  -webkit-column-gap: 0;
          column-gap: 0;
}

@media (min-width: 992px) {
  .columns {
    -webkit-columns: 2 auto;
            columns: 2 auto;
    -webkit-column-gap: 40px;
            column-gap: 40px;
  }
}

.columns-gap {
  -webkit-column-gap: 0;
          column-gap: 0;
}

@media (min-width: 768px) {
  .columns-gap {
    -webkit-column-gap: 80px;
            column-gap: 80px;
  }
}

.contacts-bottom {
  margin-top: 112px;
}

.contacts__map {
  height: 515px;
}

.contacts__carousel {
  position: relative;
  top: -110px;
  margin-bottom: -110px;
  padding: 28px 20px;
  width: 465px;
  background-color: #FFF;
}

.contacts__intro {
  display: block;
  margin-bottom: 40px;
}

.contacts__mail {
  color: #FFE975;
  margin-top: 28px;
}

.contacts__mail:hover {
  color: #ffe142;
}

.contacts__mail:visited {
  color: #FFE975;
}

.contacts__mail:active {
  color: #FFE975;
}

.contacts__mail:focus {
  color: #FFE975;
}

.contacts__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contacts__left {
  flex: 0 0 calc(150px + ((100% - 330px) / 12 * 6));
}

.contacts__right {
  flex: 0 0 calc(120px + ((100% - 330px) / 12 * 5));
}

.contacts_footer {
  font-size: 16px;
}

.contacts_footer__header {
  margin-bottom: 20px;
  font-size: 13px;
}

@media (min-width: 768px) {
  .contacts_footer__header {
    margin-bottom: 60px;
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .contacts_footer__body {
    margin-right: -46px;
    margin-left: -46px;
  }
}

.container {
  margin: 0 auto;
  width: 100%;
  min-width: 320px;
  max-width: 1400px;
}

.container .container {
  padding: 0 23px;
  max-width: 1170px;
}

@media (min-width: 992px) {
  .container .container {
    padding: 0 95px;
  }
}

.container-narrow {
  box-sizing: content-box;
  margin: 0 auto 0 0;
  max-width: 704px;
}

.container-fixed {
  z-index: 1000;
  background-color: #FFF;
}

@media (max-width: 767px) {
  .container-fixed {
    position: fixed;
    box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.1);
  }
}

.footer {
  overflow: hidden;
  padding: 85px 0 0;
  color: #FFF;
  background-color: #004394;
  border-radius: 5px 5px 0 0;
}

@media (max-width: 767px) {
  .footer {
    padding: 20px 0 0;
  }
}

.footer__body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer__left {
  flex: 0 0 100%;
}

@media (min-width: 768px) {
  .footer__left {
    flex: 0 0 50%;
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .footer__left {
    flex: 0 0 calc(180px + ((100% - 330px) / 12 * 7));
  }
}

.footer__right {
  flex: 0 0 100%;
}

@media (min-width: 768px) {
  .footer__right {
    flex: 0 0 50%;
    padding-left: 30px;
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .footer__right {
    flex: 0 0 calc(120px + ((100% - 330px) / 12 * 4.5));
    text-align: right;
  }
}

.footer__nav {
  margin-top: 35px;
}

@media (min-width: 768px) {
  .footer__nav {
    margin-top: 50px;
  }
}

.footer_nav {
  font-size: 16px;
}

@media (max-width: 767px) {
  .footer_nav {
    position: relative;
    margin-bottom: 140px;
  }
  .footer_nav::after {
    content: "";
    position: absolute;
    right: -120px;
    bottom: -160px;
    display: inline-block;
    width: 300px;
    height: 300px;
    background-image: url(/assets/dino_head-8eab38e7ff421860f355d1e8d970827e02fa1b33f2d5bd1934b462d5f986719c.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
}

@media (min-width: 1200px) {
  .footer_nav {
    margin-bottom: -80px;
  }
}

.footer_nav__item {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .footer_nav__item {
    display: inline-block;
    margin-right: 25px;
    margin-bottom: 45px;
  }
}

.footer_nav__link {
  color: #FFE975;
  font-size: 14px;
}

.footer_nav__link:hover {
  color: darkern(#FFE975, 10%);
}

.footer_nav__link:visited {
  color: #FFE975;
}

.footer_nav__link:active {
  color: #FFE975;
}

.footer_nav__link:focus {
  color: #FFE975;
}

@media (min-width: 768px) {
  .footer_nav__link {
    font-size: 16px;
  }
}

.form {
  margin-top: 40px;
}

.form__group:not(:last-of-type) {
  margin-bottom: 26px;
}

@media (min-width: 768px) {
  .form__group:not(:last-of-type) {
    margin-bottom: 36px;
  }
}

.form__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -19px;
}

.form__column {
  flex: 0 0 calc(120px + ((100% - 330px) / 12 * 5));
  padding: 0 19px;
}

@media (max-width: 767px) {
  .form__column {
    flex: 0 0 calc(330px + (100% - 330px));
  }
  .form__column:not(:last-of-type) {
    margin-bottom: 20px;
  }
}

.form__input {
  color: #004394;
}

.form__label {
  display: block;
  margin-bottom: 18px;
  font-size: 16px;
  color: #F3F7FC;
}

.form__submit {
  margin-top: 56px;
}

.gallery {
  margin-bottom: -92px;
}

.gallery__body {
  display: flex;
  flex-wrap: wrap;
  margin: -44px;
}

.gallery__title {
  line-height: 1.3;
  flex: 1 0 calc(330px + (100% - 330px));
  margin-bottom: 85px;
  font-size: 25px;
  font-weight: 700;
  color: #004394;
}

.gallery__title::before, .gallery__title::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}

.gallery__title::before {
  margin-bottom: calc(-0.3em + 0px);
}

.gallery__title::after {
  margin-top: calc(-0.27222em + 0px);
}

.gallery__item {
  flex: 0 0 calc(330px + (100% - 330px));
  margin-bottom: 32px;
  padding: 0 44px;
  cursor: pointer;
}

@media (min-width: 576px) {
  .gallery__item {
    flex: 0 0 calc(150px + ((100% - 330px) / 12 * 6));
    margin-bottom: 62px;
  }
}

@media (min-width: 576px) and (min-width: 768px) {
  .gallery__item {
    flex: 0 0 calc(90px + ((100% - 330px) / 12 * 4));
    margin-bottom: 92px;
  }
}

.gallery__image {
  position: relative;
  display: inline-block;
}

.gallery__image:hover::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: inline-block;
  background-color: rgba(0, 67, 148, 0.8);
  background-image: url(/assets/icons/full_screen-d6d72cdc4b5576e249ed9905759b71abf21528e18d3c9258f60ccefe85644c7f.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.grid__left {
  flex: 1 1 calc(330px + (100% - 330px));
}

@media (min-width: 768px) {
  .grid__left {
    flex: 0 0 calc(210px + ((100% - 330px) / 12 * 8));
  }
}

.grid__right {
  flex: 0 0 100%;
  margin-top: 50px;
  margin-right: auto;
  max-width: 100%;
}

@media (min-width: 768px) {
  .grid__right {
    flex: 0 0 200px;
    margin-top: 0;
    margin-right: 0;
    max-width: 200px;
  }
}

.header {
  position: relative;
  font-size: 16px;
  background-color: #FFF;
}

.header__top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  height: 68px;
}

@media (min-width: 768px) {
  .header__top {
    height: 182px;
  }
}

.header__contacts {
  text-align: right;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .header__contacts {
    display: none;
  }
}

.header_logo {
  width: 112px;
  height: auto;
}

@media (min-width: 768px) {
  .header_logo {
    width: 265px;
    height: auto;
  }
}

.highlight {
  margin: 0 auto;
  padding: 44px 23px 69px;
  max-width: 1170px;
  color: #FFF;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media (min-width: 992px) {
  .highlight {
    padding: 30px 95px 110px;
  }
}

.highlight__header {
  margin-bottom: 94px;
}

@media (max-width: 767px) {
  .highlight__header {
    display: none;
  }
}

.highlight__subtitle {
  margin-bottom: 41px;
}

@media (min-width: 768px) {
  .highlight__subtitle {
    margin-bottom: 67px;
  }
}

.highlight__footer {
  margin-top: 50px;
}

@media (min-width: 768px) {
  .highlight__footer {
    margin-top: 67px;
  }
}

.icon {
  color: #FFE975;
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #FFE975;
}

.icon:hover {
  color: #ffe142;
}

.icon:visited {
  color: #FFE975;
}

.icon:active {
  color: #FFE975;
}

.icon:focus {
  color: #FFE975;
}

.icon::before {
  content: "";
  display: inline-block;
  width: 56px;
  height: 65px;
  background-image: url(/assets/icons/file-25c801786442b0a56d5cc8dd9dab945723d3d92e0baf33a6fa439c296053e120.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media (max-width: 767px) {
  .icon::before {
    width: 46px;
    height: 55px;
  }
}

.icon__inner {
  margin-left: 13px;
}

.icon__text {
  display: block;
}

.icon__text-type {
  text-transform: uppercase;
}

.image-responsive {
  display: block;
  width: 100%;
  max-width: 100%;
}

.link {
  color: #004394;
  transition: all 0.3s ease-in-out 0s;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.link:hover {
  color: #002c61;
}

.link:visited {
  color: #004394;
}

.link:active {
  color: #004394;
}

.link:focus {
  color: #004394;
}

.link-accent:hover {
  padding: 5px 8px;
  background-color: #FFE975;
}

.link-color {
  color: #FFE975;
}

.link-color:hover {
  color: #ffe142;
}

.link-color:visited {
  color: #FFE975;
}

.link-color:active {
  color: #FFE975;
}

.link-color:focus {
  color: #FFE975;
}

.link-color:hover {
  text-decoration: none;
}

.link-white {
  color: #FFF;
}

.link-white:hover {
  color: #e6e6e6;
}

.link-white:visited {
  color: #FFF;
}

.link-white:active {
  color: #FFF;
}

.link-white:focus {
  color: #FFF;
}

.link-base {
  font-size: 16px;
  font-weight: 400;
}

.link + .link {
  margin-left: 25px;
}

.link_list {
  font-size: 14px;
  font-weight: 400;
  color: #004394;
}

.link_list__item:not(:last-of-type) {
  margin-bottom: 15px;
}

.link_list__link {
  color: #004394;
  text-decoration: none;
}

.link_list__link:hover {
  color: #00152e;
}

.link_list__link:visited {
  color: #004394;
}

.link_list__link:active {
  color: #004394;
}

.link_list__link:focus {
  color: #004394;
}

.link_tel {
  color: #FFE975;
  margin-right: 30px;
  text-decoration: none;
}

.link_tel:hover {
  color: #ffe142;
}

.link_tel:visited {
  color: #FFE975;
}

.link_tel:active {
  color: #FFE975;
}

.link_tel:focus {
  color: #FFE975;
}

.list {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.36;
}

@media (min-width: 768px) {
  .list {
    font-size: 16px;
  }
}

.list:not(:last-of-type) {
  margin-bottom: 39px;
}

.list-big {
  font-size: 19px;
}

@media (min-width: 768px) {
  .list-big {
    font-size: 25px;
  }
}

.list-accent {
  font-weight: 700;
  line-height: 1.64;
}

@media (max-width: 767px) {
  .list-accent .list__item {
    margin-bottom: 20px;
  }
}

.list-inline {
  margin-bottom: -8px;
}

@media (min-width: 768px) {
  .list-inline {
    margin-bottom: -11px;
  }
}

.list-inline .list__item {
  display: inline-block;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .list-inline .list__item {
    margin-bottom: 11px;
  }
}

.list-inline .list__item:not(:last-of-type) {
  margin-right: 15px;
}

@media (min-width: 768px) {
  .list-inline .list__item:not(:last-of-type) {
    margin-right: 35px;
  }
}

.list-markered .list__item::before {
  content: "\2014";
  display: inline-block;
  margin-right: 5px;
}

.list__title {
  margin-bottom: 10px;
}

.list__title-small {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 400;
}

@media (min-width: 768px) {
  .list__title-small {
    font-size: 16px;
  }
}

.main {
  margin-bottom: 89px;
}

@media (max-width: 767px) {
  .main {
    padding-top: 68px;
  }
}

.main_menu {
  position: fixed;
  top: 68px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  margin: 0;
  padding-top: 20px;
  width: 100%;
  color: #004394;
  background-color: #FFF;
  overflow-x: hidden;
  visibility: hidden;
}

.main_menu__heading {
  display: block;
  padding-bottom: 21px;
  outline: none;
  cursor: pointer;
}

.main_menu__item .main_menu__icon {
  content: "";
  display: inline-block;
  margin-left: 15px;
  width: 19px;
  height: 19px;
  background-image: url(/assets/icons/minus-0c4123d1d4f9f70b1a10a24ec80af76f46657275ca6c2b8a5f6e6a85cf3829f5.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  vertical-align: middle;
}

.main_menu__item.closed .main_menu__icon {
  background-image: url(/assets/icons/plus-b334cce3f29398ea5837e70142d3e4d76ac4b60537766601a5d157eadb3c747d.svg);
}

.main_menu__title {
  display: inline-block;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  border-bottom: 2px solid #004394;
  vertical-align: middle;
}

.main_menu__dropdown {
  padding-top: 15px;
  padding-bottom: 50px;
  margin-left: 20px;
}

.map {
  margin-bottom: 58px;
}

.new {
  display: flex;
  margin: 35px 0 0;
}

.new__title {
  display: block;
  align-self: flex-start;
  margin-right: 25px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  color: #004394;
  background-color: #FFE975;
}

.new__list {
  margin-left: 0;
}

.news__date {
  color: #FFE975;
}

.news__title {
  margin: 13px 0 31px;
  font-size: 25px;
  font-weight: 700;
  color: #F3F7FC;
}

.news__subtitle {
  margin: 0 0 31px;
  font-size: 20px;
  font-weight: 400;
}

.news__body {
  margin-top: 55px;
  padding-right: 15%;
  color: #F3F7FC;
}

@media (min-width: 768px) {
  .news__body {
    margin-top: 72px;
  }
}

.news__link {
  color: #FFE975;
  display: inline-block;
  margin-top: 47px;
  font-size: 13px;
}

.news__link:hover {
  color: #ffe142;
}

.news__link:visited {
  color: #FFE975;
}

.news__link:active {
  color: #FFE975;
}

.news__link:focus {
  color: #FFE975;
}

.news_list {
  display: block;
  margin-top: 55px;
}

.news_list__title {
  display: block;
  margin-bottom: 13px;
  font-size: 14px;
  font-weight: 500;
  color: #FFE975;
}

.news_list__body {
  display: block;
}

.news_list__item {
  display: inline-block;
  color: #F3F7FC;
}

.news_list__item:hover .news_list__title,
.news_list__item:hover .news_list__body {
  text-decoration: underline;
}

.news_list__item:not(:last-of-type) {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .news_list__item:not(:last-of-type) {
    margin-bottom: 45px;
  }
}

.numeric_list {
  margin: 0;
  counter-reset: default_counter;
}

.numeric_list__title {
  position: relative;
  margin-left: 64px;
  font-size: 25px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .numeric_list__title {
    margin-left: 135px;
  }
}

.numeric_list__title:not(:first-of-type) {
  margin-top: 45px;
}

.numeric_list__title::before {
  content: counter(default_counter);
  position: absolute;
  top: 3px;
  left: -68px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 47px;
  height: 47px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  background-color: #FFE975;
  border-radius: 50%;
  counter-increment: default_counter;
}

@media (min-width: 768px) {
  .numeric_list__title::before {
    left: -135px;
    width: 75px;
    height: 75px;
    font-size: 25px;
  }
}

.numeric_list__body {
  margin-top: 40px;
}

@media (min-width: 768px) {
  .numeric_list__body {
    margin-top: 23px;
    margin-left: 135px;
    font-size: 16px;
  }
}

.numeric_list__body p {
  margin-top: 0;
}

.numeric_list__body a {
  margin-top: 12px;
}

@media (min-width: 768px) {
  .numeric_list__title,
  .numeric_list__body {
    padding-right: 135px;
  }
}

.owl-carousel-overflow {
  padding-right: 30px;
  padding-left: 30px;
}

@media (min-width: 768px) {
  .owl-carousel-overflow {
    padding-right: 85px;
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .owl-carousel-overflow .owl-stage-outer {
    overflow: visible;
  }
}

.owl-nav {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -20px;
  height: 40px;
}

@media (max-width: 767px) {
  .owl-nav {
    display: none;
  }
}

.owl-next {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 24px !important;
  font-weight: 300 !important;
  background-color: #FFE975 !important;
  border-radius: 50%;
  vertical-align: middle;
}

.owl-next:hover {
  color: #FFF !important;
  background-color: #004394 !important;
}

.owl-prev {
  display: none;
}

.owl-carousel__item {
  position: relative;
  display: block;
}

.owl-carousel__item:hover::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: inline-block;
  background-color: rgba(0, 67, 148, 0.8);
  background-image: url(/assets/icons/full_screen-d6d72cdc4b5576e249ed9905759b71abf21528e18d3c9258f60ccefe85644c7f.svg);
  background-repeat: no-repeat;
  background-position: center;
}

@media (min-width: 768px) {
  .owl-carousel__item {
    display: inline-block;
  }
}

.price__footer {
  display: block;
  margin-top: 24px;
  font-size: 14px;
}

@media (min-width: 768px) {
  .price__footer {
    margin-top: 50px;
  }
}

.price__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 5px 0;
  -webkit-column-break-inside: avoid;
          break-inside: avoid;
}

.price__item div:nth-child(1) {
  flex: 0 1 calc(180px + ((100% - 330px) / 12 * 7));
}

.price__item div:nth-child(2) {
  flex: 0 0 calc(90px + ((100% - 330px) / 12 * 4));
  text-align: right;
}

.price__header {
  margin-bottom: 8px;
}

.price__header .price__item {
  border-bottom: none;
}

@media (max-width: 767px) {
  .price__header .price__item:nth-child(2) {
    display: none;
  }
}

.price__body .price__item:not(:last-of-type) {
  border-bottom: 1px solid #004394;
}

.request {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
}

.request::before {
  content: "";
  display: inline-block;
  margin-right: 20px;
  width: 57px;
  height: 57px;
  background-image: url(/assets/footer_logo-b02f35ec5a6f706e1364ed7dba1640c7b9917d7b57845711a2673e0bfd7f4947.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media (max-width: 575px) {
  .request__inner {
    width: 145px;
  }
}

.request__title {
  margin-bottom: 2px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .request__title {
    font-size: 20px;
  }
}

.request__body {
  font-size: 14px;
}

@media (min-width: 768px) {
  .request__body {
    font-size: 16px;
  }
}

.request__body strong {
  display: block;
  margin-bottom: -11px;
}

.request__link {
  color: #FFF;
}

.request__link:hover {
  color: #e6e6e6;
}

.request__link:visited {
  color: #FFF;
}

.request__link:active {
  color: #FFF;
}

.request__link:focus {
  color: #FFF;
}

.request__image {
  display: block;
  width: 100%;
}

.request__footer {
  display: none;
}

@media (max-width: 767px) {
  .request__footer {
    display: block;
    margin-top: 40px;
    width: 90%;
  }
}

.review .review__caption {
  color: #FFE975;
  display: inline-block;
  margin-top: 8px;
}

.review .review__caption:hover {
  color: #ffe142;
}

.review .review__caption:visited {
  color: #FFE975;
}

.review .review__caption:active {
  color: #FFE975;
}

.review .review__caption:focus {
  color: #FFE975;
}

.secondary_menu {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
}

.secondary_menu__item {
  display: inline-block;
}

.secondary_menu__item:not(:last-of-type) {
  margin-right: 40px;
}

.secondary_menu__link {
  color: #FFF;
  text-decoration: none;
  line-height: 1.4;
  box-shadow: inset 0 0 0 #FFE975;
}

.secondary_menu__link:hover {
  color: #FFE975;
}

.secondary_menu__link:visited {
  color: #FFF;
}

.secondary_menu__link:active {
  color: #FFF;
}

.secondary_menu__link:focus {
  color: #FFF;
}

.secondary_menu__link-active, .secondary_menu__link:hover {
  color: #FFE975;
  box-shadow: inset 0 -2px 0 #FFE975;
}

.secondary_menu__link-active:hover, .secondary_menu__link:hover:hover {
  color: #FFE975;
}

.secondary_menu__link-active:visited, .secondary_menu__link:hover:visited {
  color: #FFE975;
}

.secondary_menu__link-active:active, .secondary_menu__link:hover:active {
  color: #FFE975;
}

.secondary_menu__link-active:focus, .secondary_menu__link:hover:focus {
  color: #FFE975;
}

.segment {
  margin: 30px 0;
  font-size: 16px;
}

@media (min-width: 768px) {
  .segment {
    margin: 80px 0;
  }
}

.segment:last-of-type {
  margin-bottom: 0;
}

.segment-gray {
  background-color: #EFF3F6;
}

.segment-paddings {
  margin-right: -23px;
  margin-left: -23px;
  padding: 37px 23px;
}

@media (min-width: 992px) {
  .segment-paddings {
    padding: 63px 95px;
  }
}

.segment__header {
  margin-bottom: 15px;
}

.segment__title {
  margin-bottom: 15px;
}

.services {
  position: relative;
  top: -25px;
  margin-right: -23px;
  margin-bottom: -25px;
  margin-left: -23px;
}

@media (min-width: 768px) {
  .services {
    top: -30px;
    margin-bottom: -30px;
  }
}

@media (min-width: 992px) {
  .services {
    margin-right: -95px;
    margin-left: -95px;
  }
}

.services__link {
  color: #FFF;
  display: block;
  padding: 25px 0;
}

.services__link:hover {
  color: #FFE975;
}

.services__link:visited {
  color: #FFF;
}

.services__link:active {
  color: #FFF;
}

.services__link:focus {
  color: #FFF;
}

@media (min-width: 768px) {
  .services__link {
    padding: 30px 0;
  }
}

.services__link:hover {
  background-color: rgba(11, 66, 151, 0.7);
}

.services__title {
  margin: 0;
  font-size: 19px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .services__title {
    font-size: 25px;
  }
}

.services__description {
  margin: 0;
  max-width: calc(330px + (100% - 330px));
}

@media (min-width: 768px) {
  .services__description {
    max-width: calc(240px + ((100% - 330px) / 12 * 9));
  }
}

.services__title + .services__description {
  margin-top: 11px;
}

.sidebar_menu {
  line-height: 1.3;
  margin-bottom: 16px;
  position: relative;
  left: -5px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-size: 14px;
}

.sidebar_menu::before, .sidebar_menu::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}

.sidebar_menu::before {
  margin-bottom: calc(-0.3em + 0px);
}

.sidebar_menu::after {
  margin-top: calc(-0.27222em + 0px);
}

@media (min-width: 768px) {
  .sidebar_menu {
    font-size: 16px;
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .sidebar_menu {
    top: -5px;
    flex-direction: column;
  }
}

@media (min-width: 992px) {
  .sidebar_menu__item {
    margin-right: 10px;
  }
}

.sidebar_menu__item:not(:last-of-type) {
  margin-bottom: 6px;
}

.sidebar_menu__link {
  color: #FFF;
  display: inline-block;
  padding: 6px;
}

.sidebar_menu__link:hover {
  color: #FFE975;
}

.sidebar_menu__link:visited {
  color: #FFF;
}

.sidebar_menu__link:active {
  color: #FFF;
}

.sidebar_menu__link:focus {
  color: #FFF;
}

.sidebar_menu__link-active {
  color: #FFE975;
  background: none;
}

.sidebar_menu__link-active:hover {
  color: #FFE975;
}

.sidebar_menu__link-active:visited {
  color: #FFE975;
}

.sidebar_menu__link-active:active {
  color: #FFE975;
}

.sidebar_menu__link-active:focus {
  color: #FFE975;
}

@media (min-width: 1200px) {
  .sidebar_menu__link-active {
    color: #004394;
    text-decoration: none;
    font-weight: 700;
    background-color: #FFE975;
  }
  .sidebar_menu__link-active:hover {
    color: #004394;
  }
  .sidebar_menu__link-active:visited {
    color: #004394;
  }
  .sidebar_menu__link-active:active {
    color: #004394;
  }
  .sidebar_menu__link-active:focus {
    color: #004394;
  }
}

.simple_numeric_list {
  margin: 0 auto 150px;
  counter-reset: default_counter;
}

.simple_numeric_list__title {
  margin-bottom: 62px;
  font-size: 25px;
}

.simple_numeric_list__item {
  position: relative;
  margin-left: 135px;
  font-size: 16px;
  font-weight: 400;
}

.simple_numeric_list__item:not(:first-of-type) {
  margin-top: 55px;
}

.simple_numeric_list__item::before {
  content: counter(default_counter);
  position: absolute;
  top: 3px;
  left: -135px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75px;
  height: 75px;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  background-color: #FFE975;
  border-radius: 50%;
  counter-increment: default_counter;
}

table {
  width: 100%;
  font-size: 14px;
  border-collapse: collapse;
}

@media (min-width: 768px) {
  table {
    font-size: 16px;
  }
}

table tr:first-of-type {
  margin-bottom: 10px;
}

table tr:not(:first-of-type) {
  border-bottom: 1px #004394 solid;
}

table tr:not(:first-of-type):hover {
  background-color: rgba(255, 233, 117, 0.6);
}

table th,
table td {
  padding: 10px;
}

.tabs {
  font-size: 14px;
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .tabs {
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  .tabs {
    flex-direction: row;
  }
}

.tabs__item {
  border: 1px #FFE975 solid;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .tabs__item:not(:last-of-type) {
    border-right-style: none;
  }
}

.tabs__link {
  color: #FFE975;
  display: block;
  padding: 14px 34px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  cursor: default;
}

.tabs__link:hover {
  color: #FFE975;
}

.tabs__link:visited {
  color: #FFE975;
}

.tabs__link:active {
  color: #FFE975;
}

.tabs__link:focus {
  color: #FFE975;
}

.tabs__link-active {
  color: #004394;
  background-color: #FFE975;
}

.tabs__link-active:hover {
  color: #004394;
}

.tabs__link-active:visited {
  color: #004394;
}

.tabs__link-active:active {
  color: #004394;
}

.tabs__link-active:focus {
  color: #004394;
}

.tagline {
  margin-top: 90px;
}

@media (max-width: 767px) {
  .tagline {
    display: none;
  }
}

.tagline__tag {
  position: relative;
  top: -40px;
}

.tagline__dino {
  margin-left: 25px;
}

.text {
  line-height: 1.3;
  display: inline-block;
  font-size: 16px;
  line-height: normal;
}

.text::before, .text::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}

.text::before {
  margin-bottom: calc(-0.3em + 0px);
}

.text::after {
  margin-top: calc(-0.27222em + 0px);
}

.text-accent {
  font-size: 25px;
  color: #FFE975;
}

.text-strong {
  margin-bottom: 35px;
  font-size: 25px;
  font-weight: 700;
}

.title {
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 24px;
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 700;
  line-height: normal;
  color: #FFE975;
}

.title::before, .title::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}

.title::before {
  margin-bottom: calc(-0.3em + 0px);
}

.title::after {
  margin-top: calc(-0.27222em + 0px);
}

@media (min-width: 768px) {
  .title {
    margin-bottom: 32px;
    font-size: 36px;
  }
}

.title-wide {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
}

.title-wide::before, .title-wide::after {
  display: none;
}

.title-subtitle {
  text-transform: inherit;
  font-size: 25px;
  color: #004394;
}

.title-small {
  font-size: 25px;
}

.title-big {
  margin-bottom: 40px;
  text-transform: uppercase;
}

.title-inverce {
  color: #004394;
}

.title-far {
  margin-bottom: 63px;
}

.title-2 {
  margin-top: 0;
  margin-bottom: 24px;
  text-transform: none;
  font-size: 25px;
  color: #FFF;
}

.title__sup {
  position: relative;
  top: -13px;
  right: -6px;
  font-size: 16px;
  font-weight: 400;
}

.toggle_button {
  position: relative;
  display: inline-block;
  padding: 0;
  width: 25px;
  height: 17px;
  background: none;
  cursor: pointer;
  border: none;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .toggle_button {
    display: none;
  }
}

.toggle_button-open .toggle_button__hamburger {
  background-color: transparent;
}

.toggle_button-open .toggle_button__hamburger::before {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  transition: bottom 0.2s ease, -webkit-transform 0.2s 0.2s ease;
  transition: bottom 0.2s ease, transform 0.2s 0.2s ease;
  transition: bottom 0.2s ease, transform 0.2s 0.2s ease, -webkit-transform 0.2s 0.2s ease;
}

.toggle_button-open .toggle_button__hamburger::after {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  transition: top 0.2s ease, -webkit-transform 0.2s 0.2s ease;
  transition: top 0.2s ease, transform 0.2s 0.2s ease;
  transition: top 0.2s ease, transform 0.2s 0.2s ease, -webkit-transform 0.2s 0.2s ease;
}

.toggle_button__hamburger {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  background-color: #004394;
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
  transition: translateY 0.2s;
  vertical-align: middle;
}

.toggle_button__hamburger, .toggle_button__hamburger::before, .toggle_button__hamburger::after {
  border-radius: 200px;
}

.toggle_button__hamburger::before, .toggle_button__hamburger::after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
}

.toggle_button__hamburger::before {
  content: "";
  bottom: 6px;
  background-color: #004394;
  transition: bottom 0.2s 0.2s ease, -webkit-transform 0.2s ease;
  transition: bottom 0.2s 0.2s ease, transform 0.2s ease;
  transition: bottom 0.2s 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}

.toggle_button__hamburger::after {
  content: "";
  top: 6px;
  background-color: #004394;
  transition: top 0.2s 0.2s ease, -webkit-transform 0.2s ease;
  transition: top 0.2s 0.2s ease, transform 0.2s ease;
  transition: top 0.2s 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}