@font-face {
  font-family: "Futura PT";
  src: url("fonts/FuturaPT/FuturaPT-Bold.eot");
  src: local("Futura PT Bold"), local("FuturaPT-Bold"), url("fonts/FuturaPT/FuturaPT-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/FuturaPT/FuturaPT-Bold.woff") format("woff"), url("fonts/FuturaPT/FuturaPT-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
/*
@font-face {
  font-family: 'Futura PT';
  src: url('fonts/FuturaPT/FuturaPT-Heavy.eot');
  src: local('Futura PT Heavy'), local('FuturaPT-Heavy'),
  url('fonts/FuturaPT/FuturaPT-Heavy.eot?#iefix') format('embedded-opentype'),
  url('fonts/FuturaPT/FuturaPT-Heavy.woff') format('woff'),
  url('fonts/FuturaPT/FuturaPT-Heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}*/
/*

@font-face {
  font-family: 'Source Sans Pro';
  src: url('fonts/SourceSansPro/SourceSansPro-Regular.eot');
  src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'),
  url('fonts/SourceSansPro/SourceSansPro-Regular.eot?#iefix') format('embedded-opentype'),
  url('fonts/SourceSansPro/SourceSansPro-Regular.woff') format('woff'),
  url('fonts/SourceSansPro/SourceSansPro-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Source Sans Pro';
  src: url('fonts/SourceSansPro/SourceSansPro-Italic.eot');
  src: local('Source Sans Pro Italic'), local('SourceSansPro-Italic'),
  url('fonts/SourceSansPro/SourceSansPro-Italic.eot?#iefix') format('embedded-opentype'),
  url('fonts/SourceSansPro/SourceSansPro-Italic.woff') format('woff'),
  url('fonts/SourceSansPro/SourceSansPro-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Source Sans Pro';
  src: url('fonts/SourceSansPro/SourceSansPro-Bold.eot');
  src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'),
  url('fonts/SourceSansPro/SourceSansPro-Bold.eot?#iefix') format('embedded-opentype'),
  url('fonts/SourceSansPro/SourceSansPro-Bold.woff') format('woff'),
  url('fonts/SourceSansPro/SourceSansPro-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Source Sans Pro';
  src: url('fonts/SourceSansPro/SourceSansPro-BoldItalic.eot');
  src: local('Source Sans Pro Bold Italic'), local('SourceSansPro-BoldItalic'),
  url('fonts/SourceSansPro/SourceSansPro-BoldItalic.eot?#iefix') format('embedded-opentype'),
  url('fonts/SourceSansPro/SourceSansPro-BoldItalic.woff') format('woff'),
  url('fonts/SourceSansPro/SourceSansPro-BoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
}*/
.videoBox {
  position: relative;
  overflow: hidden;
}
.videoBox:after {
  padding: 56.25% 0 0 0;
  content: "";
  display: block;
}
.videoBox video, .videoBox iframe {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.liveBox {
  position: relative;
  display: flex;
  justify-content: end;
  flex-direction: column;
  color: #fff;
  margin-bottom: 30px;
  /*  @media all and (max-width: 1376px) {
      height: calc((100vw - 48px - 48px) * 0.40625);
    }*/
}
.liveBox:after {
  padding: 700px 0 0 0;
  content: "";
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
}
@media all and (max-width: 959px) {
  .liveBox:after {
    padding: 850px 0 0 0;
  }
}
@media all and (max-width: 767px) {
  .liveBox:after {
    padding: 550px 0 0 0;
  }
}
.liveBoxMedia, .liveBox iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  z-index: 2;
}
.liveBoxMedia:after, .liveBox iframe:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #000;
  z-index: 10;
  background: radial-gradient(88.89% 81.9% at 0 100%, rgba(0, 0, 0, 0.6) 0, transparent 100%);
}
.liveBoxContent {
  padding: 3rem;
  max-width: 29.375rem;
  display: block;
  flex-direction: column;
  justify-content: end;
  z-index: 3;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}
.liveBoxTitle {
  margin-bottom: 0.5rem;
  font-weight: 500;
  font-size: 1.9375rem;
  font-style: normal;
  letter-spacing: 0.0625rem;
  line-height: 1.29;
  padding-bottom: 0.25rem;
  text-transform: none;
}
.liveBoxLink {
  display: inline-block;
  margin-top: 1.25rem;
  color: #2b2b29;
  border: 0.125rem solid #fff;
  padding: 0.75rem 1.25rem;
  cursor: pointer;
  background: #fff;
  font-weight: 700;
  font-size: 0.75rem;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.09375rem;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: background-color 0.33s ease, border-color 0.33s ease, color 0.33s linear;
}
@media all and (max-width: 767px) {
  .liveBox {
    margin-bottom: 3.5rem;
  }
  .liveBoxContent {
    padding: 1.25rem 3rem 1.25rem 1.25rem;
    max-width: 100%;
  }
  .liveBoxTitle {
    font-size: 1.4375rem;
    line-height: 1.392;
  }
}

/*
.videoBox {
  position: relative;
  line-height: 0;
  font-size: 0;
  margin-top: 25px;
  overflow: hidden;

  .nav + & {
    margin-top: -20px;

    @media all and (max-width: 767px) {
      margin-top: 0;
    }
  }

  &[data-width="full"] {
    max-height: calc(100vh - 49px);
  }

  &:after {
    display: block;
    content: "";
    line-height: 0;
    font-size: 0;
    padding-bottom: 56%;
  }

  iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border: none;
  }
}*/
.card__info {
  margin-bottom: 60px;
}
.card__media {
  width: calc(50% - 11px);
}
.card__media_slider {
  width: calc(100% + 22px);
  display: block;
  margin: 0 -11px;
}
.card__media_slider .slick-track {
  display: flex;
  align-items: stretch;
}
.card__media_slider .card__media {
  display: flex !important;
  justify-content: space-between;
  flex-direction: column;
  height: auto;
}
.card__media_slider .slick-arrow {
  width: 40px;
  height: 40px;
}
.card__media_slider .slick-next {
  margin-left: -31px;
}
.card__media_slider .slick-prev {
  margin-right: -31px;
}
@media all and (max-width: 579px) {
  .card__media_slider .slick-next {
    margin-left: -60px;
  }
  .card__media_slider .slick-prev {
    margin-right: -60px;
  }
}
.card__media_slider .slick-disabled {
  display: none !important;
}
.card__media_slider .slick-slide {
  padding-right: 11px;
  padding-left: 11px;
}
.card__media_list {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
  position: relative;
}
@media all and (min-width: 1200px) {
  .card__media_list {
    padding-left: 16.666667%;
    left: 15px;
  }
}
.card__media_title {
  font-weight: 600;
  line-height: 1.3;
  color: var(--bs-heading-color, inherit);
  padding: 0 0 5px 0;
  font-style: normal;
  display: block;
  border-bottom: solid 1px #eee;
  margin: 0 0 16px 0;
  flex-grow: 1;
}
@media all and (max-width: 359px) {
  .card__media_title {
    font-size: 12px;
  }
}
.card__media_img {
  position: relative;
  display: flex;
  width: 100%;
}
.card__media_img:after {
  padding: 150% 0 0 0;
  display: block;
  content: "";
  font-size: 0;
  line-height: 0;
}
.card__media_img video {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  object-position: center;
  object-fit: cover;
  top: 0;
  left: 0;
}
.card__media_img img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.playIconBefore, .news__el_img_video:before {
  width: 28px;
  height: 28px;
  background: rgba(255, 255, 255, 0.8);
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  border-radius: 50%;
  margin: -14px 0 0 -14px;
}

.playIconAfter, .news__el_img_video:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 9px;
  border-color: transparent transparent transparent #121212;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  margin: -4.5px 0 0 -4.5px;
}

.news {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.news__title {
  padding: 0 0 5px 0;
  font-style: normal;
  display: block;
  border-bottom: solid 1px #eee;
  font-weight: 600;
  line-height: 1.3;
  color: var(--bs-heading-color, inherit);
  margin: 0 0 16px 0;
}
.news__list {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
}
.news__el {
  display: flex;
  width: 100%;
  align-items: start;
  justify-content: space-between;
  text-decoration: none;
}
.news__el:hover {
  text-decoration: none;
}
.news__el_img {
  border-radius: 4px;
  overflow: hidden;
  width: 156px;
  position: relative;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.news__el_img:hover {
  box-shadow: 0 7px 14px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
  transform: translateY(-1px);
}
.news__el_img img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.news__el_content {
  width: calc(100% - 156px - 20px);
}
.news__el_title {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #4F4F4F;
  display: block;
}
.news__el_text {
  display: block;
  color: var(--bs-body-color);
  margin: 11px 0 0 0;
  line-height: 1.2;
}
@media all and (max-width: 991px) and (min-width: 768px) {
  .news__list {
    gap: 16px;
  }
  .news__el_img {
    width: 110px;
    min-width: 110px;
  }
  .news__el_content {
    width: calc(100% - 110px - 20px);
    min-width: calc(100% - 110px - 20px);
  }
  .news__el_text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media all and (max-width: 767px) {
  .news__el_img {
    width: 156px;
    min-width: 156px;
  }
  .news__el_content {
    width: calc(100% - 156px - 20px);
    min-width: calc(100% - 156px - 20px);
  }
  .news__el_text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media all and (max-width: 400px) {
  .news__el_img {
    width: 120px;
    min-width: 120px;
  }
  .news__el_content {
    width: calc(100% - 120px - 20px);
    min-width: calc(100% - 120px - 20px);
  }
}

.about-media {
  margin: 0 -7px;
  display: flex;
}
.about-media__wrap {
  margin-top: 30px;
  margin-bottom: 30px;
}
.about-media__el {
  padding: 0 7px;
  cursor: pointer;
  width: 16.6667%;
  min-width: 16.6667%;
}
.about-media__el_title {
  margin: 10px 0 0 0;
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}
.about-media__el_img {
  position: relative;
  display: flex;
  width: 100%;
}
.about-media__el_img:after {
  padding: 177.78% 0 0 0;
  display: block;
  content: "";
  font-size: 0;
  line-height: 0;
}
.about-media__el_img video {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  object-position: center;
  object-fit: cover;
  top: 0;
  left: 0;
}
.about-media__el_img img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
@media all and (max-width: 991px) {
  .about-media {
    overflow: auto;
  }
  .about-media__el {
    width: 176px;
    min-width: 176px;
  }
  .about-media__wrap {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 767px) {
  .about-media__el {
    width: 174.6667px;
    min-width: 174.6667px;
  }
}
@media all and (max-width: 575px) {
  .about-media {
    margin-left: 0;
    margin-right: 0;
    padding-left: 8px;
    padding-right: 8px;
  }
  .about-media__wrap {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    width: auto;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .about-media__el {
    width: 160px;
    min-width: 160px;
  }
  .about-media__el_title {
    font-size: 13px;
  }
}

@media all and (max-width: 1199px) {
  .header-m {
    padding-right: 72px;
  }
}

.mainNav {
  position: relative;
  z-index: 200;
  width: 100%;
  margin: 6px 0 0 0;
  /*@media all and (min-width: 1400px) {
    &El {
      & > a {
        font-size: 14px;
        padding-left: 10px;
        padding-right: 10px;
      }
    }
    &List {
      margin: 0 -10px;
    }
  }
  @media all and (min-width: 1600px) {
    &El {
      & > a {
        font-size: 16px;
      }
    }
  }
  @media all and (min-width: 1800px) {
    &El {
      & > a {
        font-size: 17px;
        padding-left: 12px;
        padding-right: 12px;
      }
    }
    &List {
      margin: 0 -12px;
    }
  }
  @media all and (min-width: 1900px) {
    &El {
      & > a {
        font-size: 17px;
        padding-left: 15px;
        padding-right: 15px;
      }
    }
    &List {
      margin: 0 -15px;
    }
  }*/
  /*  @media all and (max-width: 1000px) and (min-width: 768px) {
      &List {
        margin-left: -6px;
        margin-right: -6px;
      }

      &El {
        font-size: 12px;


        & > a {
          font-size: 12px;
          padding-left: 6px;
          padding-right: 6px;
        }
      }
    }

    @media all and (max-width: 959px) and (min-width: 768px) {
      &List {
        margin-left: -4px;
        margin-right: -4px;
      }

      &El {
        font-size: 12px;


        & > a {
          font-size: 12px;
          padding-left: 4px;
          padding-right: 4px;
        }

        &_hide_tab {
          display: none;
        }
      }
    }*/
}
.mainNavSubList {
  display: flex;
  align-items: stretch;
  width: 100%;
  padding: 32px 0px 0 0px;
}
@media all and (max-width: 767px) {
  .mainNavSubList {
    padding: 0px 0 32px 0;
  }
}
.mainNavSubListCol {
  min-width: 20%;
  width: 20%;
  display: inline-flex;
  flex-direction: column;
  padding: 24px 20px 24px 0;
  margin: 0 24px 0 0;
  border-right: 1px solid rgba(200, 200, 200, 0.4);
  gap: 10px;
  white-space: normal;
  text-align: right;
}
@media all and (min-width: 768px) {
  .mainNavSubListCol a, .mainNavSubListCol span {
    display: block;
    font-size: 13px;
    line-height: 21px;
    font-weight: 400;
    padding: 2px 0;
    color: #000;
    text-decoration: none;
  }
}
@media all and (max-width: 768px) {
  .mainNavSubListCol {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    display: block;
  }
  .mainNavSubListCol a, .mainNavSubListCol span {
    height: 48px;
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 40px 0 20px;
    font-weight: 500;
    font-size: 13px;
    width: 100%;
  }
}
.mainNavSubMedia {
  width: 100%;
}
@media all and (max-width: 767px) {
  .mainNavSubMedia {
    padding: 0 20px;
  }
}
.mainNavSubMediaList {
  display: grid;
  gap: 40px;
  width: 100%;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  justify-content: space-between;
}
@media all and (min-width: 768px) {
  .mainNavSubMediaList {
    padding: 24px 0;
  }
}
@media all and (max-width: 1400px) {
  .mainNavSubMediaList {
    gap: 20px;
  }
}
@media all and (max-width: 1100px) {
  .mainNavSubMediaList {
    gap: 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.mainNavSubMediaEl {
  display: block;
  text-decoration: none;
  white-space: normal;
}
.mainNavSubMediaEl:hover {
  text-decoration: none;
}
.mainNavSubMediaElImg {
  max-width: 100%;
  display: flex;
  width: 100%;
  text-decoration: none;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.mainNavSubMediaElImg:after {
  display: block;
  width: 100%;
  padding: 56.25% 0 0 0;
  content: "";
}
.mainNavSubMediaElImg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.mainNavSubMediaElInfo {
  margin: 5px 0 0 0;
  display: block;
}
.mainNavSubMediaElInfo a {
  color: #666;
  display: inline-block;
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
  margin: 0 5px 0 0;
  text-decoration: none;
  vertical-align: top;
}
.mainNavSubMediaElInfo a span {
  text-decoration: underline !important;
  color: #266FEF !important;
}
.mainNavSubMediaElAddress {
  color: #aaa;
  display: block;
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
  margin: 5px 0 0 0;
  text-decoration: none;
  vertical-align: top;
}
.mainNavSubMediaElTag {
  margin: 7px 0 0 0;
  display: block;
  color: #666;
  font-size: 11px;
  padding: 6px 0;
  text-decoration: none;
}
.mainNavSubMediaElTag a {
  color: #666;
  text-decoration: none;
}
.mainNavSubMediaElName {
  margin: 10px 0 0 0;
  display: block;
  color: #051d2d;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
}
@media all and (max-width: 1400px) {
  .mainNavSubMediaElName {
    font-size: 14px;
  }
}
.mainNavSubMediaElTag + .mainNavSubMediaElName {
  margin-top: 0;
}
@media all and (min-width: 1200px) {
  .mainNav {
    /* &El_sub[data-el='1']:hover ~ &Sub &SubContent[data-el='1'],
     &El_sub[data-el='2']:hover ~ &Sub &SubContent[data-el='2'],
     &El_sub[data-el='3']:hover ~ &Sub &SubContent[data-el='3'],
     &El_sub[data-el='4']:hover ~ &Sub &SubContent[data-el='4'],
     &El_sub[data-el='5']:hover ~ &Sub &SubContent[data-el='5'],
     &El_sub[data-el='6']:hover ~ &Sub &SubContent[data-el='6'],
     &El_sub[data-el='7']:hover ~ &Sub &SubContent[data-el='7'],
     &El_sub[data-el='8']:hover ~ &Sub &SubContent[data-el='8'],
     &El_sub[data-el='9']:hover ~ &Sub &SubContent[data-el='9'],
     &El_sub[data-el='10']:hover ~ &Sub &SubContent[data-el='10'],
     &El_sub[data-el='11']:hover ~ &Sub &SubContent[data-el='11'],
     &El_sub[data-el='12']:hover ~ &Sub &SubContent[data-el='12'],
     &El_sub[data-el='13']:hover ~ &Sub &SubContent[data-el='13'],
     &El_sub[data-el='14']:hover ~ &Sub &SubContent[data-el='14'],
     &El_sub[data-el='15']:hover ~ &Sub &SubContent[data-el='15'] {
       display: inline-flex;
     }

     &El_sub[data-el='1']:hover ~ &Sub &SubSideLinks[data-el='1'],
     &El_sub[data-el='2']:hover ~ &Sub &SubSideLinks[data-el='2'],
     &El_sub[data-el='3']:hover ~ &Sub &SubSideLinks[data-el='3'],
     &El_sub[data-el='4']:hover ~ &Sub &SubSideLinks[data-el='4'],
     &El_sub[data-el='5']:hover ~ &Sub &SubSideLinks[data-el='5'],
     &El_sub[data-el='6']:hover ~ &Sub &SubSideLinks[data-el='6'],
     &El_sub[data-el='7']:hover ~ &Sub &SubSideLinks[data-el='7'],
     &El_sub[data-el='8']:hover ~ &Sub &SubSideLinks[data-el='8'],
     &El_sub[data-el='9']:hover ~ &Sub &SubSideLinks[data-el='9'],
     &El_sub[data-el='10']:hover ~ &Sub &SubSideLinks[data-el='10'],
     &El_sub[data-el='11']:hover ~ &Sub &SubSideLinks[data-el='11'],
     &El_sub[data-el='12']:hover ~ &Sub &SubSideLinks[data-el='12'],
     &El_sub[data-el='13']:hover ~ &Sub &SubSideLinks[data-el='13'],
     &El_sub[data-el='14']:hover ~ &Sub &SubSideLinks[data-el='14'],
     &El_sub[data-el='15']:hover ~ &Sub &SubSideLinks[data-el='15'] {
       display: block;
     }*/
  }
  .mainNavHeader {
    display: none;
  }
  .mainNavList {
    margin: 0 -8px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
  }
  .mainNav.entered .mainNavSub {
    top: 100%;
    opacity: 1;
    transition: none;
  }
  .mainNavEl_sub_compact .mainNavSub {
    width: 300px;
    left: 50%;
    right: auto;
    margin-left: -150px;
  }
  .mainNavEl_sub_compact .mainNavSubBox {
    width: 100%;
  }
  .mainNavEl_sub_compact .mainNavSubTitle {
    display: none;
  }
  .mainNavEl {
    white-space: nowrap;
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
    line-height: 16px;
  }
  .mainNavEl_sep {
    display: inline-block;
    vertical-align: top;
    height: 28px;
    width: 1px;
    margin: 11px 8px;
    background: #c8c8c8;
    padding: 0;
  }
  .mainNavEl_sub_compact {
    position: relative;
  }
  .mainNavEl > a {
    margin: 0.125rem 0 0.125rem 0;
    padding: 8px 8px 12px 8px;
    font-size: 16px;
    display: block;
    position: relative;
    line-height: 20px;
    color: #252525;
    font-family: "Futura PT", sans-serif;
    font-weight: 700;
    border-radius: 16px;
    transition: all 0.3s;
    text-decoration: none;
  }
  .mainNavEl > a:after {
    content: "";
    position: absolute;
    z-index: 101;
    left: 0;
    right: 0;
    margin: auto;
    top: 100%;
    height: 0.125rem;
    width: 100%;
    background: #2b2b29;
    transform: scaleX(0);
    transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .mainNavEl:hover > a {
    text-decoration: none;
  }
  .mainNavInfo {
    display: none;
  }
  .mainNavSub {
    display: flex;
    position: absolute;
    top: 100%;
    align-items: stretch;
    height: 0;
    overflow: hidden;
    opacity: 1;
    left: -14px;
    right: -14px;
    background: #fff;
    border: none;
    visibility: visible;
    border-radius: 0 0 6px 6px;
    z-index: 100;
    transition: height 0.2s cubic-bezier(0.6, 0, 0.4, 1);
  }
  .mainNavSub_x3 {
    width: 75%;
  }
  .mainNavSub_x3 .mainNavSubBox {
    width: calc(33.3333% - 20px);
  }
  .mainNavSubList {
    padding-top: 0;
  }
  .mainNavSubTitle {
    font-weight: 700;
    font-size: 44px;
    font-family: "Futura PT", sans-serif;
    margin: 20px 0 60px 0;
    opacity: 0;
    position: relative;
    top: -20px;
    transition: all 0.2s cubic-bezier(0.6, 0, 0.4, 1);
    transition-delay: 0.12s;
    text-decoration: none;
  }
  .mainNavSubTitle a {
    text-decoration: none;
  }
  .mainNavSubTitle + .mainNavSubList {
    padding-top: 32px;
  }
  .mainNavSubHeader {
    display: none;
  }
  .mainNavSubContent {
    width: 100%;
    padding: 24px;
    overflow: hidden;
    display: block;
    flex-wrap: wrap;
    align-items: start;
    justify-content: start;
  }
  .mainNavSubContent_compact {
    padding-top: 0;
    padding-bottom: 0;
  }
  .mainNavSubContent_wide {
    width: 100%;
  }
  .mainNavSubSide {
    width: 20rem;
    min-width: 20rem;
    max-width: 20rem;
    padding: 24px;
    display: block;
    background: #f6f6f6;
    border-radius: 0 0 1px 0;
  }
  .mainNavSubSideLinks {
    padding-bottom: 2rem;
    margin-bottom: 1.375rem;
    border-bottom: 0.0625rem solid #c3c3c3;
  }
  .mainNavSubSideLinksEl {
    display: block;
    font-weight: 500;
    font-size: 1.0625rem;
    font-style: normal;
    line-height: 1.647;
    letter-spacing: 0.03125rem;
    margin-bottom: 0.75rem;
    white-space: normal;
  }
  .mainNavSubSideLinksEl a {
    text-transform: none;
    color: #176dbd;
    position: relative;
    display: block;
  }
  .mainNavSubSideLinksEl a:after {
    content: "";
    position: absolute;
    z-index: 101;
    left: 0;
    right: 0;
    margin: auto;
    top: 1.75rem;
    height: 0.125rem;
    width: 100%;
    background: #2b2b29;
    transform: scaleX(0);
    transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .mainNavSubInfoEl {
    margin: 16px 0 0 0;
    font-weight: 300;
    display: flex;
    font-size: 0.8125rem;
    font-style: normal;
    line-height: 1;
    letter-spacing: 0.03125rem;
    text-transform: none;
    white-space: normal;
  }
  .mainNavSubMedia {
    opacity: 0;
    position: relative;
    top: -20px;
    transition: all 0.2s cubic-bezier(0.6, 0, 0.4, 1);
    transition-delay: 0.22s;
  }
  .mainNavSubNav {
    margin: 0px -6px 0 -6px;
    display: flex;
    width: calc(100% + 12px);
    gap: 20px;
    flex-wrap: wrap;
    align-items: start;
    opacity: 0;
    position: relative;
    top: -20px;
    transition: all 0.2s cubic-bezier(0.6, 0, 0.4, 1);
    transition-delay: 0.22s;
  }
  .mainNavSubBox {
    padding: 6px;
    width: calc(25% - 20px);
    position: relative;
    border-radius: 4px;
    /*      @media all and (max-width: 1600px) {
            width: 16.666%;
          }

          @media all and (max-width: 1400px) {
            width: 20%;
          }*/
  }
  .mainNavSubBox--important {
    background: #f6f6f6;
  }
  .mainNavSubBoxHeader {
    display: none;
  }
  .mainNavSubBoxTitle {
    display: block;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 24px;
    font-family: "Futura PT", sans-serif;
    white-space: normal;
    border-bottom: solid 2px #A3A3A3;
  }
  .mainNavSubBoxTitle a {
    padding: 2px 0;
    font-size: 18px;
    line-height: 24px;
    text-decoration: none;
  }
  .mainNavSubBoxTitle_special a {
    padding-left: 4px;
    padding-right: 4px;
    border-radius: 2px;
    background: #E3FE75;
  }
  .mainNavSubBox ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .mainNavSubBox ul.mainNavSubNavList_x2 {
    column-count: 2;
    column-gap: 20px;
  }
  .mainNavSubBox ul li {
    line-height: 1.5;
    padding: 4px 0 0 0;
  }
  .mainNavSubBox ul li a {
    display: inline-block;
    font-weight: 300;
    font-size: 0.8125rem;
    white-space: normal;
  }
  .mainNavSubBox ul li a:hover {
    text-decoration: none;
    font-weight: 600;
  }
  .mainNavEl:hover > a:after {
    transform: scale(1);
  }
  .mainNavEl_sub:hover .mainNavSub {
    top: 100%;
    visibility: visible;
    z-index: 102;
    border: 1px solid #c8c8c8;
  }
  .darkPage .mainNavEl_sub:hover .mainNavSub {
    border-color: #151515;
  }
  .mainNavEl_sub:hover .mainNavSubNav, .mainNavEl_sub:hover .mainNavSubTitle, .mainNavEl_sub:hover .mainNavSubMedia {
    opacity: 1;
    top: 0;
  }
}
@media all and (min-width: 1200px) {
  .mainNavSubBox ul li {
    padding: 8px 0 0 0;
  }
  .mainNavSubBox ul li a, .mainNavSubBox ul li span {
    font-size: 16px;
    line-height: 24px;
  }
  .darkPage .mainNavSub {
    background: #121212;
    border: 1px solid #151515;
    color: #fff;
  }
  .darkPage .mainNavSub a {
    color: #fff;
  }
  .darkPage .mainNavSub a:hover, .darkPage .mainNavSub a:visited {
    color: #fff;
  }
  .darkPage .mainNavSubBox--important {
    background: #151515;
  }
  .darkPage .mainNavSubBoxTitle_special a {
    background: #444444;
  }
}
@media all and (max-width: 1300px) and (min-width: 1200px) {
  .mainNav {
    /*
        &List {
          margin-left: -6px;
          margin-right: -6px;
        }

        &El {
          font-size: 12px;
          padding-left: 6px;
          padding-right: 6px;

          & > a {
            font-size: 12px;
          }
        }*/
  }
  .mainNavEl_hide {
    display: none;
  }
}
@media all and (max-width: 1199px) {
  .mainNav {
    position: fixed;
    top: 0;
    left: -100vw;
    bottom: 0;
    background: #fff;
    z-index: 100;
    margin: 0;
    width: 100vw;
    transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
    overflow: auto;
    padding: 0;
  }
  .showNav .mainNav {
    left: 0;
  }
  .mainNavLogo {
    width: 100px;
    height: 40px;
    display: block;
    background: url("/1200px-GL_Logo.svg2.png") center no-repeat;
    background-size: contain;
    margin: 0 auto;
  }
  .mainNavHeader, .mainNavSubHeader, .mainNavSubBoxHeader {
    padding: 20px 50px;
    position: sticky;
    top: 0;
    background: #fff;
    text-align: center;
    z-index: 2;
    left: 0;
    right: 0;
  }
  .mainNavList {
    border-top: 1px solid #c4c4c4;
    padding: 6px 0 0 0;
  }
  .mainNavClose, .mainNavSubClose, .mainNavSubBoxClose {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    background: url("../images/svg/close.svg") center no-repeat;
    background-size: 12px 12px;
    cursor: pointer;
  }
  .mainNavInfo {
    padding: 28px 12px;
    display: flex;
    flex-wrap: wrap;
  }
  .mainNavInfoEl {
    padding: 8px;
    width: 50%;
    font-weight: 300;
    display: block;
    font-size: 0.8125rem;
    font-style: normal;
    line-height: 1;
    letter-spacing: 0.03125rem;
    text-transform: none;
    text-align: center;
    white-space: normal;
  }
  .mainNavEl {
    /*    &_hide {
          display: none;
        }*/
  }
  .mainNavEl > a {
    height: 48px;
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 40px 0 20px;
    font-weight: 500;
    font-size: 13px;
    width: 100%;
  }
  .mainNavEl_sep {
    display: none;
  }
  .mainNavEl_hide, .mainNavEl_hide_tab {
    background: #f6f6f6;
  }
  .mainNavEl_sub > a:after {
    width: 8px;
    height: 12px;
    background: url("../images/svg/arr_link.svg") center no-repeat;
    position: absolute;
    top: 50%;
    right: 21px;
    margin: -6px 0 0 0;
    content: "";
  }
  .mainNavEl.active .mainNavSub, .mainNavSubBox.active .mainNavSubBoxInner {
    left: 0;
  }
  .mainNavEl.active .mainNavSubBox--single .mainNavSubBoxTitle {
    display: none;
  }
  .mainNavEl.active .mainNavSubBox--single > ul {
    padding-top: 0;
    border-top: 0;
  }
  .mainNavSub {
    height: 100% !important;
  }
  .mainNavSub, .mainNavSubBoxInner {
    display: block;
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    overflow: auto;
    bottom: 0;
    z-index: 5;
    background: #f6f6f6;
    transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
  }
  .mainNavSubBoxInner {
    background: #fff;
  }
  .mainNavSubTitle, .mainNavSubBoxTitle {
    font-weight: 500;
    font-size: 17px;
    font-style: normal;
    line-height: 16px;
    display: block;
    letter-spacing: 0.03125rem;
    margin-bottom: 8px;
    text-transform: none;
    text-align: center;
  }
  .mainNavSubLink, .mainNavSubBoxLink {
    font-weight: 500;
    font-size: 0.8125rem;
    display: inline-block;
    vertical-align: top;
    line-height: 16px;
    cursor: pointer;
    text-decoration: underline;
  }
  .mainNavSubBack, .mainNavSubBoxBack {
    width: 40px;
    height: 40px;
    background: url("../images/svg/arr_link.svg") center no-repeat;
    background-size: auto 16px;
    position: absolute;
    top: 10px;
    left: 10px;
    cursor: pointer;
    transform: rotate(180deg);
  }
  .mainNavSubContent, .mainNavSubBox ul {
    border-top: 1px solid #c4c4c4;
    background: #fff;
    display: block;
    list-style: none;
    padding: 6px 0 0 0;
    margin: 0;
  }
  .mainNavSubContent .mainNavSubTitle {
    display: none;
  }
  .mainNavSubInfo {
    display: none;
  }
  .mainNavSubSide {
    padding: 0.375rem 0;
  }
  .mainNavSubSideLinksEl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 48px;
    padding: 0 20px;
    font-weight: 500;
    font-size: 0.8125rem;
    line-height: 1;
    color: #176dbd;
    cursor: pointer;
  }
  .mainNavSubBoxTitle > a, .mainNavSubBox ul li > a {
    height: 48px;
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 40px 0 20px;
    font-weight: 500;
    font-size: 13px;
    width: 100%;
  }
  .mainNavSubBoxTitle > a:after {
    width: 8px;
    height: 12px;
    background: url("../images/svg/arr_link.svg") center no-repeat;
    position: absolute;
    top: 50%;
    right: 21px;
    margin: -6px 0 0 0;
    content: "";
  }
}

#header {
  background: #fff;
  position: relative;
}

.mainNavOverlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  visibility: hidden;
}
.mainNavOverlay.active {
  opacity: 1;
  visibility: visible;
  transition: all 0.2s linear;
}

@media all and (min-width: 767px) {
  .modal-video-stories {
    max-width: 500px;
  }
}
.modal-video-stories .videoBox:after {
  padding: 177.77% 0 0 0;
}

.modal iframe {
  max-width: 100%;
}

.liveBoxSlider {
  position: relative;
  margin-bottom: 30px;
}
.liveBoxSlider .liveBox {
  margin: 0;
}
.liveBoxSlider.slick-slider {
  margin-left: 0;
  margin-right: 0;
}
.liveBoxSlider .slick-arrow {
  display: none !important;
}
.liveBoxSlider.slick-dotted {
  padding-bottom: 30px;
}
.liveBoxSlider.slick-dotted .slick-dots {
  display: flex !important;
  top: auto;
  bottom: 0;
  margin: 0;
}
.liveBoxSlider.slick-dotted .slick-dots button {
  width: 12px;
  height: 12px;
  overflow: hidden;
  border-radius: 6px;
  transition: all 0.3s;
  background: #fff;
  border: solid 1px #000;
  font-size: 0;
  line-height: 0;
  display: block;
  margin: 0 auto;
  cursor: pointer;
  position: relative;
}
.liveBoxSlider.slick-dotted .slick-dots button:before {
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  content: "";
}
.liveBoxSlider.slick-dotted .slick-dots .slick-active button {
  background: #000;
  width: 24px;
}

@media all and (max-width: 767px) {
  .dealersList {
    flex-direction: column-reverse;
    gap: 30px;
  }
}

@media all and (max-width: 767px) {
  .tab-nav {
    flex-direction: column;
  }
  .tab-nav__side {
    padding: 0;
    width: 100% !important;
  }
  .tab-nav__content {
    padding: 15px 0 0 0;
    width: 100% !important;
  }
}

h3, .h3, h2, .h2, h1, .h1 {
  font-weight: 700;
  font-family: "Futura PT", sans-serif;
}

.product-title {
  font-weight: 700;
  font-family: "Futura PT", sans-serif;
}

.product-color .color-item {
  background-color: grey;
}

.card_list .card-img-top {
  position: relative;
  display: flex;
  width: 100%;
}
.card_list .card-img-top:after {
  padding: 150% 0 0 0;
  padding: 128% 0 0 0;
  content: "";
  display: block;
}
.darkPage .card_list .card-img-top:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: "";
  height: 43px;
  background: linear-gradient(to top, rgba(21, 21, 21, 0) 0%, rgba(21, 21, 21, 0.1) 20%, rgba(21, 21, 21, 0.3) 40%, rgb(21, 21, 21) 100%);
  display: block;
  z-index: 4;
}
.card_list .card-img-top img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom center;
}

body.darkPage {
  background-color: #151515;
}

.darkPage .page-title .bg-body-secondary {
  background-color: #151515 !important;
}
.darkPage .page-title .bg-body-secondary .breadcrumb-item.active {
  color: #fff;
}
.darkPage .card-body a {
  color: #fff;
}
.darkPage .toggle-icon, .darkPage .toggle-icon:after, .darkPage .toggle-icon:before {
  color: #fff;
}
.darkPage .bg-body {
  background-color: #151515 !important;
}
.darkPage #content {
  color: #fff;
}
.darkPage #content h6, .darkPage #content .h6, .darkPage #content h5, .darkPage #content .h5, .darkPage #content h4, .darkPage #content .h4, .darkPage #content h3, .darkPage #content .h3, .darkPage #content h2, .darkPage #content .h2, .darkPage #content h1, .darkPage #content .h1 {
  color: #fff;
}
.darkPage .card-product .text-body-emphasis {
  color: #fff !important;
}
@media all and (min-width: 1200px) {
  .darkPage #header {
    background-color: #151515;
  }
  .darkPage .mainNavEl > a {
    color: #fff;
  }
}

.header .basket {
  position: absolute;
  right: 16px;
}
.header .basket .rsCartIcon {
  font-size: 18px;
  text-decoration: none;
  display: inline-flex;
  gap: 4px;
  align-items: center;
}
@media all and (min-width: 1200px) {
  .header .basket {
    position: relative;
    right: auto;
  }
}

.rsProductOfferContainer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 20px;
}
.rsProductOfferContainer > * {
  width: 100%;
  order: 3;
}
.rsProductOfferContainer .rsPricingWrapper {
  margin: 10px 0;
  order: 0;
  width: auto;
  display: inline-flex;
}
.rsProductOfferContainer .rsPricingWrapper .rsPrice {
  color: #000;
  font-size: 20px;
  line-height: 24px;
}
.rsProductOfferContainer .rsAddToCartForm {
  margin: 10px 0;
  order: 1;
  width: auto;
  display: inline-flex;
}
.rsProductOfferContainer .rsAddToCartForm input[type=submit] {
  background-color: #000;
  padding: 10px 30px;
  border: none;
  font-size: 18px;
  color: #fff;
  line-height: 20px;
}

.productVariantSelector {
  display: none;
}

.card .list-color-product .color-item[disabled] {
  opacity: 0.5;
  cursor: default;
}

.card .list-color-product .color-item {
  position: relative;
}

.card .list-color-product .color-item:after {
  position: absolute;
  content: "";
  left: -5px;
  right: -5px;
  top: -5px;
  bottom: -5px;
  display: block;
}

.card .list-color-product[disabled] {
  position: relative;
}

.card .list-color-product[disabled]:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  height: 2px;
  top: calc(50% - 1px);
  display: block;
  border-radius: 1px;
  background: red;
  opacity: 0.5;
  transform: rotate(-45deg);
}

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