@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/ProximaNova-Black.2348cb1932e1.woff2") format("woff2"), url("../fonts/ProximaNova-Black.c57020f09799.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/ProximaNova-Extrabld.4d309408fdb1.woff2") format("woff2"), url("../fonts/ProximaNova-Extrabld.9b3e46305f9b.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/ProximaNova-Bold.26fe14571ecb.woff2") format("woff2"), url("../fonts/ProximaNova-Bold.a0c8b8d0092f.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/ProximaNova-Light.4bd2ae67aac5.woff2") format("woff2"), url("../fonts/ProximaNova-Light.c14925e6c5c3.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/ProximaNova-Semibold.400a8e594edf.woff2") format("woff2"), url("../fonts/ProximaNova-Semibold.d246a1cdc8ab.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/ProximaNova-Regular.f412e7c9026a.woff2") format("woff2"), url("../fonts/ProximaNova-Regular.872fab3ef80c.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/ProximaNovaT-Thin.b6b7b69887b1.woff2") format("woff2"), url("../fonts/ProximaNovaT-Thin.4bfcdbba542f.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

strong {
  font-weight: 600;
}

strong.weight-700 {
  font-weight: 700;
}

strong.weight-800 {
  font-weight: 800;
}

img {
  max-width: 100%;
}

a {
  color: #009FE3;
}

.mt--48 {
  margin-top: 3rem !important;
}

.mb--48 {
  margin-top: 3rem !important;
}

.color--body-40 {
  color: #858590 !important;
}

.color--body-20 {
  color: #5C5D6B !important;
}

.color--body {
  color: #333346 !important;
}

.color--error {
  color: #E30000 !important;
}

.color--brand {
  color: #009FE3 !important;
}

.color--secondary {
  color: #F4842A !important;
}

.text-128 {
  font-size: 128px;
  font-size: 8rem;
}

.text-24 {
  font-size: 24px;
  font-size: 1.5rem;
}

.text-20 {
  font-size: 20px;
  font-size: 1.25rem;
}

.text-15 {
  font-size: 15px;
  font-size: 0.9375rem;
}

.text-14 {
  font-size: 14px;
  font-size: 0.875rem;
}

.text-13 {
  font-size: 13px;
  font-size: 0.8125rem;
}

.text-12 {
  font-size: 12px;
  font-size: 0.75rem;
}

.fweight-400 {
  font-weight: 400 !important;
}

.fweight-700 {
  font-weight: 700 !important;
}

.hidden {
  display: none;
}

.w-auto {
  width: auto !important;
}

body {
  color: #333346;
  font-family: 'Proxima Nova', sans-serif;
  touch-action: pan-x pan-y;
  background-color: #ffffff;
  min-height: -webkit-fill-available;
}

body.body--overlfow {
  overflow: hidden;
}

@media (max-width: 768px) {
  body {
    padding-top: 109px;
  }
}

.hero,
body>.container,
footer {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

.body--fade .hero,
.body--fade>.container,
.body--fade footer {
  opacity: 0.4;
}

@media (max-width: 992px) {
  .container {
    max-width: 100%;
  }
}

@media (max-width: 1170px) {
  .container {
    max-width: 100%;
  }
}

h1 {
  margin-bottom: 1rem;
  font-weight: 400;
  font-size: 32px;
  font-size: 2rem;
}

h2 {
  margin-bottom: 0.25rem;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
}

.article__body h2 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

h3 {
  font-size: 18px;
  font-size: 1.125rem;
}

h3.weight--normal {
  font-weight: normal;
  color: #5C5D6B;
}

.block-title {
  margin-bottom: 1rem;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 600;
}

header {
  position: relative;
  margin-bottom: 2.375rem;
  z-index: 1;
  box-shadow: 0px 1px 3px #CCCCCC;
  z-index: 16;
}

@media (max-width: 768px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
  }
}

.page-cart header {
  padding: 1.5rem 0;
  background-color: #009FE3;
}

.page-cart header .brand svg path {
  fill: #ffffff;
}

.page-cart header .back-to-cart {
  margin-left: 2.625rem;
  color: #ffffff;
  font-weight: 700;
}

.top-nav {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #E6F5FC;
}

.top-nav ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 600;
}

.top-nav ul li {
  margin-right: 2rem;
}

.top-nav ul li:last-child {
  margin-right: 0;
}

.top-nav ul li.delivery-toggle {
  margin-right: 0.5rem;
}

.top-nav ul li.lng-toggle:before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-right: 0.5rem;
  background-color: #009FE3;
  border-radius: 50%;
}

.top-nav ul a {
  color: #333346;
}

@media (max-width: 768px) {
  .top-nav {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
}

.nav {
  transition: all 0.3s ease-in-out;
}

.nav.nav--active {
  background-color: #009FE3;
}

@media (max-width: 768px) {
  .nav {
    padding: 1rem 0;
    background-color: #009FE3;
  }
}

.nav-toggle {
  display: none;
  position: relative;
  width: 3.5rem;
  margin: -15px 12px -15px -15px;
  padding: 0.625rem;
  color: #ffffff;
  font-size: 24px;
  font-size: 1.5rem;
  background: rgba(0, 0, 0, 0.1);
  text-align: center;
}

.nav-toggle:hover {
  color: #ffffff;
}

@media (max-width: 768px) {
  .nav-toggle {
    display: block;
  }
}

.brand {
  display: flex;
}

.brand svg path {
  transition: all 0.3s ease-in-out;
}

.nav--active .brand svg path {
  fill: #ffffff;
}

@media (max-width: 768px) {
  .brand svg {
    width: auto;
    height: 24px;
  }

  .brand svg path {
    fill: #ffffff;
  }
}

@media (max-width: 940px) {
  .brand svg {
    width: 108px;
  }
}

.nav__list {
  display: flex;
  width: 100%;
  margin: 0;
  list-style: none;
  text-transform: uppercase;
  font-weight: 600;
}

@media (max-width: 768px) {
  .nav__list {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0 15px;
    flex-direction: column;
    text-align: left;
    display: flex;
    align-items: flex-start !important;
    overflow: auto;
    margin-left: -100%;
    transition: margin-left 0.4s ease-in-out;
  }

  .nav__list.mobile--active {
    margin-left: 0;
  }
}

@media (max-width: 940px) {
  .nav__list {
    padding-left: 0;
  }
}

@media (max-width: 768px) {
  .nav__list {
    padding-left: 15px;
  }
}

.nav__item {
  position: relative;
  padding-left: 1rem;
  padding-right: 1rem;
}

.nav__item.nav-item--active .nav__link.has_subnav:before {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  background-color: #E6F5FC;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: rotate(45deg) translateX(-50%);
}

@media (max-width: 768px) {
  .nav__item.nav-item--active .nav__link.has_subnav:before {
    display: none;
  }
}

@media (max-width: 768px) {
  .nav__item {
    width: 100%;
    margin-left: 0;
    padding: 1rem 0;
    border-bottom: 1px solid #E6E6E6;
  }
}

@media (max-width: 1170px) {
  .nav__item {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.nav__brand {
  display: none;
  position: relative;
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  background-color: #009FE3;
  align-items: center;
  justify-content: space-between;
}

.nav__brand svg {
  width: auto;
  height: 24px;
}

.nav__brand svg path {
  fill: #ffffff;
}

.nav__brand .nav-close {
  font-size: 24px;
  font-size: 1.5rem;
}

@media (max-width: 768px) {
  .nav__brand {
    display: flex;
  }
}

.nav__search {
  width: 100%;
  padding: 1.125rem 0 1rem;
  display: none;
}

@media (max-width: 768px) {
  .nav__search {
    display: flex;
  }
}

.nav__contacts {
  display: none;
  width: 100%;
  padding: 1.5rem 0;
  align-items: center;
  flex-direction: column;
  line-height: 1.25;
  font-size: 12px;
  font-size: 0.75rem;
}

.nav__contacts .nav__phone {
  margin-bottom: 0.5rem;
  text-align: center;
}

.nav__contacts .nav__phone span {
  display: block;
  font-weight: 400;
}

.nav__contacts .nav__phone a {
  font-size: 16px;
  font-size: 1rem;
}

@media (max-width: 768px) {
  .nav__contacts {
    display: flex;
  }
}

.nav__link {
  position: relative;
  color: #333346;
  transition: all 0.3s ease-in-out;
  display: block;
  padding: 1.5rem 0;
}

.nav-item--active .nav__link,
.nav__link:hover {
  text-decoration: none;
  color: #B3E2F7 !important;
}

@media (max-width: 768px) {

  .nav-item--active .nav__link,
  .nav__link:hover {
    color: #009FE3 !important;
  }
}

.nav__link.nav__link--active {
  color: #009FE3;
}

.nav--active .nav__link.nav__link--active {
  color: #ffffff;
}

.nav--active .nav__link {
  color: #ffffff;
}

@media (max-width: 768px) {
  .nav--active .nav__link {
    color: #333346;
  }
}

@media (max-width: 1170px) {
  .nav__link span {
    display: none;
  }
}

@media (max-width: 768px) {
  .nav__link {
    padding: 0;
  }
}

.profile-list {
  display: flex;
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 600;
  list-style: none;
}

.profile-list li {
  margin-left: 1.5rem;
}

.profile-list a {
  white-space: nowrap;
}

.profile-list a svg {
  font-size: 18px;
  font-size: 1.125rem;
}

@media (max-width: 768px) {
  .profile-list a {
    color: #ffffff;
  }

  .profile-list a svg {
    font-size: 24px;
    font-size: 1.5rem;
  }

  .profile-list a span {
    display: none;
  }
}

.profile-list--profile {
  position: relative;
}

.profile-list--profile:hover .subnav {
  display: block;
  background-color: #ffffff;
  padding-top: 0;
}

.subnav {
  display: none;
  padding-top: 2rem;
  padding-bottom: 0;
  transition: all 0.5s ease-in-out;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  z-index: 999;
}

.subnav.subnav--compact {
  width: auto;
  padding: 0.5rem 0 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #E6F5FC;
}

.subnav.subnav--compact .subnav__item {
  margin: 0;
  padding: 0.5rem 2rem;
  transition: 0.5s;
}

.subnav.subnav--compact .subnav__item:hover {
  background-color: #009FE3;
}

.subnav.subnav--compact .subnav__item:hover .subnav__link {
  color: #ffffff;
  text-decoration: none;
}

@media (max-width: 768px) {
  .subnav {
    position: relative;
    top: unset;
    margin: 0 -10px;
    padding: 0;
    box-shadow: unset;
  }

  .subnav h4 {
    margin-top: 0.75rem;
  }

  .subnav.subnav--compact {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    background-color: #ffffff;
    left: unset;
    transform: unset;
  }
}

.nav-item--active .subnav {
  display: block;
}

.subnav__list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 15px;
  font-size: 0.9375rem;
  text-transform: none;
  font-weight: 400;
}

.subnav__item {
  margin-bottom: 0.5rem;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .subnav__item {
    margin-bottom: 1rem;
  }
}

.subnav__item:last-child {
  margin-bottom: 0;
}

.subnav__link {
  color: #333346;
}

.hero {
  position: relative;
  width: 100%;
  margin-top: -2.375rem;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: cover;
}

@media (max-width: 768px) {
  .hero {
    align-items: flex-end !important;
  }
}

.hero__url {
  display: block;
  width: 100%;
  color: inherit;
}

.hero__url:hover {
  text-decoration: none;
  color: inherit;
}

.hero__block {
  width: 40%;
}

@media (max-width: 768px) {
  .hero__block {
    width: 100%;
    margin-bottom: 0.625rem;
    padding: 1rem;
    text-align: center !important;
    background-color: rgba(255, 255, 255, 0.9);
  }
}

.hero__title {
  margin: 0;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 800;
}

@media (max-width: 768px) {
  .hero__title {
    font-size: 32px;
    font-size: 2rem;
  }
}

.hero--contrast .hero__title {
  color: #ffffff;
  text-shadow: 1px 1px 1px rgba(51, 51, 70, 0.2);
}

.hero__body {
  margin-top: 0.5rem;
  font-size: 25px;
  font-size: 1.5625rem;
}

@media (max-width: 768px) {
  .hero__body {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.hero--contrast .hero__body {
  color: #ffffff;
  text-shadow: 1px 1px 1px rgba(51, 51, 70, 0.2);
}

.hero__btn {
  display: inline-flex;
  margin-top: 1rem;
  padding: 0.8125rem 1.5rem;
  font-size: 14px;
  font-size: 0.875rem;
  border: 1px solid #333346;
  color: #333346;
  text-transform: uppercase;
  border-radius: 3px;
  font-weight: bold;
  align-items: center;
}

.hero__btn svg {
  margin-left: 0.5rem;
}

.hero--contrast .hero__btn {
  color: #ffffff;
  border-color: #ffffff;
}

footer {
  margin-top: 3rem;
  padding-top: 2.625rem;
  padding-bottom: 2.625rem;
  background-color: #333346;
  color: #ffffff;
}

.footer__nav {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #ffffff;
}

@media (max-width: 768px) {
  .footer__nav {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.footer__nav-title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
}

@media (max-width: 768px) {
  .footer__nav-title {
    margin-top: 1.5rem;
  }
}

.footer__nav-item {
  margin-top: 1rem;
}

.footer__nav-item a {
  color: #ffffff;
}

.footer__address {
  margin-top: 1rem;
  font-size: 14px;
  font-size: 0.875rem;
  color: #ffffff;
}

.index {
  display: flex;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.index__item {
  position: relative;
  margin-left: -1px;
  margin-bottom: -1px;
  padding: 1rem;
  border: 1px solid #E6E6E6;
  transition: box-shadow 0.3s ease-in-out;
}

.index-col .index__item {
  width: 100%;
}

.index-col .index__item .index__link img {
  display: block;
  margin: 0 auto;
}

.col-33 .index__item {
  flex: 1 33.3333%;
  max-width: 33.3333%;
}

.col-25 .index__item {
  flex: 1 25%;
  max-width: 25%;
}

.col-20 .index__item {
  flex: 1 20%;
  max-width: 20%;
}

@media (max-width: 990px) {
  .index__item {
    flex: 1 50% !important;
    max-width: 50% !important;
  }
}

@media (max-width: 420px) {
  .index__item {
    flex: 1 100% !important;
    max-width: 100% !important;
  }
}

.index__item:hover {
  box-shadow: inset 0 0 1px 1px #009FE3;
}

.index__media {
  display: block;
  margin: 0 auto;
  height: 180px;
  object-fit: contain;
  object-position: center;
}

.index__link {
  position: relative;
  display: block;
}

.index__link:hover {
  text-decoration: none;
}

.index__title {
  margin: 0;
  font-size: 16px;
  font-size: 1rem;
  color: #333346;
  font-weight: 600;
}

.index__subtitle {
  margin-top: 0.25rem;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #4C4C4C;
}

.index__price {
  display: flex;
  align-items: center;
  margin-top: 0.25rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 800;
  color: #333346;
}

.index__price.index__price--discount {
  color: #DC7726;
}

.price--old {
  margin-left: 0.5rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  color: #5C5D6B;
  text-decoration: line-through;
}

.index__tag {
  position: absolute;
}

.tag-list {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.tag-list .tag {
  margin-bottom: 0.25rem;
}

.tag {
  display: inline-block;
  padding: 0 0.25rem;
  border: 2px solid #DC7726;
  color: #DC7726;
  border-radius: 32px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
}

.tag.tag--info {
  left: unset;
  right: 0;
  padding: 0.125rem 0.5rem;
  background-color: #009FE3;
  color: #ffffff;
  border-width: 0;
  font-size: 11px;
  font-size: 0.6875rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.03rem;
}

.tag.tag--suggest {
  left: unset;
  right: 0;
  padding: 0.125rem 0.5rem;
  background-color: #DC7726;
  color: #ffffff;
  border-width: 0;
  font-size: 11px;
  font-size: 0.6875rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.03rem;
}

.tag.tag--gift {
  align-items: center;
  left: unset;
  right: 0;
  padding: 0.125rem 0.5rem;
  background-color: #B3BF00;
  border-width: 0;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 11px;
  font-size: 0.6875rem;
  letter-spacing: 0.05rem;
  font-weight: 600;
  letter-spacing: 0.03rem;
  line-height: 16px;
  white-space: nowrap;
}

.tag.tag--gift svg {
  margin-left: 0.25rem;
  width: 12px;
  height: auto;
}

.brand__item {
  display: flex;
  margin-bottom: 1rem;
  height: 3.5rem;
  border: 1px solid #E6E6E6;
  border-radius: 3px;
  align-items: center;
  justify-content: center;
}

.breadcrumb {
  margin-bottom: 1rem;
  padding: 0;
  background-color: unset;
}

.breadcrumb ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  align-items: center;
  font-size: 14px;
  font-size: 0.875rem;
}

.breadcrumb ul li {
  margin-left: 1rem;
  color: #858590;
}

.breadcrumb ul li:first-child {
  margin-left: 0;
}

.breadcrumb ul li:first-child a {
  margin-left: 0;
}

.breadcrumb ul li a {
  margin-left: 1rem;
  color: #333346;
}

@media (max-width: 768px) {
  .breadcrumb ul li {
    display: none;
    margin-left: 0.5rem;
  }

  .breadcrumb ul li a {
    margin-left: 0.5rem;
  }

  .breadcrumb ul li:first-child,
  .breadcrumb ul li:last-child,
  .breadcrumb ul li:nth-last-child(2) {
    display: flex;
    align-items: center;
  }

  .breadcrumb ul li:nth-last-child(2):before {
    content: '...';
    margin-right: 0.5rem;
  }
}

.filter-title {
  margin-bottom: 1rem;
  text-transform: uppercase;
  color: #333346;
  font-weight: 600;
  font-size: 14px;
  font-size: 0.875rem;
}

.filter__clear {
  margin-left: auto;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: lowercase;
  font-weight: 400;
  color: #333346;
}

.filter__clear svg {
  margin-right: 0.25rem;
  color: #E30000;
}

.filter-nav {
  margin-bottom: 1.5rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}

.filter-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.filter-nav .filter-nav__item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  color: #333346;
}

.filter-nav .filter-nav__item--active {
  background-color: #333346;
}

.filter-nav .filter-nav__item--active a {
  color: #ffffff;
}

@media (max-width: 768px) {
  .filter-nav {
    display: none;
  }
}

.filter-checklist {
  margin-bottom: 1.5rem;
}

.filter-checklist .custom-control {
  margin-top: 0.5rem;
}

.filter-checklist .custom-control-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: color 0.3s ease-in-out;
}

.filter-checklist .custom-control-label:hover {
  color: #009FE3;
  cursor: pointer;
}

.filter-checklist .custom-control-label em {
  font-style: normal;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #858590;
}

@media (max-width: 768px) {
  .filter-checklist .custom-control {
    margin-bottom: 1rem;
  }
}

.custom-control-label {
  font-size: 14px;
  font-size: 0.875rem;
}

.custom-checkbox .custom-control-label:before {
  top: 2px;
  background-color: #ffffff;
  border: 2px solid #CCCCCC;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
}

.custom-checkbox .custom-control-label:after {
  top: 2px;
  background-size: 60% 60%;
  transition: all 0.3s ease-in-out;
}

.custom-radio .custom-control-label:before {
  top: 2px;
  background-color: #ffffff;
  border: 2px solid #CCCCCC;
  border-radius: 50%;
}

.custom-radio .custom-control-label:after {
  top: 2px;
  background-size: 60% 60%;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
  background-color: #009FE3;
  border-color: #009FE3;
}

.custom-control-input:focus~.custom-control-label::before {
  box-shadow: none;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
  background-color: #ffffff;
  border-color: #009FE3;
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
  top: 7px;
  left: 5px;
  width: 6px;
  height: 6px;
  background-color: #009FE3;
  background-image: none;
  border-radius: 50%;
}

.checkbox-icon {
  display: flex;
}

.checkbox-icon img {
  margin-right: 0.5rem;
}

.form-control {
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #333346;
}

.form-control:focus {
  box-shadow: 2px 2px 2px -1px rgba(0, 159, 227, 0.4), -2px -2px 2px -1px rgba(0, 159, 227, 0.4);
}

.form-control.error {
  color: #E30000;
  border-color: #E30000;
}

.form-control,
select.form-control:not([size]):not([multiple]) {
  height: 48px;
}

.custom-select {
  background: #fff url("../images/ico-arrow-down.c4d443cc25ff.svg") no-repeat right 0.75rem center;
}

.index__sorting {
  display: flex;
  margin-bottom: 1rem;
  margin-top: 1.5rem;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
  font-size: 0.9375rem;
}

.index__sorting select {
  width: 11.25rem;
}

.btn {
  padding: 0.6875rem 1.5rem;
  font-weight: 700;
  text-decoration: none;
}

.btn.btn--primary {
  background-color: #009FE3;
  color: #ffffff;
}

.btn.btn--primary:hover {
  background-color: #008FCC;
}

.btn.btn--bg-secondary {
  background-color: #F4842A;
}

.btn.btn--bg-secondary:hover {
  background-color: #df6a0c;
}

.btn.btn--secondary {
  color: #009FE3;
  border: 1px solid #009FE3;
  background-color: transparent;
}

.btn.btn--secondary:hover {
  color: #008FCC;
  border-color: #008FCC;
}

.btn.btn--tertiary {
  display: flex;
  align-items: center;
  background: transparent;
  border: 1px solid #ccc;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  color: #333346;
}

.btn.btn--tertiary img {
  margin-right: 0.5rem;
}

.btn.btn--tertiary .ico {
  margin-left: auto;
  color: #E30000;
  line-height: 1;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}

.btn.btn--tertiary.btn--tertiary-active {
  background-color: #F2F2F2;
  border-color: #F2F2F2;
}

.btn.btn--tertiary:hover .ico {
  color: #008FCC;
}

.btn.btn--alternative {
  padding: 0.25rem 0.5rem;
  border: solid 1px #333346;
  border-radius: 12px;
  font-size: 11px;
  font-size: 0.6875rem;
  color: #333346;
  text-transform: uppercase;
  line-height: 1;
}

.btn.btn--alternative:hover {
  border-color: #009FE3;
  color: #009FE3;
}

.btn.btn--danger {
  color: #E30000;
  border-color: #E30000;
  background-color: transparent;
}

.btn:disabled {
  background-color: #CCCCCC !important;
}

.btn.btn--sm {
  padding: 0 1rem;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.05rem;
}

.btn:hover {
  text-decoration: none;
}

.slider-values {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}

#slider {
  width: calc(100% - 20px);
}

.noUi-horizontal {
  height: 4px;
  box-shadow: unset;
  border-width: 0;
}

.noUi-horizontal .noUi-handle {
  top: -8px;
  width: 20px;
  height: 20px;
  background: url("../images/slider-handler.3d850c7eb03b.svg") no-repeat center;
  box-shadow: unset;
  border-width: 0;
}

.noUi-horizontal .noUi-handle:focus {
  outline: none;
}

.noUi-horizontal .noUi-handle:before,
.noUi-horizontal .noUi-handle:after {
  display: none;
}

.noUi-connect {
  background-color: #009FE3;
}

.noUi-touch-area:focus {
  outline: none;
}

.article__rating,
.index__rating {
  color: #F4842A;
}

.index__rating {
  margin-bottom: 0.5rem;
  font-size: 12px;
  font-size: 0.75rem;
}

.article__title {
  margin-bottom: 0.25rem;
}

.article__body ul {
  margin: 0 0 1rem;
  padding: 0;
  list-style: none;
}

.article__body ul li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 0.5rem;
}

.article__body ul li:before {
  content: '';
  display: block;
  width: 9px;
  height: 9px;
  position: absolute;
  top: 8px;
  left: 0;
  border-radius: 50%;
  background-color: #009FE3;
}

.table {
  margin-bottom: 1.5rem;
}

.table tbody th {
  font-weight: 400;
}

.table tbody td {
  font-weight: 600;
}

.table.table-striped tbody td,
.table.table-striped tbody th {
  border-width: 0;
}

.table.table-striped tbody tr:nth-of-type(odd) {
  background-color: #F2F2F2;
}

.table.table--history tbody td {
  vertical-align: top;
}

.table.table--history tbody .disabled td {
  color: #858590;
}

.table.table--history tbody .disabled td a {
  color: #858590;
}

.table.table--history tbody .disabled td img {
  opacity: 0.4;
}

.table.table--history tfoot tr:first-child td {
  padding-top: 1rem;
  border-top: 1px solid #dee2e6;
}

.table.table--history tfoot td {
  padding: 0.25rem 0;
  box-shadow: unset;
  border-width: 0;
}

.table.table--history tfoot .table--total-price {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
}

@media (max-width: 768px) {
  .table.table--history thead {
    display: none;
  }

  .table.table--history tbody {
    display: block;
    width: 100%;
  }

  .table.table--history tr {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #cccccc;
  }

  .table.table--history td {
    width: 100%;
    justify-content: flex-start;
    text-align: left !important;
    border-width: 0;
  }

  .table.table--history td:nth-child(4) {
    display: none;
  }

  .table.table--history tfoot tr,
  .table.table--history tfoot td {
    border-width: 0 !important;
  }

  .table.table--history tfoot td {
    width: 50%;
  }

  .table.table--history tfoot tr:first-child td:first-child {
    width: 100%;
  }
}

.table-form {
  width: 100%;
}

.table-form thead th {
  padding-left: 1rem;
  padding-bottom: 1rem;
  vertical-align: middle;
}

.table-form thead th .custom-control-label {
  font-size: 16px;
  font-size: 1rem;
}

.table-form thead th .custom-control-label:before,
.table-form thead th .custom-control-label:after {
  top: 4px;
}

.table-form tbody th {
  font-weight: 400;
  white-space: nowrap;
}

.table-form tbody td {
  padding-left: 1rem;
  padding-bottom: 0.5rem;
}

@media (max-width: 768px) {
  .table-form {
    display: block;
    width: 100%;
  }

  .table-form thead,
  .table-form tbody {
    display: block;
    width: 100%;
  }

  .table-form thead tr,
  .table-form tbody tr {
    display: block;
    width: 100%;
  }

  .table-form thead tr:after,
  .table-form tbody tr:after {
    content: '';
    display: block;
    height: 1px;
    clear: both;
  }

  .table-form thead th,
  .table-form thead td,
  .table-form tbody th,
  .table-form tbody td {
    display: block;
    padding: 0;
  }

  .table-form thead th,
  .table-form tbody th {
    display: table-row;
    width: 100%;
  }

  .table-form thead td,
  .table-form tbody td {
    display: block;
    width: 50%;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    float: left;
  }

  .table-form thead td:first-child,
  .table-form tbody td:first-child {
    padding-right: 0.5rem;
  }

  .table-form thead td:last-child,
  .table-form tbody td:last-child {
    padding-left: 0.5rem;
  }

  .table-form thead th {
    display: block;
    width: 50%;
    float: left;
  }

  .table-form thead th:last-child {
    padding-left: 0.5rem;
  }
}

.input-group input {
  border-width: 1px 0;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  text-align: center;
}

.input-group input:focus {
  box-shadow: none;
  border-color: #CCCCCC;
}

.input-group button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.25rem;
  background-color: transparent;
  color: #009FE3;
  border: 1px solid #CCCCCC;
  font-size: 18px;
  font-size: 1.125rem;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.input-group button:focus {
  outline: none;
}

.input-group button:hover {
  background-color: #E6F5FC;
}

@media (max-width: 768px) {
  .input-group button {
    width: 3rem;
  }
}

.input-group .input-group-prepend button {
  border-right-width: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.input-group .input-group-append button {
  border-left-width: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.input-group.input-group--plain input {
  border-left-width: 1px;
  text-align: left;
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
}

.input-group.input-group--plain .input-group-append .input-group-text {
  font-size: 14px;
  font-size: 0.875rem;
  color: #858590;
  background-color: transparent;
}

.input-group.error .form-control,
.input-group.error .input-group-append span {
  border: 1px solid #E30000;
}

.input-group.error .form-control {
  border-right-width: 0;
}

.input-group.error .input-group-append span {
  border-left-width: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  color: #E30000;
}

.highlight-block {
  padding: 1rem;
  background-color: #E6F5FC;
  border-radius: 3px;
}

.border-block {
  padding: 1rem;
  border-radius: 3px;
  border: 1px solid #E6E6E6;
}

.article__price {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 800;
}

.article__price .old-price {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  color: #5C5D6B;
  text-decoration: line-through;
}

.nav-tabs {
  margin-bottom: 1rem;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 600;
  border-width: 0;
  flex-wrap: nowrap;
}

.nav-tabs .nav-item {
  margin-right: -2px;
  flex-grow: 1;
}

@media (max-width: 768px) {
  .nav-tabs .nav-item:first-child .nav-link {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
  }

  .nav-tabs .nav-item:last-child .nav-link {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
  }
}

.nav-tabs.nav-tabs--compact .nav-item {
  flex-grow: unset;
}

.nav-tabs.nav-tabs--compact .nav-link svg {
  margin-right: 0.5rem;
}

@media (max-width: 768px) {
  .nav-tabs.nav-tabs--compact {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-bottom: 0;
    z-index: 999;
    background-color: #E6F5FC;
  }

  .nav-tabs.nav-tabs--compact .nav-item {
    width: auto;
    flex: 1;
  }

  .nav-tabs.nav-tabs--compact .nav-link {
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: column;
    font-weight: 400;
    font-size: 15px;
    font-size: 0.9375rem;
    border-width: 0;
    background-color: transparent;
  }

  .nav-tabs.nav-tabs--compact .nav-link.active {
    background-color: transparent;
    color: #009FE3;
  }

  .nav-tabs.nav-tabs--compact .nav-link svg {
    display: block;
    margin-right: 0;
    margin-bottom: 0.25rem;
  }
}

.nav-tabs .nav-link {
  padding: 0.875rem 1rem;
  color: #333346;
  background-color: #F2F2F2;
  border: 1px solid #ccc;
  transition: color 0.3s ease-in-out;
}

.nav-tabs .nav-link:hover {
  color: #009FE3;
  border-color: #CCCCCC;
}

.nav-tabs .nav-link.active {
  border-bottom-width: 0;
  border-top-width: 0;
  box-shadow: inset 0px 3px 0px #009FE3, inset -1px 0px 0px #CCCCCC, inset 1px 1px 0px #CCCCCC;
}

@media (max-width: 768px) {
  .nav-tabs .nav-link.active {
    background-color: #009FE3;
    color: #ffffff;
    box-shadow: none;
    border-color: #009FE3;
    border-top-width: 1px;
    border-bottom-width: 1px;
  }
}

@media (max-width: 768px) {
  .nav-tabs .nav-link {
    padding: 0.5rem 1rem;
    border-radius: 0;
    line-height: 1.1;
  }
}

@media (max-width: 768px) {
  .nav-tabs {
    padding: 0;
    background-color: #ffffff;
  }
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.tab-body {
  display: none;
}

.tab-body.active {
  display: block;
}

.special-radio {
  position: relative;
  height: 100%;
  font-size: 15px;
  font-size: 0.9375rem;
}

.special-radio>a:hover {
  text-decoration: none;
}

.special-radio.h-auto {
  height: auto !important;
}

.special-radio input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
}

.special-radio label {
  display: block;
  height: 100%;
  margin: 0;
  padding: 1rem;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
  box-sizing: border-box;
  cursor: pointer;
}

.special-radio label .price {
  color: #F4842A;
  font-weight: 800;
}

.special-radio label .price .old-price {
  font-weight: 700;
  text-decoration: line-through;
  color: #858590;
}

.special-radio label.disabled {
  opacity: 0.5;
  cursor: auto;
}

.special-radio label:not(.disabled):hover {
  background-color: #ffffff;
}

.special-radio.special-radio--active label,
.special-radio input:checked~label {
  box-shadow: inset 0px 0px 1px 1px #009FE3, 2px 2px 4px -1px rgba(0, 159, 227, 0.2), -3px -3px 4px -2px rgba(0, 159, 227, 0.4);
  border-color: #009FE3;
  border-width: 1px;
}

.special-radio .special__tag {
  position: absolute;
  top: -0;
  right: 0.5rem;
  transform: translateY(-50%);
  padding: 0.25rem 0.5rem;
  background-color: #009FE3;
  color: #ffffff;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 700;
  border-radius: 32px;
  letter-spacing: 0.03em;
}

.special-radio.disabled {
  opacity: 0.4;
}

.special-radio.special-radio--alt {
  width: 100%;
  height: 56px;
}

.special-radio.special-radio--alt label {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-weight: 600;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 14px;
  font-size: 0.875rem;
}

.special-radio.special-radio--alt label svg {
  margin-right: 0.5rem;
}

.special-radio.special-radio--alt label img {
  max-height: 22px;
}

.special-radio.special-radio--alt input:checked~label {
  box-shadow: inset 0px 0px 1px 1px #009FE3, 2px 2px 4px -1px rgba(0, 159, 227, 0.2), -3px -3px 4px -2px rgba(0, 159, 227, 0.4);
  border-color: #009FE3;
  border-width: 1px;
  background-color: #ffffff;
}

.special-radio--img {
  color: #333346;
}

.special-radio--img label {
  display: flex;
  align-items: center;
  color: #333346;
}

.special-radio--img label img {
  margin-right: 0.5rem;
}

.special-radio--img .special-radio-text {
  line-height: 1;
}

.overlay-select {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  border: 1px solid #009FE3;
  font-size: 15px;
  font-size: 0.9375rem;
  display: flex;
  z-index: 9;
  border-radius: 3px;
  max-height: 334px;
  overflow: auto;
  width: 100%;
}

.overlay-select .overlay-select__values {
  display: flex;
  flex-direction: column;
  padding: 0.5rem 0;
  width: 50%;
}

.overlay-select .overlay-select__values span {
  display: flex;
  width: 100%;
  padding: 0.25rem 1rem;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.overlay-select .overlay-select__values span:hover {
  color: #009FE3;
  background-color: #F2F2F2;
}

@media (max-width: 768px) {
  .overlay-select .overlay-select__values span {
    margin-bottom: 1.5rem;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.overlay-select .overlay-select__values.overlay-select--negative {
  border-right: 1px solid #ccc;
}

.select-overlay-group {
  position: relative;
}

.js-select select {
  position: relative;
  z-index: -1;
}

.alert {
  padding: 0.75rem 1rem;
  font-size: 14px;
  font-size: 0.875rem;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.alert.alert--error {
  background-color: #FCE6E6;
}

.alert.alert--error svg {
  color: #DC7726;
}

.dropzone {
  position: relative;
  padding: 1rem;
  background-color: #F2F2F2;
}

.dropzone input {
  height: 132px;
  opacity: 0;
}

.dropzone label {
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: calc(100% - 2rem);
  height: calc(100% - 2rem);
  border: 1px dashed #009FE3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.dropzone label .label-ico {
  font-size: 32px;
  font-size: 2rem;
  color: #009FE3;
}

.dropzone label:hover {
  background-color: #ffffff;
}

.block-grey {
  padding: 1rem;
  background-color: #F2F2F2;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.block-plain {
  padding: 1.5rem 1rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom: 0;
}

.select-grid {
  display: flex;
  flex-wrap: wrap;
  padding: 0 10px;
  margin: 0 -10px;
}

.select-grid.select-grid--left .select-grid__item:first-child {
  padding-top: 1rem;
  border-top: 2px solid #CCCCCC;
}

.select-grid .select-grid__item {
  padding: 0 5px;
  flex: 1 0 20%;
}

.select-grid .select-grid__item:first-child {
  display: flex;
  margin-bottom: 0.5rem;
  align-self: flex-end;
  text-align: left;
  flex: 0 1 100%;
}

@media (max-width: 768px) {
  .select-grid .select-grid__item:first-child {
    flex: 0 1 100%;
  }
}

.select-grid .select-grid__item div {
  margin-bottom: 0.5rem;
}

.select-grid .select-grid__item .select2-container--default {
  width: 100% !important;
}

@media (max-width: 768px) {
  .select-grid .select-grid__item {
    margin-bottom: 0.5rem;
    flex: 1 0 50%;
  }
}

.select-grid.select-grid--left .select-grid__label {
  display: none;
}

@media (max-width: 768px) {
  .select-grid {
    flex-wrap: wrap;
  }
}

.cart__item {
  position: relative;
  padding: 1rem 0;
  box-shadow: inset 0px -1px 0px #CCCCCC;
}

.cart__item:first-child {
  box-shadow: inset 0px 1px 0px #CCCCCC, inset 0px -1px 0px #CCCCCC;
}

.cart__item-remove {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-weight: 800;
  color: #F4842A;
}

.cart__title {
  margin-bottom: 0;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
}

.cart__quantity {
  font-size: 15px;
  font-size: 0.9375rem;
}

.cart__param {
  font-size: 14px;
  font-size: 0.875rem;
  color: #858590;
}

.cart__price {
  text-align: right;
  font-weight: 800;
}

.cart__price.cart__price--discount {
  color: #F4842A;
}

.cart__price .old-price {
  display: block;
  text-decoration: line-through;
  font-weight: 600;
  color: #5C5D6B;
}

.cart__param-extended {
  display: none;
}

.cart__param-extended a {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 14px;
  font-size: 0.875rem;
  background-color: #ffffff;
  color: #009FE3 !important;
}

.cart__param-toggle {
  color: #4C4C4C;
}

.cart__param-toggle svg {
  color: #858590;
}

.cart__param-toggle:hover {
  color: #4C4C4C;
}

.cart__param-toggle.active svg {
  transform: rotate(180deg);
}

.cart-steps {
  display: flex;
  margin: 0 0 1.5rem;
  padding: 0;
  list-style: none;
  font-size: 14px;
  font-size: 0.875rem;
}

.cart-steps li {
  margin-right: 1rem;
}

.cart-steps li svg {
  margin-right: 1rem;
}

.cart-steps li svg path {
  fill: #858590;
}

.cart-steps .steps__nr {
  background-color: #009FE3;
  color: #ffffff;
  border-radius: 50%;
  display: inline-flex;
  width: 19px;
  height: 17px;
  margin-right: 0.5rem;
  align-items: center;
  justify-content: center;
}

.cart-steps .steps--inactive .steps__nr {
  background-color: #CCCCCC;
}

@media (max-width: 768px) {
  .cart-steps .steps--inactive .steps__text {
    display: none;
  }
}

.select2-container--default {
  outline: none;
  font-family: 'Proxima Nova', sans-serif;
  font-weight: 600;
  font-size: 15px;
  font-size: 0.9375rem;
}

.select2-container--default .selection {
  outline: none;
}

.select2-container--default .select2-selection--single {
  border-radius: 3px;
  border: 1px solid #CCCCCC;
  height: 48px;
  display: flex;
  align-items: center;
}

.select2-container--default .select2-selection--single .select2-selection__rendered span {
  display: flex;
  align-items: center;
}

.select2-container--default .select2-selection--single .select2-selection__rendered span img {
  margin-right: 0.5rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%);
}

.table {
  font-size: 14px;
  font-size: 0.875rem;
}

.table thead tr {
  background-color: #5C5D6B;
}

.table thead tr th {
  color: #ffffff;
  font-weight: 700;
  border-width: 0;
}

.table.table-striped tbody tr:nth-of-type(odd) {
  background-color: #F8F8F8;
}

.table tbody tr:hover {
  background-color: #E6F5FC !important;
}

.table tbody td {
  vertical-align: middle;
  font-weight: 400;
}

.table.table-delivery td {
  white-space: nowrap !important;
}

.table.table-delivery tfoot th {
  padding: 0.5rem 0.625rem 0;
}

.table.table-delivery tfoot select.form-control--sm {
  height: 32px;
}

.table.dataTable tfoot th {
  border-width: 0;
}

.dataTables_filter {
  display: flex;
  width: 100%;
  float: none;
}

.dataTables_filter input,
.dataTables_filter select {
  width: 270px !important;
  height: 38px !important;
  margin-right: 1rem !important;
  border: 1px solid #CCCCCC !important;
  border-radius: 3px !important;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400 !important;
}

.dataTables_filter input:focus,
.dataTables_filter select:focus {
  outline: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  width: 24px;
  min-width: 1.5rem;
  height: 1.5rem;
  margin: 0 0.125rem;
  padding: 0;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  min-width: unset;
  min-height: unset;
  border: 1px solid #CCCCCC;
  font-size: 12px;
  font-size: 0.75rem;
  border-radius: 3px;
  background-color: #ffffff;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous,
.dataTables_wrapper .dataTables_paginate .paginate_button.next {
  width: auto;
  border-width: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.next:hover {
  border-width: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: #009FE3;
  color: #ffffff !important;
  border-color: #008FCC;
}

.hero__small .hero__small-url {
  position: relative;
  display: flex;
}

.hero__small .hero__body {
  position: absolute;
  top: 0;
  left: 8px;
  width: calc(100% - 16px);
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 0;
}

@media (max-width: 768px) {
  .hero__small .hero__body {
    display: none;
  }
}

.hero__small .hero__title {
  font-size: 32px;
  font-size: 2rem;
  color: #ffffff;
  text-align: center;
}

.hero__small .hero__btn {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.carousel--hero {
  margin-top: -2.375rem;
}

.carousel--hero.carousel--hero-compact {
  margin-top: 0;
}

@media (max-width: 768px) {
  .carousel--hero {
    margin-top: -12px;
  }
}

.carousel--hero-compact .carousel-inner .carousel-item .hero {
  margin-top: 0;
}

.carousel--hero-compact .carousel-inner .carousel-item .hero .container {
  display: none !important;
}

@media (min-width: 768px) {
  .carousel--hero-compact .carousel-inner .carousel-item .hero {
    min-height: unset !important;
  }
}

.carousel--hero-compact .carousel-indicators {
  width: auto;
  left: 50%;
  right: unset;
  bottom: 0;
  transform: translateX(-50%);
  padding: 4px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  z-index: 8;
}

.carousel--hero-compact .carousel-indicators li {
  width: 24px !important;
  border-radius: 8px;
  margin: 0 4px;
}

.carousel-indicators.carousel-indicators--compact li {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid #009FE3;
}

.js-hero-small {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

@media (max-width: 990px) {
  .modal-body .index__item {
    flex: 1 100% !important;
    max-width: 100% !important;
  }
}

.carousel-control {
  top: unset;
  bottom: 1rem;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  opacity: 1;
  border: 4px solid rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease-in-out;
  display: none;
}

.carousel-control span {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #009FE3;
  transition: all 0.3s ease-in-out;
}

.carousel-control span:hover {
  background-color: #858590;
}

.carousel-control.carousel-control-next {
  right: 0.5rem;
}

.carousel-control.carousel-control-prev {
  left: 0.5rem;
}

.carousel-control:hover {
  opacity: 1;
  border-color: transparent;
}

.carousel--hero-compact:hover .carousel-control {
  display: block;
}

/*
.carousel-control-prev,
.carousel-control-next {
  color:$color-brand;
  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    background-image:none;
    @include font-size(32px);
    transition:all 0.3s ease-in-out;
    :hover & {
      color:$color-brand;
    }
  }
}*/
.carousel {
  scroll-snap-type: x mandatory;
}

.carousel-item {
  justify-content: center;
  scroll-snap-align: start;
}

.carousel-item.active {
  display: flex;
}

.carousel-indicators {
  position: relative;
}

.carousel--hero .carousel-indicators {
  bottom: 1rem;
  margin: 0;
  position: absolute;
  z-index: 999;
}

@media (max-width: 768px) {
  .carousel--hero .carousel-indicators {
    bottom: unset;
    top: 1rem;
  }
}

.carousel-indicators li {
  height: unset;
  background-color: #CCCCCC;
  text-indent: unset;
  width: 124px;
  background-color: unset;
  border-top: solid 8px transparent;
  transition: all 0.3s ease-in-out;
  text-align: center;
}

.carousel-indicators li:after,
.carousel-indicators li:before {
  display: none;
}

.carousel-indicators li:hover {
  border-color: #009FE3;
  cursor: pointer;
}

.carousel-indicators li.active {
  background-color: #009FE3 !important;
  border-color: #009FE3;
}

.carousel--hero .carousel-indicators li {
  width: 54px;
  height: 8px;
  background-color: #ffffff;
}

.carousel--article .carousel-indicators li {
  width: 65px;
  height: 42px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 4px;
}

.carousel--article .carousel-indicators li.active {
  border-color: #009FE3;
  background-color: transparent !important;
}

@media (max-width: 768px) {
  .carousel--article .carousel-indicators li {
    width: 8px;
    height: 8px;
    margin: 0 2px;
    border-radius: 50%;
  }

  .carousel--article .carousel-indicators li.active {
    background-color: #009FE3 !important;
  }

  .carousel--article .carousel-indicators li img {
    display: none;
  }
}

.carousel-inner .item {
  text-align: center;
}

.carousel-inner .item img {
  max-height: 294px;
}

input[type='text']:focus,
input[type='number']:focus,
textarea:focus {
  font-size: 16px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {

  select:focus,
  textarea:focus,
  input:focus {
    font-size: 16px;
  }
}

.modal.modal--lng .modal-content {
  background-color: #E6F5FC;
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.modal.modal--lng .modal-content .modal-body {
  padding: 1.5rem;
}

.modal.modal--lng .modal-content h2 {
  margin-bottom: 1rem;
  font-size: 24px;
  font-size: 1.5rem;
}

.modal.modal--lng .modal-content label {
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 600;
}

.modal--basket .modal-header,
.modal--basket .modal-footer {
  padding: 1.5rem;
  background-color: #E6F5FC;
}

@media (max-width: 768px) {

  .modal--basket .modal-header,
  .modal--basket .modal-footer {
    padding: 1rem;
  }
}

.modal--basket .modal-header .close {
  padding: 5px;
  margin-top: -60px;
  margin-left: -11px;
  margin-right: -10px;
}

.modal--basket .modal-header__price {
  display: flex;
  flex-direction: column;
  text-align: right;
  white-space: nowrap;
}

.modal--basket .modal-body .slick-track {
  display: flex;
  align-items: stretch;
}

.modal--basket .modal-body .slick-slide {
  height: unset;
}

.modal--basket .modal-body .index__item {
  position: relative;
  display: flex;
  flex-direction: column;
  border: 1px solid #E6E6E6;
}

.modal--basket .modal-body .index__title {
  font-size: 16px;
  font-size: 1rem;
}

.modal--basket .modal-body .index__title a {
  color: #333346;
}

.modal--basket .modal-body .index__title a:hover {
  text-decoration: none;
}

@media (max-width: 540px) {
  .modal--basket .modal-footer {
    flex-wrap: wrap;
  }

  .modal--basket .modal-footer .btn {
    width: 100%;
    margin-top: 0.5rem;
  }
}

@media (max-width: 768px) {
  .dataTables_filter {
    flex-direction: column;
    align-items: flex-start;
  }

  .dataTables_filter>* {
    width: 100%;
    margin-bottom: 0.5rem;
  }

  .dataTables_filter input,
  .dataTables_filter select {
    width: 100% !important;
    margin-left: 0 !important;
  }

  .table.table-delivery thead {
    display: none;
  }

  .table.table-delivery tr,
  .table.table-delivery th,
  .table.table-delivery td {
    display: block !important;
  }

  .table.table-delivery tr {
    padding-bottom: 1rem;
    padding-top: 1rem;
    background-color: #ffffff !important;
  }

  .table.table-delivery th,
  .table.table-delivery td {
    padding: 0 0.25rem !important;
    white-space: normal !important;
  }

  .table.table-delivery .btn {
    margin-top: 0.75rem;
  }

  .table.table-delivery tbody tr {
    border-bottom: 1px solid #CCCCCC;
  }
}

.sticky {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #E6F5FC;
}

.sticky p {
  display: flex;
  margin-bottom: 0.5rem;
}

.sticky p:last-child {
  margin-bottom: 0;
}

.sticky strong,
.sticky .ico {
  margin: 0 0.25rem;
}

.sticky .ico {
  margin-right: 0;
}

.block-title__form .select2-container--default .select2-selection--single {
  border-color: transparent;
  font-size: 13px;
}

.block-title__form .select2-container--open {
  border: 1px solid #ccc;
}

.shopping-cart-count {
  display: flex !important;
  align-self: center;
  justify-content: center;
  margin-left: 0.25rem;
  min-width: 16px;
  line-height: 16px;
  background-color: #F4842A;
  border-radius: 8px;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
}

.aside-nav {
  margin: 0;
  padding: 1rem;
  list-style: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.aside-nav .aside-nav__title {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
}

.aside-nav .aside-nav__title:first-of-type {
  margin-top: 0;
}

.aside-nav .aside-nav__item {
  margin-bottom: 0.5rem;
}

.aside-nav .aside-nav__item a {
  color: #333346;
}

.aside-nav .aside-nav__item a:hover {
  color: #009FE3;
  text-decoration: none;
}

.aside-nav .aside-nav__item.aside-nav__item--active a {
  color: #009FE3;
}

.pill {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  border-radius: 30px;
  background-color: #ffffff;
  color: #B3BF00;
  font-size: 11px;
  font-size: 0.6875rem;
  text-transform: uppercase;
  font-weight: 700;
  border: 1px solid #B3BF00;
  letter-spacing: 0.05rem;
}

.pill.pill--pending {
  color: #F4842A;
  border-color: #F4842A;
}

.pill.pill--finished {
  color: #ffffff;
  background-color: #B3BF00;
}

.pill.pill--primary {
  background-color: #5C5D6B;
  color: #ffffff;
  border-color: #5C5D6B;
}

.pill.pill--active {
  background-color: #B3BF00;
  color: #ffffff;
  border-color: #B3BF00;
}

.pill.pill--inactive {
  background-color: #ffffff;
  color: #858590;
  border-color: #858590;
}

.address__item {
  height: calc(100% - 1rem);
  margin-bottom: 1rem;
  padding: 1rem;
  border: 1px solid #cccccc;
}

.address__name {
  font-size: 15px;
  font-size: 0.9375rem;
}

.address__body {
  line-height: 1.2;
}

.address__options {
  font-size: 14px;
  font-size: 0.875rem;
  align-items: center;
}

.index__options {
  display: flex;
}

.index__options .index__sorting {
  flex: 1;
}

@media (max-width: 768px) {
  .index__options .index__sorting {
    margin: 0;
    border-right: 1px solid #E6E6E6;
  }

  .index__options .index__sorting>div {
    display: none;
  }

  .index__options .index__sorting select {
    border-width: 0;
  }

  .index__options .index__sorting select:focus {
    outline: none;
    box-shadow: none;
  }
}

@media (max-width: 768px) {
  .index__options {
    margin-left: -10px;
    margin-right: -10px;
    box-shadow: inset 0px -1px 0px #E6E6E6, inset 0px 1px 0px #E6E6E6;
  }
}

.filter-list--toggle {
  display: none;
  width: 50%;
  padding: 1rem 0.625rem;
  justify-content: center;
}

.filter-list--toggle a {
  text-transform: uppercase;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #333346;
  font-weight: 600;
}

@media (max-width: 768px) {
  .filter-list--toggle {
    display: flex;
  }
}

.filter__submit-mob {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.5rem 0;
  background-color: #ffffff;
  z-index: 999;
  text-align: center;
  border-top: 1px solid #E6E6E6;
}

@media (max-width: 768px) {
  .filter__submit-mob {
    display: block;
  }
}

@media (max-width: 768px) {
  .filter-list {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1rem;
    padding-top: 2.625rem;
    padding-bottom: 3.25rem;
    overflow: auto;
    z-index: 999;
    background-color: #ffffff;
  }

  .filter-list.active {
    display: block;
  }
}

.filter-header-mob {
  display: none;
  padding: 1rem 0.75rem;
}

.filter-header-mob h3 {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #333346;
}

@media (max-width: 768px) {
  .filter-header-mob {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    display: flex;
    border-bottom: 1px solid #E6E6E6;
    align-items: center;
    z-index: 9999;
  }
}

.profile-list--cart {
  position: relative;
}

.popup-cart {
  position: absolute;
  top: 90%;
  right: 0;
  padding: 0.5rem 1rem;
  background-color: #ffffff;
  box-shadow: 2px 2px 1px 1px rgba(0, 0, 0, 0.1);
  display: none;
}

@media (min-width: 768px) {
  .profile-list--cart:hover .popup-cart {
    display: block;
  }
}

.popup-cart__item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #E6E6E6;
}

.popup-cart__item:last-child {
  border-bottom-width: 0;
}

.popup-cart__media {
  max-width: 126px;
  max-height: 48px;
}

.popup-cart__title {
  margin: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: none;
}

.popup-cart__title a {
  color: #333346;
}

.popup-cart__price {
  padding-right: 1rem;
  white-space: nowrap;
  font-size: 16px;
  font-size: 1rem;
  margin-left: auto;
}

.popup-cart__remove {
  display: flex;
  color: #E30000;
}

.popup-cart__total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
}

.popup-cart__total .popup-cart__total-price {
  font-size: 14px;
  font-size: 0.875rem;
}

.popup-cart__total .btn {
  font-size: 12px;
  font-size: 0.75rem;
  padding: 0.25rem 0.375rem;
  font-weight: 400;
}

@keyframes notification {
  0% {
    top: -100%;
  }

  20% {
    top: 0.3%;
  }

  20.2% {
    top: 0%;
  }

  70% {
    top: 0%;
  }

  70.5% {
    top: 0.3%;
  }

  100% {
    top: -100%;
  }
}

.notification {
  position: fixed;
  top: -100%;
  right: 0;
  padding: 0.5rem;
  background-color: #009FE3;
  color: #ffffff;
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: right;
  z-index: 9999;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  font-weight: 300;
}

.notification.show {
  animation-name: notification;
  animation-duration: 6s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
}

@media (max-width: 768px) {
  .display-on-mobile {
    display: block;
  }

  .display-on-desktop {
    display: none;
  }
}

@media (min-width: 768px) {
  .display-on-mobile {
    display: none;
  }

  .display-on-desktop {
    display: block;
  }
}

.overlay--loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

.overlay--loading.action {
  display: flex;
}

.overlay--loading .overlay__block {
  max-width: 320px;
  padding: 1rem;
  background-color: #ffffff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.overlay--loading h4 {
  display: none;
  margin-top: 1rem;
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
  font-weight: 600;
}

.overlay--loading h4.show {
  display: block;
}

/* Spinnder */
.lds-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #009FE3;
}

.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}

@keyframes lds-spinner {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.pagination {
  justify-content: center;
}

.pagination .page-item .page-link {
  display: flex;
  align-items: center;
  width: 48px;
  height: 48px;
  justify-content: center;
  align-items: center;
  border-color: transparent;
  border-radius: 3px;
  font-size: 1.125rem;
  color: #333346;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}

.pagination .page-item .page-link:hover,
.pagination .page-item .page-link:focus {
  background-color: #E6F5FC;
  color: #009FE3;
  box-shadow: unset;
}

.pagination .page-item .page-dots {
  display: flex;
  align-items: center;
  width: 48px;
  height: 48px;
  justify-content: center;
  align-items: center;
  border-color: transparent;
  border-radius: 3px;
  font-size: 1.125rem;
  color: #333346;
  font-weight: 600;
}

.pagination .page-item.active .page-link {
  background-color: #009FE3;
  color: #ffffff;
}

.pagination .page-item.page-item-prev .page-link,
.pagination .page-item.page-item-next .page-link {
  width: auto;
}

.pagination .page-item.page-item-prev svg {
  margin-right: 0.5rem;
}

.pagination .page-item.page-item-next svg {
  margin-left: 0.5rem;
}

@media (max-width: 768px) {
  .pagination .page-item {
    display: none;
  }

  .pagination .page-item.active {
    display: flex;
  }

  .pagination .page-item-prev,
  .pagination .page-item-next {
    display: flex;
  }

  .pagination .page-item-prev span,
  .pagination .page-item-next span {
    display: none;
  }
}

/* Reviews */
.article__reviews-title em {
  color: #858590;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  vertical-align: top;
}

.article__reviews-description {
  margin-bottom: 1.5rem;
}

.article__reviews-item-header {
  display: flex;
  align-items: center;
}

.article__reviews-item-header>div {
  margin-right: 0.5rem;
}

.article__reviews-item-header .user-media {
  color: #009FE3;
}

.article__reviews-item-header .user-media span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #E6F5FC;
}

.article__reviews-item-header .user-review-date {
  color: #858590;
  font-size: 15px;
  font-size: 0.9375rem;
}

.article__reviews-item-header .user-review-date:before {
  content: '';
  width: 4px;
  height: 4px;
  display: inline-flex;
  align-self: center;
  background-color: #009FE3;
  border-radius: 50%;
  margin-right: 0.5rem;
}

.profile-reviews h2 {
  margin-top: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #cccccc;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 400;
}

.profile-reviews__item {
  padding: 1rem 0;
  border-bottom: 1px solid #cccccc;
}

.profile-reviews__item h3 {
  margin-bottom: 0.25rem;
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
}

.profile-reviews__item-media {
  text-align: center;
}

.profile-reviews__item-media img {
  max-height: 114px;
}

.profile-reviews__item-body .review-score-cancel {
  font-size: 14px;
  font-size: 0.875rem;
  text-decoration: underline;
}

.profile-reviews__item-body .review-score-cancel:hover {
  text-decoration: none;
  color: #008FCC;
}

.profile-reviews__item-input textarea {
  height: 5.5rem;
}

.profile-reviews__item-input textarea::placeholder {
  font-weight: 400;
}

.nav__info {
  display: none;
  text-transform: none;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  padding: 0.9375rem;
  margin-left: -15px;
  margin-right: -15px;
  width: calc(100% + 30px);
  background-color: #F2F2F2;
}

.nav__info a {
  color: inherit;
}

@media (max-width: 768px) {
  .nav__info {
    display: block;
  }
}

.profile__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.875rem;
  padding: 1rem;
  border: 2px solid #CCCCCC;
  background-color: #ffffff;
  color: #333346;
  transition: all 0.3s ease-in-out;
  font-size: 14px;
  font-size: 0.875rem;
}

.profile__item .profile__item-title {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
}

.profile__item p {
  margin: 0;
  text-align: center;
}

.profile__item:hover {
  text-decoration: none;
  color: #333346;
  border-color: #008FCC;
}

.form__block {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  width: 100%;
  padding: 2rem calc(8.333333% + 30px);
  border: 1px solid #008FCC;
  background-color: #ffffff;
  border-radius: 3px;
}

.form__block--alternative {
  background-color: #E6F5FC;
}

@media (max-width: 768px) {
  .form__block--alternative {
    background-color: transparent;
  }
}

@media (max-width: 768px) {
  .form__block {
    padding: 0;
    border-width: 0;
  }
}

.profile--tabs {
  display: none;
}

@media (max-width: 768px) {
  .profile--tabs {
    display: flex;
  }

  .profile--tabs .nav-item {
    width: unset;
    flex-grow: unset;
  }

  .profile--tabs .nav-item .nav-link {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }

  .profile--tabs .nav-item .nav-link.active {
    background-color: #ffffff;
    border-top: 1px solid #009FE3;
    border-width: 3px 0 0 0;
    color: #333346;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    margin-top: -1px;
  }
}

.profile--tabs-body {
  display: flex;
}

@media (max-width: 768px) {
  .profile--tabs-body {
    display: none !important;
  }

  .profile--tabs-body.active {
    display: flex !important;
  }
}

.form-group.required label:after {
  content: '*';
  margin-left: 0.25rem;
  color: #E30000;
  font-weight: 700;
}

.banner-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  margin-bottom: 1.5rem;
  padding: 1rem 0;
  background-color: #F2F2F2;
  border-radius: 3px;
}

.banner-row>div {
  padding: 0 1rem;
}

.banner-row .btn--sm {
  height: 35px;
  line-height: 35px;
}

.banner-row .banner-row__url-mobile {
  display: none;
}

@media (max-width: 768px) {
  .banner-row {
    margin-left: -10px;
    margin-right: -10px;
    flex-wrap: wrap;
  }

  .banner-row .hidden-mobile {
    display: none;
  }

  .banner-row .banner-row__item {
    text-align: center;
  }

  .banner-row .banner-row__counter {
    order: 2;
    margin: 1rem 0;
  }

  .banner-row .banner-row__body {
    order: 1;
    width: 100%;
  }

  .banner-row .banner-row__url {
    order: 3;
    width: 100%;
  }

  .banner-row .banner-row__url-mobile {
    display: flex;
    order: 4;
    width: 100%;
    margin-top: 1rem;
    justify-content: center;
    flex-direction: column;
  }

  .banner-row .banner-row__url-mobile a {
    text-decoration: underline;
  }

  .banner-row .banner-row__url-mobile a:hover {
    text-decoration: none;
  }

  .banner-row .banner-row__url-mobile .banner-row__body {
    display: none;
  }
}

.rotor-group-heading {
  display: none;
}

.flipdown {
  width: auto;
  height: auto;
  display: flex;
}

.flipdown .rotor-group {
  display: flex;
}

.review-score {
  direction: rtl;
}

.review-score input {
  position: absolute;
  z-index: -1;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.review-score label {
  position: relative;
}

.review-score label .color--secondary {
  position: absolute;
  top: 3px;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.review-score label:hover,
.review-score label:hover~label,
.review-score input:focus~label,
.review-score input:checked~label {
  cursor: pointer;
}

.review-score label:hover .color--secondary,
.review-score label:hover~label .color--secondary,
.review-score input:focus~label .color--secondary,
.review-score input:checked~label .color--secondary {
  opacity: 1;
}

.review-score label:hover svg path,
.review-score label:hover~label svg path,
.review-score input:focus~label svg path,
.review-score input:checked~label svg path {
  fill: #F4842A;
}

@media (max-width: 768px) {
  .js-slick {
    margin-right: -15px;
  }
}

.js-slick .index__item {
  min-width: 100px;
  border-width: 0;
}

.slick-list {
  padding: 0 15% 1px 0 !important;
}

.slick-dots {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}

.slick-dots li {
  margin: 0 0.25rem;
}

.slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #009FE3;
  text-indent: -999px;
  overflow: hidden;
}

.slick-dots li.slick-active button {
  background-color: #009FE3;
}

.gift-block {
  display: flex;
  padding: 1rem;
  border: solid 2px #B3BF00;
  border-radius: 3px;
  align-items: center;
}

@media (max-width: 500px) {
  .gift-block {
    flex-wrap: wrap;
  }

  .gift-block>div {
    padding-top: 1rem;
  }
}

.gift-block__body {
  padding: 0 1rem;
  font-weight: 600;
}

.gift-block__tag {
  position: relative;
}

.vto-switch {
  position: relative;
  bottom: -4rem;
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 600;
  z-index: 1;
}

.vto-switch .vto-switch__item {
  position: relative;
  border: 1px solid #009FE3;
  border-radius: 3px;
}

.vto-switch .vto-switch__item.active .vto-switch__link {
  background-color: #009FE3;
  color: #ffffff;
}

.vto-switch .vto-switch__item.active .vto-switch__link:hover {
  color: #ffffff;
}

.vto-switch .vto-switch__item.active .vto-switch__link svg path {
  fill: #ffffff;
}

.vto-switch .vto-switch__item:first-child {
  border-right-width: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.vto-switch .vto-switch__item:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.vto-switch .vto-switch__item .vto-switch__link {
  display: flex;
  padding: 8px 16px;
  align-items: center;
}

.vto-switch .vto-switch__item .vto-switch__link:hover {
  text-decoration: none;
  color: #009FE3;
}

.vto-switch .vto-switch__item .vto-switch__link svg {
  margin-left: 8px;
  font-size: 18px;
}

.media-container {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  margin-bottom: 1.5rem;
  border: 1px solid #E6E6E6;
}

.media-container .carousel {
  opacity: 0;
  grid-column-start: 1;
  grid-row-start: 1;
  background-color: #ffffff;
}

@media (max-width: 768px) {
  .media-container .carousel {
    opacity: 1;
    display: none;
  }
}

.media-container .carousel.active {
  opacity: 1;
}

@media (max-width: 768px) {
  .media-container .carousel.active {
    display: block;
  }
}

.vto-setup {
  position: relative;
  opacity: 0;
  grid-column-start: 1;
  grid-row-start: 1;
  padding: 86px 32px 24px;
  background-color: #ffffff;
}

.vto-setup.active {
  opacity: 1;
}

@media (max-width: 768px) {
  .vto-setup.active {
    display: block;
  }
}

@media (max-width: 768px) {
  .vto-setup {
    padding-left: 16px;
    padding-right: 16px;
    opacity: 1;
    display: none;
  }
}

.vto-setup-destroy {
  position: absolute;
  top: 12px;
  right: 12px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  display: flex;
  border-radius: 24px;
  padding: 0.25rem 0.5rem;
  font-size: 12px;
  font-size: 0.75rem;
  align-items: center;
  text-decoration: underline;
  z-index: 1;
}

.vto-setup-destroy svg {
  margin-left: 0.5rem;
}

.vto-setup-destroy:hover {
  color: #ffffff;
  text-decoration: none;
}

.vto-setup__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 468px) {
  .vto-setup__item {
    flex-direction: row;
    margin-bottom: 24px;
  }

  .vto-setup__item img {
    max-width: 80px;
  }
}

.vto-setup__body {
  text-align: center;
}

@media (max-width: 468px) {
  .vto-setup__body {
    margin-left: 1rem;
    text-align: left;
  }

  .vto-setup__body h6 {
    margin-bottom: 0.5rem;
  }
}

.vto-list-ico {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  display: flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  border: 1px solid #009FE3;
  border-radius: 3px;
  display: inline-flex;
}

.vto-list-ico img {
  display: block;
  width: 80%;
  height: auto;
}

.vto-tooltip {
  position: absolute;
  bottom: calc(100% + 16px);
  left: 50%;
  display: block;
  width: 320px;
  transform: translateX(-50%);
  padding: 0.625rem;
  border-radius: 4px;
  background-color: #E6F5FC;
}

.vto-tooltip:after {
  content: '';
  position: absolute;
  bottom: -11px;
  left: 50%;
  margin-left: -6px;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #E6F5FC;
}

.grid {
  display: grid;
  grid-template-columns: 58.333333% 41.666667%;
  grid-gap: 0 20px;
}

@media (max-width: 768px) {
  .grid {
    grid-template-columns: 100%;
  }
}

.grid__media {
  grid-column-start: 1;
  grid-column-end: 1;
  grid-row-start: 1;
  grid-row-end: 1;
}

.grid__aside {
  grid-column-start: 2;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 4;
}

@media (max-width: 768px) {
  .grid__aside {
    grid-column: 1;
    grid-row: 2;
  }
}

.grid__description {
  grid-column-start: 1;
  grid-column-end: 1;
  grid-row-start: 2;
  grid-row-end: 3;
}

@media (max-width: 768px) {
  .grid__description {
    grid-column: 1;
    grid-row: 3;
  }
}

.special-radio__block {
  display: flex;
}

@media (max-width: 465px) {
  .special-radio__block {
    padding-top: 0.75rem;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .special-radio__block::-webkit-scrollbar {
    display: none;
  }
}

.special-radio__block .special-radio {
  display: flex;
  flex-direction: column;
  min-width: 0;
  margin-right: 15px;
  flex: 1 1 0;
  background-color: #F9F7F7;
}

.special-radio__block .special-radio:last-child {
  margin-right: 0;
}

.special-radio__block .special-radio .tag {
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  padding: 2px 8px;
  background-color: #F4842A;
  font-size: 11px;
  font-size: 0.6875rem;
  text-transform: uppercase;
  color: #ffffff;
  border-width: 0;
  font-weight: 600;
}

.special-radio__block .special-radio label {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 1.5rem;
  line-height: 20px;
  letter-spacing: -0.01rem;
}

.special-radio__block .special-radio label.active {
  background-color: #ffffff;
  border-color: #009FE3;
  box-shadow: inset 0 0 0 1px #009fe3;
}

.special-radio__block .special-radio h3 {
  margin: 0.5rem 0;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
}

.special-radio__block .special-radio input {
  position: relative;
  top: unset;
  left: unset;
  opacity: 1;
  z-index: unset;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  border: 2px solid #CCCCCC;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}

.special-radio__block .special-radio input:disabled {
  opacity: 0.5;
  background-color: #CCCCCC;
}

.special-radio__block .special-radio input:checked {
  border: 2px solid #009FE3;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23009FE3'/%3e%3c/svg%3e");
}

.special-radio__block .special-radio input:checked~label {
  background-color: #ffffff;
}

@media (max-width: 465px) {
  .special-radio__block .special-radio {
    min-width: 65%;
  }
}

.js-lenses-distance {
  display: none;
}

.js-lenses-distance.active {
  display: block;
}

.sticky-price {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #5C5D6B;
  color: #ffffff;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  justify-content: space-between;
  padding: 1.25rem 1rem;
  z-index: 99;
  transition: transform 1s ease-in-out, background-color 0.5s ease-in-out;
}

@media (max-width: 465px) {
  .sticky-price {
    display: flex;
    transform: translateY(0);
  }

  .sticky-price.hide {
    transform: translateY(100%);
    background-color: #E6F5FC;
  }
}

/*# sourceMappingURL=main.css.map */
@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/ProximaNova-Black.2348cb1932e1.woff2") format("woff2"), url("../fonts/ProximaNova-Black.c57020f09799.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/ProximaNova-Extrabld.4d309408fdb1.woff2") format("woff2"), url("../fonts/ProximaNova-Extrabld.9b3e46305f9b.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/ProximaNova-Bold.26fe14571ecb.woff2") format("woff2"), url("../fonts/ProximaNova-Bold.a0c8b8d0092f.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/ProximaNova-Light.4bd2ae67aac5.woff2") format("woff2"), url("../fonts/ProximaNova-Light.c14925e6c5c3.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/ProximaNova-Semibold.400a8e594edf.woff2") format("woff2"), url("../fonts/ProximaNova-Semibold.d246a1cdc8ab.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/ProximaNova-Regular.f412e7c9026a.woff2") format("woff2"), url("../fonts/ProximaNova-Regular.872fab3ef80c.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/ProximaNovaT-Thin.b6b7b69887b1.woff2") format("woff2"), url("../fonts/ProximaNovaT-Thin.4bfcdbba542f.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

strong {
  font-weight: 600;
}

strong.weight-700 {
  font-weight: 700;
}

strong.weight-800 {
  font-weight: 800;
}

img {
  max-width: 100%;
}

a {
  color: #009FE3;
}

.mt--48 {
  margin-top: 3rem !important;
}

.mb--48 {
  margin-top: 3rem !important;
}

.color--body-40 {
  color: #858590 !important;
}

.color--body-20 {
  color: #5C5D6B !important;
}

.color--body {
  color: #333346 !important;
}

.color--error {
  color: #E30000 !important;
}

.color--brand {
  color: #009FE3 !important;
}

.color--secondary {
  color: #F4842A !important;
}

.text-128 {
  font-size: 128px;
  font-size: 8rem;
}

.text-24 {
  font-size: 24px;
  font-size: 1.5rem;
}

.text-20 {
  font-size: 20px;
  font-size: 1.25rem;
}

.text-15 {
  font-size: 15px;
  font-size: 0.9375rem;
}

.text-14 {
  font-size: 14px;
  font-size: 0.875rem;
}

.text-13 {
  font-size: 13px;
  font-size: 0.8125rem;
}

.text-12 {
  font-size: 12px;
  font-size: 0.75rem;
}

.fweight-400 {
  font-weight: 400 !important;
}

.fweight-700 {
  font-weight: 700 !important;
}

.hidden {
  display: none;
}

.w-auto {
  width: auto !important;
}

body {
  color: #333346;
  font-family: 'Proxima Nova', sans-serif;
  touch-action: pan-x pan-y;
  background-color: #ffffff;
  min-height: -webkit-fill-available;
}

body.body--overlfow {
  overflow: hidden;
}

@media (max-width: 768px) {
  body {
    padding-top: 109px;
  }
}

.hero,
body>.container,
footer {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

.body--fade .hero,
.body--fade>.container,
.body--fade footer {
  opacity: 0.4;
}

@media (max-width: 992px) {
  .container {
    max-width: 100%;
  }
}

@media (max-width: 1170px) {
  .container {
    max-width: 100%;
  }
}

h1 {
  margin-bottom: 1rem;
  font-weight: 400;
  font-size: 32px;
  font-size: 2rem;
}

h2 {
  margin-bottom: 0.25rem;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
}

.article__body h2 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

h3 {
  font-size: 18px;
  font-size: 1.125rem;
}

h3.weight--normal {
  font-weight: normal;
  color: #5C5D6B;
}

.block-title {
  margin-bottom: 1rem;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 600;
}

header {
  position: relative;
  margin-bottom: 2.375rem;
  z-index: 1;
  box-shadow: 0px 1px 3px #CCCCCC;
  z-index: 16;
}

@media (max-width: 768px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
  }
}

.page-cart header {
  padding: 1.5rem 0;
  background-color: #009FE3;
}

.page-cart header .brand svg path {
  fill: #ffffff;
}

.page-cart header .back-to-cart {
  margin-left: 2.625rem;
  color: #ffffff;
  font-weight: 700;
}

.top-nav {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #E6F5FC;
}

.top-nav ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 600;
}

.top-nav ul li {
  margin-right: 2rem;
}

.top-nav ul li:last-child {
  margin-right: 0;
}

.top-nav ul li.delivery-toggle {
  margin-right: 0.5rem;
}

.top-nav ul li.lng-toggle:before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-right: 0.5rem;
  background-color: #009FE3;
  border-radius: 50%;
}

.top-nav ul a {
  color: #333346;
}

@media (max-width: 768px) {
  .top-nav {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
}

.nav {
  transition: all 0.3s ease-in-out;
}

.nav.nav--active {
  background-color: #009FE3;
}

@media (max-width: 768px) {
  .nav {
    padding: 1rem 0;
    background-color: #009FE3;
  }
}

.nav-toggle {
  display: none;
  position: relative;
  width: 3.5rem;
  margin: -15px 12px -15px -15px;
  padding: 0.625rem;
  color: #ffffff;
  font-size: 24px;
  font-size: 1.5rem;
  background: rgba(0, 0, 0, 0.1);
  text-align: center;
}

.nav-toggle:hover {
  color: #ffffff;
}

@media (max-width: 768px) {
  .nav-toggle {
    display: block;
  }
}

.brand {
  display: flex;
}

.brand svg path {
  transition: all 0.3s ease-in-out;
}

.nav--active .brand svg path {
  fill: #ffffff;
}

@media (max-width: 768px) {
  .brand svg {
    width: auto;
    height: 24px;
  }

  .brand svg path {
    fill: #ffffff;
  }
}

@media (max-width: 940px) {
  .brand svg {
    width: 108px;
  }
}

.nav__list {
  display: flex;
  width: 100%;
  margin: 0;
  list-style: none;
  text-transform: uppercase;
  font-weight: 600;
}

@media (max-width: 768px) {
  .nav__list {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0 15px;
    flex-direction: column;
    text-align: left;
    display: flex;
    align-items: flex-start !important;
    overflow: auto;
    margin-left: -100%;
    transition: margin-left 0.4s ease-in-out;
  }

  .nav__list.mobile--active {
    margin-left: 0;
  }
}

@media (max-width: 940px) {
  .nav__list {
    padding-left: 0;
  }
}

@media (max-width: 768px) {
  .nav__list {
    padding-left: 15px;
  }
}

.nav__item {
  position: relative;
  padding-left: 1rem;
  padding-right: 1rem;
}

.nav__item.nav-item--active .nav__link.has_subnav:before {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  background-color: #E6F5FC;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: rotate(45deg) translateX(-50%);
}

@media (max-width: 768px) {
  .nav__item.nav-item--active .nav__link.has_subnav:before {
    display: none;
  }
}

@media (max-width: 768px) {
  .nav__item {
    width: 100%;
    margin-left: 0;
    padding: 1rem 0;
    border-bottom: 1px solid #E6E6E6;
  }
}

@media (max-width: 1170px) {
  .nav__item {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.nav__brand {
  display: none;
  position: relative;
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  background-color: #009FE3;
  align-items: center;
  justify-content: space-between;
}

.nav__brand svg {
  width: auto;
  height: 24px;
}

.nav__brand svg path {
  fill: #ffffff;
}

.nav__brand .nav-close {
  font-size: 24px;
  font-size: 1.5rem;
}

@media (max-width: 768px) {
  .nav__brand {
    display: flex;
  }
}

.nav__search {
  width: 100%;
  padding: 1.125rem 0 1rem;
  display: none;
}

@media (max-width: 768px) {
  .nav__search {
    display: flex;
  }
}

.nav__contacts {
  display: none;
  width: 100%;
  padding: 1.5rem 0;
  align-items: center;
  flex-direction: column;
  line-height: 1.25;
  font-size: 12px;
  font-size: 0.75rem;
}

.nav__contacts .nav__phone {
  margin-bottom: 0.5rem;
  text-align: center;
}

.nav__contacts .nav__phone span {
  display: block;
  font-weight: 400;
}

.nav__contacts .nav__phone a {
  font-size: 16px;
  font-size: 1rem;
}

@media (max-width: 768px) {
  .nav__contacts {
    display: flex;
  }
}

.nav__link {
  position: relative;
  color: #333346;
  transition: all 0.3s ease-in-out;
  display: block;
  padding: 1.5rem 0;
}

.nav-item--active .nav__link,
.nav__link:hover {
  text-decoration: none;
  color: #B3E2F7 !important;
}

@media (max-width: 768px) {

  .nav-item--active .nav__link,
  .nav__link:hover {
    color: #009FE3 !important;
  }
}

.nav__link.nav__link--active {
  color: #009FE3;
}

.nav--active .nav__link.nav__link--active {
  color: #ffffff;
}

.nav--active .nav__link {
  color: #ffffff;
}

@media (max-width: 768px) {
  .nav--active .nav__link {
    color: #333346;
  }
}

@media (max-width: 1170px) {
  .nav__link span {
    display: none;
  }
}

@media (max-width: 768px) {
  .nav__link {
    padding: 0;
  }
}

.profile-list {
  display: flex;
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 600;
  list-style: none;
}

.profile-list li {
  margin-left: 1.5rem;
}

.profile-list a {
  white-space: nowrap;
}

.profile-list a svg {
  font-size: 18px;
  font-size: 1.125rem;
}

@media (max-width: 768px) {
  .profile-list a {
    color: #ffffff;
  }

  .profile-list a svg {
    font-size: 24px;
    font-size: 1.5rem;
  }

  .profile-list a span {
    display: none;
  }
}

.profile-list--profile {
  position: relative;
}

.profile-list--profile:hover .subnav {
  display: block;
  background-color: #ffffff;
  padding-top: 0;
}

.subnav {
  display: none;
  padding-top: 2rem;
  padding-bottom: 0;
  transition: all 0.5s ease-in-out;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  z-index: 999;
}

.subnav.subnav--compact {
  width: auto;
  padding: 0.5rem 0 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #E6F5FC;
}

.subnav.subnav--compact .subnav__item {
  margin: 0;
  padding: 0.5rem 2rem;
  transition: 0.5s;
}

.subnav.subnav--compact .subnav__item:hover {
  background-color: #009FE3;
}

.subnav.subnav--compact .subnav__item:hover .subnav__link {
  color: #ffffff;
  text-decoration: none;
}

@media (max-width: 768px) {
  .subnav {
    position: relative;
    top: unset;
    margin: 0 -10px;
    padding: 0;
    box-shadow: unset;
  }

  .subnav h4 {
    margin-top: 0.75rem;
  }

  .subnav.subnav--compact {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    background-color: #ffffff;
    left: unset;
    transform: unset;
  }
}

.nav-item--active .subnav {
  display: block;
}

.subnav__list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 15px;
  font-size: 0.9375rem;
  text-transform: none;
  font-weight: 400;
}

.subnav__item {
  margin-bottom: 0.5rem;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .subnav__item {
    margin-bottom: 1rem;
  }
}

.subnav__item:last-child {
  margin-bottom: 0;
}

.subnav__link {
  color: #333346;
}

.hero {
  position: relative;
  width: 100%;
  margin-top: -2.375rem;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: cover;
}

@media (max-width: 768px) {
  .hero {
    align-items: flex-end !important;
  }
}

.hero__url {
  display: block;
  width: 100%;
  color: inherit;
}

.hero__url:hover {
  text-decoration: none;
  color: inherit;
}

.hero__block {
  width: 40%;
}

@media (max-width: 768px) {
  .hero__block {
    width: 100%;
    margin-bottom: 0.625rem;
    padding: 1rem;
    text-align: center !important;
    background-color: rgba(255, 255, 255, 0.9);
  }
}

.hero__title {
  margin: 0;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 800;
}

@media (max-width: 768px) {
  .hero__title {
    font-size: 32px;
    font-size: 2rem;
  }
}

.hero--contrast .hero__title {
  color: #ffffff;
  text-shadow: 1px 1px 1px rgba(51, 51, 70, 0.2);
}

.hero__body {
  margin-top: 0.5rem;
  font-size: 25px;
  font-size: 1.5625rem;
}

@media (max-width: 768px) {
  .hero__body {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.hero--contrast .hero__body {
  color: #ffffff;
  text-shadow: 1px 1px 1px rgba(51, 51, 70, 0.2);
}

.hero__btn {
  display: inline-flex;
  margin-top: 1rem;
  padding: 0.8125rem 1.5rem;
  font-size: 14px;
  font-size: 0.875rem;
  border: 1px solid #333346;
  color: #333346;
  text-transform: uppercase;
  border-radius: 3px;
  font-weight: bold;
  align-items: center;
}

.hero__btn svg {
  margin-left: 0.5rem;
}

.hero--contrast .hero__btn {
  color: #ffffff;
  border-color: #ffffff;
}

footer {
  margin-top: 3rem;
  padding-top: 2.625rem;
  padding-bottom: 2.625rem;
  background-color: #333346;
  color: #ffffff;
}

.footer__nav {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #ffffff;
}

@media (max-width: 768px) {
  .footer__nav {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.footer__nav-title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
}

@media (max-width: 768px) {
  .footer__nav-title {
    margin-top: 1.5rem;
  }
}

.footer__nav-item {
  margin-top: 1rem;
}

.footer__nav-item a {
  color: #ffffff;
}

.footer__address {
  margin-top: 1rem;
  font-size: 14px;
  font-size: 0.875rem;
  color: #ffffff;
}

.index {
  display: flex;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.index__item {
  position: relative;
  margin-left: -1px;
  margin-bottom: -1px;
  padding: 1rem;
  border: 1px solid #E6E6E6;
  transition: box-shadow 0.3s ease-in-out;
}

.index-col .index__item {
  width: 100%;
}

.index-col .index__item .index__link img {
  display: block;
  margin: 0 auto;
}

.col-33 .index__item {
  flex: 1 33.3333%;
  max-width: 33.3333%;
}

.col-25 .index__item {
  flex: 1 25%;
  max-width: 25%;
}

.col-20 .index__item {
  flex: 1 20%;
  max-width: 20%;
}

@media (max-width: 990px) {
  .index__item {
    flex: 1 50% !important;
    max-width: 50% !important;
  }
}

@media (max-width: 420px) {
  .index__item {
    flex: 1 100% !important;
    max-width: 100% !important;
  }
}

.index__item:hover {
  box-shadow: inset 0 0 1px 1px #009FE3;
}

.index__media {
  display: block;
  margin: 0 auto;
  height: 180px;
  object-fit: contain;
  object-position: center;
}

.index__link {
  position: relative;
  display: block;
}

.index__link:hover {
  text-decoration: none;
}

.index__title {
  margin: 0;
  font-size: 16px;
  font-size: 1rem;
  color: #333346;
  font-weight: 600;
}

.index__subtitle {
  margin-top: 0.25rem;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #4C4C4C;
}

.index__price {
  display: flex;
  align-items: center;
  margin-top: 0.25rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 800;
  color: #333346;
}

.index__price.index__price--discount {
  color: #DC7726;
}

.price--old {
  margin-left: 0.5rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  color: #5C5D6B;
  text-decoration: line-through;
}

.index__tag {
  position: absolute;
}

.tag-list {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.tag-list .tag {
  margin-bottom: 0.25rem;
}

.tag {
  display: inline-block;
  padding: 0 0.25rem;
  border: 2px solid #DC7726;
  color: #DC7726;
  border-radius: 32px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
}

.tag.tag--info {
  left: unset;
  right: 0;
  padding: 0.125rem 0.5rem;
  background-color: #009FE3;
  color: #ffffff;
  border-width: 0;
  font-size: 11px;
  font-size: 0.6875rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.03rem;
}

.tag.tag--suggest {
  left: unset;
  right: 0;
  padding: 0.125rem 0.5rem;
  background-color: #DC7726;
  color: #ffffff;
  border-width: 0;
  font-size: 11px;
  font-size: 0.6875rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.03rem;
}

.tag.tag--gift {
  align-items: center;
  left: unset;
  right: 0;
  padding: 0.125rem 0.5rem;
  background-color: #B3BF00;
  border-width: 0;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 11px;
  font-size: 0.6875rem;
  letter-spacing: 0.05rem;
  font-weight: 600;
  letter-spacing: 0.03rem;
  line-height: 16px;
  white-space: nowrap;
}

.tag.tag--gift svg {
  margin-left: 0.25rem;
  width: 12px;
  height: auto;
}

.brand__item {
  display: flex;
  margin-bottom: 1rem;
  height: 3.5rem;
  border: 1px solid #E6E6E6;
  border-radius: 3px;
  align-items: center;
  justify-content: center;
}

.breadcrumb {
  margin-bottom: 1rem;
  padding: 0;
  background-color: unset;
}

.breadcrumb ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  align-items: center;
  font-size: 14px;
  font-size: 0.875rem;
}

.breadcrumb ul li {
  margin-left: 1rem;
  color: #858590;
}

.breadcrumb ul li:first-child {
  margin-left: 0;
}

.breadcrumb ul li:first-child a {
  margin-left: 0;
}

.breadcrumb ul li a {
  margin-left: 1rem;
  color: #333346;
}

@media (max-width: 768px) {
  .breadcrumb ul li {
    display: none;
    margin-left: 0.5rem;
  }

  .breadcrumb ul li a {
    margin-left: 0.5rem;
  }

  .breadcrumb ul li:first-child,
  .breadcrumb ul li:last-child,
  .breadcrumb ul li:nth-last-child(2) {
    display: flex;
    align-items: center;
  }

  .breadcrumb ul li:nth-last-child(2):before {
    content: '...';
    margin-right: 0.5rem;
  }
}

.filter-title {
  margin-bottom: 1rem;
  text-transform: uppercase;
  color: #333346;
  font-weight: 600;
  font-size: 14px;
  font-size: 0.875rem;
}

.filter__clear {
  margin-left: auto;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: lowercase;
  font-weight: 400;
  color: #333346;
}

.filter__clear svg {
  margin-right: 0.25rem;
  color: #E30000;
}

.filter-nav {
  margin-bottom: 1.5rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}

.filter-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.filter-nav .filter-nav__item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  color: #333346;
}

.filter-nav .filter-nav__item--active {
  background-color: #333346;
}

.filter-nav .filter-nav__item--active a {
  color: #ffffff;
}

@media (max-width: 768px) {
  .filter-nav {
    display: none;
  }
}

.filter-checklist {
  margin-bottom: 1.5rem;
}

.filter-checklist .custom-control {
  margin-top: 0.5rem;
}

.filter-checklist .custom-control-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: color 0.3s ease-in-out;
}

.filter-checklist .custom-control-label:hover {
  color: #009FE3;
  cursor: pointer;
}

.filter-checklist .custom-control-label em {
  font-style: normal;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #858590;
}

@media (max-width: 768px) {
  .filter-checklist .custom-control {
    margin-bottom: 1rem;
  }
}

.custom-control-label {
  font-size: 14px;
  font-size: 0.875rem;
}

.custom-checkbox .custom-control-label:before {
  top: 2px;
  background-color: #ffffff;
  border: 2px solid #CCCCCC;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
}

.custom-checkbox .custom-control-label:after {
  top: 2px;
  background-size: 60% 60%;
  transition: all 0.3s ease-in-out;
}

.custom-radio .custom-control-label:before {
  top: 2px;
  background-color: #ffffff;
  border: 2px solid #CCCCCC;
  border-radius: 50%;
}

.custom-radio .custom-control-label:after {
  top: 2px;
  background-size: 60% 60%;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
  background-color: #009FE3;
  border-color: #009FE3;
}

.custom-control-input:focus~.custom-control-label::before {
  box-shadow: none;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
  background-color: #ffffff;
  border-color: #009FE3;
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
  top: 7px;
  left: 5px;
  width: 6px;
  height: 6px;
  background-color: #009FE3;
  background-image: none;
  border-radius: 50%;
}

.checkbox-icon {
  display: flex;
}

.checkbox-icon img {
  margin-right: 0.5rem;
}

.form-control {
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #333346;
}

.form-control:focus {
  box-shadow: 2px 2px 2px -1px rgba(0, 159, 227, 0.4), -2px -2px 2px -1px rgba(0, 159, 227, 0.4);
}

.form-control.error {
  color: #E30000;
  border-color: #E30000;
}

.form-control,
select.form-control:not([size]):not([multiple]) {
  height: 48px;
}

.custom-select {
  background: #fff url("../images/ico-arrow-down.c4d443cc25ff.svg") no-repeat right 0.75rem center;
}

.index__sorting {
  display: flex;
  margin-bottom: 1rem;
  margin-top: 1.5rem;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
  font-size: 0.9375rem;
}

.index__sorting select {
  width: 11.25rem;
}

.btn {
  padding: 0.6875rem 1.5rem;
  font-weight: 700;
  text-decoration: none;
}

.btn.btn--primary {
  background-color: #009FE3;
  color: #ffffff;
}

.btn.btn--primary:hover {
  background-color: #008FCC;
}

.btn.btn--bg-secondary {
  background-color: #F4842A;
}

.btn.btn--bg-secondary:hover {
  background-color: #df6a0c;
}

.btn.btn--secondary {
  color: #009FE3;
  border: 1px solid #009FE3;
  background-color: transparent;
}

.btn.btn--secondary:hover {
  color: #008FCC;
  border-color: #008FCC;
}

.btn.btn--tertiary {
  display: flex;
  align-items: center;
  background: transparent;
  border: 1px solid #ccc;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  color: #333346;
}

.btn.btn--tertiary img {
  margin-right: 0.5rem;
}

.btn.btn--tertiary .ico {
  margin-left: auto;
  color: #E30000;
  line-height: 1;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}

.btn.btn--tertiary.btn--tertiary-active {
  background-color: #F2F2F2;
  border-color: #F2F2F2;
}

.btn.btn--tertiary:hover .ico {
  color: #008FCC;
}

.btn.btn--alternative {
  padding: 0.25rem 0.5rem;
  border: solid 1px #333346;
  border-radius: 12px;
  font-size: 11px;
  font-size: 0.6875rem;
  color: #333346;
  text-transform: uppercase;
  line-height: 1;
}

.btn.btn--alternative:hover {
  border-color: #009FE3;
  color: #009FE3;
}

.btn.btn--danger {
  color: #E30000;
  border-color: #E30000;
  background-color: transparent;
}

.btn:disabled {
  background-color: #CCCCCC !important;
}

.btn.btn--sm {
  padding: 0 1rem;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.05rem;
}

.btn:hover {
  text-decoration: none;
}

.slider-values {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}

#slider {
  width: calc(100% - 20px);
}

.noUi-horizontal {
  height: 4px;
  box-shadow: unset;
  border-width: 0;
}

.noUi-horizontal .noUi-handle {
  top: -8px;
  width: 20px;
  height: 20px;
  background: url("../images/slider-handler.3d850c7eb03b.svg") no-repeat center;
  box-shadow: unset;
  border-width: 0;
}

.noUi-horizontal .noUi-handle:focus {
  outline: none;
}

.noUi-horizontal .noUi-handle:before,
.noUi-horizontal .noUi-handle:after {
  display: none;
}

.noUi-connect {
  background-color: #009FE3;
}

.noUi-touch-area:focus {
  outline: none;
}

.article__rating,
.index__rating {
  color: #F4842A;
}

.index__rating {
  margin-bottom: 0.5rem;
  font-size: 12px;
  font-size: 0.75rem;
}

.article__title {
  margin-bottom: 0.25rem;
}

.article__body ul {
  margin: 0 0 1rem;
  padding: 0;
  list-style: none;
}

.article__body ul li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 0.5rem;
}

.article__body ul li:before {
  content: '';
  display: block;
  width: 9px;
  height: 9px;
  position: absolute;
  top: 8px;
  left: 0;
  border-radius: 50%;
  background-color: #009FE3;
}

.table {
  margin-bottom: 1.5rem;
}

.table tbody th {
  font-weight: 400;
}

.table tbody td {
  font-weight: 600;
}

.table.table-striped tbody td,
.table.table-striped tbody th {
  border-width: 0;
}

.table.table-striped tbody tr:nth-of-type(odd) {
  background-color: #F2F2F2;
}

.table.table--history tbody td {
  vertical-align: top;
}

.table.table--history tbody .disabled td {
  color: #858590;
}

.table.table--history tbody .disabled td a {
  color: #858590;
}

.table.table--history tbody .disabled td img {
  opacity: 0.4;
}

.table.table--history tfoot tr:first-child td {
  padding-top: 1rem;
  border-top: 1px solid #dee2e6;
}

.table.table--history tfoot td {
  padding: 0.25rem 0;
  box-shadow: unset;
  border-width: 0;
}

.table.table--history tfoot .table--total-price {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
}

@media (max-width: 768px) {
  .table.table--history thead {
    display: none;
  }

  .table.table--history tbody {
    display: block;
    width: 100%;
  }

  .table.table--history tr {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #cccccc;
  }

  .table.table--history td {
    width: 100%;
    justify-content: flex-start;
    text-align: left !important;
    border-width: 0;
  }

  .table.table--history td:nth-child(4) {
    display: none;
  }

  .table.table--history tfoot tr,
  .table.table--history tfoot td {
    border-width: 0 !important;
  }

  .table.table--history tfoot td {
    width: 50%;
  }

  .table.table--history tfoot tr:first-child td:first-child {
    width: 100%;
  }
}

.table-form {
  width: 100%;
}

.table-form thead th {
  padding-left: 1rem;
  padding-bottom: 1rem;
  vertical-align: middle;
}

.table-form thead th .custom-control-label {
  font-size: 16px;
  font-size: 1rem;
}

.table-form thead th .custom-control-label:before,
.table-form thead th .custom-control-label:after {
  top: 4px;
}

.table-form tbody th {
  font-weight: 400;
  white-space: nowrap;
}

.table-form tbody td {
  padding-left: 1rem;
  padding-bottom: 0.5rem;
}

@media (max-width: 768px) {
  .table-form {
    display: block;
    width: 100%;
  }

  .table-form thead,
  .table-form tbody {
    display: block;
    width: 100%;
  }

  .table-form thead tr,
  .table-form tbody tr {
    display: block;
    width: 100%;
  }

  .table-form thead tr:after,
  .table-form tbody tr:after {
    content: '';
    display: block;
    height: 1px;
    clear: both;
  }

  .table-form thead th,
  .table-form thead td,
  .table-form tbody th,
  .table-form tbody td {
    display: block;
    padding: 0;
  }

  .table-form thead th,
  .table-form tbody th {
    display: table-row;
    width: 100%;
  }

  .table-form thead td,
  .table-form tbody td {
    display: block;
    width: 50%;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    float: left;
  }

  .table-form thead td:first-child,
  .table-form tbody td:first-child {
    padding-right: 0.5rem;
  }

  .table-form thead td:last-child,
  .table-form tbody td:last-child {
    padding-left: 0.5rem;
  }

  .table-form thead th {
    display: block;
    width: 50%;
    float: left;
  }

  .table-form thead th:last-child {
    padding-left: 0.5rem;
  }
}

.input-group input {
  border-width: 1px 0;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  text-align: center;
}

.input-group input:focus {
  box-shadow: none;
  border-color: #CCCCCC;
}

.input-group button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.25rem;
  background-color: transparent;
  color: #009FE3;
  border: 1px solid #CCCCCC;
  font-size: 18px;
  font-size: 1.125rem;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.input-group button:focus {
  outline: none;
}

.input-group button:hover {
  background-color: #E6F5FC;
}

@media (max-width: 768px) {
  .input-group button {
    width: 3rem;
  }
}

.input-group .input-group-prepend button {
  border-right-width: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.input-group .input-group-append button {
  border-left-width: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.input-group.input-group--plain input {
  border-left-width: 1px;
  text-align: left;
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
}

.input-group.input-group--plain .input-group-append .input-group-text {
  font-size: 14px;
  font-size: 0.875rem;
  color: #858590;
  background-color: transparent;
}

.input-group.error .form-control,
.input-group.error .input-group-append span {
  border: 1px solid #E30000;
}

.input-group.error .form-control {
  border-right-width: 0;
}

.input-group.error .input-group-append span {
  border-left-width: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  color: #E30000;
}

.highlight-block {
  padding: 1rem;
  background-color: #E6F5FC;
  border-radius: 3px;
}

.border-block {
  padding: 1rem;
  border-radius: 3px;
  border: 1px solid #E6E6E6;
}

.article__price {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 800;
}

.article__price .old-price {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  color: #5C5D6B;
  text-decoration: line-through;
}

.nav-tabs {
  margin-bottom: 1rem;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 600;
  border-width: 0;
  flex-wrap: nowrap;
}

.nav-tabs .nav-item {
  margin-right: -2px;
  flex-grow: 1;
}

@media (max-width: 768px) {
  .nav-tabs .nav-item:first-child .nav-link {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
  }

  .nav-tabs .nav-item:last-child .nav-link {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
  }
}

.nav-tabs.nav-tabs--compact .nav-item {
  flex-grow: unset;
}

.nav-tabs.nav-tabs--compact .nav-link svg {
  margin-right: 0.5rem;
}

@media (max-width: 768px) {
  .nav-tabs.nav-tabs--compact {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-bottom: 0;
    z-index: 999;
    background-color: #E6F5FC;
  }

  .nav-tabs.nav-tabs--compact .nav-item {
    width: auto;
    flex: 1;
  }

  .nav-tabs.nav-tabs--compact .nav-link {
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: column;
    font-weight: 400;
    font-size: 15px;
    font-size: 0.9375rem;
    border-width: 0;
    background-color: transparent;
  }

  .nav-tabs.nav-tabs--compact .nav-link.active {
    background-color: transparent;
    color: #009FE3;
  }

  .nav-tabs.nav-tabs--compact .nav-link svg {
    display: block;
    margin-right: 0;
    margin-bottom: 0.25rem;
  }
}

.nav-tabs .nav-link {
  padding: 0.875rem 1rem;
  color: #333346;
  background-color: #F2F2F2;
  border: 1px solid #ccc;
  transition: color 0.3s ease-in-out;
}

.nav-tabs .nav-link:hover {
  color: #009FE3;
  border-color: #CCCCCC;
}

.nav-tabs .nav-link.active {
  border-bottom-width: 0;
  border-top-width: 0;
  box-shadow: inset 0px 3px 0px #009FE3, inset -1px 0px 0px #CCCCCC, inset 1px 1px 0px #CCCCCC;
}

@media (max-width: 768px) {
  .nav-tabs .nav-link.active {
    background-color: #009FE3;
    color: #ffffff;
    box-shadow: none;
    border-color: #009FE3;
    border-top-width: 1px;
    border-bottom-width: 1px;
  }
}

@media (max-width: 768px) {
  .nav-tabs .nav-link {
    padding: 0.5rem 1rem;
    border-radius: 0;
    line-height: 1.1;
  }
}

@media (max-width: 768px) {
  .nav-tabs {
    padding: 0;
    background-color: #ffffff;
  }
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.tab-body {
  display: none;
}

.tab-body.active {
  display: block;
}

.special-radio {
  position: relative;
  height: 100%;
  font-size: 15px;
  font-size: 0.9375rem;
}

.special-radio>a:hover {
  text-decoration: none;
}

.special-radio.h-auto {
  height: auto !important;
}

.special-radio input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
}

.special-radio label {
  display: block;
  height: 100%;
  margin: 0;
  padding: 1rem;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
  box-sizing: border-box;
  cursor: pointer;
}

.special-radio label .price {
  color: #F4842A;
  font-weight: 800;
}

.special-radio label .price .old-price {
  font-weight: 700;
  text-decoration: line-through;
  color: #858590;
}

.special-radio label.disabled {
  opacity: 0.5;
  cursor: auto;
}

.special-radio label:not(.disabled):hover {
  background-color: #ffffff;
}

.special-radio.special-radio--active label,
.special-radio input:checked~label {
  box-shadow: inset 0px 0px 1px 1px #009FE3, 2px 2px 4px -1px rgba(0, 159, 227, 0.2), -3px -3px 4px -2px rgba(0, 159, 227, 0.4);
  border-color: #009FE3;
  border-width: 1px;
}

.special-radio .special__tag {
  position: absolute;
  top: -0;
  right: 0.5rem;
  transform: translateY(-50%);
  padding: 0.25rem 0.5rem;
  background-color: #009FE3;
  color: #ffffff;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 700;
  border-radius: 32px;
  letter-spacing: 0.03em;
}

.special-radio.disabled {
  opacity: 0.4;
}

.special-radio.special-radio--alt {
  width: 100%;
  height: 56px;
}

.special-radio.special-radio--alt label {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-weight: 600;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 14px;
  font-size: 0.875rem;
}

.special-radio.special-radio--alt label svg {
  margin-right: 0.5rem;
}

.special-radio.special-radio--alt label img {
  max-height: 22px;
}

.special-radio.special-radio--alt input:checked~label {
  box-shadow: inset 0px 0px 1px 1px #009FE3, 2px 2px 4px -1px rgba(0, 159, 227, 0.2), -3px -3px 4px -2px rgba(0, 159, 227, 0.4);
  border-color: #009FE3;
  border-width: 1px;
  background-color: #ffffff;
}

.special-radio--img {
  color: #333346;
}

.special-radio--img label {
  display: flex;
  align-items: center;
  color: #333346;
}

.special-radio--img label img {
  margin-right: 0.5rem;
}

.special-radio--img .special-radio-text {
  line-height: 1;
}

.overlay-select {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  border: 1px solid #009FE3;
  font-size: 15px;
  font-size: 0.9375rem;
  display: flex;
  z-index: 9;
  border-radius: 3px;
  max-height: 334px;
  overflow: auto;
  width: 100%;
}

.overlay-select .overlay-select__values {
  display: flex;
  flex-direction: column;
  padding: 0.5rem 0;
  width: 50%;
}

.overlay-select .overlay-select__values span {
  display: flex;
  width: 100%;
  padding: 0.25rem 1rem;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.overlay-select .overlay-select__values span:hover {
  color: #009FE3;
  background-color: #F2F2F2;
}

@media (max-width: 768px) {
  .overlay-select .overlay-select__values span {
    margin-bottom: 1.5rem;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.overlay-select .overlay-select__values.overlay-select--negative {
  border-right: 1px solid #ccc;
}

.select-overlay-group {
  position: relative;
}

.js-select select {
  position: relative;
  z-index: -1;
}

.alert {
  padding: 0.75rem 1rem;
  font-size: 14px;
  font-size: 0.875rem;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.alert.alert--error {
  background-color: #FCE6E6;
}

.alert.alert--error svg {
  color: #DC7726;
}

.dropzone {
  position: relative;
  padding: 1rem;
  background-color: #F2F2F2;
}

.dropzone input {
  height: 132px;
  opacity: 0;
}

.dropzone label {
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: calc(100% - 2rem);
  height: calc(100% - 2rem);
  border: 1px dashed #009FE3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.dropzone label .label-ico {
  font-size: 32px;
  font-size: 2rem;
  color: #009FE3;
}

.dropzone label:hover {
  background-color: #ffffff;
}

.block-grey {
  padding: 1rem;
  background-color: #F2F2F2;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.block-plain {
  padding: 1.5rem 1rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom: 0;
}

.select-grid {
  display: flex;
  flex-wrap: wrap;
  padding: 0 10px;
  margin: 0 -10px;
}

.select-grid.select-grid--left .select-grid__item:first-child {
  padding-top: 1rem;
  border-top: 2px solid #CCCCCC;
}

.select-grid .select-grid__item {
  padding: 0 5px;
  flex: 1 0 20%;
}

.select-grid .select-grid__item:first-child {
  display: flex;
  margin-bottom: 0.5rem;
  align-self: flex-end;
  text-align: left;
  flex: 0 1 100%;
}

@media (max-width: 768px) {
  .select-grid .select-grid__item:first-child {
    flex: 0 1 100%;
  }
}

.select-grid .select-grid__item div {
  margin-bottom: 0.5rem;
}

.select-grid .select-grid__item .select2-container--default {
  width: 100% !important;
}

@media (max-width: 768px) {
  .select-grid .select-grid__item {
    margin-bottom: 0.5rem;
    flex: 1 0 50%;
  }
}

.select-grid.select-grid--left .select-grid__label {
  display: none;
}

@media (max-width: 768px) {
  .select-grid {
    flex-wrap: wrap;
  }
}

.cart__item {
  position: relative;
  padding: 1rem 0;
  box-shadow: inset 0px -1px 0px #CCCCCC;
}

.cart__item:first-child {
  box-shadow: inset 0px 1px 0px #CCCCCC, inset 0px -1px 0px #CCCCCC;
}

.cart__item-remove {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-weight: 800;
  color: #F4842A;
}

.cart__title {
  margin-bottom: 0;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
}

.cart__quantity {
  font-size: 15px;
  font-size: 0.9375rem;
}

.cart__param {
  font-size: 14px;
  font-size: 0.875rem;
  color: #858590;
}

.cart__price {
  text-align: right;
  font-weight: 800;
}

.cart__price.cart__price--discount {
  color: #F4842A;
}

.cart__price .old-price {
  display: block;
  text-decoration: line-through;
  font-weight: 600;
  color: #5C5D6B;
}

.cart__param-extended {
  display: none;
}

.cart__param-extended a {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 14px;
  font-size: 0.875rem;
  background-color: #ffffff;
  color: #009FE3 !important;
}

.cart__param-toggle {
  color: #4C4C4C;
}

.cart__param-toggle svg {
  color: #858590;
}

.cart__param-toggle:hover {
  color: #4C4C4C;
}

.cart__param-toggle.active svg {
  transform: rotate(180deg);
}

.cart-steps {
  display: flex;
  margin: 0 0 1.5rem;
  padding: 0;
  list-style: none;
  font-size: 14px;
  font-size: 0.875rem;
}

.cart-steps li {
  margin-right: 1rem;
}

.cart-steps li svg {
  margin-right: 1rem;
}

.cart-steps li svg path {
  fill: #858590;
}

.cart-steps .steps__nr {
  background-color: #009FE3;
  color: #ffffff;
  border-radius: 50%;
  display: inline-flex;
  width: 19px;
  height: 17px;
  margin-right: 0.5rem;
  align-items: center;
  justify-content: center;
}

.cart-steps .steps--inactive .steps__nr {
  background-color: #CCCCCC;
}

@media (max-width: 768px) {
  .cart-steps .steps--inactive .steps__text {
    display: none;
  }
}

.select2-container--default {
  outline: none;
  font-family: 'Proxima Nova', sans-serif;
  font-weight: 600;
  font-size: 15px;
  font-size: 0.9375rem;
}

.select2-container--default .selection {
  outline: none;
}

.select2-container--default .select2-selection--single {
  border-radius: 3px;
  border: 1px solid #CCCCCC;
  height: 48px;
  display: flex;
  align-items: center;
}

.select2-container--default .select2-selection--single .select2-selection__rendered span {
  display: flex;
  align-items: center;
}

.select2-container--default .select2-selection--single .select2-selection__rendered span img {
  margin-right: 0.5rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%);
}

.table {
  font-size: 14px;
  font-size: 0.875rem;
}

.table thead tr {
  background-color: #5C5D6B;
}

.table thead tr th {
  color: #ffffff;
  font-weight: 700;
  border-width: 0;
}

.table.table-striped tbody tr:nth-of-type(odd) {
  background-color: #F8F8F8;
}

.table tbody tr:hover {
  background-color: #E6F5FC !important;
}

.table tbody td {
  vertical-align: middle;
  font-weight: 400;
}

.table.table-delivery td {
  white-space: nowrap !important;
}

.table.table-delivery tfoot th {
  padding: 0.5rem 0.625rem 0;
}

.table.table-delivery tfoot select.form-control--sm {
  height: 32px;
}

.table.dataTable tfoot th {
  border-width: 0;
}

.dataTables_filter {
  display: flex;
  width: 100%;
  float: none;
}

.dataTables_filter input,
.dataTables_filter select {
  width: 270px !important;
  height: 38px !important;
  margin-right: 1rem !important;
  border: 1px solid #CCCCCC !important;
  border-radius: 3px !important;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400 !important;
}

.dataTables_filter input:focus,
.dataTables_filter select:focus {
  outline: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  width: 24px;
  min-width: 1.5rem;
  height: 1.5rem;
  margin: 0 0.125rem;
  padding: 0;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  min-width: unset;
  min-height: unset;
  border: 1px solid #CCCCCC;
  font-size: 12px;
  font-size: 0.75rem;
  border-radius: 3px;
  background-color: #ffffff;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous,
.dataTables_wrapper .dataTables_paginate .paginate_button.next {
  width: auto;
  border-width: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.next:hover {
  border-width: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: #009FE3;
  color: #ffffff !important;
  border-color: #008FCC;
}

.hero__small .hero__small-url {
  position: relative;
  display: flex;
}

.hero__small .hero__body {
  position: absolute;
  top: 0;
  left: 8px;
  width: calc(100% - 16px);
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 0;
}

@media (max-width: 768px) {
  .hero__small .hero__body {
    display: none;
  }
}

.hero__small .hero__title {
  font-size: 32px;
  font-size: 2rem;
  color: #ffffff;
  text-align: center;
}

.hero__small .hero__btn {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.carousel--hero {
  margin-top: -2.375rem;
}

.carousel--hero.carousel--hero-compact {
  margin-top: 0;
}

@media (max-width: 768px) {
  .carousel--hero {
    margin-top: -12px;
  }
}

.carousel--hero-compact .carousel-inner .carousel-item .hero {
  margin-top: 0;
}

.carousel--hero-compact .carousel-inner .carousel-item .hero .container {
  display: none !important;
}

@media (min-width: 768px) {
  .carousel--hero-compact .carousel-inner .carousel-item .hero {
    min-height: unset !important;
  }
}

.carousel--hero-compact .carousel-indicators {
  width: auto;
  left: 50%;
  right: unset;
  bottom: 0;
  transform: translateX(-50%);
  padding: 4px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  z-index: 8;
}

.carousel--hero-compact .carousel-indicators li {
  width: 24px !important;
  border-radius: 8px;
  margin: 0 4px;
}

.carousel-indicators.carousel-indicators--compact li {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid #009FE3;
}

.js-hero-small {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

@media (max-width: 990px) {
  .modal-body .index__item {
    flex: 1 100% !important;
    max-width: 100% !important;
  }
}

.carousel-control {
  top: unset;
  bottom: 1rem;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  opacity: 1;
  border: 4px solid rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease-in-out;
  display: none;
}

.carousel-control span {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #009FE3;
  transition: all 0.3s ease-in-out;
}

.carousel-control span:hover {
  background-color: #858590;
}

.carousel-control.carousel-control-next {
  right: 0.5rem;
}

.carousel-control.carousel-control-prev {
  left: 0.5rem;
}

.carousel-control:hover {
  opacity: 1;
  border-color: transparent;
}

.carousel--hero-compact:hover .carousel-control {
  display: block;
}

/*
.carousel-control-prev,
.carousel-control-next {
  color:$color-brand;
  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    background-image:none;
    @include font-size(32px);
    transition:all 0.3s ease-in-out;
    :hover & {
      color:$color-brand;
    }
  }
}*/
.carousel {
  scroll-snap-type: x mandatory;
}

.carousel-item {
  justify-content: center;
  scroll-snap-align: start;
}

.carousel-item.active {
  display: flex;
}

.carousel-indicators {
  position: relative;
}

.carousel--hero .carousel-indicators {
  bottom: 1rem;
  margin: 0;
  position: absolute;
  z-index: 999;
}

@media (max-width: 768px) {
  .carousel--hero .carousel-indicators {
    bottom: unset;
    top: 1rem;
  }
}

.carousel-indicators li {
  height: unset;
  background-color: #CCCCCC;
  text-indent: unset;
  width: 124px;
  background-color: unset;
  border-top: solid 8px transparent;
  transition: all 0.3s ease-in-out;
  text-align: center;
}

.carousel-indicators li:after,
.carousel-indicators li:before {
  display: none;
}

.carousel-indicators li:hover {
  border-color: #009FE3;
  cursor: pointer;
}

.carousel-indicators li.active {
  background-color: #009FE3 !important;
  border-color: #009FE3;
}

.carousel--hero .carousel-indicators li {
  width: 54px;
  height: 8px;
  background-color: #ffffff;
}

.carousel--article .carousel-indicators li {
  width: 65px;
  height: 42px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 4px;
}

.carousel--article .carousel-indicators li.active {
  border-color: #009FE3;
  background-color: transparent !important;
}

@media (max-width: 768px) {
  .carousel--article .carousel-indicators li {
    width: 8px;
    height: 8px;
    margin: 0 2px;
    border-radius: 50%;
  }

  .carousel--article .carousel-indicators li.active {
    background-color: #009FE3 !important;
  }

  .carousel--article .carousel-indicators li img {
    display: none;
  }
}

.carousel-inner .item {
  text-align: center;
}

.carousel-inner .item img {
  max-height: 294px;
}

input[type='text']:focus,
input[type='number']:focus,
textarea:focus {
  font-size: 16px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {

  select:focus,
  textarea:focus,
  input:focus {
    font-size: 16px;
  }
}

.modal.modal--lng .modal-content {
  background-color: #E6F5FC;
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.modal.modal--lng .modal-content .modal-body {
  padding: 1.5rem;
}

.modal.modal--lng .modal-content h2 {
  margin-bottom: 1rem;
  font-size: 24px;
  font-size: 1.5rem;
}

.modal.modal--lng .modal-content label {
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 600;
}

.modal--basket .modal-header,
.modal--basket .modal-footer {
  padding: 1.5rem;
  background-color: #E6F5FC;
}

@media (max-width: 768px) {

  .modal--basket .modal-header,
  .modal--basket .modal-footer {
    padding: 1rem;
  }
}

.modal--basket .modal-header .close {
  padding: 5px;
  margin-top: -60px;
  margin-left: -11px;
  margin-right: -10px;
}

.modal--basket .modal-header__price {
  display: flex;
  flex-direction: column;
  text-align: right;
  white-space: nowrap;
}

.modal--basket .modal-body .slick-track {
  display: flex;
  align-items: stretch;
}

.modal--basket .modal-body .slick-slide {
  height: unset;
}

.modal--basket .modal-body .index__item {
  position: relative;
  display: flex;
  flex-direction: column;
  border: 1px solid #E6E6E6;
}

.modal--basket .modal-body .index__title {
  font-size: 16px;
  font-size: 1rem;
}

.modal--basket .modal-body .index__title a {
  color: #333346;
}

.modal--basket .modal-body .index__title a:hover {
  text-decoration: none;
}

@media (max-width: 540px) {
  .modal--basket .modal-footer {
    flex-wrap: wrap;
  }

  .modal--basket .modal-footer .btn {
    width: 100%;
    margin-top: 0.5rem;
  }
}

@media (max-width: 768px) {
  .dataTables_filter {
    flex-direction: column;
    align-items: flex-start;
  }

  .dataTables_filter>* {
    width: 100%;
    margin-bottom: 0.5rem;
  }

  .dataTables_filter input,
  .dataTables_filter select {
    width: 100% !important;
    margin-left: 0 !important;
  }

  .table.table-delivery thead {
    display: none;
  }

  .table.table-delivery tr,
  .table.table-delivery th,
  .table.table-delivery td {
    display: block !important;
  }

  .table.table-delivery tr {
    padding-bottom: 1rem;
    padding-top: 1rem;
    background-color: #ffffff !important;
  }

  .table.table-delivery th,
  .table.table-delivery td {
    padding: 0 0.25rem !important;
    white-space: normal !important;
  }

  .table.table-delivery .btn {
    margin-top: 0.75rem;
  }

  .table.table-delivery tbody tr {
    border-bottom: 1px solid #CCCCCC;
  }
}

.sticky {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #E6F5FC;
}

.sticky p {
  display: flex;
  margin-bottom: 0.5rem;
}

.sticky p:last-child {
  margin-bottom: 0;
}

.sticky strong,
.sticky .ico {
  margin: 0 0.25rem;
}

.sticky .ico {
  margin-right: 0;
}

.block-title__form .select2-container--default .select2-selection--single {
  border-color: transparent;
  font-size: 13px;
}

.block-title__form .select2-container--open {
  border: 1px solid #ccc;
}

.shopping-cart-count {
  display: flex !important;
  align-self: center;
  justify-content: center;
  margin-left: 0.25rem;
  min-width: 16px;
  line-height: 16px;
  background-color: #F4842A;
  border-radius: 8px;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
}

.aside-nav {
  margin: 0;
  padding: 1rem;
  list-style: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.aside-nav .aside-nav__title {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
}

.aside-nav .aside-nav__title:first-of-type {
  margin-top: 0;
}

.aside-nav .aside-nav__item {
  margin-bottom: 0.5rem;
}

.aside-nav .aside-nav__item a {
  color: #333346;
}

.aside-nav .aside-nav__item a:hover {
  color: #009FE3;
  text-decoration: none;
}

.aside-nav .aside-nav__item.aside-nav__item--active a {
  color: #009FE3;
}

.pill {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  border-radius: 30px;
  background-color: #ffffff;
  color: #B3BF00;
  font-size: 11px;
  font-size: 0.6875rem;
  text-transform: uppercase;
  font-weight: 700;
  border: 1px solid #B3BF00;
  letter-spacing: 0.05rem;
}

.pill.pill--pending {
  color: #F4842A;
  border-color: #F4842A;
}

.pill.pill--finished {
  color: #ffffff;
  background-color: #B3BF00;
}

.pill.pill--primary {
  background-color: #5C5D6B;
  color: #ffffff;
  border-color: #5C5D6B;
}

.pill.pill--active {
  background-color: #B3BF00;
  color: #ffffff;
  border-color: #B3BF00;
}

.pill.pill--inactive {
  background-color: #ffffff;
  color: #858590;
  border-color: #858590;
}

.address__item {
  height: calc(100% - 1rem);
  margin-bottom: 1rem;
  padding: 1rem;
  border: 1px solid #cccccc;
}

.address__name {
  font-size: 15px;
  font-size: 0.9375rem;
}

.address__body {
  line-height: 1.2;
}

.address__options {
  font-size: 14px;
  font-size: 0.875rem;
  align-items: center;
}

.index__options {
  display: flex;
}

.index__options .index__sorting {
  flex: 1;
}

@media (max-width: 768px) {
  .index__options .index__sorting {
    margin: 0;
    border-right: 1px solid #E6E6E6;
  }

  .index__options .index__sorting>div {
    display: none;
  }

  .index__options .index__sorting select {
    border-width: 0;
  }

  .index__options .index__sorting select:focus {
    outline: none;
    box-shadow: none;
  }
}

@media (max-width: 768px) {
  .index__options {
    margin-left: -10px;
    margin-right: -10px;
    box-shadow: inset 0px -1px 0px #E6E6E6, inset 0px 1px 0px #E6E6E6;
  }
}

.filter-list--toggle {
  display: none;
  width: 50%;
  padding: 1rem 0.625rem;
  justify-content: center;
}

.filter-list--toggle a {
  text-transform: uppercase;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #333346;
  font-weight: 600;
}

@media (max-width: 768px) {
  .filter-list--toggle {
    display: flex;
  }
}

.filter__submit-mob {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.5rem 0;
  background-color: #ffffff;
  z-index: 999;
  text-align: center;
  border-top: 1px solid #E6E6E6;
}

@media (max-width: 768px) {
  .filter__submit-mob {
    display: block;
  }
}

@media (max-width: 768px) {
  .filter-list {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1rem;
    padding-top: 2.625rem;
    padding-bottom: 3.25rem;
    overflow: auto;
    z-index: 999;
    background-color: #ffffff;
  }

  .filter-list.active {
    display: block;
  }
}

.filter-header-mob {
  display: none;
  padding: 1rem 0.75rem;
}

.filter-header-mob h3 {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #333346;
}

@media (max-width: 768px) {
  .filter-header-mob {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    display: flex;
    border-bottom: 1px solid #E6E6E6;
    align-items: center;
    z-index: 9999;
  }
}

.profile-list--cart {
  position: relative;
}

.popup-cart {
  position: absolute;
  top: 90%;
  right: 0;
  padding: 0.5rem 1rem;
  background-color: #ffffff;
  box-shadow: 2px 2px 1px 1px rgba(0, 0, 0, 0.1);
  display: none;
}

@media (min-width: 768px) {
  .profile-list--cart:hover .popup-cart {
    display: block;
  }
}

.popup-cart__item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #E6E6E6;
}

.popup-cart__item:last-child {
  border-bottom-width: 0;
}

.popup-cart__media {
  max-width: 126px;
  max-height: 48px;
}

.popup-cart__title {
  margin: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: none;
}

.popup-cart__title a {
  color: #333346;
}

.popup-cart__price {
  padding-right: 1rem;
  white-space: nowrap;
  font-size: 16px;
  font-size: 1rem;
  margin-left: auto;
}

.popup-cart__remove {
  display: flex;
  color: #E30000;
}

.popup-cart__total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
}

.popup-cart__total .popup-cart__total-price {
  font-size: 14px;
  font-size: 0.875rem;
}

.popup-cart__total .btn {
  font-size: 12px;
  font-size: 0.75rem;
  padding: 0.25rem 0.375rem;
  font-weight: 400;
}

@keyframes notification {
  0% {
    top: -100%;
  }

  20% {
    top: 0.3%;
  }

  20.2% {
    top: 0%;
  }

  70% {
    top: 0%;
  }

  70.5% {
    top: 0.3%;
  }

  100% {
    top: -100%;
  }
}

.notification {
  position: fixed;
  top: -100%;
  right: 0;
  padding: 0.5rem;
  background-color: #009FE3;
  color: #ffffff;
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: right;
  z-index: 9999;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  font-weight: 300;
}

.notification.show {
  animation-name: notification;
  animation-duration: 6s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
}

@media (max-width: 768px) {
  .display-on-mobile {
    display: block;
  }

  .display-on-desktop {
    display: none;
  }
}

@media (min-width: 768px) {
  .display-on-mobile {
    display: none;
  }

  .display-on-desktop {
    display: block;
  }
}

.overlay--loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

.overlay--loading.action {
  display: flex;
}

.overlay--loading .overlay__block {
  max-width: 320px;
  padding: 1rem;
  background-color: #ffffff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.overlay--loading h4 {
  display: none;
  margin-top: 1rem;
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
  font-weight: 600;
}

.overlay--loading h4.show {
  display: block;
}

/* Spinnder */
.lds-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #009FE3;
}

.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}

@keyframes lds-spinner {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.pagination {
  justify-content: center;
}

.pagination .page-item .page-link {
  display: flex;
  align-items: center;
  width: 48px;
  height: 48px;
  justify-content: center;
  align-items: center;
  border-color: transparent;
  border-radius: 3px;
  font-size: 1.125rem;
  color: #333346;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}

.pagination .page-item .page-link:hover,
.pagination .page-item .page-link:focus {
  background-color: #E6F5FC;
  color: #009FE3;
  box-shadow: unset;
}

.pagination .page-item .page-dots {
  display: flex;
  align-items: center;
  width: 48px;
  height: 48px;
  justify-content: center;
  align-items: center;
  border-color: transparent;
  border-radius: 3px;
  font-size: 1.125rem;
  color: #333346;
  font-weight: 600;
}

.pagination .page-item.active .page-link {
  background-color: #009FE3;
  color: #ffffff;
}

.pagination .page-item.page-item-prev .page-link,
.pagination .page-item.page-item-next .page-link {
  width: auto;
}

.pagination .page-item.page-item-prev svg {
  margin-right: 0.5rem;
}

.pagination .page-item.page-item-next svg {
  margin-left: 0.5rem;
}

@media (max-width: 768px) {
  .pagination .page-item {
    display: none;
  }

  .pagination .page-item.active {
    display: flex;
  }

  .pagination .page-item-prev,
  .pagination .page-item-next {
    display: flex;
  }

  .pagination .page-item-prev span,
  .pagination .page-item-next span {
    display: none;
  }
}

/* Reviews */
.article__reviews-title em {
  color: #858590;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  vertical-align: top;
}

.article__reviews-description {
  margin-bottom: 1.5rem;
}

.article__reviews-item-header {
  display: flex;
  align-items: center;
}

.article__reviews-item-header>div {
  margin-right: 0.5rem;
}

.article__reviews-item-header .user-media {
  color: #009FE3;
}

.article__reviews-item-header .user-media span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #E6F5FC;
}

.article__reviews-item-header .user-review-date {
  color: #858590;
  font-size: 15px;
  font-size: 0.9375rem;
}

.article__reviews-item-header .user-review-date:before {
  content: '';
  width: 4px;
  height: 4px;
  display: inline-flex;
  align-self: center;
  background-color: #009FE3;
  border-radius: 50%;
  margin-right: 0.5rem;
}

.profile-reviews h2 {
  margin-top: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #cccccc;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 400;
}

.profile-reviews__item {
  padding: 1rem 0;
  border-bottom: 1px solid #cccccc;
}

.profile-reviews__item h3 {
  margin-bottom: 0.25rem;
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
}

.profile-reviews__item-media {
  text-align: center;
}

.profile-reviews__item-media img {
  max-height: 114px;
}

.profile-reviews__item-body .review-score-cancel {
  font-size: 14px;
  font-size: 0.875rem;
  text-decoration: underline;
}

.profile-reviews__item-body .review-score-cancel:hover {
  text-decoration: none;
  color: #008FCC;
}

.profile-reviews__item-input textarea {
  height: 5.5rem;
}

.profile-reviews__item-input textarea::placeholder {
  font-weight: 400;
}

.nav__info {
  display: none;
  text-transform: none;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  padding: 0.9375rem;
  margin-left: -15px;
  margin-right: -15px;
  width: calc(100% + 30px);
  background-color: #F2F2F2;
}

.nav__info a {
  color: inherit;
}

@media (max-width: 768px) {
  .nav__info {
    display: block;
  }
}

.profile__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.875rem;
  padding: 1rem;
  border: 2px solid #CCCCCC;
  background-color: #ffffff;
  color: #333346;
  transition: all 0.3s ease-in-out;
  font-size: 14px;
  font-size: 0.875rem;
}

.profile__item .profile__item-title {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
}

.profile__item p {
  margin: 0;
  text-align: center;
}

.profile__item:hover {
  text-decoration: none;
  color: #333346;
  border-color: #008FCC;
}

.form__block {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  width: 100%;
  padding: 2rem calc(8.333333% + 30px);
  border: 1px solid #008FCC;
  background-color: #ffffff;
  border-radius: 3px;
}

.form__block--alternative {
  background-color: #E6F5FC;
}

@media (max-width: 768px) {
  .form__block--alternative {
    background-color: transparent;
  }
}

@media (max-width: 768px) {
  .form__block {
    padding: 0;
    border-width: 0;
  }
}

.profile--tabs {
  display: none;
}

@media (max-width: 768px) {
  .profile--tabs {
    display: flex;
  }

  .profile--tabs .nav-item {
    width: unset;
    flex-grow: unset;
  }

  .profile--tabs .nav-item .nav-link {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }

  .profile--tabs .nav-item .nav-link.active {
    background-color: #ffffff;
    border-top: 1px solid #009FE3;
    border-width: 3px 0 0 0;
    color: #333346;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    margin-top: -1px;
  }
}

.profile--tabs-body {
  display: flex;
}

@media (max-width: 768px) {
  .profile--tabs-body {
    display: none !important;
  }

  .profile--tabs-body.active {
    display: flex !important;
  }
}

.form-group.required label:after {
  content: '*';
  margin-left: 0.25rem;
  color: #E30000;
  font-weight: 700;
}

.banner-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  margin-bottom: 1.5rem;
  padding: 1rem 0;
  background-color: #F2F2F2;
  border-radius: 3px;
}

.banner-row>div {
  padding: 0 1rem;
}

.banner-row .btn--sm {
  height: 35px;
  line-height: 35px;
}

.banner-row .banner-row__url-mobile {
  display: none;
}

@media (max-width: 768px) {
  .banner-row {
    margin-left: -10px;
    margin-right: -10px;
    flex-wrap: wrap;
  }

  .banner-row .hidden-mobile {
    display: none;
  }

  .banner-row .banner-row__item {
    text-align: center;
  }

  .banner-row .banner-row__counter {
    order: 2;
    margin: 1rem 0;
  }

  .banner-row .banner-row__body {
    order: 1;
    width: 100%;
  }

  .banner-row .banner-row__url {
    order: 3;
    width: 100%;
  }

  .banner-row .banner-row__url-mobile {
    display: flex;
    order: 4;
    width: 100%;
    margin-top: 1rem;
    justify-content: center;
    flex-direction: column;
  }

  .banner-row .banner-row__url-mobile a {
    text-decoration: underline;
  }

  .banner-row .banner-row__url-mobile a:hover {
    text-decoration: none;
  }

  .banner-row .banner-row__url-mobile .banner-row__body {
    display: none;
  }
}

.rotor-group-heading {
  display: none;
}

.flipdown {
  width: auto;
  height: auto;
  display: flex;
}

.flipdown .rotor-group {
  display: flex;
}

.review-score {
  direction: rtl;
}

.review-score input {
  position: absolute;
  z-index: -1;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.review-score label {
  position: relative;
}

.review-score label .color--secondary {
  position: absolute;
  top: 3px;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.review-score label:hover,
.review-score label:hover~label,
.review-score input:focus~label,
.review-score input:checked~label {
  cursor: pointer;
}

.review-score label:hover .color--secondary,
.review-score label:hover~label .color--secondary,
.review-score input:focus~label .color--secondary,
.review-score input:checked~label .color--secondary {
  opacity: 1;
}

.review-score label:hover svg path,
.review-score label:hover~label svg path,
.review-score input:focus~label svg path,
.review-score input:checked~label svg path {
  fill: #F4842A;
}

@media (max-width: 768px) {
  .js-slick {
    margin-right: -15px;
  }
}

.js-slick .index__item {
  min-width: 100px;
  border-width: 0;
}

.slick-list {
  padding: 0 15% 1px 0 !important;
}

.slick-dots {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}

.slick-dots li {
  margin: 0 0.25rem;
}

.slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #009FE3;
  text-indent: -999px;
  overflow: hidden;
}

.slick-dots li.slick-active button {
  background-color: #009FE3;
}

.gift-block {
  display: flex;
  padding: 1rem;
  border: solid 2px #B3BF00;
  border-radius: 3px;
  align-items: center;
}

@media (max-width: 500px) {
  .gift-block {
    flex-wrap: wrap;
  }

  .gift-block>div {
    padding-top: 1rem;
  }
}

.gift-block__body {
  padding: 0 1rem;
  font-weight: 600;
}

.gift-block__tag {
  position: relative;
}

.vto-switch {
  position: relative;
  bottom: -4rem;
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 600;
  z-index: 1;
}

.vto-switch .vto-switch__item {
  position: relative;
  border: 1px solid #009FE3;
  border-radius: 3px;
}

.vto-switch .vto-switch__item.active .vto-switch__link {
  background-color: #009FE3;
  color: #ffffff;
}

.vto-switch .vto-switch__item.active .vto-switch__link:hover {
  color: #ffffff;
}

.vto-switch .vto-switch__item.active .vto-switch__link svg path {
  fill: #ffffff;
}

.vto-switch .vto-switch__item:first-child {
  border-right-width: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.vto-switch .vto-switch__item:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.vto-switch .vto-switch__item .vto-switch__link {
  display: flex;
  padding: 8px 16px;
  align-items: center;
}

.vto-switch .vto-switch__item .vto-switch__link:hover {
  text-decoration: none;
  color: #009FE3;
}

.vto-switch .vto-switch__item .vto-switch__link svg {
  margin-left: 8px;
  font-size: 18px;
}

.media-container {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  margin-bottom: 1.5rem;
  border: 1px solid #E6E6E6;
}

.media-container .carousel {
  opacity: 0;
  grid-column-start: 1;
  grid-row-start: 1;
  background-color: #ffffff;
}

@media (max-width: 768px) {
  .media-container .carousel {
    opacity: 1;
    display: none;
  }
}

.media-container .carousel.active {
  opacity: 1;
}

@media (max-width: 768px) {
  .media-container .carousel.active {
    display: block;
  }
}

.vto-setup {
  position: relative;
  opacity: 0;
  grid-column-start: 1;
  grid-row-start: 1;
  padding: 86px 32px 24px;
  background-color: #ffffff;
}

.vto-setup.active {
  opacity: 1;
}

@media (max-width: 768px) {
  .vto-setup.active {
    display: block;
  }
}

@media (max-width: 768px) {
  .vto-setup {
    padding-left: 16px;
    padding-right: 16px;
    opacity: 1;
    display: none;
  }
}

.vto-setup-destroy {
  position: absolute;
  top: 12px;
  right: 12px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  display: flex;
  border-radius: 24px;
  padding: 0.25rem 0.5rem;
  font-size: 12px;
  font-size: 0.75rem;
  align-items: center;
  text-decoration: underline;
  z-index: 1;
}

.vto-setup-destroy svg {
  margin-left: 0.5rem;
}

.vto-setup-destroy:hover {
  color: #ffffff;
  text-decoration: none;
}

.vto-setup__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 468px) {
  .vto-setup__item {
    flex-direction: row;
    margin-bottom: 24px;
  }

  .vto-setup__item img {
    max-width: 80px;
  }
}

.vto-setup__body {
  text-align: center;
}

@media (max-width: 468px) {
  .vto-setup__body {
    margin-left: 1rem;
    text-align: left;
  }

  .vto-setup__body h6 {
    margin-bottom: 0.5rem;
  }
}

.vto-list-ico {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  display: flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  border: 1px solid #009FE3;
  border-radius: 3px;
  display: inline-flex;
}

.vto-list-ico img {
  display: block;
  width: 80%;
  height: auto;
}

.vto-tooltip {
  position: absolute;
  bottom: calc(100% + 16px);
  left: 50%;
  display: block;
  width: 320px;
  transform: translateX(-50%);
  padding: 0.625rem;
  border-radius: 4px;
  background-color: #E6F5FC;
}

.vto-tooltip:after {
  content: '';
  position: absolute;
  bottom: -11px;
  left: 50%;
  margin-left: -6px;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #E6F5FC;
}

.grid {
  display: grid;
  grid-template-columns: 58.333333% 41.666667%;
  grid-gap: 0 20px;
}

@media (max-width: 768px) {
  .grid {
    grid-template-columns: 100%;
  }
}

.grid__media {
  grid-column-start: 1;
  grid-column-end: 1;
  grid-row-start: 1;
  grid-row-end: 1;
}

.grid__aside {
  grid-column-start: 2;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 4;
}

@media (max-width: 768px) {
  .grid__aside {
    grid-column: 1;
    grid-row: 2;
  }
}

.grid__description {
  grid-column-start: 1;
  grid-column-end: 1;
  grid-row-start: 2;
  grid-row-end: 3;
}

@media (max-width: 768px) {
  .grid__description {
    grid-column: 1;
    grid-row: 3;
  }
}

.special-radio__block {
  display: flex;
}

@media (max-width: 465px) {
  .special-radio__block {
    padding-top: 0.75rem;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .special-radio__block::-webkit-scrollbar {
    display: none;
  }
}

.special-radio__block .special-radio {
  display: flex;
  flex-direction: column;
  min-width: 0;
  margin-right: 15px;
  flex: 1 1 0;
  background-color: #F9F7F7;
}

.special-radio__block .special-radio:last-child {
  margin-right: 0;
}

.special-radio__block .special-radio .tag {
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  padding: 2px 8px;
  background-color: #F4842A;
  font-size: 11px;
  font-size: 0.6875rem;
  text-transform: uppercase;
  color: #ffffff;
  border-width: 0;
  font-weight: 600;
}

.special-radio__block .special-radio label {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 1.5rem;
  line-height: 20px;
  letter-spacing: -0.01rem;
}

.special-radio__block .special-radio label.active {
  background-color: #ffffff;
  border-color: #009FE3;
  box-shadow: inset 0 0 0 1px #009fe3;
}

.special-radio__block .special-radio h3 {
  margin: 0.5rem 0;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
}

.special-radio__block .special-radio input {
  position: relative;
  top: unset;
  left: unset;
  opacity: 1;
  z-index: unset;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  border: 2px solid #CCCCCC;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}

.special-radio__block .special-radio input:disabled {
  opacity: 0.5;
  background-color: #CCCCCC;
}

.special-radio__block .special-radio input:checked {
  border: 2px solid #009FE3;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23009FE3'/%3e%3c/svg%3e");
}

.special-radio__block .special-radio input:checked~label {
  background-color: #ffffff;
}

@media (max-width: 465px) {
  .special-radio__block .special-radio {
    min-width: 65%;
  }
}

.js-lenses-distance {
  display: none;
}

.js-lenses-distance.active {
  display: block;
}

.sticky-price {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #5C5D6B;
  color: #ffffff;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  justify-content: space-between;
  padding: 1.25rem 1rem;
  z-index: 99;
  transition: transform 1s ease-in-out, background-color 0.5s ease-in-out;
}

@media (max-width: 465px) {
  .sticky-price {
    display: flex;
    transform: translateY(0);
  }

  .sticky-price.hide {
    transform: translateY(100%);
    background-color: #E6F5FC;
  }
}

/*# sourceMappingURL=main.css.8cd5b3a02925.map */