body, html {
  font-size: 16px;
  font-family: "Proxima Nova", sans-serif, sans-serif;
  line-height: 1.35;
  font-weight: 300;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

a {
  transition: 0.25s;
}
a:hover {
  color: #ff8e29;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.burger_mob {
  width: 40px;
  height: 40px;
  position: relative;
  flex-shrink: 0;
  cursor: pointer;
  z-index: 100;
  transform: scale(0.85);
}
.burger_mob span {
  width: 40px;
  height: 3px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.25s;
  border-radius: 50px;
}
.burger_mob span.burger-line__top {
  margin-top: -11px;
}
.burger_mob span.burger-line__bottom {
  margin-top: 11px;
}

@media screen and (min-width: 768px) {
  .burger_mob {
    display: none;
  }
}
main.content {
  min-height: 50vh;
}

.common-footer {
  background: #13161f;
  color: #fff;
  padding: 30px 0 40px 0;
}
.common-footer hr {
  background-color: #8acd52;
}
.common-footer .cookie-modal {
  position: fixed;
  bottom: 1rem;
  left: 1rem;
  padding: 20px;
  border-radius: 8px;
  background: rgba(36, 36, 36, 0.95);
  color: #fff;
  max-width: 40vw;
  display: flex;
  gap: 15px;
  align-items: flex-start;
  align-content: flex-start;
}
.common-footer .cookie-modal a {
  color: #fff;
  text-decoration: underline;
}
.common-footer .cookie-modal .cookie-button {
  border: 2px solid #f1f1f5;
  background-color: #f1f1f5;
  color: #242424;
  border-radius: 12px;
  cursor: pointer;
  padding: 5px 24px 7px;
  font-size: 14px;
}
.common-footer .cookie-modal .cookie-button:hover {
  background-color: #e8e8f0;
}
.common-footer .site-info {
  margin-top: 25px;
  text-transform: uppercase;
  color: #565b70;
  text-align: center;
}
.common-footer .footer-nav {
  display: flex;
  flex-direction: row;
}
.common-footer .footer-list {
  width: 50%;
  flex: 0 50%;
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0;
}
.common-footer .footer-list li {
  margin: 4px 0;
}
.common-footer .footer-list a {
  text-decoration: none;
  color: #fff;
  white-space: nowrap;
  text-transform: uppercase;
}
.common-footer .footer-list a:hover {
  color: #ff8e29;
}

@media screen and (max-width: 1024px) {
  .common-footer .footer-list {
    text-align: center;
  }
  .common-footer .footer-list li a {
    text-align: center;
  }
}
header.common-header {
  background: #13161f;
  color: #fff;
}
header.common-header p {
  line-height: 1;
}
header.common-header p.legend {
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 0;
}
header.common-header .common-header-first-row {
  padding: 35px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
header.common-header .common-header-first-row .logo {
  padding-right: 30px;
  border-right: 2px solid #222635;
}
header.common-header .common-header-first-row .subtitle {
  padding-left: 30px;
  flex-grow: 1;
}
header.common-header .common-header-first-row .login img {
  background-color: #e6e6e6;
  border: 1px solid #e6e6e6;
  border-radius: 100%;
  width: 36px;
  height: 36px;
  margin-right: 15px;
}
header.common-header .common-header-first-row .login a {
  color: #fff;
}
header.common-header .common-header-first-row .login a:hover {
  color: #ff8e29;
}
header.common-header .common-header-first-row .kurs {
  flex-grow: 1;
}
header.common-header .common-header-first-row .kurs .range {
  display: flex;
  color: #525a72;
  line-height: 1.35;
}
header.common-header .common-header-first-row .kurs .range .course-info {
  margin-left: 7px;
}
header.common-header .common-header-first-row .kurs .range .course-info .green, header.common-header .common-header-first-row .kurs .range .course-info .orange {
  font-weight: bold;
}
header.common-header .common-header-first-row .kurs .range .course-info .green {
  color: #8acd52;
  margin-right: 7px;
}
header.common-header .common-header-first-row .kurs .range .course-info .orange {
  margin-left: 7px;
  color: #ff8e29;
}
header.common-header .common-header-first-row .kurs .range .course-info:first-child {
  margin-right: 7px;
}
header.common-header .navbar-container {
  border-top: 2px solid rgba(255, 255, 255, 0.15);
}
header.common-header .navbar-container.sticky {
  background: #13161f;
  z-index: 800;
}
header.common-header .navbar-container .navbar {
  background-color: transaparent;
  padding: 0;
  height: 53px;
  display: flex;
  align-items: center;
  align-content: center;
}
header.common-header .navbar-container .navbar .navbar-nav {
  background-color: transaparent;
  margin-right: 0;
}
header.common-header .navbar-container .navbar .navbar-nav .nav-item {
  margin-right: 3%;
}
header.common-header .navbar-container .navbar .navbar-nav .nav-item .nav-link {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  white-space: nowrap;
}
header.common-header .navbar-container .navbar .navbar-nav .nav-item .nav-link:first-child {
  padding-left: 0;
}
header.common-header .navbar-container .navbar .navbar-nav .nav-item .nav-link:hover {
  color: #ff8e29;
}

@media screen and (max-width: 1024px) {
  header.common-header .login > span, header.common-header .kurs .legend, header.common-header .course-info-separator {
    display: none;
  }
  header.common-header .subtitle {
    font-size: 12px;
  }
  header.common-header .kurs {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  header.common-header .kurs .range {
    flex-direction: column;
    margin-bottom: 0;
  }
  header.common-header .navbar-container .navbar .collapse {
    display: flex;
  }
  header.common-header .navbar-container .navbar .collapse .navbar-nav {
    display: flex;
    flex-direction: row;
  }
  header.common-header .navbar-container .navbar .collapse .navbar-nav .nav-item {
    margin: 0 3% 0 0;
    position: relative;
  }
  .container {
    max-width: unset;
    width: 100%;
  }
}
@media screen and (min-width: 767px) and (max-width: 1024) {
  header.common-header .container {
    width: 100%;
    max-width: unset;
    margin: 0;
    flex-direction: container;
  }
  header.common-header .subtitle {
    padding-left: 15px;
  }
}
@media screen and (max-width: 767px) {
  header.common-header .subtitle, header.common-header .kurs .legend {
    display: none;
  }
  header.common-header .logo {
    border-right: none;
  }
  header.common-header .navbar-container {
    position: fixed;
  }
  header.common-header .navbar-container .navbar .collapse .navbar-nav {
    flex-direction: column;
  }
  header.common-header .common-header-first-row {
    padding: 20px 0;
  }
  header.common-header .common-header-first-row .login {
    display: flex;
  }
}
@media screen and (min-width: 767px) {
  .navbar-closer, .login-item {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #navbar {
    position: fixed;
    top: -100vh;
    left: 0;
    width: 100vw;
    z-index: 800;
    background: #13161f;
    transition: 0.8s ease-in;
    z-index: 888;
    height: 100vh;
    border-top: none;
  }
  #navbar.active {
    top: 0;
    height: 100%;
    background: #222635;
  }
  #navbar .navbar-closer {
    height: 60px;
    background: #13161f;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
  }
  #navbar .navbar-closer span {
    width: 22px;
    height: 22px;
    margin: 0 auto;
    position: relative;
  }
  #navbar .navbar-closer span:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    border-radius: 50px;
    width: 26px;
    height: 3px;
    background: #fff;
  }
  #navbar .navbar-closer span:after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    border-radius: 50px;
    width: 26px;
    height: 3px;
    background: #fff;
  }
  #navbar .collapse {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  #navbar .navbar {
    flex-direction: column;
    height: auto;
    text-align: center;
  }
  #navbar .container {
    width: 100%;
    padding: 0;
  }
  #navbar .navbar-nav {
    margin-right: 0 !important;
    width: 100%;
  }
  #navbar .navbar-nav .nav-item {
    width: 100%;
  }
  #navbar .navbar-nav .nav-item.login-item {
    background: #ff8e29;
  }
  #navbar .navbar-nav .nav-item.login-item a {
    padding: 18px 0;
  }
}
.owl-carousel {
  position: relative;
}
.owl-carousel .owl-nav {
  position: absolute;
  right: 0;
  top: -36px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  gap: 10px;
}
.owl-carousel .owl-nav button[role=presentation] {
  border: 1px solid #fff;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.owl-carousel .owl-nav button[role=presentation] span {
  font-size: 2.5rem;
  margin-top: -4px;
}
.owl-carousel .owl-nav button[role=presentation].disabled {
  opacity: 0.5;
}
.owl-carousel .owl-dots {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 25px;
  right: 0;
  left: 0;
}
.owl-carousel .owl-dots .owl-dot {
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 100%;
  border: 3px solid #fff;
  margin: 0 8px;
}
.owl-carousel .owl-dots .owl-dot.active {
  border: 3px solid #77d444;
}

.component-section.style-dark {
  background-color: #13161f;
  color: #fff;
}
.component-section.style-dark a {
  color: #ff8e29;
}
.component-section h1 {
  margin: 40px auto 70px;
  padding-bottom: 0;
  font-weight: 400;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 115%;
  letter-spacing: 2px;
}
.component-section h2 {
  font-size: calc(30px + 6 * (100vw - 320px) / 1600);
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 115%;
}
@media screen and (min-width: 1200px) {
  .component-section .container, .component-section .container-sm, .component-section .container-md, .component-section .container-lg, .component-section .container-xl {
    max-width: 1200px;
  }
}

.density-calculator {
  padding-top: 3rem;
}
.density-calculator .place-order {
  color: #fff !important;
}
.density-calculator__area {
  text-align: center;
  padding: 30px;
  background: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  color: #ccc;
  margin-top: 2rem;
}
.density-calculator__area .calculations-result {
  margin-top: 10px;
  background: #f7f9fc;
  padding: 15px;
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05);
  color: black;
}
.density-calculator__area .field-row {
  margin-bottom: 7px;
}
.density-calculator__area .field-row.field-row-wholesale {
  padding-top: 5px;
  padding-bottom: 5px;
}
.density-calculator__area .field-description {
  font-size: 0.9rem;
  opacity: 0.75;
}
.density-calculator__area .switch-container {
  display: flex;
  gap: 10px;
}
.density-calculator__area .switch-container input {
  height: 0;
  width: 0;
  visibility: hidden;
}
.density-calculator__area .switch-container label {
  cursor: pointer;
  text-indent: -9999px;
  width: 40px;
  height: 20px;
  background: grey;
  display: block;
  border-radius: 25px;
  position: relative;
}
.density-calculator__area .switch-container label:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 50%;
  transition: 0.3s;
}
.density-calculator__area .switch-container input:checked + label {
  background: #bada55;
}
.density-calculator__area .switch-container input:checked + label:after {
  left: calc(100% - 2px);
  transform: translateX(-100%);
}

.first-screen-carousel__content {
  z-index: 10;
  position: relative;
}
.first-screen-carousel .owl-carousel-item {
  padding-top: 128px;
  color: #FFFFFF;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
  position: relative;
  min-height: 500px;
}
.first-screen-carousel .owl-carousel-item__header {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
  color: #fff;
}
.first-screen-carousel .owl-carousel-item__header > div {
  width: -moz-fit-content;
  width: fit-content;
  background-color: rgba(19, 22, 31, 0.5);
  padding: 0 10px;
  border-radius: 6px;
  line-height: 1.5;
}
.first-screen-carousel .owl-carousel-item img {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100vw;
}
.first-screen-carousel .owl-carousel-item__subtitle, .first-screen-carousel .owl-carousel-item__title {
  text-transform: uppercase;
  letter-spacing: 2px;
  max-width: 1000px;
}
.first-screen-carousel .owl-carousel-item__title {
  font-size: 45px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 5px;
}
.first-screen-carousel .owl-carousel-item__subtitle {
  line-height: 110%;
  font-weight: 500;
  font-size: 33px;
}
.first-screen-carousel .owl-carousel-item__description {
  position: relative;
  font-weight: 500;
  font-size: 21px;
  padding: 18px 25px;
  background: rgba(19, 22, 31, 0.9);
  max-width: 440px;
  margin-top: 35px;
  border-radius: 6px;
  overflow: hidden;
  text-shadow: none;
}
.first-screen-carousel .owl-carousel-item__description:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  height: 100%;
  width: 3px;
  background: #fff;
  transform: translateY(-50%);
}
.first-screen-carousel .owl-carousel-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 5;
}
.first-screen-carousel .owl-nav {
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
.first-screen-carousel .owl-nav button[role=presentation].owl-prev, .first-screen-carousel .owl-nav button[role=presentation].owl-next {
  border: none;
  position: absolute;
  top: 0;
  color: rgba(255, 255, 255, 0.75);
  height: 500px;
  width: 5vw;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  transition: all 0.2s ease;
}
.first-screen-carousel .owl-nav button[role=presentation].owl-prev span, .first-screen-carousel .owl-nav button[role=presentation].owl-next span {
  font-size: 6rem;
}
.first-screen-carousel .owl-nav button[role=presentation].owl-prev.disabled, .first-screen-carousel .owl-nav button[role=presentation].owl-next.disabled {
  opacity: 1;
}
.first-screen-carousel .owl-nav button[role=presentation].owl-prev:hover, .first-screen-carousel .owl-nav button[role=presentation].owl-next:hover {
  color: white;
}
.first-screen-carousel .owl-nav button[role=presentation].owl-prev {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0) 100%);
  left: 0;
}
.first-screen-carousel .owl-nav button[role=presentation].owl-next {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.2) 100%);
  right: 0;
}

@media screen and (max-width: 767px) {
  .first-screen-carousel .owl-carousel-item__subtitle {
    font-size: 23px;
    line-height: 1.5;
    margin-bottom: 5px;
    font-weight: 300;
  }
  .first-screen-carousel .owl-carousel-item__title {
    font-size: 37px;
    line-height: 1.1;
  }
  .first-screen-carousel .owl-carousel-item__description {
    margin-top: 20px;
    margin-right: 30px;
    font-size: 18px;
    line-height: 24px;
  }
}
.help-section {
  background-color: #13161f;
  color: #fff;
  padding-top: 50px;
}
.help-section .help-items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 17px;
}
.help-section .help-items .help-item {
  flex: 0 calc(33% - 34px);
  width: 0 calc(33% - 34px);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: flex-start;
  border-radius: 17px;
  min-height: 240px;
  box-shadow: 0px 27px 24px -15px rgba(8, 5, 36, 0.75);
  overflow: hidden;
  text-decoration: none;
  padding: 20px;
}
.help-section .help-items .help-item img {
  position: absolute;
  top: 0;
  border-radius: 6px;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
  opacity: 0.6;
}
.help-section .help-items .help-item h3 {
  position: relative;
  font-size: 1rem;
  color: #fff;
  z-index: 3;
  line-height: 140%;
  font-weight: 400;
  text-transform: uppercase;
}
.help-section .help-items .help-item button {
  margin-top: 10px;
}
.help-section .help-items .help-item .help-item-text {
  text-align: left;
  z-index: 11;
  font-weight: 500;
  font-size: 0.9rem;
}
.help-section .help-items .help-item .help-item-text .buttons {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.help-section .help-items .help-item .brand-gallery {
  display: none;
}
.help-section .help-items .help-item:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  height: 99%;
  width: 5px;
  background: #ff8e29;
  z-index: 5;
  transition: 0.3s ease-in-out;
  border-radius: 17px 0 0 17px;
  opacity: 0;
}
.help-section .help-items .help-item:hover:before {
  transform: translateY(-50%) scaleY(1);
  opacity: 1;
}
.help-section .help-items .help-item:hover:after {
  opacity: 1;
  transform: translate(-50%, 20%);
  visibility: visible;
}

@media screen and (max-width: 1199px) and (min-width: 1024px) {
  .help-section .help-items .help-item {
    flex: 0 calc(33% - 14px);
  }
}
@media screen and (max-width: 1024px) {
  .help-section .help-items .help-item {
    min-height: 300px;
  }
  .help-section .help-items .help-item h3 {
    max-width: unset;
  }
}
@media screen and (max-width: 767px) {
  .help-section .help-items .help-item {
    flex: 0 100%;
    width: 100%;
    min-height: 250px;
  }
  .help-section .help-items .help-item .help-item-text {
    transform: none;
    position: relative !important;
    top: unset;
    padding: 10px 0;
  }
  .help-section .help-items .help-item .help-item-text .buttons {
    margin-top: 10px;
  }
  .help-section .help-items .help-item h3 {
    font-size: 1.2rem;
    text-align: left;
    margin: 0;
  }
  .help-section .help-items .help-item:hover h3 {
    transform: none;
    font-size: 1.2rem;
  }
  .help-section .help-items .help-item:hover .help-item-text {
    transform: none;
  }
}
.order-stages {
  padding-top: 120px;
}
.order-stages__wrapper {
  display: flex;
}
.order-stages__img {
  width: 450px;
  height: 782px;
}
.order-stages__img img {
  border-radius: 7px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.order-stages__inner {
  margin-left: 55px;
}
.order-stages__inline {
  display: flex;
  flex-direction: column;
  margin-right: 40px;
  position: relative;
  color: rgba(255, 255, 255, 0.2);
}
.order-stages__inline:before {
  content: "";
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  width: 1px;
  height: 20px;
  bottom: -4px;
  left: 50%;
  transform: translateY(100%);
}
.order-stages__inline p {
  margin-bottom: 0;
  margin-top: 15px;
  font-weight: 600;
  text-align: center;
  font-size: 16px;
}
.order-stages__number {
  font-size: 36px;
  font-weight: 300;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.2);
  padding: 2px 1px 0 0;
}
.order-stages__number:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transform: translate(-50%, -50%);
}
.order-stages__block {
  display: flex;
  margin: 40px 0;
}
.order-stages__block.active .order-stages__inline {
  color: #8acd52;
}
.order-stages__block.active .order-stages__inline:before {
  background: #8acd52;
}
.order-stages__block.active .order-stages__number {
  color: #8acd52;
}
.order-stages__block.active .order-stages__number:before {
  border: 1px solid #8acd52;
}
.order-stages__title {
  font-size: 22px;
  color: #fff;
}
.order-stages__subtitle {
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  .order-stages__img {
    display: none;
  }
  .order-stages__inner {
    margin-left: 0;
  }
  .order-stages__inline:before {
    content: none;
  }
  .order-stages__inline p {
    display: none;
  }
  .order-stages__number {
    color: #fff;
    margin-left: 16px;
  }
  .order-stages__number span {
    z-index: 10;
    position: relative;
    color: #fff !important;
    font-weight: bold;
    font-size: 23px;
  }
  .order-stages__number:before {
    background-color: #8acd52;
    z-index: 1;
    width: 38px;
    height: 38px;
  }
  .order-stages__title {
    font-size: 18px;
    line-height: 150%;
    font-weight: 400;
  }
  .order-stages__subtitle {
    line-height: 120%;
  }
}
.official-intermediary-section {
  padding-top: 120px;
  text-align: center;
}
.official-intermediary-section h2 {
  max-width: 85vw;
  margin: 0 auto;
}
.official-intermediary-section .component-section__subtitle {
  margin: 20px auto 0;
  max-width: 850px;
}
.official-intermediary-section .partners__wrapper {
  display: flex;
  flex-direction: row;
  margin-top: 60px;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.official-intermediary-section .partners__item {
  width: auto;
  flex-grow: 1;
}
.official-intermediary-section .partners__img {
  position: relative;
  background: #2b2f40;
  border-radius: 7px;
  height: 200px;
}
.official-intermediary-section .partners__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: fill;
     object-fit: fill;
  max-width: 80%;
  max-height: 200px;
}
.official-intermediary-section .partners__name {
  color: #ff8e29;
  text-transform: uppercase;
  font-size: 17px;
  margin-top: 14px;
  display: block;
}
.official-intermediary-section .partners__name:hover {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .official-intermediary-section .partners__item {
    width: 100%;
    margin: 15px 0;
  }
}
.reviews {
  padding-top: 120px;
  padding-bottom: 50px;
}
.reviews__item {
  overflow: hidden;
}
.reviews__item__title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.reviews__item__name {
  font-size: calc(17px + 1 * (100vw - 320px) / 1600);
  font-weight: 600;
  margin-right: 20px;
}
.reviews__item__date {
  font-size: 14px;
  font-weight: 600;
}
.reviews__item__text {
  font-size: 14px;
  line-height: 130%;
}
.reviews__item__photo {
  height: 300px;
  width: 100%;
}
.reviews__item__photo img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  width: 100%;
}
.reviews__item.photo_only {
  padding: 0;
  background: transparent;
  box-shadow: none;
}
.reviews__title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  text-transform: uppercase;
}
.reviews__title a {
  font-weight: 600;
  color: #fff;
  font-size: 20px;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  padding-right: 25px;
  transition: 0.25s;
  color: #8acd52;
  position: relative;
}
.reviews__title a:hover {
  color: #8acd52;
  text-decoration: none;
}
.reviews__title a:before {
  position: absolute;
  content: "";
  right: 0;
  top: 47%;
  width: 15px;
  height: 3px;
  background: #8acd52;
  transform: translateY(-160%) rotate(45deg);
}
.reviews__title a:after {
  position: absolute;
  content: "";
  right: 0;
  top: 47%;
  width: 15px;
  height: 3px;
  background: #8acd52;
  transform: translateY(110%) rotate(-45deg);
}
.reviews__list {
  list-style: none;
  display: flex;
  margin-top: 60px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .reviews__list .owl-nav {
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
  }
  .reviews__list .owl-nav button[role=presentation].owl-prev, .reviews__list .owl-nav button[role=presentation].owl-next {
    border: none;
    position: absolute;
    top: 0;
    color: rgba(255, 255, 255, 0.75);
    height: 40vh;
    width: 36px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    transition: all 0.2s ease;
  }
  .reviews__list .owl-nav button[role=presentation].owl-prev span, .reviews__list .owl-nav button[role=presentation].owl-next span {
    font-size: 6rem;
  }
  .reviews__list .owl-nav button[role=presentation].owl-prev.disabled, .reviews__list .owl-nav button[role=presentation].owl-next.disabled {
    opacity: 1;
  }
  .reviews__list .owl-nav button[role=presentation].owl-prev:hover, .reviews__list .owl-nav button[role=presentation].owl-next:hover {
    color: white;
  }
  .reviews__list .owl-nav button[role=presentation].owl-prev {
    left: -36px;
  }
  .reviews__list .owl-nav button[role=presentation].owl-next {
    right: -36px;
  }
}
@media screen and (max-width: 1023px) {
  .reviews__list {
    position: relative;
  }
  .reviews__list .owl-nav {
    position: absolute;
    right: 0;
    top: -36px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    gap: 10px;
  }
  .reviews__list .owl-nav button[role=presentation] {
    border: 1px solid #fff;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .reviews__list .owl-nav button[role=presentation] span {
    font-size: 2.5rem;
    margin-top: -4px;
  }
  .reviews__list .owl-nav button[role=presentation].disabled {
    opacity: 0.5;
  }
}
.reviews__list:hover {
  visibility: visible;
}
.reviews__item {
  outline: none;
  background: #31374d;
  margin: 0 2% 0 0;
  padding: 30px 30px 40px 30px;
  border-radius: 7px;
  box-shadow: 0px 27px 24px -15px rgba(13, 29, 61, 0.51);
}
.reviews__item__stars {
  display: flex;
  margin: 8px 0;
  flex-direction: row;
}
.reviews__star {
  margin: 0 2px;
  width: 15px;
  height: 15px;
}
.reviews__star path {
  fill: #ff8e29;
}
.reviews.page-section .reviews__list {
  gap: 20px;
  display: block;
}
.reviews.page-section .reviews__item {
  overflow: hidden;
  margin-bottom: 20px;
}
.reviews.page-section .reviews__item.photo_only {
  padding: 0;
}
.reviews.page-section .reviews__item__photo {
  height: auto;
}

@media screen and (min-width: 767px) {
  .reviews__item {
    max-width: 30vw;
  }
}
@media screen and (max-width: 767px) {
  .reviews__title a {
    display: none;
  }
  .reviews__list {
    flex-wrap: wrap;
  }
  .reviews__item {
    margin-bottom: 10px;
  }
}
.simple-steps-section {
  padding-top: 120px;
}
.simple-steps-section .simple-steps {
  display: flex;
  justify-content: space-between;
  margin-top: 45px;
  flex-wrap: wrap;
}
.simple-steps-section .simple-steps .simple-step {
  box-shadow: 0px 27px 24px -15px rgba(13, 29, 61, 0.51);
  background: #31374d;
  display: flex;
  flex-direction: column;
  border-radius: 7px;
  position: relative;
}
.simple-steps-section .simple-steps .simple-step .step-number {
  position: absolute;
  top: 30px;
  right: 40px;
  font-weight: 700;
  font-size: 60px;
  color: #000;
  opacity: 0.2;
  z-index: 3;
}
.simple-steps-section .simple-steps .simple-step:first-child {
  width: 58%;
  padding: 40px 45px 45px 40px;
  position: relative;
}
.simple-steps-section .simple-steps .simple-step:first-child:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  height: 99%;
  width: 4px;
  background: #8acd52;
  z-index: 5;
  transition: 0.3s ease-in-out;
  border-radius: 17px 0 0 17px;
  transform: translateY(-50%);
}
.simple-steps-section .simple-steps .simple-step:first-child button {
  background-color: #8acd52;
  font-weight: bold;
}
.simple-steps-section .simple-steps .simple-step:first-child a {
  color: #8acd52;
  text-decoration: underline;
}
.simple-steps-section .simple-steps .simple-step:nth-child(2) {
  width: 23%;
  padding: 50px 40px 50px 40px;
}
.simple-steps-section .simple-steps .simple-step:nth-child(2) .step-number {
  right: 20px;
}
.simple-steps-section .simple-steps .simple-step:nth-child(3) {
  width: 15%;
  padding: 30px 30px 30px 30px;
}
.simple-steps-section .simple-steps .simple-step:nth-child(3) .step-number {
  right: 20px;
  opacity: 0.2;
}
.simple-steps-section .simple-steps .simple-step:nth-child(3) .ok-icon {
  width: 50px;
  height: 50px;
  margin: 10px 0;
  position: relative;
  z-index: 4;
}

@media screen and (min-width: 577px) and (max-width: 1024px) {
  .simple-steps-section .simple-steps .simple-step {
    flex-wrap: wrap;
    margin: 10px 0;
  }
  .simple-steps-section .simple-steps .simple-step:first-child {
    flex: 0 100%;
    width: 100%;
  }
  .simple-steps-section .simple-steps .simple-step:nth-child(2) {
    width: 58%;
  }
  .simple-steps-section .simple-steps .simple-step:nth-child(3) {
    width: 39%;
  }
}
@media screen and (max-width: 576px) {
  .simple-steps-section .simple-steps .simple-step {
    width: 100% !important;
    padding: 30px;
    margin: 10px 0;
    text-align: center;
  }
  .simple-steps-section .simple-steps .simple-step:first-child .input-group {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
  }
  .simple-steps-section .simple-steps .simple-step:first-child .input-group input, .simple-steps-section .simple-steps .simple-step:first-child .input-group-append {
    width: 100%;
  }
  .simple-steps-section .simple-steps .simple-step:first-child input, .simple-steps-section .simple-steps .simple-step:first-child button {
    width: 100%;
    border-radius: 5px;
    height: 50px;
  }
  .simple-steps-section .simple-steps .simple-step:first-child .text-muted {
    text-align: left;
  }
  .simple-steps-section .simple-steps .simple-step:nth-child(3) .ok-icon {
    margin: 10px auto;
  }
}
.socials {
  display: flex;
  gap: 12px;
  font-size: 1.2rem;
  margin-right: 1.2rem;
}
.socials a {
  color: #fff;
  padding: 5px;
  border-radius: 50%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  line-height: 1;
  box-shadow: 0 0 1px 0 #fff;
  width: 32px;
  height: 32px;
}
.socials a:hover {
  color: #ff8e29;
  text-decoration: none;
  box-shadow: 0 0 1px 0 #ff8e29;
}

.team-section {
  padding-top: 3rem;
  padding-bottom: 1rem;
}
.team-section__title {
  text-transform: uppercase;
}
@media screen and (min-width: 576px) {
  .team-section__title {
    text-align: center;
  }
}
.team-section .member-card {
  position: relative;
  padding: 10px;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: 15px;
}
.team-section .member-card .member-profile-photo {
  height: 200px;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  display: flex;
  position: relative;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.team-section .member-card .member-profile-photo img {
  margin: 0 auto;
  height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.team-section .member-card .member-info {
  text-align: center;
}
.team-section .member-card .member-info br {
  display: none;
}
.team-section .member-card .member-name {
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: 1.3rem;
  font-weight: 500;
}
.team-section .member-card .member-job-title {
  font-size: 0.9rem;
  line-height: 1.1rem;
}
@media screen and (max-width: 767px) {
  .team-section .member-card .member-info {
    transform: none;
  }
}
@keyframes pulse {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(0.3);
  }
  100% {
    transform: scale(1.7);
  }
}
.ware-houses-section {
  padding-top: 3rem;
  padding-bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
}
.ware-houses-section #map-area {
  text-align: center;
  margin: 10px auto;
  height: 50vh;
}
.ware-houses-section #map-area svg {
  width: 80%;
  height: auto;
  margin-top: 1rem;
}
.ware-houses-section #map-area svg path[id^=CN-] {
  fill: #CC0605;
}
.ware-houses-section #map-area svg path[id^=CN-]:hover {
  opacity: 0.7;
}
.ware-houses-section #map-area svg ellipse.warehouse-point {
  position: relative;
  fill: #fff !important;
  stroke-width: 5px !important;
  stroke: #8acd52 !important;
}
.ware-houses-section #map-area svg ellipse.warehouse-point:hover {
  cursor: pointer;
}
.ware-houses-section #map-area svg ellipse.warehouse-point.animation-pulse {
  animation: pulse 2.5s linear infinite;
}
.ware-houses-section .warehouses {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.ware-houses-section .warehouses .warehouse-data .warehouse-data {
  padding-left: 5px;
}
.ware-houses-section .warehouses .warehouse-data .warehouse-agenda {
  position: relative;
}
.ware-houses-section .warehouses .warehouse-data .warehouse-agenda:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -7px;
  width: 2px;
  transition: all 0.2s ease;
  background-color: transparent;
}
.ware-houses-section .warehouses .warehouse-data .warehouse-agenda.active:before, .ware-houses-section .warehouses .warehouse-data .warehouse-agenda:hover:before {
  background-color: #8acd52;
}
.ware-houses-section .warehouses .warehouse-data .warehouse-name {
  margin-bottom: 0px;
  font-size: 1.25rem;
  font-weight: bold;
}
.ware-houses-section .warehouses .warehouse-data .warehouse-photos-carousel .owl-carousel-item img {
  height: 150px;
  width: auto;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .ware-houses-section #map-area {
    height: 50vh;
  }
}
@media screen and (max-width: 767px) {
  .ware-houses-section #map-area {
    height: auto;
  }
  .ware-houses-section #map-area svg {
    width: 100%;
  }
}
