@font-face {
  font-family: RobotoLight;
  src: url(./fonts/Roboto//Roboto-Light.woff);
}

@font-face {
  font-family: RobotoRegular;
  src: url(./fonts/Roboto/Roboto-Regular.woff);
}

@font-face {
  font-family: RobotoMedium;
  src: url(./fonts/Roboto/Roboto-Medium.woff);
}

@font-face {
  font-family: RobotoBlack;
  src: url(./fonts/Roboto/Roboto-Black.woff);
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

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

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  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;
}

*, *::after, *::before {
  box-sizing: border-box;
}

.button {
  border: none;
  padding: 1.9rem 6.4rem;
  display: inline-block;
  text-decoration: none;
  font-family: RobotoMedium;
  font-size: 1.8rem;
}

.button--white {
  background-color: #fff;
  color: #4c4c4c;
  transition: all .3s;
  border: 2px solid #4c4c4c;
}

.button--white:hover {
  transform: scale(0.97);
  background-color: #4c4c4c;
  color: #fff;
}

.button--dark {
  background-color: #383838;
  color: #fff;
  transition: all .3s;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.44);
}

.button--dark:hover {
  transform: scale(0.97);
  color: #fff;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.44);
  background-color: #2f4979;
}

.title-line {
  width: 30%;
  height: 0.3rem;
  background-color: #4c4c4c;
  margin-bottom: 2rem;
}

.title {
  font-size: 3.6rem;
  line-height: 120%;
  display: block;
  font-family: RobotoBlack, Arial, Helvetica, sans-serif;
}

@media screen and (max-width: 767px) {
  .title {
    font-size: 3rem;
  }
}

.title--ff-black {
  font-family: RobotoBlack, Arial, Helvetica, sans-serif;
}

.title--sm {
  font-family: RobotoMedium, Arial, Helvetica, sans-serif;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .title--sm {
    font-size: 1.8rem;
  }
}

.description {
  font-size: 1.8rem;
  line-height: 140%;
}

.text--sm {
  font-size: 1.6rem;
}

.banner {
  height: 35rem;
  background-size: cover;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .banner {
    display: none;
  }
}

.input {
  background: unset;
  border: none;
  border-bottom: 2px solid #fff;
  color: #fff;
  font-family: RobotoLight, Arial, Helvetica, sans-serif;
  width: 100%;
}

.input::placeholder {
  color: #fff;
}

.input:focus {
  outline: 2px ridge #fff;
}

.breadcrumbs {
  display: flex;
  margin-top: 6rem;
  margin-bottom: 3rem;
}

@media screen and (max-width: 767px) {
  .breadcrumbs {
    margin-top: 3rem;
  }
}

.breadcrumbs__link {
  text-decoration: unset;
}

.breadcrumbs__link:hover {
  color: #2f4979;
}

.breadcrumbs__item {
  font-family: RobotoMedium, Arial, Helvetica, sans-serif;
  font-size: 2rem;
}

.breadcrumbs__item::after {
  content: "/";
  display: inline-block;
  margin: 0 0.7rem;
}

.breadcrumbs__item:last-child::after {
  content: unset;
}

.play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.play__text {
  color: #fff;
}

.social-media {
  display: flex;
  flex-wrap: wrap;
}

.social-media__img {
  transition: all .3s;
  height: 2.7rem;
}

.social-media__img:hover {
  opacity: 0.8;
}

.block__col {
  margin-bottom: 3rem;
}

.block__item {
  text-decoration: unset;
  color: #4c4c4c;
  display: block;
}

.block__item:hover {
  color: #4c4c4c;
}

.block__item:hover .block__arrow {
  margin-right: 0;
}

.block__img {
  width: 100%;
  height: 25rem;
  object-fit: cover;
}

.block__img--3 {
  height: 30rem;
}

@media screen and (max-width: 480px) {
  .block__img--3 {
    height: 25rem;
  }
}

@media screen and (max-width: 420px) {
  .block__img--3 {
    height: 20rem;
  }
}

@media screen and (max-width: 360px) {
  .block__img--3 {
    height: 17rem;
  }
}

.block__title {
  margin-top: 2.5rem;
}

.block__description {
  margin-top: 2rem;
}

.block__arrow {
  display: block;
  margin-left: auto;
  margin-right: 2rem;
  transition: all .3s;
}

@media screen and (max-width: 575px) {
  .form {
    margin-top: 3rem;
    text-align: center;
  }
}

.form__input {
  width: 100%;
  border: none;
  border-bottom: 2px solid #4c4c4c;
  margin-bottom: 4rem;
}

.form__input::placeholder {
  color: #4c4c4c;
}

.form__title {
  margin-bottom: 2rem;
}

.slider-arrow {
  border-radius: 50%;
  border: 2px solid #4c4c4c;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all .3s;
  cursor: pointer;
  background-color: #fff;
}

@media screen and (max-width: 575px) {
  .slider-arrow {
    background-color: #fff;
    border-color: #2f4979;
    color: #2f4979;
  }
}

.slider-arrow:hover {
  background-color: #fff;
  border-color: #2f4979;
  color: #2f4979;
}

.slider-arrow--left {
  left: 3rem;
}

.slider-arrow--right {
  right: 3rem;
}

.arrow-circle {
  border-radius: 50%;
  border: 2px solid #4c4c4c;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  flex: 0 0 4rem;
  transition: all .3s;
  cursor: pointer;
  margin-left: 1rem;
}

@media screen and (max-width: 767px) {
  .arrow-circle {
    width: 3rem;
    height: 3rem;
    flex: 0 0 3rem;
  }
}

.arrow-circle--center {
  margin: 0 auto;
}

.arrow-circle:hover {
  background-color: #fff;
  border-color: #2f4979;
  color: #2f4979;
}

@media screen and (max-width: 575px) {
  .arrow-circle {
    background-color: #fff;
    border-color: #2f4979;
    color: #2f4979;
  }
}

.partners__box {
  position: relative;
}

.partners__img {
  width: 100%;
  height: 25rem;
  object-fit: contain;
  transition: all .3s;
}

.partners__img:hover {
  opacity: .8;
}

.partners .slick-slide {
  outline: none;
}

.partners .slick-slide {
  margin: 0 15px;
}

.partners .slick-list {
  margin: 0 -15px;
}

.google-map {
  height: 30rem;
  width: 100%;
}

.google-map__frame {
  width: 100%;
  height: 100%;
}

.block-line__items {
  display: flex;
  flex-wrap: wrap;
}

.block-line__item {
  flex: 0 0 33.3333%;
  margin-bottom: 5rem;
}
.block-line__item-link {
  display: block;
  text-decoration: unset;
  color: #4c4c4c;
}
.block-line__item-link:hover {
  color: #2f4979;
}

@media screen and (max-width: 575px) {
  .block-line__item {
    flex: 0 0 50%;
  }
}

@media screen and (max-width: 400px) {
  .block-line__item {
    flex: 0 0 100%;
  }
}

.block-line__img-box {
  position: relative;
}

.block-line__img-circle {
  width: 20rem;
  height: 20rem;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.15);
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 575px) {
  .block-line__img-circle {
    width: 15rem;
    height: 15rem;
  }
}

.block-line__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.block-line__line {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: .7rem;
  background-color: #cecece;
}

.block-line__title {
  margin-top: 2rem;
  text-align: center;
  padding: 0 1.5rem;
}

.header {
  position: fixed;
  width: 100%;
  left: 0;
  height: 13rem;
  transition: all .3s;
  box-shadow: 0 4px 3px -5px grey;
  background-color: #fff;
}

.header.scroll {
  height: 11rem;
  background-color: #dedfdf;
}

@media screen and (max-width: 991px) {
  .header {
    box-shadow: 0 4px 3px -5px grey;
    height: 11rem;
    background-color: #fff;
  }
}

.header__container {
  height: 100%;
  display: flex;
  justify-content: space-between;
}

.header__left {
  height: 100%;
  display: flex;
  align-items: center;
}

.header__right {
  height: 100%;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .header__sm {
    display: none !important;
  }
}

.header__sm-item {
  margin-left: 1.5rem;
}

.header__navigation {
  margin-left: 4rem;
  height: 100%;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1199px) {
  .header__navigation {
    margin-left: unset;
  }
}

@media screen and (max-width: 991px) {
  .header__navigation {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .header__lang {
    display: none;
  }
}

.navigation__list {
  display: flex;
  margin-left: unset;
  padding-left: unset;
  list-style-type: none;
  margin-left: 1.5rem;
  margin-bottom: 0;
  height: 100%;
}
.navigation__list-item {
  margin-right: 4rem;
  margin-top: 0.4rem;
  display: flex;
  align-items: center;
  cursor: pointer;
}

@media screen and (max-width: 1199px) {
  .navigation__list-item {
    margin-right: 3rem;
  }
}

.navigation__list-item:last-child {
  margin-right: unset;
}

.navigation__list-link {
  text-decoration: none;
  transition: all .3s;
  font-family: RobotoMedium;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .navigation__list-link {
    display: none;
  }
}

.navigation__list-link:hover {
  color: #2f4979;
}

@media screen and (max-width: 991px) {
  /*.lang {*/
  /*  position: absolute;*/
  /*  bottom: 1.2rem;*/
  /*  left: 1.9rem;*/
  /*}*/
}

.lang__img {
  height: 2rem;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.12);
}

@media screen and (max-width: 991px) {
  .lang__img {
    padding-right: 0.2rem;
  }
}

.lang__item {
  margin-left: 1.5rem;
}

@media screen and (max-width: 991px) {
  .lang__item {
    margin-left: unset;
  }
}

.search {
  position: relative;
}

.search__img {
  cursor: pointer;
  transition: all .3s;
  height: 2.6rem;
}

@media screen and (max-width: 400px) {
  .search__img.active {
    opacity: 0;
  }
}

.search__open {
  position: absolute;
  right: -20rem;
  height: 3rem;
  top: 50%;
  transform: translateY(-50%);
  width: 30rem;
  background-color: #fff;
  border: 1px solid #dadada;
  border-radius: 5px;
  overflow: hidden;
  display: none;
  opacity: 0;
  transition: all .3s;
}

@media screen and (max-width: 767px) {
  .search__open {
    height: 4rem;
  }
}

@media screen and (max-width: 400px) {
  .search__open {
    position: fixed;
    top: 12rem;
    left: 50%;
    transform: translateX(-50%);
    width: 95%;
  }
}

.search__open.enable {
  display: block;
  animation: searchEnable .2s linear .2s forwards;
}

.search__open-search-icon {
  position: absolute;
  left: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  height: 65%;
}

.search__open-close-icon {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  height: 50%;
  cursor: pointer;
}

.search__input {
  border: none;
  height: 100%;
  width: 100%;
  padding-left: 30px;
  padding-right: 28px;
}

@keyframes searchEnable {
  0% {
    opacity: 0;
    right: -20rem;
  }
  100% {
    opacity: 1;
    right: 0;
  }
}

.burger {
  width: 4rem;
  height: 3rem;
  display: none;
  position: relative;
  margin-left: 2rem;
}

@media screen and (max-width: 991px) {
  .burger {
    display: block;
  }
}

.burger__item {
  width: 100%;
  height: .4rem;
  background-color: #4c4c4c;
  position: absolute;
  left: 0;
  transition: all .3s;
}

.burger__item--top {
  top: 0;
  transform-origin: top right;
}

.burger__item--mid {
  top: 50%;
  transform: translateY(-50%);
}

.burger__item--bottom {
  bottom: 0;
  transform-origin: bottom right;
}

.burger.active .burger__item {
  width: 95%;
}

.burger.active .burger__item--top {
  transform: rotate(-45deg);
}

.burger.active .burger__item--mid {
  opacity: 0;
}

.burger.active .burger__item--bottom {
  transform: rotate(45deg);
}

.navigation-mb {
  box-shadow: 1px 0px 3px grey;
  padding: 3rem;
  padding-top: 2rem;
  padding-bottom: 5rem;
  position: fixed;
  top: 11rem;
  height: calc(100vh - 11rem);
  background-color: #fff;
  width: 50rem;
  right: -100%;
  transition: all .5s;
}

@media screen and (min-width: 992px) {
  .navigation-mb {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  .navigation-mb {
    width: 100%;
  }
}

.navigation-mb.enable {
  right: 0;
}

.navigation-mb__list {
  height: 100%;
  overflow-y: auto;
  padding-bottom: 6rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  list-style-type: none;
  padding-left: 0;
}

.navigation-mb__list-link {
  display: block;
  text-decoration: none;
  width: 100%;
  border-bottom: 1px solid #dadada;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}

@media screen and (max-width: 991px) {
  .navigation-mb__list-link {
    font-size: 2rem;
  }
}

.navigation-mb__list-link:hover {
  color: #4c4c4c;
}

.navigation-mb__list-item {
  width: 100%;
  text-align: right;
}

.navigation-mb__sm {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-right: 0.2rem;
}

.navigation-mb__sm-item {
  margin-left: .5rem;
  display: inline-block;
}

.logo {
  height: 80%;
  max-width: 30rem;
}
@media screen and (max-width: 1399px) {
  .logo {
      max-width: 25rem;
  }
}

.logo__img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.footer {
  padding: 5rem 0 0 0;
  box-shadow: 0px 0px 1px grey;
}

.footer__logo {
  width: 80%;
}

.footer__list-title {
  font-family: RobotoMedium, Arial, Helvetica, sans-serif;
  font-size: 1.8rem;
  margin-bottom: 2.5rem;
  display: block;
}

.footer__list {
  padding: 0;
  list-style-type: none;
}

.footer__list-link {
  text-decoration: unset;
  transition: all .3s;
}

.footer__list-link:hover {
  color: #2f4979;
}

.footer__form {
  display: flex;
  height: 4rem;
  margin-bottom: 2.5rem;
}

.footer__form-input {
  height: 100%;
  border: 2px solid #2f4979;
  border-right: unset;
  padding: 0 1rem;
  width: 100%;
}

.footer__form-button {
  height: 100%;
  border: 2px solid #2f4979;
  background-color: #2f4979;
  color: #fff;
  padding-left: 1rem;
  padding-right: 1rem;
  transition: all .3s;
}

.footer__form-button:hover {
  border: 2px solid #333333;
  background-color: #333333;
}

.footer__sm-box {
  margin-top: 6rem;
}

.footer__sm-item {
  margin-right: 1rem;
  display: inline-block;
}

@media screen and (max-width: 1199px) {
  .footer__col {
    margin-bottom: 4rem;
  }
}

.footer__bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 2rem;
  padding-bottom: 1rem;
}

.footer__bottom-link:hover {
  color: #2f4979;
}

.footer__bottom-link {
  text-decoration: none;
}

.line {
  width: 100%;
  height: 10px;
  background-color: red;
}

.header {
  z-index: 50;
}

.navigation-mb {
  z-index: 49;
}

.h-news__left-description {
  z-index: 1;
}

html {
  font-size: 62.5%;
}

@media screen and (max-width: 767px) {
  html {
    font-size: 50%;
  }
}

body {
  font-size: 1.6rem;
  color: #4c4c4c;
  font-family: RobotoRegular, Arial, Helvetica, sans-serif;
}

body.disable {
  overflow: hidden;
}

a {
  color: #4c4c4c;
}

@media screen and (max-width: 991px) {
  .lg-order-1 {
    order: 1;
  }
}

.justify-center {
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .lg-order-2 {
    order: 2;
  }
}

.uppercase {
  text-transform: uppercase;
}

.main {
  padding-bottom: 7rem;
  padding-top: 13rem;
}

@media screen and (max-width: 991px) {
  .main {
    padding-top: 11rem;
  }
}

.container, .container-fluid, .container-lg {
  position: relative;
}

@media screen and (max-width: 991px) {
  .container-lg {
    padding: 0 3rem;
  }
}

@media screen and (max-width: 575px) {
  .container-lg {
    padding: 0 1.9rem;
  }
}

@media (min-width: 992px) {
  .gx-lg-5 {
    --bs-gutter-x: 6rem;
  }
}

.section {
  margin: 3rem 0;
}

.section__title {
  margin-bottom: 3rem;
}

.h-main {
  padding-bottom: unset;
}

.h-banner .slick-slide {
  outline: none;
}

.h-banner .slick-dots {
  display: flex;
  list-style-type: none;
  position: absolute;
  padding: 0;
  right: 20rem;
  align-items: center;
  top: 40%;
  transform: translateY(-40%);
  flex-direction: column;
}

@media screen and (max-width: 1700px) {
  .h-banner .slick-dots {
    right: 5%;
  }
}

@media screen and (max-width: 767px) {
  .h-banner .slick-dots {
    right: unset;
    top: unset;
    bottom: 20rem;
    transform: unset;
    left: 50%;
    transform: translateX(-50%);
    flex-direction: unset;
  }
}

.h-banner li {
  margin: 0 .4rem;
}

.h-banner li.slick-active button {
  background-color: #fff;
  height: 1.9rem;
  width: 1.9rem;
}

.h-banner button {
  font-size: 0;
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 50%;
  border: unset;
  background-color: #ece9e987;
  cursor: pointer;
}

.h-banner__item {
  position: relative;
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 70rem;
}

@media screen and (max-height: 600px) {
  .h-banner__item {
    min-height: 80rem;
  }
}

.h-banner__item::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-right-width: 0px;
  border-left-width: 1342px;
  border-bottom: 20rem solid #fff;
}

.h-banner__item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-right-width: 1342px;
  border-left-width: 0px;
  border-bottom: 20rem solid #fff;
}

.h-banner__info {
  max-width: 60rem;
  /*display: flex;*/
  display: none;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  margin-top: -15rem;
  backdrop-filter: blur(10px);
  padding: 6rem 3rem 8rem 3rem;
  -webkit-box-shadow: 0px 0px 10px -2px rgba(0,0,0,0.05);
  box-shadow: 0px 0px 10px -2px rgba(0,0,0,0.05);
}

@media screen and (max-width: 1199px) {
  .h-banner__info {
    margin-top: -20rem;
  }
}

@media screen and (max-width: 767px) {
  .h-banner__info {
    text-align: center;
    align-items: center;
    max-width: unset;
    padding: 4rem 1rem 6rem 1rem;
  }
  .h-banner__title {
    font-size: 4rem !important;
  }
}

.h-banner__title {
  color: #4c4c4c;
  font-family: RobotoBlack, Arial, Helvetica, sans-serif;
}

.h-banner__container {
  height: 100%;
  display: flex;
  align-items: center;
}

.h-about-us__col {
  margin-bottom: 3rem;
}

.h-about-us__item-img-box {
  width: 100%;
  height: 20rem;
}

.h-about-us__item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.h-about-us__item-title {
  margin-top: 2rem;
  display: block;
}

.h-products__slider {
  width: 90%;
  margin: 0 auto;
}

.h-products__slider .slick-slide {
  outline: none;
}

.h-products__slider .slick-slide {
  margin: 0 27px;
}

.h-products__slider .slick-list {
  margin: 0 -27px;
}

.h-products__slider-item {
  text-align: center;
}

.h-products__slider-img {
  width: 100%;
  height: 20rem;
  object-fit: cover;
  margin-bottom: 2rem;
}

.h-products__slider-box {
  position: relative;
}

.h-services {
  margin-top: 8rem;
}

.h-services__description {
  color: #fff;
}
.h-services__title {
  color: #fff;
  font-size: 2.4rem;
  font-family: RobotoBlack, Arial, Helvetica, sans-serif;
}

.h-services__items-box {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}

.h-services__col {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .h-services__col {
    height: unset;
  }
}

.h-services__items-white-space {
  width: 100%;
  height: 90px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
}

.h-services__item {
  padding: 16rem 3.5rem 18rem 3.5rem;
  background-color: rgba(0, 0, 0, 0.7);
  position: relative;
  z-index: 1;
  height: 100%;
  text-align: center;
}
.h-services__item-icon {
  font-size: 7rem;
  color: #fff;
  margin-bottom: 2rem;
}

@media screen and (max-width: 991px) {
  .h-services__item {
    padding-top: 13rem;
    height: unset;
    margin-top: 3rem;
    padding-bottom: 12rem;
  }
}

@media screen and (max-width: 575px) {
  .h-services__item {
    padding: 7rem 2.5rem 6rem 2.5rem;
  }
}

.h-services__item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-right-width: 250px;
  border-left-width: 0px;
  border-bottom: 90px solid white;
}

@media screen and (max-width: 991px) {
  .h-services__item::before {
    display: none;
  }
}

.h-services__item::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-right-width: 0px;
  border-left-width: 250px;
  border-bottom: 90px solid white;
}

@media screen and (max-width: 991px) {
  .h-services__item::after {
    display: none;
  }
}

.h-services__button {
  display: table;
  margin: 0 auto;
  margin-top: 3rem;
}

.h-news__details {
  width: 100%;
  position: relative;
  padding-top: 6rem;
  padding-bottom: 5rem;
}

.h-news__left-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  background-color: rgba(0, 0, 0, 0.7);
  height: 100%;
  clip-path: polygon(0% 0%, 88% 0, 100% 50%, 87% 100%, 0% 100%);
}

@media screen and (max-width: 991px) {
  .h-news__left-bg {
    display: none;
  }
}

.h-news__left-description {
  color: #fff;
  position: relative;
  max-width: 45rem;
}

@media screen and (max-width: 1199px) {
  .h-news__left-description {
    max-width: 35rem;
  }
}

@media screen and (max-width: 991px) {
  .h-news__left-description {
    max-width: unset;
    color: #4c4c4c;
  }
}

.h-news__right-description {
  padding-left: 5rem;
}

@media screen and (max-width: 991px) {
  .h-news__right-description {
    padding-left: unset;
  }
}

.about-us__top-title {
  margin-bottom: 2rem;
}

.about-us__top-img {
  width: 40rem;
  margin-left: auto;
  height: 20rem;
  display: block;
  object-fit: cover;
}

@media screen and (max-width: 1199px) {
  .about-us__top-img {
    width: 100%;
  }
}

@media screen and (max-width: 575px) {
  .about-us__top-img {
    height: 34rem;
    margin-bottom: 3rem;
  }
}

.about-us__items {
  margin-top: 5rem;
  margin-left: -3rem;
  margin-right: -3rem;
  margin-bottom: 7rem;
}

@media screen and (max-width: 1399px) {
  .about-us__items {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}

.about-us__item-col {
  padding: 0 3rem;
}

@media screen and (max-width: 1399px) {
  .about-us__item-col {
    padding: 0 1.5rem;
  }
}

.about-us__item {
  display: flex;
}

@media screen and (max-width: 1399px) {
  .about-us__item {
    flex-direction: column;
  }
}

@media screen and (max-width: 1199px) {
  .about-us__item {
    margin-bottom: 6rem;
  }
}

@media screen and (max-width: 767px) {
  .about-us__item {
    margin-bottom: 4rem;
  }
}

.about-us__number {
  width: 10rem;
  flex: 0 0 10rem;
  font-size: 7rem;
  color: #2f4979;
  font-family: RobotoBlack;
  line-height: 1;
}

@media screen and (max-width: 1399px) {
  .about-us__number {
    width: unset;
    flex: unset;
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 991px) {
  .about-us__number {
    font-size: 5rem;
  }
}

.contacts__item {
  display: block;
  font-family: RobotoMedium, Arial, Helvetica, sans-serif;
  margin-bottom: 1rem;
}

.contacts__item-link {
  text-decoration: unset;
  transition: all .3s;
}

.contacts__item-link:hover {
  color: #2f4979;
}

@media screen and (max-width: 575px) {
  .contacts__info {
    margin-top: 4rem;
  }
}

.contacts__sm-item {
  margin-right: 1rem;
}

@media screen and (max-width: 991px) {
  .contacts__map {
    margin-top: 4rem;
  }
}

.services-d__main-img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 991px) {
  .services-d__main-img {
    width: 60%;
    margin: 0 auto;
    display: block;
    margin-bottom: 5rem;
  }
}

@media screen and (max-width: 575px) {
  .services-d__main-img {
    width: 100%;
  }
}

.services-d__row {
  margin-left: -3rem;
  margin-right: -3rem;
}

.services-d__col {
  padding: 0 3rem;
}

@media screen and (max-width: 991px) {
  .services-d__form {
    margin: 0 auto;
    margin-top: 5rem;
    width: 60%;
  }
}

@media screen and (max-width: 575px) {
  .services-d__form {
    width: unset;
  }
}

.news-d__main-img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 991px) {
  .news-d__main-img {
    width: 60%;
    margin: 0 auto;
    display: block;
    margin-bottom: 5rem;
  }
}

@media screen and (max-width: 575px) {
  .news-d__main-img {
    width: 100%;
  }
}

.news-d__row {
  margin-left: -3rem;
  margin-right: -3rem;
}

.news-d__col {
  padding: 0 3rem;
}

.products__row {
  margin-left: -4rem;
  margin-right: -4rem;
}

@media screen and (max-width: 991px) {
  .products__row {
    margin-left: -2rem;
    margin-right: -2rem;
  }
}

.products__col {
  padding: 0 4rem;
  margin-bottom: 5rem;
}

@media screen and (max-width: 991px) {
  .products__col {
    padding: 0 2rem;
  }
}

.products__img-box {
  width: 100%;
  height: 20rem;
  margin: 0 auto;
  overflow: hidden;
  box-shadow: 0px 0px 5px 2px rgba(163, 163, 163, 0.15);
  position: relative;
}

@media screen and (max-width: 1199px) {
  .products__img-box {
    width: 100%;
    height: 25rem;
  }
}

@media screen and (max-width: 420px) {
  .products__img-box {
    width: 100%;
    height: 20rem;
  }
}

@media screen and (max-width: 360px) {
  .products__img-box {
    width: 100%;
    height: 17rem;
  }
}

.products__item {
  text-decoration: none;
  transition: all .3s;
}

.products__item:hover {
  color: #2f4979;
}

.products__item:hover .arrow-circle {
  border-color: #2f4979;
}

.products__item:hover .products__img {
  transform: scale(1.1);
}
.products__item:hover .products__bottom {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.products__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s;
}

.products__bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 2rem;
  position: absolute;
  bottom: 0;
  z-index: 2;
  padding: 2rem;
  background-color: #2f4979a6;
  color: #fff;
  width: 100%;
  transition: all .3s;
}

.product-d__main-img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 991px) {
  .product-d__main-img {
    width: 60%;
    margin: 0 auto;
    display: block;
    margin-bottom: 5rem;
  }
}

@media screen and (max-width: 575px) {
  .product-d__main-img {
    width: 100%;
  }
}

.product-d__row {
  margin-left: -3rem;
  margin-right: -3rem;
}

@media screen and (max-width: 991px) {
  .product-d__row {
    margin-left: unset;
    margin-right: unset;
  }
}

.product-d__col {
  padding: 0 3rem;
}

@media screen and (max-width: 991px) {
  .product-d__col {
    padding: unset;
  }
}

@media screen and (max-width: 991px) {
  .product-d__form {
    margin: 0 auto;
    margin-top: 5rem;
    width: 60%;
  }
}

@media screen and (max-width: 575px) {
  .product-d__form {
    width: unset;
  }
}

.product-d__main-title {
  margin-bottom: 10rem;
}

@media screen and (max-width: 991px) {
  .product-d__main-title {
    text-align: center;
    margin-bottom: 6rem;
  }
}

.product-d__description-title {
  margin-bottom: 2rem;
}

.portfolio-grid {
  margin: 0 -1rem;
}

.portfolio-grid__item {
  width: 33.33333333%;
  padding: 1rem;
}

.portfolio-grid__img {
  width: 100%;
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.3);
}
/*# sourceMappingURL=style.css.map */
.js-cookie-consent {
    position: fixed !important;
    bottom: 0px !important;
    padding: 10px !important;
    text-align: center !important;
    width: 100% !important;
    z-index: 9999 !important;
    color: #fff !important;
    background-color: #5f6d8c !important;
    border: solid 1px !important;
    border: none !important;
    border-top: 1px solid #929292 !important;
    font-size: 2rem;
}
.js-cookie-consent-agree {
    padding: 10px !important;
    margin-left: 10px;
    background: #d30022 !important;
    color: #fff !important;
    cursor: pointer !important;
    border: none;
}
.button_margin{
  margin-bottom: 3rem;
}
.pagination {
  justify-content: center;
}
.pagination a{
  text-decoration: none !important;
}
.pagination li {
  padding: 0 .2rem;
  margin: 0 .3rem;
  border: 2px solid transparent;
}
.pagination li.active{
  border-color: #4c4c4c;
}
.pagination li a:hover {
  color: #2f4979;
}
.hr__footer{
  background-color: #12487c;
  margin-bottom: 0px;
  margin-top: 0px;
}
.row_category_margin{
  margin-bottom: 7rem;
}
.product-d__gallery {
  margin-top: 70px;
}
.navigation__list-item-arrow {
  margin-left: 0.5rem;
  margin-top: -1rem;
}
.products-d__gallery-title {
  text-align: center;
}
.navigation__subitem-container {
  position: absolute;
  top: 100%;
  left: 0;
  padding: 4rem;
  padding-bottom: 0;
  background-color: #dedfdf;
  width: 100%;
  display: none;
  box-shadow: -1px 2px 5px 0px rgba(0,0,0,0.1);
  -webkit-box-shadow: -1px 2px 5px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: -1px 2px 5px 0px rgba(0,0,0,0.1);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.navigation__list-item:hover .navigation__subitem-container {
  display: block;
  border-top: 3px solid #2f4979;
}
.navigation__subitem-img-box {
  width: 100%;
  height: 17rem;
  position: relative;
  display: block;
}
.navigation__subitem-img-box:hover .navigation__subitem-info {
  opacity: 0;
}
.navigation__subitem-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.navigation__subitem-row {
  margin: 0 -2rem;
}
.navigation__subitem-col {
  padding-left: 2rem;
  padding-right: 2rem;
  margin-bottom: 4rem;
}
.navigation__subitem-info {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #2f497959;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  transition: all .3s;
}
.navigation__subitem-title {
  color: #fff;
  font-size: 2rem;
  font-family: RobotoBlack, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-align: center;
}
.pagination li.active {
  border: unset !important;
}
.page-link {
  padding: .375rem 1.5rem;
  color: #4c4c4c !important;
}
.page-item.active .page-link {
  background-color: #2f4979 !important;
  border-color: #2f4979 !important;
  color: #fff !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header__sm {
    position: fixed;
    right: 0;
    flex-direction: column;
    top: 40%;
    transform: translateY(-40%);
    background-color: #fff;
    padding: 0.5rem .7rem;
    border: 1px solid #2f4979;
    border-right: unset;
    z-index: 9999;
    border-bottom-left-radius: .5rem;
    border-top-left-radius: .5rem;
    box-shadow: 8px 9px 21px -8px rgba(0,0,0,0.5);
    -webkit-box-shadow: 8px 9px 21px -8px rgba(0,0,0,0.5);
    -moz-box-shadow: 8px 9px 21px -8px rgba(0,0,0,0.5);
  }
  .header__sm-item {
    margin-left: unset;
  }
  .header__sm-item{
    margin: .5rem 0;
  }
}
