@font-face {
  font-family: "Nunito-Bold";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/Nunito-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/Nunito-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/Inter-Regular.ttf) format("truetype");
}
body {
  height: 100%;
  font-family: "Nunito", sans-serif !important;
  overflow: visible;
  padding-top: 202px;
}
@media screen and (max-width: 992px) {
  body {
    padding-top: 150px;
  }
}

.logo img {
  max-width: 190px;
  width: 100%;
}

.logo-wrap > img {
  max-width: 200px;
}

button.call-btn {
  outline: none;
  border: none;
  background: #edf1f4;
  border-radius: 8px;
  cursor: pointer;
  padding: 8px 24px;
  font-family: "Nunito", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #201e1f;
}
@media screen and (max-width: 640px) {
  button.call-btn {
    display: none;
  }
}
button.call-btn_mobile {
  width: 100% !important;
  margin: 24px 0;
}
@media screen and (max-width: 640px) {
  button.call-btn_mobile {
    display: block !important;
  }
}
button.call-btn:hover {
  opacity: 0.7;
}

.section-title__text {
  text-align: left;
  font-family: "Raleway", sans-serif !important;
  font-weight: 700;
  font-size: 32px !important;
  color: #201e1f !important;
}
@media screen and (max-width: 992px) {
  .section-title__text {
    font-size: 24px !important;
  }
}

.dynamic-page .section-indents__title {
  margin: 20px 0 15px 0;
}
@media (max-width: 992px) {
  .dynamic-page .section-indents__title {
    margin: 15px 0 10px 0;
  }
}

.page-content {
  background-color: #f9fbfd !important;
  padding-bottom: 48px !important;
}

.button-more {
  min-height: 40px !important;
  background: #005fa7 !important;
  border-radius: 8px !important;
  color: #edf1f4 !important;
  font-family: "Nunito", sans-serif !important;
}
.button-more:visited, .button-more:focus, .button-more:link {
  color: #edf1f4 !important;
  font-family: "Nunito", sans-serif !important;
}
.button-more:hover {
  text-decoration: none;
  background: #005fa7 !important;
  transition: all 0.3s;
  opacity: 0.7 !important;
}

.top-row {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0;
}

.button-submit {
  font-family: "Nunito", sans-serif !important;
  font-size: 14px !important;
  color: #edf1f4 !important;
  background: #005fa7 !important;
  border-radius: 8px !important;
}

.section-blue {
  background-color: #323e55;
}
@media screen and (max-width: 992px) {
  .section-blue {
    display: none;
  }
}

.top-line {
  height: 52px;
  padding: 16px 0;
  color: #ffffff;
}
.top-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top-menu__item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-menu__item > span {
  font-family: "Nunito", sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #edf1f4;
  padding-left: 5px;
}
@media screen and (max-width: 1200px) {
  .top-menu__item > span {
    font-size: 13px;
  }
}
.top-menu__item > span a {
  color: #edf1f4;
}
.top-menu_mobile {
  flex-direction: column !important;
  width: 100% !important;
}
.top-menu_mobile > li:not(:last-child) {
  margin-bottom: 24px !important;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.header-logo {
  margin-right: 32px;
}
.header-search {
  width: 100% !important;
  margin-right: 32px;
}
@media screen and (max-width: 640px) {
  .header-search {
    display: none;
  }
}
.header-buttons {
  justify-content: flex-end !important;
}
.header-buttons__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  max-width: 54px;
  height: 40px;
  font-family: "Nunito", sans-serif;
  font-weight: normal;
  font-size: 12px;
  color: #949494;
  transition: all 0.3s;
}
.header-buttons__item:not(:last-child) {
  margin-right: 32px;
}
.header-buttons__item:hover {
  text-decoration: none !important;
  color: #e84e28 !important;
}
.header-buttons__item:hover > svg > path {
  stroke: #e84e28;
}
.header-buttons__item:hover > span:not(.header-buttons__quantity) {
  color: #e84e28;
}
.header-buttons__item:hover .header-buttons__quantity {
  display: none !important;
}
.header-buttons__quantity {
  background-color: #e84e28 !important;
  font-family: "Nunito-Bold", sans-serif;
  font-weight: 500;
  font-size: 10px;
  color: #edf1f4;
  transition: all 0.3s;
}
.header-buttons__title {
  font-family: "Nunito", sans-serif;
  font-weight: normal;
  font-size: 12px;
  color: #949494;
}

.header-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 16px 0;
}
.header-links__catalog {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #005fa7;
  max-width: 276px;
  width: 100%;
  height: 44px;
  color: #ffffff;
  border-radius: 8px;
  padding: 12px 24px;
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .header-links__catalog {
    max-width: 140px;
  }
}
@media screen and (max-width: 640px) {
  .header-links__catalog {
    max-width: 40px;
    height: 40px;
    padding: 0;
    justify-content: center;
    margin-right: 15px;
  }
}
.header-links__catalog > span {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #edf1f4;
  padding-left: 12px;
}
.header-links__catalog:hover, .header-links__catalog:visited, .header-links__catalog:focus, .header-links__catalog:link, .header-links__catalog:active {
  text-decoration: none;
  color: #ffffff;
}
.header-links__catalog:hover {
  opacity: 0.7;
}
@media screen and (max-width: 640px) {
  .header-links__catalog {
    display: none;
  }
}
.header-links .header-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .header-links .header-list {
    display: none;
  }
}
.header-links .header-list__item {
  padding: 0 10px;
}
.header-links .header-list__item:not(:last-child) {
  margin-right: 30px;
}
@media screen and (max-width: 1200px) {
  .header-links .header-list__item:not(:last-child) {
    margin-right: 5px;
  }
}
.header-links .header-list__link {
  font-family: "Nunito", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #201e1f;
}
.header-links .header-list__link:hover {
  color: #005fa7;
}
.header-links .header-list__link.active {
  color: #005fa7;
  text-decoration: underline;
}
.header-links__search {
  width: 100%;
}
@media screen and (min-width: 640px) {
  .header-links__search {
    display: none;
  }
}
.header-links__search .search-form__wrap {
  display: initial !important;
}

.hamburger {
  display: none !important;
  cursor: pointer;
  background-image: url("../img/icons/hamburger-white.png") !important;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #005fa7;
  width: 40px !important;
  height: 40px !important;
  color: #ffffff;
  border-radius: 8px !important;
  padding: 12px 24px;
  margin-right: 15px !important;
}
@media (max-width: 640px) {
  .hamburger_left {
    display: flex !important;
    margin-left: 0;
  }
}

.hamburger.is-active {
  background-image: url("../img/icons/hamburger-close-white.png") !important;
}

.search-form__wrap .search {
  max-width: 100% !important;
  min-width: auto !important;
  min-height: 40px !important;
  border: 1px solid rgba(0, 29, 50, 0.4) !important;
  border-radius: 8px !important;
  font-family: "Nunito", sans-serif !important;
  color: #201e1f !important;
}
.search-form__wrap .search:active, .search-form__wrap .search:focus, .search-form__wrap .search:hover {
  border-color: #e84e28 !important;
}

.footer {
  background: linear-gradient(0deg, #323e55, #323e55), #525252;
  margin-top: 0 !important;
}
.footer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-separator {
  width: 100%;
  height: 1px;
  opacity: 0.2;
  background-color: #edf1f4;
  margin: 24px 0;
}
.footer-menu {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer-menu__item {
  color: #edf1f4;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 20px;
}
.footer-menu__item > span {
  font-family: "Nunito", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #edf1f4;
  padding-left: 5px;
}
@media screen and (max-width: 640px) {
  .footer-menu__item > span {
    font-size: 14px;
  }
}
.footer-menu__link {
  font-family: "Nunito", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #edf1f4;
}
@media screen and (max-width: 640px) {
  .footer-menu__link {
    font-size: 14px;
  }
}
.footer-menu__link:hover {
  opacity: 0.7;
  color: #edf1f4;
}
.footer-info-text {
  color: #edf1f4;
}
.footer-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer-footer__item {
  font-family: "Nunito", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #edf1f4;
}
@media screen and (max-width: 640px) {
  .footer-footer__item {
    font-size: 14px;
  }
}
.footer-footer__item:not(:last-child) {
  padding-right: 10px;
}
.footer-footer__link {
  font-family: "Nunito", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #edf1f4;
}
@media screen and (max-width: 640px) {
  .footer-footer__link {
    font-size: 14px;
  }
}
.footer-footer__link:hover {
  opacity: 0.7;
  color: #edf1f4;
}

.modal-content {
  border-radius: 12px !important;
  padding: 32px !important;
}
.modal-title {
  font-family: "Raleway", sans-serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
  font-size: 20px !important;
  line-height: 24px;
  color: #201e1f !important;
}
.modal-header {
  padding-bottom: 15px !important;
}
.modal-header .close {
  font-style: normal !important;
  font-weight: 100 !important;
  position: absolute !important;
  right: 5% !important;
  top: 4% !important;
}
.modal input[type=checkbox]:checked + label:before {
  background: #005fa7 !important;
}
.modal .check-personal__link {
  color: #005fa7 !important;
}
.modal .button-submit {
  height: 40px !important;
  background: #005fa7 !important;
  color: #edf1f4 !important;
  border-radius: 8px !important;
  font-family: "Nunito", sans-serif !important;
}

.breadcrumbs .breadcrumb a, .breadcrumbs .breadcrumb li {
  font-family: "Nunito", sans-serif !important;
  color: #005fa7 !important;
}
.breadcrumbs .breadcrumb > .active {
  color: #201e1f !important;
}
.breadcrumbs .breadcrumb > li + li:before {
  color: #201e1f !important;
}

.catalog-item {
  border-radius: 12px !important;
  border: none !important;
}
.catalog-item__title {
  font-family: "Nunito", sans-serif !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  text-align: center !important;
  margin-top: 12px !important;
  height: auto !important;
}

.categories-noimage .catalog-item__title {
  font-family: "Nunito", sans-serif !important;
  font-size: 14px !important;
  color: #201e1f !important;
  margin: 0 !important;
}

.products-badges {
  transform: none !important;
  left: 4px !important;
  top: 4px !important;
  min-height: 24px !important;
}
.products-badges .products-badge__discount {
  background-color: #e84e28 !important;
  font-family: "Nunito", sans-serif !important;
  font-size: 13px !important;
  color: #edf1f4 !important;
}

.products__item .products__card {
  border: none !important;
}

.products__title {
  text-align: center !important;
}
.products__title span {
  font-family: "Nunito", sans-serif !important;
  color: #201e1f !important;
  font-size: 16px !important;
}

.products-order .instant-order, .products-order .quantity {
  border-radius: 8px !important;
  height: 40px !important;
  background-color: #edf1f4 !important;
  font-family: "Nunito", sans-serif !important;
  color: #201e1f !important;
}
.products-order .quantity {
  max-width: max-content !important;
  flex-grow: 0 !important;
}
.products-order .quantity__decrease, .products-order .quantity__increase {
  padding-left: 3px !important;
  padding-right: 3px !important;
}
.products-order .product__cart {
  background-color: #005fa7 !important;
  height: 40px !important;
  font-family: "Nunito", sans-serif !important;
  color: #edf1f4 !important;
  border-radius: 8px !important;
  justify-content: center !important;
}
.products-order .product__cart::before {
  content: "";
  display: none !important;
}
.products-order .product__cart_mobile {
  background-color: #005fa7 !important;
  width: 40px !important;
  height: 40px !important;
  flex-shrink: 0 !important;
}
.products-order .quantity__input input[type=text] {
  text-align: center !important;
}
.products-order__row {
  gap: 3px !important;
}

.products__info .price-and-stock {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.products-list.block-view .products__info .price-and-stock {
  justify-content: space-between;
}
@media screen and (min-width: 1200px) {
  .products-list.block-view .products__info .price-and-stock {
    font-size: 15px;
  }
}

.products-price {
  justify-content: flex-start !important;
  padding: 0 12px 0 0;
}
.products-price__actual {
  font-family: "Nunito-Bold", sans-serif !important;
  color: #201e1f !important;
  font-size: 16px !important;
  padding: 0;
}
.products-price__old {
  font-family: "Nunito", sans-serif !important;
  color: #201e1f !important;
  font-size: 14px !important;
  opacity: 0.5 !important;
}
.products-price__request {
  font-family: "Nunito-Bold", sans-serif !important;
  color: #201e1f !important;
  font-size: 16px !important;
}
.products-price__request:hover {
  color: #005fa7;
}

.actions-block {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.actions-block.indents {
  margin: 20px 0 40px 0;
}
@media screen and (max-width: 992px) {
  .actions-block.indents {
    margin: 15px 0 30px 0;
  }
}
.actions-block .search-panel {
  flex: 0 0 80%;
  position: relative;
}
@media (max-width: 577px) {
  .actions-block .search-panel {
    flex-basis: 100%;
  }
}
@media screen and (min-width: 577px) and (max-width: 992px) {
  .actions-block .search-panel {
    flex-basis: 75%;
  }
}
.actions-block .search-panel input[type=search] {
  width: 100%;
  min-height: 40px;
  border: 1px solid rgba(0, 29, 50, 0.4) !important;
  outline: none;
  padding: 0 20px;
  background-color: #fff;
  border-radius: 40px;
  position: relative;
  transition: all 0.3s;
  font-family: "Raleway", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #201e1f !important;
}
@media (max-width: 577px) {
  .actions-block .search-panel input[type=search] {
    min-width: 250px;
  }
}
.actions-block .search-panel input[type=search]:active, .actions-block .search-panel input[type=search]:focus, .actions-block .search-panel input[type=search]:hover {
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
}
.actions-block .search-panel__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: none;
}
.actions-block .search-panel__btn_submit {
  right: 10px;
}
.actions-block .search-panel__btn_reset {
  right: 40px;
  margin: 5px 0 0 0;
}
.actions-block .buttons-panel {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 0 20%;
  width: 100%;
  min-height: 40px;
}
@media screen and (max-width: 576px) {
  .actions-block .buttons-panel {
    flex-basis: 100%;
    margin: 13px 0 0 0;
  }
}
@media screen and (min-width: 577px) and (max-width: 992px) {
  .actions-block .buttons-panel {
    flex-basis: 25%;
  }
}
.actions-block .buttons-panel button {
  margin: 0 0 0 24px;
  border: none;
  background-color: transparent;
}
@media screen and (min-width: 576px) and (max-width: 624px) {
  .actions-block .buttons-panel button {
    margin: 0;
  }
}
@media screen and (min-width: 624px) and (max-width: 992px) {
  .actions-block .buttons-panel button {
    margin: 0 0 0 12px;
  }
}
.actions-block .buttons-panel button > svg {
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 576px) {
  .actions-block .buttons-panel button > svg {
    width: 20px;
    height: 20px;
  }
}
.actions-block .buttons-panel .catalog-view-mode button > svg {
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 576px) {
  .actions-block .buttons-panel .catalog-view-mode button > svg {
    width: 20px;
    height: 20px;
  }
}
.actions-block .buttons-panel .catalog-view-mode button:hover > svg.aqua {
  fill: #005fa7 !important;
}
.actions-block .buttons-panel .catalog-view-mode button > svg.aqua {
  fill: #808080 !important;
}
.actions-block .buttons-panel .catalog-view-mode button[disabled=disabled] > svg.aqua {
  fill: #005fa7 !important;
}

.main-sliders {
  width: 100%;
}
.main-sliders__title {
  margin: 32px 0 25px 0;
  text-align: center;
  font-weight: 700;
  font-family: "Raleway", sans-serif !important;
  font-size: 32px !important;
  color: #201e1f !important;
}
@media screen and (max-width: 992px) {
  .main-sliders__title {
    font-size: 24px !important;
  }
}

.slider-block {
  margin-top: 0 !important;
}
@media screen and (min-width: 992px) {
  .slider-block {
    margin-left: 20px !important;
  }
}

.main-slider.indents:not(:last-child) {
  margin-bottom: 32px;
}
.main-slider__akcii img {
  width: 100%;
}
@media (hover) {
  .main-slider .slider-arrow__right {
    margin-right: 20px;
    background-image: url("../img/right.png") !important;
    background-repeat: no-repeat !important;
    width: 28px !important;
    height: 28px !important;
  }
  .main-slider .slider-arrow__right:hover {
    background-image: url("../img/right-hover.png") !important;
  }
  .main-slider .slider-arrow__right:active {
    background-image: url("../img/right-active.png") !important;
  }
  .main-slider .slider-arrow__right:focus {
    background-image: url("../img/right-focus.png") !important;
  }
}
@media (hover) {
  .main-slider .slider-arrow__left {
    margin-right: 20px;
    background-image: url("../img/left.png") !important;
    background-repeat: no-repeat !important;
    width: 28px !important;
    height: 28px !important;
  }
  .main-slider .slider-arrow__left:hover {
    background-image: url("../img/left-hover.png") !important;
  }
  .main-slider .slider-arrow__left:active {
    background-image: url("../img/left-active.png") !important;
  }
  .main-slider .slider-arrow__left:focus {
    background-image: url("../img/left-focus.png") !important;
  }
}
.main-slider .slick-dots {
  bottom: 25px !important;
}
.main-slider .slick-dots li.slick-active button:before {
  color: #ffffff !important;
}

.mobile-menu {
  width: 100%;
  top: 146px;
  bottom: 0;
}
.mobile-menu__item {
  color: #201e1f;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 20px;
}
.mobile-menu__item > span {
  font-family: "Nunito", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #201e1f;
  padding-left: 5px;
}
.mobile-menu__link {
  font-family: "Nunito", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #201e1f;
}
.mobile-menu__link:hover {
  opacity: 0.7;
  color: #201e1f;
}
.mobile-menu .wrapper {
  width: 100%;
}
.mobile-footer {
  background-color: #323e55;
  padding: 16px;
}

.partners-slider__item {
  display: flex;
  flex-direction: column;
  padding: 20px;
}
.partners-slider__item > img {
  max-width: 195px;
  height: 50px;
  margin: 0 auto 20px;
}
.partners-slider .slick-arrow {
  z-index: 1;
}
.partners-slider .slick-arrow::before {
  color: #000;
}
.partners-slider .slick-arrow.slick-prev {
  left: 0;
}
.partners-slider .slick-arrow.slick-next {
  right: 0;
}

.benefits-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .benefits-list {
    flex-direction: column;
  }
}
.benefits-list__item:not(:last-child) {
  margin-right: 24px;
}
@media screen and (max-width: 640px) {
  .benefits-list__item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 24px;
  }
}

.product-orderactions .product__cart {
  font-family: "Nunito", sans-serif !important;
  color: #edf1f4 !important;
  background-color: #005fa7 !important;
  border-radius: 8px !important;
}
.product-orderactions .instant-order {
  border-radius: 8px !important;
  font-family: "Nunito", sans-serif !important;
  color: #201e1f !important;
}
.product-orderactions .quantity {
  border-radius: 8px !important;
}

.product-description .nav-tabs li.active a {
  border-left: 1px solid #005fa7 !important;
}

.product-description .nav-tabs li.active a {
  color: #005fa7 !important;
  border-bottom: 1px solid #005fa7 !important;
}
@media screen and (max-width: 576px) {
  .product-description .nav-tabs li.active a {
    border-bottom: none !important;
  }
}

.user-auth .common-panel {
  background: none !important;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  z-index: 1 !important;
  pointer-events: none !important;
}

.cart-btn,
.cart-items .item .text-block .title-wrap .title,
.checkout-total-wrap .total-row {
  font-family: "Nunito", sans-serif;
}

.cart-items .item .total-price-wrap .total-price,
.cart-items .item .text-block .vendor-code-wrap .vendor-code,
.checkout-total-wrap .total-row__bold {
  font-family: "Raleway", sans-serif;
  font-feature-settings: "pnum" on, "lnum" on;
}

.promo-code-block .input-block input[type=text] {
  border: 1px solid #005fa7;
  border-radius: 8px;
}

.page-buttons-wrap .cart-btn {
  padding: 10px 20px;
  background-color: #005fa7;
  border-radius: 8px;
}
.page-buttons-wrap .cart-btn_instant {
  background-color: #fff;
}
.page-buttons-wrap .cart-btn_instant:hover {
  opacity: 0.7;
  color: #201e1f;
}
.page-buttons-wrap .cart-btn:hover {
  opacity: 0.7;
}

.cart-btn_save {
  background-color: #EDF1F4;
  border-radius: 8px;
  border: none;
  outline-color: #201e1f;
  min-height: 38px;
  max-width: 170px;
  padding: 0 22px;
  color: #005fa7 !important;
  font-family: "Nunito", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
}
@media screen and (min-width: 576px) and (max-width: 1024px) {
  .cart-btn_save {
    margin: 0 0 0 15px;
  }
}
.cart-btn_save:hover {
  background-color: #EDF1F4;
  opacity: 0.7 !important;
}

.cart-btn_back {
  background-color: #005fa7 !important;
}

.back-link > a:focus:hover, .back-link > a:hover, .back-link > a:link:hover, .back-link > a:visited:hover {
  color: #005fa7 !important;
}

.order-mini .mini-total, .order-mini .mini-cart .mini-order {
  font-family: "Nunito", sans-serif !important;
}

.order-mini .mini-total__discount > .value {
  color: #101010 !important;
}

.filter-slide-panel__title > span, .filter-block__label {
  font-family: "Nunito", sans-serif !important;
}

.filters-buttons__button {
  border-radius: 8px !important;
}

.filters-buttons__button_send {
  background-color: #005fa7 !important;
}

.order-content .form-info input[type=checkbox]:checked + label:before {
  background: #005fa7 !important;
}

.order-content .form-info__link, .order-content .form-info__link:focus, .order-content .form-info__link:link, .order-content .form-info__link:visited {
  font-family: "Nunito", sans-serif !important;
  color: #005fa7 !important;
}

.order-content .form-info .r-input input[type=radio]:checked ~ .checkmark_text {
  background-color: #005fa7 !important;
}

.order-content .form-info .r-input:hover input[type=radio] ~ .checkmark {
  border: 2px solid #005fa7 !important;
}

.order-box__changelink:active, .order-box__changelink:focus, .order-box__changelink:hover, .order-box__changelink:link, .order-box__changelink:visited {
  color: #005fa7 !important;
}

.cookie-notification {
  display: none;
  position: fixed;
  z-index: 1;
  right: 30px;
  bottom: 50px;
  width: 400px;
  height: auto;
  background-color: #ffffff;
  transition: 0.5s;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  .cookie-notification {
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
  }
}
.cookie-notification .cookie-content {
  position: relative;
  padding: 20px 30px;
}
.cookie-notification .cookie-content__close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  line-height: 20px;
  cursor: pointer;
}
.cookie-notification .cookie-content__close:hover {
  opacity: 0.7;
}
.cookie-notification .cookie-content__text {
  padding-bottom: 20px;
}
.cookie-notification .cookie-content #buttonCookie {
  background-color: #005fa7 !important;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 8px;
  border-color: #005fa7 !important;
}

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