@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&display=swap");
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: clip;
}

@media (min-width: 1640px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1280px;
  }
}
@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 95vw;
  }
}
@media (min-width: 1640px) {
  .container,
  .container-sm {
    max-width: 1280px;
  }
}
* {
  box-sizing: border-box;
  font-family: "Instrument Sans", sans-serif;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  font-family: "Instrument Sans", sans-serif;
  accent-color: #003671;
}
body #main-wrapper {
  position: relative;
}
body #main-wrapper.opened-menu::after {
  position: absolute;
  content: "";
  top: 0;
  left: calc((100vw - 1576px) / 2 * -1);
  background-color: rgba(0, 0, 0, 0.6980392157);
  width: 200vw;
  height: 100vh;
  z-index: 9;
}

@media (max-width: 1576px) {
  body #main-wrapper.opened-menu::after {
    left: -50vw;
  }
}
@media (max-width: 991px) {
  body #main-wrapper.opened-menu::after {
    display: none;
  }
  /* For Webkit browsers (Chrome, Safari) */
  ::-webkit-scrollbar-thumb {
    background-color: #003671;
    width: 5px;
    height: 5px;
  }
  /* For Firefox */
  ::-moz-scrollbar-thumb {
    background-color: #003671;
    width: 5px;
    height: 5px;
  }
  /* For Internet Explorer and Edge */
  ::-ms-thumb {
    background-color: #003671;
    width: 5px;
    height: 5px;
  }
  /* For standard scrollbars (if supported) */
  ::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }
}
.ask-product-link {
  color: #003671;
  text-decoration: none;
}
.ask-product-link img {
  margin-bottom: 16px;
}
.ask-product-link:hover {
  color: #e63027;
}

#topbar {
  position: relative;
  background-color: #f0f0f0;
  height: 40px;
  z-index: 11;
}
@media (max-width: 991px) {
  #topbar {
    height: 32px;
    padding: 7px 16px;
    box-sizing: border-box;
  }
}
#topbar .container {
  height: 40px;
  padding: 0;
}
@media (max-width: 991px) {
  #topbar .container {
    height: auto;
  }
}
#topbar .container .topbar-links a,
#topbar .container .topbar-contact a {
  color: #212321;
  font-weight: 500;
  font-size: 14px;
  line-height: 133%;
  text-decoration: none;
  padding: 2px 0;
}
@media (max-width: 991px) {
  #topbar .container .topbar-links a,
  #topbar .container .topbar-contact a {
    font-size: 12px;
  }
  #topbar .container .topbar-links a img,
  #topbar .container .topbar-contact a img {
    width: 16px;
    height: 16px;
  }
}
#topbar .container .topbar-links a:hover,
#topbar .container .topbar-contact a:hover {
  color: #e63027;
}
#topbar .container .topbar-links a:hover img,
#topbar .container .topbar-contact a:hover img {
  filter: brightness(0) saturate(100%) invert(35%) sepia(94%) saturate(4713%) hue-rotate(348deg) brightness(92%) contrast(94%);
}
#topbar .container .topbar-links a img,
#topbar .container .topbar-contact a img {
  margin-right: 8px;
}
@media (max-width: 760px) {
  #topbar .container .topbar-links a img,
  #topbar .container .topbar-contact a img {
    margin-right: 4px;
  }
}
#topbar .container .topbar-contact {
  gap: 24px;
}
@media (max-width: 760px) {
  #topbar .container .topbar-contact {
    gap: 6px;
  }
}

header {
  position: relative;
  box-shadow: 5px 0px 18.6px 0px rgba(0, 0, 0, 0.1490196078);
  z-index: 10;
}

nav .navbar-brand img {
  width: 195px;
  height: 55px;
}
@media (max-width: 991px) {
  nav .navbar-brand img {
    width: auto;
    height: 45px;
  }
}
nav .container-fluid {
  padding: 0 !important;
}
nav #nav-searchbar {
  position: relative;
}
nav #nav-searchbar input {
  all: unset;
  width: 785px;
  height: 45px;
  background-color: #f2f3f7;
  padding: 0 190px 0 38px;
  border-radius: 16px;
  border: 1px solid #d9d9d9;
  box-sizing: border-box;
}
nav #nav-searchbar input::-moz-placeholder {
  font-size: 16px;
  font-weight: 300;
  line-height: 90%;
  color: #747474;
}
nav #nav-searchbar input::placeholder {
  font-size: 16px;
  font-weight: 300;
  line-height: 90%;
  color: #747474;
}
nav #nav-searchbar input:hover, nav #nav-searchbar input:active {
  border: 1px solid #003671;
}
nav #nav-searchbar .vertical-line {
  position: absolute;
  top: 14px;
  right: 190px;
  display: block;
  width: 1px;
  height: 20px;
  background-color: #003671;
}
nav #nav-searchbar #search-query-select {
  background-color: #f2f3f7;
  position: absolute;
  top: 14px;
  right: 88px;
  font-size: 14px;
  color: #003671;
  border: 0;
}
nav #nav-searchbar button {
  all: unset;
  position: absolute;
  top: calc(50% - 12.5px);
  right: 30px;
  font-size: 0;
  content: "";
  display: block;
  background: url("./../assets/icons/common/header/magnifier.svg");
  width: 25px;
  height: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}
nav .nav-account-cart .cart-nav-box {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
}
nav .nav-account-cart .cart-value-text {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  margin: 4px 0 0 8px;
  width: 46px;
  color: #000000;
}
nav .nav-account-cart a span {
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  color: #212321;
  width: 62px;
}
nav .nav-account-cart a:hover span {
  color: #e63027;
}
nav .nav-account-cart a:hover svg {
  filter: brightness(0) saturate(100%) invert(35%) sepia(94%) saturate(4713%) hue-rotate(348deg) brightness(92%) contrast(94%);
}
nav .nav-account-cart a.nav-cart-icon, nav .nav-account-cart a.nav-clients-panel-icon, nav .nav-account-cart a.nav-wishlist-icon {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  text-decoration: unset;
}
nav .nav-account-cart a.nav-cart-icon svg.wishlist-icon, nav .nav-account-cart a.nav-clients-panel-icon svg.wishlist-icon, nav .nav-account-cart a.nav-wishlist-icon svg.wishlist-icon {
  width: 34px;
  height: 34px;
  filter: invert(0) brightness(0);
}
nav .nav-account-cart a.nav-cart-icon .cart-icon, nav .nav-account-cart a.nav-clients-panel-icon .cart-icon, nav .nav-account-cart a.nav-wishlist-icon .cart-icon {
  margin-right: 24px;
}
@media (max-width: 991px) {
  nav .nav-account-cart a.nav-cart-icon .cart-icon, nav .nav-account-cart a.nav-clients-panel-icon .cart-icon, nav .nav-account-cart a.nav-wishlist-icon .cart-icon {
    height: 30px;
    width: auto;
  }
}
nav .nav-account-cart a.nav-cart-icon .cart-quantity,
nav .nav-account-cart a.nav-cart-icon .offertspage-quantity,
nav .nav-account-cart a.nav-cart-icon .wishlist-quantity, nav .nav-account-cart a.nav-clients-panel-icon .cart-quantity,
nav .nav-account-cart a.nav-clients-panel-icon .offertspage-quantity,
nav .nav-account-cart a.nav-clients-panel-icon .wishlist-quantity, nav .nav-account-cart a.nav-wishlist-icon .cart-quantity,
nav .nav-account-cart a.nav-wishlist-icon .offertspage-quantity,
nav .nav-account-cart a.nav-wishlist-icon .wishlist-quantity {
  position: absolute;
  display: flex;
  justify-content: center;
  top: 0px;
  right: 8px;
  background-color: #e63027;
  border-radius: 100%;
  z-index: 10;
  min-width: 27px;
  height: 27px;
  padding: 2px;
  width: auto;
}
@media (max-width: 991px) {
  nav .nav-account-cart a.nav-cart-icon .cart-quantity,
  nav .nav-account-cart a.nav-cart-icon .offertspage-quantity,
  nav .nav-account-cart a.nav-cart-icon .wishlist-quantity, nav .nav-account-cart a.nav-clients-panel-icon .cart-quantity,
  nav .nav-account-cart a.nav-clients-panel-icon .offertspage-quantity,
  nav .nav-account-cart a.nav-clients-panel-icon .wishlist-quantity, nav .nav-account-cart a.nav-wishlist-icon .cart-quantity,
  nav .nav-account-cart a.nav-wishlist-icon .offertspage-quantity,
  nav .nav-account-cart a.nav-wishlist-icon .wishlist-quantity {
    min-width: 22px;
    height: 22px;
  }
}
nav .nav-account-cart a.nav-cart-icon .cart-quantity p,
nav .nav-account-cart a.nav-cart-icon .offertspage-quantity p,
nav .nav-account-cart a.nav-cart-icon .wishlist-quantity p, nav .nav-account-cart a.nav-clients-panel-icon .cart-quantity p,
nav .nav-account-cart a.nav-clients-panel-icon .offertspage-quantity p,
nav .nav-account-cart a.nav-clients-panel-icon .wishlist-quantity p, nav .nav-account-cart a.nav-wishlist-icon .cart-quantity p,
nav .nav-account-cart a.nav-wishlist-icon .offertspage-quantity p,
nav .nav-account-cart a.nav-wishlist-icon .wishlist-quantity p {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #ffffff;
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  nav .nav-account-cart a.nav-cart-icon .cart-quantity p,
  nav .nav-account-cart a.nav-cart-icon .offertspage-quantity p,
  nav .nav-account-cart a.nav-cart-icon .wishlist-quantity p, nav .nav-account-cart a.nav-clients-panel-icon .cart-quantity p,
  nav .nav-account-cart a.nav-clients-panel-icon .offertspage-quantity p,
  nav .nav-account-cart a.nav-clients-panel-icon .wishlist-quantity p, nav .nav-account-cart a.nav-wishlist-icon .cart-quantity p,
  nav .nav-account-cart a.nav-wishlist-icon .offertspage-quantity p,
  nav .nav-account-cart a.nav-wishlist-icon .wishlist-quantity p {
    font-size: 12px;
  }
}
nav .nav-account-cart a.nav-cart-icon .offertspage-quantity,
nav .nav-account-cart a.nav-cart-icon .wishlist-quantity, nav .nav-account-cart a.nav-clients-panel-icon .offertspage-quantity,
nav .nav-account-cart a.nav-clients-panel-icon .wishlist-quantity, nav .nav-account-cart a.nav-wishlist-icon .offertspage-quantity,
nav .nav-account-cart a.nav-wishlist-icon .wishlist-quantity {
  right: -4px;
}
nav .dropend {
  position: static;
}
nav .dropdown-item:focus,
nav .dropdown-item:hover {
  background-color: #e63027;
  color: #ffffff;
  text-shadow: 0.3px 0px 0.1px, -0.3px 0px 0.1px;
}
nav .second-lvl-menu .dropdown-item:focus,
nav .second-lvl-menu .dropdown-item:hover {
  color: #e63027;
}
nav .dropdown-toggle::after {
  border-top: 0.3em solid #fff;
  border-right: 0.3em solid rgba(255, 255, 255, 0);
  border-bottom: 0;
  border-left: 0.3em solid rgba(255, 255, 255, 0);
}
nav .dropdown-toggle::after:hover {
  color: #003671;
}
nav .navbar-bottom .main-nav-item:first-of-type > a {
  padding-left: 0;
}
nav .navbar-bottom .main-nav-item:last-of-type > a {
  padding-right: 0;
}
nav .navbar-bottom .main-nav-item > a {
  font-family: Instrument Sans;
  font-weight: 500;
  font-size: 16px;
  line-height: 177%;
  color: #000000;
  padding: 10px;
  margin: 0 15px;
}
@media (max-width: 1220px) {
  nav .navbar-bottom .main-nav-item > a {
    margin: 0;
  }
}
nav .navbar-bottom .main-nav-item > a:hover, nav .navbar-bottom .main-nav-item > a.active {
  color: #e63027;
}
nav .navbar-bottom .main-nav-item > a.big-dropdown {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #003671;
  border: 1px solid #003671;
  color: #ffffff;
  border-radius: 10px;
  height: 42px;
}
nav .navbar-bottom .main-nav-item > a.big-dropdown:hover {
  background-color: #e63027;
  border: 1px solid #e63027;
}
nav .navbar-bottom .main-nav-item > a.big-dropdown.show {
  background-color: #e63027;
  border: 1px solid #e63027;
}
nav .navbar-bottom .main-nav-item > a.big-dropdown.show::after {
  rotate: 180deg;
}

@media (max-width: 1260px) {
  nav #nav-searchbar input {
    width: 100%;
  }
}
@media (min-width: 992px) {
  header {
    height: 244px;
  }
  nav {
    height: 203px;
  }
  nav .navbar-brand-mobile {
    display: none;
  }
  nav .navbar-first-row {
    height: 86px;
  }
  nav .navbar-top {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    height: 86px;
  }
  nav .navbar-bottom {
    position: absolute;
    top: 76px;
    left: 0;
    display: flex;
    height: 128px;
  }
  nav .navbar-bottom .dropdown {
    position: static !important;
  }
  nav .navbar-bottom .bottom-nav-categories {
    height: 40px;
    margin-bottom: 16px;
  }
  nav .navbar-bottom .offert-nav-toggler {
    height: 40px;
    padding: 6px 0 16px 0;
    width: 100%;
    gap: 60px;
  }
  nav .navbar-bottom .offert-nav-toggler .nav-item {
    width: 33%;
  }
  nav .navbar-bottom .offert-nav-toggler .nav-item .nav-link {
    font-weight: 600;
    font-size: 18px;
    line-height: 177%;
    text-transform: uppercase;
    margin: 0;
  }
  nav .nav-account-cart a.nav-cart-icon {
    margin-right: 4px;
  }
  nav .nav-account-cart a.nav-cart-icon .cart-quantity p {
    margin: 0;
  }
  nav .dropdown-menu {
    position: relative;
    grid-template-columns: repeat(4, 1fr);
    margin: 0 !important;
    --bs-dropdown-spacer: 0 !important;
    --bs-dropdown-padding-y: 0 !important;
    min-height: 36px;
    padding: 21px 39px;
    background-color: #f2f3f7;
    border-radius: 0 0 50px 50px !important;
    width: 100%;
    border-top: 1px solid #e63027;
  }
  nav .dropdown-menu.second-lvl-menu {
    position: absolute;
    left: 100%;
    top: 0;
    min-width: 230px;
    padding: 15px 20px;
    background-color: #ffffff;
    border-radius: 0 12px 12px 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.07);
    z-index: 50;
  }
  nav .dropdown-menu.second-lvl-menu li a {
    font-size: 15px;
    color: #000000;
    padding: 8px 16px;
    border-radius: 6px;
  }
  nav .dropdown-menu.second-lvl-menu li a:hover {
    background-color: #e63027;
    color: #ffffff;
  }
  nav .dropdown-menu .dropdown-item.dropdown-toggle.show::after {
    rotate: 90deg;
  }
  nav .dropdown-menu .dropdown.dropend {
    position: relative !important;
  }
  nav .dropdown-menu .dropdown.dropend .dropdown-toggle.show img {
    filter: invert(0) brightness(220);
  }
  nav .dropdown-menu .dropdown.dropend .dropdown-menu.second-lvl-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  nav .dropdown-menu .dropdown.dropend:focus-within > .dropdown-menu.second-lvl-menu {
    display: none;
    width: -moz-max-content;
    width: max-content;
    padding: 24px;
  }
  nav .dropdown-menu .dropdown.dropend:focus-within > .dropdown-menu.second-lvl-menu.show {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    border: 0;
    padding: 16px;
    border-radius: 10px !important;
  }
  nav .dropdown-menu.show {
    display: grid;
  }
  nav .dropdown-menu li {
    margin-bottom: 6px;
  }
  nav .dropdown-menu li a {
    padding: 8px 16px;
    border-radius: 10px;
    width: -moz-max-content;
    width: max-content;
  }
  nav .dropdown-menu li a img {
    margin-right: 18px;
  }
  nav .dropdown-menu li a:hover img {
    filter: invert(0) brightness(220);
  }
  nav .dropdown-menu.second-lvl-menu {
    padding: 21px 60px 21px 0;
    background-color: #ffffff;
  }
  nav .dropdown-menu.second-lvl-menu.show {
    display: flex;
    height: 100%;
    width: 100vw;
  }
  nav .dropdown-menu.second-lvl-menu.show .list-unstyled {
    padding-left: 64px;
  }
  nav .dropdown-menu.second-lvl-menu.show .list-unstyled li {
    min-height: 42px;
  }
  nav .dropdown-menu.second-lvl-menu.show .list-unstyled li a:hover {
    background-color: unset;
  }
  nav .dropdown-menu.second-lvl-menu.show .list-unstyled li a img {
    margin-right: 18px;
  }
}
@media (max-width: 991px) {
  nav {
    height: auto;
  }
  nav .container-fluid {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  nav .navbar-brand img {
    margin-left: 0;
  }
  nav #nav-searchbar {
    margin: 16px 0 0 0;
    width: 100%;
  }
  nav #nav-searchbar input {
    width: 100%;
    height: 48px;
    padding: 0 144px 0 16px;
    margin: 0 !important;
    font-size: 14px;
  }
  nav #nav-searchbar input::-moz-placeholder {
    font-size: 14px;
  }
  nav #nav-searchbar input::placeholder {
    font-size: 14px;
  }
  nav #nav-searchbar button {
    right: 16px;
  }
  nav #nav-searchbar #search-query-select {
    right: 48px;
  }
  nav #nav-searchbar .vertical-line {
    right: 140px;
  }
  nav .navbar-brand-desktop {
    display: none;
  }
  nav .nav-account-cart {
    padding: 16px 0 0 0;
    width: 100%;
    justify-content: flex-end;
    margin-right: 6px;
  }
  nav .nav-account-cart a span {
    font-size: 15px;
  }
  nav .nav-account-cart a svg {
    width: 30px;
    height: 30px;
  }
  nav .nav-account-cart a svg.wishlist-icon {
    width: 30px !important;
    height: 30px !important;
  }
  nav .nav-account-cart .cart-value-text {
    font-size: 13px;
  }
  nav .navbar-bottom {
    align-items: flex-start !important;
  }
  nav .navbar-bottom .offert-nav-toggler {
    flex-direction: column;
    margin-right: unset;
    width: 100%;
    gap: 6px;
    margin-top: 8px;
  }
  nav .navbar-bottom .offert-nav-toggler .dropdown-item img {
    margin-right: 12px;
  }
  nav .navbar-bottom .bottom-nav-categories {
    flex-direction: column;
  }
  nav .navbar-bottom .bottom-nav-categories .nav-link {
    padding-left: 0;
  }
  nav .navbar-bottom .main-nav-item {
    width: 100%;
  }
  nav .navbar-bottom .main-nav-item .dropdown-toggle:not(.dropdown-item.dropdown-toggle),
  nav .navbar-bottom .main-nav-item > a {
    font-size: 16px;
    padding: 6px 0;
  }
  nav .navbar-bottom .main-nav-item .dropdown-item.dropdown-toggle::after {
    rotate: 90deg;
  }
  nav .navbar-bottom .main-nav-item .dropdown-item.dropdown-toggle.show img {
    filter: invert(0) brightness(220);
  }
  nav .navbar-bottom .main-nav-item .dropdown-item {
    font-size: 14px;
    border-radius: 10px;
  }
  nav .navbar-bottom .main-nav-item .dropdown-menu {
    border: 0;
    border-radius: 0;
  }
  nav .navbar-bottom .main-nav-item .dropdown-menu.show {
    background-color: #f2f3f7;
  }
  nav .navbar-bottom .main-nav-item .dropdown-menu.show .dropdown-menu.show {
    background-color: #ffffff;
  }
  nav .navbar-bottom .main-nav-item .dropdown-menu.second-lvl-menu.show .list-unstyled li a:hover {
    background-color: unset;
  }
  nav .navbar-bottom .main-nav-item .dropdown-menu.second-lvl-menu.show .list-unstyled li a img {
    width: 25px;
    height: 25px;
    margin-right: 10px;
  }
}
footer {
  background-color: #003671;
  border-top: 1px solid #a6a6a6;
}
footer .footer__container__top {
  padding: 64px 0 78px 0;
  width: 1576px;
  margin: 0 auto;
}
footer .footer__container__top .footer-contact-box {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 12px 0;
  gap: 12px;
}
@media (max-width: 760px) {
  footer .footer__container__top .footer-contact-box {
    gap: 8px;
  }
}
footer .footer__container__top .footer-contact-box .contact-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #d9d9d9;
  min-width: 36px;
  width: 36px;
  height: 36px;
  border-radius: 100%;
}
@media (max-width: 991px) {
  footer .footer__container__top .footer-contact-box .contact-icon {
    min-width: 28px;
    width: 28px;
    height: 28px;
  }
  footer .footer__container__top .footer-contact-box .contact-icon img {
    width: 16px;
    height: 16px;
  }
}
footer .footer__container__top .address-footer {
  cursor: pointer;
}
footer .footer__container__top .address-footer:hover span {
  color: #e63027;
}
footer .footer__container__top .first-column {
  max-width: 372px;
}
footer .footer__container__top .first-column .footer-logo {
  margin: 0 0 25px 0;
}
footer .footer__container__top .first-column .footer-logo img {
  font-size: 12px;
}
footer .footer__container__top .first-column .footer-text {
  margin: 0 0 23px 0;
}
footer .footer__container__top .first-column .footer-text.newsletter-title {
  margin: 0 0 16px 0;
}
footer .footer__container__top .first-column .footer-text strong {
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
  color: #ffffff;
  margin: 0;
}
@media (max-width: 991px) {
  footer .footer__container__top .first-column .footer-text strong {
    font-size: 14px;
  }
}
footer .footer__container__top .first-column .footer-text p {
  font-size: 15px;
  font-weight: 400;
  line-height: 160%;
  color: #ffffff;
  margin: 0;
}
footer .footer__container__top .second-column {
  max-width: 240px;
}
footer .footer__container__top .second-column h2 {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  color: #ffffff;
  margin: 0 0 16px 0;
  text-transform: uppercase;
}
footer .footer__container__top .second-column a {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 177.023%;
  color: #ffffff;
  text-decoration: none;
}
footer .footer__container__top .second-column a:hover {
  color: #e63027;
}
footer .footer__container__top .second-column span {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  color: #ffffff;
}
footer .footer__container__top .third-column {
  max-width: 240px;
}
footer .footer__container__top .third-column strong,
footer .footer__container__top .fourth-column strong {
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
  color: #ffffff;
  margin: 0 0 16px 0;
}
@media (max-width: 991px) {
  footer .footer__container__top .third-column strong,
  footer .footer__container__top .fourth-column strong {
    font-size: 12px;
  }
}
footer .footer__container__top .third-column h2,
footer .footer__container__top .fourth-column h2 {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0 0 16px 0;
}
footer .footer__container__top .third-column a,
footer .footer__container__top .fourth-column a {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  color: #ffffff;
  text-decoration: none;
}
footer .footer__container__top .third-column a img,
footer .footer__container__top .fourth-column a img {
  margin-right: 15px;
}
footer .footer__container__top .third-column a:hover,
footer .footer__container__top .fourth-column a:hover {
  color: #e63027;
}
footer .footer__container__top .third-column a:hover img,
footer .footer__container__top .fourth-column a:hover img {
  filter: brightness(0) saturate(100%) invert(35%) sepia(94%) saturate(4713%) hue-rotate(348deg) brightness(92%) contrast(94%);
}
footer .footer__container__top .third-column span,
footer .footer__container__top .fourth-column span {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  color: #ffffff;
}
footer .footer__container__top .third-column .newsletter-small-form label.custom-checkbox-container,
footer .footer__container__top .fourth-column .newsletter-small-form label.custom-checkbox-container {
  font-weight: 400;
  font-size: 12px;
  line-height: 160%;
  color: #ffffff;
}
@media (max-width: 991px) {
  footer .footer__container__top .third-column .newsletter-small-form label.custom-checkbox-container,
  footer .footer__container__top .fourth-column .newsletter-small-form label.custom-checkbox-container {
    padding-left: 28px;
    font-size: 11px;
    margin-bottom: 0;
  }
  footer .footer__container__top .third-column .newsletter-small-form label.custom-checkbox-container .custom-checkbox-checkmark,
  footer .footer__container__top .fourth-column .newsletter-small-form label.custom-checkbox-container .custom-checkbox-checkmark {
    width: 18px;
    height: 18px;
  }
  footer .footer__container__top .third-column .newsletter-small-form label.custom-checkbox-container .custom-checkbox-checkmark::after,
  footer .footer__container__top .fourth-column .newsletter-small-form label.custom-checkbox-container .custom-checkbox-checkmark::after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 11px;
  }
}
footer .footer__container__top .third-column .newsletter-small-form-box,
footer .footer__container__top .fourth-column .newsletter-small-form-box {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 24px 0;
}
@media (max-width: 991px) {
  footer .footer__container__top .third-column .newsletter-small-form-box,
  footer .footer__container__top .fourth-column .newsletter-small-form-box {
    margin: 0 0 16px 0;
  }
}
footer .footer__container__top .third-column .newsletter-small-form-box input,
footer .footer__container__top .fourth-column .newsletter-small-form-box input {
  all: unset;
  width: 160px;
  height: 45px;
  background-color: #d9d9d9;
  padding: 0 16px;
  color: #212321;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}
footer .footer__container__top .third-column .newsletter-small-form-box input::-moz-placeholder, footer .footer__container__top .fourth-column .newsletter-small-form-box input::-moz-placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  color: #212321;
}
footer .footer__container__top .third-column .newsletter-small-form-box input::placeholder,
footer .footer__container__top .fourth-column .newsletter-small-form-box input::placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  color: #212321;
}
@media (max-width: 991px) {
  footer .footer__container__top .third-column .newsletter-small-form-box input,
  footer .footer__container__top .fourth-column .newsletter-small-form-box input {
    font-size: 14px;
    height: 40px;
  }
  footer .footer__container__top .third-column .newsletter-small-form-box input::-moz-placeholder, footer .footer__container__top .fourth-column .newsletter-small-form-box input::-moz-placeholder {
    font-size: 14px;
  }
  footer .footer__container__top .third-column .newsletter-small-form-box input::placeholder,
  footer .footer__container__top .fourth-column .newsletter-small-form-box input::placeholder {
    font-size: 14px;
  }
}
footer .footer__container__top .third-column .newsletter-small-form-box button,
footer .footer__container__top .fourth-column .newsletter-small-form-box button {
  all: unset;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 45px;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
  color: #ffffff;
  background-color: #e63027;
  cursor: pointer;
}
footer .footer__container__top .third-column .newsletter-small-form-box button:hover,
footer .footer__container__top .fourth-column .newsletter-small-form-box button:hover {
  filter: brightness(0.85);
}
@media (max-width: 991px) {
  footer .footer__container__top .third-column .newsletter-small-form-box button,
  footer .footer__container__top .fourth-column .newsletter-small-form-box button {
    font-size: 14px;
    height: 40px;
    width: 90px;
  }
}
footer .footer__container__bottom {
  position: relative;
  height: 42px;
  width: 1576px;
  margin: 0 auto;
  background-color: #000000;
  z-index: 1;
  padding: 0 16px;
}
footer .footer__container__bottom::before {
  position: absolute;
  display: block;
  content: "";
  background-color: #000000;
  left: calc((100vw - 1576px) / 2 * -1);
  top: 0;
  width: 100vw;
  height: 100%;
  z-index: 0;
}
footer .footer__container__bottom p {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  color: #ffffff;
  margin: 0;
  z-index: 1;
}
footer .footer__container__bottom .contip {
  display: inline-flex;
  align-items: center;
  margin-left: 8px;
}
footer .footer__container__bottom .contip img {
  margin-left: 8px;
}

@media (max-width: 1640px) {
  footer .footer__container__top, footer .footer__container__bottom {
    width: 100%;
  }
  footer .footer__container__bottom::before {
    left: -400px;
    width: 400vw;
  }
}
@media (max-width: 1260px) {
  footer .footer__container__top {
    padding: 40px 0 24px 0;
    flex-wrap: wrap;
    justify-content: flex-start !important;
    margin-left: 24px;
    gap: 16px;
  }
  footer .footer__container__top .first-column {
    max-width: 100%;
    width: 100% !important;
  }
  footer .footer__container__top .col-4,
  footer .footer__container__top .col-2,
  footer .footer__container__top .col-3 {
    width: calc(50% - 24px);
    justify-content: flex-start !important;
  }
  footer .footer__container__top .col-4.third-column,
  footer .footer__container__top .col-2.third-column,
  footer .footer__container__top .col-3.third-column {
    margin-left: 16px;
  }
}
@media (max-width: 991px) {
  .footer__container__bottom {
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 8px 16px !important;
    height: auto !important;
  }
  .footer__container__bottom p {
    text-align: center;
  }
}
@media (max-width: 639px) {
  footer .footer__container__top {
    padding: 16px;
    margin-left: 0;
    gap: 4px;
  }
  footer .footer__container__top .first-column .footer-logo {
    margin: 0 0 16px 0;
  }
  footer .footer__container__top .first-column .footer-logo img {
    width: 160px;
    height: auto;
  }
  footer .footer__container__top .first-column .footer-text {
    margin: 0 0 8px 0;
  }
  footer .footer__container__top .first-column .footer-text.newsletter-title {
    width: 80vw;
  }
  footer .footer__container__top .first-column .footer-text strong {
    font-size: 14px;
    line-height: 140%;
  }
  footer .footer__container__top .first-column .footer-text p,
  footer .footer__container__top .first-column .footer-text span {
    font-size: 12px;
    line-height: 120%;
  }
  footer .footer__container__top .second-column h2 {
    font-size: 16px;
  }
  footer .footer__container__top .second-column a,
  footer .footer__container__top .second-column span {
    font-size: 12px;
    line-height: 140%;
  }
  footer .footer__container__top .third-column h2,
  footer .footer__container__top .fourth-column h2 {
    font-size: 16px;
  }
  footer .footer__container__top .third-column a,
  footer .footer__container__top .third-column span,
  footer .footer__container__top .fourth-column a,
  footer .footer__container__top .fourth-column span {
    font-size: 11px;
    line-height: 120%;
  }
  footer .footer__container__bottom p {
    font-size: 12px;
    line-height: 140%;
  }
  footer .footer__container__bottom p.contip {
    margin: 8px 0 0 0;
  }
}
.breadcrumbs {
  padding-top: 15px;
  margin-bottom: 15px;
}
.breadcrumbs ul {
  display: inline-flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
}
.breadcrumbs ul li.breadcrumb-item {
  position: relative;
  list-style: none;
  margin-right: 40px;
}
.breadcrumbs ul li.breadcrumb-item:nth-child(1)::after {
  display: none;
}
.breadcrumbs ul li.breadcrumb-item::before {
  display: none;
}
.breadcrumbs ul li.breadcrumb-item::after {
  position: absolute;
  margin-right: 10px;
  top: 8px;
  left: -24px;
  background-size: contain;
  width: 8px;
  height: 8px;
  content: "";
  background-image: url("./../assets/icons/common/breadcrumbs/breadcrumb_icon.svg");
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
}
.breadcrumbs ul li.breadcrumb-item a:hover,
.breadcrumbs ul li.breadcrumb-item p:hover {
  color: #e63027;
}
.breadcrumbs ul li.breadcrumb-item a,
.breadcrumbs ul li.breadcrumb-item p,
.breadcrumbs ul li.breadcrumb-item span {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #212321;
  text-decoration: none;
  margin: 0;
}

@media (max-width: 1260px) {
  .breadcrumbs {
    margin-bottom: 24px;
  }
  .breadcrumbs ul li.breadcrumb-item {
    margin-right: 24px;
  }
  .breadcrumbs ul li.breadcrumb-item::after {
    margin-right: 10px;
    left: -16px;
  }
}
@media (max-width: 991px) {
  .breadcrumbs {
    padding-top: 0;
    margin-bottom: 8px;
  }
  .breadcrumbs ul {
    padding-left: 16px;
    margin: 0;
  }
  .breadcrumbs ul li.breadcrumb-item {
    margin-right: 16px;
  }
  .breadcrumbs ul li.breadcrumb-item::after {
    margin-right: 8px;
    top: 10px;
    left: -12px;
    width: 8px;
    height: 8px;
  }
  .breadcrumbs ul li.breadcrumb-item:first-of-type {
    margin-left: -12px;
  }
  .breadcrumbs ul li.breadcrumb-item a,
  .breadcrumbs ul li.breadcrumb-item p,
  .breadcrumbs ul li.breadcrumb-item span {
    font-weight: 400 !important;
    font-size: 11px !important;
    line-height: 12px !important;
  }
}
.color-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  border: 1px solid #e63027;
  background-color: #e63027;
  color: #ffffff;
  width: -moz-max-content;
  width: max-content;
  height: 54px;
  padding: 15px 20px;
  text-decoration: none;
  border-radius: 10px;
  text-transform: uppercase;
}
.color-btn.left-btn img {
  transform: rotate(180deg);
  margin-left: 0;
  margin-right: 10px;
}
.color-btn img {
  margin-left: 10px;
}
.color-btn:hover {
  border: 1px solid #ffffff;
  background-color: #ffffff;
  color: #003671;
}
.color-btn:hover img {
  content: url("./../assets/icons/common/buttons/button_color_arrow.svg");
}

.white-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  border: 1px solid #003671;
  background-color: #ffffff;
  color: #003671;
  width: -moz-max-content;
  width: max-content;
  height: 54px;
  padding: 15px 20px;
  text-decoration: none;
  border-radius: 10px;
  text-transform: uppercase;
}
.white-btn.left-btn img {
  transform: rotate(180deg);
  margin-left: 0;
  margin-right: 10px;
}
.white-btn img {
  margin-left: 10px;
}
.white-btn:hover {
  background-color: #003671;
  color: #ffffff;
}
.white-btn:hover img {
  content: url("./../assets/icons/common/buttons/button_white_arrow.svg");
}

.white-save-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  border: 1px solid #003671;
  background-color: #ffffff;
  color: #003671;
  width: -moz-max-content;
  width: max-content;
  height: 54px;
  padding: 15px 20px;
  text-decoration: none;
}
.white-save-btn.left-btn img {
  transform: rotate(180deg);
  margin-left: 0;
  margin-right: 10px;
}
.white-save-btn img {
  margin-left: 10px;
}
.white-save-btn:hover {
  background-color: #003671;
  color: #ffffff;
}
.white-save-btn:hover img {
  content: url("./../assets/icons/dashboard/save-btn-white.svg");
}

.color-save-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  border: 1px solid #003671;
  background-color: #003671;
  color: #ffffff;
  width: -moz-max-content;
  width: max-content;
  height: 54px;
  padding: 15px 20px;
  text-decoration: none;
}
.color-save-btn.left-btn img {
  transform: rotate(180deg);
  margin-left: 0;
  margin-right: 10px;
}
.color-save-btn img {
  margin-left: 10px;
}
.color-save-btn:hover {
  background-color: #ffffff;
  color: #003671;
}
.color-save-btn:hover img {
  content: url("./../assets/icons/dashboard/save-btn-color.svg?gf=534");
}

.white-red-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  border: 1px solid #e63027;
  background-color: #ffffff;
  color: #e63027;
  width: -moz-max-content;
  width: max-content;
  height: 54px;
  padding: 15px 20px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: Instrument Sans;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
}
.white-red-btn img {
  margin-left: 10px;
}
.white-red-btn:hover {
  background-color: #e63027;
  color: #ffffff;
}
.white-red-btn:hover img {
  content: url("./../assets/icons/common/buttons/button_white_arrow.svg?=gdfg5");
}

.white-purple-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  border: 1px solid #003671;
  background-color: #ffffff;
  color: #003671;
  width: -moz-max-content;
  width: max-content;
  height: 54px;
  padding: 15px 20px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: Instrument Sans;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
}
.white-purple-btn img {
  margin-left: 10px;
}
.white-purple-btn:hover {
  background-color: #003671;
  color: #ffffff;
}
.white-purple-btn:hover img {
  content: url("./../assets/icons/common/buttons/button_white_arrow.svg?=gdfg5");
}

@media (max-width: 991px) {
  .white-red-btn,
  .white-purple-btn {
    font-size: 14px;
    line-height: 16px;
    margin-top: 12px;
    height: 42px;
  }
  .white-red-btn img,
  .white-purple-btn img {
    width: 16px;
    height: 16px;
  }
}
.main-check-btn-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-check-btn-box a {
  margin-top: 0;
  font-size: 14px;
  line-height: 120%;
  margin-bottom: 16px;
  border-radius: 10px;
  border: 0;
  color: #003671;
  height: 40px;
}
.main-check-btn-box a img {
  width: 15px;
  height: 15px;
}
@media (max-width: 991px) {
  .main-check-btn-box a {
    font-size: 14px;
  }
}

.cart_container .prev {
  color: #e63027;
  border-color: #e63027;
}
.cart_container .prev:hover {
  color: #ffffff;
  background-color: #e63027;
}

.green-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  background: #21a500;
  border: 1px solid #21a500;
  border-radius: 20px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  color: #ffffff;
  text-decoration: none;
  margin: 0 auto;
}
.green-button:hover {
  background-color: rgb(22.8, 114, 0);
}
@media (max-width: 991px) {
  .green-button {
    font-size: 14px;
    height: 42px;
    width: -moz-max-content;
    width: max-content;
    padding: 0 24px;
  }
}

input.form-input,
select.form-select {
  width: -moz-max-content;
  width: max-content;
  height: 50px;
  border: 1px solid #e6e6e6;
  background-color: #f2f3f7;
  font-size: 14px;
  font-weight: 300;
  line-height: 160%;
  color: #212321;
  padding: 0 32px;
  margin: 16px 0 0 0;
  border: 0;
  border-radius: 0;
}
input.form-input:focus, input.form-input:hover,
select.form-select:focus,
select.form-select:hover {
  border: 0;
  outline: 1px solid #003671;
}
@media (max-width: 760px) {
  input.form-input,
  select.form-select {
    height: 40px;
  }
}

textarea.form-textarea {
  width: -moz-max-content;
  width: max-content;
  height: 160px;
  border: 1px solid #e6e6e6;
  background-color: #f2f3f7;
  font-size: 14px;
  font-weight: 300;
  line-height: 160%;
  color: #212321;
  padding: 16px 32px;
  margin: 16px 0 0 0;
}
textarea.form-textarea:focus, textarea.form-textarea:hover {
  border: 0;
  outline: 1px solid #003671;
}

label.add-files {
  width: -moz-max-content;
  width: max-content;
  height: 160px;
  border: 1px solid #e6e6e6;
  background-color: #f2f3f7;
  font-size: 14px;
  font-weight: 300;
  line-height: 160%;
  color: #212321;
  padding: 16px 32px;
  margin: 16px 0 0 0;
}
label.add-files:focus, label.add-files:hover {
  border: 0;
  outline: 1px solid #003671;
}

.pagination {
  width: 100%;
  background-color: #ffffff;
  padding-bottom: 59px;
}
.pagination_container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.pagination_container .dots {
  margin: 24px 13px 0 0;
}
.pagination_container .element {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border: 1px solid #eeeeee;
  background-color: #ffffff;
  margin-right: 13px;
  cursor: pointer;
  box-sizing: border-box;
  text-decoration: none;
}
.pagination_container .element p {
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  color: #212321;
  text-decoration: none;
  margin: 0;
}
@media (max-width: 640px) {
  .pagination_container .element p {
    font-size: 13px;
  }
}
.pagination_container .element.prev img {
  transform: rotate(180deg);
}
.pagination_container .element.active {
  background-color: #003671;
  border-color: #003671;
}
.pagination_container .element.active p {
  color: #ffffff;
}
.pagination_container .element:hover {
  border: 1px solid #003671;
}
.pagination_container .element.last img {
  width: 35px;
  height: 35px;
}
.pagination_container .element.last img:hover {
  border: 1px solid #003671;
}

.number-title {
  display: flex;
  align-items: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  color: #e63027;
  margin-top: 16px;
  text-transform: uppercase;
}
.number-title .form-number {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 30px;
  width: 30px;
  height: 30px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  color: #e63027;
  border: 1px solid #e63027;
  background-color: #f2f3f7;
  border-radius: 100%;
  margin-right: 15px;
}

.title-red-line {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 106px;
  height: 1px;
  background-color: #e63027;
  margin: 8px auto 16px auto;
}

@media (max-width: 991px) {
  .number-title {
    font-size: 16px;
    line-height: 140%;
  }
  .number-title .form-number {
    min-width: 26px;
    width: 26px;
    height: 26px;
    font-size: 16px;
  }
}
.color {
  position: relative;
  display: inline-flex;
  width: 32px;
  height: 32px;
  background: #d9d9d9;
  margin-right: 6px;
  border: 2px solid #ffffff;
  border-radius: 100%;
}
.color.red {
  background-color: #fd0000;
}
.color.yellow {
  background-color: #ffc700;
}
.color.lightblue {
  background-color: #00a3ff;
}
.color.blue {
  background-color: #30f;
}
.color.pink {
  background-color: #f09;
}
.color.purple {
  background-color: #bd00ff;
}
.color.green {
  background-color: #5cda47;
}
.color.black {
  background-color: #000000;
}
.color.white {
  background-color: #ffffff;
  border: 1px solid #8a8a8a;
}
.color.orange {
  background-color: #ff8a00;
}
.color.grey {
  background-color: #d9d9d9;
}

@media (max-width: 1199px) {
  .color {
    min-width: 24px;
    width: 24px;
    height: 24px;
    margin-right: 4px;
  }
}
/* ===== Custom Radio Button ===== */
/* Custom radio container */
.custom-radio-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.custom-radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.custom-radio-checkmark {
  position: absolute;
  top: 7px;
  left: 2px;
  height: 18px;
  width: 18px;
  background-color: #003671;
  border-radius: 50%;
  border: 1px solid #003671;
}

/* On mouse-over, add a grey background color */
.custom-radio-container:hover input ~ .custom-radio-checkmark {
  background-color: #c0c5c8;
}

/* When the radio button is checked, add a background */
.custom-radio-container input:checked ~ .custom-radio-checkmark {
  background-color: #003671 !important;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.custom-radio-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.custom-radio-container input:checked ~ .custom-radio-checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.custom-radio-container .custom-radio-checkmark:after {
  top: 2px;
  left: 2px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #003671;
}

.custom_input {
  all: unset !important;
}

/* ===== Custom Checkbox Button ===== */
/* The container */
.custom-checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.custom-checkbox-container.colors_mix {
  font-size: 12px;
  margin-bottom: 12px;
  margin-top: 12px;
  line-height: 32px;
}

/* Hide the browser's default checkbox */
.custom-checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.custom-checkbox-checkmark {
  position: absolute;
  top: 4px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #f4f4f4;
  border-radius: 100%;
}

/* On mouse-over, add a grey background color */
.custom-checkbox-container:hover input ~ .custom-checkbox-checkmark {
  background-color: #c0c5c8;
}

/* When the checkbox is checked, add a grey background */
.custom-checkbox-container input:checked ~ .custom-checkbox-checkmark {
  background-color: #003671 !important;
  outline: 1px solid #003671;
}

/* Create the checkmark/indicator (hidden when not checked) */
.custom-checkbox-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.custom-checkbox-container input:checked ~ .custom-checkbox-checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.custom-checkbox-container .custom-checkbox-checkmark:after {
  left: 9px;
  top: 5px;
  width: 6px;
  height: 12px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

#swiper {
  width: 100vw;
  max-width: unset;
  padding: 0;
}
#swiper.main-page-swiper {
  position: relative;
  width: 100%;
  max-width: 1920px;
}
#swiper.main-page-swiper .swiper.desktop .swiper-slide .color-btn {
  width: 300px;
}
#swiper.main-page-swiper .swiper.desktop .swiper-slide a img {
  -o-object-fit: cover;
     object-fit: cover;
}
#swiper.main-page-swiper .swiper.desktop .swiper-slide .hero_content--content {
  position: absolute;
  bottom: 25%;
  left: calc((100vw - 1280px) / 2);
}
@media (max-width: 1640px) {
  #swiper.main-page-swiper .swiper.desktop .swiper-slide .hero_content--content {
    left: 3%;
  }
}
@media (min-width: 1920px) {
  #swiper.main-page-swiper .swiper.desktop .swiper-slide .hero_content--content {
    left: 17%;
  }
}
#swiper.main-page-swiper .swiper.desktop .swiper-slide .hero_content--content img {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
}
#swiper.main-page-swiper .swiper.desktop .swiper-slide .hero_content--content h1,
#swiper.main-page-swiper .swiper.desktop .swiper-slide .hero_content--content h2 {
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  margin: 0 0 20px 0;
  color: #003671;
  max-width: 649px;
}
#swiper.main-page-swiper .swiper.desktop .swiper-slide .hero_content--content h1 span,
#swiper.main-page-swiper .swiper.desktop .swiper-slide .hero_content--content h2 span {
  display: inline-flex;
  font-weight: 700;
  color: #ffffff;
}
#swiper.main-page-swiper .swiper.desktop .swiper-slide .hero_content--content h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
  margin: 0 0 15px 0;
  text-transform: uppercase;
}
#swiper.main-page-swiper .swiper.desktop .swiper-slide .hero_content--content p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 177.023%;
  color: #ffffff;
  margin: 24px 0;
  max-width: 649px;
}
#swiper .swiper {
  width: 100%;
  height: 577px;
  z-index: 0;
}
#swiper .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 30px;
}
@media (max-width: 991px) {
  #swiper .swiper-pagination {
    bottom: 12px;
  }
}
#swiper .swiper.mobile {
  display: none;
}
#swiper .swiper .swiper-button-next {
  position: absolute;
  width: 45px;
  height: 45px;
  background-image: url("./../assets/icons/main_page/hero_swiper/arrow-right.svg");
  background-size: contain;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  top: 50%;
  right: 40px;
  z-index: 1;
  border-radius: 100%;
}
@media (max-width: 991px) {
  #swiper .swiper .swiper-button-next {
    width: 40px;
    height: 40px;
  }
}
#swiper .swiper .swiper-button-next::after {
  display: none;
}
#swiper .swiper .swiper-button-prev {
  position: absolute;
  width: 45px;
  height: 45px;
  background-image: url("./../assets/icons/main_page/hero_swiper/arrow-left.svg");
  background-size: contain;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  top: 50%;
  left: 40px;
  z-index: 1;
  border-radius: 100%;
}
@media (max-width: 991px) {
  #swiper .swiper .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
}
#swiper .swiper .swiper-button-prev::after {
  display: none;
}
#swiper .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#swiper .swiper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
#swiper .swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 17px;
  height: 17px;
  background-color: #c3c3c3;
  border: 2px solid #fff;
  opacity: 1;
  margin: 0 8px;
}
#swiper .swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #e63027;
  width: 20px;
  height: 20px;
}

.our_brands_swiper .swiper-slide img {
  filter: grayscale(100%);
}

#branding_page_swiper,
#import-page-swiper {
  background-color: #f2f3f7;
  padding-bottom: 44px;
}
#branding_page_swiper h2,
#import-page-swiper h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 136%;
  text-transform: uppercase;
  color: #e63027;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  #branding_page_swiper h2,
  #import-page-swiper h2 {
    font-size: 24px;
    margin-bottom: 24px;
    padding-top: 16px;
  }
}
#branding_page_swiper .swiper-slide img,
#import-page-swiper .swiper-slide img {
  padding: 0 !important;
  border: 0 !important;
}

.branding-page-swiper,
.import-page-swiper {
  width: 100% !important;
  margin: 44px auto !important;
}
@media (max-width: 991px) {
  .branding-page-swiper,
  .import-page-swiper {
    margin: 0 auto !important;
  }
}
.branding-page-swiper .swiper-button-prev,
.import-page-swiper .swiper-button-prev {
  top: 60% !important;
  background-color: #ffffff !important;
  left: -48px !important;
}
@media (max-width: 991px) {
  .branding-page-swiper .swiper-button-prev,
  .import-page-swiper .swiper-button-prev {
    left: 0 !important;
  }
}
.branding-page-swiper .swiper-button-next,
.import-page-swiper .swiper-button-next {
  top: 60% !important;
  background-color: #ffffff !important;
  right: -48px !important;
}
@media (max-width: 991px) {
  .branding-page-swiper .swiper-button-next,
  .import-page-swiper .swiper-button-next {
    right: 0 !important;
  }
}

.import-page-swiper,
.branding-page-swiper {
  margin: 80px 0;
  overflow: hidden;
}
.import-page-swiper .swiper-slide img,
.branding-page-swiper .swiper-slide img {
  border: 1px solid #c0c5c8;
  padding: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}

.branding-page-swiper .swiper-slide {
  height: 327px;
}
.branding-page-swiper .swiper-slide img {
  height: 327px !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
@media (max-width: 991px) {
  .branding-page-swiper .swiper-slide {
    height: 100%;
  }
  .branding-page-swiper .swiper-slide img {
    height: 100% !important;
  }
}

.promo_products_swiper,
.our_products_swiper,
.news_swiper,
.blog_swiper,
.our_brands_swiper,
.import-page-swiper,
.branding-page-swiper {
  width: 100%;
  z-index: 0;
}
.promo_products_swiper .swiper-button-next,
.our_products_swiper .swiper-button-next,
.news_swiper .swiper-button-next,
.blog_swiper .swiper-button-next,
.our_brands_swiper .swiper-button-next,
.import-page-swiper .swiper-button-next,
.branding-page-swiper .swiper-button-next {
  position: absolute;
  width: 45px;
  height: 45px;
  background-image: url("./../assets/icons/main_page/hero_swiper/arrow-right.svg");
  background-size: contain;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  top: 50%;
  right: -56px;
  z-index: 1;
  border-radius: 100%;
}
.promo_products_swiper .swiper-button-next::after,
.our_products_swiper .swiper-button-next::after,
.news_swiper .swiper-button-next::after,
.blog_swiper .swiper-button-next::after,
.our_brands_swiper .swiper-button-next::after,
.import-page-swiper .swiper-button-next::after,
.branding-page-swiper .swiper-button-next::after {
  display: none;
}
.promo_products_swiper .swiper-button-prev,
.our_products_swiper .swiper-button-prev,
.news_swiper .swiper-button-prev,
.blog_swiper .swiper-button-prev,
.our_brands_swiper .swiper-button-prev,
.import-page-swiper .swiper-button-prev,
.branding-page-swiper .swiper-button-prev {
  position: absolute;
  width: 45px;
  height: 45px;
  background-image: url("./../assets/icons/main_page/hero_swiper/arrow-left.svg");
  background-size: contain;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  top: 50%;
  left: -56px;
  z-index: 1;
  border-radius: 100%;
}
.promo_products_swiper .swiper-button-prev::after,
.our_products_swiper .swiper-button-prev::after,
.news_swiper .swiper-button-prev::after,
.blog_swiper .swiper-button-prev::after,
.our_brands_swiper .swiper-button-prev::after,
.import-page-swiper .swiper-button-prev::after,
.branding-page-swiper .swiper-button-prev::after {
  display: none;
}
.promo_products_swiper .swiper-slide img,
.our_products_swiper .swiper-slide img,
.news_swiper .swiper-slide img,
.blog_swiper .swiper-slide img,
.our_brands_swiper .swiper-slide img,
.import-page-swiper .swiper-slide img,
.branding-page-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media (min-width: 2560px) {
  #swiper .swiper .swiper-slide img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 991px) {
  #swiper.main-page-swiper .swiper.mobile .swiper-slide a img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  #swiper.main-page-swiper .swiper.mobile .swiper-slide .hero_content--content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #swiper.main-page-swiper .swiper.mobile .swiper-slide .hero_content--content h1,
  #swiper.main-page-swiper .swiper.mobile .swiper-slide .hero_content--content h2 {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    text-align: center;
    color: #00204a;
  }
  #swiper.main-page-swiper .swiper.mobile .swiper-slide .hero_content--content h1 span,
  #swiper.main-page-swiper .swiper.mobile .swiper-slide .hero_content--content h2 span {
    display: inline-flex;
    font-weight: 700;
    color: #ffffff;
  }
  #swiper.main-page-swiper .swiper.mobile .swiper-slide .hero_content--content .color-btn {
    font-size: 14px;
    height: 44px;
  }
  #swiper.main-page-swiper .swiper.mobile .swiper-slide .hero_content--content .color-btn img {
    width: 18px;
    height: 18px;
  }
  #swiper.main-page-swiper .swiper.mobile .swiper-slide .hero_content--content h3 {
    text-align: center;
    font-weight: 600;
    font-size: 17px;
    line-height: 22px;
    color: #ffffff;
    margin: 0 0 15px 0;
    text-transform: uppercase;
  }
  #swiper.main-page-swiper .swiper.mobile .swiper-slide .hero_content--content p {
    display: none;
  }
  #swiper .swiper.desktop {
    display: none;
  }
  #swiper .swiper.mobile {
    display: block;
    height: auto;
  }
  #swiper .swiper .swiper-button-next {
    right: 8px;
  }
  #swiper .swiper .swiper-button-prev {
    left: 8px;
  }
  .promo_products_swiper .swiper-button-next,
  .our_products_swiper .swiper-button-next,
  .news_swiper .swiper-button-next,
  .blog_swiper .swiper-button-next,
  .our_brands_swiper .swiper-button-next {
    right: 8px;
  }
  .promo_products_swiper .swiper-button-prev,
  .our_products_swiper .swiper-button-prev,
  .news_swiper .swiper-button-prev,
  .blog_swiper .swiper-button-prev,
  .our_brands_swiper .swiper-button-prev {
    left: 8px;
  }
  .import-page-swiper,
  .branding-page-swiper {
    margin: 24px 0;
  }
  .import-page-swiper .swiper-button-next,
  .branding-page-swiper .swiper-button-next {
    right: -40px;
  }
  .import-page-swiper .swiper-button-prev,
  .branding-page-swiper .swiper-button-prev {
    left: -40px;
  }
}
@media (max-width: 760px) {
  .our_brands_swiper {
    margin: -24px 0 24px 0 !important;
  }
}
@media (max-width: 576px) {
  #swiper .swiper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  #swiper .swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    margin: 0 6px;
  }
}
@media (min-width: 992px) {
  #swiper .swiper.desktop .swiper-slide img {
    width: 100%;
    height: auto;
    max-height: 577px;
    height: 577px;
  }
  #swiper .swiper.desktop {
    height: auto;
    max-height: 577px;
    height: 577px;
  }
}
#popular-categories {
  position: relative;
  background-color: #f2f3f7;
  padding: 24px 0 25px 0;
}
#popular-categories::before {
  position: absolute;
  display: block;
  content: "";
  background-color: #f2f3f7;
  left: calc((100vw - 1576px) / 2 * -1);
  top: 0;
  width: 100vw;
  height: 100%;
  z-index: -1;
}
#popular-categories .popular-categories {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  gap: 28px;
}
@media (max-width: 1200px) {
  #popular-categories .popular-categories {
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
  }
}
#popular-categories .popular-categories__slot {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  min-width: 140px;
  width: 150px;
  height: 140px;
  background-color: #ffffff;
  border-radius: 11px;
  gap: 12px;
}
@media (max-width: 991px) {
  #popular-categories .popular-categories__slot {
    padding: 8px;
  }
}
#popular-categories .popular-categories__slot:hover {
  box-shadow: 0px 10.93px 13.45px 0px rgba(0, 0, 0, 0.1490196078);
  background-color: #e63027;
}
#popular-categories .popular-categories__slot:hover img,
#popular-categories .popular-categories__slot:hover h3 {
  filter: invert(1) brightness(222);
  font-weight: 700;
}
#popular-categories .popular-categories__image img {
  width: 100%;
  height: auto;
  max-width: 50px;
  max-height: 50px;
}
@media (max-width: 991px) {
  #popular-categories .popular-categories__image img {
    width: 40px;
  }
}
#popular-categories .popular-categories__name h3 {
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #212321;
  text-align: center;
}
@media (max-width: 991px) {
  #popular-categories .popular-categories__name h3 {
    font-size: 14px;
  }
}

#info_section {
  position: relative;
  background-color: #f2f3f7;
  padding: 60px 0 60px 0;
}
#info_section::before {
  position: absolute;
  display: block;
  content: "";
  background-color: #f2f3f7;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100%;
  z-index: -1;
}
#info_section .info-section-box {
  display: flex;
  flex-direction: row;
}
#info_section .info-section-box__slot {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
#info_section .info-section-box__slot .info_section__top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 120px;
}
#info_section .info-section-box__slot .info_section__top img {
  height: 50px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
#info_section .info-section-box__slot .info_section__top p {
  display: inline-flex;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  color: #212321;
  text-transform: uppercase;
  width: auto;
  margin: 30px 0 8px 0;
  height: 60px;
}
#info_section .info-section-box__slot .info_section__bottom {
  text-align: center;
}
#info_section .info-section-box__slot .info_section__bottom p {
  display: inline-flex;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  color: #212321;
  text-align: center;
  width: 80%;
}
#info_section .info-section-box__slot:hover p {
  color: #e63027;
}
#info_section .info-section-box__slot:hover img {
  filter: brightness(0) saturate(100%) invert(35%) sepia(94%) saturate(4713%) hue-rotate(348deg) brightness(92%) contrast(94%);
}

@media (max-width: 991px) {
  #info_section .info-section-box {
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  #info_section .info-section-box__slot {
    width: 50%;
  }
  #info_section .info-section-box__slot .info_section__top p {
    font-size: 16px;
    margin-bottom: 16px;
    height: 40px;
  }
  #info_section .info-section-box__slot .info_section__bottom p {
    font-size: 14px;
    line-height: 140%;
    width: 77%;
  }
}
@media (max-width: 576px) {
  #info_section {
    padding: 64px 0 40px 0;
  }
  #info_section .info-section-box__slot .info_section__top {
    flex-direction: column;
  }
  #info_section .info-section-box__slot .info_section__top p {
    margin-left: 0;
    margin-top: 1rem;
    text-align: center;
  }
}
#promo_products_container {
  position: relative;
  background-color: #f2f3f7;
  padding: 60px 0 60px 0;
}
#promo_products_container .container {
  max-width: 1240px;
}
#promo_products_container::before {
  position: absolute;
  display: block;
  content: "";
  background-color: #f2f3f7;
  left: calc((100vw - 1576px) / 2 * -1);
  top: 0;
  width: 100vw;
  height: 100%;
  z-index: -1;
}

.promo_products_swiper {
  overflow: hidden;
  margin-bottom: 42px;
}
.promo_products_swiper .swiper_products_block_box__top {
  padding: 0 32px;
}
.promo_products_swiper .swiper_products_block_box__top .products-image {
  display: flex;
  height: 200px;
  width: 200px;
  margin: 24px auto 100px;
  text-decoration: none;
}
.promo_products_swiper .swiper_products_block_box__top .products-image img {
  height: 200px;
  width: 100%;
  max-width: 200px;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 0 15px;
}
.promo_products_swiper .swiper_products_block_box__top .products-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: left;
  height: 60px;
  width: 100%;
  margin: 0 auto 16px;
  text-decoration: none;
  text-transform: uppercase;
}
.promo_products_swiper .swiper_products_block_box__top .products-title h3 {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 137%;
  color: #212321;
  text-align: left;
  margin: 0 auto;
  text-transform: uppercase;
}
.promo_products_swiper .swiper_products_block_box__top .products-title h3 a {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 137%;
  color: #212321;
  text-align: center;
  margin: 0 auto;
  text-decoration: none;
  text-transform: uppercase;
}
.promo_products_swiper .swiper_products_block_box__top .products-colors {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
  margin-bottom: 28px;
}
.promo_products_swiper .swiper_products_block_box__top .products-colors .color {
  width: 20px;
  min-width: 20px !important;
  height: 20px;
  box-sizing: border-box;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 100%;
}
.promo_products_swiper .swiper_products_block_box__top .products-colors .color.red {
  border-color: #fd0000;
}
.promo_products_swiper .swiper_products_block_box__top .products-colors .color.yellow {
  border-color: #ffc700;
}
.promo_products_swiper .swiper_products_block_box__top .products-colors .color.lightblue {
  border-color: #00a3ff;
}
.promo_products_swiper .swiper_products_block_box__top .products-colors .color.blue {
  border-color: #30f;
}
.promo_products_swiper .swiper_products_block_box__top .products-colors .color.pink {
  border-color: #f09;
}
.promo_products_swiper .swiper_products_block_box__top .products-colors .color.purple {
  border-color: #bd00ff;
}
.promo_products_swiper .swiper_products_block_box__top .products-colors .color.green {
  border-color: #5cda47;
}
.promo_products_swiper .swiper_products_block_box__top .products-colors .color.black {
  border-color: #000000;
}
.promo_products_swiper .swiper_products_block_box__top .products-colors .color.white {
  border-color: #8a8a8a;
}
.promo_products_swiper .swiper_products_block_box__top .products-colors .color.orange {
  border-color: #ff8a00;
}
.promo_products_swiper .swiper_products_block_box__top .products-colors .color.grey {
  border-color: #d9d9d9;
}
.promo_products_swiper .swiper_products_block_box__top .products-code {
  display: block;
  text-align: left;
  width: 100%;
  margin: 0 0 16px 0;
}
.promo_products_swiper .swiper_products_block_box__top .products-code p {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #212321;
  margin: 0 auto;
}
.promo_products_swiper .swiper_products_block_box__top .catalog-price {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.promo_products_swiper .swiper_products_block_box__top .catalog-price p {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin: 8px 0;
  color: #212321;
}
.promo_products_swiper .swiper_products_block_box__top .catalog-price p span {
  display: inline-flex;
  font-size: 24px;
  font-weight: 700;
  color: #21a500;
  margin: 6px 0 0 0;
}
.promo_products_swiper .swiper_products_block_box__bottom {
  height: 104px;
  width: 100%;
  border-top: 1px solid #e6e6e6;
}
.promo_products_swiper .swiper_products_block_box__bottom .your-price p {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  color: #212321;
  margin: 0 0 29px 0;
}
.promo_products_swiper .swiper_products_block_box__bottom .your-price p span {
  font-size: 24px;
  color: #003671;
}
.promo_products_swiper .swiper_products_block_box__bottom .promo-price p {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  color: #212321;
  margin: 0 0 29px 0;
}
.promo_products_swiper .swiper_products_block_box__bottom .promo-price p span {
  font-size: 24px;
  color: #4081ff;
}
.promo_products_swiper .swiper_products_block_box__bottom .table-delivery table {
  margin: 22px auto;
  border-collapse: collapse;
  border-color: #f2f3f7;
  width: 90%;
}
.promo_products_swiper .swiper_products_block_box__bottom .table-delivery table tbody tr th {
  border: 1px solid #f2f3f7;
  background-color: #f2f3f7;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  color: #212321;
  margin: 0;
  text-align: center;
  padding: 2px 0;
}
.promo_products_swiper .swiper_products_block_box__bottom .table-delivery table tbody tr td {
  border: 1px solid #f2f3f7;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #212321;
  margin: 0;
  text-align: center;
  padding: 2px 0;
}

@media (max-width: 1639px) {
  #promo_products_swiper::before {
    left: -50vw;
    width: 200vw;
  }
}
@media (max-width: 1380px) {
  .promo_products_swiper .swiper_products_block_box__top .products-title h3 {
    font-size: 22px;
  }
  .promo_products_swiper .swiper_products_block_box__top .products-code {
    margin: 0 0 24px 0;
  }
  .promo_products_swiper .swiper_products_block_box__top .products-code p {
    font-size: 15px;
    line-height: 140%;
  }
  .promo_products_swiper .swiper_products_block_box__top .catalog-price p {
    font-size: 15px;
    line-height: 140%;
  }
  .promo_products_swiper .swiper_products_block_box__top .catalog-price p span {
    font-size: 19px;
  }
  .promo_products_swiper .swiper_products_block_box__bottom .your-price p,
  .promo_products_swiper .swiper_products_block_box__bottom .promo-price p {
    font-size: 15px;
    line-height: 140%;
    margin: 0 0 24px 0;
  }
  .promo_products_swiper .swiper_products_block_box__bottom .your-price p span,
  .promo_products_swiper .swiper_products_block_box__bottom .promo-price p span {
    font-size: 21px;
  }
}
@media (max-width: 991px) {
  .promo_products_swiper .swiper_products_block_box__top .products-image {
    margin: 40px auto 40px;
  }
  .promo_products_swiper .swiper_products_block_box__top .products-title h3 {
    font-size: 20px;
  }
  .promo_products_swiper .swiper_products_block_box__top .products-code {
    margin: 0 0 24px 0;
  }
  .promo_products_swiper .swiper_products_block_box__top .products-code p {
    font-size: 14px;
    line-height: 140%;
  }
  .promo_products_swiper .swiper_products_block_box__top .catalog-price p {
    font-size: 14px;
    line-height: 140%;
  }
  .promo_products_swiper .swiper_products_block_box__top .catalog-price p span {
    font-size: 18px;
  }
  .promo_products_swiper .swiper_products_block_box__bottom .your-price p,
  .promo_products_swiper .swiper_products_block_box__bottom .promo-price p {
    font-size: 14px;
    line-height: 140%;
    margin: 0 0 24px 0;
  }
  .promo_products_swiper .swiper_products_block_box__bottom .your-price p span,
  .promo_products_swiper .swiper_products_block_box__bottom .promo-price p span {
    font-size: 20px;
  }
}
@media (max-width: 649px) {
  #promo_products_container {
    padding: 32px 0;
  }
}
#our_products_swiper {
  position: relative;
  background-color: #f2f3f7;
  padding: 37px 0 47px 0;
  margin-bottom: 106px;
}
#our_products_swiper::before {
  position: absolute;
  display: block;
  content: "";
  background-color: #f2f3f7;
  left: calc((100vw - 1576px) / 2 * -1);
  top: 0;
  width: 100vw;
  height: 100%;
  z-index: 0;
}

#our_products_container {
  position: relative;
}
#our_products_container::before {
  position: absolute;
  display: block;
  content: "";
  background-color: #f2f3f7;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100%;
  z-index: 0;
}

.our_products_swiper {
  overflow: hidden;
}

@media (max-width: 1639px) {
  #our_products_swiper::before {
    left: -50vw;
    width: 200vw;
  }
}
@media (max-width: 991px) {
  #our_products_swiper {
    padding-top: 0;
    margin-bottom: 24px;
  }
}
#promo_products_container .container {
  position: relative;
}

.mp-titles .mp-superscription h3,
.mp-titles .mp-superscription a {
  color: #003671;
  font-weight: 600;
  font-size: 18px;
  line-height: 16.38px;
  letter-spacing: 0.19em;
  margin: 0 0 15px 0;
  text-align: center;
  text-decoration: unset;
  text-transform: uppercase;
}
.mp-titles .mp-title h2,
.mp-titles .mp-title a {
  color: #003671;
  font-weight: 700;
  font-size: 34px;
  line-height: 120%;
  text-align: center;
  margin: 0 0 8px 0;
  text-decoration: unset;
  text-transform: uppercase;
}
.mp-titles .mp-description span {
  display: inline-flex;
  max-width: 840px;
  color: #212321;
  font-weight: 400;
  font-size: 91%;
  letter-spacing: 19%;
  line-height: 24.32px;
  text-align: center;
  margin: 0 0 24px 0;
  text-decoration: unset;
}

.mp-bell-promo-box {
  position: relative;
  background-color: #003671;
  width: -moz-max-content;
  width: max-content;
  height: 105px;
  margin-right: 40px;
  margin-left: 16px;
}
.mp-bell-promo-box--text p {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
  text-align: right;
}
.mp-bell-promo-box--text p span {
  display: flex;
  font-weight: 700;
}
.mp-bell-promo-box--data {
  margin-left: 32px;
  margin-right: 24px;
}
.mp-bell-promo-box--data div.calendar-card-top {
  width: 77px;
  height: auto;
  background-color: #ffffff;
  border-bottom: 1px solid #003671;
}
.mp-bell-promo-box--data div.calendar-card-top p {
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #003671;
  margin: 0;
}
.mp-bell-promo-box--data div.calendar-card-bottom {
  width: 77px;
  height: auto;
  background-color: #ffffff;
}
.mp-bell-promo-box--data div.calendar-card-bottom p {
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  color: #003671;
  margin: 0;
}

.mp-check-all-btn {
  position: relative;
}
.mp-check-all-btn:hover a {
  color: #003671;
}
.mp-check-all-btn:hover img {
  filter: brightness(0) saturate(100%) invert(35%) sepia(94%) saturate(4713%) hue-rotate(348deg) brightness(92%) contrast(94%);
}
.mp-check-all-btn a {
  display: flex;
  width: 79px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #212321;
  text-align: right;
  text-decoration: none;
  margin-right: 41px;
}
.mp-check-all-btn a img {
  margin: 0 0 0 11px;
}

@media (max-width: 1199px) {
  #promo_products_container .container {
    flex-wrap: wrap;
  }
  #promo_products_container .container .mp-check-all-btn {
    position: absolute;
    top: 0;
    right: 0;
  }
  #promo_products_container .container .mp-bell-btn-box {
    width: 100%;
    justify-content: center;
    margin-bottom: 24px;
  }
  #promo_products_container .container .mp-bell-btn-box .mp-bell-promo-box {
    margin: auto 0;
  }
}
@media (max-width: 991px) {
  #promo_products_container .mp-titles .flex-row h1,
  #promo_products_container .mp-titles .flex-row h2 {
    width: 100vw;
  }
  .mp-titles {
    padding: 16px 0 !important;
  }
  .mp-titles .flex-row.mp-title {
    width: -moz-max-content;
    width: max-content;
  }
  .mp-titles .flex-row .promo-box {
    margin-bottom: 16px;
    padding: 4px 24px;
    min-width: 40vw;
  }
  .mp-titles .flex-row .promo-box p,
  .mp-titles .flex-row .promo-box a {
    font-size: 13px;
    line-height: 28px;
    letter-spacing: 6px;
  }
  .mp-titles .flex-row h1,
  .mp-titles .flex-row h2 {
    font-size: 24px;
    line-height: 140%;
  }
  .mp-titles .flex-row h3 {
    font-size: 15px;
  }
  .mp-bell-promo-box--text p {
    font-size: 14px;
    line-height: 140%;
  }
  .mp-bell-promo-box--data {
    margin-left: 16px;
    margin-right: 16px;
  }
  .mp-bell-promo-box--data div.calendar-card-top {
    height: 48px;
  }
  .mp-bell-promo-box--data div.calendar-card-top p {
    font-size: 22px;
  }
  .mp-check-all-btn {
    padding: 8px 0 !important;
  }
  .mp-check-all-btn a {
    font-size: 14px;
    line-height: 125%;
  }
  .mp-check-all-btn a img {
    width: 32px;
    height: 32px;
  }
}
@media (max-width: 576px) {
  #promo_products_container .container .mp-check-all-btn {
    right: 16px;
  }
}
.swiper_products_block_box {
  position: relative;
  border: 1px solid #e6e6e6;
  background-color: #ffffff;
  height: 647px;
  border-radius: 10px;
}
.swiper_products_block_box:hover {
  box-shadow: 0px 0px 9px 2px rgba(0, 0, 0, 0.1);
}
.swiper_products_block_box:hover {
  border: 1px solid #e63027;
}
.swiper_products_block_box:hover .product-hover-box {
  display: flex;
}
.swiper_products_block_box .product-label-box {
  position: absolute;
  top: 240px;
  left: 32px;
  display: inline-flex;
  flex-wrap: wrap;
  z-index: 1;
}
.swiper_products_block_box .product-label-box .product-label {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 3px 27px;
  margin: 30px 5px;
  height: 27px;
  border-radius: 5px;
}
.swiper_products_block_box .product-label-box .product-label p {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
  text-transform: uppercase;
  color: #212321;
  margin: 0;
  text-align: center;
}
.swiper_products_block_box .product-hover-box {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 104px;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.swiper_products_block_box .product-hover-box__slot {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.swiper_products_block_box .product-hover-box__slot:hover span {
  color: #000000;
}
.swiper_products_block_box .product-hover-box__slot:hover img {
  filter: invert(1);
}
.swiper_products_block_box .product-hover-box__slot:nth-of-type(1) {
  background-color: #e63027;
}
.swiper_products_block_box .product-hover-box__slot:nth-of-type(2) {
  background-color: #003671;
}
.swiper_products_block_box .product-hover-box__slot:nth-of-type(2) img {
  width: 32px;
  height: 32px;
}
.swiper_products_block_box .product-hover-box__slot img {
  width: 26px;
  height: 26px;
  -o-object-fit: contain;
     object-fit: contain;
}
.swiper_products_block_box .product-hover-box__slot span {
  display: inline-flex;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  color: #ffffff;
  margin: 12px 0 0 0;
  text-transform: uppercase;
}
.swiper_products_block_box__top .products-image img {
  height: 200px;
  width: 100%;
  max-width: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}
.swiper_products_block_box__top .products-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: center;
  height: 60px;
  width: 100%;
  margin: 0 auto 16px;
  text-transform: uppercase;
}
.swiper_products_block_box__top .products-title h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 137%;
  color: #212321;
  text-align: center;
  margin: 0 auto;
  text-transform: uppercase;
}
.swiper_products_block_box__top .products-title h3 a {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 137%;
  color: #212321;
  text-align: center;
  margin: 0 auto;
  text-decoration: none;
  text-transform: uppercase;
}
.swiper_products_block_box__top .products-code {
  display: block;
  text-align: left;
  width: 100%;
  margin: 0 0 16px 0;
}
.swiper_products_block_box__top .products-code p {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #212321;
  margin: 0 auto;
}
.swiper_products_block_box__bottom {
  width: 100%;
  border-top: 1px solid #e6e6e6;
}
.swiper_products_block_box__bottom .catalog-price {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.swiper_products_block_box__bottom .catalog-price p {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin: 8px 0;
  color: #212321;
}
.swiper_products_block_box__bottom .catalog-price p span {
  display: inline-flex;
  font-size: 24px;
  font-weight: 700;
  color: #21a500;
  margin: 6px 0 0 0;
}
.swiper_products_block_box__bottom .your-price p {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  color: #212321;
  margin: 0 0 29px 0;
}
.swiper_products_block_box__bottom .your-price p span {
  font-size: 24px;
  color: #003671;
}
.swiper_products_block_box__bottom .promo-price p {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  color: #212321;
  margin: 0 0 29px 0;
}
.swiper_products_block_box__bottom .promo-price p span {
  font-size: 24px;
  color: #4081ff;
}

@media (max-width: 1380px) {
  .swiper_products_block_box__top .products-title h3 {
    font-size: 22px;
  }
  .swiper_products_block_box__top .products-title h3 a {
    font-size: 22px;
  }
  .swiper_products_block_box__top .products-code {
    margin: 0 0 24px 0;
  }
  .swiper_products_block_box__top .products-code p {
    font-size: 15px;
    line-height: 140%;
  }
  .swiper_products_block_box__bottom .catalog-price p {
    font-size: 15px;
    line-height: 140%;
  }
  .swiper_products_block_box__bottom .catalog-price p span {
    font-size: 19px;
  }
  .swiper_products_block_box__bottom .your-price p,
  .swiper_products_block_box__bottom .promo-price p {
    font-size: 15px;
    line-height: 140%;
    margin: 0 0 24px 0;
  }
  .swiper_products_block_box__bottom .your-price p span,
  .swiper_products_block_box__bottom .promo-price p span {
    font-size: 21px;
  }
}
@media (max-width: 991px) {
  .swiper_products_block_box {
    height: auto;
    padding-bottom: 24px;
  }
  .swiper_products_block_box .product-label-box {
    top: 12px;
    left: 12px;
  }
  .swiper_products_block_box .product-label-box .product-label {
    width: auto;
    height: 20px;
    padding: 0 6px;
  }
  .swiper_products_block_box .product-label-box .product-label p {
    font-size: 12px;
    line-height: 20px;
  }
  .swiper_products_block_box__top .products-image {
    margin: 40px auto 40px;
  }
  .swiper_products_block_box__top .products-title h3 {
    font-size: 20px;
  }
  .swiper_products_block_box__top .products-title h3 a {
    font-size: 20px;
  }
  .swiper_products_block_box__top .products-code {
    margin: 0 0 24px 0;
  }
  .swiper_products_block_box__top .products-code p {
    font-size: 14px;
    line-height: 140%;
  }
  .swiper_products_block_box__bottom .catalog-price p {
    font-size: 14px;
    line-height: 140%;
  }
  .swiper_products_block_box__bottom .catalog-price p span {
    font-size: 18px;
  }
  .swiper_products_block_box__bottom .your-price p,
  .swiper_products_block_box__bottom .promo-price p {
    font-size: 14px;
    line-height: 140%;
    margin: 0 0 24px 0;
  }
  .swiper_products_block_box__bottom .your-price p span,
  .swiper_products_block_box__bottom .promo-price p span {
    font-size: 20px;
  }
}
#banners {
  padding-top: 60px;
  padding-bottom: 60px;
}
#banners .banners_container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
@media (max-width: 991px) {
  #banners .banners_container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }
}
#banners .banners_container__slot {
  border-radius: 10px;
}
#banners .banners_container__slot .banners-slot-img {
  position: relative;
  border-radius: 10px;
}
#banners .banners_container__slot .banners-slot-img .banners-img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
#banners .banners_container__slot .banners-slot-img .white-red-btn {
  position: absolute;
  bottom: 16%;
  left: 7%;
  width: 220px;
  height: 40px;
  border-radius: 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 177%;
  color: #003671;
  text-transform: uppercase;
}
#banners .banners_container__slot .banners-slot-img .white-red-btn:hover {
  color: #ffffff;
}
@media (max-width: 760px) {
  #banners .banners_container__slot .banners-slot-img .white-red-btn {
    width: 40%;
    height: 32px;
    font-size: 12px;
  }
  #banners .banners_container__slot .banners-slot-img .white-red-btn img {
    width: 13px;
    height: 13px;
  }
}

#blog {
  position: relative;
  background-color: #f2f3f7;
  padding: 60px 0 60px 0;
}
#blog::before {
  position: absolute;
  display: block;
  content: "";
  background-color: #f2f3f7;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100%;
  z-index: -1;
}

.blog_swiper {
  overflow: hidden;
  margin-bottom: 42px;
}
.blog_swiper::before {
  position: absolute;
  display: block;
  content: "";
  background-color: #f2f3f7;
  left: calc((100vw - 1576px) / 2 * -1);
  top: 0;
  width: 100vw;
  height: 100%;
  z-index: 0;
}
.blog_swiper .article_swiper_box {
  padding: 31px 31px 16px 31px;
}
.blog_swiper .swiper-slide {
  position: relative;
}
.blog_swiper .swiper-slide .article_swiper_box__text {
  margin-top: 8px;
}
.blog_swiper .swiper-slide .article_swiper_box__text--title h3 {
  height: 75px;
  display: inline-flex;
  align-items: center;
}
.blog_swiper .swiper-slide .article_swiper_box__text--date p,
.blog_swiper .swiper-slide .article_swiper_box__text--date h3,
.blog_swiper .swiper-slide .article_swiper_box__text--date a, .blog_swiper .swiper-slide .article_swiper_box__text--title p,
.blog_swiper .swiper-slide .article_swiper_box__text--title h3,
.blog_swiper .swiper-slide .article_swiper_box__text--title a {
  color: #212321;
}
.blog_swiper .swiper-slide .article_swiper_box__text--date h3, .blog_swiper .swiper-slide .article_swiper_box__text--title h3 {
  margin-bottom: 10px;
}
.blog_swiper .swiper-slide .article_swiper_box__text--date h3 a, .blog_swiper .swiper-slide .article_swiper_box__text--title h3 a {
  -webkit-line-clamp: 3;
}
.blog_swiper .swiper-slide .article_swiper_box__text--date p, .blog_swiper .swiper-slide .article_swiper_box__text--title p {
  -webkit-line-clamp: 4;
}
.blog_swiper .swiper-slide .article_swiper_box__text--see-more p,
.blog_swiper .swiper-slide .article_swiper_box__text--see-more a {
  margin-top: 10px;
  color: #003671;
}

@media (max-width: 1639px) {
  .blog_swiper::before {
    left: -50vw;
    width: 200vw;
  }
}
@media (max-width: 991px) {
  #blog {
    padding-top: 0;
  }
  .blog_swiper {
    margin-bottom: 24px;
    padding-bottom: 24px;
  }
}
#why_we {
  position: relative;
  background-color: #f2f3f7;
  padding: 60px 0 80px 0;
}
@media (max-width: 991px) {
  #why_we {
    padding: 32px 0;
  }
}
#why_we .container {
  max-width: 1240px;
}
#why_we::before {
  position: absolute;
  display: block;
  content: "";
  background-color: #f2f3f7;
  left: calc((100vw - 1576px) / 2 * -1);
  top: 0;
  width: 100vw;
  height: 100%;
  z-index: -1;
}
#why_we .mp-titles {
  padding: 0 !important;
}
#why_we .mp-titles .flex-row .promo-box {
  margin-bottom: 40px;
}
#why_we .why-we-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 44px;
  border-radius: 50px;
  margin-top: 8px;
  background-color: #ffffff;
  padding: 0;
}
@media (max-width: 1100px) {
  #why_we .why-we-box {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  #why_we .why-we-box {
    padding: 16px;
    border-radius: 0;
    gap: 0;
  }
}
#why_we .why-we-box__img {
  display: flex;
  flex-direction: column;
}
#why_we .why-we-box__img img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 50px 50px 0;
}
@media (max-width: 1100px) {
  #why_we .why-we-box__img img {
    border-radius: 24px;
    width: 100%;
    height: auto;
    max-width: 500px;
    padding: 16px;
  }
}
#why_we .why-we-box__text {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
}
#why_we .why-we-box__text .about-text-slot {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  #why_we .why-we-box__text .about-text-slot {
    padding: 16px;
    flex-direction: column;
    border-radius: 0;
  }
}
#why_we .why-we-box__text .about-text-slot__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  background-color: #003671;
  border-radius: 100%;
  margin: 0 16px 0 40px;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  #why_we .why-we-box__text .about-text-slot__icon {
    margin: 0 0 16px 0;
  }
}
#why_we .why-we-box__text .about-text-slot__icon img {
  display: flex;
  justify-content: center;
  align-items: center;
}
#why_we .why-we-box__text .about-text-slot__text h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 160%;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  color: #003671;
}
@media (max-width: 991px) {
  #why_we .why-we-box__text .about-text-slot__text h4 {
    font-size: 16px;
  }
}
#why_we .why-we-box__text .about-text-slot__text p {
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  margin: 0 0 8px 0;
  color: #212321;
}
@media (max-width: 991px) {
  #why_we .why-we-box__text .about-text-slot__text p {
    font-size: 14px;
  }
}

#about_us {
  position: relative;
  padding: 62px 0;
}
@media (max-width: 991px) {
  #about_us {
    padding: 32px 0 0 0;
  }
}
#about_us .about-us-box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#about_us .about-us-box__text {
  max-width: 32%;
}
#about_us .about-us-box__text h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 160%;
  margin: 0 0 18px 0;
  color: #212321;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 991px) {
  #about_us .about-us-box__text h4 {
    font-size: 16px;
  }
}
#about_us .about-us-box__text p {
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  margin: 0 0 24px 0;
  color: #212321;
}
@media (max-width: 991px) {
  #about_us .about-us-box__text p {
    font-size: 14px;
  }
}
@media (max-width: 1100px) {
  #about_us .about-us-box {
    flex-direction: column;
  }
  #about_us .about-us-box__text {
    max-width: 100%;
  }
  #about_us .about-us-box__img {
    margin: 0 0 24px 0;
  }
}

#opinions {
  padding: 60px 0 80px 0;
}
@media (max-width: 991px) {
  #opinions {
    padding: 40px 0;
  }
  #opinions .mp-description {
    font-size: 14px;
  }
}

#main-wrapper:has(.product_card_gallery_info) {
  background-color: #f2f3f7;
}

#main-wrapper:has(.product_card_gallery_info) .breadcrumbs {
  position: relative;
  background-color: #f2f3f7;
  height: 65px;
  padding-bottom: 24px;
}
@media (max-width: 760px) {
  #main-wrapper:has(.product_card_gallery_info) .breadcrumbs {
    height: auto;
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
#main-wrapper:has(.product_card_gallery_info) .breadcrumbs::before {
  position: absolute;
  display: block;
  content: "";
  background-color: #f2f3f7;
  left: -50vw;
  top: 0;
  width: 200vw;
  height: 100%;
  z-index: -1;
}

.product_card_gallery_info {
  display: flex;
  flex-direction: row;
  margin-bottom: 38px;
  background-color: #f2f3f7;
}
.product_card_gallery_info .product-gallery {
  position: relative;
  display: flex;
  width: 50%;
  /* top gallery */
  /* thumbs */
  /* buttons */
}
.product_card_gallery_info .product-gallery .product-label-box {
  position: absolute !important;
  top: -16px;
  left: 16px;
}
.product_card_gallery_info .product-gallery .product-label-box .product-label p {
  line-height: 20px !important;
}
.product_card_gallery_info .product-gallery .swiper-zoom-container {
  overflow: hidden;
  background-color: #ffffff;
}
.product_card_gallery_info .product-gallery .gallery {
  display: flex;
  justify-content: center;
  align-items: center;
}
.product_card_gallery_info .product-gallery .gallery .swiper-slide {
  height: auto;
  background-color: #ffffff;
}
.product_card_gallery_info .product-gallery .slider-two {
  overflow: hidden;
}
@media (max-width: 991px) {
  .product_card_gallery_info .product-gallery .slider-two {
    margin: 0 40px;
  }
}
.product_card_gallery_info .product-gallery .slider-one {
  border-radius: 20px;
  border: 1px solid #c7c7c7;
}
.product_card_gallery_info .product-gallery .slider-one .product-label-box {
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  z-index: 1;
}
.product_card_gallery_info .product-gallery .slider-one .product-label-box .product-label {
  width: auto;
  padding: 3px 27px;
  margin: 30px 5px;
  height: 27px;
  border-radius: 5px;
}
.product_card_gallery_info .product-gallery .slider-one .product-label-box .product-label p {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
  text-transform: uppercase;
  color: #212321;
  margin: 0;
  text-align: center;
}
.product_card_gallery_info .product-gallery .slider-one .product-icons {
  position: absolute;
  bottom: 24px;
  right: 24px;
  z-index: 1;
}
.product_card_gallery_info .product-gallery .slider-one .product-icons a {
  text-decoration: none;
}
.product_card_gallery_info .product-gallery .slider-one .product-icons a .download-icon {
  cursor: pointer;
  margin-left: 11px;
}
.product_card_gallery_info .product-gallery .slider-one .product-icons a .download-icon:hover {
  filter: invert(40%) sepia(81%) saturate(1252%) hue-rotate(350deg) brightness(99%) contrast(91%);
}
.product_card_gallery_info .product-gallery .slider-one .product-icons a .zoom-icon,
.product_card_gallery_info .product-gallery .slider-one .product-icons span .zoom-icon {
  cursor: pointer;
}
.product_card_gallery_info .product-gallery .slider-one .product-icons a .zoom-icon:hover,
.product_card_gallery_info .product-gallery .slider-one .product-icons span .zoom-icon:hover {
  filter: invert(40%) sepia(81%) saturate(1252%) hue-rotate(350deg) brightness(99%) contrast(91%);
}
.product_card_gallery_info .product-gallery .gallery img {
  width: 100%;
  height: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: -moz-max-content;
  width: max-content;
  max-height: 474px;
  cursor: zoom-in;
  padding: 40px;
}
@media (max-width: 991px) {
  .product_card_gallery_info .product-gallery .gallery img {
    padding: 0;
  }
}
.product_card_gallery_info .product-gallery .gallery-thumbs .swiper-slide {
  width: auto;
  opacity: 0.8;
  margin-top: 20px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: 1px solid #c7c7c7;
  border-radius: 20px;
}
.product_card_gallery_info .product-gallery .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
  border: 1px solid #e63027;
}
.product_card_gallery_info .product-gallery .gallery-thumbs img {
  cursor: pointer;
  -o-object-fit: contain;
     object-fit: contain;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  aspect-ratio: 1;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 20px;
}
.product_card_gallery_info .product-gallery .swiper-button-next {
  position: absolute;
  width: 45px;
  height: 60px;
  background-image: url("./../assets/icons/product_page/product-arrow-right.svg");
  background-size: contain;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  top: 35%;
  background-color: #ffffff;
  bottom: 30%;
  right: 20px;
  z-index: 1;
}
.product_card_gallery_info .product-gallery .swiper-button-next::after {
  display: none;
}
.product_card_gallery_info .product-gallery .swiper-button-prev {
  position: absolute;
  width: 45px;
  height: 60px;
  background-image: url("./../assets/icons/product_page/product-arrow-left.svg");
  background-size: contain;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  top: 35%;
  background-color: #ffffff;
  bottom: 30%;
  left: 20px;
  z-index: 1;
}
.product_card_gallery_info .product-gallery .swiper-button-prev::after {
  display: none;
}
.product_card_gallery_info .product-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 24px;
  width: 100%;
}
.product_card_gallery_info .product-info .product-card-colors-box {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 0 0 32px 0;
  gap: 22px;
}
.product_card_gallery_info .product-info_short-description {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.product_card_gallery_info .product-info_title {
  display: inline-flex;
  width: 100%;
  border-bottom: 1px solid #8a8a8a;
  margin: 0 0 8px 0;
}
.product_card_gallery_info .product-info_title h1 {
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
  color: #212321;
  text-transform: uppercase;
}
.product_card_gallery_info .product-info_ean {
  font-size: 14px;
  font-weight: 400;
  line-height: 177.023%;
  color: #8a8a8a;
  margin: 0 0 25px 0;
}
.product_card_gallery_info .product-info_ean span {
  color: #8a8a8a;
}
.product_card_gallery_info .product-info_color, .product_card_gallery_info .product-info_code, .product_card_gallery_info .product-info_ean, .product_card_gallery_info .product-info_availability {
  font-size: 16px;
  font-weight: 700;
  line-height: 177.023%;
  color: #212321;
  margin: 0 0 1px 0;
}
.product_card_gallery_info .product-info_color span, .product_card_gallery_info .product-info_code span, .product_card_gallery_info .product-info_ean span, .product_card_gallery_info .product-info_availability span {
  font-weight: 400;
}
.product_card_gallery_info .product-info_ean {
  margin: 0 0 24px 0;
}
.product_card_gallery_info .product-info_availability-colors-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
  color: #212321;
  margin: 0;
}
.product_card_gallery_info .product-info_availability-colors .color {
  width: 24px;
  height: 24px;
  border-radius: 100%;
  border: 0;
}
.product_card_gallery_info .product-info_availability-colors .color.checked {
  outline: 2px solid #e63027;
  background-image: url(./../assets/icons/product_page/checked.svg);
  background-size: 15px 10px;
  background-repeat: no-repeat;
  background-position: center;
}
.product_card_gallery_info .product-info_availability-colors .color:hover {
  outline: 2px solid #e63027;
}
.product_card_gallery_info .product-info .catalog-price p {
  display: flex;
  flex-direction: column;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: #212321;
  margin: 8px 0;
  gap: 8px;
}
.product_card_gallery_info .product-info .catalog-price p span {
  display: inline-flex;
  justify-content: flex-end;
  align-items: flex-end;
  font-weight: 700;
  font-size: 38px;
  line-height: 100%;
  color: #21a500;
  gap: 8px;
}
.product_card_gallery_info .product-info .catalog-price p span s {
  color: #ed1717;
  font-size: 25px;
  font-weight: 400;
  line-height: 100%;
}
.product_card_gallery_info .product-info .ask-about-better-price {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #212321;
  margin: 0 0 16px 0;
  cursor: pointer;
}
.product_card_gallery_info .product-info .ask-about-better-price:hover {
  text-decoration: underline;
}
.product_card_gallery_info .product-info .ask-about-better-price img {
  display: inline-block;
}
.product_card_gallery_info .product-info .ask-about-better-price span {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #212321;
}
.product_card_gallery_info .product-info .quantity-add-box {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  margin: 0 0 17px 0;
}
.product_card_gallery_info .product-info .quantity-add-box .price-value-btn-box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  min-width: 113px;
  height: 50px;
  box-sizing: border-box;
  border: 1px solid #d9d9d9;
  border-radius: 20px;
  background-color: #ffffff;
}
@media (max-width: 760px) {
  .product_card_gallery_info .product-info .quantity-add-box .price-value-btn-box {
    gap: 2px;
  }
}
.product_card_gallery_info .product-info .quantity-add-box .price-value-btn-box .minus-btn,
.product_card_gallery_info .product-info .quantity-add-box .price-value-btn-box .plus-btn {
  all: unset;
  width: 17px;
  height: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.product_card_gallery_info .product-info .quantity-add-box .price-value-btn-box .quantity-value {
  width: 40px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 22px;
  line-height: 100%;
  color: #212321;
  background-color: #ffffff;
  border: 0;
  outline: 0;
  text-align: center;
}
@media (max-width: 760px) {
  .product_card_gallery_info .product-info .quantity-add-box .price-value-btn-box .quantity-value {
    font-size: 18px;
  }
}
.product_card_gallery_info .product-info .quantity-add-box .add-box .add-to-cart-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #21a500;
  border-radius: 20px;
  border: 0;
  outline: 0;
  min-width: 347px;
  height: 50px;
  width: -moz-max-content;
  width: max-content;
}
.product_card_gallery_info .product-info .quantity-add-box .add-box .add-to-cart-btn span {
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  color: #ffffff;
  text-transform: uppercase;
}
.product_card_gallery_info .product-info .quantity-add-box .add-box .add-to-cart-btn img {
  -o-object-fit: contain;
     object-fit: contain;
}
.product_card_gallery_info .product-info .quantity-add-box .add-box .add-to-cart-btn:hover {
  background-color: rgb(22.8, 114, 0);
}
@media (max-width: 760px) {
  .product_card_gallery_info .product-info .quantity-add-box .add-box .add-to-cart-btn {
    min-width: unset;
    padding: 0 8px;
  }
  .product_card_gallery_info .product-info .quantity-add-box .add-box .add-to-cart-btn span {
    font-size: 13px;
  }
}
.product_card_gallery_info .product-info .product-desc-box {
  width: 100%;
}
.product_card_gallery_info .product-info .product-desc-box:has(.product-desc-text.hide) .product-desc-btn img {
  rotate: 180deg;
  transition: 0.6s;
}
.product_card_gallery_info .product-info .product-desc-box .product-desc-btn {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0 0 6px 0;
  cursor: pointer;
}
.product_card_gallery_info .product-info .product-desc-box .product-desc-btn span {
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: #212321;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.product_card_gallery_info .product-info .product-desc-box .product-desc-btn img {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -o-object-fit: contain;
     object-fit: contain;
}
.product_card_gallery_info .product-info .product-desc-box .product-desc-text.hide {
  display: none;
}
.product_card_gallery_info .product-info .product-desc-box .product-desc-text p {
  font-weight: 400;
  font-size: 14px;
  line-height: 200%;
  color: #212321;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 760px) {
  .product_card_gallery_info .product-info .product-desc-box .product-desc-text p {
    line-height: 150%;
    font-size: 13px;
  }
}
.product_card_gallery_info .product-info .product-desc-box .product-desc-text .see-more {
  font-weight: 400;
  font-size: 14px;
  line-height: 200%;
  color: #212321;
  text-decoration: underline;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.product_card_gallery_info .product-info .product-desc-box .product-desc-text .see-more:hover {
  text-decoration: none;
}
@media (max-width: 760px) {
  .product_card_gallery_info .product-info .product-desc-box .product-desc-text .see-more:hover {
    text-decoration: underline;
  }
}
@media (max-width: 760px) {
  .product_card_gallery_info .product-info .product-desc-box .product-desc-text .see-more {
    line-height: 150%;
    font-size: 13px;
  }
}
.product_card_gallery_info .product-info .product-desc-box .product-desc-text .hidden-text {
  display: none;
}
.product_card_gallery_info .product-info .product-desc-box .product-desc-text .hidden-text.show-text {
  display: block;
}
.product_card_gallery_info .product-info .product-extra-info,
.product_card_gallery_info .product-info .product-tags {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  margin: 0 0 12px 0;
}
.product_card_gallery_info .product-info .product-extra-info span,
.product_card_gallery_info .product-info .product-tags span {
  display: inline-flex;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
}
@media (max-width: 760px) {
  .product_card_gallery_info .product-info .product-extra-info span,
  .product_card_gallery_info .product-info .product-tags span {
    font-size: 13px;
    line-height: 150%;
  }
}
.product_card_gallery_info .product-info .product-extra-info span strong,
.product_card_gallery_info .product-info .product-tags span strong {
  display: inline-flex;
  margin-right: 8px;
  font-weight: 700;
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: pointer !important;
}

@media (max-width: 1199px) {
  .product_card_gallery_info .product-gallery .slider-one {
    width: 100%;
    margin-right: 0;
  }
  .product_card_gallery_info .product-gallery .thumbs-overflow-wrapper {
    position: relative;
    transform: unset;
    top: 0;
    right: 0;
  }
  .product_card_gallery_info .product-gallery .thumbs-overflow-wrapper .slider-two .swiper-slide {
    transform: unset !important;
    width: 100px !important;
    height: -moz-max-content !important;
    height: max-content !important;
  }
  .product_card_gallery_info .product-gallery .thumbs-overflow-wrapper .swiper-button-prev {
    display: flex !important;
    top: 55px !important;
    left: 0 !important;
    width: 36px !important;
  }
  .product_card_gallery_info .product-gallery .thumbs-overflow-wrapper .swiper-button-next {
    bottom: 30% !important;
    right: -10px !important;
    top: 55px !important;
    width: 36px !important;
  }
  .product_card_gallery_info .product-info {
    margin-left: 10px;
  }
  .product_card_gallery_info .product-info_title h1 {
    font-size: 24px;
  }
  .product_card_gallery_info .product-info_code, .product_card_gallery_info .product-info_color, .product_card_gallery_info .product-info_ean, .product_card_gallery_info .product-info_availability {
    font-size: 16px;
    line-height: 140%;
  }
  .product_card_gallery_info .product-info_ean {
    margin: 0 0 16px 0;
  }
  .product_card_gallery_info .product-info_availability-colors-title {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .product_card_gallery_info {
    flex-direction: column;
    margin-bottom: 8px;
  }
  .product_card_gallery_info .product-gallery {
    width: 100%;
    margin-bottom: 24px;
    /* buttons */
  }
  .product_card_gallery_info .product-gallery .slider-one {
    height: 35vh;
  }
  .product_card_gallery_info .product-gallery .slider-one .product-label-box {
    top: 12px;
    left: 12px;
  }
  .product_card_gallery_info .product-gallery .slider-one .product-label-box .product-label {
    width: auto;
    height: 20px;
    padding: 0 6px;
  }
  .product_card_gallery_info .product-gallery .slider-one .product-label-box .product-label p {
    font-size: 12px;
    line-height: 20px;
  }
  .product_card_gallery_info .product-gallery .slider-one .swiper-slide {
    height: 100% !important;
    padding: 32px !important;
  }
  .product_card_gallery_info .product-gallery .slider-two {
    box-sizing: border-box;
  }
  .product_card_gallery_info .product-gallery .gallery img {
    max-height: unset;
    height: 100%;
  }
  .product_card_gallery_info .product-gallery .swiper-slide {
    height: 180px !important;
  }
  .product_card_gallery_info .product-gallery .gallery-thumbs img {
    height: 100px;
    width: -moz-max-content !important;
    width: max-content !important;
  }
  .product_card_gallery_info .product-gallery .gallery-thumbs .swiper-slide {
    height: 100px !important;
    width: -moz-max-content !important;
    width: max-content !important;
    margin-top: 10px;
  }
  .product_card_gallery_info .product-gallery .swiper-button-next {
    bottom: 32px;
    top: 30px !important;
  }
  .product_card_gallery_info .product-gallery .swiper-button-prev {
    bottom: 32px;
    top: 30px !important;
  }
  .product_card_gallery_info .product-info {
    margin-left: 0;
  }
  .product_card_gallery_info .product-info .catalog-price p {
    font-size: 16px;
  }
  .product_card_gallery_info .product-info .catalog-price p span {
    font-size: 30px;
  }
  .product_card_gallery_info .product-info_short-description {
    min-height: unset;
  }
  .product_card_gallery_info .product-info_title h1 {
    font-size: 20px;
  }
  .product_card_gallery_info .product-info_color {
    margin-bottom: 8px;
  }
  .product_card_gallery_info .product-info_code, .product_card_gallery_info .product-info_color, .product_card_gallery_info .product-info_ean, .product_card_gallery_info .product-info_availability {
    font-size: 14px;
    line-height: 140%;
  }
}
.product-bottom-info {
  padding-bottom: 100px;
}
@media (max-width: 760px) {
  .product-bottom-info {
    padding-bottom: 24px;
  }
}
.product-bottom-info__title {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 18px;
}
.product-bottom-info__title h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 141%;
  color: #212321;
  text-transform: uppercase;
}
@media (max-width: 760px) {
  .product-bottom-info__title h3 {
    font-size: 16px;
    line-height: 150%;
  }
}
.product-bottom-info__desc p {
  font-weight: 400;
  font-size: 17px;
  line-height: 200%;
  color: #212321;
}
@media (max-width: 760px) {
  .product-bottom-info__desc p {
    font-size: 13px;
    line-height: 150%;
  }
}

.product-card-similar-products {
  background-color: #ffffff;
  padding-top: 70px;
  padding-bottom: 40px;
}
.product-card-similar-products #promo_products_swiper {
  margin: 40px 0;
}
@media (max-width: 991px) {
  .product-card-similar-products #promo_products_swiper {
    margin: 24px 0;
  }
}
.product-card-similar-products .container .promo_products_swiper {
  margin-bottom: 0;
  padding-bottom: 42px;
}
.product-card-similar-products .container h2 {
  font-weight: 700;
  font-size: 34px;
  line-height: 120%;
  text-transform: uppercase;
  color: #003671;
  padding-bottom: 8px;
  text-align: center;
}
@media (max-width: 991px) {
  .product-card-similar-products .container h2 {
    font-size: 24px;
  }
}

.cart_container {
  background-color: #f2f3f7;
}
.cart_container h1 {
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  padding: 42px 0 50px 0;
  margin: 0;
  color: #003671;
}
.cart_container .cart-table_box {
  width: 80%;
}
.cart_container .cart-table_box .cart-products-table {
  border-collapse: collapse;
  border: 1px solid #f2f3f7;
  width: calc(100% - 30px);
  margin-right: 30px;
}
.cart_container .cart-table_box .cart-products-table .add-qtys .colors-row {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}
.cart_container .cart-table_box .cart-products-table .add-qtys .colors-row .colors-box {
  width: 120px;
}
.cart_container .cart-table_box .cart-products-table .add-qtys .colors-btn {
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: -moz-max-content;
  width: max-content;
}
.cart_container .cart-table_box .cart-products-table .add-qtys .colors-btn a {
  margin-top: 36px;
  text-transform: unset;
}
.cart_container .cart-table_box .cart-products-table .add-qtys span.code {
  float: left;
  text-align: left;
  width: 100%;
  font-size: 12px;
}
.cart_container .cart-table_box .cart-products-table .add-qtys .box {
  float: left;
  height: 35px;
  width: 35px;
  border: 1px solid #ebebeb;
}
.cart_container .cart-table_box .cart-products-table .add-qtys input {
  font-size: 12px;
  float: left;
  width: 55px;
  padding: 0 0 0 5px;
}
.cart_container .cart-table_box .cart-products-table .add-qtys .white-btn {
  width: 113px;
  height: 35px;
}
.cart_container .cart-table_box .cart-products-table tbody {
  background-color: #ffffff;
}
.cart_container .cart-table_box .cart-products-table tbody tr th {
  border-collapse: collapse;
  border: 1px solid #f2f3f7;
  border-bottom: 3px solid #f2f3f7;
  min-height: 70px;
  height: auto;
  width: auto;
  text-align: center;
  padding: 12px;
}
.cart_container .cart-table_box .cart-products-table tbody tr td {
  border-collapse: collapse;
  border: 1px solid #f2f3f7;
  border-bottom: 3px solid #f2f3f7;
  height: auto;
  width: auto;
  text-align: center;
  padding: 12px;
}
.cart_container .cart-table_box .cart-products-table tbody tr td #product-quantity {
  margin: 4px auto;
}
.cart_container .cart-table_box .cart-products-table tbody tr td .check-availability {
  font-size: 10px;
  color: #003671;
  text-decoration: none;
}
.cart_container .cart-table_box .cart-products-table tbody tr td .check-availability:hover {
  text-decoration: underline;
}
.cart_container .cart-table_box .cart-products-table tbody tr td.table-product-col {
  width: 25%;
}
.cart_container .cart-table_box .cart-products-table tbody tr td .table-product-box__top {
  margin-bottom: 16px;
}
.cart_container .cart-table_box .cart-products-table tbody tr td .table-product-box__top p {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  color: #212321;
  margin: 0;
}
.cart_container .cart-table_box .cart-products-table tbody tr td .table-product-box__bottom {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.cart_container .cart-table_box .cart-products-table tbody tr td .table-product-box__bottom--left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-right: 40px;
}
.cart_container .cart-table_box .cart-products-table tbody tr td .table-product-box__bottom--left img {
  -o-object-fit: contain;
     object-fit: contain;
}
.cart_container .cart-table_box .cart-products-table tbody tr td .table-product-box__bottom--right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.cart_container .cart-table_box .cart-products-table tbody tr td .table-product-box__bottom--right p {
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 177.023%;
  margin: 0;
  color: #8a8a8a;
}
.cart_container .cart-table_box .cart-products-table tbody tr td .table-product-box__bottom--right p span {
  color: #212321;
}
.cart_container .cart-table_box .cart-products-table tbody tr td input {
  all: unset;
  width: 108px;
  height: 35px;
  box-sizing: border-box;
  background-color: #f2f3f7;
  padding: 0 0 0 17px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 177.023%;
  color: #212321;
  text-align: left;
  margin: 0;
}
.cart_container .cart-table_box .bottom-cart-box-with-btn {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  margin-right: 30px;
}
.cart_container .cart-table_box .bottom-cart-box-with-btn .bottom-cart-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #ffffff;
  width: auto;
  height: 74px;
  padding: 0 27px;
  box-sizing: border-box;
}
.cart_container .cart-table_box .bottom-cart-box-with-btn .bottom-cart-box--text p {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  color: #212321;
  margin: 0 16px 0 0;
  white-space: pre;
}
.cart_container .cart-table_box .bottom-cart-box-with-btn .bottom-cart-box--input input {
  all: unset;
  width: 108px;
  height: 35px;
  box-sizing: border-box;
  background-color: #f2f3f7;
  padding: 0 0 0 17px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 177.023%;
  color: #212321;
  text-align: left;
  margin: 0 24px 0 0;
}
.cart_container .cart-table_box .bottom-cart-box-with-btn .bottom-cart-box--btn button {
  all: unset;
  box-sizing: border-box;
  background-color: #ffffff;
  border: 1px solid #003671;
  color: #003671;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  padding: 6px 20px;
  width: auto;
  height: 35px;
  cursor: pointer;
  border-radius: 10px;
}
.cart_container .cart-table_box .bottom-cart-box-with-btn .bottom-cart-box--btn button:hover {
  background-color: #003671;
  color: #ffffff;
}
.cart_container .cart-table_box .bottom-cart-box-with-btn .bottom-cart-button .next {
  margin: 19px 0 0 0;
}
.cart_container .cart-table_box .add-product-box {
  margin: 9px 0 250px 0;
}
.cart_container .cart-table_box .add-product-box button.add-product {
  all: unset;
  box-sizing: border-box;
  background-color: #ffffff;
  border: 1px solid #003671;
  color: #003671;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  padding: 6px 20px;
  width: auto;
  height: 35px;
  cursor: pointer;
  border-radius: 10px;
}
.cart_container .cart-table_box .add-product-box button.add-product:hover {
  background-color: #003671;
  color: #ffffff;
}
.cart_container .sumary_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 20%;
  height: -moz-max-content;
  height: max-content;
  background-color: #f2f3f7;
}
.cart_container .sumary_box--title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 70px;
  height: auto;
  border-bottom: 1px solid #f2f3f7;
  padding: 16px 24px;
  background-color: #ffffff;
}
.cart_container .sumary_box--title p {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  margin: 0;
  color: #212321;
  text-align: center;
}
.cart_container .sumary_box--netto {
  border-bottom: 1px solid #f2f3f7;
  width: 100%;
  padding: 26px 8px;
  background-color: #ffffff;
}
.cart_container .sumary_box--netto .netto-value {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 177.023%;
  margin: 0;
  color: #003671;
  text-align: center;
}
.cart_container .sumary_box--netto .netto-text {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin: 0;
  color: #8a8a8a;
  text-align: center;
}
.cart_container .sumary_box--brutto {
  width: 100%;
  padding: 26px 0;
  background-color: #ffffff;
}
.cart_container .sumary_box--brutto .brutto-value {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 177.023%;
  margin: 0;
  color: #212321;
  text-align: center;
}
.cart_container .sumary_box--brutto .brutto-text {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin: 0;
  color: #8a8a8a;
  text-align: center;
}
.cart_container .sumary_box--button {
  width: 100%;
  background-color: #f2f3f7;
}
.cart_container .sumary_box--button .next {
  width: 100%;
}

@media (max-width: 1260px) {
  .cart_container h1 {
    font-size: 24px;
    padding: 24px 0 24px 0;
  }
  .cart_container .cart-table_full_box {
    position: relative;
    flex-direction: column !important;
  }
  .cart_container .cart-step-table-container {
    overflow-x: scroll;
  }
  .cart_container .cart-table_box {
    width: 100%;
  }
  .cart_container .cart-table_box .cart-products-table {
    width: 100%;
    margin-right: 0;
  }
  .cart_container .cart-table_box .cart-products-table tbody tr th {
    min-height: 40px;
    padding: 10px;
    font-size: 12px;
  }
  .cart_container .cart-table_box .cart-products-table tbody tr td {
    padding: 10px;
    font-size: 12px;
    min-width: 100px;
  }
  .cart_container .cart-table_box .cart-products-table tbody tr td.table-number-col {
    min-width: 40px;
  }
  .cart_container .cart-table_box .cart-products-table tbody tr td.table-product-col {
    width: 25%;
  }
  .cart_container .cart-table_box .cart-products-table tbody tr td .table-product-box__top p {
    font-size: 12px;
    line-height: 140%;
  }
  .cart_container .cart-table_box .cart-products-table tbody tr td .table-product-box__bottom--left {
    margin-right: 24px;
  }
  .cart_container .cart-table_box .cart-products-table tbody tr td .table-product-box__bottom--right {
    white-space: pre;
  }
  .cart_container .cart-table_box .cart-products-table tbody tr td input {
    padding: 0 0 0 12px;
    font-size: 12px;
    line-height: 140%;
  }
  .cart_container .cart-table_box .bottom-cart-box-with-btn {
    flex-direction: column;
    margin-right: 0;
  }
  .cart_container .cart-table_box .bottom-cart-box-with-btn .bottom-cart-box {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding-bottom: 24px;
  }
  .cart_container .cart-table_box .bottom-cart-box-with-btn .bottom-cart-box--text {
    padding: 8px 0;
  }
  .cart_container .cart-table_box .bottom-cart-box-with-btn .bottom-cart-box--text p {
    font-size: 14px;
    line-height: 140%;
  }
  .cart_container .cart-table_box .bottom-cart-box-with-btn .bottom-cart-box--input {
    padding: 0 0 16px 0;
  }
  .cart_container .cart-table_box .bottom-cart-box-with-btn .bottom-cart-box--input input {
    padding: 0 0 0 12px;
    font-size: 14px;
    line-height: 140%;
  }
  .cart_container .cart-table_box .bottom-cart-box-with-btn .bottom-cart-button {
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .cart_container .cart-table_box .bottom-cart-box-with-btn .bottom-cart-button .next {
    margin: 96px 0 10px 0;
  }
  .cart_container .cart-table_box .bottom-cart-box-with-btn .bottom-cart-button.right-btn {
    left: unset;
    right: 0;
  }
  .cart_container .cart-table_box .add-product-box {
    margin: 0;
  }
  .cart_container .cart-table_box .add-product-box button.add-product {
    position: absolute;
    bottom: 76px;
    left: 0;
  }
  .cart_container .sumary_box {
    width: 100%;
    margin: 16px 0 120px 0;
  }
  .cart_container .sumary_box--title {
    height: 40px;
  }
  .cart_container .sumary_box--title p {
    font-size: 15px;
  }
  .cart_container .sumary_box--netto {
    padding: 16px 0;
  }
  .cart_container .sumary_box--netto .netto-value {
    font-size: 18px;
    line-height: 140%;
  }
  .cart_container .sumary_box--netto .netto-text {
    font-size: 13px;
    line-height: 140%;
  }
  .cart_container .sumary_box--brutto {
    padding: 16px 0;
  }
  .cart_container .sumary_box--brutto .brutto-value {
    font-size: 16px;
    line-height: 140%;
  }
  .cart_container .sumary_box--brutto .brutto-text {
    font-size: 13px;
    line-height: 140%;
  }
}
@media (max-width: 960px) {
  .cart_container .cart-table_box .cart-step-table-container {
    position: relative;
    padding-bottom: 28px;
    background-color: #ffffff;
  }
  .cart_container .cart-table_box .cart-step-table-container::before {
    content: "Dotknij i przesuń, żeby zobaczyć więcej";
    position: absolute;
    width: 204px;
    height: 10px;
    bottom: 8px;
    font-weight: 400;
    font-size: 11px;
    line-height: 16px;
    color: #333333;
    right: 18px;
  }
  .cart_container .cart-table_box .cart-step-table-container::after {
    content: "";
    position: absolute;
    width: 14px;
    height: 20px;
    bottom: 2px;
    right: 11px;
    background: url("./../assets/icons/common/swipe-hand.svg");
    background-repeat: no-repeat;
    background-size: contain;
  }
}
.delete-icon img:hover {
  filter: brightness(0) saturate(100%) invert(35%) sepia(94%) saturate(4713%) hue-rotate(348deg) brightness(92%) contrast(94%);
}

#main-wrapper:has(.contact-container) {
  background-color: #f2f3f7;
}
#main-wrapper:has(.contact-container) + #info_section {
  padding-top: 140px;
}
@media (max-width: 760px) {
  #main-wrapper:has(.contact-container) + #info_section {
    padding-top: 40px;
  }
}

.contact-container {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 36px;
  margin: 0 auto 16px auto;
}
.contact-container h2 {
  font-weight: 700;
  font-size: 22px;
  line-height: 136%;
  text-transform: uppercase;
  color: #003671;
}
@media (max-width: 760px) {
  .contact-container {
    padding: 16px;
  }
  .contact-container h2 {
    font-size: 20px;
  }
}

.contact-row-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 16px;
  padding: 0;
  height: 820px;
  margin: 0 auto 16px auto;
}
@media (max-width: 1240px) {
  .contact-row-container {
    flex-direction: column;
    height: auto;
  }
}
.contact-row-container .contact-col-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 36px;
  width: 50%;
}
@media (max-width: 1240px) {
  .contact-row-container .contact-col-container {
    width: 100%;
  }
}
.contact-row-container .contact-col-container iframe {
  width: 100%;
}
@media (max-width: 1240px) {
  .contact-row-container .contact-col-container iframe {
    margin-top: 24px;
  }
}
.contact-row-container .contact-col-container h2 {
  font-weight: 700;
  font-size: 22px;
  line-height: 136%;
  text-transform: uppercase;
  color: #003671;
}
@media (max-width: 760px) {
  .contact-row-container .contact-col-container {
    padding: 16px;
  }
  .contact-row-container .contact-col-container h2 {
    font-size: 20px;
  }
}
.contact-row-container .contact-col-container .contact-row {
  display: flex;
  flex-direction: row;
  gap: 16px;
  padding: 0;
}
@media (max-width: 760px) {
  .contact-row-container .contact-col-container .contact-row {
    flex-direction: column;
  }
}
.contact-row-container .contact-col-container .contact-row-col {
  width: 50%;
}
@media (max-width: 760px) {
  .contact-row-container .contact-col-container .contact-row-col {
    width: 100%;
  }
}
.contact-row-container .contact-col-container .contact-row-col .person-img {
  border-radius: 10px;
}
.contact-row-container .contact-col-container .contact-row-col .person-data {
  display: flex;
  flex-direction: column;
  margin: 0 0 5px 0;
}
.contact-row-container .contact-col-container .contact-row-col .person-data strong {
  font-weight: 700;
  font-size: 18px;
  line-height: 177%;
  color: #212321;
}
.contact-row-container .contact-col-container .contact-row-col .person-data span {
  font-weight: 400;
  font-size: 14px;
  line-height: 177%;
  color: #212321;
}

.bank-accounts {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
@media (max-width: 1000px) {
  .bank-accounts {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.bank-accounts-col {
  display: flex;
  flex-direction: column;
  width: 50%;
}
@media (max-width: 1000px) {
  .bank-accounts-col {
    width: 100%;
  }
}
.bank-accounts-col strong {
  font-weight: 700;
  font-size: 18px;
  line-height: 177%;
}
@media (max-width: 760px) {
  .bank-accounts-col strong {
    font-size: 16px;
  }
}
.bank-accounts-col .copy-field {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 50px;
  background-color: #f0f0f0;
  padding: 0 24px;
  border-radius: 20px;
  margin-top: 6px;
}
@media (max-width: 760px) {
  .bank-accounts-col .copy-field {
    height: 40px;
  }
}
.bank-accounts-col .copy-field .account-code {
  font-weight: 400;
  font-size: 16px;
  line-height: 177%;
  color: #212321;
}
@media (max-width: 760px) {
  .bank-accounts-col .copy-field .account-code {
    font-size: 14px;
  }
}
.bank-accounts-col .copy-field .copy-icon {
  cursor: pointer;
}

.contact-team {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 64px;
  margin: 30px 0 0 0;
}
@media (max-width: 1240px) {
  .contact-team {
    gap: 48px;
  }
}
@media (max-width: 760px) {
  .contact-team {
    gap: 32px;
  }
}
.contact-team-slot {
  flex: 0 1 254px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 760px) {
  .contact-team-slot {
    flex: 0 1 100%;
  }
}
.contact-team-slot__img {
  width: 100%;
  display: flex;
  border-radius: 10px;
  margin: 0 0 30px 0;
}
@media (max-width: 500px) {
  .contact-team-slot__img {
    margin: 0 0 8px 0;
  }
}
.contact-team-slot__img img {
  border-radius: 10px;
  width: 100%;
  max-height: 240px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 500px) {
  .contact-team-slot__img img {
    max-height: unset;
  }
}
.contact-team-slot__data {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.contact-team-slot__data strong {
  font-weight: 700;
  font-size: 20px;
  line-height: 147%;
  color: #212321;
}
@media (max-width: 760px) {
  .contact-team-slot__data strong {
    font-size: 16px;
  }
}
.contact-team-slot__data span {
  display: inline-flex;
  font-weight: 400;
  font-size: 14px;
  line-height: 147%;
  color: #212321;
  margin: 0 0 17px 0;
}
@media (max-width: 760px) {
  .contact-team-slot__data span {
    font-size: 12px;
  }
}

.icon-contact-box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
  margin: 0 0 2px 0;
}
@media (max-width: 760px) {
  .icon-contact-box {
    gap: 6px;
  }
}
.icon-contact-box .contact-icon {
  display: flex;
  margin: 6px 0 0 0;
}
@media (max-width: 760px) {
  .icon-contact-box .contact-icon {
    margin: 4px 0 0 0;
    width: 14px;
    height: auto;
  }
}
.icon-contact-box .contact-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 177%;
  color: #212321;
  text-decoration: none;
}
@media (max-width: 760px) {
  .icon-contact-box .contact-text {
    font-size: 12px;
  }
}
.icon-contact-box .contact-text-col {
  display: flex;
  flex-direction: column;
}
.icon-contact-box a:hover {
  color: #e63027;
}

.contact-banner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 246px;
  background-color: #003671;
  border-radius: 20px;
}
@media (max-width: 760px) {
  .contact-banner {
    margin: 16px;
    width: calc(100% - 32px);
  }
}
.contact-banner img {
  display: flex;
  margin: 0 auto 16px auto;
}
.contact-banner strong {
  font-weight: 700;
  font-size: 22px;
  line-height: 177%;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}
@media (max-width: 760px) {
  .contact-banner strong {
    font-size: 16px;
  }
}

main:has(.category-wrapper) {
  background-color: #f2f3f7;
}

.category-filters-main + .pagination {
  padding-bottom: 0;
  margin: 40px 0 64px 0;
  background-color: #f2f3f7;
}
@media (max-width: 991px) {
  .category-filters-main + .pagination {
    margin: 24px 0 32px 0;
  }
}

.category-top-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  .category-top-menu {
    flex-direction: column;
    align-items: flex-start;
  }
}

.category-wrapper {
  margin-top: 40px;
}
.category-wrapper .container {
  display: flex;
  flex-direction: row;
}
.category-wrapper .container .category-wrapper__left {
  display: flex;
  flex-direction: column;
}
.category-wrapper .container .category-wrapper__right {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (max-width: 1060px) {
  .category-wrapper .container {
    flex-direction: column;
  }
  .category-wrapper .container .category-wrapper__left {
    flex-direction: row;
  }
  .category-wrapper .container .category-wrapper__left .category-menu,
  .category-wrapper .container .category-wrapper__left .category-left-filters-box,
  .category-wrapper .container .category-wrapper__left .category-left-filters {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 992px) {
  .category-wrapper {
    margin-top: 16px;
  }
  .category-wrapper .container {
    flex-direction: column;
  }
  .category-wrapper .container .category-wrapper__left {
    flex-direction: column;
  }
  .category-wrapper .container .category-wrapper__left .category-menu,
  .category-wrapper .container .category-wrapper__left .category-left-filters-box,
  .category-wrapper .container .category-wrapper__left .category-left-filters {
    width: 100%;
    height: 100%;
  }
  .category-wrapper .container .category-wrapper__left .category-menu {
    display: none;
  }
}
.category-left-filters-box .expand-hidden-checkboxes-btn {
  display: inline-flex;
  font-size: 14px;
  color: #003671;
  cursor: pointer;
  margin: 0 0 8px 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.category-left-filters-box .expand-hidden-checkboxes-btn:hover {
  color: #e63027;
}
.category-left-filters-box .hidden-checkboxes {
  display: none;
}
.category-left-filters-box .hidden-checkboxes.show-checkboxes {
  display: flex;
  flex-direction: column;
}
.category-left-filters-box__button {
  display: none;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 15px 39px 10px;
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  width: 296px;
  border-radius: 10px;
}
.category-left-filters-box__button h3 {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 177.023%;
  color: #212321;
}
.category-left-filters-box__button img {
  margin-top: -10px;
  margin-right: -13px;
}
.category-left-filters-box__button img.rotate {
  transition: 0.3s;
  transform: rotate(180deg);
}
.category-left-filters-box .category-left-filters {
  flex-direction: column;
  width: 296px;
  height: auto;
  margin-right: 24px;
  margin-bottom: 0px;
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  padding: 24px 20px;
  border-radius: 10px;
}
.category-left-filters-box .category-left-filters.show {
  display: flex;
}
.category-left-filters-box .category-left-filters__slot {
  padding: 0 20px 16px 20px;
  border-bottom: 1px solid #e6e6e6;
  margin-left: -20px;
  margin-right: -20px;
}
.category-left-filters-box .category-left-filters__slot:last-of-type {
  border: 0;
  padding-bottom: 0;
}
.category-left-filters-box .category-left-filters__slot.buttons {
  display: flex;
  margin-top: 20px;
  gap: 4px;
}
.category-left-filters-box .category-left-filters__slot.buttons .filter-clear,
.category-left-filters-box .category-left-filters__slot.buttons .filter-set-up {
  width: -moz-max-content;
  width: max-content;
  padding: 4px 16px;
  border-radius: 10px;
  height: 35px;
  background-color: #ffffff;
  border: 1px solid #003671;
  font-size: 14px;
  font-weight: 400;
  color: #003671;
  cursor: pointer;
  margin: 0;
}
.category-left-filters-box .category-left-filters__slot.buttons .filter-clear:hover,
.category-left-filters-box .category-left-filters__slot.buttons .filter-set-up:hover {
  background-color: #003671;
  color: #ffffff;
}
.category-left-filters-box .category-left-filters__slot.buttons .filter-set-up {
  background-color: #003671;
  border: 1px solid #003671;
  color: #ffffff;
}
.category-left-filters-box .category-left-filters__slot.buttons .filter-set-up:hover {
  background-color: #e63027;
  border: 1px solid #e63027;
}
.category-left-filters-box .category-left-filters__slot:first-of-type .header h3 {
  margin-top: 0;
}
.category-left-filters-box .category-left-filters__slot .header h3 {
  font-weight: 600;
  font-size: 14px;
  line-height: 177%;
  vertical-align: middle;
  text-transform: uppercase;
  color: #003671;
  margin: 20px 0;
}
.category-left-filters-box .category-left-filters__slot .content .checkbox-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  height: 24px;
  line-height: 16px;
}
.category-left-filters-box .category-left-filters__slot .content .checkbox-row .custom-checkbox-container {
  margin: 0 0 12px 0;
}
.category-left-filters-box .category-left-filters__slot .content .checkbox-row .checkbox-quantity {
  color: #9d9d9d;
  font-size: 14px;
}
.category-left-filters-box .category-left-filters__slot .content .color {
  border-radius: 100%;
}
.category-left-filters-box .category-left-filters__slot .content.hidden {
  display: none;
}
.category-left-filters-box .category-left-filters__slot .content.hidden .custom-checkbox-container {
  margin-bottom: 10px;
}
.category-left-filters-box .category-left-filters__slot .content.hidden .custom-checkbox-container:first-of-type {
  margin-top: 3px;
}
.category-left-filters-box .category-left-filters__slot .content.show {
  display: flex;
  flex-direction: column;
}
.category-left-filters-box .category-left-filters__slot .content .custom-checkbox-container {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  margin-bottom: 8px;
  color: #212321;
}
.category-left-filters-box .category-left-filters__slot .content .custom-checkbox-container .custom-checkbox-checkmark {
  width: 18px;
  height: 18px;
  top: 0;
}
.category-left-filters-box .category-left-filters__slot .content .custom-checkbox-container .custom-checkbox-checkmark::after {
  left: 7px;
  top: 4px;
  width: 5px;
  height: 9px;
}
.category-left-filters-box .category-left-filters__slot .content .row-inputs {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.category-left-filters-box .category-left-filters__slot .content .row-inputs__left input, .category-left-filters-box .category-left-filters__slot .content .row-inputs__right input {
  height: 35px;
  width: 100%;
  padding: 0 15px;
  margin: 0;
  box-sizing: border-box;
  border-radius: 10px;
  font-size: 12px;
}
.category-left-filters-box .category-left-filters__slot .content .row-inputs__left button, .category-left-filters-box .category-left-filters__slot .content .row-inputs__right button {
  width: 74px;
  height: 35px;
  background-color: #ffffff;
  border: 1px solid #e63027;
  font-size: 14px;
  font-weight: 400;
  color: #e63027;
  cursor: pointer;
  margin: 0;
}
.category-left-filters-box .category-left-filters__slot .content .row-inputs__left button:hover, .category-left-filters-box .category-left-filters__slot .content .row-inputs__right button:hover {
  background-color: #e63027;
  color: #ffffff;
}
.category-left-filters-box .category-left-filters__slot .content .row-inputs .spacer {
  display: inline-flex;
  padding: 0 10px;
  line-height: 35px;
  height: 35px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
}
.category-left-filters-box .category-left-filters__slot .content .row-inputs .spacer.btn-spacer {
  padding: 0 5px;
}
.category-left-filters-box .category-left-filters__slot .content input {
  height: 35px;
  width: 100%;
  padding: 0 15px;
  margin: 0;
}
.category-left-filters-box .category-left-filters__slot .content .color {
  border: 0;
  width: 15px;
  height: 15px;
  min-width: 15px;
  min-height: 15px;
}
.category-left-filters-box .category-left-filters__slot .content .color.white {
  border: 1px solid #8a8a8a;
}
.category-left-filters-box .category-left-filters__slot .show-more {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.category-left-filters-box .category-left-filters__slot .show-more.hide {
  display: none;
}
.category-left-filters-box .category-left-filters__slot .show-more svg {
  margin: 0 24px 0 4px;
}
.category-left-filters-box .category-left-filters__slot .show-more span {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  color: #003671;
}

@media (max-width: 991px) {
  .category-left-filters-box .category-left-filters {
    display: none;
    padding: 24px;
    margin-bottom: 15px;
  }
  .category-left-filters-box__button {
    display: flex;
    width: 100%;
    font-size: 14px;
    padding: 10px 28px 0 24px;
  }
}
.category-top-filters {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
  background-color: #ffffff;
  border: 1px solid #c7c7c7;
  width: -moz-max-content;
  width: max-content;
  height: 45px;
  margin-bottom: 49px;
  border-radius: 10px;
}
.category-top-filters__slot {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-left: 1px solid #c7c7c7;
  padding: 0 20px;
  height: 45px;
}
.category-top-filters__slot:first-of-type {
  border-left: 0;
}
.category-top-filters__slot label {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #8a8a8a;
}
.category-top-filters__slot select {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #333333;
  height: 40px;
  margin: 0 8px 0 8px;
  background-color: #ffffff;
  padding-left: 15px;
  cursor: pointer;
}

@media (max-width: 991px) {
  .category-top-filters {
    width: 100%;
    margin-bottom: 16px;
    margin-top: 0;
  }
}
@media (max-width: 860px) {
  .category-top-filters {
    flex-wrap: wrap;
    flex-direction: column;
    height: auto;
  }
  .category-top-filters__slot {
    width: 100%;
    border-left: 0;
    border-bottom: 1px solid #e6e6e6;
  }
  .category-top-filters__slot:last-of-type {
    border-bottom: 0;
  }
}
.category-filters-main {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.category-filters-main__slot {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  width: calc(25% - 18px);
  margin-right: 24px;
  margin-bottom: 24px;
  border-radius: 10px;
  height: 530px;
}
@media (max-width: 991px) {
  .category-filters-main__slot {
    height: auto;
  }
}
.category-filters-main__slot:nth-of-type(4n) {
  margin-right: 0;
}
.category-filters-main__slot:hover {
  border: 1px solid #e63027;
}
.category-filters-main__slot:hover .product-hover-box {
  display: flex;
}
.category-filters-main__slot .product-label-box {
  position: absolute;
  top: 196px;
  left: 16px;
  display: inline-flex;
  flex-wrap: wrap;
  z-index: 1;
}
.category-filters-main__slot .product-label-box .product-label {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0px 19px;
  margin: 30px 5px;
  height: 25px;
  border-radius: 5px;
}
.category-filters-main__slot .product-label-box .product-label p {
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
  text-transform: uppercase;
  color: #212321;
  margin: 0;
  text-align: center;
}
.category-filters-main__slot .product-hover-box {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 104px;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.category-filters-main__slot .product-hover-box__slot {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.category-filters-main__slot .product-hover-box__slot:hover span {
  color: #000000;
}
.category-filters-main__slot .product-hover-box__slot:hover img {
  filter: invert(1);
}
.category-filters-main__slot .product-hover-box__slot:nth-of-type(1) {
  background-color: #e63027;
}
.category-filters-main__slot .product-hover-box__slot:nth-of-type(2) {
  background-color: #003671;
}
.category-filters-main__slot .product-hover-box__slot:nth-of-type(2) img {
  width: 32px;
  height: 32px;
}
.category-filters-main__slot .product-hover-box__slot img {
  width: 26px;
  height: 26px;
  -o-object-fit: contain;
     object-fit: contain;
}
.category-filters-main__slot .product-hover-box__slot span {
  display: inline-flex;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  color: #ffffff;
  margin: 12px 0 0 0;
  text-transform: uppercase;
}
.category-filters-main__slot__top {
  padding: 0 18px 18px 18px;
}
.category-filters-main__slot__top .products-image {
  display: flex;
  height: 160px;
  width: 160px;
  margin: 24px auto 100px;
  text-decoration: none;
}
.category-filters-main__slot__top .products-image img {
  height: 160px;
  width: 100%;
  max-width: 160px;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 0 15px;
}
.category-filters-main__slot__top .products-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: left;
  height: 45px;
  width: 100%;
  margin: 0 auto 16px;
  text-decoration: none;
  text-transform: uppercase;
}
.category-filters-main__slot__top .products-title h3 {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 137%;
  color: #212321;
  text-align: left;
  margin: 0 auto;
  text-transform: uppercase;
}
.category-filters-main__slot__top .products-title h3 a {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 137%;
  color: #212321;
  text-align: center;
  margin: 0 auto;
  text-decoration: none;
  text-transform: uppercase;
}
.category-filters-main__slot__top .products-colors {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
  margin-bottom: 28px;
}
.category-filters-main__slot__top .products-colors .color {
  width: 15px;
  min-width: 15px !important;
  height: 15px;
  box-sizing: border-box;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 100%;
}
.category-filters-main__slot__top .products-colors .color.red {
  border-color: #fd0000;
}
.category-filters-main__slot__top .products-colors .color.yellow {
  border-color: #ffc700;
}
.category-filters-main__slot__top .products-colors .color.lightblue {
  border-color: #00a3ff;
}
.category-filters-main__slot__top .products-colors .color.blue {
  border-color: #30f;
}
.category-filters-main__slot__top .products-colors .color.pink {
  border-color: #f09;
}
.category-filters-main__slot__top .products-colors .color.purple {
  border-color: #bd00ff;
}
.category-filters-main__slot__top .products-colors .color.green {
  border-color: #5cda47;
}
.category-filters-main__slot__top .products-colors .color.black {
  border-color: #000000;
}
.category-filters-main__slot__top .products-colors .color.white {
  border-color: #8a8a8a;
}
.category-filters-main__slot__top .products-colors .color.orange {
  border-color: #ff8a00;
}
.category-filters-main__slot__top .products-colors .color.grey {
  border-color: #d9d9d9;
}
.category-filters-main__slot__top .products-code {
  display: block;
  text-align: left;
  width: 100%;
  margin: 0 0 8px 0;
}
.category-filters-main__slot__top .products-code p {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #212321;
  margin: 0 auto;
}
.category-filters-main__slot__top .catalog-price {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.category-filters-main__slot__top .catalog-price p {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin: 8px 0;
  color: #212321;
}
.category-filters-main__slot__top .catalog-price p span {
  display: inline-flex;
  font-size: 18px;
  font-weight: 700;
  color: #21a500;
  margin: 6px 0 0 0;
}
.category-filters-main__slot__bottom {
  height: 104px;
  padding-left: 32px;
  padding-right: 32px;
  width: 100%;
  border-top: 1px solid #e6e6e6;
}
.category-filters-main__slot__bottom .your-price p {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  color: #212321;
  margin: 0 0 29px 0;
}
.category-filters-main__slot__bottom .your-price p span {
  font-size: 24px;
  color: #003671;
}
.category-filters-main__slot__bottom .promo-price p {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  color: #212321;
  margin: 0 0 29px 0;
}
.category-filters-main__slot__bottom .promo-price p span {
  font-size: 24px;
  color: #4081ff;
}
.category-filters-main__slot__bottom .table-delivery table {
  margin: 22px auto;
  border-collapse: collapse;
  border-color: #f2f3f7;
  width: 100%;
}
.category-filters-main__slot__bottom .table-delivery table tbody tr th {
  border: 1px solid #f2f3f7;
  background-color: #f2f3f7;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  color: #212321;
  margin: 0;
  text-align: center;
  padding: 2px 0;
}
.category-filters-main__slot__bottom .table-delivery table tbody tr td {
  border: 1px solid #f2f3f7;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #212321;
  margin: 0;
  text-align: center;
  padding: 2px 0;
}

@media (max-width: 1640px) {
  .category-filters-main__slot {
    width: calc(33% - 13px);
    margin-right: 24px;
    margin-bottom: 24px;
  }
  .category-filters-main__slot:nth-of-type(3n) {
    margin-right: 0 !important;
  }
  .category-filters-main__slot:nth-of-type(6n) {
    margin-right: 0 !important;
  }
  .category-filters-main__slot:nth-of-type(9n) {
    margin-right: 0 !important;
  }
  .category-filters-main__slot:nth-of-type(4n) {
    margin-right: 24px;
  }
}
@media (max-width: 1380px) {
  .category-filters-main__slot {
    width: calc(50% - 12px);
    margin-right: 24px;
    margin-bottom: 24px;
  }
  .category-filters-main__slot:nth-of-type(3n) {
    margin-right: 24px !important;
  }
  .category-filters-main__slot:nth-of-type(6n) {
    margin-right: 24px !important;
  }
  .category-filters-main__slot:nth-of-type(9n) {
    margin-right: 24px !important;
  }
  .category-filters-main__slot:nth-of-type(2n) {
    margin-right: 0 !important;
  }
  .category-filters-main__slot__top .products-title h3 {
    font-size: 22px;
  }
  .category-filters-main__slot__top .products-code {
    margin: 0 0 24px 0;
  }
  .category-filters-main__slot__top .products-code p {
    font-size: 15px;
    line-height: 140%;
  }
  .category-filters-main__slot__bottom .catalog-price p {
    font-size: 15px;
    line-height: 140%;
  }
  .category-filters-main__slot__bottom .catalog-price p span {
    font-size: 19px;
  }
  .category-filters-main__slot__bottom .your-price p,
  .category-filters-main__slot__bottom .promo-price p {
    font-size: 15px;
    line-height: 140%;
    margin: 0 0 24px 0;
  }
  .category-filters-main__slot__bottom .your-price p span,
  .category-filters-main__slot__bottom .promo-price p span {
    font-size: 21px;
  }
}
@media (max-width: 1100px) {
  .category-filters-main__slot {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 24px;
  }
  .category-filters-main__slot:nth-of-type(3n) {
    margin-right: 0 !important;
  }
  .category-filters-main__slot:nth-of-type(6n) {
    margin-right: 0 !important;
  }
  .category-filters-main__slot:nth-of-type(9n) {
    margin-right: 0 !important;
  }
  .category-filters-main__slot:nth-of-type(2n) {
    margin-right: 0 !important;
  }
}
@media (max-width: 991px) {
  .category-filters-main__slot .product-label-box {
    top: 12px;
    left: 12px;
  }
  .category-filters-main__slot .product-label-box .product-label {
    width: auto;
    height: 20px;
    padding: 0 6px;
  }
  .category-filters-main__slot .product-label-box .product-label p {
    font-size: 12px;
    line-height: 20px;
  }
  .category-filters-main__slot__top .products-image {
    margin: 40px auto 40px;
  }
  .category-filters-main__slot__top .products-title h3 {
    font-size: 20px;
  }
  .category-filters-main__slot__top .products-code {
    margin: 0 0 24px 0;
  }
  .category-filters-main__slot__top .products-code p {
    font-size: 14px;
    line-height: 140%;
  }
  .category-filters-main__slot__bottom .catalog-price p {
    font-size: 14px;
    line-height: 140%;
  }
  .category-filters-main__slot__bottom .catalog-price p span {
    font-size: 18px;
  }
  .category-filters-main__slot__bottom .your-price p,
  .category-filters-main__slot__bottom .promo-price p {
    font-size: 14px;
    line-height: 140%;
    margin: 0 0 24px 0;
  }
  .category-filters-main__slot__bottom .your-price p span,
  .category-filters-main__slot__bottom .promo-price p span {
    font-size: 20px;
  }
}
.category-seo-container p {
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  color: #212321;
  margin: 0 0 24px 0;
}

@media (max-width: 760px) {
  .category-seo-container p {
    font-size: 14px;
    line-height: 140%;
  }
}
.container.category-title h1 {
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  color: #212321;
  margin: 0 0 22px 0;
}

@media (max-width: 1199px) {
  .container.category-title h1 {
    font-size: 24px;
    margin: 0 0 16px 0;
  }
}
@media (max-width: 991px) {
  .container.category-title h1 {
    font-size: 20px;
  }
}
.category-top-seo-text {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 49px;
  display: flex;
  flex-direction: row;
  gap: 12px;
}
@media (max-width: 991px) {
  .category-top-seo-text {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 16px;
    gap: 0;
  }
}
.category-top-seo-text h1 {
  font-weight: 700;
  font-size: 32px;
  line-height: 136%;
  color: #212321;
}
.category-top-seo-text .category-seo-top-desc p {
  font-family: Instrument Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #212321;
  margin-bottom: 16px;
}
.category-top-seo-text .category-seo-top-desc p:last-of-type {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .category-top-seo-text h1 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .category-top-seo-text .category-seo-top-desc {
    margin-bottom: 0px;
  }
  .category-top-seo-text .category-seo-top-desc p {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.category-bottom-seo-text {
  margin-bottom: 80px;
}
.category-bottom-seo-text h1 {
  font-weight: 700;
  font-size: 32px;
  line-height: 136%;
  color: #212321;
}
.category-bottom-seo-text p {
  font-family: Instrument Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #212321;
  margin-bottom: 16px;
}
.category-bottom-seo-text p:last-of-type {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .category-bottom-seo-text {
    margin-bottom: 24px;
  }
  .category-bottom-seo-text h1 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .category-bottom-seo-text p {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.category-left-helpbox {
  margin: 40px 0;
  display: flex;
  flex-direction: column;
  width: 296px;
  height: auto;
  margin-right: 24px;
  margin-bottom: 24px;
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  padding: 24px 20px;
  border-radius: 10px;
}
@media (max-width: 1060px) {
  .category-left-helpbox {
    width: 100%;
    margin: 0 0 0 24px;
    height: -moz-max-content;
    height: max-content;
  }
}
@media (max-width: 991px) {
  .category-left-helpbox {
    margin: 0 0 24px 0;
    justify-content: center;
    align-items: center;
  }
}
.category-left-helpbox .helpbox-title {
  font-weight: 700;
  font-size: 22px;
  line-height: 120%;
  text-align: center;
  color: #000000;
  margin: 0 0 40px 0;
}
@media (max-width: 991px) {
  .category-left-helpbox .helpbox-title {
    font-size: 20px;
    margin: 0 0 32px 0;
  }
}
.category-left-helpbox .helpbox-icon {
  -o-object-fit: contain;
     object-fit: contain;
  display: flex;
  margin: 0 auto 24px auto;
}
.category-left-helpbox .helpbox-text {
  display: inline-flex;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #212321;
  text-align: left;
  margin: 0 0 24px 0;
}
@media (max-width: 991px) {
  .category-left-helpbox .helpbox-text {
    font-size: 14px;
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.category-left-helpbox .helpbox-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 236px;
  height: 50px;
  background: #21a500;
  border-radius: 10px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  color: #ffffff;
  text-decoration: none;
  margin: 0 auto;
}
.category-left-helpbox .helpbox-button:hover {
  background-color: rgb(22.8, 114, 0);
}
@media (max-width: 991px) {
  .category-left-helpbox .helpbox-button {
    font-size: 14px;
    height: 42px;
    width: -moz-max-content;
    width: max-content;
    padding: 0 24px;
  }
}

.not-found-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 136%;
  color: #212321;
  margin: 0 0 6px 0;
}
@media (max-width: 760px) {
  .not-found-title {
    font-size: 20px;
  }
}
.not-found .finding-box {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 37px 0;
  gap: 15px;
}
.not-found .finding-box-slots {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 15px;
}
.not-found .finding-box-slots strong {
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: #003671;
}
@media (max-width: 760px) {
  .not-found .finding-box-slots strong {
    font-size: 14px;
  }
}
@media (max-width: 760px) {
  .not-found .finding-box-quantity {
    line-height: 1.2;
  }
}
.not-found .finding-box-quantity span {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #003671;
}
@media (max-width: 760px) {
  .not-found .finding-box-quantity span {
    font-size: 14px;
    line-height: 1.2;
  }
}
.not-found .finding-box-quantity span strong {
  font-weight: 700;
}
.not-found-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
  padding: 64px;
  gap: 24px;
  border-radius: 10px;
  margin: 0 0 32px 0;
  width: 100%;
  height: -moz-max-content;
  height: max-content;
}
@media (max-width: 1200px) {
  .not-found-box {
    padding: 40px;
  }
}
@media (max-width: 760px) {
  .not-found-box {
    flex-direction: column;
    justify-content: center;
  }
}
.not-found-box-text h3 {
  font-weight: 700;
  font-size: 22px;
  line-height: 120%;
  color: #000000;
  margin: 0 0 40px 0;
}
@media (max-width: 760px) {
  .not-found-box-text h3 {
    text-align: center;
    margin: 0 0 24px 0;
  }
}
.not-found-box-text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #212321;
  margin: 0 0 24px 0;
}
@media (max-width: 1200px) {
  .not-found-box-text p {
    font-size: 14px;
  }
}
@media (max-width: 760px) {
  .not-found-box-text p {
    text-align: center;
    margin: 0 0 16px 0;
  }
}
.not-found-box-text .contact-btn {
  all: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 370px;
  height: 50px;
  background-color: #21a500;
  color: #ffffff;
  cursor: pointer;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  border-radius: 20px;
}
.not-found-box-text .contact-btn:hover {
  background-color: rgb(22.8, 114, 0);
}
@media (max-width: 1200px) {
  .not-found-box-text .contact-btn {
    font-size: 15px;
    height: 40px;
    padding: 0 24px;
    width: -moz-max-content;
    width: max-content;
  }
}
@media (max-width: 760px) {
  .not-found-box-text .contact-btn {
    margin: 24px auto;
  }
}
.not-found-box-img {
  width: 100%;
}
.not-found-box-img img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  min-width: 385px;
}
@media (max-width: 1200px) {
  .not-found-box-img img {
    min-width: 300px;
  }
}

#main-wrapper.grey-wrapper {
  background-color: #f2f3f7;
}

.catalogs-container {
  background-color: #f2f3f7;
  padding-bottom: 192px;
}
.catalogs-container h1 {
  font-weight: 700;
  font-size: 36px;
  line-height: 136%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #003671;
  margin: 0 0 13px 0;
}
.catalogs-container h4 {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  color: #212321;
  margin: 6px 0 16px 0;
}
.catalogs-container .catalogs-wrapper {
  position: relative;
  padding: 16px 0 19px 0;
  background-color: #f2f3f7;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.catalogs-container .catalogs-wrapper_col {
  display: flex;
  flex-direction: column;
  height: auto;
  width: calc(33% - 24px);
  max-width: 408px;
  margin-right: 23px;
  margin-bottom: 23px;
  background-color: #ffffff;
  border-radius: 20px;
}
.catalogs-container .catalogs-wrapper_col.video-slot {
  height: auto;
}
.catalogs-container .catalogs-wrapper_col.video-slot .catalogs-wrapper_col_top {
  height: auto;
}
@media (max-width: 640px) {
  .catalogs-container .catalogs-wrapper_col.video-slot .catalogs-wrapper_col_top iframe {
    width: 100%;
    margin-bottom: 24px;
  }
}
.catalogs-container .catalogs-wrapper_col:nth-of-type(3n) {
  margin-right: 0;
}
.catalogs-container .catalogs-wrapper_col_top {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 36px 36px 26px 36px;
  border-bottom: 1px solid #d9d9d9;
  height: auto;
}
.catalogs-container .catalogs-wrapper_col_top_left {
  width: 100%;
}
.catalogs-container .catalogs-wrapper_col_top_left img {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 348px;
  height: auto;
  width: 100%;
  max-height: 497px;
}
.catalogs-container .catalogs-wrapper_col_top_right {
  margin-top: 24px;
}
.catalogs-container .catalogs-wrapper_col_top_right .catalogs-text h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 28.8px;
  text-align: left;
  color: #e63027;
  text-transform: uppercase;
  margin: 0 0 24px 0;
}
.catalogs-container .catalogs-wrapper_col_top_right .catalogs-text p {
  display: -webkit-box;
  -webkit-line-clamp: 15;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 16px;
  font-weight: 400;
  line-height: 171%;
  text-align: left;
  color: #212321;
  margin: 0 0 16px 0;
}
.catalogs-container .catalogs-wrapper_col_top_right .catalogs-text p a {
  font-size: 16px;
  font-weight: 400;
  line-height: 171%;
  text-align: left;
  color: #003671;
  text-decoration: none;
}
.catalogs-container .catalogs-wrapper_col_top_right .catalogs-text p a:hover {
  text-decoration: underline;
}
.catalogs-container .catalogs-wrapper_col_top_right .catalogs-text a {
  font-size: 16px;
  font-weight: 400;
  line-height: 171%;
  text-align: left;
  color: #003671;
  margin: 0 0 16px 0;
  text-decoration: none;
}
.catalogs-container .catalogs-wrapper_col_top_right .catalogs-text a:hover {
  text-decoration: underline;
}
.catalogs-container .catalogs-wrapper_col_bottom {
  padding: 16px 16px;
  height: 110px;
}
.catalogs-container .catalogs-wrapper_col_bottom__btns {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
}
.catalogs-container .catalogs-wrapper_col_bottom__btns--btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  height: 50px;
  padding: 15px 16px;
  box-sizing: border-box;
  border: 1px solid #003671;
  background-color: #ffffff;
  text-decoration: unset;
  border-radius: 10px;
}
.catalogs-container .catalogs-wrapper_col_bottom__btns--btn span {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  margin: 0;
  color: #003671;
}
.catalogs-container .catalogs-wrapper_col_bottom__btns--btn img {
  display: flex;
  margin: 0 0 0 10px;
}
.catalogs-container .catalogs-wrapper_col_bottom__btns--btn:hover {
  background-color: #003671;
}
.catalogs-container .catalogs-wrapper_col_bottom__btns--btn:hover span {
  color: #ffffff;
}
.catalogs-container .catalogs-wrapper_col_bottom__btns--btn:hover img {
  filter: invert(1) brightness(22);
}

@media (max-width: 1380px) {
  .catalogs-container h1 {
    font-size: 33px;
  }
  .catalogs-container h4 {
    font-size: 16px;
  }
}
@media (max-width: 1300px) {
  .catalogs-container .catalogs-wrapper_col {
    height: auto;
  }
  .catalogs-container .catalogs-wrapper_col_top, .catalogs-container .catalogs-wrapper_col_bottom {
    height: auto;
  }
}
@media (max-width: 860px) {
  #main-wrapper.grey-wrapper .breadcrumbs.container {
    margin-top: 0;
  }
  .catalogs-container {
    padding-bottom: 24px;
  }
  .catalogs-container h1 {
    font-size: 28px;
  }
  .catalogs-container h4 {
    font-size: 15px;
  }
  .catalogs-container .catalogs-wrapper {
    padding: 8px 0 24px;
  }
  .catalogs-container .catalogs-wrapper_col {
    width: calc(50% - 24px);
  }
  .catalogs-container .catalogs-wrapper_col:nth-of-type(odd) {
    margin-right: 24px;
  }
  .catalogs-container .catalogs-wrapper_col_top {
    padding: 18px;
  }
  .catalogs-container .catalogs-wrapper_col_bottom {
    padding: 18px;
  }
  .catalogs-container .catalogs-wrapper_col_bottom__btns {
    gap: 12px;
  }
  .catalogs-container .catalogs-wrapper_col_bottom__btns--btn {
    height: 42px;
    padding: 10px 15px;
  }
  .catalogs-container .catalogs-wrapper_col_bottom__btns--btn span {
    font-size: 14px;
    line-height: 19px;
  }
  .catalogs-container .catalogs-wrapper_col_bottom__btns--btn img {
    height: 17px;
    width: auto;
  }
}
@media (max-width: 700px) {
  .catalogs-container .catalogs-wrapper_col {
    height: auto;
    width: 100%;
    max-width: unset;
    margin: 0 0 24px 0 !important;
  }
  .catalogs-container .catalogs-wrapper_col_top {
    flex-direction: column;
    height: auto;
    width: 100%;
  }
  .catalogs-container .catalogs-wrapper_col_top_left {
    display: flex;
    justify-content: center;
    margin: 0 auto;
  }
  .catalogs-container .catalogs-wrapper_col_top_left img {
    margin: 0;
    max-width: unset;
  }
  .catalogs-container .catalogs-wrapper_col_top_right .catalogs-text h2 {
    margin: 0 0 12px 0;
  }
  .catalogs-container .catalogs-wrapper_col_top_right .catalogs-text p {
    display: unset;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
    overflow: unset;
  }
  .catalogs-container .catalogs-wrapper_col_bottom {
    height: auto;
  }
}
#main-wrapper:has(.section-about-us) {
  background-color: #f2f3f7;
  padding-bottom: 150px;
}
@media (max-width: 760px) {
  #main-wrapper:has(.section-about-us) {
    padding-bottom: 32px;
  }
}

.section-about-us {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 34px;
  background-color: #ffffff;
  padding: 45px;
  border-radius: 20px;
  margin: 0 auto 32px auto;
}
.section-about-us:last-of-type {
  margin: 0 auto;
}
@media (max-width: 991px) {
  .section-about-us {
    flex-direction: column;
    padding: 24px;
    gap: 16px;
  }
}
@media (max-width: 991px) {
  .section-about-us__text {
    display: flex;
    flex-direction: column;
    order: 0;
  }
}
.section-about-us__text h3 {
  font-weight: 600;
  font-size: 14px;
  line-height: 91%;
  letter-spacing: 19%;
  text-transform: uppercase;
  color: #212321;
  margin: 0 0 7px 0;
}
.section-about-us__text h3 span {
  color: #ed1717;
}
.section-about-us__text h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 136%;
  text-transform: uppercase;
  color: #003671;
}
@media (max-width: 991px) {
  .section-about-us__text h2 {
    font-size: 26px;
  }
}
.section-about-us__text .title-red-line {
  display: flex;
  justify-content: flex-start;
  text-align: left;
  margin: 8px auto 24px 16px;
}
@media (max-width: 760px) {
  .section-about-us__text .title-red-line {
    margin: 0 auto 16px 4px;
  }
}
.section-about-us__text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #212321;
}
.section-about-us__text p strong,
.section-about-us__text p b {
  font-weight: 700;
}
@media (max-width: 760px) {
  .section-about-us__text p {
    font-size: 14px;
  }
}
.section-about-us__text .icon-text-box {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 34px;
  margin: 0 0 12px 0;
}
@media (max-width: 760px) {
  .section-about-us__text .icon-text-box {
    gap: 16px;
  }
}
.section-about-us__text .icon-text-box__text strong {
  display: inline-flex;
  margin: 0 0 12px 0;
}
@media (max-width: 760px) {
  .section-about-us__text .icon-text-box__text strong {
    font-size: 15px;
  }
}
@media (max-width: 760px) {
  .section-about-us__text .icon-text-box__icon img {
    width: 38px;
    height: auto;
  }
}
@media (max-width: 991px) {
  .section-about-us__img {
    display: flex;
    flex-direction: column;
    order: 1;
  }
}
.section-about-us__img img {
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 20px;
}

.send-form {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 40px;
}
.send-form .input-slot {
  display: flex;
  flex-direction: column;
}
.send-form .input-slot label {
  font-weight: 400;
  font-size: 16px;
  line-height: 177%;
  color: #212321;
}
@media (max-width: 760px) {
  .send-form .input-slot label {
    font-size: 14px;
  }
}
.send-form .input-slot input {
  background-color: #f4f4f4;
  border-radius: 10px;
  margin: 0 0 10px 0;
  width: 100%;
  padding: 0 18px;
}
.send-form .input-slot textarea {
  background-color: #f4f4f4;
  border-radius: 10px;
  margin: 0 0 20px 0;
  width: 100%;
  padding: 16px 18px;
  border: 0;
}
.send-form .custom-checkbox-container {
  font-weight: 400;
  font-size: 12px;
  line-height: 156%;
  color: #212321;
}
.send-form-left {
  width: 50%;
}
.send-form-left h2 {
  font-weight: 700;
  font-size: 22px;
  line-height: 136%;
  text-transform: uppercase;
  color: #003671;
}
.send-form-right {
  margin-top: 48px;
  width: 50%;
}
@media (max-width: 760px) {
  .send-form {
    flex-direction: column;
    gap: 0;
  }
  .send-form-left, .send-form-right {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 760px) and (max-width: 500px) {
  .send-form button {
    display: flex;
    justify-content: center;
    width: 50%;
    margin: 0 auto;
  }
}

#branding .our-job {
  font-size: 16px;
  color: #e63027;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 991px) {
  #branding .our-job {
    font-size: 14px;
  }
}
#branding .our-job:hover {
  color: #003671;
}
#branding .branding-slot-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
}
@media (max-width: 760px) {
  #branding .branding-slot-box {
    flex-direction: column;
  }
}
#branding .section-about-us:nth-of-type(even) .section-about-us__text {
  order: 1;
}
#branding .section-about-us:nth-of-type(even) .section-about-us__img {
  order: 0;
}
#branding .section-about-us {
  display: flex;
  flex-direction: column;
}
#branding .section-about-us .swiper {
  width: 100%;
  overflow: hidden;
}
#branding .section-about-us .swiper.hidden {
  display: none;
}
#branding .section-about-us .swiper-wrapper {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
#branding .section-about-us .swiper-slide {
  width: 200px !important;
  height: auto;
}
#branding .section-about-us .swiper-slide img {
  width: 200px !important;
  height: auto;
}
#branding .section-about-us .swiper .swiper-button-next {
  position: absolute;
  width: 45px;
  height: 45px;
  background-image: url("./../assets/icons/main_page/hero_swiper/arrow-right.svg");
  background-size: contain;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  top: 50%;
  right: 0;
  z-index: 1;
  border-radius: 100%;
}
@media (max-width: 991px) {
  #branding .section-about-us .swiper .swiper-button-next {
    width: 40px;
    height: 40px;
  }
}
#branding .section-about-us .swiper .swiper-button-next::after {
  display: none;
}
#branding .section-about-us .swiper .swiper-button-prev {
  position: absolute;
  width: 45px;
  height: 45px;
  background-image: url("./../assets/icons/main_page/hero_swiper/arrow-left.svg");
  background-size: contain;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  top: 50%;
  left: 0;
  z-index: 1;
  border-radius: 100%;
}
@media (max-width: 991px) {
  #branding .section-about-us .swiper .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
}
#branding .section-about-us .swiper .swiper-button-prev::after {
  display: none;
}
@media (max-width: 991px) {
  #branding .section-about-us__text {
    order: 1 !important;
  }
}
@media (max-width: 991px) {
  #branding .section-about-us__img {
    order: 2 !important;
  }
}
#branding .section-about-us__img img {
  width: 344px;
  height: auto;
  border-radius: 10px;
}/*# sourceMappingURL=main.css.map */