/*! 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.
 */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&family=Raleway:ital,wght@0,300;0,400;0,500;0,700;0,900;1,600&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

ul {
    padding-start:0px;
    -moz-padding-start: 0px;
    -webkit-padding-start: 0px;
    -khtml-padding-start: 0px;
    -o-padding-start: 0px;
}

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

.lSSlideOuter {
  position: relative;
}

.lSSlideOuter .lSPager.lSpg {
  position: absolute;
  left: 50%;
  bottom: 80px;
  transform: translateX(-50%);
  margin: 10px 0 0;
  padding: 0;
  text-align: center;
}
@media (max-width: 767px) {
  .lSSlideOuter .lSPager.lSpg {
    bottom: 10px;
  }
}

.lSSlideOuter .lSPager.lSpg > li a {
  background-color: #F5F2ED !important;
  border: 3px solid #F5F2ED;
}

.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
  background-color: #232717 !important;
}

body {
  background: #F5F2ED;
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration: none;
  color: #FFFFFF;
}

a:hover {
  text-decoration: underline;
}

div {
  box-sizing: border-box;
}

main#page {
  max-width: 1200px;
  margin: 30px auto;
  padding: 15px;
  background: #FFFFFF;
  box-shadow: 0 0 6px 1px rgba(74, 81, 83, 0.6);
  text-align: justify;
}
@media (max-width: 991px) {
  main#page {
    margin: 0 auto;
  }
}
main#page .breadcrumb {
  width: 100%;
  padding: 0 0 10px 0;
}
main#page .breadcrumb__element {
  display: inline-block;
  color: #4A5153;
  font-size: 12px;
}
main#page .breadcrumb__element a {
  color: #4A5153 !important;
  padding-left: 2px;
}

main#page a {
  color: #2B6477;
  font-weight: bold;
}

main#page .breadcrumb__element::before {
  content: "|";
}
main#page .breadcrumb__element:first-child::before {
  content: "";
}
main#page h1 {
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-size: 36px;
  text-transform: uppercase;
  color: #FFFFFF;
  text-align: center;
  margin-top: 0;
  padding: 15px;
  position: relative;
  background-color: #5EB4BC;
  margin-bottom: 35px;
}
main#page h1::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #5EB4BC;
  clear: both;
  transform: translateX(-50%);
  z-index: 2;
}
main#page h2 {
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-size: 24px;
  text-transform: uppercase;
  color: #4A5153;
  text-align: left;
}
main#page p {
  color: #4A5153;
}
main#page .form-group {
  display: flex;
  align-items: center;
  margin: 10px 0;
}
@media (max-width: 991px) {
  main#page .form-group {
    flex-direction: column;
  }
}
main#page .form-group label {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #4A5153;
  margin-right: 30px;
}
@media (max-width: 991px) {
  main#page .form-group label {
    width: unset;
  }
}
main#page .form-group input, main#page .form-group textarea, main#page .form-group select {
  background: transparent;
  border: 1px solid rgba(180, 181, 182, 0.5);
  color: #4A5153;
  padding: 5px 10px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  resize: none;
  flex: 1;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  main#page .form-group input, main#page .form-group textarea, main#page .form-group select {
    width: 100%;
  }
}

.wrapper {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: top;
  flex-wrap: wrap;
  position: relative;
}
@media (max-width: 1199px) {
  .wrapper {
    max-width: unset;
    width: 100%;
    padding: 0 15px;
  }
}

.extra-padding {
  padding: 50px 15px 100px 15px !important;
}

.button {
  border: unset;
  padding: 12px 0;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  transition: 0.3s;
}
.button:hover {
  cursor: pointer;
}
.button--blue:hover {
  background: #319ba5;
}
.button--blue {
  color: #FFFFFF;
  background: #55C3CD;
}
.button--full {
  width: 100%;
}

.information-top {
  background-color: #6D6259;
  box-shadow: inset 0 0 6px 5px #635951;
  padding: 5px;
}
@media (max-width: 767px) {
  .information-top {
    display: none;
  }
}
.information-top__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 1199px) {
  .information-top__list {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-basis: 100%;
    justify-content: center;
    align-items: center;
  }
}
.information-top__element {
  display: inline-block;
  position: relative;
  padding: 5px 8px;
  font-size: 12px;
  color: #C3BDAB;
  text-transform: uppercase;
  word-break: break-word;
}
.information-top__element::after {
  content: "I";
  position: absolute;
  right: -5px;
}
@media (max-width: 1199px) {
  .information-top__element::after {
    content: "";
  }
}
.information-top__element:last-child::after {
  content: "";
}

.header {
  background: url("/frontend/images/pattern_top.png");
  padding: 15px;
}
@media (max-width: 991px) {
  .header .wrapper {
    justify-content: space-between;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header .wrapper {
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .header .wrapper {
    align-items: start;
  }
}
.header .logo {
  flex-basis: 250px;
}
@media (max-width: 767px) {
  .header .logo {
    flex-basis: unset;
    margin-bottom: 20px;
  }
}
.header #top-nav .mobile-nav {
  display: block;
  position: absolute;
  right: 0;
  z-index: 5;
  top:48px;
}
.header #top-nav .mobile-nav .bottom-nav-content {
  display: none;
}
@media (max-width: 991px) {
  .header #top-nav .mobile-nav .bottom-nav-content {
    display: block;
  }
  
.header #top-nav .navigation__element::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 14px;
  top: 20px !important;
  left: -5px;
  background: url("/frontend/images/arrow.png");
  transform: translateY(-50%);
}
}
@media (min-width: 992px) {
  .header #top-nav .mobile-nav {
    position: relative;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header #top-nav .mobile-nav {
    top: 0;
  }
}
@media (max-width: 991px) {
  .header #top-nav {
    /* Hamburger Icon */
    /* Hamburger Lines  */
  }
  .header #top-nav .overlay {
    height: 0;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    overflow-y: hidden;
    transition: 0.4s;
    background: #F5F2ED;
  }
  .header #top-nav .overlay-open {
    height: 100%;
    z-index: 5;
  }
  .header #top-nav .overlay-content {
    position: relative;
    top: 10%;
    width: 100%;
    margin-top: 30px;
  }
  .header #top-nav .overlay a {
    padding: 5px;
    text-decoration: none;
    font-size: 14px;
    margin-left: 2%;
    text-transform: uppercase;
    display: block;
    transition: 0.3s;
    width: 50%;
  }
  .header #top-nav .overlay a:hover, .header #top-nav .overlay a:focus {
    color: #FFFFFF;
  }
  .header #top-nav .open-close-btn {
    position: relative;
    left: 5px;
    text-decoration: none;
    z-index: 10;
  }
}
@media screen and (max-width: 991px) and (max-height: 450px) {
  .header #top-nav .overlay {
    overflow-y: auto;
  }
  .header #top-nav .overlay a {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .header #top-nav #mobile-nav__icon {
    display: inline-block;
    width: 40px;
    height: 25px;
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
    cursor: pointer;
    z-index: 6;
  }
}
@media (max-width: 991px) {
  .header #top-nav #mobile-nav__icon span {
    display: inline-block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #635951;
    border-radius: 5px;
    opacity: 1;
    left: 0;
    margin-top: 0;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
  }
}
@media (max-width: 991px) {
  .header #top-nav #mobile-nav__icon span:nth-child(1) {
    top: 0;
  }
}
@media (max-width: 991px) {
  .header #top-nav #mobile-nav__icon span:nth-child(2), .header #top-nav #mobile-nav__icon span:nth-child(3) {
    top: 10px;
  }
}
@media (max-width: 991px) {
  .header #top-nav #mobile-nav__icon span:nth-child(4) {
    top: 20px;
  }
}
@media (max-width: 991px) {
  .header #top-nav #mobile-nav__icon.hamburger-open span {
    background: #6D6259;
  }
}
@media (max-width: 991px) {
  .header #top-nav #mobile-nav__icon.hamburger-open span:nth-child(1) {
    top: 18px;
    width: 0;
    left: 50%;
  }
}
@media (max-width: 991px) {
  .header #top-nav #mobile-nav__icon.hamburger-open span:nth-child(2) {
    transform: rotate(45deg);
  }
}
@media (max-width: 991px) {
  .header #top-nav #mobile-nav__icon.hamburger-open span:nth-child(3) {
    transform: rotate(-45deg);
  }
}
@media (max-width: 991px) {
  .header #top-nav #mobile-nav__icon.hamburger-open span:nth-child(4) {
    top: 18px;
    width: 0;
    left: 50%;
  }
}
.header #top-nav .navigation {
  flex-basis: 600px;
}
.header #top-nav .navigation__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.header #top-nav .navigation__element {
display: inline-block;
    position: relative;
    padding: 5px 10px;
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
}
@media (max-width: 991px) {
  .header #top-nav .navigation__element {
    display: block;
    margin-left: 20px;
  }
}
.header #top-nav .navigation__element::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 14px;
  top: 50%;
  left: -5px;
  background: url("/frontend/images/arrow.png");
  transform: translateY(-50%);
}
.header #top-nav .navigation__element .navigation__link {
  text-decoration: none;
  color: #6A6865;
}
.header #top-nav .navigation__element .navigation__link:hover {
  text-decoration: underline;
}
.header .social-box {
  flex-basis: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .social-box__text {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-style: italic;
  font-size: 14px;
  color: #6A6865;
  margin-right: 15px;
}
.header .social-box__icons {
  display: flex;
}
.header .social-box__icon {
  background-color: #FFFFFF;
  box-shadow: 0 0 17px -5px rgba(0, 0, 0, 0.4);
  width: 44.5px;
  height: 44.5px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px;
  transition: 0.3s;
}
.header .social-box__icon:hover {
  box-shadow: 0 0 17px -5px rgba(0, 0, 0, 0.8);
  cursor: pointer;
}
.header .social-box__icon a img {
  width: 20px;
  height: auto;
  object-fit: cover;
}

#bottom-nav .navigation {
  background-color: #25AADD;
  box-shadow: inset 0 0 6px 5px #2196C3;
  padding: 15px;
}
@media (max-width: 991px) {
  #bottom-nav .navigation {
    display: none;
  }
}
#bottom-nav .navigation .wrapper {
  justify-content: left;
}
#bottom-nav .navigation__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#bottom-nav .navigation__element {
  display: inline-block;
  position: relative;
  margin: 0 -5px;
}
#bottom-nav .navigation__element .navigation__link {
  position: relative;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #FFFFFF;
  text-transform: uppercase;
  text-decoration: none;
  padding: 15px 21px;
  transition: 0.3s;
}
#bottom-nav .navigation__element .navigation__link:hover {
  background-color: #41A62A;
  box-shadow: inset 0 0 6px 5px #389128;
}
#bottom-nav .navigation__element .active {
  background-color: #41A62A;
  box-shadow: inset 0 0 6px 5px #389128;
}
#bottom-nav .navigation__element .active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #389128;
  clear: both;
  transform: translateX(-50%);
  z-index: 2;
}

.slider {
  max-height: 730px;
}
.slider__element {
  position: relative;
}
.slider__element .slider__image {
  max-height: 730px;
}
@media (max-width: 767px) {
  .slider__element .slider__image {
    height: 300px;
  }
}
.slider__element .slider__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider__element .slider__box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.slider__element .slider__box h1 {
  font-family: "Raleway", sans-serif;
  font-size: 45px;
  font-weight: 900;
  color: #FFFFFF;
  text-transform: uppercase;
  margin: 0 0 5px 0;
  text-align: center;
}
@media (max-width: 1199px) {
  .slider__element .slider__box h1 {
    font-size: 30px;
  }
}
.slider__element .slider__box p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #FFFFFF;
  margin: 0;
  text-align: center;
}

.card-block {
  background: url("/frontend/images/pattern.png");
  padding: 50px 15px;
}
.card-block h1 {
  font-family: "Raleway", sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #4A5153;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 5px;
}
@media (max-width: 575px) {
  .card-block h1 {
    font-size: 30px;
  }
}
.card-block p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #4A5153;
 text-align: center;

}
.card-block .card-grid .card__button {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  color: #93BC5E;
  border: 1px solid #93BC5E;
  padding: 15px;
  transition: 0.3s;
  z-index: 2;
  
}
.card-block .card-grid .card__button:hover {
  background: #f7f7f7;
}
.card-block .card-grid .card {
  display: flex;
  flex-direction: column;
  padding: 6px;
  flex-basis: 288px;
}
@media (max-width: 1199px) {
  .card-block .card-grid .card {
    flex-basis: 40%;
  }
}
@media (max-width: 767px) {
  .card-block .card-grid .card {
    flex-basis: 100%;
  }
}
.card-block .card-grid .card__image {
  max-width: 288px;
  max-height: auto;
  margin-bottom: -3px;
}
@media (max-width: 1199px) {
  .card-block .card-grid .card__image {
    max-height: unset;
    max-width: unset;
  }
}
.card-block .card-grid .card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.card-block .card-grid .card__image img:hover {
  filter: brightness(120%);
}
.card-block .card-grid .card__title {
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 15px;
}
.card-block .card-grid .card__title a {
  width: 250px;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.card-block .card-grid .card__title--green {
  background-color: #93BC5E;
}

.card-block .card-grid .card__title--green a {
  color: #fff !important;
}

.card-block .card-grid .card__title--blue {
  background-color: #5EB4BC;
}
.card-block .card-grid .card__title--purple {
  background-color: #A16284;
}
.card-block .card-grid .card__title--golden {
  background-color: #BCA75E;
}
.card-block .card-grid .card__text {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #4A5153;
  padding: 15px;
  min-height: 140px;
}

.hero-block {
  position: relative;
  margin-bottom: -20px;
  margin-top: -20px;
}
.hero-block .hero__image {
  display: flex;
  width: 100%;
  min-height: 400px;
}
.hero-block .hero__image img {
  width: 100%;
  height: 100%;
  min-height: 400px;
  object-fit: cover;
}
.hero-block .hero__text {
  position: absolute;
  top: 50%;
  left: 20%;
  max-width: 1200px;
  transform: translateY(-50%);
}
@media (max-width: 1449px) {
  .hero-block .hero__text {
    left: 5%;
  }
  .hero-block .hero__text img {
    max-width: 300px;
  }
}
@media (max-width: 991px) {
  .hero-block .hero__text img {
    max-width: 150px;
  }
}
@media (min-width: 1200px) and (max-width: 1449px) {
  .hero-block .hero__text {
    left: 10%;
  }
}
@media (max-width: 1199px) {
  .hero-block .hero__text {
    left: 10%;
  }
}
.hero-block .hero__text p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  max-width: 620px;
  line-height: 25px;
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .hero-block .hero__text p {
    max-width: 500px;
  }
}
@media (max-width: 991px) {
  .hero-block .hero__text p {
    max-height: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
    margin-bottom: 25px;
  }
  .hero-block .hero__text p img {
    font-size: 0.8rem;
  }
}
.hero-block .hero__button {
  position: relative;
  border: 1px solid #FFFFFF;
  padding: 10px 30px 10px 35px;
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
  color: #FFFFFF;
  transition: 0.3s;
}
.hero-block .hero__button:hover {
  background-color: #FFFFFF;
  color: #4A5153;
}
.hero-block .hero__button::before {
  border: solid #FFFFFF;
}
.hero-block .hero__button:hover::before {
  border: solid #4A5153;
}
.hero-block .hero__button::before, .hero-block .hero__button:hover::before {
  content: "";
  position: absolute;
  top: 45%;
  left: 12px;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(-45deg) translateY(-50%);
}

.contact-block {
  position: relative;
  background: url("/frontend/images/contact_bg.png") center;
  background-size: cover;
}
.contact-block .wrapper {
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .contact-block .wrapper {
    justify-content: center;
  }
}
.contact-block .contact__over-image {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  z-index: 0;
}
@media (max-width: 1449px) {
  .contact-block .contact__over-image {
    left: 0;
  }
}
@media (max-width: 1199px) {
  .contact-block .contact__over-image {
    max-width: 700px;
  }
}
@media (max-width: 991px) {
  .contact-block .contact__over-image {

    display: none;
  }
}
.contact-block .contact__left {
  position: absolute;
  top: -125px;
  left: 0;
}
@media (max-width: 1199px) {
  .contact-block .contact__left {
    max-width: 700px;
  }
}
@media (max-width: 991px) {
  .contact-block .contact__left {
    z-index: 0;
    max-width: 500px;
    left: 20%;
    display: none;
  }
main#page h1 {
  font-size:20px;
}
}
.contact-block .contact__right {
  width: 500px;
  padding: 30px 0;
  z-index: 2;
}
.contact-block .contact__right h1 {
  font-family: "Raleway", sans-serif;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 700;
  color: #4A5153;
  margin-left: 30px;
}
@media (max-width: 991px) {
  .contact-block .contact__right h1 {
    background: #FFFFFF;
    margin-left: unset;
    padding: 10px 10px 10px 30px;
  }
}
@media (max-width: 575px) {
  .contact-block .contact__right h1 {
    font-size: 30px;
  }
}
.contact-block .contact__right .contact__list {
  padding: 20px 30px;
  background: #FFFFFF;
}
.contact-block .contact__right .contact__list .contact__element {
  padding: 10px 0;
}
.contact-block .contact__right .contact__list .contact__element h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #4A5153;
  margin: 0;
}
.contact-block .contact__right .contact__list .contact__element p {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  color: #4A5153;
}

.contact-block .contact__right .contact__list .contact__element a {
  color:#2B6477;
  font-weight: bold;
}

.footer {
  background: #44484A;
  width: 100%;
  padding: 30px 0;
}
@media (max-width: 991px) {
  .footer .wrapper {
    flex-direction: row-reverse;
  }
}
.footer .footer__left {
  width: 50%;
}
@media (max-width: 991px) {
  .footer .footer__left {
    order: 2;
    width: 90%;
    margin-top: 30px;
  }
}
.footer .footer__left .navigation-footer {
  width: 50%;
  float: left;
}
.footer .footer__left .navigation-footer__list {
  list-style-type: none;
  padding: 0;
  margin: 0 0 20px 0;
}
.navigation-footer__left .footer .footer__left .navigation-footer__list:first-child {
  margin-bottom: 30px;
}
.footer .footer__left .navigation-footer__element {
  padding: 10px 0;
}
.footer .footer__left .navigation-footer__link {
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  color: #FFFFFF;
}
.footer .footer__left .navigation-footer__link:hover {
  text-decoration: underline;
}
.footer .footer__left .copyright {
  color: #FFFFFF;
  font-size: 13px;
}
.footer .footer__left .copyright .copyright-icon {
  color: #6A6865;
}
.footer .footer__right {
  width: 50%;
}
@media (max-width: 991px) {
  .footer .footer__right {
    width: 90%;
  }
}
.footer .footer__right .social-box {
  flex-basis: 350px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 20px;
}
.footer .footer__right .social-box__text {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-style: italic;
  font-size: 14px;
  color: #B4B5B6;
  margin-right: 15px;
}
.footer .footer__right .social-box__icons {
  display: flex;
}
.footer .footer__right .social-box__icon {
  border: 1px solid #FFFFFF;
  width: 44.5px;
  height: 44.5px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px;
  transition: 0.3s;
}
.footer .footer__right .social-box__icon:hover {
  box-shadow: 0 0 17px -5px rgba(255, 255, 255, 0.8);
  cursor: pointer;
}
.footer .footer__right .social-box__icon a img {
  width: 20px;
  height: auto;
  object-fit: cover;
}
.footer .footer__right .contact-us-box .form-group {
  display: flex;
  margin: 10px 0;
}
@media (max-width: 991px) {
  .footer .footer__right .contact-us-box .form-group {
    flex-direction: column;
  }
}
.footer .footer__right .contact-us-box .form-group label {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #FFFFFF;
  width: 100px;
}
@media (max-width: 991px) {
  .footer .footer__right .contact-us-box .form-group label {
    width: unset;
  }
}
.footer .footer__right .contact-us-box .form-group input, .footer .footer__right .contact-us-box .form-group textarea {
  background: transparent;
  border: 1px solid rgba(180, 181, 182, 0.5);
  color: #FFFFFF;
  padding: 5px 10px;
  width: 100%;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  resize: none;
}
@media (max-width: 991px) {
  .footer .footer__right .contact-us-box .form-group input, .footer .footer__right .contact-us-box .form-group textarea {
    width: unset;
  }
}
.footer .footer__right .contact-us-box .button {
  float: right;
  width: 86.3%;
}
@media (max-width: 991px) {
  .footer .footer__right .contact-us-box .button {
    width: 100%;
  }
}

/*# sourceMappingURL=main.css.map */

.page-bg {
  width:100%;
}

#page .card, #news .card{
  background: #F1EDE6;
  margin:5px;
  flex-basis: 278px;
  text-align: center;
  margin-bottom: 30px;
  border:1px solid #E2D9CA;
  vertical-align:top;
}

#page .card {
  background: #f7f7f7;
  margin:3px;
  flex-basis: 258px;
  text-align: center;
  margin-bottom: 30px;
  border:1px solid #ddd;
}

#page .card .card__title span, #news .card .card__title span{
  font-family: "Open Sans", sans-serif;
  display: block;
  font-size:13px;
  font-weight: normal;
  margin-top:5px;
}


#page img {
  max-width: 100%;
}


/* galeria */

.gallery {
	width:100%;
	position: relative;
	text-align: left;
}

.gallery .gallery-album{
	display: inline-block;
	width:170px;
	overflow: hidden;
	vertical-align: top;
	margin:0px 10px 10px 0px;
    border: 1px #DDD8CE solid;
    box-shadow: 3px 3px 5px #DDD8CE;
}

.gallery .gallery-album img {
	width:calc(100% - 10px);
	background: #fff;
	padding:5px;
}

.gallery .gallery-title {
	margin-bottom:5px;
	padding:0px 5px 0px 5px;
	text-align: center;
}

.gallery .gallery-title a {
	text-decoration: none;
	color:#000;
	font-family: 'Open Sans';
	font-size: 13px;
	font-weight: bold;
}

.gallery .gallery-count {
	margin-bottom:5px;
	text-align: center;
	font-family: 'Open Sans';
	font-size: 13px;
	color: #666;
}

/*listĂĄzĂĄs*/

.gallery .gallery-album-list{
	display: inline-block;
	width:calc(100% / 5 - 10px);
	overflow: hidden;
	vertical-align: top;
	margin:0px 10px 10px 0px;
    border: 1px #ddd solid;
}

@media all and (max-width:768px) {
  .gallery .gallery-album-list{
    width:calc(100% / 3 - 10px);
  }
}

@media all and (max-width:500px) {
  .gallery .gallery-album-list{
    width:calc(100% / 2 - 10px);
  }
}

.gallery .gallery-album-list a {
	outline: 0;
}

.gallery .gallery-album-list img {
	width:calc(100% - 10px);
	background: #fff;
	padding:5px 5px 0px 5px;
}

.gallery .gallery-title, .gallery .gallery-list-title {
	margin-bottom:0px;
	padding:0px 5px 0px 5px;
	text-align: center;
	font-family: 'Open Sans';
	font-size: 13px;
	font-weight: bold;
}

.gallery-fix {
	clear: both;
}

.gallery-back {	
	text-align: center;
  margin:0 auto;
  margin-bottom:20px;
}

.gallery-name {	
	text-align: center;
	float: left;
	margin-bottom: 20px;
	font-weight: bold;
}

.gallery-back a {	
  font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    color: #4A5153;
    border: 1px solid #B0B1AF;
    padding: 15px;
    transition: 0.3s;
    z-index: 2;
    margin:10px;
    display: inline-block;
}

/***********/


#maps {
    width: 640px;
}

@media all and (max-width:1024px) {
  #maps {
    width:calc(100%);
  }
}


.clearfix {
  clear: both;
}

#partners {
  min-height: 200px;
}

#partners li {
  vertical-align: middle;
  margin-top:40px;
  text-align: center;
}

#partners li img {
  height:100px;
}

.container {
  width:100%;
  max-width:1200px;
  margin: 0 auto;
}


.generated-form-style label {    
    float: left;
    width:250px;
    margin-top:10px;
    text-align: left;
    margin-bottom: 10px;
}

.generated-form-style .required {
    color:#ff0000;
}

.generated-form-style input[type="radio"] {
  margin: 21px 5px;
}

.form-holder {
    color:#fff;
    display: none;
    background: #FF5E5E;
    padding:10px;
    border-radius: 5px;
}

.generated-form-style input {
    margin-bottom: 2px;
}

.generated-form-style input[type="text"], .generated-form-style select {
    border:1px solid #ddd;
    height:35px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 2px;
    border-radius: 5px;
    color:#333;
    width:320px;
}

.generated-form-style textarea {
    border:1px solid #ddd;
    min-width:180px;
    min-height: 60px;
    padding:10px;
    border-radius: 5px;
    width:100%;
    max-width:400px;
}

 .generated-form-style select {
    width:200px;
 }
 
.generated-form-style input[type="button"] {
    background: #25AADD;
    padding:15px;
    border:0px;
    min-width:250px;
    text-align: center;
    color:#fff;
    font-family: Oswald;
    font-size:18px;
    cursor:pointer;
    text-transform: uppercase;
    font-family: "Raleway", sans-serif;
    font-weight: 900;
    border-radius: 10px;
    outline:none;
}


@media all and (max-width:600px) {
.generated-form-style label {
    clear: both;
    float: none;
    display: block;
    text-align: left;
}

.form-p-87 label {
  display:none;
}

}



#bottom-nav  li ul
{
background-color: #41A62A;
display: none;
position: absolute;
top: 34px;
z-index: 20000;
width:250px;
/*border-bottom-left-radius:5px;*/
/*border-bottom-right-radius:5px;*/
}


#bottom-nav .navigation__list li:hover>ul
{
display: block;
left: 0;
right: 0;
}

#bottom-nav .navigation__list li:hover>ul li:hover ul 
{
display: block;
left: 251px;
right: 0;
top:1px !important;
}

#bottom-nav ul li:hover a
{
background-color: #41A62A;
border-bottom:1px solid rgba(255,255,255,0.2);
}


#bottom-nav ul li:last-child a {
  border: none;
}

#bottom-nav  li:hover ul li {
float: none;
margin:0;
height: auto;
padding: 0px 10px 1px 10px;
    width: calc(100% - 20px);
}

#bottom-nav  li:hover ul li a {
color:#fff;
display: block;
padding: 10px 10px 8px 10px !important;
}

#bottom-nav  li:hover ul li a:hover {
box-shadow:none !important;
opacity:0.8;
}

header  #topmenu  li:hover ul li:last-child a {
border-bottom: none;
}

header  #topmenu  li:hover ul li:after {
display: none;
}

header  #topmenu  li:not( :first-child ):hover ul
{
left: 0px;
}
header  #topmenu  li ul a
{
font-family: 'Open Sans';
font-size: 13px; 
padding: 5px;
display: block;
width:calc(100% - 10px);
border-bottom:1px solid rgba(255,255,255,0.5);
text-transform: none;
}
header  #topmenu  li ul li a:hover,
header  #topmenu  li ul:not( :hover ) li.active a
{
background-color: #691811;
}


 .bigboxes {
  padding-top: 100px;
  width: 100%;
  margin: 0 auto;
}

 .bigboxes .box-grid {
  display: -ms-grid;
  display: grid;
  grid-gap: 0;
}

 .bigboxes .box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
      grid-template-columns: 50% 50%;
}

 .bigboxes .box .box-img {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  max-width: 100%;
  min-height:500px;
}

 .bigboxes .box .box-content {
  text-align: center;
  padding: 30px 60px;
  /*color:#fff;*/
  background-color:rgba(255,255,255,0.4);
}

 .bigboxes .box .box-content .grid-button {
    width:100%;
    max-width:220px;
    background-color:#25AADD;
    padding:15px 10px 15px 10px;
    display:inline-block;
    margin-top:40px;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    text-decoration:none;
 }
 
  .bigboxes .box .box-content .grid-button:hover {

    opacity:0.8;
  }


 .bigboxes .box .box-content h2 {
  line-height: 52px;
  margin: 0;
  font-size: 45px;
  margin-top: 126px;
  color:#4A5153;
}

 .bigboxes .box .box-content h4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
}

 .bigboxes .box .box-content ul {
  list-style-position: inside;
}

 .bigboxes .box .box-content ul li {
  font-size: 20px;
  color: #50372a;
}



@media all and (max-width: 1300px) {

  .boxes .box-grid {
    padding: 30px;
  }
  .bigboxes .box-grid .box .box-content h2 {
    font-size: 32px;
    line-height: 34px;
  }
  .bigboxes .box-grid .box .box-content h4 {
    font-size: 18px;
    margin: 0;
  }
  .bigboxes .box-grid .box .box-content ul li {
    font-size: 14px;
  }
}


@media all and (max-width: 768px) {


	.bigboxes .box .box-img {
		min-height: auto !important;
	}

	.bigboxes .box .box-content {
		color: #fff !important;
	}



	.bigboxes {
		padding-top: 20px;
		width: 100%;
		margin: 0 auto;
	}


	.bigboxes .box-grid {
		display: block !important;
	}

	.bigboxes .box-grid .box:nth-child(even) .box-content {
		z-index: 2;
	}

	.bigboxes .box-grid .box:nth-child(even) .box-img {
		z-index: 1;
	}

	.bigboxes .box-grid .box {
		display: block;
		position: relative;
		padding: 20px;
	}

	.bigboxes .box-grid .box .box-img {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
	}

	.bigboxes .box-grid .box .box-content {
		width: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		position: relative;
		background-color: rgba(0, 0, 0, 0.4);
	}

	.bigboxes .box-grid .box .box-content h2,
	.bigboxes .box-grid .box .box-content h4,
	.bigboxes .box-grid .box .box-content p,
	.bigboxes .box-grid .box .box-content li {
		color: white;
	}

	.bigboxes .box-grid .box .box-content h2 {
		font-size: 24px;
		line-height: 26px;
		margin-top: 36px;
    color:#4A5153;
	}

	.bigboxes .box-grid .box .box-content h4 {
		font-size: 14px;
	}

	.box-grid {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
}