@charset "UTF-8";
.font-1 {
  font-family: "Inter", sans-serif;
}

.font-2 {
  font-family: "Inter", sans-serif;
}

.font-3 {
  font-family: "Inter", sans-serif;
}

.mt30 {
  margin-top: 30px !important;
}

.mb24px {
  margin-bottom: 24px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb8 {
  margin-bottom: 8px !important;
}

.mb16 {
  margin-bottom: 16px !important;
}

.mb20 {
  margin-bottom: 20px;
}

.p16 {
  padding: 16px;
}

.p22 {
  padding: 22px;
}

.p24 {
  padding: 24px;
}

.p30 {
  padding: 30px;
}

.p40 {
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .p40 {
    padding: 20px;
  }
}

.pt48 {
  padding-top: 48px;
}

.px16 {
  padding-left: 16px;
  padding-right: 16px;
}

.py30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.py40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.py48 {
  padding-top: 48px;
  padding-bottom: 48px;
}

.py60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.max137 {
  max-width: 137px;
}

.max171 {
  max-width: 171px;
}

.max268 {
  max-width: 268px;
}

.max320 {
  max-width: 320px;
}

.max360 {
  max-width: 360px;
}

.max440 {
  max-width: 440px;
}

.max610 {
  max-width: 610px;
}

.max742 {
  max-width: 742px;
}

.max-w1032 {
  max-width: 1032px;
}

.min-h72 {
  min-height: 72px;
}

.min-h79 {
  min-height: 79px;
}

.min-h96 {
  min-height: 96px;
}

.min-h122 {
  min-height: 122px;
}

.min-h152 {
  min-height: 152px;
}

.min-h167 {
  min-height: 167px;
}

.min-h171 {
  min-height: 171px;
}

.min-h203 {
  min-height: 203px;
}
@media screen and (max-width: 991.5px) {
  .min-h203 {
    min-height: 250px;
  }
}
@media screen and (max-width: 768.5px) {
  .min-h203 {
    min-height: 300px;
  }
}
@media screen and (max-width: 567.5px) {
  .min-h203 {
    min-height: 200px;
  }
}

.min-h264 {
  min-height: 264px;
}

.min-h280 {
  min-height: 278px;
}

.min-h311 {
  min-height: 311px;
}
@media screen and (max-width: 991.5px) {
  .min-h311 {
    min-height: 500px;
  }
}
@media screen and (max-width: 768.5px) {
  .min-h311 {
    min-height: 350px;
  }
}
@media screen and (max-width: 567.5px) {
  .min-h311 {
    min-height: 250px;
  }
}

.min-h470 {
  min-height: 470px;
}

.min-h472 {
  min-height: 472px;
}

.min-w30 {
  min-width: 30px;
  display: inline-block;
}

.min-w40 {
  min-width: 40px;
  display: inline-block;
}

.min-w60 {
  min-width: 60px;
}

.min-w72 {
  min-width: 72px;
}

.min-w79 {
  min-width: 79px;
}

.pt100percent {
  padding-top: 100%;
}

.h1-title, h1 {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 40px;
}
@media screen and (max-width: 991px) {
  .h1-title, h1 {
    font-size: 20px;
    line-height: 31px;
  }
}

.h2-title, h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;
}
@media screen and (max-width: 991px) {
  .h2-title, h2 {
    font-size: 18px;
    line-height: 25px;
  }
}

.h3-title, h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
}
@media screen and (max-width: 991px) {
  .h3-title, h3 {
    font-size: 17px;
    line-height: 25px;
  }
}

.h4-title, h4 {
  font-style: normal;
  font-weight: bold;
  font-size: 17px;
  line-height: 137.8%;
}
@media screen and (max-width: 991px) {
  .h4-title, h4 {
    font-size: 16px;
    line-height: 25px;
  }
}

.h6-title, h6 {
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
}

.body-text, h5, .h5-title, p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (max-width: 991px) {
  .body-text, h5, .h5-title, p {
    font-size: 15px;
    line-height: 25px;
  }
}

.text-small {
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  line-height: 16px;
}

.h5-title, h5 {
  font-weight: bold;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-italic {
  font-style: italic;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-underline {
  text-decoration: underline;
}

.text-line-through {
  text-decoration: line-through;
}

i {
  font-weight: normal;
}

.text-t-normal {
  text-transform: unset !important;
}

.btn {
  padding: 15px 24px;
  transition: all 0.3s ease;
  display: inline-block;
  text-decoration: none;
}
.btn-mini {
  padding: 2px 4px;
  height: max-content;
  background-color: #FAD414;
  border-radius: 50%;
  font-style: normal;
  font-weight: bold;
  font-size: 8px;
  line-height: 9px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #000000;
}
.btn-primary {
  background-color: #0F648D;
  border-color: #0F648D;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FFFFFF;
  transition: all 0.3s ease;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 991.5px) {
  .btn-primary {
    font-size: 15px;
  }
}
.btn-primary.big {
  padding: 15px 60px;
}
.btn-primary:hover {
  background-color: #FCC000;
  border-color: #FCC000;
  color: #333333;
}
.btn-outline-primary {
  border-radius: 0;
  margin: 4px;
  padding: 8px 16px;
  border-color: #0F648D;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.05em;
  color: #0F648D !important;
}
.btn-outline-primary:hover {
  background-color: #0F648D;
  color: #fff !important;
}
.btn-outline-primary:hover path {
  stroke: white;
}
.btn-a {
  border: 1px solid #333333;
  border-radius: 3px;
  color: #333333;
}
.btn-a.small {
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 3px 16px;
}
.btn-a:hover {
  background-color: #333333;
  color: #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}
.btn-b {
  min-width: 82px;
  background-color: #FCC000;
  padding: 0;
  transition: all 0.3s ease;
}
.btn-b.size-1 {
  min-width: auto !important;
  padding: 0 15px;
}
.btn-b.small {
  padding: 5px;
  min-width: auto;
  font-weight: bold;
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff;
  background-color: #E6A100;
}
.btn-b.big {
  padding: 15px 20px;
}
@media screen and (max-width: 768.5px) {
  .btn-b.big {
    padding: 10px 20px;
  }
}
.btn-b path {
  transition: all 0.3s ease;
}
.btn-b:hover {
  background-color: #000;
  color: #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}
.btn-b:hover path {
  fill: #fff;
}
.btn-b.circle {
  min-width: auto;
  padding: 0;
  width: 24px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 24px;
}

.box-member .wrapper {
  background-color: #1B8FAC;
}

@media (min-width: 541px) {
  .box-member {
    padding-left: 12px;
    padding-right: 12px;
  }
  .box-member .wrapper {
    border-radius: 3px;
    position: relative;
    margin-top: 100px;
    padding-top: 110px;
    padding-bottom: 24px;
  }
  .box-member .avatar {
    height: 171px;
    width: 171px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
  }
  .box-member .h3-title {
    max-width: 172px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 539px) {
  .box-member .wrapper {
    padding-bottom: 40px;
  }

  .member-slide .avatar {
    flex: 0 0 50%;
    padding: 20px 15px 10px 15px;
  }
  .member-slide .avatar > div {
    min-height: auto;
    margin-left: auto;
    margin-right: auto;
    width: 100px;
    height: 100px;
  }
  .member-slide .slick-dots {
    bottom: 0;
  }
}
@media (min-width: 541px) {
  .slick-dots {
    bottom: 24px;
    margin-bottom: 0;
  }

  .slide-with-dots .slick-dots li {
    width: 19px;
    height: 19px;
  }
}
@media (max-width: 540px) {
  .slide-with-dots .slick-dots li {
    width: 11px;
    height: 11px;
  }

  .slick-dots {
    bottom: 15px;
  }
}
.slide-with-dots .slick-dots {
  padding: 0;
  list-style: none;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  justify-content: center;
  align-items: center;
}
.slide-with-dots .slick-dots li {
  border: 1px solid #fff;
  background-color: #fff;
  border-radius: 3px;
  transition: all 0.3s ease;
  cursor: pointer;
  margin: 0 6px;
}
.slide-with-dots .slick-dots li.slick-active {
  background-color: #0F648D;
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
}

html, body {
  font-family: "Inter", sans-serif;
}

.overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 6000;
  background-color: rgba(0, 0, 0, 0.2);
  display: none;
  transition: all 0.3s ease;
}
.overlay.active {
  opacity: 1;
  display: block;
  visibility: visible;
}

.container {
  max-width: 1158px;
}

.ic-dots {
  width: 22px;
  height: 22px;
  background-color: rgba(255, 255, 255, 0.61);
  border-radius: 50%;
  position: relative;
  animation: zoom-in 2s 1s forwards infinite;
}
.ic-dots:before {
  width: calc(100% - 7px);
  height: calc(100% - 7px);
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}

@keyframes zoom-in {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  75% {
    transform: translate(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.top-ads {
  background-color: #FCC000;
  padding: 8px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo {
  max-width: 224px;
  display: inline-block;
}

.expand-navbar {
  position: relative;
}
.expand-navbar:hover .expand-navabar__content {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}
.expand-navbar .h6-title {
  margin-bottom: 0;
  padding: 8px 16px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.expand-navbar .h6-title:hover {
  background-color: #F4F4F4;
}
.expand-navbar .h6-title:first-child {
  padding-top: 16px;
}
.expand-navbar .h6-title:last-child {
  padding-top: 16px;
}

.expand-navabar__content {
  transition: all 0.3s ease;
  visibility: hidden;
  opacity: 0;
  transform: translate(0, 5px);
  display: block;
  position: absolute;
  z-index: 20;
  right: 0;
  top: calc(100% + 20px);
  border: 1px solid #0F648D;
  background-color: #FAFAFA;
  border-radius: 3px;
  min-width: 205px;
}
.expand-navabar__content svg {
  margin-right: 10px;
}

.nav-item a {
  display: flex;
  align-items: center;
}
.nav-item svg {
  margin-right: 7px;
}

.border-yellow {
  border: 1px solid #FCC000;
}

.input-size-1 {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #000;
  transition: all 0.3s ease;
}
.input-size-1:focus {
  box-shadow: none;
  border-color: #333333;
}
.input-size-1::placeholder, .input-size-1::-webkit-input-placeholder, .input-size-1::-moz-placeholder {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #333333;
}

.desktop-menu .menu-item {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  margin-right: 19px;
  transition: all 0.3s ease;
}
.desktop-menu .menu-item:hover a {
  color: #FCC000;
}
.desktop-menu .menu-item a {
  transition: all 0.3s ease;
  padding: 25px 0;
  display: inline-block;
  color: #333333;
}

.badge-yellow {
  position: absolute;
  top: -5px;
  right: -5px;
  background-color: #FCC000;
  font-size: 6px;
  padding: 4px;
  box-sizing: unset;
  color: #000;
  border-radius: 50%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: bold;
  line-height: 7px;
}

.navbar-a {
  background-size: cover;
  background-repeat: repeat-x;
  padding: 16px 0;
}
.navbar-a ul {
  margin: 0;
  padding: 0;
}
.navbar-a .nav-item a {
  transition: all 0.3s ease;
}
.navbar-a .nav-item:hover {
  color: #FCC000;
}
.navbar-a .nav-item:hover path {
  fill: #FCC000 !important;
}
.navbar-a .nav-item:hover a {
  color: #FCC000 !important;
}

.product {
  transition: all 0.3s ease;
  overflow: hidden;
}
.product .image {
  transition: all 0.3s ease;
}
.product:hover .image {
  transform: scale(1.05);
}

.img-cover {
  background-size: cover;
}

.img-contain {
  background-size: contain;
}

.img-w100 {
  background-size: 100% auto;
}

.img-h100 {
  background-size: auto 100%;
}

.img-norepeat {
  background-repeat: no-repeat;
}

.img-center {
  background-position: center;
}

.fa-star {
  color: #e6e6e6;
}
.fa-star.checked {
  color: #FCC000;
}

.fa-star-half-o {
  color: #FCC000;
}

.border-r3 {
  border-radius: 3px;
}

.member-block {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media screen and (min-width: 991px) {
  .member-block .slick-arrow {
    top: 30% !important;
  }
}

.member-slide {
  margin: 0 -12px;
}

.arrows-style-1.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 5;
  width: 48px;
  height: 48px;
  cursor: pointer;
}
.arrows-style-1.prev-arrow {
  left: -48px;
}
@media screen and (max-width: 1200px) {
  .arrows-style-1.prev-arrow {
    left: 0;
  }
}
.arrows-style-1.next-arrow {
  right: -48px;
}
@media screen and (max-width: 1200px) {
  .arrows-style-1.next-arrow {
    right: 0;
  }
}

.icon-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.icon-1 img {
  width: 40px;
  height: 40px;
}

.hr-1 {
  width: calc(100% - 67px);
  margin-left: auto;
  margin-right: 0;
  border-color: rgba(255, 255, 255, 0.2);
}

.feedback .avatar {
  width: 74px;
  height: 74px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 22px;
  flex-shrink: 0;
}
.feedback .content {
  position: relative;
  padding: 24px;
  background-color: #FAFAFA;
  border-radius: 3px;
}
.feedback .content:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #FAFAFA;
  transform: translate(-100%, -50%);
  left: 0;
  top: 36px;
}

.news-block .news-item {
  margin: 0 -8px;
}
.news-block .news-item > * {
  padding: 0 8px;
}

.footer {
  font-family: "Inter", sans-serif;
}
.footer .h6-title a {
  transition: all 0.3s ease;
}
.footer .h6-title a:hover {
  color: #FCC000 !important;
}

.breadcrumb {
  background-color: #fff;
  padding: 0;
  margin-bottom: 8px;
}
.breadcrumb .h6-title {
  color: #0A6784;
  transition: all 0.3s ease;
}
.breadcrumb .h6-title:hover a {
  color: #FCC000;
}
.breadcrumb .h6-title a {
  color: #0A6784;
  transition: all 0.3s ease;
}
.breadcrumb .h6-title + .h6-title {
  margin-left: 10px;
}
.breadcrumb .h6-title + .h6-title:before {
  position: relative;
  content: "";
  top: -2px;
  left: -4px;
  color: #000;
  width: 7px;
  height: 7px;
  border-right: 1px solid #000;
  display: inline-block;
  border-top: 1px solid #000;
  transform: rotate(45deg);
}

.custom-radio {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.custom-radio .checked {
  position: relative;
  margin-top: 3px;
  margin-right: 12px;
  width: 16px;
  height: 16px;
  border: 1px solid #4D4D4D;
  border-radius: 50%;
  transition: all 0.3s ease;
  z-index: 1;
  flex: 0 0 16px;
}
.custom-radio .checked:before {
  transition: all 0.3s ease;
  opacity: 0;
  z-index: 1;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: #FCC000;
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.custom-radio input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.custom-radio input:checked ~ .checked {
  border-color: #FCC000;
}
.custom-radio input:checked ~ .checked:before {
  opacity: 1;
}

.custom-checkbox {
  position: relative;
  display: flex;
}
.custom-checkbox .checked {
  position: relative;
  margin-top: 3px;
  margin-right: 12px;
  width: 16px;
  height: 16px;
  border: 1px solid #4D4D4D;
  border-radius: 2px;
  transition: all 0.3s ease;
  z-index: 1;
}
.custom-checkbox .checked:before {
  transition: all 0.3s ease;
  text-align: center;
  opacity: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FCC000;
  content: "✓";
  position: absolute;
  color: #fff;
  top: 0;
  left: 0;
}
.custom-checkbox input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.custom-checkbox input:checked ~ .checked {
  border-color: #FCC000;
}
.custom-checkbox input:checked ~ .checked:before {
  opacity: 1;
}

.group-amount {
  flex-wrap: wrap;
}
.group-amount .wrapper {
  display: flex;
  align-items: center;
  padding-left: 20px;
  background-color: #F4F4F4;
  border-radius: 3px 0 0 3px;
  height: 56px;
  position: relative;
}
.group-amount .wrapper.no-arrow {
  background-image: none;
}
.group-amount .wrapper:after {
  background-image: url("../images/ic-arrow-down.svg");
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
  pointer-events: none;
}
.group-amount .body-text {
  margin-right: 8px;
}
.group-amount .btn-b {
  height: 56px;
  min-width: 320px;
  text-transform: uppercase;
  font-weight: bold;
}
.group-amount .btn-b.small {
  min-width: auto;
}

.input-amount {
  appearance: none;
  -webkit-appearance: none;
  width: 28px;
  height: 28px;
  border: none;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.input-amount:focus {
  box-shadow: none;
  border: none;
  outline: none;
  background-color: #FCC000;
}
.input-amount::-webkit-inner-spin-button {
  display: none;
}
.input-amount::-webkit-outer-spin-button {
  display: none;
}

textarea.form-input {
  min-height: 115px;
}

.form-input {
  padding: 12px 16px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height, or 150% */
  letter-spacing: 0.04em;
  color: #696969;
  /* Neutral / Dark++ */
  background: #FFFFFF;
  /* Neutral / Dark+ */
  border: 1px solid #CFCFCF;
  box-sizing: border-box;
  border-radius: 3px;
  outline: none;
}
@media screen and (max-width: 768.6px) {
  .form-input {
    padding: 8px 12px;
    font-size: 15px;
  }
}
.form-input:focus {
  border-color: #FCC000;
}
.form-input::-webkit-input-placeholder {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.04em;
  color: rgba(105, 105, 105, 0.5);
}

.timeline {
  background: #CFCFCF;
  border-radius: 10px;
  height: 8px;
  width: 100%;
}
.timeline .line {
  background-color: #EF4922;
  border-radius: 10px;
  height: 100%;
}

.product-review .slick-dots {
  margin-top: 16px;
  display: flex;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  overflow: auto;
  width: 100%;
}
.product-review li {
  flex: 0 0 90px;
  width: 101px;
  margin-right: 17px;
  height: 101px;
}
@media screen and (max-width: 567.5px) {
  .product-review {
    padding-bottom: 70px;
  }
  .product-review .slick-dots {
    left: 0;
    transform: translate(0);
    bottom: 0;
  }
  .product-review li {
    width: 62px !important;
    height: 62px !important;
  }
}

.more-content {
  padding: 0 25px;
  max-height: 49px;
  margin-bottom: 16px;
  overflow: hidden;
  position: relative;
}
.more-content:before {
  height: 59px;
  z-index: 1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 46.35%, #FFFFFF 100%);
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease;
}
.more-content:after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../images/ic-arrow-down.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
}
.more-content.active {
  max-height: none;
}
.more-content.active:before, .more-content.active:after {
  opacity: 0;
}

.hr-2 {
  margin-top: 0;
  margin-bottom: 12px;
  border-color: rgba(0, 0, 0, 0.1);
}

.product-detail h1, .product-detail h2, .product-detail h3, .product-detail h4, .product-detail h5, .product-detail h6, .product-detail ol, .product-detail ul, .product-detail p {
  color: #333333;
}
.product-detail .content p {
  color: #000;
}
.product-detail .content .text-white {
  color: #fff !important;
}
.product-detail h1, .product-detail h2, .product-detail h3, .product-detail h4, .product-detail h5, .product-detail img {
  margin-bottom: 24px;
}
.product-detail ol, .product-detail ul {
  margin-bottom: 0;
  padding: 0 0 0 15px;
}
.product-detail ol li {
  margin-bottom: 10px;
  font-style: italic;
  color: #0A6784;
}

.social a {
  margin: 0 6px;
}

.form-group {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height, or 150% */
  letter-spacing: 0.04em;
  /* Neutral / Light+++ */
  color: #FFFFFF;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768.5px) {
  .form-group {
    display: block !important;
  }
  .form-group label {
    margin-bottom: 24px;
  }
}
.form-group label {
  width: 100%;
}
@media screen and (min-width: 785.5px) {
  .form-group label {
    width: calc(50% - 10px);
  }
}
.form-group input {
  width: 100%;
}

.custom-input-file {
  transition: all 0.3s ease;
}
.custom-input-file:hover {
  color: #FCC000;
}
.custom-input-file input {
  display: none;
}

.founder-and-member .avatar {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.founder-and-member .avatar:hover .overlay-bg {
  transform: translate(0, 0);
  visibility: visible;
  opacity: 1;
}
.founder-and-member .overlay-bg {
  transition: all 0.3s ease;
  transform: translate(0, 20px);
  visibility: hidden;
  opacity: 0;
  background: linear-gradient(0deg, rgba(6, 62, 111, 0.8), rgba(6, 62, 111, 0.8)), url(image.png);
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.comments-block p {
  color: #333333;
}
.comments-block img {
  max-width: 79px;
  margin-right: 16px;
  margin-bottom: 16px;
}
.form-group-3 {
  width: 100%;
  display: block;
}
.form-group-3 label {
  width: 100%;
}
.form-group-3 input {
  width: 100%;
}
.form-group-3 .btn {
  padding: 10px 15px;
}
@media screen and (min-width: 768.5px) {
  .form-group-3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .form-group-3 label:nth-child(1) {
    width: calc(35% - 8px);
  }
  .form-group-3 label:nth-child(2) {
    width: calc(35% - 8px);
  }
  .form-group-3 label:nth-child(3) {
    width: calc(30% - 8px);
  }
  .form-group-3 .btn {
    padding: 12px 15px;
  }
}

.arrow-down {
  background-image: url("../images/ic-arrow-down-yellow.svg");
  background-position: right 15px center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
}

.block-videos .btn-play {
  transition: all 0.3s ease;
}
.block-videos .btn-play:hover svg {
  transform: scale(1.1);
}
.block-videos .btn-play svg {
  transition: all 0.3s ease;
}
.block-videos .slick-disabled {
  opacity: 0;
}

.overlay-video {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  padding: 20px 70px;
  flex-direction: column;
  z-index: -10;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.overlay-video.active {
  z-index: 9000;
  opacity: 1;
  visibility: visible;
}
.overlay-video .prev-arrow {
  left: -80px;
}
.overlay-video .next-arrow {
  right: -80px;
}

.input-amount-label {
  width: 28px;
  height: 28px;
  background-image: url("../images/ic-arrow-down-blue.svg");
  background-size: 12px auto;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #FAFAFA;
  border-radius: 50%;
  margin-bottom: 0;
  margin-right: 10px;
}

.input-amount-content {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  outline: none !important;
  background-color: transparent;
}

.popup-notfication {
  max-width: 543px;
  text-align: center;
  background-color: #fff;
  border-radius: 3px;
  position: fixed;
  top: 50%;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -50%);
  z-index: 1000;
  transition: all 0.3s ease;
}
.popup-notfication.active {
  opacity: 1;
  visibility: visible;
}
.popup-notfication .btn-close-popup {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  transform: translate(50%, -50%);
}

.menu-icon {
  display: none;
}

.search__icon {
  display: none;
}

@media screen and (max-width: 1080px) {
  .top-header {
    z-index: 8000;
    position: relative;
  }

  .menu-icon {
    display: block;
    cursor: pointer;
  }
  .menu-icon span {
    display: block;
    width: 25px;
    height: 3px;
    background-color: #0F648D;
    margin: 4px 0;
  }

  .menu-content {
    display: block;
    position: absolute;
    min-width: 50vw;
    left: 0;
    top: 100%;
    z-index: 7000;
    background-color: #fff;
    text-align: left;
    padding: 0 30px;
    min-height: calc(100vh - 50px);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    transform: translate(-100%, 0);
  }
  .menu-content.active {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
  }
  .menu-content ul {
    flex-direction: column;
    align-items: flex-start !important;
  }

  .menu-item a {
    padding: 10px 0;
  }

  .top-header {
    padding: 10px 0;
  }

  .overlay-video .slick-arrow {
    width: 35px;
  }
  .overlay-video .slick-arrow svg {
    width: 100%;
    height: auto;
  }
  .overlay-video .prev-arrow {
    left: -35px;
  }
  .overlay-video .next-arrow {
    right: -35px;
  }

  .block-videos .slide-video {
    max-width: 690px;
  }
  .block-videos .slide-video iframe {
    height: 400px !important;
  }
}
@media screen and (max-width: 991.5px) {
  .navbar-a .nav-item {
    width: calc(100% / 4.5);
    margin: 10px 0;
  }

  .mb50 {
    margin-bottom: 30px;
  }

  .mb30 {
    margin-bottom: 20px;
  }

  .mb24px {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768.5px) {
  .banner .min-h472 {
    min-height: 210px;
  }
  .banner .slick-dots {
    bottom: 15px;
  }
  .banner .slick-dots li {
    width: 11px;
    height: 11px;
  }

  .navbar-a .nav-item {
    width: calc(100% / 3);
    margin: 10px 0;
  }

  .search {
    position: relative;
    margin-right: 20px;
  }

  .search__icon {
    display: block;
    cursor: pointer;
  }
  .search__icon path {
    fill: #FCC000;
  }

  .search__content {
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    min-width: 250px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
  }
  .search__content.active {
    opacity: 1;
    visibility: visible;
  }
  .search__content .btn-b {
    min-width: 30px;
  }

  .news-block .min-h167 {
    min-height: 250px;
  }

  .group-amount .w-50 {
    width: 100% !important;
  }
  .group-amount .btn-b, .group-amount .wrapper {
    border-radius: 3px !important;
  }
  .group-amount .wrapper {
    margin-bottom: 24px;
  }

  .overlay-video {
    padding: 0;
  }

  .block-videos .slide-video {
    max-width: calc(100% - 85px);
  }
  .block-videos .slide-video iframe {
    height: 350px !important;
  }
}
@media screen and (max-width: 567.5px) {
  .btn-a.small {
    flex-shrink: 0;
    padding: 3px 5px;
    height: fit-content;
  }
  .btn-b.small {
    font-size: 10px;
    line-height: 14px;
    padding: 4px;
    top: 5px;
    right: 5px;
  }
  .btn-primary {
    padding: 10px 15px;
  }

  .row {
    margin: 0 -10px;
  }
  .row > * {
    padding: 0 10px;
  }

  .feedback .avatar {
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }

  .slick-dots {
    padding: 0;
    list-style: none;
    position: absolute;
    left: 50%;
    bottom: -40px;
    transform: translate(-50%, 0);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .slick-dots li {
    width: 11px;
    height: 11px;
    border: 1px solid #fff;
    background-color: #fff;
    border-radius: 3px;
    transition: all 0.3s ease;
    cursor: pointer;
    margin: 0 6px;
  }
  .slick-dots li.slick-active {
    background-color: #0F648D;
  }

  .min-h264 {
    min-height: 150px;
  }

  .overlay-video .slick-arrow {
    width: 25px;
  }
  .overlay-video .close-overlay-video {
    width: 40px;
  }
  .overlay-video .close-overlay-video svg {
    width: 100%;
    height: auto;
  }

  .block-videos .slide-video {
    max-width: calc(100% - 85px);
  }
  .block-videos .slide-video iframe {
    height: 280px !important;
  }

  .logo {
    max-width: 150px;
  }

  .navbar-a ul {
    justify-content: flex-end !important;
  }
  .navbar-a .nav-item {
    width: 50%;
  }
}

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