@charset "UTF-8";
/* general */
/*
@mixin display-flex {
    display: flex;
}
*/
body {
  font-family: 'Roboto';
  font-size: 14px; }

@media (min-width: 1440px) {
  .modal-open {
    padding-right: 17px; } }
.wrap {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  min-height: calc(100vh - 380px); }

@media (max-width: 640px) {
  .wrap {
    min-height: auto; } }
.inner {
  width: 100%;
  max-width: 940px;
  margin: 0 auto; }

@media (max-width: 970px) {
  .inner {
    padding: 0 15px; } }
a {
  text-decoration: none;
  transition: 0.5s;
  color: #000; }
  a:hover {
    color: #FFD300;
    text-decoration: none; }

ul {
  padding-left: 0px; }
  ul li {
    position: relative;
    padding-left: 0px;
    list-style: none; }

.style-ul {
  list-style: none;
  padding-left: 0; }

.style-ul li:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #f10000;
  position: absolute;
  top: 8px;
  left: 0; }

.style-ul li {
  position: relative;
  padding-left: 20px; }

.btn-secondary {
  background-color: #7098A7;
  border: none;
  border-radius: 20px;
  color: #fff;
  font-weight: 700;
  margin-right: 5px;
  margin-top: 12px;
  outline: none;
  padding: 6px 30px 4px;
  text-transform: uppercase;
  transition: .5s;
  font-size: 12px; }
  .btn-secondary:hover {
    background-color: #7098A7;
    opacity: .6; }

.btn-primary {
  background-color: #FFD300;
  border: none;
  border-radius: 20px;
  color: #fff;
  font-weight: 700;
  margin-right: 5px;
  margin-top: 12px;
  outline: none;
  padding: 6px 30px 4px;
  text-transform: uppercase;
  transition: .5s;
  font-size: 12px; }
  .btn-primary:hover {
    background-color: #FFD300;
    opacity: .6; }

/* 
.help-block {
    color: #FF3748;
}
*/
.mobile-vision-990 {
  display: none; }

@media (max-width: 990px) {
  .mobile-vision-990 {
    display: block; } }
@media (max-width: 990px) {
  .mobile-hidden-990 {
    display: none; } }
.header_search-z-index {
  z-index: 10001; }

.header {
  position: relative;
  color: #9DB7C2;
  font-size: 12px;
  padding: 30px 0 50px 0;
    /* .search-open {
        font-size: 22px;

        &:hover {
            color: #AEC4CD;
        }
    }


    @media (max-width: 900px) {
        .search-open {
            margin: 0 5px 20px 5px;
            order: 4;
        }
    } */ }
  .header a {
    color: #9DB7C2; }
  .header .inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end; }
  @media (max-width: 900px) {
    .header .inner {
      flex-wrap: wrap;
      align-items: center; } }
  .header .logo {
    display: flex;
    color: #7098A7;
    position: relative;
    margin-bottom: -10px; }
    .header .logo:after {
      content: "";
      display: block;
      height: 45px;
      width: 1px;
      background: #000;
      margin-top: 44px;
      margin-left: 20px;
      margin-right: 20px; }
  @media (max-width: 900px) {
    .header .logo {
      width: 100%;
      justify-content: center;
      margin-bottom: 30px;
      align-items: center; } }
  .header .logo-description {
    margin-left: 30px; }
  @media (max-width: 900px) {
    .header .logo-description {
      margin-left: 15px; } }
  .header .open-modal {
    text-transform: uppercase;
    padding: 7px 20px;
    border-radius: 30px;
    color: #8D8D8D;
    border: 1px solid #8D8D8D; }
    .header .open-modal:hover {
      background-color: #FFD300;
      border-color: #FFD300;
      color: #000; }
  @media (max-width: 900px) {
    .header .open-modal {
      margin: 0 5px 20px 5px; } }
  .header .header-search {
    border: 1px solid #8D8D8D;
    border-radius: 3px;
    font-size: 11px;
    padding: 8px 12px 6px 15px;
    width: 230px;
    outline: none; }
  @media (max-width: 1000px) {
    .header .header-search {
      width: 190px; } }
  @media (max-width: 900px) {
    .header .header-search {
      margin: 0 5px 20px 5px; } }
  .header .dropdown .profile {
    font-size: 18px;
    background-color: #EFF4F5;
    padding: 4px 13px 2px 13px;
    border-radius: 30px; }
    .header .dropdown .profile:hover {
      background-color: #7098A7;
      color: #fff; }
  @media (max-width: 990px) {
    .header .dropdown-menu.show {
      right: 20px;
      left: auto !important; } }
  @media (max-width: 900px) {
    .header .dropdown {
      margin: 0 5px 20px 5px; } }
  .header .limit .limit-top {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    gap: 15px; }
    .header .limit .limit-top strong {
      color: #000;
      padding-left: 20px; }
  @media (max-width: 900px) {
    .header .limit {
      margin: 0 5px 20px 5px;
      text-align: center; } }
  .header .basket {
    position: relative;
    margin-top: 10px;
    margin-right: 15px; }
    .header .basket .basketQuantity {
      background-color: #FF0000;
      border-radius: 50%;
      color: #fff;
      position: absolute;
      right: -5px;
      text-align: center;
      top: -4px;
      transition: 0.5s;
      width: 17px;
      height: 17px;
      font-size: 10px;
      display: flex;
      align-items: center;
      justify-content: center; }
    .header .basket:hover .basketQuantity {
      background-color: #7098A7; }
  @media (max-width: 900px) {
    .header .basket {
      margin: 0 15px 20px 5px; } }

@media (max-width: 900px) {
  .header {
    padding: 20px 0; } }
/* burger */
.header-top-open-mobile-menu {
  width: 20px;
  height: 20px;
  position: absolute;
  cursor: pointer;
  z-index: 5;
  display: none;
  top: 25px;
  right: 15px; }

@media (max-width: 900px) {
  .header-top-open-mobile-menu {
    display: block; } }
.burger-line {
  display: block;
  width: 20px;
  height: 3px;
  background-color: #FFD300;
  position: relative;
  top: calc(50% - 1px); }

.header-top-open-mobile-menu_active .burger-line {
  height: 0; }

.burger-line:before {
  content: '';
  display: block;
  width: 20px;
  height: 3px;
  background-color: #FFD300;
  position: absolute;
  transform: translateY(-7px); }

.header-top-open-mobile-menu_active .burger-line:before {
  transform: rotate(45deg); }

.burger-line:after {
  content: '';
  display: block;
  width: 20px;
  height: 3px;
  background-color: #FFD300;
  position: absolute;
  transform: translateY(7px); }

.header-top-open-mobile-menu_active .burger-line:after {
  transform: rotate(-45deg); }

/* Мобильное меню */
.left-menu {
  display: none;
  flex-direction: column;
  justify-content: unset;
  position: absolute;
  width: 100%;
  height: 100vh;
  overflow: auto;
  left: 0;
  top: 0%;
  opacity: 0;
  visibility: hidden;
  z-index: 3;
  align-items: baseline;
  background: #fff;
  padding: 70px 15px 80px 15px; }

.left-menu a {
  margin: 10px 0;
  font-size: 21px;
  font-weight: normal;
  line-height: 24px;
  display: block;
  color: #000;
  border-bottom: 1px solid #ccc;
  width: 100%; }

.left-menu_active {
  display: flex;
  opacity: 1;
  visibility: visible; }

.main-slider .main-slider-content {
  background-image: url(../img/index/banner.png);
  height: 303px;
  background-size: cover;
  padding: 100px 80px 60px 80px; }
@media (max-width: 600px) {
  .main-slider .main-slider-content {
    padding: 50px 30px; } }
@media (max-width: 400px) {
  .main-slider .main-slider-content {
    padding: 30px 10px; } }
.main-slider .banner-title {
  font-size: 27px;
  background-color: #FFD300;
  padding: 20px 15px 15px 15px;
  text-align: center; }
@media (max-width: 600px) {
  .main-slider .banner-title {
    font-size: 21px; } }
@media (max-width: 400px) {
  .main-slider .banner-title {
    font-size: 16px; } }
.main-slider .carousel-indicators {
  margin: 0;
  bottom: 20px;
  z-index: 1; }
  .main-slider .carousel-indicators li {
    background-color: #9FB8C3;
    width: 7px;
    height: 7px;
    border: 0;
    border-radius: 50%; }
  .main-slider .carousel-indicators li.active {
    background-color: #FFD300; }
@media (max-width: 768px) {
  .main-slider .carousel-indicators {
    bottom: -20px;
    justify-content: center; } }

.categories {
  margin-top: 70px; }
  .categories .categories-top {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between; }
    .categories .categories-top img {
      display: block;
      width: 100%; }
  @media (max-width: 1000px) {
    .categories .categories-top {
      justify-content: center; } }
  .categories .categories-bottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px; }
    .categories .categories-bottom .categories-block-color {
      background-color: #F2F2F2;
      width: 220px;
      height: 80px;
      border-radius: 4px;
      padding: 11px 20px; }
      .categories .categories-bottom .categories-block-color:hover {
        color: #000; }
    @media (max-width: 1000px) {
      .categories .categories-bottom .categories-block-color {
        width: 47%; } }
    @media (max-width: 400px) {
      .categories .categories-bottom .categories-block-color {
        width: 100%; } }
    .categories .categories-bottom .categories-block-color-title {
      font-size: 16px;
      font-weight: normal;
      margin: 0; }
  @media (max-width: 1000px) {
    .categories .categories-bottom {
      justify-content: center; } }

.footer_margin {
  margin-top: 145px; }

@media (max-width: 900px) {
  .footer_margin {
    margin-top: 50px; } }
.footer {
  background-color: #F8F8F8;
  padding: 30px 0 20px 0; }
  .footer .inner {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  @media (max-width: 900px) {
    .footer .inner {
      flex-direction: column;
      gap: 20px; } }
  .footer .footer-left {
    font-weight: bold;
    font-size: 9px; }
  .footer .footer-menu {
    display: flex;
    gap: 40px;
    font-size: 14px; }
    .footer .footer-menu a {
      color: #888888; }
  @media (max-width: 400px) {
    .footer .footer-menu {
      gap: 15px; } }
  .footer .footer-right {
    display: flex;
    align-items: center;
    font-size: 12px;
    position: relative; }
    .footer .footer-right::before {
      content: '';
      display: block;
      width: 1px;
      height: 100%;
      background-color: #888888;
      position: absolute;
      left: -20px; }
    .footer .footer-right .footer-right-contacts {
      margin-right: 26px; }

.breadcrumbs {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 10px; }
  .breadcrumbs li {
    font-size: 12px; }
  .breadcrumbs li.active {
    color: #FFD300; }
  .breadcrumbs .breadcrumbs-link {
    margin-right: 18px; }
    .breadcrumbs .breadcrumbs-link a:hover {
      color: #FFD300; }
    .breadcrumbs .breadcrumbs-link:after {
      border-right: 2px solid #CCCCCC;
      border-top: 2px solid #CCCCCC;
      content: "";
      display: block;
      height: 5px;
      position: absolute;
      right: -11px;
      top: 7px;
      transform: rotate(45deg);
      width: 5px; }

.title-block_margin {
  margin-top: 47px; }

@media (max-width: 640px) {
  .title-block_margin {
    margin-top: 15px; } }
.title-background {
  background-color: #DBDBDB;
  padding: 45px 0 25px 0; }

.title-block .inner {
  display: flex;
  justify-content: space-between; }
@media (max-width: 700px) {
  .title-block .inner {
    flex-direction: column; } }
.title-block .title-block-img {
  margin-top: -20px; }
@media (max-width: 700px) {
  .title-block .title-block-img {
    margin-top: 0; } }
.title-block .title-block-description {
  margin-left: 50px;
  font-size: 10px; }
@media (max-width: 700px) {
  .title-block .title-block-description {
    margin-left: 0px;
    margin-top: 30px; } }
.title-block .title-flex-block {
  display: flex;
  justify-content: space-between;
  align-items: center; }
@media (max-width: 600px) {
  .title-block .title-flex-block {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px; } }
.title-block .title-block-h1 {
  font-size: 34px;
  font-family: 'FuturaBookC';
  margin-bottom: 0; }
@media (max-width: 600px) {
  .title-block .title-block-h1 {
    font-size: 28px; } }
.title-block .sort-picker {
  color: #5e5e5e;
  width: 100%;
  border: 1px solid #ccc;
  outline: none;
  padding: 5px 15px 5px 5px; }

.open-mobile-filters {
  cursor: pointer;
  font-size: 18px;
  padding: 7px 11px 5px 11px;
  background-color: #EAEFF2;
  color: #7098A7;
  width: 42px;
  margin-left: auto;
  margin-top: 15px;
  margin-bottom: 20px; }

.close-mobile-filters {
  text-align: right;
  font-size: 35px;
  color: #9db7c2; }

.page_margin {
  margin-top: 47px; }

@media (max-width: 640px) {
  .page_margin {
    margin-top: 15px; } }
/* Выбор размера (чекбокс в каталоге) */
.sidebar-сheckbox {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 10px; }
  .sidebar-сheckbox .form_сheckbox {
    display: inline-block;
    width: 60px; }
    .sidebar-сheckbox .form_сheckbox input[type=checkbox] {
      display: none; }
    .sidebar-сheckbox .form_сheckbox label {
      cursor: pointer;
      width: 100%;
      padding: 5px 5px;
      text-align: center;
      border: 2px solid #C6D5DB;
      border-radius: 20px;
      user-select: none;
      margin: 0;
      min-height: 30px;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      line-height: 18px;
      color: #9DB7C2; }
    .sidebar-сheckbox .form_сheckbox input[type=checkbox]:checked + label {
      background: #556E6E;
      border: 2px solid #556E6E;
      color: #fff; }
    .sidebar-сheckbox .form_сheckbox input[type=checkbox]:disabled + label {
      background: #efefef;
      color: #666; }

@media (max-width: 990px) {
  .sidebar-сheckbox {
    grid-template-columns: 60px 60px 60px; } }
.sidebar-radio {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 10px;
  max-width: 210px; }
  .sidebar-radio .form_radio {
    display: inline-block;
    width: 70px; }
    .sidebar-radio .form_radio input[type=radio] {
      display: none; }
    .sidebar-radio .form_radio label {
      cursor: pointer;
      width: 100%;
      padding: 5px 5px;
      text-align: center;
      border: 1px solid #8D8D8D;
      border-radius: 50px;
      user-select: none;
      margin: 0;
      min-height: 30px;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      line-height: 18px;
      color: #9DB7C2;
      font-size: 11px;
      word-wrap: break-word; }
    .sidebar-radio .form_radio input[type=radio]:checked + label {
      background: #FFD300;
      border: 1px solid #FFD300;
      color: #000; }
    .sidebar-radio .form_radio input[type=radio]:disabled + label {
      background: #efefef;
      color: #666; }

@media (max-width: 990px) {
  .sidebar-сhecbox {
    grid-template-columns: 60px 60px 60px; } }
.page {
  /* Ползунок с ценой */ }
  .page .inner {
    display: flex;
    gap: 20px;
    max-width: 970px;
    justify-content: space-between; }
  @media (min-width: 990px) {
    .page .sidebar {
      display: block !important; } }
  .page .sidebar {
    width: min-content;
   }
  @media (max-width: 990px) {
    .page .sidebar {
      display: none;
      background: #fff;
      height: 100%;
      left: 0;
      max-width: 100%;
      opacity: 1;
      overflow: auto;
      padding: 20px;
      position: fixed;
      right: 0;
      top: 0;
      width: 100%;
      z-index: 99999; } }
  .page hr {
    margin: 20px 0; }
  .page .sidebar-title {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #A3BCC6;
    margin-bottom: 20px; }
  .page .sidebar-left-menu a {
    display: block;
    width: max-content;
    margin-bottom: 25px;
    font-size: 14px; }
    .page .sidebar-left-menu a:hover {
      color: #FFD300; }
  .page .sidebar-left-menu .color_gray {
    color: #7098A7; }
  .page .filters-name {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px; }
    .page .filters-name .range-widget__row {
      display: flex; }
      .page .filters-name .range-widget__row .range-widget__col {
        width: 50px;
        text-align: center; }
      .page .filters-name .range-widget__row input {
        border: 0;
        outline: none;
        text-align: center;
        width: 50px; }
  .page .sidebar-price-border .noUi-touch-area {
    background: #9DB7C2;
    border-radius: 50%; }
  .page .sidebar-price-border .noUi-target {
    border-radius: 0;
    border: none;
    background: #DBE5E5;
    height: 8px; }
  .page .sidebar-price-border .noUi-connect {
    background: #D1DEE3; }
  .page .sidebar-price-border .noUi-handle {
    width: 24px;
    height: 24px;
    border: 0;
    border-radius: 50%;
    top: -7px; }
    .page .sidebar-price-border .noUi-handle::after {
      display: none; }
    .page .sidebar-price-border .noUi-handle::before {
      width: 10px;
      height: 10px;
      background: #fff;
      border-radius: 50%;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .page .sidebar-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    font-size: 12px; }
    .page .sidebar-buttons .filter-submit-button {
      color: #7098A7;
      background-color: #EAEFF2;
      border: none;
      outline: none;
      border-radius: 20px;
      padding: 7px 20px 5px 20px;
      text-transform: uppercase;
      transition: .5s; }
      .page .sidebar-buttons .filter-submit-button:hover {
        background-color: #7098A7;
        color: #fff; }
    .page .sidebar-buttons .filter-discharge {
      color: #84A5B2;
      text-transform: uppercase;
      border-bottom: 2px dashed; }
      .page .sidebar-buttons .filter-discharge:hover {
        color: #FFD300;
        border-color: #FFD300; }
  .page .page-right {
    width: 100%;
    max-width: 780px; }
  @media (max-width: 990px) {
    .page .page-right {
      max-width: 100%; } }
  .page .catalog-card-products_margin {
    margin-top: 30px; }
  .page .catalog-card-products {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px; }
  @media (max-width: 990px) {
    .page .catalog-card-products {
      grid-gap: 10px; } }
  @media (max-width: 640px) {
    .page .catalog-card-products {
      grid-template-columns: 1fr 1fr; } }
  .page .pagination {
    margin-top: 60px;
    justify-content: center; }
    .page .pagination .page-link {
      color: #9FB8C3;
      border: none;
      outline: none;
      border-radius: 20px;
      width: 35px;
      height: 20px;
      font-weight: bold;
      padding: 0;
      margin: 0 1px;
      display: flex;
      justify-content: center;
      align-items: center; }
      .page .pagination .page-link:hover {
        background: #9FB8C3;
        color: #fff !important; }
    .page .pagination .page-item_active .page-link {
      color: #FFD300; }
    .page .pagination .page-link-arrow {
      padding-bottom: 2px;
      font-size: 16px; }
      .page .pagination .page-link-arrow:hover {
        background: #FFD300; }
    .page .pagination .page-item[disabled] .page-link {
      opacity: 0.6; }

.card-product {
  width: 100%;
  max-width: 180px;
  padding: 15px 10px 10px 10px;
  margin-bottom: 5px;
  border: 1px solid #E6E6E6;
  border-radius: 4px; }
  .card-product .card-rating {
    position: relative;
    margin-bottom: 20px;
    width: 100px; }
    .card-product .card-rating .rating-icon {
      position: relative;
      z-index: 1;
      color: #EDEDED;
      width: 100px;
      display: flex;
      justify-content: space-between; }
    .card-product .card-rating .rating-icon-yellow {
      position: absolute;
      top: 0;
      z-index: 2;
      overflow: hidden; }
      .card-product .card-rating .rating-icon-yellow .rating-icon {
        color: #FFDC00; }
  .card-product .card-product-img img {
    width: 100%; }
  .card-product .vendor-code {
    font-size: 8px;
    color: #C3C3C3;
    margin-top: 25px; }
  .card-product .card-name {
    font-size: 12px;
    margin-top: 8px;
    font-weight: bold; }
  @media (max-width: 420px) {
    .card-product .card-name {
      font-size: 10px; } }
  .card-product .card-price {
    margin-top: 10px; }
    .card-product .card-price .card-price-flex {
      display: flex;
      align-items: baseline; }
    .card-product .card-price .price {
      font-weight: 300;
      font-size: 16px; }
    @media (max-width: 420px) {
      .card-product .card-price .price {
        font-size: 10px; } }
    .card-product .card-price .quantity {
      font-size: 10px;
      margin-left: 5px; }
    @media (max-width: 420px) {
      .card-product .card-price .quantity {
        font-size: 10px; } }
  .card-product .balance {
    margin-top: 10px;
    color: #C3C3C3;
    font-size: 11px; }
  .card-product .card-quantity {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    font-weight: bold; }
    .card-product .card-quantity .quantity-block {
      position: relative; }
      .card-product .card-quantity .quantity-block:hover .plus,
      .card-product .card-quantity .quantity-block:hover .minus {
        opacity: 1; }
    .card-product .card-quantity .plus,
    .card-product .card-quantity .minus {
      width: 22px;
      height: 22px;
      color: #000;
      background-color: #FFD300;
      position: absolute;
      text-align: center;
      border-radius: 50%;
      font-size: 16px;
      top: 4px;
      cursor: pointer;
      user-select: none;
      opacity: 0;
      transition: .5s; }
    .card-product .card-quantity .plus {
      right: -10px; }
    .card-product .card-quantity .minus {
      left: -10px; }
    .card-product .card-quantity .quantity-input {
      border: 1px solid #D5D5D5;
      width: 70px;
      height: 30px;
      text-align: center;
      border-radius: 3px;
      outline: none;
      font-weight: bold; }
    @media (max-width: 420px) {
      .card-product .card-quantity .quantity-input {
        width: 45px;
        height: 25px; } }
  @media (max-width: 420px) {
    .card-product .card-quantity {
      font-size: 12px; } }
  .card-product .card-bottom-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px; }
  .card-product .card-form-basket {
    outline: none;
    border-radius: 4px;
    text-transform: uppercase;
    transition: .5s;
    border: 1px solid #000;
    background: #fff;
    width: 100%;
    font-size: 12px;
    padding: 8px 0; }
    .card-product .card-form-basket:hover {
      background-color: #FFD300;
      border-color: #FFD300; }
  @media (max-width: 420px) {
    .card-product .card-form-basket {
      font-size: 12px;
      padding: 3px 13px; } }
  .card-product .card-favorites {
    color: #fff;
    width: 30px;
    height: 30px;
    background-color: #E0E8EC;
    border-radius: 50%;
    padding: 6px 8px 7px 8px;
    cursor: pointer;
    transition: .5s; }
    .card-product .card-favorites:hover {
      color: #7098A7; }
  @media (max-width: 420px) {
    .card-product .card-favorites {
      width: 25px;
      height: 25px;
      padding: 5px 6px 7px 6px;
      font-size: 12px; } }
  .card-product .card-favorites.active {
    background-color: #FFD300;
    color: #fff; }
  .card-product:hover {
    border-color: #FFD300; }

@media (max-width: 990px) {
  .card-product {
    padding: 20px 10px;
    margin-bottom: 0;
    max-width: 100%; } }
.product {
  display: flex;
  justify-content: space-between;
  margin-top: 40px; }

@media (max-width: 768px) {
  .product {
    flex-direction: column; } }
.product-images {
  width: 100%;
  max-width: 380px;
    /* .fotorama {


        .fotorama__nav__frame .fotorama__loaded .fotorama__img {
            object-fit: contain;
            width: 64px !important;
            height: 64px !important;
            top: 0 !important;
            left: 0 !important;
            background: #fff;
        }

        .fotorama__nav--thumbs .fotorama__nav__frame {
            padding: 6px !important;
        }

        .fotorama__nav__shaft {
            margin-bottom: 10px;
        }

        .fotorama__nav__shaft .fotorama__nav__frame--thumb {
            border: 1px solid transparent;
            border-radius: 0px;
        }

        .fotorama__thumb-border {
            display: none;
        }

        @media (max-width: 768px) {
            .fotorama__wrap {
                margin: 0 auto;
            }
        }

        .fotorama--fullscreen .fotorama__nav {
            padding-top: 0;
            margin-top: -10px;
        }

    } */ }
  .product-images .card-rating {
    position: relative;
    margin-bottom: 20px;
    width: 100px; }
    .product-images .card-rating .card-rating-flex {
      display: flex; }
    .product-images .card-rating .rating-icon {
      position: relative;
      z-index: 1;
      color: #EDEDED;
      width: 100px;
      display: flex;
      justify-content: space-between; }
    .product-images .card-rating .rating-icon-yellow {
      position: absolute;
      top: 0;
      z-index: 2;
      overflow: hidden; }
      .product-images .card-rating .rating-icon-yellow .rating-icon {
        color: #FFDC00; }
    .product-images .card-rating .number-of-comments {
      margin-left: 10px;
      font-size: 12px;
      color: #9E9E9E; }
  .product-images .mySwiper2 .swiper-slide img {
    display: block;
    width: 100%;
    max-width: 340px;
    height: 340px;
    object-fit: contain;
    cursor: zoom-in; }
  .product-images .mySwiper .swiper-slide {
    min-width: 90px;
    border: 1px solid #EDEDED;
    border-radius: 4px; }
  .product-images .mySwiper .swiper-slide.swiper-slide-thumb-active {
    border: 1px solid #FFD300; }
  .product-images .mySwiper .swiper-slide img {
    display: block;
    width: 100%;
    min-width: 90px;
    height: 90px;
    object-fit: contain;
    padding: 16px; }
  .product-images .swiper-button-next,
  .product-images .swiper-button-prev {
    color: #ccc; }

@media (max-width: 768px) {
  .product-images {
    max-width: 100%; } }
/*
.fotorama--fullscreen .fotorama__stage {
    background: #fff !important;
}

.fotorama--fullscreen .fotorama__nav {
    background: #fff !important;
}

.fotorama--fullscreen {
    background: #fff !important;
}
*/
.product-description {
  width: 100%;
  max-width: 340px;
  margin-left: 20px; }
  .product-description .vendor-code {
    font-size: 12px;
    color: #C3C3C3; }
  .product-description .card-price {
    margin-top: 20px; }
    .product-description .card-price .card-price-flex {
      display: flex;
      align-items: baseline; }
    .product-description .card-price .price {
      font-weight: 300;
      font-size: 22px; }
    @media (max-width: 420px) {
      .product-description .card-price .price {
        font-size: 10px; } }
    .product-description .card-price .quantity {
      font-size: 12px;
      margin-left: 5px; }
    @media (max-width: 420px) {
      .product-description .card-price .quantity {
        font-size: 10px; } }
  .product-description .card-name-filter {
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: bold; }
  .product-description .card-flex {
    display: flex;
    justify-content: space-between;
    margin-top: 30px; }
    .product-description .card-flex .card-quantity {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .product-description .card-flex .card-quantity .quantity-block {
        position: relative;
        margin: 0 13px; }
      .product-description .card-flex .card-quantity .plus,
      .product-description .card-flex .card-quantity .minus {
        width: 14px;
        height: 14px;
        color: #ADADAD;
        background-color: #fff;
        position: absolute;
        text-align: center;
        border-radius: 50%;
        top: 7px;
        cursor: pointer;
        user-select: none;
        transition: .5s;
        border: 1px solid #DEDEDE;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 12px; }
      .product-description .card-flex .card-quantity .plus {
        right: -6px; }
      .product-description .card-flex .card-quantity .minus {
        left: -6px; }
      .product-description .card-flex .card-quantity .quantity-input {
        border: 1px solid #DEDEDE;
        width: 70px;
        height: 30px;
        text-align: center;
        border-radius: 3px;
        outline: none; }
      @media (max-width: 420px) {
        .product-description .card-flex .card-quantity .quantity-input {
          width: 45px;
          height: 25px; } }
    @media (max-width: 420px) {
      .product-description .card-flex .card-quantity {
        font-size: 12px; } }
    .product-description .card-flex .balance {
      color: #C3C3C3;
      font-size: 12px; }
      .product-description .card-flex .balance .little-product {
        color: #FFD300; }
  .product-description .card-bottom-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px; }
  .product-description .card-form-basket {
    border: none;
    outline: none;
    background-color: #FFD300;
    color: #000;
    padding: 6px 30px 4px 30px;
    border-radius: 4px;
    text-transform: uppercase;
    transition: .5s;
    width: 100%;
    margin-right: 5px;
    font-weight: bold; }
    .product-description .card-form-basket:hover {
      opacity: .6; }
  @media (max-width: 420px) {
    .product-description .card-form-basket {
      font-size: 12px;
      padding: 3px 13px; } }
  .product-description .card-favorites {
    min-width: 30px;
    min-height: 30px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
    color: #E8E8E8;
    font-size: 20px;
    margin-left: 7px; }
    .product-description .card-favorites:hover {
      color: #7098A7; }
  @media (max-width: 420px) {
    .product-description .card-favorites {
      width: 25px;
      height: 25px;
      padding: 5px 6px 7px 6px;
      font-size: 12px; } }
  .product-description .card-favorites.active {
    background-color: #FFD300;
    color: #fff; }
  .product-description .card-description {
    margin-top: 30px; }
    .product-description .card-description span {
      color: #cdcdcd; }
  .product-description .comments {
    margin-top: 30px; }
    .product-description .comments label {
      font-weight: bold; }
  .product-description .comments-block .comments-block-top {
    display: flex;
    align-items: center; }
  .product-description .comments-block .profile {
    display: flex;
    align-items: center;
    background-color: #EAEFF2;
    padding: 6px 10px 4px 10px;
    border-radius: 15px; }
  .product-description .comments-block .name {
    margin-left: 7px;
    font-weight: bold; }
  .product-description .comments-block .date {
    margin-left: 10px;
    font-size: 12px;
    color: #9E9E9E; }
  .product-description .comments-block .card-rating {
    position: relative;
    width: 100px;
    margin-left: 30px; }
    .product-description .comments-block .card-rating .rating-icon {
      position: relative;
      z-index: 1;
      color: #EDEDED;
      width: 100px;
      display: flex;
      justify-content: space-between; }
    .product-description .comments-block .card-rating .rating-icon-yellow {
      position: absolute;
      top: 0;
      z-index: 2;
      overflow: hidden; }
      .product-description .comments-block .card-rating .rating-icon-yellow .rating-icon {
        color: #FFDC00; }
  .product-description .comments-block .comments-block-bottom {
    margin-top: 12px; }
  .product-description .comments-block-button {
    outline: none;
    color: #8D8D8D;
    background-color: #fff;
    padding: 8px 40px 6px 40px;
    border-radius: 50px;
    text-transform: uppercase;
    transition: 0.5s;
    margin-right: 5px;
    margin-top: 12px;
    font-weight: normal;
    border: 1px solid #8D8D8D; }
    .product-description .comments-block-button:hover {
      opacity: .6; }

@media (max-width: 768px) {
  .product-description {
    max-width: 100%;
    margin-left: 0; } }
.page-title {
  margin-top: 100px;
  margin-bottom: 30px;
  font-size: 34px;
  font-family: "FuturaBookC"; }

@media (max-width: 640px) {
  .page-title {
    margin-top: 30px; } }
.owl-carousel-1 .card-product {
  margin: 5px;
  max-width: 230px; }
@media (max-width: 990px) {
  .owl-carousel-1 .card-product {
    max-width: 100%; } }
.owl-carousel-1 .owl-prev {
  position: absolute;
  top: 46%;
  left: -50px; }
.owl-carousel-1 .owl-next {
  position: absolute;
  top: 46%;
  right: -50px; }
@media (max-width: 990px) {
  .owl-carousel-1 .owl-nav {
    display: none; } }

.wrap-login {
  width: 100%;
  max-width: 460px;
  margin: 0 auto; }

@media (max-width: 430px) {
  .wrap-login {
    padding: 0 10px; } }
.login-html {
  height: 100%; }

.header-login {
  display: flex;
  justify-content: center;
  margin-top: 100px; }
  @media (max-width: 475px) {
    .header-login .logo img {
      width: 120px; } }
  @media (max-width: 475px) {
    .header-login .shop-name {
      font-size: 15px; } }

@media (max-width: 700px) {
  .header-login {
    margin-top: 30px; } }
.authorization {
  /* min-height: calc(100vh - 350px); */
  margin-top: 75px; }

@media (max-width: 700px) {
  .authorization {
    margin-top: 50px; } }
@media (max-width: 640px) {
  .authorization {
    min-height: auto; } }
.authorization-form {
  margin: 0 auto;
  margin-bottom: 130px;
  max-width: 460px;
  padding: 65px 80px;
  border: 1px solid #C3C3C3;
  border-radius: 4px; }
  .authorization-form .authorization-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px; }
  .authorization-form .authorization-input {
    border: 1px solid #C3C3C3;
    border-radius: 4px;
    outline: none;
    padding: 2px 8px;
    width: 195px;
    height: 30px;
    font-size: 12px; }
  @media (max-width: 475px) {
    .authorization-form .authorization-input {
      width: 150px; } }
  .authorization-form .help-block {
    display: none;
    color: red;
    font-size: 14px;
    margin-top: 5px;
    text-align: right; }
  .authorization-form .authorization-button {
    margin-top: 30px;
    width: 195px;
    height: 30px;
    display: block;
    border: none;
    outline: none;
    text-transform: uppercase;
    color: #000;
    background: #FFD300;
    border-radius: 4px;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    margin-left: auto; }
  @media (max-width: 475px) {
    .authorization-form .authorization-button {
      margin-left: auto;
      width: 150px; } }
  .authorization-form a {
    color: #FFD300; }

@media (max-width: 475px) {
  .authorization-form {
    padding: 40px 20px;
    margin-top: 50px;
    margin-bottom: 80px; } }
.footer-login {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
  font-size: 10px;
  padding-bottom: 50px;
  flex-wrap: wrap; }
  .footer-login .footer-logo {
    margin-top: -6px; }
  .footer-login .footer-right-contacts-links {
    display: flex;
    flex-direction: column; }
  .footer-login .open-modal {
    text-transform: uppercase;
    padding: 5px 15px 2px 15px;
    border-radius: 30px;
    color: #8D8D8D;
    border: 1px solid #8D8D8D;
    font-size: 11px; }
    .footer-login .open-modal:hover {
      background-color: #FFD300;
      border-color: #FFD300;
      color: #000; }

.page-basket {
  display: flex; }

@media (max-width: 900px) {
  .page-basket {
    flex-direction: column; } }
.basket-information {
  margin-top: 10px;
  width: 100%;
  max-width: 700px; }
  .basket-information .basket-width-45 {
    width: 45%; }
  .basket-information .basket-width-15 {
    width: 15%; }
  @media (max-width: 640px) {
    .basket-information .basket-width-15 {
      width: 10%; } }
  .basket-information .basket-width-5 {
    width: 5%; }
  .basket-information .basket-clear-all {
    font-size: 12px;
    cursor: pointer;
    text-align: right;
    color: #888888; }
  .basket-information .basket-title {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    color: #000;
    margin-top: 20px;
    font-size: 13px; }
  @media (max-width: 640px) {
    .basket-information .basket-title {
      display: none; } }
  .basket-information .basket-product {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    font-size: 12px; }
  .basket-information .product-image-name {
    display: flex;
    align-items: center; }
    .basket-information .product-image-name .product-image {
      margin-left: 10px; }
      .basket-information .product-image-name .product-image img {
        width: 30px;
        height: 30px;
        object-fit: contain; }
    @media (max-width: 640px) {
      .basket-information .product-image-name .product-image {
        margin-top: 0; } }
    .basket-information .product-image-name .product-name {
      margin-left: 10px; }
    @media (max-width: 640px) {
      .basket-information .product-image-name .product-name {
        margin-left: 5px;
        font-size: 10px; } }
    .basket-information .product-image-name .product-vendor-code {
      font-size: 10px;
      color: #9E9E9E; }
    @media (max-width: 640px) {
      .basket-information .product-image-name .product-vendor-code {
        font-size: 10px; } }
  @media (max-width: 640px) {
    .basket-information .product-price {
      font-size: 10px; } }
  .basket-information .product-quantity {
    display: flex; }
    .basket-information .product-quantity .card-quantity {
      position: relative;
      width: 50px; }
      .basket-information .product-quantity .card-quantity .plus,
      .basket-information .product-quantity .card-quantity .minus {
        width: 9px;
        height: 9px;
        color: #000;
        position: absolute;
        text-align: center;
        border-radius: 50%;
        top: -4px;
        cursor: pointer;
        user-select: none;
        transition: .5s; }
      .basket-information .product-quantity .card-quantity .plus {
        right: -15px;
        font-size: 16px; }
      .basket-information .product-quantity .card-quantity .minus {
        left: -15px;
        font-size: 18px; }
      .basket-information .product-quantity .card-quantity .quantity-input {
        border: 1px solid #D5D5D5;
        width: 50px;
        height: 18px;
        text-align: center;
        border-radius: 3px;
        outline: none; }
      @media (max-width: 640px) {
        .basket-information .product-quantity .card-quantity .quantity-input {
          width: 45px;
          height: 25px; } }
    .basket-information .product-quantity span {
      font-size: 12px;
      color: #9E9E9E; }
    @media (max-width: 640px) {
      .basket-information .product-quantity span {
        font-size: 10px; } }
    .basket-information .product-quantity span.little-product {
      color: #FFD300; }
    .basket-information .product-quantity .unit-of-measure {
      margin-left: 10px; }
    @media (max-width: 640px) {
      .basket-information .product-quantity .unit-of-measure {
        display: none; } }
  .basket-information .product-all-price {
    font-size: 16px;
    font-weight: bold; }
  @media (max-width: 640px) {
    .basket-information .product-all-price {
      font-size: 10px; } }
  .basket-information .product-delete {
    font-size: 12px;
    color: #FF0000;
    cursor: pointer;
    display: flex;
    align-items: center; }
    .basket-information .product-delete:hover {
      color: #FFD300; }
  @media (max-width: 640px) {
    .basket-information .product-delete {
      font-size: 15px; } }
  .basket-information .total-price {
    width: 265px;
    margin-left: auto;
    margin-top: 25px; }
    .basket-information .total-price .old-price {
      display: flex;
      justify-content: space-between; }
      .basket-information .total-price .old-price span {
        color: #d1dcde;
        text-decoration: line-through; }
    .basket-information .total-price .discount {
      display: flex;
      justify-content: space-between; }
    .basket-information .total-price .current-price {
      display: flex;
      justify-content: space-between;
      font-size: 20px;
      margin-top: 25px; }
    .basket-information .total-price .basket-button {
      border: none;
      outline: none;
      background-color: #FFD300;
      color: #fff;
      padding: 6px 30px 4px 30px;
      border-radius: 20px;
      text-transform: uppercase;
      transition: 0.5s;
      width: 100%;
      font-weight: bold;
      margin-top: 25px; }

@media (max-width: 900px) {
  .basket-information {
    max-width: 100%; } }
.basket-ordering-page-information {
  width: 100%;
  max-width: 220px;
  margin-left: 30px; }
  .basket-ordering-page-information .last-time-ordering-text {
    margin: 0 10px; }
  .basket-ordering-page-information .last-time-ordering {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #F2F2F2;
    font-size: 10px;
    padding: 8px 10px;
    border-radius: 6px; }
    .basket-ordering-page-information .last-time-ordering strong {
      font-size: 12px; }
  .basket-ordering-page-information .data-ordering {
    border: 1px solid #DFDFDF;
    margin-top: 18px; }
    .basket-ordering-page-information .data-ordering .data-ordering-block {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 10px 7px;
      border-bottom: 1px solid #DFDFDF;
      font-size: 12px; }
      .basket-ordering-page-information .data-ordering .data-ordering-block strong {
        font-size: 18px; }
    .basket-ordering-page-information .data-ordering .data-ordering-information {
      background-color: #F2F2F2;
      padding: 10px 7px;
      font-size: 12px; }
    .basket-ordering-page-information .data-ordering .ordering-bottom {
      padding: 17px; }
    .basket-ordering-page-information .data-ordering .ordering-button {
      width: 100%;
      display: inline-block;
      text-align: center;
      background: #F8CD00;
      font-weight: bold;
      border-radius: 4px;
      padding: 8px 0px;
      text-transform: uppercase;
      outline: none;
      border: none; }
  .basket-ordering-page-information .bottom-information {
    color: #808080;
    font-size: 10px;
    margin-top: 20px; }

@media (max-width: 900px) {
  .basket-ordering-page-information {
    margin-top: 50px; } }
.search-block .search-product {
  position: relative; }
.search-block .search-product_input {
  border: none;
  border-bottom: 2px solid #bebebe;
  font-size: 16px;
  outline: none;
  padding: 8px 0;
  width: 100%; }
.search-block .search-product_close {
  color: #a5bebe;
  cursor: pointer;
  font-size: 19px;
  position: absolute;
  right: 9px;
  top: 7px; }

.header_search-z-index {
  z-index: 10001; }

.search {
  opacity: 0;
  visibility: hidden; }
  .search:before {
    content: '';
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    z-index: 9999; }
  .search .search-widget-modal {
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    background: #fff;
    width: 100%;
    left: 0;
    margin: auto; }
  .search .search-product {
    position: relative;
    margin-top: 120px; }
    .search .search-product .search-product_input {
      width: 100%;
      border: none;
      outline: none;
      border-bottom: 1px solid #EFF4F5;
      padding: 8px 0;
      font-size: 16px; }
    .search .search-product .search-product_close {
      position: absolute;
      right: 9px;
      color: #A5BEBE;
      font-size: 19px;
      top: 7px;
      cursor: pointer; }
  @media (max-width: 900px) {
    .search .search-product {
      margin-top: 215px;
      margin-bottom: 30px; } }
  .search hr {
    border-top: 1px solid #EFF4F5;
    margin: 0; }
  .search .search-product_show {
    margin-bottom: 25px; }
  @media (max-width: 900px) {
    .search .search-product_show {
      display: none; } }
  .search .search-product_show-block {
    display: flex;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px; }
  .search .search-product_show-block-image img {
    width: 65px;
    height: 65px;
    object-fit: contain; }
  .search .search-product_show-product-name {
    font-size: 18px;
    margin-left: 15px; }
    .search .search-product_show-product-name .product-vendor-code {
      font-size: 12px;
      color: #9E9E9E; }
  .search .search-product_show-card-price {
    margin-left: 30px; }
    .search .search-product_show-card-price .card-price-flex {
      display: flex;
      align-items: baseline; }
    .search .search-product_show-card-price .price {
      font-size: 16px; }
    .search .search-product_show-card-price .quantity {
      font-size: 12px;
      margin-left: 5px;
      color: #9a9a9a; }
    @media (max-width: 420px) {
      .search .search-product_show-card-price .quantity {
        font-size: 10px; } }

.search_active {
  opacity: 1;
  visibility: visible; }

#modal-window .btn {
  border: none;
  outline: none;
  background-color: #FFD300;
  color: #fff;
  padding: 6px 30px 4px 30px;
  border-radius: 20px;
  text-transform: uppercase;
  transition: 0.5s;
  width: 100%;
  margin-right: 5px;
  font-weight: bold; }

.brand-choice {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 30px; }
  .brand-choice .brand-choice__block {
    width: 100%;
    max-width: 225px;
    cursor: pointer;
    margin: 0px 5px;
    height: auto;
    position: relative;
    margin-bottom: 30px; }
  .brand-choice .brand-choice__block:hover .brand-choice__block-yellow {
    opacity: 1;
    visibility: visible; }
  .brand-choice .brand-choice__block:hover .brand-choice__block-image {
    padding: 2px 2px 0 2px;
    border-radius: 4px; }
  .brand-choice .brand-choice__block:hover .brand-choice__block-link {
    background-color: #FFD300;
    color: #000;
    font-weight: bold; }
  @media (max-width: 800px) {
    .brand-choice .brand-choice__block {
      margin-bottom: 20px; } }
  .brand-choice .brand-choice__block-image {
    position: relative;
    z-index: 1;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 100%;
    height: 248px;
    object-fit: cover;
    transition: .5s;
    z-index: 3; }
  .brand-choice .brand-choice__block-yellow {
    position: absolute;
    display: block;
    top: 0;
    width: 225px;
    height: 100%;
    background: #ffd300;
    padding: 15px 20px;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    border-radius: 4px; }
  .brand-choice .brand-choice__block-yellow a {
    color: #fff;
    font-size: 13px;
    display: block;
    width: max-content;
    margin-bottom: 5px; }
  .brand-choice .brand-choice__block-yellow a:hover {
    text-decoration: underline; }
  .brand-choice .brand-choice__block-link {
    background-color: #F6F8F9;
    display: block;
    width: 100%;
    position: relative;
    z-index: 3;
    transition: 0.5s;
    font-size: 18px;
    padding: 15px 20px 10px 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px; }

.page-checkout {
  display: flex;
  justify-content: space-between; }
  .page-checkout #checkout-form {
    width: 100%; }
    .page-checkout #checkout-form label {
      font-weight: bold; }

@media (max-width: 900px) {
  .page-checkout {
    flex-direction: column; } }

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