html {
  font-size: 62.5%;
}

h1,
.h1 {
  font-family: "Playfair Display", serif;
  line-height: 1.2;
}

.section-headline {
  border-bottom: 1px solid #000000;
  font-family: "Playfair Display", serif;
}
.section-headline h1,
.section-headline .h1 {
  margin-bottom: 5.6rem;
}

.right-main-row {
  justify-content: flex-end;
}

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

h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  font-weight: 500;
}

@media (max-width: 991px) {
  h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-bottom: 1.6rem;
  }

  h1,
.h1 {
    font-size: 4.8rem;
  }

  h2,
.h2 {
    font-size: 3.6rem;
  }

  h3,
.h3 {
    font-size: 2.8rem;
  }

  .section-headline h1,
.section-headline .h1 {
    margin-bottom: 2.4rem;
  }
}
@media (max-width: 575px) {
  .container {
    padding-left: 18px;
    padding-right: 18px;
  }

  h1,
.h1 {
    font-size: 3.2rem;
  }

  h2,
.h2 {
    font-size: 2.4rem;
  }

  h3,
.h3 {
    font-size: 2.2rem;
  }
}
a:focus, a:active {
  outline: none;
}

.gray-box-link {
  padding: 1rem 3.2rem;
  display: flex;
  min-height: 6.4rem;
  align-items: center;
  justify-content: space-between;
  color: #000000;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 1.6rem;
  background-color: #fafafa;
  background: #fafafa url("../../images/front/arrow-right-dark.svg") no-repeat right 3.2rem center;
  transition: all 0.3s;
  padding-right: 8rem;
  line-height: 1.5;
  border: 1px solid #fafafa;
}
.gray-box-link:hover {
  border: 1px solid #000000;
  background: #ffffff url("../../images/front/arrow-right-dark.svg") no-repeat right 3.2rem center;
  color: #000000;
}

.perex {
  color: #000000;
  font-size: 3.2rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.5;
  margin-bottom: 5rem;
}

@media (max-width: 767px) {
  .perex {
    font-size: 2.4rem;
    margin-bottom: 3.2rem;
  }

  .mb-6, .mb-4, .mb-5 {
    margin-bottom: 2.4rem !important;
  }

  .mt-6, .mt-4, .mt-5 {
    margin-top: 2.4rem !important;
  }
}
@media (max-width: 576px) {
  .perex {
    font-size: 2rem;
    margin-bottom: 2.4rem;
  }
}
button:focus {
  outline: none;
}

.btn {
  color: #000000;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  padding: 1.5rem 4.9rem;
  transition: all 0.3s;
}
.btn-primary {
  border: 1px solid #000000;
  background: transparent;
  color: #000000;
}
.btn-primary:hover {
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}
.btn-white {
  border: 1px solid #ffffff;
  background: transparent;
  color: #ffffff;
}
.btn-white:hover {
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}
.btn-dark {
  color: #ffffff;
  background-color: #000000;
  border: 1px solid #000000;
}
.btn-small {
  font-size: 1.6rem;
  font-weight: 400;
  padding: 0.9rem 1.5rem;
}
.btn-back {
  display: inline-flex;
  width: 34rem;
  max-width: 100%;
  border: 1px solid #000000;
  background: transparent;
  color: #000000;
  letter-spacing: 0.256rem;
  text-transform: uppercase;
  padding: 2.3rem;
  justify-content: space-between;
  text-align: right;
}
.btn-back svg path {
  transition: all 0.3s;
}
.btn-back:hover {
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}
.btn-back:hover svg path {
  fill: #ffffff;
}
.btn-next {
  display: inline-flex;
  width: 34rem;
  max-width: 100%;
  border: 1px solid #000000;
  background: transparent;
  color: #000000;
  letter-spacing: 0.256rem;
  text-transform: uppercase;
  padding: 2.3rem;
  justify-content: space-between;
  text-align: left;
}
.btn-next svg {
  transform: rotate(180deg);
}
.btn-next svg path {
  transition: all 0.3s;
}
.btn-next:hover {
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}
.btn-next:hover svg path {
  fill: #ffffff;
}
.btn-down {
  display: inline-flex;
  width: 34rem;
  max-width: 100%;
  border: 1px solid #000000;
  background: transparent;
  color: #000000;
  letter-spacing: 0.256rem;
  text-transform: uppercase;
  padding: 2.3rem;
  justify-content: space-between;
  text-align: left;
}
.btn-down svg {
  transform: rotate(-90deg);
}
.btn-down svg path {
  transition: all 0.3s;
}
.btn-down:hover {
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}
.btn-down:hover svg path {
  fill: #ffffff;
}

.full-btn .btn {
  width: 100%;
  padding: 2.1rem 2.4rem;
  font-size: 2rem;
}

.form-control {
  height: 5.6rem;
  background-color: #fafafa;
  padding: 1rem 2.4rem;
  border: 0.1rem solid #fafafa;
  outline: none !important;
  box-shadow: none !important;
  font-size: 1.8rem;
  font-weight: 500;
  max-width: 46.4rem;
}
.form-control:focus {
  border: 0.1rem solid #000000;
}

.form-group {
  margin-bottom: 2.4rem;
}
.form-group label {
  color: #000000;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 1.2rem;
}

.password-wrap {
  position: relative;
  max-width: 46.4rem;
}
.password-show {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 2.1rem;
  margin-right: 2.4rem;
  cursor: pointer;
}
.password-show img,
.password-show svg {
  display: block;
}

/* check */
.check-styled {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
}
.check-styled input[type=checkbox] {
  opacity: 0;
  display: block;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
}
.check-styled input[type=checkbox] + label {
  display: flex;
  width: 100%;
  margin: 0;
  margin: 0;
  vertical-align: middle;
  padding-left: 5.6rem;
  padding-top: 0rem;
  padding-bottom: 0rem;
  cursor: pointer;
  font-weight: normal;
  font-size: 1.8rem;
  font-weight: 400;
  position: relative;
  min-height: 3.2rem;
  line-height: 1.2;
  border-radius: 0.4rem;
  background-color: #ffffff;
}
.check-styled input[type=checkbox] + label:before {
  width: 3.2rem;
  height: 3.2rem;
  border: 0.1rem solid #000000;
  background: #ffffff;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s;
}
.check-styled input[type=checkbox] + label:after {
  width: 3.2rem;
  height: 3.2rem;
  border: 0.1rem solid #000000;
  background: #000000 url("../../images/front/check.svg") no-repeat center;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s;
  opacity: 0;
  color: #ffffff;
}
.check-styled input[type=checkbox]:checked + label:after {
  opacity: 1;
}
.check-styled input[type=checkbox]:disabled + label {
  cursor: not-allowed;
  color: grey !important;
}
.check-styled-content {
  display: flex;
  align-items: center;
  width: 100%;
  padding-right: 1.8rem;
}
.check-styled-content a {
  text-decoration: underline;
}
.check-styled-content p {
  margin-bottom: 0;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 34.2rem;
  max-width: 100%;
}

.bootstrap-select > .dropdown-toggle {
  height: 4.8rem;
  border: 0.1rem solid #000000;
  background-color: #ffffff;
  padding: 0.4rem 1.6rem;
  color: #000000 !important;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  outline: none !important;
}
.bootstrap-select > .dropdown-toggle:active {
  background: #ffffff;
}
.bootstrap-select > .dropdown-toggle .filter-option {
  display: flex;
  align-items: center;
}
.bootstrap-select > .dropdown-toggle:hover {
  border: 0.1rem solid rgba(0, 0, 0, 0.5);
}
.show > .dropdown-toggle {
  background: #ffffff !important;
  border: 0.1rem solid #000000 !important;
}

.dropdown-menu {
  margin-top: -0.1rem;
  border: 0.1rem solid #000000;
  padding: 2.4rem 1.6rem;
  padding-bottom: 1.4rem;
}
.dropdown-menu li {
  margin-bottom: 1rem;
}
.dropdown-menu li a {
  padding: 0;
}

.dropdown-item {
  color: #000000;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}
.dropdown-item.active, .dropdown-item:hover {
  color: #7f7f7f !important;
  background: transparent;
}

.styled-select-small .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 22rem;
  max-width: 100%;
}

@media (max-width: 575px) {
  .styled-select {
    width: 100%;
  }

  .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
  }

  .styled-select-small .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
  }
}
.tag {
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 0.9rem 1.5rem;
  line-height: 1;
  color: #ffffff;
  background-color: #000000;
  border: 1px solid #000000;
}

.header-menu-toggle {
  display: none;
}

.header-menu-toggle {
  width: 30px;
  height: 22px;
  margin-top: 8px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  background: #ffffff;
  border: none;
}

.header-menu-toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #000000;
  border-radius: 1px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.header-menu-toggle span:nth-child(1) {
  top: 0px;
}

.header-menu-toggle span:nth-child(2) {
  top: 8px;
}

.header-menu-toggle span:nth-child(3) {
  top: 16px;
}

.header-menu-toggle.open span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.header-menu-toggle.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.header-menu-toggle.open span:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.navbar {
  border-bottom: 1px solid #000000;
  padding: 0;
  margin-bottom: 5rem;
  height: 16rem;
}

.navbar-brand {
  color: #000000;
  font-family: "Playfair Display", serif;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  margin-top: -1.5rem;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 0 3.5rem;
  transition: all 0.3s;
}

.navbar-search {
  margin-left: 3rem;
}
.navbar-search img,
.navbar-search svg {
  height: 2.3rem;
}
.navbar-search svg path {
  transition: all 0.3s;
}
.navbar-search a:hover svg path {
  fill: #747474;
}

.navbar-lang {
  margin-left: 7rem;
}
.navbar-lang a {
  color: #000000;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.256rem;
  text-transform: uppercase;
  transition: all 0.3s;
}
.navbar-lang a:hover {
  color: #7f7f7f;
}

.navbar-login {
  margin-left: 4rem;
}
.navbar-login a {
  color: #000000;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.256rem;
  text-transform: uppercase;
  transition: all 0.3s;
}
.navbar-login a:hover {
  color: #7f7f7f;
}
.navbar-login a.navbar-user {
  width: 4.2rem;
  height: 4.2rem;
  background-color: #000000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 0.2rem solid #ffffff;
  margin-top: -0.2rem;
}
.navbar-login a.navbar-user img {
  height: 2rem;
}
.navbar-login a.navbar-user:hover {
  border-color: #000000;
}

.main-menu-content {
  display: flex;
  width: 100%;
}

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

@media (max-width: 1399px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0 2.5rem;
  }

  .navbar-lang {
    margin-left: 3rem;
  }
  .navbar-lang a {
    font-size: 1.4rem;
  }

  .navbar-login {
    margin-left: 3rem;
  }
  .navbar-login a {
    font-size: 1.4rem;
  }

  .navbar-search img,
.navbar-search svg {
    height: 2rem;
  }
}
@media (max-width: 1199px) {
  .navbar-brand {
    font-size: 2.4rem;
    margin-top: 0;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0 1.5rem;
  }
}
@media (max-width: 991px) {
  body {
    padding-top: 8rem;
  }

  header {
    height: 6.4rem;
    background: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
  }

  .header-menu-toggle {
    display: flex;
  }

  .navbar {
    height: 64px;
    margin-bottom: 0;
  }

  .main-menu {
    position: absolute;
    top: 6.3rem;
    left: 0;
    right: 0;
    display: block;
    background: #000000;
  }
  .main-menu-content {
    padding-bottom: 3.2rem;
    height: calc(100vh - 6.3rem);
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    overflow-y: auto;
  }

  .navbar-nav {
    margin: 0 !important;
    margin-top: 4rem;
    order: 2;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0 3.2rem;
    color: #ffffff;
    font-size: 3.2rem;
    font-weight: 400;
    margin-bottom: 0.7rem;
  }
  .navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #747474;
  }

  .navbar-lang {
    order: 1;
    margin: 0;
    padding-left: 3.2rem;
    margin-bottom: 3.2rem;
    margin-top: 4rem;
  }
  .navbar-lang a {
    color: #ffffff;
    font-size: 1.6rem;
  }

  .navbar-login {
    order: 4;
  }

  .navbar-search {
    display: none;
  }
  .navbar-search-mobile {
    display: block;
    margin-left: auto;
    margin-right: 2.4rem;
  }

  .navbar-login {
    margin-top: 3.2rem;
  }
  .navbar-login a {
    color: #000000;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1;
    padding: 1.5rem 4.9rem;
    transition: all 0.3s;
    border: 1px solid #ffffff;
    background: transparent;
    color: #ffffff;
  }
  .navbar-login a:hover {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    color: #000000;
  }
  .navbar-login a.navbar-user {
    padding: 0;
  }
  .navbar-login a.navbar-user:hover {
    background: #000000;
    border: 1px solid #ffffff;
  }
}
@media (max-width: 575px) {
  .main-menu {
    left: -18px;
    right: -18px;
  }
}
.footer-content {
  border-top: 1px solid #000000;
  width: 100%;
  margin-top: 16rem;
  padding-top: 8rem;
  font-size: 1.6rem;
}
.footer-content p {
  margin-bottom: 2rem;
}

.footer-lang-link {
  text-transform: uppercase;
  transition: all 0.3s;
}
.footer-lang-link svg {
  margin-right: 1.5rem;
}
.footer-lang-link svg path {
  transition: all 0.3s;
}
.footer-lang-link:hover {
  color: #747474;
}
.footer-lang-link:hover svg path {
  fill: #747474;
}

.footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-col ul li {
  margin-bottom: 1rem;
}
.footer-login {
  width: 100%;
  text-align: right;
}

.footer-bottom {
  font-size: 1.6rem;
  margin-top: 6rem;
  padding-bottom: 8rem;
}
.footer-bottom-right {
  text-align: right;
}

@media (max-width: 991px) {
  .footer-content {
    margin-top: 4rem;
  }

  .footer-col {
    margin-bottom: 2.4rem;
  }
  .footer-col-adress {
    text-align: right;
  }
}
@media (max-width: 575px) {
  .footer-content {
    padding-top: 2.4rem;
  }
  .footer-col {
    margin-bottom: 3.2rem;
  }
  .footer-col-lang {
    order: 1;
  }
  .footer-col-menu {
    order: 2;
  }
  .footer-col-adress {
    order: 4;
    text-align: left;
  }
  .footer-col-login {
    order: 3;
  }
  .footer-login {
    text-align: left;
  }
  .footer-bottom {
    margin-top: 0;
    padding-bottom: 4.8rem;
  }
  .footer-bottom-left {
    order: 2;
  }
  .footer-bottom-right {
    text-align: left;
    order: 1;
    margin-bottom: 3.2rem;
  }
}
.swiper-caption {
  position: absolute;
  left: 0;
  bottom: 0;
  padding-left: 6.4rem;
  padding-bottom: 6.4rem;
  color: #ffffff;
  z-index: 10;
}
.swiper-caption-info {
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.256rem;
  line-height: 1;
  margin-bottom: 3rem;
}
.swiper-caption-title {
  color: #ffffff;
  font-family: "Playfair Display", serif;
  font-size: 4.8rem;
  font-weight: 400;
  line-height: 1.17;
  margin-bottom: 1.5rem;
}
.swiper-caption p {
  margin-bottom: 3rem;
}

.main-slider .swiper-slide:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.03) 38%, #000000 100%);
  opacity: 0.48;
}
.main-slider .swiper-slide > img {
  width: 100%;
}
.main-slider .swiper-button-next,
.main-slider .swiper-button-prev {
  bottom: 5rem;
  top: unset;
  right: 4.3rem;
  left: unset;
  opacity: 1;
  width: 4rem;
  height: 2.4rem;
  background: url("../../images/front/arrow-right.svg") no-repeat center;
  transition: all 0.3s;
}
.main-slider .swiper-button-next:hover,
.main-slider .swiper-button-prev:hover {
  opacity: 0.7;
}
.main-slider .swiper-button-next:after,
.main-slider .swiper-button-prev:after {
  display: none;
}
.main-slider .swiper-button-prev {
  background: url("../../images/front/arrow-left.svg") no-repeat center;
  right: 11.2rem;
}
.main-slider .swiper-button-next.swiper-button-disabled,
.main-slider .swiper-button-prev.swiper-button-disabled {
  opacity: 0.3;
}

.news-slider {
  margin-left: -12.5px;
  margin-right: -12.5px;
}
.news-slider .news-item-col {
  margin-bottom: 0;
}

.arrow-top-slider {
  position: relative;
}
.arrow-top-slider .swiper-button-next,
.arrow-top-slider .swiper-button-prev {
  top: -14rem;
  right: 0rem;
  left: unset;
  opacity: 1;
  width: 4rem;
  height: 2.4rem;
  background: url("../../images/front/arrow-right-dark.svg") no-repeat center;
  transition: all 0.3s;
}
.arrow-top-slider .swiper-button-next:hover,
.arrow-top-slider .swiper-button-prev:hover {
  opacity: 0.7;
}
.arrow-top-slider .swiper-button-next:after,
.arrow-top-slider .swiper-button-prev:after {
  display: none;
}
.arrow-top-slider .swiper-button-prev {
  background: url("../../images/front/arrow-left-dark.svg") no-repeat center;
  right: 7.2rem;
}
.arrow-top-slider .swiper-button-next.swiper-button-disabled,
.arrow-top-slider .swiper-button-prev.swiper-button-disabled {
  opacity: 0.3;
}

.swiper-overflow {
  overflow: hidden;
  max-width: 100vw;
}
.swiper-overflow .swiper {
  overflow: visible;
}

@media (max-width: 991px) {
  .main-slider {
    padding-bottom: 6rem;
  }
  .main-slider .swiper-slide:after {
    display: none;
  }
  .main-slider .swiper-button-next,
.main-slider .swiper-button-prev {
    bottom: 0;
    top: unset;
    right: calc(50% - 4rem - 1.6rem);
    opacity: 1;
    background: url("../../images/front/arrow-right-dark.svg") no-repeat center;
  }
  .main-slider .swiper-button-prev {
    background: url("../../images/front/arrow-left-dark.svg") no-repeat center;
    right: unset;
    left: calc(50% - 4rem - 1.6rem);
  }

  .swiper-caption {
    position: relative;
    bottom: 0;
    left: 0;
    padding: 0;
    color: #000000;
    padding-top: 1.6rem;
  }
  .swiper-caption-info {
    color: #000000;
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 0.224rem;
    margin-bottom: 1.5rem;
  }
  .swiper-caption-title {
    color: #000000;
    font-size: 2.4rem;
    margin-bottom: 1.5rem;
  }
  .swiper-caption p {
    margin-bottom: 2.4rem;
  }
  .swiper-caption .btn {
    border-color: #000000;
    color: #000000;
    width: 100%;
  }
  .swiper-caption .btn:hover {
    color: #ffffff;
  }

  .arrow-top-slider .swiper {
    padding-bottom: 6rem;
  }
  .arrow-top-slider .swiper-button-next,
.arrow-top-slider .swiper-button-prev {
    bottom: 0;
    top: unset;
    right: calc(50% - 4rem - 1.6rem);
    opacity: 1;
    background: url("../../images/front/arrow-right-dark.svg") no-repeat center;
  }
  .arrow-top-slider .swiper-button-prev {
    background: url("../../images/front/arrow-left-dark.svg") no-repeat center;
    right: unset;
    left: calc(50% - 4rem - 1.6rem);
  }
}
.modal-backdrop.show {
  opacity: 0.9;
}

@media (min-width: 767px) {
  .modal-dialog {
    width: 60rem;
    max-width: 100%;
  }
  .modal-dialog.modal-lg {
    width: 71rem;
  }
}
.modal .close {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 1;
  padding: 0;
  margin: 0;
  line-height: 1;
  margin-top: 2.4rem;
  margin-right: 2.4rem;
}
.modal .close svg {
  display: block;
}
.modal-content {
  border: none;
}
.modal-header {
  padding: 4rem 5.6rem;
  padding-right: 8rem;
  padding-bottom: 0;
  border: none;
}
.modal-header h3 {
  margin-bottom: 0;
}
.modal-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  line-height: 1;
  flex-wrap: wrap;
}
.modal-title a {
  text-decoration: underline;
}
.modal-title span {
  font-size: 1.6rem;
  margin-top: 0.8rem;
}
.modal-body {
  padding: 3.2rem 5.6rem;
  padding-right: 8rem;
}
.modal-footer {
  padding: 4.8rem 5.6rem;
  padding-top: 0;
  padding-right: 8rem;
  border: none;
}
.modal-footer-two-col {
  width: calc(100% + 2.4rem);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-left: -1.2rem;
  margin-right: -1.2rem;
  margin: -1.2rem;
}
.modal-footer-two-col a {
  margin: 1.2rem;
}
.modal-text .modal-footer-two-col {
  justify-content: flex-start;
}
.modal-text .modal-body {
  padding-bottom: 0;
}

.modal-service-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1.2rem;
  margin-right: -1.2rem;
}
.modal-service-item {
  width: 100%;
  border: 0.1rem solid #000000;
  padding-top: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.modal-service-item-col {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 1.2rem;
}
.modal-service-item img {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 70%;
}
.modal-service .modal-header {
  padding-bottom: 0;
}
.modal-service .modal-body {
  padding-top: 2rem;
}
.modal-service .modal-footer {
  justify-content: flex-start;
}

.modal-search .close {
  margin-top: 2.4rem;
  top: -15vh;
}
.modal-search .close svg path {
  fill: #ffffff;
}
.modal-search .modal-dialog {
  background: transparent;
  width: 100%;
  max-width: 100%;
}
.modal-search .modal-content {
  background: transparent;
  margin-top: 15vh;
}
.modal-search .modal-body {
  padding: 0;
}

@media (max-width: 767px) {
  .modal .close {
    margin-top: 1.2rem;
    margin-right: 1.2rem;
  }
  .modal-header {
    padding: 2.4rem 2.4rem;
    padding-top: 3.2rem;
  }
  .modal-body {
    padding: 2.4rem;
  }
  .modal-footer {
    padding: 2.4rem;
    padding-top: 0;
  }

  .modal-search .close {
    margin-top: 0.8rem;
    top: -7vh;
  }
  .modal-search .modal-content {
    margin-top: 7vh;
  }

  .modal-service-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.8rem;
    margin-right: -0.8rem;
  }
  .modal-service-item-col {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 0.8rem;
  }
}
.main-slider-section {
  margin-top: 6rem;
}

@media (max-width: 767px) {
  .main-slider-section {
    margin-top: 0rem;
  }
}
.project-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.5;
  max-width: 27.5rem;
  font-size: 1.6rem;
}
.project-item-col {
  margin-bottom: 4.8rem;
}
.project-item-img {
  display: block;
  margin-bottom: 3rem;
}
.project-item-name {
  display: inline-block;
  color: #000000;
  font-family: "Satoshi-Variable";
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 2rem;
}
.project-item-name h3 {
  font-family: "Satoshi-Variable";
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 0;
}
.project-item-info {
  display: flex;
  flex-direction: column;
  margin-bottom: 2.4rem;
}
.project-item-info a {
  text-decoration: underline;
}
.project-item-info a:hover {
  text-decoration: none;
}

@media (max-width: 767px) {
  .project-item-col {
    margin-bottom: 3.2rem;
  }
}
.news-item {
  border: 1px solid #000000;
  background-color: #ffffff;
  padding: 3.2rem 4rem;
  font-size: 1.6rem;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 56rem;
}
.news-item-col {
  margin-bottom: 2.4rem;
  display: flex;
}
.news-item p {
  margin-bottom: 2rem;
}
.news-item-date {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.256rem;
  margin-bottom: 6.4rem;
}
.news-item-name {
  height: 10rem;
  margin-bottom: 2rem;
  color: #000000;
  font-size: 2rem;
  font-weight: 500;
}
.news-item-name a {
  color: #000000;
}
.news-item-more {
  text-decoration: underline;
  color: #000000;
  margin-top: auto;
}
.news-item:hover {
  color: #ffffff;
  background: #000000;
}
.news-item:hover .news-item-name {
  color: #ffffff;
}
.news-item:hover .news-item-name a {
  color: #ffffff;
}
.news-item:hover .news-item-more {
  color: #ffffff;
}

@media (max-width: 991px) {
  .news-item {
    padding: 3.2rem;
  }

  .swiper .news-item-col {
    flex: 0 0 95%;
    max-width: 95%;
  }
}
.search-wrap {
  border: 0.1rem solid #ffffff;
}
.search-input {
  position: relative;
  display: flex;
}
.search-input .form-control {
  border: none;
  height: 8rem;
  background: transparent url("../../images/front/search-white.svg") no-repeat left 3.2rem center;
  padding-left: 8.7rem;
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: 400;
  width: calc(100% - 13.5rem);
  max-width: 100%;
}
.search-btn {
  background: transparent;
  border: none;
  width: 13.5rem;
  text-align: left;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.256rem;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.search-btn svg {
  display: block;
  margin-left: 1.2rem;
  transition: all 0.3s;
}
.search-btn:hover svg {
  margin-left: 1.6rem;
}
.search-results {
  display: none;
  border: 0.1rem solid #707070;
  background-color: #ffffff;
  padding: 3.2rem 8.7rem;
  max-height: calc(85vh - 8rem - 3.2rem);
  overflow-y: auto;
}
.search-results h4 {
  color: #000000;
  font-family: "Satoshi-Variable";
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 1.2rem;
}
.search-results ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-bottom: 2rem;
}
.search-results ul li {
  margin-bottom: 1rem;
}
.search-results ul li a {
  color: #000000;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
}
.search-more {
  color: #000000;
  font-size: 1.6rem;
  font-weight: 400;
  text-decoration: underline;
}

.search-page .search-wrap {
  border-color: #fafafa;
}
.search-page .search-wrap:hover, .search-page .search-wrap:focus-within {
  border-color: #000000;
}
.search-page .search-wrap:hover .search-input, .search-page .search-wrap:focus-within .search-input {
  background: #ffffff;
}
.search-page .search-results {
  border: 0.1rem color #000000;
  margin-left: -0.1rem;
  margin-right: -0.1rem;
  margin-bottom: -0.1rem;
}
.search-page .search-input {
  background-color: #fafafa;
}
.search-page .search-input .form-control {
  background: transparent url("../../images/front/search.svg") no-repeat left 3.2rem center;
  color: #000000;
}
.search-page .search-btn {
  color: #000000;
}
.search-page .search-btn svg path {
  fill: #000000;
}

@media (max-width: 767px) {
  .search-input .form-control {
    height: 6rem;
    padding-left: 4rem;
    background-position: left 1rem center;
    width: calc(100% - 8rem);
    font-size: 1.6rem;
    background-size: 2rem auto;
  }
  .search-btn {
    width: 8rem;
    font-size: 1.4rem;
    letter-spacing: 0.256rem;
    text-align: center;
  }
  .search-btn svg {
    display: none;
  }
  .search-results {
    max-height: calc(93vh - 6rem - 3.2rem);
    padding: 2.4rem;
  }
  .search-results h4 {
    font-size: 2rem;
    margin-bottom: 0.8rem;
  }
  .search-results ul li {
    margin-bottom: 0rem;
  }
  .search-results ul li a {
    font-size: 1.4rem;
    line-height: 1.25;
    display: inline-block;
  }

  .search-page .search-input .form-control {
    height: 6rem;
    padding-left: 4rem;
    background-position: left 1rem center;
    width: calc(100% - 8rem);
    background-size: 1.6rem auto;
  }
  .search-page .search-btn {
    width: 8rem;
    font-size: 1.4rem;
    letter-spacing: 0.256rem;
    text-align: center;
  }
  .search-page .search-btn svg {
    display: none;
  }
}
.nav-tabs {
  padding: 0;
  border: 0;
  margin-left: -3.5rem;
  margin-right: -3.5rem;
}
.nav-tabs .nav-item {
  margin: 0;
  padding: 0;
  margin: 0 3.5rem;
}
.nav-tabs .nav-item .nav-link {
  border: none;
  padding: 0;
  color: #000000;
  font-size: 2rem;
  font-weight: 400;
}
.nav-tabs .nav-item .nav-link:hover, .nav-tabs .nav-item .nav-link.active {
  color: #7f7f7f;
}

@media (max-width: 1399px) {
  .nav-tabs {
    margin-left: -1.6rem;
    margin-right: -1.6rem;
  }
  .nav-tabs .nav-item {
    margin: 0 1.6rem;
    margin-bottom: 0.8rem;
  }
}
@media (max-width: 991px) {
  .nav-tabs .nav-item .nav-link {
    font-size: 1.6rem;
  }
}
.download-item {
  border: 0.1rem solid #000000;
  background-color: #ffffff;
  padding: 3.2rem;
  padding-top: 4rem;
  padding-bottom: 2.4rem;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-height: 36rem;
}
.download-item-col {
  margin-bottom: 2.4rem;
  display: flex;
}
.download-item-img {
  display: flex;
  margin-bottom: 2rem;
}
.download-item-img img {
  display: block;
}
.download-item-name {
  color: #000000;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  display: inline-block;
  text-align: center;
}
.download-item-link {
  margin-top: auto;
}
.download-item-link span {
  text-decoration: underline;
}

.download-detail-top {
  display: flex;
}
.download-detail-top-right {
  padding-left: 4rem;
}
.download-detail-top-right h4 {
  color: #000000;
  font-size: 3.2rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.download-detail-top-info {
  color: #747474;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 1.6rem;
}
.download-detail-top-info a {
  color: #747474;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.6;
}
.download-detail-top-link {
  font-size: 1.6rem;
  font-weight: 400;
  text-decoration: underline;
}

.download-list-row {
  border-top: 1px solid #000000;
  margin-top: 4.6rem;
}
.download-list-item {
  min-height: 8rem;
  align-items: center;
  display: flex;
  border-bottom: 1px solid #cccccc;
  padding: 1rem 0;
}
.download-list-item-img {
  width: 9.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.download-list-item-img img {
  display: block;
}
.download-list-item-name {
  color: #000000;
  font-size: 1.8rem;
  font-weight: 500;
  width: calc(100% - 9.6rem - 13rem - 20rem - 13rem);
}
.download-list-item-name .btn {
  margin-left: 2rem;
}
.download-list-item-date {
  color: #000000;
  font-size: 1.6rem;
  font-weight: 400;
  width: 13rem;
  text-align: right;
}
.download-list-item-type {
  width: 20rem;
  text-align: center;
}
.download-list-item-down {
  width: 13rem;
  text-align: center;
}

@media (max-width: 1399px) {
  .download-item {
    padding: 2.4rem;
  }
  .download-item-name {
    font-size: 1.8rem;
  }
}
@media (max-width: 991px) {
  .download-list-item {
    flex-wrap: wrap;
  }
  .download-list-item-img {
    width: 6rem;
    justify-content: flex-start;
  }
  .download-list-item-name {
    font-size: 1.6rem;
    width: calc(100% - 6rem);
  }
  .download-list-item-name .btn {
    margin-left: 0rem;
    padding: 0.6rem 1rem;
    font-size: 1.4rem;
  }
  .download-list-item-date {
    width: 33.33%;
    text-align: left;
    font-size: 1.4rem;
    margin-top: 0.8rem;
  }
  .download-list-item-type {
    width: 33.33%;
    text-align: center;
    font-size: 1.4rem;
    margin-top: 0.8rem;
  }
  .download-list-item-down {
    width: 33.33%;
    text-align: right;
    font-size: 1.6rem;
    margin-top: 0.8rem;
  }

  .download-detail-top-right h4 {
    font-size: 2.4rem;
  }
}
@media (max-width: 575px) {
  .download-detail-top {
    flex-wrap: wrap;
  }
  .download-detail-top-right {
    margin-top: 1.6rem;
    width: 100%;
    padding-left: 0;
  }
}
.textpage-top h1 {
  max-width: 86rem;
}
.textpage-top time {
  color: #000000;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.32rem;
  margin-bottom: 3.2rem;
  display: block;
}

.textpage-content {
  max-width: 83rem;
  width: 100%;
}

.textpage-main img {
  max-width: 100%;
}

.img-block img {
  display: block;
  max-width: 100%;
}

.video-cover {
  position: relative;
}
.video-cover img {
  max-width: 100%;
}

.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9.6rem;
  height: 9.6rem;
  border-radius: 4.8rem;
  background-color: rgba(0, 0, 0, 0.6);
  border: none;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.play-icon img {
  display: block;
}
.play-icon:hover {
  background: black;
}

.gal-item {
  padding: 1.2rem;
  max-height: 390px;
}

.gal-item-list {
  display: flex;
  flex-wrap: wrap;
  margin: -1.2rem;
}
.gal-item a {
  display: flex;
  width: 100%;
  height: 100%;
}
.gal-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gal-item-half {
  width: 50%;
}
.gal-item-small {
  width: 33.9%;
}
.gal-item-big {
  width: 66.1%;
}

@media (max-width: 767px) {
  .gal-item {
    padding: 0.8rem;
  }
  .gal-item-list {
    margin: -0.8rem;
  }
}
@media (max-width: 575px) {
  .gal-item {
    padding: 0.4rem;
  }
  .gal-item-list {
    margin: -0.4rem;
  }
}
.text-block-simple-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 3.2rem;
}
.text-block-simple-list ul li {
  margin-bottom: 1.6rem;
}

.text-block blockquote {
  background-color: #fafafa;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2;
  padding: 3.2rem 4rem;
  margin-bottom: 6rem;
  margin-top: 6rem;
}
.text-block p + h3 {
  margin-top: 6.4rem;
}
.text-block p a {
  text-decoration: underline;
}
.text-block table {
  width: 100%;
  margin-bottom: 8rem;
}
.text-block table th {
  color: #000000;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  border-bottom: 1px solid #000000;
  padding: 1.4rem;
}
.text-block table td {
  border-bottom: 1px solid #cccccc;
  padding: 1.4rem;
  line-height: 1.4;
}

.review-item {
  border-left: 1px solid #000000;
  padding-left: 4rem;
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
}
.review-item p {
  color: #000000;
  font-size: 2rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 2;
  margin-bottom: 0;
}
.review-item-bottom {
  margin-top: 4rem;
  display: flex;
}
.review-item-img {
  width: 7.2rem;
  height: 7.2rem;
}
.review-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.review-item-info {
  display: flex;
  flex-direction: column;
  padding-left: 2.4rem;
}
.review-item-name {
  color: #000000;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
}
.review-item-pos {
  color: #747474;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .textpage-top time {
    font-size: 1.8rem;
    margin-bottom: 2.4rem;
  }

  .text-block blockquote {
    font-size: 1.8rem;
    padding: 2.4rem;
    margin-bottom: 2.4rem;
    margin-top: 2.4rem;
  }
  .text-block table {
    margin-bottom: 2.4rem;
  }
  .text-block table th {
    font-size: 1.8rem;
  }
  .text-block table td,
.text-block table th {
    padding: 0.8rem;
  }
  .text-block p + h3 {
    margin-top: 2.4rem;
  }

  .review-item {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
    padding-left: 2.4rem;
  }
  .review-item p {
    font-size: 1.8rem;
  }
  .review-item-bottom {
    margin-top: 2.4rem;
  }
}
.services-item {
  min-height: 16rem;
  width: 100%;
  background-color: #fafafa;
  display: flex;
  color: #000000;
  font-size: 2rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 2;
  padding: 2.4rem 3.2rem;
}
.services-item-col {
  display: flex;
  margin-bottom: 2.4rem;
}

@media (max-width: 575px) {
  .services-item {
    font-size: 1.8rem;
    padding: 2.4rem;
    min-height: 10rem;
  }
  .services-item-col {
    margin-bottom: 1.6rem;
  }
}
.contact-item {
  display: flex;
}
.contact-item-col {
  margin-bottom: 4.8rem;
}
.contact-item-img {
  width: 16rem;
  height: 16rem;
}
.contact-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-item-text {
  display: flex;
  flex-direction: column;
  width: calc(100% - 16rem);
  padding-left: 3.2rem;
  padding-top: 1rem;
}
.contact-item-name {
  color: #000000;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 0.4rem;
}
.contact-item-pos {
  color: #747474;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.6;
}
.contact-item-value {
  font-size: 1.6rem;
  margin-top: 1.6rem;
}

@media (max-width: 1399px) {
  .contact-item-img {
    width: 12rem;
    height: 12rem;
  }
  .contact-item-text {
    padding-left: 2.4rem;
    width: calc(100% - 12rem);
    padding-top: 0;
  }
}
@media (max-width: 575px) {
  .contact-item-img {
    width: 8rem;
    height: 8rem;
  }
  .contact-item-text {
    padding-left: 1.6rem;
    width: calc(100% - 8rem);
    padding-top: 0;
  }
  .contact-item-name {
    font-size: 1.8rem;
  }
  .contact-item-pos {
    font-size: 1.8rem;
  }
}
.ref-item {
  display: flex;
}
.ref-item-col {
  margin-bottom: 4.8rem;
}
.ref-item-img {
  width: 16rem;
  height: 12rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.ref-item-img img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}
.ref-item-text {
  width: calc(100% - 16rem);
  padding-left: 3.2rem;
  padding-top: 1.6rem;
}
.ref-item-text h5 {
  margin-bottom: 1rem;
}
.ref-item-text p {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.ref-item-text a {
  text-decoration: underline;
}

@media (max-width: 1399px) {
  .ref-item-img {
    width: 10rem;
    height: 8rem;
  }
  .ref-item-text {
    width: calc(100% - 10rem);
    padding-left: 2.4rem;
  }
}
.product-list-menu {
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}
.product-list-menu-left {
  width: calc(100% - 25rem);
  padding-right: 7rem;
}
.product-list-menu-left ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.product-list-menu-left ul li {
  margin-right: 7rem;
}
.product-list-menu-left ul li:last-child {
  margin-right: 0;
}
.product-list-menu-left ul li a {
  color: #000000;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
  transition: all 0.3s;
}
.product-list-menu-left ul li a:hover {
  color: #7f7f7f;
}
.product-list-menu-left ul li.active a {
  color: #7f7f7f;
}
.product-list-menu-filter {
  width: 25rem;
}
.product-list-menu-filter ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  justify-content: flex-end;
}
.product-list-menu-filter ul li {
  margin-left: 4rem;
}
.product-list-menu-filter ul li a {
  font-size: 1.6rem;
  color: #000000;
  transition: all 0.3s;
}
.product-list-menu-filter ul li a:hover {
  color: #7f7f7f;
}
.product-list-menu-filter ul li:first-child {
  margin-left: 0;
}
.product-list-menu-filter ul li.active a {
  color: #7f7f7f;
}
.product-list-alphabet {
  background-color: #fafafa;
  padding: 1.4rem 2rem;
  display: flex;
  justify-content: space-between;
  margin-bottom: 4rem;
}
.product-list-alphabet .alphabet-item {
  font-size: 1.6rem;
  font-weight: 400;
  text-transform: uppercase;
  padding: 1rem 0.4rem;
}

.product-list-headline {
  display: flex;
}
.product-list-headline h2,
.product-list-headline h3 {
  margin-bottom: 0;
}
.product-list-filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: -2.4rem;
}
.product-list-filter .styled-select {
  margin-right: 2.4rem;
}

@media (max-width: 1399px) {
  .product-list-menu-left ul li {
    margin-right: 2.4rem;
  }
}
@media (max-width: 1199px) {
  .product-list-menu {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }
  .product-list-menu-left ul li {
    margin-right: 2.4rem;
  }
  .product-list-menu-left ul li a {
    font-size: 1.6rem;
  }
  .product-list-headline {
    flex-wrap: wrap;
  }
  .product-list-filter {
    margin-top: 2.4rem;
    margin-left: 0;
    margin-right: -2.4rem;
    justify-content: flex-start;
    margin-bottom: -2.4rem;
  }
  .product-list-filter .styled-select {
    margin-bottom: 2.4rem;
  }
}
@media (max-width: 991px) {
  .product-list-menu {
    flex-wrap: wrap;
  }
  .product-list-menu-left {
    width: 100%;
    padding-bottom: 2.4rem;
    padding-right: 0;
  }
  .product-list-menu-left ul {
    flex-wrap: wrap;
    width: 100%;
  }
  .product-list-menu-filter {
    width: 100%;
  }
  .product-list-menu-filter ul {
    justify-content: flex-start;
  }
  .product-list-menu-filter ul li {
    margin-left: 2.4rem;
  }
}
@media (max-width: 767px) {
  .product-list-alphabet {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 2.4rem;
  }
  .product-list-alphabet .alphabet-item {
    padding: 1rem;
  }
}
@media (max-width: 575px) {
  .product-list-filter {
    width: 100%;
    margin-right: 0;
  }
  .product-list-filter .styled-select {
    width: 100%;
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .body-detail header {
    position: relative;
    z-index: 1000;
  }
  .body-detail header .nav-link {
    color: #ffffff;
  }
  .body-detail header .nav-link:hover {
    color: #e4e4e4;
  }
  .body-detail .navbar {
    margin-bottom: 0;
    border: none;
  }
  .body-detail .navbar-brand {
    color: #ffffff;
  }
  .body-detail .navbar-search a svg path {
    fill: #ffffff;
  }
  .body-detail .navbar-search a:hover svg path {
    fill: #e4e4e4;
  }
  .body-detail .navbar-lang a {
    color: #ffffff;
  }
  .body-detail .navbar-lang a:hover {
    color: #e4e4e4;
  }
  .body-detail .navbar-login a {
    color: #ffffff;
  }
  .body-detail .navbar-login a:hover {
    color: #e4e4e4;
  }
}
.detail-cover {
  width: 100vw;
  height: 100vh;
  margin-top: -16rem;
  position: relative;
}
.detail-cover:after {
  transform: rotate(-180deg);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.03) 38%, #000000 100%);
  opacity: 0.5;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 80%;
  left: 0;
  top: 0;
}
.detail-cover-img {
  width: 100%;
  height: 100%;
}
.detail-cover-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.detail-cover .play-icon {
  z-index: 10;
}

.border-box {
  border: 0.1rem solid #000000;
  padding: 2.4rem;
  min-height: 13.6rem;
  width: 34rem;
  max-width: 100%;
}
.border-box-name {
  color: #000000;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.256rem;
  text-transform: uppercase;
  margin-bottom: 1.6rem;
}
.border-box-img {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1.2rem;
  margin-right: -1.2rem;
}
.border-box-img-item {
  width: 33.33%;
  height: 5.6rem;
  padding: 1.2rem;
}
.border-box-img a {
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.border-box-img a img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.detail-top {
  display: flex;
  margin-top: 4.8rem;
  border-bottom: 1px solid #000000;
  padding-bottom: 8rem;
}
.detail-top-left {
  width: calc(100% - 34rem);
}
.detail-top-right {
  width: 34rem;
}
.detail-top-right > * {
  margin-bottom: 0.8rem;
}
.detail-top-right-box > * {
  margin-bottom: 0.8rem;
}
.detail-top h1 {
  margin-bottom: 2.4rem;
}
.detail-top-english {
  color: #000000;
  font-size: 3.2rem;
  font-weight: 500;
  margin-bottom: 3.2rem;
}
.detail-top-info {
  display: flex;
  flex-direction: column;
  font-size: 2rem;
  margin-bottom: 3.2rem;
}
.detail-top-info a {
  text-decoration: underline;
}
.detail-top-date {
  font-size: 2rem;
}

.trailer-slider {
  max-width: 95rem;
}
.trailer-slider .video-cover img {
  width: 100%;
}
.trailer-slider .video-cover .play-icon img {
  width: auto;
}

.detail-main-content {
  display: flex;
  margin-top: 8rem;
}
.detail-main-content-left {
  width: calc(100% - 28rem);
  padding-right: 8.6rem;
}
.detail-main-content-right {
  width: 28rem;
}
.detail-main-content.with-top-button {
  margin-top: 3rem;
}

.detail-main-content-button {
  margin-top: 3rem;
  text-align: right;
}
.detail-main-content-button .btn-down svg {
  transform: rotate(0deg);
}

.more-less-wrap {
  overflow: hidden;
  margin-bottom: 4rem;
  position: relative;
}
.more-less-wrap.open:after {
  display: none;
}
.more-less-wrap:after {
  content: "";
  display: block;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.more-less-btn.hide-btn {
  display: none;
}

.simple-quote {
  margin-bottom: 4rem;
  max-width: 59rem;
}
.simple-quote p {
  color: #000000;
  font-size: 2rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.6;
  margin-bottom: 1.6rem;
}
.simple-quote-name {
  color: #747474;
  font-size: 1.6rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.256rem;
  text-transform: uppercase;
}

.person-item {
  display: flex;
  width: 100%;
}
.person-item-col {
  margin-bottom: 2.4rem;
}
.person-item-img {
  width: 7.2rem;
  height: 7.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.person-item-img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.person-item-text {
  width: calc(100% - 7.2rem);
  padding-left: 2.4rem;
}
.person-item-year {
  color: #000000;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.256rem;
  line-height: 1.6;
}
.person-item-name {
  color: #000000;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
  display: inline-block;
  margin-bottom: 0rem;
}
.person-item-name a {
  text-decoration: underline;
}
.person-item-pos {
  color: #747474;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.6;
}

.regie-head {
  margin-bottom: 4rem;
}
.regie-head h3 {
  margin-bottom: 0.8rem;
}
.regie-head .regie-pos {
  color: #000000;
  font-size: 2rem;
  font-weight: 400;
}

.detail-download {
  width: 100%;
}

.detail-download-item {
  border: 0.1rem solid #000000;
  background-color: #ffffff;
  padding: 3.2rem;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.detail-download-item-col {
  margin-bottom: 2.4rem;
}
.detail-download-item-img {
  height: 31.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2.4rem;
  position: relative;
}
.detail-download-item-img .tag-list {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
}
.detail-download-item-img img {
  max-width: 100%;
  max-height: 100%;
}
.detail-download-item-name {
  color: #000000;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 0.8rem;
  display: flex;
  align-items: center;
  width: 100%;
  overflow: hidden;
}
.detail-download-item-name svg {
  width: 2rem;
}
.detail-download-item-name span {
  width: calc(100% - 2rem);
}
.detail-download-item-name a {
  color: #000000;
  white-space: nowrap;
}
.detail-download-item-type {
  margin-bottom: 1.6rem;
  color: #000000;
  font-size: 1.6rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.256rem;
}
.detail-download-item p {
  font-size: 1.6rem;
  margin-bottom: 0;
}
.detail-download-item.locked .detail-download-item-name {
  color: #7f7f7f;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
}
.detail-download-item.locked .detail-download-item-name svg {
  margin-right: 0.8rem;
}
.detail-download-item-link {
  color: #000000;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: underline;
}

@media (max-width: 1399px) {
  .detail-main-content-left {
    padding-right: 4rem;
  }

  .person-item-img {
    width: 5rem;
    height: 5rem;
  }
  .person-item-text {
    width: calc(100% - 5rem);
    padding-left: 1.6rem;
  }

  .detail-download-item {
    padding: 2.4rem;
  }
  .detail-download-item-img {
    height: 25rem;
  }
}
@media (max-width: 1199px) {
  .detail-top {
    flex-wrap: wrap;
    padding-bottom: 2.4rem;
  }
  .detail-top-left {
    width: 100%;
  }
  .detail-top-right {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 2.4rem;
  }
  .detail-top-right-next {
    width: 100%;
  }
  .detail-top-right-box {
    width: calc(100% + 2.4rem);
    margin-left: -1.2rem;
    margin-right: -1.2rem;
    display: flex;
    flex-wrap: wrap;
  }
  .detail-top-right .border-box {
    margin: 1.2rem;
    width: calc(50% - 2.4rem);
  }
}
@media (max-width: 991px) {
  .detail-cover {
    margin-top: 0rem;
    height: calc(100vh - 6.4rem);
  }

  .body-detail {
    padding-top: 6.4rem;
  }
  .body-detail header {
    position: fixed;
  }

  .detail-top-english {
    font-size: 2.4rem;
  }

  .detail-main-content {
    margin-top: 4.8rem;
    flex-wrap: wrap;
  }
  .detail-main-content-left {
    width: 100%;
    padding-right: 0;
    order: 2;
  }
  .detail-main-content-right {
    width: 100%;
    order: 1;
    margin-bottom: 2.4rem;
  }
}
@media (max-width: 767px) {
  .detail-top-english {
    font-size: 2.4rem;
    margin-bottom: 2.4rem;
  }
  .detail-top-info {
    font-size: 1.8rem;
    margin-bottom: 2.4rem;
  }
  .detail-top-date {
    font-size: 1.8rem;
  }

  .detail-main-content {
    flex-wrap: wrap;
    margin-top: 2.4rem;
  }
  .detail-main-content-left {
    width: 100%;
    padding-right: 0;
    order: 2;
  }
  .detail-main-content-right {
    width: 100%;
    order: 1;
    margin-bottom: 2.4rem;
  }
}
@media (max-width: 575px) {
  .detail-top {
    margin-top: 2.4rem;
  }
  .detail-top-right-box {
    width: 100%;
    margin: 0;
  }
  .detail-top-right .border-box {
    width: 34rem;
    margin: 1.2rem 0;
  }
}
/* alerts */
.alert {
  z-index: 1000;
  color: #ffffff;
  margin: 0;
  padding: 3.2rem;
  box-shadow: none;
  background-color: #000000;
  width: 100%;
  width: 58.6rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 2.4rem;
  padding-left: 12rem;
  border: none !important;
}
.alert-section {
  position: fixed;
  right: 0;
  bottom: 10rem;
  padding-right: 2.4rem;
  z-index: 1000;
}
.alert h5 {
  font-size: 2rem;
  color: #ffffff;
  margin-bottom: 1rem;
}
.alert p {
  margin-bottom: 3rem;
  max-width: 31rem;
}
.alert .close {
  opacity: 1;
  line-height: 1;
  width: 1.6rem;
  height: 1.6rem;
  padding: 0;
  top: 1.6rem;
  right: 1.6rem;
  transition: all 0.3s;
  z-index: 100;
}
.alert .close img {
  width: 100%;
  display: block;
}
.alert .close:hover {
  opacity: 0.7;
}
.alert-buttons {
  display: flex;
  align-items: center;
}
.alert-buttons .link-decline {
  color: #ffffff;
  margin-left: 4rem;
}
.alert-buttons .btn-white:hover {
  background: #ffffff;
  color: #000000;
}
.alert-success {
  background-color: #000000;
  background: #000000 url("../../images/front/alert-ok.svg") no-repeat left 3.2rem top 3.2rem;
}
.alert-danger {
  background-color: #000000;
  background: #000000 url("../../images/front/alert-error.svg") no-repeat left 3.2rem top 3.2rem;
}
.alert-info {
  background-color: #000000;
  background: #000000 url("../../images/front/alert-info.svg") no-repeat left 3.2rem top 3.2rem;
}

@media (max-height: 699px) {
  .alert-section {
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .alert {
    padding: 1.2rem;
    padding-right: 2.4rem;
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 1.2rem;
    padding-left: 4.8rem;
    width: unset;
  }
  .alert-section {
    bottom: 0;
    padding-right: 1.2rem;
    padding-left: 1.2rem;
  }
  .alert .close {
    width: 1.2rem;
    height: 1.2rem;
    top: 1rem;
    right: 1rem;
  }
  .alert p {
    margin-bottom: 1rem;
  }
  .alert-buttons .btn-white {
    padding: 1rem 2rem;
  }
  .alert-success {
    background-size: 2.4rem auto;
    background-position: left 1rem top 1.6rem;
  }
  .alert-danger {
    background-size: 2.4rem auto;
    background-position: left 1rem top 1.6rem;
  }
  .alert-info {
    background-size: 2.4rem auto;
    background-position: left 1rem top 1.6rem;
  }
}
/* end alerts */
.cookies-bar {
  background-color: #fafafa;
  padding: 4rem;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 900;
  display: flex;
  color: #000000;
  font-size: 1.8rem;
  align-items: center;
  justify-content: space-between;
}
.cookies-bar .cookies-text {
  width: calc(100% - 30rem);
  padding-right: 2.4rem;
}
.cookies-bar .cookies-btn {
  width: 30rem;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.cookies-bar .cookies-btn .link-decline {
  margin-right: 4rem;
}
.cookies-bar p {
  margin-bottom: 0;
}
.cookies-bar p a {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .cookies-bar {
    flex-direction: column;
    padding: 2rem;
  }
  .cookies-bar .cookies-text {
    width: 100%;
    font-size: 1.4rem;
    padding-right: 0;
  }
  .cookies-bar .cookies-btn {
    width: 100%;
    padding-left: 0;
    justify-content: center;
    text-align: center;
    padding-top: 2rem;
  }
}