/*!********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/styles/app.scss ***!
  \********************************************************************************************************************************************************/
@charset "UTF-8";
@font-face {
  font-family: "Inter";
  src: url(../.././assets/fonts/Inter-Regular.ttf) format("ttf");
  font-weight: normal;
  font-style: normal;
}
[data-name="phone"] .span-phone:before {
  content: "+47";
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  /* background: red; */
  bottom: 31.5%;
  color: #fff;
  font-size: 18px;

}
[data-name="phone"] input{
  padding-left: 30px;
}
@font-face {
  font-family: "Inter";
  src: url(../.././assets/fonts/Inter-Medium.ttf) format("ttf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url(../.././assets/fonts/Inter-Bold.ttf) format("ttf");
  font-weight: 700;
  font-style: normal;
}
.header {
  background: #12130f;
  padding: 17px 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: fixed;
  z-index: 999;
  width: 100%;
  left: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px 20px;
  }
}
.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .header__menu {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
}
.header__menu_logo {
  margin-right: 36px;
}
.header__menu .burger {
  width: 20px;
  height: 14px;
  position: relative;
  border: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 6;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.header__menu .burger__line {
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 30px;
}
.header__menu .burger__line_top {
  top: 0;
}
.header__menu .burger__line_middle {
  top: 45%;
}
.header__menu .burger__line_bottom {
  bottom: 0;
}
.header__menu .burger.is-active {
  z-index: 999;
  position: relative;
  top: 5px;
  left: 0;
}
.header__menu .burger.is-active .burger__line_top {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0;
  left: 0;
  background: #fff;
  z-index: 999;
  position: absolute;
}
.header__menu .burger.is-active .burger__line_middle {
  display: none;
}
.header__menu .burger.is-active .burger__line_bottom {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
  left: 9;
  background: #fff;
  z-index: 999;
  position: absolute;
}
.header__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .header__contact {
    margin-top: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
}
.header__contact_button-input {
  background: transparent;
  border: none;
}
.header__contact_button-input input {
  display: none;
}
.header__contact_button-abonnent {
  margin: 0 24px 0 50px;
  background: #85c114;
  border-radius: 4px;
  color: #000;
  padding: 8px 24px 8px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .header__contact_button-abonnent {
    margin: 0;
  }
}
.header__contact_button-abonnent:hover {
  background: rgba(166, 255, 0, 0.63);
  -webkit-box-shadow: -1px -2px 44px 7px rgba(133, 193, 20, 0.15);
  box-shadow: -1px -2px 44px 7px rgba(133, 193, 20, 0.15);
}
.header__contact_button-abonnent img {
  margin-right: 12px;
}
.header__contact_login {
  color: #f9f9f9;
  font-weight: 500;
}
.header__contact .btn {
  line-height: 24px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.main-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sidebar-wrapper {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  min-height: 100vh;
  margin-left: -256px;
  width: 256px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 11;
}
@media (max-width: 767px) {
  .sidebar-wrapper {
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
    margin-left: -100%;
    width: 100%;
  }
}

.sidebar {
  position: -webkit-sticky;
  position: sticky;
  background: #21241a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 90px 0 110px 30px;
  width: 256px;
  height: 100%;
  max-height: 100vh;
  left: 0;
  top: 0;
  overflow-y: auto;
}
@media screen and (max-width: 768px) {
  .sidebar {
    width: 100%;
  }
}
.sidebar__nav-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.sidebar__nav-bar_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #a4bda4;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  margin-top: 30px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.sidebar__nav-bar_item svg {
  margin-right: 13px;
}
.sidebar__nav-bar_item:hover {
  color: #f9f9f9;
}
.sidebar__nav-bar_item:hover svg path {
  fill: #85c114;
}
.sidebar__nav-bar_item.active {
  color: #f9f9f9;
}
.sidebar__nav-bar_item.active svg path {
  fill: #85c114;
}
.sidebar__nav-bar_item:hover::after {
  content: "";
  width: 4px;
  height: 24px;
  background: #85c114;
  display: inline-block;
  position: absolute;
  left: -30px;
}
.sidebar__nav-bar_item.active::after {
  content: "";
  width: 4px;
  height: 24px;
  background: #85c114;
  display: inline-block;
  position: absolute;
  left: -30px;
}
.sidebar .menu-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #a4bda4;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  margin-top: 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.sidebar .menu-item a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: inherit;
}
.sidebar .menu-item a img {
  margin-right: 12px;
  -webkit-filter: invert(0.1) sepia(0.3) saturate(1000) hue-rotate(135deg) contrast(0.1) brightness(1.6);
  filter: invert(0.1) sepia(0.3) saturate(1000) hue-rotate(135deg) contrast(0.1) brightness(1.6);
}
.sidebar .menu-item.active, .sidebar .menu-item:hover {
  color: #f9f9f9;
}
.sidebar .menu-item.active a img, .sidebar .menu-item:hover a img {
  margin-right: 12px;
  -webkit-filter: invert(0.5) sepia(1) saturate(12) hue-rotate(40deg);
  filter: invert(0.5) sepia(1) saturate(12) hue-rotate(40deg);
}
.sidebar .menu-item.active:after, .sidebar .menu-item:hover:after {
  content: "";
  width: 4px;
  height: 24px;
  background: #85c114;
  display: inline-block;
  position: absolute;
  left: -30px;
  top: 0;
}
.sidebar__bottom {
  position: absolute;
  bottom: 20px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0 30px;
  height: 80px;
  overflow-y: hidden;
}

.menu-open .sidebar-wrapper {
  margin-left: 0;
}

.main {
  margin-top: 70px;
  padding-bottom: 136px;
  min-height: calc(100% - 70px);
}
@media screen and (max-width: 768px) {
  .main {
    margin-top: 130px;
    padding-bottom: 40px;
    min-height: calc(100% - 130px);
  }
}

.menu-open .main {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.menu-open .main .video-hero,
.menu-open .main .slider {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: -20px;
  margin-right: -20px;
  width: calc(100% + 20px + 20px);
}

.slider {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .slider {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 20px + 20px);
  }
}
.slider__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 647px;
  overflow: hidden;
}
@media (max-width: 1400px) {
  .slider__item {
    height: 600px;
  }
}
@media (max-width: 1200px) {
  .slider__item {
    height: 500px;
  }
}
.slider__item.dark:after {
  content: "";
  background: -webkit-gradient(linear, right top, left top, color-stop(42.75%, rgba(39, 43, 29, 0.15)), color-stop(60.9%, rgba(18, 19, 15, 0.6)), color-stop(92.51%, #12130f));
  background: -o-linear-gradient(right, rgba(39, 43, 29, 0.15) 42.75%, rgba(18, 19, 15, 0.6) 60.9%, #12130f 92.51%);
  background: linear-gradient(270deg, rgba(39, 43, 29, 0.15) 42.75%, rgba(18, 19, 15, 0.6) 60.9%, #12130f 92.51%);
  background-blend-mode: darken;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.slider__item.dark .slider__item_content .item-title {
  color: #f9f9f9;
}
.slider__item.dark .slider__item_content .item-paragraph {
  color: #d0dbd0;
}
.slider__item.dark .slider__item_content .button-abonnent {
  color: #f9f9f9;
}
.slider__item.dark .slider__item_content .bottom-content .text {
  color: #d0dbd0;
}
.slider__item:not(.dark) .slider__item_content .image-desaturate {
  -webkit-filter: invert(100);
  filter: invert(100);
}
.slider__item_content {
  position: relative;
  z-index: 3;
  max-width: 793px;
  padding: 80px 80px 0;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .slider__item_content {
    padding: 60px 60px 0;
  }
}
@media screen and (max-width: 991px) {
  .slider__item_content {
    padding: 20px 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .slider__item_content {
    padding: 20px 20px 0;
  }
}
.slider__item_content .item-title {
  color: #12130F;
  margin: 0;
  font-size: 32px;
  font-weight: 700;
}
@media screen and (max-width: 1200px) {
  .slider__item_content .item-title {
    position: static;
    font-size: 20px;
  }
}


@media screen and (max-width: 900px) {
  .slider__item p, .slider__item h1, .slider__item h6{
     text-shadow: black 0px 2px 22px;
     color: #fff!important;
}
.slider__item {
    background-position: 85% 50%!important;
    }
    .slider__item:not(.dark) .slider__item_content .image-desaturate {
    -webkit-filter:none;
    filter: none;
}
}

.slider__item_content .item-paragraph {
  color: #414141;
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 22px;
}
.slider__item_content .button-position {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 32px;
}
.slider__item_content .button-position a {
  font-family: "Inter", sans-serif;
  font-weight: 600;
}
.slider__item_content .button-position .button-abonnent {
  background: transparent;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333333;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
}
.slider__item_content .button-position .button-abonnent img {
  margin-right: 12px;
}
.slider__item_content .bottom-content {
  position: relative;
  padding-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 500px;
}
@media screen and (max-width: 1400px) {
  .slider__item_content .bottom-content {
    padding: 30px 0 0;
  }
}
@media screen and (max-width: 1200px) {
  .slider__item_content .bottom-content {
    max-width: 450px;
  }
}
@media screen and (max-width: 767px) {
  .slider__item_content .bottom-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.slider__item_content .bottom-content .text {
  font-size: 14px;
  margin: 0;
  line-height: 22px;
  color: #333333;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .slider__item_content .bottom-content .text {
    position: absolute;
    top: 8px;
    left: 0;
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  .slider__item_content .bottom-content .text {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .slider__item_content .bottom-content br {
    display: none;
  }
}
.slider__item_content .bottom-content .commercial {
  margin-left: 30px;
}
@media screen and (max-width: 991px) {
  .slider__item_content .bottom-content .commercial {
    margin-left: 8px;
  }
}
@media screen and (max-width: 767px) {
  .slider__item_content .bottom-content .commercial {
    margin-bottom: 8px;
    max-width: 80px;
    height: auto;
  }
}
.slider .swiper {
  position: relative;
}
.slider .swiper .navigation {
  background: rgba(33, 36, 26, 0.5);
  border: 1px solid #2f3a19;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 50px;
  bottom: 50px;
  z-index: 2;
  width: 148px;
  height: 40px;
}
@media screen and (max-width: 991px) {
  .slider .swiper .navigation {
    position: static;
    margin: 15px auto 0;
  }
}
.slider .swiper .swiper-pagination-bullet {
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: transparent;
}
.slider .swiper .swiper-pagination-bullet-active {
  background: #9b9f9a;
}
.slider .swiper .swiper-button-prev::after,
.slider .swiper .swiper-button-next::after {
  content: "";
}
.slider .swiper .swiper-button-prev,
.slider .swiper .swiper-button-next {
  position: static;
  margin: 0;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  width: 32px;
  height: 32px;
  border-radius: 20px;
  padding: 8px 12px;
}
.slider .swiper .swiper-button-prev {
  left: 0;
  margin-left: 4px;
}
.slider .swiper .swiper-button-next {
  right: 0;
  margin-right: 4px;
}
.slider .swiper .swiper-pagination {
  position: static;
  bottom: 50px;
}

.hero.open {
  -webkit-transform: translateX(-130px);
  -ms-transform: translateX(-130px);
  transform: translateX(-130px);
}
@media screen and (max-width: 1680px) {
  .hero.open {
    -webkit-transform: translateX(-80px);
    -ms-transform: translateX(-80px);
    transform: translateX(-80px);
  }
}

.episodes {
  margin-top: 32px;
}
.episodes__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .episodes__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.episodes__nav_list-element {
  color: #d0dbd0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  margin-right: 32px;
}
@media screen and (max-width: 768px) {
  .episodes__nav_list-element {
    margin: 20px 0 0;
  }
}
.episodes__nav_list-element.active {
  color: #f9f9f9;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  border-bottom: 1px solid #828282;
  padding-bottom: 2px;
}
.episodes__content {
  padding-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 1600px) {
  .episodes__content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 1100px) {
  .episodes__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .episodes__content {
    padding: 20px 0 0;
  }
}
.episodes__content_item {
  position: relative;
}
@media screen and (max-width: 768px) {
  .episodes__content_item {
    margin: 25px 0 0;
  }
}
.episodes__content_item img {
  border-radius: 16px;
  width: 100%;
}
.episodes__content_item .item-box {
  display: block;
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.episodes__content_item .item-box .item-box-title {
  color: #f9f9f9;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}
.episodes__content_item .item-box__range {
  margin-top: 8px;
}
.episodes__content_item .item-box__range_desc {
  color: #d0dbd0;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  position: relative;
}
.episodes__content_item .item-box__range .desc-one::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d0dbd0;
  margin: 0 10px 0 12px;
}
@media screen and (max-width: 1600px) {
  .episodes__content .item-middle {
    margin-left: 30px;
  }
}
@media screen and (max-width: 1100px) {
  .episodes__content .item-middle {
    margin: 20px 0;
  }
}
@media screen and (max-width: 1600px) {
  .episodes__content .item-last {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1100px) {
  .episodes__content .item-last {
    margin: 0;
  }
}

.productions-wrapper {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-color: rgba(18, 19, 15, 0.2);
  border-radius: 10px;
}
.productions-wrapper:hover {
  background: #263208;
}
.productions-wrapper:hover .productions:after {
  opacity: 1;
}
.productions-wrapper .swiper-button-next::after {
  content: "";
}
.productions-wrapper .swiper-button-next {
  position: absolute;
  top: 50%;
  right: 50px;
  -webkit-transform: translate3d(0);
  transform: translate3d(0);
  background: rgba(28, 34, 12, 0.3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  padding: 8px 12px;
  width: 32px;
  height: 32px;
  z-index: 999;
}

.productions {
  margin-top: 20px;
  border-radius: 16px;
  border: 1px solid transparent;
  padding: 24px 0;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.productions::after {
  content: "";
  background: -webkit-gradient(linear, right top, left top, color-stop(30.66%, #263208), to(rgba(38, 50, 8, 0)));
  background: -o-linear-gradient(right, #263208 30.66%, rgba(38, 50, 8, 0) 100%);
  background: linear-gradient(270deg, #263208 30.66%, rgba(38, 50, 8, 0) 100%);
  position: absolute;
  right: 0;
  top: 0;
  width: 106px;
  height: 100%;
  opacity: 0;
  z-index: 2;
  pointer-events: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.productions .productions-title {
  margin: 0 24px;
  color: #f9f9f9;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}
.productions .productions-swiper {
  margin-top: 24px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.productions .productions-swiper .swiper-wrapper {
  position: relative;
}
.productions .productions-swiper .swiper-slide {
  width: 264px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.productions .productions-swiper .swiper-slide:first-child {
  margin-left: 24px;
}
.productions .productions-swiper .swiper-slide:last-child {
  margin-right: 24px;
}
.productions .productions-swiper .swiper-slide:hover {
  -webkit-filter: drop-shadow(0px 8px 16px rgba(122, 162, 30, 0.33)) drop-shadow(0px 8px 16px rgba(0, 0, 0, 0.15));
  filter: drop-shadow(0px 8px 16px rgba(122, 162, 30, 0.33)) drop-shadow(0px 8px 16px rgba(0, 0, 0, 0.15));
}
.productions .productions-swiper .swiper-slide img {
  max-height: 183px;
  width: 264px;
}
@media screen and (max-width: 768px) {
  .productions .productions-swiper .swiper-slide img {
    margin: 0 auto;
    width: 100%;
    max-height: 100%;
  }
}
.productions .productions-swiper .swiper-slide .productions-paragraph {
  margin: 0;
  color: #d0dbd0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}
.productions .productions-swiper .swiper-slide:last-of-type::before {
  content: "";
}

.about {
  margin-top: 64px;
}
.about__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
@media screen and (max-width: 991px) {
  .about__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.about__content_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 52%;
  min-height: 500px;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.05))), radial-gradient(65.16% 115.07% at 20.65% 21.85%, #85c114 0%, #4f632a 69.52%, #37441d 100%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)), -o-radial-gradient(20.65% 21.85%, 65.16% 115.07%, #85c114 0%, #4f632a 69.52%, #37441d 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)), radial-gradient(65.16% 115.07% at 20.65% 21.85%, #85c114 0%, #4f632a 69.52%, #37441d 100%);
  background-blend-mode: normal, multiply;
  padding: 80px;
}
@media screen and (max-width: 1600px) {
  .about__content_text {
    padding: 50px;
    width: 60%;
    min-height: 440px;
  }
}
@media screen and (max-width: 1200px) {
  .about__content_text {
    padding: 40px;
    width: 65%;
    min-height: 380px;
  }
}
@media screen and (max-width: 991px) {
  .about__content_text {
    padding: 24px 20px;
    width: 100%;
    min-height: 0;
  }
}
.about__content_text .about-title {
  color: #f9f9f9;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .about__content_text .about-title {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
  }
}
.about__content_text .about-paragraph {
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  margin-top: 8px;
}
@media screen and (max-width: 991px) {
  .about__content_text .about-paragraph {
    font-size: 14px;
    line-height: 20px;
    margin-top: 14px;
  }
}
.about__content_text .button-look-now {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 20px;
  background: #fff;
}
.about__content_text .button-look-now:hover {
  background: #fff;
}
.about__content_img {
  position: relative;
  width: 48%;
}
@media screen and (max-width: 1600px) {
  .about__content_img {
    width: 40%;
  }
}
@media screen and (max-width: 1200px) {
  .about__content_img {
    width: 35%;
  }
}
@media screen and (max-width: 991px) {
  .about__content_img {
    width: 100%;
    min-height: 300px;
  }
}
@media screen and (max-width: 767px) {
  .about__content_img {
    min-height: 230px;
  }
}
.about__content_img img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.partners {
  margin-top: 32px;
  margin-bottom: 24px;
}
.partners .partners-title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #f9f9f9;
}
@media screen and (max-width: 767px) {
  .partners .partners-title {
    font-size: 20px;
    line-height: 28px;
    text-align: center;
  }
}
.partners__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .partners__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
  }
}
.partners__wrap_item {
  margin-right: 24px;
  border: 1px solid #3b4822;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.3s background-color ease-in-out;
  -o-transition: 0.3s background-color ease-in-out;
  transition: 0.3s background-color ease-in-out;
  background-color: transparent;
}
.partners__wrap_item:hover {
  background-color: #1c220c;
}
@media screen and (max-width: 768px) {
  .partners__wrap_item {
    margin: 30px 0 0;
  }
}

.footer {
  background: #1c220c;
}
.footer .logo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 123px;
  height: auto;
}
.footer__content {
  padding: 76px 0 76px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .footer__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px 0 40px 0;
  }
}
.footer__content .logo {
  margin-right: 40px;
}
@media screen and (max-width: 1400px) {
  .footer__content .logo {
    margin-left: 12px;
  }
}
@media screen and (max-width: 991px) {
  .footer__content .logo {
    margin: 0 auto 32px;
  }
}
.footer__content .logo img {
  display: block;
}
.footer__content .footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media screen and (max-width: 991px) {
  .footer__content .footer-nav {
    margin: 0 auto 24px;
  }
}
@media screen and (max-width: 550px) {
  .footer__content .footer-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.footer__content .menu-item {
  margin-right: 60px;
  font-size: 20px;
  line-height: 24px;
}
@media screen and (max-width: 1400px) {
  .footer__content .menu-item {
    margin-right: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .footer__content .menu-item {
    font-size: 16px;
  }
}
@media screen and (max-width: 550px) {
  .footer__content .menu-item {
    margin: 0 0 12px;
  }
}
.footer__content .menu-item:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
.footer__content .menu-item a {
  color: #f9f9f9;
}
.footer__content .menu-item a:hover {
  color: #f9f9f9;
}
.footer__content_other-platforms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 550px) {
  .footer__content_other-platforms {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.footer__content_other-platforms .item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 24px;
  border: 1px solid #29282f;
  border-radius: 16px;
  width: 178px;
  height: 88px;
  -o-object-fit: contain;
  object-fit: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
  -webkit-transition: 0.3s background-color ease-in-out;
  -o-transition: 0.3s background-color ease-in-out;
  transition: 0.3s background-color ease-in-out;
}
@media screen and (max-width: 1400px) {
  .footer__content_other-platforms .item {
    margin-left: 12px;
    width: 140px;
    height: 69px;
  }
}
@media screen and (max-width: 1200px) {
  .footer__content_other-platforms .item {
    margin-left: 8px;
    width: 120px;
    height: 59px;
  }
}
@media screen and (max-width: 550px) {
  .footer__content_other-platforms .item {
    margin: 0 0 12px;
  }
}
.footer__content_other-platforms .item:hover {
  background-color: #85c114;
}

.button-look-now {
  background: #85c114;
  border-radius: 4px;
  padding: 12px 24px;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  border: none;
  cursor: pointer;
  margin-right: 36px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.button-look-now:hover {
  background: rgba(166, 255, 0, 0.63);
  -webkit-box-shadow: -1px -2px 44px 7px rgba(133, 193, 20, 0.15);
  box-shadow: -1px -2px 44px 7px rgba(133, 193, 20, 0.15);
}

.latests-video {
  margin: 32px auto;
  width: 100%;
}
.latests-video .head-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 24px;
}
.latests-video .latests-video-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 32px;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.005em;
  color: #F9F9F9;
  border-bottom: 1px solid rgba(130, 130, 130, 0.7);
}
.latests-video .terms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.latests-video .terms .term-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 32px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.005em;
  color: #D0DBD0;
  -webkit-transition: 0.2s color ease-in-out;
  -o-transition: 0.2s color ease-in-out;
  transition: 0.2s color ease-in-out;
}
.latests-video .terms .term-item:hover {
  color: #f9f9f9;
}

.user-info {
  margin-left: 42px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.user-info .name {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
  color: #F9F9F9;
  text-transform: capitalize;
}
.user-info .avatar {
  margin-left: 16px;
  width: 32px;
  height: 32px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  overflow: hidden;
}

.main-category.open {
  -webkit-transform: translateX(256px);
  -ms-transform: translateX(256px);
  transform: translateX(256px);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1680px) {
  .main-category.open {
    margin-left: 40px;
  }
}

.container-category {
  width: 100%;
  max-width: 1575px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .container-category {
    width: 100%;
    padding: 0 20px;
  }
}

.category-hero {
  background-image: url(../.././assets/img/hero-back.png);
  background-size: 100% 100%;
  height: 476px;
  width: 1664px;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
@media screen and (max-width: 1919px) {
  .category-hero {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .category-hero {
    width: 100%;
    height: 200px;
  }
}
.category-hero::after {
  content: "";
  background: -webkit-gradient(linear, right top, left top, color-stop(28.56%, rgba(39, 43, 29, 0.15)), color-stop(67.31%, rgba(18, 19, 15, 0.6)), color-stop(98.31%, #12130f));
  background: -o-linear-gradient(right, rgba(39, 43, 29, 0.15) 28.56%, rgba(18, 19, 15, 0.6) 67.31%, #12130f 98.31%);
  background: linear-gradient(270deg, rgba(39, 43, 29, 0.15) 28.56%, rgba(18, 19, 15, 0.6) 67.31%, #12130f 98.31%);
  background-blend-mode: darken;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.category-hero__title {
  position: absolute;
  bottom: 80px;
  left: 80px;
  z-index: 1;
  color: #fff;
  font-size: 48px;
  line-height: 64px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .category-hero__title {
    left: 50%;
    bottom: 30px;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}

.category-hero.open {
  -webkit-transform: translateX(-130px);
  -ms-transform: translateX(-130px);
  transform: translateX(-130px);
}
@media screen and (max-width: 1680px) {
  .category-hero.open {
    -webkit-transform: translateX(-80px);
    -ms-transform: translateX(-80px);
    transform: translateX(-80px);
  }
}

.category-episodes img {
  max-width: 496px;
}
.category-episodes .episodes__content {
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.last-uploaded {
  margin-top: 52px;
}
@media screen and (max-width: 991px) {
  .last-uploaded {
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
  }
}
@media screen and (max-width: 575px) {
  .last-uploaded {
    max-width: 370px;
  }
}
.last-uploaded__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 1850px) {
  .last-uploaded__heading {
    padding: 0 70px;
  }
}
@media screen and (max-width: 768px) {
  .last-uploaded__heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }
}
.last-uploaded__heading_button {
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  .last-uploaded__heading_button {
    margin-top: 20px;
    padding: 0;
  }
}
.last-uploaded__heading .last-uploaded-title {
  font-size: 24px;
  color: #ffffff;
  line-height: 32px;
  font-weight: 700;
}
.last-uploaded__heading .select {
  display: inline-block;
  margin: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.last-uploaded__heading .select .minimal {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 18px 115px 18px 23px;
  background: rgba(33, 36, 26, 0.5);
  border: 1px solid #2f3a19;
  border-radius: 16px;
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
  color: #d0dbd0;
  outline: none;
}
.last-uploaded__heading .select img {
  position: absolute;
  right: 25px;
  cursor: pointer;
}
.last-uploaded__content {
  margin-top: 40px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 32px 20px;
  -ms-flex-line-pack: center;
  align-content: center;
}
@media screen and (max-width: 1680px) {
  .last-uploaded__content {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 32px 20px;
  }
}
@media screen and (max-width: 1480px) {
  .last-uploaded__content {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 1200px) {
  .last-uploaded__content {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 1024px) {
  .last-uploaded__content {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 991px) {
  .last-uploaded__content {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .last-uploaded__content {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 575px) {
  .last-uploaded__content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px 0;
  }
}
.last-uploaded__content_item {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}
@media screen and (max-width: 1850px) {
  .last-uploaded__content_item {
    margin: 0 auto;
  }
}
.last-uploaded__content_item .item-hover {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 0;
  background: #28310f;
  border-radius: 16px;
  z-index: 1;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  -webkit-transform: scale(1) translate(-50%);
  -ms-transform: scale(1) translate(-50%);
  transform: scale(1) translate(-50%);
}
.last-uploaded__content_item .item-hover .item-hover-img {
  position: relative;
}
.last-uploaded__content_item .item-hover .item-hover-img .hero {
  left: 0;
  display: block;
  margin: 0 auto;
}
.last-uploaded__content_item .item-hover .item-hover-img .play {
  position: absolute;
  top: 30%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  left: 50%;
  width: 64px;
  height: 64px;
}
.last-uploaded__content_item .item-hover .item-hover-bottom {
  padding: 20px 16px 24px 24px;
}
.last-uploaded__content_item .item-hover .item-hover-bottom .item-description {
  color: #a4bda4;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  padding-top: 12px;
}
.last-uploaded__content_item:hover .item-hover {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%) scale(1.1);
  -ms-transform: translate(-50%) scale(1.1);
  transform: translate(-50%) scale(1.1);
}
.last-uploaded__content_item img {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .last-uploaded__content_item img {
    left: 0;
  }
}
.last-uploaded__content_item .item-title {
  font-size: 18px;
  line-height: 1.4;
  color: #d0dbd0;
  font-weight: 600;
  display: block;
}
@media screen and (max-width: 768px) {
  .last-uploaded__content_item .item-title {
    font-size: 16px;
  }
}
.last-uploaded__content_item .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 16px;
  font-size: 14px;
  line-height: 24px;
  color: #a4bda4;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .last-uploaded__content_item .items {
    text-align: center;
  }
}
.last-uploaded__content_item .items .separator {
  margin: 0 12px;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.form-wrapper {
  height: 1080;
  position: relative;
  background: #28310f;
}
.form-wrapper .step-2 {
  display: none;
}

.form-wrapper .step-4 {
  display: none;
}
.form-wrapper.product-wrapper .logo {
  position: absolute;
  left: 38px;
  top: 22px;
}
.form-wrapper .logo {
  position: absolute;
  left: 112px;
  top: 72px;
}
@media screen and (max-width: 768px) {
  .form-wrapper .logo {
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    top: 40px;
  }
}
.form-wrapper__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .form-wrapper__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.form-wrapper__flex_form-box {
  width: 100%;
  max-width: 476px;
  margin: 80px auto;
}
.form-wrapper__flex_form-box .box-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
  color: #fff;
}
@media screen and (max-width: 500px) {
  .form-wrapper__flex_form-box .box-title {
    font-size: 24px;
    line-height: 32px;
  }
}
.form-wrapper__flex_form-box .box-paragraph {
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  color: #d0dbd0;
  padding-top: 16px;
}
@media screen and (max-width: 500px) {
  .form-wrapper__flex_form-box .box-paragraph {
    padding-top: 10px;
  }
}
.form-wrapper__flex_form-box .navigation-box {
  margin-top: 24px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
@media screen and (max-width: 500px) {
  .form-wrapper__flex_form-box .navigation-box {
    margin-top: 15px;
  }
}
.form-wrapper__flex_form-box .navigation-box__item {
  color: #d0dbd0;
}
.form-wrapper__flex_form-box .navigation-box__login {
  color: #85c114;
  margin-left: 16px;
}
.form-wrapper__flex_form-box .form-button {
  margin-top: 24px;
  width: 100%;
  padding: 18px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  color: #fff;
  border: 1px solid #ff5b24;
  border-radius: 4px;
  background: transparent;
  cursor: pointer;
}
@media screen and (max-width: 500px) {
  .form-wrapper__flex_form-box .form-button {
    padding: 14px 0;
  }
}
.form-wrapper__flex_form-box .form-button img {
  margin-left: 10px;
}
.form-wrapper__flex_form-box .form {
  margin-top: 40px;
  position: relative;
}
.form-wrapper__flex_form-box .form .form-title {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #a4bda4;
}
.form-wrapper__flex_form-box .form .input {
  width: 100%;
  position: relative;
  background: transparent;
  top: 20px;
  border-bottom: 1px solid #696974;
  border-radius: 10px 10px 0 0;
  top: 15px;
  margin-top: 55px;
}
.form-wrapper__flex_form-box .form .input svg {
  position: absolute;
  right: 0;
}
.form-wrapper__flex_form-box .form .input input {
  background: transparent;
  width: 100%;
  color: #d0dbd0;
  border: none;
  font-size: 18px;
  line-height: 24px;
  padding-bottom: 10px;
}
.form-wrapper__flex_form-box .form .input input::-webkit-input-placeholder {
  color: #d0dbd0;
}
.form-wrapper__flex_form-box .form .input input::-moz-placeholder {
  color: #d0dbd0;
}
.form-wrapper__flex_form-box .form .input input:-ms-input-placeholder {
  color: #d0dbd0;
}
.form-wrapper__flex_form-box .form .input input::-ms-input-placeholder {
  color: #d0dbd0;
}
.form-wrapper__flex_form-box .form .input input::placeholder {
  color: #d0dbd0;
}
.form-wrapper__flex_form-box .form .input .tel::-webkit-input-placeholder {
  color: #fff;
}
.form-wrapper__flex_form-box .form .input .tel::-moz-placeholder {
  color: #fff;
}
.form-wrapper__flex_form-box .form .input .tel:-ms-input-placeholder {
  color: #fff;
}
.form-wrapper__flex_form-box .form .input .tel::-ms-input-placeholder {
  color: #fff;
}
.form-wrapper__flex_form-box .form .input .tel::placeholder {
  color: #fff;
}
.form-wrapper__flex_form-box .form .has-error {
  color: #ff5b24;
  position: relative;
  top: 15px;
}
span.has-error {
    top: 0!important;
}
.form-wrapper__flex_form-box .form .phone {
      /* position: absolute; */
  bottom: 50px;
  left: 0;
  color: #d5d5dc;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.input .has-error{

}
.form-wrapper__flex_form-box .form .step-two-input {
  margin-top: 75px;
}
.form-wrapper__flex_form-box .form .step-two-input .tel {
  color: #ffffff;
}
.form-wrapper__flex_form-box .form .forgot-password-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 32px auto;
}
.form-wrapper__flex_form-box .form .forgot-password {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #C1C9C0;
  text-decoration: none;
}
.form-wrapper__flex_form-box .form .button-submit {
  background: #85c114;
  border: none;
  color: #000;
}
.form-wrapper__flex_img {
  position: relative;
}
@media screen and (max-width: 1000px) {
  .form-wrapper__flex_img {
    margin-top: 50px;
  }
}
.form-wrapper__flex_img img {
  max-height: 1080px;
  display: block;
}
.form-wrapper__flex_img::after {
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.6)), color-stop(59.24%, rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 59.24%);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 59.24%);
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1100px) {
  .form-wrapper__flex_img::after {
    display: none;
  }
}

.login-error {
  display: block;
  margin-top: 24px;
  text-align: center;
  color: #ff5b24;
}

.form-wrapper-login .form-button-login {
  margin-top: 48px;
}
.form-wrapper-login .form-login .forgot-password {
  margin: 32px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #c1c9c0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.form .input label {
  position: absolute;
  top: -25px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}

.form .input {
  position: relative;
}

.product-container {
  height: 1080px;
  background: #28310f;
}
.product-container .product-wrapper {
  background: transparent;
}
.product-container .product-wrapper .product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 1180px) {
  .product-container .product-wrapper .product {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.product-container .product-wrapper .product .form-button {
  margin: 0;
}
.product-container .product-wrapper .product .product-content {
  height: 100%;
  margin: 0 auto;
  padding-top: 130px;
  max-width: 476px;
}
@media screen and (max-width: 500px) {
  .product-container .product-wrapper .product .product-content {
    padding: 100px 20px 30px;
    text-align: center;
  }
}
.product-container .product-wrapper .product .product-content::after {
  display: none;
}
.product-container .product-wrapper .product .product-content .title {
  font-size: 32px;
  line-height: 48px;
  color: #ffffff;
  font-weight: 700;
}
@media screen and (max-width: 500px) {
  .product-container .product-wrapper .product .product-content .title {
    font-size: 24px;
    line-height: 32px;
  }
}
.product-container .product-wrapper .product .product-content .paragraph {
  font-size: 14px;
  line-height: 20px;
  color: #d0dbd0;
  font-weight: 600;
  padding-top: 16px;
}
.product-container .product-wrapper .product .product-content .product-block {
  border: 1px solid #85c114;
  border-radius: 24px;
  padding: 24px 24px 24px 30px;
  margin: 40px 0 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.product-container .product-wrapper .product .product-content .product-block:hover, .product-container .product-wrapper .product .product-content .product-block.active {
  background: -o-linear-gradient(270.48deg, #4a5f22 0.17%, #405120 36.01%, #335117 99.36%);
  background: linear-gradient(179.52deg, #4a5f22 0.17%, #405120 36.01%, #335117 99.36%);
  border: none;
}
.product-container .product-wrapper .product .product-content .product-block:hover .product-block__flex_button, .product-container .product-wrapper .product .product-content .product-block.active .product-block__flex_button {
  opacity: 1;
}
.product-container .product-wrapper .product .product-content .product-block .title {
  font-size: 24px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 700;
}
@media screen and (max-width: 500px) {
  .product-container .product-wrapper .product .product-content .product-block .title {
    font-size: 20px;
    line-height: 28px;
  }
}
.product-container .product-wrapper .product .product-content .product-block .subheader {
  font-size: 14px;
  line-height: 20px;
  color: #d0dbd0;
  font-weight: 400;
  margin-top: 16px;
}
.product-container .product-wrapper .product .product-content .product-block__flex {
  margin-top: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.product-container .product-wrapper .product .product-content .product-block__flex_price {
  color: #d0dbd0;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
}
@media screen and (max-width: 500px) {
  .product-container .product-wrapper .product .product-content .product-block__flex_price {
    font-size: 16px;
    line-height: 20px;
  }
}
.product-container .product-wrapper .product .product-content .product-block__flex_price .white-text {
  color: #fff;
}
.product-container .product-wrapper .product .product-content .product-block__flex_price b {
  font-size: 36px;
  line-height: 44px;
  color: #fff;
  font-weight: 700;
  margin: 0 8px;
}
@media screen and (max-width: 500px) {
  .product-container .product-wrapper .product .product-content .product-block__flex_price b {
    font-size: 28px;
    line-height: 34px;
    margin: 0 4px;
  }
}
.product-container .product-wrapper .product .product-content .product-block__flex_button {
  background: #85c114;
  border-radius: 4px;
  padding: 16px 24px;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  border: none;
  opacity: 0;
}
.product-container .product-wrapper .product .product-form {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.37%, #4a5f22), color-stop(81.2%, #405120), to(#273817));
  background: -o-linear-gradient(top, #4a5f22 1.37%, #405120 81.2%, #273817 100%);
  background: linear-gradient(180deg, #4a5f22 1.37%, #405120 81.2%, #273817 100%);
  height: auto;
  width: 840px;
  margin: 0;
  padding: 103px 0 25px;
}
@media screen and (max-width: 1680px) {
  .product-container .product-wrapper .product .product-form {
    width: 40%;
  }
}
@media screen and (max-width: 1180px) {
  .product-container .product-wrapper .product .product-form {
    width: 100%;
    height: 100%;
    padding: 50px 0 0;
  }
}
@media screen and (max-width: 500px) {
  .product-container .product-wrapper .product .product-form {
    padding: 30px 20px;
  }
}

.has-error + svg {
    margin-top: -20px;
}

.has-error[style*='display: none'] + svg {
    margin-top: 0px;
}


.product-container .product-wrapper .product .product-form .form {
  max-width: 476px;
  margin: 0 auto;
  height: 310px;
}
@media screen and (max-width: 1380px) {
  .product-container .product-wrapper .product .product-form .form {
    max-width: 90%!important;
  }
  button.form-button.pay-vipps {
    width: 90%!important;
}
}
@media screen and (max-width: 1180px) {
  .product-container .product-wrapper .product .product-form .form {
    max-width: 476px;
  }
}
@media screen and (max-width: 500px) {
  .product-container .product-wrapper .product .product-form .form {
    max-width: 100%;
  }
}
.product-container .product-wrapper .product .product-form .form .form-title {
  margin-top: 45px;
}
.product-container .product-wrapper .product .product-form .form .input {
  border-bottom: 1px solid #d0dbd0;
}
.product-container .product-wrapper .product .product-form .form .input-checkbox {
  margin-top: 48px;
}
@media screen and (max-width: 768pxpx) {
  .product-container .product-wrapper .product .product-form .form .input-checkbox {
    margin-top: 30px;
  }
}
.product-container .product-wrapper .product .product-form .form .input-checkbox .checkbox-label {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 14px;
  color: #d0dbd0;
}
.product-container .product-wrapper .product .product-form .form .input-checkbox .checkbox-custom {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #eee;
  border-radius: 4px;
}
.product-container .product-wrapper .product .product-form .form .input-checkbox .checkbox-custom svg {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.product-container .product-wrapper .product .product-form .form .input-checkbox .checkbox-label input[type=checkbox] {
  opacity: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
}
.product-container .product-wrapper .product .product-form .form .input-checkbox .checkbox-label input[type=checkbox]:checked ~ .checkbox-custom {
  background-color: #85c114;
}
.product-container .product-wrapper .product .product-form .form .input-checkbox .checkbox-label input[type=checkbox]:checked ~ .checkbox-custom svg {
  opacity: 1;
}
.product-container .product-wrapper .product .product-form .form .input-checkbox .checkbox-label input[type=checkbox] ~ .checkbox-custom {
  background-color: #ccc;
}
.product-container .product-wrapper .product .product-form .form .button-submit {
  margin-top: 48px;
}
@media screen and (max-width: 500px) {
  .product-container .product-wrapper .product .product-form .form .button-submit {
    margin-top: 30px;
  }
}

.video-player {
  display: none;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 10;
  width: 100vw;
  height: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #2d4600;
}
.video-player iframe {
  display: block;
  height: 100%;
}

.video-player.show {
  display: block;
}

.video-hero {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding: 64px 80px;
  color: #D0DBD0;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
  min-height: 476px;
}
@media (max-width: 991px) {
  .video-hero {
    min-height: 400px;
    padding: 48px 60px;
  }
}
@media (max-width: 767px) {
  .video-hero {
    min-height: 300px;
  }
}
.video-hero.category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.video-hero.show-video {
  overflow: visible;
}
@media (max-width: 767px) {
  .video-hero {
    padding: 40px 20px;
    width: 100vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}
.video-hero:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: -webkit-gradient(linear, right top, left top, color-stop(28.56%, rgba(39, 43, 29, 0.15)), color-stop(67.31%, rgba(18, 19, 15, 0.6)), color-stop(98.31%, #12130F));
  background: -o-linear-gradient(right, rgba(39, 43, 29, 0.15) 28.56%, rgba(18, 19, 15, 0.6) 67.31%, #12130F 98.31%);
  background: linear-gradient(270deg, rgba(39, 43, 29, 0.15) 28.56%, rgba(18, 19, 15, 0.6) 67.31%, #12130F 98.31%);
}
@media (max-width: 767px) {
  .video-hero:after {
    background: -webkit-gradient(linear, right top, left top, color-stop(2.56%, rgba(39, 43, 29, 0.15)), color-stop(57.31%, rgba(18, 19, 15, 0.6)), color-stop(98.31%, #12130F));
    background: -o-linear-gradient(right, rgba(39, 43, 29, 0.15) 2.56%, rgba(18, 19, 15, 0.6) 57.31%, #12130F 98.31%);
    background: linear-gradient(270deg, rgba(39, 43, 29, 0.15) 2.56%, rgba(18, 19, 15, 0.6) 57.31%, #12130F 98.31%);
  }
}
.video-hero .video-hero-head {
  margin-bottom: 12px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.video-hero .video-hero-info {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.video-hero .back {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.video-hero .back svg {
  display: block;
}
.video-hero .video-hero-content {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  margin-right: auto;
  width: 100%;
  max-width: 640px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.005em;
}
.video-hero .item-title {
  font-weight: 700;
  font-size: 32px;
  letter-spacing: 0.005em;
  color: #F9F9F9;
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.22);
}
.video-hero .item-meta {
  display: block;
  margin: 0 0 5px;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
}
.video-hero .item-meta .separator {
  margin: 0 12px;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}
.video-hero .item-paragraph {
  display: block;
  margin-bottom: 24px;
  font-weight: 500;
}
.video-hero .button-look-now {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}

.seasons {
  margin-left: auto;
  margin-right: auto;
  max-width: 1072px;
}
.seasons .seasons-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.select {
  margin: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.select .seasons-select,
.select .sort-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 18px 58px 18px 23px;
  min-width: 200px;
  background: rgba(33, 36, 26, 0.5);
  border: 1px solid #2f3a19;
  border-radius: 16px;
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
  color: #d0dbd0;
  outline: none;
}
.select svg {
  position: absolute;
  right: 25px;
  pointer-events: none;
}

.episodes-wrapper {
  margin-top: 32px;
}
@media (max-width: 991px) {
  .episodes-wrapper {
    margin: 16px auto 0;
    max-width: 600px;
  }
}

.episode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 12px;
  padding: 12px;
  border-radius: 16px;
  color: #D0DBD0;
  cursor: pointer;
  -webkit-transition: 0.45s;
  -o-transition: 0.45s;
  transition: 0.45s;
}
@media (max-width: 991px) {
  .episode {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 0;
  }
}
.episode .thumb {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  width: 212px;
  height: 148px;
  -webkit-filter: drop-shadow(0px 4px 8px #131A05) drop-shadow(0px 8px 16px rgba(0, 0, 0, 0.15));
  filter: drop-shadow(0px 4px 8px #131A05) drop-shadow(0px 8px 16px rgba(0, 0, 0, 0.15));
}
@media (max-width: 991px) {
  .episode .thumb {
    margin-bottom: 6px;
  }
}
.episode .thumb img {
  width: 212px;
  height: 148px;
  -o-object-fit: cover;
  object-fit: cover;
}
.episode .thumb svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 54px;
  height: 54px;
  opacity: 0;
  -webkit-transition: 0.45s;
  -o-transition: 0.45s;
  transition: 0.45s;
}
.episode .text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 16px 20px;
  font-size: 12px;
}
@media (max-width: 1024px) {
  .episode .text {
    padding-top: 0;
  }
}
@media (max-width: 991px) {
  .episode .text {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.episode .text h3 {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 1.4;
}
@media (max-width: 991px) {
  .episode .text h3 {
    text-align: center;
    margin-bottom: 12px;
  }
}
.episode .duration {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 16px 20px;
  font-size: 18px;
}
@media (max-width: 1024px) {
  .episode .duration {
    padding-top: 0;
  }
}
@media (max-width: 991px) {
  .episode .duration {
    padding: 0;
  }
}
.episode:hover {
  background: #28310F;
}
.episode:hover .thumb svg {
  opacity: 1;
}

@media (max-width: 1280px) {
  .history-content .episodes-wrapper .episode {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .history-content .episodes-wrapper .episode .duration {
    padding: 8px 0 0;
  }
}
@media (max-width: 1399px) and (min-width: 1281px) {
  .history-content .episodes-wrapper .episode .text p {
    display: none;
  }
}
@media (max-width: 1280px) {
  .history-content .episodes-wrapper .episode .text {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .history-content .episodes-wrapper .episode .text h3 {
    text-align: center;
  }
}

.video-tile-image {
  margin-bottom: 16px;
  height: 164px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-filter: drop-shadow(0px 4px 8px #131A05) drop-shadow(0px 8px 16px rgba(0, 0, 0, 0.15));
  filter: drop-shadow(0px 4px 8px #131A05) drop-shadow(0px 8px 16px rgba(0, 0, 0, 0.15));
  border-radius: 16px;
}

.video-tile-big-image {
  height: 197px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-box-shadow: 0px 4px 8px #1D2608, 0px 8px 16px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 8px #1D2608, 0px 8px 16px rgba(0, 0, 0, 0.15);
  border-radius: 16px;
}

.load-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
}
.load-more.loading:not(.nothing-to-load) {
  opacity: 1;
}
.load-more svg {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 8px;
  width: 25px;
  height: 25px;
}
.load-more span {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.005em;
  color: #D0DBD0;
}

.promoted-episodes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .promoted-episodes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    max-width: 640px;
  }
}
.promoted-episodes .promoted-episode {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 28px;
  height: 306px;
  width: calc(33.3% - 16px);
  border-radius: 16px;
  -webkit-filter: drop-shadow(0px 4px 12px rgba(0, 0, 0, 0.22));
  filter: drop-shadow(0px 4px 12px rgba(0, 0, 0, 0.22));
  overflow: hidden;
}
@media (max-width: 1500px) {
  .promoted-episodes .promoted-episode {
    height: 260px;
  }
}
@media (max-width: 1200px) {
  .promoted-episodes .promoted-episode {
    height: 220px;
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .promoted-episodes .promoted-episode {
    margin-bottom: 12px;
    width: 100%;
  }
}
.promoted-episodes .promoted-episode:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(1.09%, rgba(0, 0, 0, 0.81)), color-stop(86.65%, rgba(0, 0, 0, 0.08)));
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.81) 1.09%, rgba(0, 0, 0, 0.08) 86.65%);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.81) 1.09%, rgba(0, 0, 0, 0.08) 86.65%);
  pointer-events: none;
}
.promoted-episodes:after {
  content: "";
  display: block;
  height: 1px;
  width: calc(33.3% - 16px);
}
.promoted-episodes .title {
  position: relative;
  z-index: 1;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.4;
  letter-spacing: 0.005em;
  color: #F9F9F9;
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.22);
}
@media (max-width: 1500px) {
  .promoted-episodes .title {
    font-size: 28px;
  }
}
@media (max-width: 1200px) {
  .promoted-episodes .title {
    font-size: 24px;
  }
}
.promoted-episodes .meta {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 24px;
  color: #D0DBD0;
}
.promoted-episodes .separator {
  margin: 0 12px;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.recommendation-wrapper .recommendation-img {
  width: 264px;
  height: 183px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-filter: drop-shadow(0px 8px 16px rgba(0, 0, 0, 0.15));
  filter: drop-shadow(0px 8px 16px rgba(0, 0, 0, 0.15));
  border-radius: 16px;
}
.recommendation-wrapper .meta {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 24px;
  color: #A4BDA4;
}
.recommendation-wrapper .separator {
  margin: 0 12px;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

body.page-template-page-dark {
  background: #28310f;
}
body.page-template-page-dark .footer {
  margin-top: 0;
}
body.page-template-page-dark .main {
  padding-bottom: 0;
}

.menu-open .text-wth-image {
  margin-left: 20px;
  margin-right: 20px;
  width: calc(100% + 20px + 20px);
}
@media (max-width: 1170px) {
  .menu-open .text-wth-image {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.text-wth-image {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 100%;
  width: 100vw;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1170px) {
  .text-wth-image {
    position: static;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.text-wth-image__content {
  margin: 74px auto 0;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 104px;
  width: calc(100% - 680px);
  max-width: 735px;
  color: #d0dbd0;
  font-size: 16px;
}
@media screen and (max-width: 1600px) {
  .text-wth-image__content {
    width: calc(100% - 550px);
  }
}
@media screen and (max-width: 1280px) {
  .text-wth-image__content {
    width: calc(100% - 400px);
  }
}
@media screen and (max-width: 1170px) {
  .text-wth-image__content {
    margin-top: 24px;
    padding-bottom: 40px;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.text-wth-image__content h1 {
  font-size: 48px;
  line-height: 58px;
  color: #fcfcfd;
  font-weight: 600;
}
@media screen and (max-width: 1170px) {
  .text-wth-image__content h1 {
    font-size: 32px;
    line-height: 40px;
  }
}
.text-wth-image__content h4 {
  margin: 32px 0 24px;
  color: #fcfcfd;
}
.text-wth-image__content h5 {
  margin: 20px 0 64px;
  font-size: inherit;
  font-weight: inherit;
}
@media screen and (max-width: 1170px) {
  .text-wth-image__content h5 {
    margin: 20px 0 32px;
  }
}
.text-wth-image__content hr {
  margin: 32px 0;
  border: 1px solid #696974;
  border-bottom: 0;
}
.text-wth-image__content ul {
  list-style-position: inside;
}
.text-wth-image__content p {
  margin-top: 20px;
  line-height: 24px;
  font-weight: 400;
}
.text-wth-image__content a {
  color: inherit;
  text-decoration: underline;
}
.text-wth-image__content a:hover {
  color: inherit;
  text-decoration: none;
}
.text-wth-image__content form {
  display: block;
  margin: 28px auto 16px 0;
  max-width: 476px;
}
.text-wth-image__content form label {
  display: block;
  margin-bottom: 28px;
  border-bottom: 1px solid #696974;
  padding-bottom: 16px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1170px) {
  .text-wth-image__content form label {
    margin-top: 32px;
  }
}
.text-wth-image__content form label input:not([type=submit]) {
  background: transparent;
  outline: none;
  border: none;
  color: #D0DBD0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  width: 100%;
}
.text-wth-image__content form label input:not([type=submit])::-webkit-input-placeholder {
  color: #D0DBD0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
.text-wth-image__content form label input:not([type=submit])::-moz-placeholder {
  color: #D0DBD0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
.text-wth-image__content form label input:not([type=submit]):-ms-input-placeholder {
  color: #D0DBD0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
.text-wth-image__content form label input:not([type=submit])::-ms-input-placeholder {
  color: #D0DBD0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
.text-wth-image__content form label input:not([type=submit])::placeholder {
  color: #D0DBD0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
.text-wth-image__content form label svg {
  position: absolute;
  right: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.text-wth-image__content form label textarea {
  background: transparent;
  outline: none;
  border: none;
  color: #D0DBD0;
  font-size: 18px;
  line-height: 24px;
  height: 24px;
  font-weight: 400;
  resize: none;
  width: 100%;
}
.text-wth-image__content form label textarea::-webkit-input-placeholder {
  color: #D0DBD0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
.text-wth-image__content form label textarea::-moz-placeholder {
  color: #D0DBD0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
.text-wth-image__content form label textarea:-ms-input-placeholder {
  color: #D0DBD0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
.text-wth-image__content form label textarea::-ms-input-placeholder {
  color: #D0DBD0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
.text-wth-image__content form label textarea::placeholder {
  color: #D0DBD0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
.text-wth-image__content form .wpcf7-not-valid-tip {
  position: absolute;
  left: 0;
  top: calc(100% + 20px);
  font-size: 14px;
  color: #ff5b24;
}
.text-wth-image__content form .button-submit {
  background: #85c114;
  border-radius: 4px;
  margin-top: 64px;
  width: 100%;
  padding: 18px 0;
  border: none;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  cursor: pointer;
}
.text-wth-image__content form[class*=forminator-custom-form] {
  margin: 48px auto !important;
  max-width: 100%;
}
.text-wth-image__content form[class*=forminator-custom-form] .forminator-field .forminator-label,
.text-wth-image__content form[class*=forminator-custom-form] .forminator-field label {
  width: auto;
  color: inherit !important;
  border: 0;
  font-size: inherit !important;
}
.text-wth-image__content form[class*=forminator-custom-form] .forminator-field .forminator-textarea,
.text-wth-image__content form[class*=forminator-custom-form] .forminator-field .forminator-input {
  background: transparent !important;
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  color: #f9f9f9 !important;
}
.text-wth-image__content form[class*=forminator-custom-form] .forminator-field .forminator-checkbox input:checked + .forminator-checkbox-box {
  border-color: #85C114 !important;
}
.text-wth-image__content form[class*=forminator-custom-form] .forminator-field .forminator-checkbox input:checked + .forminator-checkbox-box:before {
  color: #85C114 !important;
}
.text-wth-image__content form[class*=forminator-custom-form] .forminator-field .forminator-multi-upload {
  border-color: #85C114 !important;
  color: #85C114 !important;
  background-color: transparent !important;
}
.text-wth-image__content form[class*=forminator-custom-form] .forminator-field .forminator-multi-upload .forminator-multi-upload-message p {
  color: #f9f9f9 !important;
}
.text-wth-image__content form[class*=forminator-custom-form] .forminator-field .forminator-multi-upload .forminator-multi-upload-message p a {
  color: #85C114 !important;
}
.text-wth-image__content form[class*=forminator-custom-form] .forminator-field .forminator-multi-upload .forminator-multi-upload-message p a:hover {
  color: #f9f9f9 !important;
}
.text-wth-image__content form[class*=forminator-custom-form] .forminator-field .forminator-uploaded-file--title {
  color: #f9f9f9 !important;
}
.text-wth-image__content form[class*=forminator-custom-form] .forminator-button-submit {
  background: #85c114 !important;
  border-radius: 4px !important;
  color: #000 !important;
  padding: 8px 24px 8px 24px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600 !important;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-size: 16px !important;
}
.text-wth-image__content form[class*=forminator-custom-form] .forminator-is_hover .forminator-textarea,
.text-wth-image__content form[class*=forminator-custom-form] .forminator-is_hover .forminator-input,
.text-wth-image__content form[class*=forminator-custom-form] .forminator-is_active .forminator-textarea,
.text-wth-image__content form[class*=forminator-custom-form] .forminator-is_active .forminator-input {
  border-color: #85C114 !important;
}
.text-wth-image__content .wpcf7 form.invalid .wpcf7-response-output {
  border-color: #ff5b24;
}
.text-wth-image__img {
  position: relative;
  margin: 0;
  width: 40%;
  max-width: 680px;
}
@media screen and (max-width: 1170px) {
  .text-wth-image__img {
    display: none;
  }
}
.text-wth-image__img img {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  display: block;
  min-height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}

.footer-about-us {
  margin: 0;
}

.user-avatar-image {
  height: 150px;
  width: 150px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  overflow: hidden;
  background: #d0dbd0;
}

.header-contact-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-contact-profile .profile-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #f9f9f9;
  margin-left: 48px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}
.header-contact-profile .profile-flex .badge {
  margin-left: 16px;
}

.input-file-container {
  position: relative;
}
.input-file-container input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.error-message-item {
  display: block;
  padding: 10px 20px;
  margin-bottom: 20px;
  background: rgba(255, 100, 100, 0.7);
  color: white;
  border-radius: 5px;
}

.program-menu .program-img {
  display: block;
}
@media screen and (max-width: 991px) {
  .program-menu .program-img {
    height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.program-menu .container-program-page {
  width: 100%;
  max-width: 1272px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .program-menu .container-program-page {
    width: 100%;
  }
}
.program-menu .container-program-page .program-menu-flex {
  position: relative;
}
@media screen and (max-width: 991px) {
  .program-menu .container-program-page .program-menu-flex {
    position: static;
  }
}
.program-menu .container-program-page .program-menu-flex__profile {
  position: absolute;
  left: 0;
  top: -70px;
  background: #28310f;
  -webkit-box-shadow: 0px 64px 64px -48px rgba(15, 15, 15, 0.08);
  box-shadow: 0px 64px 64px -48px rgba(15, 15, 15, 0.08);
  border-radius: 24px;
  padding: 48px 62px 58px;
  text-align: center;
  min-width: 350px;
}
@media screen and (max-width: 991px) {
  .program-menu .container-program-page .program-menu-flex__profile {
    top: 200px;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    padding: 20px;
    min-width: 300px;
  }
}
@media screen and (max-width: 991px) {
  .program-menu .container-program-page .program-menu-flex__profile img {
    width: 100px;
    height: 100px;
  }
}
.program-menu .container-program-page .program-menu-flex__profile_title {
  font-size: 32px;
  color: #fff;
  line-height: 40px;
  font-weight: 700;
  margin-top: 22px;
}
@media screen and (max-width: 991px) {
  .program-menu .container-program-page .program-menu-flex__profile_title {
    font-size: 20px;
    line-height: 30px;
  }
}
.program-menu .container-program-page .program-menu-flex__profile .button-position {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 32px;
}
@media screen and (max-width: 991px) {
  .program-menu .container-program-page .program-menu-flex__profile .button-position {
    margin-top: 22px;
  }
}
.program-menu .container-program-page .program-menu-flex__profile .button-position .link-as-button,
.program-menu .container-program-page .program-menu-flex__profile .button-position button {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  background: transparent;
  border: none;
  color: #d0dbd0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 4px;
  border: 1px solid transparent;
}
.program-menu .container-program-page .program-menu-flex__profile .button-position .link-as-button:hover,
.program-menu .container-program-page .program-menu-flex__profile .button-position button:hover {
  border: 1px solid #85c114;
  color: #fff;
}
.program-menu .container-program-page .program-menu-flex__profile .button-position .link-as-button:hover svg path,
.program-menu .container-program-page .program-menu-flex__profile .button-position button:hover svg path {
  fill: #fff;
}
.program-menu .container-program-page .program-menu-flex__profile .button-position__change {
  padding: 10px 47.5px;
}
.program-menu .container-program-page .program-menu-flex__profile .button-position__log-out {
  margin-top: 12px;
  padding: 10px 70px;
}
.program-menu .container-program-page .program-menu-flex__profile .button-position__log-out svg {
  margin-right: 10px;
}
.program-menu .container-program-page .program-menu-flex__form-box {
  padding: 48px 0 0;
  margin-left: 450px;
}
@media screen and (max-width: 1440px) {
  .program-menu .container-program-page .program-menu-flex__form-box {
    margin-left: 390px;
  }
}
@media screen and (max-width: 991px) {
  .program-menu .container-program-page .program-menu-flex__form-box {
    margin: 200px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .program-menu .container-program-page .program-menu-flex__form-box {
    margin: 140px 0 0;
  }
}
@media screen and (max-width: 991px) {
  .program-menu .container-program-page .program-menu-flex__form-box_tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.program-menu .container-program-page .program-menu-flex__form-box_tabs .item {
  color: #d0dbd0;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  margin-right: 22px;
}
@media screen and (max-width: 991px) {
  .program-menu .container-program-page .program-menu-flex__form-box_tabs .item {
    margin-top: 22px;
  }
}
.program-menu .container-program-page .program-menu-flex__form-box_tabs .item.active {
  background: #85c114;
  border: 1px solid #85c114;
  border-radius: 100px;
  color: #000;
  padding: 8px 12px;
}
.program-menu .container-program-page .program-menu-flex__form-box .form-program-page {
  margin-top: 44px;
}
@media screen and (max-width: 991px) {
  .program-menu .container-program-page .program-menu-flex__form-box .form-program-page {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }
}
.program-menu .container-program-page .program-menu-flex__form-box .form-program-page .form-title {
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  .program-menu .container-program-page .program-menu-flex__form-box .form-program-page .form-title {
    font-size: 20px;
    line-height: 30px;
  }
}
.program-menu .container-program-page .program-menu-flex__form-box .form-program-page .form-top {
  margin-top: 16px;
}
.program-menu .container-program-page .program-menu-flex__form-box .form-program-page .form-top .form-top-up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .program-menu .container-program-page .program-menu-flex__form-box .form-program-page .form-top .form-top-up {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.program-menu .container-program-page .program-menu-flex__form-box .form-program-page .form-top .form-top-down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 32px;
}
@media screen and (max-width: 991px) {
  .program-menu .container-program-page .program-menu-flex__form-box .form-program-page .form-top .form-top-down {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.program-menu .container-program-page .program-menu-flex__form-box .form-program-page .form-title-bottom {
  margin-top: 72px;
}
@media screen and (max-width: 991px) {
  .program-menu .container-program-page .program-menu-flex__form-box .form-program-page .form-title-bottom {
    margin-top: 50px;
  }
}
.program-menu .container-program-page .program-menu-flex__form-box .form-program-page .input {
  position: relative;
  width: 400px;
  border-bottom: 1px solid #d0dbd0;
  padding-bottom: 16px;
}
@media screen and (max-width: 991px) {
  .program-menu .container-program-page .program-menu-flex__form-box .form-program-page .input {
    width: 100%;
  }
}
.program-menu .container-program-page .program-menu-flex__form-box .form-program-page .input input {
  background: transparent;
  outline: none;
  border: none;
  color: #ffffff;
  margin-top: 8px;
  width: 100%;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
.program-menu .container-program-page .program-menu-flex__form-box .form-program-page .input input::-webkit-input-placeholder {
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
.program-menu .container-program-page .program-menu-flex__form-box .form-program-page .input input::-moz-placeholder {
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
.program-menu .container-program-page .program-menu-flex__form-box .form-program-page .input input:-ms-input-placeholder {
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
.program-menu .container-program-page .program-menu-flex__form-box .form-program-page .input input::-ms-input-placeholder {
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
.program-menu .container-program-page .program-menu-flex__form-box .form-program-page .input input::placeholder {
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
.program-menu .container-program-page .program-menu-flex__form-box .form-program-page .input .title {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #d5d5dc;
}
.program-menu .container-program-page .program-menu-flex__form-box .form-program-page .has-error {
  color: #ff5b24;
}
.program-menu .container-program-page .program-menu-flex__form-box .form-program-page span.has-error {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  line-height: 1.1;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.program-menu .container-program-page .program-menu-flex__form-box .form-program-page .input-right {
  margin-left: 40px;
}
@media screen and (max-width: 991px) {
  .program-menu .container-program-page .program-menu-flex__form-box .form-program-page .input-right {
    margin: 32px 0 0;
  }
}
.program-menu .container-program-page .program-menu-flex__form-box .form-program-page .form-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 48px;
}
@media screen and (max-width: 991px) {
  .program-menu .container-program-page .program-menu-flex__form-box .form-program-page .form-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 20px;
  }
}
.program-menu .container-program-page .program-menu-flex__form-box .form-program-page .form-bottom input {
  color: #d0dbd0;
}
.program-menu .container-program-page .program-menu-flex__form-box .form-program-page .form-bottom input::-webkit-input-placeholder {
  color: #d0dbd0;
}
.program-menu .container-program-page .program-menu-flex__form-box .form-program-page .form-bottom input::-moz-placeholder {
  color: #d0dbd0;
}
.program-menu .container-program-page .program-menu-flex__form-box .form-program-page .form-bottom input:-ms-input-placeholder {
  color: #d0dbd0;
}
.program-menu .container-program-page .program-menu-flex__form-box .form-program-page .form-bottom input::-ms-input-placeholder {
  color: #d0dbd0;
}
.program-menu .container-program-page .program-menu-flex__form-box .form-program-page .form-bottom input::placeholder {
  color: #d0dbd0;
}
.program-menu .container-program-page .program-menu-flex__form-box .form-program-page .button-position {
  margin-top: 72px;
}
@media screen and (max-width: 991px) {
  .program-menu .container-program-page .program-menu-flex__form-box .form-program-page .button-position {
    margin-top: 50px;
  }
}
.program-menu .container-program-page .program-menu-flex__form-box .form-program-page .button-position .button-submit {
  background: #85c114;
  border-radius: 4px;
  padding: 18px 24px;
  outline: none;
  border: none;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .program-menu .container-program-page .program-menu-flex__form-box .form-program-page .button-position .button-submit {
    width: 100%;
  }
}

.cart-info .form-top-info-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .cart-info .form-top-info-cart {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.cart-info .form-top-info-cart .left .visa {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: #fff;
}
.cart-info .form-top-info-cart .left .date {
  color: #d0dbd0;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  margin-top: 4px;
}
@media screen and (max-width: 991px) {
  .cart-info .form-top-info-cart .right {
    margin-top: 30px;
  }
}
.cart-info .form-top-info-cart .right .button-delete {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #fff;
  background: transparent;
  padding: 10px 24px;
  border: 1px solid #85c114;
  border-radius: 4px;
}
.cart-info .info-form-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.cart-info .info-form-bottom .info-form-bottom-up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .cart-info .info-form-bottom .info-form-bottom-up {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 100%;
  }
}
.cart-info .info-form-bottom .info-form-bottom-down {
  margin-top: 64px;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .cart-info .info-form-bottom .info-form-bottom-down {
    margin-top: 32px;
  }
}
.cart-info .info-form-bottom .info-form-bottom-down .input {
  min-width: 840px;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .cart-info .info-form-bottom .info-form-bottom-down .input {
    min-width: 300px;
  }
}
.cart-info .button-position {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .cart-info .button-position {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.cart-info .button-position .button-use {
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  font-weight: 700;
  padding: 18px 43px;
  background: transparent;
  border: 1px solid #ff5b24;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 24px;
  max-height: 56px;
}
@media screen and (max-width: 991px) {
  .cart-info .button-position .button-use {
    margin: 30px 0 0;
    width: 100%;
  }
}
.cart-info .button-position .button-use img {
  margin-left: 10px;
}

.plans {
  padding-bottom: 124px;
}
.plans .form-top-plans {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.plans .form-top-plans .name {
  color: #d0dbd0;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
}
.plans .form-top-plans .date {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}
.plans .form-top-plans .right {
  margin-left: 190px;
}
@media screen and (max-width: 991px) {
  .plans .form-top-plans .right {
    margin-left: 50px;
  }
}
@media screen and (max-width: 991px) {
  .plans .button-position {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.plans .button-position .button-plans {
  padding: 10px 24px;
  border: 1px solid #85c114;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  background: transparent;
  margin-right: 24px;
}
@media screen and (max-width: 991px) {
  .plans .button-position .button-plans {
    margin: 20px 0 0;
    width: 100%;
  }
}

.history .history-content__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 56px;
}
.history .history-content__top_title {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  font-weight: 500;
}
.history .history-content__top .button-delete {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  line-height: 20px;
  color: #a4bda4;
  font-weight: 600;
  cursor: pointer;
}
.history .history-content__top .button-delete svg {
  margin-right: 5px;
}
.history .history-content__main-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 16px 51px 16px 16px;
  border-radius: 24px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin: 20px 0 0 -30px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .history .history-content__main-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 20px 0 0;
    padding: 20px;
  }
}
.history .history-content__main-block .play {
  display: none;
  cursor: pointer;
}
.history .history-content__main-block:hover {
  background: #28310f;
}
.history .history-content__main-block:hover .play {
  display: block;
  position: absolute;
  left: 95px;
  top: 60px;
}
@media screen and (max-width: 991px) {
  .history .history-content__main-block:hover .play {
    left: 50%;
    top: 70px;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}
.history .history-content__main-block_info {
  margin: 20px 0 0 30px;
}
@media screen and (max-width: 991px) {
  .history .history-content__main-block_info {
    margin: 20px auto 0;
  }
}
.history .history-content__main-block_info .info-title {
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .history .history-content__main-block_info .info-title {
    text-align: center;
  }
}
.history .history-content__main-block_info .info-paragraph {
  max-width: 260px;
  color: #d0dbd0;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  margin-top: 8px;
}
@media screen and (max-width: 991px) {
  .history .history-content__main-block_info .info-paragraph {
    text-align: center;
    max-width: 100%;
  }
}
.history .history-content__main-block_time {
  margin: 20px 0 0 234px;
}
@media screen and (max-width: 991px) {
  .history .history-content__main-block_time {
    margin: 20px 0 0;
  }
}
.history .history-content__main-block_time .time {
  color: #a4bda4;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

.tab {
  display: block;
}

.tab.hidden {
  display: none;
}

.body-contact-us {
  background: #28310f;
}

.contact-us {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 1170px) {
  .contact-us {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.contact-us__content {
  margin-top: 72px;
  width: 476px;
}
@media screen and (max-width: 1170px) {
  .contact-us__content {
    margin-top: 42px;
    width: 100%;
  }
}
.contact-us__content h6 {
  font-size: 48px;
  line-height: 58px;
  color: #fcfcfd;
  font-weight: 600;
}
@media screen and (max-width: 1170px) {
  .contact-us__content h6 {
    font-size: 32px;
    line-height: 40px;
  }
}
.contact-us__content .contact-us-form {
  margin-top: 20px;
}
.contact-us__content .contact-us-form .form-title {
  font-size: 16px;
  line-height: 24px;
  color: #d0dbd0;
  font-weight: 400;
}
@media screen and (max-width: 1170px) {
  .contact-us__content .contact-us-form .form-title {
    line-height: 20px;
  }
}
.contact-us__content .contact-us-form .input {
  margin-top: 52px;
  border-bottom: 1px solid #d0dbd0;
  padding-bottom: 16px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1170px) {
  .contact-us__content .contact-us-form .input {
    margin-top: 32px;
  }
}
.contact-us__content .contact-us-form .input input {
  background: transparent;
  outline: none;
  border: none;
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
.contact-us__content .contact-us-form .input input::-webkit-input-placeholder {
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
.contact-us__content .contact-us-form .input input::-moz-placeholder {
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
.contact-us__content .contact-us-form .input input:-ms-input-placeholder {
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
.contact-us__content .contact-us-form .input input::-ms-input-placeholder {
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
.contact-us__content .contact-us-form .input input::placeholder {
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
.contact-us__content .contact-us-form .input svg {
  position: absolute;
  right: 0;
  top: 0;
}
.contact-us__content .contact-us-form .input textarea {
  background: transparent;
  outline: none;
  border: none;
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  resize: none;
  width: 100%;
  height: 30px;
}
.contact-us__content .contact-us-form .input textarea::-webkit-input-placeholder {
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
.contact-us__content .contact-us-form .input textarea::-moz-placeholder {
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
.contact-us__content .contact-us-form .input textarea:-ms-input-placeholder {
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
.contact-us__content .contact-us-form .input textarea::-ms-input-placeholder {
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
.contact-us__content .contact-us-form .input textarea::placeholder {
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
.contact-us__content .contact-us-form .has-error {
  color: #ff5b24;
}
.contact-us__img {
  position: relative;
  margin-right: 130px;
}
@media screen and (max-width: 1680px) {
  .contact-us__img {
    margin: 0;
  }
}
@media screen and (max-width: 1170px) {
  .contact-us__img {
    margin: 50px 0 0;
  }
}
.contact-us__img img {
  display: block;
}
.contact-us__img::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.contact-us .button-submit {
  background: #85c114;
  border-radius: 4px;
  margin-top: 64px;
  width: 100%;
  padding: 18px 0;
  border: none;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

/**************************\
  Basic Modal Styles
\**************************/
.modal__overlay {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal__container {
  z-index: 999;
  background-color: #28310F;
  padding: 0;
  width: 90%;
  max-width: 880px;
  max-height: 95vh;
  border-radius: 0;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.modal__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.modal__close {
  background: transparent;
  border: 0;
}

.modal__header .modal__close:before {
  content: "✕";
}

.modal__content {
  margin: 0;
  color: #D0DBD0;
}

/**************************\
  Demo Animation Style
\**************************/
@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
    transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
    transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
}
@keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.default-open {
  display: block;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide:not(.animation-none)[aria-hidden=false] .modal__overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide:not(.animation-none)[aria-hidden=false] .modal__container {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide:not(.animation-none)[aria-hidden=true] .modal__overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide:not(.animation-none)[aria-hidden=true] .modal__container {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

/** ********************
* Log in customization *
********************** */
#modal-login-content .text-wth-image {
  position: static;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 100%;
  height: auto;
  min-height: unset;
}
#modal-login-content .text-wth-image__img {
  display: none;
}
#modal-login-content .text-wth-image__content {
  margin: 40px auto;
  padding-bottom: 0;
  width: 100%;
}
#modal-login-content .logo {
  display: none;
}
#modal-login-content .form-wrapper__flex_form-box {
  margin: auto;
}

* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

a {
  color: #2f5572;
  text-decoration: none;
}

input {
  outline: none;
}

img,
svg,
video {
  max-width: 100%;
  height: auto;
}

button {
  cursor: pointer;
}

picture {
  display: block;
}

iframe {
  max-width: 100%;
}

input,
select,
textarea,
button {
  font-family: "Roboto", "Arial", sans-serif;
}

textarea:focus-visible {
  outline: 0;
}

html {
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  html {
    font-size: 1.3vw;
  }
}
@media only screen and (min-width: 1200px) {
  html {
    font-size: 0.833vw;
  }
}

body {
  position: relative;
  margin: auto;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  line-height: 1.75;
  color: #000;
  overflow-x: hidden;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.37%, #4a5f22), color-stop(74.11%, #405120), to(#1c2910));
  background: -o-linear-gradient(top, #4a5f22 1.37%, #405120 74.11%, #1c2910 100%);
  background: linear-gradient(180deg, #4a5f22 1.37%, #405120 74.11%, #1c2910 100%);
}

.container {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1704px;
  margin: 0 auto;
}
@media screen and (max-width: 1170px) {
  .container {
    width: 100%;
    padding: 0 20px;
  }
}

.menu-open .container:not(.footer-container) {
  max-width: calc(100vw - 256px);
}
.menu-open .video-player.show {
  max-width: calc(100vw - 256px);
}

.full-screen-width {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
}

.color-white {
  color: #ffffff;
}

.has-preloader {
  position: relative;
}
.has-preloader.loading:after {
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  background-image: url(../.././assets/img/loader.svg);
  background-repeat: no-repeat;
  background-position: center;
}

body.page-template-page-body-only {
  background: #28310f;
}
body.page-template-page-body-only .header,
body.page-template-page-body-only .footer {
  display: none;
}
body.page-template-page-body-only .main {
  padding-bottom: 0;
  margin-top: 0;
}

body.search-results .main {
  padding-top: 20px;
}
body.search-results .last-uploaded__heading {
  margin-bottom: 24px;
}

.search-container {
  position: relative;
  overflow: hidden;
  width: 200px;
  height: 48px;
}
.search-container .header__contact_button-input {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 200;
  width: 38px;
  height: 100%;
  background: #12130f;
}
.search-container .search-form-wrapper {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.search-container.open .search-form-wrapper {
  left: 0;
}
.search-container.open .header__contact_button-input {
  pointer-events: none;
}

.search-mobile-link {
  display: none;
}

@media (max-width: 767px) {
  .search-mobile-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .search-container.search-dt {
    display: none;
  }
}
body .wpdreams_asl_results .results .item {
  padding: 0 !important;
}
body .wpdreams_asl_results .results .item:after {
  display: none !important;
}
body .wpdreams_asl_results .results .item:hover .asl_content h3 a {
  color: #85C114 !important;
}
body .wpdreams_asl_results .results .item .asl_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
body .wpdreams_asl_results .results .item .asl_content img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 4px !important;
}
body .wpdreams_asl_results .results .item .asl_content h3 {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow-wrap: break-word;
}
body .wpdreams_asl_results .results .item .asl_content h3 a {
  color: #1C220C !important;
  overflow-wrap: break-word;
}

body .pagination-nav {
  margin-top: 48px;
  font-size: 18px;
}
body .pagination-nav ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
body .pagination-nav ul li a,
body .pagination-nav ul li span {
  padding: 10px 15px;
  color: #f9f9f9;
  border-color: #1C220C;
  background: #1C220C;
  cursor: pointer;
}
@media (max-width: 991px) {
  body .pagination-nav ul li a,
  body .pagination-nav ul li span {
    padding: 8px 12px;
    font-size: 16px;
  }
}
body .pagination-nav ul li a:hover,
body .pagination-nav ul li span:hover {
  color: #e0e0e0;
  background: #1f260d;
  border-color: #1f260d;
}
body .pagination-nav ul li a:focus,
body .pagination-nav ul li span:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
body .pagination-nav ul li a.current,
body .pagination-nav ul li span.current {
  color: #e0e0e0;
  background: #1f260d;
  border-color: #1f260d;
}

.about.collection .about__content.revers{
  flex-direction: row-reverse;
}

.about.collection .about__content{
  margin-bottom: 40px;
}

.logo .wrapper-logo{
  display: flex;
  align-items: center;
}
@media(max-width: 991px) {
  .logo .wrapper-logo{
    display: block;
    text-align: center;
  }
  .logo .wrapper-logo img{
   width: 100%;
  }
}

.logo .productions-title{
  margin: 0 24px;
  color: #f9f9f9;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}
.logo img{
  max-width: 200px;
  max-height: 100px;
}

.partners__wrap .partners__wrap_item img{
  height: 88px;
  width: 177px;
}
.partners__wrap .partners__wrap_item:nth-child(4) img, .partners__wrap .partners__wrap_item:nth-child(5) img{
  padding: 20px;
}
.form-wrapper__flex_form-box .form-button{
  background: #fe5b24;
}

.form-wrapper__flex_form-box .form-button img {
  margin-left: 10px;
  max-width: 50px;
}

.form-wrapper__flex_form-box.product-form .checkout-form{
  margin-top: 80px;
}

.back{
  margin-top: 15px!important;
}

.form-wrapper__flex_form-box {
  width: 100%;
  max-width: 530px;
  margin: 80px auto;
}
#payment-form{
  padding: 0 25px;
}
body .slider__item_content .bottom-content {

  max-width: 700px;
}

body .slider__item_content img.image-desaturate {
  max-width: 100px;
  width: 100%;
}

body .footer__content_other-platforms .item {
  width: 100px;
  height: 60px;
}

body .footer__content_other-platforms .item:nth-child(4) img, body .footer__content_other-platforms .item:nth-child(5) img{
  padding: 20px;
}


input:-webkit-autofill {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #ffffff;
  background-color: transparent !important;
  -webkit-box-shadow: 0 0 0 50px #28310f inset;
}

.logo .productions-title {
  margin: 0 24px;
  color: #f9f9f9;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}

.form-wrapper__flex_form-box .form-button.back {
  background: #2d4600;
  border: 0px;
}

body .text-wth-image__content {
  margin: 25px auto 0;
  padding-left: 0;
  padding-right:0;
  padding-bottom: 0;
}

body .form-wrapper__flex_form-box {
  width: 100%;
  max-width: 530px;
  margin: 30px auto;
}

body .form-wrapper__flex_form-box .form {
  margin-top: 15px;
  position: relative;
}

body .form-wrapper__flex_form-box .form .input {
  margin-top: 45px;
}

body .text-wth-image__content form {
  display: block;
  margin: 0px auto 0px 0;
  max-width: 530px;
}

#myPopup.popup {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}
#myPopup .popup-content {
  text-align: center;
  background: #28310f;
  color: #fff;
  margin: 10% auto;
  padding: 20px;
  border: 1px solid #888888;
  max-width: 500px;
  width: 100%;
  font-weight: bolder;
}
/*#myPopup .popup-content button {*/
/*  display: block;*/
/*  margin: 0 auto;*/
/*}*/
#myPopup.show {
  display: block;
}
#myPopup button{
  padding: 10px 24px;
  border: 1px solid #85c114;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  background: transparent;
  margin-right: 24px;
  display: inline-block;
  margin-top: 30px;
}
#myPopup .step-2{
  display:none;
}
#myPopup textarea{
  max-width: 400px;
  width: 100%;
}
.checkbox-block{
  text-align: left;
  margin-left: 30px;
}
.product-form .buy-title {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #a4bda4;
  margin-bottom: 25px;
}

button.form-button.pay-vipps {
margin: 0 25px!important;
    width: 100%;
    max-width: 480px;

}

.product-container .product-wrapper .product .product-form .form.step-form-3 {
  max-width: 476px;
  margin: 0 auto;
  height: auto;
}
.form-wrapper__flex.product .product-block{
cursor: pointer;
}
.fa-eye-slash{
  background-image: url(../.././assets/img/eye-slash.svg);
}

.fa-eye{
  background-image: url(../.././assets/img/eye.svg);
}
.toggle-password {
width: 20px;
    height: 20px;
    display: block;
    background-size: 20px;
    position: absolute;
    right: 0;
    margin-top: -18px;
}