@keyframes sun_rotate {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(60deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes clouds_translate {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-150px);
  }
  100% {
    transform: translateX(0);
  }
}
/*! 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.
 */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

html,
body {
  overscroll-behavior: none;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/**
 * 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: 2rem;
  margin: 0.67rem 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 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;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  color: #0f0f0f;
  text-decoration: none;
}

/**
 * 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;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * 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;
  font-size: 1rem;
}

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

/* 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.
 */
body,
button,
input,
select,
optgroup,
textarea {
  color: #0f0f0f;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
}
@media (max-width: 479px) {
  body,
  button,
  input,
  select,
  optgroup,
  textarea {
    font-size: 0.875rem;
  }
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  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 #ccc;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35rem 0.75rem 0.625rem;
}

/**
 * 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;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

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

/**
 * 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;
  outline-offset: -2px;
}

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

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

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5rem;
}

address {
  margin: 0 0 1.5rem;
}

.container-fluid,
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.container {
  max-width: 1320px;
}
@media (min-width: 480px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1320px) {
  .container {
    max-width: 1200px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex: 1 0 0%;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

@media (min-width: 768px) {
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1320px) {
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
.top-bar {
  background-color: #0089cd;
  font-size: 14px;
}
@media (max-width: 991px) {
  .top-bar {
    display: none !important;
  }
}
.top-bar .container {
  display: flex;
  flex-wrap: wrap;
  padding: 6px 15px;
}
.top-bar a {
  color: #fff;
  display: flex;
  align-items: center;
  color: #fff;
}
.top-bar a.top-address span {
  font-size: 12px;
  margin-left: 5px;
}
.top-bar a:not(:first-child) {
  margin-left: 20px;
}
.top-bar a svg {
  margin-right: 10px;
}

.header-middle {
  padding: 20px 0;
  position: relative;
}
@media (max-width: 991px) {
  body:not(.home) .header-middle {
    display: none !important;
  }
}
body.home .header-middle {
  height: 80vh;
  min-height: 600px;
  max-height: 700px;
}
@media (max-width: 1199px) {
  body.home .header-middle {
    min-height: 500px;
    max-height: 550px;
  }
}
@media (max-width: 767px) {
  body.home .header-middle {
    min-height: 500px;
    max-height: 80vh;
  }
}
.header-middle__container {
  position: relative;
  z-index: 7;
}
@media (max-width: 991px) {
  .header-middle__container {
    display: none !important;
  }
}
.header-middle .row {
  align-items: center;
  justify-content: space-between;
}

.site-branding img {
  max-width: 80px;
}
@media (max-width: 479px) {
  .site-branding img {
    max-width: 65px;
  }
}

@media (max-width: 991px) {
  .main-navigation {
    display: none !important;
  }
}
.main-navigation ul.menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.main-navigation ul.menu li a {
  display: block;
  padding: 7px 20px;
  font-size: 18px;
  border-radius: 20px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .main-navigation ul.menu li a {
    font-size: 16px;
    padding: 7px 10px;
  }
}
.main-navigation ul.menu li a:hover {
  color: #0089cd;
  box-shadow: 0 0 20px rgba(0, 137, 205, 0.35);
}
@media (max-width: 1199px) {
  .main-navigation ul.menu li a:hover {
    box-shadow: 0 0 12px rgba(0, 137, 205, 0.35);
  }
}

@media (max-width: 991px) {
  .header-get_consult a {
    text-indent: -9999999px;
    background-image: url(img/consulation.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 25px;
    width: 40px;
    height: 40px;
  }
}

.header-slider {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(img/slider/sky.png);
  background-position-x: 100%;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media (max-width: 991px) {
  .header-slider {
    background-position-x: 100%;
  }
}
@media (max-width: 767px) {
  .header-slider {
    background-position-x: 70%;
  }
}
.header-slider__grass {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 95%;
  width: 100%;
  background-image: url(img/slider/grass-slide.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  z-index: 2;
}
@media (max-width: 1199px) {
  .header-slider__grass {
    height: 85%;
  }
}
@media (max-width: 991px) {
  .header-slider__grass {
    height: 75%;
  }
}
.header-slider__sun {
  position: absolute;
  right: 10%;
  top: 10%;
  height: 10vh;
  aspect-ratio: 1/1;
  background-image: url(img/slider/sun-slide.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  animation: sun_rotate 6s linear infinite;
}
.header-slider__clouds {
  position: absolute;
  right: 10%;
  top: 10%;
  width: 200px;
  aspect-ratio: 2/1;
  background-image: url(img/slider/clouds-slide.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  animation: clouds_translate 10s ease-in-out infinite;
}
.header-slider__big-clouds {
  position: absolute;
  right: 0;
  bottom: 30%;
  background-image: url(img/slider/big-cloud-slide.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  width: 50%;
  aspect-ratio: 1/0.5;
}
@media (max-width: 991px) {
  .header-slider__big-clouds {
    background-position: right bottom;
    top: 25%;
    aspect-ratio: 1/0.5;
  }
}
@media (max-width: 767px) {
  .header-slider__big-clouds {
    background-size: 120% 100%;
    width: 100%;
    top: inherit;
    aspect-ratio: 1/1;
    bottom: 0;
    transform: translateX(0) !important;
  }
}
.header-slider__tree {
  position: absolute;
  right: 11%;
  top: 43%;
  width: 74px;
  height: 129px;
  background-image: url(img/slider/tree3-slide.png);
  background-repeat: no-repeat;
  z-index: 1;
  transition: transform 0.1s ease-out;
}
@media (max-width: 991px) {
  .header-slider__tree {
    top: 48%;
  }
}
@media (max-width: 767px) {
  .header-slider__tree {
    width: 53px;
    height: 90px;
    top: inherit;
    bottom: 25vw;
    right: 35%;
    background-size: contain;
  }
}
.header-slider__tree:nth-of-type(2) {
  right: 15%;
  top: 50%;
  background-size: 80%;
}
@media (max-width: 991px) {
  .header-slider__tree:nth-of-type(2) {
    right: 45%;
    top: 50%;
  }
}
@media (max-width: 767px) {
  .header-slider__tree:nth-of-type(2) {
    top: inherit;
    right: 12%;
    bottom: 15vw;
    z-index: 9;
  }
}
.header-slider__tree:nth-of-type(3) {
  right: 35%;
  top: 41%;
}
@media (max-width: 991px) {
  .header-slider__tree:nth-of-type(3) {
    right: 35%;
    top: 45%;
  }
}
@media (max-width: 767px) {
  .header-slider__tree:nth-of-type(3) {
    right: 65%;
    top: inherit;
    bottom: 28vw;
  }
}

.header-slider_left {
  height: 100%;
}

.header-slider__content {
  width: 70%;
  height: 100%;
  align-items: flex-end;
  justify-content: space-between;
  z-index: 6;
  position: relative;
  display: none;
  opacity: 0;
}
@media (max-width: 991px) {
  .header-slider__content {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .header-slider__content {
    width: 100%;
    flex-wrap: wrap;
  }
}
.header-slider__content.active {
  display: flex;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}
.header-slider__content-wrap {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .header-slider__content-wrap {
    width: 100%;
    height: auto;
    flex-wrap: wrap;
    padding-top: 100px;
  }
}

.header-slider__text p {
  animation: fadeInUp 0.8s ease-in-out both;
}
.header-slider__text-small {
  font-size: 22px;
  animation-delay: 0.2s !important;
}
@media (max-width: 1199px) {
  .header-slider__text-small {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .header-slider__text-small {
    font-size: 16px;
  }
}
.header-slider__text-small span {
  color: #0089cd;
  font-weight: 600;
}
.header-slider__text-large {
  font-size: 44px;
  color: #0089cd;
  font-weight: 600;
  text-transform: uppercase;
  animation-delay: 0.6s !important;
}
@media (max-width: 1319px) {
  .header-slider__text-large {
    font-size: 36px;
  }
}
@media (max-width: 1199px) {
  .header-slider__text-large {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .header-slider__text-large {
    font-size: 24px;
  }
}

.header-slider__btn-wrap {
  animation: fadeInUp 0.8s ease-in-out both;
  animation-delay: 1s !important;
}

.header-slider__img {
  width: 50%;
}
@media (max-width: 767px) {
  .header-slider__img {
    width: 180px;
    margin-bottom: 50px;
    margin-left: 40px;
  }
}
.header-slider__img img {
  animation: fadeIn 1s ease-in-out both;
  animation-delay: 0.5s;
  max-width: 100%;
  height: auto;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 50vw;
  height: 100%;
  background-color: #fff;
  transform: translateX(-100%);
  transition: all 0.5s cubic-bezier(0.6, 0.04, 0.05, 0.64);
  transition-delay: 0.05s;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 50px 0;
}
@media (max-width: 991px) {
  .mobile-menu {
    width: 80vw;
  }
}
.mobile-menu__logo {
  padding: 0;
  text-align: center;
}
.mobile-menu__logo img {
  width: 80px;
}
.mobile-menu__contacts {
  padding: 0 35px;
}
@media (max-width: 991px) {
  .mobile-menu__contacts {
    padding: 0 25px;
  }
}
@media (max-width: 767px) {
  .mobile-menu__contacts {
    padding: 0 20px;
  }
}
.mobile-menu__contacts a {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 14px;
  width: 100%;
}
.mobile-menu__contacts a.top-address span {
  font-size: 12px;
}
.mobile-menu__contacts svg {
  vertical-align: middle;
  margin-right: 10px;
}
.mobile-menu__contacts svg path {
  fill: #0f0f0f;
}
.mobile-menu ul {
  list-style: none;
  padding: 30px;
  margin: 30px 0;
  width: 100%;
}
@media (max-width: 991px) {
  .mobile-menu ul {
    padding: 20px;
  }
}
.mobile-menu ul li a {
  padding: 6px 10px;
  display: block;
  font-size: 18px;
}
body.open-menu .mobile-menu {
  transform: translateX(0);
}

.hamburger {
  display: none;
}
@media (max-width: 991px) {
  .hamburger {
    display: block;
  }
}
.hamburger .line {
  width: 30px;
  height: 2px;
  background-color: #0f0f0f;
  margin: 5px auto;
  transition: all 0.3s ease-in-out;
  display: block;
}
.hamburger.is-active .line:nth-child(1),
.hamburger.is-active .line:nth-child(3) {
  width: 20px;
}
.hamburger.is-active .line:nth-child(1) {
  transform: translateX(-7px) rotate(-45deg);
}
.hamburger.is-active .line:nth-child(3) {
  transform: translateX(-7px) rotate(45deg);
}

.header-mobile {
  padding: 20px 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100vw;
  transform: translateX(0);
  transition: all 0.5s cubic-bezier(0.6, 0.04, 0.05, 0.64);
}
@media (min-width: 992px) {
  .header-mobile {
    display: none !important;
  }
}
body.open-menu .header-mobile {
  transform: translateX(50vw);
  transition-delay: 0.2s;
}
@media (max-width: 991px) {
  body.open-menu .header-mobile {
    transform: translateX(80vw);
  }
}
.header-mobile.bg-white {
  background-color: #fff;
  box-shadow: 0 4px 20px rgba(15, 15, 15, 0.15);
}
.header-mobile.hide {
  transform: translateY(-100%);
}
@media (max-width: 767px) {
  .header-mobile {
    padding: 10px 0;
  }
}
.header-mobile__container {
  position: relative;
  z-index: 7;
}
.header-mobile .row {
  align-items: center;
  justify-content: space-between;
}

.header-middle {
  position: relative;
}

.about-image {
  padding: 0 30px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199px) {
  .about-image {
    padding: 0;
  }
}
.about-image__inner {
  width: 100%;
  height: 80%;
  overflow: hidden;
  border-radius: 0 30px 0 30px;
}
@media (max-width: 991px) {
  .about-image__inner {
    width: 40%;
    height: 300px;
  }
}
@media (max-width: 767px) {
  .about-image__inner {
    width: 100%;
    aspect-ratio: 1/1.5;
  }
}
.about-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-text p:last-child {
  margin-bottom: 0;
}

.about-icon,
.advantages-icon {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .about-icon,
  .advantages-icon {
    margin-top: 20px;
  }
}

.about-icon,
.advantages-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.about-icon__icon,
.advantages-icon__icon {
  width: 82px;
  height: 82px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 15px;
}
.about-icon__icon img,
.advantages-icon__icon img {
  width: 50px;
}
.about-icon__title,
.advantages-icon__title {
  font-size: 18px;
  font-weight: 600;
  margin: 25px 0 10px 0;
}
@media (max-width: 991px) {
  .about-icon__title,
  .advantages-icon__title {
    font-size: 16px;
  }
}
.about-icon__text,
.advantages-icon__text {
  text-align: center;
  font-size: 14px;
}
.about-icon__text p,
.advantages-icon__text p {
  margin: 0 0 5px;
}

.about-icon__icon {
  background-color: #0089cd;
}

.advantages {
  position: relative;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .advantages {
    margin-top: 20px;
  }
}
.advantages .advantages-container {
  padding-top: 30px;
  padding-bottom: 50px;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .advantages .advantages-container {
    padding-top: 20px;
    padding-bottom: 30px;
  }
}

.advantages__bg {
  background-image: url("img/adv.png.webp");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-attachment: fixed;
}
.advantages__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 137, 205, 0.9);
}

.advantages-icon {
  color: #fff;
}
.advantages-icon__title {
  text-transform: uppercase;
}
.advantages-icon__title h4 {
  font-weight: 600;
}
.advantages-icon__text {
  padding: 0 30px;
}

.advantages-button {
  margin: 50px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .advantages-button {
    margin: 20px 0;
  }
}

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

.product-list__item-inner {
  overflow: hidden;
  border-radius: 0 30px 0 30px;
  position: relative;
}

.product-list__link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
}

.product-list__img {
  position: relative;
  width: 100%;
}
.product-list__img::before {
  content: "";
  display: block;
  padding-top: 115%;
}
@media (max-width: 1199px) {
  .product-list__img::before {
    padding-top: 100%;
  }
}
@media (max-width: 767px) {
  .product-list__img::before {
    padding-top: 70%;
  }
}
.product-list__img img {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: filter 0.3s ease-in-out;
}
.product-list__item-inner:hover .product-list__img img {
  filter: blur(5px);
}

.product-list__text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px 30px;
}
@media (max-width: 1199px) {
  .product-list__text {
    padding: 10px 20px;
  }
}
.product-list__text::before {
  content: "";
  width: 100%;
  height: 150px;
  background: linear-gradient(180deg, rgba(69, 70, 70, 0) 0%, #1e1e1e 100%);
  position: absolute;
  left: 0;
  bottom: 0;
}
.product-list__text::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  background-color: rgba(0, 137, 205, 0.8);
  z-index: 1;
  transition: top 0.3s ease-in-out;
}
.product-list__item-inner:hover .product-list__text::after {
  top: 0;
}

.product-list__title {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  position: relative;
  z-index: 2;
  transition: transform 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .product-list__title {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .product-list__title {
    font-size: 18px;
  }
}
.product-list__item-inner:hover .product-list__title {
  transform: translateY(-50px);
}

.product-list__button {
  opacity: 0;
  visibility: hidden;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}
.product-list__button span {
  color: #fff;
}
.product-list__button svg {
  width: 12px;
  height: 10px;
  margin-left: 5px;
}
.product-list__item-inner:hover .product-list__button {
  opacity: 1;
  visibility: visible;
  transform: translateY(-30px);
}

.product-page__content {
  background-color: #f6f6f6;
  padding: 50px 0;
}
@media (max-width: 991px) {
  .product-page__content {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  .product-page__content {
    padding: 20px 0;
  }
}

.product-page__main {
  padding-left: 30px;
}
@media (max-width: 991px) {
  .product-page__main {
    padding-left: 15px;
  }
}

.product-page__header {
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .product-page__header-left {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .product-page__header-left {
    margin-bottom: 20px;
  }
}

.product-page__img .post-thumbnail {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 0 30px 0 30px;
}
@media (max-width: 767px) {
  .product-page__img .post-thumbnail {
    aspect-ratio: 1/0.6;
    border-radius: 0 20px 0 20px;
  }
}
.product-page__img .post-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-page__price {
  font-size: 14px;
  margin-bottom: 15px;
}
.product-page__price strong {
  font-size: 30px;
  font-weight: 600;
  margin: 0 5px;
  color: #0089cd;
}
.product-page__price span {
  font-size: 18px;
}
.product-page__price svg {
  width: 20px;
  height: 20px;
  fill: rgba(0, 137, 205, 0.45);
  display: inline-block;
  vertical-align: baseline;
  margin-right: 10px;
}

.product-page__buttons {
  display: flex;
  justify-content: space-evenly;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .product-page__buttons {
    margin-top: 10px;
    flex-wrap: wrap;
  }
}
.product-page__buttons .button {
  font-size: 20px;
}
@media (max-width: 767px) {
  .product-page__buttons .button {
    font-size: 16px;
    width: 100%;
    text-align: center;
    margin: 5px 0;
  }
}

.services-list__item {
  margin-bottom: 30px;
}

.services-list__item-inner {
  overflow: hidden;
  border-radius: 0 30px 0 30px;
  position: relative;
}

.services-list__link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
}

.services-list__img {
  position: relative;
  width: 100%;
}
.services-list__img::before {
  content: "";
  display: block;
  padding-top: 115%;
}
.services-list__img img {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.services-list__text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px 30px;
}
.services-list__text::before {
  content: "";
  width: 100%;
  height: 150px;
  background: linear-gradient(180deg, rgba(69, 70, 70, 0) 0%, #1e1e1e 100%);
  position: absolute;
  left: 0;
  bottom: 0;
}
.services-list__text::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  background-color: rgba(0, 137, 205, 0.8);
  z-index: 1;
  transition: top 0.3s ease-in-out;
}
.services-list__item-inner:hover .services-list__text::after {
  top: 0;
}

.services-list__title {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  position: relative;
  z-index: 2;
  transition: transform 0.3s ease-in-out;
}
.services-list__item-inner:hover .services-list__title {
  transform: translateY(-50px);
}

.services-list__button {
  opacity: 0;
  visibility: hidden;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}
.services-list__button span {
  color: #fff;
}
.services-list__button svg {
  width: 12px;
  height: 10px;
  margin-left: 5px;
}
.services-list__item-inner:hover .services-list__button {
  opacity: 1;
  visibility: visible;
  transform: translateY(-30px);
}

html.open-menu,
body.open-menu {
  overflow: hidden;
}

#page {
  background-color: #fff;
  transform: translateX(0);
  transition: all 0.5s cubic-bezier(0.6, 0.04, 0.05, 0.64);
}
@media (max-width: 991px) {
  #page {
    padding-top: 115px;
  }
}
@media (max-width: 767px) {
  #page {
    padding-top: 95px;
  }
}
@media (max-width: 479px) {
  #page {
    padding-top: 80px;
  }
}
body.open-menu #page {
  transform: translateX(50vw);
  box-shadow: -8px 0 20px #ebebeb;
  transition-delay: 0.2s;
}
@media (max-width: 991px) {
  body.open-menu #page {
    transform: translateX(80vw);
  }
}

.custom-page__content {
  background-color: #f6f6f6;
  padding: 50px 0;
}

.custom-page__main:not(.full-page) {
  padding-left: 30px;
}
@media (max-width: 991px) {
  .custom-page__main:not(.full-page) {
    padding-left: 15px;
  }
}

.wp-block-heading {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .wp-block-heading {
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .spacer {
    height: 30px !important;
  }
}

@media (max-width: 767px) {
  .wp-block-media-text__media {
    margin-bottom: 30px !important;
  }
}

.delivery-image_wrap .wp-block-media-text__media {
  width: 100px;
  height: 100px;
  background-color: #0089cd;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-radius: 0 15px;
  margin: 0 auto;
  align-content: center;
}
.delivery-image_wrap .wp-block-media-text__media img {
  width: 60px;
}

.delivery-image__container .wp-block-media-text__media {
  overflow: hidden;
}

#secondary .sidebar-inner {
  position: sticky;
  top: 10px;
}
@media (max-width: 1199px) {
  #secondary .sidebar-inner {
    top: inherit;
    position: relative;
  }
}
#secondary .sidebar-container {
  background-color: #fff;
  border-radius: 0 15px 0 15px;
  overflow: hidden;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #secondary .sidebar-container {
    margin-bottom: 20px;
  }
}
#secondary .widget-title {
  background-color: #0089cd;
  color: #fff;
  padding: 15px 20px;
  font-size: 20px;
  text-align: center;
  margin-bottom: 0;
  border-radius: 0 0 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  #secondary .widget-title {
    font-size: 18px;
    padding: 12px 20px;
  }
}
#secondary .widget-title.active span {
  transform: rotate(180deg);
}
#secondary .widget-title span {
  margin-left: 7px;
  transition: transform 0.3s ease-in-out;
}
@media (min-width: 992px) {
  #secondary .widget-title span {
    display: none;
  }
}
#secondary .widget-title svg {
  width: 13px;
  height: 7px;
}
#secondary ul {
  list-style: none;
  margin: 0;
  padding: 10px 0;
}
#secondary ul li a:hover, #secondary ul li.current-menu-item a {
  color: #0089cd;
  transform: translateX(2px);
}
#secondary ul li a:hover::after, #secondary ul li.current-menu-item a::after {
  opacity: 1;
  visibility: visible;
}
#secondary ul li a {
  padding: 10px 20px;
  display: inline-block;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  #secondary ul li a {
    padding: 6px 15px;
    font-size: 14px;
  }
}
#secondary ul li a::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 10px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="10" fill="none"><path fill="%230089CD" d="m7.547.205 4.251 4.319a.707.707 0 0 1 0 .989l-4.22 4.282a.682.682 0 0 1-.974 0 .706.706 0 0 1 0-.989l3.016-3.06-8.931.001a.694.694 0 0 1-.689-.7c0-.384.308-.698.689-.698h8.993L6.57 1.194a.706.706 0 0 1 0-.988.684.684 0 0 1 .977 0Z"/></svg>');
  margin-left: 10px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  #secondary .menu-services-menu-container,
  #secondary .menu-sidebar-menu-container {
    display: none;
  }
}

.contact-block {
  background-color: #ffe97a;
  padding: 30px 15px;
  border-radius: 0 20px 0 20px;
}
.contact-block .wp-block-image {
  margin-bottom: 30px;
}
.contact-block .wp-block-image img {
  width: 60px;
}
.contact-block p {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 10px;
}

.contacts-container .wp-block-image {
  margin-bottom: 0 !important;
}

.contacts-map {
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .contacts-map {
    height: 300px;
  }
}

.site-info {
  background-color: #333333;
  color: #fff;
  padding: 40px 0;
}

.site-copyright {
  background-color: #292929;
  color: #fff;
}
.site-copyright p {
  margin: 0;
  padding: 15px 0;
}

@media (max-width: 991px) {
  .footer-about {
    display: flex;
    justify-content: space-between;
  }
}

@media (max-width: 767px) {
  .footer-about__image {
    order: 1;
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  .footer-about__image img {
    width: 80px;
  }
}

.footer-about__text {
  font-size: 14px;
  margin-bottom: 30px;
}
.footer-about__text span {
  font-size: 12px;
}
@media (max-width: 767px) {
  .footer-about__text {
    margin-bottom: 10px;
    order: 2;
  }
}

.footer-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-menu__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.footer-menu__list a {
  color: #fff;
  transition: color 0.3s ease-in-out;
}
.footer-menu__list a:hover {
  color: #cccccc;
}

@media (max-width: 991px) {
  .footer-menu {
    order: 3;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .footer-menu {
    margin-top: 10px;
  }
}

.footer-menu-title > a {
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}
.footer-menu-title ul {
  display: flex;
  flex-wrap: wrap;
}
.footer-menu-title ul li {
  margin-bottom: 10px;
  width: 33.33333%;
}
@media (max-width: 767px) {
  .footer-menu-title ul li {
    width: 50%;
  }
}
.footer-menu-title ul li a {
  font-size: 14px;
}

.footer-contacts__col {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .footer-contacts__col {
    margin-bottom: 10px;
  }
}

.footer-contacts__text p {
  margin: 0 0 5px;
  font-size: 14px;
}

.footer-contacts__link {
  color: #fff;
  font-size: 14px;
  margin: 0 0 5px;
}

.footer-contacts__icon {
  margin-right: 15px;
  width: 26px;
}
.footer-contacts__icon svg {
  width: 26px;
  height: 26px;
  fill: #fff;
}

.thank-you__title {
  color: #0089cd;
  text-transform: uppercase;
  margin: 50px 0;
}
@media (max-width: 991px) {
  .thank-you__title {
    margin: 30px 0;
  }
}
@media (max-width: 767px) {
  .thank-you__title {
    margin: 20px 0;
  }
}

.thank-you__button {
  margin-top: 50px;
  text-align: center;
}
@media (max-width: 991px) {
  .thank-you__button {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .thank-you__button {
    margin-top: 20px;
  }
}

.button {
  padding: 10px 30px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .button {
    padding: 10px 20px;
  }
}
.button::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 100%;
  background-color: #00679a;
  z-index: 1;
  transition: bottom 0.3s ease-in-out;
}
.button span {
  z-index: 2;
  position: relative;
}
.button:hover::after {
  bottom: 0;
}
.button.button--primary {
  background-color: #0089cd;
  color: #fff;
}
.button.button--primary.button--bordered {
  border-color: #0089cd;
  color: #0089cd;
}
.button.button--primary.button--bordered:hover {
  color: #ffe97a;
}
.button.button--secondary {
  background-color: #ffe97a;
  color: #0089cd;
}
.button.button--secondary.button--bordered {
  border-color: #ffe97a;
  color: #ffe97a;
}
.button.button--secondary.button--bordered:hover {
  color: #0089cd;
}
.button.button--secondary::after {
  background-color: #ffe147;
}
.button.button--rounded {
  border-radius: 0 15px 0 15px;
}
.button.button--bordered {
  background-color: transparent !important;
  border: 1px solid;
}
.button.button--large {
  border-radius: 0 30px 0 30px;
  font-size: 20px;
  padding: 12px 40px;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .button.button--large {
    font-size: 18px;
    padding: 12px 30px;
  }
}
@media (max-width: 991px) {
  .button.button--large {
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 0 20px 0 20px;
  }
}
@media (max-width: 767px) {
  .button.button--large {
    border-radius: 0 15px 0 15px;
  }
}
.button.button--large.button--bordered {
  border-width: 2px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.main-title__wrap {
  margin: 30px 0;
}
@media (max-width: 1199px) {
  .main-title__wrap {
    margin: 20px 0 15px;
  }
}
.main-title__wrap p {
  font-size: 24px;
}
@media (max-width: 1199px) {
  .main-title__wrap p {
    font-size: 20px;
  }
}

.main-title {
  font-size: 36px;
  color: #0089cd;
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 991px) {
  .main-title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .main-title {
    font-size: 26px;
  }
}
.main-title.main-title__large {
  padding-top: 55px;
  position: relative;
}
@media (max-width: 1199px) {
  .main-title.main-title__large {
    padding-top: 45px;
  }
}
@media (max-width: 991px) {
  .main-title.main-title__large {
    padding-top: 25px;
  }
}
.main-title.main-title__large span {
  text-transform: unset;
  font-size: 80px;
  color: rgba(255, 255, 255, 0.95);
  text-shadow: 0px 0px 15px rgba(160, 160, 160, 0.25);
  font-weight: 600;
  position: absolute;
  top: 0;
  z-index: -1;
}
@media (max-width: 1199px) {
  .main-title.main-title__large span {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .main-title.main-title__large span {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .main-title.main-title__large span {
    font-size: 36px;
  }
}
@media (max-width: 479px) {
  .main-title.main-title__large span {
    font-size: 30px;
  }
}
.main-title.main-title__right {
  display: flex;
  justify-content: flex-end;
}
.main-title.main-title__right.main-title__large span {
  right: 50px;
}
@media (max-width: 991px) {
  .main-title.main-title__right.main-title__large span {
    right: 20px;
  }
}
.main-title.main-title__black {
  color: #ffe97a;
}
.main-title.main-title__black span {
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.4);
}

.page-heading {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-position: center 35%;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(15, 15, 15, 0.8);
}
.page-heading > .container {
  padding: 100px 15px;
  position: relative;
}
@media (max-width: 991px) {
  .page-heading > .container {
    padding: 50px 15px;
  }
}
.page-heading h1,
.page-heading a {
  color: #fff;
}
.page-heading h1 {
  font-size: 48px;
  text-transform: uppercase;
  margin: 15px 0;
}
@media (max-width: 991px) {
  .page-heading h1 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .page-heading h1 {
    font-size: 30px;
  }
}
@media (max-width: 479px) {
  .page-heading h1 {
    font-size: 26px;
  }
}

@media (max-width: 991px) {
  .page-breadcrumbs {
    font-size: 14px;
  }
}
.page-breadcrumbs .current-item {
  opacity: 0.4;
}
.page-breadcrumbs .separator {
  width: 6px;
  height: 7px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="6" height="7" fill="none"><path fill="%23fff" fill-rule="evenodd" d="M.06.192A.425.425 0 0 1 .63.057L5.8 3.054c.122.07.198.197.2.334a.394.394 0 0 1-.19.34L.64 6.936a.426.426 0 0 1-.573-.118.388.388 0 0 1 .122-.55l4.614-2.863L.2.738A.389.389 0 0 1 .06.192Z" clip-rule="evenodd"/></svg>');
  margin: 0 8px;
  display: inline-block;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(15, 15, 15, 0.15);
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  table {
    border-radius: 10px;
    margin-bottom: 15px;
  }
}
table thead th:first-child {
  border-radius: 15px 0 0 0;
}
@media (max-width: 767px) {
  table thead th:first-child {
    border-radius: 10px 0 0 0;
  }
}
table thead th:last-child {
  border-radius: 0 15px 0 0;
}
@media (max-width: 767px) {
  table thead th:last-child {
    border-radius: 0 10px 0 0;
  }
}
table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 15px;
}
@media (max-width: 767px) {
  table tbody tr:last-child td:first-child {
    border-radius: 0 0 0 10px;
  }
}
table caption {
  padding: 15px 0;
  font-weight: 600;
}
table th {
  background: #0089cd;
  color: #fff;
  line-height: 1;
  padding: 15px 15px !important;
}
table th,
table td {
  padding: 10px 15px;
  text-align: left;
}
@media (max-width: 767px) {
  table th,
  table td {
    padding: 10px !important;
    font-size: 12px;
  }
}
@media (max-width: 479px) {
  table th,
  table td {
    padding: 10px 5px !important;
  }
}
@media (max-width: 767px) {
  table th:not(:first-child),
  table td:not(:first-child) {
    text-align: center !important;
  }
}
table tr:nth-child(even) td {
  background-color: #fff;
  border-top: 1px solid rgba(0, 137, 205, 0.35);
  border-bottom: 1px solid rgba(0, 137, 205, 0.35);
}
table tr td {
  background-color: rgba(0, 137, 205, 0.1);
}

table.bt thead {
  display: none;
}
table.bt tbody th {
  display: none;
}
table.bt tbody th:before {
  background: #0089cd;
  color: #fff;
  margin-right: 10px;
  padding: 2px 10px;
}
table.bt tbody td {
  border: none;
  display: block;
  display: flex;
  vertical-align: top;
  float: left\9 ;
  width: 100% \9 ;
}
table.bt tbody td::before {
  content: attr(data-th) ": ";
  display: inline-block;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  width: 150px;
}
table.bt tbody td .bt-content {
  vertical-align: top;
}
table.bt tbody td.bt-hide {
  display: none;
}
table.bt tfoot th {
  border: none;
  display: block;
  display: flex;
  vertical-align: top;
  float: left\9 ;
  width: 100% \9 ;
}
table.bt tfoot th::before {
  content: attr(data-th) ": ";
  display: inline-block;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  width: 150px;
}
table.bt tfoot th .bt-content {
  vertical-align: top;
}
table.bt tfoot td {
  border: none;
  display: block;
  display: flex;
  vertical-align: top;
  float: left\9 ;
  width: 100% \9 ;
}
table.bt tfoot td::before {
  content: attr(data-th) ": ";
  display: inline-block;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  width: 150px;
}
table.bt tfoot td .bt-content {
  vertical-align: top;
}
table.bt tfoot th.bt-hide {
  display: none;
}
table.bt tfoot td.bt-hide {
  display: none;
}

.bt-wrapper.active {
  max-height: 310px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

table.bt.bt--no-header tfoot td::before {
  display: none;
}
table.bt.bt--no-header tbody td::before {
  display: none;
}

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

.tab-links {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(15, 15, 15, 0.1);
}
.tab-links li {
  display: inline-block;
}
.tab-links li.active a {
  color: #0089cd;
}
.tab-links li.active a::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #0089cd;
}
.tab-links li.active svg {
  fill: #0089cd;
}
.tab-links li a {
  text-decoration: none;
  padding: 10px 15px;
  display: inline-block;
  position: relative;
}
@media (max-width: 479px) {
  .tab-links li a {
    padding: 5px 10px;
    font-size: 14px;
    text-align: center;
    line-height: 1;
  }
}
.tab-links li svg {
  fill: #0f0f0f;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 479px) {
  .tab-links li svg {
    display: block;
    margin: 0 auto 5px auto;
  }
}

.tab-content .tab {
  display: none;
}
.tab-content .tab.active {
  display: block;
}
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 999;
  padding: 0;
  background-color: #0f0f0f;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}
.blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}

.blocker.behind {
  background-color: transparent;
}

.modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  max-width: 1090px;
  width: 100%;
  background: #fff;
  padding: 0 15px;
  border-radius: 0 30px 0 30px;
  box-shadow: 0 0 30px rgba(15, 15, 15, 0.2);
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
}
@media (max-width: 1199px) {
  .modal {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .modal {
    max-width: 90vw;
  }
}
.modal a.close-modal {
  position: absolute;
  top: 15px;
  right: 15px;
  display: flex;
  width: 30px;
  height: 30px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="17" fill="none"><path fill="%23000" fill-rule="evenodd" d="m9.787 8.111 6.294-6.22a1.096 1.096 0 0 0 0-1.565 1.127 1.127 0 0 0-1.582 0l-6.294 6.22L1.912.325a1.124 1.124 0 0 0-1.583 0 1.096 1.096 0 0 0 0 1.566l6.295 6.22-6.295 6.216a1.095 1.095 0 0 0 0 1.566 1.123 1.123 0 0 0 1.583 0l6.293-6.22 6.294 6.22c.44.436 1.146.434 1.582 0a1.095 1.095 0 0 0 0-1.566L9.787 8.111Z" clip-rule="evenodd"/></svg>');
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.25;
  text-indent: -9999px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .modal a.close-modal {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="17" fill="none"><path fill="%23fff" fill-rule="evenodd" d="m9.787 8.111 6.294-6.22a1.096 1.096 0 0 0 0-1.565 1.127 1.127 0 0 0-1.582 0l-6.294 6.22L1.912.325a1.124 1.124 0 0 0-1.583 0 1.096 1.096 0 0 0 0 1.566l6.295 6.22-6.295 6.216a1.095 1.095 0 0 0 0 1.566 1.123 1.123 0 0 0 1.583 0l6.293-6.22 6.294 6.22c.44.436 1.146.434 1.582 0a1.095 1.095 0 0 0 0-1.566L9.787 8.111Z" clip-rule="evenodd"/></svg>');
    opacity: 1;
  }
}
.modal a.close-modal:hover {
  transform: rotate(180deg);
}

.modal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding: 12px 16px;
  border-radius: 5px;
  background-color: #0f0f0f;
  height: 20px;
}
.modal-spinner > div {
  border-radius: 100px;
  background-color: #fff;
  height: 20px;
  width: 2px;
  margin: 0 1px;
  display: inline-block;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.modal-spinner .rect2 {
  animation-delay: -1.1s;
}
.modal-spinner .rect3 {
  animation-delay: -1s;
}
.modal-spinner .rect4 {
  animation-delay: -0.9s;
}

.modal-bg {
  background-image: url(img/modal-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 991px) {
  .modal-bg {
    height: 150px;
  }
}

.modal-content {
  padding: 30px;
}
@media (max-width: 991px) {
  .modal-content {
    padding: 20px;
  }
}
.modal-content h2 {
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .modal-content h2 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .modal-content .wpforms-container {
    margin: 15px auto !important;
  }
}
@media (max-width: 991px) {
  .modal-content .wpforms-container .wpforms-field {
    padding: 10px 0 !important;
  }
}
.modal-content input[type=text],
.modal-content input[type=email],
.modal-content select,
.modal-content textarea,
.modal-content .choices__inner,
.modal-content .choices.wpforms-field-row.wpforms-field-medium {
  max-width: 100% !important;
  border-radius: 0 10px 0 10px !important;
  border-color: rgba(15, 15, 15, 0.15) !important;
}
.modal-content input[type=text]:focus,
.modal-content input[type=email]:focus,
.modal-content select:focus,
.modal-content textarea:focus,
.modal-content .choices__inner:focus,
.modal-content .choices.wpforms-field-row.wpforms-field-medium:focus {
  border-color: #0089cd !important;
  box-shadow: 0 0 0 0.2rem rgba(0, 137, 205, 0.05) !important;
}
.modal-content select {
  color: #afafaf !important;
}
.modal-content textarea {
  height: 50px !important;
}
.modal-content .choices__list.choices__list--dropdown.is-active {
  border: none !important;
  box-shadow: none !important;
}
.modal-content button[type=submit] {
  padding: 15px 30px !important;
  height: auto !important;
  border-radius: 0 10px !important;
  background-color: #0089cd !important;
}
.modal-content button[type=submit]:hover {
  background-color: #00679a !important;
}

@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;
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

.lg-icon {
  font-family: "lg";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next {
  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;
  right: 20px;
  border: none;
}
.lg-actions .lg-next:hover {
  color: #fff;
}
.lg-actions .lg-next:before {
  content: "\e095";
}
.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;
  left: 20px;
  border: none;
}
.lg-actions .lg-prev:hover {
  color: #fff;
}
.lg-actions .lg-prev:after {
  content: "\e094";
}
.lg-actions .lg-next.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.lg-outer.lg-right-end .lg-object {
  animation: lg-right-end 0.3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  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);
  opacity: 1;
  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;
}
.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;
  background: transparent;
  border: none;
}
.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-prev {
  opacity: 1;
  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;
}

.lg-next {
  opacity: 1;
  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;
}

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

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

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  transition: opacity 0.15s ease 0s;
}
.lg-outer .lg-thumb-outer {
  background-color: #0d0a0a;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  transform: translate3d(0, 100%, 0);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  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 {
  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;
}
.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-thumb-item.active {
  border-color: #a90707;
}
.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-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 {
  display: none;
}
.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-outer .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;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  transform: scale3d(1, 1, 1);
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transform-origin: 0 0;
  backface-visibility: hidden;
}
.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;
  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, transform 0.15s ease 0s;
  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 {
  box-shadow: 0 0 0 8px white inset;
}
.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-outer * {
  box-sizing: border-box;
}
.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;
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.lg-outer .lg-item:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
.lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
.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-empty-html {
  display: none;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
  transform: translate3d(0, 0%, 0);
}

.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-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-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

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

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition-duration: 0s;
}
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  transition-duration: 0s;
}

#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-fullscreen:after {
  content: "\e20c";
}

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

.group {
  *zoom: 1;
}
.group:before {
  display: table;
  content: "";
  line-height: 0;
}
.group:after {
  display: table;
  content: "";
  line-height: 0;
  clear: both;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-prev-slide {
  transition-duration: inherit !important;
  transition-timing-function: inherit !important;
}
.lg-outer.lg-css3 .lg-item.lg-next-slide {
  transition-duration: inherit !important;
  transition-timing-function: inherit !important;
}
.lg-outer.lg-css3 .lg-item.lg-current {
  transition-duration: inherit !important;
  transition-timing-function: inherit !important;
}
.lg-outer.lg-css3 .lg-prev-slide {
  display: inline-block !important;
}
.lg-outer.lg-css3 .lg-current {
  display: inline-block !important;
}
.lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide {
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object {
  opacity: 0;
  transition: opacity 0.15s ease 0s;
}
.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 {
  opacity: 1;
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}

.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 {
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-no-trans .lg-next-slide {
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-no-trans .lg-current {
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
  backface-visibility: hidden;
}

.lg-css3.lg-use-left .lg-item {
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
  transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide {
  transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-fade .lg-item.lg-next-slide {
  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 {
  transform: translate3d(-100%, 0, 0);
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  transform: translate3d(100%, 0, 0);
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 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%;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    transition: border-color 0.25s ease;
  }
}/*# sourceMappingURL=style.css.map */