body {
  overflow-x: hidden; }

a, .ol-home, .mail-box-close, .product-desc-other, .product-desc-other.active, .product-item, .product-item-cat, .filter-sort-pos, .select, .icon-sort, .all-title, .blog-text, .all-brand, .header-cart-list-remove, .cabinet-list-nav-item, .details-modal-close {
  transition: 0.5s;
  text-decoration: none;
  cursor: pointer; }

a:hover, .a-link:hover, .ol-home:hover, .nav-footer span:hover, .all-brand:hover, .filter-sort-pos:hover, .filter-box-sort-item:hover, .select:hover, .subcat:hover, .blog-text:hover, .all-title:hover, .all-cat:hover, .subcat-lvl3-item:hover, .category-list:hover .category-title, .subcategory-title:hover, .header-cart-list-remove:hover {
  color: var(--red-light);
  cursor: pointer; }

.details-modal-close {
  top: 5px;
  right: 15px; }

.details-modal-close:hover {
  transform: rotate(360deg); }

.container {
  width: 100%;
  max-width: 1366px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.language-box {
  top: 0;
  right: 0; }
  .language-box .language.active {
    background: var(--silver-light); }

.title:after {
  content: "";
  position: absolute;
  width: 75%;
  height: 4px;
  background: var(--green-light);
  bottom: -10px;
  left: 0; }

.callback-contact {
  z-index: 5;
  box-shadow: 0 0 25px rgba(0, 0, 0, .24);
  min-width: 220px; }

.call-link {
  list-style-type: none;
  -js-display: flex;
  display: flex;
  flex-direction: row;
  align-items: center; }

.call-icon {
  width: 40px;
  height: 40px;
  line-height: 40px; }

.control-cat-button, .category {
  -webkit-box-flex: 0;
  -webkit-flex: 1 0 320px;
  -ms-flex: 1 0 320px;
  flex: 1 0 320px;
  max-width: 320px; }
  .control-cat-button .fa-angle-down, .category .fa-angle-down {
    right: 20px; }

.control-search {
  padding: 11px;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }
  .control-search i {
    position: absolute;
    right: 25px;
    top: 20px;
    color: var(--red-light);
    font-size: 20px;
    opacity: 0.8;
    cursor: pointer; }

.control-links .links {
  line-height: 20px;
  cursor: pointer; }
  .control-links .links-span {
    position: absolute;
    background: var(--red-light);
    font-size: 14px;
    border-radius: 25px;
    width: 18px;
    text-align: center;
    line-height: 18px;
    top: -8px;
    right: -10px; }
  .control-links .head-window {
    top: 75px;
    left: -99px;
    width: 270px; }
    .control-links .head-window:before {
      content: "";
      position: absolute;
      border: 10px solid rgba(0, 0, 0, 0);
      border-bottom: 10px solid var(--white);
      top: -20px;
      left: 120px; }
  .control-links .head-window-mob {
    top: 63px;
    left: 5px;
    width: 250px; }
    .control-links .head-window-mob:before {
      content: "";
      position: absolute;
      border: 10px solid rgba(0, 0, 0, 0);
      border-bottom: 10px solid var(--white);
      top: -20px;
      left: 40px; }

.brand div {
  height: 45px;
  width: 175px; }
  .brand div img {
    height: 70%;
    width: auto; }

.category {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%; }
  .category-block-height {
    min-height: 500px !important; }
  .category-link {
    line-height: 1.42857;
    padding-top: 7px;
    padding-bottom: 7px; }
  .category .list-a:hover {
    filter: invert(53%) sepia(96%) saturate(413%) hue-rotate(320deg) brightness(77%) contrast(130%); }
  .category .list-ul {
    list-style: none;
    padding-top: 10px;
    padding-bottom: 10px; }
  .category .list-li {
    cursor: pointer; }
  .category .list-li:hover {
    background: var(--silver); }
  .category .list-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 45px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    height: 24px;
    margin-top: auto;
    margin-bottom: auto; }
  .category .list-text {
    font-weight: 300;
    font-size: 15px;
    letter-spacing: 0.2px;
    white-space: break-spaces; }
  .category .list-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 4%; }

.cat-subcategory-lvl1 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 30;
  background: var(--white);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); }
  .cat-subcategory-lvl1 .list-a {
    line-height: 1.42857;
    padding: 6px 30px 6px 50px; }
  .cat-subcategory-lvl1 .list-li:hover .cat-subcategory-lvl2, .cat-subcategory-lvl2 .list-li:hover .cat-subcategory-lvl3 {
    -webkit-visibility: visible;
    visibility: visible;
    opacity: 1;
    transform: translateX(320px) translateZ(0px); }
  .cat-subcategory-lvl2 {
    z-index: 1;
    width: 320px;
    -webkit-transform: translateX(310px) translateZ(0px);
    transform: translateX(310px) translateZ(0px); }
  .cat-subcategory-lvl2 .list-a {
    line-height: 1.42857;
    padding: 6px 30px 6px 15px; }
  .cat-subcategory-lvl2, .cat-subcategory-lvl3 {
    position: absolute;
    top: 0;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    -webkit-transition: -webkit-all 0.5s ease-in-out;
    transition: -webkit-all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    transition-delay: 0s, 0s;
    -webkit-transition-delay: 0.15s; }
  .cat-subcategory-lvl3 {
    z-index: 2;
    -webkit-transform: translateX(300px) translateZ(0px);
    transform: translateX(300px) translateZ(0px); }
  .cat-subcategory-lvl3 .all-cat {
    bottom: 5px;
    right: 20px; }
  .cat-subcategory-responsive {
    max-height: 100%;
    max-width: calc(100vw - 640px);
    width: calc(1366px - 640px); }

.category-mobile {
  z-index: 25; }
  .category-mobile-body {
    max-height: 100%; }
  .category-mobile-footer .fa-times {
    width: 40px;
    height: 40px; }
  .category-mobile-img {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px; }
  .category-mobile-icon {
    right: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }

.subcategory-mobile .fa-angle-left {
  width: 30px;
  height: 30px; }
  .subcategory-mobile-item {
    min-height: 96px;
    box-shadow: 0 0 10px 0 var(--green); }
  .subcategory-mobile-img {
    width: 65px;
    height: 65px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%); }

.product-item:hover, .product-item-cat:hover {
  z-index: 5; }

.catalog-filter-box-sort, .header-cart-list, .product-item:hover, .product-item-cat:hover {
  box-shadow: 0 0 10px 0 var(--silver-light); }

.comments:hover span {
  text-decoration: underline; }

.old-sum {
  bottom: 25px;
  left: 0; }

.advantages {
  border-bottom: 3px solid var(--silver-light); }

.facebook, .instagram, .telegram, .mail {
  width: 45px;
  height: 45px;
  line-height: 45px; }

.mail {
  background: var(--green-light); }
  .mail-block-input {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 0px 15px; }
  .mail-submit {
    right: -45px;
    padding: 13px;
    z-index: 2;
    top: 0; }
  .mail-input {
    right: 0;
    height: 45px;
    color: var(--silver-dark); }
  .mail-box-close {
    width: 25px;
    height: 25px;
    line-height: 25px;
    top: 10px; }

.connection .fa-angle-down, .connection .fa-angle-up {
  line-height: 25px; }
  .connection-contact {
    left: 0px;
    bottom: 0px;
    z-index: -1;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 0px 25px;
    padding-bottom: 40px;
    width: 260px; }

.footer-bottom:before {
  content: "";
  height: 1px;
  width: 100vw;
  margin-left: calc((100% - 100vw) / 2) !important;
  position: absolute;
  top: 0;
  left: 0; }

.catalog-filter-block-sort {
  right: 0;
  top: 10px; }
  .catalog-filter-sort-item.active {
    font-weight: 700; }
  .catalog-product-compare {
    right: 10px; }
  .catalog-product-img img {
    width: 250px; }
  .catalog-filters-box, .catalog-filters-box2 {
    max-width: 90%; }
  .catalog-filters-box2, .catalog-filters-block {
    top: 0;
    bottom: 0; }
  .catalog-filters-block {
    width: 100%;
    left: -1000px; }
  .catalog-filters-close {
    top: 40px;
    right: -25px;
    width: 50px;
    height: 50px;
    line-height: 51px; }

.product-desc-link {
  flex-grow: 1; }
  .product-desc-link:hover, .product-desc-link.active {
    color: var(--green-light); }
  .product-desc-link.active:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--green-light); }
  .product-desc-img img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  .product-desc-color-variant {
    margin-right: 2px;
    margin-bottom: 2px;
    width: 20px;
    height: 20px; }
  .product-desc-other.active, .product-desc-other:hover {
    border-color: var(--green-light);
    color: var(--green-light); }
  .product-desc-price-old {
    top: -25px; }
  .product-desc-price-old:before {
    content: "";
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #f00;
    top: 15px; }
  .product-desc-sale {
    flex: 1; }
  .product-desc-control span:hover i {
    font-weight: 700;
    cursor: pointer; }
  .product-desc-list-item {
    display: block; }
  .product-desc-item-dl:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 4.8px;
    left: 0;
    height: 1.5px;
    border-bottom: 1.5px dotted var(--silver-light);
    z-index: 1; }
  .product-desc-item-dl:after {
    content: "";
    display: block;
    clear: both; }
  .product-desc-item-title, .product-desc-item-value {
    max-width: 50%;
    margin: 0; }
  .product-desc-list-item {
    padding: 17px 77px; }
  .product-desc-list p {
    margin: 0 77px 10px; }
  .product-desc-review-sort button.active, .product-desc-question-sort button.active {
    background: var(--green-light);
    color: var(--white); }
  .product-desc-review-user, .product-desc-question-user {
    flex: 1 0 15%; }
  .product-desc-review-ava, .product-desc-question-ava {
    width: 50px;
    height: 50px;
    border: 1px solid var(--blue-dark); }
  .product-desc-review-ava .fa-user, .product-desc-question-ava .fa-user {
    right: 0;
    left: 0;
    bottom: 0; }
  .product-desc-review-msg {
    background: rgba(27, 188, 156, 0.18); }
  .product-desc-review-msg-reply {
    margin-top: -5px;
    background: #bce9e1;
    border-top: 1px solid #7ed9c9; }
  .product-desc-question-msg {
    background: rgba(0, 135, 255, 0.18); }
  .product-desc-question-msg-reply {
    margin-top: -5px;
    background: #a4d3fe;
    border-top: 1px solid #75a8d7; }
  .product-desc-review-reply-icon, .product-desc-question-reply-icon {
    transform: rotate(180deg); }
  @keyframes rotate {
  .product-desc 0% {
    transform: rotate(0deg); }
  .product-desc 100% {
    transform: rotate(360deg); } }
  .product-desc-review-btn-more:focus-within .fa-redo, .product-desc-question-btn-more:focus-within .fa-redo {
    animation: 1s linear 0s normal none infinite running rotate;
    -webkit-animation: 1s linear 0s normal none infinite running rotate; }
  .product-desc-similar-img {
    width: 180px; }

.header-cart-list {
  right: 0;
  top: 61px;
  width: 534px; }
  .header-cart-list-items {
    max-height: 250px; }
  .header-cart-list-items::-webkit-scrollbar {
    background: rgba(0, 0, 0, 0);
    width: 0;
    height: 0; }
  .header-cart-list-img {
    width: 80px; }
  .header-cart-list-img-inner {
    width: inherit;
    height: 0;
    padding-bottom: 100%;
    display: block; }
  .header-cart-list-price {
    width: 105px; }
  .header-cart-list-total {
    line-height: 20px;
    margin-right: 16px;
    margin-bottom: 7px; }

.cabinet-list-nav {
  top: 20px; }
  .cabinet-list-nav-item.active {
    background: rgba(27, 188, 156, 0.18);
    border-bottom: 2px solid var(--green-light); }
  .cabinet-list-nav-item.active span {
    font-weight: 500; }

.cabinet-content-info {
  background: rgba(27, 188, 156, 0.23); }
  .cabinet-content-list-name {
    flex: 1 0 70%; }
  .cabinet-content-list-check, .cabinet-content-list-cancel, .cabinet-content-list-remove {
    flex: 1 0 7%; }
  .cabinet-content-promo-container {
    transform-style: preserve-3d; }
  .cabinet-content-promo-container .promo-block {
    width: 226px;
    height: 122px;
    background: url('../img/promo.png') no-repeat;
    box-shadow: 0 0 10px 0 var(--silver-light);
    background-size: cover;
    transition: 0.5s linear;
    transform-style: preserve-3d; }
    .cabinet-content-promo-container .promo-block .promo-overlay {
      background: rgba(27, 188, 156, 0.6);
      display: none; }
      .cabinet-content-promo-container .promo-block .promo-overlay .promo-overlay-text {
        top: 20px;
        left: 45px; }
    .cabinet-content-promo-container .promo-block .promo-overlay-end {
      background: rgba(75, 75, 75, 0.6); }
    .cabinet-content-promo-container .promo-block .promo-code {
      text-shadow: 1px 2px 0px rgba(27, 188, 156, 0.36);
      left: 26%;
      top: 26%;
      z-index: 2;
      transform: rotateY(0deg); }
    .cabinet-content-promo-container .promo-block .promo-info {
      transform: rotateY(-180deg);
      background: var(--white);
      user-select: none; }
    .cabinet-content-promo-container .promo-block .promo-info {
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
  .cabinet-content-promo-container .promo-block:not(.not-active) .promo-overlay-end {
    display: none; }
  .cabinet-content-promo-container:hover .promo-block {
    transform: rotateY(180deg); }
  .cabinet-content-promo-container:hover .not-active {
    transform: none; }
  .cabinet-content-history-details {
    border: 4px solid var(--white); }
  .cabinet-content-history-details .history-details-flex {
    flex: 1 0 20%; }
  .cabinet-content-history-details .history-details-name {
    flex: 1 0 60%; }
  .cabinet-content-history-details .history-details-summ {
    border-top: 3px solid var(--silver-dark); }
  .cabinet-content-review-question-tab.active:after {
    content: "";
    position: absolute;
    left: 0;
    border-bottom: 2px solid var(--blue-dark);
    width: 100%;
    bottom: -2px; }
  .cabinet-content-review-msg {
    background: rgba(27, 188, 156, 0.18); }
  .cabinet-content-review-msg-reply {
    margin-top: -5px;
    background: #bce9e1;
    border-top: 1px solid #7ed9c9; }
  .cabinet-content-question-msg {
    background: rgba(0, 135, 255, 0.18); }
  .cabinet-content-question-msg-reply {
    margin-top: -5px;
    background: #a4d3fe;
    border-top: 1px solid #75a8d7; }
  .cabinet-content-review-reply-icon, .cabinet-content-question-reply-icon {
    transform: rotate(180deg); }
  @keyframes rotate {
  .cabinet-content 0% {
    transform: rotate(0deg); }
  .cabinet-content 100% {
    transform: rotate(360deg); } }
  .cabinet-content-status-icon:after {
    content: "";
    position: absolute;
    background: var(--green-light); }
  .cabinet-content-status-icon:last-child:after {
    content: none; }
  .cabinet-content-quest .fa-angle-down {
    right: 25px;
    top: 8px; }

.order-product-img {
  width: 80px; }
  .order-input-bonus {
    max-width: 100px; }
  .order-confirm-text-checkbox {
    padding: 0 0 0 35px !important; }
  .order-input-num {
    width: 40px;
    height: 40px; }
  .order-block-pay, .order-block-delivery, .order-item-delivery {
    min-width: 125px;
    max-width: 125px;
    min-height: 100px;
    cursor: pointer; }
  .order-block-pay.active, .order-block-delivery.active, .order-item-delivery.active {
    background: rgba(27, 188, 156, 0.11);
    border-color: var(--green-light); }
  .order-house, .order-appartment, .order-floor {
    width: 120px; }
  .order-comment {
    height: 100px; }

.compare-block-right {
  width: 1006px; }
  .compare-block-right::-webkit-scrollbar {
    width: 0;
    height: 0; }
  .compare-left-item-top, .compare-right-item-top {
    height: 315px; }
  .compare-right-item-block {
    width: 201.5px;
    min-width: 201.5px; }
  .compare-right-item-img {
    margin: 0 auto;
    width: 68%; }
  .compare-left-bottom-item, .compare-right-bottom-item {
    background: rgba(27, 188, 156, 0.15); }
  .compare-left-bottom-item:nth-of-type(2n), .compare-right-bottom-item:nth-of-type(2n) {
    background: var(--white); }
  .compare-btn-lr {
    border: none;
    background: rgba(0, 0, 0, 0.3);
    width: 25px;
    height: 60px;
    color: #fff;
    font-size: 30px;
    transition: 0.5s; }
  .compare-btn-lr:hover {
    background: rgba(0, 0, 0, 0.5); }
  .compare-btn-right {
    right: 0;
    top: 70px; }

.fixed {
  position: fixed;
  z-index: 99;
  top: 0; }

.absolute {
  position: absolute;
  z-index: 99; }
