@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap");@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");

body {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #11141E;
  background: #F8F9F8;
}
@media (max-width: 576px) {
  body {
    font-size: 14px;
    line-height: 20px;
  }
}
.page-title {
  font-weight: 700;
  font-size: 56px;
  line-height: 68px;
  color: #11141E;
  margin-bottom: 32px;
}
@media (max-width: 576px) {
  .page-title {
    font-size: 40px;
    line-height: 48px;
  }
}
.mb-80 {
  margin-bottom: 80px;
}
.align-center {
  align-items: center;
}
.btn-green {
  display: inline-block;
  background: #2F9D39;
  box-shadow: 0 141px 56px rgba(0, 0, 0, 0.01), 0 79px 48px rgba(0, 0, 0, 0.03), 0 35px 35px rgba(0, 0, 0, 0.04), 0 9px 19px rgba(0, 0, 0, 0.05), 0 0 0 rgba(0, 0, 0, 0.05);
  border-radius: 1000px;
  color: #F8F9F8;
  letter-spacing: -0.01em;
  padding: 14px 24px;
  cursor: pointer;
  transition: all 0.4s;
  outline: none;
  border: none;
}
.btn-green:hover, .btn-green:active, .btn-green:focus {
  background: #23762B;
  color: #F8F9F8 !important;
  outline: none;
  border: none;
}
.btn-white {
  background: #F8F9F8;
  border-radius: 1000px;
  padding: 16px 24px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #11141E;
  text-shadow: none;
  outline: none;
  border: none;
  transition: all 0.4s;
}
.btn-white:hover, .btn-white:active, .btn-white:focus {
  outline: none;
  border: none;
  background: #BFD1F3;
  box-shadow: 0px 141px 56px rgba(0, 0, 0, 0.01), 0px 79px 48px rgba(0, 0, 0, 0.03), 0px 35px 35px rgba(0, 0, 0, 0.04), 0px 9px 19px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.05);
}
.custom-checkbox {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.6rem;
  margin-bottom: 8px;
}
.custom-checkbox:last-child {
  margin-bottom: 0;
}
.custom-checkbox input {
  margin-top: 10px;
  margin-bottom: 10px;
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-checkbox input:checked ~ label::after {
  opacity: 1;
}
.custom-checkbox label {
  padding-left: 10px;
  margin: 0;
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #11141E;
}
.custom-checkbox label a {
  text-decoration: underline;
  color: #4873c2;
}
.custom-checkbox label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  pointer-events: none;
  user-select: none;
  border: 2px solid #2F9D39;
  border-radius: 2px;
}
.custom-checkbox label::after {
  content: "";
  background-image: url(/extension/starter/view/app/src/assets/images/check-icon.png);
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: calc(50% - 9px);
}
@media (min-width: 1400px) {
  .container {
    max-width: 1128px;
  }
}
@media (max-width: 992px) {
  .container {
    max-width: initial;
    width: 100%;
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
}
.block-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #11141E;
  margin-bottom: 16px;
}
@media (max-width: 576px) {
  .block-title {
    font-size: 24px;
    line-height: 32px;
  }
}
.breadcrumb {
  background: transparent;
  border: none;
  margin: 0 0 32px 0;
}
.breadcrumb li {
  display: flex;
  align-items: center;
}
.breadcrumb li:last-child a {
  pointer-events: none;
  color: #66696d;
}
.breadcrumb li:last-child:after {
  display: none;
}
.breadcrumb li:after {
  content: "";
  background-image: url(/extension/starter/view/app/src/assets/images/arrow-right.svg);
  background-repeat: no-repeat;
  transform: none !important;
  border: none !important;
  background-position: center;
  top: 0 !important;
  right: -10px !important;
  width: 22px !important;
  height: 17px !important;
}
.breadcrumb a {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.01em;
  color: #2358B8;
  text-shadow: none;
}
#information-information {
  min-height: 70vh;
}
#information-information .container__wrap {
  max-width: 744px;
  margin: 0 auto;
}
.header {
  height: 76px;
  position: relative;
  z-index: 11;
}
@media (max-width: 768px) {
  .header {
    height: 72px;
  }
}
.header__fixed {
  position: fixed;
  z-index: 1;
  width: 100%;
  background: #F8F9F8;
  box-shadow: 0px 141px 56px rgba(0, 0, 0, 0.01), 0px 79px 48px rgba(0, 0, 0, 0.03), 0px 35px 35px rgba(0, 0, 0, 0.04), 0px 9px 19px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.05);
}
.header__fixed > .container {
  padding: 8px 0;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .header__fixed > .container {
    box-shadow: 0px 141px 56px rgba(0, 0, 0, 0.01), 0px 79px 48px rgba(0, 0, 0, 0.03), 0px 35px 35px rgba(0, 0, 0, 0.04), 0px 9px 19px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.05);
    max-width: 100%;
  }
}
.header .logo img {
  width: 100%;
  max-width: 260px;
  max-height: 56px;
}
@media (max-width: 768px) {
  .header .logo img {
    display: none;
  }
}
.header .logo img.logo-mob {
  display: none;
}
@media (max-width: 768px) {
  .header .logo img.logo-mob {
    display: block;
  }
}
.header .language {
  position: relative;
  text-transform: uppercase;
  margin-left: 18px;
  color: #3a3d47;
}
@media (max-width: 768px) {
  .header .language {
    display: none;
  }
}
.header .language .dropdown-toggle {
  border: 1px solid #DEE2ED;
  border-radius: 100px;
  padding: 12px 11px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .header .language .dropdown-toggle {
    display: none;
  }
}
.header .language .dropdown-toggle.show {
  background: #DEE2ED;
  border: 1px solid #DEE2ED;
}
.header .language .dropdown-toggle.show img {
  transform: scale(1, -1);
}
.header .language .dropdown-menu {
  background: #DEE2ED;
  box-shadow: 0 141px 56px rgba(0, 0, 0, 0.01), 0 79px 48px rgba(0, 0, 0, 0.03), 0 35px 35px rgba(0, 0, 0, 0.04), 0 9px 19px rgba(0, 0, 0, 0.05), 0 0 0 rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  min-width: auto;
  width: 100%;
  border: none;
  padding: 4px;
}
@media (max-width: 768px) {
  .header .language .dropdown-menu {
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 100px;
  }
}
.header .language .dropdown-menu a {
  padding: 8px;
  color: #3a3d47;
}
@media (max-width: 768px) {
  .header .language .dropdown-menu a {
    padding: 8px 10px;
  }
}
.header .language .dropdown-menu a:hover, .header .language .dropdown-menu a:active {
  background: #BFD1F3;
  border-radius: 1000px;
}
@media (max-width: 768px) {
  .header .language .dropdown-menu a:hover, .header .language .dropdown-menu a:active {
    background: #2358B8;
    color: #F8F9F8;
  }
}
.header .language .dropdown-menu a.current {
  color: #4873c2;
}
@media (max-width: 768px) {
  .header .language .dropdown-menu a.current {
    border-radius: 1000px;
    background: #2358B8;
    color: #F8F9F8;
  }
}
@media (max-width: 768px) {
  .header .callbackBtn {
    display: none;
    order: inherit;
    margin-right: 16px;
  }
}
@media (max-width: 576px) {
  .header .callbackBtn {
    display: block;
    order: 3;
    margin: 0;
  }
}
.header .callbackBtn.tablet {
  display: none;
}
@media (max-width: 768px) {
  .header .callbackBtn.tablet {
    display: block;
  }
}
@media (max-width: 576px) {
  .header .callbackBtn.tablet {
    display: none;
  }
}
.header .menu {
  margin-right: 26px;
}
@media (max-width: 768px) {
  .header .menu {
    order: 2;
    margin: 0;
  }
}
.header .menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .header .menu ul {
    flex-direction: column;
  }
}
.header .menu ul li a {
  white-space: nowrap;
  padding: 10px 8px;
  color: #11141E;
}
@media (max-width: 768px) {
  .header .menu ul li a {
    padding-right: 0;
  }
}
.header .socials {
  margin-right: 26px;
}
@media (max-width: 768px) {
  .header .socials {
    order: 1;
    margin: 0 0 24px 0;
  }
}
.header .socials ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
.header .socials ul li {
  list-style-type: none;
  margin-right: 11px;
}
.header .socials ul li:last-child {
  margin-right: 0;
}
@media (max-width: 768px) {
  .header__wrap {
    align-items: flex-start;
    justify-content: space-between !important;
    position: fixed;
    right: 0;
    background: #F8F9F8;
    width: 100%;
    height: calc(100% - 72px);
    top: 72px;
    padding: 28px 24px;
    display: flex;
    transform: translateX(100%);
    transition: all 0.5s;
  }
}
.header__wrap.active {
  background: #F8F9F8;
  z-index: -1;
}
@media (max-width: 768px) {
  .header__wrap.active {
    transform: translateX(0);
  }
}
.header__wrap .language {
  display: none;
}
@media (max-width: 768px) {
  .header__wrap .language {
    display: block;
  }
}
.header__wrap .info {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .header__wrap .info {
    flex-direction: column;
    align-items: end;
  }
}
@media (max-width: 768px) {
  .header__wrap .info .menu {
    align-items: end;
  }
}
@media (max-width: 576px) {
  .header__wrap .info .menu {
    margin-bottom: 24px;
  }
}
.header__wrap .info .menu li {
  padding: 18px 0 18px 8px;
}
.header__wrap .info .menu a {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #11141E;
}
.header__wrap-burgerBtn {
  display: none;
  align-items: center;
  justify-content: center;
  background: #DEE2ED;
  border-radius: 1000px;
  width: 56px;
  height: 56px;
  padding: 8px 16px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .header__wrap-burgerBtn {
    display: flex;
  }
}
.header__wrap-burgerBtn span {
  display: inline-block;
  height: 2px;
  width: 24px;
  background: #11141E;
  border-radius: 50px;
  position: relative;
}
.header__wrap-burgerBtn span:before, .header__wrap-burgerBtn span:after {
  content: "";
  display: inline-block;
  height: 2px;
  width: 24px;
  background: #11141E;
  border-radius: 50px;
  position: absolute;
}
.header__wrap-burgerBtn span:before {
  top: 6px;
}
.header__wrap-burgerBtn span:after {
  top: -6px;
}
.footer {
  background: #11141E;
  padding-top: 160px;
  margin: 0;
  border: none;
}
@media (max-width: 768px) {
  .footer .footerTop .col-sm-12 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 32px;
  }
}
@media (max-width: 576px) {
  .footer .footerTop .col-sm-12 {
    flex-direction: column;
  }
}
@media (max-width: 576px) {
  .footer .footerTop .col-sm-6 {
    margin-bottom: 40px;
  }
}
.footer .footerTop .col-sm-6:last-child {
  margin-bottom: 0 !important;
}
.footer .logo {
  width: 100%;
  max-width: 230px;
  max-height: 82px;
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .footer .logo {
    display: none;
  }
}
.footer .logo-mob {
  margin-bottom: 18px;
  display: none;
  max-width: 260px;
}
@media (max-width: 768px) {
  .footer .logo-mob {
    display: block;
  }
}
.footer .socials ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
.footer .socials ul li {
  list-style-type: none;
  margin-right: 11px;
}
.footer .socials ul li:last-child {
  margin-right: 0;
}
.footer .socials ul li:hover svg path {
  fill: #2F9D39;
  transition: all 0.4s;
}
.footer .col-sm-4 .title {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #9c9da1;
  margin-bottom: 8px;
}
.footer .col-sm-4 a, .footer .col-sm-4 p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #F8F9F8;
}
.footer hr {
  margin-top: 42px;
  margin-bottom: 28px;
  border-bottom: 1px solid rgba(248, 249, 248, 0.1);
}
.footerBottom {
  margin-bottom: 28px;
}
.footerBottom a {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.01em;
  color: #9c9da1;
  margin-right: 24px;
}
.footerBottom a:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .footerBottom a {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.footerBottom .development {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.01em;
  color: #9c9da1;
}
.footerBottom .development img {
  margin-left: 8px;
}
@media (max-width: 576px) {
  .footerBottom .terms {
    display: flex;
    flex-direction: column;
    margin-bottom: 36px;
  }
}
.callbackBtn {
  white-space: nowrap;
}
.callbackForm {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.callbackForm.active {
  display: flex;
}
.callbackForm .vti__dropdown-list.below {
  z-index: 9 !important;
  top: 56px !important;
}
.callbackForm .modal-overlay {
  position: absolute;
  background: black;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
}
.callbackForm .listCondition {
  margin-bottom: 16px;
}
.callbackForm .save {
  margin: 0 0 0 auto;
  display: block;
}
.callbackForm__success {
  background: #2F9D39;
  z-index: 1;
  padding: 24px;
  color: #F8F9F8;
  border-radius: 24px;
  max-width: 480px;
  max-height: 280px;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}
.callbackForm__success span {
  margin-bottom: 24px;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
}
.callbackForm__success p {
  margin: 0;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: -0.01em;
  max-width: 260px;
}
.callbackForm__success img.bg {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: -1;
}
.callbackForm__success img.close {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 24px;
  right: 24px;
  cursor: pointer;
}
.callbackForm__content {
  background: #F8F9F8;
  border-radius: 24px;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  max-width: 480px;
  margin: 0 24px;
  max-height: 98%;
  overflow-y: scroll;
  scrollbar-width: thin;
}
.callbackForm__header {
  background: #2F9D39;
  padding: 36px 24px;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #F8F9F8;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}
@media (max-width: 576px) {
  .callbackForm__header {
    padding: 8px 16px;
    align-items: flex-start;
  }
}
@media (max-width: 576px) {
  .callbackForm__header span {
    width: 40%;
    display: inline-block;
  }
}
.callbackForm__header img {
  cursor: pointer;
  z-index: 2;
}
.callbackForm__header img.close {
  width: 24px;
  height: 24px;
}
.callbackForm__header img.bg {
  cursor: default;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 1;
}
.callbackForm__form {
  padding: 32px 24px;
}
.callbackForm__form .input-group {
  margin-bottom: 16px;
}
.callbackForm__form .input-group:last-child {
  margin-bottom: 0;
}
.callbackForm__form .input-group.error label {
  color: #FA424D;
}
.callbackForm__form .input-group.error .error {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.01em;
  color: #FA424D;
  padding: 0 24px;
}
.callbackForm__form .input-group.error input {
  border: 2px solid #FA424D;
  border-radius: 4px;
}
.callbackForm__form .input-group.error input:active, .callbackForm__form .input-group.error input:focus {
  border: 2px solid #FA424D;
}
.callbackForm__form .input-group.error .vue-tel-input {
  border: 2px solid #FA424D;
}
.callbackForm__form .input-group.error .vue-tel-input input {
  border: none;
}
.callbackForm__form .input-group label {
  font-weight: 400;
  font-size: 10px;
  line-height: 10px;
  letter-spacing: 0.01em;
  color: #11141E;
  opacity: 0.6;
  position: absolute;
  z-index: 1;
  top: 11px;
  left: 24px;
}
.callbackForm__form .input-group input, .callbackForm__form .input-group textarea {
  background: #F8F9F8;
  border: 1px solid rgba(35, 88, 184, 0.1);
  border-radius: 4px;
  position: relative;
  width: 100%;
  padding: 21px 24px 11px 24px;
  min-height: 56px;
}
.callbackForm__form .input-group input:active, .callbackForm__form .input-group input:focus, .callbackForm__form .input-group textarea:active, .callbackForm__form .input-group textarea:focus {
  outline: none;
  box-shadow: none;
  border: 2px solid #2358B8;
  border-radius: 4px;
}
.callbackForm__form .input-group textarea {
  min-height: 200px;
  resize: none;
}
@media (max-width: 768px) {
  .callbackForm__form .input-group textarea {
    min-height: 100px;
  }
}
.callbackForm__form .vue-tel-input {
  outline: none !important;
  box-shadow: none !important;
  background: #F8F9F8;
  border: 1px solid rgba(35, 88, 184, 0.1);
  width: 100%;
}
.callbackForm__form .vue-tel-input:focus-within {
  box-shadow: none !important;
  border: 2px solid #2358B8;
}
.callbackForm__form .vue-tel-input input {
  border: none;
  padding: 15px 0;
}
.callbackForm__form .vue-tel-input input:active, .callbackForm__form .vue-tel-input input:focus {
  outline: none;
  box-shadow: none;
  border: none;
}
.callbackForm__form .btn-green {
  margin: 0 0 0 auto;
  width: max-content;
}
.callbackForm__form .info {
  background: #EFF1F6;
  border-radius: 24px;
  padding: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.01em;
  color: #2358B8;
  display: flex;
  align-items: flex-start;
  margin-bottom: 18px;
}
.callbackForm__form .info img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.callbackForm__form .custom-checkbox {
  margin-bottom: 12px;
}
.callbackForm__form .custom-checkbox:last-child {
  margin-bottom: 0;
}
.callbackForm__form .custom-checkbox label {
  font-size: 14px;
  letter-spacing: -0.01em;
}
.callbackForm__form .custom-checkbox a {
  color: #2358B8;
  text-decoration: underline;
}
#product-info {
  margin-bottom: 80px;
}
#product-info #buttonCart {
  text-align: center;
  margin-top: 8px;
}
@media (max-width: 576px) {
  #product-info #buttonCart {
    width: 100% !important;
  }
}
#product-info .formattedPrice .coin {
  position: relative;
  top: -6px;
  font-size: 14px;
}
#product-info .mb-90 {
  margin-bottom: 92px;
}
#product-info h1 {
  font-weight: 700;
  font-size: 56px;
  line-height: 68px;
  color: #11141E;
  margin-bottom: 24px;
}
@media (max-width: 576px) {
  #product-info h1 {
    font-size: 40px;
    line-height: 48px;
  }
}
#product-info .col-sm {
  width: 50%;
}
@media (max-width: 768px) {
  #product-info .col-sm {
    width: 100%;
    flex: auto;
  }
}
@media (max-width: 768px) {
  #product-info .image {
    text-align: center;
  }
}
#product-info .image img {
  padding: 0;
  margin: 0;
  max-width: 552px;
  width: 100%;
  background: transparent;
  border: none;
}
#product-info .product-wrap {
  max-width: 456px;
  margin: 0 0 0 auto;
}
@media (max-width: 768px) {
  #product-info .product-wrap {
    max-width: 100%;
  }
}
#product-info .productParams {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 28px;
}
#product-info .productParams__item {
  background: #EFF1F6;
  border-radius: 100px;
  padding: 8px 10px;
  display: flex;
  align-items: center;
  width: max-content;
  margin-right: 8px;
  margin-bottom: 8px;
}
#product-info .productParams__item .title {
  margin-right: 8px;
}
#product-info .productParams__item ul {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
#product-info .productParams__item ul li {
  padding: 8px 11.5px;
  border-radius: 100px;
  min-width: 40px;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.4s;
  margin-right: 4px;
}
#product-info .productParams__item ul li:hover {
  background: #ced3e3;
}
#product-info .productParams__item ul li.active {
  border: 1px solid #2F9D39;
}
#product-info .productParams__item ul li a {
  color: #11141E;
}
#product-info .specification {
  margin-bottom: 24px;
}
#product-info .specification tr {
  border-top: none;
  border-bottom: 1px solid #DEE2ED;
}
#product-info .specification tr td {
  border: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #11141E;
  padding: 4px 8px;
}
#product-info .specification tr td:first-child {
  color: #6d7075;
}
#product-info .product-description {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #11141E;
  max-width: 750px;
  margin: 0 auto;
}
#product-info .productPrice {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  #product-info .productPrice {
    justify-content: flex-start;
  }
  #product-info .productPrice #product {
    margin-left: 60px;
  }
}
@media (max-width: 576px) {
  #product-info .productPrice {
    flex-direction: column;
    align-items: flex-end;
  }
  #product-info .productPrice #product {
    margin-left: 0;
    width: 100%;
  }
  #product-info .productPrice #product #button-cart {
    width: 100%;
  }
}
#product-info .productPrice .hide {
  display: none;
}
#product-info .productInfo {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.01em;
  color: #11141E;
  margin-bottom: 32px;
}
#product-info .priceInfo {
  margin-bottom: 32px;
}
#product-info .productGrant {
  margin-bottom: 16px;
}
#product-info .productGrant .title {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  margin-bottom: 8px;
}
#product-info .productGrant__info {
  background: #EFF1F6;
  border-radius: 16px;
  padding: 16px;
}
#product-info .productGrant__info hr {
  background-color: #d4e0f7;
  opacity: 1;
}
#product-info .productGrant__info-title {
  font-weight: 600;
  margin-bottom: 4px;
}
#product-info .productGrant__info-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.01em;
  color: #2F9D39;
}
#product-info .productGrant__info-link svg {
  margin-left: 4px;
}
#product-info .productGrant__info-link a {
  transition: all 0.4s;
}
#product-info .productGrant__info-link a svg {
  border-radius: 50%;
  transition: all 0.4s;
}
#product-info .productGrant__info-link a:hover svg {
  background: #2F9D39;
}
#product-info .productGrant__info-link a:hover svg path {
  stroke: white;
}
#product-info .productGrant__info-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#product-info .productGrant__info-item p {
  margin: 0;
}
#product-info .productGrant__info-item p span {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.01em;
  color: #11141E;
  padding: 2px 4px;
  background: #F6D548;
  border-radius: 100px;
}
#product-info .productGrant__info-item .productGrant__info-price {
  display: flex;
}
#product-info .productGrant__info-item .formattedPrice, #product-info .productGrant__info-item .currency {
  white-space: nowrap;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}
#product-info .productGrant__info-item .currency {
  margin-left: 2px;
}
#product-info .productLinks__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #11141E;
  margin-bottom: 12px;
}
#product-info .productLinks a {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #2358B8;
  margin-bottom: 8px;
}
#product-info .productLinks a:last-child {
  margin-bottom: 0;
}
#product-info .product-price {
  display: flex;
  align-items: baseline;
  font-weight: 700;
  font-size: 32px;
  line-height: 39px;
  color: #11141E;
  margin: 0;
}
#product-info .product-price h2 {
  margin: 0;
}
#product-info .product-price .price-old {
  margin-right: 8px;
  color: #FA424D;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  position: relative;
  text-decoration: none;
  display: flex;
}
#product-info .product-price .price-old:before {
  content: "";
  position: absolute;
  width: 100%;
  display: block;
  background: #FA424D;
  height: 1px;
  top: 50%;
}
#product-info .product-price .price-old span.coin {
  position: relative;
  top: -6px;
  font-size: 10px;
  left: 3px;
}
#product-info .product-price .price-old p {
  margin: 0 0 0 6px;
}
#product-info .product-price .price-new {
  display: flex;
  color: #11141E;
}
#product-info .product-price .price-new span.coin {
  font-size: 14px;
  top: -9px;
}
#product-info .product-price .price-new p {
  margin: 0 0 0 6px;
}
#common-success #content {
  display: flex;
  align-items: center;
  justify-content: center;
}
#common-success img {
  width: 100%;
  max-width: 510px;
  height: auto;
  margin-bottom: 16px;
}
#common-success h1 {
  font-weight: 700;
  font-size: 56px;
  line-height: 64px;
  color: #11141E;
  margin-bottom: 8px;
}
@media (max-width: 576px) {
  #common-success h1 {
    font-size: 40px;
    line-height: 48px;
  }
}
#common-success p {
  max-width: 400px;
  margin: 0 auto 16px auto;
}
.checkoutModal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.checkoutModal .overlay {
  background: #11141E;
  opacity: 0.4;
  position: absolute;
  width: 100%;
  height: 100%;
}
.checkoutModal__wrap {
  padding: 32px;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #F8F9F8;
  box-shadow: 0px 141px 56px rgba(0, 0, 0, 0.01), 0px 79px 48px rgba(0, 0, 0, 0.03), 0px 35px 35px rgba(0, 0, 0, 0.04), 0px 9px 19px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.05);
  border-radius: 24px 24px 0px 0px;
  max-height: 90%;
  overflow-y: scroll;
}
@media (max-width: 576px) {
  .checkoutModal__wrap {
    padding: 24px;
  }
}
.checkoutModal .productItem__wrap {
  border-bottom: 1px solid #DEE2ED;
  border-radius: 16px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 16px;
}
.checkoutModal .productItem__wrap-close {
  cursor: pointer;
}
.checkoutModal .productItem__wrap-close img {
  width: 24px;
}
.checkoutModal .productItem__wrap-info {
  display: flex;
  align-items: center;
}
@media (max-width: 576px) {
  .checkoutModal .productItem__wrap-info {
    align-items: normal;
  }
}
.checkoutModal .productItem__wrap-info .wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 576px) {
  .checkoutModal .productItem__wrap-info .wrap {
    flex-direction: column;
    align-items: flex-start;
    border-right: 1px solid #DEE2ED;
  }
}
@media (max-width: 576px) {
  .checkoutModal .productItem__wrap-info .wrap .item {
    border: none;
    margin: 0;
  }
}
.checkoutModal .productItem__wrap-info .image img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.checkoutModal .productItem__wrap-info .item {
  padding-right: 24px;
  margin-right: 16px;
  border-right: 1px solid #DEE2ED;
}
.checkoutModal .productItem__wrap-info .item:last-child {
  border-right: none;
}
.checkoutModal .productItem__wrap-info .item.info {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #6d7075;
}
@media (max-width: 576px) {
  .checkoutModal .productItem__wrap-info .item.info {
    font-size: 12px;
    line-height: 16px;
  }
}
.checkoutModal .productItem__wrap-info .item.info .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #11141E;
}
@media (max-width: 576px) {
  .checkoutModal .productItem__wrap-info .item.info .title {
    font-size: 20px;
    line-height: 24px;
  }
}
.checkoutModal .productItem__wrap-info .item.price .price__item .coin {
  position: relative;
  top: -6px;
  font-size: 12px;
}
.checkoutModal .productItem__wrap-info .item.price .price-old {
  color: #6d7075;
  text-decoration: none;
  position: relative;
}
.checkoutModal .productItem__wrap-info .item.price .price-old:before {
  content: "";
  position: absolute;
  display: block;
  height: 1px;
  width: 100%;
  background: #6d7075;
  top: 50%;
}
.checkoutModal .productItem__wrap-info .item.price .price-new {
  color: #2F9D39;
}
.checkoutModal .checkoutTotal {
  border-top: 1px solid #DEE2ED;
  padding-top: 16px;
}
.checkoutModal .checkoutTotal .price__item .coin {
  position: relative;
  top: -8px;
  font-size: 16px;
}
.checkoutModal .checkoutTotal__wrap {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.checkoutModal .checkoutTotal__wrap .price {
  margin-right: 24px;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #11141E;
}
.checkoutModal .checkoutContent {
  padding: 16px 0;
}
@media (max-width: 768px) {
  .checkoutModal .checkoutContent .col-sm-12 {
    margin-bottom: 24px;
  }
  .checkoutModal .checkoutContent .col-sm-12:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 576px) {
  .listCondition {
    padding: 0 !important;
  }
}
.listCondition .error {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #FA424D;
}
.checkoutItem {
  background: #EFF1F6;
  border-radius: 16px;
  padding: 24px;
  color: #11141E;
}
.checkoutItem__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 16px;
}
.checkoutItem .field {
  position: relative;
  margin-bottom: 16px;
}
.checkoutItem .field.error input {
  border: 1px solid #FA424D;
}
.checkoutItem .field.error span {
  color: #FA424D;
}
.checkoutItem .field .error {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #FA424D;
  padding-left: 24px;
}
.checkoutItem .field > span {
  position: absolute;
  font-weight: 400;
  font-size: 10px;
  line-height: 10px;
  letter-spacing: 0.01em;
  color: #6d7075;
  top: 11px;
  left: 24px;
  display: flex;
}
.checkoutItem .field input, .checkoutItem .field textarea {
  width: 100%;
  padding: 20px 24px 10px;
  background: #F8F9F8;
  border: 1px solid rgba(35, 88, 184, 0.1);
  border-radius: 4px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #11141E;
  outline: none !important;
}
.checkoutItem .field input:active, .checkoutItem .field input:focus, .checkoutItem .field textarea:active, .checkoutItem .field textarea:focus {
  border: 1px solid #2358B8 !important;
  outline: none !important;
}
.checkoutAddress .info {
  display: flex;
  padding: 8px;
}
.checkoutAddress .info img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.checkoutAddress .d-flex {
  justify-content: space-between;
}
.checkoutAddress .d-flex .w-100 {
  width: 49% !important;
}
@media (max-width: 768px) {
  .paymentMethod__list-nav {
    overflow-x: scroll;
  }
}
.paymentMethod ul.nav-tabs {
  border: none;
  margin-bottom: 16px;
  display: flex;
  flex-wrap: nowrap;
  width: max-content;
}
.paymentMethod ul.nav-tabs li {
  margin-right: 4px;
}
.paymentMethod ul.nav-tabs li:last-child {
  margin-right: 0;
}
.paymentMethod ul.nav-tabs li a {
  border: 1px solid transparent;
  border-radius: 100px;
  padding: 8px 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #11141E;
}
.paymentMethod ul.nav-tabs li a.active, .paymentMethod ul.nav-tabs li a:hover {
  border: 1px solid #2F9D39;
  background: transparent;
  color: #11141E;
}
.paymentMethod .tab-pane {
  background: #F8F9F8;
  border-radius: 16px;
  padding: 24px;
}
.paymentMethod .tab-content .paypal {
  text-align: center;
}
.paymentMethod .tab-content .paypal .image {
  width: 100%;
  padding: 16px;
  background: #FFC43A;
  box-shadow: 0px 141px 56px rgba(0, 0, 0, 0.01), 0px 79px 48px rgba(0, 0, 0, 0.03), 0px 35px 35px rgba(0, 0, 0, 0.04), 0px 9px 19px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.05);
  border-radius: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}
.paymentMethod .tab-content .paypal .image img {
  max-height: 24px;
}
.paymentMethod .tab-content .paypal .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #696b71;
}
.paymentMethod .tab-content .bank_transfer {
  display: flex;
  align-items: center;
}
.paymentMethod .tab-content .bank_transfer .text a {
  margin-top: 4px;
  color: #2F9D39;
}
.paymentMethod .tab-content .bank_transfer .image {
  margin-right: -24px;
}
@media (max-width: 576px) {
  .paymentMethod .tab-content .bank_transfer .image {
    display: none;
  }
}
.paymentMethod .tab-content .bank_transfer .image img {
  max-height: 148px;
}
.form-block__container {
  overflow: hidden;
}
.about-page {
  max-width: 744px;
  margin: 0 auto 80px auto;
}
@media (max-width: 768px) {
  .about-page {
    margin: 0 auto;
  }
}
.about-page h3 {
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  letter-spacing: -0.01em;
  color: #11141E;
}
.about-page h2 {
  line-height: 56px;
  text-indent: 45px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .about-page h2 {
    text-align: center;
    font-size: 48px;
    line-height: 56px;
    text-indent: 0;
  }
}
@media (max-width: 576px) {
  .about-page h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
.about-page .callbackBtn {
  margin: 0 0 0 auto;
  display: block;
}
@media (max-width: 768px) {
  .about-page .callbackBtn {
    margin: 0 auto;
  }
}
.about-page__text {
  margin-bottom: 56px;
}
.about-page__info {
  margin-bottom: 80px;
}
@media (max-width: 576px) {
  .about-page__info .col-xs-12 {
    margin-bottom: 16px;
  }
  .about-page__info .col-xs-12:last-child {
    margin-bottom: 0;
  }
}
.about-page__info .wrap {
  background: #EBF9ED;
  border-radius: 16px;
  padding: 24px 16px;
  height: 100%;
}
.about-page__info ul {
  margin: 0;
}
.about-page__standards ul {
  margin: 0;
  padding: 0;
}
.about-page__standards ul li {
  list-style: none;
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px;
}
.about-page__standards ul li:last-child {
  margin-bottom: 0;
}
.about-page__standards ul li img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
@media (max-width: 576px) {
  .about-page__standards .images {
    margin-top: 24px;
  }
}
.about-page__standards .images .wrap {
  display: flex;
  flex-wrap: wrap;
}
.about-page__standards .images .wrap img {
  width: 26%;
  height: auto;
  margin-right: 16px;
  margin-bottom: 16px;
}
.about-page__standards .images .wrap img:nth-child(3n) {
  margin-right: 0;
}
#information-contact .contacts-block hr {
  border-color: #D4E0F7;
  opacity: 1;
}
#information-contact .contacts-block__container {
  padding: 0;
}
@media (max-width: 576px) {
  #information-contact .contacts-block__container .col-xs-12 {
    margin-bottom: 24px;
  }
  #information-contact .contacts-block__container .col-xs-12:last-child {
    margin-bottom: 0;
  }
}
#information-contact .contacts-block__container .contacts-item {
  background: #EFF1F6;
  border-radius: 16px;
  padding: 40px 24px;
  height: 100%;
}
#information-contact .contacts-block__container .contacts-item__logo {
  width: 54px;
  height: 54px;
  object-fit: cover;
}
@media (max-width: 768px) {
  #information-contact .contacts-block__container .contacts-item__logo {
    display: none;
  }
}
#information-contact .contacts-block__container .contacts-item__info {
  justify-content: space-between;
}
#information-contact .contacts-block__container .contacts-item__position {
  padding: 4px 8px;
  background: #11141E;
  border-radius: 1000px;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.01em;
  color: #F8F9F8;
  display: inline-block;
  margin-bottom: 8px;
}
#information-contact .contacts-block__container .contacts-item__name {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.01em;
}
#information-contact .contacts-block__container .contacts-item__languages {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.01em;
}
#information-contact .contacts-block__container .contacts-item__languages span {
  color: #6a6c74;
  margin-right: 4px;
}
#information-contact .contacts-block__container .contacts-item__contacts {
  flex-wrap: wrap;
}
#information-contact .contacts-block__container .contacts-item__contacts .item {
  background: #F8F9F8;
  border-radius: 32px;
  padding: 12px;
  margin-right: 8px;
  margin-bottom: 8px;
  width: auto;
  min-width: 49%;
  text-align: center;
}
@media (max-width: 992px) {
  #information-contact .contacts-block__container .contacts-item__contacts .item {
    min-width: 100%;
  }
}
#information-contact .contacts-block__container .contacts-item__contacts .item:nth-child(2n) {
  margin-right: 0;
}
#information-contact .contacts-block__container .contacts-item__contacts .item a {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #2358B8;
}
.featuredProducts > .container {
  padding: 0;
}
@media (min-width: 1400px) {
  .featuredProducts > .container {
    max-width: 1192px;
  }
}
@media (max-width: 768px) {
  .featuredProducts > .container {
    padding: 0 !important;
  }
}
.featuredProducts__wrap {
  margin-top: -80px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  backdrop-filter: blur(27px);
  border-radius: 32px;
  padding: 0 32px 0;
}
@media (max-width: 768px) {
  .featuredProducts__wrap {
    padding-right: 0;
  }
}
@media (max-width: 576px) {
  .featuredProducts__wrap {
    padding: 0 0 0 24px;
  }
}
.featuredProducts ul.nav-tabs {
  background: #DEE2ED;
  box-shadow: 0px 141px 56px rgba(0, 0, 0, 0.01), 0px 79px 48px rgba(0, 0, 0, 0.03), 0px 35px 35px rgba(0, 0, 0, 0.04), 0px 9px 19px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.05);
  border-radius: 100px;
  width: max-content;
  margin: 0 auto;
  padding: 4px;
  position: relative;
  top: -28px;
  max-width: calc(100% - 24px);
}
@media (max-width: 576px) {
  .featuredProducts ul.nav-tabs li {
    width: 50%;
  }
}
.featuredProducts ul.nav-tabs li a {
  border-radius: 1000px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: -0.01em;
  color: #3a3d47;
  padding: 12px 24px;
  border: none;
}
.featuredProducts ul.nav-tabs li a.active, .featuredProducts ul.nav-tabs li a:hover {
  background: #2358B8;
  color: #F8F9F8;
}
.featuredProducts .tab-content {
  filter: drop-shadow(0px 141px 56px rgba(0, 0, 0, 0.01)) drop-shadow(0px 79px 48px rgba(0, 0, 0, 0.03)) drop-shadow(0px 35px 35px rgba(0, 0, 0, 0.04)) drop-shadow(0px 9px 19px rgba(0, 0, 0, 0.05)) drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.05));
}
.featuredProducts .tab-content .tab-pane {
  overflow-x: scroll;
  scrollbar-width: thin;
  scrollbar-color: #11141E #dadbda;
  padding-bottom: 16px;
}
.featuredProducts .tab-content .tab-wrap {
  display: flex;
  width: max-content;
}
.featuredProducts .productItem {
  background: #F8F9F8;
  border-radius: 32px;
  width: 100%;
  max-width: 270px;
  margin-right: 16px;
  overflow: hidden;
  border: 2px solid #e2e3e2;
}
@media (max-width: 768px) {
  .featuredProducts .productItem:last-child {
    margin-right: 32px !important;
  }
}
@media (max-width: 576px) {
  .featuredProducts .productItem:last-child {
    margin-right: 24px !important;
  }
}
.featuredProducts .productItem:hover {
  border: 2px solid #2F9D39;
}
.featuredProducts .productItem:hover .productItem__bottom {
  background: #2F9D39;
}
.featuredProducts .productItem .label_percent {
  height: 52px;
  width: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -25px;
  right: 12px;
  background: #FA424D;
  box-shadow: 0px 4px 12px rgba(26, 63, 131, 0.2);
  border-radius: 1000px;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.01em;
  color: #F8F9F8;
}
@media (max-width: 576px) {
  .featuredProducts .productItem .label_percent {
    height: 40px;
    width: 40px;
    font-size: 12px;
    line-height: 16px;
    top: -20px;
  }
}
.featuredProducts .productItem .product_label {
  position: absolute;
  left: 0;
  top: 0;
  padding: 8px 16px;
  border-radius: 1000px;
  color: #F8F9F8;
  letter-spacing: 0.01em;
  font-size: 12px;
  line-height: 16px;
}
.featuredProducts .productItem .specification {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.01em;
}
@media (max-width: 576px) {
  .featuredProducts .productItem .specification {
    font-size: 12px;
    line-height: 16px;
  }
}
.featuredProducts .productItem .specification ul {
  padding-left: 18px;
  margin: 0;
}
.featuredProducts .productItem hr {
  border-color: rgba(248, 249, 248, 0.1);
  opacity: 1;
  margin: 12px 0;
}
@media (max-width: 576px) {
  .featuredProducts .productItem hr {
    margin: 8px 0;
  }
}
.featuredProducts .productItem:last-child {
  margin-right: 0;
}
.featuredProducts .productItem__top {
  padding: 12px 12px 32px 12px;
}
@media (max-width: 576px) {
  .featuredProducts .productItem__top {
    padding: 12px 12px 24px 12px;
  }
}
.featuredProducts .productItem__image {
  position: relative;
}
.featuredProducts .productItem__image img {
  width: 100%;
  height: auto;
}
.featuredProducts .productItem__image .label_x {
  position: absolute;
  width: 55px;
  height: 53px;
  right: 0;
  top: 0;
  background: #11141E;
  border-radius: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.01em;
  color: #F8F9F8;
}
.featuredProducts .productItem__name .sku, .featuredProducts .productItem__name .upc {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
}
@media (max-width: 576px) {
  .featuredProducts .productItem__name .sku, .featuredProducts .productItem__name .upc {
    font-size: 24px;
    line-height: 32px;
  }
}
.featuredProducts .productItem__name .upc {
  font-weight: 500;
  margin-left: 4px;
}
.featuredProducts .productItem__name .label {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  margin-left: 10px;
  color: #6d7075;
}
@media (max-width: 576px) {
  .featuredProducts .productItem__name .label {
    font-size: 12px;
    line-height: 23px;
  }
}
.featuredProducts .productItem__bottom {
  background: #2358B8;
  padding: 24px 12px 16px 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.featuredProducts .productItem__bottom h2 {
  margin: 0;
}
.featuredProducts .productItem__bottom hr {
  border-color: rgba(248, 249, 248, 0.1);
  opacity: 1;
  margin: 16px 0;
}
@media (max-width: 576px) {
  .featuredProducts .productItem__bottom hr {
    margin: 8px 0;
  }
}
.featuredProducts .productItem__bottom .product-price .price-item {
  position: relative;
  width: max-content;
}
.featuredProducts .productItem__bottom .product-price .price-item p {
  margin: 0 0 0 7px !important;
}
.featuredProducts .productItem__bottom .product-price .price-old {
  display: flex;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #F8F9F8;
  text-decoration: none;
}
@media (max-width: 576px) {
  .featuredProducts .productItem__bottom .product-price .price-old {
    font-size: 14px;
    line-height: 20px;
  }
}
.featuredProducts .productItem__bottom .product-price .price-old::before {
  content: "";
  position: absolute;
  width: 100%;
  display: block;
  background: #F8F9F8;
  height: 1px;
  top: 50%;
}
.featuredProducts .productItem__bottom .product-price .price-old span.coin {
  position: relative;
  top: -6px;
  font-size: 9px;
  left: 2px;
}
.featuredProducts .productItem__bottom .product-price .price-new {
  font-weight: 700;
  font-size: 32px;
  line-height: 39px;
  color: #F8F9F8;
  display: flex;
}
@media (max-width: 576px) {
  .featuredProducts .productItem__bottom .product-price .price-new {
    font-size: 24px;
    line-height: 32px;
  }
}
.featuredProducts .productItem__bottom .product-price .price-new span.coin {
  position: relative;
  top: -5px;
  font-size: 22px;
  left: 2px;
}
.featuredProducts .productItem__bottom .discount_description {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.01em;
  color: #F8F9F8;
}
.featuredProducts .productItem__bottom .discount_description span {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.01em;
  color: #11141E;
  padding: 2px 4px;
  background: #F6D548;
  border-radius: 100px;
}
.featuredProducts .productItem__bottom .custom_price {
  width: max-content;
  margin: 0 0 0 auto;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #F8F9F8;
}
.featuredProducts .productItem__bottom .formattedPrice .coin {
  position: relative;
  top: -4px;
  font-size: 12px;
}
.featuredProducts .productItem__bottom .buttonCart {
  margin-top: 24px;
  background: #F8F9F8;
  box-shadow: 0px 141px 56px rgba(0, 0, 0, 0.01), 0px 79px 48px rgba(0, 0, 0, 0.03), 0px 35px 35px rgba(0, 0, 0, 0.04), 0px 9px 19px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.05);
  border-radius: 100px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #11141E;
  padding: 16px;
  width: 100%;
  text-align: center;
  cursor: pointer;
  transition: all 0.4s;
}
@media (max-width: 576px) {
  .featuredProducts .productItem__bottom .buttonCart {
    margin-top: 16px;
  }
}
.featuredProducts .productItem__bottom .buttonCart:hover {
  background: #BFD1F3;
  color: #11141E;
}
.cookieModal {
  background: #F8F9F8;
  box-shadow: 0px 141px 56px rgba(0, 0, 0, 0.01), 0px 79px 48px rgba(0, 0, 0, 0.03), 0px 35px 35px rgba(0, 0, 0, 0.04), 0px 9px 19px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.05);
  border-radius: 24px;
  padding: 32px 24px;
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 100%;
  max-width: 480px;
  color: #11141E;
}
@media (max-width: 576px) {
  .cookieModal {
    max-width: 312px;
  }
}
.cookieModal__title {
  margin-bottom: 16px;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
}
.cookieModal__text {
  margin-bottom: 24px;
}
.cookieModal__text a {
  color: #2358B8 !important;
  text-decoration: underline !important;
}
.cookieModal__buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cookieModal__buttons .btn-white {
  background: #DBDFEB;
  box-shadow: 0px 141px 56px rgba(0, 0, 0, 0.01), 0px 79px 48px rgba(0, 0, 0, 0.03), 0px 35px 35px rgba(0, 0, 0, 0.04), 0px 9px 19px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.05);
  border-radius: 1000px;
  margin-right: 16px;
}
.cookieModal__buttons .btn-green, .cookieModal__buttons .btn-white {
  width: 50%;
  text-align: center;
  cursor: pointer;
}