@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: 1576px;
  }
}
@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 90vw;
  }
}
@media (min-width: 1640px) {
  .container,
  .container-sm {
    max-width: 1576px;
  }
}
* {
  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: #e6007e;
}
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 (min-width: 991px) {
  body:has(header.fixed-header) {
    padding-top: 136px;
  }
}
body:has(header.fixed-header) #main-wrapper.opened-menu::after {
  height: 160vh;
}

@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: #e6007e;
    width: 5px;
    height: 5px;
  }
  /* For Firefox */
  ::-moz-scrollbar-thumb {
    background-color: #e6007e;
    width: 5px;
    height: 5px;
  }
  /* For Internet Explorer and Edge */
  ::-ms-thumb {
    background-color: #e6007e;
    width: 5px;
    height: 5px;
  }
  /* For standard scrollbars (if supported) */
  ::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }
}
#topbar {
  position: relative;
  background-color: #34224f;
  height: 40px;
  z-index: 11;
}
#topbar .container {
  height: 40px;
  padding: 0;
}
#topbar .container .topbar-lang {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
  margin-left: 16px;
}
#topbar .container .topbar-lang .flag-toggle {
  cursor: pointer;
}
#topbar .container .topbar-lang .flag-toggle .flag-arrow {
  display: inline-flex;
  align-items: center;
  margin-left: 4px;
}
#topbar .container .topbar-lang .flag-toggle .flag-arrow img {
  width: 9px;
  height: auto;
}
#topbar .container .topbar-lang .flag-modal {
  display: none;
  position: absolute;
  top: 40px;
  right: 0;
}
#topbar .container .topbar-lang .flag-modal .flag-modal-content {
  display: flex;
  padding: 16px;
  background-color: #34224f;
  border: 1px solid #ffffff;
  cursor: pointer;
}
#topbar .container .topbar-lang .flag-modal .flag-modal-content:hover {
  opacity: 0.8;
}
#topbar .container .topbar-lang .flag-modal .flag-modal-content .flag-img {
  cursor: pointer;
}
#topbar .container .topbar-socials a {
  margin-right: 8px;
  filter: invert(1) brightness(2);
}
#topbar .container .topbar-socials a img {
  width: 20px;
  height: 20px;
}
#topbar .container .topbar-socials a:hover {
  filter: invert(13%) sepia(96%) saturate(7041%) hue-rotate(319deg) brightness(89%) contrast(110%);
}
#topbar .container div:not(.topbar-lang) a {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  color: #ffffff;
  text-decoration: none;
}
#topbar .container div:not(.topbar-lang) a:first-of-type {
  padding-left: 0 !important;
}
#topbar .container div:not(.topbar-lang) a.active, #topbar .container div:not(.topbar-lang) a:hover {
  color: #e6007e;
}
#topbar .container div:not(.topbar-lang) span {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  color: #212321;
  height: 26px;
}

@media (max-width: 1200px) {
  #topbar .container div a {
    font-size: 13px;
  }
}
@media (max-width: 992px) {
  #topbar > .container {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .topbar-links a {
    font-size: 12px !important;
    padding: 1rem 0.5rem !important;
  }
  .topbar-links a:nth-of-type(1), .topbar-links a:nth-of-type(2), .topbar-links a:nth-of-type(3), .topbar-links a:nth-of-type(4), .topbar-links a:nth-of-type(5), .topbar-links a:nth-of-type(6) {
    display: none;
  }
}
nav .navbar-brand img {
  font-size: 12px;
}
nav .container-fluid {
  padding: 0 !important;
}
nav #nav-searchbar {
  position: relative;
}
nav #nav-searchbar input {
  all: unset;
  width: 901px;
  height: 45px;
  background-color: #f2f3f7;
  padding: 0 60px 0 38px;
  border-radius: 30px;
  border: 1px solid #d9d9d9;
}
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 #34224f;
}
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 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  font-weight: 700;
  font-size: 18px;
  line-height: 28.8px;
  color: #000000;
  width: 100%;
}
nav .nav-account-cart .cart-value .cart-value-text {
  display: flex;
  font-weight: 700;
  font-size: 12px;
  line-height: 19.2px;
  margin: 4px 0 0 4px;
  width: 100%;
}
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: #e6007e;
}
nav .nav-account-cart a:hover svg {
  filter: invert(13%) sepia(96%) saturate(7041%) hue-rotate(319deg) brightness(89%) contrast(110%) !important;
}
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-top: -10px;
}
@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: 40px;
    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: -8px;
  right: 8px;
  background-color: #e6007e;
  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: #e6007e;
  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: #e6007e;
}
nav .dropdown-toggle::after {
  border-top: 0.3em solid #34224f;
  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: #e6007e;
}
nav .navbar-bottom .offert-nav-toggler {
  margin-right: 120px;
}
@media (max-width: 1360px) {
  nav .navbar-bottom .offert-nav-toggler {
    margin-right: auto;
  }
}
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-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 177.023%;
  text-transform: uppercase;
  color: #212321;
  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: #e6007e;
  text-shadow: 0.3px 0px 0.1px, -0.3px 0px 0.1px;
}
nav .navbar-bottom .main-nav-item > a:hover::after, nav .navbar-bottom .main-nav-item > a.active::after {
  border-top: 0.3em solid #e6007e !important;
}
nav .navbar-bottom .main-nav-item > a.show::after {
  transform: rotate(180deg);
}

@media (max-width: 1576px) {
  nav #nav-searchbar input {
    width: 300px;
  }
}
@media (min-width: 992px) {
  header {
    height: 184px;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.05);
    transition: height 0.4s ease;
  }
  header.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    background: #ffffff;
  }
  header.fixed-header .navbar-bottom .dropdown-menu-box:has(.dropdown-menu.show) {
    top: -6px;
  }
  header:has(#topbar.page-scroll) {
    height: 136px;
  }
  header #topbar {
    transition: height 0.4s ease;
  }
  header #topbar.page-scroll {
    height: 32px;
  }
  header #topbar.page-scroll .container {
    height: 32px;
  }
  nav {
    height: 144px;
  }
  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;
    transition: height 0.4s ease;
  }
  nav .navbar-top.page-scroll {
    height: 70px;
  }
  nav .navbar-bottom {
    position: absolute;
    top: 84px;
    left: 0;
    display: flex;
    height: 60px;
    transition: height 0.4s ease, top 0.4s ease;
  }
  nav .navbar-bottom.page-scroll {
    top: 58px;
    height: 50px;
  }
  nav .navbar-bottom.page-scroll .main-nav-item {
    height: 42px;
    transition: height 0.4s ease;
  }
  nav .navbar-bottom .dropdown-menu:has(.menu-vertical-overflow.active-menu-overflow) {
    padding-right: 0;
  }
  nav .navbar-bottom .dropdown-menu-box:has(.dropdown-menu.show) {
    position: relative;
    display: flex;
    top: 12px;
    left: 0;
  }
  nav .navbar-bottom .dropdown-menu-box:has(.dropdown-menu.show) .main-dropdown-menu {
    display: block;
    top: 0;
  }
  nav .navbar-bottom .dropdown-menu-box:has(.dropdown-menu.show) .main-dropdown-menu:nth-of-type(1) {
    left: 0;
  }
  nav .navbar-bottom .dropdown-menu-box:has(.dropdown-menu.show) .main-dropdown-menu:nth-of-type(1)::before {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    background-color: #f2f3f7;
    z-index: -1;
  }
  nav .navbar-bottom .dropdown-menu-box:has(.dropdown-menu.show) .main-dropdown-menu:nth-of-type(2) {
    left: 300px;
  }
  nav .navbar-bottom .dropdown-menu-box:has(.dropdown-menu.show) .main-dropdown-menu:nth-of-type(3) {
    left: 600px;
  }
  nav .navbar-bottom .dropdown-menu-box:has(.dropdown-menu.show) .main-dropdown-menu:nth-of-type(4) {
    left: 900px;
  }
  nav .navbar-bottom .menu-vertical-overflow {
    height: 380px;
  }
  nav .navbar-bottom .main-nav-item {
    height: 60px;
  }
  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;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    --bs-dropdown-spacer: 0 !important;
    --bs-dropdown-padding-y: 0 !important;
    min-height: 36px;
    padding: 21px 39px;
    background-color: #f2f3f7;
  }
  nav .dropdown-menu.show:not(.second-lvl-menu)::before {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    background-color: #f2f3f7;
    z-index: -1;
  }
  nav .dropdown-menu li {
    margin-left: -39px;
    margin-right: -39px;
    margin-bottom: 6px;
  }
  nav .dropdown-menu li a {
    padding-left: 39px;
    padding-right: 39px;
  }
  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 60px 0 16px;
    margin: 0 !important;
  }
  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 .navbar-bottom {
    align-items: flex-start !important;
  }
  nav .navbar-bottom .offert-nav-toggler {
    margin-right: unset;
    width: 100%;
  }
  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,
  nav .navbar-bottom .main-nav-item > a {
    font-size: 16px;
  }
  nav .navbar-bottom .main-nav-item .dropdown-item {
    font-size: 14px;
  }
  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;
  }
}
@media (max-width: 991px) {
  .dropdown-menu-box {
    flex-direction: column;
  }
  .dropdown-menu-box:has(.dropdown-menu.show) {
    position: relative;
    display: flex;
    top: 0;
    left: 0;
  }
  .dropdown-menu-box:has(.dropdown-menu.show) .main-dropdown-menu {
    display: block;
    background-color: #f2f3f7;
    padding: 0;
  }
}
footer {
  background-color: #f2f3f7;
  border-top: 1px solid #a6a6a6;
}
footer .footer__container__top {
  padding: 64px 0 78px 0;
  width: 1576px;
  margin: 0 auto;
}
footer .footer__container__top .first-column {
  max-width: 372px;
  margin-right: auto;
}
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: #212321;
  margin: 0;
}
footer .footer__container__top .first-column .footer-text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  color: #374957;
  margin: 0;
}
footer .footer__container__top .first-column .socials-footer {
  display: flex;
  flex-direction: row;
  gap: 13px;
}
footer .footer__container__top .first-column .socials-footer a {
  text-decoration: none;
}
footer .footer__container__top .first-column .socials-footer a:hover img {
  filter: invert(13%) sepia(96%) saturate(7041%) hue-rotate(319deg) brightness(89%) contrast(110%);
}
footer .footer__container__top .first-column .newsletter-form .accepts-info label {
  font-size: 12px;
  line-height: 34px;
  margin-bottom: -8px;
}
footer .footer__container__top .first-column .newsletter-form input {
  all: unset;
  width: 252px;
  height: 50px;
  background-color: #ffffff;
  padding: 0 20px;
}
footer .footer__container__top .first-column .newsletter-form input::-moz-placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  color: #747474;
}
footer .footer__container__top .first-column .newsletter-form input::placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  color: #747474;
}
footer .footer__container__top .first-column .newsletter-form button {
  all: unset;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 88px;
  min-width: 80px;
  height: 50px;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
  color: #ffffff;
  background-color: #212321;
  cursor: pointer;
}
footer .footer__container__top .first-column .newsletter-form button:hover {
  background-color: #e6007e;
}
footer .footer__container__top .second-column h2 {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  color: #212321;
  margin: 0 0 33px 0;
}
footer .footer__container__top .second-column a {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 177.023%;
  color: #212321;
  margin: 0 0 9px 0;
  text-decoration: none;
  text-transform: uppercase;
}
footer .footer__container__top .second-column a:hover {
  color: #e6007e;
}
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: #212321;
  margin: 0 0 33px 0;
}
footer .footer__container__top .third-column a,
footer .footer__container__top .fourth-column a {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  color: #212321;
  margin: 0 0 9px 0;
  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: #e6007e;
}
footer .footer__container__top .third-column a:hover img,
footer .footer__container__top .fourth-column a:hover img {
  filter: invert(13%) sepia(96%) saturate(7041%) hue-rotate(319deg) brightness(89%) contrast(110%);
}
footer .footer__container__top .fifth-column .footer-contacts-box h2 {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  color: #212321;
  margin: 0 0 33px 0;
}
footer .footer__container__top .fifth-column .footer-contacts-box .footer-contact-box {
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 0 17px 0;
}
footer .footer__container__top .fifth-column .footer-contacts-box .footer-contact-box:has(.address-footer) img {
  margin-top: 6px;
}
footer .footer__container__top .fifth-column .footer-contacts-box .footer-contact-box .address-footer {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .footer__container__top .fifth-column .footer-contacts-box .footer-contact-box .address-footer span {
  display: inline-flex;
  width: 100%;
  white-space: pre;
}
footer .footer__container__top .fifth-column .footer-contacts-box .footer-contact-box p {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  color: #212321;
  margin: 0;
  width: 100%;
}
footer .footer__container__top .fifth-column .footer-contacts-box .footer-contact-box p img {
  vertical-align: top;
  margin-right: 5px;
  display: inline-flex;
  margin-right: 12px;
}
footer .footer__container__top .fifth-column .footer-contacts-box .footer-contact-box p a {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  color: #212321;
  text-decoration: none;
}
footer .footer__container__top .fifth-column .footer-contacts-box .footer-contact-box p a:hover {
  color: #e6007e;
}
footer .footer__container__bottom {
  position: relative;
  height: 42px;
  width: 1576px;
  margin: 0 auto;
  background-color: #000000;
  z-index: 1;
}
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: space-between !important;
    margin-left: 24px;
  }
  footer .footer__container__top .fifth-column {
    margin-left: 0 !important;
  }
  footer .footer__container__top .col-4,
  footer .footer__container__top .col-2 {
    width: calc(50% - 24px);
    align-items: flex-start !important;
  }
  footer .footer__container__top .col-4:nth-of-type(3), footer .footer__container__top .col-4:nth-of-type(4), footer .footer__container__top .col-4:nth-of-type(5),
  footer .footer__container__top .col-2:nth-of-type(3),
  footer .footer__container__top .col-2:nth-of-type(4),
  footer .footer__container__top .col-2:nth-of-type(5) {
    margin-top: 24px;
  }
  footer .footer__container__top .col-4:nth-of-type(2), footer .footer__container__top .col-4:nth-of-type(4), footer .footer__container__top .col-4:nth-of-type(5),
  footer .footer__container__top .col-2:nth-of-type(2),
  footer .footer__container__top .col-2:nth-of-type(4),
  footer .footer__container__top .col-2:nth-of-type(5) {
    margin-left: 24px;
  }
}
@media (max-width: 991px) {
  .footer__container__bottom {
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 8px 0 !important;
    height: auto !important;
  }
  .footer__container__bottom p {
    text-align: center;
  }
}
@media (max-width: 639px) {
  footer .footer__container__top {
    padding: 24px 16px 16px 16px;
    margin-left: 0;
  }
  footer .footer__container__top .first-column .footer-logo img {
    width: 120px;
    height: auto;
  }
  footer .footer__container__top .first-column .footer-text {
    margin: 0 0 23px 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 {
    font-size: 12px;
    line-height: 120%;
  }
  footer .footer__container__top .first-column .newsletter-form input {
    width: 140px;
    height: 40px;
    padding: 0 16px;
  }
  footer .footer__container__top .first-column .newsletter-form input::-moz-placeholder {
    font-size: 12px;
    line-height: 140%;
  }
  footer .footer__container__top .first-column .newsletter-form input::placeholder {
    font-size: 12px;
    line-height: 140%;
  }
  footer .footer__container__top .first-column .newsletter-form button {
    width: 80px;
    height: 40px;
    font-size: 14px;
    line-height: 140%;
  }
  footer .footer__container__top .second-column h2 {
    font-size: 16px;
    margin: 0 0 24px 0;
  }
  footer .footer__container__top .second-column a {
    font-size: 12px;
    line-height: 140%;
  }
  footer .footer__container__top .third-column h2,
  footer .footer__container__top .fourth-column h2 {
    font-size: 16px;
    margin: 0 0 24px 0;
  }
  footer .footer__container__top .third-column a,
  footer .footer__container__top .fourth-column a {
    font-size: 12px;
    line-height: 120%;
  }
  footer .footer__container__top .fifth-column .footer-contacts-box h2 {
    font-size: 16px;
    margin: 0 0 24px 0;
  }
  footer .footer__container__top .fifth-column .footer-contacts-box .footer-contact-box {
    margin: 0 0 15px 0;
  }
  footer .footer__container__top .fifth-column .footer-contacts-box .footer-contact-box strong {
    font-size: 12px;
    line-height: 120%;
  }
  footer .footer__container__top .fifth-column .footer-contacts-box .footer-contact-box span {
    font-size: 12px;
    line-height: 120%;
  }
  footer .footer__container__top .fifth-column .footer-contacts-box .footer-contact-box p {
    font-size: 12px;
    line-height: 120%;
  }
  footer .footer__container__top .fifth-column .footer-contacts-box .footer-contact-box p a {
    font-size: 12px;
    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: 26px;
  margin-bottom: 26px;
}
.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: #e6007e;
}
.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 {
    margin-top: 6px;
    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 #e6007e;
  background-color: #e6007e;
  color: #ffffff;
  width: -moz-max-content;
  width: max-content;
  height: 54px;
  padding: 15px 20px;
  text-decoration: none;
}
.color-btn.left-btn img {
  transform: rotate(180deg);
  margin-left: 0;
  margin-right: 10px;
}
.color-btn img {
  margin-left: 10px;
}
.color-btn:hover {
  background-color: #ffffff;
  color: #e6007e;
}
.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 #e6007e;
  background-color: #ffffff;
  color: #e6007e;
  width: -moz-max-content;
  width: max-content;
  height: 54px;
  padding: 15px 20px;
  text-decoration: none;
}
.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: #e6007e;
  color: #ffffff;
}
.white-btn:hover img {
  content: url("./../assets/icons/common/buttons/button_white_arrow.svg?=gdfg5");
}

.white-save-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  border: 1px solid #e6007e;
  background-color: #ffffff;
  color: #e6007e;
  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: #e6007e;
  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 #e6007e;
  background-color: #e6007e;
  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: #e6007e;
}
.color-save-btn:hover img {
  content: url("./../assets/icons/dashboard/save-btn-color.svg?gf=534");
}

.white-purple-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  border: 1px solid #34224f;
  background-color: #ffffff;
  color: #34224f;
  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: #34224f;
  color: #ffffff;
}
.white-purple-btn:hover img {
  content: url("./../assets/icons/common/buttons/button_white_arrow.svg?=gdfg5");
}

.white-pink-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  border: 1px solid #e6007e;
  background-color: #ffffff;
  color: #e6007e;
  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-pink-btn img {
  margin-left: 10px;
}
.white-pink-btn:hover {
  background-color: #e6007e;
  color: #ffffff;
}
.white-pink-btn:hover img {
  content: url("./../assets/icons/common/buttons/button_white_arrow.svg?=gdfg5");
}

@media (max-width: 991px) {
  .white-purple-btn,
  .white-pink-btn {
    font-size: 14px;
    line-height: 16px;
    margin-top: 12px;
    height: 42px;
  }
  .white-purple-btn img,
  .white-pink-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: 16px;
  line-height: 140%;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .main-check-btn-box a {
    font-size: 14px;
  }
}

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

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: #374957;
  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 #e6007e;
}

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: #374957;
  padding: 16px 32px;
  margin: 16px 0 0 0;
}
textarea.form-textarea:focus, textarea.form-textarea:hover {
  border: 0;
  outline: 1px solid #e6007e;
}

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: #374957;
  padding: 16px 32px;
  margin: 16px 0 0 0;
}
label.add-files:focus, label.add-files:hover {
  border: 0;
  outline: 1px solid #e6007e;
}

.password-field {
  position: relative;
  width: 320px;
}
.password-field input.form-input {
  width: 100%;
  padding-right: 48px;
}
.password-field__toggle {
  position: absolute;
  top: 24px;
  right: 16px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
}
.password-field__toggle img {
  width: 20px;
  height: 15px;
  opacity: 0.6;
  transition: opacity 0.15s ease;
}
.password-field__toggle::after {
  content: "";
  position: absolute;
  left: 2px;
  top: 11px;
  width: 20px;
  height: 1px;
  background-color: #374957;
  transform: rotate(-40deg);
  opacity: 0;
  transition: opacity 0.15s ease;
}
.password-field__toggle.is-visible img {
  opacity: 1;
}
.password-field__toggle.is-visible::after {
  opacity: 0.6;
}
.password-field__toggle:hover img {
  opacity: 1;
}
@media (max-width: 991px) {
  .password-field {
    width: 100%;
  }
}

.password-field__generate {
  display: block;
  width: 320px;
  margin-top: 2px;
  background: transparent;
  border: 0;
  padding: 0;
  appearance: none;
  text-align: right;
  color: #8a8a8a;
  font-family: inherit;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  text-decoration: underline;
  cursor: pointer;
}
.password-field__generate:hover, .password-field__generate:focus {
  color: #e6007e;
}
@media (max-width: 991px) {
  .password-field__generate {
    width: 100%;
  }
}

.password-field__hint {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  color: #8a8a8a;
  max-width: 320px;
}

.password-field__strength {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 10px;
  width: 320px;
}
.password-field__strength-bar {
  height: 4px;
  flex: 1;
  background-color: #e6e6e6;
  border-radius: 2px;
  transition: background-color 0.2s ease;
}
.password-field__strength-label {
  font-style: normal;
  font-size: 12px;
  font-weight: 600;
  margin-left: 8px;
  white-space: nowrap;
  color: #8a8a8a;
}
.password-field__strength.is-weak .password-field__strength-bar.is-active {
  background-color: #ed1717;
}
.password-field__strength.is-weak .password-field__strength-label {
  color: #ed1717;
}
.password-field__strength.is-medium .password-field__strength-bar.is-active {
  background-color: #f26521;
}
.password-field__strength.is-medium .password-field__strength-label {
  color: #f26521;
}
.password-field__strength.is-strong .password-field__strength-bar.is-active {
  background-color: #21a500;
}
.password-field__strength.is-strong .password-field__strength-label {
  color: #21a500;
}
@media (max-width: 991px) {
  .password-field__strength {
    width: 100%;
  }
}

.activatepassword-form .activatepassword-intro {
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  color: #374957;
  margin: 16px 0 0 0;
}
.activatepassword-form .inputs-wrapper__slot.align-right {
  width: 320px !important;
}
@media (max-width: 991px) {
  .activatepassword-form .inputs-wrapper__slot.align-right {
    width: 100% !important;
  }
}

.pagination {
  width: 100%;
  background-color: #f2f3f7;
  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: #e6007e;
  border-color: #e6007e;
}
.pagination_container .element.active p {
  color: #ffffff;
}
.pagination_container .element:hover {
  border: 1px solid #e6007e;
}
.pagination_container .element.last img {
  width: 35px;
  height: 35px;
}
.pagination_container .element.last img:hover {
  border: 1px solid #e6007e;
}

.number-title {
  display: flex;
  align-items: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  color: #34224f;
  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: #34224f;
  border: 1px solid #34224f;
  background-color: #f2f3f7;
  border-radius: 100%;
  margin-right: 15px;
}

@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: #eee;
  border-radius: 50%;
  border: 1px solid #e6007e;
}

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

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

/* 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: #e6007e;
}

.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: #eee;
}

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

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

/* 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 #e6007e;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.common-progress-bar {
  border-radius: 0;
}
.common-progress-bar .progress-bar {
  background-color: #e6007e;
}

.common-steps-container {
  width: 100vw;
  height: 60px;
  border-bottom: 1px solid #d2d2d2;
  background-color: #f2f3f7;
}
.common-steps-container .container {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}
.common-steps-container .container .common-steps-container-slot {
  display: inline-flex;
  align-items: center;
  height: 60px;
}
.common-steps-container .container .common-steps-container-slot p {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  color: #8a8a8a;
  margin: 0;
}
.common-steps-container .container .common-steps-container-slot p.active {
  color: #e6007e;
}

@media (max-width: 991px) {
  .common-steps-container {
    height: auto;
    padding: 10px 0;
  }
  .common-steps-container .container {
    flex-direction: column;
    justify-content: center;
  }
  .common-steps-container .container .common-steps-container-slot {
    height: 32px;
  }
  .common-steps-container .container .common-steps-container-slot p {
    font-size: 15px;
  }
}
#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 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: 9%;
}
#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: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  margin: 0 0 20px 0;
  color: #34224f;
}
#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 {
  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: 0;
  max-width: 649px;
}
#swiper .swiper {
  width: 100%;
  height: 577px;
  z-index: 0;
}
#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;
}
#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;
}
#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: #ffffff;
  border: 2px solid #fff;
  opacity: 1;
  margin: 0 12px;
}
#swiper .swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 2px solid #fff;
  background-color: #34224f;
}

.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: #34224f;
  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;
}
.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;
}
.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: 34px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    text-align: center;
    color: #34224f;
  }
  #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 {
    font-weight: 700;
    color: #ffffff;
  }
  #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: 15px;
    height: 15px;
    margin: 0 6px;
  }
}
@media (min-width: 992px) {
  #swiper .swiper.desktop .swiper-slide img {
    width: 100%;
    height: auto;
    max-height: 577px;
  }
  #swiper .swiper.desktop {
    height: auto;
    max-height: 577px;
  }
}
#info_section {
  padding: 64px 0;
}
#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:hover p {
  color: #e6007e !important;
}
#info_section .info-section-box__slot:hover img {
  filter: invert(13%) sepia(96%) saturate(7041%) hue-rotate(319deg) brightness(89%) contrast(110%);
}
#info_section .info-section-box__slot .info_section__top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#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;
  max-width: 240px;
  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: #374957;
  text-align: center;
  width: 80%;
}

@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: 32px 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::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 {
  min-height: 556px;
  padding: 24px 24px 0 24px;
}
.promo_products_swiper .swiper_products_block_box__top .products-image {
  display: flex;
  height: 200px;
  width: 200px;
  margin: 40px auto 24px;
  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: 15px 15px 0 15px;
}
.promo_products_swiper .swiper_products_block_box__top .products-title {
  display: flex;
  text-align: left;
  min-height: 80px;
  width: 100%;
  margin: 0 auto 12px;
  text-decoration: none;
  text-transform: uppercase;
}
.promo_products_swiper .swiper_products_block_box__top .products-title h3 {
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  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: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  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: 17px;
  min-height: 50px;
}
.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: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: center;
  min-height: 40px;
  height: auto !important;
  width: 100%;
  margin: 0 0 12px 0;
}
.promo_products_swiper .swiper_products_block_box__top .products-code p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #374957;
  margin: 0 auto;
}
.promo_products_swiper .swiper_products_block_box__top .catalog-price p {
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  margin: 0 0 3px 0;
  color: #212321;
}
.promo_products_swiper .swiper_products_block_box__top .catalog-price p span {
  font-size: 20px;
}
.promo_products_swiper .swiper_products_block_box__bottom {
  height: 104px;
  width: 100%;
  border-top: 1px solid #e6e6e6;
  padding: 0 16px;
}
.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: #e6007e;
}
.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: 10px auto;
  border-collapse: collapse;
  border-color: #f2f3f7;
  width: 100%;
}
.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: #374957;
  margin: 0;
  text-align: center;
  padding: 2px 0;
  height: 40px;
}
.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: #374957;
  margin: 0;
  text-align: center;
  padding: 2px 0;
  height: 40px;
}

@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-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-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: #34224f;
  font-weight: 600;
  font-size: 18px;
  line-height: 16.38px;
  letter-spacing: 0.19em;
  margin: 0 0 8px 0;
  text-align: center;
  text-decoration: unset;
  text-transform: uppercase;
}
.mp-titles .mp-title h2,
.mp-titles .mp-title a {
  color: #34224f;
  font-weight: 700;
  font-size: 36px;
  line-height: 48.96px;
  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: #374957;
  font-weight: 400;
  font-size: 16px;
  line-height: 24.32px;
  text-align: center;
  margin: 0 0 24px 0;
  text-decoration: unset;
}

.mp-bell-promo-box {
  position: relative;
  background-color: #e6007e;
  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 #e6007e;
}
.mp-bell-promo-box--data div.calendar-card-top p {
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #e6007e;
  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: #e6007e;
  margin: 0;
}

.mp-check-all-btn {
  position: relative;
}
.mp-check-all-btn:hover a {
  color: #e6007e;
}
.mp-check-all-btn:hover img {
  filter: invert(13%) sepia(96%) saturate(7041%) hue-rotate(319deg) brightness(89%) contrast(110%);
}
.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: 660px;
}
.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 #e6007e;
}
.swiper_products_block_box:hover .product-hover-box {
  display: flex;
}
.swiper_products_block_box .product-label-box {
  position: absolute;
  top: 25px;
  left: 25px;
  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;
  height: 27px;
  margin-right: 5px;
  margin-bottom: 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: #34224f;
}
.swiper_products_block_box .product-hover-box__slot:nth-of-type(2) {
  background-color: #e6007e;
}
.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 {
  min-height: 556px;
}
.swiper_products_block_box__top .products-image {
  display: flex;
  height: 200px;
  width: 200px;
  margin: 40px auto 24px;
}
.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: flex;
  text-align: center;
  min-height: 80px;
  width: 100%;
  margin: 0 auto 12px;
  text-transform: uppercase;
}
.swiper_products_block_box__top .products-title h3 {
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  color: #212321;
  text-align: left;
  margin: 0 auto;
  text-transform: uppercase;
}
.swiper_products_block_box__top .products-title h3 a {
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  color: #212321;
  text-align: center;
  margin: 0 auto;
  text-decoration: none;
  text-transform: uppercase;
}
.swiper_products_block_box__top .products-code {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: center;
  min-height: 40px;
  height: auto !important;
  width: 100%;
  margin: 0 0 12px 0;
}
.swiper_products_block_box__top .products-code p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #374957;
  margin: 0 auto;
}
.swiper_products_block_box__bottom {
  width: 100%;
  border-top: 1px solid #e6e6e6;
}
.swiper_products_block_box__bottom .catalog-price p {
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  margin: 0 0 3px 0;
  color: #212321;
}
.swiper_products_block_box__bottom .catalog-price p span {
  font-size: 20px;
}
.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: #e6007e;
}
.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-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 .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-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 .banners-slot-img {
  position: relative;
}
#banners .banners_container__slot .banners-slot-img .banners-img {
  width: 100%;
  height: auto;
}
#banners .banners_container__slot .banners-slot-img .white-purple-btn {
  position: absolute;
  bottom: 11%;
  left: 7%;
  width: 248px;
  height: 52px;
}
@media (max-width: 760px) {
  #banners .banners_container__slot .banners-slot-img .white-purple-btn {
    width: 50%;
    height: auto;
  }
}

#news {
  position: relative;
  background-color: #f2f3f7;
  padding: 60px 0 60px 0;
  margin-bottom: 60px;
}
#news::before {
  position: absolute;
  display: block;
  content: "";
  background-color: #f2f3f7;
  left: calc((100vw - 1576px) / 2 * -1);
  top: 0;
  width: 100vw;
  height: 100%;
  z-index: -1;
}

.news_swiper {
  overflow: hidden;
  margin-bottom: 42px;
}
.news_swiper .swiper-slide {
  position: relative;
}

@media (max-width: 649px) {
  #news {
    padding: 32px 0;
    margin-bottom: 40px;
  }
}
#blog_swiper .swiper-slide:last-of-type .article_swiper_box {
  border-right: 1px solid #e6e6e6;
}

.news-articles-wrapper .article_swiper_box {
  height: 408px;
}
.news-articles-wrapper .article_swiper_box__image {
  height: 118px;
  -o-object-fit: contain;
     object-fit: contain;
}

.article_swiper_box {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding: 35px 35px 16px 35px;
  margin: 0 auto;
  border: 1px solid #ffffff;
  border-right: 0;
  height: 528px;
  background-color: #ffffff;
}
.article_swiper_box__image {
  position: relative;
  width: 100%;
  height: 251px;
}
.article_swiper_box__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.article_swiper_box__image--date {
  position: absolute;
  top: 12px;
  right: 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 6px 8px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  border-radius: 10px;
  margin-top: 12px;
  margin-bottom: 12px;
}
.article_swiper_box__image--date img {
  width: 13px !important;
  height: 13px !important;
  margin-bottom: 2px !important;
}
.article_swiper_box__image--date p {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  margin: 0 0 0 12px;
  color: #212321;
  text-align: left;
}
.article_swiper_box__text {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
}
.article_swiper_box__text--date {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 6px 8px;
  border: 1px solid #cccccc;
  border-radius: 10px;
  margin-top: 12px;
  margin-bottom: 12px;
}
.article_swiper_box__text--date img {
  width: 13px !important;
  height: 13px !important;
  margin-bottom: 2px !important;
}
.article_swiper_box__text--date p {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  margin: 0 0 0 12px;
  color: #212321;
  text-align: left;
}
.article_swiper_box__text--title h3 {
  font-size: unset;
  margin-bottom: 24px;
}
.article_swiper_box__text--title h3 a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: left;
  font-weight: 700;
  font-size: 18px;
  line-height: 141%;
  letter-spacing: 0%;
  margin: 0;
  color: #212321;
  text-align: left;
  text-decoration: none;
}
.article_swiper_box__text--title p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 400;
  font-size: 14px;
  line-height: 22.4px;
  letter-spacing: 0%;
  color: #374957;
}
.article_swiper_box__text--see-more {
  margin-top: 4px;
}
.article_swiper_box__text--see-more a {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  margin: 0;
  color: #e6007e;
  text-decoration: none;
  text-align: left;
}
.article_swiper_box__text--see-more a:hover {
  color: #000000 !important;
}

@media (max-width: 991px) {
  .article_swiper_box {
    padding: 8px;
    height: auto;
  }
  .article_swiper_box__image {
    width: 100%;
    height: auto;
  }
  .article_swiper_box__text {
    padding: 16px 24px;
  }
  .article_swiper_box__text--date {
    margin-bottom: 12px;
  }
  .article_swiper_box__text--title h3 a {
    font-size: 16px;
    line-height: 21px;
  }
  .article_swiper_box__text--title p {
    font-size: 14px;
    line-height: 18px;
  }
  .article_swiper_box__text--see-more a {
    font-size: 14px;
    line-height: 140%;
  }
}
#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: #e6007e;
}

@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;
  }
}
#about_us {
  margin-bottom: 77px;
}
#about_us .mp-titles {
  padding: 0 !important;
}
#about_us .mp-titles .flex-row .promo-box {
  margin-bottom: 40px;
}
#about_us .about-us-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 68px;
}
#about_us .about-us-box__img {
  display: flex;
  flex-direction: column;
}
#about_us .about-us-box__img img {
  -o-object-fit: contain;
     object-fit: contain;
}
#about_us .about-us-box__text {
  display: flex;
  flex-direction: column;
}
#about_us .about-us-box__text h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 24px;
  color: #34224f;
}
#about_us .about-us-box__text h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 107%;
  color: #34224f;
  margin-bottom: 19px;
}
#about_us .about-us-box__text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  margin-bottom: 24px;
  color: #374957;
}
#about_us .about-us-box__text p strong {
  margin-bottom: 0;
}
#about_us .about-us-box__text strong {
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  margin-bottom: 24px;
  color: #374957;
}

@media (max-width: 991px) {
  #about_us .about-us-box {
    flex-direction: column;
    justify-content: flex-start;
    gap: 24px;
  }
  #about_us .about-us-box__img {
    order: 2;
  }
  #about_us .about-us-box__text {
    order: 1;
  }
  #about_us .about-us-box__text h2 {
    font-size: 24px;
    text-align: center;
  }
  #about_us .about-us-box__text h3 {
    font-size: 16px;
    text-align: center;
  }
  #about_us .about-us-box__text p {
    font-size: 14px;
    line-height: 130%;
    text-align: justify;
  }
  #about_us .about-us-box__text strong {
    font-size: 14px;
    line-height: 130%;
  }
}
#our_brands {
  padding-top: 56px;
}
#our_brands .mp-titles {
  padding-top: 0 !important;
}
#our_brands .swiper-slide a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 111px;
  opacity: 0.5;
}
#our_brands .swiper-slide a:hover {
  opacity: 1;
}
#our_brands .swiper-slide a img {
  height: 111px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.our_brands_swiper {
  overflow: hidden;
  margin-bottom: 70px;
}
.our_brands_swiper .swiper-slide {
  position: relative;
}
.our_brands_swiper .swiper-slide .article_swiper_box__text {
  background-color: rgba(55, 73, 87, 0.7058823529);
}
.our_brands_swiper .swiper-slide .article_swiper_box__text--date p,
.our_brands_swiper .swiper-slide .article_swiper_box__text--date a, .our_brands_swiper .swiper-slide .article_swiper_box__text--title p,
.our_brands_swiper .swiper-slide .article_swiper_box__text--title a, .our_brands_swiper .swiper-slide .article_swiper_box__text--see-more p,
.our_brands_swiper .swiper-slide .article_swiper_box__text--see-more a {
  color: #ffffff;
}

@media (max-width: 649px) {
  #our_brands {
    padding-top: 40px;
  }
}
#hero {
  position: relative;
  width: 100vw;
  height: 521px;
  margin-bottom: 72px;
}
#hero.import-blue {
  height: 580px;
  background-color: #83c4df;
  margin-bottom: 0 !important;
}
@media (max-width: 991px) {
  #hero.import-blue {
    height: 620px;
  }
  #hero.import-blue .hero_image {
    height: 620px;
  }
  #hero.import-blue .hero_image img {
    height: 620px;
  }
}
#hero.import-blue .hero_image {
  height: 580px;
}
#hero.import-blue .hero_image img {
  height: 580px;
}
#hero.import-blue .hero_content--title {
  margin-bottom: 27px;
}
#hero.import-blue .hero_content--strong {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}
#hero.import-blue .hero_content--strong span {
  display: flex;
  font-weight: 700;
  font-size: 18px;
  line-height: 160%;
  text-transform: uppercase;
  color: #34224f;
}
#hero.import-blue .hero_content--text {
  max-width: 646px;
  margin-bottom: 24px;
}
#hero.branding-page-hero {
  height: 680px;
  background-color: #c9e7f1;
  margin-bottom: 0 !important;
}
#hero.branding-page-hero .hero_image {
  height: 680px;
}
#hero.branding-page-hero .hero_image img {
  height: 680px;
}
#hero.register-purple {
  margin-bottom: 0 !important;
}
#hero.register-purple .hero_content {
  top: 0;
  bottom: 0;
}
#hero.register-purple .hero_content .breadcrumbs {
  top: 0;
}
#hero.register-purple .hero_content h1 {
  margin-top: 100px;
}
#hero.register-purple .hero_content--text {
  color: #212321;
  font-weight: 400;
  font-size: 18px;
  line-height: 177%;
  max-width: 594px;
}
#hero.register-purple .hero_content .hero-btns-box {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
}
#hero.register-purple .hero_content .hero-btns-box .hero_content--btn {
  width: 310px;
  height: 100px;
  padding-right: 20px;
  padding-left: 10px;
  background-color: #ffffff;
  border: 0;
  border-top: 1px solid #ffffff;
  margin-right: 0;
}
#hero.register-purple .hero_content .hero-btns-box .hero_content--btn svg {
  margin-left: 40px !important;
}
#hero.register-purple .hero_content .hero-btns-box .hero_content--btn > a > div:not(:has(svg)) {
  width: 180px;
  white-space: nowrap;
}
#hero.register-purple .hero_content .hero-btns-box .hero_content--btn.active, #hero.register-purple .hero_content .hero-btns-box .hero_content--btn:hover {
  background-color: #f2f3f7;
  border-top: 1px solid #e6007e;
}
#hero.register-purple .hero_content .hero-btns-box .hero_content--btn.active:hover a, #hero.register-purple .hero_content .hero-btns-box .hero_content--btn:hover:hover a {
  color: #e6007e;
}
#hero.register-purple .hero_content .hero-btns-box .hero_content--btn a {
  display: flex;
  flex-direction: row;
  color: #34224f;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}
#hero.register-purple .hero_content .hero-btns-box .hero_content--btn a span {
  display: inline;
  color: #e6007e;
}
#hero.register-purple .hero_content .hero-btns-box .hero_content--btn a img {
  transform: rotate(90deg);
}
#hero .hero_content {
  position: absolute;
  top: 140px;
  left: 0;
  max-width: 800px;
  z-index: 1;
  width: 100%;
}
#hero .hero_content .breadcrumbs {
  position: absolute;
  top: -140px;
  left: -10px;
}
#hero .hero_content h1 {
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 136%;
  text-transform: uppercase;
  color: #34224f;
  margin: -56px 0 48px 0;
}
#hero .hero_content p {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  color: #ffffff;
  margin: 0 0 40px 0;
}
#hero .hero_content p.black {
  color: #374957;
}
#hero .hero_content--btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  border: 1px solid #e6007e;
  background-color: #ffffff;
  width: -moz-max-content;
  width: max-content;
  height: 54px;
  margin-right: 20px;
}
#hero .hero_content--btn a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #e6007e;
  text-decoration: none;
  padding: 0 40px;
  cursor: pointer;
}
#hero .hero_content--btn a img {
  margin-left: 10px;
}
#hero .hero_content--btn:hover {
  background-color: #e6007e;
}
#hero .hero_content--btn:hover a {
  color: #ffffff;
}
#hero .hero_content--btn:hover a img {
  filter: invert(1) brightness(22);
}
#hero .hero_video {
  position: absolute;
  top: 100px;
  right: 2vw;
  display: flex;
  z-index: 1;
}
#hero .hero_video iframe {
  border-radius: 10px;
  box-shadow: -33px 45px 50px 24px rgba(0, 0, 0, 0.25);
}
#hero .hero_image {
  height: 521px;
}
#hero .hero_image img {
  height: 521px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-left: -180px;
}

@media (max-width: 1199px) {
  #hero {
    background-color: #59b1c9;
    position: relative;
    width: 100vw;
    padding-bottom: 120px;
    margin-bottom: 24px;
    margin-left: -40px;
    padding-left: 40px;
    padding-right: 40px;
    width: calc(100% + 80px);
    max-width: unset;
  }
  #hero.import-yellow {
    background-color: #faf385;
    padding-bottom: 80px;
    margin-bottom: 24px;
  }
  #hero.import-yellow::before {
    background-color: #faf385;
  }
  #hero.register-purple {
    background-color: #ac9fe4;
    padding-bottom: 80px;
    margin-bottom: 24px;
  }
  #hero.register-purple .breadcrumbs {
    left: 30px !important;
  }
  #hero.register-purple .hero_content {
    position: absolute;
    padding-left: 40px;
  }
  #hero.register-purple .hero-btns-box {
    left: 40px !important;
  }
  #hero.register-purple::before {
    background-color: #ac9fe4;
  }
  #hero::after {
    display: none;
  }
  #hero::before {
    width: 300vw;
    right: 0;
    height: 120%;
  }
  #hero .hero_content {
    position: relative;
    top: 80px;
    left: 40px;
    right: 40px;
    width: 80%;
  }
  #hero .hero_content .breadcrumbs {
    position: absolute;
    top: -88px;
    left: -10px;
  }
  #hero .hero_content h1 {
    font-size: 36px;
    margin: 0 0 24px 0;
  }
  #hero .hero_content p {
    font-size: 14px;
    margin: 0 0 20px 0;
  }
  #hero .hero_content--btn {
    margin-top: 16px;
    width: -moz-max-content;
    width: max-content;
    height: 48px;
  }
  #hero .hero_content--btn a {
    font-size: 14px;
    padding: 0 24px;
  }
  #hero .hero_video {
    position: relative;
    top: 80px;
    right: unset;
    left: 0;
    z-index: 1;
  }
  #hero .hero_video iframe {
    width: 90vw;
  }
  #hero .hero_image {
    display: none;
  }
}
@media (max-width: 991px) {
  #hero + #top_title {
    margin-left: 16px;
    margin-right: 16px;
  }
  #hero .hero_content {
    left: 24px;
    right: 24px;
  }
  #hero .hero_content .breadcrumbs {
    position: absolute;
    top: -68px;
    left: -16px;
  }
  #hero .hero_content h1 {
    font-size: 30px;
  }
  #hero .hero_video iframe {
    height: 300px;
  }
  #hero.register-purple::after {
    background-color: #ac9fe4;
  }
  #hero.register-purple {
    height: 440px;
  }
  #hero.register-purple .hero_content--title {
    font-size: 24px;
  }
  #hero.register-purple .hero_content--text {
    font-size: 14px;
  }
  #hero.register-purple .hero_content .hero-btns-box {
    left: 16px !important;
  }
  #hero.register-purple .hero_content .hero-btns-box .hero_content--btn {
    width: -moz-max-content;
    width: max-content;
    max-width: 50vw;
    height: 72px;
    padding-right: 10px;
    padding-left: 10px;
  }
  #hero.register-purple .hero_content .hero-btns-box .hero_content--btn a {
    font-size: 10px !important;
  }
  #hero.register-purple .hero_content .hero-btns-box .hero_content--btn a svg {
    margin-left: 8px !important;
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 460px) {
  #hero .hero_video iframe {
    height: 196px;
  }
}
.branding_articles {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  background-color: #f2f3f7;
  padding: 37px 0 47px 0;
}
.branding_articles::before {
  position: absolute;
  display: block;
  content: "";
  background-color: #f2f3f7;
  left: calc((100vw - 1576px) / 2 * -1);
  top: 0;
  width: 100vw;
  height: 100%;
  z-index: 0;
}
.branding_articles__slot {
  position: relative;
  border: 1px solid #e6e6e6;
  background-color: #ffffff;
  width: calc(20% - 25px);
  height: 460px;
}
.branding_articles__slot:hover {
  border: 1px solid #e6007e;
}
.branding_articles__slot--img img {
  width: 100%;
  height: 197px;
  -o-object-fit: cover;
     object-fit: cover;
}
.branding_articles__slot--title {
  padding: 0 22px;
  height: 90px;
  margin-bottom: 8px;
}
.branding_articles__slot--title h2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  margin: 20px 0 20px 0;
  color: #000000;
  text-transform: uppercase;
}
.branding_articles__slot--text {
  padding: 0 22px;
}
.branding_articles__slot--text p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  margin: 0 0 20px 0;
  color: #374957;
  text-align: left;
}
.branding_articles__slot--link {
  padding: 0 22px;
  position: absolute;
  left: 0;
  bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 57px;
  width: 100%;
}
.branding_articles__slot--link a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
  color: #e6007e;
  text-decoration: none;
  width: 100%;
  height: 100%;
}
.branding_articles__slot--link a:hover {
  color: #34224f;
}

@media (max-width: 1639px) {
  .branding_articles__slot {
    width: calc(25% - 25px);
  }
  .branding_articles::before {
    left: -50vw;
    width: 200vw;
  }
}
@media (max-width: 1199px) {
  .branding_articles__slot {
    width: calc(33.3333333333% - 25px);
  }
  .branding_articles__slot--title h2 {
    font-size: 20px;
  }
  .branding_articles__slot--text {
    width: 80%;
  }
  .branding_articles__slot--text p {
    line-height: 140%;
  }
  .branding_articles__slot--link {
    height: 48px;
  }
  .branding_articles__slot--link a {
    line-height: 140%;
  }
}
@media (max-width: 991px) {
  .branding_articles {
    justify-content: center !important;
  }
  .branding_articles__slot {
    align-items: center !important;
    width: calc(50% - 25px);
    height: auto;
    padding-bottom: 64px;
  }
  .branding_articles__slot--title, .branding_articles__slot--text {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 580px) {
  .branding_articles__slot {
    width: 100%;
  }
  .branding_articles__slot img {
    width: 100%;
    height: auto;
  }
}
.types-container {
  background-color: #f2f3f7;
  padding: 20px;
  text-align: left;
  padding-bottom: 72px;
}
.types-container__title {
  font-weight: 700;
  font-size: 36px;
  line-height: 136%;
  text-transform: uppercase;
  color: #34224f;
  margin-bottom: 40px;
}
.types-container-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
  max-width: 700px;
}
.types-container-tags .types-container__tag {
  background: #ffffff;
  border: 1px solid #ffffff;
  padding: 8px 12px;
  font-size: 14px;
  color: #212321;
  white-space: nowrap;
}

@media (max-width: 991px) {
  .types-container {
    padding-bottom: 32px;
  }
  .types-container__title {
    font-size: 24px;
    margin-bottom: 24px;
    padding-top: 16px;
  }
  .types-container .container {
    padding: 0;
  }
}
.benefits-section {
  background-color: #f2f3f7;
  padding: 40px;
  padding-bottom: 44px;
}
.benefits-section .benefits-title {
  font-weight: 700;
  font-size: 36px;
  line-height: 136%;
  text-transform: uppercase;
  color: #34224f;
  margin-bottom: 40px;
}
.benefits-section .benefits-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 20px;
}
.benefits-section .benefits-container .benefit-card {
  background-color: #ffffff;
  padding: 32px 48px;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 17px;
  border: 1px solid #f2f3f7;
}
.benefits-section .benefits-container .benefit-card .benefit-header {
  display: flex;
  align-items: center;
  gap: 30px;
  padding-bottom: 16px;
  border-bottom: 1px solid #34224f;
}
.benefits-section .benefits-container .benefit-card .benefit-icon {
  font-size: 30px;
  color: #212321;
}
.benefits-section .benefits-container .benefit-card .benefit-title {
  font-size: 18px;
  font-weight: bold;
  color: #212321;
  margin-bottom: 0;
  text-transform: uppercase;
}
.benefits-section .benefits-container .benefit-card .benefit-description {
  font-size: 14px;
  color: #374957;
  line-height: 1.5;
}
.benefits-section .benefits-container .benefit-card ul li,
.benefits-section .benefits-container .benefit-card ol li {
  font-size: 14px;
  color: #374957;
  line-height: 1.5;
}

@media (max-width: 1260px) {
  .benefits-section {
    padding: 20px;
  }
  .benefits-section .benefits-container {
    grid-template-columns: repeat(2, minmax(auto, 2fr));
  }
}
@media (max-width: 768px) {
  .benefits-section {
    padding: 16px;
  }
  .benefits-section .container {
    max-width: 100vw;
    padding: 0;
  }
  .benefits-section .container .benefits-title {
    font-size: 24px;
    margin-bottom: 24px;
    padding-top: 16px;
  }
  .benefits-section .container .benefits-container {
    overflow: hidden;
    grid-template-columns: repeat(1, minmax(auto, 1fr));
  }
  .benefits-section .container .benefits-container .benefit-card {
    padding: 24px 32px;
  }
  .benefits-section .container .benefits-container .benefit-card .benefit-header {
    gap: 16px;
  }
  .benefits-section .container .benefits-container .benefit-card .benefit-header .benefit-title {
    font-size: 16px;
  }
  .benefits-section .container .benefits-container .benefit-card .benefit-header .benefit-icon img {
    width: 40px;
    height: auto;
  }
}
.branding-techniques {
  background-color: #f2f3f7;
  padding-bottom: 52px;
}
.branding-techniques__title {
  font-weight: 700;
  font-size: 36px;
  line-height: 136%;
  text-transform: uppercase;
  color: #34224f;
  margin-bottom: 40px;
}
.branding-techniques .techniques {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.branding-techniques .techniques ul {
  list-style: none;
  padding: 0;
  margin: 0;
  flex: 1;
  min-width: 150px;
}
.branding-techniques .techniques ul li {
  font-weight: 400;
  font-size: 18px;
  line-height: 200%;
  margin-bottom: 5px;
  color: #374957;
}
.branding-techniques .techniques ul li a {
  font-weight: 400;
  font-size: 18px;
  line-height: 200%;
  color: #374957;
  text-decoration: none;
}
.branding-techniques .techniques ul li a:hover {
  color: #e6007e;
}

@media (max-width: 991px) {
  .branding-techniques {
    padding-bottom: 24px;
  }
  .branding-techniques__title {
    font-size: 24px;
    margin-bottom: 24px;
    padding-top: 16px;
  }
  .branding-techniques .techniques ul li {
    font-size: 14px;
    line-height: 160%;
  }
  .branding-techniques .techniques ul li a {
    font-size: 14px;
    line-height: 160%;
  }
}
#main-wrapper:has(.branding-table) {
  background-color: #f2f3f7;
}

.branding-table {
  padding-bottom: 75px;
  background-color: #f2f3f7;
}
.branding-table h1 {
  font-weight: 700;
  font-size: 36px;
  line-height: 136%;
  text-transform: uppercase;
  color: #212321;
  margin: 40px 0 28px 0;
}
.branding-table table {
  width: 100%;
  background-color: #ffffff;
}
.branding-table table tbody tr {
  height: 75px;
}
.branding-table table tbody tr:first-of-type th {
  background-color: #bba6dc;
}
.branding-table table tbody tr:nth-of-type(even) {
  background-color: #f4f4f4;
}
.branding-table table tbody tr th {
  font-size: 20px;
  font-weight: 500;
  line-height: 177.023%;
  margin: 0;
  color: #212321;
  background-color: #ffffff;
  padding: 8px 0;
  vertical-align: top;
}
.branding-table table tbody tr th:first-of-type {
  min-width: 300px;
  padding-left: 68px;
}
.branding-table table tbody tr td {
  font-size: 20px;
  font-weight: 400;
  line-height: 177.023%;
  margin: 0;
  padding: 16px 0;
  color: #212321;
}
.branding-table table tbody tr td:first-of-type {
  min-width: 380px;
  font-weight: 600;
  padding-left: 68px;
}

@media (max-width: 1399px) {
  .branding-table h1 {
    font-size: 50px;
    margin: 0 0 24px 0;
  }
}
@media (max-width: 1199px) {
  .branding-table h1 {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .branding-table {
    padding-bottom: 36px;
  }
  .branding-table h1 {
    font-size: 26px;
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .branding-table table {
    width: 100%;
  }
  .branding-table table tbody tr {
    height: 40px;
  }
  .branding-table table tbody tr th {
    font-size: 12px;
    line-height: 140%;
  }
  .branding-table table tbody tr th:first-of-type {
    min-width: 160px;
    padding-left: 16px;
  }
  .branding-table table tbody tr td {
    font-size: 12px;
    line-height: 140%;
  }
  .branding-table table tbody tr td:first-of-type {
    min-width: 140px;
    padding-left: 16px;
  }
}
.text_teasers {
  margin: 40px auto 35px auto;
  flex-wrap: wrap;
}
.text_teasers__slot {
  position: relative;
  border: 1px solid #e6e6e6;
  background-color: #f2f3f7;
  width: 32%;
  margin-right: 1%;
  margin-bottom: 2%;
}
.text_teasers__slot:nth-of-type(3n) {
  margin-right: 0;
}
.text_teasers__slot--title {
  height: 80px;
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
  text-align: center;
}
.text_teasers__slot--title p {
  font-size: 24px;
  font-weight: 700;
  line-height: 80px;
  color: #212321;
  margin: 0;
}
.text_teasers__slot--text {
  padding: 34px 57px;
}
.text_teasers__slot--text p {
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  color: #212321;
  text-align: center;
  margin: 0;
}
.text_teasers__slot--text ul {
  text-align: center;
  list-style-position: inside;
  margin: 0;
  padding: 0;
}
.text_teasers__slot--text ul li {
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  color: #212321;
  text-align: center;
}

@media (max-width: 1199px) {
  .text_teasers__slot {
    width: 48%;
    margin-right: 2%;
  }
  .text_teasers__slot:nth-of-type(3n) {
    margin-right: 0;
  }
  .text_teasers__slot:nth-of-type(2n) {
    margin-right: 0;
  }
  .text_teasers__slot--title {
    height: 60px;
  }
  .text_teasers__slot--title p {
    font-size: 20px;
    line-height: 60px;
  }
  .text_teasers__slot--text {
    padding: 24px 40px;
  }
}
@media (max-width: 991px) {
  .text_teasers {
    margin: 24px auto 24px auto;
  }
  .text_teasers__slot {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
  .text_teasers__slot:nth-of-type(3n) {
    margin-right: 0;
  }
  .text_teasers__slot:nth-of-type(2n) {
    margin-right: 0;
  }
  .text_teasers__slot--text {
    padding: 24px;
  }
}
.import_form {
  background-color: #f2f3f7;
}
.import_form .title {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  color: #212321;
  padding-top: 16px;
}
.import_form .title .form-number {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  color: #34224f;
  border: 1px solid #34224f;
  background-color: #f2f3f7;
  border-radius: 100%;
  margin-right: 15px;
}
.import_form .form-input {
  width: calc(33% - 26px);
  margin-right: 26px;
  background-color: #ffffff;
}
.import_form .form-input:nth-of-type(3n) {
  margin-right: 0;
}
.import_form label.add-files {
  width: calc(33% - 26px);
  margin-right: 26px;
  cursor: pointer;
  background-color: #ffffff;
}
.import_form label.add-files .add-files-img {
  margin: 8px auto 8px;
  width: 100%;
}
.import_form label.add-files .add-files-text {
  text-align: center;
}
.import_form label.add-files .file-block {
  margin-left: 30%;
  font-size: 12px;
}
.import_form textarea.form-textarea {
  width: calc(33% - 26px);
  margin-right: 0;
  background-color: #ffffff;
}
.import_form button {
  margin-bottom: 132px;
  width: 260px;
  height: 52px;
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  .import_form .form-input {
    width: calc(50% - 26px);
    margin-right: 26px;
  }
  .import_form .form-input:nth-of-type(3n) {
    margin-right: 26px;
  }
  .import_form .form-input:nth-of-type(2n) {
    margin-right: 0;
  }
  .import_form label.add-files {
    width: calc(50% - 26px);
    margin-right: 26px;
  }
  .import_form textarea.form-textarea {
    width: calc(50% - 26px);
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .import_form .form-input {
    width: 100%;
    margin-right: 0;
    padding: 0 20px;
  }
  .import_form .form-input:nth-of-type(3n) {
    margin-right: 0;
  }
  .import_form label.add-files {
    width: 100%;
    margin-right: 0;
  }
  .import_form textarea.form-textarea {
    width: 100%;
    margin-right: 0;
  }
  .import_form button {
    margin-bottom: 40px;
  }
}
.import-form-title {
  font-weight: 500;
  font-size: 36px;
  line-height: 120%;
  text-transform: uppercase;
  color: #212321;
  margin-bottom: 40px;
}
.import-form-title strong {
  font-weight: 900;
  color: #34224f;
}
@media (max-width: 991px) {
  .import-form-title {
    font-size: 24px;
    margin-bottom: 24px;
    padding-top: 16px;
  }
}

#main-wrapper:has(.hero.newsletter-pink) {
  height: 605px;
}
@media (max-width: 991px) {
  #main-wrapper:has(.hero.newsletter-pink) {
    height: 100% !important;
  }
}
#main-wrapper:has(.hero.newsletter-pink) .hero_content p {
  color: #212321;
}

.hero.newsletter-pink {
  margin-bottom: 0 !important;
  height: 605px !important;
}
@media (max-width: 991px) {
  .hero.newsletter-pink {
    height: 100% !important;
  }
  .hero.newsletter-pink .newsletter-row {
    display: flex;
    flex-direction: row !important;
  }
}
.hero.newsletter-pink .custom-checkbox-container {
  font-size: 14px;
  line-height: 177%;
  padding-left: 60px;
}
@media (max-width: 991px) {
  .hero.newsletter-pink .custom-checkbox-container {
    padding-left: 40px;
    font-size: 12px;
  }
}
.hero.newsletter-pink .hero_image {
  height: 605px !important;
}
.hero.newsletter-pink .hero_image img {
  height: 605px !important;
}
@media (max-width: 991px) {
  .hero.newsletter-pink .hero_image {
    height: 100% !important;
  }
  .hero.newsletter-pink .hero_image img {
    height: 100% !important;
  }
}
.hero.newsletter-pink label a {
  color: #212321;
}
.hero.newsletter-pink label a:hover {
  text-decoration: none;
}
.hero.newsletter-pink.correct-mail, .hero.newsletter-pink.incorrect-mail {
  margin-top: -100px;
}
.hero.newsletter-pink input.newsletter-hero {
  width: 324px;
  height: 54px;
  padding: 15px 20px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #212321;
  border: 1px solid #e6007e;
  margin-right: -5px;
}
.hero.newsletter-pink input.newsletter-hero:focus, .hero.newsletter-pink input.newsletter-hero:hover {
  outline: 0;
}
.hero.newsletter-pink input.newsletter-hero::-moz-placeholder {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #212321;
}
.hero.newsletter-pink input.newsletter-hero::placeholder {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #212321;
}
.hero.newsletter-pink button {
  align-items: center;
}

@media (max-width: 1199px) {
  .hero.newsletter-pink {
    background-color: #caebfa !important;
    padding-bottom: 120px !important;
  }
  .hero.newsletter-pink input.newsletter-hero {
    width: 60vw;
    font-size: 14px;
  }
  .hero.newsletter-pink input.newsletter-hero::-moz-placeholder {
    font-size: 14px;
  }
  .hero.newsletter-pink input.newsletter-hero::placeholder {
    font-size: 14px;
  }
  .hero.newsletter-pink button {
    font-size: 14px;
  }
  .hero.newsletter-pink::before {
    background-color: #caebfa !important;
  }
}
@media (max-width: 991px) {
  .hero.newsletter-pink.correct-mail, .hero.newsletter-pink.incorrect-mail {
    margin-top: -72px;
  }
}
.newsletter_correct_modal {
  position: relative;
  top: 490px;
  left: 0;
  width: 100%;
  background-color: #beffc1;
  padding: 21px 65px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  z-index: 2;
}
.newsletter_correct_modal strong {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 177.023%;
  color: #212321;
}
.newsletter_correct_modal img {
  margin: 0 31px 0 0;
}

.newsletter_incorrect_modal {
  position: relative;
  top: 20px;
  left: 0;
  width: 100%;
  background-color: #fff1be;
  padding: 21px 65px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  z-index: 2;
}
.newsletter_incorrect_modal strong {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 177.023%;
  color: #212321;
}
.newsletter_incorrect_modal img {
  margin: 0 31px 0 0;
}

@media (max-width: 991px) {
  .newsletter_incorrect_modal,
  .newsletter_correct_modal {
    top: 60px;
    padding: 16px;
  }
  .newsletter_incorrect_modal strong,
  .newsletter_correct_modal strong {
    font-size: 14px;
    line-height: 140%;
  }
  .newsletter_incorrect_modal img,
  .newsletter_correct_modal img {
    width: 40px;
    height: 40px;
    margin: 0 16px 0 0;
  }
}
#main-wrapper:has(.news_articles.container) {
  background-color: #f2f3f7;
}

.news_title {
  background-color: #f2f3f7;
}
.news_title h1 {
  font-weight: 700;
  font-size: 36px;
  line-height: 136%;
  text-transform: uppercase;
  color: #34224f;
  padding: 24px 0 11px 0;
  margin-bottom: 0;
}
.news_title p {
  font-family: Instrument Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 149%;
  letter-spacing: 0%;
  color: #374957;
  padding: 0 0 16px 0;
  margin-bottom: 0;
}

.news_articles {
  position: relative;
  background-color: #f2f3f7;
  padding: 16px 0 28px 0;
}
.news_articles::before {
  position: absolute;
  display: block;
  content: "";
  background-color: #f2f3f7;
  left: -50vw;
  top: 0;
  width: 200vw;
  height: 100%;
  z-index: 0;
}
.news_articles .news-article-box-slot {
  width: calc(25% - 18px);
  height: 400px;
  margin-bottom: 18px;
  justify-content: center;
}
.news_articles .news-article-box-slot .article_swiper_box__image {
  height: 118px;
}
.news_articles .news-article-box-slot .article_swiper_box__image img {
  height: 100%;
}
@media (max-width: 1200px) {
  .news_articles .news-article-box-slot {
    width: calc(33.3333333333% - 18px);
  }
}
@media (max-width: 960px) {
  .news_articles .news-article-box-slot {
    width: calc(50% - 18px);
  }
}
@media (max-width: 640px) {
  .news_articles .news-article-box-slot {
    width: 100%;
  }
}

.news_article_hero {
  padding: 0;
  margin-bottom: 40px;
}
.news_article_hero h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 136%;
  text-transform: uppercase;
  color: #34224f;
  margin-bottom: 18px;
}
.news_article_hero img {
  width: 100%;
  height: auto;
}

@media (max-width: 991px) {
  .news_article_hero {
    margin-bottom: 24px;
  }
  .news_article_hero h2 {
    margin-top: 4px;
    margin-bottom: 8px;
    font-size: 24px;
    padding-right: 16px;
  }
  .news_article_hero img {
    -o-object-fit: cover;
       object-fit: cover;
    height: inherit;
    margin: 0 0 0 -12px;
    width: 100vw;
  }
}
.news_article_content {
  margin-bottom: 87px;
}
.news_article_content h1 {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  margin: 0 0 40px 0;
}
.news_article_content h1 span {
  color: #e6007e;
}
.news_article_content a {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 177.023%;
  margin: 0 0 24px 0;
  color: #212321;
  text-decoration: underline;
}
.news_article_content p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 177.023%;
  margin: 0 0 24px 0;
  color: #212321;
}
.news_article_content p b,
.news_article_content p strong,
.news_article_content p a {
  margin: 0;
}
.news_article_content b,
.news_article_content strong {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 177.023%;
  margin: 0 0 24px 0;
}
.news_article_content ul,
.news_article_content ol {
  margin: 0 0 24px 0;
}
.news_article_content ul li,
.news_article_content ol li {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 177.023%;
  margin: 0;
  color: #212321;
}
.news_article_content ul li:first-of-type,
.news_article_content ol li:first-of-type {
  margin-top: -26px;
}

@media (max-width: 991px) {
  .news_article_content {
    margin-bottom: 40px;
  }
  .news_article_content .date {
    font-size: 13px;
    line-height: 140%;
    margin: 20px 0 12px 0;
  }
  .news_article_content h1 {
    font-size: 30px;
    margin: 0 0 24px 0;
  }
  .news_article_content a {
    font-size: 14px;
    line-height: 140%;
    margin: 0 0 16px 0;
  }
  .news_article_content p {
    font-size: 14px;
    line-height: 140%;
    margin: 0 0 16px 0;
  }
  .news_article_content b,
  .news_article_content strong {
    font-size: 14px;
    line-height: 140%;
    margin: 0 0 16px 0;
  }
  .news_article_content ul,
  .news_article_content ol {
    margin: 0 0 16px 0;
  }
  .news_article_content ul li,
  .news_article_content ol li {
    font-size: 14px;
    line-height: 140%;
  }
  .news_article_content ul li:first-of-type,
  .news_article_content ol li:first-of-type {
    margin-top: -16px;
  }
}
.related-articles-news {
  margin-top: 20px;
}
.related-articles-news h3,
.related-articles-news h2 {
  font-weight: 700;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #374957;
  margin-bottom: 18px;
}
.related-articles-news .white-pink-btn {
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  text-transform: uppercase;
  width: 100%;
}

#main-wrapper:has(.news-article-col-short) {
  background-color: #f2f3f7;
}

.news-article-row {
  display: flex;
  flex-direction: row;
  gap: 24px;
}
.news-article-row .news-article-col {
  display: flex;
  flex-direction: column;
}
.news-article-row .news-article-col-wide {
  display: flex;
  flex-direction: column;
  width: 70%;
}
.news-article-row .news-article-col-short {
  width: 30%;
  max-width: 379px;
}
.news-article-row .news-article-col-short .related-articles-news {
  position: sticky;
  top: 16px;
  margin-bottom: 24px;
}
.news-article-row .news-article-col-short .news-article-box-slot {
  height: 408px;
  margin-bottom: 24px;
}
.news-article-row .news-article-col-short .news-article-box-slot .article_swiper_box__image,
.news-article-row .news-article-col-short .news-article-box-slot img {
  width: 100%;
  height: auto;
}

@media (max-width: 991px) {
  .news-article-row {
    gap: 0;
    flex-direction: column;
  }
  .news-article-row .news-article-col-short, .news-article-row .news-article-col-wide {
    width: 100%;
  }
  .news-article-row .news-article-col-short .related-articles-news {
    margin-top: 0;
    position: relative;
    padding: 0 8px;
  }
  .news-article-row .news-article-col-short .white-pink-btn {
    font-size: 14px;
    margin-bottom: 36px;
  }
}
#main-wrapper:has(.blog_news_articles) {
  background-color: #f2f3f7;
}

.blog_news_articles {
  position: relative;
  background-color: #f2f3f7;
  padding: 16px 0 28px 0;
}
.blog_news_articles::before {
  position: absolute;
  display: block;
  content: "";
  background-color: #f2f3f7;
  left: -50vw;
  top: 0;
  width: 200vw;
  height: 100%;
  z-index: 0;
}
.blog_news_articles__slot {
  width: calc(25% - 18px);
  height: 528px;
  margin-bottom: 18px;
  justify-content: center;
}
.blog_news_articles__slot .article_swiper_box__image {
  height: 251px;
  margin-bottom: 8px;
}
.blog_news_articles__slot .article_swiper_box__image img {
  height: 100%;
}
.blog_news_articles__slot .article_swiper_box__text--title p {
  -webkit-line-clamp: 4;
}
@media (max-width: 1200px) {
  .blog_news_articles__slot {
    width: calc(33.3333333333% - 18px);
  }
}
@media (max-width: 960px) {
  .blog_news_articles__slot {
    width: calc(50% - 18px);
  }
}
@media (max-width: 640px) {
  .blog_news_articles__slot {
    width: 100%;
  }
}

.blog_article_hero {
  padding: 0;
}
.blog_article_hero h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 136%;
  text-transform: uppercase;
  color: #34224f;
  margin-bottom: 18px;
}
.blog_article_hero img {
  float: left;
  width: 297px;
  height: 297px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 24px 24px 0;
}

@media (max-width: 991px) {
  .blog_article_hero {
    margin-bottom: 24px;
  }
  .blog_article_hero h2 {
    margin-top: 4px;
    margin-bottom: 8px;
    font-size: 24px;
    padding-right: 16px;
  }
  .blog_article_hero img {
    -o-object-fit: cover;
       object-fit: cover;
    height: inherit;
    margin: 0 0 0 -12px;
    width: 100vw;
  }
}
.blog_article_content {
  margin-bottom: 87px;
}
.blog_article_content .blog-date-article {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
  margin-bottom: 28px;
  font-weight: 400;
  font-size: 16px;
  line-height: 149%;
  color: #374957;
}
@media (max-width: 991px) {
  .blog_article_content .blog-date-article {
    font-size: 14px;
    margin-bottom: 22px;
  }
}
.blog_article_content h1 {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  margin: 0 0 40px 0;
}
.blog_article_content h1 span {
  color: #e6007e;
}
.blog_article_content a {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 177.023%;
  margin: 0 0 24px 0;
  color: #212321;
  text-decoration: underline;
}
.blog_article_content p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 177.023%;
  margin: 0 0 24px 0;
  color: #212321;
}
.blog_article_content p b,
.blog_article_content p strong,
.blog_article_content p a {
  margin: 0;
}
.blog_article_content b,
.blog_article_content strong {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 177.023%;
  margin: 0 0 24px 0;
}
.blog_article_content ul,
.blog_article_content ol {
  margin: 0 0 24px 0;
}
.blog_article_content ul li,
.blog_article_content ol li {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 177.023%;
  margin: 0;
  color: #212321;
}
.blog_article_content ul li:first-of-type,
.blog_article_content ol li:first-of-type {
  margin-top: -26px;
}

@media (max-width: 991px) {
  .blog_article_content {
    margin-bottom: 40px;
  }
  .blog_article_content .date {
    font-size: 13px;
    line-height: 140%;
    margin: 20px 0 12px 0;
  }
  .blog_article_content h1 {
    font-size: 30px;
    margin: 0 0 24px 0;
  }
  .blog_article_content a {
    font-size: 14px;
    line-height: 140%;
    margin: 0 0 16px 0;
  }
  .blog_article_content p {
    font-size: 14px;
    line-height: 140%;
    margin: 0 0 16px 0;
  }
  .blog_article_content b,
  .blog_article_content strong {
    font-size: 14px;
    line-height: 140%;
    margin: 0 0 16px 0;
  }
  .blog_article_content ul,
  .blog_article_content ol {
    margin: 0 0 16px 0;
  }
  .blog_article_content ul li,
  .blog_article_content ol li {
    font-size: 14px;
    line-height: 140%;
  }
  .blog_article_content ul li:first-of-type,
  .blog_article_content ol li:first-of-type {
    margin-top: -16px;
  }
}
.related-articles-blog {
  margin-top: 20px;
}
.related-articles-blog h3,
.related-articles-blog h2 {
  font-weight: 700;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #374957;
  margin-bottom: 18px;
}
.related-articles-blog .white-pink-btn {
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  text-transform: uppercase;
  width: 100%;
}

#main-wrapper:has(.blog-article-col-short) {
  background-color: #f2f3f7;
}

.blog-article-row {
  display: flex;
  flex-direction: row;
  gap: 24px;
}
.blog-article-row .blog-article-col {
  display: flex;
  flex-direction: column;
}
.blog-article-row .blog-article-col-wide {
  width: 70%;
}
.blog-article-row .blog-article-col-short {
  width: 30%;
  max-width: 379px;
}
.blog-article-row .blog-article-col-short .related-articles-blog {
  position: sticky;
  top: 16px;
  margin-bottom: 24px;
}
.blog-article-row .blog-article-col-short .blog-article-box-slot {
  height: 408px;
  margin-bottom: 24px;
}
.blog-article-row .blog-article-col-short .blog-article-box-slot .article_swiper_box__image,
.blog-article-row .blog-article-col-short .blog-article-box-slot img {
  width: 100%;
  height: auto;
}

@media (max-width: 991px) {
  .blog-article-row {
    gap: 0;
    flex-direction: column;
  }
  .blog-article-row .blog-article-col-short, .blog-article-row .blog-article-col-wide {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .blog-article-row .blog-article-col-short .related-articles-blog {
    margin-top: 0;
    position: relative;
    padding: 0 8px;
  }
  .blog-article-row .blog-article-col-short .white-pink-btn {
    font-size: 14px;
    margin-bottom: 36px;
  }
}
#main-wrapper:has(.faq_content) {
  background-color: #f2f3f7;
}

.accordion {
  border-radius: 0 !important;
}
.accordion-item {
  border-radius: 0 !important;
  border: 0;
  border-bottom: 3px solid #f2f3f7;
  border-top: 3px solid #f2f3f7;
}
.accordion-item .accordion-body {
  background-color: #f2f3f7;
}
.accordion-item .accordion-body p a {
  color: #e6007e;
  text-decoration: none;
}
.accordion-item .accordion-body p a:hover {
  text-decoration: underline;
}
.accordion-header button {
  border-radius: 0 !important;
}
.accordion-button,
.accordion .accordion-button:not(.collapsed) {
  background-color: #ffffff;
  border-radius: 0;
}
.accordion .accordion-button:focus {
  box-shadow: none;
}
.accordion .accordion-button::after {
  background-image: url("./../assets/icons/accordion/accordion-plus.svg");
}
.accordion .accordion-button:not(.collapsed)::after {
  background-image: url("./../assets/icons/accordion/accordion-minus.svg");
}

.faq_content {
  padding-bottom: 60px;
}

@media (max-width: 991px) {
  .faq_content {
    padding-bottom: 40px;
  }
  .faq_content .faq-row {
    flex-direction: column !important;
  }
  .faq_content .faq-row .faq-col {
    width: 100% !important;
  }
  .faq_content .faq-row .faq-col .accordion {
    margin: 0 !important;
  }
  .faq_content .accordion-button {
    font-size: 14px;
  }
  .faq_content .accordion-body {
    font-size: 14px;
  }
}
#main-wrapper:has(.product_card_gallery_info) .breadcrumbs {
  position: relative;
  background-color: #f2f3f7;
  height: 65px;
  padding-top: 20px;
}
@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: 80px;
}
.product_card_gallery_info .product-gallery {
  position: relative;
  display: flex;
  width: 50%;
  /* top gallery */
  /* thumbs */
  /* buttons */
}
.product_card_gallery_info .product-gallery .swiper-zoom-container {
  overflow: hidden;
}
.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;
}
.product_card_gallery_info .product-gallery .thumbs-overflow-wrapper {
  position: relative;
}
.product_card_gallery_info .product-gallery .slider-two {
  margin: 0 40px;
  overflow: hidden;
}
.product_card_gallery_info .product-gallery .slider-one {
  border: 1px solid #f2f3f7;
}
.product_card_gallery_info .product-gallery .slider-one .product-label-box {
  position: absolute;
  top: 25px;
  left: 25px;
  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: 0 6px;
  height: 27px;
  margin-right: 5px;
  margin-bottom: 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;
}
.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 #ffffff;
}
.product_card_gallery_info .product-gallery .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
  border: 1px solid #f2f3f7;
}
.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;
}
.product_card_gallery_info .product-gallery .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: unset;
  bottom: 30%;
  right: -10px;
  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: 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: unset;
  bottom: 30%;
  left: -10px;
  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_short-description {
  min-height: 88px;
}
.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: #34224f;
}
.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 {
  font-size: 18px;
  font-weight: 500;
  line-height: 177.023%;
  color: #8a8a8a;
  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 {
  font-weight: 700;
  color: #34224f;
}
.product_card_gallery_info .product-info_ean {
  margin: 0 0 24px 0;
}
.product_card_gallery_info .product-info_availability-colors-title {
  display: flex;
  font-size: 20px;
  font-weight: 500;
  line-height: 177.023%;
  color: #212321;
  margin: 0 0 16px 0;
  width: 100%;
}
.product_card_gallery_info .product-info_availability-colors {
  margin-bottom: 32px;
}
.product_card_gallery_info .product-info_availability-colors .color {
  border-radius: 100%;
}
.product_card_gallery_info .product-info_availability-colors .color.checked {
  outline: 1px solid #000000;
  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: 1px solid #000000;
}
.product_card_gallery_info .product-info .catalog-price p {
  font-weight: 600;
  font-size: 18px;
  line-height: 160%;
  color: #8a8a8a;
}
.product_card_gallery_info .product-info .catalog-price p span {
  display: inline-flex;
  margin-left: 5px;
  font-weight: 600;
  font-size: 35px;
  line-height: 160%;
  color: #34224f;
}
.product_card_gallery_info .product-info .product-price-box {
  margin-bottom: 39px;
}
.product_card_gallery_info .product-info .product-price-box_top {
  display: flex;
  flex-direction: row;
}
.product_card_gallery_info .product-info .product-price-box_top__left {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f2f3f7;
  width: 370px;
}
.product_card_gallery_info .product-info .product-price-box_top__left .catalog-price {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  width: 100%;
  border-bottom: 1px solid #212321;
}
.product_card_gallery_info .product-info .product-price-box_top__left .catalog-price span {
  display: inline-flex;
  align-items: center;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
  color: #8a8a8a;
}
.product_card_gallery_info .product-info .product-price-box_top__left .catalog-price span p {
  font-size: 20px;
  margin: 0;
  margin-left: 4px;
}
.product_card_gallery_info .product-info .product-price-box_top__left .your-price {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  width: 100%;
}
.product_card_gallery_info .product-info .product-price-box_top__left .your-price span {
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
  color: #212321;
}
.product_card_gallery_info .product-info .product-price-box_top__left .your-price span p {
  font-size: 20px;
  margin: 0;
  margin-left: 4px;
}
.product_card_gallery_info .product-info .product-price-box_top__right {
  all: unset;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #212321;
  width: 177px;
  border: 0;
  cursor: pointer;
}
.product_card_gallery_info .product-info .product-price-box_top__right img {
  -o-object-fit: contain;
     object-fit: contain;
}
.product_card_gallery_info .product-info .product-price-box_top__right p {
  font-size: 12px;
  font-weight: 400;
  line-height: 160%;
  margin: 7px 0 0 0;
  color: #ffffff;
}
.product_card_gallery_info .product-info .product-price-box_top__right:hover {
  filter: brightness(1.2);
}
.product_card_gallery_info .product-info .product-price-box_bottom {
  display: flex;
  flex-direction: row;
}
.product_card_gallery_info .product-info .product-price-box_bottom__left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fdc5e4;
  width: 370px;
}
.product_card_gallery_info .product-info .product-price-box_bottom__left span {
  display: inline-flex;
  align-items: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 160%;
  color: #212321;
}
.product_card_gallery_info .product-info .product-price-box_bottom__left span p {
  font-size: 25px;
  margin: 0;
  margin-left: 4px;
  color: #e6007e;
}
.product_card_gallery_info .product-info .product-price-box_bottom__left .minimal-quantity {
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  color: #212321;
  margin: 0;
}
.product_card_gallery_info .product-info .product-price-box_bottom__right {
  all: unset;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 177px;
  height: 84px;
  border: 0;
  background-color: #e6007e;
  cursor: pointer;
}
.product_card_gallery_info .product-info .product-price-box_bottom__right img {
  -o-object-fit: contain;
     object-fit: contain;
}
.product_card_gallery_info .product-info .product-price-box_bottom__right p {
  font-size: 12px;
  font-weight: 400;
  line-height: 160%;
  margin: 7px 0 0 0;
  color: #ffffff;
}
.product_card_gallery_info .product-info .product-price-box_bottom__right:hover {
  filter: brightness(1.2);
}
.product_card_gallery_info .product-info .product-more-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 40px;
}
.product_card_gallery_info .product-info .product-more-box__row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.product_card_gallery_info .product-info .product-more-box__row .product-more-box__col {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 272px;
  height: 54px;
  border: 1px solid #8a8a8a;
  border-bottom: 0;
  text-decoration: none;
  padding-left: 8px;
}
.product_card_gallery_info .product-info .product-more-box__row .product-more-box__col:hover {
  background-color: #f2f3f7;
}
.product_card_gallery_info .product-info .product-more-box__row .product-more-box__col p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 177.023%;
  margin: 0;
  color: #212321;
  text-transform: uppercase;
}
.product_card_gallery_info .product-info .product-more-box__row .product-more-box__col p.small {
  line-height: 1em;
  font-size: 14px;
}
.product_card_gallery_info .product-info .product-more-box__row .product-more-box__col p span {
  font-weight: 500;
  color: #e6007e;
}
.product_card_gallery_info .product-info .product-more-box__row .product-more-box__col img {
  margin-right: 10px;
}
.product_card_gallery_info .product-info .product-more-box__row .product-more-box__col:nth-of-type(2) {
  border-left: 0;
}
.product_card_gallery_info .product-info .product-more-box__row.last-row .product-more-box__col {
  border-bottom: 1px solid #8a8a8a;
}

.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: 100px !important;
  }
  .product_card_gallery_info .product-gallery .thumbs-overflow-wrapper .swiper-button-prev {
    display: flex !important;
  }
  .product_card_gallery_info .product-gallery .thumbs-overflow-wrapper .swiper-button-next {
    bottom: 30% !important;
    right: -10px !important;
    top: unset !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 {
    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: 18px;
    margin-bottom: 8px;
  }
  .product_card_gallery_info .product-info_availability-colors {
    margin-bottom: 32px;
  }
  .product_card_gallery_info .product-info .product-price-box {
    margin-bottom: 32px;
  }
  .product_card_gallery_info .product-info .product-price-box_top {
    display: flex;
    flex-direction: row;
  }
  .product_card_gallery_info .product-info .product-price-box_top__left {
    width: 310px;
  }
  .product_card_gallery_info .product-info .product-price-box_top__left .catalog-price {
    padding: 0 32px;
  }
  .product_card_gallery_info .product-info .product-price-box_top__left .catalog-price span {
    font-size: 16px;
  }
  .product_card_gallery_info .product-info .product-price-box_top__left .catalog-price span p {
    font-size: 18px;
  }
  .product_card_gallery_info .product-info .product-price-box_top__left .your-price {
    padding: 0 32px;
  }
  .product_card_gallery_info .product-info .product-price-box_top__left .your-price span {
    font-size: 16px;
  }
  .product_card_gallery_info .product-info .product-price-box_top__left .your-price span p {
    font-size: 18px;
  }
  .product_card_gallery_info .product-info .product-price-box_top__right {
    width: 120px;
  }
  .product_card_gallery_info .product-info .product-price-box_bottom__left {
    width: 310px;
  }
  .product_card_gallery_info .product-info .product-price-box_bottom__left span {
    font-size: 16px;
  }
  .product_card_gallery_info .product-info .product-price-box_bottom__left span p {
    font-size: 18px;
  }
  .product_card_gallery_info .product-info .product-price-box_bottom__right {
    width: 120px;
  }
  .product_card_gallery_info .product-info .product-more-box__row .product-more-box__col {
    width: 230px;
    height: 48px;
  }
  .product_card_gallery_info .product-info .product-more-box__row .product-more-box__col p {
    font-size: 16px;
    line-height: 140%;
  }
}
@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: 12px;
  }
  .product_card_gallery_info .product-gallery .swiper-button-next {
    bottom: 32px;
  }
  .product_card_gallery_info .product-gallery .swiper-button-prev {
    bottom: 32px;
  }
  .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 {
    font-size: 14px;
    line-height: 140%;
  }
  .product_card_gallery_info .product-info_availability-colors-title {
    font-size: 16px;
  }
  .product_card_gallery_info .product-info_availability-colors {
    margin-bottom: 24px;
  }
  .product_card_gallery_info .product-info .product-price-box {
    margin-bottom: 24px;
  }
  .product_card_gallery_info .product-info .product-price-box_top {
    display: flex;
    flex-direction: row;
  }
  .product_card_gallery_info .product-info .product-price-box_top__left {
    width: 100%;
  }
  .product_card_gallery_info .product-info .product-price-box_top__left .catalog-price {
    padding: 0;
  }
  .product_card_gallery_info .product-info .product-price-box_top__left .catalog-price span {
    font-size: 14px;
  }
  .product_card_gallery_info .product-info .product-price-box_top__left .catalog-price span p {
    font-size: 16px;
  }
  .product_card_gallery_info .product-info .product-price-box_top__left .your-price {
    padding: 0;
  }
  .product_card_gallery_info .product-info .product-price-box_top__left .your-price span {
    font-size: 14px;
  }
  .product_card_gallery_info .product-info .product-price-box_top__left .your-price span p {
    font-size: 16px;
  }
  .product_card_gallery_info .product-info .product-price-box_top__right {
    width: 180px;
  }
  .product_card_gallery_info .product-info .product-price-box_bottom__left {
    width: 100%;
  }
  .product_card_gallery_info .product-info .product-price-box_bottom__left span {
    font-size: 14px;
  }
  .product_card_gallery_info .product-info .product-price-box_bottom__right {
    width: 180px;
  }
  .product_card_gallery_info .product-info .product-more-box {
    width: 100%;
    margin-bottom: 16px;
  }
  .product_card_gallery_info .product-info .product-more-box__row {
    width: 100%;
  }
  .product_card_gallery_info .product-info .product-more-box__row .product-more-box__col {
    width: 100%;
    height: 40px;
  }
  .product_card_gallery_info .product-info .product-more-box__row .product-more-box__col p {
    font-size: 12px;
    line-height: 140%;
  }
}
@media (max-width: 640px) {
  .product_card_gallery_info .product-info .product-more-box,
  .product_card_gallery_info .product-info .product-price-box {
    width: 100%;
  }
}
.product_card_tabs nav {
  height: unset;
}
.product_card_tabs nav .nav-tabs {
  border-bottom: 0;
  width: 100%;
}
.product_card_tabs nav .nav-tabs .nav-link {
  all: unset;
  padding: 24px 32px;
  width: -moz-max-content;
  width: max-content;
  height: 79px;
  border-bottom: 2px solid #ffffff;
  background-color: #f2f3f7;
  color: #212321;
  font-size: 20px;
  font-weight: 400;
  line-height: 177.023%;
  box-sizing: border-box;
  white-space: pre;
  cursor: pointer;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product_card_tabs nav .nav-tabs .nav-link:hover, .product_card_tabs nav .nav-tabs .nav-link.active {
  font-weight: 600;
  background-color: #ffffff;
  color: #34224f;
  border-bottom: 2px solid #e6007e;
}
.product_card_tabs .tab-content {
  position: relative;
  background-color: #f2f3f7;
  padding-bottom: 48px;
}
.product_card_tabs .tab-content::before {
  position: absolute;
  display: block;
  content: "";
  background-color: #f2f3f7;
  left: -50vw;
  top: 0;
  width: 200vw;
  height: 100%;
  z-index: -1;
}
.product_card_tabs .tab-content .tab-pane {
  background-color: #ffffff;
  padding: 45px;
}
.product_card_tabs .tab-content .tab-pane:hover, .product_card_tabs .tab-content .tab-pane:focus {
  outline: 0;
  border: 0;
}
.product_card_tabs .tab-content .tab-pane .features {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 40px;
}
.product_card_tabs .tab-content .tab-pane .features .feature {
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.product_card_tabs .tab-content .tab-pane .features .feature img {
  height: 45px;
  min-height: 45px;
  width: auto;
  margin-right: 10px;
}
.product_card_tabs .tab-content .tab-pane .features .feature span {
  flex-grow: 1;
}
@media (max-width: 991px) {
  .product_card_tabs .tab-content .tab-pane .features .feature {
    flex-direction: column;
  }
  .product_card_tabs .tab-content .tab-pane .features .feature img {
    height: 34px;
    min-height: 34px;
  }
  .product_card_tabs .tab-content .tab-pane .features .feature span {
    font-size: 14px;
  }
}
.product_card_tabs .tab-content .tab-pane p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 177.023%;
  margin: 0 0 36px 0;
  color: #212321;
}
.product_card_tabs .tab-content .tab-pane h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  margin: 0 0 36px 0;
  color: #212321;
}
.product_card_tabs .tab-content .tab-pane h3 {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 177.023%;
  margin: 0 0 16px 0;
  color: #212321;
}
.product_card_tabs .tab-content .tab-pane .table-container {
  margin-bottom: 48px;
}
.product_card_tabs .tab-content .tab-pane .table-container.short-rows-table table tbody tr td:first-of-type {
  width: 25%;
}
.product_card_tabs .tab-content .tab-pane .table-container.medium-rows-table table tbody tr td:first-of-type {
  width: 35%;
}
.product_card_tabs .tab-content .tab-pane .table-container table {
  width: 100%;
}
.product_card_tabs .tab-content .tab-pane .table-container table tbody tr:first-of-type {
  background-color: #34224f;
  width: 100%;
  height: 41px;
}
.product_card_tabs .tab-content .tab-pane .table-container table tbody tr:first-of-type th {
  padding-left: 48px;
  font-size: 18px;
  font-weight: 700;
  line-height: 177.023%;
  color: #ffffff;
  margin: 0;
  border-collapse: collapse;
}
.product_card_tabs .tab-content .tab-pane .table-container table tbody tr.active {
  border: 2px solid #e6007e;
}
.product_card_tabs .tab-content .tab-pane .table-container table tbody tr td {
  height: auto;
  padding: 16px 0;
  padding-left: 48px;
  border-bottom: 1px solid #b8b8b8;
  background-color: #ffffff;
}
.product_card_tabs .tab-content .tab-pane .table-container table tbody tr td a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 177.023%;
  color: #374957;
  text-decoration: none;
}
.product_card_tabs .tab-content .tab-pane .table-container table tbody tr td a .color {
  margin-right: 10px;
}
.product_card_tabs .tab-content .tab-pane .table-container table tbody tr td a:hover {
  color: #e6007e;
}
.product_card_tabs .tab-content .tab-pane .table-container table tbody tr td a:hover img {
  filter: invert(13%) sepia(96%) saturate(7041%) hue-rotate(319deg) brightness(89%) contrast(110%);
}
.product_card_tabs .tab-content .tab-pane .table-container table tbody tr td .two-lines p {
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  color: #374957;
  margin: 0;
}
.product_card_tabs .tab-content .tab-pane .table-container table tbody tr td .two-lines span {
  font-size: 12px;
  font-weight: 300;
  line-height: 160%;
  color: #212321;
  margin: 0;
}
.product_card_tabs .tab-content .tab-pane .table-container table tbody tr td .two-lines .mail-contact {
  font-size: 16px;
  font-weight: 400;
  line-height: 177.023%;
  margin: 0;
  color: #34224f;
}
.product_card_tabs .tab-content .tab-pane .table-container table tbody tr td .two-lines .mail-contact img {
  margin-right: 7px;
}
.product_card_tabs .tab-content .tab-pane .table-container table tbody tr td .two-lines .mail-contact:hover {
  filter: invert(0.1) brightness(-100%);
}
.product_card_tabs .tab-content .tab-pane .movies-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.product_card_tabs .tab-content .tab-pane .movies-container_slot {
  width: 31%;
  margin-right: 2%;
  margin-bottom: 2%;
  height: 320px;
  background-color: #ffffff;
}
.product_card_tabs .tab-content .tab-pane .movies-container_slot__top iframe {
  width: 100%;
}
.product_card_tabs .tab-content .tab-pane .movies-container_slot__bottom {
  position: relative;
  background-color: #ffffff;
  height: 68px;
}
.product_card_tabs .tab-content .tab-pane .movies-container_slot__bottom .desc_left {
  height: 68px;
  display: flex;
  align-items: center;
}
.product_card_tabs .tab-content .tab-pane .movies-container_slot__bottom .desc_left p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 177.023%;
  color: #212321;
  margin: 0;
  padding-left: 29px;
  padding-right: 140px;
}
.product_card_tabs .tab-content .tab-pane .movies-container_slot__bottom .desc_right {
  position: absolute;
  top: 18px;
  right: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product_card_tabs .tab-content .tab-pane .movies-container_slot__bottom .desc_right a:hover img {
  filter: invert(13%) sepia(96%) saturate(7041%) hue-rotate(319deg) brightness(89%) contrast(110%);
}
.product_card_tabs .tab-content .tab-pane .movies-container_slot__bottom .desc_right img {
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: 26px;
  cursor: pointer;
}

@media (max-width: 1199px) {
  .product_card_tabs .tab-content .tab-pane .movies-container_slot {
    width: 48%;
    margin-right: 2%;
    margin-bottom: 2%;
    height: 320px;
    background-color: #ffffff;
    border-bottom: 1px solid #b8b8b8;
  }
  .product_card_tabs .tab-content .tab-pane .movies-container_slot__top iframe {
    width: 100%;
  }
  .product_card_tabs .tab-content .tab-pane .movies-container_slot__bottom {
    height: 48px;
  }
  .product_card_tabs .tab-content .tab-pane .movies-container_slot__bottom .desc_left {
    height: 48px;
  }
  .product_card_tabs .tab-content .tab-pane .movies-container_slot__bottom .desc_left p {
    padding-left: 20px;
    padding-right: 20px;
  }
  .product_card_tabs .tab-content .tab-pane .movies-container_slot__bottom .desc_right {
    top: 12px;
    right: 30px;
  }
  .product_card_tabs .tab-content .tab-pane .movies-container_slot__bottom .desc_right img {
    width: 24px;
    height: 24px;
    margin-left: 16px;
  }
}
@media (max-width: 991px) {
  .product_card_tabs {
    background-color: #ffffff;
  }
  .product_card_tabs nav {
    height: unset;
  }
  .product_card_tabs nav .nav-tabs {
    border-bottom: 0;
  }
  .product_card_tabs nav .nav-tabs .nav-link {
    padding: 8px 16px;
    height: 40px;
    font-size: 14px;
    line-height: 140%;
    width: 100%;
  }
  .product_card_tabs .tab-content {
    padding-bottom: 0;
  }
  .product_card_tabs .tab-content .tab-pane {
    padding: 24px 16px;
  }
  .product_card_tabs .tab-content .tab-pane p {
    font-size: 14px;
    line-height: 140%;
    margin: 0 0 16px 0;
  }
  .product_card_tabs .tab-content .tab-pane h2 {
    font-size: 20px;
    margin: 0 0 22px 0;
  }
  .product_card_tabs .tab-content .tab-pane h3 {
    font-size: 16px;
    line-height: 140%;
  }
  .product_card_tabs .tab-content .tab-pane .table-container {
    overflow-x: scroll;
    margin-bottom: 24px;
  }
  .product_card_tabs .tab-content .tab-pane .table-container.wide-table {
    position: relative;
    padding-bottom: 28px;
  }
  .product_card_tabs .tab-content .tab-pane .table-container.wide-table::before {
    content: "";
    position: absolute;
    width: 204px;
    height: 10px;
    bottom: 8px;
    font-weight: 400;
    font-size: 11px;
    line-height: 16px;
    color: #333333;
    right: 18px;
  }
  .product_card_tabs .tab-content .tab-pane .table-container.wide-table::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;
  }
  .product_card_tabs .tab-content .tab-pane .table-container.wide-table td {
    padding: 0 6px;
  }
  .product_card_tabs .tab-content .tab-pane .table-container.wide-table table {
    width: 150%;
  }
  .product_card_tabs .tab-content .tab-pane .table-container table tbody tr:first-of-type {
    background-color: #374957;
    width: 100%;
    height: 40px;
  }
  .product_card_tabs .tab-content .tab-pane .table-container table tbody tr:first-of-type th {
    padding-left: 16px;
    font-size: 14px;
    line-height: 140%;
    white-space: pre;
  }
  .product_card_tabs .tab-content .tab-pane .table-container table tbody tr td {
    padding: 0 0 0 16px;
    height: 40px;
    font-size: 13px;
  }
  .product_card_tabs .tab-content .tab-pane .table-container table tbody tr td a {
    font-size: 13px;
    line-height: 140%;
  }
  .product_card_tabs .tab-content .tab-pane .table-container table tbody tr td .two-lines p {
    font-size: 13px;
  }
  .product_card_tabs .tab-content .tab-pane .table-container table tbody tr td .two-lines .mail-contact {
    font-size: 13px;
    line-height: 140%;
  }
  .product_card_tabs .tab-content .tab-pane .movies-container_slot {
    width: 100%;
    margin-right: 0;
    margin-bottom: 24px;
    height: 300px;
  }
  .product_card_tabs .tab-content .tab-pane .movies-container_slot__bottom {
    height: 40px;
  }
  .product_card_tabs .tab-content .tab-pane .movies-container_slot__bottom .desc_left {
    height: 40px;
  }
  .product_card_tabs .tab-content .tab-pane .movies-container_slot__bottom .desc_left p {
    padding-left: 16px;
    padding-right: 16px;
  }
  .product_card_tabs .tab-content .tab-pane .movies-container_slot__bottom .desc_right {
    top: 6px;
    right: 16px;
  }
}
@media (max-width: 600px) {
  .product_card_tabs .tab-content .tab-pane .movies-container_slot {
    height: 240px;
  }
  .product_card_tabs .tab-content .tab-pane .movies-container_slot__top iframe {
    height: 200px;
  }
}
.branding-row-elements {
  flex-wrap: wrap;
}
.branding-row-elements .branding-col-card {
  width: 24%;
  margin-right: 1%;
  margin-bottom: 1%;
  background-color: #ffffff;
}
.branding-row-elements .branding-col-card:nth-of-type(4n) {
  margin-right: 0;
  width: 25%;
}
.branding-row-elements .branding-col-card .title {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #34224f;
  border-bottom: 1px solid #b8b8b8;
  min-height: 40px;
  height: auto;
}
.branding-row-elements .branding-col-card .title.title-bottom p {
  font-size: 14px;
  text-align: center;
}
.branding-row-elements .branding-col-card .title p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 177.023%;
  color: #ffffff;
  margin: 0;
  padding: 0 21px;
}
.branding-row-elements .branding-col-card .image {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  width: 100%;
  height: 240px;
}
.branding-row-elements .branding-col-card .image img {
  width: 100%;
  height: auto;
  padding: 16px;
}
.branding-row-elements .branding-col-card .details {
  position: relative;
  padding: 0 16px;
}
.branding-row-elements .branding-col-card .details .product-icons {
  position: absolute;
  top: 0;
  right: 15px;
  z-index: 1000;
}
.branding-row-elements .branding-col-card .details p {
  font-size: 16px;
  font-weight: 400;
  line-height: 177.023%;
  color: #212321;
  margin: 0 0 16px 0;
  white-space: pre;
}
.branding-row-elements .branding-col-card .details-slots {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 20px;
}
.branding-row-elements .branding-col-card .details-slots .detail-slot {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 10px;
}
.branding-row-elements .branding-col-card .details-slots .detail-slot img {
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 8px;
}
.branding-row-elements .branding-col-card .details-slots .detail-slot p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 177.023%;
  color: #212321;
  margin: 0;
}
.branding-row-elements .branding-col-card .info {
  padding: 0 16px;
}
.branding-row-elements .branding-col-card .info p {
  font-size: 16px;
  font-weight: 400;
  line-height: 177.023%;
  color: #212321;
  margin: 0 0 4px 0;
}
.branding-row-elements .branding-col-card .info-slots {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
.branding-row-elements .branding-col-card .info-slots .info-slot {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.branding-row-elements .branding-col-card .info-slots .info-slot img {
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 12px;
}
.branding-row-elements .branding-col-card .info-slots .info-slot p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 177.023%;
  color: #212321;
  margin: 0;
}

@media (max-width: 1199px) {
  .branding-row-elements {
    flex-wrap: wrap;
  }
  .branding-row-elements .branding-col-card {
    width: 49%;
    margin-bottom: 1%;
  }
  .branding-row-elements .branding-col-card:nth-of-type(4n) {
    width: 50%;
  }
  .branding-row-elements .branding-col-card:last-of-type {
    width: 50%;
  }
  .branding-row-elements .branding-col-card .title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: #374957;
    border-bottom: 1px solid #b8b8b8;
    height: 40px;
  }
  .branding-row-elements .branding-col-card .title p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 177.023%;
    color: #ffffff;
    margin: 0;
    padding: 0 21px;
  }
  .branding-row-elements .branding-col-card .image {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    width: 100%;
    height: 240px;
  }
  .branding-row-elements .branding-col-card .image img {
    width: 100%;
    height: auto;
    padding: 16px;
    max-height: 100%;
  }
  .branding-row-elements .branding-col-card .details {
    padding: 0 16px;
  }
  .branding-row-elements .branding-col-card .details p {
    font-size: 16px;
    font-weight: 400;
    line-height: 177.023%;
    color: #212321;
    margin: 0 0 16px 0;
    white-space: pre;
  }
  .branding-row-elements .branding-col-card .details-slots {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 20px;
  }
  .branding-row-elements .branding-col-card .details-slots .detail-slot {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-right: 10px;
  }
  .branding-row-elements .branding-col-card .details-slots .detail-slot img {
    -o-object-fit: contain;
       object-fit: contain;
    margin-right: 8px;
  }
  .branding-row-elements .branding-col-card .details-slots .detail-slot p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 177.023%;
    color: #212321;
    margin: 0;
  }
  .branding-row-elements .branding-col-card .info {
    padding: 0 16px;
  }
  .branding-row-elements .branding-col-card .info p {
    font-size: 16px;
    font-weight: 400;
    line-height: 177.023%;
    color: #212321;
    margin: 0 0 4px 0;
  }
  .branding-row-elements .branding-col-card .info-slots {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
  }
  .branding-row-elements .branding-col-card .info-slots .info-slot {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
  .branding-row-elements .branding-col-card .info-slots .info-slot img {
    -o-object-fit: contain;
       object-fit: contain;
    margin-right: 12px;
  }
  .branding-row-elements .branding-col-card .info-slots .info-slot p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 177.023%;
    color: #212321;
    margin: 0;
  }
}
@media (max-width: 991px) {
  .branding-row-elements .branding-col-card {
    width: 100%;
    margin-bottom: 16px;
  }
  .branding-row-elements .branding-col-card:last-of-type {
    width: 100%;
  }
  .branding-row-elements .branding-col-card .title p {
    font-size: 14px;
    line-height: 140%;
    padding: 0 16px;
  }
  .branding-row-elements .branding-col-card .image {
    height: 180px;
  }
  .branding-row-elements .branding-col-card .details p {
    font-size: 14px;
    line-height: 140%;
  }
  .branding-row-elements .branding-col-card .details-slots .detail-slot p {
    line-height: 140%;
  }
  .branding-row-elements .branding-col-card .info p {
    font-size: 14px;
    line-height: 140%;
  }
  .branding-row-elements .branding-col-card .info-slots {
    margin-bottom: 16px;
  }
  .branding-row-elements .branding-col-card .info-slots .info-slot img {
    margin-right: 10px;
  }
  .branding-row-elements .branding-col-card .info-slots .info-slot p {
    line-height: 140%;
  }
}
.product-card-similar-products {
  background-color: #f2f3f7;
}
.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: 36px;
  line-height: 120%;
  text-transform: uppercase;
  color: #34224f;
  padding-bottom: 42px;
  margin: 0;
}
@media (max-width: 991px) {
  .product-card-similar-products .container h2 {
    font-size: 24px;
    padding-bottom: 24px;
    padding-top: 24px;
  }
}

.cart_container,
.calculator_container,
.negotiator_container,
.usb_container {
  background-color: #f2f3f7;
}
.cart_container h1,
.calculator_container h1,
.negotiator_container h1,
.usb_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: #34224f;
}
.cart_container .cart-table_box,
.calculator_container .cart-table_box,
.negotiator_container .cart-table_box,
.usb_container .cart-table_box {
  width: 80%;
}
.cart_container .cart-table_box .cart-products-table,
.calculator_container .cart-table_box .cart-products-table,
.negotiator_container .cart-table_box .cart-products-table,
.usb_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,
.calculator_container .cart-table_box .cart-products-table .add-qtys .colors-row,
.negotiator_container .cart-table_box .cart-products-table .add-qtys .colors-row,
.usb_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,
.calculator_container .cart-table_box .cart-products-table .add-qtys .colors-row .colors-box,
.negotiator_container .cart-table_box .cart-products-table .add-qtys .colors-row .colors-box,
.usb_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,
.calculator_container .cart-table_box .cart-products-table .add-qtys .colors-btn,
.negotiator_container .cart-table_box .cart-products-table .add-qtys .colors-btn,
.usb_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,
.calculator_container .cart-table_box .cart-products-table .add-qtys .colors-btn a,
.negotiator_container .cart-table_box .cart-products-table .add-qtys .colors-btn a,
.usb_container .cart-table_box .cart-products-table .add-qtys .colors-btn a {
  margin-top: 36px;
}
.cart_container .cart-table_box .cart-products-table .add-qtys span.code,
.calculator_container .cart-table_box .cart-products-table .add-qtys span.code,
.negotiator_container .cart-table_box .cart-products-table .add-qtys span.code,
.usb_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,
.calculator_container .cart-table_box .cart-products-table .add-qtys .box,
.negotiator_container .cart-table_box .cart-products-table .add-qtys .box,
.usb_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,
.calculator_container .cart-table_box .cart-products-table .add-qtys input,
.negotiator_container .cart-table_box .cart-products-table .add-qtys input,
.usb_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,
.calculator_container .cart-table_box .cart-products-table .add-qtys .white-btn,
.negotiator_container .cart-table_box .cart-products-table .add-qtys .white-btn,
.usb_container .cart-table_box .cart-products-table .add-qtys .white-btn {
  width: 113px;
  height: 35px;
}
.cart_container .cart-table_box .cart-products-table tbody,
.calculator_container .cart-table_box .cart-products-table tbody,
.negotiator_container .cart-table_box .cart-products-table tbody,
.usb_container .cart-table_box .cart-products-table tbody {
  background-color: #ffffff;
}
.cart_container .cart-table_box .cart-products-table tbody tr th,
.calculator_container .cart-table_box .cart-products-table tbody tr th,
.negotiator_container .cart-table_box .cart-products-table tbody tr th,
.usb_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,
.calculator_container .cart-table_box .cart-products-table tbody tr td,
.negotiator_container .cart-table_box .cart-products-table tbody tr td,
.usb_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,
.calculator_container .cart-table_box .cart-products-table tbody tr td #product-quantity,
.negotiator_container .cart-table_box .cart-products-table tbody tr td #product-quantity,
.usb_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,
.calculator_container .cart-table_box .cart-products-table tbody tr td .check-availability,
.negotiator_container .cart-table_box .cart-products-table tbody tr td .check-availability,
.usb_container .cart-table_box .cart-products-table tbody tr td .check-availability {
  font-size: 10px;
  color: #e6007e;
  text-decoration: none;
}
.cart_container .cart-table_box .cart-products-table tbody tr td .check-availability:hover,
.calculator_container .cart-table_box .cart-products-table tbody tr td .check-availability:hover,
.negotiator_container .cart-table_box .cart-products-table tbody tr td .check-availability:hover,
.usb_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,
.calculator_container .cart-table_box .cart-products-table tbody tr td.table-product-col,
.negotiator_container .cart-table_box .cart-products-table tbody tr td.table-product-col,
.usb_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,
.calculator_container .cart-table_box .cart-products-table tbody tr td .table-product-box__top,
.negotiator_container .cart-table_box .cart-products-table tbody tr td .table-product-box__top,
.usb_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,
.calculator_container .cart-table_box .cart-products-table tbody tr td .table-product-box__top p,
.negotiator_container .cart-table_box .cart-products-table tbody tr td .table-product-box__top p,
.usb_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,
.calculator_container .cart-table_box .cart-products-table tbody tr td .table-product-box__bottom,
.negotiator_container .cart-table_box .cart-products-table tbody tr td .table-product-box__bottom,
.usb_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,
.calculator_container .cart-table_box .cart-products-table tbody tr td .table-product-box__bottom--left,
.negotiator_container .cart-table_box .cart-products-table tbody tr td .table-product-box__bottom--left,
.usb_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,
.calculator_container .cart-table_box .cart-products-table tbody tr td .table-product-box__bottom--left img,
.negotiator_container .cart-table_box .cart-products-table tbody tr td .table-product-box__bottom--left img,
.usb_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,
.calculator_container .cart-table_box .cart-products-table tbody tr td .table-product-box__bottom--right,
.negotiator_container .cart-table_box .cart-products-table tbody tr td .table-product-box__bottom--right,
.usb_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,
.calculator_container .cart-table_box .cart-products-table tbody tr td .table-product-box__bottom--right p,
.negotiator_container .cart-table_box .cart-products-table tbody tr td .table-product-box__bottom--right p,
.usb_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,
.calculator_container .cart-table_box .cart-products-table tbody tr td .table-product-box__bottom--right p span,
.negotiator_container .cart-table_box .cart-products-table tbody tr td .table-product-box__bottom--right p span,
.usb_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,
.calculator_container .cart-table_box .cart-products-table tbody tr td input,
.negotiator_container .cart-table_box .cart-products-table tbody tr td input,
.usb_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,
.calculator_container .cart-table_box .bottom-cart-box-with-btn,
.negotiator_container .cart-table_box .bottom-cart-box-with-btn,
.usb_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,
.calculator_container .cart-table_box .bottom-cart-box-with-btn .bottom-cart-box,
.negotiator_container .cart-table_box .bottom-cart-box-with-btn .bottom-cart-box,
.usb_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,
.calculator_container .cart-table_box .bottom-cart-box-with-btn .bottom-cart-box--text p,
.negotiator_container .cart-table_box .bottom-cart-box-with-btn .bottom-cart-box--text p,
.usb_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,
.calculator_container .cart-table_box .bottom-cart-box-with-btn .bottom-cart-box--input input,
.negotiator_container .cart-table_box .bottom-cart-box-with-btn .bottom-cart-box--input input,
.usb_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,
.calculator_container .cart-table_box .bottom-cart-box-with-btn .bottom-cart-box--btn button,
.negotiator_container .cart-table_box .bottom-cart-box-with-btn .bottom-cart-box--btn button,
.usb_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 #e6007e;
  color: #e6007e;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  padding: 6px 20px;
  width: auto;
  height: 35px;
  cursor: pointer;
}
.cart_container .cart-table_box .bottom-cart-box-with-btn .bottom-cart-box--btn button:hover,
.calculator_container .cart-table_box .bottom-cart-box-with-btn .bottom-cart-box--btn button:hover,
.negotiator_container .cart-table_box .bottom-cart-box-with-btn .bottom-cart-box--btn button:hover,
.usb_container .cart-table_box .bottom-cart-box-with-btn .bottom-cart-box--btn button:hover {
  background-color: #e6007e;
  color: #ffffff;
}
.cart_container .cart-table_box .bottom-cart-box-with-btn .bottom-cart-button .next,
.calculator_container .cart-table_box .bottom-cart-box-with-btn .bottom-cart-button .next,
.negotiator_container .cart-table_box .bottom-cart-box-with-btn .bottom-cart-button .next,
.usb_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,
.calculator_container .cart-table_box .add-product-box,
.negotiator_container .cart-table_box .add-product-box,
.usb_container .cart-table_box .add-product-box {
  margin: 9px 0 250px 0;
}
.cart_container .cart-table_box .add-product-box button.add-product,
.calculator_container .cart-table_box .add-product-box button.add-product,
.negotiator_container .cart-table_box .add-product-box button.add-product,
.usb_container .cart-table_box .add-product-box button.add-product {
  all: unset;
  box-sizing: border-box;
  background-color: #ffffff;
  border: 1px solid #e6007e;
  color: #e6007e;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  padding: 6px 20px;
  width: auto;
  height: 35px;
  cursor: pointer;
}
.cart_container .cart-table_box .add-product-box button.add-product:hover,
.calculator_container .cart-table_box .add-product-box button.add-product:hover,
.negotiator_container .cart-table_box .add-product-box button.add-product:hover,
.usb_container .cart-table_box .add-product-box button.add-product:hover {
  background-color: #e6007e;
  color: #ffffff;
}
.cart_container .sumary_box,
.calculator_container .sumary_box,
.negotiator_container .sumary_box,
.usb_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,
.calculator_container .sumary_box--title,
.negotiator_container .sumary_box--title,
.usb_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,
.calculator_container .sumary_box--title p,
.negotiator_container .sumary_box--title p,
.usb_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,
.calculator_container .sumary_box--netto,
.negotiator_container .sumary_box--netto,
.usb_container .sumary_box--netto {
  border-bottom: 1px solid #f2f3f7;
  width: 100%;
  padding: 26px 8px;
  background-color: #ffffff;
}
.cart_container .sumary_box--netto .netto-value,
.calculator_container .sumary_box--netto .netto-value,
.negotiator_container .sumary_box--netto .netto-value,
.usb_container .sumary_box--netto .netto-value {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 177.023%;
  margin: 0;
  color: #e6007e;
  text-align: center;
}
.cart_container .sumary_box--netto .netto-text,
.calculator_container .sumary_box--netto .netto-text,
.negotiator_container .sumary_box--netto .netto-text,
.usb_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,
.calculator_container .sumary_box--brutto,
.negotiator_container .sumary_box--brutto,
.usb_container .sumary_box--brutto {
  width: 100%;
  padding: 26px 0;
  background-color: #ffffff;
}
.cart_container .sumary_box--brutto .brutto-value,
.calculator_container .sumary_box--brutto .brutto-value,
.negotiator_container .sumary_box--brutto .brutto-value,
.usb_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,
.calculator_container .sumary_box--brutto .brutto-text,
.negotiator_container .sumary_box--brutto .brutto-text,
.usb_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,
.calculator_container .sumary_box--button,
.negotiator_container .sumary_box--button,
.usb_container .sumary_box--button {
  width: 100%;
  background-color: #f2f3f7;
}
.cart_container .sumary_box--button .next,
.calculator_container .sumary_box--button .next,
.negotiator_container .sumary_box--button .next,
.usb_container .sumary_box--button .next {
  width: 100%;
}
.cart_container .sumary_box--button .next:hover img,
.calculator_container .sumary_box--button .next:hover img,
.negotiator_container .sumary_box--button .next:hover img,
.usb_container .sumary_box--button .next:hover img {
  content: url("./../assets/icons/common/buttons/button_pink_arrow.svg");
}

@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: invert(13%) sepia(96%) saturate(7041%) hue-rotate(319deg) brightness(89%) contrast(110%);
}

.cart_container.step_two .cart-products-table tr td {
  padding: 0 !important;
}
.cart_container.step_two .cart-products-table tr td:first-of-type {
  width: 40px !important;
  min-width: 40px !important;
}
.cart_container.step_two .cart-products-table tr td .cart-branding-product-box {
  margin-bottom: 6px;
}
.cart_container.step_two .cart-products-table tr td .cart-branding-product-box__top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 24px 44px;
  border-bottom: 1px solid #f2f3f7;
}
.cart_container.step_two .cart-products-table tr td .cart-branding-product-box__top__left .title {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  color: #212321;
  margin: 0;
  text-align: left;
  text-decoration: none;
}
.cart_container.step_two .cart-products-table tr td .cart-branding-product-box__top__left .code,
.cart_container.step_two .cart-products-table tr td .cart-branding-product-box__top__left .qty {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 177.023%;
  margin: 0;
  color: #8a8a8a;
  text-align: left;
}
.cart_container.step_two .cart-products-table tr td .cart-branding-product-box__top__left .code span,
.cart_container.step_two .cart-products-table tr td .cart-branding-product-box__top__left .qty span {
  color: #212321;
}
.cart_container.step_two .cart-products-table tr td .cart-branding-product-box__top__right {
  display: flex;
}
.cart_container.step_two .cart-products-table tr td .cart-branding-product-box__top__right label {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 177.023%;
  margin: 0;
  color: #212321;
  padding-left: 0;
  padding-right: 50px;
}
.cart_container.step_two .cart-products-table tr td .cart-branding-product-box__top__right label .custom-checkbox-checkmark {
  top: -2px;
  left: unset;
  right: 0;
  width: 35px;
  height: 35px;
}
.cart_container.step_two .cart-products-table tr td .cart-branding-product-box__top__right label .custom-checkbox-checkmark::after {
  left: 12px;
  top: 6px;
  width: 9px;
  height: 18px;
}
.cart_container.step_two .cart-products-table tr td .cart-branding-product-box__middle {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  border-bottom: 1px solid #f2f3f7;
  padding: 15px 30px;
}
.cart_container.step_two .cart-products-table tr td .cart-branding-product-box__middle__img {
  margin-right: 40px;
}
.cart_container.step_two .cart-products-table tr td .cart-branding-product-box__middle__img img {
  -o-object-fit: contain;
     object-fit: contain;
}
.cart_container.step_two .cart-products-table tr td .cart-branding-product-box__middle__branding {
  width: 68%;
}
.cart_container.step_two .cart-products-table tr td .cart-branding-product-box__middle__branding .branding-radios-types {
  display: flex;
  flex-direction: row;
  height: 30px;
  margin-bottom: 16px;
}
.cart_container.step_two .cart-products-table tr td .cart-branding-product-box__middle__branding .branding-radios-types label {
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
  color: #212321;
}
.cart_container.step_two .cart-products-table tr td .cart-branding-product-box__middle__branding .branding-radios-types label:first-of-type {
  margin-right: 32px;
}
.cart_container.step_two .cart-products-table tr td .cart-branding-product-box__middle__branding .branding-radios-types .custom-radio-checkmark {
  top: 5px;
}
.cart_container.step_two .cart-products-table tr td .cart-branding-product-box__middle__branding .branding-select-types {
  display: flex;
  flex-direction: column;
}
.cart_container.step_two .cart-products-table tr td .cart-branding-product-box__middle__branding .branding-select-types.hide {
  display: none;
}
.cart_container.step_two .cart-products-table tr td .cart-branding-product-box__middle__branding .branding-select-types__row {
  display: flex;
  flex-direction: row;
}
.cart_container.step_two .cart-products-table tr td .cart-branding-product-box__middle__branding .branding-select-types__row:first-of-type .types-col p {
  margin-bottom: 6px;
}
.cart_container.step_two .cart-products-table tr td .cart-branding-product-box__middle__branding .branding-select-types__row .types-col {
  min-width: 180px;
}
.cart_container.step_two .cart-products-table tr td .cart-branding-product-box__middle__branding .branding-select-types__row .types-col.select {
  min-width: 220px;
  margin-right: 22px;
}
.cart_container.step_two .cart-products-table tr td .cart-branding-product-box__middle__branding .branding-select-types__row .types-col.select-name {
  min-width: 262px;
}
.cart_container.step_two .cart-products-table tr td .cart-branding-product-box__middle__branding .branding-select-types__row .types-col p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 177.023%;
  color: #8a8a8a;
  margin: 0;
  text-align: left;
  margin-bottom: 16px;
}
.cart_container.step_two .cart-products-table tr td .cart-branding-product-box__middle__branding .branding-select-types__row .types-col select {
  display: flex;
  align-items: center;
  width: 238px;
  height: 35px;
  box-sizing: border-box;
  background-color: #f2f3f7;
  padding: 0 17px;
  margin-bottom: 16px;
  text-align: left;
  border: 0;
  outline: 0;
  cursor: pointer;
}
.cart_container.step_two .cart-products-table tr td .cart-branding-product-box__middle__files .logo-list {
  font-size: 12px;
  text-decoration: none;
  color: #212321;
  cursor: pointer;
}
.cart_container.step_two .cart-products-table tr td .cart-branding-product-box__middle__files .title {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 177.023%;
  color: #212321;
  margin: 16px 0 7px 0;
  text-align: center;
}
.cart_container.step_two .cart-products-table tr td .cart-branding-product-box__middle__files .desc-info {
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #a4a4a4;
  margin: 0 0 10px 0;
  text-align: center;
}
.cart_container.step_two .cart-products-table tr td .cart-branding-product-box__middle__files .desc-info-logo {
  font-size: 8px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #a4a4a4;
  margin: 6px 0 4px 0;
  text-align: left;
}
.cart_container.step_two .cart-products-table tr td .cart-branding-product-box__middle__files .upload-files-box {
  background-color: #f2f3f7;
  border: 1px dashed #e6007e;
  padding: 7px 0 0 0;
  width: 242px;
  height: auto;
  cursor: pointer;
}
.cart_container.step_two .cart-products-table tr td .cart-branding-product-box__middle__files .upload-files-box p.file-save input {
  display: none;
}
.cart_container.step_two .cart-products-table tr td .cart-branding-product-box__middle__files .upload-files-box p.file-save label {
  margin: 10px 0 0 0;
  cursor: pointer;
}
.cart_container.step_two .cart-products-table tr td .cart-branding-product-box__middle__files .upload-files-box .custom-checkbox-checkmark {
  left: 16px;
}
.cart_container.step_two .cart-products-table tr td .cart-branding-product-box__middle__files .upload-files-box img {
  -o-object-fit: contain;
     object-fit: contain;
}
.cart_container.step_two .cart-products-table tr td .cart-branding-product-box__middle__files .upload-files-box p {
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  color: #333333;
}
.cart_container.step_two .cart-products-table tr td .cart-branding-product-box__middle__files .upload-files-box .file-block {
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 0 16px;
  width: 100%;
  background-color: unset;
}
.cart_container.step_two .cart-products-table tr td .cart-branding-product-box__middle__files .error-info {
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 4px 0 0 0;
  color: #ed1717;
  text-align: center;
}
.cart_container.step_two .cart-products-table tr td .cart-branding-product-box__bottom {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  padding: 10px 0;
}
.cart_container.step_two .cart-products-table tr td .cart-branding-product-box__bottom--col {
  display: flex;
  flex-direction: column;
}
.cart_container.step_two .cart-products-table tr td .cart-branding-product-box__bottom--col .title {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  color: #212321;
  margin: 0;
}
.cart_container.step_two .cart-products-table tr td .cart-branding-product-box__bottom--col .price {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 177.023%;
  color: #212321;
  margin: 0 0 6px 0;
}
.cart_container.step_two .cart-products-table tr td .cart-branding-product-box__bottom--col .price.orange {
  color: #e6007e;
}
.cart_container.step_two .cart-products-table tr td .cart-branding-product-box__bottom--col .price-info {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  color: #8a8a8a;
  margin: 0;
}
.cart_container.step_two .bottom-cart-box-with-btn {
  margin-bottom: 40px;
}

@media (max-width: 1640px) {
  .cart_container.step_two .cart-table_full_box {
    flex-direction: column !important;
  }
  .cart_container.step_two .cart-table_full_box .cart-table_box {
    width: 100%;
  }
  .cart_container.step_two .cart-table_full_box .sumary_box {
    margin-bottom: 40px;
  }
}
@media (max-width: 1260px) {
  .cart_container.step_two .cart-table_full_box .sumary_box {
    margin: 0 0 80px 0;
  }
  .cart_container.step_two .cart-table_full_box .cart-products-table tr td {
    padding: 0 !important;
  }
  .cart_container.step_two .cart-table_full_box .cart-products-table tr td:first-of-type {
    width: 35px;
    min-width: 35px;
  }
  .cart_container.step_two .cart-table_full_box .cart-products-table tr td .cart-branding-product-box {
    margin-bottom: 6px;
  }
  .cart_container.step_two .cart-table_full_box .cart-products-table tr td .cart-branding-product-box__top {
    padding: 16px;
  }
  .cart_container.step_two .cart-table_full_box .cart-products-table tr td .cart-branding-product-box__top__left .title {
    font-size: 16px;
  }
  .cart_container.step_two .cart-table_full_box .cart-products-table tr td .cart-branding-product-box__top__left .code,
  .cart_container.step_two .cart-table_full_box .cart-products-table tr td .cart-branding-product-box__top__left .qty {
    font-size: 11px;
  }
  .cart_container.step_two .cart-table_full_box .cart-products-table tr td .cart-branding-product-box__top__right label {
    font-size: 14px;
    line-height: 140%;
    padding-right: 30px;
  }
  .cart_container.step_two .cart-table_full_box .cart-products-table tr td .cart-branding-product-box__top__right label .custom-checkbox-checkmark {
    top: 0;
    width: 20px;
    height: 20px;
  }
  .cart_container.step_two .cart-table_full_box .cart-products-table tr td .cart-branding-product-box__top__right label .custom-checkbox-checkmark::after {
    left: 7px;
    top: 3px;
    width: 6px;
    height: 12px;
  }
  .cart_container.step_two .cart-table_full_box .cart-products-table tr td .cart-branding-product-box__middle {
    padding: 15px;
  }
  .cart_container.step_two .cart-table_full_box .cart-products-table tr td .cart-branding-product-box__middle__img {
    margin-right: 20px;
  }
  .cart_container.step_two .cart-table_full_box .cart-products-table tr td .cart-branding-product-box__middle__branding {
    width: 68%;
  }
  .cart_container.step_two .cart-table_full_box .cart-products-table tr td .cart-branding-product-box__middle__branding .branding-radios-types {
    height: 28px;
    margin-bottom: 10px;
  }
  .cart_container.step_two .cart-table_full_box .cart-products-table tr td .cart-branding-product-box__middle__branding .branding-radios-types label {
    font-size: 14px;
    line-height: 140%;
  }
  .cart_container.step_two .cart-table_full_box .cart-products-table tr td .cart-branding-product-box__middle__branding .branding-radios-types .custom-radio-checkmark {
    top: 1px;
  }
  .cart_container.step_two .cart-table_full_box .cart-products-table tr td .cart-branding-product-box__middle__branding .branding-select-types__row .types-col {
    min-width: 180px;
  }
  .cart_container.step_two .cart-table_full_box .cart-products-table tr td .cart-branding-product-box__middle__branding .branding-select-types__row .types-col.select {
    min-width: 220px;
    margin-right: 22px;
  }
  .cart_container.step_two .cart-table_full_box .cart-products-table tr td .cart-branding-product-box__middle__branding .branding-select-types__row .types-col.select-name {
    min-width: 262px;
  }
  .cart_container.step_two .cart-table_full_box .cart-products-table tr td .cart-branding-product-box__middle__branding .branding-select-types__row .types-col p {
    font-size: 14px;
    line-height: 140%;
  }
  .cart_container.step_two .cart-table_full_box .cart-products-table tr td .cart-branding-product-box__middle__branding .branding-select-types__row .types-col select {
    font-size: 14px;
    line-height: 140%;
  }
  .cart_container.step_two .cart-table_full_box .cart-products-table tr td .cart-branding-product-box__middle__files .title {
    font-size: 15px;
    line-height: 140%;
    margin: 10px 0 5px 0;
  }
  .cart_container.step_two .cart-table_full_box .cart-products-table tr td .cart-branding-product-box__middle__files .upload-files-box {
    background-color: #f2f3f7;
    border: 1px dashed #e6007e;
    padding: 7px 0 0 0;
    width: 200px;
    height: auto;
    cursor: pointer;
  }
  .cart_container.step_two .cart-table_full_box .cart-products-table tr td .cart-branding-product-box__middle__files .upload-files-box img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .cart_container.step_two .cart-table_full_box .cart-products-table tr td .cart-branding-product-box__middle__files .upload-files-box p {
    margin: 6px 0 0 0;
  }
  .cart_container.step_two .cart-table_full_box .cart-products-table tr td .cart-branding-product-box__middle__files .upload-files-box .file-block {
    margin: 10px 0 0 16px;
  }
  .cart_container.step_two .cart-table_full_box .cart-products-table tr td .cart-branding-product-box__bottom--col .title {
    font-size: 15px;
  }
  .cart_container.step_two .cart-table_full_box .cart-products-table tr td .cart-branding-product-box__bottom--col .price {
    font-size: 17px;
  }
  .cart_container.step_two .cart-table_full_box .cart-products-table tr td .cart-branding-product-box__bottom--col .price-info {
    line-height: 140%;
  }
}
.cart_container.step_three .bottom-cart-box-with-btn {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin-bottom: 280px;
}
.cart_container.step_three .bottom-cart-box-with-btn div a {
  margin-top: 0;
}
.cart_container.step_three .cart-table_box {
  width: 100%;
  position: relative;
}
.cart_container.step_three .cart-products-table {
  width: 100%;
}
.cart_container.step_three .cart-products-table tr {
  border-bottom: 18px solid #f2f3f7;
}
.cart_container.step_three .cart-products-table tr:last-of-type {
  background-color: #f2f3f7;
}
.cart_container.step_three .cart-products-table tr td {
  padding: 0 !important;
}
.cart_container.step_three .cart-products-table tr td:has(.color-btn.next) {
  border-right: 0;
  background-color: #f2f3f7;
  vertical-align: top;
}
.cart_container.step_three .cart-products-table tr td:has(.color-btn.next) .right-btn {
  width: 100%;
  max-width: 280px;
}
.cart_container.step_three .cart-products-table tr td:has(.color-btn.next) .color-btn.next {
  width: 100%;
  margin-top: 0;
}
.cart_container.step_three .cart-products-table tr td:has(.color-btn.next) .color-btn.next:hover {
  color: #e6007e;
}
.cart_container.step_three .cart-products-table tr td:has(.color-btn.next) .color-btn.next:hover img {
  content: url("./../assets/icons/common/buttons/button_pink_arrow.svg");
}
.cart_container.step_three .cart-products-table tr td:first-of-type {
  width: 40px !important;
  min-width: 40px !important;
}
.cart_container.step_three .cart-products-table tr td:nth-of-type(2) {
  border-right: 27px solid #f2f3f7;
}
.cart_container.step_three .cart-products-table tr td.send-info-td {
  width: 290px;
}
.cart_container.step_three .cart-products-table tr td.send-info-td .cart-delivery-time-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: -52px;
}
.cart_container.step_three .cart-products-table tr td.send-info-td .cart-delivery-time-box--title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  border-bottom: 1px solid #f2f3f7;
}
.cart_container.step_three .cart-products-table tr td.send-info-td .cart-delivery-time-box--title p {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
}
.cart_container.step_three .cart-products-table tr td.send-info-td .cart-delivery-time-box--info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
}
.cart_container.step_three .cart-products-table tr td.send-info-td .cart-delivery-time-box--info p {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  color: #e6007e;
  margin: 0;
}
.cart_container.step_three .cart-products-table tr td .cart-delivery-product-box {
  width: 100%;
  margin-bottom: 6px;
}
.cart_container.step_three .cart-products-table tr td .cart-delivery-product-box__top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 24px 44px;
  border-bottom: 1px solid #f2f3f7;
}
.cart_container.step_three .cart-products-table tr td .cart-delivery-product-box__top__left .title {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  color: #212321;
  margin: 0;
  text-align: left;
  text-decoration: none;
}
.cart_container.step_three .cart-products-table tr td .cart-delivery-product-box__top__left .code {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 177.023%;
  margin: 0;
  color: #8a8a8a;
  text-align: left;
}
.cart_container.step_three .cart-products-table tr td .cart-delivery-product-box__top__left .code span {
  color: #212321;
}
.cart_container.step_three .cart-products-table tr td .cart-delivery-product-box__bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding: 16px 0;
}
.cart_container.step_three .cart-products-table tr td .cart-delivery-product-box__bottom.mod {
  display: block;
}
.cart_container.step_three .cart-products-table tr td .cart-delivery-product-box__bottom.mod .boxes {
  width: 100%;
  float: left;
  margin: 5px 0 0 0;
  text-align: left;
  font-size: 12px;
}
.cart_container.step_three .cart-products-table tr td .cart-delivery-product-box__bottom.mod .boxes .box-detailed {
  width: 100%;
  float: left;
  margin: 5px 0 0 0;
  text-align: left;
  font-size: 12px;
}
.cart_container.step_three .cart-products-table tr td .cart-delivery-product-box__bottom.mod .boxes .box-detailed .box {
  float: left;
  height: 20px;
  width: 20px;
  border: 1px solid #ebebeb;
}
.cart_container.step_three .cart-products-table tr td .cart-delivery-product-box__bottom.mod .boxes .box-detailed .qty {
  float: left;
  padding-top: 2px;
  margin-left: 5px;
}
.cart_container.step_three .cart-products-table tr td .cart-delivery-product-box__bottom .cart-delivery__col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cart_container.step_three .cart-products-table tr td .cart-delivery-product-box__bottom .cart-delivery__col h3 {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 177.023%;
  color: #212321;
  margin: 0 0 4px 0;
  text-transform: uppercase;
}
.cart_container.step_three .cart-products-table tr td .cart-delivery-product-box__bottom .cart-delivery__col p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 177.023%;
  color: #8a8a8a;
  margin: 0;
  text-align: left;
}
.cart_container.step_three .cart-products-table tr td .cart-delivery-product-box__bottom .cart-delivery__col p span {
  color: #212321;
}
.cart_container.step_three .cart-products-table tr td .cart-delivery-product-box__bottom .cart-delivery__col .horizontal-line {
  display: block;
  height: 1px;
  width: calc(100% - 64px);
  background-color: #8a8a8a;
  margin: 6px 0 9px 0;
}
.cart_container.step_three .cart-products-table tr td .cart-delivery-product-box__bottom .cart-delivery__col__two {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cart_container.step_three .cart-products-table tr td .cart-delivery-product-box__bottom .cart-delivery__col__two p:first-of-type {
  font-size: 14px;
  line-height: 177.023%;
  font-style: normal;
  font-weight: 400;
  margin: 0;
  margin-right: 24px;
  text-align: left;
}
.cart_container.step_three .cart-products-table tr td .cart-delivery-product-box__bottom .cart-delivery__col__two p:last-of-type {
  font-size: 14px;
  line-height: 177.023%;
  font-style: normal;
  font-weight: 400;
  margin: 0;
  margin-right: 64px;
  text-align: right;
}
.cart_container.step_three .cart-products-table tr td .cart-delivery-product-box__bottom .cart-delivery__col__two p:last-of-type.summary-price {
  font-size: 18px;
  line-height: 18px;
  color: #e6007e;
}
.cart_container.step_three .cart-products-table tr td .cart-delivery-product-box__bottom .cart-delivery__col__two p:last-of-type.price {
  font-size: 18px;
  line-height: 18px;
  color: #212321;
}
.cart_container.step_three .cart-products-table tr td .cart-delivery-checkboxes-box {
  display: flex;
  flex-direction: row;
  background-color: #f2f3f7;
}
.cart_container.step_three .cart-products-table tr td .cart-delivery-checkboxes-box__col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-right: 12px solid #f2f3f7;
  background-color: #ffffff;
  padding: 0 27px;
  height: 70px;
}
.cart_container.step_three .cart-products-table tr td .cart-delivery-checkboxes-box__col label {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  text-align: left;
  padding-left: 40px;
}
.cart_container.step_three .cart-products-table tr td .cart-delivery-checkboxes-box__col .custom-checkbox-checkmark {
  top: -4px;
}
.cart_container.step_three .cart-products-table tr td .cart-delivery-checkboxes-box__col .delivery-cost {
  display: inline-flex;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  color: #212321;
  text-transform: uppercase;
  text-align: left;
  white-space: pre;
}
.cart_container.step_three .cart-products-table tr td .cart-delivery-checkboxes-box__col .delivery-cost span {
  display: inline-flex;
  font-size: 18px;
  font-weight: 400;
  color: #e6007e;
  margin: 0 0 0 6px;
  text-align: left;
  white-space: pre;
}
.cart_container.step_three .cart-products-table tr td .cart-delivery-checkboxes-box__col.courier .custom-checkbox-checkmark {
  top: 6px;
}
.cart_container.step_three .cart-products-table tr td .delivery-price-info-box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
}
.cart_container.step_three .cart-products-table tr td .delivery-price-info-box__info img {
  -o-object-fit: contain;
     object-fit: contain;
  margin: 16px;
}
.cart_container.step_three .cart-products-table tr td .delivery-price-info-box__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0;
  margin: 8px;
}
.cart_container.step_three .cart-products-table tr td .delivery-price-info-box__text .text {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  color: #212321;
  margin: 0;
  text-align: center;
}
.cart_container.step_three .cart-products-table tr td .delivery-price-info-box__text .price {
  display: inline-flex;
  margin: 12px 0 0 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  color: #ed1717;
  text-align: center;
}

@media (max-width: 1640px) {
  .cart_container.step_three .bottom-cart-box-with-btn {
    border-right: 0;
  }
  .cart_container.step_three .bottom-cart-box-with-btn .right-btn .next {
    position: relative;
    bottom: 0;
    width: 216px;
    right: -273px;
    left: unset;
    margin-right: 30px;
  }
  .cart-products-table tr td .cart-delivery-product-box__bottom .cart-delivery__col__two p:last-of-type {
    margin-right: 8px;
  }
  .cart-products-table tr td.send-info-td {
    min-width: 230px !important;
    width: 230px !important;
  }
}
@media (max-width: 1260px) {
  .cart_container.step_three .bottom-cart-box-with-btn {
    width: 100%;
    margin-bottom: 40px;
  }
  .cart_container.step_three .bottom-cart-box-with-btn div a {
    margin-top: 24px;
  }
  .cart_container.step_three .cart-table_box .bottom-cart-box-with-btn {
    width: 100%;
  }
  .cart_container.step_three .cart-table_box .bottom-cart-box-with-btn .prev,
  .cart_container.step_three .cart-table_box .bottom-cart-box-with-btn .next {
    margin-bottom: 50px;
  }
  .cart_container.step_three .cart-products-table {
    margin-bottom: 8px;
  }
  .cart_container.step_three .cart-products-table tr td {
    padding: 0 !important;
  }
  .cart_container.step_three .cart-products-table tr td:first-of-type {
    width: 40px !important;
    min-width: 40px !important;
  }
  .cart_container.step_three .cart-products-table tr td.send-info-td {
    width: 290px;
  }
  .cart_container.step_three .cart-products-table tr td.send-info-td .cart-delivery-time-box {
    margin-top: -140px;
  }
  .cart_container.step_three .cart-products-table tr td.send-info-td .cart-delivery-time-box--title {
    height: 40px;
  }
  .cart_container.step_three .cart-products-table tr td.send-info-td .cart-delivery-time-box--title p {
    font-size: 14px;
  }
  .cart_container.step_three .cart-products-table tr td.send-info-td .cart-delivery-time-box--info {
    padding: 16px 0;
  }
  .cart_container.step_three .cart-products-table tr td.send-info-td .cart-delivery-time-box--info p {
    font-size: 15px;
  }
  .cart_container.step_three .cart-products-table tr td .cart-delivery-product-box__top {
    padding: 16px;
  }
  .cart_container.step_three .cart-products-table tr td .cart-delivery-product-box__top__left .title {
    font-size: 16px;
  }
  .cart_container.step_three .cart-products-table tr td .cart-delivery-product-box__top__left .code {
    font-size: 11px;
  }
  .cart_container.step_three .cart-products-table tr td .cart-delivery-product-box__bottom .cart-delivery__col {
    width: 100%;
    margin: 12px 16px;
  }
  .cart_container.step_three .cart-products-table tr td .cart-delivery-product-box__bottom .cart-delivery__col h3 {
    font-size: 15px;
  }
  .cart_container.step_three .cart-products-table tr td .cart-delivery-product-box__bottom .cart-delivery__col .horizontal-line {
    width: calc(100% - 16px);
  }
  .cart_container.step_three .cart-products-table tr td .cart-delivery-product-box__bottom .cart-delivery__col__two p:first-of-type {
    font-size: 13px;
    white-space: pre !important;
  }
  .cart_container.step_three .cart-products-table tr td .cart-delivery-product-box__bottom .cart-delivery__col__two p:last-of-type {
    font-size: 14px !important;
    white-space: pre !important;
    margin-right: 16px !important;
  }
  .cart_container.step_three .cart-products-table tr td .cart-delivery-checkboxes-box__col {
    padding: 0 16px;
    height: 72px;
    align-items: center;
  }
  .cart_container.step_three .cart-products-table tr td .cart-delivery-checkboxes-box__col label {
    height: auto;
    font-size: 14px;
  }
  .cart_container.step_three .cart-products-table tr td .cart-delivery-checkboxes-box__col .custom-checkbox-checkmark {
    top: -4px;
  }
  .cart_container.step_three .cart-products-table tr td .cart-delivery-checkboxes-box__col .delivery-cost {
    font-size: 14px;
    text-align: center;
  }
  .cart_container.step_three .cart-products-table tr td .cart-delivery-checkboxes-box__col .delivery-cost span {
    font-size: 18px;
  }
  .cart_container.step_three .cart-products-table tr td .cart-delivery-checkboxes-box__col.courier .custom-checkbox-checkmark {
    top: 6px;
  }
  .cart_container.step_three .cart-products-table tr td .delivery-price-info-box__text {
    padding: 16px 0;
  }
  .cart_container.step_three .cart-products-table tr td .delivery-price-info-box__text .text {
    font-size: 14px;
  }
  .cart_container.step_three .cart-products-table tr td .delivery-price-info-box__text .price {
    font-size: 18px;
  }
}
@media (max-width: 760px) {
  .cart_container.step_three .cart-table_box .bottom-cart-box-with-btn {
    width: 100vw;
  }
}
.cart_container.step_four {
  padding-bottom: 80px;
}
.cart_container.step_four .custom-checkbox-container .custom-checkbox-checkmark {
  top: 6px;
}
.cart_container.step_four .custom-checkbox-container small {
  font-size: 14px;
}
.cart_container.step_four .cart-table_box {
  width: 100%;
}
.cart_container.step_four .cart-table_box .cart-your-data-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.cart_container.step_four .cart-table_box .cart-your-data-container__col {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  width: calc(33.3% - 26px);
  margin-right: 26px;
  margin-bottom: 26px;
}
.cart_container.step_four .cart-table_box .cart-your-data-container__col:nth-of-type(3) {
  width: 33.3%;
  margin-right: 0;
}
.cart_container.step_four .cart-table_box .cart-your-data-container__col .title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 70px;
  border-bottom: 1px solid #f2f3f7;
  padding: 0 43px;
}
.cart_container.step_four .cart-table_box .cart-your-data-container__col .title p {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  color: #212321;
  margin: 0;
}
.cart_container.step_four .cart-table_box .cart-your-data-container__col .title.email {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.cart_container.step_four .cart-table_box .cart-your-data-container__col .title.email .subtitle {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  color: #8a8a8a;
  text-transform: unset;
}
.cart_container.step_four .cart-table_box .cart-your-data-container__col .title.send-address {
  display: flex;
  flex-direction: column;
  height: 155px;
}
.cart_container.step_four .cart-table_box .cart-your-data-container__col .title.send-address .title-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 22px;
}
.cart_container.step_four .cart-table_box .cart-your-data-container__col .title.send-address .title-bottom {
  width: 100%;
}
.cart_container.step_four .cart-table_box .cart-your-data-container__col .title.send-address .title-bottom label {
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  color: #212321;
  margin: 17px 0 0 0;
}
.cart_container.step_four .cart-table_box .cart-your-data-container__col .title.send-address .title-bottom select {
  margin: 0 0 16px 0;
  width: 100%;
  height: 40px;
  padding: 0 20px;
}
.cart_container.step_four .cart-table_box .cart-your-data-container__col .title.send-address p {
  white-space: pre;
}
.cart_container.step_four .cart-table_box .cart-your-data-container__col .title.send-address label {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  color: #212321;
  margin: 0 0 0 10px;
  padding: 0 35px 0 0;
  text-align: right;
}
.cart_container.step_four .cart-table_box .cart-your-data-container__col .title.send-address label .custom-checkbox-checkmark {
  top: -2px;
  left: unset;
  right: 0;
}
.cart_container.step_four .cart-table_box .cart-your-data-container__col .inputs-container {
  padding: 15px 43px;
}
.cart_container.step_four .cart-table_box .cart-your-data-container__col .inputs-container .input-slot {
  display: flex;
  flex-direction: column;
}
.cart_container.step_four .cart-table_box .cart-your-data-container__col .inputs-container .input-slot label {
  font-size: 16px;
  font-weight: 400;
  line-height: 177.023%;
  color: #212321;
  margin: 0;
}
.cart_container.step_four .cart-table_box .cart-your-data-container__col .inputs-container .input-slot input,
.cart_container.step_four .cart-table_box .cart-your-data-container__col .inputs-container .input-slot select {
  margin: 0 0 16px 0;
  width: 100%;
  height: 40px;
  padding: 0 20px;
}
.cart_container.step_four .cart-table_box .cart-your-data-container__col .inputs-container .input-slot textarea {
  margin: 0 0 16px 0;
  width: 100%;
  height: 380px;
  padding: 20px;
}
.cart_container.step_four .cart-table_box .bottom-cart-box-with-btn {
  margin-right: 0;
  margin-bottom: 15px;
}

@media (max-width: 1260px) {
  .cart_container.step_four .cart-table_box .cart-your-data-container {
    margin-bottom: 40px;
  }
  .cart_container.step_four .cart-table_box .cart-your-data-container__col {
    width: calc(50% - 26px);
    margin-right: 26px;
  }
  .cart_container.step_four .cart-table_box .cart-your-data-container__col:nth-of-type(2) {
    margin-right: 26px;
  }
  .cart_container.step_four .cart-table_box .cart-your-data-container__col:nth-of-type(3) {
    width: calc(50% - 26px);
    margin-right: 0;
  }
  .cart_container.step_four .cart-table_box .bottom-cart-box-with-btn {
    margin-bottom: 40px;
  }
  .cart_container.step_four .cart-table_box .bottom-cart-box-with-btn .next,
  .cart_container.step_four .cart-table_box .bottom-cart-box-with-btn .prev {
    margin-bottom: 24px;
  }
}
@media (max-width: 860px) {
  .cart_container.step_four {
    padding-bottom: 24px;
  }
  .cart_container.step_four .cart-table_box .cart-your-data-container__col {
    width: 100%;
    margin-right: 0;
  }
  .cart_container.step_four .cart-table_box .cart-your-data-container__col:nth-of-type(2) {
    margin-right: 0;
  }
  .cart_container.step_four .cart-table_box .cart-your-data-container__col:nth-of-type(3) {
    width: 100%;
  }
  .cart_container.step_four .cart-table_box .cart-your-data-container__col .title {
    padding: 0 16px;
  }
  .cart_container.step_four .cart-table_box .cart-your-data-container__col .inputs-container {
    padding: 16px;
  }
  .cart_container.step_four .cart-table_box .cart-your-data-container__col label,
  .cart_container.step_four .cart-table_box .cart-your-data-container__col input,
  .cart_container.step_four .cart-table_box .cart-your-data-container__col select {
    font-size: 14px !important;
  }
  .cart_container.step_four .cart-table_box .bottom-cart-box-with-btn {
    margin-bottom: 40px;
  }
  .cart_container.step_four .cart-table_box .bottom-cart-box-with-btn .next,
  .cart_container.step_four .cart-table_box .bottom-cart-box-with-btn .prev {
    margin-bottom: 24px;
  }
}
.cart_container.step_five {
  padding-bottom: 80px;
}
.cart_container.step_five .cart-table_box {
  width: 100%;
}
.cart_container.step_five .cart-table_box .cart-final-container {
  display: flex;
  flex-wrap: wrap;
}
.cart_container.step_five .cart-table_box .cart-final-container__col {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  width: 33.3%;
  margin-right: 0;
  margin-bottom: 17px;
}
.cart_container.step_five .cart-table_box .cart-final-container__col .title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 70px;
  border-bottom: 1px solid #f2f3f7;
  padding: 0 43px;
}
.cart_container.step_five .cart-table_box .cart-final-container__col .title p {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  color: #212321;
  margin: 0;
}
.cart_container.step_five .cart-table_box .cart-final-container__col .col-container {
  padding: 14px 43px;
}
.cart_container.step_five .cart-table_box .cart-final-container__col .col-container.middle {
  display: flex;
  flex-direction: column;
}
.cart_container.step_five .cart-table_box .cart-final-container__col .col-container.middle .final-radios-types {
  margin-bottom: 184px;
}
.cart_container.step_five .cart-table_box .cart-final-container__col .col-container.middle .final-radios-types label {
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
  color: #212321;
}
.cart_container.step_five .cart-table_box .cart-final-container__col .col-container.middle .final-radios-types label .custom-radio-checkmark {
  top: 5px;
}
.cart_container.step_five .cart-table_box .cart-final-container__col .col-container.middle .email-box h3 {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  margin: 0;
}
.cart_container.step_five .cart-table_box .cart-final-container__col .col-container.middle .email-box .desc {
  font-size: 12px;
  font-weight: 400;
  line-height: 177.023%;
  margin: 0;
  color: #8a8a8a;
}
.cart_container.step_five .cart-table_box .cart-final-container__col .col-container.middle .email-box input {
  height: 40px;
  width: 100%;
  margin-top: 9px;
}
.cart_container.step_five .cart-table_box .cart-final-container__col .col-container.middle .email-box input:hover, .cart_container.step_five .cart-table_box .cart-final-container__col .col-container.middle .email-box input:focus {
  border: 0;
  outline: 0;
}
.cart_container.step_five .cart-table_box .cart-final-container__col .col-container_prices p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin: 0 0 9px 0;
  color: #8a8a8a;
}
.cart_container.step_five .cart-table_box .cart-final-container__col .col-container_prices p span {
  color: #212321;
}
.cart_container.step_five .cart-table_box .cart-final-container__col .col-container_line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #f2f3f7;
  margin: 16px 0;
}
.cart_container.step_five .cart-table_box .cart-final-container__col .col-container_summary-price {
  margin-bottom: 24px;
}
.cart_container.step_five .cart-table_box .cart-final-container__col .col-container_summary-price p {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  color: #34224f;
  margin: 0;
}
.cart_container.step_five .cart-table_box .cart-final-container__col .col-container_summary-price p.pink {
  color: #e6007e;
}
.cart_container.step_five .cart-table_box .cart-final-container__col .col-container_summary-price p span {
  font-size: 30px;
  font-weight: 700;
  line-height: 177.023%;
}
.cart_container.step_five .cart-table_box .cart-final-container__col .col-container_discount-code label {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  color: #212321;
}
.cart_container.step_five .cart-table_box .cart-final-container__col .col-container_discount-code .input-button input {
  width: 70%;
  height: 40px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 177.023%;
  color: #8a8a8a;
}
.cart_container.step_five .cart-table_box .cart-final-container__col .col-container_discount-code .input-button input::-moz-placeholder {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 177.023%;
  color: #8a8a8a;
}
.cart_container.step_five .cart-table_box .cart-final-container__col .col-container_discount-code .input-button input::placeholder {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 177.023%;
  color: #8a8a8a;
}
.cart_container.step_five .cart-table_box .cart-final-container__col .col-container_discount-code .input-button input:hover, .cart_container.step_five .cart-table_box .cart-final-container__col .col-container_discount-code .input-button input:focus {
  border: 0;
  outline: 0;
}
.cart_container.step_five .cart-table_box .cart-final-container__col .col-container_discount-code .input-button button {
  all: unset;
  cursor: pointer;
  box-sizing: border-box;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  text-transform: uppercase;
  color: #212321;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 30%;
  height: 40px;
  border: 1px solid #34224f;
  margin-left: -4px;
}
.cart_container.step_five .cart-table_box .cart-final-container__col .col-container_discount-code .input-button button:hover {
  background-color: #34224f;
  color: #ffffff;
}
.cart_container.step_five .cart-table_box .cart-final-container__col .col-container .final-radios-types {
  margin-bottom: 100px;
}
.cart_container.step_five .cart-table_box .cart-final-container__col .col-container .final-radios-types_slot {
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
}
.cart_container.step_five .cart-table_box .cart-final-container__col .col-container .final-radios-types_slot label {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  color: #212321;
}
.cart_container.step_five .cart-table_box .cart-final-container__col .col-container .final-radios-types_slot label small {
  font-size: 12px;
}
.cart_container.step_five .cart-table_box .cart-final-container__col .col-container .final-radios-types_slot label .custom-radio-checkmark {
  top: 5px;
}
.cart_container.step_five .cart-table_box .cart-final-container__col .col-container .final-radios-types_slot .pay-images img {
  margin-left: 14px;
}
.cart_container.step_five .cart-table_box .cart-final-container__col .col-container .custom-checkbox-container {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 177.023%;
  color: #212321;
}
.cart_container.step_five .cart-table_box .cart-final-container__col .col-container .custom-checkbox-container .custom-checkbox-checkmark {
  width: 20px;
  height: 20px;
  top: 1px;
}
.cart_container.step_five .cart-table_box .cart-final-container__col .col-container .custom-checkbox-container .custom-checkbox-checkmark::after {
  left: 7px;
  top: 3px;
}
.cart_container.step_five .cart-table_box .cart-final-container__col .col-container .desc {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 177.023%;
  margin: 0 0 35px 0;
  color: #8a8a8a;
}
.cart_container.step_five .cart-table_box .cart-final-container__col .col-container .desc a {
  color: #e6007e;
  text-decoration: none;
}
.cart_container.step_five .cart-table_box .cart-final-container__col .col-container .desc a:hover {
  text-decoration: underline;
}
.cart_container.step_five .cart-table_box .cart-final-container__col .col-container button {
  width: 100%;
  height: 54px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.cart_container.step_five .cart-table_box .cart-final-container__col .col-container button:hover img {
  content: url("./../assets/icons/common/buttons/button_pink_arrow.svg") !important;
}
.cart_container.step_five .cart-table_box .cart-final-container__col .col-container button img {
  margin-top: -2px;
}
.cart_container.step_five .cart-table_box .cart-final-container__col .col-container .pay-info {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 177.023%;
  text-align: center;
  color: #8a8a8a;
}
.cart_container.step_five .cart-table_box .bottom-cart-box-with-btn {
  margin-right: 0;
  margin-bottom: 15px;
}

@media (max-width: 1260px) {
  .cart_container.step_five .cart-table_box .bottom-cart-box-with-btn .bottom-cart-button {
    position: relative;
  }
}
@media (max-width: 991px) {
  .cart_container.step_five {
    padding-bottom: 24px;
  }
  .cart_container.step_five .cart-table_box .cart-final-container__col {
    width: 100%;
  }
  .cart_container.step_five .cart-table_box .cart-final-container__col .title {
    height: 40px;
    padding: 0 16px;
  }
  .cart_container.step_five .cart-table_box .cart-final-container__col .title p {
    font-size: 16px;
  }
  .cart_container.step_five .cart-table_box .cart-final-container__col .col-container {
    padding: 16px;
  }
  .cart_container.step_five .cart-table_box .cart-final-container__col .col-container.middle .final-radios-types {
    margin-bottom: 24px;
  }
  .cart_container.step_five .cart-table_box .cart-final-container__col .col-container.middle .final-radios-types label {
    font-size: 14px;
    line-height: 140%;
  }
  .cart_container.step_five .cart-table_box .cart-final-container__col .col-container.middle .final-radios-types label .custom-radio-checkmark {
    top: 1px;
  }
  .cart_container.step_five .cart-table_box .cart-final-container__col .col-container.middle .email-box h3 {
    font-size: 16px;
  }
  .cart_container.step_five .cart-table_box .cart-final-container__col .col-container_prices p {
    font-size: 14px;
    line-height: 140%;
  }
  .cart_container.step_five .cart-table_box .cart-final-container__col .col-container_summary-price {
    margin-bottom: 20px;
  }
  .cart_container.step_five .cart-table_box .cart-final-container__col .col-container_summary-price p {
    font-size: 16px;
  }
  .cart_container.step_five .cart-table_box .cart-final-container__col .col-container_summary-price p span {
    font-size: 28px;
  }
  .cart_container.step_five .cart-table_box .cart-final-container__col .col-container_discount-code label {
    font-size: 16px;
  }
  .cart_container.step_five .cart-table_box .cart-final-container__col .col-container .final-radios-types {
    margin-bottom: 24px;
  }
  .cart_container.step_five .cart-table_box .cart-final-container__col .col-container .final-radios-types_slot label {
    font-size: 14px;
    line-height: 140%;
  }
  .cart_container.step_five .cart-table_box .cart-final-container__col .col-container .final-radios-types_slot label .custom-radio-checkmark {
    top: 1px;
  }
  .cart_container.step_five .cart-table_box .cart-final-container__col .col-container button {
    font-size: 14px;
  }
}
.calculator_container .accordion-container {
  width: calc(80% - 27px);
  margin-right: 27px;
}
.calculator_container .accordion-container .accordion-button,
.calculator_container .accordion-container .accordion .accordion-button:not(.collapsed) {
  background-color: #ffffff;
  border-bottom: 1px solid #f2f3f7;
}
.calculator_container .accordion-container .accordion-item {
  border: 0;
  margin-bottom: 15px;
}
.calculator_container .accordion-container .accordion-button {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  color: #212321;
}
.calculator_container .accordion-container .accordion-button::after {
  position: absolute;
  top: 22px;
  right: 22px;
  background-image: url("./../assets/icons/common/grey-arrow-down.svg");
  background-size: 12px;
  background-position: center;
  margin-left: 16px;
}
.calculator_container .accordion-container .accordion-button .number {
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  color: #e6007e;
  margin: 0 24px 0 8px;
}
.calculator_container .accordion-container .accordion-button .code {
  font-size: 18px;
  font-weight: 400;
  line-height: 177.023%;
  color: #8a8a8a;
  margin: 0 0 0 16px;
  text-transform: none;
}
.calculator_container .accordion-container .accordion-button .code span {
  color: #212321;
  margin: 0 0 0 6px;
}
.calculator_container .accordion-container .accordion-button img {
  margin-left: 16px;
  display: none;
}
.calculator_container .accordion-container .accordion .quantity {
  font-size: 18px;
  font-weight: 400;
  line-height: 177.023%;
  color: #8a8a8a;
  margin: 0 40px 0 auto;
  text-transform: none;
}
.calculator_container .accordion-container .accordion .quantity span {
  color: #212321;
  margin: 0 0 0 6px;
}
.calculator_container .accordion-container .accordion-body {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  background-color: #ffffff;
}
.calculator_container .accordion-container .accordion-body:has(.branding-row-elements) {
  display: flex;
  flex-direction: column;
}
.calculator_container .accordion-container .accordion-body:has(.branding-row-elements) .branding-row-elements {
  padding-top: 30px;
}
.calculator_container .accordion-container .accordion-body__col {
  display: flex;
  flex-direction: column;
}
.calculator_container .accordion-container .accordion-body__col p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 177.023%;
  margin: 0 0 10px 0;
  color: #8a8a8a;
}
.calculator_container .accordion-container .accordion-body__col p span {
  color: #212321;
}
.calculator_container .accordion-container .accordion-body__col b {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  margin: 0;
  color: #212321;
}
.calculator_container .accordion-container .accordion-body__col b .orange {
  color: #34224f;
}
.calculator_container .accordion-container .accordion-body__col .catalog-price {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  margin: 0 0 13px 0;
  color: #8a8a8a;
}
.calculator_container .accordion-container .accordion-body__col .catalog-price span {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  color: #8a8a8a;
}
.calculator_container .accordion-container .accordion-body__col .your-price {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  margin: 0 0 13px 0;
  color: #212321;
}
.calculator_container .accordion-container .accordion-body__col .desc {
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  margin: 0;
  color: #212321;
}
.calculator_container .accordion-container .accordion-body .colors-col {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.calculator_container .accordion-container .accordion-body .colors-col .colors-info-box {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}
.calculator_container .accordion-container .accordion-body .colors-col .colors-info-box .mix-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 70%;
  height: 55px;
  box-sizing: border-box;
  border: 1px solid #f2f3f7;
  padding: 12px;
}
.calculator_container .accordion-container .accordion-body .colors-col .colors-info-box .mix-container .custom-checkbox-container {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 177.023%;
  text-transform: uppercase;
  color: #8a8a8a;
  white-space: nowrap;
  height: 25px;
  margin: 0 20px 0 15px;
  padding: 0 35px 0 0;
  width: 150px;
}
.calculator_container .accordion-container .accordion-body .colors-col .colors-info-box .mix-container .custom-checkbox-container span {
  top: -4px;
  left: 120px;
  right: 0;
  width: 32px;
  height: 32px;
}
.calculator_container .accordion-container .accordion-body .colors-col .colors-info-box .mix-container .custom-checkbox-container span::after {
  left: 12px;
  top: 5px;
  width: 8px;
  height: 18px;
}
.calculator_container .accordion-container .accordion-body .colors-col .colors-info-box .mix-container .exclamation {
  margin-right: 20px;
}
.calculator_container .accordion-container .accordion-body .colors-col .colors-info-box .mix-container .desc {
  font-size: 11px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  color: #212321;
  margin: 0;
}
.calculator_container .accordion-container .accordion-body .colors-col .colors-squares {
  margin: 20px 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.calculator_container .accordion-container .accordion-body .colors-col .colors-squares .color {
  cursor: pointer;
}
.calculator_container .accordion-container .accordion-body .colors-col .colors-squares .color.checked {
  outline: 1px solid #000000;
  background-image: url(./../assets/icons/product_page/checked.svg);
  background-size: 15px 10px;
  background-repeat: no-repeat;
  background-position: center;
}
.calculator_container .accordion-container .accordion-body .colors-col .colors-squares .color:hover {
  outline: 1px solid #000000;
}
.calculator_container .accordion-container .accordion-body .colors-col button img {
  transform: rotate(90deg) translateX(-2px);
}
.calculator_container .accordion-container .accordion-body .quantity-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.calculator_container .accordion-container .accordion-body .quantity-col-box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.calculator_container .accordion-container .accordion-body .quantity-col-box__slot {
  display: flex;
  flex-direction: row;
  margin: 0 16px 16px 0;
}
.calculator_container .accordion-container .accordion-body .quantity-col-box__slot .quantity-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
}
.calculator_container .accordion-container .accordion-body .quantity-col-box__slot .quantity-box .color {
  margin-right: 16px;
}
.calculator_container .accordion-container .accordion-body .quantity-col-box__slot .quantity-box label {
  font-size: 18px;
  font-weight: 400;
  line-height: 177.023%;
  color: #8a8a8a;
}
.calculator_container .accordion-container .accordion-body .quantity-col-box__slot .quantity-box input {
  width: 108px;
  height: 35px;
  margin: 0 0 0 12px;
  padding: 0 10px;
  font-size: 18px;
  font-weight: 400;
}
.calculator_container .accordion-container .accordion-body .quantity-col button img {
  transform: rotate(90deg) translateX(-2px);
}
.calculator_container .accordion-container .accordion-body .one-col-box {
  display: flex;
  flex-direction: column;
}
.calculator_container .accordion-container .accordion-body .one-col-box button img {
  transform: rotate(90deg) translateX(-2px);
}
.calculator_container .accordion-container .accordion-body .one-col-box .two-rows-box {
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #f2f3f7;
}
.calculator_container .accordion-container .accordion-body .one-col-box .two-rows-box .col {
  display: flex;
  flex-direction: column;
}
.calculator_container .accordion-container .accordion-body .one-col-box .two-rows-box .col:first-of-type {
  border-right: 1px solid #f2f3f7;
}
.calculator_container .accordion-container .accordion-body .one-col-box .two-rows-box .col:last-of-type {
  padding-left: 24px;
}
.calculator_container .accordion-container .accordion-body .one-col-box .two-rows-box .col .custom-radio-container {
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
}
.calculator_container .accordion-container .accordion-body .one-col-box .two-rows-box .col .custom-radio-container .custom-radio-checkmark {
  top: 5px;
}
.calculator_container .accordion-container .accordion-body .one-col-box .two-rows-box .col .calc-select-types {
  display: flex;
  flex-direction: column;
}
.calculator_container .accordion-container .accordion-body .one-col-box .two-rows-box .col .calc-select-types.hide {
  display: none;
}
.calculator_container .accordion-container .accordion-body .one-col-box .two-rows-box .col .calc-select-types__row {
  display: flex;
  flex-direction: row;
}
.calculator_container .accordion-container .accordion-body .one-col-box .two-rows-box .col .calc-select-types__row:first-of-type .types-col p {
  margin-bottom: 6px;
}
.calculator_container .accordion-container .accordion-body .one-col-box .two-rows-box .col .calc-select-types__row .types-col {
  min-width: 180px;
}
.calculator_container .accordion-container .accordion-body .one-col-box .two-rows-box .col .calc-select-types__row .types-col.select {
  min-width: 220px;
  margin-right: 22px;
}
.calculator_container .accordion-container .accordion-body .one-col-box .two-rows-box .col .calc-select-types__row .types-col.select-name {
  min-width: 262px;
}
.calculator_container .accordion-container .accordion-body .one-col-box .two-rows-box .col .calc-select-types__row .types-col p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 177.023%;
  color: #8a8a8a;
  margin: 0;
  text-align: left;
  margin-bottom: 16px;
}
.calculator_container .accordion-container .accordion-body .one-col-box .two-rows-box .col .calc-select-types__row .types-col select {
  display: flex;
  align-items: center;
  width: 238px;
  height: 35px;
  box-sizing: border-box;
  background-color: #f2f3f7;
  padding: 0 17px;
  margin-bottom: 16px;
  text-align: left;
  border: 0;
  outline: 0;
  cursor: pointer;
}
.calculator_container .accordion-container .accordion-body .pricing-box {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.calculator_container .accordion-container .accordion-body .pricing-box__top {
  display: flex;
  flex-direction: row;
}
.calculator_container .accordion-container .accordion-body .pricing-box__top__left {
  display: flex;
  flex-direction: column;
  width: 20%;
}
.calculator_container .accordion-container .accordion-body .pricing-box__top__left p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  color: #8a8a8a;
  margin: 0;
}
.calculator_container .accordion-container .accordion-body .pricing-box__top__right {
  display: flex;
  flex-direction: column;
}
.calculator_container .accordion-container .accordion-body .pricing-box__top__right p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 177.023%;
  color: #212321;
  margin: 0 40px 0 0;
}
.calculator_container .accordion-container .accordion-body .pricing-box__top__right p.orange {
  font-size: 30px;
  line-height: 36px;
  color: #34224f;
}
.calculator_container .accordion-container .accordion-body .pricing-box__top__right span {
  font-size: 14px;
  line-height: 160%;
}
.calculator_container .accordion-container .accordion-body .pricing-box__bottom {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin: 24px 0 8px 0;
}
.calculator_container .accordion-container .accordion-body .pricing-box__bottom--slot {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 24px;
  height: auto;
  box-sizing: border-box;
  margin: 0 6px 6px 0;
  text-decoration: none;
  background-color: #8a8a8a;
  border: 1px solid #8a8a8a;
  min-width: 121px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 991px) {
  .calculator_container .accordion-container .accordion-body .pricing-box__bottom--slot {
    height: 40px !important;
  }
}
.calculator_container .accordion-container .accordion-body .pricing-box__bottom--slot p {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  padding: 4px 8px;
}
.calculator_container .accordion-container .accordion-body .pricing-box__bottom--slot:hover {
  background-color: #e6007e;
  border-color: #e6007e;
}
.calculator_container .accordion-container .accordion-body .pricing-box__info-box {
  background-color: #f4f4f4;
  padding: 18px 28px;
}
.calculator_container .accordion-container .accordion-body .pricing-box__info-box p span {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #212321;
}
.calculator_container .accordion-container .accordion-body .pricing-box__info-box p span.green-small {
  display: inline-flex;
  margin: 0 4px;
  color: #00d13a;
  font-weight: 700;
}
.calculator_container .accordion-container .accordion-body .pricing-box__info-box p span.green-big {
  display: inline-flex;
  margin: 0 7px;
  color: #00d13a;
  font-size: 17px;
  font-weight: 700;
}
.calculator_container .accordion-container .accordion-body .pricing-box__info-box p span.pink {
  display: inline-flex;
  margin: 0 4px;
  color: #e6007e;
  font-weight: 700;
}
.calculator_container .accordion-container .accordion-body .tables-box {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.calculator_container .accordion-container .accordion-body .tables-box table {
  flex-wrap: wrap;
}
.calculator_container .accordion-container .accordion-body .tables-box table:nth-of-type(1) tr td:nth-of-type(2) {
  padding-right: 9px;
}
.calculator_container .accordion-container .accordion-body .tables-box table tr {
  background-color: #f2f3f7;
  height: 35px;
}
.calculator_container .accordion-container .accordion-body .tables-box table tr th {
  font-size: 16px;
  padding-left: 14px;
  border-right: 2px solid #ffffff;
}
.calculator_container .accordion-container .accordion-body .tables-box table tr td {
  font-size: 14px;
  padding-left: 14px;
  border: 2px solid #ffffff;
  color: #8a8a8a;
}
.calculator_container .accordion-container .accordion-body .tables-box table tr td:nth-of-type(1), .calculator_container .accordion-container .accordion-body .tables-box table tr td:nth-of-type(3) {
  min-width: 300px;
}
.calculator_container .sumary_box {
  width: 20%;
}
.calculator_container .sumary_box--netto .netto-value {
  margin-bottom: 0;
  line-height: 36px;
}
.calculator_container .sumary_box--netto .netto-value.small {
  font-size: 14px;
  line-height: 18px;
}
.calculator_container .sumary_box--netto .netto-text {
  margin-top: 7px;
}
.calculator_container .sumary_box--brutto .brutto-value {
  margin-bottom: 0;
  line-height: 36px;
}
.calculator_container .sumary_box--brutto .brutto-value.small {
  font-size: 14px;
  line-height: 18px;
}
.calculator_container .sumary_box--brutto .brutto-text {
  margin-top: 7px;
}

@media (max-width: 1640px) {
  .calculator_container .accordion-container .accordion-body .one-col-box {
    width: 100%;
  }
  .calculator_container .accordion-container .accordion-body .one-col-box .two-rows-box {
    flex-direction: column;
    border-bottom: 1px solid #f2f3f7;
  }
  .calculator_container .accordion-container .accordion-body .one-col-box .two-rows-box .col:first-of-type {
    border-right: 0;
    padding-bottom: 16px;
    margin-bottom: 24px;
    border-bottom: 1px solid #f2f3f7;
  }
  .calculator_container .accordion-container .accordion-body .one-col-box .two-rows-box .col:last-of-type {
    padding-left: 0;
  }
}
@media (max-width: 1200px) {
  .calculator_container h1 {
    padding: 16px 0 20px 0;
    font-size: 26px;
  }
  .calculator_container h1 + .flex-row {
    flex-direction: column !important;
  }
  .calculator_container .accordion-container {
    width: 100%;
    margin-right: 0;
  }
  .calculator_container .accordion-container .accordion-button {
    padding: 8px;
    font-size: 14px;
    height: 60px;
    line-height: 16px;
    padding-right: 32px;
  }
  .calculator_container .accordion-container .accordion-button .number {
    font-size: 20px;
    margin-right: 8px;
    margin-left: 2px;
  }
  .calculator_container .accordion-container .accordion-button .code {
    font-size: 12px;
    text-align: right;
  }
  .calculator_container .accordion-container .accordion-button img {
    width: 19px;
    height: 19px;
    margin-left: 6px;
  }
  .calculator_container .accordion-container .accordion-button::after {
    top: 18px;
    right: 6px;
    background-size: 10px;
  }
  .calculator_container .accordion-container .accordion-button .quantity {
    font-size: 12px;
    margin: 0 10px 0 10px;
  }
  .calculator_container .accordion-container .accordion-body {
    flex-direction: column;
  }
  .calculator_container .accordion-container .accordion-body__col p {
    font-size: 14px;
    line-height: 120%;
    margin: 10px 0 0 0;
  }
  .calculator_container .accordion-container .accordion-body__col b {
    font-size: 14px;
    line-height: 120%;
  }
  .calculator_container .accordion-container .accordion-body__col b .orange {
    color: #34224f;
    font-size: 19px;
  }
  .calculator_container .accordion-container .accordion-body__col .catalog-price {
    font-size: 14px;
    line-height: 120%;
  }
  .calculator_container .accordion-container .accordion-body__col .catalog-price span {
    font-size: 14px;
    line-height: 120%;
  }
  .calculator_container .accordion-container .accordion-body__col .your-price {
    font-size: 16px;
    line-height: 120%;
  }
  .calculator_container .accordion-container .accordion-body__col .desc {
    line-height: 120%;
  }
  .calculator_container .accordion-container .accordion-body .colors-col button {
    margin-top: 24px;
    font-size: 14px;
  }
  .calculator_container .accordion-container .accordion-body .colors-col button img {
    width: 15px;
    height: 15px;
  }
  .calculator_container .accordion-container .accordion-body .colors-col .colors-info-box .mix-container {
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .calculator_container .accordion-container .accordion-body .colors-col .colors-info-box .mix-container .custom-checkbox-container {
    font-size: 14px;
  }
  .calculator_container .accordion-container .accordion-body .colors-col .colors-info-box .mix-container .desc {
    margin: 10px 0 0 0;
  }
  .calculator_container .accordion-container .accordion-body .quantity-col button {
    margin-top: 24px;
    font-size: 14px;
  }
  .calculator_container .accordion-container .accordion-body .quantity-col button img {
    width: 15px;
    height: 15px;
  }
  .calculator_container .accordion-container .accordion-body .quantity-col-box__slot .quantity-box .color {
    margin-right: 12px;
  }
  .calculator_container .accordion-container .accordion-body .quantity-col-box__slot .quantity-box label {
    font-size: 14px;
  }
  .calculator_container .accordion-container .accordion-body .quantity-col-box__slot .quantity-box input {
    height: 30px;
    font-size: 14px;
  }
  .calculator_container .accordion-container .accordion-body .one-col-box .two-rows-box .col {
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .calculator_container .accordion-container .accordion-body .one-col-box .two-rows-box .col .custom-radio-container {
    font-size: 14px;
  }
  .calculator_container .accordion-container .accordion-body .one-col-box .two-rows-box .col .custom-radio-container .custom-radio-checkmark {
    top: 2px;
  }
  .calculator_container .accordion-container .accordion-body .one-col-box .two-rows-box .col .calc-select-types__row .types-col {
    min-width: 180px;
  }
  .calculator_container .accordion-container .accordion-body .one-col-box .two-rows-box .col .calc-select-types__row .types-col select,
  .calculator_container .accordion-container .accordion-body .one-col-box .two-rows-box .col .calc-select-types__row .types-col input {
    font-size: 14px;
  }
  .calculator_container .accordion-container .accordion-body .one-col-box .two-rows-box .col .calc-select-types__row .types-col.select {
    min-width: 220px;
    margin-right: 22px;
  }
  .calculator_container .accordion-container .accordion-body .one-col-box .two-rows-box .col .calc-select-types__row .types-col.select-name {
    min-width: 260px;
  }
  .calculator_container .accordion-container .accordion-body .one-col-box .two-rows-box .col .calc-select-types__row .types-col p {
    font-size: 14px;
    line-height: 140%;
  }
  .calculator_container .accordion-container .accordion-body .pricing-box__top {
    flex-direction: column;
  }
  .calculator_container .accordion-container .accordion-body .pricing-box__top__left {
    width: 100%;
  }
  .calculator_container .accordion-container .accordion-body .pricing-box__top__left p {
    margin: 16px 0 0 0;
  }
  .calculator_container .accordion-container .accordion-body .pricing-box__top__right {
    margin: 0;
  }
  .calculator_container .accordion-container .accordion-body .pricing-box__bottom--slot {
    height: auto;
    width: 100%;
  }
  .calculator_container .accordion-container .accordion-body .tables-box {
    overflow-x: scroll;
  }
  .calculator_container .accordion-container .accordion-body .tables-box table {
    width: 100%;
  }
  .calculator_container .accordion-container .accordion-body .tables-box table tr th {
    font-size: 14px;
    white-space: pre;
  }
  .calculator_container .accordion-container .accordion-body .tables-box table tr td {
    white-space: pre;
    font-size: 13px;
    padding: 0 14px;
  }
  .calculator_container .sumary_box {
    width: 100%;
    margin-bottom: 40px;
  }
  .calculator_container .sumary_box--netto .netto-value {
    font-size: 30px;
  }
}
@media (max-width: 760px) {
  .calculator_container .accordion-container .accordion-body .one-col-box .two-rows-box .col {
    position: relative;
    padding-bottom: 28px;
  }
  .calculator_container .accordion-container .accordion-body .one-col-box .two-rows-box .col::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;
  }
  .calculator_container .accordion-container .accordion-body .one-col-box .two-rows-box .col::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;
  }
  .calculator_container .accordion-container .accordion-body .tables-box {
    position: relative;
    padding-bottom: 28px;
    background-color: #ffffff;
  }
  .calculator_container .accordion-container .accordion-body .tables-box::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;
  }
  .calculator_container .accordion-container .accordion-body .tables-box::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;
  }
  .calculator_container .accordion-container .accordion-body .tables-box table:nth-of-type(1) tr td:nth-of-type(2) {
    padding-right: 21px;
  }
}
#main-wrapper:has(.contact-container) {
  background-color: #f2f3f7;
}

.contact-container h1 {
  font-weight: 700;
  font-size: 36px;
  line-height: 136%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #34224f;
}
.contact-container h4 {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  color: #374957;
  margin: 6px 0 16px 0;
}
.contact-container .contact-wrapper {
  position: relative;
  padding: 16px 0 19px 0;
  background-color: #f2f3f7;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.contact-container .contact-wrapper::before {
  position: absolute;
  display: block;
  content: "";
  background-color: #f2f3f7;
  left: -50vw;
  top: 0;
  width: 200vw;
  height: 100%;
  z-index: -1;
}
.contact-container .contact-wrapper_col {
  display: flex;
  flex-direction: column;
  width: calc(33.3% - 23px);
  margin-right: 23px;
  margin-bottom: 23px;
  background-color: #ffffff;
}
.contact-container .contact-wrapper_col:nth-of-type(3) {
  width: 33.3%;
  margin-right: 0;
}
.contact-container .contact-wrapper_col .title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 70px;
  border-bottom: 1px solid #f2f3f7;
}
.contact-container .contact-wrapper_col .title p {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  color: #212321;
  padding-left: 46px;
  margin: 0;
}
.contact-container .contact-wrapper_col__content {
  padding: 18px 46px;
}
.contact-container .contact-wrapper_col__content.map {
  padding: 15px;
  border-top: 21px solid #f2f3f7;
}
.contact-container .contact-wrapper_col__content.map iframe {
  width: 100%;
  height: 272px;
}
.contact-container .contact-wrapper_col__content .horizontal-line {
  position: relative;
  display: block;
  width: calc(100% + 92px);
  left: -46px;
  height: 1px;
  background-color: #f2f3f7;
  margin: 35px 0 25px 0;
}
.contact-container .contact-wrapper_col__content .contact-box h3 {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  line-height: 177.023%;
  margin: 0 0 18px 0;
  color: #212321;
}
.contact-container .contact-wrapper_col__content .contact-box h3.office::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("./../assets/icons/contact/office.svg");
  background-repeat: no-repeat;
  background-size: 25px;
  width: 25px;
  height: 25px;
}
.contact-container .contact-wrapper_col__content .contact-box h3.print::before {
  display: block;
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  background: url("./../assets/icons/contact/print.svg");
  background-repeat: no-repeat;
  background-size: 27px;
  width: 27px;
  height: 25px;
}
.contact-container .contact-wrapper_col__content .contact-box h3.storage::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("./../assets/icons/contact/storage.svg");
  background-repeat: no-repeat;
  background-size: 25px;
  width: 25px;
  height: 25px;
}
.contact-container .contact-wrapper_col__content .contact-box p {
  position: relative;
  padding-left: 44px;
  font-size: 16px;
  font-weight: 400;
  line-height: 177.023%;
  margin: 0 0 9px 0;
  color: #212321;
}
.contact-container .contact-wrapper_col__content .contact-box p.phone::before {
  display: block;
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  background: url("./../assets/icons/contact/telephone.svg");
  background-repeat: no-repeat;
  background-size: 18px;
  width: 18px;
  height: 18px;
}
.contact-container .contact-wrapper_col__content .contact-box p.phone2::before {
  display: block;
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  background: url("./../assets/icons/contact/telephone2.svg");
  background-repeat: no-repeat;
  background-size: 18px;
  width: 18px;
  height: 18px;
}
.contact-container .contact-wrapper_col__content .contact-box p.mail::before {
  display: block;
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  background: url("./../assets/icons/contact/envelope.svg");
  background-repeat: no-repeat;
  background-size: 18px;
  width: 18px;
  height: 18px;
}
.contact-container .contact-wrapper_col__content .contact-box p.hours::before {
  display: block;
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  background: url("./../assets/icons/contact/clock.svg");
  background-repeat: no-repeat;
  background-size: 18px;
  width: 18px;
  height: 18px;
}
.contact-container .contact-wrapper_col__content .contact-box p a {
  color: #212321;
  text-decoration: none;
}
.contact-container .contact-wrapper_col__content .contact-box p a:hover {
  color: #e6007e;
}
.contact-container .contact-wrapper_col__content .data-box {
  position: relative;
  padding-left: 44px;
  margin: 0 0 12px 0;
}
.contact-container .contact-wrapper_col__content .data-box.location::before {
  display: block;
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  background: url("./../assets/icons/contact/location.svg");
  background-repeat: no-repeat;
  background-size: 18px 20px;
  width: 18px;
  height: 20px;
}
.contact-container .contact-wrapper_col__content .data-box.phone::before {
  display: block;
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  background: url("./../assets/icons/contact/telephone.svg");
  background-repeat: no-repeat;
  background-size: 18px 18px;
  width: 18px;
  height: 18px;
}
.contact-container .contact-wrapper_col__content .data-box.mail::before {
  display: block;
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  background: url("./../assets/icons/contact/envelope.svg");
  background-repeat: no-repeat;
  background-size: 18px 18px;
  width: 18px;
  height: 18px;
}
.contact-container .contact-wrapper_col__content .data-box.hours::before {
  display: block;
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  background: url("./../assets/icons/contact/clock.svg");
  background-repeat: no-repeat;
  background-size: 18px 18px;
  width: 18px;
  height: 18px;
}
.contact-container .contact-wrapper_col__content .data-box.data::before {
  display: block;
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  background: url("./../assets/icons/contact/data.svg");
  background-repeat: no-repeat;
  background-size: 18px 18px;
  width: 18px;
  height: 18px;
}
.contact-container .contact-wrapper_col__content .data-box strong {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 177.023%;
  margin: 0;
}
.contact-container .contact-wrapper_col__content .data-box.data p {
  font-size: 14px;
}
.contact-container .contact-wrapper_col__content .data-box p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 177.023%;
  margin: 0;
  color: #212321;
}
.contact-container .contact-wrapper_col__content .data-box p a {
  color: #212321;
  text-decoration: none;
}
.contact-container .contact-wrapper_col__content .data-box p a:hover {
  color: #e6007e;
}
.contact-container .contact-wrapper_col__content .send-form .input-slot {
  display: flex;
  flex-direction: column;
}
.contact-container .contact-wrapper_col__content .send-form .input-slot label {
  font-size: 16px;
  font-weight: 400;
  line-height: 177.023%;
}
.contact-container .contact-wrapper_col__content .send-form .input-slot input {
  margin: 0 0 10px 0;
  width: 100%;
  height: 40px;
  padding: 0 20px;
}
.contact-container .contact-wrapper_col__content .send-form .input-slot input::-moz-placeholder {
  font-size: 14px;
  color: #8a8a8a;
}
.contact-container .contact-wrapper_col__content .send-form .input-slot input::placeholder {
  font-size: 14px;
  color: #8a8a8a;
}
.contact-container .contact-wrapper_col__content .send-form .input-slot textarea {
  margin: 0 0 10px 0;
  width: 100%;
  padding: 20px;
}
.contact-container .contact-wrapper_col__content .send-form .input-slot textarea::-moz-placeholder {
  font-size: 14px;
  color: #8a8a8a;
}
.contact-container .contact-wrapper_col__content .send-form .input-slot textarea::placeholder {
  font-size: 14px;
  color: #8a8a8a;
}
.contact-container .contact-wrapper_col__content .send-form .checkbox-button-box {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.contact-container .contact-wrapper_col__content .send-form .checkbox-button-box label {
  font-size: 9px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #8a8a8a;
  margin: 0;
}
.contact-container .contact-wrapper_col__content .send-form .checkbox-button-box label a {
  color: #8a8a8a;
  text-decoration: underline;
}
.contact-container .contact-wrapper_col__content .send-form .checkbox-button-box button {
  margin: 0 0 0 12px;
  background-color: #ffffff;
  color: #e6007e;
  font-size: 16px;
  font-weight: 600;
}
.contact-container .contact-wrapper_col__content .send-form .checkbox-button-box button:hover {
  background-color: #e6007e;
  color: #ffffff;
}
.contact-container .contact-wrapper_col__content .send-form .checkbox-button-box button:hover img {
  filter: invert(1) brightness(22);
}

@media (max-width: 1200px) {
  .contact-container h1 {
    font-size: 33px;
  }
  .contact-container h4 {
    font-size: 16px;
  }
  .contact-container .contact-wrapper_col {
    width: calc(50% - 23px);
  }
  .contact-container .contact-wrapper_col:nth-of-type(2) {
    width: 50%;
    margin-right: 0;
  }
  .contact-container .contact-wrapper_col:nth-of-type(3) {
    width: calc(50% - 23px);
    margin-right: 23px;
  }
}
@media (max-width: 860px) {
  .contact-container h1 {
    font-size: 28px;
  }
  .contact-container h4 {
    font-size: 15px;
  }
  .contact-container .contact-wrapper {
    padding: 8px 0 24px 0;
    flex-direction: column;
  }
  .contact-container .contact-wrapper_col {
    width: 100%;
    margin-right: 0;
  }
  .contact-container .contact-wrapper_col:nth-of-type(2) {
    width: 100%;
    margin-right: 0;
  }
  .contact-container .contact-wrapper_col:nth-of-type(3) {
    width: 100%;
    margin-right: 0;
  }
  .contact-container .contact-wrapper_col .title {
    height: 40px;
  }
  .contact-container .contact-wrapper_col .title p {
    font-size: 15px;
    padding-left: 20px;
  }
  .contact-container .contact-wrapper_col__content {
    padding: 16px 24px;
  }
  .contact-container .contact-wrapper_col__content .horizontal-line {
    position: relative;
    display: block;
    width: calc(100% + 92px);
    left: -46px;
    height: 1px;
    background-color: #f2f3f7;
    margin: 35px 0 25px 0;
  }
  .contact-container .contact-wrapper_col__content .contact-box h3 {
    font-size: 15px;
  }
  .contact-container .contact-wrapper_col__content .data-box {
    padding-left: 38px;
  }
  .contact-container .contact-wrapper_col__content .data-box b {
    font-size: 14px;
  }
  .contact-container .contact-wrapper_col__content .data-box p {
    font-size: 14px;
  }
  .contact-container .contact-wrapper_col__content .send-form .input-slot label {
    font-size: 14px;
    line-height: 140%;
  }
  .contact-container .contact-wrapper_col__content .send-form .input-slot input {
    font-size: 14px;
    padding: 0 16px;
  }
  .contact-container .contact-wrapper_col__content .send-form .input-slot textarea {
    font-size: 14px;
    padding: 16px;
  }
  .contact-container .contact-wrapper_col__content .send-form .checkbox-button-box button {
    font-size: 14px;
  }
  .contact-container .contact-wrapper_col__content .send-form .checkbox-button-box button img {
    width: 16px;
    height: 16px;
  }
}
.sales-department-box {
  position: relative;
  background-color: #f2f3f7;
  margin-top: -15px;
}
.sales-department-box::before {
  position: absolute;
  display: block;
  content: "";
  background-color: #f2f3f7;
  left: -50vw;
  top: 0;
  width: 200vw;
  height: 100%;
  z-index: -1;
}
.sales-department-box__title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: rgba(255, 255, 255, 0);
  width: 100%;
  margin: 16px 0 34px 0;
}
.sales-department-box__title p {
  font-weight: 700;
  font-size: 36px;
  line-height: 136%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #34224f;
  margin: 0;
}
.sales-department-box__row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 23px;
}
.sales-department-box__row__col {
  display: flex;
  flex-direction: column;
  width: calc((100% - 92px) / 5);
  justify-content: flex-start;
  background-color: #ffffff;
  margin-bottom: 16px;
}
.sales-department-box__row__col__top {
  padding-top: 28px;
}
.sales-department-box__row__col__top img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.sales-department-box__row__col__middle {
  padding: 14px 22px;
}
.sales-department-box__row__col__middle p {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 177.023%;
  text-transform: uppercase;
  color: #34224f;
  margin: 0;
}
.sales-department-box__row__col__middle span {
  position: relative;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  color: #212321;
  margin: 0;
  padding-left: 23px;
}
.sales-department-box__row__col__middle span::before {
  display: block;
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  background: url("./../assets/icons/contact/handshake.svg");
  background-repeat: no-repeat;
  background-size: 16px;
  width: 16px;
  height: 12px;
}
.sales-department-box__row__col .horizontal-line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #f2f3f7;
}
.sales-department-box__row__col__bottom {
  min-height: 124px;
  padding: 25px 22px;
}
.sales-department-box__row__col__bottom p {
  display: inline-flex;
  width: 100%;
  position: relative;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 177.023%;
  color: #212321;
  padding-left: 23px;
  margin: 0 0 10px 0;
}
.sales-department-box__row__col__bottom p.tel1::before {
  display: block;
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  background: url("./../assets/icons/contact/telephone.svg");
  background-repeat: no-repeat;
  background-size: 18px 18px;
  width: 18px;
  height: 18px;
}
.sales-department-box__row__col__bottom p.tel2::before {
  display: block;
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  background: url("./../assets/icons/contact/telephone2.svg");
  background-repeat: no-repeat;
  background-size: 18px 18px;
  width: 18px;
  height: 18px;
}
.sales-department-box__row__col__bottom p.mail::before {
  display: block;
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  background: url("./../assets/icons/contact/envelope.svg");
  background-repeat: no-repeat;
  background-size: 18px 18px;
  width: 18px;
  height: 18px;
}
.sales-department-box__row__col__bottom p.country {
  padding-left: 0;
  align-items: center;
}
.sales-department-box__row__col__bottom p.country .country__flag {
  margin-right: 6px;
  vertical-align: middle;
}
.sales-department-box__row__col__bottom p a {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 177.023%;
  color: #212321;
  text-decoration: none;
}
.sales-department-box__row__col__bottom p a:hover {
  color: #e6007e;
}

@media (max-width: 1500px) {
  .sales-department-box__row {
    gap: 1%;
  }
  .sales-department-box__row__col {
    width: 23.5%;
  }
  .sales-department-box__row__col:last-of-type {
    width: 23.5%;
  }
}
@media (max-width: 1400px) {
  .sales-department-box__row__col {
    width: 32%;
  }
  .sales-department-box__row__col:last-of-type {
    width: 32%;
  }
}
@media (max-width: 1080px) {
  .sales-department-box__row__col {
    width: 49%;
  }
  .sales-department-box__row__col:nth-of-type(3) {
    width: 49%;
  }
  .sales-department-box__row__col:nth-of-type(2n) {
    width: 49%;
    margin-right: 0;
  }
  .sales-department-box__row__col:last-of-type {
    width: 49%;
  }
}
@media (max-width: 760px) {
  .sales-department-box__title {
    height: 40px;
  }
  .sales-department-box__title p {
    font-size: 15px;
    padding-left: 20px;
  }
  .sales-department-box__row__col {
    width: 100%;
  }
  .sales-department-box__row__col:nth-of-type(3) {
    width: 100%;
  }
  .sales-department-box__row__col:nth-of-type(2n) {
    width: 100%;
  }
  .sales-department-box__row__col:last-of-type {
    width: 100%;
  }
  .sales-department-box__row__col__bottom {
    min-height: unset;
  }
}
.other-department-box {
  position: relative;
  background-color: #f2f3f7;
  padding-bottom: 120px;
}
.other-department-box::before {
  position: absolute;
  display: block;
  content: "";
  background-color: #f2f3f7;
  left: -50vw;
  top: 0;
  width: 200vw;
  height: 100%;
  z-index: -1;
}
.other-department-box__title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: rgba(255, 255, 255, 0);
  width: 100%;
  margin: 16px 0 34px 0;
}
.other-department-box__title p {
  font-weight: 700;
  font-size: 36px;
  line-height: 136%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #34224f;
  margin: 0;
}
.other-department-box__row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 23px;
}
.other-department-box__row__col {
  display: flex;
  flex-direction: column;
  width: calc((100% - 69px) / 4);
  justify-content: space-between;
  background-color: #ffffff;
}
.other-department-box__row__col .department-top-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 26px 26px 18px 26px;
}
.other-department-box__row__col .department-bottom-box {
  padding: 26px;
}
.other-department-box__row__col .horizontal-line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #f2f3f7;
}
.other-department-box__row__col b {
  position: relative;
  font-weight: 700;
  font-size: 20px;
  line-height: 177%;
  text-transform: uppercase;
  color: #212321;
  padding-left: 46px;
}
.other-department-box__row__col b.graphic-department::before {
  display: block;
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  background: url("./../assets/icons/contact/graphics.svg");
  background-repeat: no-repeat;
  background-size: 32px 32px;
  width: 32px;
  height: 32px;
}
.other-department-box__row__col b.tax-department::before {
  display: block;
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  background: url("./../assets/icons/contact/tax.svg");
  background-repeat: no-repeat;
  background-size: 32px 32px;
  width: 32px;
  height: 32px;
}
.other-department-box__row__col b.marketing-department::before {
  display: block;
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  background: url("./../assets/icons/contact/marketing.svg");
  background-repeat: no-repeat;
  background-size: 32px 32px;
  width: 32px;
  height: 32px;
}
.other-department-box__row__col b.import-department::before {
  display: block;
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  background: url("./../assets/icons/contact/import.svg");
  background-repeat: no-repeat;
  background-size: 32px 32px;
  width: 32px;
  height: 32px;
}
.other-department-box__row__col p {
  position: relative;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 177.023%;
  color: #212321;
  margin: 0 0 9px 0;
  padding-left: 46px;
}
.other-department-box__row__col p.phone::before {
  display: block;
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  background: url("./../assets/icons/contact/telephone.svg");
  background-repeat: no-repeat;
  background-size: 18px;
  width: 18px;
  height: 18px;
}
.other-department-box__row__col p.phone2::before {
  display: block;
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  background: url("./../assets/icons/contact/telephone2.svg");
  background-repeat: no-repeat;
  background-size: 18px;
  width: 18px;
  height: 18px;
}
.other-department-box__row__col p.mail::before {
  display: block;
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  background: url("./../assets/icons/contact/envelope.svg");
  background-repeat: no-repeat;
  background-size: 18px;
  width: 18px;
  height: 18px;
}
.other-department-box__row__col p.hours::before {
  display: block;
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  background: url("./../assets/icons/contact/clock.svg");
  background-repeat: no-repeat;
  background-size: 18px;
  width: 18px;
  height: 18px;
}
.other-department-box__row__col p a {
  text-decoration: none;
  color: #212321;
}
.other-department-box__row__col p a:hover {
  color: #e6007e;
}

@media (max-width: 1500px) {
  .other-department-box__row__col {
    width: calc((100% - 92px) / 4);
  }
}
@media (max-width: 1180px) {
  .other-department-box__row__col {
    width: calc((100% - 48px) / 2);
  }
}
@media (max-width: 760px) {
  .other-department-box {
    padding-bottom: 40px;
  }
  .other-department-box__title {
    height: 40px;
  }
  .other-department-box__title p {
    font-size: 15px;
    padding-left: 20px;
  }
  .other-department-box__row__col {
    width: 100%;
    padding: 25px 22px;
  }
  .other-department-box__row__col b {
    font-size: 15px;
  }
}
.dashboard-container {
  position: relative;
  padding: 35px 0 112px 0;
  background-color: #f2f3f7;
  display: flex;
  flex-direction: row;
  width: 100%;
}
.dashboard-container::before {
  position: absolute;
  display: block;
  content: "";
  background-color: #f2f3f7;
  left: -50vw;
  top: 0;
  width: 200vw;
  height: 100%;
  z-index: -1;
}
.dashboard-container__left {
  display: flex;
  flex-direction: column;
  width: calc(20% - 24px);
  margin-right: 24px;
  min-width: 260px;
}
.dashboard-container__right {
  display: flex;
  flex-direction: column;
  width: 80%;
}

@media (max-width: 1260px) {
  .dashboard-container {
    flex-wrap: wrap;
  }
  .dashboard-container__left {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-right: 0;
  }
  .dashboard-container__right {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}
@media (max-width: 860px) {
  .dashboard-container {
    padding: 0;
  }
}
.dashboard-menu {
  background-color: #ffffff;
  min-width: 260px;
}
.dashboard-menu .header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #34224f;
  min-height: 65px;
}
.dashboard-menu .header p {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  text-transform: uppercase;
  padding-left: 69px;
  color: #ffffff;
  margin: 0;
}
.dashboard-menu .expand-menu {
  display: none;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  min-height: 40px;
  cursor: pointer;
  border: 1px solid #34224f;
}
.dashboard-menu .expand-menu p {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  text-transform: uppercase;
  color: #34224f;
  margin: 0;
}
.dashboard-menu .expand-menu p img {
  transition: 0.6s;
  margin: 0 8px;
}
.dashboard-menu .expand-menu.active img {
  transform: rotate(180deg);
}
.dashboard-menu .menu-links-container {
  flex-direction: column;
  padding: 17px 26px 55px 26px;
}
.dashboard-menu .menu-links-container .menu-links-box {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.dashboard-menu .menu-links-container .menu-links-box .menu-link-big.not-hover:hover {
  color: #34224f;
  cursor: default;
}
.dashboard-menu .menu-links-container .menu-links-box .menu-link-big.not-hover:hover img {
  filter: unset;
}
.dashboard-menu .menu-links-container .menu-links-box .menu-link-big {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  text-transform: uppercase;
  color: #34224f;
  margin: 0 0 10px 0;
  padding-left: 40px;
  text-decoration: none;
}
.dashboard-menu .menu-links-container .menu-links-box .menu-link-big:hover, .dashboard-menu .menu-links-container .menu-links-box .menu-link-big.active {
  color: #e6007e;
}
.dashboard-menu .menu-links-container .menu-links-box .menu-link-big:hover img, .dashboard-menu .menu-links-container .menu-links-box .menu-link-big.active img {
  filter: invert(13%) sepia(96%) saturate(7041%) hue-rotate(319deg) brightness(89%) contrast(110%);
}
.dashboard-menu .menu-links-container .menu-links-box .menu-link-big img {
  margin-left: -36px;
  margin-right: 16px;
}
.dashboard-menu .menu-links-container .menu-links-box .menu-link {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #212321;
  margin: 0 0 10px 0;
  padding-left: 40px;
  text-decoration: none;
  padding: 4px 0;
  margin-left: -26px;
  padding-left: 66px;
  width: calc(100% + 52px);
}
.dashboard-menu .menu-links-container .menu-links-box .menu-link:hover, .dashboard-menu .menu-links-container .menu-links-box .menu-link.active {
  background-color: #e6007e;
  color: #ffffff;
}
.dashboard-menu .menu-links-container button {
  all: unset;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  box-sizing: border-box;
  background-color: #ffffff;
  border: 1px solid #34224f;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 10px;
  max-width: 300px;
}
.dashboard-menu .menu-links-container button svg {
  display: inline-flex;
  margin-right: 10px;
}
.dashboard-menu .menu-links-container button:hover {
  background-color: #34224f;
  color: #ffffff;
}
.dashboard-menu .menu-links-container button:hover svg {
  filter: invert(1) brightness(22);
}

@media (max-width: 1260px) {
  .dashboard-menu {
    margin-bottom: 24px;
  }
  .dashboard-menu .header {
    justify-content: center;
  }
  .dashboard-menu .header p {
    justify-content: center;
    padding-left: 0;
  }
  .dashboard-menu .expand-menu {
    display: flex;
  }
  .dashboard-menu .menu-links-container {
    display: none;
  }
  .dashboard-menu .menu-links-container.active {
    display: flex;
  }
}
@media (max-width: 860px) {
  .dashboard-menu .header {
    min-height: 48px;
  }
  .dashboard-menu .expand-menu {
    border-left: 0;
    border-right: 0;
  }
  .dashboard-menu .expand-menu p {
    font-size: 16px;
  }
  .dashboard-menu .expand-menu p img {
    width: 10px;
    height: auto;
  }
}
.dashboard-main {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
}
.dashboard-main-box-large {
  background-color: #ffffff;
  margin-bottom: 24px;
  width: 100%;
}
.dashboard-main-box-large .title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 70px;
  border-bottom: 1px solid #f2f3f7;
}
.dashboard-main-box-large .title p {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  color: #34224f;
  margin: 0;
  padding-left: 40px;
}
.dashboard-main-box-large .title p span {
  display: inline-flex;
  margin-left: 10px;
  color: #e6007e;
}
.dashboard-main-box-large .title p img {
  margin-right: 10px;
  margin-bottom: 3px;
}
.dashboard-main-box-large .bottom-boxes {
  display: flex;
  flex-direction: row;
}
.dashboard-main-box-large .bottom-boxes .value-box {
  padding: 25px 30px;
  border-right: 1px solid #f2f3f7;
}
.dashboard-main-box-large .bottom-boxes .value-box:last-of-type {
  border-left: 1px solid #f2f3f7;
}
.dashboard-main-box-large .bottom-boxes .value-box p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #212321;
  margin: 0 0 10px 0;
}
.dashboard-main-box-large .bottom-boxes .value-box b {
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #212321;
  margin: 0;
}
.dashboard-main-box-large .bottom-boxes .value-box b.green {
  color: #54bf00;
}
.dashboard-main-box-large .bottom-boxes .value-box b.orange {
  color: #f26521;
}
.dashboard-main-box-large .bottom-boxes .value-box b.red {
  color: #fd0000;
}
.dashboard-main-box-large .bottom-boxes .progress-box {
  padding: 4px;
  border: 1px solid #8c8c8c;
  box-sizing: border-box;
  width: 100%;
  height: 36px;
  margin: 50px 16px;
}
.dashboard-main-box-large .bottom-boxes .progress-box .progress {
  border-radius: 0;
  --bs-progress-bg: #54bf00;
  height: 26px;
}
.dashboard-main-box-large .bottom-boxes .progress-box .progress .progress-bar {
  background-color: #fd0000;
}
.dashboard-main-box {
  background-color: #ffffff;
  margin-bottom: 24px;
  margin-right: 24px;
  width: calc(50% - 12px);
}
.dashboard-main-box:nth-of-type(2n) {
  margin-right: 0;
}
.dashboard-main-box .title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 70px;
  border-bottom: 1px solid #f2f3f7;
}
.dashboard-main-box .title p {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  color: #212321;
  margin: 0;
  padding-left: 40px;
}
.dashboard-main-box .title p img {
  margin-right: 10px;
  margin-bottom: 3px;
}
.dashboard-main-box .box-content {
  padding: 25px 45px;
}
.dashboard-main-box .box-content.lines {
  padding: 0;
}
.dashboard-main-box .box-content.big-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
}
.dashboard-main-box .box-content.big-arrow img {
  padding: 25px 45px;
  width: auto;
  max-height: 194px;
}
.dashboard-main-box .box-content span.orange {
  color: #e6007e;
}
.dashboard-main-box .box-content .catalog-offert a:hover {
  color: #e6007e;
}
.dashboard-main-box .box-content .catalog-offert p,
.dashboard-main-box .box-content .catalog-offert a {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #212321;
  margin: 0 0 9px 0;
  text-decoration: none;
}
.dashboard-main-box .box-content .catalog-offert p.catalog-p,
.dashboard-main-box .box-content .catalog-offert a.catalog-p {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 34px 0;
}
.dashboard-main-box .box-content .catalog-offert p.orange,
.dashboard-main-box .box-content .catalog-offert a.orange {
  color: #34224f;
}
.dashboard-main-box .box-content .catalog-offert a {
  display: inline-block;
  width: 100%;
}
.dashboard-main-box .box-content .codes {
  display: flex;
  flex-direction: row;
}
.dashboard-main-box .box-content .codes .ptxt {
  flex-grow: 1;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75em;
  color: #212321;
  margin: 0 0 9px 0;
}
.dashboard-main-box .box-content .codes .copy-img {
  width: 200px;
  height: 200px;
  margin-left: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
  cursor: pointer;
  border: 1px solid #f4f4f4;
}
.dashboard-main-box .box-content img {
  width: 100%;
  height: auto;
}
.dashboard-main-box .box-content img.arrows {
  margin-top: 10px;
}
.dashboard-main-box .box-content .supervisor-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.dashboard-main-box .box-content .supervisor-box__left h3 {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 177.023%;
  color: #212321;
  margin: 0 0 16px 0;
}
.dashboard-main-box .box-content .supervisor-box__left p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #212321;
  margin: 0 0 9px 0;
}
.dashboard-main-box .box-content .supervisor-box__left p a {
  color: #212321;
  text-decoration: none;
}
.dashboard-main-box .box-content .supervisor-box__left p a:hover {
  color: #e6007e;
}
.dashboard-main-box .box-content .supervisor-box__left button {
  all: unset;
  width: 100%;
  height: 35px;
  box-sizing: border-box;
  background-color: #ffffff;
  border: 1px solid #e6007e;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 10px;
  text-decoration: none;
  color: #e6007e;
}
.dashboard-main-box .box-content .supervisor-box__left button a {
  text-decoration: none;
  color: #e6007e;
}
.dashboard-main-box .box-content .supervisor-box__left button:hover {
  border: 1px solid #e6007e;
  background-color: #e6007e;
}
.dashboard-main-box .box-content .supervisor-box__left button:hover a {
  color: #ffffff;
}
.dashboard-main-box .box-content .supervisor-box__right {
  padding-right: 40px;
}
.dashboard-main-box .box-content .supervisor-box__right img {
  margin-left: 16px;
  border-radius: 100%;
  border: 1px solid #e6007e;
}
.dashboard-main-box .box-content .lines-box {
  display: flex;
  flex-direction: column;
}
.dashboard-main-box .box-content .lines-box__row {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 1px solid #f2f3f7;
}
.dashboard-main-box .box-content .lines-box__row:last-of-type {
  border-bottom: 0;
}
.dashboard-main-box .box-content .lines-box__row__left {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.dashboard-main-box .box-content .lines-box__row__left p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #212321;
  margin: 0;
  padding: 12px 0 12px 40px;
  display: inline-flex;
  width: 220px;
  margin-right: 18px;
  box-sizing: border-box;
}
.dashboard-main-box .box-content .lines-box__row__left p.desc {
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin: -12px 0 8px 0;
  padding: 4px 0 0 30px;
  color: #8c8c8c;
}
.dashboard-main-box .box-content .lines-box__row__right {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.dashboard-main-box .box-content .lines-box__row__right p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #212321;
  margin: 0;
  padding: 12px 0 12px 0;
  display: inline-flex;
  width: 220px;
  margin-right: 18px;
  box-sizing: border-box;
}
.dashboard-main-box .box-content .lines-box__row__right p span {
  font-size: 18px;
  margin-right: 5px;
}
.dashboard-main-box .box-content .lines-box__row__right p.green {
  color: #54bf00;
  align-items: flex-end;
}
.dashboard-main-box .box-content .lines-box__row__right p.red {
  color: #fd0000;
  align-items: flex-end;
}
.dashboard-main-box .box-content .lines-box__row .long {
  font-size: 14px;
  width: 100%;
  padding: 12px 40px;
}

@media (max-width: 860px) {
  .dashboard-main-box-large {
    margin-bottom: 16px;
  }
  .dashboard-main-box-large .title {
    min-height: 40px;
  }
  .dashboard-main-box-large .title p {
    font-size: 16px;
    padding-left: 16px;
  }
  .dashboard-main-box-large .bottom-boxes {
    flex-direction: column;
  }
  .dashboard-main-box-large .bottom-boxes .value-box {
    padding: 16px;
    border-right: 0;
    border-bottom: 1px solid #f2f3f7;
  }
  .dashboard-main-box-large .bottom-boxes .value-box:last-of-type {
    border-left: 0;
    border-top: 1px solid #f2f3f7;
  }
  .dashboard-main-box-large .bottom-boxes .progress-box {
    margin: 16px;
    width: 90%;
  }
  .dashboard-main-box {
    margin-bottom: 16px;
    margin-right: 0;
    width: 100%;
  }
  .dashboard-main-box:nth-of-type(2n) {
    margin-right: 0;
  }
  .dashboard-main-box:last-of-type {
    margin-bottom: 0;
  }
  .dashboard-main-box .title {
    min-height: 40px;
  }
  .dashboard-main-box .title p {
    font-size: 16px;
    padding-left: 16px;
  }
  .dashboard-main-box .box-content {
    padding: 16px;
  }
  .dashboard-main-box .box-content.big-arrow img {
    padding: 16px;
    max-height: 180px;
    max-width: 80vw;
  }
  .dashboard-main-box .box-content .catalog-offert p.catalog-p,
  .dashboard-main-box .box-content .catalog-offert a.catalog-p {
    font-size: 16px;
    margin: 0 0 28px 0;
  }
  .dashboard-main-box .box-content .supervisor-box {
    flex-direction: column;
    justify-content: center;
  }
  .dashboard-main-box .box-content .supervisor-box__left {
    order: 1;
  }
  .dashboard-main-box .box-content .supervisor-box__left h3 {
    font-size: 17px;
  }
  .dashboard-main-box .box-content .supervisor-box__left button {
    font-size: 14px;
  }
  .dashboard-main-box .box-content .supervisor-box__right {
    order: 0;
    padding-right: 0;
  }
  .dashboard-main-box .box-content .supervisor-box__right img {
    margin-left: 0;
    margin-bottom: 16px;
    height: 160px;
    width: auto;
    max-width: 80vw;
  }
  .dashboard-main-box .box-content .lines-box__row__left p {
    padding: 12px 0 12px 16px;
  }
  .dashboard-main-box .box-content .lines-box__row .long {
    padding: 12px 16px;
  }
}
.dashboard-main-title {
  background-color: #ffffff;
  margin-bottom: 24px;
}
.dashboard-main-title .header {
  height: 107px;
}
.dashboard-main-title .header p {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
  text-transform: uppercase;
  padding-left: 42px;
  color: #34224f;
  margin: 0;
}

@media (max-width: 860px) {
  .dashboard-main-title .header {
    height: 48px;
  }
  .dashboard-main-title .header p {
    font-size: 24px;
    padding-left: 24px;
  }
}
.dashboard-wrapper {
  background-color: #ffffff;
  height: 100%;
}
.dashboard-wrapper .title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #ffffff;
  min-height: 70px;
  border-bottom: 1px solid #f2f3f7;
}
.dashboard-wrapper .title p {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 160%;
  text-transform: uppercase;
  padding-left: 40px;
  color: #212321;
  margin: 0 15px 0 0;
}
.dashboard-wrapper .title p img {
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 10px;
}
.dashboard-wrapper .title p span {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #212321;
  margin: 0 0 0 15px;
  text-transform: none;
}
.dashboard-wrapper .title p span.orange {
  color: #e6007e;
}
.dashboard-wrapper .button-box {
  border-top: 1px solid #f2f3f7;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}
.dashboard-wrapper .button-box button:hover img {
  content: url("./../assets/icons/dashboard/save-btn-white.svg");
}
.dashboard-wrapper .inputs-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  padding: 33px 40px;
}
.dashboard-wrapper .inputs-wrapper__slot {
  display: flex;
  flex-direction: column;
  width: 31%;
  margin-right: 1%;
}
.dashboard-wrapper .inputs-wrapper__slot.newsletter {
  width: 100%;
}
.dashboard-wrapper .inputs-wrapper__slot.newsletter input {
  width: 400px;
  margin-bottom: -8px;
}
.dashboard-wrapper .inputs-wrapper__slot:nth-of-type(3n) {
  margin-right: 0;
}
.dashboard-wrapper .inputs-wrapper__slot label {
  position: relative;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  color: #212321;
}
.dashboard-wrapper .inputs-wrapper__slot label .orange {
  display: inline-flex;
  margin-left: 4px;
  color: #e6007e;
}
.dashboard-wrapper .inputs-wrapper__slot label small {
  line-height: 11px;
  position: absolute;
  font-size: 10px;
  color: #8c8c8c;
  margin-left: 16px;
}
.dashboard-wrapper .inputs-wrapper__slot input {
  height: 40px;
  width: 100%;
  padding: 0 25px;
  margin: 13px 0 25px 0;
}
.dashboard-wrapper .inputs-wrapper__slot input[type=file] {
  font-size: 16px;
  padding: 0;
}
.dashboard-wrapper .inputs-wrapper__slot .label-logo {
  margin-top: -60px;
  margin-bottom: 13px;
}
.dashboard-wrapper .inputs-wrapper__slot .your-logo {
  width: 100%;
  height: auto;
  max-width: 380px;
}

@media (max-width: 992px) {
  .dashboard-wrapper .title {
    min-height: 40px;
  }
  .dashboard-wrapper .title p {
    font-size: 16px;
    padding-left: 16px;
    line-height: 100%;
  }
  .dashboard-wrapper .title p span {
    font-size: 13px;
  }
  .dashboard-wrapper .button-box button {
    font-size: 14px;
  }
  .dashboard-wrapper .inputs-wrapper {
    padding: 16px 20px;
  }
  .dashboard-wrapper .inputs-wrapper__slot {
    display: flex;
    flex-direction: column;
    width: 49%;
    margin-right: 1%;
  }
  .dashboard-wrapper .inputs-wrapper__slot:nth-of-type(2n) {
    margin-right: 0;
  }
  .dashboard-wrapper .inputs-wrapper__slot:nth-of-type(3n) {
    margin-right: 1%;
  }
  .dashboard-wrapper .inputs-wrapper__slot label {
    font-size: 14px;
  }
  .dashboard-wrapper .inputs-wrapper__slot input,
  .dashboard-wrapper .inputs-wrapper__slot select {
    padding: 0 16px;
    margin: 6px 0 16px 0;
  }
  .dashboard-wrapper .inputs-wrapper__slot input[type=file] {
    margin-top: 13px;
    font-size: 16px;
    padding: 0;
  }
  .dashboard-wrapper .inputs-wrapper__slot .label-logo {
    margin-top: -40px;
  }
  .dashboard-wrapper .inputs-wrapper__slot .your-logo {
    max-width: 80vw;
  }
}
@media (max-width: 760px) {
  .dashboard-wrapper .inputs-wrapper {
    padding: 16px;
  }
  .dashboard-wrapper .inputs-wrapper__slot {
    width: 100%;
    margin-right: 0;
  }
  .dashboard-wrapper .inputs-wrapper__slot:nth-of-type(2n) {
    margin-right: 0;
  }
  .dashboard-wrapper .inputs-wrapper__slot:nth-of-type(3n) {
    margin-right: 0;
  }
  .dashboard-wrapper .inputs-wrapper__slot input[type=file] {
    font-size: 14px;
  }
  .dashboard-wrapper .inputs-wrapper__slot .your-logo {
    max-width: 100%;
  }
  .dashboard-wrapper .inputs-wrapper__slot.newsletter input {
    width: 100%;
  }
}
.dashboard-wrapper .title p span {
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  text-transform: inherit;
  color: #e6007e;
}

.dashboard-wrapper .title-sub {
  min-height: 40px;
}

.dashboard-wrapper .title-sub p span {
  display: block;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  margin: 0;
  text-transform: uppercase;
}

.dashboard-wrapper .title-benefits-box {
  border-top: 20px solid #f2f3f7;
}
.dashboard-wrapper .dashboard-program {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.dashboard-wrapper .dashboard-program img {
  width: 100%;
  max-width: 700px;
}
.dashboard-wrapper .dashboard-program h2 {
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  margin: 14px 0 18px 0;
  color: #34224f;
  text-transform: uppercase;
}
.dashboard-wrapper .dashboard-program p {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #212321;
  margin: 16px 0 8px 0;
}
.dashboard-wrapper .dashboard-program p span {
  color: #f26521;
}
.dashboard-wrapper .progress-wrapper {
  padding-bottom: 37px;
}
.dashboard-wrapper .progress-wrapper .progress-box {
  padding: 4px;
  border: 1px solid #8c8c8c;
  box-sizing: border-box;
  width: 505px;
  height: 36px;
  margin: 0 auto;
}
.dashboard-wrapper .progress-wrapper .progress-box .progress {
  border-radius: 0;
  --bs-progress-bg: #f4f4f4;
  height: 26px;
}
.dashboard-wrapper .progress-wrapper .progress-box .progress .progress-bar {
  background-color: #34224f;
}
.dashboard-wrapper .program-benefits-box {
  display: flex;
  flex-direction: row;
  padding: 50px 78px;
}
.dashboard-wrapper .program-benefits-box__left {
  display: flex;
  flex-direction: column;
  width: 35%;
  margin-right: 5%;
}
.dashboard-wrapper .program-benefits-box__left .benefit-row-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: #f2f3f7;
  border: 1px solid #dfdfdf;
  margin: 0 0 10px 0;
  padding: 0 27px;
  min-height: 50px;
}
.dashboard-wrapper .program-benefits-box__left .benefit-row-box:last-of-type {
  margin-bottom: 0;
}
.dashboard-wrapper .program-benefits-box__left .benefit-row-box__left {
  width: 80%;
}
.dashboard-wrapper .program-benefits-box__left .benefit-row-box__left p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #374957;
  margin: 0;
}
.dashboard-wrapper .program-benefits-box__left .benefit-row-box__left p.desc {
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  color: #8c8c8c;
  margin: 0;
}
.dashboard-wrapper .program-benefits-box__left .benefit-row-box__right p {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  color: #54bf00;
  margin: 0;
  white-space: pre;
  text-align: left;
  padding-left: 24px;
}
.dashboard-wrapper .program-benefits-box__right {
  display: flex;
  flex-direction: column;
  width: 60%;
  padding: 15px 60px;
  background-color: #f2f3f7;
  border: 1px solid #dfdfdf;
}
.dashboard-wrapper .program-benefits-box__right p {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  color: #374957;
  margin: 0 0 24px 0;
}
.dashboard-wrapper .program-benefits-box__right img {
  width: 100%;
  height: auto;
  margin: 0 0 10px 0;
}
.dashboard-wrapper .program-benefits-box__right .download-leaflet-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 181px;
  height: 35px;
  border: 1px solid #e6007e;
  background-color: #ffffff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #e6007e;
  text-decoration: none;
  margin: 0 auto;
}
.dashboard-wrapper .program-benefits-box__right .download-leaflet-btn:hover {
  border: 1px solid #e6007e;
  color: #ffffff;
  background-color: #e6007e;
}

@media (max-width: 992px) {
  .dashboard-wrapper .dashboard-program h2 {
    font-size: 25px;
    margin: 10px 0 10px 0;
  }
  .dashboard-wrapper img {
    max-width: 80% !important;
    height: auto;
  }
  .dashboard-wrapper .progress-wrapper {
    margin: 0 auto 24px;
  }
  .dashboard-wrapper .progress-wrapper .progress-box {
    width: 90%;
  }
  .dashboard-wrapper .program-benefits-box {
    flex-direction: column;
    padding: 16px;
  }
  .dashboard-wrapper .program-benefits-box__left {
    width: 100%;
    margin-right: 0;
  }
  .dashboard-wrapper .program-benefits-box__left .benefit-row-box__right p {
    font-size: 14px;
  }
  .dashboard-wrapper .program-benefits-box__right {
    padding: 16px;
    margin-top: 24px;
    width: 100%;
  }
  .dashboard-wrapper .program-benefits-box__right p {
    font-size: 14px;
    margin: 0 0 16px 0;
  }
  .dashboard-wrapper .program-benefits-box__right .download-leaflet-btn {
    font-size: 14px;
  }
  .dashboard-wrapper .program-benefits-box__right img {
    margin: 4px auto 24px;
  }
}
.dashboard-orders {
  display: flex;
  flex-direction: column;
  padding: 25px 40px;
}
.dashboard-orders__month p {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  color: #212321;
  margin: 0 0 11px 0;
}
.dashboard-orders__slot {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  border: 1px solid #dfdfdf;
  padding: 25px;
  margin-bottom: 25px;
}
.dashboard-orders__slot--left {
  margin-right: 45px;
}
.dashboard-orders__slot--left img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 128px;
  width: auto;
  text-align: center;
  padding: 10px;
}
.dashboard-orders__slot--middle {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-right: 45px;
}
.dashboard-orders__slot--middle p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #212321;
  margin: 0 0 8px 0;
}
.dashboard-orders__slot--middle p.product-title {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 11px 0;
}
.dashboard-orders__slot--middle .product-code {
  display: inline-flex;
  margin: 0 0 6px 0;
}
.dashboard-orders__slot--right {
  margin-left: 40px;
}
.dashboard-orders__slot--right p {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  color: #212321;
  margin: 0 0 10px 0;
}
.dashboard-orders__slot--right p.status {
  font-weight: 700;
}
.dashboard-orders__slot--right p span {
  display: inline-flex;
}
.dashboard-orders__slot--right p span.green {
  font-weight: 700;
  color: #54bf00;
}
.dashboard-orders__slot--right p span.color-main {
  font-weight: 700;
  color: #e6007e;
}
.dashboard-orders__slot--right .dashboard-product-details-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 35px;
  border: 1px solid #374957;
  background-color: #ffffff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #374957;
  text-decoration: none;
  margin: 0 auto;
}
.dashboard-orders__slot--right .dashboard-product-details-btn:hover {
  border: 1px solid #e6007e;
  color: #ffffff;
  background-color: #e6007e;
}

@media (max-width: 992px) {
  .dashboard-orders {
    padding: 16px;
  }
  .dashboard-orders__slot {
    flex-direction: column;
    border: 1px solid #dfdfdf;
    padding: 16px;
    margin-bottom: 24px;
  }
  .dashboard-orders__slot--left {
    margin-right: 0;
  }
  .dashboard-orders__slot--middle {
    margin-right: 0;
  }
  .dashboard-orders__slot--right {
    margin-left: 16px;
  }
  .dashboard-orders__slot--right p {
    font-size: 15px;
  }
  .dashboard-orders__slot--right .dashboard-product-details-btn {
    width: 100%;
    font-size: 14px;
  }
}
.dashboard-table {
  padding: 20px 40px;
}
.dashboard-table table {
  width: 100%;
}
.dashboard-table table tr {
  border: 1px solid #dfdfdf;
  background-color: #ffffff;
  height: 50px;
}
.dashboard-table table tr:first-of-type {
  border: 1px solid #f2f3f7;
  background-color: #f2f3f7;
}
.dashboard-table table tr.spacer15 {
  height: 15px;
  border: 0;
}
.dashboard-table table tr.spacer10 {
  height: 10px;
  border: 0;
}
.dashboard-table table tr th {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  color: #212321;
  margin: 0;
  height: 50px;
  min-width: 100px;
  padding: 0 25px;
}
.dashboard-table table tr td {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  height: 50px;
  min-width: 100px;
  padding: 0 25px;
}
.dashboard-table table tr td a {
  text-decoration: none;
  color: #212321;
}
.dashboard-table table tr td a.offert-td-col {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.dashboard-table table tr td a img {
  margin: 0 auto;
}
.dashboard-table table tr td a:hover {
  color: #e6007e;
}
.dashboard-table table tr td a:hover img {
  filter: invert(13%) sepia(96%) saturate(7041%) hue-rotate(319deg) brightness(89%) contrast(110%);
}
.dashboard-table table tr td.download-icon {
  white-space: inherit;
}
.dashboard-table table tr td.status {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin: 0;
  color: #212321;
}
.dashboard-table table tr td.status.green {
  color: #54bf00;
}
.dashboard-table table tr td.status.orange {
  color: #f26521;
}
.dashboard-table table tr td.status.red {
  color: #fd0000;
}
.dashboard-table table tr td.delivery-number {
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin: 0;
  color: #e6007e;
  text-decoration: none;
}

@media (max-width: 1200px) {
  .dashboard-table {
    padding: 16px;
    overflow-x: scroll;
  }
  .dashboard-table table tr th,
  .dashboard-table table tr td:not(:has(.info-desc)) {
    white-space: pre;
    font-size: 14px;
  }
}
@media (max-width: 760px) {
  .dashboard-table {
    position: relative;
    padding-bottom: 28px;
    background-color: #ffffff;
  }
  .dashboard-table::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;
  }
  .dashboard-table::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;
  }
}
.dashboard-delivery-addresses {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 25px 40px;
}
.dashboard-delivery-addresses__slot {
  display: flex;
  flex-direction: column;
  margin: 0 20px 20px 0;
  border: 1px solid #dfdfdf;
  background-color: #ffffff;
  min-width: 270px;
  width: calc(25% - 20px);
  margin-right: 20px;
  min-height: 272px;
}
.dashboard-delivery-addresses__slot:nth-of-type(4n) {
  margin-right: 0;
}
.dashboard-delivery-addresses__slot .delivery-box-content {
  padding: 25px 25px 10px 25px;
}
.dashboard-delivery-addresses__slot .delivery-box-content h4 {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  color: #212321;
  margin: 0 0 7px 0;
}
.dashboard-delivery-addresses__slot .delivery-box-content p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #212321;
  margin: 0 0 5px 0;
}
.dashboard-delivery-addresses__slot .delivery-box-content .default-address {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #212321;
  margin: 10px 0 0 0;
  height: 20px;
}
.dashboard-delivery-addresses__slot .delivery-box-content .default-address img {
  margin-right: 14px;
}
.dashboard-delivery-addresses__slot .delivery-box-content.add-address {
  cursor: pointer;
  padding: 0;
  height: 100%;
}
.dashboard-delivery-addresses__slot .delivery-box-content.add-address .add-address-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  height: 100%;
}
.dashboard-delivery-addresses__slot .delivery-box-content.add-address .add-address-box:hover img {
  filter: invert(0) brightness(-2222%);
}
.dashboard-delivery-addresses__slot .delivery-box-content.add-address .add-address-box:hover span {
  color: #212321;
}
.dashboard-delivery-addresses__slot .delivery-box-content.add-address .add-address-box img {
  margin-bottom: 12px;
}
.dashboard-delivery-addresses__slot .delivery-box-content.add-address .add-address-box span {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #e6007e;
  margin: 0;
}
.dashboard-delivery-addresses__slot .delivery-box-bottom {
  border-top: 1px solid #dfdfdf;
}
.dashboard-delivery-addresses__slot .delivery-box-bottom .bottom-icons {
  padding: 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
.dashboard-delivery-addresses__slot .delivery-box-bottom .bottom-icons .edit {
  -o-object-fit: contain;
     object-fit: contain;
  text-decoration: none;
}
.dashboard-delivery-addresses__slot .delivery-box-bottom .bottom-icons .edit:hover img {
  filter: invert(13%) sepia(96%) saturate(7041%) hue-rotate(319deg) brightness(89%) contrast(110%);
}
.dashboard-delivery-addresses__slot .delivery-box-bottom .bottom-icons .delete {
  margin-left: 15px;
  -o-object-fit: contain;
     object-fit: contain;
  text-decoration: none;
  margin-right: 11px;
}
.dashboard-delivery-addresses__slot .delivery-box-bottom .bottom-icons .delete:hover img {
  filter: invert(13%) sepia(96%) saturate(7041%) hue-rotate(319deg) brightness(89%) contrast(110%);
}

@media (max-width: 1640px) {
  .dashboard-delivery-addresses__slot {
    display: flex;
    flex-direction: column;
    margin: 0 20px 20px 0;
    border: 1px solid #dfdfdf;
    background-color: #ffffff;
    min-width: 270px;
    width: calc(25% - 20px);
    margin-right: 20px;
    min-height: 272px;
  }
  .dashboard-delivery-addresses__slot:nth-of-type(4n) {
    margin-right: 20px;
  }
  .dashboard-delivery-addresses__slot:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media (max-width: 1348px) {
  .dashboard-delivery-addresses__slot {
    width: calc(50% - 20px);
  }
  .dashboard-delivery-addresses__slot:nth-of-type(4n) {
    margin-right: 0;
  }
  .dashboard-delivery-addresses__slot:nth-of-type(3n) {
    margin-right: 20px;
  }
  .dashboard-delivery-addresses__slot:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media (max-width: 860px) {
  .dashboard-delivery-addresses {
    padding: 16px;
  }
  .dashboard-delivery-addresses__slot {
    width: 100%;
    margin-right: 0;
  }
  .dashboard-delivery-addresses__slot:nth-of-type(4n) {
    margin-right: 0;
  }
  .dashboard-delivery-addresses__slot:nth-of-type(3n) {
    margin-right: 0;
  }
  .dashboard-delivery-addresses__slot:nth-of-type(2n) {
    margin-right: 0;
  }
}
.dashboard-visualizations {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 25px 40px;
}
.dashboard-visualizations__slot {
  display: flex;
  flex-direction: column;
  margin: 0 20px 20px 0;
  border: 1px solid #dfdfdf;
  background-color: #ffffff;
  min-width: 270px;
  width: calc(25% - 20px);
  margin-right: 20px;
  min-height: 302px;
}
.dashboard-visualizations__slot:nth-of-type(4n) {
  margin-right: 0;
}
.dashboard-visualizations__slot .product-img {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #dfdfdf;
  padding: 10px;
}
.dashboard-visualizations__slot .product-content {
  display: flex;
  flex-direction: column;
  padding: 15px 25px;
}
.dashboard-visualizations__slot .product-content__top {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.dashboard-visualizations__slot .product-content__top p {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  color: #212321;
  margin: 0;
  width: 90%;
}
.dashboard-visualizations__slot .product-content__top a {
  text-decoration: none;
}
.dashboard-visualizations__slot .product-content__top a:hover img {
  filter: invert(13%) sepia(96%) saturate(7041%) hue-rotate(319deg) brightness(89%) contrast(110%);
}
.dashboard-visualizations__slot .product-content__bottom {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.dashboard-visualizations__slot .product-content__bottom p {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  color: #212321;
  margin: 0;
}

@media (max-width: 1640px) {
  .dashboard-visualizations__slot {
    display: flex;
    flex-direction: column;
    margin: 0 20px 20px 0;
    border: 1px solid #dfdfdf;
    background-color: #ffffff;
    min-width: 270px;
    width: calc(25% - 20px);
    margin-right: 20px;
    min-height: 272px;
  }
  .dashboard-visualizations__slot:nth-of-type(4n) {
    margin-right: 20px;
  }
  .dashboard-visualizations__slot:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media (max-width: 1348px) {
  .dashboard-visualizations__slot {
    width: calc(50% - 20px);
  }
  .dashboard-visualizations__slot:nth-of-type(4n) {
    margin-right: 0;
  }
  .dashboard-visualizations__slot:nth-of-type(3n) {
    margin-right: 20px;
  }
  .dashboard-visualizations__slot:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media (max-width: 860px) {
  .dashboard-visualizations {
    padding: 16px;
  }
  .dashboard-visualizations__slot {
    width: 100%;
    margin-right: 0;
  }
  .dashboard-visualizations__slot:nth-of-type(4n) {
    margin-right: 0;
  }
  .dashboard-visualizations__slot:nth-of-type(3n) {
    margin-right: 0;
  }
  .dashboard-visualizations__slot:nth-of-type(2n) {
    margin-right: 0;
  }
}
.dashboard-logos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 25px 40px;
}
.dashboard-logos__slot {
  display: flex;
  flex-direction: column;
  margin: 0 20px 20px 0;
  border: 1px solid #dfdfdf;
  background-color: #ffffff;
  min-width: 270px;
  width: calc(25% - 20px);
  margin-right: 20px;
  min-height: 270px;
}
.dashboard-logos__slot:nth-of-type(4n) {
  margin-right: 0;
}
.dashboard-logos__slot .add-file-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.dashboard-logos__slot .add-file-box label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.dashboard-logos__slot .add-file-box label img {
  margin: 0 0 14px 0;
}
.dashboard-logos__slot .add-file-box label p {
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #212321;
  margin: 0;
}
.dashboard-logos__slot .add-file-box label p span {
  color: #e6007e;
}
.dashboard-logos__slot .add-file-box label input[type=file] {
  font-size: 10px;
  margin: 14px 0 0 24px;
}
.dashboard-logos__slot .product-img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #dfdfdf;
  height: 100%;
}
.dashboard-logos__slot .product-img img {
  width: auto;
  padding: 15px;
  max-height: 160px;
}
.dashboard-logos__slot .product-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 10px 25px;
}
.dashboard-logos__slot .product-content p {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  color: #212321;
  margin: 0;
}
.dashboard-logos__slot .product-content .product-icons {
  display: inline-flex;
}
.dashboard-logos__slot .product-content .product-icons .download {
  text-decoration: unset;
  min-width: 23px;
}
.dashboard-logos__slot .product-content .product-icons .download:hover img {
  filter: invert(13%) sepia(96%) saturate(7041%) hue-rotate(319deg) brightness(89%) contrast(110%);
}
.dashboard-logos__slot .product-content .product-icons .delete {
  margin-left: 14px;
  text-decoration: unset;
  min-width: 17px;
}
.dashboard-logos__slot .product-content .product-icons .delete:hover img {
  filter: invert(13%) sepia(96%) saturate(7041%) hue-rotate(319deg) brightness(89%) contrast(110%);
}

@media (max-width: 1640px) {
  .dashboard-logos__slot {
    display: flex;
    flex-direction: column;
    margin: 0 20px 20px 0;
    border: 1px solid #dfdfdf;
    background-color: #ffffff;
    min-width: 270px;
    width: calc(25% - 20px);
    margin-right: 20px;
    min-height: 272px;
  }
  .dashboard-logos__slot:nth-of-type(4n) {
    margin-right: 20px;
  }
  .dashboard-logos__slot:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media (max-width: 1348px) {
  .dashboard-logos__slot {
    width: calc(50% - 20px);
  }
  .dashboard-logos__slot:nth-of-type(4n) {
    margin-right: 0;
  }
  .dashboard-logos__slot:nth-of-type(3n) {
    margin-right: 20px;
  }
  .dashboard-logos__slot:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media (max-width: 860px) {
  .dashboard-logos {
    padding: 16px;
  }
  .dashboard-logos__slot {
    width: 100%;
    margin-right: 0;
  }
  .dashboard-logos__slot:nth-of-type(4n) {
    margin-right: 0;
  }
  .dashboard-logos__slot:nth-of-type(3n) {
    margin-right: 0;
  }
  .dashboard-logos__slot:nth-of-type(2n) {
    margin-right: 0;
  }
}
.dashboard-table td a {
  display: flex;
}

.dashboard-calculations table tr td,
.dashboard-negotiations table tr td {
  padding-top: 15px;
  padding-bottom: 15px;
}
.dashboard-calculations table tr td input.input-price,
.dashboard-negotiations table tr td input.input-price {
  display: flex;
  justify-content: center;
  width: 80px;
  height: 36px;
  margin: 0 auto;
  padding: 0 8px;
}
.dashboard-calculations table tr td .negotiation-prices p,
.dashboard-negotiations table tr td .negotiation-prices p {
  margin: 0 0 5px 0;
}
.dashboard-calculations table tr td .negotiation-prices strong.green,
.dashboard-negotiations table tr td .negotiation-prices strong.green {
  color: #00d13a;
}
.dashboard-calculations table tr td .validity,
.dashboard-negotiations table tr td .validity {
  display: flex;
  flex-direction: column;
  gap: 4px;
  height: auto;
  margin-top: 8px;
}
.dashboard-calculations table tr td .validity span,
.dashboard-negotiations table tr td .validity span {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1;
}
.dashboard-calculations table tr td .calc-dates .date-top,
.dashboard-calculations table tr td .calc-dates .date-bottom,
.dashboard-negotiations table tr td .calc-dates .date-top,
.dashboard-negotiations table tr td .calc-dates .date-bottom {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 80px;
}
.dashboard-calculations table tr td .calc-dates .date-top span,
.dashboard-calculations table tr td .calc-dates .date-bottom span,
.dashboard-negotiations table tr td .calc-dates .date-top span,
.dashboard-negotiations table tr td .calc-dates .date-bottom span {
  font-size: 14px;
  line-height: 140%;
  color: #212321;
  white-space: pre;
}
.dashboard-calculations table tr td .calc-dates .date-top strong,
.dashboard-calculations table tr td .calc-dates .date-bottom strong,
.dashboard-negotiations table tr td .calc-dates .date-top strong,
.dashboard-negotiations table tr td .calc-dates .date-bottom strong {
  font-size: 14px;
  line-height: 140%;
  color: #212321;
  white-space: pre;
}
.dashboard-calculations table tr td .calc-dates .date-top strong.pink,
.dashboard-calculations table tr td .calc-dates .date-bottom strong.pink,
.dashboard-negotiations table tr td .calc-dates .date-top strong.pink,
.dashboard-negotiations table tr td .calc-dates .date-bottom strong.pink {
  color: #e6007e;
}
.dashboard-calculations table tr td .calc-dates .date-bottom,
.dashboard-negotiations table tr td .calc-dates .date-bottom {
  justify-content: flex-end;
}
.dashboard-calculations table tr td span.pink,
.dashboard-negotiations table tr td span.pink {
  color: #e6007e;
}
.dashboard-calculations table tr td .info-desc,
.dashboard-negotiations table tr td .info-desc {
  max-width: 310px;
}
.dashboard-calculations table tr td .info-desc strong,
.dashboard-calculations table tr td .info-desc p,
.dashboard-negotiations table tr td .info-desc strong,
.dashboard-negotiations table tr td .info-desc p {
  display: inline-flex;
  margin: 0 0 11px 0;
  width: 100%;
}
.dashboard-calculations table tr td .info-desc p:has(img, svg),
.dashboard-negotiations table tr td .info-desc p:has(img, svg) {
  align-items: center;
  gap: 5px;
}
.dashboard-calculations table tr td .info-desc p:has(img, svg) small,
.dashboard-negotiations table tr td .info-desc p:has(img, svg) small {
  font-size: 9px;
}
.dashboard-calculations table tr td .info-desc img,
.dashboard-calculations table tr td .info-desc svg,
.dashboard-negotiations table tr td .info-desc img,
.dashboard-negotiations table tr td .info-desc svg {
  display: inline-flex;
  margin-right: 4px;
}
.dashboard-calculations table tr td .info-desc .desc,
.dashboard-negotiations table tr td .info-desc .desc {
  font-size: 9px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin: 5px 0 5px 0;
}

@media (max-width: 1200px) {
  .dashboard-calculations table tr th,
  .dashboard-calculations table tr td,
  .dashboard-negotiations table tr td {
    white-space: inherit;
    white-space: pre;
    width: 300px;
  }
  .dashboard-calculations table tr th:nth-of-type(2),
  .dashboard-calculations table tr td:nth-of-type(2),
  .dashboard-negotiations table tr td:nth-of-type(2) {
    white-space: inherit;
    min-width: 300px;
  }
}
.dashboard-pricelists table tr:first-of-type {
  background-color: #ffffff;
  border-color: #dfdfdf;
}
.dashboard-pricelists table tr td a {
  color: #212321;
}

.dashboard-img-boxes {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 25px 40px;
}
.dashboard-img-boxes__slot {
  display: flex;
  flex-direction: column;
  margin: 0 20px 20px 0;
  border: 1px solid #dfdfdf;
  background-color: #ffffff;
  min-width: 270px;
  width: calc(25% - 20px);
  margin-right: 20px;
  min-height: 270px;
}
.dashboard-img-boxes__slot:nth-of-type(4n) {
  margin-right: 0;
}
.dashboard-img-boxes__slot .product-img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #dfdfdf;
  height: 100%;
}
.dashboard-img-boxes__slot .product-img img {
  width: 100%;
  padding: 15px;
  -o-object-fit: contain;
     object-fit: contain;
}
.dashboard-img-boxes__slot .product-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 10px 25px;
}
.dashboard-img-boxes__slot .product-content p {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  color: #212321;
  margin: 0;
}
.dashboard-img-boxes__slot .product-content .product-icons {
  display: inline-flex;
}
.dashboard-img-boxes__slot .product-content .product-icons .download {
  text-decoration: unset;
  min-width: 23px;
}
.dashboard-img-boxes__slot .product-content .product-icons .download:hover img {
  filter: invert(13%) sepia(96%) saturate(7041%) hue-rotate(319deg) brightness(89%) contrast(110%);
}
.dashboard-img-boxes__slot .product-content .product-icons .delete {
  margin-left: 14px;
  text-decoration: unset;
  min-width: 24px;
}
.dashboard-img-boxes__slot .product-content .product-icons .delete:hover img {
  filter: invert(13%) sepia(96%) saturate(7041%) hue-rotate(319deg) brightness(89%) contrast(110%);
}
.dashboard-img-boxes__slot .add-catalog {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  cursor: pointer;
}
.dashboard-img-boxes__slot .add-catalog-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.dashboard-img-boxes__slot .add-catalog-box:hover img {
  filter: invert(13%) sepia(96%) saturate(7041%) hue-rotate(319deg) brightness(89%) contrast(110%);
}
.dashboard-img-boxes__slot .add-catalog-box:hover span {
  color: #e6007e;
}
.dashboard-img-boxes__slot .add-catalog-box img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 18px;
  height: 18px;
}
.dashboard-img-boxes__slot .add-catalog-box span {
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #212321;
  margin: 12px 0 0 0;
}

@media (max-width: 1640px) {
  .dashboard-img-boxes__slot {
    display: flex;
    flex-direction: column;
    margin: 0 20px 20px 0;
    border: 1px solid #dfdfdf;
    background-color: #ffffff;
    min-width: 270px;
    width: calc(25% - 20px);
    margin-right: 20px;
    min-height: 272px;
  }
  .dashboard-img-boxes__slot:nth-of-type(4n) {
    margin-right: 20px;
  }
  .dashboard-img-boxes__slot:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media (max-width: 1348px) {
  .dashboard-img-boxes__slot {
    width: calc(50% - 20px);
  }
  .dashboard-img-boxes__slot:nth-of-type(4n) {
    margin-right: 0;
  }
  .dashboard-img-boxes__slot:nth-of-type(3n) {
    margin-right: 20px;
  }
  .dashboard-img-boxes__slot:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media (max-width: 860px) {
  .dashboard-img-boxes {
    padding: 16px;
  }
  .dashboard-img-boxes__slot {
    width: 100%;
    margin-right: 0;
  }
  .dashboard-img-boxes__slot:nth-of-type(4n) {
    margin-right: 0;
  }
  .dashboard-img-boxes__slot:nth-of-type(3n) {
    margin-right: 0;
  }
  .dashboard-img-boxes__slot:nth-of-type(2n) {
    margin-right: 0;
  }
}
.dashboard-text-img-content {
  display: flex;
  flex-direction: row;
  padding: 50px 75px;
}
.dashboard-text-img-content__text {
  display: flex;
  flex-direction: column;
  width: 50%;
  margin-top: 36px;
}
.dashboard-text-img-content__text p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #212321;
  margin: 0 0 24px 0;
}
.dashboard-text-img-content__text p a {
  color: #e6007e;
  text-decoration: none;
}
.dashboard-text-img-content__text p a:hover {
  text-decoration: underline;
}
.dashboard-text-img-content__text .downl-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  width: 210px;
  height: 35px;
  border: 1px solid #e6007e;
  background-color: #ffffff;
  color: #e6007e;
  text-decoration: none;
  margin: 0;
}
.dashboard-text-img-content__text .downl-btn:hover {
  background-color: #e6007e;
  color: #ffffff;
}
.dashboard-text-img-content__img {
  display: flex;
  flex-direction: column;
  width: 50%;
}
.dashboard-text-img-content__img img {
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: -20px;
  width: auto;
}

@media (max-width: 992px) {
  .dashboard-text-img-content {
    flex-direction: column;
    padding: 16px;
  }
  .dashboard-text-img-content__text {
    width: 100%;
  }
  .dashboard-text-img-content__text p {
    font-size: 14px;
    margin: 0 0 16px 0;
  }
  .dashboard-text-img-content__text .downl-btn {
    font-size: 14px;
  }
  .dashboard-text-img-content__img {
    width: 100%;
  }
  .dashboard-text-img-content__img img {
    margin: 32px auto 16px;
  }
}
.offertspage_container {
  background-color: #f2f3f7;
}
.offertspage_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: #34224f;
}
.offertspage_container .top-title-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
}
.offertspage_container .top-title-box__left {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: calc(80% - 30px);
  margin-right: 30px;
}
.offertspage_container .top-title-box__left h1 {
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  padding: 42px 0 50px 0;
  margin: 0;
  color: #34224f;
}
.offertspage_container .top-title-box__left .exclamation-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 394px;
  height: 75px;
  background-color: #ffffff;
  box-sizing: border-box;
  padding-right: 25px;
}
.offertspage_container .top-title-box__left .exclamation-box img {
  margin-right: 20px;
  margin-left: 25px;
}
.offertspage_container .top-title-box__left .exclamation-box span {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  color: #212321;
  margin: 0;
}
.offertspage_container .top-title-box__right {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  width: 20%;
}
.offertspage_container .top-title-box__right .help-box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  width: 109px;
  height: 32px;
  background-color: #ffffff;
}
.offertspage_container .top-title-box__right .help-box img {
  margin-right: 8px;
}
.offertspage_container .top-title-box__right .help-box span {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  color: #212321;
  margin: 0;
}
.offertspage_container .offertspage-table_box {
  width: 80%;
}
.offertspage_container .offertspage-table_box .offertspage-products-table {
  border-collapse: collapse;
  border: 1px solid #f2f3f7;
  width: calc(100% - 30px);
  margin-right: 30px;
}
.offertspage_container .offertspage-table_box .offertspage-products-table .add-qtys .colors-row {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}
.offertspage_container .offertspage-table_box .offertspage-products-table .add-qtys .colors-row .colors-box {
  width: 120px;
}
.offertspage_container .offertspage-table_box .offertspage-products-table .add-qtys .colors-btn {
  display: inline-flex;
  width: -moz-max-content;
  width: max-content;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.offertspage_container .offertspage-table_box .offertspage-products-table .add-qtys .colors-btn a {
  margin-top: 36px;
}
.offertspage_container .offertspage-table_box .offertspage-products-table .add-qtys span.code {
  float: left;
  text-align: left;
  width: 100%;
  font-size: 12px;
}
.offertspage_container .offertspage-table_box .offertspage-products-table .add-qtys .box {
  float: left;
  height: 35px;
  width: 35px;
  border: 1px solid #ebebeb;
}
.offertspage_container .offertspage-table_box .offertspage-products-table .add-qtys input {
  font-size: 12px;
  float: left;
  width: 55px;
  padding: 0 0 0 5px;
}
.offertspage_container .offertspage-table_box .offertspage-products-table .add-qtys .white-btn {
  width: 113px;
  height: 35px;
}
.offertspage_container .offertspage-table_box .offertspage-products-table tbody {
  background-color: #ffffff;
}
.offertspage_container .offertspage-table_box .offertspage-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;
}
.offertspage_container .offertspage-table_box .offertspage-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;
}
.offertspage_container .offertspage-table_box .offertspage-products-table tbody tr td #product-quantity {
  margin: 4px auto;
}
.offertspage_container .offertspage-table_box .offertspage-products-table tbody tr td .check-availability {
  font-size: 10px;
  color: #e6007e;
  text-decoration: none;
}
.offertspage_container .offertspage-table_box .offertspage-products-table tbody tr td .check-availability:hover {
  text-decoration: underline;
}
.offertspage_container .offertspage-table_box .offertspage-products-table tbody tr td.table-product-col {
  width: 25%;
}
.offertspage_container .offertspage-table_box .offertspage-products-table tbody tr td .table-product-box__top {
  margin-bottom: 16px;
}
.offertspage_container .offertspage-table_box .offertspage-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;
}
.offertspage_container .offertspage-table_box .offertspage-products-table tbody tr td .table-product-box__bottom {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.offertspage_container .offertspage-table_box .offertspage-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;
}
.offertspage_container .offertspage-table_box .offertspage-products-table tbody tr td .table-product-box__bottom--left img {
  -o-object-fit: contain;
     object-fit: contain;
}
.offertspage_container .offertspage-table_box .offertspage-products-table tbody tr td .table-product-box__bottom--right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.offertspage_container .offertspage-table_box .offertspage-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;
}
.offertspage_container .offertspage-table_box .offertspage-products-table tbody tr td .table-product-box__bottom--right p span {
  color: #212321;
}
.offertspage_container .offertspage-table_box .offertspage-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;
}
.offertspage_container .offertspage-table_box .bottom-offertspage-box-with-btn {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  margin-right: 30px;
}
.offertspage_container .offertspage-table_box .bottom-offertspage-box-with-btn .bottom-offertspage-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #ffffff;
  width: -moz-max-content;
  width: max-content;
  height: 74px;
  padding: 0 27px;
  box-sizing: border-box;
}
.offertspage_container .offertspage-table_box .bottom-offertspage-box-with-btn .bottom-offertspage-box .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;
}
.offertspage_container .offertspage-table_box .bottom-offertspage-box-with-btn .bottom-offertspage-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;
}
.offertspage_container .offertspage-table_box .bottom-offertspage-box-with-btn .bottom-offertspage-box--btn button {
  all: unset;
  box-sizing: border-box;
  background-color: #ffffff;
  border: 1px solid #e6007e;
  color: #e6007e;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  padding: 6px 20px;
  width: auto;
  height: 35px;
  cursor: pointer;
}
.offertspage_container .offertspage-table_box .bottom-offertspage-box-with-btn .bottom-offertspage-box--btn button:hover {
  background-color: #e6007e;
  color: #ffffff;
}
.offertspage_container .offertspage-table_box .bottom-offertspage-box-with-btn .bottom-offertspage-button .prev {
  color: #34224f;
  border-color: #34224f;
}
.offertspage_container .offertspage-table_box .bottom-offertspage-box-with-btn .bottom-offertspage-button .prev:hover {
  color: #ffffff;
  background-color: #34224f;
  border-color: #34224f;
}
.offertspage_container .offertspage-table_box .bottom-offertspage-box-with-btn .bottom-offertspage-button .next {
  margin: 19px 0 0 0;
}
.offertspage_container .offertspage-table_box .add-product-box {
  margin: 9px 0 250px 0;
}
.offertspage_container .offertspage-table_box .add-product-box button.add-product {
  all: unset;
  box-sizing: border-box;
  background-color: #ffffff;
  border: 1px solid #e6007e;
  color: #e6007e;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  padding: 6px 20px;
  width: auto;
  height: 35px;
  cursor: pointer;
}
.offertspage_container .offertspage-table_box .add-product-box button.add-product:hover {
  background-color: #e6007e;
  color: #ffffff;
}
.offertspage_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: #ffffff;
}
.offertspage_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;
}
.offertspage_container .sumary_box--title p {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  margin: 0;
  color: #212321;
  text-align: center;
}
.offertspage_container .sumary_box--netto {
  border-bottom: 1px solid #f2f3f7;
  width: 100%;
  padding: 26px 8px;
}
.offertspage_container .sumary_box--netto .netto-value {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 177.023%;
  margin: 0;
  color: #e6007e;
  text-align: center;
}
.offertspage_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;
}
.offertspage_container .sumary_box--brutto {
  width: 100%;
  padding: 26px 0;
}
.offertspage_container .sumary_box--brutto .brutto-value {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 177.023%;
  margin: 0;
  color: #212321;
  text-align: center;
}
.offertspage_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;
}
.offertspage_container .sumary_box--button {
  width: 100%;
  background-color: #f2f3f7;
}
.offertspage_container .sumary_box--button .next {
  width: 100%;
}
.offertspage_container .sumary_box--button .next:hover img {
  content: url("./../assets/icons/common/buttons/button_pink_arrow.svg");
}

@media (max-width: 1260px) {
  .offertspage_container.step_one {
    padding-bottom: 24px;
  }
  .offertspage_container h1 {
    font-size: 24px;
    padding: 24px 0 24px 0;
  }
  .offertspage_container .offertspage-table_full_box {
    position: relative;
    flex-direction: column !important;
  }
  .offertspage_container .offertspage-step-table-container {
    overflow-x: scroll;
  }
  .offertspage_container .offertspage-table_box {
    width: 100%;
  }
  .offertspage_container .offertspage-table_box .offertspage-products-table {
    width: 100%;
    margin-right: 0;
  }
  .offertspage_container .offertspage-table_box .offertspage-products-table tbody tr th {
    min-height: 40px;
    padding: 10px;
    font-size: 12px;
  }
  .offertspage_container .offertspage-table_box .offertspage-products-table tbody tr td {
    padding: 10px;
    font-size: 12px;
    min-width: 100px;
  }
  .offertspage_container .offertspage-table_box .offertspage-products-table tbody tr td.table-number-col {
    min-width: 40px;
  }
  .offertspage_container .offertspage-table_box .offertspage-products-table tbody tr td.table-product-col {
    width: 25%;
  }
  .offertspage_container .offertspage-table_box .offertspage-products-table tbody tr td .table-product-box__top p {
    font-size: 12px;
    line-height: 140%;
  }
  .offertspage_container .offertspage-table_box .offertspage-products-table tbody tr td .table-product-box__bottom--left {
    margin-right: 24px;
  }
  .offertspage_container .offertspage-table_box .offertspage-products-table tbody tr td .table-product-box__bottom--right {
    white-space: pre;
  }
  .offertspage_container .offertspage-table_box .offertspage-products-table tbody tr td input {
    padding: 0 0 0 12px;
    font-size: 12px;
    line-height: 140%;
  }
  .offertspage_container .offertspage-table_box .bottom-offertspage-box-with-btn {
    flex-direction: column;
    margin-right: 0;
  }
  .offertspage_container .offertspage-table_box .bottom-offertspage-box-with-btn .bottom-offertspage-box {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding-bottom: 24px;
    padding-top: 24px;
  }
  .offertspage_container .offertspage-table_box .bottom-offertspage-box-with-btn .bottom-offertspage-box .bottom-cart-box--text {
    display: inline;
    padding: 8px 0;
  }
  .offertspage_container .offertspage-table_box .bottom-offertspage-box-with-btn .bottom-offertspage-box .bottom-cart-box--text p {
    font-size: 14px;
    line-height: 140%;
    white-space: inherit;
  }
  .offertspage_container .offertspage-table_box .bottom-offertspage-box-with-btn .bottom-offertspage-box--input {
    padding: 0 0 16px 0;
  }
  .offertspage_container .offertspage-table_box .bottom-offertspage-box-with-btn .bottom-offertspage-box--input input {
    padding: 0 0 0 12px;
    font-size: 14px;
    line-height: 140%;
  }
  .offertspage_container .offertspage-table_box .bottom-offertspage-box-with-btn .bottom-offertspage-button {
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .offertspage_container .offertspage-table_box .bottom-offertspage-box-with-btn .bottom-offertspage-button .next {
    margin: 96px 0 0 0;
  }
  .offertspage_container .offertspage-table_box .bottom-offertspage-box-with-btn .bottom-offertspage-button.right-btn {
    left: unset;
    right: 0;
  }
  .offertspage_container .offertspage-table_box .add-product-box {
    margin: 0;
  }
  .offertspage_container .offertspage-table_box .add-product-box button.add-product {
    position: absolute;
    bottom: 76px;
    left: 0;
  }
  .offertspage_container .sumary_box {
    width: 100%;
    margin: 16px 0 120px 0;
  }
  .offertspage_container .sumary_box--title {
    height: 40px;
  }
  .offertspage_container .sumary_box--title p {
    font-size: 15px;
  }
  .offertspage_container .sumary_box--netto {
    padding: 16px 0;
  }
  .offertspage_container .sumary_box--netto .netto-value {
    font-size: 18px;
    line-height: 140%;
  }
  .offertspage_container .sumary_box--netto .netto-text {
    font-size: 13px;
    line-height: 140%;
  }
  .offertspage_container .sumary_box--brutto {
    padding: 16px 0;
  }
  .offertspage_container .sumary_box--brutto .brutto-value {
    font-size: 16px;
    line-height: 140%;
  }
  .offertspage_container .sumary_box--brutto .brutto-text {
    font-size: 13px;
    line-height: 140%;
  }
}
@media (max-width: 992px) {
  .offertspage_container .top-title-box {
    flex-direction: column;
  }
  .offertspage_container .top-title-box__left {
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    margin-right: 0;
  }
  .offertspage_container .top-title-box__left h1 {
    font-weight: 700;
    font-size: 24px;
    padding: 24px 0 24px 0;
  }
  .offertspage_container .top-title-box__right {
    justify-content: flex-start;
    width: 100%;
  }
  .offertspage_container .top-title-box__right .help-box {
    padding: 0 16px;
    margin: 16px 0;
  }
}
@media (max-width: 960px) {
  .offertspage_container .offertspage-step-table-container {
    position: relative;
    padding-bottom: 28px;
    background-color: #ffffff;
  }
  .offertspage_container .offertspage-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;
  }
  .offertspage_container .offertspage-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;
  }
}
.offertspage_container.step_two .offertspage-products-table tr td {
  padding: 0 !important;
}
.offertspage_container.step_two .offertspage-products-table tr td:first-of-type {
  width: 40px !important;
  min-width: 40px !important;
}
.offertspage_container.step_two .offertspage-products-table tr td .offertspage-branding-product-box {
  margin-bottom: 6px;
}
.offertspage_container.step_two .offertspage-products-table tr td .offertspage-branding-product-box__top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 24px 44px;
  border-bottom: 1px solid #f2f3f7;
}
.offertspage_container.step_two .offertspage-products-table tr td .offertspage-branding-product-box__top__left .title {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  color: #212321;
  margin: 0;
  text-align: left;
  text-decoration: none;
}
.offertspage_container.step_two .offertspage-products-table tr td .offertspage-branding-product-box__top__left .code,
.offertspage_container.step_two .offertspage-products-table tr td .offertspage-branding-product-box__top__left .qty {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 177.023%;
  margin: 0;
  color: #8a8a8a;
  text-align: left;
}
.offertspage_container.step_two .offertspage-products-table tr td .offertspage-branding-product-box__top__left .code span,
.offertspage_container.step_two .offertspage-products-table tr td .offertspage-branding-product-box__top__left .qty span {
  color: #212321;
}
.offertspage_container.step_two .offertspage-products-table tr td .offertspage-branding-product-box__top__right {
  display: flex;
}
.offertspage_container.step_two .offertspage-products-table tr td .offertspage-branding-product-box__top__right label {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 177.023%;
  margin: 0;
  color: #212321;
  padding-left: 0;
  padding-right: 50px;
}
.offertspage_container.step_two .offertspage-products-table tr td .offertspage-branding-product-box__top__right label .custom-checkbox-checkmark {
  top: -2px;
  left: unset;
  right: 0;
  width: 35px;
  height: 35px;
}
.offertspage_container.step_two .offertspage-products-table tr td .offertspage-branding-product-box__top__right label .custom-checkbox-checkmark::after {
  left: 12px;
  top: 6px;
  width: 9px;
  height: 18px;
}
.offertspage_container.step_two .offertspage-products-table tr td .offertspage-branding-product-box__middle {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  border-bottom: 1px solid #f2f3f7;
  padding: 15px 30px;
}
.offertspage_container.step_two .offertspage-products-table tr td .offertspage-branding-product-box__middle__img {
  margin-right: 40px;
}
.offertspage_container.step_two .offertspage-products-table tr td .offertspage-branding-product-box__middle__img img {
  -o-object-fit: contain;
     object-fit: contain;
}
.offertspage_container.step_two .offertspage-products-table tr td .offertspage-branding-product-box__middle__branding {
  width: 68%;
}
.offertspage_container.step_two .offertspage-products-table tr td .offertspage-branding-product-box__middle__branding .branding-radios-types {
  display: flex;
  flex-direction: row;
  height: 30px;
  margin-bottom: 16px;
}
.offertspage_container.step_two .offertspage-products-table tr td .offertspage-branding-product-box__middle__branding .branding-radios-types label {
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
  color: #212321;
}
.offertspage_container.step_two .offertspage-products-table tr td .offertspage-branding-product-box__middle__branding .branding-radios-types label:first-of-type {
  margin-right: 32px;
}
.offertspage_container.step_two .offertspage-products-table tr td .offertspage-branding-product-box__middle__branding .branding-radios-types .custom-radio-checkmark {
  top: 5px;
}
.offertspage_container.step_two .offertspage-products-table tr td .offertspage-branding-product-box__middle__branding .branding-select-types {
  display: flex;
  flex-direction: column;
}
.offertspage_container.step_two .offertspage-products-table tr td .offertspage-branding-product-box__middle__branding .branding-select-types.hide {
  display: none;
}
.offertspage_container.step_two .offertspage-products-table tr td .offertspage-branding-product-box__middle__branding .branding-select-types__row {
  display: flex;
  flex-direction: row;
}
.offertspage_container.step_two .offertspage-products-table tr td .offertspage-branding-product-box__middle__branding .branding-select-types__row:first-of-type .types-col p {
  margin-bottom: 6px;
}
.offertspage_container.step_two .offertspage-products-table tr td .offertspage-branding-product-box__middle__branding .branding-select-types__row .types-col {
  min-width: 180px;
}
.offertspage_container.step_two .offertspage-products-table tr td .offertspage-branding-product-box__middle__branding .branding-select-types__row .types-col.select {
  min-width: 220px;
  margin-right: 22px;
}
.offertspage_container.step_two .offertspage-products-table tr td .offertspage-branding-product-box__middle__branding .branding-select-types__row .types-col.select-name {
  min-width: 262px;
}
.offertspage_container.step_two .offertspage-products-table tr td .offertspage-branding-product-box__middle__branding .branding-select-types__row .types-col p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 177.023%;
  color: #8a8a8a;
  margin: 0;
  text-align: left;
  margin-bottom: 16px;
}
.offertspage_container.step_two .offertspage-products-table tr td .offertspage-branding-product-box__middle__branding .branding-select-types__row .types-col select {
  display: flex;
  align-items: center;
  width: 238px;
  height: 35px;
  box-sizing: border-box;
  background-color: #f2f3f7;
  padding: 0 17px;
  margin-bottom: 16px;
  text-align: left;
  border: 0;
  outline: 0;
  cursor: pointer;
}
.offertspage_container.step_two .offertspage-products-table tr td .offertspage-branding-product-box__middle__files .logo-list {
  font-size: 12px;
  text-decoration: none;
  color: #212321;
  cursor: pointer;
}
.offertspage_container.step_two .offertspage-products-table tr td .offertspage-branding-product-box__middle__files .title {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 177.023%;
  color: #212321;
  margin: 16px 0 7px 0;
  text-align: center;
}
.offertspage_container.step_two .offertspage-products-table tr td .offertspage-branding-product-box__middle__files .desc-info {
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #a4a4a4;
  margin: 0 0 10px 0;
  text-align: center;
}
.offertspage_container.step_two .offertspage-products-table tr td .offertspage-branding-product-box__middle__files .desc-info-logo {
  font-size: 8px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #a4a4a4;
  margin: 6px 0 4px 0;
  text-align: left;
}
.offertspage_container.step_two .offertspage-products-table tr td .offertspage-branding-product-box__middle__files .upload-files-box {
  background-color: #f2f3f7;
  border: 1px dashed #e6007e;
  padding: 7px 0 0 0;
  width: 242px;
  height: auto;
  cursor: pointer;
}
.offertspage_container.step_two .offertspage-products-table tr td .offertspage-branding-product-box__middle__files .upload-files-box p.file-save input {
  display: none;
}
.offertspage_container.step_two .offertspage-products-table tr td .offertspage-branding-product-box__middle__files .upload-files-box p.file-save label {
  margin: 10px 0 0 0;
  cursor: pointer;
}
.offertspage_container.step_two .offertspage-products-table tr td .offertspage-branding-product-box__middle__files .upload-files-box .custom-checkbox-checkmark {
  left: 16px;
}
.offertspage_container.step_two .offertspage-products-table tr td .offertspage-branding-product-box__middle__files .upload-files-box img {
  -o-object-fit: contain;
     object-fit: contain;
}
.offertspage_container.step_two .offertspage-products-table tr td .offertspage-branding-product-box__middle__files .upload-files-box p {
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  color: #333333;
}
.offertspage_container.step_two .offertspage-products-table tr td .offertspage-branding-product-box__middle__files .upload-files-box .file-block {
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 0 16px;
  width: 100%;
  background-color: unset;
}
.offertspage_container.step_two .offertspage-products-table tr td .offertspage-branding-product-box__middle__files .error-info {
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 4px 0 0 0;
  color: #ed1717;
  text-align: center;
}
.offertspage_container.step_two .offertspage-products-table tr td .offertspage-branding-product-box__bottom {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  padding: 10px 0;
}
.offertspage_container.step_two .offertspage-products-table tr td .offertspage-branding-product-box__bottom--col {
  display: flex;
  flex-direction: column;
}
.offertspage_container.step_two .offertspage-products-table tr td .offertspage-branding-product-box__bottom--col .title {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  color: #212321;
  margin: 0;
}
.offertspage_container.step_two .offertspage-products-table tr td .offertspage-branding-product-box__bottom--col .price {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 177.023%;
  color: #212321;
  margin: 0 0 6px 0;
}
.offertspage_container.step_two .offertspage-products-table tr td .offertspage-branding-product-box__bottom--col .price.orange {
  color: #e6007e;
}
.offertspage_container.step_two .offertspage-products-table tr td .offertspage-branding-product-box__bottom--col .price-info {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  color: #8a8a8a;
  margin: 0;
}
.offertspage_container.step_two .bottom-offertspage-box-with-btn {
  margin-bottom: 40px;
}

@media (max-width: 1640px) {
  .offertspage_container.step_two .offertspage-table_full_box {
    flex-direction: column !important;
  }
  .offertspage_container.step_two .offertspage-table_full_box .offertspage-table_box {
    width: 100%;
  }
  .offertspage_container.step_two .offertspage-table_full_box .sumary_box {
    margin-bottom: 40px;
  }
}
@media (max-width: 1260px) {
  .offertspage_container.step_two .offertspage-table_full_box .sumary_box {
    margin: 0 0 80px 0;
  }
  .offertspage_container.step_two .offertspage-table_full_box .offertspage-products-table tr td {
    padding: 0 !important;
  }
  .offertspage_container.step_two .offertspage-table_full_box .offertspage-products-table tr td:first-of-type {
    width: 35px;
    min-width: 35px;
  }
  .offertspage_container.step_two .offertspage-table_full_box .offertspage-products-table tr td .offertspage-branding-product-box {
    margin-bottom: 6px;
  }
  .offertspage_container.step_two .offertspage-table_full_box .offertspage-products-table tr td .offertspage-branding-product-box__top {
    padding: 16px;
  }
  .offertspage_container.step_two .offertspage-table_full_box .offertspage-products-table tr td .offertspage-branding-product-box__top__left .title {
    font-size: 16px;
  }
  .offertspage_container.step_two .offertspage-table_full_box .offertspage-products-table tr td .offertspage-branding-product-box__top__left .code,
  .offertspage_container.step_two .offertspage-table_full_box .offertspage-products-table tr td .offertspage-branding-product-box__top__left .qty {
    font-size: 11px;
  }
  .offertspage_container.step_two .offertspage-table_full_box .offertspage-products-table tr td .offertspage-branding-product-box__top__right label {
    font-size: 14px;
    line-height: 140%;
    padding-right: 30px;
  }
  .offertspage_container.step_two .offertspage-table_full_box .offertspage-products-table tr td .offertspage-branding-product-box__top__right label .custom-checkbox-checkmark {
    top: 0;
    width: 20px;
    height: 20px;
  }
  .offertspage_container.step_two .offertspage-table_full_box .offertspage-products-table tr td .offertspage-branding-product-box__top__right label .custom-checkbox-checkmark::after {
    left: 7px;
    top: 3px;
    width: 6px;
    height: 12px;
  }
  .offertspage_container.step_two .offertspage-table_full_box .offertspage-products-table tr td .offertspage-branding-product-box__middle {
    padding: 15px;
  }
  .offertspage_container.step_two .offertspage-table_full_box .offertspage-products-table tr td .offertspage-branding-product-box__middle__img {
    margin-right: 20px;
  }
  .offertspage_container.step_two .offertspage-table_full_box .offertspage-products-table tr td .offertspage-branding-product-box__middle__branding {
    width: 68%;
  }
  .offertspage_container.step_two .offertspage-table_full_box .offertspage-products-table tr td .offertspage-branding-product-box__middle__branding .branding-radios-types {
    height: 28px;
    margin-bottom: 10px;
  }
  .offertspage_container.step_two .offertspage-table_full_box .offertspage-products-table tr td .offertspage-branding-product-box__middle__branding .branding-radios-types label {
    font-size: 14px;
    line-height: 140%;
  }
  .offertspage_container.step_two .offertspage-table_full_box .offertspage-products-table tr td .offertspage-branding-product-box__middle__branding .branding-radios-types .custom-radio-checkmark {
    top: 1px;
  }
  .offertspage_container.step_two .offertspage-table_full_box .offertspage-products-table tr td .offertspage-branding-product-box__middle__branding .branding-select-types__row .types-col {
    min-width: 180px;
  }
  .offertspage_container.step_two .offertspage-table_full_box .offertspage-products-table tr td .offertspage-branding-product-box__middle__branding .branding-select-types__row .types-col.select {
    min-width: 220px;
    margin-right: 22px;
  }
  .offertspage_container.step_two .offertspage-table_full_box .offertspage-products-table tr td .offertspage-branding-product-box__middle__branding .branding-select-types__row .types-col.select-name {
    min-width: 262px;
  }
  .offertspage_container.step_two .offertspage-table_full_box .offertspage-products-table tr td .offertspage-branding-product-box__middle__branding .branding-select-types__row .types-col p {
    font-size: 14px;
    line-height: 140%;
  }
  .offertspage_container.step_two .offertspage-table_full_box .offertspage-products-table tr td .offertspage-branding-product-box__middle__branding .branding-select-types__row .types-col select {
    font-size: 14px;
    line-height: 140%;
  }
  .offertspage_container.step_two .offertspage-table_full_box .offertspage-products-table tr td .offertspage-branding-product-box__middle__files .title {
    font-size: 15px;
    line-height: 140%;
    margin: 10px 0 5px 0;
  }
  .offertspage_container.step_two .offertspage-table_full_box .offertspage-products-table tr td .offertspage-branding-product-box__middle__files .upload-files-box {
    background-color: #f2f3f7;
    border: 1px dashed #e6007e;
    padding: 7px 0 0 0;
    width: 200px;
    height: auto;
    cursor: pointer;
  }
  .offertspage_container.step_two .offertspage-table_full_box .offertspage-products-table tr td .offertspage-branding-product-box__middle__files .upload-files-box img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .offertspage_container.step_two .offertspage-table_full_box .offertspage-products-table tr td .offertspage-branding-product-box__middle__files .upload-files-box p {
    margin: 6px 0 0 0;
  }
  .offertspage_container.step_two .offertspage-table_full_box .offertspage-products-table tr td .offertspage-branding-product-box__middle__files .upload-files-box .file-block {
    margin: 10px 0 0 16px;
  }
  .offertspage_container.step_two .offertspage-table_full_box .offertspage-products-table tr td .offertspage-branding-product-box__bottom--col .title {
    font-size: 15px;
  }
  .offertspage_container.step_two .offertspage-table_full_box .offertspage-products-table tr td .offertspage-branding-product-box__bottom--col .price {
    font-size: 17px;
  }
  .offertspage_container.step_two .offertspage-table_full_box .offertspage-products-table tr td .offertspage-branding-product-box__bottom--col .price-info {
    line-height: 140%;
  }
}
.offertspage_container.step_three {
  background-color: #f2f3f7;
}
.offertspage_container.step_three h1 {
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  padding: 42px 0 50px 0;
  margin: 0;
  color: #34224f;
}
.offertspage_container.step_three .top-title-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
}
.offertspage_container.step_three .top-title-box__left {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: calc(80% - 30px);
  margin-right: 30px;
}
.offertspage_container.step_three .top-title-box__left h1 {
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  padding: 42px 0 50px 0;
  margin: 0;
  color: #34224f;
}
.offertspage_container.step_three .top-title-box__right {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  width: 20%;
}
.offertspage_container.step_three .top-title-box__right .help-box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  width: 109px;
  height: 32px;
  background-color: #ffffff;
}
.offertspage_container.step_three .top-title-box__right .help-box img {
  margin-right: 8px;
}
.offertspage_container.step_three .top-title-box__right .help-box span {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  color: #212321;
  margin: 0;
}
.offertspage_container.step_three .offertspage-table_box {
  width: 80%;
}
.offertspage_container.step_three .offertspage-table_box .offertspage-products-table {
  border-collapse: collapse;
  border: 1px solid #f2f3f7;
  width: calc(100% - 30px);
  margin-right: 30px;
}
.offertspage_container.step_three .offertspage-table_box .offertspage-products-table tbody {
  background-color: #ffffff;
}
.offertspage_container.step_three .offertspage-table_box .offertspage-products-table tbody tr.spacer15 {
  display: flex;
  width: 100%;
  height: 15px;
  background-color: #f2f3f7;
}
.offertspage_container.step_three .offertspage-table_box .offertspage-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;
}
.offertspage_container.step_three .offertspage-table_box .offertspage-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;
}
.offertspage_container.step_three .offertspage-table_box .offertspage-products-table tbody tr td .bottom-quantity-box-with-btn .bottom-quantity-box {
  display: flex;
  align-items: center;
  padding: 0 0 0 20px;
}
.offertspage_container.step_three .offertspage-table_box .offertspage-products-table tbody tr td .bottom-quantity-box-with-btn .bottom-quantity-box p {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  margin: 0;
  color: #212321;
}
.offertspage_container.step_three .offertspage-table_box .offertspage-products-table tbody tr td .bottom-quantity-box-with-btn .bottom-quantity-box input {
  margin: 0 15px;
}
.offertspage_container.step_three .offertspage-table_box .offertspage-products-table tbody tr td .bottom-quantity-box-with-btn .bottom-quantity-box button {
  all: unset;
  box-sizing: border-box;
  background-color: #ffffff;
  border: 1px solid #e6007e;
  color: #e6007e;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  padding: 6px 20px;
  width: auto;
  height: 35px;
  cursor: pointer;
}
.offertspage_container.step_three .offertspage-table_box .offertspage-products-table tbody tr td .bottom-quantity-box-with-btn .bottom-quantity-box button:hover {
  background-color: #e6007e;
  color: #ffffff;
}
.offertspage_container.step_three .offertspage-table_box .offertspage-products-table tbody tr td.green {
  color: #54bf00;
}
.offertspage_container.step_three .offertspage-table_box .offertspage-products-table tbody tr td.table-product-col {
  width: 25%;
}
.offertspage_container.step_three .offertspage-table_box .offertspage-products-table tbody tr td .table-product-box__top {
  margin-bottom: 16px;
}
.offertspage_container.step_three .offertspage-table_box .offertspage-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;
}
.offertspage_container.step_three .offertspage-table_box .offertspage-products-table tbody tr td .table-product-box__bottom {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.offertspage_container.step_three .offertspage-table_box .offertspage-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;
}
.offertspage_container.step_three .offertspage-table_box .offertspage-products-table tbody tr td .table-product-box__bottom--left img {
  -o-object-fit: contain;
     object-fit: contain;
}
.offertspage_container.step_three .offertspage-table_box .offertspage-products-table tbody tr td .table-product-box__bottom.mod {
  display: block;
}
.offertspage_container.step_three .offertspage-table_box .offertspage-products-table tbody tr td .table-product-box__bottom.mod .boxes {
  width: 100%;
  float: left;
  margin: 5px 0 0 0;
  text-align: left;
  font-size: 12px;
}
.offertspage_container.step_three .offertspage-table_box .offertspage-products-table tbody tr td .table-product-box__bottom.mod .boxes .box-detailed {
  width: 100%;
  float: left;
  margin: 5px 0 0 0;
  text-align: left;
  font-size: 12px;
}
.offertspage_container.step_three .offertspage-table_box .offertspage-products-table tbody tr td .table-product-box__bottom.mod .boxes .box-detailed .box {
  float: left;
  height: 20px;
  width: 20px;
  border: 1px solid #ebebeb;
}
.offertspage_container.step_three .offertspage-table_box .offertspage-products-table tbody tr td .table-product-box__bottom.mod .boxes .box-detailed .qty {
  float: left;
  padding-top: 2px;
  margin-left: 5px;
}
.offertspage_container.step_three .offertspage-table_box .offertspage-products-table tbody tr td .table-product-box__bottom--right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.offertspage_container.step_three .offertspage-table_box .offertspage-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;
}
.offertspage_container.step_three .offertspage-table_box .offertspage-products-table tbody tr td .table-product-box__bottom--right p span {
  color: #212321;
}
.offertspage_container.step_three .offertspage-table_box .offertspage-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;
}
.offertspage_container.step_three .offertspage-table_box .bottom-offertspage-box-with-btn {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: calc(100% + 15px);
  margin-bottom: 200px;
}
.offertspage_container.step_three .sumary_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 20%;
  height: -moz-max-content;
  height: max-content;
  background-color: #ffffff;
}
.offertspage_container.step_three .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;
}
.offertspage_container.step_three .sumary_box--title p {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  margin: 0;
  color: #212321;
  text-align: center;
}
.offertspage_container.step_three .sumary_box--netto {
  border-bottom: 1px solid #f2f3f7;
  width: 100%;
  padding: 26px 8px;
}
.offertspage_container.step_three .sumary_box--netto .netto-value {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 177.023%;
  margin: 0;
  color: #e6007e;
  text-align: center;
}
.offertspage_container.step_three .sumary_box--netto .netto-text {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin: 0;
  color: #8a8a8a;
  text-align: center;
}
.offertspage_container.step_three .sumary_box--brutto {
  border-bottom: 1px solid #f2f3f7;
  width: 100%;
  padding: 26px 0;
}
.offertspage_container.step_three .sumary_box--brutto .brutto-value {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 177.023%;
  margin: 0;
  color: #212321;
  text-align: center;
}
.offertspage_container.step_three .sumary_box--brutto .brutto-text {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin: 0;
  color: #8a8a8a;
  text-align: center;
}
.offertspage_container.step_three .sumary_box--profit {
  width: 100%;
  padding: 26px 0;
}
.offertspage_container.step_three .sumary_box--profit .profit-value {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 177.023%;
  margin: 0;
  color: #54bf00;
  text-align: center;
}
.offertspage_container.step_three .sumary_box--profit .profit-text {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin: 0;
  color: #8a8a8a;
  text-align: center;
}

@media (max-width: 1640px) {
  .offertspage_container.step_three .offertspage-table_full_box {
    position: relative !important;
    flex-direction: column !important;
  }
  .offertspage_container.step_three .offertspage-table_full_box .offertspage-table_box {
    width: 100% !important;
  }
  .offertspage_container.step_three .offertspage-table_full_box .sumary_box {
    margin-top: 23px !important;
    margin-bottom: 120px !important;
  }
  .offertspage_container.step_three .bottom-offertspage-box-with-btn {
    position: absolute;
    bottom: 24px;
    left: 0;
    margin-top: 24px !important;
    margin-bottom: 24px !important;
    width: 100% !important;
  }
}
@media (max-width: 1260px) {
  .offertspage_container.step_three h1 {
    font-size: 24px;
    padding: 24px 0 24px 0;
  }
  .offertspage_container.step_three .offertspage-table_full_box {
    position: relative;
    flex-direction: column !important;
  }
  .offertspage_container.step_three .offertspage-step-table-container {
    overflow-x: scroll;
  }
  .offertspage_container.step_three .offertspage-table_box {
    width: 100%;
  }
  .offertspage_container.step_three .offertspage-table_box .offertspage-products-table {
    width: 100%;
    margin-right: 0;
  }
  .offertspage_container.step_three .offertspage-table_box .offertspage-products-table tbody tr th {
    min-height: 40px;
    padding: 10px;
    font-size: 12px;
  }
  .offertspage_container.step_three .offertspage-table_box .offertspage-products-table tbody tr td {
    padding: 10px;
    font-size: 12px;
    min-width: 100px;
  }
  .offertspage_container.step_three .offertspage-table_box .offertspage-products-table tbody tr td.table-number-col {
    min-width: 40px;
  }
  .offertspage_container.step_three .offertspage-table_box .offertspage-products-table tbody tr td.table-product-col {
    width: 25%;
  }
  .offertspage_container.step_three .offertspage-table_box .offertspage-products-table tbody tr td .table-product-box__top p {
    font-size: 12px;
    line-height: 140%;
  }
  .offertspage_container.step_three .offertspage-table_box .offertspage-products-table tbody tr td .table-product-box__bottom--left {
    margin-right: 24px;
  }
  .offertspage_container.step_three .offertspage-table_box .offertspage-products-table tbody tr td .table-product-box__bottom--right {
    white-space: pre;
  }
  .offertspage_container.step_three .offertspage-table_box .offertspage-products-table tbody tr td input {
    padding: 0 0 0 12px;
    font-size: 12px;
    line-height: 140%;
  }
  .offertspage_container.step_three .bottom-offertspage-box {
    flex-direction: row !important;
  }
  .offertspage_container.step_three .bottom-offertspage-box p,
  .offertspage_container.step_three .bottom-offertspage-box button {
    font-size: 13px !important;
  }
  .offertspage_container.step_three .sumary_box {
    width: 100%;
    margin: 16px 0 120px 0;
  }
  .offertspage_container.step_three .sumary_box--title {
    height: 40px;
  }
  .offertspage_container.step_three .sumary_box--title p {
    font-size: 15px;
  }
  .offertspage_container.step_three .sumary_box--netto {
    padding: 16px 0;
  }
  .offertspage_container.step_three .sumary_box--netto .netto-value {
    font-size: 18px;
    line-height: 140%;
  }
  .offertspage_container.step_three .sumary_box--netto .netto-text {
    font-size: 13px;
    line-height: 140%;
  }
  .offertspage_container.step_three .sumary_box--brutto {
    padding: 16px 0;
  }
  .offertspage_container.step_three .sumary_box--brutto .brutto-value {
    font-size: 16px;
    line-height: 140%;
  }
  .offertspage_container.step_three .sumary_box--brutto .brutto-text {
    font-size: 13px;
    line-height: 140%;
  }
  .offertspage_container.step_three .sumary_box--profit {
    padding: 16px 0;
  }
  .offertspage_container.step_three .sumary_box--profit .profit-value {
    font-size: 16px;
    line-height: 140%;
  }
  .offertspage_container.step_three .sumary_box--profit .profit-text {
    font-size: 13px;
    line-height: 140%;
  }
}
@media (max-width: 992px) {
  .offertspage_container.step_three .top-title-box {
    flex-direction: column;
  }
  .offertspage_container.step_three .top-title-box__left {
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    margin-right: 0;
  }
  .offertspage_container.step_three .top-title-box__left h1 {
    font-weight: 700;
    font-size: 24px;
    padding: 24px 0;
  }
  .offertspage_container.step_three .top-title-box__right {
    justify-content: flex-start;
    width: 100%;
  }
  .offertspage_container.step_three .top-title-box__right .help-box {
    padding: 0 16px;
    margin: 16px 0;
  }
}
.offertspage_container.step_four {
  padding-bottom: 150px;
}
.offertspage_container.step_four .offertspage-set-prices .offertspage-step-table-container .offertspage-products-table {
  border-collapse: collapse;
  border: 1px solid #f2f3f7;
  width: 100%;
}
.offertspage_container.step_four .offertspage-set-prices .offertspage-step-table-container .offertspage-products-table tbody {
  background-color: #ffffff;
}
.offertspage_container.step_four .offertspage-set-prices .offertspage-step-table-container .offertspage-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;
}
.offertspage_container.step_four .offertspage-set-prices .offertspage-step-table-container .offertspage-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;
}
.offertspage_container.step_four .offertspage-set-prices .offertspage-step-table-container .offertspage-products-table tbody tr td:first-of-type {
  width: 50px !important;
  min-width: 50px !important;
}
.offertspage_container.step_four .offertspage-set-prices .offertspage-step-table-container .offertspage-products-table tbody tr td .table-product-box__top {
  margin-bottom: 16px;
}
.offertspage_container.step_four .offertspage-set-prices .offertspage-step-table-container .offertspage-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;
}
.offertspage_container.step_four .offertspage-set-prices .offertspage-step-table-container .offertspage-products-table tbody tr td .table-product-box__bottom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.offertspage_container.step_four .offertspage-set-prices .offertspage-step-table-container .offertspage-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;
}
.offertspage_container.step_four .offertspage-set-prices .offertspage-step-table-container .offertspage-products-table tbody tr td .table-product-box__bottom--left img {
  -o-object-fit: contain;
     object-fit: contain;
  margin: 25px 0 45px 0;
}
.offertspage_container.step_four .offertspage-set-prices .offertspage-step-table-container .offertspage-products-table tbody tr td .table-product-box__bottom--right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
}
.offertspage_container.step_four .offertspage-set-prices .offertspage-step-table-container .offertspage-products-table tbody tr td .table-product-box__bottom--right p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin: 0;
  color: #8a8a8a;
  white-space: pre;
}
.offertspage_container.step_four .offertspage-set-prices .offertspage-step-table-container .offertspage-products-table tbody tr td .table-product-box__bottom--right p span {
  color: #212321;
}
.offertspage_container.step_four .offertspage-set-prices .offertspage-step-table-container .offertspage-products-table tbody tr td .table-middle-box {
  display: flex;
  flex-direction: row;
}
.offertspage_container.step_four .offertspage-set-prices .offertspage-step-table-container .offertspage-products-table tbody tr td .table-middle-box .table-middle-buttons {
  display: flex;
  flex-direction: column;
  margin-right: 52px;
  margin-left: 20px;
  width: 400px;
}
.offertspage_container.step_four .offertspage-set-prices .offertspage-step-table-container .offertspage-products-table tbody tr td .table-middle-box .table-middle-buttons__slot {
  display: flex;
  flex-direction: column;
}
.offertspage_container.step_four .offertspage-set-prices .offertspage-step-table-container .offertspage-products-table tbody tr td .table-middle-box .table-middle-buttons__slot button {
  margin: 0;
  width: 100%;
  white-space: pre;
  height: 35px;
}
.offertspage_container.step_four .offertspage-set-prices .offertspage-step-table-container .offertspage-products-table tbody tr td .table-middle-box .table-middle-buttons__slot input,
.offertspage_container.step_four .offertspage-set-prices .offertspage-step-table-container .offertspage-products-table tbody tr td .table-middle-box .table-middle-buttons__slot textarea {
  margin: 12px 0;
  width: 100%;
  font-weight: 400;
}
.offertspage_container.step_four .offertspage-set-prices .offertspage-step-table-container .offertspage-products-table tbody tr td .table-middle-box .table-middle-checkboxes {
  align-items: flex-start;
  margin-right: 40px;
}
.offertspage_container.step_four .offertspage-set-prices .offertspage-step-table-container .offertspage-products-table tbody tr td .table-middle-box .table-middle-checkboxes .white-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  padding: 5px 10px;
  height: 35px;
  font-size: 14px;
  margin-bottom: 16px;
  margin-top: 0;
}
.offertspage_container.step_four .offertspage-set-prices .offertspage-step-table-container .offertspage-products-table tbody tr td .table-middle-box .table-middle-checkboxes__slot label {
  text-align: left;
  margin-left: 5px;
  font-size: 14px;
}
.offertspage_container.step_four .offertspage-set-prices .offertspage-step-table-container .offertspage-products-table tbody tr td .table-middle-box .table-middle-checkboxes__slot label .custom-checkbox-checkmark {
  width: 18px;
  height: 18px;
  top: 2px;
}
.offertspage_container.step_four .offertspage-set-prices .offertspage-step-table-container .offertspage-products-table tbody tr td .table-middle-box .table-middle-checkboxes__slot label .custom-checkbox-checkmark::after {
  left: 6px;
  top: 4px;
  width: 5px;
  height: 9px;
}
.offertspage_container.step_four .offertspage-set-prices .offertspage-step-table-container .offertspage-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: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 177.023%;
  color: #212321;
  text-align: left;
  margin: 0;
}
.offertspage_container.step_four .offertspage-set-prices .offertspage-step-table-container .offertspage-products-table tbody tr td .color-btn {
  margin: 0 10px;
  cursor: pointer;
}
.offertspage_container.step_four .offertspage-set-prices .offertspage-step-table-container .offertspage-products-table tbody tr td textarea {
  font-size: 14px;
  padding: 17px;
}
.offertspage_container.step_four .offertspage-set-prices .bottom-offertspage-box-with-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 24px;
}
.offertspage_container.step_four .offertspage-set-prices .bottom-offertspage-box-with-btn .prev {
  color: #34224f;
  border-color: #34224f;
}
.offertspage_container.step_four .offertspage-set-prices .bottom-offertspage-box-with-btn .prev:hover {
  color: #ffffff;
  background-color: #34224f;
  border-color: #34224f;
}
.offertspage_container.step_four .offertspage-set-prices .bottom-offertspage-box-with-btn .next:hover img {
  content: url(./../assets/icons/common/buttons/button_pink_arrow.svg);
}

@media (max-width: 1260px) {
  .offertspage_container.step_four h1 {
    font-weight: 700;
    font-size: 24px;
    padding: 24px 0;
  }
  .offertspage_container.step_four .offertspage-step-table-container {
    overflow-x: scroll;
  }
  .offertspage_container.step_four .offertspage-products-table {
    width: 100%;
    margin-right: 0;
  }
  .offertspage_container.step_four .offertspage-products-table tbody tr th {
    min-height: 40px;
    padding: 10px;
    font-size: 12px;
  }
  .offertspage_container.step_four .offertspage-products-table tbody tr td {
    padding: 10px;
    font-size: 12px;
    min-width: 100px;
  }
  .offertspage_container.step_four .offertspage-products-table tbody tr td.table-number-col {
    min-width: 40px;
  }
  .offertspage_container.step_four .offertspage-products-table tbody tr td.table-product-col {
    width: 25%;
  }
  .offertspage_container.step_four .offertspage-products-table tbody tr td .table-product-box__top p {
    font-size: 12px;
    line-height: 140%;
  }
  .offertspage_container.step_four .offertspage-products-table tbody tr td .table-product-box__bottom--left {
    margin-right: 24px;
  }
  .offertspage_container.step_four .offertspage-products-table tbody tr td .table-product-box__bottom--right {
    white-space: pre;
  }
  .offertspage_container.step_four .offertspage-products-table tbody tr td input {
    padding: 0 0 0 12px;
    font-size: 12px;
    line-height: 140%;
  }
  .offertspage_container.step_four .bottom-offertspage-box {
    flex-direction: row !important;
  }
  .offertspage_container.step_four .bottom-offertspage-box p,
  .offertspage_container.step_four .bottom-offertspage-box button {
    font-size: 13px !important;
  }
}
.offertspage_container.step_five {
  padding-bottom: 200px;
}
.offertspage_container.step_five .offertspage-offerts-details-container {
  display: flex;
  flex-direction: column;
}
.offertspage_container.step_five .offertspage-offerts-details-container .offerts-details__top {
  display: flex;
  flex-direction: row;
  width: 100%;
  background-color: #ffffff;
}
.offertspage_container.step_five .offertspage-offerts-details-container .offerts-details__top__col {
  display: flex;
  flex-direction: column;
  width: 34%;
  border-right: 13px solid #f2f3f7;
}
.offertspage_container.step_five .offertspage-offerts-details-container .offerts-details__top__col:last-of-type {
  border-right: 0;
}
.offertspage_container.step_five .offertspage-offerts-details-container .offerts-details__top__col .title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: 70px;
  border-bottom: 1px solid #f2f3f7;
}
.offertspage_container.step_five .offertspage-offerts-details-container .offerts-details__top__col .title p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  color: #212321;
  padding: 25px 27px;
  margin: 0;
}
.offertspage_container.step_five .offertspage-offerts-details-container .offerts-details__top__col .title p.desc {
  font-size: 12px;
  padding: 0 27px;
  margin-top: -25px;
  margin-bottom: 16px;
}
.offertspage_container.step_five .offertspage-offerts-details-container .offerts-details__top__col .title p.orange {
  color: #e6007e;
}
.offertspage_container.step_five .offertspage-offerts-details-container .offerts-details__top__col .centered-title {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 70px;
  border-bottom: 1px solid #f2f3f7;
}
.offertspage_container.step_five .offertspage-offerts-details-container .offerts-details__top__col .centered-title p {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  color: #212321;
  padding: 25px 27px;
  margin: 0;
}
.offertspage_container.step_five .offertspage-offerts-details-container .offerts-details__top__col .details-content {
  padding: 15px 30px;
}
.offertspage_container.step_five .offertspage-offerts-details-container .offerts-details__top__col .details-content label {
  font-size: 14px !important;
  color: #212321;
}
.offertspage_container.step_five .offertspage-offerts-details-container .offerts-details__top__col .details-content .form-check.form-switch {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px 0 0;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 16px;
}
.offertspage_container.step_five .offertspage-offerts-details-container .offerts-details__top__col .details-content .form-check.form-switch .form-check-label {
  display: inline-flex;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  order: 2;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  cursor: pointer;
}
@media (max-width: 900px) {
  .offertspage_container.step_five .offertspage-offerts-details-container .offerts-details__top__col .details-content .form-check.form-switch .form-check-label {
    font-size: 13px;
  }
}
.offertspage_container.step_five .offertspage-offerts-details-container .offerts-details__top__col .details-content .form-check.form-switch .form-check-input {
  display: inline-flex;
  order: 1;
  margin-right: 8px;
  width: 40px;
  height: 20px;
  margin-top: 0;
  margin-bottom: 0;
  cursor: pointer;
}
.offertspage_container.step_five .offertspage-offerts-details-container .offerts-details__top__col .details-content .form-check.form-switch .form-check-input:checked {
  background-color: #e6007e;
  border-color: #e6007e;
}
.offertspage_container.step_five .offertspage-offerts-details-container .offerts-details__top__col .details-content.border-bottom {
  border-bottom: 13px solid #f2f3f7 !important;
}
.offertspage_container.step_five .offertspage-offerts-details-container .offerts-details__top__col .details-content input,
.offertspage_container.step_five .offertspage-offerts-details-container .offerts-details__top__col .details-content select {
  height: 35px;
  width: 100%;
  padding: 0 16px;
  margin: 0 0 12px 0;
}
.offertspage_container.step_five .offertspage-offerts-details-container .offerts-details__top__col .details-content textarea {
  min-height: 190px;
  width: 100%;
  border: 0;
  margin: 0 0 12px 0;
  padding: 16px;
}
.offertspage_container.step_five .offertspage-offerts-details-container .offerts-details__top__col .details-content label {
  height: 35px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 177.023%;
}
.offertspage_container.step_five .offertspage-offerts-details-container .offerts-details__top__col .details-content label.custom-checkbox-container {
  margin-bottom: 6px;
}
.offertspage_container.step_five .offertspage-offerts-details-container .offerts-details__top__col .details-content label .custom-radio-checkmark {
  top: 2px;
}
.offertspage_container.step_five .offertspage-offerts-details-container .offerts-details__top__col .details-content label .custom-checkbox-checkmark {
  top: -2px;
}
.offertspage_container.step_five .offertspage-offerts-details-container .offerts-details__top__col .details-content .additional-info {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 177.023%;
}
.offertspage_container.step_five .offertspage-offerts-details-container .offerts-details__top__col .details-content .additional-info span {
  color: #e6007e;
}
.offertspage_container.step_five .offertspage-offerts-details-container .offerts-details__top__col .details-content .details-two-col {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 70px;
  margin-bottom: 44px;
}
.offertspage_container.step_five .offertspage-offerts-details-container .offerts-details__top__col .details-content .details-two-col__left {
  width: 45%;
  height: 35px;
}
.offertspage_container.step_five .offertspage-offerts-details-container .offerts-details__top__col .details-content .details-two-col__right {
  width: 45%;
  height: 35px;
}
.offertspage_container.step_five .offertspage-offerts-details-container .offerts-details__bottom {
  background-color: #ffffff;
  border-top: 13px solid #f2f3f7 !important;
}
.offertspage_container.step_five .offertspage-offerts-details-container .offerts-details__bottom .title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: 70px;
  border-bottom: 1px solid #f2f3f7;
}
.offertspage_container.step_five .offertspage-offerts-details-container .offerts-details__bottom .title p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  color: #212321;
  padding-left: 46px;
  margin: 0;
}
.offertspage_container.step_five .offertspage-offerts-details-container .offerts-details__bottom .title select {
  height: 35px;
  min-width: 108px;
  margin: 0 0 0 15px;
  padding: 0 15px;
}
.offertspage_container.step_five .offertspage-offerts-details-container .offerts-details__bottom .details-content {
  padding: 15px 30px;
}
.offertspage_container.step_five .offertspage-offerts-details-container .offerts-details__bottom .details-content textarea {
  width: 100%;
  margin-bottom: 8px;
  padding: 16px;
}
.offertspage_container.step_five .bottom-offertspage-box-with-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 24px;
}
.offertspage_container.step_five .bottom-offertspage-box-with-btn .prev {
  color: #34224f;
  border-color: #34224f;
}
.offertspage_container.step_five .bottom-offertspage-box-with-btn .prev:hover {
  color: #ffffff;
  background-color: #34224f;
  border-color: #34224f;
}
.offertspage_container.step_five .bottom-offertspage-box-with-btn .next:hover img {
  content: url(./../assets/icons/common/buttons/button_pink_arrow.svg);
}

@media (max-width: 1100px) {
  .offertspage_container.step_five {
    padding-bottom: 40px;
  }
  .offertspage_container.step_five h1 {
    font-weight: 700;
    font-size: 24px;
    padding: 24px 0;
  }
  .offertspage_container.step_five .offertspage-offerts-details-container .offerts-details__top {
    flex-direction: column;
    flex-wrap: wrap;
  }
  .offertspage_container.step_five .offertspage-offerts-details-container .offerts-details__top__col {
    display: flex;
    flex-direction: column;
    width: 100%;
    border-right: 0;
  }
  .offertspage_container.step_five .offertspage-offerts-details-container .offerts-details__top__col:last-of-type {
    border-right: 0;
    width: 100%;
  }
  .offertspage_container.step_five .offertspage-offerts-details-container .offerts-details__top__col .title {
    min-height: 40px;
    border-top: 1px solid #f2f3f7;
  }
  .offertspage_container.step_five .offertspage-offerts-details-container .offerts-details__top__col .title p {
    padding: 16px;
  }
  .offertspage_container.step_five .offertspage-offerts-details-container .offerts-details__top__col .title p.desc {
    padding: 0 16px;
    margin-top: -16px;
    margin-bottom: 16px;
  }
  .offertspage_container.step_five .offertspage-offerts-details-container .offerts-details__top__col .centered-title {
    min-height: 40px;
  }
  .offertspage_container.step_five .offertspage-offerts-details-container .offerts-details__top__col .centered-title p {
    font-size: 14px;
    padding: 16px;
  }
  .offertspage_container.step_five .offertspage-offerts-details-container .offerts-details__top__col .details-content {
    padding: 16px;
  }
  .offertspage_container.step_five .offertspage-offerts-details-container .offerts-details__top__col .details-content textarea {
    margin: 0;
  }
  .offertspage_container.step_five .offertspage-offerts-details-container .offerts-details__bottom .title {
    min-height: 56px;
    padding: 0 16px;
    justify-content: flex-start;
  }
  .offertspage_container.step_five .offertspage-offerts-details-container .offerts-details__bottom .title p {
    padding-left: 0;
  }
  .offertspage_container.step_five .offertspage-offerts-details-container .offerts-details__bottom .details-content {
    padding: 16px;
  }
}
.table-product-box__bottom.mod {
  display: flex;
  flex-direction: column !important;
}
.table-product-box__bottom.mod .boxes {
  width: 100%;
  float: left;
  margin: 5px 0 0 0;
  text-align: left;
  font-size: 12px;
}
.table-product-box__bottom.mod .boxes .box-detailed {
  width: 100%;
  float: left;
  margin: 5px 0 0 0;
  text-align: left;
  font-size: 12px;
}
.table-product-box__bottom.mod .boxes .box-detailed .box {
  float: left;
  height: 20px;
  width: 20px;
  border: 1px solid #ebebeb;
}
.table-product-box__bottom.mod .boxes .box-detailed .qty {
  float: left;
  padding-top: 2px;
  margin-left: 5px;
}

.offertspage_container.step_six .sumary_box--button .next {
  font-weight: 700;
}
.offertspage_container.step_six .sumary_box--button .next:hover img {
  content: url(./../assets/icons/dashboard/save-btn-color.svg) !important;
}
.offertspage_container.step_six .bottom-offertspage-box-with-btn {
  justify-content: flex-start;
}
.offertspage_container.step_six .bottom-offertspage-box-with-btn .prev {
  color: #34224f;
  border-color: #34224f;
  margin-right: 15px;
}
.offertspage_container.step_six .bottom-offertspage-box-with-btn .prev:hover {
  color: #ffffff;
  background-color: #34224f;
  border-color: #34224f;
}
.offertspage_container.step_six table tr td {
  font-size: 14px;
}
.offertspage_container.step_six table tr td.specification p {
  margin: 0 0 6px 0;
}
.offertspage_container.step_six table tr td:nth-of-type(4), .offertspage_container.step_six table tr td:nth-of-type(5) {
  font-size: 12px;
  text-align: left;
  max-width: 200px;
}
.offertspage_container.step_six .add-product-box {
  height: 54px;
  margin: 24px 0 250px 0;
}
.offertspage_container.step_six .add-product-box input {
  width: 225px !important;
  height: 54px !important;
  background-color: #ffffff !important;
  border: 1px solid #8a8a8a !important;
  font-size: 14px !important;
  color: #212321 !important;
  padding: 0 18px;
  margin-top: 0;
}
.offertspage_container.step_six .add-product-box input::-moz-placeholder {
  font-size: 14px;
  color: #212321;
}
.offertspage_container.step_six .add-product-box input::placeholder {
  font-size: 14px;
  color: #212321;
}
.offertspage_container.step_six .add-product-box .add-product {
  display: inline-flex !important;
  justify-content: center !important;
  align-items: center !important;
  height: 54px !important;
  min-width: 150px !important;
}
.offertspage_container.step_six .add-product-box .add-product img {
  width: 16px;
  height: 16px;
  margin-left: 4px;
  margin-top: -4px;
}
.offertspage_container.step_six .sumary_box--profit {
  border-top: 1px solid #f2f3f7;
  width: 100%;
  padding: 26px 0;
}
.offertspage_container.step_six .sumary_box--profit .profit-value {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 177.023%;
  margin: 0;
  color: #54bf00;
  text-align: center;
}
.offertspage_container.step_six .sumary_box--profit .profit-text {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin: 0;
  color: #8a8a8a;
  text-align: center;
}

@media (max-width: 1260px) {
  .offertspage_container.step_six h1 {
    padding-bottom: 0 !important;
  }
  .offertspage_container.step_six table tr td:nth-of-type(4), .offertspage_container.step_six table tr td:nth-of-type(5) {
    min-width: 250px;
  }
  .offertspage_container.step_six .add-product-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
  }
  .offertspage_container.step_six .add-product-box .add-product {
    position: relative !important;
    bottom: 0 !important;
    left: 0 !important;
    margin-right: 6px !important;
    margin-bottom: 6px !important;
  }
  .offertspage_container.step_six .bottom-offertspage-button {
    bottom: 40px !important;
  }
}
@media (max-width: 500px) {
  .offertspage_container.step_six .add-product-box .add-product,
  .offertspage_container.step_six .add-product-box input {
    width: 100% !important;
    margin-right: 0 !important;
    text-align: center !important;
  }
}
main.grey-background {
  background-color: #f2f3f7;
}

.category-filters-main + .pagination {
  padding-bottom: 0;
}

.category-wrapper {
  background-color: #f2f3f7;
  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-menu {
  width: 296px;
  height: auto;
  margin-right: 24px;
  margin-bottom: 15px;
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
}
.category-menu .category-menu__title h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 213%;
  vertical-align: middle;
  text-transform: uppercase;
  color: #34224f;
  padding-left: 20px;
}
.category-menu .accordion-header button {
  font-size: 12px;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 177.023%;
  color: #212321;
  padding: 5px 20px;
}
.category-menu .accordion-item {
  border-bottom: 0;
}
.category-menu .accordion-item:last-of-type button {
  border-bottom: 0;
}
.category-menu .accordion-item .accordion-body {
  padding: 0 !important;
}
.category-menu .accordion-item .accordion-body .menu-slot {
  display: inline-flex;
  width: 100%;
  border-bottom: 1px solid #f2f3f7;
}
.category-menu .accordion-item .accordion-body .menu-slot a {
  display: inline-flex;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 177.023%;
  color: #212321;
  text-decoration: none;
  padding: 5px 5px 5px 30px;
  width: 100%;
}
.category-menu .accordion-item .accordion-body .menu-slot a:hover, .category-menu .accordion-item .accordion-body .menu-slot a.active {
  color: #ffffff !important;
}
.category-menu .accordion-item .accordion-body .menu-slot:has(a.active), .category-menu .accordion-item .accordion-body .menu-slot:hover {
  background-color: #e6007e !important;
}
.category-menu .accordion-button {
  border-bottom: 1px solid #e6e6e6;
  background-color: #ffffff !important;
  box-shadow: none !important;
}
.category-menu .accordion-button::after {
  background-image: url(./../assets/icons/common/grey-arrow-down.svg);
  background-size: 9px;
  background-repeat: no-repeat;
  background-position: center;
}
.category-menu .accordion-button:not(.collapsed)::after {
  background-image: url(./../assets/icons/common/grey-arrow-down.svg);
  background-size: 9px;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
}

@media (max-width: 992px) {
  .category-menu .accordion-header button {
    padding: 10px;
  }
}
.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;
}
.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: 65px;
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  padding: 24px 20px;
}
.category-left-filters-box .category-left-filters.show {
  display: flex;
}
.category-left-filters-box .category-left-filters__slot.buttons {
  margin-top: 30px;
  margin-bottom: 16px;
}
.category-left-filters-box .category-left-filters__slot.buttons .filter-clear {
  width: 74px;
  height: 35px;
  background-color: #ffffff;
  border: 1px solid #34224f;
  font-size: 14px;
  font-weight: 400;
  color: #34224f;
  cursor: pointer;
  margin: 0;
}
.category-left-filters-box .category-left-filters__slot.buttons .filter-clear:hover {
  background-color: #34224f;
  color: #ffffff;
}
.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%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
  color: #34224f;
  margin: 20px 0;
}
.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;
}
.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 #34224f;
  font-size: 14px;
  font-weight: 400;
  color: #34224f;
  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: #34224f;
  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: #e6007e;
}

@media (max-width: 992px) {
  .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;
    margin-bottom: 16px;
  }
}
.category-top-filters {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  width: 100%;
  height: 65px;
  margin-bottom: 22px;
}
.category-top-filters__slot {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-left: 1px solid #e6e6e6;
  padding: 0 20px;
  height: 65px;
}
.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: 400;
  line-height: normal;
  color: #333333;
  height: 45px;
  margin: 0 8px 0 8px;
  background-color: #ffffff;
  padding-left: 15px;
  cursor: pointer;
}

@media (max-width: 992px) {
  .category-top-filters {
    margin-top: 15px;
  }
}
@media (max-width: 860px) {
  .category-top-filters {
    flex-wrap: wrap;
    flex-direction: column;
    height: auto;
    margin: 16px 0;
  }
  .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;
}
.category-filters-main__slot:nth-of-type(4n) {
  margin-right: 0;
}
.category-filters-main__slot:hover {
  border: 1px solid #e6007e;
}
.category-filters-main__slot:hover .product-hover-box {
  display: flex;
}
.category-filters-main__slot .product-label-box {
  position: absolute;
  top: 25px;
  left: 25px;
  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: 3px 27px;
  height: 27px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.category-filters-main__slot .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;
}
.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: #34224f;
}
.category-filters-main__slot .product-hover-box__slot:nth-of-type(2) {
  background-color: #e6007e;
}
.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: 24px 24px 0 24px;
  min-height: 556px;
}
.category-filters-main__slot__top .products-image {
  display: flex;
  height: 200px;
  width: 200px;
  margin: 40px auto 24px;
  text-decoration: none;
}
.category-filters-main__slot__top .products-image img {
  height: 200px;
  width: 100%;
  max-width: 200px;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 15px 15px 0 15px;
}
.category-filters-main__slot__top .products-title {
  display: flex;
  text-align: left;
  min-height: 80px;
  width: 100%;
  margin: 0 auto 12px;
  text-decoration: none;
  text-transform: uppercase;
}
.category-filters-main__slot__top .products-title h3 {
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  color: #212321;
  text-align: left;
  margin: 0 auto;
  text-transform: uppercase;
}
.category-filters-main__slot__top .products-title h3 a {
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  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: 17px;
  min-height: 50px;
}
.category-filters-main__slot__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%;
}
.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: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: center;
  min-height: 40px;
  height: auto !important;
  width: 100%;
  margin: 0 0 12px 0;
}
.category-filters-main__slot__top .products-code p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #374957;
  margin: 0 auto;
}
.category-filters-main__slot__top .catalog-price p {
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  margin: 0 0 3px 0;
  color: #212321;
}
.category-filters-main__slot__top .catalog-price p span {
  font-size: 20px;
}
.category-filters-main__slot__bottom {
  height: 104px;
  padding: 0 16px;
  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: #e6007e;
}
.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: 10px 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: #374957;
  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: #374957;
  margin: 0;
  text-align: center;
  padding: 2px 0;
  height: 40px;
}

@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-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-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 h1 {
  font-weight: 700;
  font-size: 36px;
  line-height: 136%;
  text-transform: uppercase;
  color: #34224f;
  margin-bottom: 19px;
}
.category-top-seo-text .category-seo-top-desc {
  display: flex;
  flex-direction: column;
  margin-bottom: 34px;
}
.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;
  }
}
.negotiator_container .accordion-container,
.usb_container .accordion-container {
  width: calc(80% - 27px);
  margin-right: 27px;
}
.negotiator_container .accordion-container .accordion-button,
.negotiator_container .accordion-container .accordion .accordion-button:not(.collapsed),
.usb_container .accordion-container .accordion-button,
.usb_container .accordion-container .accordion .accordion-button:not(.collapsed) {
  background-color: #ffffff;
  border-bottom: 1px solid #f2f3f7;
}
.negotiator_container .accordion-container .accordion-item,
.usb_container .accordion-container .accordion-item {
  border: 0;
  margin-bottom: 15px;
}
.negotiator_container .accordion-container .accordion-button,
.usb_container .accordion-container .accordion-button {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  color: #212321;
}
.negotiator_container .accordion-container .accordion-button::after,
.usb_container .accordion-container .accordion-button::after {
  position: absolute;
  top: 22px;
  right: 22px;
  background-image: url("./../assets/icons/common/grey-arrow-down.svg");
  background-size: 12px;
  background-position: center;
  margin-left: 16px;
}
.negotiator_container .accordion-container .accordion-button .number,
.usb_container .accordion-container .accordion-button .number {
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  color: #e6007e;
  margin: 0 24px 0 8px;
}
.negotiator_container .accordion-container .accordion-button .code,
.usb_container .accordion-container .accordion-button .code {
  font-size: 18px;
  font-weight: 400;
  line-height: 177.023%;
  color: #8a8a8a;
  margin: 0 0 0 16px;
  text-transform: none;
}
.negotiator_container .accordion-container .accordion-button .code span,
.usb_container .accordion-container .accordion-button .code span {
  color: #212321;
  margin: 0 0 0 6px;
}
.negotiator_container .accordion-container .accordion-button img,
.usb_container .accordion-container .accordion-button img {
  margin-left: 16px;
  display: none;
}
.negotiator_container .accordion-container .accordion .quantity,
.usb_container .accordion-container .accordion .quantity {
  font-size: 18px;
  font-weight: 400;
  line-height: 177.023%;
  color: #8a8a8a;
  margin: 0 40px 0 auto;
  text-transform: none;
}
.negotiator_container .accordion-container .accordion .quantity span,
.usb_container .accordion-container .accordion .quantity span {
  color: #212321;
  margin: 0 0 0 6px;
}
.negotiator_container .accordion-container .accordion-body,
.usb_container .accordion-container .accordion-body {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  background-color: #ffffff;
}
.negotiator_container .accordion-container .accordion-body button img:not(.check-circle),
.usb_container .accordion-container .accordion-body button img:not(.check-circle) {
  transform: rotate(90deg) translateX(1px);
}
.negotiator_container .accordion-container .accordion-body__col,
.usb_container .accordion-container .accordion-body__col {
  display: flex;
  flex-direction: column;
}
.negotiator_container .accordion-container .accordion-body__col p,
.usb_container .accordion-container .accordion-body__col p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 177.023%;
  margin: 0 0 10px 0;
  color: #8a8a8a;
}
.negotiator_container .accordion-container .accordion-body__col p span,
.usb_container .accordion-container .accordion-body__col p span {
  color: #212321;
}
.negotiator_container .accordion-container .accordion-body__col b,
.usb_container .accordion-container .accordion-body__col b {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  margin: 0;
  color: #212321;
}
.negotiator_container .accordion-container .accordion-body__col b .orange,
.usb_container .accordion-container .accordion-body__col b .orange {
  color: #34224f;
}
.negotiator_container .accordion-container .accordion-body__col .catalog-price,
.usb_container .accordion-container .accordion-body__col .catalog-price {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  margin: 0 0 13px 0;
  color: #8a8a8a;
}
.negotiator_container .accordion-container .accordion-body__col .catalog-price span,
.usb_container .accordion-container .accordion-body__col .catalog-price span {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  color: #8a8a8a;
}
.negotiator_container .accordion-container .accordion-body__col .your-price,
.usb_container .accordion-container .accordion-body__col .your-price {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  margin: 0 0 13px 0;
  color: #212321;
}
.negotiator_container .accordion-container .accordion-body__col .desc,
.usb_container .accordion-container .accordion-body__col .desc {
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  margin: 0;
  color: #212321;
}
.negotiator_container .accordion-container .accordion-body .colors-col,
.usb_container .accordion-container .accordion-body .colors-col {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.negotiator_container .accordion-container .accordion-body .colors-col .colors-info-box,
.usb_container .accordion-container .accordion-body .colors-col .colors-info-box {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}
.negotiator_container .accordion-container .accordion-body .colors-col .colors-info-box .mix-container,
.usb_container .accordion-container .accordion-body .colors-col .colors-info-box .mix-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 70%;
  height: 55px;
  box-sizing: border-box;
  border: 1px solid #f2f3f7;
  padding: 12px;
}
.negotiator_container .accordion-container .accordion-body .colors-col .colors-info-box .mix-container .custom-checkbox-container,
.usb_container .accordion-container .accordion-body .colors-col .colors-info-box .mix-container .custom-checkbox-container {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 177.023%;
  text-transform: uppercase;
  color: #8a8a8a;
  white-space: nowrap;
  height: 25px;
  margin: 0 20px 0 15px;
  padding: 0 35px 0 0;
  width: 150px;
}
.negotiator_container .accordion-container .accordion-body .colors-col .colors-info-box .mix-container .custom-checkbox-container span,
.usb_container .accordion-container .accordion-body .colors-col .colors-info-box .mix-container .custom-checkbox-container span {
  top: -4px;
  left: 120px;
  right: 0;
  width: 32px;
  height: 32px;
}
.negotiator_container .accordion-container .accordion-body .colors-col .colors-info-box .mix-container .custom-checkbox-container span::after,
.usb_container .accordion-container .accordion-body .colors-col .colors-info-box .mix-container .custom-checkbox-container span::after {
  left: 12px;
  top: 5px;
  width: 8px;
  height: 18px;
}
.negotiator_container .accordion-container .accordion-body .colors-col .colors-info-box .mix-container .exclamation,
.usb_container .accordion-container .accordion-body .colors-col .colors-info-box .mix-container .exclamation {
  margin-right: 20px;
}
.negotiator_container .accordion-container .accordion-body .colors-col .colors-info-box .mix-container .desc,
.usb_container .accordion-container .accordion-body .colors-col .colors-info-box .mix-container .desc {
  font-size: 11px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  color: #212321;
  margin: 0;
}
.negotiator_container .accordion-container .accordion-body .colors-col .colors-squares,
.usb_container .accordion-container .accordion-body .colors-col .colors-squares {
  margin: 20px 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.negotiator_container .accordion-container .accordion-body .colors-col .colors-squares .color,
.usb_container .accordion-container .accordion-body .colors-col .colors-squares .color {
  cursor: pointer;
  border-radius: 100%;
}
.negotiator_container .accordion-container .accordion-body .colors-col .colors-squares .color.checked,
.usb_container .accordion-container .accordion-body .colors-col .colors-squares .color.checked {
  outline: 1px solid #000000;
  background-image: url(./../assets/icons/product_page/checked.svg);
  background-size: 15px 10px;
  background-repeat: no-repeat;
  background-position: center;
}
.negotiator_container .accordion-container .accordion-body .colors-col .colors-squares .color:hover,
.usb_container .accordion-container .accordion-body .colors-col .colors-squares .color:hover {
  outline: 1px solid #000000;
}
.negotiator_container .accordion-container .accordion-body .colors-col button img,
.usb_container .accordion-container .accordion-body .colors-col button img {
  transform: rotate(90deg) translateX(-2px);
}
.negotiator_container .accordion-container .accordion-body .quantity-col,
.usb_container .accordion-container .accordion-body .quantity-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.negotiator_container .accordion-container .accordion-body .quantity-col-box,
.usb_container .accordion-container .accordion-body .quantity-col-box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.negotiator_container .accordion-container .accordion-body .quantity-col-box__slot,
.usb_container .accordion-container .accordion-body .quantity-col-box__slot {
  display: flex;
  flex-direction: row;
  margin: 0 16px 16px 0;
}
.negotiator_container .accordion-container .accordion-body .quantity-col-box__slot .quantity-box,
.usb_container .accordion-container .accordion-body .quantity-col-box__slot .quantity-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
}
.negotiator_container .accordion-container .accordion-body .quantity-col-box__slot .quantity-box .color,
.usb_container .accordion-container .accordion-body .quantity-col-box__slot .quantity-box .color {
  margin-right: 16px;
}
.negotiator_container .accordion-container .accordion-body .quantity-col-box__slot .quantity-box label,
.usb_container .accordion-container .accordion-body .quantity-col-box__slot .quantity-box label {
  font-size: 18px;
  font-weight: 400;
  line-height: 177.023%;
  color: #8a8a8a;
}
.negotiator_container .accordion-container .accordion-body .quantity-col-box__slot .quantity-box input,
.usb_container .accordion-container .accordion-body .quantity-col-box__slot .quantity-box input {
  width: 108px;
  height: 35px;
  margin: 0 0 0 12px;
  padding: 0 10px;
  font-size: 18px;
  font-weight: 400;
}
.negotiator_container .accordion-container .accordion-body .quantity-col button img,
.usb_container .accordion-container .accordion-body .quantity-col button img {
  transform: rotate(90deg) translateX(1px);
}
.negotiator_container .accordion-container .accordion-body .one-col-box,
.usb_container .accordion-container .accordion-body .one-col-box {
  display: flex;
  flex-direction: column;
}
.negotiator_container .accordion-container .accordion-body .one-col-box button img,
.usb_container .accordion-container .accordion-body .one-col-box button img {
  transform: rotate(90deg) translateX(1px);
}
.negotiator_container .accordion-container .accordion-body .one-col-box .two-rows-box,
.usb_container .accordion-container .accordion-body .one-col-box .two-rows-box {
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #f2f3f7;
}
.negotiator_container .accordion-container .accordion-body .one-col-box .two-rows-box .col,
.usb_container .accordion-container .accordion-body .one-col-box .two-rows-box .col {
  display: flex;
  flex-direction: column;
}
.negotiator_container .accordion-container .accordion-body .one-col-box .two-rows-box .col:first-of-type,
.usb_container .accordion-container .accordion-body .one-col-box .two-rows-box .col:first-of-type {
  border-right: 1px solid #f2f3f7;
}
.negotiator_container .accordion-container .accordion-body .one-col-box .two-rows-box .col:last-of-type,
.usb_container .accordion-container .accordion-body .one-col-box .two-rows-box .col:last-of-type {
  padding-left: 24px;
}
.negotiator_container .accordion-container .accordion-body .one-col-box .two-rows-box .col .custom-radio-container,
.usb_container .accordion-container .accordion-body .one-col-box .two-rows-box .col .custom-radio-container {
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
}
.negotiator_container .accordion-container .accordion-body .one-col-box .two-rows-box .col .custom-radio-container .custom-radio-checkmark,
.usb_container .accordion-container .accordion-body .one-col-box .two-rows-box .col .custom-radio-container .custom-radio-checkmark {
  top: 5px;
}
.negotiator_container .accordion-container .accordion-body .one-col-box .two-rows-box .col .calc-select-types,
.usb_container .accordion-container .accordion-body .one-col-box .two-rows-box .col .calc-select-types {
  display: flex;
  flex-direction: column;
}
.negotiator_container .accordion-container .accordion-body .one-col-box .two-rows-box .col .calc-select-types.hide,
.usb_container .accordion-container .accordion-body .one-col-box .two-rows-box .col .calc-select-types.hide {
  display: none;
}
.negotiator_container .accordion-container .accordion-body .one-col-box .two-rows-box .col .calc-select-types__row,
.usb_container .accordion-container .accordion-body .one-col-box .two-rows-box .col .calc-select-types__row {
  display: flex;
  flex-direction: row;
}
.negotiator_container .accordion-container .accordion-body .one-col-box .two-rows-box .col .calc-select-types__row:first-of-type .types-col p,
.usb_container .accordion-container .accordion-body .one-col-box .two-rows-box .col .calc-select-types__row:first-of-type .types-col p {
  margin-bottom: 6px;
}
.negotiator_container .accordion-container .accordion-body .one-col-box .two-rows-box .col .calc-select-types__row .types-col,
.usb_container .accordion-container .accordion-body .one-col-box .two-rows-box .col .calc-select-types__row .types-col {
  min-width: 180px;
}
.negotiator_container .accordion-container .accordion-body .one-col-box .two-rows-box .col .calc-select-types__row .types-col.select,
.usb_container .accordion-container .accordion-body .one-col-box .two-rows-box .col .calc-select-types__row .types-col.select {
  min-width: 220px;
  margin-right: 22px;
}
.negotiator_container .accordion-container .accordion-body .one-col-box .two-rows-box .col .calc-select-types__row .types-col.select-name,
.usb_container .accordion-container .accordion-body .one-col-box .two-rows-box .col .calc-select-types__row .types-col.select-name {
  min-width: 262px;
}
.negotiator_container .accordion-container .accordion-body .one-col-box .two-rows-box .col .calc-select-types__row .types-col p,
.usb_container .accordion-container .accordion-body .one-col-box .two-rows-box .col .calc-select-types__row .types-col p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 177.023%;
  color: #8a8a8a;
  margin: 0;
  text-align: left;
  margin-bottom: 16px;
}
.negotiator_container .accordion-container .accordion-body .one-col-box .two-rows-box .col .calc-select-types__row .types-col select,
.usb_container .accordion-container .accordion-body .one-col-box .two-rows-box .col .calc-select-types__row .types-col select {
  display: flex;
  align-items: center;
  width: 238px;
  height: 35px;
  box-sizing: border-box;
  background-color: #f2f3f7;
  padding: 0 17px;
  margin-bottom: 16px;
  text-align: left;
  border: 0;
  outline: 0;
  cursor: pointer;
}
.negotiator_container .accordion-container .accordion-body .pricing-box,
.usb_container .accordion-container .accordion-body .pricing-box {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-left: 40px;
}
.negotiator_container .accordion-container .accordion-body .pricing-box__top,
.usb_container .accordion-container .accordion-body .pricing-box__top {
  display: flex;
  flex-direction: row;
}
.negotiator_container .accordion-container .accordion-body .pricing-box__top__left,
.usb_container .accordion-container .accordion-body .pricing-box__top__left {
  display: flex;
  flex-direction: column;
  width: 20%;
}
.negotiator_container .accordion-container .accordion-body .pricing-box__top__left p,
.usb_container .accordion-container .accordion-body .pricing-box__top__left p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  color: #8a8a8a;
  margin: 0;
}
.negotiator_container .accordion-container .accordion-body .pricing-box__top__right,
.usb_container .accordion-container .accordion-body .pricing-box__top__right {
  display: flex;
  flex-direction: column;
}
.negotiator_container .accordion-container .accordion-body .pricing-box__top__right p,
.usb_container .accordion-container .accordion-body .pricing-box__top__right p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 177.023%;
  color: #212321;
  margin: 0 40px 0 0;
}
.negotiator_container .accordion-container .accordion-body .pricing-box__top__right p.orange,
.usb_container .accordion-container .accordion-body .pricing-box__top__right p.orange {
  font-size: 30px;
  line-height: 36px;
  color: #34224f;
}
.negotiator_container .accordion-container .accordion-body .pricing-box__top__right span,
.usb_container .accordion-container .accordion-body .pricing-box__top__right span {
  font-size: 14px;
  line-height: 160%;
}
.negotiator_container .accordion-container .accordion-body .pricing-box__bottom,
.usb_container .accordion-container .accordion-body .pricing-box__bottom {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin: 24px 0 8px 0;
}
.negotiator_container .accordion-container .accordion-body .pricing-box__bottom--slot,
.usb_container .accordion-container .accordion-body .pricing-box__bottom--slot {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 16px;
  height: 24px;
  box-sizing: border-box;
  margin: 0 6px 6px 0;
  text-decoration: none;
  background-color: #8a8a8a;
  min-width: 121px;
}
.negotiator_container .accordion-container .accordion-body .pricing-box__bottom--slot:hover,
.usb_container .accordion-container .accordion-body .pricing-box__bottom--slot:hover {
  background-color: #e6007e;
}
.negotiator_container .accordion-container .accordion-body .pricing-box__bottom--slot p,
.usb_container .accordion-container .accordion-body .pricing-box__bottom--slot p {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}
.negotiator_container .accordion-container .accordion-body .tables-box,
.usb_container .accordion-container .accordion-body .tables-box {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.negotiator_container .accordion-container .accordion-body .tables-box table,
.usb_container .accordion-container .accordion-body .tables-box table {
  flex-wrap: wrap;
}
.negotiator_container .accordion-container .accordion-body .tables-box table tr,
.usb_container .accordion-container .accordion-body .tables-box table tr {
  background-color: #f2f3f7;
  height: 35px;
}
.negotiator_container .accordion-container .accordion-body .tables-box table tr th,
.usb_container .accordion-container .accordion-body .tables-box table tr th {
  font-size: 16px;
  padding-left: 14px;
  border-right: 2px solid #ffffff;
}
.negotiator_container .accordion-container .accordion-body .tables-box table tr td,
.usb_container .accordion-container .accordion-body .tables-box table tr td {
  font-size: 14px;
  padding-left: 14px;
  border: 2px solid #ffffff;
  color: #8a8a8a;
}
.negotiator_container .accordion-container .accordion-body .price-proposition-wrapper,
.usb_container .accordion-container .accordion-body .price-proposition-wrapper {
  display: flex;
  flex-direction: column;
  padding: 38px 40px;
}
.negotiator_container .accordion-container .accordion-body .price-proposition-wrapper .price-proposition-top,
.usb_container .accordion-container .accordion-body .price-proposition-wrapper .price-proposition-top {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.negotiator_container .accordion-container .accordion-body .price-proposition-wrapper .price-proposition-top .price-proposition-box,
.usb_container .accordion-container .accordion-body .price-proposition-wrapper .price-proposition-top .price-proposition-box {
  margin-right: 10%;
}
.negotiator_container .accordion-container .accordion-body .price-proposition-wrapper .price-proposition-top .price-proposition-box__row,
.usb_container .accordion-container .accordion-body .price-proposition-wrapper .price-proposition-top .price-proposition-box__row {
  display: flex;
  flex-direction: row;
}
.negotiator_container .accordion-container .accordion-body .price-proposition-wrapper .price-proposition-top .price-proposition-box__row__left,
.usb_container .accordion-container .accordion-body .price-proposition-wrapper .price-proposition-top .price-proposition-box__row__left {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  color: #8a8a8a;
  margin: 0 8px 0 0;
  width: 190px;
}
.negotiator_container .accordion-container .accordion-body .price-proposition-wrapper .price-proposition-top .price-proposition-box__row__right,
.usb_container .accordion-container .accordion-body .price-proposition-wrapper .price-proposition-top .price-proposition-box__row__right {
  display: flex;
  flex-direction: column;
}
.negotiator_container .accordion-container .accordion-body .price-proposition-wrapper .price-proposition-top .price-proposition-box__row__right input,
.usb_container .accordion-container .accordion-body .price-proposition-wrapper .price-proposition-top .price-proposition-box__row__right input {
  padding: 0 17px;
  width: 238px;
  height: 35px;
  box-sizing: border-box;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 177.023%;
  color: #8a8a8a;
  margin: 0;
}
.negotiator_container .accordion-container .accordion-body .price-proposition-wrapper .price-proposition-top .price-proposition-box__row__right input::-moz-placeholder, .usb_container .accordion-container .accordion-body .price-proposition-wrapper .price-proposition-top .price-proposition-box__row__right input::-moz-placeholder {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 177.023%;
  color: #8a8a8a;
}
.negotiator_container .accordion-container .accordion-body .price-proposition-wrapper .price-proposition-top .price-proposition-box__row__right input::placeholder,
.usb_container .accordion-container .accordion-body .price-proposition-wrapper .price-proposition-top .price-proposition-box__row__right input::placeholder {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 177.023%;
  color: #8a8a8a;
}
.negotiator_container .accordion-container .accordion-body .price-proposition-wrapper .price-proposition-top .price-proposition-box__row__right .desc,
.usb_container .accordion-container .accordion-body .price-proposition-wrapper .price-proposition-top .price-proposition-box__row__right .desc {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  color: #212321;
  margin: 0 0 23px 0;
}
.negotiator_container .accordion-container .accordion-body .price-proposition-wrapper .price-proposition-top .exclamation-box,
.usb_container .accordion-container .accordion-body .price-proposition-wrapper .price-proposition-top .exclamation-box {
  padding: 17px 25px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #f2f3f7;
  height: 178px;
}
.negotiator_container .accordion-container .accordion-body .price-proposition-wrapper .price-proposition-top .exclamation-box__right,
.usb_container .accordion-container .accordion-body .price-proposition-wrapper .price-proposition-top .exclamation-box__right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.negotiator_container .accordion-container .accordion-body .price-proposition-wrapper .price-proposition-top .exclamation-box__right span,
.usb_container .accordion-container .accordion-body .price-proposition-wrapper .price-proposition-top .exclamation-box__right span {
  text-align: center;
}
.negotiator_container .accordion-container .accordion-body .price-proposition-wrapper .price-proposition-top .exclamation-box__right strong,
.usb_container .accordion-container .accordion-body .price-proposition-wrapper .price-proposition-top .exclamation-box__right strong {
  font-size: 24px;
  line-height: 160%;
  text-align: center;
}
@media (max-width: 991px) {
  .negotiator_container .accordion-container .accordion-body .price-proposition-wrapper .price-proposition-top .exclamation-box__right strong,
  .usb_container .accordion-container .accordion-body .price-proposition-wrapper .price-proposition-top .exclamation-box__right strong {
    font-size: 17px;
  }
}
.negotiator_container .accordion-container .accordion-body .price-proposition-wrapper .price-proposition-top .exclamation-box img,
.usb_container .accordion-container .accordion-body .price-proposition-wrapper .price-proposition-top .exclamation-box img {
  margin-right: 29px;
}
.negotiator_container .accordion-container .accordion-body .price-proposition-wrapper .price-proposition-top .exclamation-box span,
.usb_container .accordion-container .accordion-body .price-proposition-wrapper .price-proposition-top .exclamation-box span {
  display: inline-flex;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin: 0;
  color: #8a8a8a;
}
.negotiator_container .accordion-container .accordion-body .price-proposition-wrapper button,
.usb_container .accordion-container .accordion-body .price-proposition-wrapper button {
  margin-bottom: 17px;
}
.negotiator_container .accordion-container .accordion-body .price-proposition-wrapper .desc-info-red,
.usb_container .accordion-container .accordion-body .price-proposition-wrapper .desc-info-red {
  color: #be6363;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin: 0 0 2px 0;
}
.negotiator_container .accordion-container .accordion-body .price-proposition-wrapper .desc-info-green,
.usb_container .accordion-container .accordion-body .price-proposition-wrapper .desc-info-green {
  color: #21a500;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin: 0 0 2px 0;
}
.negotiator_container .sumary_box,
.usb_container .sumary_box {
  width: 20%;
}
.negotiator_container .sumary_box--netto .netto-value,
.usb_container .sumary_box--netto .netto-value {
  margin-bottom: 0;
  line-height: 36px;
}
.negotiator_container .sumary_box--netto .netto-value.small,
.usb_container .sumary_box--netto .netto-value.small {
  font-size: 14px;
  line-height: 18px;
}
.negotiator_container .sumary_box--netto .netto-text,
.usb_container .sumary_box--netto .netto-text {
  margin-top: 7px;
  color: #374957;
}
.negotiator_container .sumary_box--brutto .brutto-value,
.usb_container .sumary_box--brutto .brutto-value {
  font-weight: 500;
  margin-bottom: 0;
  line-height: 36px;
}
.negotiator_container .sumary_box--brutto .brutto-value.small,
.usb_container .sumary_box--brutto .brutto-value.small {
  font-size: 14px;
  line-height: 18px;
}
.negotiator_container .sumary_box--brutto .brutto-text,
.usb_container .sumary_box--brutto .brutto-text {
  margin-top: 7px;
  color: #374957;
}

@media (max-width: 1640px) {
  .negotiator_container .accordion-container .accordion-body .one-col-box,
  .usb_container .accordion-container .accordion-body .one-col-box {
    width: 100%;
  }
  .negotiator_container .accordion-container .accordion-body .one-col-box .two-rows-box,
  .usb_container .accordion-container .accordion-body .one-col-box .two-rows-box {
    flex-direction: column;
    border-bottom: 1px solid #f2f3f7;
  }
  .negotiator_container .accordion-container .accordion-body .one-col-box .two-rows-box .col:first-of-type,
  .usb_container .accordion-container .accordion-body .one-col-box .two-rows-box .col:first-of-type {
    border-right: 0;
    padding-bottom: 16px;
    margin-bottom: 24px;
    border-bottom: 1px solid #f2f3f7;
  }
  .negotiator_container .accordion-container .accordion-body .one-col-box .two-rows-box .col:last-of-type,
  .usb_container .accordion-container .accordion-body .one-col-box .two-rows-box .col:last-of-type {
    padding-left: 0;
  }
}
@media (max-width: 1400px) {
  .negotiator_container .accordion-container .accordion-body .pricing-box,
  .usb_container .accordion-container .accordion-body .pricing-box {
    padding: 16px 0;
  }
  .negotiator_container .accordion-container .accordion-body .price-proposition-wrapper,
  .usb_container .accordion-container .accordion-body .price-proposition-wrapper {
    padding: 16px;
  }
  .negotiator_container .accordion-container .accordion-body .price-proposition-wrapper .price-proposition-top,
  .usb_container .accordion-container .accordion-body .price-proposition-wrapper .price-proposition-top {
    flex-direction: column;
  }
  .negotiator_container .accordion-container .accordion-body .price-proposition-wrapper .price-proposition-top .price-proposition-box,
  .usb_container .accordion-container .accordion-body .price-proposition-wrapper .price-proposition-top .price-proposition-box {
    margin-right: 0;
  }
}
@media (max-width: 1200px) {
  .negotiator_container h1,
  .usb_container h1 {
    padding: 16px 0 20px 0;
    font-size: 26px;
  }
  .negotiator_container h1 + .flex-row,
  .usb_container h1 + .flex-row {
    flex-direction: column !important;
  }
  .negotiator_container .accordion-container,
  .usb_container .accordion-container {
    width: 100%;
    margin-right: 0;
  }
  .negotiator_container .accordion-container .accordion-button,
  .usb_container .accordion-container .accordion-button {
    padding: 8px;
    font-size: 14px;
    height: 60px;
    line-height: 16px;
    padding-right: 32px;
  }
  .negotiator_container .accordion-container .accordion-button .number,
  .usb_container .accordion-container .accordion-button .number {
    font-size: 20px;
    margin-right: 8px;
    margin-left: 2px;
  }
  .negotiator_container .accordion-container .accordion-button .code,
  .usb_container .accordion-container .accordion-button .code {
    font-size: 12px;
    text-align: right;
  }
  .negotiator_container .accordion-container .accordion-button img,
  .usb_container .accordion-container .accordion-button img {
    width: 19px;
    height: 19px;
    margin-left: 6px;
  }
  .negotiator_container .accordion-container .accordion-button::after,
  .usb_container .accordion-container .accordion-button::after {
    top: 18px;
    right: 6px;
    background-size: 10px;
  }
  .negotiator_container .accordion-container .accordion-button .quantity,
  .usb_container .accordion-container .accordion-button .quantity {
    font-size: 12px;
    margin: 0 10px 0 10px;
  }
  .negotiator_container .accordion-container .accordion-body,
  .usb_container .accordion-container .accordion-body {
    flex-direction: column;
  }
  .negotiator_container .accordion-container .accordion-body .price-proposition-wrapper .price-proposition-top .price-proposition-box__row,
  .usb_container .accordion-container .accordion-body .price-proposition-wrapper .price-proposition-top .price-proposition-box__row {
    width: 100%;
    flex-direction: column;
  }
  .negotiator_container .accordion-container .accordion-body .price-proposition-wrapper .price-proposition-top .price-proposition-box__row__left,
  .usb_container .accordion-container .accordion-body .price-proposition-wrapper .price-proposition-top .price-proposition-box__row__left {
    width: 100%;
  }
  .negotiator_container .accordion-container .accordion-body .price-proposition-wrapper .price-proposition-top .price-proposition-box__row__left p,
  .usb_container .accordion-container .accordion-body .price-proposition-wrapper .price-proposition-top .price-proposition-box__row__left p {
    font-size: 15px;
    margin: 0 0 10px 0;
  }
  .negotiator_container .accordion-container .accordion-body .price-proposition-wrapper .price-proposition-top .price-proposition-box__row__right,
  .usb_container .accordion-container .accordion-body .price-proposition-wrapper .price-proposition-top .price-proposition-box__row__right {
    width: 100%;
  }
  .negotiator_container .accordion-container .accordion-body .price-proposition-wrapper .price-proposition-top .price-proposition-box__row__right input,
  .usb_container .accordion-container .accordion-body .price-proposition-wrapper .price-proposition-top .price-proposition-box__row__right input {
    width: 100%;
    font-size: 14px;
  }
  .negotiator_container .accordion-container .accordion-body .price-proposition-wrapper .price-proposition-top .price-proposition-box__row__right input::-moz-placeholder, .usb_container .accordion-container .accordion-body .price-proposition-wrapper .price-proposition-top .price-proposition-box__row__right input::-moz-placeholder {
    font-size: 14px;
  }
  .negotiator_container .accordion-container .accordion-body .price-proposition-wrapper .price-proposition-top .price-proposition-box__row__right input::placeholder,
  .usb_container .accordion-container .accordion-body .price-proposition-wrapper .price-proposition-top .price-proposition-box__row__right input::placeholder {
    font-size: 14px;
  }
  .negotiator_container .accordion-container .accordion-body .price-proposition-wrapper .price-proposition-top .exclamation-box img,
  .usb_container .accordion-container .accordion-body .price-proposition-wrapper .price-proposition-top .exclamation-box img {
    margin-right: 16px;
  }
  .negotiator_container .accordion-container .accordion-body .price-proposition-wrapper .price-proposition-top .exclamation-box span,
  .usb_container .accordion-container .accordion-body .price-proposition-wrapper .price-proposition-top .exclamation-box span {
    font-size: 12px;
  }
  .negotiator_container .accordion-container .accordion-body .price-proposition-wrapper .price-proposition-top .exclamation-box strong,
  .usb_container .accordion-container .accordion-body .price-proposition-wrapper .price-proposition-top .exclamation-box strong {
    font-weight: 700;
    font-size: 24px;
    line-height: 160%;
    text-align: center;
    color: #34224f;
  }
  .negotiator_container .accordion-container .accordion-body__col p,
  .usb_container .accordion-container .accordion-body__col p {
    font-size: 14px;
    line-height: 120%;
    margin: 10px 0 0 0;
  }
  .negotiator_container .accordion-container .accordion-body__col b,
  .usb_container .accordion-container .accordion-body__col b {
    font-size: 14px;
    line-height: 120%;
  }
  .negotiator_container .accordion-container .accordion-body__col b .orange,
  .usb_container .accordion-container .accordion-body__col b .orange {
    color: #34224f;
    font-size: 19px;
  }
  .negotiator_container .accordion-container .accordion-body__col .catalog-price,
  .usb_container .accordion-container .accordion-body__col .catalog-price {
    font-size: 14px;
    line-height: 120%;
  }
  .negotiator_container .accordion-container .accordion-body__col .catalog-price span,
  .usb_container .accordion-container .accordion-body__col .catalog-price span {
    font-size: 14px;
    line-height: 120%;
  }
  .negotiator_container .accordion-container .accordion-body__col .your-price,
  .usb_container .accordion-container .accordion-body__col .your-price {
    font-size: 16px;
    line-height: 120%;
  }
  .negotiator_container .accordion-container .accordion-body__col .desc,
  .usb_container .accordion-container .accordion-body__col .desc {
    line-height: 120%;
  }
  .negotiator_container .accordion-container .accordion-body .colors-col button,
  .usb_container .accordion-container .accordion-body .colors-col button {
    margin-top: 24px;
    font-size: 14px;
  }
  .negotiator_container .accordion-container .accordion-body .colors-col button img,
  .usb_container .accordion-container .accordion-body .colors-col button img {
    width: 15px;
    height: 15px;
  }
  .negotiator_container .accordion-container .accordion-body .colors-col .colors-info-box .mix-container,
  .usb_container .accordion-container .accordion-body .colors-col .colors-info-box .mix-container {
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .negotiator_container .accordion-container .accordion-body .colors-col .colors-info-box .mix-container .custom-checkbox-container,
  .usb_container .accordion-container .accordion-body .colors-col .colors-info-box .mix-container .custom-checkbox-container {
    font-size: 14px;
  }
  .negotiator_container .accordion-container .accordion-body .colors-col .colors-info-box .mix-container .desc,
  .usb_container .accordion-container .accordion-body .colors-col .colors-info-box .mix-container .desc {
    margin: 10px 0 0 0;
  }
  .negotiator_container .accordion-container .accordion-body .quantity-col button,
  .usb_container .accordion-container .accordion-body .quantity-col button {
    margin-top: 24px;
    font-size: 14px;
  }
  .negotiator_container .accordion-container .accordion-body .quantity-col button img,
  .usb_container .accordion-container .accordion-body .quantity-col button img {
    width: 15px;
    height: 15px;
  }
  .negotiator_container .accordion-container .accordion-body .quantity-col-box__slot .quantity-box .color,
  .usb_container .accordion-container .accordion-body .quantity-col-box__slot .quantity-box .color {
    margin-right: 12px;
  }
  .negotiator_container .accordion-container .accordion-body .quantity-col-box__slot .quantity-box label,
  .usb_container .accordion-container .accordion-body .quantity-col-box__slot .quantity-box label {
    font-size: 14px;
  }
  .negotiator_container .accordion-container .accordion-body .quantity-col-box__slot .quantity-box input,
  .usb_container .accordion-container .accordion-body .quantity-col-box__slot .quantity-box input {
    height: 30px;
    font-size: 14px;
  }
  .negotiator_container .accordion-container .accordion-body .one-col-box .two-rows-box .col,
  .usb_container .accordion-container .accordion-body .one-col-box .two-rows-box .col {
    overflow-x: scroll;
  }
  .negotiator_container .accordion-container .accordion-body .one-col-box .two-rows-box .col .custom-radio-container,
  .usb_container .accordion-container .accordion-body .one-col-box .two-rows-box .col .custom-radio-container {
    font-size: 14px;
  }
  .negotiator_container .accordion-container .accordion-body .one-col-box .two-rows-box .col .custom-radio-container .custom-radio-checkmark,
  .usb_container .accordion-container .accordion-body .one-col-box .two-rows-box .col .custom-radio-container .custom-radio-checkmark {
    top: 2px;
  }
  .negotiator_container .accordion-container .accordion-body .one-col-box .two-rows-box .col .calc-select-types__row .types-col,
  .usb_container .accordion-container .accordion-body .one-col-box .two-rows-box .col .calc-select-types__row .types-col {
    min-width: 180px;
  }
  .negotiator_container .accordion-container .accordion-body .one-col-box .two-rows-box .col .calc-select-types__row .types-col select,
  .negotiator_container .accordion-container .accordion-body .one-col-box .two-rows-box .col .calc-select-types__row .types-col input,
  .usb_container .accordion-container .accordion-body .one-col-box .two-rows-box .col .calc-select-types__row .types-col select,
  .usb_container .accordion-container .accordion-body .one-col-box .two-rows-box .col .calc-select-types__row .types-col input {
    font-size: 14px;
  }
  .negotiator_container .accordion-container .accordion-body .one-col-box .two-rows-box .col .calc-select-types__row .types-col.select,
  .usb_container .accordion-container .accordion-body .one-col-box .two-rows-box .col .calc-select-types__row .types-col.select {
    min-width: 220px;
    margin-right: 22px;
  }
  .negotiator_container .accordion-container .accordion-body .one-col-box .two-rows-box .col .calc-select-types__row .types-col.select-name,
  .usb_container .accordion-container .accordion-body .one-col-box .two-rows-box .col .calc-select-types__row .types-col.select-name {
    min-width: 260px;
  }
  .negotiator_container .accordion-container .accordion-body .one-col-box .two-rows-box .col .calc-select-types__row .types-col p,
  .usb_container .accordion-container .accordion-body .one-col-box .two-rows-box .col .calc-select-types__row .types-col p {
    font-size: 14px;
    line-height: 140%;
  }
  .negotiator_container .accordion-container .accordion-body .pricing-box,
  .usb_container .accordion-container .accordion-body .pricing-box {
    padding: 0;
  }
  .negotiator_container .accordion-container .accordion-body .pricing-box__top,
  .usb_container .accordion-container .accordion-body .pricing-box__top {
    flex-direction: column;
  }
  .negotiator_container .accordion-container .accordion-body .pricing-box__top__left,
  .usb_container .accordion-container .accordion-body .pricing-box__top__left {
    width: 100%;
  }
  .negotiator_container .accordion-container .accordion-body .pricing-box__top__left p,
  .usb_container .accordion-container .accordion-body .pricing-box__top__left p {
    margin: 16px 0 0 0;
  }
  .negotiator_container .accordion-container .accordion-body .pricing-box__top__right,
  .usb_container .accordion-container .accordion-body .pricing-box__top__right {
    margin: 0;
  }
  .negotiator_container .accordion-container .accordion-body .tables-box,
  .usb_container .accordion-container .accordion-body .tables-box {
    overflow-x: scroll;
  }
  .negotiator_container .accordion-container .accordion-body .tables-box table,
  .usb_container .accordion-container .accordion-body .tables-box table {
    width: 100%;
  }
  .negotiator_container .accordion-container .accordion-body .tables-box table tr th,
  .usb_container .accordion-container .accordion-body .tables-box table tr th {
    font-size: 14px;
    white-space: pre;
  }
  .negotiator_container .accordion-container .accordion-body .tables-box table tr td,
  .usb_container .accordion-container .accordion-body .tables-box table tr td {
    white-space: pre;
    font-size: 13px;
    padding: 0 14px;
  }
  .negotiator_container .sumary_box,
  .usb_container .sumary_box {
    width: 100%;
    margin-bottom: 40px;
  }
  .negotiator_container .sumary_box--netto .netto-value,
  .usb_container .sumary_box--netto .netto-value {
    font-size: 30px;
  }
}
@media (max-width: 760px) {
  .negotiator_container .accordion-container .accordion-body .one-col-box .two-rows-box .col,
  .usb_container .accordion-container .accordion-body .one-col-box .two-rows-box .col {
    position: relative;
    padding-bottom: 28px;
  }
  .negotiator_container .accordion-container .accordion-body .one-col-box .two-rows-box .col::before,
  .usb_container .accordion-container .accordion-body .one-col-box .two-rows-box .col::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;
  }
  .negotiator_container .accordion-container .accordion-body .one-col-box .two-rows-box .col::after,
  .usb_container .accordion-container .accordion-body .one-col-box .two-rows-box .col::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;
  }
}
.grey-background {
  background-color: #f2f3f7;
  width: 100%;
  padding-bottom: 40px;
}
.grey-background .register h2 {
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  color: #212321;
  margin: 0;
  padding: 46px 0;
}
.grey-background .register h2 span {
  font-weight: 900;
  color: #e6007e;
}
.grey-background .register .inputs-form-container-wrapper {
  background-color: #ffffff;
  height: 100%;
}
.grey-background .register .inputs-form-container-wrapper .register-top-container {
  display: flex;
  flex-direction: row;
}
.grey-background .register .inputs-form-container-wrapper .register-top-container__slot {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.grey-background .register .inputs-form-container-wrapper .register-top-container__slot .title {
  width: 100%;
}
.grey-background .register .inputs-form-container-wrapper .register-top-container__slot:nth-of-type(2) .inputs-wrapper {
  padding-left: 0;
  padding-right: 40px;
}
.grey-background .register .inputs-form-container-wrapper .register-top-container__slot:nth-of-type(2) .title p {
  padding-left: 0;
}
.grey-background .register .inputs-form-container-wrapper .register-top-container__slot .inputs-wrapper {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding-right: 0;
}
.grey-background .register .inputs-form-container-wrapper .register-top-container__slot .inputs-wrapper__slot {
  width: 48%;
  margin-right: 2%;
}
.grey-background .register .inputs-form-container-wrapper .title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #ffffff;
  min-height: 70px;
  border-bottom: 1px solid #f2f3f7;
}
.grey-background .register .inputs-form-container-wrapper .title p {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 160%;
  text-transform: uppercase;
  padding-left: 40px;
  color: #212321;
  margin: 0 15px 0 0;
}
.grey-background .register .inputs-form-container-wrapper .title p img {
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 10px;
}
.grey-background .register .inputs-form-container-wrapper .title p span {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #212321;
  margin: 0 0 0 15px;
  text-transform: none;
}
.grey-background .register .inputs-form-container-wrapper .title p span.orange {
  color: #e6007e;
}
.grey-background .register .inputs-form-container-wrapper .button-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 45px;
  padding-left: 46px;
}
.grey-background .register .inputs-form-container-wrapper .button-box button {
  font-size: 16px;
  width: 300px;
  height: 52px;
}
.grey-background .register .inputs-form-container-wrapper .checkboxes-box {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 46px;
}
.grey-background .register .inputs-form-container-wrapper .checkboxes-box__slot {
  width: 24%;
  margin-right: 23px;
}
.grey-background .register .inputs-form-container-wrapper .checkboxes-box__slot label {
  position: relative;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  color: #212321;
}
.grey-background .register .inputs-form-container-wrapper .checkboxes-box__slot label.custom-checkbox-container {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 167.023%;
  color: #8a8a8a;
  margin-top: 36px;
  padding-left: 45px;
}
.grey-background .register .inputs-form-container-wrapper .checkboxes-box__slot label.custom-checkbox-container .custom-checkbox-checkmark {
  top: -1px;
  left: -1px;
  height: 37px;
  width: 37px;
  background-color: #f2f3f7;
}
.grey-background .register .inputs-form-container-wrapper .checkboxes-box__slot label.custom-checkbox-container .custom-checkbox-checkmark:hover {
  background-color: #e6e6e6;
}
.grey-background .register .inputs-form-container-wrapper .checkboxes-box__slot label.custom-checkbox-container .custom-checkbox-checkmark::after {
  left: 15px;
  top: 9px;
  width: 8px;
  height: 16px;
  border-width: 0 3px 3px 0;
}
.grey-background .register .inputs-form-container-wrapper .inputs-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  padding: 33px 40px;
}
.grey-background .register .inputs-form-container-wrapper .inputs-wrapper .input-column {
  width: 24%;
  margin-right: 1%;
}
.grey-background .register .inputs-form-container-wrapper .inputs-wrapper .input-column .inputs-wrapper__slot {
  width: 100%;
}
.grey-background .register .inputs-form-container-wrapper .inputs-wrapper .input-column .inputs-wrapper__slot label.newsletter {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 37px;
  color: #212321;
  background-color: #f2f3f7;
  height: 37px;
  text-align: center;
  border: 1px solid #e6e6e6;
  padding-left: 37px;
}
.grey-background .register .inputs-form-container-wrapper .inputs-wrapper .input-column .inputs-wrapper__slot label.newsletter .custom-checkbox-checkmark {
  top: -1px;
  left: -1px;
  height: 37px;
  width: 37px;
  background-color: #f2f3f7;
  border: 1px solid #e6e6e6;
}
.grey-background .register .inputs-form-container-wrapper .inputs-wrapper .input-column .inputs-wrapper__slot label.newsletter .custom-checkbox-checkmark:hover {
  background-color: #e6e6e6;
}
.grey-background .register .inputs-form-container-wrapper .inputs-wrapper .input-column .inputs-wrapper__slot label.newsletter .custom-checkbox-checkmark::after {
  left: 13px;
  top: 8px;
  width: 8px;
  height: 16px;
  border-width: 0 3px 3px 0;
}
.grey-background .register .inputs-form-container-wrapper .inputs-wrapper__slot {
  display: flex;
  flex-direction: column;
  width: 24%;
  margin-right: 1%;
}
.grey-background .register .inputs-form-container-wrapper .inputs-wrapper__slot.pre label {
  white-space: pre;
}
.grey-background .register .inputs-form-container-wrapper .inputs-wrapper__slot.newsletter {
  width: 100%;
}
.grey-background .register .inputs-form-container-wrapper .inputs-wrapper__slot.newsletter input {
  width: 400px;
  margin-bottom: -8px;
}
.grey-background .register .inputs-form-container-wrapper .inputs-wrapper__slot:nth-of-type(4n) {
  margin-right: 0;
}
.grey-background .register .inputs-form-container-wrapper .inputs-wrapper__slot label {
  position: relative;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  color: #212321;
}
.grey-background .register .inputs-form-container-wrapper .inputs-wrapper__slot label.custom-checkbox-container.marketing-consents {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 167.023%;
  color: #8a8a8a;
  margin-top: 36px;
  padding-left: 45px;
}
.grey-background .register .inputs-form-container-wrapper .inputs-wrapper__slot label.custom-checkbox-container.marketing-consents .custom-checkbox-checkmark {
  top: -1px;
  left: -1px;
  height: 37px;
  width: 37px;
  background-color: #f2f3f7;
}
.grey-background .register .inputs-form-container-wrapper .inputs-wrapper__slot label.custom-checkbox-container.marketing-consents .custom-checkbox-checkmark:hover {
  background-color: #e6e6e6;
}
.grey-background .register .inputs-form-container-wrapper .inputs-wrapper__slot label.custom-checkbox-container.marketing-consents .custom-checkbox-checkmark::after {
  left: 15px;
  top: 9px;
  width: 8px;
  height: 16px;
  border-width: 0 3px 3px 0;
}
.grey-background .register .inputs-form-container-wrapper .inputs-wrapper__slot label .orange {
  display: inline-flex;
  margin-left: 4px;
  color: #e6007e;
}
.grey-background .register .inputs-form-container-wrapper .inputs-wrapper__slot label small {
  line-height: 11px;
  position: absolute;
  font-size: 10px;
  color: #8c8c8c;
  margin-left: 16px;
  width: 60%;
}
.grey-background .register .inputs-form-container-wrapper .inputs-wrapper__slot label small button {
  all: unset;
  line-height: 11px;
  font-size: 10px;
  color: #e6007e;
  text-decoration: none;
  cursor: pointer;
}
.grey-background .register .inputs-form-container-wrapper .inputs-wrapper__slot label small button:hover {
  border-bottom: 1px solid;
}
.grey-background .register .inputs-form-container-wrapper .inputs-wrapper__slot select {
  height: 40px;
  width: 100%;
  padding: 0 25px;
  margin: 13px 0 25px 0;
  cursor: pointer;
}
.grey-background .register .inputs-form-container-wrapper .inputs-wrapper__slot input {
  height: 40px;
  width: 100%;
  padding: 0 25px;
  margin: 13px 0 25px 0;
}
.grey-background .register .inputs-form-container-wrapper .inputs-wrapper__slot input::-moz-placeholder {
  color: #8a8a8a;
}
.grey-background .register .inputs-form-container-wrapper .inputs-wrapper__slot input::placeholder {
  color: #8a8a8a;
}
.grey-background .register .inputs-form-container-wrapper .inputs-wrapper__slot input[type=file] {
  font-size: 16px;
  padding: 0;
}
.grey-background .register .inputs-form-container-wrapper .inputs-wrapper__slot .label-logo {
  margin-top: -60px;
  margin-bottom: 13px;
}
.grey-background .register .inputs-form-container-wrapper .inputs-wrapper__slot .your-logo {
  width: 100%;
  height: auto;
  max-width: 380px;
}

@media (max-width: 1280px) {
  .grey-background .register .inputs-form-container-wrapper .inputs-wrapper__slot {
    width: 49%;
  }
  .grey-background .register .inputs-form-container-wrapper .inputs-wrapper__slot small {
    width: 70% !important;
  }
  .grey-background .register .inputs-form-container-wrapper .inputs-wrapper .input-column {
    width: 49%;
  }
}
@media (max-width: 991px) {
  .grey-background .register h2 {
    font-size: 20px;
    line-height: 140%;
    padding: 24px 0;
  }
  .grey-background .register .inputs-form-container-wrapper .register-top-container {
    flex-direction: column;
  }
  .grey-background .register .inputs-form-container-wrapper .register-top-container__slot:nth-of-type(2) .inputs-wrapper {
    padding-left: 16px;
    padding-right: 0;
  }
  .grey-background .register .inputs-form-container-wrapper .register-top-container__slot:nth-of-type(2) .title p {
    padding-left: 16px;
  }
  .grey-background .register .inputs-form-container-wrapper .title {
    min-height: 40px;
  }
  .grey-background .register .inputs-form-container-wrapper .title p {
    font-size: 16px;
    padding-left: 16px;
    line-height: 100%;
  }
  .grey-background .register .inputs-form-container-wrapper .title p span {
    font-size: 13px;
  }
  .grey-background .register .inputs-form-container-wrapper .button-box {
    padding-left: 16px;
  }
  .grey-background .register .inputs-form-container-wrapper .button-box button {
    font-size: 14px;
  }
  .grey-background .register .inputs-form-container-wrapper .checkboxes-box {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0 20px;
  }
  .grey-background .register .inputs-form-container-wrapper .checkboxes-box__slot {
    width: 100%;
    margin-right: 0;
  }
  .grey-background .register .inputs-form-container-wrapper .checkboxes-box__slot label {
    margin: 8px 0 !important;
    padding-left: 40px !important;
  }
  .grey-background .register .inputs-form-container-wrapper .checkboxes-box__slot label .custom-checkbox-checkmark {
    width: 25px !important;
    height: 25px !important;
  }
  .grey-background .register .inputs-form-container-wrapper .checkboxes-box__slot label .custom-checkbox-checkmark::after {
    left: 8px !important;
    top: 3px !important;
    width: 8px !important;
    height: 16px !important;
  }
  .grey-background .register .inputs-form-container-wrapper .inputs-wrapper {
    padding: 16px 20px;
  }
  .grey-background .register .inputs-form-container-wrapper .inputs-wrapper .input-column {
    width: 49%;
    margin-right: 1%;
  }
  .grey-background .register .inputs-form-container-wrapper .inputs-wrapper__slot {
    display: flex;
    flex-direction: column;
    width: 49%;
    margin-right: 1%;
  }
  .grey-background .register .inputs-form-container-wrapper .inputs-wrapper__slot .marketing-consents {
    margin-top: 27px !important;
  }
  .grey-background .register .inputs-form-container-wrapper .inputs-wrapper__slot:nth-of-type(2n) {
    margin-right: 0;
  }
  .grey-background .register .inputs-form-container-wrapper .inputs-wrapper__slot:nth-of-type(3n) {
    margin-right: 1%;
  }
  .grey-background .register .inputs-form-container-wrapper .inputs-wrapper__slot label {
    font-size: 14px !important;
  }
  .grey-background .register .inputs-form-container-wrapper .inputs-wrapper__slot input,
  .grey-background .register .inputs-form-container-wrapper .inputs-wrapper__slot select {
    padding: 0 16px;
    margin: 6px 0 16px 0;
  }
  .grey-background .register .inputs-form-container-wrapper .inputs-wrapper__slot input[type=file] {
    margin-top: 13px;
    font-size: 16px;
    padding: 0;
  }
  .grey-background .register .inputs-form-container-wrapper .inputs-wrapper__slot .label-logo {
    margin-top: -40px;
  }
  .grey-background .register .inputs-form-container-wrapper .inputs-wrapper__slot .your-logo {
    max-width: 80vw;
  }
  .grey-background .register .inputs-form-container-wrapper .inputs-wrapper__slot small {
    width: 80% !important;
  }
}
@media (max-width: 760px) {
  .grey-background .register .inputs-form-container-wrapper .register-top-container__slot .inputs-wrapper {
    padding-right: 16px !important;
  }
  .grey-background .register .inputs-form-container-wrapper .register-top-container__slot .title p {
    padding-left: 16px;
  }
  .grey-background .register .inputs-form-container-wrapper .register-top-container__slot .inputs-wrapper {
    flex-direction: column;
  }
  .grey-background .register .inputs-form-container-wrapper .register-top-container__slot .inputs-wrapper__slot {
    width: 100%;
    margin-right: 16px;
  }
  .grey-background .register .inputs-form-container-wrapper .inputs-wrapper {
    padding: 16px;
  }
  .grey-background .register .inputs-form-container-wrapper .inputs-wrapper .input-column {
    width: 100%;
    margin-right: 0;
  }
  .grey-background .register .inputs-form-container-wrapper .inputs-wrapper label.marketing-consents {
    margin: 8px 0 !important;
    padding-left: 40px !important;
    font-size: 12px !important;
  }
  .grey-background .register .inputs-form-container-wrapper .inputs-wrapper label.marketing-consents .custom-checkbox-checkmark {
    width: 25px !important;
    height: 25px !important;
  }
  .grey-background .register .inputs-form-container-wrapper .inputs-wrapper label.marketing-consents .custom-checkbox-checkmark::after {
    left: 8px !important;
    top: 3px !important;
    width: 8px !important;
    height: 16px !important;
  }
  .grey-background .register .inputs-form-container-wrapper .inputs-wrapper__slot {
    width: 100%;
    margin-right: 0;
  }
  .grey-background .register .inputs-form-container-wrapper .inputs-wrapper__slot:nth-of-type(2n) {
    margin-right: 0;
  }
  .grey-background .register .inputs-form-container-wrapper .inputs-wrapper__slot:nth-of-type(3n) {
    margin-right: 0;
  }
  .grey-background .register .inputs-form-container-wrapper .inputs-wrapper__slot input[type=file] {
    font-size: 14px;
  }
  .grey-background .register .inputs-form-container-wrapper .inputs-wrapper__slot .your-logo {
    max-width: 100%;
  }
  .grey-background .register .inputs-form-container-wrapper .inputs-wrapper__slot small {
    width: 80% !important;
    line-height: 9px !important;
  }
}
.country-modal {
  --bs-modal-width: 80vw;
  max-width: 1500px;
  left: 50%;
  transform: translateX(-50%);
}
.country-modal .modal-content .modal-header .title {
  display: flex;
  align-items: center;
}
.country-modal .modal-content .modal-header .title p {
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  color: #212321;
  margin: 0;
}
.country-modal .modal-content .modal-header .title p img {
  margin-right: 10px;
}
.country-modal .modal-content .modal-header .title p span {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #8c8c8c;
  text-transform: none;
  margin-left: 16px;
}
.country-modal .modal-content .modal-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.country-modal .modal-content .modal-body h3 {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  color: #212321;
  margin: 24px 0 16px 0;
}
.country-modal .modal-content .modal-body .table-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.country-modal .modal-content .modal-body .table-wrapper__col {
  display: flex;
  flex-direction: column;
  width: 33.3%;
  border-right: 21px solid #ffffff;
}
.country-modal .modal-content .modal-body .table-wrapper__col:last-of-type {
  border-right: 0;
}
.country-modal .modal-content .modal-body .table-wrapper__col table {
  border-bottom: 26px solid #ffffff;
}
.country-modal .modal-content .modal-body .table-wrapper__col table tbody tr:nth-of-type(odd) {
  background-color: #f2f3f7;
}
.country-modal .modal-content .modal-body .table-wrapper__col table tbody tr.darkgrey-line {
  border-bottom: 1px solid #b9b9b9;
}
.country-modal .modal-content .modal-body .table-wrapper__col table tbody tr th {
  background-color: #212321;
  color: #ffffff;
  padding: 10px 23px;
}
.country-modal .modal-content .modal-body .table-wrapper__col table tbody tr td[rowspan] {
  background-color: #f2f3f7;
}
.country-modal .modal-content .modal-body .table-wrapper__col table tbody tr td {
  color: #212321;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin: 0;
  padding: 6px 23px;
}
.country-modal .modal-content .modal-body .table-wrapper__col table tbody tr td a {
  color: #212321;
  text-decoration: none;
}
.country-modal .modal-content .modal-body .table-wrapper__col table tbody tr td a:hover {
  color: #e6007e;
}
.country-modal .modal-content .modal-body .table-wrapper__col table tbody tr td p {
  color: #212321;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin: 0;
}
.country-modal .modal-content .modal-footer {
  border-top: 0;
}

@media (max-width: 1280px) {
  .country-modal {
    --bs-modal-width: 85vw;
  }
  .country-modal .modal-content .modal-header .title p {
    font-size: 15px;
  }
  .country-modal .modal-content .modal-header .title p img {
    margin-right: 8px;
  }
  .country-modal .modal-content .modal-header .title p span {
    font-size: 13px;
    margin-left: 13px;
  }
  .country-modal .modal-content .modal-body h3 {
    font-size: 14px;
    margin: 18px 0 12px 0;
  }
  .country-modal .modal-content .modal-body .table-wrapper__col {
    flex-direction: column;
    width: 50%;
    border-right: 21px solid #ffffff;
  }
}
@media (max-width: 992px) {
  .country-modal {
    --bs-modal-width: 95vw;
    padding-right: 0;
  }
  .country-modal .modal-content .modal-header .title p {
    font-size: 14px;
  }
  .country-modal .modal-content .modal-header .title p span {
    font-size: 12px;
    margin-left: 12px;
  }
  .country-modal .modal-content .modal-body h3 {
    font-size: 14px;
    margin: 0 0 12px 0;
  }
  .country-modal .modal-content .modal-body .table-wrapper__col {
    flex-direction: column;
    width: 100%;
    border-right: 0;
  }
  .country-modal .modal-content .modal-footer button {
    margin-top: 0;
    font-size: 14px;
  }
  .country-modal .modal-content .modal-footer button img {
    width: 15px;
    height: 15px;
  }
}
#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: #34224f;
}
.catalogs-container h4 {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  color: #374957;
  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: 700px;
  width: calc(50% - 23px);
  margin-right: 23px;
  margin-bottom: 23px;
  background-color: #ffffff;
}
.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(2n) {
  width: 50%;
  margin-right: 0;
}
.catalogs-container .catalogs-wrapper_col_top {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 36px 36px 26px 36px;
  border-bottom: 1px solid #d9d9d9;
  height: 590px;
}
.catalogs-container .catalogs-wrapper_col_top_left {
  margin: 0 27px 0 0;
}
.catalogs-container .catalogs-wrapper_col_top_left img {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 248px;
  height: auto;
}
.catalogs-container .catalogs-wrapper_col_top_right .catalogs-text h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 28.8px;
  text-align: left;
  color: #34224f;
  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: #e6007e;
  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: #e6007e;
  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: 22px 36px;
  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: 54px;
  padding: 15px 16px;
  box-sizing: border-box;
  border: 1px solid #e6007e;
  background-color: #ffffff;
  text-decoration: unset;
}
.catalogs-container .catalogs-wrapper_col_bottom__btns--btn span {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  margin: 0;
  color: #e6007e;
}
.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: #e6007e;
}
.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;
  }
  .catalogs-container .catalogs-wrapper_col {
    width: calc(50% - 23px);
  }
  .catalogs-container .catalogs-wrapper_col_top_left img {
    width: 200px;
  }
}
@media (max-width: 1270px) {
  .catalogs-container .catalogs-wrapper_col {
    width: 100%;
    margin-right: 0;
  }
  .catalogs-container .catalogs-wrapper_col:nth-of-type(2n) {
    width: 100%;
    margin-right: 0;
  }
}
@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_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;
  }
  .catalogs-container .catalogs-wrapper_col_top {
    flex-direction: column;
    height: auto;
  }
  .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 0 22px 0;
  }
  .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;
  }
}
.e-leaflet-info {
  margin-left: 20px;
  width: 772px;
  margin-bottom: 47px;
}
@media (max-width: 900px) {
  .e-leaflet-info {
    width: 100%;
    margin: 0 0 24px 0;
  }
}
.e-leaflet-info_title h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  color: #34224f;
  margin: 0 0 22px 0;
}
@media (max-width: 760px) {
  .e-leaflet-info_title h1 {
    font-size: 26px;
  }
}
.e-leaflet-info_subtitle {
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 900px) {
  .e-leaflet-info_subtitle {
    font-size: 14px;
  }
}
.e-leaflet-info_subtitle.subtitle-with-underline {
  padding-bottom: 6px;
  border-bottom: 1px solid #8a8a8a;
  margin-bottom: 28px;
}
.e-leaflet-info label {
  height: 28px;
}
@media (max-width: 900px) {
  .e-leaflet-info label {
    font-size: 14px;
  }
}
.e-leaflet-info .form-input {
  padding: 0 20px;
  margin: 0 0 13px 0;
  height: 40px;
}
.e-leaflet-info #e-leaflet-desc,
.e-leaflet-info #e-leaflet-comments {
  min-height: 70px;
  height: auto;
  margin: 0 0 13px 0;
  padding: 16px 20px;
  border: 0;
}
.e-leaflet-info #e-leaflet-comments {
  min-height: 124px;
}
.e-leaflet-info .row-inputs {
  width: 100%;
}
.e-leaflet-info .row-inputs .column-inputs {
  width: calc(50% - 8px);
}
@media (max-width: 900px) {
  .e-leaflet-info .row-inputs .column-inputs {
    width: 100%;
  }
}
.e-leaflet-info .row-inputs .column-inputs input {
  width: 100%;
}
.e-leaflet-info .e-leaflet__btns {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 11px;
}
.e-leaflet-info .e-leaflet__btns .form-input-wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.e-leaflet-info .e-leaflet__btns .form-input-wrap label {
  font-size: 10px;
  height: 10px;
  margin-bottom: 6px;
}
.e-leaflet-info .e-leaflet__btns--btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  height: 54px;
  padding: 15px 20px;
  box-sizing: border-box;
  border: 1px solid #e6007e;
  background-color: #ffffff;
  text-decoration: unset;
}
.e-leaflet-info .e-leaflet__btns--btn span {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  margin: 0;
  color: #e6007e;
}
@media (max-width: 900px) {
  .e-leaflet-info .e-leaflet__btns--btn span {
    font-size: 14px;
  }
}
.e-leaflet-info .e-leaflet__btns--btn img,
.e-leaflet-info .e-leaflet__btns--btn svg {
  display: flex;
  margin: 0 0 0 10px;
}
.e-leaflet-info .e-leaflet__btns--btn:hover {
  background-color: #e6007e;
}
.e-leaflet-info .e-leaflet__btns--btn:hover span {
  color: #ffffff;
}
.e-leaflet-info .e-leaflet__btns--btn:hover img,
.e-leaflet-info .e-leaflet__btns--btn:hover svg {
  filter: invert(1) brightness(22);
}
.e-leaflet-info .white-btn {
  margin-top: 0;
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 900px) {
  .e-leaflet-info .white-btn {
    font-size: 14px;
  }
}
.e-leaflet-info .form-check.form-switch {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px 0 0;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 26px;
}
.e-leaflet-info .form-check.form-switch .form-check-label {
  display: inline-flex;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  order: 1;
  height: 20px;
  font-size: 16px;
  line-height: 20px;
  cursor: pointer;
}
@media (max-width: 900px) {
  .e-leaflet-info .form-check.form-switch .form-check-label {
    font-size: 13px;
  }
}
.e-leaflet-info .form-check.form-switch .form-check-input {
  display: inline-flex;
  order: 2;
  margin-left: 8px;
  width: 40px;
  height: 20px;
  margin-top: 0;
  cursor: pointer;
}
.e-leaflet-info .form-check.form-switch .form-check-input:checked {
  background-color: #e6007e;
  border-color: #e6007e;
}

main:has(.shop-creator-wrapper) {
  background-color: #f2f3f7;
}
@media (max-width: 760px) {
  main:has(.shop-creator-wrapper) .breadcrumbs {
    padding-top: 6px;
    margin-top: 0;
  }
}

.shop-tabs {
  padding: 22px 60px;
  background-color: #ffffff;
  border-bottom: 1px solid #d2d2d2;
  padding-top: 40px;
}
.shop-tabs__btn {
  text-decoration: unset;
  padding: 24px;
  color: #212321;
  text-transform: uppercase;
  font-weight: 600;
}
.shop-tabs__btn img {
  display: inline-flex;
  margin-right: 4px;
}
.shop-tabs__btn.active, .shop-tabs__btn:hover {
  color: #ffffff;
  background-color: #e6007e;
}
@media (max-width: 991px) {
  .shop-tabs {
    padding: 20px 0;
  }
  .shop-tabs__btn {
    font-size: 10px;
  }
}

.ck-editor .ck-content {
  min-height: 140px;
  margin-bottom: 24px;
}

.shop-creator-wrapper {
  padding-bottom: 160px;
}
@media (max-width: 760px) {
  .shop-creator-wrapper {
    padding-bottom: 12px;
  }
}
.shop-creator-wrapper .shop-creator-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background-color: #ffffff;
  padding: 34px 40px;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .shop-creator-wrapper .shop-creator-title {
    padding: 16px;
  }
}
@media (max-width: 760px) {
  .shop-creator-wrapper .shop-creator-title {
    flex-direction: column;
  }
}
.shop-creator-wrapper .shop-creator-title h1 {
  flex-grow: 1;
  font-size: 32px;
  font-weight: 900;
  line-height: 38.4px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #212321;
}
@media (max-width: 992px) {
  .shop-creator-wrapper .shop-creator-title h1 {
    font-size: 20px;
    line-height: 1.2;
  }
}
.shop-creator-wrapper .common-progress-bar {
  width: 100%;
  background-color: #ffffff;
}
.shop-creator-wrapper .common-steps-container {
  background-color: #ffffff;
  width: 100%;
}
.shop-creator-wrapper .common-steps-container-slot .active {
  color: #e6007e !important;
}
.shop-creator-wrapper #css-textarea,
.shop-creator-wrapper #ga-textarea {
  width: 100%;
  border: 0;
  padding: 16px;
  margin-bottom: 24px;
  min-height: 250px;
}
.shop-creator-wrapper .shopcreator-content {
  background-color: #ffffff;
  padding: 26px 60px;
}
@media (max-width: 992px) {
  .shop-creator-wrapper .shopcreator-content {
    padding: 18px;
  }
}
.shop-creator-wrapper .shopcreator-content.step-three input.flag-input {
  padding: 0 16px 0 40px !important;
}
.shop-creator-wrapper .shopcreator-content.step-three textarea.flag-textarea {
  padding: 10px 16px 16px 40px !important;
}
.shop-creator-wrapper .shopcreator-content.step-three .en-input-box {
  position: relative;
}
.shop-creator-wrapper .shopcreator-content.step-three .en-input-box::before {
  position: absolute;
  top: 20px;
  left: 6px;
  content: "";
  display: block;
  width: 24px;
  height: 16px;
  background: url("./../assets/img/common/topbar/EN-flag.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.shop-creator-wrapper .shopcreator-content.step-three .pl-input-box {
  position: relative;
}
.shop-creator-wrapper .shopcreator-content.step-three .pl-input-box::before {
  position: absolute;
  top: 20px;
  left: 6px;
  content: "";
  display: block;
  width: 24px;
  height: 16px;
  background: url("./../assets/img/common/topbar/PL-flag.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.shop-creator-wrapper .shopcreator-content .greybox div.english_version {
  margin: 35px 0 0 0;
}
.shop-creator-wrapper .shopcreator-content .greybox div.english_version .custom-checkbox-checkmark {
  display: inline-block;
  border: 1px solid #ccc;
  background: #fff;
  top: 0;
  height: 25px;
  width: 25px;
}
.shop-creator-wrapper .shopcreator-content .greybox div.english_version label {
  padding-top: 2px;
  font-size: 14px;
}
.shop-creator-wrapper .shopcreator-content h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 25.2px;
  text-align: left;
  text-transform: uppercase;
  color: #212321;
  margin-bottom: 16px;
}
.shop-creator-wrapper .shopcreator-content h3 img {
  display: inline-flex;
  margin-right: 6px;
  margin-bottom: 4px;
}
.shop-creator-wrapper .shopcreator-content h3.not-uppercase {
  text-transform: unset !important;
}
@media (max-width: 992px) {
  .shop-creator-wrapper .shopcreator-content h3 {
    font-size: 16px;
    margin-bottom: 12px;
  }
}
.shop-creator-wrapper .shopcreator-content .shopprices-info-text {
  margin-bottom: 48px;
}
.shop-creator-wrapper .shopcreator-content .shopprices-info-text p {
  color: #212321;
  margin-bottom: 4px;
}
@media (max-width: 992px) {
  .shop-creator-wrapper .shopcreator-content .shopprices-info-text p {
    font-size: 14px;
  }
}
.shop-creator-wrapper .shopcreator-content .shopcreator-banners {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 32px;
}
.shop-creator-wrapper .shopcreator-content .shopcreator-banners-slot {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 23.5%;
}
@media (max-width: 1493px) {
  .shop-creator-wrapper .shopcreator-content .shopcreator-banners-slot {
    width: 30%;
  }
}
@media (max-width: 1200px) {
  .shop-creator-wrapper .shopcreator-content .shopcreator-banners-slot {
    width: 48%;
  }
}
@media (max-width: 992px) {
  .shop-creator-wrapper .shopcreator-content .shopcreator-banners-slot {
    width: 100%;
  }
}
.shop-creator-wrapper .shopcreator-content .shopcreator-banners-slot__title p {
  font-size: 16px;
  font-weight: 700;
  line-height: 26.08px;
  text-align: left;
  margin-bottom: 11px;
  color: #212321;
}
.shop-creator-wrapper .shopcreator-content .shopcreator-banners-slot__checkboxes {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
}
.shop-creator-wrapper .shopcreator-content .shopcreator-banners-slot__checkboxes label {
  font-size: 16px;
  font-weight: 700;
  line-height: 34px;
  text-align: left;
  color: #212321;
}
.shop-creator-wrapper .shopcreator-content .shopcreator-banners-slot__checkboxes .custom-checkbox-checkmark {
  background-color: #ffffff;
  border: 1px solid #8a8a8a;
}
.shop-creator-wrapper .shopcreator-content .shopcreator-banners-slot__url {
  width: 100%;
}
.shop-creator-wrapper .shopcreator-content .shopcreator-banners-slot__url input {
  padding: 0 15px;
  font-size: 16px;
  margin: 0 0 16px 0;
  width: 100%;
}
.shop-creator-wrapper .shopcreator-content .shopcreator-banners-slot__url input::-moz-placeholder {
  font-size: 16px;
}
.shop-creator-wrapper .shopcreator-content .shopcreator-banners-slot__url input::placeholder {
  font-size: 16px;
}
.shop-creator-wrapper .shopcreator-content .shopcreator-banners-slot__img:not(.upload-icon) {
  width: 100%;
  height: 125px;
}
.shop-creator-wrapper .shopcreator-content .shopcreator-banners-slot__img:not(.upload-icon) img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.shop-creator-wrapper .shopcreator-content .shopcreator-banners-slot__img {
  width: 100%;
}
.shop-creator-wrapper .shopcreator-content .shopcreator-banners-slot__img .upload-files-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #f2f3f7;
  border: 1px dashed #e6007e;
  padding: 16px 0 0 0;
  height: 126px;
  width: 100%;
  margin-top: 0 !important;
  cursor: pointer;
}
.shop-creator-wrapper .shopcreator-content .shopcreator-banners-slot__img .upload-files-box img {
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 7px;
}
.shop-creator-wrapper .shopcreator-content .shopcreator-banners-slot__img .upload-files-box p {
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  color: #333333;
  text-align: center;
}
.shop-creator-wrapper .shopcreator-content .shopcreator-banners-slot__img .upload-files-box p span {
  color: #e6007e;
  margin-bottom: 7px;
}
.shop-creator-wrapper .shopcreator-content .shopcreator-banners-slot__img .upload-files-box .file-block {
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 8px 0 0 45%;
  width: 100%;
  background-color: unset;
}
.shop-creator-wrapper .shopcreator-content .shopcreator-prices {
  display: flex;
  gap: 89px;
  margin: 23px 0 40px 0;
}
@media (max-width: 992px) {
  .shop-creator-wrapper .shopcreator-content .shopcreator-prices {
    flex-direction: column;
    gap: 24px;
  }
  .shop-creator-wrapper .shopcreator-content .shopcreator-prices label,
  .shop-creator-wrapper .shopcreator-content .shopcreator-prices input {
    font-size: 14px;
  }
  .shop-creator-wrapper .shopcreator-content .shopcreator-prices input {
    width: 33vw !important;
  }
}
.shop-creator-wrapper .shopcreator-content .shopcreator-prices__slot {
  display: flex;
  flex-direction: column;
}
.shop-creator-wrapper .shopcreator-content .shopcreator-prices__slot label {
  font-weight: bold;
  color: #212321;
}
.shop-creator-wrapper .shopcreator-content .shopcreator-prices__slot label img {
  display: inline-flex;
  margin-right: 4px;
  margin-bottom: 4px;
}
.shop-creator-wrapper .shopcreator-content .shopcreator-prices__slot select {
  display: flex;
  align-items: center;
  width: 71px;
  height: 40px;
  box-sizing: border-box;
  background-color: #f2f3f7;
  padding: 0 17px;
  margin: 0 16px 0 0;
  text-align: left;
  border: 0;
  outline: 0;
  cursor: pointer;
}
.shop-creator-wrapper .shopcreator-content .shopcreator-prices__slot input {
  padding: 0 17px;
  width: 71px;
  height: 40px;
  margin: 0 16px 0 0;
}
.shop-creator-wrapper .shopcreator-content .shopcreator-labels {
  gap: 30px;
}
.shop-creator-wrapper .shopcreator-content .shopcreator-labels .logo-label {
  font-weight: 700;
  margin-top: 24px;
}
.shop-creator-wrapper .shopcreator-content .shopcreator-labels .label-box {
  width: 23.9%;
}
@media (max-width: 1370px) {
  .shop-creator-wrapper .shopcreator-content .shopcreator-labels .label-box {
    width: 32%;
  }
}
@media (max-width: 1070px) {
  .shop-creator-wrapper .shopcreator-content .shopcreator-labels .label-box {
    width: 48%;
  }
}
@media (max-width: 992px) {
  .shop-creator-wrapper .shopcreator-content .shopcreator-labels .label-box {
    width: 100%;
  }
}
.shop-creator-wrapper .shopcreator-content .shopcreator-labels .label-box label {
  font-weight: 700;
  margin-top: 24px;
  color: #212321;
}
.shop-creator-wrapper .shopcreator-content .shopcreator-labels .label-box input {
  margin-top: 8px;
  padding: 0 16px;
  height: 40px;
  width: 100%;
}
.shop-creator-wrapper .shopcreator-content .shopcreator-labels .label-box textarea {
  margin-top: 8px;
  width: 100%;
  padding: 16px;
  min-height: 130px;
  border: 0;
}
.shop-creator-wrapper .shopcreator-content .shopcreator-labels .label-box p {
  margin-top: 24px;
}
.shop-creator-wrapper .shopcreator-content .shopcreator-labels .upload-files-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #f2f3f7;
  border: 1px dashed #e6007e;
  padding: 16px 0 0 0;
  height: 126px;
  width: auto;
  margin-top: 10px !important;
  cursor: pointer;
}
.shop-creator-wrapper .shopcreator-content .shopcreator-labels .upload-files-box img {
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 7px;
}
.shop-creator-wrapper .shopcreator-content .shopcreator-labels .upload-files-box p {
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  color: #333333;
  text-align: center;
}
.shop-creator-wrapper .shopcreator-content .shopcreator-labels .upload-files-box p span {
  color: #e6007e;
  margin-bottom: 7px;
}
.shop-creator-wrapper .shopcreator-content .shopcreator-labels .upload-files-box .file-block {
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 8px 0 0 45%;
  width: 100%;
  background-color: unset;
}
.shop-creator-wrapper .shopcreator-content .shopcreator-type-use,
.shop-creator-wrapper .shopcreator-content .shopcreator-checks {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
  margin-top: 29px;
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .shop-creator-wrapper .shopcreator-content .shopcreator-type-use,
  .shop-creator-wrapper .shopcreator-content .shopcreator-checks {
    flex-direction: column;
    gap: 16px;
    margin-top: 10px;
    margin-bottom: 16px;
  }
}
.shop-creator-wrapper .shopcreator-content .shopcreator-type-use__slot,
.shop-creator-wrapper .shopcreator-content .shopcreator-checks__slot {
  width: 33%;
  background-color: #f2f3f7;
  padding: 35px;
  min-height: 200px;
}
@media (max-width: 992px) {
  .shop-creator-wrapper .shopcreator-content .shopcreator-type-use__slot,
  .shop-creator-wrapper .shopcreator-content .shopcreator-checks__slot {
    width: 100%;
  }
}
.shop-creator-wrapper .shopcreator-content .shopcreator-type-use__slot.short-slot,
.shop-creator-wrapper .shopcreator-content .shopcreator-checks__slot.short-slot {
  width: -moz-max-content;
  width: max-content;
  min-width: 190px;
  min-height: unset;
  height: auto;
  padding: 16px 30px 6px;
}
.shop-creator-wrapper .shopcreator-content .shopcreator-type-use__slot.short-slot .custom-checkbox-container,
.shop-creator-wrapper .shopcreator-content .shopcreator-checks__slot.short-slot .custom-checkbox-container {
  margin-bottom: 0;
}
.shop-creator-wrapper .shopcreator-content .shopcreator-type-use__slot.short-slot .custom-checkbox-container strong,
.shop-creator-wrapper .shopcreator-content .shopcreator-checks__slot.short-slot .custom-checkbox-container strong {
  margin-bottom: 0;
  margin-left: 8px;
}
@media (max-width: 992px) {
  .shop-creator-wrapper .shopcreator-content .shopcreator-type-use__slot,
  .shop-creator-wrapper .shopcreator-content .shopcreator-checks__slot {
    width: 100%;
    padding: 18px;
  }
}
.shop-creator-wrapper .shopcreator-content .shopcreator-type-use__slot .custom-checkbox-container,
.shop-creator-wrapper .shopcreator-content .shopcreator-checks__slot .custom-checkbox-container {
  font-size: 14px;
  line-height: 1.3;
}
.shop-creator-wrapper .shopcreator-content .shopcreator-type-use__slot .custom-checkbox-container strong,
.shop-creator-wrapper .shopcreator-content .shopcreator-checks__slot .custom-checkbox-container strong {
  display: flex;
  margin-bottom: 13px;
  font-weight: 700;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  margin-bottom: 13px;
  padding-top: 8px;
}
.shop-creator-wrapper .shopcreator-content .shopcreator-type-use__slot .custom-checkbox-container span,
.shop-creator-wrapper .shopcreator-content .shopcreator-checks__slot .custom-checkbox-container span {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}
.shop-creator-wrapper .shopcreator-content .shopcreator-type-use__slot .custom-checkbox-checkmark,
.shop-creator-wrapper .shopcreator-content .shopcreator-checks__slot .custom-checkbox-checkmark {
  background-color: #ffffff;
  border: 1px solid #8a8a8a;
}
.shop-creator-wrapper .shopcreator-content .shopcreator-checks {
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 34px;
}
.shop-creator-wrapper .shopcreator-content .textbox {
  margin-bottom: 16px;
}
.shop-creator-wrapper .shopcreator-content .textbox p {
  margin-bottom: 4px;
  line-height: 1.2;
}
@media (max-width: 992px) {
  .shop-creator-wrapper .shopcreator-content .textbox p {
    font-size: 14px;
  }
}
.shop-creator-wrapper .shopcreator-content .greybox {
  background-color: #f2f3f7;
  margin-bottom: 33px;
  padding: 30px 50px;
}
@media (max-width: 992px) {
  .shop-creator-wrapper .shopcreator-content .greybox {
    padding: 18px;
  }
}
.shop-creator-wrapper .shopcreator-content .greybox p {
  font-weight: 500;
}
@media (max-width: 992px) {
  .shop-creator-wrapper .shopcreator-content .greybox p {
    font-size: 14px;
  }
}
.shop-creator-wrapper .shopcreator-content .greybox span {
  color: #e6007e;
}
@media (max-width: 992px) {
  .shop-creator-wrapper .shopcreator-content .greybox span {
    font-size: 14px;
  }
}
.shop-creator-wrapper .shopcreator-content .greybox .subdomain-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 992px) {
  .shop-creator-wrapper .shopcreator-content .greybox .subdomain-box {
    flex-wrap: wrap;
  }
}
.shop-creator-wrapper .shopcreator-content .greybox .subdomain-box p {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .shop-creator-wrapper .shopcreator-content .greybox .subdomain-box p {
    margin: 16px;
  }
}
@media (max-width: 640px) {
  .shop-creator-wrapper .shopcreator-content .greybox .subdomain-box p {
    margin: 16px 0;
  }
}
.shop-creator-wrapper .shopcreator-content .greybox .subdomain-box input {
  background-color: #ffffff;
  width: 219px;
  height: 40px;
  margin: 0 16px 0 0;
  padding: 0 21px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22.4px;
  color: #e6007e;
}
@media (max-width: 992px) {
  .shop-creator-wrapper .shopcreator-content .greybox .subdomain-box input {
    font-size: 14px;
    padding: 0 12px;
  }
}
.shop-creator-wrapper .shopcreator-content .greybox .subdomain-box button {
  width: 118px;
  height: 43px;
  margin: 0 16px;
}
@media (max-width: 992px) {
  .shop-creator-wrapper .shopcreator-content .greybox .subdomain-box button {
    margin: 0;
  }
}
.shop-creator-wrapper .shopcreator-content .info-box {
  padding: 26px 60px;
  background-color: #ffffff;
  border: 1px solid #8a8a8a;
}
@media (max-width: 992px) {
  .shop-creator-wrapper .shopcreator-content .info-box {
    padding: 18px;
  }
}
.shop-creator-wrapper .shopcreator-content .info-box h3 {
  margin-bottom: 8px;
  text-transform: none;
  color: #212321;
}
.shop-creator-wrapper .shopcreator-content .info-box h3 svg {
  display: inline-flex;
  margin-right: 10px;
  width: 30px;
  height: 30px;
}
.shop-creator-wrapper .shopcreator-content .info-box h3 span {
  font-size: 16px;
  font-weight: 700;
  line-height: 22.4px;
  color: #212321;
}
.shop-creator-wrapper .shopcreator-content .info-box p {
  margin: 0;
  color: #212321;
}
@media (max-width: 760px) {
  .shop-creator-wrapper .shopcreator-content .info-box p {
    font-size: 14px;
  }
}
.shop-creator-wrapper .shopcreator-content .bottom-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 26px auto 42px auto;
}
.shop-creator-wrapper .shopcreator-content .bottom-button .white-btn {
  margin-top: 0;
  width: 290px;
}
.shop-creator-wrapper .shopcreator-content .bottom-button .white-btn.prev {
  color: #34224f;
  border-color: #34224f;
}
.shop-creator-wrapper .shopcreator-content .bottom-button .white-btn.prev:hover {
  background-color: #34224f;
  color: #ffffff;
}
.shop-creator-wrapper .shopcreator-content .bottom-button .white-btn.prev:hover svg {
  filter: invert(1) brightness(22);
}
.shop-creator-wrapper .shopcreator-content .bottom-button .white-btn.prev svg {
  display: flex;
  margin-right: 8px;
}
@media (max-width: 300px) {
  .shop-creator-wrapper .shopcreator-content .bottom-button .white-btn {
    width: 100%;
  }
}
.shop-creator-wrapper .shopcreator-content .shopcreator-dots {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 25px;
}
@media (max-width: 992px) {
  .shop-creator-wrapper .shopcreator-content .shopcreator-dots {
    gap: 10px;
  }
}
.shop-creator-wrapper .shopcreator-content .shopcreator-dots__dot {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: 1px solid #8a8a8a;
  background-color: #ffffff;
  width: 17px;
  height: 17px;
  min-width: 17px;
  min-height: 17px;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .shop-creator-wrapper .shopcreator-content .shopcreator-dots__dot {
    width: 12px;
    height: 12px;
    min-width: 12px;
    min-height: 12px;
  }
}
.shop-creator-wrapper .shopcreator-content .shopcreator-dots__dot.active {
  border: 1px solid #e6007e;
  background-color: #e6007e;
}

.category-top-filters__slot {
  min-width: 33.3333%;
}

.category-top-filters__slot:first-of-type {
  border-left: 0;
}

.category-top-filters__slot label {
  width: 40%;
}

.category-top-filters__slot select {
  width: 60%;
}

.category-top-filters__slot-wishlist {
  padding-left: 8px;
  min-width: 66.6667%;
}

.category-top-filters__slot-wishlist button {
  float: left;
  margin-right: 8px;
}

@media (max-width: 991px) {
  .category-top-filters__slot-wishlist {
    padding: 0 0 0 10px;
  }
  .category-top-filters__slot-wishlist button {
    font-size: 11px;
    padding: 10px;
  }
}
.wishlist-remove-all,
.wishlist-to-cart {
  all: unset;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 30px;
  border: 0;
  background-color: #34224f;
  cursor: pointer;
  gap: 8px;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  padding: 10px 20px;
  margin: 10px 0;
}

.wishlist-remove-all img,
.wishlist-to-cart img {
  width: auto;
  height: 20px;
  display: block;
}

.wishlist-remove-all:hover,
.wishlist-to-cart:hover {
  opacity: 0.8;
}

.usb-row-grid .white-btn {
  margin-bottom: 24px;
}
@media (max-width: 1180px) {
  .usb-row-grid {
    flex-direction: column !important;
  }
}

.container:has(.usb-title) {
  margin-bottom: 24px;
}

.usb-title {
  padding: 35px 0;
  background-color: #ffffff;
}
.usb-title .title {
  font-weight: 900;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
  color: #34224f;
  text-align: center;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .usb-title {
    padding: 24px 0;
  }
  .usb-title .title {
    font-size: 24px;
  }
}

.usb_container .accordion-button {
  pointer-events: none;
}
.usb_container .accordion-body {
  justify-content: flex-start !important;
  padding: 40px;
}
@media (max-width: 1240px) {
  .usb_container .accordion-body {
    flex-direction: column !important;
  }
}
@media (max-width: 760px) {
  .usb_container .accordion-body {
    padding: 16px;
  }
}
.usb_container .accordion-body:has(.usb-big-img) {
  align-items: center;
}
@media (max-width: 1400px) {
  .usb_container .accordion-body:has(.usb-big-img) {
    flex-direction: column !important;
  }
}
.usb_container .accordion-body__col:has(.usb-big-img) {
  margin-right: 60px;
}
.usb_container .accordion-body__col .product-wrapper {
  position: relative;
}
.usb_container .accordion-body__col .product-wrapper .usb-big-img {
  height: 310px;
  width: auto;
  max-width: 440px;
}
@media (max-width: 760px) {
  .usb_container .accordion-body__col .product-wrapper .usb-big-img {
    max-width: 80vw;
    height: auto;
  }
}
.usb_container .accordion-body__col .product-wrapper .product-download {
  position: absolute;
  bottom: 16px;
  right: 16px;
}
.usb_container .accordion-body .colors-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 120px;
}
@media (max-width: 760px) {
  .usb_container .accordion-body .colors-box {
    flex-direction: column;
    gap: 24px;
  }
}
.usb_container .accordion-body .colors-box .colors-row .colors-title {
  margin-bottom: 24px;
}
.usb_container .accordion-body .colors-box .colors-row .colors-title span {
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  text-transform: uppercase;
  color: #374957;
}
@media (max-width: 760px) {
  .usb_container .accordion-body .colors-box .colors-row .colors-title span {
    font-size: 14px;
  }
}
.usb_container .accordion-body .colors-box .colors-row .colors-squares .color {
  cursor: pointer;
  border-radius: 100%;
}
.usb_container .accordion-body .colors-box .colors-row .colors-squares .color.checked {
  outline: 1px solid #000000;
  background-image: url(./../assets/icons/product_page/checked.svg);
  background-size: 15px 10px;
  background-repeat: no-repeat;
  background-position: center;
}
.usb_container .accordion-body .colors-box .colors-row .colors-squares .color:hover {
  outline: 1px solid #000000;
}
.usb_container .accordion-body .usb-size-box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.usb_container .accordion-body .usb-size-box__slot {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: 1px solid #8a8a8a;
  height: 50px;
  min-width: 124px;
  width: -moz-max-content;
  width: max-content;
  padding: 14px 19px;
  border-radius: 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.usb_container .accordion-body .usb-size-box__slot.active {
  border-color: #e6007e;
}
.usb_container .accordion-body .usb-size-box__slot.active span {
  color: #e6007e;
}
.usb_container .accordion-body .usb-size-box__slot span {
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  color: #374957;
}
@media (max-width: 760px) {
  .usb_container .accordion-body .usb-size-box__slot span {
    font-size: 14px;
  }
}
.usb_container .accordion-body .usb-size-box__slot:hover {
  cursor: pointer;
  border-color: #e6007e;
}
.usb_container .accordion-body .usb-size-box__slot:hover span {
  color: #e6007e;
}
.usb_container .accordion-body .usb-slider-container {
  position: relative;
  width: 100%;
  padding-bottom: 20px;
}
.usb_container .accordion-body .usb-slider-container .input-slot {
  display: flex;
  flex-direction: column;
}
.usb_container .accordion-body .usb-slider-container .input-slot input {
  margin: 0 0 32px 0;
  padding: 0 12px;
}
@media (max-width: 991px) {
  .usb_container .accordion-body .usb-slider-container .input-slot label,
  .usb_container .accordion-body .usb-slider-container .input-slot input {
    font-size: 14px;
  }
}
@media (max-width: 760px) {
  .usb_container .accordion-body .usb-slider-container {
    margin-bottom: 24px;
  }
}
.usb_container .accordion-body .usb-slider-container .slider-labels {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  bottom: -20px;
  font-size: 12px;
  left: 24px;
  color: 24px;
}
@media (max-width: 760px) {
  .usb_container .accordion-body .usb-slider-container .slider-labels {
    left: 0;
  }
}
.usb_container .accordion-body .usb-slider-container .slider-labels span {
  color: #8a8a8a;
}
.usb_container .accordion-body .usb-slider-container .slider-labels span::before {
  position: relative;
  left: 4px;
  display: block;
  content: "|";
  color: #8a8a8a;
}
.usb_container .accordion-body .usb-slider-container .slider {
  -webkit-appearance: none;
  width: 100%;
  height: 20px;
  background: #e7e7e7;
  border: 1px solid #34224f;
  outline: none;
  opacity: 0.9;
  transition: opacity 0.15s ease-in-out;
}
.usb_container .accordion-body .usb-slider-container .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 23px;
  height: 41px;
  background: #e6007e;
  cursor: pointer;
}
@media (max-width: 991px) {
  .usb_container .accordion-body .usb-slider-container .slider::-webkit-slider-thumb {
    width: 9px;
  }
}
.usb_container .accordion-body .usb-slider-container .slider::-moz-range-thumb {
  width: 23px;
  height: 41px;
  background: #e6007e;
  cursor: pointer;
}
@media (max-width: 991px) {
  .usb_container .accordion-body .usb-slider-container .slider::-moz-range-thumb {
    width: 9px;
  }
}
.usb_container .accordion-body .usb-img-box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
.usb_container .accordion-body .usb-img-box__slot {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 165px;
  width: calc(25% - 24px);
  padding: 20px;
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0);
  cursor: pointer;
}
@media (max-width: 760px) {
  .usb_container .accordion-body .usb-img-box__slot {
    border-radius: 16px;
    width: 40%;
    min-width: unset;
  }
  .usb_container .accordion-body .usb-img-box__slot .usb-box-img {
    width: 100%;
    height: auto;
  }
}
.usb_container .accordion-body .usb-img-box__slot .usb-box-img {
  -o-object-fit: contain;
     object-fit: contain;
}
.usb_container .accordion-body .usb-img-box__slot .check-icon {
  position: absolute;
  top: -6px;
  right: -6px;
  display: none;
}
@media (max-width: 760px) {
  .usb_container .accordion-body .usb-img-box__slot .check-icon {
    width: 24px;
    height: 24px;
    top: -3px;
    right: -3px;
  }
}
.usb_container .accordion-body .usb-img-box__slot:hover {
  border: 1px solid #dedede;
}
.usb_container .accordion-body .usb-img-box__slot.active {
  border: 1px solid #dedede;
}
.usb_container .accordion-body .usb-img-box__slot.active .check-icon {
  display: block;
}
.usb_container .accordion-body .usb-branding-box-first-type {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.usb_container .accordion-body .usb-branding-box-first-type__slot {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: 1px solid #8a8a8a;
  height: 50px;
  width: calc(50% - 20px);
  padding: 14px 19px;
  border-radius: 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 760px) {
  .usb_container .accordion-body .usb-branding-box-first-type__slot {
    width: 100%;
  }
}
.usb_container .accordion-body .usb-branding-box-first-type__slot.active {
  border-color: #e6007e;
}
.usb_container .accordion-body .usb-branding-box-first-type__slot.active span {
  color: #e6007e;
}
.usb_container .accordion-body .usb-branding-box-first-type__slot span {
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  color: #374957;
}
@media (max-width: 760px) {
  .usb_container .accordion-body .usb-branding-box-first-type__slot span {
    font-size: 14px;
  }
}
.usb_container .accordion-body .usb-branding-box-first-type__slot:hover {
  cursor: pointer;
  border-color: #e6007e;
}
.usb_container .accordion-body .usb-branding-box-first-type__slot:hover span {
  color: #e6007e;
}
.usb_container .accordion-body .usb-branding-box-second-type {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.usb_container .accordion-body .usb-branding-box-second-type__slot {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: 1px solid #8a8a8a;
  height: 50px;
  min-width: 124px;
  width: -moz-max-content;
  width: max-content;
  padding: 14px 19px;
  border-radius: 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 760px) {
  .usb_container .accordion-body .usb-branding-box-second-type__slot {
    width: 100%;
  }
}
.usb_container .accordion-body .usb-branding-box-second-type__slot.active {
  border-color: #e6007e;
}
.usb_container .accordion-body .usb-branding-box-second-type__slot.active span {
  color: #e6007e;
}
.usb_container .accordion-body .usb-branding-box-second-type__slot span {
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  color: #374957;
}
@media (max-width: 760px) {
  .usb_container .accordion-body .usb-branding-box-second-type__slot span {
    font-size: 14px;
  }
}
.usb_container .accordion-body .usb-branding-box-second-type__slot:hover {
  cursor: pointer;
  border-color: #e6007e;
}
.usb_container .accordion-body .usb-branding-box-second-type__slot:hover span {
  color: #e6007e;
}
.usb_container .usb-summary-box {
  width: 460px;
  max-width: 460px;
  min-width: 457px;
}
@media (max-width: 1180px) {
  .usb_container .usb-summary-box {
    min-width: unset;
    max-width: unset;
    width: 100%;
  }
}
.usb_container .usb-summary-box .aside-box-wrapper {
  position: sticky;
  top: 16px;
  background-color: #ffffff;
  border: 1px solid #dedede;
}
.usb_container .usb-summary-box__title {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px 0;
  text-align: center;
  border-bottom: 1px solid #dedede;
}
.usb_container .usb-summary-box__title p {
  font-weight: 700;
  font-size: 22px;
  line-height: 140%;
  text-transform: uppercase;
  color: #374957;
  margin: 0;
}
@media (max-width: 760px) {
  .usb_container .usb-summary-box__title p {
    font-size: 18px;
  }
}
.usb_container .usb-summary-box__usb-quantity, .usb_container .usb-summary-box__usb-price, .usb_container .usb-summary-box__usb-availability, .usb_container .usb-summary-box__usb-branding, .usb_container .usb-summary-box__usb-comments {
  padding: 18px 24px;
  border-bottom: 1px solid #8a8a8a;
  margin: 0 24px;
}
@media (max-width: 760px) {
  .usb_container .usb-summary-box__usb-quantity, .usb_container .usb-summary-box__usb-price, .usb_container .usb-summary-box__usb-availability, .usb_container .usb-summary-box__usb-branding, .usb_container .usb-summary-box__usb-comments {
    padding: 16px 12px;
    margin: 0 8px;
  }
}
.usb_container .usb-summary-box__usb-quantity .subtitle, .usb_container .usb-summary-box__usb-price .subtitle, .usb_container .usb-summary-box__usb-availability .subtitle, .usb_container .usb-summary-box__usb-branding .subtitle, .usb_container .usb-summary-box__usb-comments .subtitle {
  font-weight: 700;
  font-size: 18px;
  line-height: 160%;
  color: #374957;
  margin-bottom: 8px;
}
.usb_container .usb-summary-box__usb-quantity .subtitle span.blue, .usb_container .usb-summary-box__usb-price .subtitle span.blue, .usb_container .usb-summary-box__usb-availability .subtitle span.blue, .usb_container .usb-summary-box__usb-branding .subtitle span.blue, .usb_container .usb-summary-box__usb-comments .subtitle span.blue {
  color: #219af2;
}
@media (max-width: 760px) {
  .usb_container .usb-summary-box__usb-quantity .subtitle, .usb_container .usb-summary-box__usb-price .subtitle, .usb_container .usb-summary-box__usb-availability .subtitle, .usb_container .usb-summary-box__usb-branding .subtitle, .usb_container .usb-summary-box__usb-comments .subtitle {
    font-size: 16px;
  }
}
.usb_container .usb-summary-box__usb-quantity small, .usb_container .usb-summary-box__usb-price small, .usb_container .usb-summary-box__usb-availability small, .usb_container .usb-summary-box__usb-branding small, .usb_container .usb-summary-box__usb-comments small {
  display: flex;
  font-size: 14px;
  color: #374957;
}
@media (max-width: 760px) {
  .usb_container .usb-summary-box__usb-quantity small, .usb_container .usb-summary-box__usb-price small, .usb_container .usb-summary-box__usb-availability small, .usb_container .usb-summary-box__usb-branding small, .usb_container .usb-summary-box__usb-comments small {
    display: inline-flex;
    width: 100%;
  }
}
.usb_container .usb-summary-box__usb-quantity small span.green, .usb_container .usb-summary-box__usb-price small span.green, .usb_container .usb-summary-box__usb-availability small span.green, .usb_container .usb-summary-box__usb-branding small span.green, .usb_container .usb-summary-box__usb-comments small span.green {
  display: inline-flex;
  margin: 0 4px;
  font-size: 16px;
  font-weight: 700;
  color: #00ba28;
}
.usb_container .usb-summary-box__usb-quantity small s.red, .usb_container .usb-summary-box__usb-price small s.red, .usb_container .usb-summary-box__usb-availability small s.red, .usb_container .usb-summary-box__usb-branding small s.red, .usb_container .usb-summary-box__usb-comments small s.red {
  display: inline-flex;
  margin: 0 4px;
  font-size: 14px;
  font-weight: 700;
  color: #ff0000;
}
.usb_container .usb-summary-box__usb-quantity .quantity, .usb_container .usb-summary-box__usb-price .quantity, .usb_container .usb-summary-box__usb-availability .quantity, .usb_container .usb-summary-box__usb-branding .quantity, .usb_container .usb-summary-box__usb-comments .quantity {
  font-weight: 700;
  font-size: 22px;
  line-height: 160%;
  color: #34224f;
  margin-bottom: 0;
}
@media (max-width: 760px) {
  .usb_container .usb-summary-box__usb-quantity .quantity, .usb_container .usb-summary-box__usb-price .quantity, .usb_container .usb-summary-box__usb-availability .quantity, .usb_container .usb-summary-box__usb-branding .quantity, .usb_container .usb-summary-box__usb-comments .quantity {
    font-size: 16px;
  }
}
.usb_container .usb-summary-box__usb-comments {
  border-bottom: 0;
  background-color: #ffc8c8;
  margin: 24px 24px 0 24px;
}
@media (max-width: 760px) {
  .usb_container .usb-summary-box__usb-comments {
    margin: 8px;
  }
}
.usb_container .usb-summary-box__usb-comments .usb-comments-box {
  display: flex;
  gap: 18px;
}
.usb_container .usb-summary-box__usb-comments .usb-comments-box__text p {
  margin: 0;
}
@media (max-width: 760px) {
  .usb_container .usb-summary-box__usb-comments .usb-comments-box__text p {
    font-size: 14px;
  }
}
.usb_container .usb-summary-box__pay {
  margin: 0 24px 24px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.usb_container .usb-summary-box__pay .pay-text {
  font-weight: 700;
  font-size: 18px;
  line-height: 160%;
  text-align: center;
  color: #374957;
  margin: 23px 0 0 0;
}
.usb_container .usb-summary-box__pay .brutto-value {
  font-weight: 700;
  font-size: 38px;
  line-height: 177%;
  text-align: center;
  color: #e6007e;
  margin: 0;
}
.usb_container .usb-summary-box__pay .brutto-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  text-align: center;
  color: #8a8a8a;
  margin: 0 0 -16px 0;
}
@media (max-width: 760px) {
  .usb_container .usb-summary-box__pay {
    margin: 8px;
  }
}
.usb_container .usb-summary-box__button {
  margin: 0 24px 24px 24px;
  width: 100%;
}
@media (max-width: 760px) {
  .usb_container .usb-summary-box__button {
    margin: 8px;
  }
}
.usb_container .usb-summary-box__button a {
  width: calc(100% - 48px);
}
@media (max-width: 760px) {
  .usb_container .usb-summary-box__button a {
    width: calc(100% - 16px);
  }
}
.usb_container .usb-summary-box__button a:hover img {
  content: url(./../assets/icons/common/buttons/button_pink_arrow.svg);
}

.usb-finally-box {
  background-color: #ffffff;
  padding: 55px 45px;
  margin-right: 24px;
}
@media (max-width: 1180px) {
  .usb-finally-box {
    margin-right: 0;
    padding: 16px;
  }
}
.usb-finally-box .usb-chosen-box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 220px;
  width: 220px;
  padding: 20px;
  border-radius: 40px;
  border: 1px solid #dedede;
  height: -moz-max-content;
  height: max-content;
}
.usb-finally-box .usb-chosen-box .value {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 170px;
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
  color: #333333;
  text-align: center;
}
.usb-finally-box .usb-chosen-box .usb-chosen-img {
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 24px;
  width: 100%;
}
.usb-finally-box .usb-chosen-box .check-icon {
  position: absolute;
  top: -6px;
  right: -6px;
  display: block;
}
@media (max-width: 760px) {
  .usb-finally-box .usb-chosen-box .check-icon {
    width: 24px;
    height: 24px;
    top: -3px;
    right: -3px;
  }
}
@media (max-width: 760px) {
  .usb-finally-box .usb-chosen-box {
    border-radius: 16px;
    width: 220px;
    height: 220px;
    min-width: unset;
  }
  .usb-finally-box .usb-chosen-box .usb-chosen-img {
    width: 100%;
    height: auto;
    border-radius: 0;
  }
}
.usb-finally-box__top {
  display: flex;
  flex-direction: row;
  gap: 40px;
  margin-bottom: 44px;
}
@media (max-width: 760px) {
  .usb-finally-box__top {
    flex-direction: column;
    gap: 24px;
    margin-bottom: 24px;
  }
  .usb-finally-box__top .usb-chosen-box {
    width: 220px;
    height: auto;
  }
}
.usb-finally-box__top .usb-info-text h2 {
  font-weight: 600;
  font-size: 30px;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 18px;
}
@media (max-width: 760px) {
  .usb-finally-box__top .usb-info-text h2 {
    font-size: 22px;
  }
}
.usb-finally-box__top .usb-info-text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
}
@media (max-width: 760px) {
  .usb-finally-box__top .usb-info-text p {
    font-size: 14px;
  }
}
.usb-finally-box__bottom .usb-chosen-types {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.usb-finally-box__bottom .usb-chosen-types__slot .usb-chosen-text {
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 16px;
  color: #374957;
}/*# sourceMappingURL=main.css.map */